ecore/time - Add an example to use the ecore_time_* functions.
authorantognolli <antognolli@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 21 Jun 2011 17:15:54 +0000 (17:15 +0000)
committerantognolli <antognolli@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 21 Jun 2011 17:15:54 +0000 (17:15 +0000)
commitcd3771451398b3bbe8e38eb6c22733ec73796ee6
tree662c1458594f24e8b9d5f08af995c49cef2cc03a
parent5ffd27c2e0e204f5f06b71b6ccf3ff06db8a523e
ecore/time - Add an example to use the ecore_time_* functions.

It exemplifies the difference between ecore_time_get(), ecore_time_unix_get()
and ecore_loop_time_get(). A description of this example is also provided.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@60557 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/examples/Makefile.am
src/examples/ecore_time_example.c [new file with mode: 0644]
src/lib/ecore/Ecore.h
src/lib/ecore/ecore_time.c
src/lib/ecore/ecore_timer.c