Function

FwupdPluginProgressflag_to_string

since: 1.7.0

Declaration [src]

const gchar*
fu_progress_flag_to_string (
  FuProgressFlags flag
)

Description [src]

Converts an progress flag to a string.

Available since: 1.7.0

Parameters

flag

Type: FuProgressFlags

An internal progress flag, e.g. FU_PROGRESS_FLAG_GUESSED.

Return value

Type: const gchar*

Identifier string.

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