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 __BROWSER_MARSHAL_MARSHAL_H__ |
3 | #define __BROWSER_MARSHAL_MARSHAL_H__ |
4 | |
5 | #include <glib-object.h> |
6 | |
7 | G_BEGIN_DECLS |
8 | |
9 | /* VOID:STRING,BOXED (/home/ubuntu/webkit/Tools/MiniBrowser/gtk/browser-marshal.list:1) */ |
10 | extern |
11 | void browser_marshal_VOID__STRING_BOXED (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 /* __BROWSER_MARSHAL_MARSHAL_H__ */ |
22 | |