Function

FwupdPluginifd_region_to_name

Declaration [src]

const gchar*
fu_ifd_region_to_name (
  FuIfdRegion region
)

Description [src]

Converts a FuIfdRegion to a name the user might recognize.

Available since:1.6.2

Parameters

region FuIfdRegion
 

A FuIfdRegion, e.g. FU_IFD_REGION_BIOS.

Return value

Returns: const gchar*
 

Identifier string.

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