AppStream.IconKind – appstream Reference Manual
IconKind
Description:
[
CCode
( cprefix =
"AS_ICON_KIND_"
, type_id =
"as_icon_kind_get_type ()"
) ]
public
enum
IconKind
The icon type.
Namespace:
AppStream
Package:
appstream
Content:
Enum values:
CACHED
-
Icon in the internal caches
LOCAL
-
Local icon name
REMOTE
-
Remote icon URL
STOCK
-
Stock icon name
UNKNOWN
-
Unknown icon kind
Static methods:
public
static
IconKind
from_string
(
string
kind_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