Function

FwupdPlugincoff_subsystem_to_string

Declaration [src]

const gchar*
fu_coff_subsystem_to_string (
  FuCoffSubsystem val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val FuCoffSubsystem
 

Value, e.g. FU_COFF_SUBSYSTEM_NATIVE.

Return value

Returns: const gchar*
 

Identifier string.

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