mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
Add Since 2.28 in g_io_stream_splice doc
This commit is contained in:
@@ -582,6 +582,8 @@ typedef enum {
|
|||||||
* before calling the callback.
|
* before calling the callback.
|
||||||
*
|
*
|
||||||
* GIOStreamSpliceFlags determine how streams should be spliced.
|
* GIOStreamSpliceFlags determine how streams should be spliced.
|
||||||
|
*
|
||||||
|
* Since: 2.28
|
||||||
**/
|
**/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
G_IO_STREAM_SPLICE_NONE = 0,
|
G_IO_STREAM_SPLICE_NONE = 0,
|
||||||
|
@@ -766,6 +766,8 @@ splice_cancelled_cb (GCancellable *cancellable,
|
|||||||
* When the operation is finished @callback will be called.
|
* When the operation is finished @callback will be called.
|
||||||
* You can then call g_io_stream_splice_finish() to get the
|
* You can then call g_io_stream_splice_finish() to get the
|
||||||
* result of the operation.
|
* result of the operation.
|
||||||
|
*
|
||||||
|
* Since: 2.28
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
g_io_stream_splice_async (GIOStream *stream1,
|
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.
|
* Finishes an asynchronous io stream splice operation.
|
||||||
*
|
*
|
||||||
* Returns: %TRUE on success, %FALSE otherwise.
|
* Returns: %TRUE on success, %FALSE otherwise.
|
||||||
|
*
|
||||||
|
* Since: 2.28
|
||||||
**/
|
**/
|
||||||
gboolean
|
gboolean
|
||||||
g_io_stream_splice_finish (GAsyncResult *result,
|
g_io_stream_splice_finish (GAsyncResult *result,
|
||||||
|
Reference in New Issue
Block a user