stefan pushed a commit to branch master.

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

commit e291b3c2265b7da71ac73d027c8ea786bf83b71a
Author: Stefan Schmidt <[email protected]>
Date:   Thu Dec 4 15:02:34 2014 +0100

    ecore: Fix @since version to 1.13 for new API
    
    1.3 is acient so we really will release this with 1.13.
    Removed some trailing whitespaces devilhorns added. :)
---
 src/lib/ecore/Ecore_Common.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/ecore/Ecore_Common.h b/src/lib/ecore/Ecore_Common.h
index 6c4b367..42b2858 100644
--- a/src/lib/ecore/Ecore_Common.h
+++ b/src/lib/ecore/Ecore_Common.h
@@ -282,11 +282,11 @@ EAPI Eina_Bool ecore_main_loop_animator_ticked_get(void);
 
 /**
  * Returns if the ecore_main_loop is running
- * 
+ *
  * @return an integer specifying if the ecore_main_loop is running,
  *         0 if not running, > 0 if running
- * 
- * @since 1.3
+ *
+ * @since 1.13
  */
 EAPI int ecore_main_loop_nested_get(void);
 

-- 


Reply via email to