Packages
appstream
AppStream
ComponentKind
ADDON
CODEC
CONSOLE_APP
DESKTOP_APP
DRIVER
FIRMWARE
FONT
GENERIC
ICON_THEME
INPUT_METHOD
LOCALIZATION
OPERATING_SYSTEM
REPOSITORY
RUNTIME
SERVICE
UNKNOWN
WEB_APP
from_string
to_string
ComponentKind
Description:
[
CCode
( cprefix =
"AS_COMPONENT_KIND_"
, type_id =
"as_component_kind_get_type ()"
) ]
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
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.