mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-11-25 14:26:25 +00:00
Commit 89cad9f changed qdict_get_qdict() to return NULL instead of crash when the key doesn't exist or its value isn't a QDict. Commit 2d6421a neglected to do the same for qdict_get_qlist(). Correct that, and update the function comments. qdict_get_obj() is now unused, remove. Backports commit b25f23e7dbc6bc0dcda010222a4f178669d1aedc from qemu |
||
|---|---|---|
| .. | ||
| Makefile.objs | ||
| qbool.c | ||
| qdict.c | ||
| qfloat.c | ||
| qint.c | ||
| qlist.c | ||
| qnull.c | ||
| qobject.c | ||
| qstring.c | ||