Function

AppStreamIssueKindto_string

Declaration [src]

const gchar*
as_issue_kind_to_string (
  AsIssueKind kind
)

Description [src]

Converts the enumerated value to an text representation.

Parameters

kind

Type: AsIssueKind

The %AsIssueKind.

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.