Enumeration
AppStreamIconKind
Members
Name | Description |
---|---|
AS_ICON_KIND_UNKNOWN |
Unknown icon kind. |
AS_ICON_KIND_STOCK |
Stock icon name. |
AS_ICON_KIND_CACHED |
Icon in the internal caches. |
AS_ICON_KIND_LOCAL |
Local icon name. |
AS_ICON_KIND_REMOTE |
Remote icon URL. |
Type functions
as_icon_kind_from_string
Converts the text representation to an enumerated value.
as_icon_kind_to_string
Converts the enumerated value to an text representation.