Searched refs:qdict_get_try_bool (Results 1 – 3 of 3) sorted by relevance
64 int qdict_get_try_bool(const QDict *qdict, const char *key, int def_value);
317 int qdict_get_try_bool(const QDict *qdict, const char *key, int def_value) in qdict_get_try_bool() function
535 int force = qdict_get_try_bool(qdict, "force", 0); in do_eject()