efl/src/lib/ecore/efl_io_stdin.eo

16 lines
295 B
Plaintext
Raw Normal View History

class Efl.Io.Stdin (Efl.Loop.Fd, Efl.Io.Reader_Fd) {
[[Application's standard input (stdin).
@since 1.19
]]
data: null;
implements {
Efl.Object.finalize;
2016-12-27 07:19:06 -08:00
Efl.Loop.Fd.fd { set; }
Efl.Io.Reader.read;
2016-12-27 07:19:06 -08:00
Efl.Io.Reader.can_read { set; }
}
}