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:const gchar*The unique identification string of the input method.
context_name:const gchar*The human-readable name of the input method.
domain:const gchar*Translation domain to be used with dgettext().
domain_dirname:const gchar*Name of locale directory for use with bindtextdomain().
default_locales:const gchar*A colon-separated list of locales where this input method should be the default. The asterisk “*” sets the default for all locales.