operation_set_data_full
Description:
[ Version ( since = "0.2.7" ) ]
public void operation_set_data_full (uint operation_id, void* user_data, DestroyNotify? destroy_func)
Attach a pointer to the specific operation.
Note that the destroy_func
callback is not called if user_data
is null.
Parameters:
operation_id |
the identifier of a running operation |
user_data |
the data to attach |
destroy_func |
function to release |
Namespace: Grl
Package: grilo-0.3