Skip to content

Regenerate defs + wrap added Shortcuts methods and PopoverMenu::flags property

Daniel Boles requested to merge dboles/RegenAndWrapNewAPI into master

I've wrapped 'new' API that I've recently got into GTK. There is probably more, of course!

I think I got everything right (eventually) in regenerating the defs, but a more educated review would be appreciated.

This builds and tests fine; I haven't done any interactive testing (yet?) but assume if we build, we'll run.

commit b40dbd230ff5467e78259731da72dc8f15152c65 (HEAD -> dboles/RegenAndWrapNewAPI, origin/dboles/RegenAndWrapNewAPI)
Author: Daniel Boles <dboles.src@gmail.com>
Date:   Wed Oct 4 12:11:20 2023 +0100

    Shortcuts: Wrap new add_*() methods to populate
    
    https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/6249

commit 200ab60530e509c1516504b1d778928809bbff01
Author: Daniel Boles <dboles.src@gmail.com>
Date:   Wed Oct 4 12:08:41 2023 +0100

    PopoverMenu: Wrap new property :flags + [gs]etters
    
    I have changed this from a ctor param only to a property in GTK4 `main`.
    
    https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/6298

commit 8d00555a0af6a55b457ccd932c4218cf4c6901bb
Author: Daniel Boles <dboles.src@gmail.com>
Date:   Wed Oct 4 11:57:51 2023 +0100

    Regenerate (gdk|gtk)_(docs|enums|methods|signals)*

Merge request reports