gtk-3.98.3 drops gtk_widget_destroy(). We've already got rid of number of calls in specific situations, where it was not trivial change, but the bulk of the gtk_widget_destroy() call removals should happen in this ticket. In most cases it's just replacing the call with gtk_window_destroy(), as the remaining callers are trying to destroy a window.
gtk-3.98.3 drops gtk_widget_destroy(). We've already got rid of number of calls in specific situations, where it was not trivial change, but the bulk of the gtk_widget_destroy() call removals should happen in this ticket. In most cases it's just replacing the call with gtk_window_destroy(), as the remaining callers are trying to destroy a window.