Table of Contents

Efl.Io.Reader.eos

Description

If true will notify end of stream.

Since 1.22

Values

Signature

@property eos @pure_virtual {
    get {}
    set @protected {}
    values {
        is_eos: bool;
    }
}

C signature

Eina_Bool efl_io_reader_eos_get(const Eo *obj);
void efl_io_reader_eos_set(Eo *obj, Eina_Bool is_eos);

Implemented by