summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/document-interface.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/dbus/document-interface.xml')
-rw-r--r--src/extension/dbus/document-interface.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/extension/dbus/document-interface.xml b/src/extension/dbus/document-interface.xml
index 171508dcd..7126887af 100644
--- a/src/extension/dbus/document-interface.xml
+++ b/src/extension/dbus/document-interface.xml
@@ -276,15 +276,19 @@
</method>
<method name="text">
- <arg type="s" name="text" direction="in" >
+ <arg type="i" name="x" direction="in" >
<doc:doc>
- <doc:summary>The text you want.</doc:summary>
+ <doc:summary>The x coordinate to put the text at.</doc:summary>
</doc:doc>
</arg>
- <arg type="s" name="object_name" direction="out" >
- <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value="error"/>
+ <arg type="i" name="y" direction="in" >
<doc:doc>
- <doc:summary>The name of the new text object.</doc:summary>
+ <doc:summary>The y coordinate to put the text at.</doc:summary>
+ </doc:doc>
+ </arg>
+ <arg type="s" name="text" direction="in" >
+ <doc:doc>
+ <doc:summary>The text you want.</doc:summary>
</doc:doc>
</arg>
<doc:doc>
@@ -688,7 +692,7 @@
<doc:summary>A object that contains a path ("d") attribute.</doc:summary>
</doc:doc>
</arg>
- <arg type="a(ii)" name="points" direction="out" >
+ <arg type="ai" name="points" direction="out" >
<annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/>
<doc:doc>
<doc:summary>An array of points.</doc:summary>