diff options
| author | Eric Greveson <eric@greveson.co.uk> | 2013-07-10 10:50:45 +0000 |
|---|---|---|
| committer | Eric Greveson <eric@greveson.co.uk> | 2013-07-10 10:50:45 +0000 |
| commit | bea3d29ac007d6c8faca786538fafb0d7d789ffc (patch) | |
| tree | 6237eea82ccfbf918142a60a5818cf3c19b1755f /src/extension/dbus/document-interface.h | |
| parent | Merge: Command-line and DBus refactoring to improve inkscapes ability to be r... (diff) | |
| download | inkscape-bea3d29ac007d6c8faca786538fafb0d7d789ffc.tar.gz inkscape-bea3d29ac007d6c8faca786538fafb0d7d789ffc.zip | |
Added "dbus-name" command line option to allow a D-Bus bus name other than
"org.inkscape" to be specified. This allows multiple Inkscape instances to
be controlled over D-Bus in a single user session.
(bzr r12402.1.1)
Diffstat (limited to 'src/extension/dbus/document-interface.h')
| -rw-r--r-- | src/extension/dbus/document-interface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/extension/dbus/document-interface.h b/src/extension/dbus/document-interface.h index 00d964f36..27460de52 100644 --- a/src/extension/dbus/document-interface.h +++ b/src/extension/dbus/document-interface.h @@ -34,9 +34,6 @@ class SPDesktop; class SPItem; - -// TODO: this define doesn't seem to be used... although the path itself is also hardcoded in dbus-init.cpp -#define DBUS_DOCUMENT_INTERFACE_PATH "/org/inkscape/document" #define TYPE_DOCUMENT_INTERFACE (document_interface_get_type ()) #define DOCUMENT_INTERFACE(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), TYPE_DOCUMENT_INTERFACE, DocumentInterface)) |
