GNOME Bugzilla – Bug 630675
drop GtkObject use
Last modified: 2010-10-04 19:28:34 UTC
Created attachment 171156 [details] [review] patch GtkObject is gone in GTK3. See http://live.gnome.org/GnomeGoals/GtkObjectRemoval
Patch looks good. Please commit to git master
commit 7f700c8d4944830992d7d970e17a4de0f8458338 Author: Matthias Clasen <mclasen@redhat.com> Date: Mon Sep 27 11:47:26 2010 -0400 Adapt to GtkObject removal in GTK3 Most of the changes here move destroy implementations to GtkWidgetClass instead of GtkObjectClass, and adapt the destroy signature. Bug 630675
One thing I forgot to say explicitly is that with this patch, building against gtk2 no longer works. So you should nuke the --with-gtk option. (or add ifdefs to make it work with gtk2 too, but that will get cumbersome soon).
Thanks that was what I did for master which now requires gtk3 only. I intend to remove the last crufts related gtk2 soon; moreover we just moved to the new rendering scheme and therefore gtk2 switch is no use any more (not without a lot of pain) and I removed it.