mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 01:36:17 +01:00
Fix "Since" tags on g_data_input_stream_read_upto{,_async}
https://bugzilla.gnome.org/show_bug.cgi?id=647930
This commit is contained in:
parent
37c9775b82
commit
686f32fcc2
@ -1261,7 +1261,7 @@ g_data_input_stream_read_until_finish (GDataInputStream *stream,
|
|||||||
* a #gsize to get the length of the string. This function will
|
* a #gsize to get the length of the string. This function will
|
||||||
* return %NULL on an error
|
* return %NULL on an error
|
||||||
*
|
*
|
||||||
* Since: 2.24
|
* Since: 2.26
|
||||||
*/
|
*/
|
||||||
char *
|
char *
|
||||||
g_data_input_stream_read_upto (GDataInputStream *stream,
|
g_data_input_stream_read_upto (GDataInputStream *stream,
|
||||||
@ -1354,7 +1354,7 @@ g_data_input_stream_read_upto (GDataInputStream *stream,
|
|||||||
* can then call g_data_input_stream_read_upto_finish() to get
|
* can then call g_data_input_stream_read_upto_finish() to get
|
||||||
* the result of the operation.
|
* the result of the operation.
|
||||||
*
|
*
|
||||||
* Since: 2.24
|
* Since: 2.26
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
g_data_input_stream_read_upto_async (GDataInputStream *stream,
|
g_data_input_stream_read_upto_async (GDataInputStream *stream,
|
||||||
|
Loading…
Reference in New Issue
Block a user