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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/dbus/dbus-init.h b/src/extension/dbus/dbus-init.h
index c67a97dad..54a2819b1 100644
--- a/src/extension/dbus/dbus-init.h
+++ b/src/extension/dbus/dbus-init.h
@@ -32,7 +32,7 @@ gchar * dbus_init_desktop_interface (SPDesktop * dt);
/** Set the bus name to use. Default is "org.inkscape".
This function should only be called once, before init(), if a non-default
bus name is required. */
-void dbus_set_bus_name(gchar * bus_name);
+void dbus_set_bus_name(gchar const * bus_name);
/** Get the bus name for this instance. Default is "org.inkscape".
This function should only be called after init().