diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2012-03-29 15:20:43 -0400 |
|---|---|---|
| committer | Ken VanDine <ken.vandine@canonical.com> | 2012-03-29 15:20:43 -0400 |
| commit | 8a0d944aa5c0578d55693f474599199471ce91e1 (patch) | |
| tree | de9d4f0b0aaf6bf530360d6a07c3b153902a7e6f /libdbusmenu-glib/dbus-menu-clean.xml | |
| parent | f6700613c6b065885a8184a0795fbf8f00632774 (diff) | |
| parent | 86a192f69a22c48c5aa3965310be3b04f1f3e379 (diff) | |
| download | libdbusmenu-8a0d944aa5c0578d55693f474599199471ce91e1.tar.gz libdbusmenu-8a0d944aa5c0578d55693f474599199471ce91e1.tar.bz2 libdbusmenu-8a0d944aa5c0578d55693f474599199471ce91e1.zip | |
* New upstream release.
* Faster menuitem lookups (LP: #801699)
* To reduce dbus traffic, only send event replies when the caller requests them
* Added support for callgrind-based benchmarks
* Minor code cleanup
Diffstat (limited to 'libdbusmenu-glib/dbus-menu-clean.xml')
| -rw-r--r-- | libdbusmenu-glib/dbus-menu-clean.xml | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/libdbusmenu-glib/dbus-menu-clean.xml b/libdbusmenu-glib/dbus-menu-clean.xml new file mode 100644 index 0000000..1550c5b --- /dev/null +++ b/libdbusmenu-glib/dbus-menu-clean.xml @@ -0,0 +1,125 @@ +<?xml version="1.0"?> +<node name="/"> + + <interface name="com.canonical.dbusmenu"> + + + + <property name="Version" type="u" access="read"> + + </property> + + <property name="TextDirection" type="s" access="read"> + + </property> + + <property name="Status" type="s" access="read"> + + </property> + + <property name="IconThemePath" type="as" access="read"> + + </property> + + + + <method name="GetLayout"> + + <arg type="i" name="parentId" direction="in"> + + </arg> + <arg type="i" name="recursionDepth" direction="in"> + + </arg> + <arg type="as" name="propertyNames" direction="in"> + + </arg> + <arg type="u" name="revision" direction="out"> + + </arg> + <arg type="(ia{sv}av)" name="layout" direction="out"> + + </arg> + </method> + + <method name="GetGroupProperties"> + + <arg type="ai" name="ids" direction="in"> + + </arg> + <arg type="as" name="propertyNames" direction="in"> + + </arg> + <arg type="a(ia{sv})" name="properties" direction="out"> + + </arg> + </method> + + <method name="GetProperty"> + + <arg type="i" name="id" direction="in"> + + </arg> + <arg type="s" name="name" direction="in"> + + </arg> + <arg type="v" name="value" direction="out"> + + </arg> + </method> + + <method name="Event"> + + <arg type="i" name="id" direction="in"> + + </arg> + <arg type="s" name="eventId" direction="in"> + + </arg> + <arg type="v" name="data" direction="in"> + + </arg> + <arg type="u" name="timestamp" direction="in"> + + </arg> + </method> + + <method name="AboutToShow"> + + <arg type="i" name="id" direction="in"> + + </arg> + <arg type="b" name="needUpdate" direction="out"> + + </arg> + </method> + + + <signal name="ItemsPropertiesUpdated"> + + <arg type="a(ia{sv})" name="updatedProps" direction="out"/> + <arg type="a(ias)" name="removedProps" direction="out"/> + </signal> + <signal name="LayoutUpdated"> + + <arg type="u" name="revision" direction="out"> + + </arg> + <arg type="i" name="parent" direction="out"> + + </arg> + </signal> + <signal name="ItemActivationRequested"> + + <arg type="i" name="id" direction="out"> + + </arg> + <arg type="u" name="timestamp" direction="out"> + + </arg> + </signal> + + + + </interface> +</node> |
