← Back to team overview

ayatana-commits team mailing list archive

[Branch ~dbusmenu-team/dbusmenu/trunk] Rev 235: Document the event signal define.

 

------------------------------------------------------------
revno: 235
committer: Ted Gould <ted@xxxxxxxx>
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"
 
 /**