giostream.h | giostream.h | |||
---|---|---|---|---|
skipping to change at line 91 | skipping to change at line 91 | |||
void (*_g_reserved8) (void); | void (*_g_reserved8) (void); | |||
void (*_g_reserved9) (void); | void (*_g_reserved9) (void); | |||
void (*_g_reserved10) (void); | void (*_g_reserved10) (void); | |||
}; | }; | |||
GType g_io_stream_get_type (void) G_GNUC_CONST; | GType g_io_stream_get_type (void) G_GNUC_CONST; | |||
GInputStream * g_io_stream_get_input_stream (GIOStream *stream) ; | GInputStream * g_io_stream_get_input_stream (GIOStream *stream) ; | |||
GOutputStream *g_io_stream_get_output_stream (GIOStream *stream) ; | GOutputStream *g_io_stream_get_output_stream (GIOStream *stream) ; | |||
void g_io_stream_splice_async (GIOStream *stream1 | ||||
, | ||||
GIOStream *stream2, | ||||
GIOStreamSpliceFlags flags, | ||||
int io_prior | ||||
ity, | ||||
GCancellable *cancella | ||||
ble, | ||||
GAsyncReadyCallback callback | ||||
, | ||||
gpointer user_dat | ||||
a); | ||||
gboolean g_io_stream_splice_finish (GAsyncResult *result, | ||||
GError **error); | ||||
gboolean g_io_stream_close (GIOStream *stream, | gboolean g_io_stream_close (GIOStream *stream, | |||
GCancellable *cancella ble, | GCancellable *cancella ble, | |||
GError **error); | GError **error); | |||
void g_io_stream_close_async (GIOStream *stream, | void g_io_stream_close_async (GIOStream *stream, | |||
int io_prior ity, | int io_prior ity, | |||
GCancellable *cancella ble, | GCancellable *cancella ble, | |||
GAsyncReadyCallback callback , | GAsyncReadyCallback callback , | |||
gpointer user_dat a); | gpointer user_dat a); | |||
gboolean g_io_stream_close_finish (GIOStream *stream, | gboolean g_io_stream_close_finish (GIOStream *stream, | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 16 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |