Functions | |
int | XklInit (Display *dpy) |
int | XklTerm (void) |
const char * | XklGetBackendName (void) |
int | XklGetBackendFeatures (void) |
unsigned | XklGetMaxNumGroups (void) |
int XklGetBackendFeatures | ( | void | ) |
Provides information regarding available backend features (combination of XKLF_* constants)
const char* XklGetBackendName | ( | void | ) |
What kind of backend if used
unsigned XklGetMaxNumGroups | ( | void | ) |
Provides the information on maximum number of simultaneously supported groups (layouts)
int XklInit | ( | Display * | dpy | ) |
Initializes internal structures. Does not start actual listening though. Some apps can use Xklavier for information retrieval but not for actual processing.
dpy | is an open display, will be tested for XKB extension |
int XklTerm | ( | void | ) |
Terminates everything...