Method

GdkContentSerializerget_task_data

Declaration [src]

gpointer
gdk_content_serializer_get_task_data (
  GdkContentSerializer* serializer
)

Description [src]

Gets the data that was associated with the current operation.

See gdk_content_serializer_set_task_data().

Return value

Returns: gpointer
 

The task data for serializer.

 The data is owned by the instance.
 The return value can be NULL.