Searched refs:notify_func (Results 1 – 5 of 5) sorted by relevance
251 GClosureNotify notify_func);255 GClosureNotify notify_func);259 GClosureNotify notify_func);263 GClosureNotify notify_func);
440 GClosureNotify notify_func) in g_closure_add_finalize_notifier() argument445 g_return_if_fail (notify_func != NULL); in g_closure_add_finalize_notifier()456 closure->notifiers[i].notify = notify_func; in g_closure_add_finalize_notifier()474 GClosureNotify notify_func) in g_closure_add_invalidate_notifier() argument479 g_return_if_fail (notify_func != NULL); in g_closure_add_invalidate_notifier()486 closure->notifiers[i].notify = notify_func; in g_closure_add_invalidate_notifier()493 GClosureNotify notify_func) in closure_try_remove_inotify() argument499 if (ndata->notify == notify_func && ndata->data == notify_data) in closure_try_remove_inotify()513 GClosureNotify notify_func) in closure_try_remove_fnotify() argument519 if (ndata->notify == notify_func && ndata->data == notify_data) in closure_try_remove_fnotify()[all …]
414 void (*notify_func)(uint64_t time, struct libinput_event *ev, void *notify_func_data); member521 void (*notify_func)(
2142 void (*notify_func)( in libinput_device_add_event_listener()2148 listener->notify_func = notify_func; in libinput_device_add_event_listener()2242 listener->notify_func(time, event, listener->notify_func_data); in post_device_event()
133 CefRefPtr<CefV8Value> notify_func = in OnContextCreated() local135 window->SetValue(kJSNotifyFunc, notify_func, attributes); in OnContextCreated()