AppStream.DisplayLengthKind – appstream Reference Manual
DisplayLengthKind
Description:
[
CCode
( cprefix =
"AS_DISPLAY_LENGTH_KIND_"
, type_id =
"as_display_length_kind_get_type ()"
) ]
public
enum
DisplayLengthKind
A rough estimate of how large a given display length is.
Namespace:
AppStream
Package:
appstream
Content:
Enum values:
LARGE
-
Large display
MEDIUM
-
Medium display
SMALL
-
Small display
UNKNOWN
-
Unknown
XLARGE
-
Very large display
XSMALL
-
Very small display
Static methods:
public
static
DisplayLengthKind
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