Enumeration

AppStreamChassisKind

Declaration

enum AppStream.ChassisKind

Description [src]

The type of chassis a computing device is built into.

Members

Name Description
AS_CHASSIS_KIND_UNKNOWN

Unknown chassis.

AS_CHASSIS_KIND_DESKTOP

A desktop/workstation.

AS_CHASSIS_KIND_LAPTOP

A mobile computer with a bigger screen / laptop.

AS_CHASSIS_KIND_SERVER

A server, often without GUI.

AS_CHASSIS_KIND_TABLET

A tablet with touch as primary input method.

AS_CHASSIS_KIND_HANDSET

A smaller touch-input device, like a smartphone.

Type functions

as_chassis_kind_from_string

Converts the text representation to an enumerated value.

Available since: 1.0.0

as_chassis_kind_to_string

Converts the enumerated value to a text representation.

Available since: 1.0.0