Ardour  9.0-pre0-427-gd2a3450e2f
gdkmarshalers.h
Go to the documentation of this file.
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 ___GDK_MARSHAL_MARSHAL_H__
3 #define ___GDK_MARSHAL_MARSHAL_H__
4 
5 #include <glib-object.h>
6 
7 G_BEGIN_DECLS
8 
9 /* VOID:OBJECT (./gdkmarshalers.list:1) */
10 #define _gdk_marshal_VOID__OBJECT g_cclosure_marshal_VOID__OBJECT
11 
12 /* VOID:BOOLEAN (./gdkmarshalers.list:2) */
13 #define _gdk_marshal_VOID__BOOLEAN g_cclosure_marshal_VOID__BOOLEAN
14 
15 /* VOID:POINTER,POINTER,POINTER (./gdkmarshalers.list:3) */
16 extern
18  GValue *return_value,
19  guint n_param_values,
20  const GValue *param_values,
21  gpointer invocation_hint,
22  gpointer marshal_data);
23 
24 /* OBJECT:VOID (./gdkmarshalers.list:4) */
25 extern
26 void _gdk_marshal_OBJECT__VOID (GClosure *closure,
27  GValue *return_value,
28  guint n_param_values,
29  const GValue *param_values,
30  gpointer invocation_hint,
31  gpointer marshal_data);
32 
33 /* OBJECT:DOUBLE,DOUBLE (./gdkmarshalers.list:5) */
34 extern
35 void _gdk_marshal_OBJECT__DOUBLE_DOUBLE (GClosure *closure,
36  GValue *return_value,
37  guint n_param_values,
38  const GValue *param_values,
39  gpointer invocation_hint,
40  gpointer marshal_data);
41 
42 /* VOID:DOUBLE,DOUBLE,POINTER,POINTER (./gdkmarshalers.list:6) */
43 extern
45  GValue *return_value,
46  guint n_param_values,
47  const GValue *param_values,
48  gpointer invocation_hint,
49  gpointer marshal_data);
50 
51 
52 G_END_DECLS
53 
54 #endif /* ___GDK_MARSHAL_MARSHAL_H__ */
void _gdk_marshal_OBJECT__DOUBLE_DOUBLE(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void _gdk_marshal_OBJECT__VOID(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void _gdk_marshal_VOID__POINTER_POINTER_POINTER(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void _gdk_marshal_VOID__DOUBLE_DOUBLE_POINTER_POINTER(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)