mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 10:57:53 +02:00
Bug 568575 – _async functions for GDataInputStream
2009-01-28 Ryan Lortie <desrt@desrt.ca> Bug 568575 – _async functions for GDataInputStream * gdatainputstream.h: * gdatainputstream.c: add _async versions of read_line and read_until. * gio.symbols: * ../docs/reference/gio/gio-sections.txt: add new functions * tests/sleepy-stream.c: new test case for async read line * tests/Makefile.am: add new test svn path=/trunk/; revision=7835
This commit is contained in:
@@ -593,7 +593,11 @@ g_data_input_stream_read_uint32
|
||||
g_data_input_stream_read_int64
|
||||
g_data_input_stream_read_uint64
|
||||
g_data_input_stream_read_line
|
||||
g_data_input_stream_read_line_async
|
||||
g_data_input_stream_read_line_finish
|
||||
g_data_input_stream_read_until
|
||||
g_data_input_stream_read_until_async
|
||||
g_data_input_stream_read_until_finish
|
||||
<SUBSECTION Standard>
|
||||
GDataInputStreamClass
|
||||
G_DATA_INPUT_STREAM
|
||||
|
Reference in New Issue
Block a user