Results 51 comments of lovetox

I think the introspection is wrong here for some reason but i cant find the error in https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtknoselection.c#L273 and idea @mat-xc

ah ok so is this true for all inits in GTK4? Is this something PyGObject enforces ? this means we could specifiy this making the init `def init(self, * ,...

please rebase, i upgraded the linters in the workflow. For codespell please add the word to the ignore list in pyproject.toml

you need to use the `-o` argument, not output to a file. The current stubs need to be parsed to find all override comments.

Can you contain the nix stuff to some subfolder, maybe with a README how to use? Further please separate this MR from updating the files.

I would keep the update.sh though, it makes it easier for people to execute all steps, they can comment out the libs they dont want to update.

Currently i have no such plans, one would need to write a script to extract them from somewhere, i guess pygi doc gen could be used, but sounds like a...

@mat-xc do you know if the introspection files contain the information if the method is deprecated?

This generates for me invalid python, if i try it on Gtk3 `xoptions=` also please make a second space between code and FIXME comment `: ... # FIXME Function` ->...

oh it seems its not this MR that does this, i have this also on master I added https://github.com/pygobject/pygobject-stubs/issues/169