From 5df2f97e4db1dfefc1ff933758e9b580d796c53c Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sun, 20 Jan 2008 10:21:31 +0000 Subject: Add a new method, to fetch the buffer (_wrap_g_input_stream_read_async): 2008-01-20 Johan Dahlin * gio/gio.override (_wrap_g_simple_async_result_get_buffer): Add a new method, to fetch the buffer (_wrap_g_input_stream_read_async): Save a reference to the buffer. * tests/test_gio.py (TestInputStream.testReadAsync.callback): Check the content svn path=/trunk/; revision=740 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4ac85c5..f5808eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2008-01-20 Johan Dahlin + * gio/gio.override (_wrap_g_simple_async_result_get_buffer): Add + a new method, to fetch the buffer + (_wrap_g_input_stream_read_async): Save a reference to the buffer. + * tests/test_gio.py (TestInputStream.testReadAsync.callback): + Check the content + * tests/test_gio.py (TestInputStream.testReadAsyncError): New function to test error condition of async read. -- cgit