From ea416dcb01099ade8f37c9704321cf22063ca68b Mon Sep 17 00:00:00 2001 From: Gwanglim Lee Date: Mon, 14 Jan 2019 17:36:27 +0900 Subject: [PATCH] fixed codes to use E_API instead of EAPI. Change-Id: I6eb0864b2a7951019e006c8a99a2670687cf775e --- src/bin/e_comp_wl_rsm.c | 8 ++++---- src/bin/e_comp_wl_rsm.h | 16 ++++++++-------- src/bin/e_input_device.c | 2 +- src/bin/e_input_evdev.c | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/bin/e_comp_wl_rsm.c b/src/bin/e_comp_wl_rsm.c index bb189b1..66679cf 100644 --- a/src/bin/e_comp_wl_rsm.c +++ b/src/bin/e_comp_wl_rsm.c @@ -3609,7 +3609,7 @@ _e_comp_wl_remote_surface_subsurface_commit(E_Comp_Wl_Remote_Provider *parent_pr } #endif /* HAVE_REMOTE_SURFACE */ -EAPI E_Client* +E_API E_Client* e_comp_wl_remote_surface_bound_provider_ec_get(E_Client *ec) { #ifdef HAVE_REMOTE_SURFACE @@ -3689,7 +3689,7 @@ e_comp_wl_remote_surface_commit(E_Client *ec) #endif /* HAVE_REMOTE_SURFACE */ } -EAPI void +E_API void e_comp_wl_remote_surface_image_save(E_Client *ec) { #ifdef HAVE_REMOTE_SURFACE @@ -3711,7 +3711,7 @@ end: #endif /* HAVE_REMOTE_SURFACE */ } -EAPI void +E_API void e_comp_wl_remote_surface_image_save_skip_set(E_Client *ec, Eina_Bool set) { if (!e_config->save_win_buffer) return; @@ -3720,7 +3720,7 @@ e_comp_wl_remote_surface_image_save_skip_set(E_Client *ec, Eina_Bool set) ec->skip_save_img = set; } -EAPI Eina_Bool +E_API Eina_Bool e_comp_wl_remote_surface_image_save_skip_get(E_Client *ec) { if (e_object_is_del(E_OBJECT(ec))) return EINA_FALSE; diff --git a/src/bin/e_comp_wl_rsm.h b/src/bin/e_comp_wl_rsm.h index 83d60af..29e3e38 100644 --- a/src/bin/e_comp_wl_rsm.h +++ b/src/bin/e_comp_wl_rsm.h @@ -4,14 +4,14 @@ typedef struct _E_Event_Remote_Surface_Provider E_Event_Remote_Surface_Provider; # ifndef E_COMP_WL_RSM_H # define E_COMP_WL_RSM_H -EINTERN void e_comp_wl_remote_surface_init(void); -EINTERN void e_comp_wl_remote_surface_shutdown(void); -EINTERN Eina_Bool e_comp_wl_remote_surface_commit(E_Client *ec); -EAPI void e_comp_wl_remote_surface_image_save(E_Client *ec); -EAPI void e_comp_wl_remote_surface_image_save_skip_set(E_Client *ec, Eina_Bool set); -EAPI Eina_Bool e_comp_wl_remote_surface_image_save_skip_get(E_Client *ec); -EINTERN void e_comp_wl_remote_surface_debug_info_get(Eldbus_Message_Iter *iter); -EAPI E_Client* e_comp_wl_remote_surface_bound_provider_ec_get(E_Client *ec); +EINTERN void e_comp_wl_remote_surface_init(void); +EINTERN void e_comp_wl_remote_surface_shutdown(void); +EINTERN Eina_Bool e_comp_wl_remote_surface_commit(E_Client *ec); +E_API void e_comp_wl_remote_surface_image_save(E_Client *ec); +E_API void e_comp_wl_remote_surface_image_save_skip_set(E_Client *ec, Eina_Bool set); +E_API Eina_Bool e_comp_wl_remote_surface_image_save_skip_get(E_Client *ec); +EINTERN void e_comp_wl_remote_surface_debug_info_get(Eldbus_Message_Iter *iter); +E_API E_Client *e_comp_wl_remote_surface_bound_provider_ec_get(E_Client *ec); E_API extern int E_EVENT_REMOTE_SURFACE_PROVIDER_VISIBILITY_CHANGE; diff --git a/src/bin/e_input_device.c b/src/bin/e_input_device.c index 89aba27..a5b0d6c 100644 --- a/src/bin/e_input_device.c +++ b/src/bin/e_input_device.c @@ -1171,7 +1171,7 @@ e_input_devices_get(void) return einput_devices; } -EAPI Eina_Bool +E_API Eina_Bool e_input_device_mouse_accel_speed_set(E_Input_Device *dev, double speed) { E_Input_Seat *seat = NULL; diff --git a/src/bin/e_input_evdev.c b/src/bin/e_input_evdev.c index 76e9ae0..9b38eb1 100644 --- a/src/bin/e_input_evdev.c +++ b/src/bin/e_input_evdev.c @@ -1561,7 +1561,7 @@ e_input_evdev_touch_calibration_set(E_Input_Evdev *edev, float matrix[6]) return EINA_TRUE; } -EAPI Eina_Bool +EINTERN Eina_Bool e_input_evdev_mouse_accel_speed_set(E_Input_Evdev *edev, double speed) { EINA_SAFETY_ON_NULL_RETURN_VAL(edev, EINA_FALSE); -- 2.7.4