patch from julian - fix typos in docs.

SVN revision: 39460
This commit is contained in:
Carsten Haitzler 2009-03-13 09:38:46 +00:00
parent 603dc96699
commit a63715c0c4
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ static void *ecore_raw_event_event = NULL;
* Add an event handler to the list of handlers. This will, on success, return
* a handle to the event handler object that was created, that can be used
* later to remove the handler using ecore_event_handler_del(). The @p type
* parameter is the iteger of the event type that will trigger this callback
* parameter is the integer of the event type that will trigger this callback
* to be called. The callback @p func is called when this event is processed
* and will be passed the event type, a pointer to the private event
* structure that is specific to that event type, and a data pointer that is

View File

@ -55,7 +55,7 @@ double _ecore_loop_time = -1.0;
*
* This gets the time (since Jan 1st, 1970, 12:00AM) that the main loop ceased
* waiting for timouts and/or events to come in or for signals or any other
* interrupt source. This should be considered a reference point fo all
* interrupt source. This should be considered a reference point for all
* time based activity that should calculate its timepoint from the return
* of ecore_loop_time_get(). use this UNLESS you absolutely must get the
* current actual timepoint - then use ecore_time_get(). If this is called

View File

@ -84,7 +84,7 @@ ecore_timer_precision_set(double value)
* @ingroup Ecore_Time_Group
*
* This function adds a timer and returns its handle on success and NULL on
* failure. The function @p func will be called every @in@ seconds. The
* failure. The function @p func will be called every @p in seconds. The
* function will be passed the @p data pointer as its parameter.
*
* When the timer @p func is called, it must return a value of either 1