Re: how can include just glib

2006-01-19 Thread Daniel Espinosa
Ok good question I know how to include the library, but HOW can I init the library. If you use gtk and gtk_init, it will init GLib too then, how do I do that?2005/12/13, Fernando ApesteguĂ­a <[EMAIL PROTECTED] >:Did you try to make this?#include And then link with -lglib-2.0 (link against your

Re: how can include just glib

2006-01-19 Thread Jan Kratochvil
Hi, On Tue, 13 Dec 2005 16:36:44 +0100, Daniel Espinosa wrote: ... > but HOW can I init the library. If you use gtk and gtk_init, it will init > GLib too then, how do I do that? What specific problem do you have? glib - it does not need any init gobject - it needs g_type_init()