menuitem.h   menuitem.h 
skipping to change at line 269 skipping to change at line 269
#define DBUSMENU_MENUITEM_SHORTCUT_SUPER "Super" #define DBUSMENU_MENUITEM_SHORTCUT_SUPER "Super"
/** /**
* DBUSMENU_MENUITEM_CHILD_DISPLAY_SUBMENU: * DBUSMENU_MENUITEM_CHILD_DISPLAY_SUBMENU:
* *
* Used in #DBUSMENU_MENUITEM_PROP_CHILD_DISPLAY to have the * Used in #DBUSMENU_MENUITEM_PROP_CHILD_DISPLAY to have the
* subitems displayed as a submenu. * subitems displayed as a submenu.
*/ */
#define DBUSMENU_MENUITEM_CHILD_DISPLAY_SUBMENU "submenu" #define DBUSMENU_MENUITEM_CHILD_DISPLAY_SUBMENU "submenu"
/**
* DBUSMENU_MENUITEM_EVENT_ACTIVATED:
*
* String for the event identifier when a menu item is clicked
* on by the user.
*/
#define DBUSMENU_MENUITEM_EVENT_ACTIVATED "clicked"
/**
* DBUSMENU_MENUITEM_EVENT_OPENED:
*
* String for the event identifier when a menu is opened and
* displayed to the user. Only valid for items that contain
* submenus.
*/
#define DBUSMENU_MENUITEM_EVENT_OPENED "opened"
/**
* DBUSMENU_MENUITEM_EVENT_CLOSED:
*
* String for the event identifier when a menu is closed and
* displayed to the user. Only valid for items that contain
* submenus.
*/
#define DBUSMENU_MENUITEM_EVENT_CLOSED "closed"
typedef struct _DbusmenuMenuitemPrivate DbusmenuMenuitemPrivate; typedef struct _DbusmenuMenuitemPrivate DbusmenuMenuitemPrivate;
/** /**
* DbusmenuMenuitem: * DbusmenuMenuitem:
* @parent: Parent object * @parent: Parent object
* @priv: Private data * @priv: Private data
* *
* This is the #GObject based object that represents a menu * This is the #GObject based object that represents a menu
* item. It gets created the same on both the client and * item. It gets created the same on both the client and
* the server side and libdbusmenu-glib does the work of making * the server side and libdbusmenu-glib does the work of making
 End of changes. 1 change blocks. 
0 lines changed or deleted 26 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/