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
Some function has outs and return something, they must return (ret, outs)
(Copy from #117 (comment)) gtk_cell_area_get_cell_at_position -> CellRenderer, (throws)gtk_icon_info_load_symbolic -> GdkPixbuf.Pixbuf, (throws)gtk_icon_info_load_symbolic_finish -> GdkPixbuf.Pixbuf, (throws)gtk_icon_info_load_symbolic_for_context -> GdkPixbuf.Pixbuf, (throws)gtk_icon_info_load_symbolic_for_context_finish -> GdkPixbuf.Pixbuf, (throws, deprecated3.0)gtk_icon_info_load_symbolic_for_style -> GdkPixbuf.Pixbuf, gtk_tree_selection_get_selected_rows -> GLib.List
All this functions return objects, so it can be converted by XXX::From_glib_none.
The text was updated successfully, but these errors were encountered:
Seems only 2 functions not covered #130
Sorry, something went wrong.
Closing
No branches or pull requests
Some function has outs and return something, they must return (ret, outs)
(Copy from #117 (comment))
gtk_cell_area_get_cell_at_position -> CellRenderer,
(throws)gtk_icon_info_load_symbolic -> GdkPixbuf.Pixbuf,
(throws)gtk_icon_info_load_symbolic_finish -> GdkPixbuf.Pixbuf,
(throws)gtk_icon_info_load_symbolic_for_context -> GdkPixbuf.Pixbuf,
(throws)gtk_icon_info_load_symbolic_for_context_finish -> GdkPixbuf.Pixbuf,
(throws, deprecated3.0)gtk_icon_info_load_symbolic_for_style -> GdkPixbuf.Pixbuf,
gtk_tree_selection_get_selected_rows -> GLib.List
All this functions return objects, so it can be converted by XXX::From_glib_none.
The text was updated successfully, but these errors were encountered: