From: Xavier Claessens Date: Mon, 13 Dec 2010 16:42:11 +0000 (+0100) Subject: Add Since 2.28 in g_io_stream_splice doc X-Git-Tag: 2.27.5~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4f25c0fed49acc46de2519837b78db6c12b2df4;p=platform%2Fupstream%2Fglib.git Add Since 2.28 in g_io_stream_splice doc --- diff --git a/gio/gioenums.h b/gio/gioenums.h index c481f5e..46a4eec 100644 --- a/gio/gioenums.h +++ b/gio/gioenums.h @@ -582,6 +582,8 @@ typedef enum { * before calling the callback. * * GIOStreamSpliceFlags determine how streams should be spliced. + * + * Since: 2.28 **/ typedef enum { G_IO_STREAM_SPLICE_NONE = 0, diff --git a/gio/giostream.c b/gio/giostream.c index 137c976..5ff6674 100644 --- a/gio/giostream.c +++ b/gio/giostream.c @@ -766,6 +766,8 @@ splice_cancelled_cb (GCancellable *cancellable, * When the operation is finished @callback will be called. * You can then call g_io_stream_splice_finish() to get the * result of the operation. + * + * Since: 2.28 **/ void g_io_stream_splice_async (GIOStream *stream1, @@ -835,6 +837,8 @@ g_io_stream_splice_async (GIOStream *stream1, * Finishes an asynchronous io stream splice operation. * * Returns: %TRUE on success, %FALSE otherwise. + * + * Since: 2.28 **/ gboolean g_io_stream_splice_finish (GAsyncResult *result,