GNOME Bugzilla – Bug 572662
Remove deprecated GTK+ symbols
Last modified: 2009-06-13 23:16:42 UTC
http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/GTK%2B GTK_SIGNAL_FUNC, GtkDestroyNotify, gtk_combo_new, gtk_combo_set_popdown_strings, gtk_combo_set_value_in_list, gtk_object_set_data_full, gtk_signal_connect ALL these calls are in ./pango-view/viewer-win32.c. Contributors: When patching also make sure that the gtk and glib versions in configure.in/.ac are high enough and take a look since which version the new non-deprecated functions are available. http://library.gnome.org is your friend here. :-)
also see bug 572209
commit 7245e427818d88358f2c9fcfdbe777701d7b0ab9 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Mar 2 11:12:43 2009 +0330 Bug 572662 – Remove deprecated GTK+ symbols Remove the obsolete file viewer-win32.c
Thanks a lot!