Home
last modified time | relevance | path

Searched refs:meta_marshal (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gobject/
Dgclosure.c318 g_return_if_fail (real_closure->meta_marshal != NULL); in g_closure_set_meta_va_marshal()
348 GClosureMarshal meta_marshal) in g_closure_set_meta_marshal() argument
353 g_return_if_fail (meta_marshal != NULL); in g_closure_set_meta_marshal()
359 g_return_if_fail (real_closure->meta_marshal == NULL); in g_closure_set_meta_marshal()
361 real_closure->meta_marshal = meta_marshal; in g_closure_set_meta_marshal()
795 g_return_if_fail (closure->marshal || real_closure->meta_marshal); in g_closure_invoke()
798 if (real_closure->meta_marshal) in g_closure_invoke()
801 marshal = real_closure->meta_marshal; in g_closure_invoke()
833 (real_closure->meta_marshal == NULL || in _g_closure_supports_invoke_va()
858 g_return_if_fail (closure->marshal || real_closure->meta_marshal); in _g_closure_invoke_va()
[all …]
Dgtype-private.h55 GClosureMarshal meta_marshal; member
Dgclosure.h276 GClosureMarshal meta_marshal);
Dgsignal.c632 G_REAL_CLOSURE (handler->closure)->meta_marshal == NULL && in handlers_find()
669 G_REAL_CLOSURE (handler->closure)->meta_marshal == NULL && in handlers_find()