Struct
GtkIMContextInfo
Description [src]
struct GtkIMContextInfo {
const gchar* context_id;
const gchar* context_name;
const gchar* domain;
const gchar* domain_dirname;
const gchar* default_locales;
}
Bookkeeping information about a loadable input method.
Structure members
context_id
The unique identification string of the input method.
context_name
The human-readable name of the input method.
domain
Translation domain to be used with dgettext().
domain_dirname
Name of locale directory for use with bindtextdomain().
default_locales
A colon-separated list of locales where this input method should be the default. The asterisk “*” sets the default for all locales.