Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore
Modified Files:
Tag: SPLIT
ecore_events.c
Log Message:
doc doc doc doc.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore/Attic/ecore_events.c,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -3 -r1.1.2.9 -r1.1.2.10
--- ecore_events.c 27 Feb 2003 01:58:10 -0000 1.1.2.9
+++ ecore_events.c 5 Mar 2003 22:40:26 -0000 1.1.2.10
@@ -129,7 +129,7 @@
* to the queue for processing by event handlers added by
* ecore_event_handler_add(). The @p ev parameter will be a pointer to the event
* private data that is specific to that event type. When the event is no
- * longer needed, @p func_Free will be called and passed the private sructure
+ * longer needed, @p func_free will be called and passed the private sructure
* pointer for cleaning up. If @p func_free is NULL, nothnig will be called.
* This function is passed @p data as its data parameter.
* <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
@@ -149,7 +149,7 @@
* @param event The event handle to delete
* @return The data pointer originally set for the event free function
*
- * This deleted the event @p event from the event queue, and returns the
+ * This deletes the event @p event from the event queue, and returns the
* @p data parameer originally set when adding it with ecore_event_add(). This
* does not immediately call the free function, and it may be called later on
* cleanup, and so if the free function depends on the data pointer to work,
@@ -198,9 +198,9 @@
* This adds a filter to call callbacks to loop through the event queue and
* filter events out of the queue. On failure NULL is returned. On success a
* Filter handle is returned. Filters are called on the queue just before
- * Event handler processing to try and remoe redundant events. Just as
+ * Event handler processing to try and remove redundant events. Just as
* processing starts @p func_start is called and passed the @p data pointer.
- * This function returned a pointer to loop_data that is now passed to
+ * This function returns a pointer that is used as loop_data that is now passed to
* @p func_filter as loop_data. @p func_filter is also passed @p data and the
* event type and private event structure. If this callback returns 0, the
* event is removed from the queue. If it returns 1, the event is kept. When
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs