Function

Fwupdstatus_to_string

Declaration [src]

const gchar*
fwupd_status_to_string (
  FwupdStatus status
)

Description [src]

Converts an enumerated status to a string.

Available since:0.1.1

Parameters

status FwupdStatus
 

A status, e.g. FWUPD_STATUS_DECOMPRESSING.

Return value

Returns: const gchar*
 

Identifier string.

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