From 148113f2cb6c62fddba2757012f3b9a658790d52 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 4 Feb 2013 13:48:56 -0600 Subject: [PATCH] More README updates The directory structure was not completely documented. --- README | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/README b/README index de4aa84..e41a5c6 100644 --- a/README +++ b/README @@ -75,3 +75,42 @@ The directories within this package are arranged as follows: keeps a register of accessible applications and presents this to clients (ATs). It is also responsible for delivering device events. + + 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 libatspi. + + atspi + + C library for use by ATs. Wraps the various D-Bus calls, provides + an interface for listening to events, and caches some information about + accessible objects. Also contains some functions used by at-spi2-atk. + + bus + + A server that sits on the session bus and provides an interface + allowing applications to find the accessibility bus daemon, launching + it as needed. The accessibility bus is separate from the session bus + because it may in fact span user sessions if a user, for instance, + runs an application that escalates to run as root. The accessibility + bus is thus tied to the X session rather than the D-Bus session. + + doc + + Contains infrastructure for creating libatspi documentation. + + test + + Contains files that may be useful for testing AT-SPI. + + m4 + + Some macros used for building the module. + + po + + Infrastructure used for translation. -- 2.7.4