Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

gio-sys::g_memory_input_stream_new_from_data should take a *const u8 #14

Open
withoutboats opened this issue Dec 25, 2015 · 2 comments
Open

Comments

@withoutboats
Copy link

According to the docs, this function takes a const pointer, whereas the Rust bindings take a *mut u8.

@gkoz
Copy link
Member

gkoz commented Dec 26, 2015

Thanks for reporting, I'll keep this in mind when iterating on the sys crate generator.

@Susurrus
Copy link

I think this same issue affects gtk-sys::gtk_drag_dest_set where the targets argument should be a *const GtkTargetEntry.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants