mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 19:02:25 +00:00
libvirt.h.in: add missing documentation for virConnectCloseFunc
This commit is contained in:
parent
410b335d23
commit
4247e4e5c1
@ -1398,6 +1398,15 @@ typedef enum {
|
||||
# endif
|
||||
} virConnectCloseReason;
|
||||
|
||||
/**
|
||||
* virConnectCloseFunc:
|
||||
* @conn: virConnect connection
|
||||
* @reason: reason why the connection was closed (one of virConnectCloseReason)
|
||||
* @opaque: opaque user data
|
||||
*
|
||||
* A callback function to be registered, and called when the connection
|
||||
* is closed.
|
||||
*/
|
||||
typedef void (*virConnectCloseFunc)(virConnectPtr conn,
|
||||
int reason,
|
||||
void *opaque);
|
||||
|
Loading…
x
Reference in New Issue
Block a user