Top |
const gchar * | as_id_kind_to_string () |
AsIdKind | as_id_kind_from_string () |
const gchar * | as_icon_kind_to_string () |
AsIconKind | as_icon_kind_from_string () |
const gchar * | as_url_kind_to_string () |
AsUrlKind | as_url_kind_from_string () |
const gchar *
as_id_kind_to_string (AsIdKind id_kind
);
Converts the enumerated value to an text representation.
Since 0.1.0
AsIdKind
as_id_kind_from_string (const gchar *id_kind
);
Converts the text representation to an enumerated value.
Since 0.1.0
const gchar *
as_icon_kind_to_string (AsIconKind icon_kind
);
Converts the enumerated value to an text representation.
Since 0.1.0
AsIconKind
as_icon_kind_from_string (const gchar *icon_kind
);
Converts the text representation to an enumerated value.
Since 0.1.0
const gchar *
as_url_kind_to_string (AsUrlKind url_kind
);
Converts the enumerated value to an text representation.
Since 0.1.0