GNOME Bugzilla – Bug 595381
Remove deprecated GTK+ symbols
Last modified: 2018-08-19 09:19:05 UTC
The goal is to remove the deprecated GTK+ symbols (functions, structs, macros, etc.) and replace them with something that fits better (usually a newer symbol). This has to be done for each GNOME module (application or library).
decided to give this one a try
Nick, did you get anywhere with this bug?
Created attachment 176168 [details] [review] Patch - remove depreceated symbols
Above is a patch for the gnome goal http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/GTK%2B still left symbols are gdk_draw_drawable gdk_bitmap_create_from_data
Review of attachment 176168 [details] [review]: Comments inline ::: src/dialogs.c @@ +97,1 @@ NULL); wrong indentation ::: src/tetrinet.c @@ +1573,1 @@ NULL); ditto @@ +1619,1 @@ (GtkFunction)tetrinet_nextblocktimeout, NULL); ditto @@ +1694,1 @@ NULL); ditto @@ +1990,1 @@ NULL); ditto
Thanks Prema! Your patch has been commited to git. Leaving bug open as deprecated symbols and libraries remain to be cleaned up.
Hi! I'm new in gnome development. I'd like to try to resolve some bugs. This loks not so difficult. What I have to do before in order to start working on this? I'm sorry for posting here but I didn't know where else to do.
gtetrinet is not under active development anymore and saw its last code changes in 2011. Its codebase has been archived: https://gitlab.gnome.org/Archive/gtetrinet/commits/master Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this ticket (or rather transfer the project to GNOME Gitlab, as GNOME Bugzilla is deprecated) if anyone takes the responsibility for active development again.