Searched defs:qobject_to_qdict (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dqdict.c45 * qobject_to_qdict(): Convert a QObject into a QDict
47 QDict *qobject_to_qdict(const QObject *obj) function
273 return qobject_to_qdict(qdict_get_obj(qdict, key, QTYPE_QDICT));
443 qdict = qobject_to_qdict(obj);

Completed in 116 milliseconds