Re: [Evolution-hackers] freeing evolution data structures

2005-09-12 Thread Not Zed
On Mon, 2005-09-12 at 14:33 +0100, Ross Burton wrote: > On Mon, 2005-09-12 at 15:16 +0200, Alexander Dreweke wrote: > > 1: > > Is there a function that frees all the data structures and the memory > > that was allocated be g_type_init()? > > No. Well, actually, for a standalone utility, yes ... e

Re: [Evolution-hackers] freeing evolution data structures

2005-09-12 Thread Ross Burton
On Mon, 2005-09-12 at 15:16 +0200, Alexander Dreweke wrote: > 1: > Is there a function that frees all the data structures and the memory > that was allocated be g_type_init()? No. > 2: > I get the ESourList for the address books by: > > ESourceList *gconf_source_list = > e_source_list_new_

[Evolution-hackers] freeing evolution data structures

2005-09-12 Thread Alexander Dreweke
Hi my name is Alexander and I was searching for a command-line tool that I could use together with mutt to query the mail addresses from the evolution address book. I could not find such a tool so I started writing one myself. The program itself is working but during my hunt for memory leaks (usin

[Evolution-hackers] Extended MAPI accessible in Evolution add-on

2005-09-12 Thread Jules Colding
Hi, This is a short status report on the evolution-brutus (e-b for short) add-on for Evolution 2.4. It is now in a state where I believe a wider development audience could benefit from knowing about it. What is e-b? e-b is an add-on to Evolution 2.4 which provides access to Extende

Re: [Evolution-hackers] Evolution-2.4 Mac Problems/ Release etc

2005-09-12 Thread Not Zed
The factory is in mail-component-factory.c. mail-component would be one of the library files. Don't make it more complicated than it needs to be. You don't need to create a new directory for it, just a new makefile entry for a different .so. Being lazy I would probably create a new makefile en