Efl.Io.Positioner (mixin)

Description

Generic interface for objects that can change or report position.

Members

position (get, set)

Position property
uint64_t efl_io_positioner_position_get(const Eo *obj);
Eina_Bool efl_io_positioner_position_set(Eo *obj, uint64_t position);


seek

Seek in data
Eina_Error efl_io_positioner_seek(Eo *obj, int64_t offset, Efl_Io_Positioner_Whence whence);


Events

position,changed

Notifies position changed
EFL_IO_POSITIONER_EVENT_POSITION_CHANGED(void)