diff options
author | Ted Gould <ted@gould.cx> | 2010-07-20 05:55:55 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-20 05:55:55 -0500 |
commit | 93c287ff9d2c7029eb275f10cf5f372b0edb54ef (patch) | |
tree | f354efdb72078036148cf9761e885fca2433beb6 /libdbusmenu-glib | |
parent | eab9731dcd26336aa44aee62073881919201df6f (diff) | |
download | libdbusmenu-93c287ff9d2c7029eb275f10cf5f372b0edb54ef.tar.gz libdbusmenu-93c287ff9d2c7029eb275f10cf5f372b0edb54ef.tar.bz2 libdbusmenu-93c287ff9d2c7029eb275f10cf5f372b0edb54ef.zip |
Docs and a tense fix
Diffstat (limited to 'libdbusmenu-glib')
-rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index b09604b..b4f4439 100644 --- a/libdbusmenu-glib/dbus-menu.xml +++ b/libdbusmenu-glib/dbus-menu.xml @@ -344,8 +344,16 @@ License version 3 and version 2.1 along with this program. If not, see </dox:d> </arg> </signal> - <signal name="ItemActivationRequest"> - <arg type="i" name="id" direction="out" /> + <signal name="ItemActivationRequested"> + <dox:d> + The server is requesting that all clients displaying this + menu open it to the user. This would be for things like + hotkeys that when the user presses them the menu should + open and display itself to the user. + </dox:d> + <arg type="i" name="id" direction="out" > + <dox:d>ID of the menu that should be activated</dox:d> + </arg> </signal> <!-- End of interesting stuff --> |