diff options
| author | Soren Berg <glimmer07@gmail.com> | 2009-07-22 06:22:59 +0000 |
|---|---|---|
| committer | glimmer07 <glimmer07@users.sourceforge.net> | 2009-07-22 06:22:59 +0000 |
| commit | 4caca0b9edefb8470c058fdfed95ff50e0324499 (patch) | |
| tree | 51259debfeb21f29da0911cf6ce23ed8d58e0514 /src/extension/dbus/document-interface.xml | |
| parent | worked on path parsing. (diff) | |
| download | inkscape-4caca0b9edefb8470c058fdfed95ff50e0324499.tar.gz inkscape-4caca0b9edefb8470c058fdfed95ff50e0324499.zip | |
Fixed GErrors.
Added many GErrors, especially for unfound objects.
transfered many functions to using verbs instead of the function the verb calls to make error reporting easier.
(bzr r8254.1.19)
Diffstat (limited to 'src/extension/dbus/document-interface.xml')
| -rw-r--r-- | src/extension/dbus/document-interface.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/extension/dbus/document-interface.xml b/src/extension/dbus/document-interface.xml index 37749c932..7c16c6d1e 100644 --- a/src/extension/dbus/document-interface.xml +++ b/src/extension/dbus/document-interface.xml @@ -744,6 +744,15 @@ </doc:description> </doc:doc> </method> + + <method name="mark_as_unmodified" > + <doc:doc> + <doc:description> + <doc:para>Marks the document as unmodified/saved.</doc:para> + <doc:para>Will prevent save confirmation on close if called at end of script.</doc:para> + </doc:description> + </doc:doc> + </method> <!-- <method name="print_to_file" > <doc:doc> |
