stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=47e6037a8bb5035899b2c5892b468254de7502ea

commit 47e6037a8bb5035899b2c5892b468254de7502ea
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Fri Aug 12 22:29:49 2016 +0900

    efl api release - fix exposing of eo api types for elm fileselector
---
 src/lib/elementary/elc_fileselector_common.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elementary/elc_fileselector_common.h 
b/src/lib/elementary/elc_fileselector_common.h
index e3647f0..c20e2a3 100644
--- a/src/lib/elementary/elc_fileselector_common.h
+++ b/src/lib/elementary/elc_fileselector_common.h
@@ -1,7 +1,7 @@
 typedef Eina_Bool (*Elm_Fileselector_Filter_Func)(const char *path, /**< File 
path */
                                                   Eina_Bool dir, /**< A flag 
to show if path is a directory or not. True if the path is a directory. */
                                                   void *data /**< A user data 
that was given by elm_fileselector_custom_filter_append. */);
-
+#ifdef EFL_EO_API_SUPPORT
 EAPI extern Eina_Error ELM_FILESELECTOR_ERROR_UNKNOWN;
 EAPI extern Eina_Error ELM_FILESELECTOR_ERROR_INVALID_MODEL;
-
+#endif

-- 


Reply via email to