After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 572662 - Remove deprecated GTK+ symbols
Remove deprecated GTK+ symbols
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: general
1.23.x
Other Linux
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks: 585692
 
 
Reported: 2009-02-21 15:41 UTC by André Klapper
Modified: 2009-06-13 23:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2009-02-21 15:41:58 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. :-)
Comment 1 André Klapper 2009-02-21 15:44:56 UTC
also see bug 572209
Comment 2 Behdad Esfahbod 2009-03-02 07:43:31 UTC
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

Comment 3 André Klapper 2009-03-02 09:52:59 UTC
Thanks a lot!