diff options
Diffstat (limited to 'src/extension/dbus/document-interface.xml')
| -rw-r--r-- | src/extension/dbus/document-interface.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/extension/dbus/document-interface.xml b/src/extension/dbus/document-interface.xml index c9cd8aa69..2f1549488 100644 --- a/src/extension/dbus/document-interface.xml +++ b/src/extension/dbus/document-interface.xml @@ -1,3 +1,21 @@ +<!-- + * This is the master description of the DBus document interface. + * + * This file is used to generate both glue code and documentation. + * The methods are in the same order as the .cpp/.h and the sections are labeled. + * + * Any change to method prototypes in document-interface.cpp MUST be reflected here. + * + * This file is the proverbial gold standard for the document interface. + * + * Authors: + * Soren Berg <Glimmer07@gmail.com> + * + * Copyright (C) 2009 Soren Berg + * + * 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" |
