diff options
| author | Soren Berg <glimmer07@gmail.com> | 2009-07-21 01:48:22 +0000 |
|---|---|---|
| committer | glimmer07 <glimmer07@users.sourceforge.net> | 2009-07-21 01:48:22 +0000 |
| commit | c30b66d5e5f875384b4fa13f93ceb6bea8054830 (patch) | |
| tree | 9895fd7aaebc20c5f21e688b018bae26209d24ab /src/extension/dbus/document-interface.xml | |
| parent | Fixed selection_get_center and selection_combine. (diff) | |
| download | inkscape-c30b66d5e5f875384b4fa13f93ceb6bea8054830.tar.gz inkscape-c30b66d5e5f875384b4fa13f93ceb6bea8054830.zip | |
Worked on text, now works with limited capability.
Started work on node_get_coordinates.
(bzr r8254.1.17)
Diffstat (limited to 'src/extension/dbus/document-interface.xml')
| -rw-r--r-- | src/extension/dbus/document-interface.xml | 16 |
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> |
