diff options
| author | Soren Berg <glimmer07@gmail.com> | 2009-08-15 18:26:08 +0000 |
|---|---|---|
| committer | glimmer07 <glimmer07@users.sourceforge.net> | 2009-08-15 18:26:08 +0000 |
| commit | 28c0df8446a7442667b2a2a938f544f5508ef0a0 (patch) | |
| tree | 5b030009c66d4eb9b0c2d6552ced7f4552be88bf /src/extension/dbus/document-interface.xml | |
| parent | Added an intro to coders interested in modifing the code. (diff) | |
| download | inkscape-28c0df8446a7442667b2a2a938f544f5508ef0a0.tar.gz inkscape-28c0df8446a7442667b2a2a938f544f5508ef0a0.zip | |
Added proposed interface file.
Fixed other xml files to have xml file declaration before comments.
(bzr r8254.1.27)
Diffstat (limited to 'src/extension/dbus/document-interface.xml')
| -rw-r--r-- | src/extension/dbus/document-interface.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/extension/dbus/document-interface.xml b/src/extension/dbus/document-interface.xml index 2f1549488..8b0252765 100644 --- a/src/extension/dbus/document-interface.xml +++ b/src/extension/dbus/document-interface.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8" ?> <!-- * This is the master description of the DBus document interface. * @@ -16,7 +17,7 @@ * Released under GNU GPL, read the file 'COPYING' for more information --> -<?xml version="1.0" encoding="UTF-8" ?> + <node name="/org/inkscape/document" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd" > |
