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