Method
FwupdDeviceget_children
Declaration [src]
GPtrArray*
fwupd_device_get_children (
FwupdDevice* self
)
Description [src]
Gets the device children. These can only be assigned using fwupd_device_set_parent()
.
Available since: | 1.3.7 |
Return value
Returns: | An array of FwupdDevice |
The children, which may be empty. |
|
The data is owned by the instance. |