Method

FwupdReleaseset_appstream_id

since: 0.9.3

Declaration [src]

void
fwupd_release_set_appstream_id (
  FwupdRelease* self,
  const gchar* appstream_id
)

Description [src]

Sets the AppStream ID.

Available since: 0.9.3

Parameters

appstream_id

Type: const gchar*

The AppStream component ID, e.g. org.hughski.ColorHug2.firmware

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.