~dbusmenu-team/libdbusmenu/trunk.16.10

« back to all changes in this revision

Viewing changes to libdbusmenu-glib/dbus-menu.xml

Merging in the properties branch to provide some basis to work with.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
                </method>
42
42
                <method name="GetProperties">
43
43
                        <arg type="u" name="id" direction="in" />
44
 
                        <arg type="as" name="property" direction="in" />
45
 
                        <arg type="a(ss)" name="value" direction="out" />
 
44
                        <arg type="a{ss}" name="properties" direction="out" />
46
45
                </method>
47
46
                <method name="Call">
48
47
                        <arg type="u" name="id" direction="in" />
49
48
                </method>
50
 
                <method name="ListProperties">
51
 
                        <arg type="u" name="id" direction="in" />
52
 
                        <arg type="as" name="properties" direction="out" />
53
 
                </method>
54
49
 
55
50
<!-- Signals -->
56
51
                <signal name="IdPropUpdate">