AppStream.ComponentKind – appstream Reference Manual
ComponentKind
Description:
[
CCode
( cprefix =
"AS_COMPONENT_KIND_"
, has_type_id =
false
) ]
public
enum
ComponentKind
The type of an
Component
.
Namespace:
AppStream
Package:
appstream
Content:
Enum values:
ADDON
-
An extension of existing software, which does not run standalone
CODEC
-
A multimedia codec
CONSOLE_APP
-
A console application
DESKTOP_APP
-
An application with a .
DRIVER
-
A driver
FIRMWARE
-
Firmware
FONT
-
A font
GENERIC
-
A generic (= without specialized type) component
ICON_THEME
-
An icon theme following the XDG specification
INPUTMETHOD
INPUT_METHOD
-
An input-method provider
LOCALIZATION
-
Software localization (usually l10n resources)
OPERATING_SYSTEM
-
A computer operating system
REPOSITORY
-
A remote software or data source
RUNTIME
-
An application runtime platform
SERVICE
-
A system service launched by the init system
UNKNOWN
-
Type invalid or not known
WEB_APP
-
A web application
Static methods:
public
static
ComponentKind
from_string
(
string
kind_str)
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