diff options
| author | Cody Russell <crussell@canonical.com> | 2010-07-30 12:27:30 -0500 |
|---|---|---|
| committer | Cody Russell <crussell@canonical.com> | 2010-07-30 12:27:30 -0500 |
| commit | 42ed8b7c89f63e16f4d42f0d350df2097123a4a7 (patch) | |
| tree | 026c87d73df3d5bd4b5fa9359ba34c7d14e756af /libdbusmenu-glib/dbus-menu.xml | |
| parent | 8c75a152b79446cf8a63a79097b05b6fd620e778 (diff) | |
| parent | 4fbfb66b98d31283facfd425a91d084c61288ac8 (diff) | |
| download | libdbusmenu-42ed8b7c89f63e16f4d42f0d350df2097123a4a7.tar.gz libdbusmenu-42ed8b7c89f63e16f4d42f0d350df2097123a4a7.tar.bz2 libdbusmenu-42ed8b7c89f63e16f4d42f0d350df2097123a4a7.zip | |
Merge open-menu-signal branch.
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
| -rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index 53b67de..9e8013c 100644 --- a/libdbusmenu-glib/dbus-menu.xml +++ b/libdbusmenu-glib/dbus-menu.xml @@ -344,6 +344,20 @@ License version 3 and version 2.1 along with this program. If not, see </dox:d> </arg> </signal> + <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> + <arg type="u" name="timestamp" direction="out" > + <dox:d>The time that the event occured</dox:d> + </arg> + </signal> <!-- End of interesting stuff --> |
