Virtual Method
EvinceDocumentDocumentload_stream
Declaration [src]
gboolean
load_stream (
EvDocument* document,
GInputStream* stream,
EvDocumentLoadFlags flags,
GCancellable* cancellable,
GError** error
)
Description [src]
Synchronously loads the document from stream
.
See ev_document_load()
for more information.
Available since: | 3.6 |
Parameters
stream |
GInputStream |
A |
|
The data is owned by the caller of the function. | |
flags |
EvDocumentLoadFlags |
Flags from |
|
cancellable |
GCancellable |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |