devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7fb55f5789211601a6307c31f2f92abfa548206a
commit 7fb55f5789211601a6307c31f2f92abfa548206a Author: Chris Michael <[email protected]> Date: Tue Oct 13 14:24:56 2015 -0400 ecore-wl2: Add doxy group for output functions Signed-off-by: Chris Michael <[email protected]> --- src/lib/ecore_wl2/Ecore_Wl2.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h index d992696..ffd6755 100644 --- a/src/lib/ecore_wl2/Ecore_Wl2.h +++ b/src/lib/ecore_wl2/Ecore_Wl2.h @@ -164,6 +164,9 @@ EAPI extern int ECORE_WL2_EVENT_WINDOW_CONFIGURE; * @li @ref Ecore_Wl2_Init_Group * @li @ref Ecore_Wl2_Display_Group * @li @ref Ecore_Wl2_Window_Group + * @li @ref Ecore_Wl2_Output_Group + * @li @ref Ecore_Wl2_Dnd_Group + * @li @ref Ecore_Wl2_Input_Group * @li @ref Ecore_Wl2_Subsurface_Group */ @@ -544,9 +547,25 @@ EAPI void ecore_wl2_window_cursor_from_name_set(Ecore_Wl2_Window *window, const /* TODO: doxy */ EAPI void ecore_wl2_window_type_set(Ecore_Wl2_Window *window, Ecore_Wl2_Window_Type type); +/** + * @defgroup Ecore_Wl2_Input_Group Wayland Library Input Functions + * @ingroup Ecore_Wl2_Group + * + * Functions that deal with creating, destroying, or interacting with + * Wayland Input + */ + /* TODO: doxy */ EAPI Ecore_Wl2_Input *ecore_wl2_window_input_get(Ecore_Wl2_Window *window); +/** + * @defgroup Ecore_Wl2_Output_Group Wayland Library Drag-n-Drop Functions + * @ingroup Ecore_Wl2_Group + * + * Functions that deal with creating, destroying, or interacting with + * Wayland Drag-n-Drop + */ + /* TODO: doxy */ EAPI void ecore_wl2_dnd_drag_types_set(Ecore_Wl2_Input *input, const char **types); @@ -712,6 +731,14 @@ EAPI void ecore_wl2_subsurface_sync_set(Ecore_Wl2_Subsurface *subsurface, Eina_B EAPI void ecore_wl2_subsurface_opaque_region_set(Ecore_Wl2_Subsurface *subsurface, int x, int y, int w, int h); /** + * @defgroup Ecore_Wl2_Output_Group Wayland Library Output Functions + * @ingroup Ecore_Wl2_Group + * + * Functions that deal with creating, destroying, or interacting with + * Wayland Outputs + */ + +/** * Return the DPI of a given output * * This is a simplistic call to get DPI. It does not account for differing --
