Home
last modified time | relevance | path

Searched refs:pre_marshal_notify (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/glib/gobject/
Dgclosure.c362 GClosureNotify pre_marshal_notify, in g_closure_add_marshal_guards() argument
369 g_return_if_fail (pre_marshal_notify != NULL); in g_closure_add_marshal_guards()
398 closure->notifiers[closure->meta_marshal + i].notify = pre_marshal_notify; in g_closure_add_marshal_guards()
Dgclosure.h223 GClosureNotify pre_marshal_notify,