Home | History | Annotate | Download | only in gobject

Lines Matching refs:accu

3110   GValue *return_accu, accu = { 0, };
3144 g_value_init (&accu, node->return_type & ~G_SIGNAL_TYPE_STATIC_SCOPE);
3145 return_accu = &accu;
3182 if (!accumulate (&emission.ihint, emission_return, &accu, accumulator) &&
3252 if (!accumulate (&emission.ihint, emission_return, &accu, accumulator) &&
3290 if (!accumulate (&emission.ihint, emission_return, &accu, accumulator) &&
3322 if (!accumulate (&emission.ihint, emission_return, &accu, accumulator) &&
3360 g_value_init (&accu, node->return_type & ~G_SIGNAL_TYPE_STATIC_SCOPE);
3364 node->return_type != G_TYPE_NONE ? &accu : NULL,
3369 g_value_unset (&accu);
3383 g_value_unset (&accu);