From ce77e933926c720f98af9b6fb7ab9efa5918b720 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sun, 6 Apr 2008 16:23:37 +0000 Subject: Implement the python iteration protocol on GFileEnumerator 2008-04-06 Johan Dahlin * Makefile.am: * gio/gfileenumerator.override (_wrap_g_file_enumerator_tp_iter): Implement the python iteration protocol on GFileEnumerator svn path=/trunk/; revision=758 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 85fbebb..24e7fe6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-04-06 Johan Dahlin + * 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 -- cgit