Table of Contents

Efl.Io.Writer.can_write

Description

If true will notify Efl.Io.Writer.write can be called without blocking or failing.

Since 1.22

Values

  • can_write - true if it can be written without blocking or failure, false otherwise

Signature

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

C signature

Eina_Bool efl_io_writer_can_write_get(const Eo *obj);
void efl_io_writer_can_write_set(Eo *obj, Eina_Bool can_write);

Implemented by