Function

FwupdPluginArchiveformat_to_string

Declaration [src]

const gchar*
fu_archive_format_to_string (
  FuArchiveFormat format
)

Description [src]

Converts an enumerated format to a string.

Available since:1.8.1

Parameters

format FuArchiveFormat
 

A format, e.g. FU_ARCHIVE_FORMAT_ZIP.

Return value

Returns: const gchar*
 

Identifier string.

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