diff options
| author | Jonathan Matthew <jonathan@d14n.org> | 2008-08-10 03:28:03 +0000 |
|---|---|---|
| committer | Jonathan Matthew <jmatthew@src.gnome.org> | 2008-08-10 03:28:03 +0000 |
| commit | fa274210cccf8db816a24f1d55195fa79c9a2ad4 (patch) | |
| tree | 08ce01d42e8e9808229db768dd6e69357144cda7 /ChangeLog | |
| parent | 6ec9a71b8ae621203fa546b60867f1198bf723bc (diff) | |
| download | pygobject-fa274210cccf8db816a24f1d55195fa79c9a2ad4.tar.gz pygobject-fa274210cccf8db816a24f1d55195fa79c9a2ad4.tar.xz pygobject-fa274210cccf8db816a24f1d55195fa79c9a2ad4.zip | |
Bug 547067 – add File.replace_contents, replace_contents_async,
2008-08-10 Jonathan Matthew <jonathan@d14n.org>
Bug 547067 – add File.replace_contents, replace_contents_async,
replace_contents_finish.
* gio/gfile.override:
* gio/gio.defs:
* tests/test_gio.py:
Add overrides, docs, and tests for File.replace_contents,
replace_contents_async, and replace_contents_finish.
svn path=/trunk/; revision=935
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2008-08-10 Jonathan Matthew <jonathan@d14n.org> + + Bug 547067 – add File.replace_contents, replace_contents_async, + replace_contents_finish. + + * gio/gfile.override: + * gio/gio.defs: + * tests/test_gio.py: + Add overrides, docs, and tests for File.replace_contents, + replace_contents_async, and replace_contents_finish. + 2008-08-09 Paul Pogonyshev <pogonyshev@gmx.net> * tests/test_gicon.py (TestThemedIcon.test_constructor): Fix to |
