Release 0.10.29
[platform/upstream/gst-plugins-good.git] / win32 / common / gstrtpbin-marshal.h
1
2 #ifndef __gst_rtp_bin_marshal_MARSHAL_H__
3 #define __gst_rtp_bin_marshal_MARSHAL_H__
4
5 #include        <glib-object.h>
6
7 G_BEGIN_DECLS
8
9 /* UINT:UINT (gstrtpbin-marshal.list:1) */
10 extern void gst_rtp_bin_marshal_UINT__UINT (GClosure     *closure,
11                                             GValue       *return_value,
12                                             guint         n_param_values,
13                                             const GValue *param_values,
14                                             gpointer      invocation_hint,
15                                             gpointer      marshal_data);
16
17 /* BOXED:UINT (gstrtpbin-marshal.list:2) */
18 extern void gst_rtp_bin_marshal_BOXED__UINT (GClosure     *closure,
19                                              GValue       *return_value,
20                                              guint         n_param_values,
21                                              const GValue *param_values,
22                                              gpointer      invocation_hint,
23                                              gpointer      marshal_data);
24
25 /* BOXED:UINT,UINT (gstrtpbin-marshal.list:3) */
26 extern void gst_rtp_bin_marshal_BOXED__UINT_UINT (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:UINT (gstrtpbin-marshal.list:4) */
34 extern void gst_rtp_bin_marshal_OBJECT__UINT (GClosure     *closure,
35                                               GValue       *return_value,
36                                               guint         n_param_values,
37                                               const GValue *param_values,
38                                               gpointer      invocation_hint,
39                                               gpointer      marshal_data);
40
41 /* VOID:UINT,OBJECT (gstrtpbin-marshal.list:5) */
42 extern void gst_rtp_bin_marshal_VOID__UINT_OBJECT (GClosure     *closure,
43                                                    GValue       *return_value,
44                                                    guint         n_param_values,
45                                                    const GValue *param_values,
46                                                    gpointer      invocation_hint,
47                                                    gpointer      marshal_data);
48
49 /* VOID:UINT (gstrtpbin-marshal.list:6) */
50 #define gst_rtp_bin_marshal_VOID__UINT  g_cclosure_marshal_VOID__UINT
51
52 /* VOID:UINT,UINT (gstrtpbin-marshal.list:7) */
53 extern void gst_rtp_bin_marshal_VOID__UINT_UINT (GClosure     *closure,
54                                                  GValue       *return_value,
55                                                  guint         n_param_values,
56                                                  const GValue *param_values,
57                                                  gpointer      invocation_hint,
58                                                  gpointer      marshal_data);
59
60 /* VOID:OBJECT,OBJECT (gstrtpbin-marshal.list:8) */
61 extern void gst_rtp_bin_marshal_VOID__OBJECT_OBJECT (GClosure     *closure,
62                                                      GValue       *return_value,
63                                                      guint         n_param_values,
64                                                      const GValue *param_values,
65                                                      gpointer      invocation_hint,
66                                                      gpointer      marshal_data);
67
68 /* UINT64:BOOL,UINT64 (gstrtpbin-marshal.list:9) */
69 extern void gst_rtp_bin_marshal_UINT64__BOOLEAN_UINT64 (GClosure     *closure,
70                                                         GValue       *return_value,
71                                                         guint         n_param_values,
72                                                         const GValue *param_values,
73                                                         gpointer      invocation_hint,
74                                                         gpointer      marshal_data);
75 #define gst_rtp_bin_marshal_UINT64__BOOL_UINT64 gst_rtp_bin_marshal_UINT64__BOOLEAN_UINT64
76
77 /* VOID:UINT64 (gstrtpbin-marshal.list:10) */
78 extern void gst_rtp_bin_marshal_VOID__UINT64 (GClosure     *closure,
79                                               GValue       *return_value,
80                                               guint         n_param_values,
81                                               const GValue *param_values,
82                                               gpointer      invocation_hint,
83                                               gpointer      marshal_data);
84
85 G_END_DECLS
86
87 #endif /* __gst_rtp_bin_marshal_MARSHAL_H__ */
88