update docs comments.. oops..

SVN revision: 7786
This commit is contained in:
Carsten Haitzler 2003-11-03 01:27:06 +00:00
parent 87cb6e0e4f
commit bc8c86bc75
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ static Ecore_Timer *timers = NULL;
* @param in The number of seconds in which to expire the timer
* @param func The function to call when it expires
* @param data The data to pass to the function
* @return
* @return A handle to the new timer
*
* This function adds a timer and returns its handle on success and NULL on
* failure. The function @p func will be called in @p in seconds from the