mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-18 05:18:47 +02:00
Added missing "Since:" annotations for g_input_stream_read_bytes() APIs.
This commit is contained in:
parent
d108ada4b9
commit
e608ec7b2e
@ -298,6 +298,8 @@ 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: a new #GBytes, or %NULL on error
|
||||||
|
*
|
||||||
|
* Since: 2.34
|
||||||
**/
|
**/
|
||||||
GBytes *
|
GBytes *
|
||||||
g_input_stream_read_bytes (GInputStream *stream,
|
g_input_stream_read_bytes (GInputStream *stream,
|
||||||
@ -714,6 +716,8 @@ read_bytes_callback (GObject *stream,
|
|||||||
* Any outstanding I/O request with higher priority (lower numerical
|
* Any outstanding I/O request with higher priority (lower numerical
|
||||||
* value) will be executed before an outstanding request with lower
|
* value) will be executed before an outstanding request with lower
|
||||||
* priority. Default priority is %G_PRIORITY_DEFAULT.
|
* priority. Default priority is %G_PRIORITY_DEFAULT.
|
||||||
|
*
|
||||||
|
* Since: 2.34
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
g_input_stream_read_bytes_async (GInputStream *stream,
|
g_input_stream_read_bytes_async (GInputStream *stream,
|
||||||
@ -745,6 +749,8 @@ 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: the newly-allocated #GBytes, or %NULL on error
|
||||||
|
*
|
||||||
|
* Since: 2.34
|
||||||
**/
|
**/
|
||||||
GBytes *
|
GBytes *
|
||||||
g_input_stream_read_bytes_finish (GInputStream *stream,
|
g_input_stream_read_bytes_finish (GInputStream *stream,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user