ecore-wl2: Move ecore_wl2_display_terminate to be internal

This function is unused outside of EFL, so it can be made internal

ref T8013
This commit is contained in:
Chris Michael 2020-01-21 10:07:34 -05:00
parent 87be474bb5
commit e34b338f71
2 changed files with 14 additions and 14 deletions

View File

@ -550,20 +550,6 @@ EAPI Ecore_Wl2_Display *ecore_wl2_display_connect(const char *name);
*/
EAPI void ecore_wl2_display_disconnect(Ecore_Wl2_Display *display);
/**
* Terminate a Wayland display's main loop
*
* @brief This function is typically used by servers to terminate the
* Wayland display main loop. This is usually only called when a server
* encounters an error.
*
* @param display The Ecore_Wl2_Display to terminate
*
* @ingroup Ecore_Wl2_Display_Group
* @since 1.17
*/
EAPI void ecore_wl2_display_terminate(Ecore_Wl2_Display *display);
/**
* Retrieve the existing Wayland display
*

View File

@ -565,6 +565,20 @@ EAPI void ecore_wl2_window_aux_hint_change(Ecore_Wl2_Window *window, int id, con
*/
EAPI void ecore_wl2_window_aux_hint_del(Ecore_Wl2_Window *window, int id);
/**
* Terminate a Wayland display's main loop
*
* @brief This function is typically used by servers to terminate the
* Wayland display main loop. This is usually only called when a server
* encounters an error.
*
* @param display The Ecore_Wl2_Display to terminate
*
* @ingroup Ecore_Wl2_Display_Group
* @since 1.17
*/
EAPI void ecore_wl2_display_terminate(Ecore_Wl2_Display *display);
# undef EAPI
# define EAPI