Method
FwupdDeviceto_variant_full
Declaration [src]
GVariant*
fwupd_device_to_variant_full (
FwupdDevice* self,
FwupdDeviceFlags flags
)
Description [src]
Serialize the device data. Optionally provides additional data based upon flags.
Available since: | 1.1.2 |
Parameters
flags |
FwupdDeviceFlags |
Device flags. |
Return value
Returns: | GVariant |
The serialized data, or |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |