Function

AppStreamIssueSeverityto_string

Declaration [src]

const gchar*
as_issue_severity_to_string (
  AsIssueSeverity severity
)

Description [src]

Converts the enumerated value to an text representation.

Parameters

severity AsIssueSeverity
 

The AsIssueSeverity.

Return value

Returns: const gchar*
 

String version of severity.

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