Fix for desktop build
authorTae-Hwan Kim <the81.kim@samsung.com>
Wed, 19 Jun 2013 04:25:22 +0000 (13:25 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 27 Jun 2013 06:12:42 +0000 (15:12 +0900)
- 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

index 34d3476..2c96f60 100644 (file)
@@ -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);
 
 /**
  * @}