Function

FwupdRemotekind_to_string

Declaration [src]

const gchar*
fwupd_remote_kind_to_string (
  FwupdRemoteKind kind
)

Description [src]

Converts an enumerated type to a printable string.

Available since:0.9.6

Parameters

kind FwupdRemoteKind
 

A FwupdRemoteKind, e.g. FWUPD_REMOTE_KIND_DOWNLOAD.

Return value

Returns: const gchar*
 

A string, e.g. download

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