blob: a715a9f11da2dbb6977a35867824513fc0058f66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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.
|