Skip to content

object: Allow overriding dispose implementation

Bilal Elmoussaoui requested to merge bilelmoussaoui/dispose into master

In GTK4 people are expected to unparent their custom GtkWidget implementation in the object's dispose method which is the main motivation behind this patch

Merge request reports