Man Page: xregisteriminstantiatecallback
Operating Environment: hpux
Section: 3x
XRegisterIMInstantiateCallback(3X) XLIB FUNCTIONS XRegisterIMInstantiateCallback(3X)NAMEXRegisterIMInstantiateCallback - registers a callbackSYNTAXBool XRegisterIMInstantiateCallback(display, db, res_name, res_class, callback, client_data) Display *display; XrmDatabase db; char *res_name; char *res_class; XIMProc callback; XPointer *client_data;ARGUMENTSdisplay Specifies the connection to the X server. db Specifies a pointer to the resource database. res_name Specifies the full resource name of the application. res_class Specifies the full class name of the application. callback Specifies a pointer to the input method instantiate callback. client_data Specifies the additional client data.DESCRIPTIONThe XRegisterIMInstantiateCallback function registers a callback to be invoked whenever a new input method becomes available for the speci- fied display that matches the current locale and modifiers.SEE ALSOXIMProc(3X), XOpenIM(3X), XCloseIM(3X), XSetIMValues(3X), XGetIMValues(3X), XDisplayOfIM(3X), XUnregisterIMInstantiateCallback(3X) X Version 11 Release 6 XRegisterIMInstantiateCallback(3X)