#ifndef __monkey_net_marshal_MARSHAL_H__ #define __monkey_net_marshal_MARSHAL_H__ #include G_BEGIN_DECLS /* VOID:UINT,UINT,FLOAT (monkey-marshal.list:1) */ extern void monkey_net_marshal_VOID__UINT_UINT_FLOAT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); /* VOID:UINT,UINT (monkey-marshal.list:2) */ extern void monkey_net_marshal_VOID__UINT_UINT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); /* VOID:UINT,BOOLEAN (monkey-marshal.list:3) */ extern void monkey_net_marshal_VOID__UINT_BOOLEAN (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); /* VOID:UINT,POINTER (monkey-marshal.list:4) */ #define monkey_net_marshal_VOID__UINT_POINTER g_cclosure_marshal_VOID__UINT_POINTER /* VOID:UINT,UINT,POINTER (monkey-marshal.list:5) */ extern void monkey_net_marshal_VOID__UINT_UINT_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); /* VOID:UINT,UINT,POINTER,UINT (monkey-marshal.list:6) */ extern void monkey_net_marshal_VOID__UINT_UINT_POINTER_UINT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); /* VOID:UINT,UINT,POINTER,POINTER (monkey-marshal.list:7) */ extern void monkey_net_marshal_VOID__UINT_UINT_POINTER_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); /* VOID:UINT,UINT,UINT,POINTER,POINTER (monkey-marshal.list:8) */ extern void monkey_net_marshal_VOID__UINT_UINT_UINT_POINTER_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); G_END_DECLS #endif /* __monkey_net_marshal_MARSHAL_H__ */