We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Taking a look at the definition of Gtk::TreeListModelCreateModelFunc:
Gtk::TreeListModelCreateModelFunc
This function can return %NULL to indicate that @item is guaranteed to be a leaf node and will never have children
However, it is defined as GObject::Object -> Gio::ListModel (we cannot return nil)
GObject::Object -> Gio::ListModel
The text was updated successfully, but these errors were encountered:
I guess we need need to assume that whatever pointer in callbacks are nullable, due to the lack of GIR annotations for that.
Sorry, something went wrong.
Fix hugopl#48
cbd8ecc
I just checked if there's really no annotation for that.. but there actually is one! PR is #49
Merge branch 'hugopl:main' into fix-hugopl#48
d7560b6
Fix #48
2aaf8bd
Merge branch 'hugopl:fix-hugopl#48' into fix-hugopl#48
37cb410
Successfully merging a pull request may close this issue.
Taking a look at the definition of
Gtk::TreeListModelCreateModelFunc
:However, it is defined as
GObject::Object -> Gio::ListModel
(we cannot return nil)The text was updated successfully, but these errors were encountered: