From 7df645aa2537b31b7801206d4ea4125799ddd99c Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sun, 20 Jan 2008 10:07:26 +0000 Subject: New function to test error condition of async read. 2008-01-20 Johan Dahlin * tests/test_gio.py (TestInputStream.testReadAsyncError): New function to test error condition of async read. * gio/gio.override (async_result_callback_marshal): Grab a reference to callback/data. svn path=/trunk/; revision=739 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index edc50ee..4ac85c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-01-20 Johan Dahlin + + * tests/test_gio.py (TestInputStream.testReadAsyncError): + New function to test error condition of async read. + + * gio/gio.override (async_result_callback_marshal): Grab a reference + to callback/data. + 2008-01-19 Johan Dahlin * gio/gio.override (_wrap_g_output_stream_write): Impl. -- cgit