X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=README;h=e41a5c66adf1803c051b55c0ce597aafc74befc4;hb=774a363203dfaa6212295c9da29feba64dc29823;hp=de4aa84eb8f926156fe45f9d8e5eec3d6df5b316;hpb=3de477ae85b622dc02059ce2dfff046976fc6624;p=platform%2Fupstream%2Fat-spi2-core.git 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.