Function

AppStreamIssueKindfrom_string

Declaration [src]

AsIssueKind
as_issue_kind_from_string (
  const gchar* kind_str
)

Description [src]

Converts the text representation to an enumerated value.

Parameters

kind_str

Type: const gchar*

The string.

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

Return value

Type: AsIssueKind

A AsIssueKind or AS_ISSUE_KIND_UNKNOWN for unknown.