The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / finch / libgnt / gntmarshal.h @ a274da4f

History | View | Annotate | Download (5.95 KB)

1

    
2
#ifndef __gnt_closure_marshal_MARSHAL_H__
3
#define __gnt_closure_marshal_MARSHAL_H__
4

    
5
#include        <glib-object.h>
6

    
7
G_BEGIN_DECLS
8

    
9
/* BOOLEAN:VOID (./genmarshal:1) */
10
extern void gnt_closure_marshal_BOOLEAN__VOID (GClosure     *closure,
11
                                               GValue       *return_value,
12
                                               guint         n_param_values,
13
                                               const GValue *param_values,
14
                                               gpointer      invocation_hint,
15
                                               gpointer      marshal_data);
16

    
17
/* BOOLEAN:STRING (./genmarshal:2) */
18
extern void gnt_closure_marshal_BOOLEAN__STRING (GClosure     *closure,
19
                                                 GValue       *return_value,
20
                                                 guint         n_param_values,
21
                                                 const GValue *param_values,
22
                                                 gpointer      invocation_hint,
23
                                                 gpointer      marshal_data);
24

    
25
/* VOID:INT,INT,INT,INT (./genmarshal:3) */
26
extern void gnt_closure_marshal_VOID__INT_INT_INT_INT (GClosure     *closure,
27
                                                       GValue       *return_value,
28
                                                       guint         n_param_values,
29
                                                       const GValue *param_values,
30
                                                       gpointer      invocation_hint,
31
                                                       gpointer      marshal_data);
32

    
33
/* VOID:INT,INT (./genmarshal:4) */
34
extern void gnt_closure_marshal_VOID__INT_INT (GClosure     *closure,
35
                                               GValue       *return_value,
36
                                               guint         n_param_values,
37
                                               const GValue *param_values,
38
                                               gpointer      invocation_hint,
39
                                               gpointer      marshal_data);
40

    
41
/* VOID:POINTER,POINTER (./genmarshal:5) */
42
extern void gnt_closure_marshal_VOID__POINTER_POINTER (GClosure     *closure,
43
                                                       GValue       *return_value,
44
                                                       guint         n_param_values,
45
                                                       const GValue *param_values,
46
                                                       gpointer      invocation_hint,
47
                                                       gpointer      marshal_data);
48

    
49
/* BOOLEAN:INT,INT (./genmarshal:6) */
50
extern void gnt_closure_marshal_BOOLEAN__INT_INT (GClosure     *closure,
51
                                                  GValue       *return_value,
52
                                                  guint         n_param_values,
53
                                                  const GValue *param_values,
54
                                                  gpointer      invocation_hint,
55
                                                  gpointer      marshal_data);
56

    
57
/* BOOLEAN:INT,INT,INT (./genmarshal:7) */
58
extern void gnt_closure_marshal_BOOLEAN__INT_INT_INT (GClosure     *closure,
59
                                                      GValue       *return_value,
60
                                                      guint         n_param_values,
61
                                                      const GValue *param_values,
62
                                                      gpointer      invocation_hint,
63
                                                      gpointer      marshal_data);
64

    
65
/* BOOLEAN:POINTER,POINTER,POINTER (./genmarshal:8) */
66
extern void gnt_closure_marshal_BOOLEAN__POINTER_POINTER_POINTER (GClosure     *closure,
67
                                                                  GValue       *return_value,
68
                                                                  guint         n_param_values,
69
                                                                  const GValue *param_values,
70
                                                                  gpointer      invocation_hint,
71
                                                                  gpointer      marshal_data);
72

    
73
/* BOOLEAN:INT,INT,INT,POINTER (./genmarshal:9) */
74
extern void gnt_closure_marshal_BOOLEAN__INT_INT_INT_POINTER (GClosure     *closure,
75
                                                              GValue       *return_value,
76
                                                              guint         n_param_values,
77
                                                              const GValue *param_values,
78
                                                              gpointer      invocation_hint,
79
                                                              gpointer      marshal_data);
80

    
81
/* VOID:STRING,STRING (./genmarshal:10) */
82
extern void gnt_closure_marshal_VOID__STRING_STRING (GClosure     *closure,
83
                                                     GValue       *return_value,
84
                                                     guint         n_param_values,
85
                                                     const GValue *param_values,
86
                                                     gpointer      invocation_hint,
87
                                                     gpointer      marshal_data);
88

    
89
/* VOID:POINTER,BOOLEAN (./genmarshal:11) */
90
extern void gnt_closure_marshal_VOID__POINTER_BOOLEAN (GClosure     *closure,
91
                                                       GValue       *return_value,
92
                                                       guint         n_param_values,
93
                                                       const GValue *param_values,
94
                                                       gpointer      invocation_hint,
95
                                                       gpointer      marshal_data);
96

    
97
G_END_DECLS
98

    
99
#endif /* __gnt_closure_marshal_MARSHAL_H__ */
100