diff options
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> |
