Searched refs:qstring_destroy_obj (Results 1 - 1 of 1) sorted by relevance

/external/qemu/qobject/
H A Dqstring.c17 static void qstring_destroy_obj(QObject *obj);
21 .destroy = qstring_destroy_obj,
138 * qstring_destroy_obj(): Free all memory allocated by a QString
141 static void qstring_destroy_obj(QObject *obj) function

Completed in 70 milliseconds