From 6ed448e9374ae0b3e2cb78eda2a892151b6ddcfa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Tue, 15 Mar 2016 10:00:55 +0100 Subject: [PATCH] README: add a readme for src MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I6ef64aafd66dac865fb1c497331c8f4c4fea9b5f Signed-off-by: José Bollo --- src/README.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 src/README.md diff --git a/src/README.md b/src/README.md new file mode 100644 index 0000000..a715a9f --- /dev/null +++ b/src/README.md @@ -0,0 +1,51 @@ + +Summary of source files +======================= + +afm-db.[ch] +----------- + +Handles a set of directories as a set of applications. +Builds in memory the list of the applications. + + +afm-launch.[ch] +--------------- + +Launches applications. +Uses the descriptions in /etc/afm to know how to launch +applications based on their types. + + +afm-launch-mode.[ch] +-------------------- + +Simple file for managing the known launch modes. + +afm-run.[ch] +------------ + +Manages the live of running applications: starts it, stop it, +continue it, terminates it. Manages the list of running +applications. + +Applications are handled as process groups. It allows to use +applications that fork or the binder/client division. + +afm-system-daemon.[ch] +---------------------- + +afm-user-daemon.[ch] +-------------------- + +User daemon serving on the D-Bus of the session. + +wgt.[ch] +-------- + +Access to files of a widget. + +Implements the mechanism for seeking for files using the locale settings. + + + -- 2.16.6