mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix documentation for virEventAddTimeout()
* src/util/event.h: Fix copy&paste error from virEventAddHandle()
This commit is contained in:
committed by
Daniel Veillard
parent
1005f3c14a
commit
f3f7a87d03
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user