Searched defs:QObject (Results 1 - 1 of 1) sorted by last modified time

/external/qemu/include/qapi/qmp/
H A Dqobject.h14 * QObject Reference Counts Terminology
50 struct QObject;
54 void (*destroy)(struct QObject *);
57 typedef struct QObject { struct
60 } QObject; typedef in typeref:struct:QObject
64 QObject base
83 * qobject_incref(): Increment QObject's reference count
85 static inline void qobject_incref(QObject *obj)
92 * qobject_decref(): Decrement QObject's reference count, deallocate
95 static inline void qobject_decref(QObject *ob
[all...]

Completed in 83 milliseconds