![]() |
![]() |
![]() |
Libxklavier Reference Manual | ![]() |
---|---|---|---|---|
#define XKL_MAX_CI_NAME_LENGTH #define XKL_MAX_CI_SHORT_DESC_LENGTH #define XKL_MAX_CI_DESC_LENGTH #define XCI_PROP_ALLOW_MULTIPLE_SELECTION XklConfigItem;
#define XCI_PROP_ALLOW_MULTIPLE_SELECTION "allowMultipleSelection"
typedef struct { /** * The superclass object */ GObject parent; /** * The configuration item name. Corresponds to XML element "name". */ gchar name[XKL_MAX_CI_NAME_LENGTH]; /** * The configuration item short description. Corresponds to XML element "shortDescription". */ gchar short_description[XKL_MAX_CI_DESC_LENGTH]; /** * The configuration item description. Corresponds to XML element "description". */ gchar description[XKL_MAX_CI_DESC_LENGTH]; } XklConfigItem;