From aae9ec96a67142a149a2f64ea68918a2022ab490 Mon Sep 17 00:00:00 2001 From: Tae-Hwan Kim Date: Wed, 19 Jun 2013 13:25:22 +0900 Subject: [PATCH] Fix for desktop build - Remove dlog dependency completely - Remove EXPORT_API macro in the header. This is only needed for building and not needed to be exported for users. - Feature out the cutlink for desktop build Conflicts: src/include/efl_assist_cutlink.h src/lib/CMakeLists.txt src/lib/efl_assist_cutlink.c Change-Id: I8293b4ccd593fc5cd309f53121bc62ab725d2d93 --- src/include/efl_assist_editfield.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/efl_assist_editfield.h b/src/include/efl_assist_editfield.h index 34d3476..2c96f60 100644 --- a/src/include/efl_assist_editfield.h +++ b/src/include/efl_assist_editfield.h @@ -88,7 +88,7 @@ Evas_Object *ea_editfield_add(Evas_Object *parent, Ea_Editfield_Type type); * EINA_FALSE : the clear button will be shown or hidden automatically * */ -EXPORT_API void ea_editfield_clear_button_disabled_set(Evas_Object *obj, Eina_Bool disable); +void ea_editfield_clear_button_disabled_set(Evas_Object *obj, Eina_Bool disable); /** * @brief Get the disabled state of the clear button. @@ -104,7 +104,7 @@ EXPORT_API void ea_editfield_clear_button_disabled_set(Evas_Object *obj, Eina_Bo * @return return the disabled state of the clear button * */ -EXPORT_API Eina_Bool ea_editfield_clear_button_disabled_get(Evas_Object *obj); +Eina_Bool ea_editfield_clear_button_disabled_get(Evas_Object *obj); /** * @} -- 2.7.4