GtkIMContextInfo

Bookkeeping information about a loadable input method.

Members

Variables

contextId
const(char)* contextId;

The unique identification string of the input method.

contextName
const(char)* contextName;

The human-readable name of the input method.

defaultLocales
const(char)* defaultLocales;

A colon-separated list of locales where this input method should be the default. The asterisk “*” sets the default for all locales.

domain
const(char)* domain;

Translation domain to be used with dgettext()

domainDirname
const(char)* domainDirname;

Name of locale directory for use with bindtextdomain()