Function

Fwupdguid_to_string

Declaration [src]

gchar*
fwupd_guid_to_string (
  const guint8* guid,
  FwupdGuidFlags flags
)

Description [src]

Returns a text GUID of mixed or BE endian for a packed buffer.

Available since:1.2.5

Parameters

guid const guint8*
 

A #fwupd_guid_t to read.

 The data is owned by the caller of the function.
flags FwupdGuidFlags
 

GUID flags, e.g. FWUPD_GUID_FLAG_MIXED_ENDIAN.

Return value

Returns: gchar*
 

A new GUID string.

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