Searched defs:QDict (Results 1 - 1 of 1) sorted by path

/external/qemu/
H A Dqdict.h2 * QDict Module
29 typedef struct QDict { struct
33 } QDict; typedef in typeref:struct:QDict
36 QDict *qdict_new(void);
39 size_t qdict_size(const QDict *qdict);
40 void qdict_put_obj(QDict *qdict, const char *key, QObject *value);
41 void qdict_del(QDict *qdict, const char *key);
42 int qdict_haskey(const QDict *qdict, const char *key);
43 QObject *qdict_get(const QDict *qdict, const char *key);
44 QDict *qobject_to_qdic
[all...]

Completed in 159 milliseconds