Enumeration

AppStreamLaunchableKind

Declaration

enum AppStream.LaunchableKind

Description [src]

Type of launch system the entries belong to.

Members

Name Description
AS_LAUNCHABLE_KIND_UNKNOWN

Unknown kind.

AS_LAUNCHABLE_KIND_DESKTOP_ID

Launch by desktop-id.

AS_LAUNCHABLE_KIND_SERVICE

A systemd/SysV-init service name.

AS_LAUNCHABLE_KIND_COCKPIT_MANIFEST

A Cockpit manifest / package name.

AS_LAUNCHABLE_KIND_URL

A web HTTPS URL to launch a web application from.

Type functions

as_launchable_kind_from_string

Converts the text representation to an enumerated value.

Available since: 0.11.0

as_launchable_kind_to_string

Converts the enumerated value to a text representation.

Available since: 0.11.0