Merge lp:~ted/libdbusmenu/signature-fixes into lp:libdbusmenu/0.5

Proposed by Ted Gould
Status: Merged
Merged at revision: 219
Proposed branch: lp:~ted/libdbusmenu/signature-fixes
Merge into: lp:libdbusmenu/0.5
Diff against target: 14 lines (+2/-2)
1 file modified
libdbusmenu-glib/dbus-menu.xml (+2/-2)
To merge this branch: bzr merge lp:~ted/libdbusmenu/signature-fixes
Reviewer Review Type Date Requested Status
Mikkel Kamstrup Erlandsen (community) Approve
Review via email: mp+50767@code.launchpad.net

Description of the change

Fixes to the signatures in the spec to make them more consistent.

To post a comment you must log in.
lp:~ted/libdbusmenu/signature-fixes updated
218. By Ted Gould

Changing parameter names to be more descriptive

Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

 review approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libdbusmenu-glib/dbus-menu.xml'
2--- libdbusmenu-glib/dbus-menu.xml 2011-02-15 04:32:51 +0000
3+++ libdbusmenu-glib/dbus-menu.xml 2011-02-22 15:34:49 +0000
4@@ -308,8 +308,8 @@
5 the ID of the item with a hashtable of names and values for those
6 properties.
7 </dox:d>
8- <arg type="a(ia(sv))" name="props" direction="out" />
9- <arg type="a(ia(s))" name="props_removed" direction="out" />
10+ <arg type="a(ia{sv})" name="updatedProps" direction="out" />
11+ <arg type="a(ias)" name="removedProps" direction="out" />
12 </signal>
13 <signal name="LayoutUpdated">
14 <dox:d>

Subscribers

People subscribed via source and target branches