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:
Benjamin Otte
2009-08-11 14:52:56 +02:00
parent bb8e4f06ab
commit 63426886ff
5 changed files with 34 additions and 1 deletions

View File

@@ -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.