client.h | client.h | |||
---|---|---|---|---|
skipping to change at line 108 | skipping to change at line 108 | |||
* | * | |||
* String to access property #DbusmenuClient:status | * String to access property #DbusmenuClient:status | |||
*/ | */ | |||
#define DBUSMENU_CLIENT_PROP_STATUS "status" | #define DBUSMENU_CLIENT_PROP_STATUS "status" | |||
/** | /** | |||
* DBUSMENU_CLIENT_PROP_TEXT_DIRECTION: | * DBUSMENU_CLIENT_PROP_TEXT_DIRECTION: | |||
* | * | |||
* String to access property #DbusmenuClient:text-direction | * String to access property #DbusmenuClient:text-direction | |||
*/ | */ | |||
#define DBUSMENU_CLIENT_PROP_TEXT_DIRECTION "text-direction" | #define DBUSMENU_CLIENT_PROP_TEXT_DIRECTION "text-direction" | |||
/** | ||||
* DBUSMENU_CLIENT_PROP_GROUP_EVENTS: | ||||
* | ||||
* String to access property #DbusmenuClient:group-events | ||||
*/ | ||||
#define DBUSMENU_CLIENT_PROP_GROUP_EVENTS "group-events" | ||||
/** | /** | |||
* DBUSMENU_CLIENT_TYPES_DEFAULT: | * DBUSMENU_CLIENT_TYPES_DEFAULT: | |||
* | * | |||
* Used to set the 'type' property on a menu item to create | * Used to set the 'type' property on a menu item to create | |||
* a standard menu item. | * a standard menu item. | |||
*/ | */ | |||
#define DBUSMENU_CLIENT_TYPES_DEFAULT "standard" | #define DBUSMENU_CLIENT_TYPES_DEFAULT "standard" | |||
/** | /** | |||
* DBUSMENU_CLIENT_TYPES_SEPARATOR: | * DBUSMENU_CLIENT_TYPES_SEPARATOR: | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 6 lines changed or added | |||