summaryrefslogtreecommitdiff
path: root/droute/droute.h
diff options
context:
space:
mode:
Diffstat (limited to 'droute/droute.h')
-rw-r--r--droute/droute.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/droute/droute.h b/droute/droute.h
index 766340e..b19dec6 100644
--- a/droute/droute.h
+++ b/droute/droute.h
@@ -97,8 +97,17 @@ void
droute_path_register (DRoutePath *path, DBusConnection *bus);
void
+droute_path_unregister (DRoutePath *path, DBusConnection *bus);
+
+void
droute_context_register (DRouteContext *cnx, DBusConnection *bus);
void
+droute_context_unregister (DRouteContext *cnx, DBusConnection *bus);
+
+void
droute_intercept_dbus (DBusConnection *connection);
+
+void
+droute_unintercept_dbus (DBusConnection *connection);
#endif /* _DROUTE_H */