summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ac85c5..f5808eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-01-20 Johan Dahlin <johan@gnome.org>
+ * 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.