BEAST/BSE - Better Audio System and Sound Engine
0.8.2
|
00001 00002 #ifndef __bst_marshal_MARSHAL_H__ 00003 #define __bst_marshal_MARSHAL_H__ 00004 00005 #include <glib-object.h> 00006 00007 G_BEGIN_DECLS 00008 00009 /* NONE:POINTER (./bstmarshal.list:25) */ 00010 #define bst_marshal_VOID__POINTER g_cclosure_marshal_VOID__POINTER 00011 #define bst_marshal_NONE__POINTER bst_marshal_VOID__POINTER 00012 00013 /* NONE:POINTER,POINTER (./bstmarshal.list:26) */ 00014 extern void bst_marshal_VOID__POINTER_POINTER (GClosure *closure, 00015 GValue *return_value, 00016 guint n_param_values, 00017 const GValue *param_values, 00018 gpointer invocation_hint, 00019 gpointer marshal_data); 00020 #define bst_marshal_NONE__POINTER_POINTER bst_marshal_VOID__POINTER_POINTER 00021 00022 /* NONE:UINT,UINT (./bstmarshal.list:27) */ 00023 extern void bst_marshal_VOID__UINT_UINT (GClosure *closure, 00024 GValue *return_value, 00025 guint n_param_values, 00026 const GValue *param_values, 00027 gpointer invocation_hint, 00028 gpointer marshal_data); 00029 #define bst_marshal_NONE__UINT_UINT bst_marshal_VOID__UINT_UINT 00030 00031 /* NONE:UINT,INT (./bstmarshal.list:28) */ 00032 extern void bst_marshal_VOID__UINT_INT (GClosure *closure, 00033 GValue *return_value, 00034 guint n_param_values, 00035 const GValue *param_values, 00036 gpointer invocation_hint, 00037 gpointer marshal_data); 00038 #define bst_marshal_NONE__UINT_INT bst_marshal_VOID__UINT_INT 00039 00040 /* NONE:BOOLEAN,OBJECT (./bstmarshal.list:29) */ 00041 extern void bst_marshal_VOID__BOOLEAN_OBJECT (GClosure *closure, 00042 GValue *return_value, 00043 guint n_param_values, 00044 const GValue *param_values, 00045 gpointer invocation_hint, 00046 gpointer marshal_data); 00047 #define bst_marshal_NONE__BOOLEAN_OBJECT bst_marshal_VOID__BOOLEAN_OBJECT 00048 00049 /* NONE:INT (./bstmarshal.list:30) */ 00050 #define bst_marshal_VOID__INT g_cclosure_marshal_VOID__INT 00051 #define bst_marshal_NONE__INT bst_marshal_VOID__INT 00052 00053 /* NONE:UINT,UINT,UINT,UINT,UINT,UINT,UINT (./bstmarshal.list:31) */ 00054 extern void bst_marshal_VOID__UINT_UINT_UINT_UINT_UINT_UINT_UINT (GClosure *closure, 00055 GValue *return_value, 00056 guint n_param_values, 00057 const GValue *param_values, 00058 gpointer invocation_hint, 00059 gpointer marshal_data); 00060 #define bst_marshal_NONE__UINT_UINT_UINT_UINT_UINT_UINT_UINT bst_marshal_VOID__UINT_UINT_UINT_UINT_UINT_UINT_UINT 00061 00062 /* NONE:UINT (./bstmarshal.list:32) */ 00063 #define bst_marshal_VOID__UINT g_cclosure_marshal_VOID__UINT 00064 #define bst_marshal_NONE__UINT bst_marshal_VOID__UINT 00065 00066 /* NONE:UINT,UINT,FLOAT (./bstmarshal.list:33) */ 00067 extern void bst_marshal_VOID__UINT_UINT_FLOAT (GClosure *closure, 00068 GValue *return_value, 00069 guint n_param_values, 00070 const GValue *param_values, 00071 gpointer invocation_hint, 00072 gpointer marshal_data); 00073 #define bst_marshal_NONE__UINT_UINT_FLOAT bst_marshal_VOID__UINT_UINT_FLOAT 00074 00075 /* NONE:UINT,UINT,FLOAT,BOXED (./bstmarshal.list:34) */ 00076 extern void bst_marshal_VOID__UINT_UINT_FLOAT_BOXED (GClosure *closure, 00077 GValue *return_value, 00078 guint n_param_values, 00079 const GValue *param_values, 00080 gpointer invocation_hint, 00081 gpointer marshal_data); 00082 #define bst_marshal_NONE__UINT_UINT_FLOAT_BOXED bst_marshal_VOID__UINT_UINT_FLOAT_BOXED 00083 00084 /* NONE:UINT,UINT,INT,BOXED (./bstmarshal.list:35) */ 00085 extern void bst_marshal_VOID__UINT_UINT_INT_BOXED (GClosure *closure, 00086 GValue *return_value, 00087 guint n_param_values, 00088 const GValue *param_values, 00089 gpointer invocation_hint, 00090 gpointer marshal_data); 00091 #define bst_marshal_NONE__UINT_UINT_INT_BOXED bst_marshal_VOID__UINT_UINT_INT_BOXED 00092 00093 /* NONE:UINT,UINT,BOXED (./bstmarshal.list:36) */ 00094 extern void bst_marshal_VOID__UINT_UINT_BOXED (GClosure *closure, 00095 GValue *return_value, 00096 guint n_param_values, 00097 const GValue *param_values, 00098 gpointer invocation_hint, 00099 gpointer marshal_data); 00100 #define bst_marshal_NONE__UINT_UINT_BOXED bst_marshal_VOID__UINT_UINT_BOXED 00101 00102 /* NONE:UINT,INT,BOXED (./bstmarshal.list:37) */ 00103 extern void bst_marshal_VOID__UINT_INT_BOXED (GClosure *closure, 00104 GValue *return_value, 00105 guint n_param_values, 00106 const GValue *param_values, 00107 gpointer invocation_hint, 00108 gpointer marshal_data); 00109 #define bst_marshal_NONE__UINT_INT_BOXED bst_marshal_VOID__UINT_INT_BOXED 00110 00111 /* BOOL:BOOL (./bstmarshal.list:38) */ 00112 extern void bst_marshal_BOOLEAN__BOOLEAN (GClosure *closure, 00113 GValue *return_value, 00114 guint n_param_values, 00115 const GValue *param_values, 00116 gpointer invocation_hint, 00117 gpointer marshal_data); 00118 #define bst_marshal_BOOL__BOOL bst_marshal_BOOLEAN__BOOLEAN 00119 00120 /* NONE:UINT,POINTER (./bstmarshal.list:39) */ 00121 #define bst_marshal_VOID__UINT_POINTER g_cclosure_marshal_VOID__UINT_POINTER 00122 #define bst_marshal_NONE__UINT_POINTER bst_marshal_VOID__UINT_POINTER 00123 00124 /* NONE:OBJECT,OBJECT (./bstmarshal.list:40) */ 00125 extern void bst_marshal_VOID__OBJECT_OBJECT (GClosure *closure, 00126 GValue *return_value, 00127 guint n_param_values, 00128 const GValue *param_values, 00129 gpointer invocation_hint, 00130 gpointer marshal_data); 00131 #define bst_marshal_NONE__OBJECT_OBJECT bst_marshal_VOID__OBJECT_OBJECT 00132 00133 /* NONE:STRING (./bstmarshal.list:41) */ 00134 #define bst_marshal_VOID__STRING g_cclosure_marshal_VOID__STRING 00135 #define bst_marshal_NONE__STRING bst_marshal_VOID__STRING 00136 00137 /* NONE:BOOLEAN (./bstmarshal.list:42) */ 00138 #define bst_marshal_VOID__BOOLEAN g_cclosure_marshal_VOID__BOOLEAN 00139 #define bst_marshal_NONE__BOOLEAN bst_marshal_VOID__BOOLEAN 00140 00141 /* BOOLEAN:UINT (./bstmarshal.list:43) */ 00142 extern void bst_marshal_BOOLEAN__UINT (GClosure *closure, 00143 GValue *return_value, 00144 guint n_param_values, 00145 const GValue *param_values, 00146 gpointer invocation_hint, 00147 gpointer marshal_data); 00148 00149 /* NONE:BOXED (./bstmarshal.list:44) */ 00150 #define bst_marshal_VOID__BOXED g_cclosure_marshal_VOID__BOXED 00151 #define bst_marshal_NONE__BOXED bst_marshal_VOID__BOXED 00152 00153 G_END_DECLS 00154 00155 #endif /* __bst_marshal_MARSHAL_H__ */ 00156