mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-07 04:07:17 +00:00
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…
x
Reference in New Issue
Block a user