mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
ginputstream: Add missing (transfer full) annotation to read_bytes()
This commit is contained in:
parent
8446ee8c20
commit
c192595268
@ -306,7 +306,7 @@ g_input_stream_read_all (GInputStream *stream,
|
|||||||
*
|
*
|
||||||
* On error %NULL is returned and @error is set accordingly.
|
* On error %NULL is returned and @error is set accordingly.
|
||||||
*
|
*
|
||||||
* Returns: a new #GBytes, or %NULL on error
|
* Returns: (transfer full): a new #GBytes, or %NULL on error
|
||||||
*
|
*
|
||||||
* Since: 2.34
|
* Since: 2.34
|
||||||
**/
|
**/
|
||||||
@ -939,7 +939,7 @@ g_input_stream_read_bytes_async (GInputStream *stream,
|
|||||||
*
|
*
|
||||||
* Finishes an asynchronous stream read-into-#GBytes operation.
|
* Finishes an asynchronous stream read-into-#GBytes operation.
|
||||||
*
|
*
|
||||||
* Returns: the newly-allocated #GBytes, or %NULL on error
|
* Returns: (transfer full): the newly-allocated #GBytes, or %NULL on error
|
||||||
*
|
*
|
||||||
* Since: 2.34
|
* Since: 2.34
|
||||||
**/
|
**/
|
||||||
|
Loading…
Reference in New Issue
Block a user