summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/dbus-init.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/dbus/dbus-init.h')
-rw-r--r--src/extension/dbus/dbus-init.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/extension/dbus/dbus-init.h b/src/extension/dbus/dbus-init.h
index 025011f28..486e55b86 100644
--- a/src/extension/dbus/dbus-init.h
+++ b/src/extension/dbus/dbus-init.h
@@ -10,8 +10,7 @@
#ifndef INKSCAPE_EXTENSION_DBUS_INIT_H__
#define INKSCAPE_EXTENSION_DBUS_INIT_H__
-#include "desktop.h"
-
+class SPDesktop;
namespace Inkscape {
namespace Extension {
@@ -23,6 +22,8 @@ void init (void);
gchar * init_document (void);
+gchar * init_active_document ();
+
gchar * init_desktop (void);
gchar * dbus_init_desktop_interface (SPDesktop * dt);