Go to file
Jean Sirmai 6e72f1f392
src/fsm/control.c fsm_init() and fsm_close() can be now triggered from main().
These two functions (defined in control.c) initiate the log and print it just
before the end of the program.
It is now possible to send messages that reports the events occuring during a
session: the creation of the log, then of the application and their closure in
the reverse order.
As previously,there is no g signal connect (activate) and no window is created.
This triggers the same error message in the console.
What is new, in this commit, is that a first log is printed in the console.
2024-11-20 17:54:16 +01:00
docs src/fsm/control.c fsm_init() and fsm_close() can be now triggered from main(). 2024-11-20 17:54:16 +01:00
include src/fsm/control.c fsm_init() and fsm_close() can be now triggered from main(). 2024-11-20 17:54:16 +01:00
scripts scripts/*: add a script that can list every function name 2024-11-20 17:52:23 +01:00
src src/fsm/control.c fsm_init() and fsm_close() can be now triggered from main(). 2024-11-20 17:54:16 +01:00
.gitignore docs/*: integrate doxygen, create a documentation zone, adds notes 2024-11-20 17:54:06 +01:00
COPYING src/*, simple Gtk application 2024-11-20 17:38:36 +01:00
Makefile docs/*: integrate doxygen, create a documentation zone, adds notes 2024-11-20 17:54:06 +01:00
manifest.scm src/*, simple Gtk application 2024-11-20 17:38:36 +01:00