On Wed, Apr 20, 2022 at 21:08:08 +0200, Victor Toso wrote:
This commit is similar to "docs: Fix generated documentation of
virConnectListAllNodeDeviceFlags", check it out for more info.
Similarly to my previous point. Commit names can change, it's better to
just repeat the root cause.
Signed-off-by: Victor Toso <victortoso(a)redhat.com>
---
include/libvirt/libvirt-storage.h | 49 +++++++++++++++----------------
1 file changed, 24 insertions(+), 25 deletions(-)
diff --git a/include/libvirt/libvirt-storage.h b/include/libvirt/libvirt-storage.h
index 8b57b1f2e8..e4980ae95f 100644
--- a/include/libvirt/libvirt-storage.h
+++ b/include/libvirt/libvirt-storage.h
@@ -317,34 +317,33 @@ int
virConnectListDefinedStoragePools(virConnectPtr conn,
* Note that these flags come in groups; if all bits from a group are 0,
* then that group is not used to filter results.
*
- * Since: v1.0.0
+ * Since: v0.10.2
This looks like a fix of a mistake in previous patch.