From e291b3c2265b7da71ac73d027c8ea786bf83b71a Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 4 Dec 2014 15:02:34 +0100 Subject: [PATCH] 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); -- 2.7.4