Re: [Ekiga-devel-list] [RFC] Plugins/Order of initialization in Ekiga

2007-03-13 Thread Julien Puydt
Jan Schampera a écrit : > y0, > > I stuck with the following scheme now: > >> main() >> + PProcess::PreInitialise () >> + g_thread_init () >> + gdk_threads_init () > create services&plugin manager, register plugin manager >> + gm_conf_init () >> + [Gettext init] >> + gnome

Re: [Ekiga-devel-list] [RFC] Plugins/Order of initialization in Ekiga

2007-03-13 Thread Jan Schampera
y0, I stuck with the following scheme now: > main() > + PProcess::PreInitialise () > + g_thread_init () > + gdk_threads_init () create services&plugin manager, register plugin manager > + gm_conf_init () > + [Gettext init] > + gnome_program_init () > + [IF BONOBO] bono

Re: [Ekiga-devel-list] [RFC] Plugins/Order of initialization in Ekiga

2007-03-10 Thread Julien Puydt
Jan Schampera a écrit : > Folks, > > as discussed before on IRC, Ekiga's current initialization procedure is > either in the wrong logic, wrong order or too inflexible to introduce > the new plugin system: > > main() > + PProcess::PreInitialise () > + g_thread_init () > + gdk_threads_

[Ekiga-devel-list] [RFC] Plugins/Order of initialization in Ekiga

2007-03-10 Thread Jan Schampera
Folks, as discussed before on IRC, Ekiga's current initialization procedure is either in the wrong logic, wrong order or too inflexible to introduce the new plugin system: main() + PProcess::PreInitialise () + g_thread_init () + gdk_threads_init () + gm_conf_init () + [Gettext