Method

GdkContentSerializerset_task_data

Declaration [src]

void
gdk_content_serializer_set_task_data (
  GdkContentSerializer* serializer,
  gpointer data,
  GDestroyNotify notify
)

Description [src]

Associate data with the current serialization operation.

Parameters

data gpointer
 

Data to associate with this operation.

notify GDestroyNotify
 

Destroy notify for data.