GLocalFileOutputStream: Implement GFileDescriptorBased

Also convert GLocalFileIOStream to use the new interface to obtain
the file descriptor.
This commit is contained in:
Christian Kellner
2010-02-07 17:18:06 +01:00
parent 670f6210ce
commit 28f90db1ed
3 changed files with 25 additions and 9 deletions

View File

@@ -53,7 +53,6 @@ struct _GLocalFileOutputStreamClass
GType _g_local_file_output_stream_get_type (void) G_GNUC_CONST;
int _g_local_file_output_stream_get_fd (GLocalFileOutputStream *out);
void _g_local_file_output_stream_set_do_close (GLocalFileOutputStream *out,
gboolean do_close);
gboolean _g_local_file_output_stream_really_close (GLocalFileOutputStream *out,