comparison win/dw.c @ 201:ae28c5f2fe0e

Removed it from the comment too. ;)
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 20 Jan 2003 20:28:41 +0000
parents 446dd8cea477
children 098ed34d41fb
comparison
equal deleted inserted replaced
200:446dd8cea477 201:ae28c5f2fe0e
7386 } 7386 }
7387 7387
7388 /* 7388 /*
7389 * Add a callback to a timer event. 7389 * Add a callback to a timer event.
7390 * Parameters: 7390 * Parameters:
7391 * window: Window handle which owns this timer.
7392 * interval: Milliseconds to delay between calls. 7391 * interval: Milliseconds to delay between calls.
7393 * sigfunc: The pointer to the function to be used as the callback. 7392 * sigfunc: The pointer to the function to be used as the callback.
7394 * data: User data to be passed to the handler function. 7393 * data: User data to be passed to the handler function.
7395 * Returns: 7394 * Returns:
7396 * Timer ID for use with dw_timer_disconnect(), 0 on error. 7395 * Timer ID for use with dw_timer_disconnect(), 0 on error.