Re: how can include just glib



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()
	gthread - it needs g_thread_init(NULL)
	          (although gthread initialization is more specific)
	gmodule - it does not need any init



Regards,
Lace



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]