Method

GtkBuilderset_translation_domain

Declaration [src]

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

Description [src]

Sets the translation domain of builder.

Parameters

domain

Type: const char*

The translation domain.

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