summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/application-interface.xml
diff options
context:
space:
mode:
authorSoren Berg <glimmer07@gmail.com>2009-08-13 20:53:03 +0000
committerglimmer07 <glimmer07@users.sourceforge.net>2009-08-13 20:53:03 +0000
commitf49ab91f16c96e3e4ed84ea021b54946e7c08006 (patch)
tree50ff0e49b26317a76fd5eccb6dfadb3598965128 /src/extension/dbus/application-interface.xml
parentAdded wrapper code. (diff)
downloadinkscape-f49ab91f16c96e3e4ed84ea021b54946e7c08006.tar.gz
inkscape-f49ab91f16c96e3e4ed84ea021b54946e7c08006.zip
Made wrapper functions non static.
Added lots of documentation. (bzr r8254.1.24)
Diffstat (limited to 'src/extension/dbus/application-interface.xml')
-rw-r--r--src/extension/dbus/application-interface.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/extension/dbus/application-interface.xml b/src/extension/dbus/application-interface.xml
index 9b55a9b2b..e942117d6 100644
--- a/src/extension/dbus/application-interface.xml
+++ b/src/extension/dbus/application-interface.xml
@@ -1,3 +1,22 @@
+<!--
+ * This is the master description of the DBus application interface.
+ * The interface is mostly just for creating new document instances.
+ *
+ * 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 application-interface.cpp MUST be reflected here.
+ *
+ * This file is the proverbial gold standard for the application 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/application"
xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd"