X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=droute%2Fdroute.h;h=b19dec646f08c5bfd11e91f8b26ae950d3ffb866;hb=5cf80dcaf151483c42aa1cc4a90749cb197fb8be;hp=766340e20b5b6658ae64cd1319123f44f6a165aa;hpb=0e86eaf1b77ba2e557c6b17201fbeefda5e92ad2;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git 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 */