Method
GioSimpleAsyncResultget_op_res_gpointer
deprecated: 2.46
Declaration [src]
gpointer
g_simple_async_result_get_op_res_gpointer (
GSimpleAsyncResult* simple
)
Description [src]
Gets a pointer result as returned by the asynchronous function.
Deprecated since: 2.46
Use GTask
and g_task_propagate_pointer()
instead.
This method is not directly available to language bindings.