GMemoryInputStream/GMemoryOutputStream: make these properly subclassable
authorDan Winship <danw@gnome.org>
Wed, 30 Nov 2011 09:32:42 +0000 (10:32 +0100)
committerDan Winship <danw@gnome.org>
Wed, 30 Nov 2011 09:34:19 +0000 (10:34 +0100)
commita5876e5fc1b1e192e8cde664780957798b8a2607
tree0349cf27acb977207591e355da6291c27b29c79f
parentb13e79da62b256058e4ca1d9fdd46376d3013f16
GMemoryInputStream/GMemoryOutputStream: make these properly subclassable

The async methods were directly invoking their own implementations of
the sync methods, making it impossible for a subclass to reimplement
them.

https://bugzilla.gnome.org/show_bug.cgi?id=664635
gio/gmemoryinputstream.c
gio/gmemoryoutputstream.c