comparison console/libgnt/gntutils.h @ 13930:3dbcbc5e57e1

[gaim-migrate @ 16457] Enable resizing (Alt+r, then the arrow keys, then enter/escape to end). It 'works', but needs fine-tuning. But I am going to put it off for a later date. Some other minor decoration tweaks. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 08 Jul 2006 02:11:11 +0000
parents c7d84d4c5afa
children
comparison
equal deleted inserted replaced
13929:59af3aecf580 13930:3dbcbc5e57e1
26 guint n_param_values, 26 guint n_param_values,
27 const GValue *param_values, 27 const GValue *param_values,
28 gpointer invocation_hint, 28 gpointer invocation_hint,
29 gpointer marshal_data); 29 gpointer marshal_data);
30 30
31 void gnt_closure_marshal_BOOLEAN__INT_INT(GClosure *closure,
32 GValue *ret_value,
33 guint n_param_values,
34 const GValue *param_values,
35 gpointer invocation_hint,
36 gpointer marshal_data);
37