mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
QDict: Rename 'err_value'
A missing key is not an error. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
8754c81e11
commit
83aba69ec0
2 changed files with 4 additions and 4 deletions
2
qdict.h
2
qdict.h
|
@ -56,7 +56,7 @@ QList *qdict_get_qlist(const QDict *qdict, const char *key);
|
|||
QDict *qdict_get_qdict(const QDict *qdict, const char *key);
|
||||
const char *qdict_get_str(const QDict *qdict, const char *key);
|
||||
int64_t qdict_get_try_int(const QDict *qdict, const char *key,
|
||||
int64_t err_value);
|
||||
int64_t def_value);
|
||||
const char *qdict_get_try_str(const QDict *qdict, const char *key);
|
||||
|
||||
#endif /* QDICT_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue