summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-04-04 16:13:17 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2009-04-04 16:13:17 +0000
commit7193a0e14e488ef07f723a0b9f490a03fe291650 (patch)
tree8a8344c72c4708a5a4eac4885513e5e244dd4ba2 /ChangeLog
parent91733f750aaf4c53fdc198c56b61696f20f3ae20 (diff)
downloadpygobject-7193a0e14e488ef07f723a0b9f490a03fe291650.tar.gz
pygobject-7193a0e14e488ef07f723a0b9f490a03fe291650.tar.xz
pygobject-7193a0e14e488ef07f723a0b9f490a03fe291650.zip
Wrap new GFile methods.
2009-04-04 Gian Mario Tagliaretti <gianmt@gnome.org> * gio/gfile.override: (_wrap_g_file_set_attributes_async) (_wrap_g_file_set_attributes_finish) Wrap new GFile methods. * tests/test_gio.py: Test the above methods. svn path=/trunk/; revision=1053
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e8ce3c..5a999c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-04-04 Gian Mario Tagliaretti <gianmt@gnome.org>
+
+ * gio/gfile.override:
+ (_wrap_g_file_set_attributes_async)
+ (_wrap_g_file_set_attributes_finish) Wrap new GFile methods.
+
+ * tests/test_gio.py: Test the above methods.
+
2009-03-31 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/gfile.override: