GtkIMContextInfo
struct GtkIMContextInfo {
}
- contextId
char* contextId;
Undocumented in source.
- contextName
char* contextName;
Undocumented in source.
- defaultLocales
char* defaultLocales;
Undocumented in source.
- domain
char* domain;
Undocumented in source.
- domainDirname
char* domainDirname;
Undocumented in source.
gtkc gtktypes
aliasesenumsfunctionsstructs
Bookkeeping information about a loadable input method. const gchar *context_id; The unique identification string of the input method. const gchar *context_name; The human-readable name of the input method. const gchar *domain; Translation domain to be used with dgettext() const gchar *domain_dirname; Name of locale directory for use with bindtextdomain() const gchar *default_locales; A colon-separated list of locales where this input method should be the default. The asterisk "*" sets the default for all locales.