Method

GtkBuilderget_translation_domain

since: 2.12

Declaration [src]

const gchar*
gtk_builder_get_translation_domain (
  GtkBuilder* builder
)

Description [src]

Gets the translation domain of builder.

Available since: 2.12

Return value

Type: const gchar*

The translation domain. This string is owned by the builder object and must not be modified or freed.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.