]> Pileus Git - aweather/blobdiff - src/gis/gis-marshal.h
Splitting GIS into a shared library, and a lot more
[aweather] / src / gis / gis-marshal.h
diff --git a/src/gis/gis-marshal.h b/src/gis/gis-marshal.h
new file mode 100644 (file)
index 0000000..ca695bf
--- /dev/null
@@ -0,0 +1,28 @@
+
+#ifndef __gis_cclosure_marshal_MARSHAL_H__
+#define __gis_cclosure_marshal_MARSHAL_H__
+
+#include       <glib-object.h>
+
+G_BEGIN_DECLS
+
+/* VOID:DOUBLE,DOUBLE,DOUBLE (gis-marshal.list:1) */
+extern void gis_cclosure_marshal_VOID__DOUBLE_DOUBLE_DOUBLE (GClosure     *closure,
+                                                             GValue       *return_value,
+                                                             guint         n_param_values,
+                                                             const GValue *param_values,
+                                                             gpointer      invocation_hint,
+                                                             gpointer      marshal_data);
+
+/* VOID:STRING,UINT,POINTER (gis-marshal.list:2) */
+extern void gis_cclosure_marshal_VOID__STRING_UINT_POINTER (GClosure     *closure,
+                                                            GValue       *return_value,
+                                                            guint         n_param_values,
+                                                            const GValue *param_values,
+                                                            gpointer      invocation_hint,
+                                                            gpointer      marshal_data);
+
+G_END_DECLS
+
+#endif /* __gis_cclosure_marshal_MARSHAL_H__ */
+