mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-30 21:04:13 +02:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user