| 13925:cf8ee500a599 | 13926:d2c1522276b3 |
|---|---|
| 19 guint n_param_values, | 19 guint n_param_values, |
| 20 const GValue *param_values, | 20 const GValue *param_values, |
| 21 gpointer invocation_hint, | 21 gpointer invocation_hint, |
| 22 gpointer marshal_data); | 22 gpointer marshal_data); |
| 23 | 23 |
| 24 void gnt_closure_marshal_VOID__POINTER_POINTER(GClosure *closure, | |
| 25 GValue *ret_value, | |
| 26 guint n_param_values, | |
| 27 const GValue *param_values, | |
| 28 gpointer invocation_hint, | |
| 29 gpointer marshal_data); | |
| 30 |