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