summaryrefslogtreecommitdiff
path: root/droute/droute.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-08-15 14:22:02 -0500
committerMike Gorse <mgorse@novell.com>2011-08-15 14:22:02 -0500
commita1a316d1ef4167dbca147bc3477ed22305c83743 (patch)
tree1cc5075eba5489aeb0b04d15515c2c13d8697c1d /droute/droute.h
parent8c08a7600a39a10e5d1e6dc0c22a5ae196bce823 (diff)
downloadat-spi2-core-a1a316d1ef4167dbca147bc3477ed22305c83743.tar.gz
Fixed some problems when shutting down and restarting the module
If gnome_accessibility_module_shutdown was called and followed by a call to gnome_accessibility_module_init, then things would go awry because of various resources not being freed. Fixed several of these issues, although some issues might remain.
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 766340e2..b19dec64 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 */