gnucash startup sequence

Christian Stimming stimming at tuhh.de
Sat Jun 6 04:06:24 EDT 2009


Am Freitag, 5. Juni 2009 22:29 schrieb Ajay:
> Hi All,
>
> I'm very new to Linux, Scheme (Guile) and gnucash programming. I was trying
> to understand the flow of the program and have attempted to create a very
> high level sequence diagram of the flow.
>
> Please note that this is not for advance users, but its for complete
> newbies. Request someone to please validate if my understanding till now is
> OK.

Your understand till now is ok :-) Indeed main() calls libguile which in turn 
calls internal_main(), which then goes on into the GUI event loop, which is 
where the program sits most of the time until it is terminated.

Regards,

Christian


More information about the gnucash-devel mailing list