gem-graph-client/include
Jean Sirmai 4d97b5328e
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-09 08:03:55 +01:00
..
base.h src/*, simple Gtk application 2024-11-01 23:53:24 +01:00
fsm.h src/fsm/control.c fsm_init() and fsm_close() can be now triggered from main(). 2024-11-09 08:03:55 +01:00