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 GInputStream.

 The data is owned by the caller of the function.
flags EvDocumentLoadFlags
 

Flags from EvDocumentLoadFlags.

cancellable GCancellable
 

A GCancellable, or NULL.

 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.

Return value

Returns: gboolean
 

TRUE if loading succeeded, or FALSE on error with error filled in.