XGetIMValues(3X11) XLIB FUNCTIONS XGetIMValues(3X11)
NAME
XGetIMValues - presents interface to query input methods
SYNTAX
char * XGetIMValues(im, ...)
XIM im;
ARGUMENTS
im Specifies the input method.
... Specifies the variable length argument list to set or get XIM values.
DESCRIPTION
The XGetIMValues function presents a variable argument list programming interface for querying properties or features of the specified
input method. This function returns NULL if it succeeds; otherwise, it returns the name of the first argument that could not be obtained.
SEE ALSO
XOpenIM(3X), XCloseIM(3X), XSetIMValues(3X), XDisplayOfIM(3X), XLocaleOfIM(3X), XRegisterIMInstantiateCallback(3X), XUnregisterIMInstanti-
ateCallback(3X)
X Version 11 Release 6 XGetIMValues(3X11)