mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
47 lines
2.3 KiB
C
47 lines
2.3 KiB
C
|
|
#ifndef __gst_tcp_marshal_MARSHAL_H__
|
|
#define __gst_tcp_marshal_MARSHAL_H__
|
|
|
|
#include <glib-object.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
/* VOID:STRING,UINT (gsttcp-marshal.list:1) */
|
|
extern void gst_tcp_marshal_VOID__STRING_UINT (GClosure *closure,
|
|
GValue *return_value,
|
|
guint n_param_values,
|
|
const GValue *param_values,
|
|
gpointer invocation_hint,
|
|
gpointer marshal_data);
|
|
|
|
/* VOID:INT (gsttcp-marshal.list:2) */
|
|
#define gst_tcp_marshal_VOID__INT g_cclosure_marshal_VOID__INT
|
|
|
|
/* VOID:INT,BOXED (gsttcp-marshal.list:3) */
|
|
extern void gst_tcp_marshal_VOID__INT_BOXED (GClosure *closure,
|
|
GValue *return_value,
|
|
guint n_param_values,
|
|
const GValue *param_values,
|
|
gpointer invocation_hint,
|
|
gpointer marshal_data);
|
|
|
|
/* VOID:INT,ENUM,INT,UINT64,INT,UINT64 (gsttcp-marshal.list:4) */
|
|
extern void gst_tcp_marshal_VOID__INT_ENUM_INT_UINT64_INT_UINT64 (GClosure *closure,
|
|
GValue *return_value,
|
|
guint n_param_values,
|
|
const GValue *param_values,
|
|
gpointer invocation_hint,
|
|
gpointer marshal_data);
|
|
|
|
/* BOXED:INT (gsttcp-marshal.list:5) */
|
|
extern void gst_tcp_marshal_BOXED__INT (GClosure *closure,
|
|
GValue *return_value,
|
|
guint n_param_values,
|
|
const GValue *param_values,
|
|
gpointer invocation_hint,
|
|
gpointer marshal_data);
|
|
|
|
G_END_DECLS
|
|
|
|
#endif /* __gst_tcp_marshal_MARSHAL_H__ */
|
|
|