BEAST - Free Software Audio Synthesizer and Tracker  0.9.2
bstmarshal.h
Go to the documentation of this file.
1 
2 #ifndef __bst_marshal_MARSHAL_H__
3 #define __bst_marshal_MARSHAL_H__
4 
5 #include <glib-object.h>
6 
7 G_BEGIN_DECLS
8 
9 /* NONE:POINTER (./bstmarshal.list:25) */
10 #define bst_marshal_VOID__POINTER g_cclosure_marshal_VOID__POINTER
11 #define bst_marshal_NONE__POINTER bst_marshal_VOID__POINTER
12 
13 /* NONE:POINTER,POINTER (./bstmarshal.list:26) */
14 extern void bst_marshal_VOID__POINTER_POINTER (GClosure *closure,
15  GValue *return_value,
16  guint n_param_values,
17  const GValue *param_values,
18  gpointer invocation_hint,
19  gpointer marshal_data);
20 #define bst_marshal_NONE__POINTER_POINTER bst_marshal_VOID__POINTER_POINTER
21 
22 /* NONE:UINT,UINT (./bstmarshal.list:27) */
23 extern void bst_marshal_VOID__UINT_UINT (GClosure *closure,
24  GValue *return_value,
25  guint n_param_values,
26  const GValue *param_values,
27  gpointer invocation_hint,
28  gpointer marshal_data);
29 #define bst_marshal_NONE__UINT_UINT bst_marshal_VOID__UINT_UINT
30 
31 /* NONE:UINT,INT (./bstmarshal.list:28) */
32 extern void bst_marshal_VOID__UINT_INT (GClosure *closure,
33  GValue *return_value,
34  guint n_param_values,
35  const GValue *param_values,
36  gpointer invocation_hint,
37  gpointer marshal_data);
38 #define bst_marshal_NONE__UINT_INT bst_marshal_VOID__UINT_INT
39 
40 /* NONE:BOOLEAN,OBJECT (./bstmarshal.list:29) */
41 extern void bst_marshal_VOID__BOOLEAN_OBJECT (GClosure *closure,
42  GValue *return_value,
43  guint n_param_values,
44  const GValue *param_values,
45  gpointer invocation_hint,
46  gpointer marshal_data);
47 #define bst_marshal_NONE__BOOLEAN_OBJECT bst_marshal_VOID__BOOLEAN_OBJECT
48 
49 /* NONE:INT (./bstmarshal.list:30) */
50 #define bst_marshal_VOID__INT g_cclosure_marshal_VOID__INT
51 #define bst_marshal_NONE__INT bst_marshal_VOID__INT
52 
53 /* NONE:UINT,UINT,UINT,UINT,UINT,UINT,UINT (./bstmarshal.list:31) */
54 extern void bst_marshal_VOID__UINT_UINT_UINT_UINT_UINT_UINT_UINT (GClosure *closure,
55  GValue *return_value,
56  guint n_param_values,
57  const GValue *param_values,
58  gpointer invocation_hint,
59  gpointer marshal_data);
60 #define bst_marshal_NONE__UINT_UINT_UINT_UINT_UINT_UINT_UINT bst_marshal_VOID__UINT_UINT_UINT_UINT_UINT_UINT_UINT
61 
62 /* NONE:UINT (./bstmarshal.list:32) */
63 #define bst_marshal_VOID__UINT g_cclosure_marshal_VOID__UINT
64 #define bst_marshal_NONE__UINT bst_marshal_VOID__UINT
65 
66 /* NONE:UINT,UINT,FLOAT (./bstmarshal.list:33) */
67 extern void bst_marshal_VOID__UINT_UINT_FLOAT (GClosure *closure,
68  GValue *return_value,
69  guint n_param_values,
70  const GValue *param_values,
71  gpointer invocation_hint,
72  gpointer marshal_data);
73 #define bst_marshal_NONE__UINT_UINT_FLOAT bst_marshal_VOID__UINT_UINT_FLOAT
74 
75 /* NONE:UINT,UINT,FLOAT,BOXED (./bstmarshal.list:34) */
76 extern void bst_marshal_VOID__UINT_UINT_FLOAT_BOXED (GClosure *closure,
77  GValue *return_value,
78  guint n_param_values,
79  const GValue *param_values,
80  gpointer invocation_hint,
81  gpointer marshal_data);
82 #define bst_marshal_NONE__UINT_UINT_FLOAT_BOXED bst_marshal_VOID__UINT_UINT_FLOAT_BOXED
83 
84 /* NONE:UINT,UINT,INT,BOXED (./bstmarshal.list:35) */
85 extern void bst_marshal_VOID__UINT_UINT_INT_BOXED (GClosure *closure,
86  GValue *return_value,
87  guint n_param_values,
88  const GValue *param_values,
89  gpointer invocation_hint,
90  gpointer marshal_data);
91 #define bst_marshal_NONE__UINT_UINT_INT_BOXED bst_marshal_VOID__UINT_UINT_INT_BOXED
92 
93 /* NONE:UINT,UINT,BOXED (./bstmarshal.list:36) */
94 extern void bst_marshal_VOID__UINT_UINT_BOXED (GClosure *closure,
95  GValue *return_value,
96  guint n_param_values,
97  const GValue *param_values,
98  gpointer invocation_hint,
99  gpointer marshal_data);
100 #define bst_marshal_NONE__UINT_UINT_BOXED bst_marshal_VOID__UINT_UINT_BOXED
101 
102 /* NONE:UINT,INT,BOXED (./bstmarshal.list:37) */
103 extern void bst_marshal_VOID__UINT_INT_BOXED (GClosure *closure,
104  GValue *return_value,
105  guint n_param_values,
106  const GValue *param_values,
107  gpointer invocation_hint,
108  gpointer marshal_data);
109 #define bst_marshal_NONE__UINT_INT_BOXED bst_marshal_VOID__UINT_INT_BOXED
110 
111 /* BOOL:BOOL (./bstmarshal.list:38) */
112 extern void bst_marshal_BOOLEAN__BOOLEAN (GClosure *closure,
113  GValue *return_value,
114  guint n_param_values,
115  const GValue *param_values,
116  gpointer invocation_hint,
117  gpointer marshal_data);
118 #define bst_marshal_BOOL__BOOL bst_marshal_BOOLEAN__BOOLEAN
119 
120 /* NONE:UINT,POINTER (./bstmarshal.list:39) */
121 #define bst_marshal_VOID__UINT_POINTER g_cclosure_marshal_VOID__UINT_POINTER
122 #define bst_marshal_NONE__UINT_POINTER bst_marshal_VOID__UINT_POINTER
123 
124 /* NONE:OBJECT,OBJECT (./bstmarshal.list:40) */
125 extern void bst_marshal_VOID__OBJECT_OBJECT (GClosure *closure,
126  GValue *return_value,
127  guint n_param_values,
128  const GValue *param_values,
129  gpointer invocation_hint,
130  gpointer marshal_data);
131 #define bst_marshal_NONE__OBJECT_OBJECT bst_marshal_VOID__OBJECT_OBJECT
132 
133 /* NONE:STRING (./bstmarshal.list:41) */
134 #define bst_marshal_VOID__STRING g_cclosure_marshal_VOID__STRING
135 #define bst_marshal_NONE__STRING bst_marshal_VOID__STRING
136 
137 /* NONE:BOOLEAN (./bstmarshal.list:42) */
138 #define bst_marshal_VOID__BOOLEAN g_cclosure_marshal_VOID__BOOLEAN
139 #define bst_marshal_NONE__BOOLEAN bst_marshal_VOID__BOOLEAN
140 
141 /* BOOLEAN:UINT (./bstmarshal.list:43) */
142 extern void bst_marshal_BOOLEAN__UINT (GClosure *closure,
143  GValue *return_value,
144  guint n_param_values,
145  const GValue *param_values,
146  gpointer invocation_hint,
147  gpointer marshal_data);
148 
149 /* NONE:BOXED (./bstmarshal.list:44) */
150 #define bst_marshal_VOID__BOXED g_cclosure_marshal_VOID__BOXED
151 #define bst_marshal_NONE__BOXED bst_marshal_VOID__BOXED
152 
153 G_END_DECLS
154 
155 #endif /* __bst_marshal_MARSHAL_H__ */
156