mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
GLocalFileOutputStream: Implement GFileDescriptorBased
Also convert GLocalFileIOStream to use the new interface to obtain the file descriptor.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user