gst_plugins_base/gst-libs/gst/interfaces/interfaces-marshal.h
changeset 2 5505e8908944
equal deleted inserted replaced
1:4c282e7dd6d3 2:5505e8908944
       
     1 
       
     2 #ifndef __gst_interfaces_marshal_MARSHAL_H__
       
     3 #define __gst_interfaces_marshal_MARSHAL_H__
       
     4 
       
     5 #include	<glib-object.h>
       
     6 
       
     7 G_BEGIN_DECLS
       
     8 
       
     9 /* VOID:OBJECT,BOOLEAN (interfaces-marshal.list:1) */
       
    10 #ifdef __SYMBIAN32__
       
    11 IMPORT_C
       
    12 #endif
       
    13 
       
    14 extern void gst_interfaces_marshal_VOID__OBJECT_BOOLEAN (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:OBJECT,POINTER (interfaces-marshal.list:2) */
       
    22 #ifdef __SYMBIAN32__
       
    23 IMPORT_C
       
    24 #endif
       
    25 
       
    26 extern void gst_interfaces_marshal_VOID__OBJECT_POINTER (GClosure     *closure,
       
    27                                                          GValue       *return_value,
       
    28                                                          guint         n_param_values,
       
    29                                                          const GValue *param_values,
       
    30                                                          gpointer      invocation_hint,
       
    31                                                          gpointer      marshal_data);
       
    32 
       
    33 /* VOID:OBJECT,STRING (interfaces-marshal.list:3) */
       
    34 #ifdef __SYMBIAN32__
       
    35 IMPORT_C
       
    36 #endif
       
    37 
       
    38 extern void gst_interfaces_marshal_VOID__OBJECT_STRING (GClosure     *closure,
       
    39                                                         GValue       *return_value,
       
    40                                                         guint         n_param_values,
       
    41                                                         const GValue *param_values,
       
    42                                                         gpointer      invocation_hint,
       
    43                                                         gpointer      marshal_data);
       
    44 
       
    45 /* VOID:OBJECT,ULONG (interfaces-marshal.list:4) */
       
    46 #ifdef __SYMBIAN32__
       
    47 IMPORT_C
       
    48 #endif
       
    49 
       
    50 extern void gst_interfaces_marshal_VOID__OBJECT_ULONG (GClosure     *closure,
       
    51                                                        GValue       *return_value,
       
    52                                                        guint         n_param_values,
       
    53                                                        const GValue *param_values,
       
    54                                                        gpointer      invocation_hint,
       
    55                                                        gpointer      marshal_data);
       
    56 
       
    57 /* VOID:OBJECT,INT (interfaces-marshal.list:5) */
       
    58 #ifdef __SYMBIAN32__
       
    59 IMPORT_C
       
    60 #endif
       
    61 
       
    62 extern void gst_interfaces_marshal_VOID__OBJECT_INT (GClosure     *closure,
       
    63                                                      GValue       *return_value,
       
    64                                                      guint         n_param_values,
       
    65                                                      const GValue *param_values,
       
    66                                                      gpointer      invocation_hint,
       
    67                                                      gpointer      marshal_data);
       
    68 
       
    69 G_END_DECLS
       
    70 
       
    71 #endif /* __gst_interfaces_marshal_MARSHAL_H__ */
       
    72