mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
docstring: typedef: fix a few version
Fixes: 034432e47b
Signed-off-by: Victor Toso <victortoso@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
ec02f5719a
commit
469f3467e1
@ -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. */
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user