Function

AppStreamRelationCompareto_string

Declaration [src]

const gchar*
as_relation_compare_to_string (
  AsRelationCompare compare
)

Description [src]

Converts the enumerated value to an text representation. The enum is converted into a two-letter identifier (“eq”, “ge”, etc.) for use in the XML representation.

Available since:0.12.0

Parameters

compare AsRelationCompare
 

The AsRelationCompare.

Return value

Returns: const gchar*
 

String version of compare.

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