diff options
| author | Soren Berg <glimmer07@gmail.com> | 2009-08-17 18:52:11 +0000 |
|---|---|---|
| committer | glimmer07 <glimmer07@users.sourceforge.net> | 2009-08-17 18:52:11 +0000 |
| commit | f8c188ba29f18db8bf7af03ed8f80841f613bbc0 (patch) | |
| tree | 58126963fe123473c5479c21d1214306364b6b7e /src/extension/dbus/dbus-init.cpp | |
| parent | Fixed directory for inkscape executable. (diff) | |
| download | inkscape-f8c188ba29f18db8bf7af03ed8f80841f613bbc0.tar.gz inkscape-f8c188ba29f18db8bf7af03ed8f80841f613bbc0.zip | |
More documentation.
(bzr r8254.1.32)
Diffstat (limited to 'src/extension/dbus/dbus-init.cpp')
| -rw-r--r-- | src/extension/dbus/dbus-init.cpp | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/extension/dbus/dbus-init.cpp b/src/extension/dbus/dbus-init.cpp index dfd69d9fa..253d6b938 100644 --- a/src/extension/dbus/dbus-init.cpp +++ b/src/extension/dbus/dbus-init.cpp @@ -1,4 +1,18 @@ - +/* + * This is where Inkscape connects to the DBus when it starts and + * registers the main interface. + * + * Also where new interfaces are registered when a new document is created. + * (Not called directly by application-interface but called indirectly.) + * + * Authors: + * Soren Berg <Glimmer07@gmail.com> + * + * Copyright (C) 2009 Soren Berg + * + * Released under GNU GPL, read the file 'COPYING' for more information + */ + #include <dbus/dbus-glib.h> #include "dbus-init.h" |
