XCloseIM − close an input method.
Synopsis
Status XCloseIM(im)
XIM im;
Arguments
imSpecifies the input method.
Availability
Release 5 and later.
Description
XCloseIM() closes the connection to an input method opened with XOpenIM(). Once an input method is closed, none of the input contexts associated with that input method may be used.
See Also
XCreateIC(), XSetICFocus(), XSetICValues(), XmbResetIC(), XOpenIM(), XGetIMValues(), XDisplayOfIM(), XLocaleOfIM().
Copyright O’Reilly & Assoc. —