diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-04-07 12:37:27 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-04-07 12:37:27 +0000 |
| commit | 98f1db3549f7dc056f892ceec3e81d9ee7285ce1 (patch) | |
| tree | ef9d5510bd72f7a7a0e8c1c70247278dbd566550 /ChangeLog | |
| parent | 901eeaf675aece3c2ba199a1532dbe07d80b51c5 (diff) | |
| download | pygobject-98f1db3549f7dc056f892ceec3e81d9ee7285ce1.tar.gz pygobject-98f1db3549f7dc056f892ceec3e81d9ee7285ce1.tar.xz pygobject-98f1db3549f7dc056f892ceec3e81d9ee7285ce1.zip | |
Make gio.File() (calling on an interface) a factory for creating files.
2008-04-07 Johan Dahlin <johan@gnome.org>
* gio/__init__.py:
* gio/gfile.override:
* gio/gio-types.defs:
* gio/gio.override:
* tests/test_gio.py:
Make gio.File() (calling on an interface) a factory for creating
files. Add tests and a docstring.
svn path=/trunk/; revision=764
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2008-04-07 Johan Dahlin <johan@gnome.org> + * gio/__init__.py: + * gio/gfile.override: + * gio/gio-types.defs: + * gio/gio.override: + * tests/test_gio.py: + Make gio.File() (calling on an interface) a factory for creating + files. Add tests and a docstring. + +2008-04-07 Johan Dahlin <johan@gnome.org> + * gio/Makefile.am (pygiodir): Install gio in the right location 2008-04-06 Johan Dahlin <johan@gnome.org> |
