-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gdk: trust nullability annotations #786
Conversation
until we send a PR upstream
The texture::*_bytes functions are not nullable compared to the ones that download to a file, because the file might not be writeable for example
Looks generally correct otherwise |
Okay, I have dropped all the Once that merge request is merged, we can merge this one & drop the manual annotations here once we get a new gir file. |
64b430b
to
4183fd4
Compare
The merge request got merged, I went ahead and done something similar for the constructors as well https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4315. This should be ready to be merged. |
Those were the ones that i noticed and needs fixes upstream