GNOME Bugzilla – Bug 652244
GNOME Goal: GtkObject removal
Last modified: 2021-06-02 10:24:12 UTC
In GTK+ 3, GtkObject is gone. We need to get rid of it. See also http://live.gnome.org/GnomeGoals/GtkObjectRemoval
$ find -type f|xargs grep -sl GtkObject src/dummy-canvas-item.c src/planner-calendar.c src/planner-gantt-chart.c src/planner-gantt-header.c src/planner-gantt-row.c src/planner-sidebar.c src/planner-usage-chart.c src/planner-usage-row.c
Closing this ticket before any mass-closing of bugzilla tickets due to bugzilla shutdown for better extra information: All gtk2 deprecations are taken care of in https://gitlab.gnome.org/World/planner/-/merge_requests/22 I believe some of the patches here were cherry-picked from this bug here into it and anything else solved separately. Not using deprecated gtk3 symbols is a separate future matter.