e_output: change EINTERN to E_API 44/293744/1 accepted/tizen/unified/20230605.170338
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 2 Jun 2023 08:37:59 +0000 (17:37 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 2 Jun 2023 08:40:56 +0000 (17:40 +0900)
Change-Id: I53e4073ffb95b6ec895bc81320b9dd20c78329fd

src/bin/e_output.c
src/bin/e_output.h

index dc46215..2e51b67 100644 (file)
@@ -3380,7 +3380,7 @@ e_output_default_fb_target_get(E_Output *output)
    return NULL;
 }
 
-EINTERN E_Output *
+E_API E_Output *
 e_output_find_by_index(int index)
 {
    E_Output *output;
index 791a21f..94c74ba 100644 (file)
@@ -247,7 +247,7 @@ EINTERN void              e_output_norender_pop(E_Output *output);
 EINTERN int               e_output_norender_get(E_Output *output);
 
 E_API E_Output          * e_output_find(const char *id);
-EINTERN E_Output        * e_output_find_by_index(int index);
+E_API E_Output        * e_output_find_by_index(int index);
 E_API const Eina_List   * e_output_planes_get(E_Output *output);
 EINTERN void              e_output_util_planes_print(void);
 EINTERN Eina_Bool         e_output_is_fb_composing(E_Output *output);