Efl.Loop_Fd.fd_file

Description

Defines which file descriptor to watch when watching a file.

Values

  • fd - The file descriptor.

Setter

Defines the fd to watch on.

Signature

@property fd_file {
    get {}
    set {}
    values {
        fd: int;
    }
}

C signature

int efl_loop_fd_file_get(const Eo *obj);
void efl_loop_fd_file_set(Eo *obj, int fd);

Implemented by