gtk.imcontext_info

Module for [IMContextInfo] class

Types 1

Bookkeeping information about a loadable input method.

Fields
GtkIMContextInfo _cInstance
Methods
void * _cPtr()
string contextId() @propertyGet `contextId` field. Returns: The unique identification string of the input method.
void contextId(string propval) @propertySet `contextId` field. Params: propval = The unique identification string of the input method.
string contextName() @propertyGet `contextName` field. Returns: The human-readable name of the input method.
void contextName(string propval) @propertySet `contextName` field. Params: propval = The human-readable name of the input method.
string domain() @propertyGet `domain` field. Returns: Translation domain to be used with dgettext()
void domain(string propval) @propertySet `domain` field. Params: propval = Translation domain to be used with dgettext()
string domainDirname() @propertyGet `domainDirname` field. Returns: Name of locale directory for use with bindtextdomain()
void domainDirname(string propval) @propertySet `domainDirname` field. Params: propval = Name of locale directory for use with bindtextdomain()
string defaultLocales() @propertyGet `defaultLocales` field. Returns: A colon-separated list of locales where this input method should be the default. The asterisk “*” sets the default for all locales.
void defaultLocales(string propval) @propertySet `defaultLocales` field. Params: propval = A colon-separated list of locales where this input method should be the default. The asterisk “*” sets the default for all locales.
Constructors
this(void * ptr, Flag!"Take" take)