Enumeration

AppStreamTranslationKind

Declaration

enum AppStream.TranslationKind

Description [src]

The translation type.

Members

Name Description
AS_TRANSLATION_KIND_UNKNOWN

Type invalid or not known.

AS_TRANSLATION_KIND_GETTEXT

Gettext translation domain.

AS_TRANSLATION_KIND_QT

Qt translation domain.

Type functions

as_translation_kind_from_string

Converts the text representation to an enumerated value.

as_translation_kind_to_string

Converts the enumerated value to a text representation.