Function
AppStreamRelationCompareto_symbols_string
Declaration [src]
const gchar*
as_relation_compare_to_symbols_string (
AsRelationCompare compare
)
Description [src]
Converts the enumerated value to an text representation. The enum is converted into an identifier consisting of two mathematical comparison operators (“==”, “>=”, etc.) for use in the YAML representation and user interfaces.
Available since: | 0.12.0 |
Parameters
compare |
AsRelationCompare |
The |