From 96bf175f8217e20ca449d9a5aeb8ea90b5844383 Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Sat, 28 Mar 2009 22:05:10 +0000 Subject: add a couple of convinence functions to convert from/to a python list and 2009-03-28 Gian Mario Tagliaretti * 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 --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 17ba604..77b9759 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2009-03-28 Gian Mario Tagliaretti + + * 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 Bug 559001 – Allow setting pytype wrapper class -- cgit