On Fri, 25 Jan 2008, LIU Chun Hung wrote: > example_font_selector[8794]: GLIB CRITICAL ** GLib-GObject - gtype.c:2217: > initialization assertion failed, use IA__g_type_init() prior to this > function
You need to initialize the glib type system before using the gtk/glib functions. Put "g_type_init();" somewhere in your code before using any other functions. -- Kaj-Michael Lang _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
