Go to the source code of this file.
|
GIO_AVAILABLE_IN_ALL GType | g_io_stream_get_type (void) G_GNUC_CONST |
|
GIO_AVAILABLE_IN_ALL GInputStream * | g_io_stream_get_input_stream (GIOStream *stream) |
|
GIO_AVAILABLE_IN_ALL GOutputStream * | g_io_stream_get_output_stream (GIOStream *stream) |
|
GIO_AVAILABLE_IN_ALL void | g_io_stream_splice_async (GIOStream *stream1, GIOStream *stream2, GIOStreamSpliceFlags flags, int io_priority, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
|
GIO_AVAILABLE_IN_ALL gboolean | g_io_stream_splice_finish (GAsyncResult *result, GError **error) |
|
GIO_AVAILABLE_IN_ALL gboolean | g_io_stream_close (GIOStream *stream, GCancellable *cancellable, GError **error) |
|
GIO_AVAILABLE_IN_ALL void | g_io_stream_close_async (GIOStream *stream, int io_priority, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
|
GIO_AVAILABLE_IN_ALL gboolean | g_io_stream_close_finish (GIOStream *stream, GAsyncResult *result, GError **error) |
|
GIO_AVAILABLE_IN_ALL gboolean | g_io_stream_is_closed (GIOStream *stream) |
|
GIO_AVAILABLE_IN_ALL gboolean | g_io_stream_has_pending (GIOStream *stream) |
|
GIO_AVAILABLE_IN_ALL gboolean | g_io_stream_set_pending (GIOStream *stream, GError **error) |
|
GIO_AVAILABLE_IN_ALL void | g_io_stream_clear_pending (GIOStream *stream) |
|
◆ G_IO_STREAM
◆ G_IO_STREAM_CLASS
◆ G_IO_STREAM_GET_CLASS
◆ G_IS_IO_STREAM
◆ G_IS_IO_STREAM_CLASS
◆ G_TYPE_IO_STREAM
◆ GIOStreamClass
◆ GIOStreamPrivate
◆ g_io_stream_clear_pending()
◆ g_io_stream_close()
◆ g_io_stream_close_async()
◆ g_io_stream_close_finish()
◆ g_io_stream_get_input_stream()
◆ g_io_stream_get_output_stream()
◆ g_io_stream_get_type()
◆ g_io_stream_has_pending()
◆ g_io_stream_is_closed()
◆ g_io_stream_set_pending()
◆ g_io_stream_splice_async()
◆ g_io_stream_splice_finish()