Re: [gnome-db] Include Gir file with constant "[;31;1m"

2010-03-10 Thread Alan Knowles
Generated docs are here for seed using introspection. (still in beta though) http://www.akbkhome.com:7080/seed/Gda.shtml there's a couple of other small bugs in git head. a) threadwrapper is spelt wrong $(addprefix $(srcdir)/, $(threadwrapper)) \ $(addprefix $(srcdir)/, $(thr

Memory leaks?

2010-03-10 Thread Lindley M French
I've got a GTK+ based program and I'm trying to clean up the memory leaks. I'm running it through valgrind using the instructions here: http://live.gnome.org/Valgrind I'm building against GTK 2.10.4. Even with the suppressions, I'm getting lots of memory leaks reported. First question: If I cal

Re: Memory leaks?

2010-03-10 Thread Sergei Steshenko
--- On Wed, 3/10/10, Lindley M French wrote: > From: Lindley M French > Subject: Memory leaks? > To: gtk-list@gnome.org > Date: Wednesday, March 10, 2010, 2:16 PM [snip] > > Any ideas? > ___ Yes, on the one hand, gtk+ team "solemnly declares" (or

Re: Memory leaks?

2010-03-10 Thread Vikram Noel Ambrose
Sergei Steshenko wrote: --- On Wed, 3/10/10, Lindley M French wrote: From: Lindley M French Subject: Memory leaks? To: gtk-list@gnome.org Date: Wednesday, March 10, 2010, 2:16 PM [snip] Any ideas? ___ Yes, on the one hand, gtk+

Re: Memory leaks?

2010-03-10 Thread Friedrich Dominicus
Vikram Noel Ambrose writes: > > I just suppress everything not coming out of my source files and leave > it at that. GTK is not something any single person could go through > and find all the memory leaks. IMHO that should have been always high on the priority list of the gtk developers. Howerver