Top |
#define | as_flags_add() |
#define | as_flags_remove() |
#define | as_flags_invert() |
#define | as_flags_contains() |
const gchar * | as_url_kind_to_string () |
AsUrlKind | as_url_kind_from_string () |
const gchar * | as_format_kind_to_string () |
AsFormatKind | as_format_kind_from_string () |
const gchar * | as_urgency_kind_to_string () |
AsUrgencyKind | as_urgency_kind_from_string () |
enum | AsFormatStyle |
#define | AS_FORMAT_STYLE_COLLECTION |
enum | AsFormatKind |
enum | AsUrlKind |
enum | AsUrgencyKind |
const gchar *
as_url_kind_to_string (AsUrlKind url_kind
);
Converts the enumerated value to an text representation.
AsUrlKind
as_url_kind_from_string (const gchar *url_kind
);
Converts the text representation to an enumerated value.
const gchar *
as_format_kind_to_string (AsFormatKind kind
);
Converts the enumerated value to an text representation.
Since: 0.10
AsFormatKind
as_format_kind_from_string (const gchar *kind_str
);
Converts the text representation to an enumerated value.
Since: 0.10
const gchar *
as_urgency_kind_to_string (AsUrgencyKind urgency_kind
);
Converts the enumerated value to an text representation.
Since: 0.6.5
AsUrgencyKind
as_urgency_kind_from_string (const gchar *urgency_kind
);
Converts the text representation to an enumerated value.
Since: 0.6.5
There are a few differences between AppStream's metainfo files (shipped by upstream projects) and the catalog metadata (shipped by distributors). The data source kind indicates which style we should process. Usually you do not want to set this explicitly.
The URL type.