From cf0c689f665675b976215e80ec7c9acf1b2e49e6 Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Sun, 21 Aug 2011 09:42:08 +0200 Subject: DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes. (bzr r10559) --- src/extension/dbus/document-interface.xml | 163 +++++++++++++++++++++++++++++- 1 file changed, 162 insertions(+), 1 deletion(-) (limited to 'src/extension/dbus/document-interface.xml') diff --git a/src/extension/dbus/document-interface.xml b/src/extension/dbus/document-interface.xml index 94f39ae7e..aeacfae44 100644 --- a/src/extension/dbus/document-interface.xml +++ b/src/extension/dbus/document-interface.xml @@ -352,6 +352,27 @@ + + + + The path to a valid svg file. + + + + + + The name of the new image. + + + + + Imports the file at pathname. Similar to the image + method. + + + + + @@ -453,6 +474,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Set display area. + + + + + + + + Get display area. + + + + + + area + + + + + @@ -499,6 +570,43 @@ + + + + The id of an object. + + + + + + start text pos. + + + + + end text pos. + + + + + + css attribute. + + + + + + css attribute value. + + + + + + + set styling of partial text object. + + + @@ -864,6 +972,9 @@ + + + + + + + The id of the object. + + + + + Emitted when an object has been moved. + + + + + + + + + Any node with an "id" attribute. + + + + + The ids of this nodes children, NULL if bottom level. + + + + + Returns the children of any node. This function along with get_parent() can be used to navigate the XML tree. + + + + + + + Any node with an "id" attribute. + + + + + + The id of this nodes parent, NULL if toplevel. + + + + + Returns the parent of any node. This function along with get_children() can be used to navigate the XML tree. + + + - + -- cgit v1.2.3