]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Add missing function parameter documentation
authorMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 26 Jan 2010 00:59:48 +0000 (01:59 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 26 Jan 2010 20:23:18 +0000 (21:23 +0100)
src/libvirt.c
src/util/virterror.c

index d973907c186a286885924ae2af434b2e766dcca1..32f9fc44507932c6da7d8723c39d94eadb1ef724 100644 (file)
@@ -10939,7 +10939,10 @@ error:
 /**
  * virConnectCompareCPU:
  * @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
  */
index e2128b9437a27b1c51af5dd9c2e83e82475bb056..d72b307c49f541a56eb57874ffb1dc8683ad7251 100644 (file)
@@ -291,6 +291,7 @@ virGetLastError(void)
 
 /**
  * virSetError:
+ * @newerr: previously saved error object
  *
  * Set the current error from a previously saved error object
  *