sl@0
|
1 |
|
sl@0
|
2 |
#ifndef __test_marshal_MARSHAL_H__
|
sl@0
|
3 |
#define __test_marshal_MARSHAL_H__
|
sl@0
|
4 |
|
sl@0
|
5 |
#include <glib-object.h>
|
sl@0
|
6 |
|
sl@0
|
7 |
G_BEGIN_DECLS
|
sl@0
|
8 |
|
sl@0
|
9 |
/* BOOLEAN:INT (./testmarshal.list:2) */
|
sl@0
|
10 |
extern void test_marshal_BOOLEAN__INT (GClosure *closure,
|
sl@0
|
11 |
GValue *return_value,
|
sl@0
|
12 |
guint n_param_values,
|
sl@0
|
13 |
const GValue *param_values,
|
sl@0
|
14 |
gpointer invocation_hint,
|
sl@0
|
15 |
gpointer marshal_data);
|
sl@0
|
16 |
|
sl@0
|
17 |
/* STRING:INT (./testmarshal.list:3) */
|
sl@0
|
18 |
extern void test_marshal_STRING__INT (GClosure *closure,
|
sl@0
|
19 |
GValue *return_value,
|
sl@0
|
20 |
guint n_param_values,
|
sl@0
|
21 |
const GValue *param_values,
|
sl@0
|
22 |
gpointer invocation_hint,
|
sl@0
|
23 |
gpointer marshal_data);
|
sl@0
|
24 |
|
sl@0
|
25 |
G_END_DECLS
|
sl@0
|
26 |
|
sl@0
|
27 |
#endif /* __test_marshal_MARSHAL_H__ */
|
sl@0
|
28 |
|