mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-18 11:41:58 +02:00
Document that _complete() et al. ref the GSimpleAsyncResult
This commit is contained in:
parent
ec31612ea0
commit
7a32e34f7c
@ -560,6 +560,9 @@ g_simple_async_result_set_error (GSimpleAsyncResult *simple,
|
|||||||
* the thread where the asynchronous result was to be delivered, as it
|
* the thread where the asynchronous result was to be delivered, as it
|
||||||
* invokes the callback directly. If you are in a different thread use
|
* invokes the callback directly. If you are in a different thread use
|
||||||
* g_simple_async_result_complete_in_idle().
|
* g_simple_async_result_complete_in_idle().
|
||||||
|
*
|
||||||
|
* Calling this function takes a reference to @simple for as long as
|
||||||
|
* is needed to complete the call.
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
g_simple_async_result_complete (GSimpleAsyncResult *simple)
|
g_simple_async_result_complete (GSimpleAsyncResult *simple)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user