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 595381 - Remove deprecated GTK+ symbols
Remove deprecated GTK+ symbols
Status: RESOLVED WONTFIX
Product: gtetrinet
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Gtetrinet Hackers
Gtetrinet Hackers
gnome[unmaintained]
Depends on:
Blocks: 585692
 
 
Reported: 2009-09-16 15:28 UTC by Nick Smith
Modified: 2018-08-19 09:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch - remove depreceated symbols (6.81 KB, patch)
2010-12-10 10:09 UTC, Prema
committed Details | Review

Description Nick Smith 2009-09-16 15:28:03 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).
Comment 1 Nick Smith 2009-09-16 15:29:54 UTC
decided to give this one a try
Comment 2 Jordi Mallach 2010-10-05 07:04:46 UTC
Nick, did you get anywhere with this bug?
Comment 3 Prema 2010-12-10 10:09:44 UTC
Created attachment 176168 [details] [review]
Patch - remove depreceated symbols
Comment 4 Prema 2010-12-10 10:11:52 UTC
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
Comment 5 Ignacio Casal Quinteiro (nacho) 2011-05-02 10:43:16 UTC
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
Comment 6 Jordi Mallach 2011-05-02 11:13:56 UTC
Thanks Prema! Your patch has been commited to git.

Leaving bug open as deprecated symbols and libraries remain to be cleaned up.
Comment 7 Danilo Migliarino 2011-09-10 17:49:31 UTC
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.
Comment 8 André Klapper 2018-08-19 09:19:05 UTC
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.