Re: GLib/GModule Memory Leak? [now also GThread]

2006-04-25 Thread Nathaniel McCallum
, Nathaniel McCallum npmccallum gentoo org wrote: I hope this is the right list to ask this on. I ran valgrind on an application I'm developing with glib using gmodule. Results attached. I'm under the impression that valgrind and the new slice allocator code do not really mix. There is a way to turn

GLib/GModule Memory Leak?

2006-04-15 Thread Nathaniel McCallum
I hope this is the right list to ask this on. I ran valgrind on an application I'm developing with glib using gmodule. Results attached. Am I just worried about something that's not a big deal or is this a bug I should file? Thanks, Nathaniel ==26126== ERROR SUMMARY: 0 errors from 0 contexts

G_MODULE Tutorial

2006-04-09 Thread Nathaniel McCallum
Does anyone know of any documentation for the G_MODULE stuff other than the API reference? Nathaniel ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Screen Edges

2005-11-06 Thread Nathaniel McCallum
On Sun, 2005-11-06 at 12:53 +0300, Alexey Rusakov wrote: Nathaniel McCallum wrote: I'm trying to figure out how to make a GtkWindow behave like a panel (ie. gnome-panel). I've looked at the gnome-panel code, but I have no idea even where to begin. I already have the window being non