HomeSort by relevance Sort by last modified time
    Searched refs:GClosureNotifyData (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gobject/
gclosure.h 77 typedef struct _GClosureNotifyData GClosureNotifyData;
169 /*< private >*/ GClosureNotifyData *notifiers;
gclosure.c 243 GClosureNotifyData *ndata;
323 GClosureNotifyData *notifiers;
332 closure->notifiers = g_renew (GClosureNotifyData, NULL, CLOSURE_N_NOTIFIERS (closure) + 1);
375 closure->notifiers = g_renew (GClosureNotifyData, closure->notifiers, CLOSURE_N_NOTIFIERS (closure) + 2);
428 closure->notifiers = g_renew (GClosureNotifyData, closure->notifiers, CLOSURE_N_NOTIFIERS (closure) + 1);
463 closure->notifiers = g_renew (GClosureNotifyData, closure->notifiers, CLOSURE_N_NOTIFIERS (closure) + 1);
475 GClosureNotifyData *ndata, *nlast;
495 GClosureNotifyData *ndata, *nlast;
    [all...]

Completed in 35 milliseconds