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

/external/bluetooth/glib/gobject/
H A Dgclosure.c82 * g_closure_invalidate() and invalidation notifiers allow callbacks to be
447 * @closure is invalidated with g_closure_invalidate(). Invalidation
538 * g_closure_invalidate:
548 * access the closure after calling g_closure_invalidate(), make sure
551 * Note that g_closure_invalidate() will also be called when the
556 g_closure_invalidate (GClosure *closure) function
589 g_closure_invalidate (closure);

Completed in 20 milliseconds