gstreamer_core/gst/gstmarshal.h
changeset 2 5505e8908944
equal deleted inserted replaced
1:4c282e7dd6d3 2:5505e8908944
       
     1 
       
     2 #ifndef __gst_marshal_MARSHAL_H__
       
     3 #define __gst_marshal_MARSHAL_H__
       
     4 
       
     5 #include	<glib-object.h>
       
     6 
       
     7 G_BEGIN_DECLS
       
     8 
       
     9 /* VOID:VOID (./gstmarshal.list:1) */
       
    10 #define gst_marshal_VOID__VOID	g_cclosure_marshal_VOID__VOID
       
    11 
       
    12 /* VOID:BOOLEAN (./gstmarshal.list:2) */
       
    13 #define gst_marshal_VOID__BOOLEAN	g_cclosure_marshal_VOID__BOOLEAN
       
    14 
       
    15 /* VOID:INT (./gstmarshal.list:3) */
       
    16 #define gst_marshal_VOID__INT	g_cclosure_marshal_VOID__INT
       
    17 
       
    18 /* VOID:STRING (./gstmarshal.list:4) */
       
    19 #define gst_marshal_VOID__STRING	g_cclosure_marshal_VOID__STRING
       
    20 
       
    21 /* VOID:BOXED (./gstmarshal.list:5) */
       
    22 #define gst_marshal_VOID__BOXED	g_cclosure_marshal_VOID__BOXED
       
    23 
       
    24 /* VOID:BOXED,OBJECT (./gstmarshal.list:6) */
       
    25 #ifdef __SYMBIAN32__
       
    26 IMPORT_C
       
    27 #endif
       
    28 
       
    29 extern void gst_marshal_VOID__BOXED_OBJECT (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:POINTER (./gstmarshal.list:7) */
       
    37 #define gst_marshal_VOID__POINTER	g_cclosure_marshal_VOID__POINTER
       
    38 
       
    39 /* VOID:POINTER,OBJECT (./gstmarshal.list:8) */
       
    40 #ifdef __SYMBIAN32__
       
    41 IMPORT_C
       
    42 #endif
       
    43 
       
    44 extern void gst_marshal_VOID__POINTER_OBJECT (GClosure     *closure,
       
    45                                               GValue       *return_value,
       
    46                                               guint         n_param_values,
       
    47                                               const GValue *param_values,
       
    48                                               gpointer      invocation_hint,
       
    49                                               gpointer      marshal_data);
       
    50 
       
    51 /* VOID:OBJECT (./gstmarshal.list:9) */
       
    52 #define gst_marshal_VOID__OBJECT	g_cclosure_marshal_VOID__OBJECT
       
    53 
       
    54 /* VOID:OBJECT,OBJECT (./gstmarshal.list:10) */
       
    55 #ifdef __SYMBIAN32__
       
    56 IMPORT_C
       
    57 #endif
       
    58 
       
    59 extern void gst_marshal_VOID__OBJECT_OBJECT (GClosure     *closure,
       
    60                                              GValue       *return_value,
       
    61                                              guint         n_param_values,
       
    62                                              const GValue *param_values,
       
    63                                              gpointer      invocation_hint,
       
    64                                              gpointer      marshal_data);
       
    65 
       
    66 /* VOID:OBJECT,PARAM (./gstmarshal.list:11) */
       
    67 #ifdef __SYMBIAN32__
       
    68 IMPORT_C
       
    69 #endif
       
    70 
       
    71 extern void gst_marshal_VOID__OBJECT_PARAM (GClosure     *closure,
       
    72                                             GValue       *return_value,
       
    73                                             guint         n_param_values,
       
    74                                             const GValue *param_values,
       
    75                                             gpointer      invocation_hint,
       
    76                                             gpointer      marshal_data);
       
    77 
       
    78 /* VOID:OBJECT,POINTER (./gstmarshal.list:12) */
       
    79 #ifdef __SYMBIAN32__
       
    80 IMPORT_C
       
    81 #endif
       
    82 
       
    83 extern void gst_marshal_VOID__OBJECT_POINTER (GClosure     *closure,
       
    84                                               GValue       *return_value,
       
    85                                               guint         n_param_values,
       
    86                                               const GValue *param_values,
       
    87                                               gpointer      invocation_hint,
       
    88                                               gpointer      marshal_data);
       
    89 
       
    90 /* VOID:OBJECT,BOXED (./gstmarshal.list:13) */
       
    91 #ifdef __SYMBIAN32__
       
    92 IMPORT_C
       
    93 #endif
       
    94 
       
    95 extern void gst_marshal_VOID__OBJECT_BOXED (GClosure     *closure,
       
    96                                             GValue       *return_value,
       
    97                                             guint         n_param_values,
       
    98                                             const GValue *param_values,
       
    99                                             gpointer      invocation_hint,
       
   100                                             gpointer      marshal_data);
       
   101 
       
   102 /* VOID:OBJECT,BOXED,STRING (./gstmarshal.list:14) */
       
   103 #ifdef __SYMBIAN32__
       
   104 IMPORT_C
       
   105 #endif
       
   106 
       
   107 extern void gst_marshal_VOID__OBJECT_BOXED_STRING (GClosure     *closure,
       
   108                                                    GValue       *return_value,
       
   109                                                    guint         n_param_values,
       
   110                                                    const GValue *param_values,
       
   111                                                    gpointer      invocation_hint,
       
   112                                                    gpointer      marshal_data);
       
   113 
       
   114 /* VOID:OBJECT,OBJECT,STRING (./gstmarshal.list:15) */
       
   115 #ifdef __SYMBIAN32__
       
   116 IMPORT_C
       
   117 #endif
       
   118 
       
   119 extern void gst_marshal_VOID__OBJECT_OBJECT_STRING (GClosure     *closure,
       
   120                                                     GValue       *return_value,
       
   121                                                     guint         n_param_values,
       
   122                                                     const GValue *param_values,
       
   123                                                     gpointer      invocation_hint,
       
   124                                                     gpointer      marshal_data);
       
   125 
       
   126 /* VOID:OBJECT,STRING (./gstmarshal.list:16) */
       
   127 #ifdef __SYMBIAN32__
       
   128 IMPORT_C
       
   129 #endif
       
   130 
       
   131 extern void gst_marshal_VOID__OBJECT_STRING (GClosure     *closure,
       
   132                                              GValue       *return_value,
       
   133                                              guint         n_param_values,
       
   134                                              const GValue *param_values,
       
   135                                              gpointer      invocation_hint,
       
   136                                              gpointer      marshal_data);
       
   137 
       
   138 /* VOID:INT,INT (./gstmarshal.list:17) */
       
   139 #ifdef __SYMBIAN32__
       
   140 IMPORT_C
       
   141 #endif
       
   142 
       
   143 extern void gst_marshal_VOID__INT_INT (GClosure     *closure,
       
   144                                        GValue       *return_value,
       
   145                                        guint         n_param_values,
       
   146                                        const GValue *param_values,
       
   147                                        gpointer      invocation_hint,
       
   148                                        gpointer      marshal_data);
       
   149 
       
   150 /* VOID:INT64 (./gstmarshal.list:18) */
       
   151 #ifdef __SYMBIAN32__
       
   152 IMPORT_C
       
   153 #endif
       
   154 
       
   155 extern void gst_marshal_VOID__INT64 (GClosure     *closure,
       
   156                                      GValue       *return_value,
       
   157                                      guint         n_param_values,
       
   158                                      const GValue *param_values,
       
   159                                      gpointer      invocation_hint,
       
   160                                      gpointer      marshal_data);
       
   161 
       
   162 /* VOID:UINT,BOXED (./gstmarshal.list:19) */
       
   163 #ifdef __SYMBIAN32__
       
   164 IMPORT_C
       
   165 #endif
       
   166 
       
   167 extern void gst_marshal_VOID__UINT_BOXED (GClosure     *closure,
       
   168                                           GValue       *return_value,
       
   169                                           guint         n_param_values,
       
   170                                           const GValue *param_values,
       
   171                                           gpointer      invocation_hint,
       
   172                                           gpointer      marshal_data);
       
   173 
       
   174 /* VOID:UINT,POINTER (./gstmarshal.list:20) */
       
   175 #define gst_marshal_VOID__UINT_POINTER	g_cclosure_marshal_VOID__UINT_POINTER
       
   176 
       
   177 /* BOOLEAN:VOID (./gstmarshal.list:21) */
       
   178 #ifdef __SYMBIAN32__
       
   179 IMPORT_C
       
   180 #endif
       
   181 
       
   182 extern void gst_marshal_BOOLEAN__VOID (GClosure     *closure,
       
   183                                        GValue       *return_value,
       
   184                                        guint         n_param_values,
       
   185                                        const GValue *param_values,
       
   186                                        gpointer      invocation_hint,
       
   187                                        gpointer      marshal_data);
       
   188 
       
   189 /* BOOLEAN:POINTER (./gstmarshal.list:22) */
       
   190 #ifdef __SYMBIAN32__
       
   191 IMPORT_C
       
   192 #endif
       
   193 
       
   194 extern void gst_marshal_BOOLEAN__POINTER (GClosure     *closure,
       
   195                                           GValue       *return_value,
       
   196                                           guint         n_param_values,
       
   197                                           const GValue *param_values,
       
   198                                           gpointer      invocation_hint,
       
   199                                           gpointer      marshal_data);
       
   200 
       
   201 /* POINTER:POINTER (./gstmarshal.list:23) */
       
   202 #ifdef __SYMBIAN32__
       
   203 IMPORT_C
       
   204 #endif
       
   205 
       
   206 extern void gst_marshal_POINTER__POINTER (GClosure     *closure,
       
   207                                           GValue       *return_value,
       
   208                                           guint         n_param_values,
       
   209                                           const GValue *param_values,
       
   210                                           gpointer      invocation_hint,
       
   211                                           gpointer      marshal_data);
       
   212 
       
   213 /* BOXED:BOXED (./gstmarshal.list:24) */
       
   214 #ifdef __SYMBIAN32__
       
   215 IMPORT_C
       
   216 #endif
       
   217 
       
   218 extern void gst_marshal_BOXED__BOXED (GClosure     *closure,
       
   219                                       GValue       *return_value,
       
   220                                       guint         n_param_values,
       
   221                                       const GValue *param_values,
       
   222                                       gpointer      invocation_hint,
       
   223                                       gpointer      marshal_data);
       
   224 
       
   225 G_END_DECLS
       
   226 
       
   227 #endif /* __gst_marshal_MARSHAL_H__ */
       
   228