Method
GdkContentSerializerset_task_data
Declaration [src]
void
gdk_content_serializer_set_task_data (
  GdkContentSerializer* serializer,
  gpointer data,
  GDestroyNotify notify
)
Parameters
- data
- 
            Type: gpointerData to associate with this operation. The argument can be NULL.The data is owned by the caller of the method. 
- notify
- 
            Type: GDestroyNotifyDestroy notify for data.