diff options
Diffstat (limited to 'win32/common/gstrtpbin-marshal.h')
-rw-r--r-- | win32/common/gstrtpbin-marshal.h | 105 |
1 files changed, 0 insertions, 105 deletions
diff --git a/win32/common/gstrtpbin-marshal.h b/win32/common/gstrtpbin-marshal.h deleted file mode 100644 index 5a9a196d5..000000000 --- a/win32/common/gstrtpbin-marshal.h +++ /dev/null @@ -1,105 +0,0 @@ - -#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 - -/* VOID:UINT64 (gstrtpbin-marshal.list:10) */ -extern void gst_rtp_bin_marshal_VOID__UINT64 (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* BOOL:BOXED,BOOL (gstrtpbin-marshal.list:11) */ -extern void gst_rtp_bin_marshal_BOOLEAN__BOXED_BOOLEAN (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); -#define gst_rtp_bin_marshal_BOOL__BOXED_BOOL gst_rtp_bin_marshal_BOOLEAN__BOXED_BOOLEAN - -/* VOID:UINT,UINT,UINT,UINT,BOXED (gstrtpbin-marshal.list:12) */ -extern void gst_rtp_bin_marshal_VOID__UINT_UINT_UINT_UINT_BOXED (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -G_END_DECLS - -#endif /* __gst_rtp_bin_marshal_MARSHAL_H__ */ - |