1 /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
2 #ifndef ___EGG_MARSHAL_MARSHAL_H__
3 #define ___EGG_MARSHAL_MARSHAL_H__
4 
5 #include <glib-object.h>
6 
7 G_BEGIN_DECLS
8 
9 /* VOID:INT,INT (./eggmarshalers.list:1) */
10 extern
11 void _egg_marshal_VOID__INT_INT (GClosure     *closure,
12                                  GValue       *return_value,
13                                  guint         n_param_values,
14                                  const GValue *param_values,
15                                  gpointer      invocation_hint,
16                                  gpointer      marshal_data);
17 
18 
19 G_END_DECLS
20 
21 #endif /* ___EGG_MARSHAL_MARSHAL_H__ */
22