aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-24 14:08:51 -0600
committerTed Gould <ted@gould.cx>2010-01-24 14:08:51 -0600
commitcb00aab7f8f48423937e0fd238badc780c6a4ee2 (patch)
treeed2f10c215fd9ef2c2f2918353a4183d9c5f37ed /libdbusmenu-glib/dbus-menu.xml
parent3260324c755d1221746fdc0d7f8034e6ac656a75 (diff)
parentd82766dc0f4e240c92809b39dcea6967628071d7 (diff)
downloadlibdbusmenu-cb00aab7f8f48423937e0fd238badc780c6a4ee2.tar.gz
libdbusmenu-cb00aab7f8f48423937e0fd238badc780c6a4ee2.tar.bz2
libdbusmenu-cb00aab7f8f48423937e0fd238badc780c6a4ee2.zip
Adding a parameter on the event function so that the timestamp is always passed.
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
-rw-r--r--libdbusmenu-glib/dbus-menu.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml
index 4c7446d..866969e 100644
--- a/libdbusmenu-glib/dbus-menu.xml
+++ b/libdbusmenu-glib/dbus-menu.xml
@@ -141,6 +141,7 @@ menu item.
@param id the id of the item which received the event
@param type the type of event
@param data event-specific data
+@param timestamp The time that the event occured if available or the time the message was sent if not.
@a type can be one of the following:
@@ -153,6 +154,7 @@ Vendor specific events can be added by prefixing them with "x-<vendor>-"
<arg type="u" name="id" direction="in" />
<arg type="s" name="eventId" direction="in" />
<arg type="v" name="data" direction="in" />
+ <arg type="u" name="timestamp" direction="in" />
</method>
<!-- Signals -->