ContentDeserializer.setTaskData

Associate data with the current deserialization operation.

class ContentDeserializer
void
setTaskData
(
void* data
,
GDestroyNotify notify
)

Parameters

data void*

data to associate with this operation

notify GDestroyNotify

destroy notify for @data

Meta