mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-31 13:24:13 +02:00
Add g_cancellable_release_fd()
This patch only adds the function. The function is a NOP. See the API documentation for a rationale. Part of: Bug 591388 - number of GCancellables available is too limited
This commit is contained in:
@@ -508,7 +508,7 @@ async_ready_close_callback_wrapper (GObject *source_object,
|
||||
* You can then call g_input_stream_read_finish() to get the result of the
|
||||
* operation.
|
||||
*
|
||||
* During an async request no other sync and async calls are allowed, and will
|
||||
* During an async request no other sync and async calls are allowed on @stream, and will
|
||||
* result in %G_IO_ERROR_PENDING errors.
|
||||
*
|
||||
* A value of @count larger than %G_MAXSSIZE will cause a %G_IO_ERROR_INVALID_ARGUMENT error.
|
||||
|
Reference in New Issue
Block a user