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

/external/qemu/
H A Dqobject.h14 * QObject Reference Counts Terminology
49 struct QObject;
53 void (*destroy)(struct QObject *);
56 typedef struct QObject { struct
59 } QObject; typedef in typeref:struct:QObject
63 QObject base
82 * qobject_incref(): Increment QObject's reference count
84 static inline void qobject_incref(QObject *obj)
91 * qobject_decref(): Decrement QObject's reference count, deallocate
94 static inline void qobject_decref(QObject *ob
[all...]

Completed in 76 milliseconds