a Gio.OutputStream to write the serialized content to
the mime type to serialize to
the content to serialize
the I/O priority of the operation
Optionalcancellable: Gio.Cancellableoptional Gio.Cancellable object
Serialize content and write it to the given output stream, asynchronously.
The default I/O priority is G_PRIORITY_DEFAULT (i.e. 0), and lower numbers
indicate a higher priority.
a Gio.OutputStream to write the serialized content to
the mime type to serialize to
the content to serialize
the I/O priority of the operation
optional Gio.Cancellable object
callback to call when the operation is done
Serialize content and write it to the given output stream, asynchronously.
The default I/O priority is G_PRIORITY_DEFAULT (i.e. 0), and lower numbers
indicate a higher priority.
a Gio.OutputStream to write the serialized content to
the mime type to serialize to
the content to serialize
the I/O priority of the operation
Optionalcancellable: Gio.Cancellableoptional Gio.Cancellable object
Optionalcallback: AsyncReadyCallback<Gio.OutputStream>callback to call when the operation is done
Serialize content and write it to the given output stream, asynchronously.
The default I/O priority is
G_PRIORITY_DEFAULT(i.e. 0), and lower numbers indicate a higher priority.