set_op_res_gpointer


Description:

[ CCode ( simple_generics = true ) ]
public void set_op_res_gpointer<T> (owned T op_res)

Sets the operation result within the asynchronous result to a pointer.

Note:

Use Task and return_pointer instead.

Parameters:

this

a SimpleAsyncResult.

op_res

a pointer result from an asynchronous function.

destroy_op_res

a DestroyNotify function.