summaryrefslogtreecommitdiffstats
path: root/common/dbus-helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/dbus-helper.h')
-rw-r--r--common/dbus-helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/dbus-helper.h b/common/dbus-helper.h
index a4e405ff..0e7162f2 100644
--- a/common/dbus-helper.h
+++ b/common/dbus-helper.h
@@ -49,3 +49,6 @@ dbus_bool_t dbus_connection_register_interface(DBusConnection *connection,
const char *path, const char *interface,
DBusMethodVTable *methods,
DBusPropertyVTable *properties);
+
+dbus_bool_t dbus_connection_unregister_interface(DBusConnection *connection,
+ const char *path, const char *interface);