Function

FwupdPlugindisplay_state_to_string

Declaration [src]

const gchar*
fu_display_state_to_string (
  FuDisplayState val
)

Description [src]

Converts an enumerated value to a string.

Available since:1.9.6

Parameters

val FuDisplayState
 

Value, e.g. FU_DISPLAY_STATE_CONNECTED.

Return value

Returns: const gchar*
 

Identifier string.

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