Efl.Loop_Timer.timer_delay

Description

Adds a delay to the next occurrence of a timer. This doesn't affect the timer interval.

Since 1.22

Signature

timer_delay {
    params {
        @in add: double;
    }
}

C signature

void efl_loop_timer_delay(Eo *obj, double add);

Parameters

  • add (in) - The amount of time by which to delay the timer in seconds

Implemented by