Method

FwupdReleaseset_id

Declaration [src]

void
fwupd_release_set_id (
  FwupdRelease* self,
  const gchar* id
)

Description [src]

Sets the ID, which allows identifying the specific uploaded component.

Available since:1.7.2

Parameters

id const gchar*
 

The AppStream component ID, e.g. component:1234

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