diff options
| author | Ted Gould <ted@gould.cx> | 2010-01-06 22:16:01 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-01-06 22:16:01 -0600 |
| commit | 2ecf2de30add5928126e5103e8c94c530f4fc8c0 (patch) | |
| tree | 7102a11e07cc9dd41055bd0c5e09ccfea147b9bd /libdbusmenu-glib/dbus-menu.xml | |
| parent | 54afa3eb635e04792bae66938ce838daffc821dd (diff) | |
| parent | ded741c03b1ece0e7da78a3c37e7238b2bb9441e (diff) | |
| download | libdbusmenu-2ecf2de30add5928126e5103e8c94c530f4fc8c0.tar.gz libdbusmenu-2ecf2de30add5928126e5103e8c94c530f4fc8c0.tar.bz2 libdbusmenu-2ecf2de30add5928126e5103e8c94c530f4fc8c0.zip | |
* Upstream update:
* Adding GetChildren function for getting a single submenu
* Test suite fixes
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
| -rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index e2d872b..d2df400 100644 --- a/libdbusmenu-glib/dbus-menu.xml +++ b/libdbusmenu-glib/dbus-menu.xml @@ -88,6 +88,12 @@ An item is represented as a struct following this format: <arg type="a(ua{sv})" name="properties" direction="out" /> </method> + <method name="GetChildren"> + <arg type="u" name="id" direction="in" /> + <arg type="as" name="propertyNames" direction="in" /> + <arg type="a(ua{sv})" name="properties" direction="out" /> + </method> + <!-- Each menu item has a set of properties. Property keys are in menuitem.h: |
