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. :)
This commit is contained in:
Stefan Schmidt 2014-12-04 15:02:34 +01:00
parent 3c4e0545a1
commit e291b3c226
1 changed files with 3 additions and 3 deletions

View File

@ -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);