Method

FwupdDeviceset_parent

Declaration [src]

void
fwupd_device_set_parent (
  FwupdDevice* self,
  FwupdDevice* parent
)

Description [src]

Sets the parent. Only used internally.

Available since:1.0.8
Sets propertyFwupd.Device:parent

Parameters

parent FwupdDevice
 

Another FwupdDevice.

 The argument can be NULL.
 The data is owned by the caller of the function.