From ab1ac2f37f6ae5b195ebfb20b1895e841d59e2d7 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sat, 19 Jan 2008 19:54:46 +0000 Subject: Impl. 2008-01-19 Johan Dahlin * gio/gio.override (_wrap_g_output_stream_write): Impl. * gio/gio.override: * gio/unix.defs: Add GUnixInputStream type and methods * tests/common.py: * tests/test_gio.py: Add GIO tests. svn path=/trunk/; revision=737 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8710765..edc50ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2008-01-19 Johan Dahlin + * gio/gio.override (_wrap_g_output_stream_write): Impl. + * gio/gio.override: + * gio/unix.defs: + Add GUnixInputStream type and methods + + * tests/common.py: + * tests/test_gio.py: + Add GIO tests. + * gio/gio.override (_wrap_g_app_info_get_all_for_type), (_wrap_g_app_info_get_all), (_wrap_g_drive_get_volumes): Implement. -- cgit