Re: [Evolution-hackers] segfault with evolution client functions and g_modules

2007-09-10 Thread Daniel Friedrich
Am Montag, den 10.09.2007, 09:43 +0530 schrieb Srinivasa Ragavan: On Sat, 2007-09-08 at 13:39 +0200, Daniel Friedrich wrote: Hello, i currently programming the evo2 plugin of opensync. The plugins of Are they EPlugins? No, that is a plugin for opensync. (http://www.opensync.org)

Re: [Evolution-hackers] segfault with evolution client functions and g_modules

2007-09-10 Thread Ross Burton
On Mon, 2007-09-10 at 22:30 +0200, Daniel Friedrich wrote: - opensync load the opensync-plugin with g_module_open() - than opensync execute a function of the opensync-plugin which execute the e_book_get_addressbooks() function - after that opensync unload the opensync-plugin with

Re: [Evolution-hackers] segfault with evolution client functions and g_modules

2007-09-10 Thread Daniel Friedrich
Am Montag, den 10.09.2007, 22:00 +0100 schrieb Ross Burton: On Mon, 2007-09-10 at 22:30 +0200, Daniel Friedrich wrote: - opensync load the opensync-plugin with g_module_open() - than opensync execute a function of the opensync-plugin which execute the e_book_get_addressbooks() function -

Re: [Evolution-hackers] segfault with evolution client functions and g_modules

2007-09-09 Thread Srinivasa Ragavan
On Sat, 2007-09-08 at 13:39 +0200, Daniel Friedrich wrote: Hello, i currently programming the evo2 plugin of opensync. The plugins of Are they EPlugins? opensync are loaded with g_module_open(). If i now call for example e_book_get_addressbooks() inside the module and unload the modul, i