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
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to