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 631321 - GtkObject is gone in GTK3
GtkObject is gone in GTK3
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: API
3.91.x
Other Linux
: Normal normal
: ---
Assigned To: Milan Crha
gtkhtml-maintainers
Depends on:
Blocks: 630874
 
 
Reported: 2010-10-04 14:42 UTC by Milan Crha
Modified: 2010-10-05 10:33 UTC
See Also:
GNOME target: 3.0
GNOME version: ---


Attachments
gtkhtml patch (13.39 KB, patch)
2010-10-05 10:30 UTC, Milan Crha
committed Details | Review

Description Milan Crha 2010-10-04 14:42:38 UTC
GtkObject is gone in GTK3. See
http://live.gnome.org/GnomeGoals/GtkObjectRemoval
Comment 1 Milan Crha 2010-10-04 14:43:16 UTC
I take this as well.
Comment 2 Milan Crha 2010-10-05 10:30:54 UTC
Created attachment 171751 [details] [review]
gtkhtml patch

for gtkhtml;

It produces a compiler warning when compiling against gtk2, but I do not care of this, as it'll be gone with gtk3.

The warnings are with:
 gtk_binding_set_activate
 gtk_bindings_activate_event

telling:
 passing argument x of ‘y’ from incompatible pointer type
 note: expected ‘struct GtkObject *’ but argument is of type ‘struct GObject *’
Comment 3 Milan Crha 2010-10-05 10:31:55 UTC
Created commit 63cb71f in gtkhtml master (2.91.1+)
Comment 4 Milan Crha 2010-10-05 10:33:46 UTC
err, 3.91.1+ for gtkhtml