mirror of https://gitee.com/openkylin/libvirt.git
virconf: fix the inconsistent name
Fix inconsistency between function description and actual parameter name in virConfGetValue/virConfSetValue. Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
This commit is contained in:
parent
70f56dd72c
commit
d5d710a199
|
@ -840,7 +840,7 @@ virConfFree(virConfPtr conf)
|
|||
/**
|
||||
* virConfGetValue:
|
||||
* @conf: a configuration file handle
|
||||
* @entry: the name of the entry
|
||||
* @setting: the name of the entry
|
||||
*
|
||||
* Lookup the value associated to this entry in the configuration file
|
||||
*
|
||||
|
@ -870,7 +870,7 @@ virConfGetValue(virConfPtr conf, const char *setting)
|
|||
/**
|
||||
* virConfSetValue:
|
||||
* @conf: a configuration file handle
|
||||
* @entry: the name of the entry
|
||||
* @setting: the name of the entry
|
||||
* @value: the new configuration value
|
||||
*
|
||||
* Set (or replace) the value associated to this entry in the configuration
|
||||
|
|
Loading…
Reference in New Issue