mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-12 05:39:21 +01:00
gdatainputstream: Add Since: tags and update gio-sections.txt
https://bugzilla.gnome.org/show_bug.cgi?id=652758
This commit is contained in:
parent
28254a38a7
commit
19610184c4
@ -670,8 +670,10 @@ g_data_input_stream_read_uint32
|
|||||||
g_data_input_stream_read_int64
|
g_data_input_stream_read_int64
|
||||||
g_data_input_stream_read_uint64
|
g_data_input_stream_read_uint64
|
||||||
g_data_input_stream_read_line
|
g_data_input_stream_read_line
|
||||||
|
g_data_input_stream_read_line_utf8
|
||||||
g_data_input_stream_read_line_async
|
g_data_input_stream_read_line_async
|
||||||
g_data_input_stream_read_line_finish
|
g_data_input_stream_read_line_finish
|
||||||
|
g_data_input_stream_read_line_finish_utf8
|
||||||
g_data_input_stream_read_upto
|
g_data_input_stream_read_upto
|
||||||
g_data_input_stream_read_upto_async
|
g_data_input_stream_read_upto_async
|
||||||
g_data_input_stream_read_upto_finish
|
g_data_input_stream_read_upto_finish
|
||||||
|
@ -832,6 +832,8 @@ g_data_input_stream_read_line (GDataInputStream *stream,
|
|||||||
* return %NULL and @error will be set. For UTF-8 conversion errors,
|
* return %NULL and @error will be set. For UTF-8 conversion errors,
|
||||||
* the set error domain is %G_CONVERT_ERROR. If there's no content to
|
* the set error domain is %G_CONVERT_ERROR. If there's no content to
|
||||||
* read, it will still return %NULL, but @error won't be set.
|
* read, it will still return %NULL, but @error won't be set.
|
||||||
|
*
|
||||||
|
* Since: 2.30
|
||||||
**/
|
**/
|
||||||
char *
|
char *
|
||||||
g_data_input_stream_read_line_utf8 (GDataInputStream *stream,
|
g_data_input_stream_read_line_utf8 (GDataInputStream *stream,
|
||||||
@ -1271,7 +1273,7 @@ g_data_input_stream_read_line_finish (GDataInputStream *stream,
|
|||||||
* %G_CONVERT_ERROR. If there's no content to read, it will still
|
* %G_CONVERT_ERROR. If there's no content to read, it will still
|
||||||
* return %NULL, but @error won't be set.
|
* return %NULL, but @error won't be set.
|
||||||
*
|
*
|
||||||
* Since: 2.20
|
* Since: 2.30
|
||||||
*/
|
*/
|
||||||
gchar *
|
gchar *
|
||||||
g_data_input_stream_read_line_finish_utf8 (GDataInputStream *stream,
|
g_data_input_stream_read_line_finish_utf8 (GDataInputStream *stream,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user