Typedefs | |
typedef void(* | XklConfigCallback )(void *userData) |
typedef int(* | XklWinCallback )(Window win, Window parent, void *userData) |
typedef void(* | XklStateCallback )(XklStateChange changeType, int group, Bool restore, void *userData) |
Functions | |
int | XklRegisterConfigCallback (XklConfigCallback fun, void *userData) |
int | XklRegisterWindowCallback (XklWinCallback fun, void *userData) |
int | XklRegisterStateCallback (XklStateCallback fun, void *userData) |
|
Used for notifying application of the XKB configuration change.
|
|
Used for notifying application of the window state change.
|
|
Used for notifying application of new window creation (actually, registration).
|
|
Registers user callback. Only one callback can be registered at a time
|
|
Registers user callback. Only one callback can be registered at a time
|
|
Registers user callback. Only one callback can be registered at a time
|