diff options
author | Christopher Michael <cp.michael@samsung.com> | 2019-06-11 09:36:05 -0400 |
---|---|---|
committer | Christopher Michael <cp.michael@samsung.com> | 2019-06-11 09:48:48 -0400 |
commit | 39bc89256a1781d32d31ec8936649f8e316a0d92 (patch) | |
tree | acafce77479e7ca851dc6fd0b3c6d88de9aa78fd | |
parent | 56d7f22b51a8f8a18c09031d72a946d306c37751 (diff) | |
download | efl-39bc89256a1781d32d31ec8936649f8e316a0d92.tar.gz |
ecore-wl2: Add missing doxygen for ecore_wl2_window_display_get
ref T8014
-rw-r--r-- | src/lib/ecore_wl2/Ecore_Wl2.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h index d2fc4048d1..3d435bf811 100644 --- a/src/lib/ecore_wl2/Ecore_Wl2.h +++ b/src/lib/ecore_wl2/Ecore_Wl2.h @@ -1225,7 +1225,16 @@ EAPI void ecore_wl2_window_popup_input_set(Ecore_Wl2_Window *window, Ecore_Wl2_I */ EAPI Eina_Bool ecore_wl2_window_shell_surface_exists(Ecore_Wl2_Window *win); -/** @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); /** |