Fix for Bug 678315 - Remove the bridge module for Gtk+ 3
[platform/core/uifw/at-spi2-atk.git] / README
diff --git a/README b/README
index 5fb501f..21e57d0 100644 (file)
--- a/README
+++ b/README
@@ -69,6 +69,22 @@ The directories within this package are arranged as follows:
         the ATK adaptor and 'Cspi'.
         Structures are mainly related to events.
 
+    droute
+
+        Contains a framework for registering objects
+        with a D-Bus connection and for routing messages to
+        the implementing object.
+
+        Used by the ATK adaptor.
+
+    dbind
+
+        Library to ease making D-Bus method calls, contains
+        marshalling code to convert function arguments
+        and a provided D-Bus signature into a D-Bus message.
+
+        Used by cspi.
+
     atk-adaptor
 
         This directory contains code that bridges