Constructor
EvinceViewJobLoadFdnew_take
Declaration [src]
EvJob*
ev_job_load_fd_new_take (
  int fd,
  const char* mime_type,
  EvDocumentLoadFlags flags
)
Parameters
- fd
- 
            Type: intNo 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: EvDocumentLoadFlagsNo 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. |