GdkContentDeserializer

A gdk.content_deserializer.ContentDeserializer is used to deserialize content received via inter-application data transfers.

The gdk.content_deserializer.ContentDeserializer transforms serialized content that is identified by a mime type into an object identified by a GType.

GTK provides serializers and deserializers for common data types such as text, colors, images or file lists. To register your own deserialization functions, use func@content_register_deserializer.

Also see gdk.content_serializer.ContentSerializer.

struct GdkContentDeserializer