Enumeration

AppStreamImageKind

since: 1.0

Declaration

enum AppStream.ImageKind

Description [src]

The image type.

Available since: 1.0

Members

AS_IMAGE_KIND_UNKNOWN

Type invalid or not known.

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

The source image at full resolution.

  • Value: 1
  • Nickname: source
  • Available since: 1.0
AS_IMAGE_KIND_THUMBNAIL

A thumbnail at reduced resolution.

  • Value: 2
  • Nickname: thumbnail
  • Available since: 1.0

Type functions

as_image_kind_from_string

Converts the text representation to an enumerated value.

since: 1.0

as_image_kind_to_string

Converts the enumerated value to an text representation.

since: 1.0