ecore-wayland: Deprecate Ecore_Wayland library

This patch deprecates the Ecore_Wayland library with a warning to not
use it. This (imo) is a better method of deprecation rather than
adding EINA_DEPRECATED to every function.

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
This commit is contained in:
Chris Michael 2016-05-03 08:35:48 -04:00
parent ab3058d342
commit 89b955db51
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@
# define EAPI
# endif
# warning The Ecore_Wayland library has been deprecated. Please use the Ecore_Wl2 library
#ifdef __cplusplus
extern "C" {
#endif