HomeSort by relevance Sort by last modified time
    Searched full:notify_func (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/glib/gobject/
gclosure.c 407 * @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;
    [all...]
gclosure.h 211 GClosureNotify notify_func);
214 GClosureNotify notify_func);
217 GClosureNotify notify_func);
220 GClosureNotify notify_func);
  /external/ppp/pppd/
pppd.h 201 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 *));
    [all...]
main.c     [all...]

Completed in 499 milliseconds