Enumeration

AppStreamUrlKind

Declaration

enum AppStream.UrlKind

Description [src]

The URL type.

Members

AS_URL_KIND_UNKNOWN

Type invalid or not known.

  • Value: 0
  • Available since: 1.0
AS_URL_KIND_HOMEPAGE

Project homepage.

  • Value: 1
  • Available since: 1.0
AS_URL_KIND_BUGTRACKER

Bugtracker.

  • Value: 2
  • Available since: 1.0
AS_URL_KIND_FAQ

FAQ page.

  • Value: 3
  • Available since: 1.0
AS_URL_KIND_HELP

Help manual.

  • Value: 4
  • Available since: 1.0
AS_URL_KIND_DONATION

Page with information about how to donate to the project.

  • Value: 5
  • Available since: 1.0
AS_URL_KIND_TRANSLATE

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

  • Value: 6
  • Available since: 1.0
AS_URL_KIND_CONTACT

Contact the developers.

  • Value: 7
  • Available since: 1.0
AS_URL_KIND_VCS_BROWSER

Browse the source code.

  • Value: 8
  • Available since: 1.0
AS_URL_KIND_CONTRIBUTE

Help developing.

  • Value: 9
  • Available since: 1.0

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.