mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
21 lines
710 B
C
21 lines
710 B
C
|
|
||
|
#ifndef __gst_rtsp_marshal_MARSHAL_H__
|
||
|
#define __gst_rtsp_marshal_MARSHAL_H__
|
||
|
|
||
|
#include <glib-object.h>
|
||
|
|
||
|
G_BEGIN_DECLS
|
||
|
|
||
|
/* ENUM:POINTER,POINTER (rtsp-marshal.list:1) */
|
||
|
extern void gst_rtsp_marshal_ENUM__POINTER_POINTER (GClosure *closure,
|
||
|
GValue *return_value,
|
||
|
guint n_param_values,
|
||
|
const GValue *param_values,
|
||
|
gpointer invocation_hint,
|
||
|
gpointer marshal_data);
|
||
|
|
||
|
G_END_DECLS
|
||
|
|
||
|
#endif /* __gst_rtsp_marshal_MARSHAL_H__ */
|
||
|
|