Functions | |
Bool | XklConfigFindModel (XklConfigItemPtr ptr) |
Bool | XklConfigFindLayout (XklConfigItemPtr ptr) |
Bool | XklConfigFindVariant (const char *layoutName, XklConfigItemPtr ptr) |
Bool | XklConfigFindOptionGroup (XklConfigItemPtr ptr, Bool *allowMultipleSelection) |
Bool | XklConfigFindOption (const char *optionGroupName, XklConfigItemPtr ptr) |
Bool XklConfigFindLayout | ( | XklConfigItemPtr | ptr | ) |
Loads a keyboard layout information from the XML configuration registry.
ptr | is a pointer to a XklConfigItem containing the name of the keyboard layout. On successfull return, the descriptions are filled. |
Bool XklConfigFindModel | ( | XklConfigItemPtr | ptr | ) |
Loads a keyboard model information from the XML configuration registry.
ptr | is a pointer to a XklConfigItem containing the name of the keyboard model. On successfull return, the descriptions are filled. |
Bool XklConfigFindOption | ( | const char * | optionGroupName, | |
XklConfigItemPtr | ptr | |||
) |
Loads a keyboard option information from the XML configuration registry.
optionGroupName | is a name of the option group | |
ptr | is a pointer to a XklConfigItem containing the name of the keyboard option. On successfull return, the descriptions are filled. |
Bool XklConfigFindOptionGroup | ( | XklConfigItemPtr | ptr, | |
Bool * | allowMultipleSelection | |||
) |
Loads a keyboard option group information from the XML configuration registry.
ptr | is a pointer to a XklConfigItem containing the name of the keyboard option group. On successfull return, the descriptions are filled. | |
allowMultipleSelection | is a pointer to some Bool variable to fill the corresponding attribute of XML element "group". |
Bool XklConfigFindVariant | ( | const char * | layoutName, | |
XklConfigItemPtr | ptr | |||
) |
Loads a keyboard layout variant information from the XML configuration registry.
layoutName | is a name of the parent layout | |
ptr | is a pointer to a XklConfigItem containing the name of the keyboard layout variant. On successfull return, the descriptions are filled. |