diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-04-06 16:23:37 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-04-06 16:23:37 +0000 |
| commit | ce77e933926c720f98af9b6fb7ab9efa5918b720 (patch) | |
| tree | e01811c55a6937594f51d1ce34f69a9c7991a86b /ChangeLog | |
| parent | e03f39502593b3caecbd760768a07c72d37b8abd (diff) | |
| download | pygobject-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |
