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

/external/bluetooth/glib/gobject/
H A Dgclosure.c407 * @notify_data: data to pass to @notify_func
408 * @notify_func: the callback function to register
420 GClosureNotify notify_func)
425 g_return_if_fail (notify_func != NULL);
436 closure->notifiers[i].notify = notify_func;
443 * @notify_data: data to pass to @notify_func
444 * @notify_func: the callback function to register
454 GClosureNotify notify_func)
459 g_return_if_fail (notify_func != NULL);
466 closure->notifiers[i].notify = notify_func;
418 g_closure_add_finalize_notifier(GClosure *closure, gpointer notify_data, GClosureNotify notify_func) argument
452 g_closure_add_invalidate_notifier(GClosure *closure, gpointer notify_data, GClosureNotify notify_func) argument
471 closure_try_remove_inotify(GClosure *closure, gpointer notify_data, GClosureNotify notify_func) argument
491 closure_try_remove_fnotify(GClosure *closure, gpointer notify_data, GClosureNotify notify_func) argument
680 g_closure_remove_invalidate_notifier(GClosure *closure, gpointer notify_data, GClosureNotify notify_func) argument
708 g_closure_remove_finalize_notifier(GClosure *closure, gpointer notify_data, GClosureNotify notify_func) argument
[all...]
/external/ppp/pppd/
H A Dpppd.h201 typedef void (*notify_func) __P((void *, int)); typedef
205 notify_func func;
490 void add_notifier __P((struct notifier **, notify_func, void *));
491 void remove_notifier __P((struct notifier **, notify_func, void *));

Completed in 82 milliseconds