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