Skip to content

Widget: Document unwrapp(ed|able) vfuncs in header | gtk_vfuncs.defs + missing vfuncs on GtkWidgetClass

Daniel Boles requested to merge dboles/Widget-css_changed into master

from #147 (comment 1863895)

commit f1d3ce6f8a212068853313d8c780b7252bb7fb5f (HEAD -> dboles/Widget-css_changed, origin/dboles/Widget-css_changed)
Author: Daniel Boles <dboles.src@gmail.com>
Date:   Mon Oct 9 16:32:20 2023 +0100

    gtk_vfuncs.defs + missing vfuncs on GtkWidgetClass
    
    This brings the file up-to-date with current GTK4.13.2 online docs – and
    it would mean that if gmmproc diagnosed unwrapped vfuncs weʼd see these!
    
    https://gitlab.gnome.org/GNOME/gtkmm/-/issues/147#note_1863895

commit d61418d894eb99beb69569a1adbce6ef0299617a
Author: Daniel Boles <dboles.src@gmail.com>
Date:   Mon Oct 9 16:31:39 2023 +0100

    Widget: Document unwrapp(ed|able) vfuncs in header
    
    We have missed these (perhaps because GTK4 added them after 4.0; I
    havenʼt checked) and now cannot add them while we must preserve ABI, but
    we can at least document that weʼre aware of the shortcoming and have a
    comment to jog someoneʼs memory if theyʼre ever updating this for gtkmm5
    
    https://gitlab.gnome.org/GNOME/gtkmm/-/issues/147#note_1863895

Merge request reports