Function

FwupdPluginpath_kind_to_string

Declaration [src]

const gchar*
fu_path_kind_to_string (
  FuPathKind val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val

Type: FuPathKind

Value, e.g. FU_PATH_KIND_DATADIR_PKG.

Return value

Type: const gchar*

Identifier string.

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