mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
libvirt.h.in: add missing return doc for virEventRemoveHandleFunc
This commit is contained in:
parent
a7defab6d7
commit
91ecc7dd87
@ -3533,6 +3533,8 @@ typedef void (*virEventUpdateHandleFunc)(int watch, int event);
|
|||||||
* If a virEventHandleFreeFunc was supplied when the handle was
|
* If a virEventHandleFreeFunc was supplied when the handle was
|
||||||
* registered, it will be invoked some time during, or after this
|
* registered, it will be invoked some time during, or after this
|
||||||
* function call, when it is safe to release the user data.
|
* function call, when it is safe to release the user data.
|
||||||
|
*
|
||||||
|
* Returns -1 if the file handle was not registered, 0 upon success
|
||||||
*/
|
*/
|
||||||
typedef int (*virEventRemoveHandleFunc)(int watch);
|
typedef int (*virEventRemoveHandleFunc)(int watch);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user