From e187f38dd9b23151222b6ecfb9e951fcb7fb8dbb Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 14 Jun 2016 15:59:13 +0200 Subject: [PATCH] ecore_con: switch from EO to BETA API This is not ready yet and still considered beta. --- src/lib/ecore_con/Ecore_Con.h | 10 +++++----- src/lib/ecore_con/Ecore_Con_Eet.h | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lib/ecore_con/Ecore_Con.h b/src/lib/ecore_con/Ecore_Con.h index 8eea8f9602..d298ccf892 100644 --- a/src/lib/ecore_con/Ecore_Con.h +++ b/src/lib/ecore_con/Ecore_Con.h @@ -268,7 +268,7 @@ typedef void (*Ecore_Con_Dns_Cb)(const char *canonname, #ifndef EFL_NOLEGACY_API_SUPPORT #include "Ecore_Con_Legacy.h" #endif -#ifdef EFL_EO_API_SUPPORT +#ifdef EFL_BETA_API_SUPPORT #include "Ecore_Con_Eo.h" #endif @@ -362,7 +362,7 @@ typedef struct _Ecore_Con_Event_Server_Write Ecore_Con_Event_Server_Write; */ typedef struct _Ecore_Con_Event_Proxy_Bind Ecore_Con_Event_Proxy_Bind; -#ifdef EFL_EO_API_SUPPORT +#ifdef EFL_BETA_API_SUPPORT /** * @typedef Efl_Network_Event_Url_Data * Used as the @p data param for the corresponding event @@ -386,7 +386,7 @@ typedef struct _Ecore_Con_Event_Url_Data Ecore_Con_Event_Url_Data; */ typedef struct _Ecore_Con_Event_Url_Complete Ecore_Con_Event_Url_Complete; -#ifdef EFL_EO_API_SUPPORT +#ifdef EFL_BETA_API_SUPPORT /** * @typedef Efl_Network_Event_Url_Complete * Used as the @p data param for the corresponding event @@ -403,7 +403,7 @@ typedef struct _Ecore_Con_Event_Url_Complete Efl_Network_Event_Url_Complete; */ typedef struct _Ecore_Con_Event_Url_Progress Ecore_Con_Event_Url_Progress; -#ifdef EFL_EO_API_SUPPORT +#ifdef EFL_BETA_API_SUPPORT /** * @typedef Efl_Network_Event_Url_Progress * Used as the @p data param for the corresponding event @@ -544,7 +544,7 @@ struct _Ecore_Con_Event_Proxy_Bind int port; /**< the proxy-bound port */ }; -#ifdef EFL_EO_API_SUPPORT +#ifdef EFL_BETA_API_SUPPORT /** * @struct _Efl_Network_Event_Url_Data * Used as the @p data param for the @ref EFL_NETWORK_EVENT_URL_DATA event diff --git a/src/lib/ecore_con/Ecore_Con_Eet.h b/src/lib/ecore_con/Ecore_Con_Eet.h index 38d59bedbf..d1bc80a583 100644 --- a/src/lib/ecore_con/Ecore_Con_Eet.h +++ b/src/lib/ecore_con/Ecore_Con_Eet.h @@ -84,7 +84,7 @@ typedef Eina_Bool (*Ecore_Con_Eet_Server_Cb)(void *data, Ecore_Con_Reply *reply, #ifndef EFL_NOLEGACY_API_SUPPORT #include "Ecore_Con_Eet_Legacy.h" #endif -#ifdef EFL_EO_API_SUPPORT +#ifdef EFL_BETA_API_SUPPORT #include "Ecore_Con_Eet_Eo.h" #endif