devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3b23496c1cc4ffb5e0be24a404a70b116338bef4

commit 3b23496c1cc4ffb5e0be24a404a70b116338bef4
Author: Christopher Michael <[email protected]>
Date:   Tue Jun 11 09:45:08 2019 -0400

    ecore-wl2: Add doxygen for ecore_wl2_input_seat_get
    
    ref T8014
---
 src/lib/ecore_wl2/Ecore_Wl2.h | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h
index 3d435bf811..90ed94450c 100644
--- a/src/lib/ecore_wl2/Ecore_Wl2.h
+++ b/src/lib/ecore_wl2/Ecore_Wl2.h
@@ -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);
 
 /**

-- 


Reply via email to