set_user_data
Description:
public void set_user_data (
void* data,
DestroyNotify dnotify)
Sets the user_data and the destroy notification function fields of the ChangeSet.
Parameters:
| this |
a ChangeSet.
|
| data |
a pointer.
|
| dnotify |
a pointer to the function to be called during destroy.
|