Mark EFL_MAIN and EFL_MAIN_EX macros as stable

They no longer require EFL_BETA_API_SUPPORT to be defined.
This commit is contained in:
Xavi Artigas 2019-02-14 17:09:23 +01:00
parent 9ed59b8002
commit 751ff0ed06
2 changed files with 0 additions and 7 deletions

View File

@ -87,8 +87,6 @@ EAPI unsigned int ecore_init_ex(int argc, char **argv);
*/
EAPI unsigned int ecore_shutdown_ex(void);
#ifdef EFL_BETA_API_SUPPORT
/**
* @brief Inform EFL of the version this application was built for.
*
@ -97,7 +95,6 @@ EAPI unsigned int ecore_shutdown_ex(void);
* @since 1.18 (as beta)
*/
EWAPI void efl_build_version_set(int vmaj, int vmin, int vmic, int revision, const char *flavor, const char *build_id);
#endif
/**
* @}

View File

@ -31,8 +31,6 @@
# define __EFL_NET(...)
#endif
#ifdef EFL_BETA_API_SUPPORT
// This file is designed to be included again and again
// so cleanup last inclusion before generating this one.
#undef _EFL_VERSION_MICRO
@ -127,5 +125,3 @@
ecore_shutdown(); \
return real__; \
}
#endif /* EFL_BETA_API_SUPPORT */