Method

FwupdDeviceset_parent_id

Declaration [src]

void
fwupd_device_set_parent_id (
  FwupdDevice* self,
  const gchar* parent_id
)

Description [src]

Sets the parent ID.

Available since:1.0.8

Parameters

parent_id const gchar*
 

The device ID, e.g. USB:foo

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