stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=7da7c8be3a2aa70d5817a2281a2df6f01a46ec32

commit 7da7c8be3a2aa70d5817a2281a2df6f01a46ec32
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Thu Aug 7 11:34:41 2014 +0200

    ecore_evas: Add missing since for new ecore_evas_cursor_unset()
    
    Added this cycle. Also with a typo and some trailing whitespaces while
    looking at it.
---
 src/lib/ecore_evas/Ecore_Evas.h | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h
index 55eaae7..c70dff3 100644
--- a/src/lib/ecore_evas/Ecore_Evas.h
+++ b/src/lib/ecore_evas/Ecore_Evas.h
@@ -1966,15 +1966,16 @@ EAPI void        
ecore_evas_object_cursor_set(Ecore_Evas *ee, Evas_Object *obj,
 /**
  * @brief Unset the Ecore_Evas cursor
  *
- * @param ee The Ecore_Evas to uset the cursor.
+ * @param ee The Ecore_Evas to unset the cursor.
  *
- * This function unsets the cursor from the Ecore_Evas, and returns the cursor 
- * object. If the cursor was set from ecore_evas_cursor_set(), this function 
- * returns the image. In this case, the image should be deleted when it is 
+ * This function unsets the cursor from the Ecore_Evas, and returns the cursor
+ * object. If the cursor was set from ecore_evas_cursor_set(), this function
+ * returns the image. In this case, the image should be deleted when it is
  * no longer needed.
  *
  * @see ecore_evas_cursor_set()
  * @see ecore_evas_object_cursor_set()
+ * @since 1.11
  */
 EAPI Evas_Object*        ecore_evas_cursor_unset(Ecore_Evas *ee);
 

-- 


Reply via email to