seoz pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b8ce446c2b46cf9a2aee314d391091e617412a7b

commit b8ce446c2b46cf9a2aee314d391091e617412a7b
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Mon Oct 13 14:56:19 2014 +0900

    ecore: Add more documentation for ecore_animator_source_set().
---
 src/lib/ecore/Ecore_Common.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/ecore/Ecore_Common.h b/src/lib/ecore/Ecore_Common.h
index aa158c4..b45af6c 100644
--- a/src/lib/ecore/Ecore_Common.h
+++ b/src/lib/ecore/Ecore_Common.h
@@ -2806,6 +2806,8 @@ EAPI double ecore_animator_pos_map_n(double pos, 
Ecore_Pos_Map map, int v_size,
  * that will be called to start and stop the ticking source, which when it
  * gets a "tick" should call ecore_animator_custom_tick() to make the "tick"
  * over 1 frame.
+ *
+ * @see ecore_animator_source_get()
  */
 EAPI void ecore_animator_source_set(Ecore_Animator_Source source);
 

-- 


Reply via email to