diff options
author | Ted Gould <ted@gould.cx> | 2010-07-20 08:18:22 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-20 08:18:22 -0500 |
commit | 63bb196ef8482430bbf742a7a6389a9897766f43 (patch) | |
tree | 97f802e53ed37830f0c14f31f57eff007bd90044 /libdbusmenu-glib | |
parent | 93c287ff9d2c7029eb275f10cf5f372b0edb54ef (diff) | |
download | libdbusmenu-63bb196ef8482430bbf742a7a6389a9897766f43.tar.gz libdbusmenu-63bb196ef8482430bbf742a7a6389a9897766f43.tar.bz2 libdbusmenu-63bb196ef8482430bbf742a7a6389a9897766f43.zip |
Adding a timestamp
Diffstat (limited to 'libdbusmenu-glib')
-rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index b4f4439..9e8013c 100644 --- a/libdbusmenu-glib/dbus-menu.xml +++ b/libdbusmenu-glib/dbus-menu.xml @@ -354,6 +354,9 @@ License version 3 and version 2.1 along with this program. If not, see <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 --> |