ActionGroup.setTranslationDomain

Warning gtk_action_group_set_translation_domain is deprecated and should not be used in newly-written code. 3.10 Sets the translation domain and uses g_dgettext() for translating the label and tooltip of GtkActionEntrys added by gtk_action_group_add_actions(). If you're not using gettext() for localization, see gtk_action_group_set_translate_func(). Since 2.4

class ActionGroup
void
setTranslationDomain
(
string domain
)

Parameters

domain string

the translation domain to use for g_dgettext() calls, or NULL to use the domain set with textdomain(). [allow-none]

Meta