Method

FwupdPluginDeviceget_parent_backend_ids

since: 1.9.7

Declaration [src]

GPtrArray*
fu_device_get_parent_backend_ids (
  FuDevice* self
)

Description [src]

Gets any parent device IDs. If a device is added to the daemon that matches the physical ID added from fu_device_add_parent_backend_id() then this device is marked the parent of self.

Available since: 1.9.7

Return value

Type: An array of utf8

A list of IDs.

The data is owned by the instance.
The return value can be NULL.
Each element is a NUL terminated UTF-8 string.