summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2013-02-04 13:48:56 -0600
committerMike Gorse <mgorse@suse.com>2013-02-04 13:48:56 -0600
commit148113f2cb6c62fddba2757012f3b9a658790d52 (patch)
tree52f499c68a2012af0bc28f84754009a10f7e6d20 /README
parent3de477ae85b622dc02059ce2dfff046976fc6624 (diff)
downloadat-spi2-core-148113f2cb6c62fddba2757012f3b9a658790d52.tar.gz
More README updates
The directory structure was not completely documented.
Diffstat (limited to 'README')
-rw-r--r--README39
1 files changed, 39 insertions, 0 deletions
diff --git a/README b/README
index de4aa84e..e41a5c66 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.