summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2010-08-25 22:41:29 +0200
committerPatrick Ohly <patrick.ohly@intel.com>2010-08-25 23:09:28 +0200
commita00cabeafee34bf99cb9377ff23dad2edb0067a5 (patch)
treefcd3bbf8671ad47757fa899f2da49ff2c4bb6989
parent1b243b7b8356a27b0c7872cd20649ac29147d282 (diff)
D-Bus API: fixed type signaturedbus-api
a{s} needs to be a(s); broke compilation of GTK GUI.
-rw-r--r--src/dbus/interfaces/syncevo-server-full.xml4
-rw-r--r--src/dbus/interfaces/syncevo-session-full.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/dbus/interfaces/syncevo-server-full.xml b/src/dbus/interfaces/syncevo-server-full.xml
index 12bc770b..861357b6 100644
--- a/src/dbus/interfaces/syncevo-server-full.xml
+++ b/src/dbus/interfaces/syncevo-server-full.xml
@@ -87,7 +87,7 @@
</doc:para>
</doc:description>
</doc:doc>
- <arg type="a{s}" name="capabilities" direction="out">
+ <arg type="a(s)" name="capabilities" direction="out">
<doc:doc><doc:summary>
set of supported capabilities
</doc:summary></doc:doc>
@@ -444,7 +444,7 @@ sometimes also a beta or alpha suffix),
<arg type="s" name="config" direction="in">
<doc:doc><doc:summary>name of configuration to be created or used in session</doc:summary></doc:doc>
</arg>
- <arg type="a{s}" name="flags" direction="in">
+ <arg type="a(s)" name="flags" direction="in">
<doc:doc><doc:summary>optional flags</doc:summary></doc:doc>
</arg>
<arg type="o" name="session" direction="out">
diff --git a/src/dbus/interfaces/syncevo-session-full.xml b/src/dbus/interfaces/syncevo-session-full.xml
index a27338b7..d81862b2 100644
--- a/src/dbus/interfaces/syncevo-session-full.xml
+++ b/src/dbus/interfaces/syncevo-session-full.xml
@@ -12,7 +12,7 @@
Get the session flags set with Server.StartSessionWithFlags().
</doc:description>
</doc:doc>
- <arg type="a{s}" name="flags" direction="out">
+ <arg type="a(s)" name="flags" direction="out">
<doc:doc><doc:summary>session flags</doc:summary></doc:doc>
</arg>
</method>