console/libgnt/gntutils.h

changeset 13926
d2c1522276b3
parent 13852
1d3ae9f34d42
child 13992
a6bbcc09c4eb
equal deleted inserted replaced
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

mercurial