diff options
| author | Ted Gould <ted@gould.cx> | 2010-08-02 14:38:34 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-08-02 14:38:34 -0500 |
| commit | a77f998ed89128b6b1a601fa534fa2bba5cb303b (patch) | |
| tree | b87ed55b76c66fe646e5b37e22f978d309ef8b1f /libdbusmenu-glib/dbus-menu.xml | |
| parent | c6c4c285c3844cb3ed50a41068bf7278604c41dd (diff) | |
| parent | 10cf92485ff65b6b5c17ee51fda006f079adc8c3 (diff) | |
| download | libdbusmenu-a77f998ed89128b6b1a601fa534fa2bba5cb303b.tar.gz libdbusmenu-a77f998ed89128b6b1a601fa534fa2bba5cb303b.tar.bz2 libdbusmenu-a77f998ed89128b6b1a601fa534fa2bba5cb303b.zip | |
* Updating to packaging branch
* Globbing layout signaling from the server
* Globbing property requests into group requests
* New upstream release.
- Added ItemActivationRequested signal.
* New upstream release.
* Making dbusmenu-dumper have a click to dump feature.
* Autogen update
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 --> |
