summaryrefslogtreecommitdiff
path: root/droute/droute.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-08-30 19:07:01 -0400
committerMike Gorse <mgorse@novell.com>2010-08-30 21:17:15 -0400
commitc3917234bd94cf1ed37369c9392c1031d0bbcdaa (patch)
tree0e83beffff925c365d2d4b41befcb173f84268c7 /droute/droute.h
parentd940711fd9ad5e5568dcf901b0550ce3437f4dc4 (diff)
downloadat-spi2-atk-c3917234bd94cf1ed37369c9392c1031d0bbcdaa.tar.gz
Peer-to-peer fixes; work in progress
Diffstat (limited to 'droute/droute.h')
-rw-r--r--droute/droute.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/droute/droute.h b/droute/droute.h
index 3fdfacb..766340e 100644
--- a/droute/droute.h
+++ b/droute/droute.h
@@ -59,7 +59,7 @@ typedef struct _DRoutePath DRoutePath;
/*---------------------------------------------------------------------------*/
DRouteContext *
-droute_new (DBusConnection *bus);
+droute_new ();
void
droute_free (DRouteContext *cnx);
@@ -93,7 +93,12 @@ droute_invalid_arguments_error (DBusMessage *message);
DBusMessage *
droute_out_of_memory_error (DBusMessage *message);
-DBusConnection *
-droute_get_bus (DRouteContext *cnx);
+void
+droute_path_register (DRoutePath *path, DBusConnection *bus);
+
+void
+droute_context_register (DRouteContext *cnx, DBusConnection *bus);
+void
+droute_intercept_dbus (DBusConnection *connection);
#endif /* _DROUTE_H */