From 02721540072c8b0d98e7deb2bb0265e6c6b62079 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 13 Oct 2015 14:35:02 -0400 Subject: [PATCH] ecore-wl2: Add doxygen group for Subsurface functions Signed-off-by: Chris Michael --- src/lib/ecore_wl2/Ecore_Wl2.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h index f829e3a758..df5237ca12 100644 --- a/src/lib/ecore_wl2/Ecore_Wl2.h +++ b/src/lib/ecore_wl2/Ecore_Wl2.h @@ -596,6 +596,20 @@ EAPI Eina_Bool ecore_wl2_dnd_selection_get(Ecore_Wl2_Input *input, const char *t /* TODO: doxy */ EAPI Eina_Bool ecore_wl2_dnd_selection_clear(Ecore_Wl2_Input *input); +/** + * @defgroup Ecore_Wl2_Subsurface_Group Functions to manipulate subsurfaces. + * @ingroup Ecore_Wl2_Group + * + * Functions to manipulate wayland subsurfaces, using Ecore_Wl2_Subsurface. + * + * This API is intended to expose Wayland subsurface functionality, although it + * should not be necessary for most applications to use it, as soon as we have + * means to make Evas automatically switch Evas images to use subsurfaces. + * + * It can/should be used, for instance, when subsurfaces are needed to be not + * in sync with the main window surface. + */ + /** * Create and return a new subsurface. *