Method

GtkBuilderset_translation_domain

since: 2.12

Declaration [src]

void
gtk_builder_set_translation_domain (
  GtkBuilder* builder,
  const gchar* domain
)

Description [src]

Sets the translation domain of builder. See GtkBuilder:translation-domain.

Available since: 2.12

Parameters

domain

Type: const gchar*

The translation domain or NULL.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.