00001
00002 #ifndef __gnt_closure_marshal_MARSHAL_H__
00003 #define __gnt_closure_marshal_MARSHAL_H__
00004
00005 #include <glib-object.h>
00006
00007 G_BEGIN_DECLS
00008
00009
00010 extern void gnt_closure_marshal_BOOLEAN__VOID (GClosure *closure,
00011 GValue *return_value,
00012 guint n_param_values,
00013 const GValue *param_values,
00014 gpointer invocation_hint,
00015 gpointer marshal_data);
00016
00017
00018 extern void gnt_closure_marshal_BOOLEAN__STRING (GClosure *closure,
00019 GValue *return_value,
00020 guint n_param_values,
00021 const GValue *param_values,
00022 gpointer invocation_hint,
00023 gpointer marshal_data);
00024
00025
00026 extern void gnt_closure_marshal_VOID__INT_INT_INT_INT (GClosure *closure,
00027 GValue *return_value,
00028 guint n_param_values,
00029 const GValue *param_values,
00030 gpointer invocation_hint,
00031 gpointer marshal_data);
00032
00033
00034 extern void gnt_closure_marshal_VOID__INT_INT (GClosure *closure,
00035 GValue *return_value,
00036 guint n_param_values,
00037 const GValue *param_values,
00038 gpointer invocation_hint,
00039 gpointer marshal_data);
00040
00041
00042 extern void gnt_closure_marshal_VOID__POINTER_POINTER (GClosure *closure,
00043 GValue *return_value,
00044 guint n_param_values,
00045 const GValue *param_values,
00046 gpointer invocation_hint,
00047 gpointer marshal_data);
00048
00049
00050 extern void gnt_closure_marshal_BOOLEAN__INT_INT (GClosure *closure,
00051 GValue *return_value,
00052 guint n_param_values,
00053 const GValue *param_values,
00054 gpointer invocation_hint,
00055 gpointer marshal_data);
00056
00057
00058 extern void gnt_closure_marshal_BOOLEAN__INT_INT_INT (GClosure *closure,
00059 GValue *return_value,
00060 guint n_param_values,
00061 const GValue *param_values,
00062 gpointer invocation_hint,
00063 gpointer marshal_data);
00064
00065
00066 extern void gnt_closure_marshal_BOOLEAN__POINTER_POINTER_POINTER (GClosure *closure,
00067 GValue *return_value,
00068 guint n_param_values,
00069 const GValue *param_values,
00070 gpointer invocation_hint,
00071 gpointer marshal_data);
00072
00073
00074 extern void gnt_closure_marshal_BOOLEAN__INT_INT_INT_POINTER (GClosure *closure,
00075 GValue *return_value,
00076 guint n_param_values,
00077 const GValue *param_values,
00078 gpointer invocation_hint,
00079 gpointer marshal_data);
00080
00081
00082 extern void gnt_closure_marshal_VOID__STRING_STRING (GClosure *closure,
00083 GValue *return_value,
00084 guint n_param_values,
00085 const GValue *param_values,
00086 gpointer invocation_hint,
00087 gpointer marshal_data);
00088
00089
00090 extern void gnt_closure_marshal_VOID__POINTER_BOOLEAN (GClosure *closure,
00091 GValue *return_value,
00092 guint n_param_values,
00093 const GValue *param_values,
00094 gpointer invocation_hint,
00095 gpointer marshal_data);
00096
00097 G_END_DECLS
00098
00099 #endif
00100