Lines Matching refs:GIOStream
32 #define G_IO_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_IO_STREAM, GIOStream))
58 GInputStream * (*get_input_stream) (GIOStream *stream);
59 GOutputStream * (*get_output_stream) (GIOStream *stream);
61 gboolean (* close_fn) (GIOStream *stream,
64 void (* close_async) (GIOStream *stream,
69 gboolean (* close_finish) (GIOStream *stream,
90 GInputStream * g_io_stream_get_input_stream (GIOStream *stream);
92 GOutputStream *g_io_stream_get_output_stream (GIOStream *stream);
95 void g_io_stream_splice_async (GIOStream *stream1,
96 GIOStream *stream2,
108 gboolean g_io_stream_close (GIOStream *stream,
113 void g_io_stream_close_async (GIOStream *stream,
119 gboolean g_io_stream_close_finish (GIOStream *stream,
124 gboolean g_io_stream_is_closed (GIOStream *stream);
126 gboolean g_io_stream_has_pending (GIOStream *stream);
128 gboolean g_io_stream_set_pending (GIOStream *stream,
131 void g_io_stream_clear_pending (GIOStream *stream);