mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
doc: fix documentation of virDomainSet(Get)Metadata
The documentation of the functions should match the argument name in the actual function signature. Signed-off-by: Dan Kenigsberg <danken@redhat.com>
This commit is contained in:
parent
fd0f22ed41
commit
110be4112f
@ -10109,14 +10109,14 @@ virDomainGetSecurityLabelList(virDomainPtr domain,
|
|||||||
/**
|
/**
|
||||||
* virDomainSetMetadata:
|
* virDomainSetMetadata:
|
||||||
* @domain: a domain object
|
* @domain: a domain object
|
||||||
* @type: type of description, from virDomainMetadataType
|
* @type: type of metadata, from virDomainMetadataType
|
||||||
* @metadata: new metadata text
|
* @metadata: new metadata text
|
||||||
* @key: XML namespace key, or NULL
|
* @key: XML namespace key, or NULL
|
||||||
* @uri: XML namespace URI, or NULL
|
* @uri: XML namespace URI, or NULL
|
||||||
* @flags: bitwise-OR of virDomainModificationImpact
|
* @flags: bitwise-OR of virDomainModificationImpact
|
||||||
*
|
*
|
||||||
* Sets the appropriate domain element given by @type to the
|
* Sets the appropriate domain element given by @type to the
|
||||||
* value of @description. A @type of VIR_DOMAIN_METADATA_DESCRIPTION
|
* value of @metadata. A @type of VIR_DOMAIN_METADATA_DESCRIPTION
|
||||||
* is free-form text; VIR_DOMAIN_METADATA_TITLE is free-form, but no
|
* is free-form text; VIR_DOMAIN_METADATA_TITLE is free-form, but no
|
||||||
* newlines are permitted, and should be short (although the length is
|
* newlines are permitted, and should be short (although the length is
|
||||||
* not enforced). For these two options @key and @uri are irrelevant and
|
* not enforced). For these two options @key and @uri are irrelevant and
|
||||||
@ -10202,7 +10202,7 @@ virDomainSetMetadata(virDomainPtr domain,
|
|||||||
/**
|
/**
|
||||||
* virDomainGetMetadata:
|
* virDomainGetMetadata:
|
||||||
* @domain: a domain object
|
* @domain: a domain object
|
||||||
* @type: type of description, from virDomainMetadataType
|
* @type: type of metadata, from virDomainMetadataType
|
||||||
* @uri: XML namespace identifier
|
* @uri: XML namespace identifier
|
||||||
* @flags: bitwise-OR of virDomainModificationImpact
|
* @flags: bitwise-OR of virDomainModificationImpact
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user