diff options
| author | Gian Mario Tagliaretti <gianmt@gnome.org> | 2009-03-28 22:05:10 +0000 |
|---|---|---|
| committer | Gian Mario Tagliaretti <gianmt@src.gnome.org> | 2009-03-28 22:05:10 +0000 |
| commit | 96bf175f8217e20ca449d9a5aeb8ea90b5844383 (patch) | |
| tree | 6b735b73a874162c234ec1cb654a0804240c1470 /ChangeLog | |
| parent | 3ed45914ee441d76822c26bf2f34d79fd3c2d7df (diff) | |
| download | pygobject-96bf175f8217e20ca449d9a5aeb8ea90b5844383.tar.gz pygobject-96bf175f8217e20ca449d9a5aeb8ea90b5844383.tar.xz pygobject-96bf175f8217e20ca449d9a5aeb8ea90b5844383.zip | |
add a couple of convinence functions to convert from/to a python list and
2009-03-28 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/pygio-utils.[hc]: (strv_to_pylist) (pylist_to_strv) add a couple
of convinence functions to convert from/to a python list and an array
of strings.
* gio/Makefile.am
* gio/gdrive.override:
* gio/gio.override: Strip GDrive overrides and
wrap g_drive_enumerate_identifiers
* tests/test_gio.py:
* gio/gvolume.override: wrap g_volume_enumerate_identifiers
* gio/gio.defs: add missing g_drive_get_identifier and
g_drive_enumerate_identifiers
svn path=/trunk/; revision=1035
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2009-03-28 Gian Mario Tagliaretti <gianmt@gnome.org> + + * gio/pygio-utils.[hc]: (strv_to_pylist) (pylist_to_strv) add a couple + of convinence functions to convert from/to a python list and an array + of strings. + + * gio/Makefile.am + * gio/gdrive.override: + * gio/gio.override: Strip GDrive overrides and + wrap g_drive_enumerate_identifiers + + * tests/test_gio.py: + * gio/gvolume.override: wrap g_volume_enumerate_identifiers + + * gio/gio.defs: add missing g_drive_get_identifier and + g_drive_enumerate_identifiers + 2009-03-22 Mark Lee <marklee@svn.gnome.org> Bug 559001 – Allow setting pytype wrapper class |
