diff options
author | Ted Gould <ted@gould.cx> | 2011-02-22 09:31:14 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-22 09:31:14 -0600 |
commit | 1f87678080488a467b04164a6a701ed4abcf92ae (patch) | |
tree | 35e34ee5882b2eaac9954d8f2bb752ea4fd3cdba /libdbusmenu-glib | |
parent | 90cbc15aa0ddb2a37a812c0ac182143a26acdb1c (diff) | |
download | libdbusmenu-1f87678080488a467b04164a6a701ed4abcf92ae.tar.gz libdbusmenu-1f87678080488a467b04164a6a701ed4abcf92ae.tar.bz2 libdbusmenu-1f87678080488a467b04164a6a701ed4abcf92ae.zip |
Changing parameter names to be more descriptive
Diffstat (limited to 'libdbusmenu-glib')
-rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index 3856219..c0831e5 100644 --- a/libdbusmenu-glib/dbus-menu.xml +++ b/libdbusmenu-glib/dbus-menu.xml @@ -308,8 +308,8 @@ License version 3 and version 2.1 along with this program. If not, see the ID of the item with a hashtable of names and values for those properties. </dox:d> - <arg type="a(ia{sv})" name="props" direction="out" /> - <arg type="a(ias)" name="props_removed" direction="out" /> + <arg type="a(ia{sv})" name="updatedProps" direction="out" /> + <arg type="a(ias)" name="removedProps" direction="out" /> </signal> <signal name="LayoutUpdated"> <dox:d> |