Lines Matching full:n_params
209 guint n_params : 8;
1272 query->n_params = node->n_params;
1295 * @n_params: the number of parameter types to follow.
1319 guint n_params,
1327 va_start (args, n_params);
1332 return_type, n_params, args);
1368 * @n_params: the number of parameter types to follow.
1398 guint n_params,
1406 va_start (args, n_params);
1411 return_type, n_params, args);
1497 * @n_params: the length of @param_types
1515 guint n_params,
1524 if (n_params)
1559 for (i = 0; i < n_params; i++)
1612 node->n_params = n_params;
1613 node->param_types = g_memdup (param_types, sizeof (GType) * n_params);
1655 * @n_params: the number of parameter types in @args.
1673 guint n_params,
1680 if (n_params > 0)
1682 param_types = g_new (GType, n_params);
1684 for (i = 0; i < n_params; i++)
1692 return_type, n_params, param_types);
1707 signal_node->n_params = 0;
1853 guint n_params = 0;
1876 n_params = node->n_params;
1897 n_params + 1,
1928 guint n_params = 0;
1948 n_params = node->n_params;
1974 instance_and_params = g_slice_alloc (sizeof (GValue) * (n_params + 1));
1977 for (i = 0; i < node->n_params; i++)
2001 g_slice_free1 (sizeof (GValue) * (n_params + 1), instance_and_params);
2021 n_params + 1,
2036 n_params + 1,
2059 for (i = 0; i < n_params; i++)
2062 g_slice_free1 (sizeof (GValue) * (n_params + 1), instance_and_params);
2835 for (i = 0; i < node->n_params; i++)
2910 guint i, n_params;
2941 n_params = node->n_params;
2943 instance_and_params = g_slice_alloc (sizeof (GValue) * (n_params + 1));
2946 for (i = 0; i < node->n_params; i++)
2970 g_slice_free1 (sizeof (GValue) * (n_params + 1), instance_and_params);
3008 for (i = 0; i < n_params; i++)
3011 g_slice_free1 (sizeof (GValue) * (n_params + 1), instance_and_params);
3179 node->n_params + 1,
3213 need_destroy = !hook_func (&emission.ihint, node->n_params + 1, instance_and_params, hook->data);
3249 node->n_params + 1,
3287 node->n_params + 1,
3319 node->n_params + 1,
3365 node->n_params + 1,