e_comp_screen: Change api name 25/308025/2
authorJunkyeong Kim <jk0430.kim@samsung.com>
Fri, 15 Mar 2024 08:50:58 +0000 (17:50 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Fri, 15 Mar 2024 08:57:03 +0000 (08:57 +0000)
Change-Id: Ifa6f5e05d839f90082011bb3d5b6ae275a0f0174

src/bin/e_comp_screen.c
src/include/e_comp_screen.h

index db5d4c4..8280792 100644 (file)
@@ -1827,7 +1827,7 @@ e_comp_screen_debug_info_get(Eldbus_Message_Iter *iter)
 }
 
 E_API Eina_List *
-e_comp_screen_e_outputs_get(E_Comp_Screen *e_comp_screen)
+e_comp_screen_outputs_get(E_Comp_Screen *e_comp_screen)
 {
    EINA_SAFETY_ON_NULL_RETURN_VAL(e_comp_screen, NULL);
 
index 9708083..1cd7f6e 100644 (file)
@@ -45,6 +45,6 @@ E_API Eina_Bool  e_comp_screen_rotation_setting_set(E_Comp_Screen *e_comp_screen
 E_API void       e_comp_screen_rotation_ignore_output_transform_send(E_Client *ec, Eina_Bool ignore);
 E_API Eina_Bool  e_comp_screen_available_video_formats_get(const tbm_format **formats, int *count);
 E_API void       e_comp_screen_keymap_set(struct xkb_context **ctx, struct xkb_keymap **map);
-E_API Eina_List *e_comp_screen_e_outputs_get(E_Comp_Screen *e_comp_screen);
+E_API Eina_List *e_comp_screen_outputs_get(E_Comp_Screen *e_comp_screen);
 
 #endif /*E_COMP_SCREEN_H*/