summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-04-06 16:23:37 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-04-06 16:23:37 +0000
commitce77e933926c720f98af9b6fb7ab9efa5918b720 (patch)
treee01811c55a6937594f51d1ce34f69a9c7991a86b /ChangeLog
parente03f39502593b3caecbd760768a07c72d37b8abd (diff)
downloadpygobject-ce77e933926c720f98af9b6fb7ab9efa5918b720.tar.gz
pygobject-ce77e933926c720f98af9b6fb7ab9efa5918b720.tar.xz
pygobject-ce77e933926c720f98af9b6fb7ab9efa5918b720.zip
Implement the python iteration protocol on GFileEnumerator
2008-04-06 Johan Dahlin <johan@gnome.org> * Makefile.am: * gio/gfileenumerator.override (_wrap_g_file_enumerator_tp_iter): Implement the python iteration protocol on GFileEnumerator svn path=/trunk/; revision=758
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85fbebb..24e7fe6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-04-06 Johan Dahlin <johan@gnome.org>
+ * Makefile.am:
+ * gio/gfileenumerator.override (_wrap_g_file_enumerator_tp_iter):
+ Implement the python iteration protocol on GFileEnumerator
+
* codegen/argtypes.py (arg): Add goffset to the int64 arg type
2008-04-02 Paul Pogonyshev <pogonyshev@gmx.net>