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

Implement Gdk.Pixbuf.SaveToStream() and SaveToStreamv() #316

Merged
merged 1 commit into from Jan 25, 2022

Conversation

cameronwhite
Copy link
Contributor

This matches the other saving-related methods for Gdk.Pixbuf, and enables saving a pixbuf to a GFile stream

  • gdk_pixbuf_save_to_stream was skipped for the auto-generated bindings (with the warning "Ellipsis parameter: hide and bind manually")

  • gdk_pixbuf_save_to_streamv was in the generated bindings, but incorrect: the option_keys and option_values arguments had type string rather than string[]

This matches the other saving-related methods for Gdk.Pixbuf

- `gdk_pixbuf_save_to_stream` was skipped for the auto-generated bindings (with the warning "Ellipsis parameter: hide and bind manually")

- `gdk_pixbuf_save_to_streamv` was in the generated bindings, but incorrect: the `option_keys` and `option_values` arguments had type `string` rather than `string[]`
@harry-cpp
Copy link
Member

Looks good, thanks @cameronwhite, merging!

@harry-cpp harry-cpp merged commit 941fdb7 into GtkSharp:develop Jan 25, 2022
@cameronwhite cameronwhite deleted the gdk-pixbuf-savetostream branch January 25, 2022 19:05
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

Successfully merging this pull request may close these issues.

None yet

2 participants