ContentSerializer
A GdkContentSerializer
is used to serialize content for inter-application data transfers.
The GdkContentSerializer
transforms an object that is identified by a GType into a serialized form (i.e. a byte stream) that is identified by a mime type.
GTK provides serializers and deserializers for common data types such as text, colors, images or file lists. To register your own serialization functions, use func@Gdk.content_register_serializer.
Also see class@Gdk.ContentDeserializer.
Skipped during bindings generation
parameter
notify
: GLib.DestroyNotify
Constructors
Functions
Gets the cancellable for the current operation.
Gets the mime type to serialize to.
Gets the output stream for the current operation.
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 serializer was registered.
Indicate that the serialization has ended with an error.
Indicate that the serialization has been successfully completed.