ecore/time - Add an example to use the ecore_time_* functions.
authorRafael Antognolli <antognolli@gmail.com>
Tue, 21 Jun 2011 17:15:54 +0000 (17:15 +0000)
committerRafael Antognolli <antognolli@gmail.com>
Tue, 21 Jun 2011 17:15:54 +0000 (17:15 +0000)
commit2344ff2a81d0f2b02470c4e8cbd8c64f93f229ca
treed37d51af3532a8136ccb4f5d15fc03581ae3306d
parentdcc4859c2449346cf85e94680a10896795f858b7
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.

SVN revision: 60557
legacy/ecore/src/examples/Makefile.am
legacy/ecore/src/examples/ecore_time_example.c [new file with mode: 0644]
legacy/ecore/src/lib/ecore/Ecore.h
legacy/ecore/src/lib/ecore/ecore_time.c
legacy/ecore/src/lib/ecore/ecore_timer.c