diff options
author | Ted Gould <ted@gould.cx> | 2010-01-22 10:44:40 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-22 10:44:40 -0600 |
commit | cc70c4613b95acd6e99bc22bf81cc0bd97bf414c (patch) | |
tree | 4ba86fcf7d2a81d648ad0d42210d0dbaf26a13b2 | |
parent | 438443e863be28a23c9494281a2a10bea6a9b6fc (diff) | |
download | libdbusmenu-cc70c4613b95acd6e99bc22bf81cc0bd97bf414c.tar.gz libdbusmenu-cc70c4613b95acd6e99bc22bf81cc0bd97bf414c.tar.bz2 libdbusmenu-cc70c4613b95acd6e99bc22bf81cc0bd97bf414c.zip |
Adding timestamp to XML description.
-rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index d2df400..4ec03ef 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 --> |