diff --git a/include/libvirt/libvirt-domain.h b/include/libvirt/libvirt-domain.h index 9aa214f3df..138133b719 100644 --- a/include/libvirt/libvirt-domain.h +++ b/include/libvirt/libvirt-domain.h @@ -1755,7 +1755,7 @@ int virDomainGetMemoryParameters(virDomainPtr domain, * * Memory size modification flags. * - * Since: v1.0.0 + * Since: v0.9.0 */ typedef enum { /* See virDomainModificationImpact for these flags. */ @@ -2264,7 +2264,7 @@ typedef virVcpuInfo *virVcpuInfoPtr; * * Flags for controlling virtual CPU hot-plugging. * - * Since: v1.0.0 + * Since: v0.8.5 */ typedef enum { /* See virDomainModificationImpact for these flags. */ @@ -2511,7 +2511,7 @@ int virDomainGetVcpus (virDomainPtr domain, /** * virDomainDeviceModifyFlags: * - * Since: v1.0.0 + * Since: v0.7.7 */ typedef enum { /* See virDomainModificationImpact for these flags. */ diff --git a/include/libvirt/libvirt-storage.h b/include/libvirt/libvirt-storage.h index b23961cad5..94802bb2c5 100644 --- a/include/libvirt/libvirt-storage.h +++ b/include/libvirt/libvirt-storage.h @@ -292,7 +292,7 @@ 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 */ typedef enum { VIR_CONNECT_LIST_STORAGE_POOLS_INACTIVE = 1 << 0,