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:
|
* virConfGetValue:
|
||||||
* @conf: a configuration file handle
|
* @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
|
* Lookup the value associated to this entry in the configuration file
|
||||||
*
|
*
|
||||||
@ -870,7 +870,7 @@ virConfGetValue(virConfPtr conf, const char *setting)
|
|||||||
/**
|
/**
|
||||||
* virConfSetValue:
|
* virConfSetValue:
|
||||||
* @conf: a configuration file handle
|
* @conf: a configuration file handle
|
||||||
* @entry: the name of the entry
|
* @setting: the name of the entry
|
||||||
* @value: the new configuration value
|
* @value: the new configuration value
|
||||||
*
|
*
|
||||||
* Set (or replace) the value associated to this entry in the configuration
|
* Set (or replace) the value associated to this entry in the configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user