mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virConfWalk: fix the inconsistent name
Fix inconsistency between function description and actual parameter name. Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
This commit is contained in:
parent
c7596cf0e0
commit
4cbeb48713
@ -930,7 +930,7 @@ virConfSetValue(virConfPtr conf,
|
|||||||
* virConfWalk:
|
* virConfWalk:
|
||||||
* @conf: a configuration file handle
|
* @conf: a configuration file handle
|
||||||
* @callback: the function to call to process each entry
|
* @callback: the function to call to process each entry
|
||||||
* @data: obscure data passed to callback
|
* @opaque: obscure data passed to callback
|
||||||
*
|
*
|
||||||
* Walk over all entries of the configuration file and run the callback
|
* Walk over all entries of the configuration file and run the callback
|
||||||
* for each with entry name, value and the obscure data.
|
* for each with entry name, value and the obscure data.
|
||||||
|
Loading…
Reference in New Issue
Block a user