[maemo-developers] What is the difference between GtkImage, GdkImage, GdkPixmap and GdkBitmap?
From: Kaj-Michael Lang milang at tal.orgDate: Fri Jan 25 13:07:08 EET 2008
- Previous message: What is the difference between GtkImage, GdkImage, GdkPixmap and GdkBitmap?
- Next message: What is the difference between GtkImage, GdkImage, GdkPixmap and GdkBitmap?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: What is the difference between GtkImage, GdkImage, GdkPixmap and GdkBitmap?
- Next message: What is the difference between GtkImage, GdkImage, GdkPixmap and GdkBitmap?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]