summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-04-08 20:09:56 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-04-08 20:09:56 +0000
commitb8ab661462d9312f4b723aa25bee8d08c5b46303 (patch)
tree3e7c69cde7a9520960472e018d9fa56505249a74 /ChangeLog
parentefa7a0085d93f6ee10bad7981f7e1953243b4479 (diff)
downloadpygobject-b8ab661462d9312f4b723aa25bee8d08c5b46303.tar.gz
pygobject-b8ab661462d9312f4b723aa25bee8d08c5b46303.tar.xz
pygobject-b8ab661462d9312f4b723aa25bee8d08c5b46303.zip
Wrap GFileInfo.list_attributes(), add tests and set the default of
2008-04-08 Johan Dahlin <jdahlin@async.com.br> * gio/Makefile.am: * gio/gfileinfo.override: * gio/gio.defs: * gio/gio.override: * tests/test_gio.py: Wrap GFileInfo.list_attributes(), add tests and set the default of GFileQueryInfoFlags args to G_FILE_QUERY_INFO_NONE. svn path=/trunk/; revision=771
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31c504f..a218d26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2008-04-08 Johan Dahlin <jdahlin@async.com.br>
+ * gio/Makefile.am:
+ * gio/gfileinfo.override:
+ * gio/gio.defs:
+ * gio/gio.override:
+ * tests/test_gio.py:
+ Wrap GFileInfo.list_attributes(), add tests and
+ set the default of GFileQueryInfoFlags args to G_FILE_QUERY_INFO_NONE.
+
+2008-04-08 Johan Dahlin <jdahlin@async.com.br>
+
* gobject/option.py: Fix a typo
* tests/test_option.py:
Update the tests after the latest "refactoring".