GNOME Bugzilla – Bug 609199
gdk/directfb: use G_DEFINE_TYPE in gdkgc-directfb
Last modified: 2010-02-07 19:11:31 UTC
see http://library.gnome.org/devel/gobject/stable/gobject-Type-Information.html#G-DEFINE-TYPE:CAPS
Created attachment 153172 [details] [review] gdk/directfb: convert gdkgc-directfb to using G_DEFINE_TYPE
Comment on attachment 153172 [details] [review] gdk/directfb: convert gdkgc-directfb to using G_DEFINE_TYPE >-GType gdk_gc_directfb_get_type (void); >+GType _gdk_gc_directfb_get_type (void); Can you also mark this as G_GNUC_CONST? Otherwise, seems fine.
Comment on attachment 153172 [details] [review] gdk/directfb: convert gdkgc-directfb to using G_DEFINE_TYPE commit 7f8b96d9bc220218f95dc081ba16cba915dd7e00
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.