Package: gtk

Accessor gtk:builder-translation-domain

Lambda List

gtk:builder-translation-domain (object)

Syntax

(gtk:builder-translation-domain object) => domain
(setf (gtk:builder-translation-domain object) domain)

Arguments

object -- a gtk:builder object
domain -- a string with the translation domain or nil

Details

Accessor of the translation-domain slot of the gtk:builder class. The gtk:builder-translation-domain function gets the translation domain of the builder. The (setf gtk:builder-translation-domain) function sets the translation domain.

The translation domain used when translating property values that have been marked as translatable in interface descriptions. If the translation domain is nil, the gtk:builder object uses the gettext() function, otherwise the d_dgettext() function.
 

See also

2024-11-4