diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-07-18 22:38:29 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-07-18 22:38:29 +0000 |
| commit | 7213af80481a6bc12588a5e74944b5c47ec30df4 (patch) | |
| tree | faec25fa19bfb68b1b2e811af1bdb204bc6686f8 /ChangeLog | |
| parent | 4bea3e15b5aa3aaf42986c9e8fd50d4850f50a59 (diff) | |
| download | pygobject-7213af80481a6bc12588a5e74944b5c47ec30df4.tar.gz pygobject-7213af80481a6bc12588a5e74944b5c47ec30df4.tar.xz pygobject-7213af80481a6bc12588a5e74944b5c47ec30df4.zip | |
Wrap gio.FileEnumerator.next_files_async/next_files_done. Update the
2008-07-19 Johan Dahlin <johan@gnome.org>
* examples/gio/directory-async.py:
* gio/gfileenumerator.override:
* gio/gio.defs:
* tests/test_gio.py:
Wrap gio.FileEnumerator.next_files_async/next_files_done.
Update the example to use them instead of the synchronous versions,
add documentation and tests.
svn path=/trunk/; revision=832
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,6 +1,16 @@ 2008-07-19 Johan Dahlin <johan@gnome.org> * examples/gio/directory-async.py: + * gio/gfileenumerator.override: + * gio/gio.defs: + * tests/test_gio.py: + Wrap gio.FileEnumerator.next_files_async/next_files_done. + Update the example to use them instead of the synchronous versions, + add documentation and tests. + +2008-07-19 Johan Dahlin <johan@gnome.org> + + * examples/gio/directory-async.py: Only fetch name, saves a couple of syscalls. * gio/gio.override: Set name to gio._gio so pychecker/pydoc works. |
