Constructor

EvinceViewJobLoadFdnew_take

Declaration [src]

EvJob*
ev_job_load_fd_new_take (
  int fd,
  const char* mime_type,
  EvDocumentLoadFlags flags
)

Description

No description available.

Parameters

fd

Type: int

No description available.

mime_type

Type: const char*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
flags

Type: EvDocumentLoadFlags

No description available.

Return value

Type: EvJob

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.