ecore-wl2: Add missing doxygen for ecore_wl2_window_resizing_get

function

ref T8014
This commit is contained in:
Christopher Michael 2019-06-26 10:00:00 -04:00
parent 9247b5aac3
commit e962e6be4f
1 changed files with 10 additions and 0 deletions

View File

@ -1943,6 +1943,16 @@ EAPI void ecore_wl2_window_buffer_attach(Ecore_Wl2_Window *win, void *buffer, in
*/
EAPI void ecore_wl2_display_flush(Ecore_Wl2_Display *display);
/**
* Get if a given window is resizing
*
* @param window
*
* @return EINA_TRUE if resizing, EINA_FALSE otherwise
*
* @ingroup Ecore_Wl2_Window_Group
* @since 1.21
*/
EAPI Eina_Bool ecore_wl2_window_resizing_get(Ecore_Wl2_Window *window);
/**