Searched refs:GClosureNotifyData (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/glib/gobject/ |
D | gclosure.c | 243 GClosureNotifyData *ndata; in closure_invoke_notifiers() 323 GClosureNotifyData *notifiers; in g_closure_set_meta_marshal() 332 closure->notifiers = g_renew (GClosureNotifyData, NULL, CLOSURE_N_NOTIFIERS (closure) + 1); in g_closure_set_meta_marshal() 375 …closure->notifiers = g_renew (GClosureNotifyData, closure->notifiers, CLOSURE_N_NOTIFIERS (closure… in g_closure_add_marshal_guards() 428 …closure->notifiers = g_renew (GClosureNotifyData, closure->notifiers, CLOSURE_N_NOTIFIERS (closure… in g_closure_add_finalize_notifier() 463 …closure->notifiers = g_renew (GClosureNotifyData, closure->notifiers, CLOSURE_N_NOTIFIERS (closure… in g_closure_add_invalidate_notifier() 475 GClosureNotifyData *ndata, *nlast; in closure_try_remove_inotify() 495 GClosureNotifyData *ndata, *nlast; in closure_try_remove_fnotify()
|
D | gclosure.h | 77 typedef struct _GClosureNotifyData GClosureNotifyData; typedef 169 /*< private >*/ GClosureNotifyData *notifiers;
|
/external/bluetooth/glib/docs/reference/gobject/ |
D | gobject-sections.txt | 818 GClosureNotifyData
|