GNOME Bugzilla – Bug 676743
ginputstream: Fix up annotations for g_input_stream_read{,_all}
Last modified: 2012-05-24 14:34:16 UTC
See patch. Quick introspection fix.
Created attachment 214868 [details] [review] ginputstream: Fix up annotations for g_input_stream_read{,_all}
Review of attachment 214868 [details] [review]: I don't think that actually works; did you test this? Bindings are going to assume we return a newly-allocated buffer, they have to free with g_free(), but that's not the case here. It's more like (out caller-allocates), but the problem there is that then @count isn't (out). See https://bugzilla.gnome.org/show_bug.cgi?id=671139
> but the problem there is that then @count isn't (out). @count isn't (out) either way
*** This bug has been marked as a duplicate of bug 671139 ***