devilhorns pushed a commit to branch master.

commit a85a196e4adc747068ff8c64a049e9d0379f0d1a
Author: Chris Michael <[email protected]>
Date:   Tue May 21 11:43:00 2013 +0100

    deprecate badly named ecore_wl_dnd_drag_start function.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/ecore_wayland/Ecore_Wayland.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/lib/ecore_wayland/Ecore_Wayland.h 
b/src/lib/ecore_wayland/Ecore_Wayland.h
index b9f9315..b947eb7 100644
--- a/src/lib/ecore_wayland/Ecore_Wayland.h
+++ b/src/lib/ecore_wayland/Ecore_Wayland.h
@@ -636,7 +636,11 @@ EAPI void ecore_wl_window_parent_set(Ecore_Wl_Window *win, 
Ecore_Wl_Window *pare
 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);
 EAPI Ecore_Wl_Dnd *ecore_wl_dnd_get();
-EAPI Eina_Bool ecore_wl_dnd_start_drag();
+
+/**
+ * @deprecated use ecore_wl_dnd_drag_start
+ */
+EINA_DEPRECATED EAPI Eina_Bool ecore_wl_dnd_start_drag();
 EAPI Eina_Bool ecore_wl_dnd_selection_has_owner(Ecore_Wl_Dnd *dnd);
 
 /**

-- 

------------------------------------------------------------------------------
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