diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-01-21 20:10:30 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-01-21 20:10:30 +0000 |
| commit | 6d441aad5c3b56535f8383ebe7cff10a50289de9 (patch) | |
| tree | fe716701c5d0bf5c6eb21e47783992ab18dc99b5 /ChangeLog | |
| parent | 8c31e35473f8d50cbb3cb832029f5ddc64022649 (diff) | |
| download | pygobject-6d441aad5c3b56535f8383ebe7cff10a50289de9.tar.gz pygobject-6d441aad5c3b56535f8383ebe7cff10a50289de9.tar.xz pygobject-6d441aad5c3b56535f8383ebe7cff10a50289de9.zip | |
Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF.
2008-01-21 Johan Dahlin <johan@gnome.org>
* gio/gio.override (async_result_callback_marshal):
Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF.
* gio/Makefile.am:
* gio/ginputstream.override:
* gio/goutputstream.override:
* gio/gvolumemonitor.override:
* gio/gfile.override:
* tests/test_gio.py:
Implement and test GFile.read_async. Use try/finally to always quit
the mainloop, even if the test fail.
Update source comment headers.
svn path=/trunk/; revision=744
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2008-01-21 Johan Dahlin <johan@gnome.org> + + * gio/gio.override (async_result_callback_marshal): + Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF. + + * gio/Makefile.am: + * gio/ginputstream.override: + * gio/goutputstream.override: + * gio/gvolumemonitor.override: + * gio/gfile.override: + * tests/test_gio.py: + Implement and test GFile.read_async. Use try/finally to always quit + the mainloop, even if the test fail. + Update source comment headers. + 2008-01-20 Johan Dahlin <johan@gnome.org> * tests/test_gio.py (TestVolumeMonitor): New test |
