#include <xklavier_config.h>
Public Attributes | |
char | name [XKL_MAX_CI_NAME_LENGTH] |
char | shortDescription [XKL_MAX_CI_DESC_LENGTH] |
char | description [XKL_MAX_CI_DESC_LENGTH] |
char _XklConfigItem::name[XKL_MAX_CI_NAME_LENGTH] |
The configuration item name. Corresponds to XML element "name".
char _XklConfigItem::shortDescription[XKL_MAX_CI_DESC_LENGTH] |
The configuration item short description. Corresponds to XML element "shortDescription".
char _XklConfigItem::description[XKL_MAX_CI_DESC_LENGTH] |
The configuration item description. Corresponds to XML element "description".