set_op_res_gssize
Description:
[ Version ( deprecated = true , deprecated_since = "2.46" ) ]
public void set_op_res_gssize (ssize_t op_res)
public void set_op_res_gssize (ssize_t op_res)
Warning: set_op_res_gssize is deprecated since 2.46.
Sets the operation result within the asynchronous result to the given op_res
.
Note:
Use Task and return_int instead.
Parameters:
this | |
op_res |
a ssize_t. |