Function

FwupdPluginhid_item_kind_to_string

Declaration [src]

const gchar*
fu_hid_item_kind_to_string (
  FuHidItemKind val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val FuHidItemKind
 

Value, e.g. FU_HID_ITEM_KIND_GLOBAL.

Return value

Returns: const gchar*
 

Identifier string.

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