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

actually is @since needed for any eo/efl interfaces work as it's not deemed
publicly stable yet? :)

> stefan pushed a commit to branch master.
> 
> http://git.enlightenment.org/core/efl.git/commit/?id=a10771605f7b87517ad3b60af97086543ef8e09b
> 
> commit a10771605f7b87517ad3b60af97086543ef8e09b
> Author: Stefan Schmidt <ste...@osg.samsung.com>
> Date:   Tue Feb 14 21:33:33 2017 +0100
> 
>     efl: add since tag to new invalid object error type
> ---
>  src/lib/efl/Efl_Model_Common.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/lib/efl/Efl_Model_Common.h b/src/lib/efl/Efl_Model_Common.h
> index 6a8c94a..5c565c6 100644
> --- a/src/lib/efl/Efl_Model_Common.h
> +++ b/src/lib/efl/Efl_Model_Common.h
> @@ -10,7 +10,7 @@ EAPI extern Eina_Error EFL_MODEL_ERROR_READ_ONLY;
>  EAPI extern Eina_Error EFL_MODEL_ERROR_INIT_FAILED;
>  EAPI extern Eina_Error EFL_MODEL_ERROR_INCORRECT_VALUE;
>  EAPI extern Eina_Error EFL_MODEL_ERROR_PERMISSION_DENIED;
> -EAPI extern Eina_Error EFL_MODEL_ERROR_INVALID_OBJECT;
> +EAPI extern Eina_Error EFL_MODEL_ERROR_INVALID_OBJECT; /**< @since 1.19 */
>  
>  /**
>   * @struct _Efl_Model_Children_Event
> 
> -- 
> 
> 


-- 
------------- 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