efl/src/lib/ecore/efl_io_stderr.eo

16 lines
315 B
Plaintext
Raw Normal View History

class Efl.Io.Stderr extends Efl.Loop_Fd implements Efl.Io.Writer_Fd {
[[Application's standard error (stderr).
@since 1.19
]]
data: null;
implements {
Efl.Object.finalize;
Efl.Loop_Fd.fd { set; }
Efl.Io.Writer.write;
2016-12-27 07:19:06 -08:00
Efl.Io.Writer.can_write { set; }
}
}