Functions | |
Bool | XklConfigActivate (const XklConfigRecPtr data) |
Bool | XklConfigGetFromServer (XklConfigRecPtr data) |
Bool | XklConfigGetFromBackup (XklConfigRecPtr data) |
Bool | XklConfigWriteFile (const char *fileName, const XklConfigRecPtr data, const Bool binary) |
Bool XklConfigActivate | ( | const XklConfigRecPtr | data | ) |
Activates some XKB configuration
data | is a valid XKB configuration description. Can be NULL |
Bool XklConfigGetFromBackup | ( | XklConfigRecPtr | data | ) |
Loads the current XKB configuration (from backup)
data | is a buffer for XKB configuration |
Bool XklConfigGetFromServer | ( | XklConfigRecPtr | data | ) |
Loads the current XKB configuration (from X server)
data | is a buffer for XKB configuration |
Bool XklConfigWriteFile | ( | const char * | fileName, | |
const XklConfigRecPtr | data, | |||
const Bool | binary | |||
) |
Writes some XKB configuration into XKM/XKB file
fileName | is a name of the file to create | |
data | is a valid XKB configuration description. Can be NULL | |
binary | is a flag indicating whether the output file should be binary |