diff options
| author | Soren Berg <glimmer07@gmail.com> | 2009-08-13 20:53:03 +0000 |
|---|---|---|
| committer | glimmer07 <glimmer07@users.sourceforge.net> | 2009-08-13 20:53:03 +0000 |
| commit | f49ab91f16c96e3e4ed84ea021b54946e7c08006 (patch) | |
| tree | 50ff0e49b26317a76fd5eccb6dfadb3598965128 /src/extension/dbus/application-interface.cpp | |
| parent | Added wrapper code. (diff) | |
| download | inkscape-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.cpp')
| -rw-r--r-- | src/extension/dbus/application-interface.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/extension/dbus/application-interface.cpp b/src/extension/dbus/application-interface.cpp index 06e41ecf3..b183be93c 100644 --- a/src/extension/dbus/application-interface.cpp +++ b/src/extension/dbus/application-interface.cpp @@ -1,3 +1,20 @@ +/* + * This is where the implementation of the DBus based application API lives. + * All the methods in here are designed to be called remotly via DBus. + * document-interface.cpp has all of the actual manipulation methods. + * This interface is just for creating new document interfaces. + * + * Documentation for these methods is in application-interface.xml + * which is the "gold standard" as to how the interface should work. + * + * Authors: + * Soren Berg <Glimmer07@gmail.com> + * + * Copyright (C) 2009 Soren Berg + * + * Released under GNU GPL, read the file 'COPYING' for more information + */ + #include "application-interface.h" #include <string.h> #include "dbus-init.h" |
