Efl.Loop.quit

Description

Quits the main loop once all the events currently on the queue have been processed.

Since 1.22

Signature

quit {
    params {
        @in exit_code: any_value;
    }
}

C signature

void efl_loop_quit(Eo *obj, Eina_Value exit_code);

Parameters

  • exit_code (in) - Returned value by begin()

Implemented by