ContentDeserializer
A GdkContentDeserializer
is used to deserialize content received via inter-application data transfers.
The GdkContentDeserializer
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 class@Gdk.ContentSerializer.
Skipped during bindings generation
parameter
notify
: GLib.DestroyNotify
Constructors
Functions
Gets the cancellable for the current operation.
Gets the input stream for the current operation.
Gets the mime type to deserialize from.
Gets the I/O priority for the current operation.
Gets the data that was associated with the current operation.
Gets the user data that was passed when the deserializer was registered.
Indicate that the deserialization has ended with an error.
Indicate that the deserialization has been successfully completed.