comparison console/libgnt/gntutils.h @ 13850:0e1e59770cb0

[gaim-migrate @ 16308] This is my first commit here. So don't yell at me if things get borked. Also, I haven't looked at the auto-thingies yet. So don't puke at the Makefiles. Files in console/libgnt/ are for the 'Gaim/GObjectified Ncurses Toolkit' library. Files in console/ uses libgaim and libgnt. Currently, only the buddylist-ui is 'functional', ie. the buddy-list updates when someone logs on or logs off. It still needs a lot of work. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 22 Jun 2006 08:33:54 +0000
parents
children c7d84d4c5afa e354528c4163
comparison
equal deleted inserted replaced
13849:8d1c55309e3c 13850:0e1e59770cb0
1 #include "gntwidget.h"
2
3 void gnt_closure_marshal_BOOLEAN__STRING(GClosure *closure,
4 GValue *ret_value,
5 guint n_param_values,
6 const GValue *param_values,
7 gpointer invocation_hint,
8 gpointer marshal_data);
9
10 void gnt_closure_marshal_VOID__INT_INT_INT_INT(GClosure *closure,
11 GValue *ret_value,
12 guint n_param_values,
13 const GValue *param_values,
14 gpointer invocation_hint,
15 gpointer marshal_data);
16
17 void gnt_closure_marshal_VOID__INT_INT(GClosure *closure,
18 GValue *ret_value,
19 guint n_param_values,
20 const GValue *param_values,
21 gpointer invocation_hint,
22 gpointer marshal_data);
23