AppStream.UrlKind – appstream Reference Manual
UrlKind
Description:
[
CCode
( cprefix =
"AS_URL_KIND_"
, type_id =
"as_url_kind_get_type ()"
) ]
public
enum
UrlKind
The URL type.
Namespace:
AppStream
Package:
appstream
Content:
Enum values:
BUGTRACKER
-
Bugtracker
CONTACT
-
Contact the developers
CONTRIBUTE
-
Help developing
DONATION
-
Page with information about how to donate to the project
FAQ
-
FAQ page
HELP
-
Help manual
HOMEPAGE
-
Project homepage
TRANSLATE
-
Page with instructions on how to translate the project / submit translations.
UNKNOWN
-
Type invalid or not known
VCS_BROWSER
-
Browse the source code
Static methods:
public
static
UrlKind
from_string
(
string
url_kind)
Converts the text representation to an enumerated value.
Methods:
public
unowned
string
to_string
()
Converts the enumerated value to an text representation.
2022 vala-language.org