mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 22:55:23 +00:00
conf: Document virDomainStorageSourceParse
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
868be7ce58
commit
d588981913
@ -9078,6 +9078,18 @@ virDomainStorageSourceParseBase(const char *type,
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* virDomainStorageSourceParse:
|
||||
* @node: XML node pointing to the source element to parse
|
||||
* @ctxt: XPath context
|
||||
* @src: filled with parsed data
|
||||
* @flags: XML parser flags
|
||||
* @xmlopt: XML parser callbacks
|
||||
*
|
||||
* Parses @src definition from element pointed to by @node. Note that this
|
||||
* does not parse the 'type' and 'format' attributes of @src and 'type' needs
|
||||
* to be set correctly prior to calling this function.
|
||||
*/
|
||||
int
|
||||
virDomainStorageSourceParse(xmlNodePtr node,
|
||||
xmlXPathContextPtr ctxt,
|
||||
|
Loading…
Reference in New Issue
Block a user