summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-01-19 19:54:46 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-01-19 19:54:46 +0000
commitab1ac2f37f6ae5b195ebfb20b1895e841d59e2d7 (patch)
tree1e98c8c05b41db6afb71e059330b74cf0d800391 /ChangeLog
parent8c1524ece22446d75b9f41e34b8281179dab1bee (diff)
downloadpygobject-ab1ac2f37f6ae5b195ebfb20b1895e841d59e2d7.tar.gz
pygobject-ab1ac2f37f6ae5b195ebfb20b1895e841d59e2d7.tar.xz
pygobject-ab1ac2f37f6ae5b195ebfb20b1895e841d59e2d7.zip
Impl.
2008-01-19 Johan Dahlin <johan@gnome.org> * 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8710765..edc50ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-01-19 Johan Dahlin <johan@gnome.org>
+ * 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.