ecore: Efl.Timer should be Efl.Loop.Timer for coherence.
authorCedric BAIL <cedric@osg.samsung.com>
Fri, 3 Jun 2016 23:01:08 +0000 (16:01 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Sat, 4 Jun 2016 00:00:12 +0000 (17:00 -0700)
commitb3d56820d53897958379aaf9061378fc6df7b078
tree467a3007d781416b254fc2a3746b248ff93cfdec
parent5cc16b1c295045b5c4126f9fbe7db0dc8e1d05c4
ecore: Efl.Timer should be Efl.Loop.Timer for coherence.

As we add more object in the main loop, they can't live in the top
namespace as they make little sense there (Efl.Fd !). For coherence,
everyone should in the loop namespace, so move timer there.
src/Makefile_Ecore.am
src/lib/ecore/Ecore_Eo.h
src/lib/ecore/Ecore_Legacy.h
src/lib/ecore/ecore.c
src/lib/ecore/ecore_main.c
src/lib/ecore/ecore_private.h
src/lib/ecore/ecore_timer.c
src/lib/ecore/efl_loop_timer.eo [moved from src/lib/ecore/efl_timer.eo with 98% similarity]