Function

FwupdPluginusb_descriptor_kind_to_string

Declaration [src]

const gchar*
fu_usb_descriptor_kind_to_string (
  FuUsbDescriptorKind val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val FuUsbDescriptorKind
 

Value, e.g. FU_USB_DESCRIPTOR_KIND_DEVICE.

Return value

Returns: const gchar*
 

Identifier string.

 The data is owned by the called function.
 The value is a NUL terminated UTF-8 string.