have been marked as translatable.
If the translation domain is null, gtk.builder.Builder uses gettext(), otherwise glib.global.dgettext.
string translationDomain() @propertyGet translationDomain property.
have been marked as translatable.
If the translation domain is null, gtk.builder.Builder uses gettext(), otherwise glib.global.dgettext.
void translationDomain(string propval) @propertySet translationDomain property.
propval | The translation domain used when translating property values that have been marked as translatable. If the translation domain is null, gtk.builder.Builder uses gettext(), otherwise glib.global.dgettext. |