AppStream.FormatVersion – appstream Reference Manual
FormatVersion
Description:
[
CCode
( cprefix =
"AS_FORMAT_VERSION_"
, type_id =
"as_format_version_get_type ()"
) ]
public
enum
FormatVersion
Format version / API level of the AppStream metadata.
Namespace:
AppStream
Package:
appstream
Content:
Enum values:
UNKNOWN
-
Unknown
V0_10
-
0.10
V0_11
-
0.11
V0_12
-
0.12
V0_13
-
0.13
V0_14
-
0.14
V0_6
-
0.6
V0_7
-
0.7
V0_8
-
0.8
V0_9
-
0.9
Static methods:
public
static
FormatVersion
from_string
(
string
version_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