diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2011-03-18 20:29:06 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2011-03-18 20:29:06 +0000 |
| commit | 2de761f0c46b4f3164d0dc008320da3ad0f35316 (patch) | |
| tree | fbf8c57ade340c7e2b639adc2269e5063d90c6e4 /src/extension/dbus/document-interface.xml | |
| parent | Layers. Fix for Bug #249035: Undo crash when executing extensions. (diff) | |
| download | inkscape-2de761f0c46b4f3164d0dc008320da3ad0f35316.tar.gz inkscape-2de761f0c46b4f3164d0dc008320da3ad0f35316.zip | |
D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, Bug #707054 and Bug #707364).
(bzr r10114)
Diffstat (limited to 'src/extension/dbus/document-interface.xml')
| -rw-r--r-- | src/extension/dbus/document-interface.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/extension/dbus/document-interface.xml b/src/extension/dbus/document-interface.xml index 8b0252765..94f39ae7e 100644 --- a/src/extension/dbus/document-interface.xml +++ b/src/extension/dbus/document-interface.xml @@ -310,6 +310,12 @@ <doc:summary>The text you want.</doc:summary> </doc:doc> </arg> + <arg type="s" name="object_name" direction="out" > + <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value="error"/> + <doc:doc> + <doc:summary>The name of the new text.</doc:summary> + </doc:doc> + </arg> <doc:doc> <doc:description> <doc:para>This method creates some text in the current layer.</doc:para> @@ -472,6 +478,29 @@ </doc:doc> </method> + + <method name="set_text"> + <arg type="s" name="shape" direction="in" > + <doc:doc> + <doc:summary>The id of an object.</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> + <doc:description> + <doc:para>set text of text object.</doc:para> + </doc:description> + </doc:doc> + </method> + + + + <method name="set_int_attribute"> <arg type="s" name="shape" direction="in" > <doc:doc> |
