summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-14 21:36:11 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-14 21:36:11 +0000
commit119e1cd7bcdd505d62df27b4b031127b2e4e443e (patch)
treef5f8626fb740c3bca24aff2319dac33950d6d665 /ChangeLog
parent62f6bc7ea07cc7240cfc67daf51d2737e7cd514b (diff)
downloadpygobject-119e1cd7bcdd505d62df27b4b031127b2e4e443e.tar.gz
pygobject-119e1cd7bcdd505d62df27b4b031127b2e4e443e.tar.xz
pygobject-119e1cd7bcdd505d62df27b4b031127b2e4e443e.zip
Remove g_file_input_stream_seek and g_file_output_stream_seek, they
2008-07-14 Johan Dahlin <johan@gnome.org> * gio/gio.defs: Remove g_file_input_stream_seek and g_file_output_stream_seek, they already implement the seekable interface. svn path=/trunk/; revision=800
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f19592b..7b0fabf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
2008-07-14 Johan Dahlin <johan@gnome.org>
+
+ * gio/gio.defs:
+ Remove g_file_input_stream_seek and g_file_output_stream_seek,
+ they already implement the seekable interface.
+
+2008-07-14 Johan Dahlin <johan@gnome.org>
Bug 504337 - crash bug in gobject.Timeout and gobject.Idle