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

/external/qemu/include/qapi/qmp/
H A Dqobject.h69 /* High-level interface for qobject_incref() */
71 qobject_incref(QOBJECT(obj))
83 * qobject_incref(): Increment QObject's reference count
85 static inline void qobject_incref(QObject *obj) function

Completed in 1018 milliseconds