mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
Add missing function parameter documentation
This commit is contained in:
parent
fb54230b60
commit
594ac31b2d
@ -10939,7 +10939,10 @@ error:
|
|||||||
/**
|
/**
|
||||||
* virConnectCompareCPU:
|
* virConnectCompareCPU:
|
||||||
* @conn: virConnect connection
|
* @conn: virConnect connection
|
||||||
* @xml: XML describing the CPU to compare with host CPU
|
* @xmlDesc: XML describing the CPU to compare with host CPU
|
||||||
|
* @flags: currently unused, pass 0
|
||||||
|
*
|
||||||
|
* Compares the given CPU description with the host CPU
|
||||||
*
|
*
|
||||||
* Returns comparison result according to enum virCPUCompareResult
|
* Returns comparison result according to enum virCPUCompareResult
|
||||||
*/
|
*/
|
||||||
|
@ -291,6 +291,7 @@ virGetLastError(void)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* virSetError:
|
* virSetError:
|
||||||
|
* @newerr: previously saved error object
|
||||||
*
|
*
|
||||||
* Set the current error from a previously saved error object
|
* Set the current error from a previously saved error object
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user