summaryrefslogtreecommitdiff
path: root/src/libvirt-secret.c
diff options
context:
space:
mode:
authorHan Han <hhan@redhat.com>2018-03-20 15:32:26 +0800
committerJohn Ferlan <jferlan@redhat.com>2018-03-21 08:09:33 -0400
commitec34c51e9da229b8fa10a22168d334626bba2ddd (patch)
tree2e78697bbc372b12e74ea4e45d8de94e014d99a7 /src/libvirt-secret.c
parenta8223d8f4a46824de0823ef7e83973f67a46af56 (diff)
downloadlibvirt-ec34c51e9da229b8fa10a22168d334626bba2ddd.tar.gz
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>
Diffstat (limited to 'src/libvirt-secret.c')
-rw-r--r--src/libvirt-secret.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libvirt-secret.c b/src/libvirt-secret.c
index 447d93f333..1e1cd4e65b 100644
--- a/src/libvirt-secret.c
+++ b/src/libvirt-secret.c
@@ -90,7 +90,7 @@ virConnectNumOfSecrets(virConnectPtr conn)
* @secrets: Pointer to a variable to store the array containing the secret
* objects or NULL if the list is not required (just returns the
* 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
* objects.