Packages
appstream
AppStream
SizeKind
DOWNLOAD
INSTALLED
UNKNOWN
from_string
to_string
SizeKind
Description:
[
CCode
( cprefix =
"AS_SIZE_KIND_"
, type_id =
"as_size_kind_get_type ()"
) ]
[
Version
( since =
"0.8.6"
) ]
public
enum
SizeKind
The artifact size kind.
Namespace:
AppStream
Package:
appstream
Content:
Enum values:
DOWNLOAD
-
Size of download of component
INSTALLED
-
Size of installed component
UNKNOWN
-
Unknown size
Static methods:
public
static
SizeKind
from_string
(
string
size_kind)
Converts the text representation to an enumerated value.
Methods:
public
unowned
string
to_string
()
Converts the enumerated value to an text representation.