diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-03-15 10:00:55 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-03-15 10:00:55 +0100 |
commit | 6ed448e9374ae0b3e2cb78eda2a892151b6ddcfa (patch) | |
tree | 8ad6dc3b7ae5b709a4df684a73f2fc2aefd27749 | |
parent | 7a52f8c506033b4e952042c9479154a69755a2cf (diff) |
README: add a readme for src
Change-Id: I6ef64aafd66dac865fb1c497331c8f4c4fea9b5f
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | src/README.md | 51 |
1 files changed, 51 insertions, 0 deletions
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. + + + |