Home | History | Annotate | Download | only in gobject

Lines Matching refs:G_TYPE_NONE

1293  * @return_type: the type of return value, or #G_TYPE_NONE for a signal
1337 if (signal_id && G_TYPE_IS_INSTANTIATABLE (itype) && return_type == G_TYPE_NONE &&
1366 * @return_type: the type of return value, or #G_TYPE_NONE for a signal
1495 * @return_type: the type of return value, or #G_TYPE_NONE for a signal
1527 if (return_type == (G_TYPE_NONE & ~G_SIGNAL_TYPE_STATIC_SCOPE))
1568 if (return_type != G_TYPE_NONE && !G_TYPE_IS_VALUE (return_type & ~G_SIGNAL_TYPE_STATIC_SCOPE))
1576 if (return_type != G_TYPE_NONE &&
1628 else if (G_TYPE_IS_INSTANTIATABLE (itype) && return_type == G_TYPE_NONE)
1653 * @return_type: the type of return value, or #G_TYPE_NONE for a signal
1820 g_return_if_fail (instance_type != G_TYPE_NONE);
1870 if (emission->chain_type != G_TYPE_NONE)
1911 * is #G_TYPE_NONE, the return value location can be omitted.
1942 if (emission->chain_type != G_TYPE_NONE)
2017 if (signal_return_type == G_TYPE_NONE)
2847 if (node->return_type != G_TYPE_NONE)
2893 * is #G_TYPE_NONE, the return value location can be omitted.
2979 if (signal_return_type == G_TYPE_NONE)
3021 * is #G_TYPE_NONE, the return value location can be omitted.
3047 * is #G_TYPE_NONE, the return value location can be omitted.
3155 emission.chain_type = G_TYPE_NONE;
3186 emission.chain_type = G_TYPE_NONE;
3294 emission.chain_type = G_TYPE_NONE;
3358 if (node->return_type != G_TYPE_NONE && !accumulator)
3364 node->return_type != G_TYPE_NONE ? &accu : NULL,
3371 emission.chain_type = G_TYPE_NONE;