Function

AppStreamBundleKindto_string

since: 0.8.0

Declaration [src]

const gchar*
as_bundle_kind_to_string (
  AsBundleKind kind
)

Description [src]

Converts the enumerated value to an text representation.

Available since: 0.8.0

Parameters

kind

Type: AsBundleKind

The %AsBundleKind.

Return value

Type: const gchar*

String version of kind.

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