tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8c567bbb1702857d756a73c9aa0489828ffe50f5

commit 8c567bbb1702857d756a73c9aa0489828ffe50f5
Author: Tom Hacohen <t...@stosb.com>
Date:   Mon Mar 7 10:25:01 2016 +0000

    Eo: Update documentation according to the event cb changes.
---
 src/lib/eo/Eo.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h
index 51b253f..a163e2a 100644
--- a/src/lib/eo/Eo.h
+++ b/src/lib/eo/Eo.h
@@ -161,9 +161,7 @@ typedef struct _Eo_Event Eo_Event;
  * An event callback prototype.
  *
  * @param data The user data registered with the callback.
- * @param obj The object which initiated the event.
- * @param desc The event's description.
- * @param event_info additional data passed with the event.
+ * @param event the object's event structure and information. @see Eo_Event
  * @return #EO_CALLBACK_STOP to stop calling additional callbacks for the 
event, #EO_CALLBACK_CONTINUE to continue.
  */
 typedef Eina_Bool (*Eo_Event_Cb)(void *data, const Eo_Event *event);

-- 


Reply via email to