aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libdbusmenu-glib/dbus-menu.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml
index 21b4679..a198554 100644
--- a/libdbusmenu-glib/dbus-menu.xml
+++ b/libdbusmenu-glib/dbus-menu.xml
@@ -74,7 +74,7 @@ Each menu item has a set of properties. Property keys are in menuitem.h:
<method name="GetProperty">
<arg type="u" name="id" direction="in" />
<arg type="s" name="property" direction="in" />
- <arg type="s" name="value" direction="out" />
+ <arg type="v" name="value" direction="out" />
</method>
<!--
@@ -82,7 +82,7 @@ Convenience method to retrieve all properties in one call (more efficient)
-->
<method name="GetProperties">
<arg type="u" name="id" direction="in" />
- <arg type="a{ss}" name="properties" direction="out" />
+ <arg type="a{sv}" name="properties" direction="out" />
</method>
<!--
@@ -101,7 +101,7 @@ as changed to value.
<signal name="IdPropUpdate">
<arg type="u" name="id" direction="out" />
<arg type="s" name="prop" direction="out" />
- <arg type="s" name="value" direction="out" />
+ <arg type="v" name="value" direction="out" />
</signal>
<!--