diff options
| author | Soren Berg <glimmer07@gmail.com> | 2009-07-20 22:55:35 +0000 |
|---|---|---|
| committer | glimmer07 <glimmer07@users.sourceforge.net> | 2009-07-20 22:55:35 +0000 |
| commit | 40d5732d5a327c51e04c6aaab97725d0d61b2327 (patch) | |
| tree | 06a5bbfc47417750cf97db05aa7ae6d67b8d6cc7 /src/extension/dbus/document-interface.xml | |
| parent | Fixed selection_get() (diff) | |
| download | inkscape-40d5732d5a327c51e04c6aaab97725d0d61b2327.tar.gz inkscape-40d5732d5a327c51e04c6aaab97725d0d61b2327.zip | |
Fixed selection_get_center and selection_combine.
Added selection_divide.
(bzr r8254.1.16)
Diffstat (limited to 'src/extension/dbus/document-interface.xml')
| -rw-r--r-- | src/extension/dbus/document-interface.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/src/extension/dbus/document-interface.xml b/src/extension/dbus/document-interface.xml index 5db3de763..171508dcd 100644 --- a/src/extension/dbus/document-interface.xml +++ b/src/extension/dbus/document-interface.xml @@ -1084,7 +1084,7 @@ </method> <method name="selection_get_center"> - <arg type="(ii)" name="centerpoint" direction="out" > + <arg type="ad" name="centerpoint" direction="out" > <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/> <doc:doc> <doc:summary>Center of the selection.</doc:summary> @@ -1132,6 +1132,21 @@ </doc:doc> </method> + <method name="selection_divide"> + <arg type="as" name="pieces" direction="out" > + <!-- <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/> --> + <doc:doc> + <doc:summary>List of the ids of resulting paths.</doc:summary> + </doc:doc> + </arg> + <doc:doc> + <doc:description> + <doc:para>Returns the result of cutting the bottom object by all other intersecting paths.</doc:para> + <doc:para>This may make many seperate layers.</doc:para> + </doc:description> + </doc:doc> + </method> + <method name="selection_change_level" > <arg type="s" name="command" direction="in" > <doc:doc> |
