Packages
appstream
AppStream
FormatVersion
UNKNOWN
V1_0
from_string
to_string
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 format version
V1_0
-
1.0
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.