win32: update .def files for api changes
[platform/upstream/gstreamer.git] / win32 / common / gstmarshal.h
1
2 #ifndef __gst_marshal_MARSHAL_H__
3 #define __gst_marshal_MARSHAL_H__
4
5 #include        <glib-object.h>
6
7 G_BEGIN_DECLS
8
9 /* VOID:VOID (./gstmarshal.list:1) */
10 #define gst_marshal_VOID__VOID  g_cclosure_marshal_VOID__VOID
11
12 /* VOID:BOOLEAN (./gstmarshal.list:2) */
13 #define gst_marshal_VOID__BOOLEAN       g_cclosure_marshal_VOID__BOOLEAN
14
15 /* VOID:INT (./gstmarshal.list:3) */
16 #define gst_marshal_VOID__INT   g_cclosure_marshal_VOID__INT
17
18 /* VOID:STRING (./gstmarshal.list:4) */
19 #define gst_marshal_VOID__STRING        g_cclosure_marshal_VOID__STRING
20
21 /* VOID:BOXED (./gstmarshal.list:5) */
22 #define gst_marshal_VOID__BOXED g_cclosure_marshal_VOID__BOXED
23
24 /* VOID:BOXED,OBJECT (./gstmarshal.list:6) */
25 extern void gst_marshal_VOID__BOXED_OBJECT (GClosure     *closure,
26                                             GValue       *return_value,
27                                             guint         n_param_values,
28                                             const GValue *param_values,
29                                             gpointer      invocation_hint,
30                                             gpointer      marshal_data);
31
32 /* VOID:POINTER (./gstmarshal.list:7) */
33 #define gst_marshal_VOID__POINTER       g_cclosure_marshal_VOID__POINTER
34
35 /* VOID:POINTER,OBJECT (./gstmarshal.list:8) */
36 extern void gst_marshal_VOID__POINTER_OBJECT (GClosure     *closure,
37                                               GValue       *return_value,
38                                               guint         n_param_values,
39                                               const GValue *param_values,
40                                               gpointer      invocation_hint,
41                                               gpointer      marshal_data);
42
43 /* VOID:OBJECT (./gstmarshal.list:9) */
44 #define gst_marshal_VOID__OBJECT        g_cclosure_marshal_VOID__OBJECT
45
46 /* VOID:OBJECT,OBJECT (./gstmarshal.list:10) */
47 extern void gst_marshal_VOID__OBJECT_OBJECT (GClosure     *closure,
48                                              GValue       *return_value,
49                                              guint         n_param_values,
50                                              const GValue *param_values,
51                                              gpointer      invocation_hint,
52                                              gpointer      marshal_data);
53
54 /* VOID:OBJECT,PARAM (./gstmarshal.list:11) */
55 extern void gst_marshal_VOID__OBJECT_PARAM (GClosure     *closure,
56                                             GValue       *return_value,
57                                             guint         n_param_values,
58                                             const GValue *param_values,
59                                             gpointer      invocation_hint,
60                                             gpointer      marshal_data);
61
62 /* VOID:OBJECT,POINTER (./gstmarshal.list:12) */
63 extern void gst_marshal_VOID__OBJECT_POINTER (GClosure     *closure,
64                                               GValue       *return_value,
65                                               guint         n_param_values,
66                                               const GValue *param_values,
67                                               gpointer      invocation_hint,
68                                               gpointer      marshal_data);
69
70 /* VOID:OBJECT,BOXED (./gstmarshal.list:13) */
71 extern void gst_marshal_VOID__OBJECT_BOXED (GClosure     *closure,
72                                             GValue       *return_value,
73                                             guint         n_param_values,
74                                             const GValue *param_values,
75                                             gpointer      invocation_hint,
76                                             gpointer      marshal_data);
77
78 /* VOID:OBJECT,BOXED,STRING (./gstmarshal.list:14) */
79 extern void gst_marshal_VOID__OBJECT_BOXED_STRING (GClosure     *closure,
80                                                    GValue       *return_value,
81                                                    guint         n_param_values,
82                                                    const GValue *param_values,
83                                                    gpointer      invocation_hint,
84                                                    gpointer      marshal_data);
85
86 /* VOID:OBJECT,OBJECT,STRING (./gstmarshal.list:15) */
87 extern void gst_marshal_VOID__OBJECT_OBJECT_STRING (GClosure     *closure,
88                                                     GValue       *return_value,
89                                                     guint         n_param_values,
90                                                     const GValue *param_values,
91                                                     gpointer      invocation_hint,
92                                                     gpointer      marshal_data);
93
94 /* VOID:OBJECT,STRING (./gstmarshal.list:16) */
95 extern void gst_marshal_VOID__OBJECT_STRING (GClosure     *closure,
96                                              GValue       *return_value,
97                                              guint         n_param_values,
98                                              const GValue *param_values,
99                                              gpointer      invocation_hint,
100                                              gpointer      marshal_data);
101
102 /* VOID:INT,INT (./gstmarshal.list:17) */
103 extern void gst_marshal_VOID__INT_INT (GClosure     *closure,
104                                        GValue       *return_value,
105                                        guint         n_param_values,
106                                        const GValue *param_values,
107                                        gpointer      invocation_hint,
108                                        gpointer      marshal_data);
109
110 /* VOID:INT64 (./gstmarshal.list:18) */
111 extern void gst_marshal_VOID__INT64 (GClosure     *closure,
112                                      GValue       *return_value,
113                                      guint         n_param_values,
114                                      const GValue *param_values,
115                                      gpointer      invocation_hint,
116                                      gpointer      marshal_data);
117
118 /* VOID:UINT,BOXED (./gstmarshal.list:19) */
119 extern void gst_marshal_VOID__UINT_BOXED (GClosure     *closure,
120                                           GValue       *return_value,
121                                           guint         n_param_values,
122                                           const GValue *param_values,
123                                           gpointer      invocation_hint,
124                                           gpointer      marshal_data);
125
126 /* VOID:UINT,POINTER (./gstmarshal.list:20) */
127 #define gst_marshal_VOID__UINT_POINTER  g_cclosure_marshal_VOID__UINT_POINTER
128
129 /* BOOLEAN:VOID (./gstmarshal.list:21) */
130 extern void gst_marshal_BOOLEAN__VOID (GClosure     *closure,
131                                        GValue       *return_value,
132                                        guint         n_param_values,
133                                        const GValue *param_values,
134                                        gpointer      invocation_hint,
135                                        gpointer      marshal_data);
136
137 /* BOOLEAN:POINTER (./gstmarshal.list:22) */
138 extern void gst_marshal_BOOLEAN__POINTER (GClosure     *closure,
139                                           GValue       *return_value,
140                                           guint         n_param_values,
141                                           const GValue *param_values,
142                                           gpointer      invocation_hint,
143                                           gpointer      marshal_data);
144
145 /* BOOLEAN:BOXED (./gstmarshal.list:23) */
146 extern void gst_marshal_BOOLEAN__BOXED (GClosure     *closure,
147                                         GValue       *return_value,
148                                         guint         n_param_values,
149                                         const GValue *param_values,
150                                         gpointer      invocation_hint,
151                                         gpointer      marshal_data);
152
153 /* POINTER:POINTER (./gstmarshal.list:24) */
154 extern void gst_marshal_POINTER__POINTER (GClosure     *closure,
155                                           GValue       *return_value,
156                                           guint         n_param_values,
157                                           const GValue *param_values,
158                                           gpointer      invocation_hint,
159                                           gpointer      marshal_data);
160
161 /* BOXED:BOXED (./gstmarshal.list:25) */
162 extern void gst_marshal_BOXED__BOXED (GClosure     *closure,
163                                       GValue       *return_value,
164                                       guint         n_param_values,
165                                       const GValue *param_values,
166                                       gpointer      invocation_hint,
167                                       gpointer      marshal_data);
168
169 G_END_DECLS
170
171 #endif /* __gst_marshal_MARSHAL_H__ */
172