diff options
author | Ted Gould <ted@gould.cx> | 2010-10-27 14:27:45 -0400 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-10-27 14:27:45 -0400 |
commit | 38882b4705957a5f0d1f80a92aa8c6e7c24fd380 (patch) | |
tree | 47e389f15e95e61d4e75a12cf0c1ad03f8c6879f /libdbusmenu-glib | |
parent | d9c757bcc71e269cf4180fc007f0e619beb3cad1 (diff) | |
download | libdbusmenu-38882b4705957a5f0d1f80a92aa8c6e7c24fd380.tar.gz libdbusmenu-38882b4705957a5f0d1f80a92aa8c6e7c24fd380.tar.bz2 libdbusmenu-38882b4705957a5f0d1f80a92aa8c6e7c24fd380.zip |
Getting the property names with the layout
Diffstat (limited to 'libdbusmenu-glib')
-rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index 4632352..2c195fa 100644 --- a/libdbusmenu-glib/dbus-menu.xml +++ b/libdbusmenu-glib/dbus-menu.xml @@ -201,6 +201,13 @@ License version 3 and version 2.1 along with this program. If not, see <dox:d>The revision number of the layout. For matching with layoutUpdated signals.</dox:d> </arg> + <arg type="as" name="propertyNames" direction="in" > + <dox:d> + The list of item properties we are + interested in. If there are no entries in the list all of + the properties will be sent. + </dox:d> + </arg> <arg type="a(ia(sv)a(v))" name="layout" direction="out"> <dox:d>The layout as an XML string of IDs.</dox:d> </arg> |