Enumeration

AppStreamScreenshotKind

Declaration

enum AppStream.ScreenshotKind

Description [src]

The screenshot type.

Members

AS_SCREENSHOT_KIND_UNKNOWN

Type invalid or not known.

  • Value: 0
  • Available since: 1.0
AS_SCREENSHOT_KIND_DEFAULT

The primary screenshot to show by default.

  • Value: 1
  • Available since: 1.0
AS_SCREENSHOT_KIND_EXTRA

Optional screenshot.

  • Value: 2
  • Available since: 1.0

Type functions

as_screenshot_kind_from_string

Converts the text representation to an enumerated value.

as_screenshot_kind_to_string

Converts the enumerated value to an text representation.