Add GFileIOStream class

This is similar to GFileInputStream and GFileOutputStream for GIOStreams.
The default implementations chain to the Output stream.
This commit is contained in:
Alexander Larsson
2009-05-12 16:59:36 +02:00
parent 6d0bebb7df
commit bd0b8c60c2
7 changed files with 803 additions and 3 deletions

View File

@@ -96,9 +96,6 @@ g_io_stream_finalize (GObject *object)
stream = G_IO_STREAM (object);
if (!stream->priv->closed)
g_io_stream_close (stream, NULL, NULL);
G_OBJECT_CLASS (g_io_stream_parent_class)->finalize (object);
}