mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 01:34:11 +03:00
conf: Document virDomainDiskSourceFormat
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
218c81ead0
commit
54fc720d8e
@ -23716,6 +23716,18 @@ virDomainDiskSourceFormatPrivateData(virBufferPtr buf,
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* virDomainDiskSourceFormat:
|
||||
* @buf: output buffer
|
||||
* @src: storage source definition to format
|
||||
* @policy: startup policy attribute value, if necessary
|
||||
* @attrIndex: the 'index' attribute of <source> is formatted if true
|
||||
* @flags: XML formatter flags
|
||||
* @xmlopt: XML formatter callbacks
|
||||
*
|
||||
* Formats @src into a <source> element. Note that this doesn't format the
|
||||
* 'type' and 'format' properties of @src.
|
||||
*/
|
||||
int
|
||||
virDomainDiskSourceFormat(virBufferPtr buf,
|
||||
virStorageSourcePtr src,
|
||||
|
Loading…
Reference in New Issue
Block a user