goutputstream.h | goutputstream.h | |||
---|---|---|---|---|
skipping to change at line 102 | skipping to change at line 102 | |||
gpointer user_data); | gpointer user_data); | |||
gssize (* write_finish) (GOutputStream *stream, | gssize (* write_finish) (GOutputStream *stream, | |||
GAsyncResult *result, | GAsyncResult *result, | |||
GError **error); | GError **error); | |||
void (* splice_async) (GOutputStream *stream, | void (* splice_async) (GOutputStream *stream, | |||
GInputStream *source, | GInputStream *source, | |||
GOutputStreamSpliceFlags flags, | GOutputStreamSpliceFlags flags, | |||
int io_priority, | int io_priority, | |||
GCancellable *cancellable, | GCancellable *cancellable, | |||
GAsyncReadyCallback callback, | GAsyncReadyCallback callback, | |||
gpointer data); | gpointer user_data); | |||
gssize (* splice_finish) (GOutputStream *stream, | gssize (* splice_finish) (GOutputStream *stream, | |||
GAsyncResult *result, | GAsyncResult *result, | |||
GError **error); | GError **error); | |||
void (* flush_async) (GOutputStream *stream, | void (* flush_async) (GOutputStream *stream, | |||
int io_priority, | int io_priority, | |||
GCancellable *cancellable, | GCancellable *cancellable, | |||
GAsyncReadyCallback callback, | GAsyncReadyCallback callback, | |||
gpointer user_data); | gpointer user_data); | |||
gboolean (* flush_finish) (GOutputStream *stream, | gboolean (* flush_finish) (GOutputStream *stream, | |||
GAsyncResult *result, | GAsyncResult *result, | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 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/ |