ContentSerializer.setTaskData

Associate data with the current serialization operation.

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

Parameters

data void*

data to associate with this operation

notify GDestroyNotify

destroy notify for @data

Meta