mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-08-24 09:49:59 +03:00
libvirt: Fix comments for two public APIs.
Fix comments for virConnectListAllNodeDevices and virConnectListAllSecrets. Signed-off-by: Han Han <hhan@redhat.com> Reviewed-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
@ -72,7 +72,7 @@ virNodeNumOfDevices(virConnectPtr conn, const char *cap, unsigned int flags)
|
|||||||
* @devices: Pointer to a variable to store the array containing the node
|
* @devices: Pointer to a variable to store the array containing the node
|
||||||
* device objects or NULL if the list is not required (just returns
|
* device objects or NULL if the list is not required (just returns
|
||||||
* number of node devices).
|
* number of node devices).
|
||||||
* @flags: bitwise-OR of virConnectListAllNodeDevices.
|
* @flags: bitwise-OR of virConnectListAllNodeDeviceFlags.
|
||||||
*
|
*
|
||||||
* Collect the list of node devices, and allocate an array to store those
|
* Collect the list of node devices, and allocate an array to store those
|
||||||
* objects.
|
* objects.
|
||||||
|
@ -90,7 +90,7 @@ virConnectNumOfSecrets(virConnectPtr conn)
|
|||||||
* @secrets: Pointer to a variable to store the array containing the secret
|
* @secrets: Pointer to a variable to store the array containing the secret
|
||||||
* objects or NULL if the list is not required (just returns the
|
* objects or NULL if the list is not required (just returns the
|
||||||
* number of secrets).
|
* number of secrets).
|
||||||
* @flags: extra flags; not used yet, so callers should always pass 0
|
* @flags: bitwise-OR of virConnectListAllSecretsFlags.
|
||||||
*
|
*
|
||||||
* Collect the list of secrets, and allocate an array to store those
|
* Collect the list of secrets, and allocate an array to store those
|
||||||
* objects.
|
* objects.
|
||||||
|
Reference in New Issue
Block a user