Lines Matching refs:notify_data
419 gpointer notify_data, in g_closure_add_finalize_notifier() argument
435 closure->notifiers[i].data = notify_data; in g_closure_add_finalize_notifier()
453 gpointer notify_data, in g_closure_add_invalidate_notifier() argument
465 closure->notifiers[i].data = notify_data; in g_closure_add_invalidate_notifier()
472 gpointer notify_data, in closure_try_remove_inotify() argument
479 if (ndata->notify == notify_func && ndata->data == notify_data) in closure_try_remove_inotify()
492 gpointer notify_data, in closure_try_remove_fnotify() argument
499 if (ndata->notify == notify_func && ndata->data == notify_data) in closure_try_remove_fnotify()
681 gpointer notify_data, in g_closure_remove_invalidate_notifier() argument
689 closure->data == notify_data) in g_closure_remove_invalidate_notifier()
691 else if (!closure_try_remove_inotify (closure, notify_data, notify_func)) in g_closure_remove_invalidate_notifier()
693 notify_func, notify_data); in g_closure_remove_invalidate_notifier()
709 gpointer notify_data, in g_closure_remove_finalize_notifier() argument
717 closure->data == notify_data) in g_closure_remove_finalize_notifier()
719 else if (!closure_try_remove_fnotify (closure, notify_data, notify_func)) in g_closure_remove_finalize_notifier()
721 notify_func, notify_data); in g_closure_remove_finalize_notifier()