summaryrefslogtreecommitdiff
path: root/droute/droute.h
diff options
context:
space:
mode:
authorMark Doffman <mdoff@silver-wind.(none)>2008-12-17 17:53:30 +0000
committerMark Doffman <mdoff@silver-wind.(none)>2008-12-18 12:25:38 +0000
commit95ac4886d1b6649d54daffa7191be1b2bbaf2989 (patch)
tree7321b1777cd3601007548f99ac75047f21adc910 /droute/droute.h
parentb37f0b74994912dea13f33d63d3f1395554944b2 (diff)
downloadat-spi2-atk-95ac4886d1b6649d54daffa7191be1b2bbaf2989.tar.gz
2008-12-17 Mark Doffman <mark.doffman@codethink.co.uk>
Mega commit that changes droute, adding an interface for creating a droute context and registering single, or multiple objects with the droute context. Modifies atk-adaptor and registryd to use the new interface. * droute/ New interface * atk-adaptor Use new droute interface * registryd Use new droute interface * pyatspi Bug fix, methods were using "null" interface.
Diffstat (limited to 'droute/droute.h')
-rw-r--r--droute/droute.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/droute/droute.h b/droute/droute.h
index 93de4f7..3943178 100644
--- a/droute/droute.h
+++ b/droute/droute.h
@@ -28,6 +28,7 @@
#include <droute/droute-variant.h>
+
typedef DBusMessage *(*DRouteFunction) (DBusConnection *, DBusMessage *, void *);
typedef dbus_bool_t (*DRoutePropertyFunction) (DBusMessageIter *, void *);
@@ -79,4 +80,10 @@ droute_path_add_interface (DRoutePath *path,
const DRouteMethod *methods,
const DRouteProperty *properties);
+DBusMessage *
+droute_not_yet_handled_error (DBusMessage *message);
+
+DBusConnection *
+droute_get_bus (DRouteContext *cnx);
+
#endif /* _DROUTE_H */