Enumeration

AppStreamUrlKind

Declaration

enum AppStream.UrlKind

Description [src]

The URL type.

Members

Name Description
AS_URL_KIND_UNKNOWN

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_TRANSLATE

Page with instructions on how to translate the project / submit translations.

AS_URL_KIND_CONTACT

Contact the developers.

AS_URL_KIND_VCS_BROWSER

Browse the source code.

AS_URL_KIND_CONTRIBUTE

Help developing.

Type functions

as_url_kind_from_string

Converts the text representation to an enumerated value.

as_url_kind_to_string

Converts the enumerated value to an text representation.