Searched refs:meta_marshal (Results 1 – 4 of 4) sorted by relevance
318 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() argument353 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 …]
55 GClosureMarshal meta_marshal; member
276 GClosureMarshal meta_marshal);
632 G_REAL_CLOSURE (handler->closure)->meta_marshal == NULL && in handlers_find()669 G_REAL_CLOSURE (handler->closure)->meta_marshal == NULL && in handlers_find()