Enumeration

AppStreamIconKind

since: 1.0

Declaration

enum AppStream.IconKind

Description [src]

The icon type.

Available since: 1.0

Members

AS_ICON_KIND_UNKNOWN

Unknown icon kind.

  • Value: 0
  • Nickname: unknown
  • Available since: 1.0
AS_ICON_KIND_STOCK

Stock icon name.

  • Value: 1
  • Nickname: stock
  • Available since: 1.0
AS_ICON_KIND_CACHED

Icon in the internal caches.

  • Value: 2
  • Nickname: cached
  • Available since: 1.0
AS_ICON_KIND_LOCAL

Local icon name.

  • Value: 3
  • Nickname: local
  • Available since: 1.0
AS_ICON_KIND_REMOTE

Remote icon URL.

  • Value: 4
  • Nickname: remote
  • Available since: 1.0

Type functions

as_icon_kind_from_string

Converts the text representation to an enumerated value.

since: 1.0

as_icon_kind_to_string

Converts the enumerated value to an text representation.

since: 1.0