Method

EvinceViewJobLoadFdtake_fd

Declaration [src]

void
ev_job_load_fd_take_fd (
  EvJobLoadFd* job,
  int fd
)

Description [src]

Sets fd as the file descriptor in job. Note that job takes ownership of fd; you must not do anything with it afterwards.

Available since:42.0

Parameters

fd int
 

A file descriptor.