devilhorns pushed a commit to branch master.

commit 09a3290c549bbf33b3dbe63b64b28eaac6732355
Author: Chris Michael <[email protected]>
Date:   Tue May 21 11:50:15 2013 +0100

    Define Ecore_Wl_Input_Group and Ecore_Wl_Dnd_Group for doxy
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/ecore_wayland/Ecore_Wayland.h | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/src/lib/ecore_wayland/Ecore_Wayland.h 
b/src/lib/ecore_wayland/Ecore_Wayland.h
index cf15fa2..612a25e 100644
--- a/src/lib/ecore_wayland/Ecore_Wayland.h
+++ b/src/lib/ecore_wayland/Ecore_Wayland.h
@@ -349,6 +349,8 @@ struct _Ecore_Wl_Event_Interfaces_Bound
  * @li @ref Ecore_Wl_Display_Group
  * @li @ref Ecore_Wl_Flush_Group
  * @li @ref Ecore_Wl_Window_Group
+ * @li @ref Ecore_Wl_Input_Group
+ * @li @ref Ecore_Wl_Dnd_Group
  */
 
 EAPI extern int ECORE_WL_EVENT_MOUSE_IN;
@@ -486,6 +488,13 @@ EAPI void ecore_wl_display_iterate(void);
  */
 EAPI struct wl_cursor *ecore_wl_cursor_get(const char *cursor_name);
 
+/**
+ * @defgroup Ecore_Wl_Input_Group Functions dealing with Wayland Input
+ * @ingroup Ecore_Wl_Group
+ *
+ * Functions to interface with Wayland Input
+ */
+
 EAPI void ecore_wl_input_grab(Ecore_Wl_Input *input, Ecore_Wl_Window *win, 
unsigned int button);
 EAPI void ecore_wl_input_ungrab(Ecore_Wl_Input *input);
 EAPI void ecore_wl_input_pointer_set(Ecore_Wl_Input *input, struct wl_surface 
*surface, int hot_x, int hot_y);
@@ -632,6 +641,13 @@ EAPI void 
ecore_wl_window_cursor_from_name_set(Ecore_Wl_Window *win, const char
 EAPI void ecore_wl_window_cursor_default_restore(Ecore_Wl_Window *win);
 EAPI void ecore_wl_window_parent_set(Ecore_Wl_Window *win, Ecore_Wl_Window 
*parent);
 
+/**
+ * @defgroup Ecore_Wl_Dnd_Group Functions dealing with Wayland Drag-n-Drop
+ * @ingroup Ecore_Wl_Group
+ *
+ * Functions to interface with Wayland Drag-n-Drop
+ */
+
 /** @since 1.7 */
 EAPI Eina_Bool ecore_wl_dnd_set_selection(Ecore_Wl_Dnd *dnd, const char 
**types_offered);
 EAPI Eina_Bool ecore_wl_dnd_get_selection(Ecore_Wl_Dnd *dnd, const char *type);

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may

Reply via email to