Enumeration

AppStreamImageKind

Declaration

enum AppStream.ImageKind

Description [src]

The image type.

Members

Name Description
AS_IMAGE_KIND_UNKNOWN

Type invalid or not known.

AS_IMAGE_KIND_SOURCE

The source image at full resolution.

AS_IMAGE_KIND_THUMBNAIL

A thumbnail at reduced resolution.

Type functions

as_image_kind_from_string

Converts the text representation to an enumerated value.

as_image_kind_to_string

Converts the enumerated value to an text representation.