Method

FwupdPluginDeviceget_guids_as_str

Declaration [src]

gchar*
fu_device_get_guids_as_str (
  FuDevice* self
)

Description [src]

Gets the device GUIDs as a joined string, which may be useful for error messages.

Available since:1.0.8

Return value

Returns: gchar*
 

A string, which may be empty length but not NULL.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The value is a NUL terminated UTF-8 string.