summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/document-interface.xml
diff options
context:
space:
mode:
authorSoren Berg <glimmer07@gmail.com>2009-07-15 17:06:03 +0000
committerglimmer07 <glimmer07@users.sourceforge.net>2009-07-15 17:06:03 +0000
commit103aff597d89ef273a5d9cd12a0148c57f6a6435 (patch)
tree865dcabbd25ef0e7b965bd9a4fd028f882784d49 /src/extension/dbus/document-interface.xml
parentImplemented all the CSS style functions. (diff)
downloadinkscape-103aff597d89ef273a5d9cd12a0148c57f6a6435.tar.gz
inkscape-103aff597d89ef273a5d9cd12a0148c57f6a6435.zip
implemented a number of functions, including save/load functions.
Removed the print function because I can see no way of doing it without bringing up a dialog. (bzr r8254.1.12)
Diffstat (limited to 'src/extension/dbus/document-interface.xml')
-rw-r--r--src/extension/dbus/document-interface.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/extension/dbus/document-interface.xml b/src/extension/dbus/document-interface.xml
index ba8c7e2b3..f79816de1 100644
--- a/src/extension/dbus/document-interface.xml
+++ b/src/extension/dbus/document-interface.xml
@@ -719,8 +719,8 @@
</doc:description>
</doc:doc>
</method>
-
- <method name="print" >
+ <!--
+ <method name="print_to_file" >
<doc:doc>
<doc:description>
<doc:para>Prints the current document with default settings.</doc:para>
@@ -729,6 +729,7 @@
<doc:seealso><doc:ref type="interface" to="document.document_resize_to_fit_selection">document_resize_to_fit_selection()</doc:ref></doc:seealso>
</doc:doc>
</method>
+ -->
<!-- PROGRAM CONTROL FUNCTIONS -->