Hi Tom & q66,

Is there any chance we could get rid of the 2 in Eo_Event2 as well?

I mean this, in Eo.h:

/** XXX: Hack until fixed in Eolian */
typedef struct _Eo_Event Eo_Event2;

and its eo counterpart:

/* XXX: Hack until Eolian is ready. */
type @extern Eo.Event_Cb: __builtin_event_cb;


Thanks,


On 4 March 2016 at 23:30, Tom Hacohen <t...@stosb.com> wrote:

> tasn pushed a commit to branch master.
>
>
> http://git.enlightenment.org/core/efl.git/commit/?id=0c03ba0a5df38ddfc92a877c47e44f449b912939
>
> commit 0c03ba0a5df38ddfc92a877c47e44f449b912939
> Author: Tom Hacohen <t...@stosb.com>
> Date:   Fri Mar 4 14:24:20 2016 +0000
>
>     Eo: Remove more deprecated functions.
> ---
>  src/lib/eo/Eo.h | 8 --------
>  1 file changed, 8 deletions(-)
>
> diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h
> index 57d1c12..de129fc 100644
> --- a/src/lib/eo/Eo.h
> +++ b/src/lib/eo/Eo.h
> @@ -999,14 +999,6 @@ EAPI const Eo_Event_Description
> *eo_base_legacy_only_event_description_get(const
>   * @}
>   */
>
> -/* XXX: Deprecated, here for compat, DO NOT USE */
> -EINA_DEPRECATED static inline const Eo_Event_Description*
> _EO_EV_CALLBACK_ADD(void) { return EO_BASE_EVENT_CALLBACK_ADD; }
> -EINA_DEPRECATED static inline const Eo_Event_Description*
> _EO_EV_CALLBACK_DEL(void) { return EO_BASE_EVENT_CALLBACK_DEL; }
> -EINA_DEPRECATED static inline const Eo_Event_Description*
> _EO_EV_DEL(void) { return EO_BASE_EVENT_DEL; }
> -#define EO_EV_CALLBACK_ADD _EO_EV_CALLBACK_ADD()
> -#define EO_EV_CALLBACK_DEL _EO_EV_CALLBACK_DEL()
> -#define EO_EV_DEL _EO_EV_DEL()
> -
>  /**
>   * @}
>   */
>
> --
>
> --
> Jean-Philippe André
>
>
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://makebettercode.com/inteldaal-eval
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to