efl.loop_timer: rename all methods/properties/events
authorMike Blumenkrantz <zmike@samsung.com>
Fri, 8 Mar 2019 15:33:05 +0000 (16:33 +0100)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 15 Mar 2019 04:23:18 +0000 (13:23 +0900)
commit868962412eed635546c08f906a8234e131ab6fa1
treefd6d6d9d89a01834d142628bdb73ad84056f622c
parent7b53c8658fe940ea194173f193d41a283f052122
efl.loop_timer: rename all methods/properties/events

Summary:
avoid potential future conflict by not using conflict-able names

ref T7731

Reviewers: segfaultxavi

Reviewed By: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl_api

Maniphest Tasks: T7731

Differential Revision: https://phab.enlightenment.org/D8256
15 files changed:
src/examples/ecore/efl_thread.c
src/lib/ecore/ecore.c
src/lib/ecore/ecore_exe_posix.c
src/lib/ecore/ecore_signal.c
src/lib/ecore/ecore_timer.c
src/lib/ecore/efl_loop.c
src/lib/ecore/efl_loop_timer.eo
src/lib/ecore/efl_loop_timer_eo.legacy.c
src/lib/ecore_con/efl_net_dialer_http.c
src/scripts/pyolian/test_eolian.py
src/tests/ecore/efl_app_test_loop.c
src/tests/ecore/efl_app_test_loop_timer.c
src/tests/ecore/efl_app_test_promise.c
src/tests/elementary/efl_ui_test_grid.c
src/tests/elementary/suite_helpers.c