GNOME Bugzilla – Bug 730493
Port annotations from Vala metadata
Last modified: 2017-03-09 14:06:23 UTC
Created attachment 276916 [details] [review] gio: port annotations from the Vala metadata. I just went through the Vala's metadata and converted what I could to G-I annotations. Patch attached.
Review of attachment 276916 [details] [review]: Looks OK, just one minor comment which doesn't have to be changed. ::: gio/gpollableinputstream.c @@ +160,3 @@ * g_pollable_input_stream_read_nonblocking: * @stream: a #GPollableInputStream + * @buffer: (array length=count) (element-type guint8): a buffer to This one in the future I would prefer as a separate patch, since it's distinct from nullable/optional.
*** Bug 728327 has been marked as a duplicate of this bug. ***