summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2008-07-18 20:21:22 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-18 20:21:22 +0000
commit4287c2cc70b02930ed64e9cbec2a0c886ac5d3b7 (patch)
tree2deb5a2d0b96e4d3e8635d3c9bc65903bad91114 /ChangeLog
parentf0e9c1f49c718a34986cf74821f5ef809217c65c (diff)
Wrap gio.File.enumerate_children_async, add tests, docstring and an
* examples/gio/directory-async.py: * gio/gfile.override: * gio/gfileenumerator.override: * gio/gio.defs: * tests/test_gio.py: Wrap gio.File.enumerate_children_async, add tests, docstring and an example. Also document gio.File.enumerate while we're at it. svn path=/trunk/; revision=828
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8c10e4..d1a6bd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2008-07-18 Johan Dahlin <johan@gnome.org>
+ * examples/gio/directory-async.py:
+ * gio/gfile.override:
+ * gio/gfileenumerator.override:
+ * gio/gio.defs:
+ * tests/test_gio.py:
+ Wrap gio.File.enumerate_children_async, add tests, docstring
+ and an example.
+ Also document gio.File.enumerate while we're at it.
+
+2008-07-18 Johan Dahlin <johan@gnome.org>
+
* gio/gfile.override:
Use %zd instead of %d since it's a Py_ssize_t and not an int.