On Wed, Apr 20, 2022 at 21:07:56 +0200, Victor Toso wrote:
Either create or append to existing docstring, the version (git tag)
that a given enum value was introduced in the format:
Since: v1.2.3
Signed-off-by: Victor Toso <victortoso(a)redhat.com>
---
include/libvirt/libvirt-admin.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/libvirt/libvirt-admin.h b/include/libvirt/libvirt-admin.h
index e414f776e4..f65886f20d 100644
--- a/include/libvirt/libvirt-admin.h
+++ b/include/libvirt/libvirt-admin.h
This looks good on the first look, although there's a possibility that
for some reason these might not be usable e.g. by preventing inclusion
of the header. Unfortunately I don't remember the history and don't feel
like digging in such old code.
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>