方法

GLibOptionContextset_translation_domain

自: 2.12

声明 [源]

void
g_option_context_set_translation_domain (
  GOptionContext* context,
  const gchar* domain
)

描述 [源]

一个便捷函数,用于使用 gettext() 来翻译用户可见的字符串。

自 2.12 版本起可用

参数

domain

类型:  const gchar*

要使用的域名。

数据由方法调用者拥有。
值是一个以 NUL 结尾的 UTF-8 字符串。