Skip to content
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

Object returning functions with outs #144

Closed
EPashkin opened this issue Oct 13, 2015 · 2 comments
Closed

Object returning functions with outs #144

EPashkin opened this issue Oct 13, 2015 · 2 comments

Comments

@EPashkin
Copy link
Member

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.

@EPashkin
Copy link
Member Author

Seems only 2 functions not covered #130

@EPashkin
Copy link
Member Author

EPashkin commented Jan 8, 2016

Closing

@EPashkin EPashkin closed this as completed Jan 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant