mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virQEMUQAPISchemaTraverse: Fix quoting in comment
It tripped up highlighter in my editor. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
1ef4f5024d
commit
ced521d050
@ -402,7 +402,7 @@ virQEMUQAPISchemaTraverse(const char *baseName,
|
|||||||
* 'subattribute': selects a plain object member named 'subattribute'
|
* 'subattribute': selects a plain object member named 'subattribute'
|
||||||
* '*subattribute': same as above but the selected member must be optional
|
* '*subattribute': same as above but the selected member must be optional
|
||||||
* (has a property named 'default' in the schema)
|
* (has a property named 'default' in the schema)
|
||||||
* '+variant": In the case of unionized objects, select a specific variant of
|
* '+variant': In the case of unionized objects, select a specific variant of
|
||||||
* the previously selected member
|
* the previously selected member
|
||||||
*
|
*
|
||||||
* - Boolean queries - @entry remains NULL, return value indicates success:
|
* - Boolean queries - @entry remains NULL, return value indicates success:
|
||||||
|
Loading…
Reference in New Issue
Block a user