gst_plugins_base/gst/tcp/gsttcp-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_tcp_marshal_MARSHAL_H__
       
    19 #define __gst_tcp_marshal_MARSHAL_H__
       
    20 
       
    21 #include	<glib-object.h>
       
    22 
       
    23 G_BEGIN_DECLS
       
    24 
       
    25 /* VOID:STRING,UINT (gsttcp-marshal.list:1) */
       
    26 #ifdef __SYMBIAN32__
       
    27 IMPORT_C
       
    28 #endif
       
    29 
       
    30 extern void gst_tcp_marshal_VOID__STRING_UINT (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:INT (gsttcp-marshal.list:2) */
       
    38 #define gst_tcp_marshal_VOID__INT	g_cclosure_marshal_VOID__INT
       
    39 
       
    40 /* VOID:INT,BOXED (gsttcp-marshal.list:3) */
       
    41 #ifdef __SYMBIAN32__
       
    42 IMPORT_C
       
    43 #endif
       
    44 
       
    45 extern void gst_tcp_marshal_VOID__INT_BOXED (GClosure     *closure,
       
    46                                              GValue       *return_value,
       
    47                                              guint         n_param_values,
       
    48                                              const GValue *param_values,
       
    49                                              gpointer      invocation_hint,
       
    50                                              gpointer      marshal_data);
       
    51 
       
    52 /* VOID:INT,BOOLEAN,INT,UINT64,INT,UINT64 (gsttcp-marshal.list:4) */
       
    53 #ifdef __SYMBIAN32__
       
    54 IMPORT_C
       
    55 #endif
       
    56 
       
    57 extern void gst_tcp_marshal_VOID__INT_BOOLEAN_INT_UINT64_INT_UINT64 (GClosure     *closure,
       
    58                                                                      GValue       *return_value,
       
    59                                                                      guint         n_param_values,
       
    60                                                                      const GValue *param_values,
       
    61                                                                      gpointer      invocation_hint,
       
    62                                                                      gpointer      marshal_data);
       
    63 
       
    64 /* BOXED:INT (gsttcp-marshal.list:5) */
       
    65 #ifdef __SYMBIAN32__
       
    66 IMPORT_C
       
    67 #endif
       
    68 
       
    69 extern void gst_tcp_marshal_BOXED__INT (GClosure     *closure,
       
    70                                         GValue       *return_value,
       
    71                                         guint         n_param_values,
       
    72                                         const GValue *param_values,
       
    73                                         gpointer      invocation_hint,
       
    74                                         gpointer      marshal_data);
       
    75 
       
    76 G_END_DECLS
       
    77 
       
    78 #endif /* __gst_tcp_marshal_MARSHAL_H__ */
       
    79