gst_plugins_base/gst-libs/gst/interfaces/interfaces-marshal.h
changeset 0 0e761a78d257
equal deleted inserted replaced
-1:000000000000 0:0e761a78d257
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __gst_interfaces_marshal_MARSHAL_H__
       
    19 #define __gst_interfaces_marshal_MARSHAL_H__
       
    20 
       
    21 #include	<glib-object.h>
       
    22 
       
    23 G_BEGIN_DECLS
       
    24 
       
    25 /* VOID:OBJECT,BOOLEAN (interfaces-marshal.list:1) */
       
    26 #ifdef __SYMBIAN32__
       
    27 IMPORT_C
       
    28 #endif
       
    29 
       
    30 extern void gst_interfaces_marshal_VOID__OBJECT_BOOLEAN (GClosure     *closure,
       
    31                                                          GValue       *return_value,
       
    32                                                          guint         n_param_values,
       
    33                                                          const GValue *param_values,
       
    34                                                          gpointer      invocation_hint,
       
    35                                                          gpointer      marshal_data);
       
    36 
       
    37 /* VOID:OBJECT,POINTER (interfaces-marshal.list:2) */
       
    38 #ifdef __SYMBIAN32__
       
    39 IMPORT_C
       
    40 #endif
       
    41 
       
    42 extern void gst_interfaces_marshal_VOID__OBJECT_POINTER (GClosure     *closure,
       
    43                                                          GValue       *return_value,
       
    44                                                          guint         n_param_values,
       
    45                                                          const GValue *param_values,
       
    46                                                          gpointer      invocation_hint,
       
    47                                                          gpointer      marshal_data);
       
    48 
       
    49 /* VOID:OBJECT,STRING (interfaces-marshal.list:3) */
       
    50 #ifdef __SYMBIAN32__
       
    51 IMPORT_C
       
    52 #endif
       
    53 
       
    54 extern void gst_interfaces_marshal_VOID__OBJECT_STRING (GClosure     *closure,
       
    55                                                         GValue       *return_value,
       
    56                                                         guint         n_param_values,
       
    57                                                         const GValue *param_values,
       
    58                                                         gpointer      invocation_hint,
       
    59                                                         gpointer      marshal_data);
       
    60 
       
    61 /* VOID:OBJECT,ULONG (interfaces-marshal.list:4) */
       
    62 #ifdef __SYMBIAN32__
       
    63 IMPORT_C
       
    64 #endif
       
    65 
       
    66 extern void gst_interfaces_marshal_VOID__OBJECT_ULONG (GClosure     *closure,
       
    67                                                        GValue       *return_value,
       
    68                                                        guint         n_param_values,
       
    69                                                        const GValue *param_values,
       
    70                                                        gpointer      invocation_hint,
       
    71                                                        gpointer      marshal_data);
       
    72 
       
    73 /* VOID:OBJECT,INT (interfaces-marshal.list:5) */
       
    74 #ifdef __SYMBIAN32__
       
    75 IMPORT_C
       
    76 #endif
       
    77 
       
    78 extern void gst_interfaces_marshal_VOID__OBJECT_INT (GClosure     *closure,
       
    79                                                      GValue       *return_value,
       
    80                                                      guint         n_param_values,
       
    81                                                      const GValue *param_values,
       
    82                                                      gpointer      invocation_hint,
       
    83                                                      gpointer      marshal_data);
       
    84 
       
    85 G_END_DECLS
       
    86 
       
    87 #endif /* __gst_interfaces_marshal_MARSHAL_H__ */
       
    88