From 2e6908f619fe3e32dc0e36b985c9c3584a1e34f1 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 11 Jun 2019 09:36:05 -0400 Subject: [PATCH] ecore-wl2: Add missing doxygen for ecore_wl2_window_display_get ref T8014 --- src/lib/ecore_wl2/Ecore_Wl2.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h index a6bd9a6..e19d83b 100644 --- a/src/lib/ecore_wl2/Ecore_Wl2.h +++ b/src/lib/ecore_wl2/Ecore_Wl2.h @@ -1528,7 +1528,16 @@ EAPI Eina_Bool ecore_wl2_window_shell_surface_exists(Ecore_Wl2_Window *win); EAPI struct zxdg_surface_v6 *ecore_wl2_window_shell_surface_get(Ecore_Wl2_Window *window); // -/** @since 1.17 */ +/** + * Get which display a given window is using + * + * @param window The window to get the display of + * + * @return The Ecore_Wl2_Display that this window is using, or NULL otherwise + * + * @ingroup Ecore_Wl2_Window_Group + * @since 1.17 + */ EAPI Ecore_Wl2_Display *ecore_wl2_window_display_get(const Ecore_Wl2_Window *window); /** -- 2.7.4