gst_plugins_base/gst/tcp/gsttcp-marshal.h
changeset 2 5505e8908944
child 8 4a7fac7dd34a
equal deleted inserted replaced
1:4c282e7dd6d3 2:5505e8908944
       
     1 
       
     2 #ifndef __gst_tcp_marshal_MARSHAL_H__
       
     3 #define __gst_tcp_marshal_MARSHAL_H__
       
     4 
       
     5 #include	<glib-object.h>
       
     6 
       
     7 G_BEGIN_DECLS
       
     8 
       
     9 /* VOID:STRING,UINT (gsttcp-marshal.list:1) */
       
    10 #ifdef __SYMBIAN32__
       
    11 IMPORT_C
       
    12 #endif
       
    13 
       
    14 extern void gst_tcp_marshal_VOID__STRING_UINT (GClosure     *closure,
       
    15                                                GValue       *return_value,
       
    16                                                guint         n_param_values,
       
    17                                                const GValue *param_values,
       
    18                                                gpointer      invocation_hint,
       
    19                                                gpointer      marshal_data);
       
    20 
       
    21 /* VOID:INT (gsttcp-marshal.list:2) */
       
    22 #define gst_tcp_marshal_VOID__INT	g_cclosure_marshal_VOID__INT
       
    23 
       
    24 /* VOID:INT,BOXED (gsttcp-marshal.list:3) */
       
    25 #ifdef __SYMBIAN32__
       
    26 IMPORT_C
       
    27 #endif
       
    28 
       
    29 extern void gst_tcp_marshal_VOID__INT_BOXED (GClosure     *closure,
       
    30                                              GValue       *return_value,
       
    31                                              guint         n_param_values,
       
    32                                              const GValue *param_values,
       
    33                                              gpointer      invocation_hint,
       
    34                                              gpointer      marshal_data);
       
    35 
       
    36 /* VOID:INT,BOOLEAN,INT,UINT64,INT,UINT64 (gsttcp-marshal.list:4) */
       
    37 #ifdef __SYMBIAN32__
       
    38 IMPORT_C
       
    39 #endif
       
    40 
       
    41 extern void gst_tcp_marshal_VOID__INT_BOOLEAN_INT_UINT64_INT_UINT64 (GClosure     *closure,
       
    42                                                                      GValue       *return_value,
       
    43                                                                      guint         n_param_values,
       
    44                                                                      const GValue *param_values,
       
    45                                                                      gpointer      invocation_hint,
       
    46                                                                      gpointer      marshal_data);
       
    47 
       
    48 /* BOXED:INT (gsttcp-marshal.list:5) */
       
    49 #ifdef __SYMBIAN32__
       
    50 IMPORT_C
       
    51 #endif
       
    52 
       
    53 extern void gst_tcp_marshal_BOXED__INT (GClosure     *closure,
       
    54                                         GValue       *return_value,
       
    55                                         guint         n_param_values,
       
    56                                         const GValue *param_values,
       
    57                                         gpointer      invocation_hint,
       
    58                                         gpointer      marshal_data);
       
    59 
       
    60 G_END_DECLS
       
    61 
       
    62 #endif /* __gst_tcp_marshal_MARSHAL_H__ */
       
    63