Home | History | Annotate | Download | only in gobject

Lines Matching refs:floating

207   SET (closure, floating, TRUE);
563 g_closure_ref (closure); /* preserve floating flag */
607 * initially created in a <firstterm>floating</firstterm> state, which
609 * g_closure_sink() checks to see if the object is still floating, and
610 * if so, unsets the floating state and decreases the reference
611 * count. If the closure is not floating, g_closure_sink() does
612 * nothing. The reason for the existance of the floating state is to
653 /* floating is basically a kludge to avoid creating closures
658 if (closure->floating)
661 SWAP (closure, floating, FALSE, &was_floating);
662 /* unref floating flag only once */
745 g_closure_ref (closure); /* preserve floating flag */