From bdb049a85bd76db64f75752a95c500920456f547 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sat, 19 Jan 2008 18:55:51 +0000 Subject: New marshaller for async results (_wrap_g_input_stream_read_async): Impl. 2008-01-19 Johan Dahlin * gio/gio.override (async_result_callback_marshal): New marshaller for async results (_wrap_g_input_stream_read_async): Impl. * gio/gio-types.defs: Add SimpleAsyncRequest * gio/giomodule.c: Register enums/constants svn path=/trunk/; revision=735 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 53c6f62..418597c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2008-01-19 Johan Dahlin + * gio/gio.override (async_result_callback_marshal): New marshaller + for async results + (_wrap_g_input_stream_read_async): impl. + + * gio/gio-types.defs: Add SimpleAsyncRequest + * gio/giomodule.c: Register enums/constants + * gio/gio.override: Fix a silly bug so it possible to read files larger than 8192 bytes. -- cgit