Table of Contents

Efl.Io.Reader.can_read

Description

If true will notify Efl.Io.Reader.read can be called without blocking or failing.

Since 1.22

Values

  • can_read - true if it can be read without blocking or failing, false otherwise

Signature

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

C signature

Eina_Bool efl_io_reader_can_read_get(const Eo *obj);
void efl_io_reader_can_read_set(Eo *obj, Eina_Bool can_read);

Implemented by