gst_plugins_base/gst-libs/gst/rtsp/rtsp-marshal.h
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
     1 
       
     2 #ifndef __gst_rtsp_marshal_MARSHAL_H__
       
     3 #define __gst_rtsp_marshal_MARSHAL_H__
       
     4 
       
     5 #include	<glib-object.h>
       
     6 
       
     7 G_BEGIN_DECLS
       
     8 
       
     9 /* ENUM:POINTER,POINTER (rtsp-marshal.list:1) */
       
    10 extern void gst_rtsp_marshal_ENUM__POINTER_POINTER (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 G_END_DECLS
       
    18 
       
    19 #endif /* __gst_rtsp_marshal_MARSHAL_H__ */
       
    20