mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-08 12:41:29 +00:00
libvirt.h.in: document virConnectDomainEventCallback's return value
This commit is contained in:
parent
91ecc7dd87
commit
d706bdf918
@ -3441,6 +3441,8 @@ typedef enum {
|
|||||||
* @opaque: opaque user data
|
* @opaque: opaque user data
|
||||||
*
|
*
|
||||||
* A callback function to be registered, and called when a domain event occurs
|
* A callback function to be registered, and called when a domain event occurs
|
||||||
|
*
|
||||||
|
* Returns 0 (the return value is currently ignored)
|
||||||
*/
|
*/
|
||||||
typedef int (*virConnectDomainEventCallback)(virConnectPtr conn,
|
typedef int (*virConnectDomainEventCallback)(virConnectPtr conn,
|
||||||
virDomainPtr dom,
|
virDomainPtr dom,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user