diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-01-19 18:55:51 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-01-19 18:55:51 +0000 |
| commit | bdb049a85bd76db64f75752a95c500920456f547 (patch) | |
| tree | 5b844edc06ef06664e88c05d4bfdce311a90855c /ChangeLog | |
| parent | 79bce1671d93093f8bbe26ef09f0a556d7d6e9ff (diff) | |
| download | pygobject-bdb049a85bd76db64f75752a95c500920456f547.tar.gz pygobject-bdb049a85bd76db64f75752a95c500920456f547.tar.xz pygobject-bdb049a85bd76db64f75752a95c500920456f547.zip | |
New marshaller for async results (_wrap_g_input_stream_read_async): Impl.
2008-01-19 Johan Dahlin <johan@gnome.org>
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2008-01-19 Johan Dahlin <johan@gnome.org> + * 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. |
