1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

Fix documentation for virEventAddTimeout()

* src/util/event.h: Fix copy&paste error from virEventAddHandle()
This commit is contained in:
Philipp Hahn 2010-10-26 10:23:03 +02:00 committed by Daniel Veillard
parent 1005f3c14a
commit f3f7a87d03

View File

@ -68,7 +68,7 @@ int virEventRemoveHandle(int watch);
* Setting frequency to -1 will disable the timer. Setting the frequency
* to zero will cause it to fire on every event loop iteration.
*
* returns -1 if the file handle cannot be registered, a positive
* returns -1 if the timer cannot be registered, a positive
* integer timer id upon success
*/
int virEventAddTimeout(int frequency,