Function

FwupdPluginifd_access_to_string

Declaration [src]

gchar*
fu_ifd_access_to_string (
  FuIfdAccess val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val FuIfdAccess
 

Value, e.g. FU_IFD_ACCESS_READ.

Return value

Returns: gchar*
 

Identifier string.

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