comparison gtk/dw.c @ 202:9f87ad1572eb

Removed parameter from the comment too.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 20 Jan 2003 20:31:52 +0000
parents b955228477b3
children b9283fd56d69
comparison
equal deleted inserted replaced
201:ae28c5f2fe0e 202:9f87ad1572eb
7058 } 7058 }
7059 7059
7060 /* 7060 /*
7061 * Add a callback to a timer event. 7061 * Add a callback to a timer event.
7062 * Parameters: 7062 * Parameters:
7063 * window: Window handle which owns this timer.
7064 * interval: Milliseconds to delay between calls. 7063 * interval: Milliseconds to delay between calls.
7065 * sigfunc: The pointer to the function to be used as the callback. 7064 * sigfunc: The pointer to the function to be used as the callback.
7066 * data: User data to be passed to the handler function. 7065 * data: User data to be passed to the handler function.
7067 * Returns: 7066 * Returns:
7068 * Timer ID for use with dw_timer_disconnect(), 0 on error. 7067 * Timer ID for use with dw_timer_disconnect(), 0 on error.