Class
AppStreamTranslation
Constructors
as_translation_new
Creates a new AsTranslation
.
Instance methods
as_translation_get_id
The ID (e.g. Gettext translation domain) of this translation.
as_translation_get_kind
The translation system type.
as_translation_get_source_locale
The locale of the source strings for this component. If this has not been
explicitly specified, en_US
will be returned.
Available since: 0.14.6
as_translation_set_id
Set the ID (e.g. Gettext domain) of this translation.
as_translation_set_kind
Set the translation system type.
as_translation_set_source_locale
Set the locale of the source strings for this component. In gettext, this is
referred to as the C
locale. It’s almost always en_US
, but for some
components it may not be.
Available since: 0.14.6
Signals
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct AppStreamTranslationClass {
GObjectClass parent_class;
void (* _as_reserved1) (
void
);
void (* _as_reserved2) (
void
);
void (* _as_reserved3) (
void
);
void (* _as_reserved4) (
void
);
void (* _as_reserved5) (
void
);
void (* _as_reserved6) (
void
);
}
Class members
parent_class |
|
No description available. | |
_as_reserved1 |
|
No description available. | |
_as_reserved2 |
|
No description available. | |
_as_reserved3 |
|
No description available. | |
_as_reserved4 |
|
No description available. | |
_as_reserved5 |
|
No description available. | |
_as_reserved6 |
|
No description available. |