Method
GdkContentDeserializerset_task_data
Declaration [src]
void
gdk_content_deserializer_set_task_data (
GdkContentDeserializer* deserializer,
gpointer data,
GDestroyNotify notify
)
Parameters
data |
gpointer |
Data to associate with this operation. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
notify |
GDestroyNotify |
Destroy notify for |