AppStream.LaunchableKind – appstream Reference Manual
LaunchableKind
Description:
[
CCode
( cprefix =
"AS_LAUNCHABLE_KIND_"
, type_id =
"as_launchable_kind_get_type ()"
) ]
public
enum
LaunchableKind
Type of launch system the entries belong to.
Namespace:
AppStream
Package:
appstream
Content:
Enum values:
COCKPIT_MANIFEST
-
A Cockpit manifest / package name
DESKTOP_ID
-
Launch by desktop-id
SERVICE
-
A systemd/SysV-init service name
UNKNOWN
-
Unknown kind
URL
-
A web HTTPS URL to launch a web application from
Static methods:
public
static
LaunchableKind
from_string
(
string
kind_str)
Converts the text representation to an enumerated value.
Methods:
public
unowned
string
to_string
()
Converts the enumerated value to a text representation.
2022 vala-language.org