ecore-wl2: Add doxygen for ecore_wl2_input_seat_get

ref T8014
This commit is contained in:
Christopher Michael 2019-06-11 09:45:08 -04:00
parent 39bc89256a
commit 3b23496c1c
1 changed files with 10 additions and 2 deletions

View File

@ -1302,8 +1302,16 @@ EAPI Eina_Bool ecore_wl2_window_floating_mode_get(Ecore_Wl2_Window *window);
* Wayland Input
*/
/* TODO: doxy */
/** @since 1.17 */
/**
* Get the wl_seat that an input is using
*
* @param input The Ecore_Wl2_Input to get the seat of
*
* @return The wl_seat of this input, or NULL otherwise
*
* @ingroup Ecore_Wl2_Input_Group
* @since 1.17
*/
EAPI struct wl_seat *ecore_wl2_input_seat_get(Ecore_Wl2_Input *input);
/**