Efl.Loop_Timer.timer_interval

Description

Interval the timer ticks on.

Since 1.22

Values

  • in - The new interval in seconds

Setter

If set during a timer call this will affect the next interval.

Since 1.22

Signature

@property timer_interval {
    get {}
    set {}
    values {
        in: double (+1.000000);
    }
}

C signature

double efl_loop_timer_interval_get(const Eo *obj);
void efl_loop_timer_interval_set(Eo *obj, double in);

Implemented by