Home | History | Annotate | Download | only in qemu

Lines Matching full:reference

14  * QObject Reference Counts Terminology
18 * return it as either a weak or a strong reference. If the reference
19 * is strong, you are responsible for calling QDECREF() on the reference
22 * If the reference is weak, the owner of the reference may free it at
23 * any time in the future. Before storing the reference anywhere, you
24 * should call QINCREF() to make the reference strong.
26 * - Transferring ownership: when you transfer ownership of a reference
28 * QDECREF() when the reference is no longer needed. In other words,
29 * when the function returns you must behave as if the reference to the
82 * qobject_incref(): Increment QObject's reference count
91 * qobject_decref(): Decrement QObject's reference count, deallocate