On Tue, 14 Feb 2017 12:56:45 -0800 Stefan Schmidt <ste...@datenfreihafen.org>
said:

same with this - eo/interaces... not stable yet... really need @since now?

> stefan pushed a commit to branch master.
> 
> http://git.enlightenment.org/core/efl.git/commit/?id=337e8f1ab4295b37f185b96bd83173b115b58259
> 
> commit 337e8f1ab4295b37f185b96bd83173b115b58259
> Author: Stefan Schmidt <ste...@osg.samsung.com>
> Date:   Tue Feb 14 21:31:59 2017 +0100
> 
>     eo: add missing since tags for functions added during 1.19 cycle
> ---
>  src/lib/eo/efl_future.h | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/src/lib/eo/efl_future.h b/src/lib/eo/efl_future.h
> index 61ce03d..34c5d2d 100644
> --- a/src/lib/eo/efl_future.h
> +++ b/src/lib/eo/efl_future.h
> @@ -14,13 +14,13 @@ typedef Eo Efl_Promise;
>  #define _EFL_PROMISE_EO_CLASS_TYPE
>  
>  #define EFL_FUTURE_CLASS efl_future_class_get()
> -EWAPI const Efl_Class *efl_future_class_get(void);
> +EWAPI const Efl_Class *efl_future_class_get(void); /**< @since 1.19 */
>  
>  /**
>   * @var EINA_ERROR_FUTURE_CANCEL
>   * @brief The error identifier corresponding to a future being canceled.
>   */
> -EAPI extern Eina_Error EINA_ERROR_FUTURE_CANCEL;
> +EAPI extern Eina_Error EINA_ERROR_FUTURE_CANCEL; /**< @since 1.19 */
>  
>  /** Parameter passed in event callbacks in case of future failure to proceed.
>   *
> @@ -106,6 +106,8 @@ EOAPI Efl_Future *efl_future_then(Eo *obj, Efl_Event_Cb
> success, Efl_Event_Cb fa
>   * @see efl_future_use
>   *
>   * @ingroup Efl_Future
> + *
> + * @since 1.19
>   */
>  EOAPI void efl_future_cancel(Eo *obj);
>  
> 
> -- 
> 
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to