as-enums — Some enums used by various other modules
#include <appstream.h>
const gchar * as_url_kind_to_string (AsUrlKind url_kind);
AsUrlKind url_kind
Converts the enumerated value to an text representation.
url_kind
the AsUrlKind.
AsUrlKind
string version of url_kind
AsUrlKind as_url_kind_from_string (const gchar *url_kind);
const gchar *url_kind
Converts the text representation to an enumerated value.
the string.
a AsUrlKind or AS_URL_KIND_UNKNOWN for unknown
AS_URL_KIND_UNKNOWN
The URL type.
Type invalid or not known
AS_URL_KIND_HOMEPAGE
Project homepage
AS_URL_KIND_BUGTRACKER
Bugtracker
AS_URL_KIND_FAQ
FAQ page
AS_URL_KIND_HELP
Help manual
AS_URL_KIND_DONATION
Page with information about how to donate to the project
AS_URL_KIND_LAST