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 629729 - Rework GtkObject
Rework GtkObject
Status: RESOLVED DUPLICATE of bug 615666
Product: gtk+
Classification: Platform
Component: .General
2.90.x
Other All
: Normal normal
: 3.0
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-09-15 00:48 UTC by Javier Jardón (IRC: jjardon)
Modified: 2010-09-15 11:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Move classes that currently derive from GtkObject to GInitiallyUnowned (4.75 KB, patch)
2010-09-15 00:50 UTC, Javier Jardón (IRC: jjardon)
none Details | Review

Description Javier Jardón (IRC: jjardon) 2010-09-15 00:48:34 UTC
Matthias said in bug #629375:

"The GtkObject docs state that

"GtkObject predates GObject; non-widgets that derive from GtkObject rather than
GObject do so for backward compatibility reasons."

So, one idea would be to move the non-widget classes that currently derive from
GtkObject to GInitiallyUnowned and merge the destroy functionality into
GtkWidget."
Comment 1 Javier Jardón (IRC: jjardon) 2010-09-15 00:50:14 UTC
Created attachment 170310 [details] [review]
Move classes that currently derive from GtkObject to GInitiallyUnowned
Comment 2 Javier Jardón (IRC: jjardon) 2010-09-15 11:39:42 UTC

*** This bug has been marked as a duplicate of bug 615666 ***