------------------------------------------------------------ revno: 235 committer: Ted Gould <[email protected]> branch nick: trunk timestamp: Thu 2011-02-24 10:52:10 -0600 message: Document the event signal define. modified: libdbusmenu-glib/menuitem.h
-- lp:dbusmenu https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk Your team ayatana-commits is subscribed to branch lp:dbusmenu. To unsubscribe from this branch go to https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk/+edit-subscription
=== modified file 'libdbusmenu-glib/menuitem.h' --- libdbusmenu-glib/menuitem.h 2011-02-24 16:33:40 +0000 +++ libdbusmenu-glib/menuitem.h 2011-02-24 16:52:10 +0000 @@ -96,6 +96,11 @@ * String to attach to signal #DbusmenuServer::about-to-show */ #define DBUSMENU_MENUITEM_SIGNAL_ABOUT_TO_SHOW "about-to-show" +/** + * DBUSMENU_MENUITEM_SIGNAL_EVENT: + * + * String to attach to signal #DbusmenuServer::event + */ #define DBUSMENU_MENUITEM_SIGNAL_EVENT "event" /**
_______________________________________________ Mailing list: https://launchpad.net/~ayatana-commits Post to : [email protected] Unsubscribe : https://launchpad.net/~ayatana-commits More help : https://help.launchpad.net/ListHelp

