gst_plugins_base/gst-libs/gst/app/gstapp-marshal.h
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
     1 
     1 /* GStreamer
     2 #ifndef ____gst_app_marshal_MARSHAL_H__
     2  * Copyright (C) 2007
     3 #define ____gst_app_marshal_MARSHAL_H__
     3  *
       
     4  * This library is free software; you can redistribute it and/or
       
     5  * modify it under the terms of the GNU Library General Public
       
     6  * License as published by the Free Software Foundation; either
       
     7  * version 2 of the License, or (at your option) any later version.
       
     8  *
       
     9  * This library is distributed in the hope that it will be useful,
       
    10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    12  * Library General Public License for more details.
       
    13  *
       
    14  * You should have received a copy of the GNU Library General Public
       
    15  * License along with this library; if not, write to the
       
    16  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
       
    17  * Boston, MA 02111-1307, USA.
       
    18  */
       
    19 #ifndef __gst_app_marshal_MARSHAL_H__
       
    20 #define __gst_app_marshal_MARSHAL_H__
     4 
    21 
     5 #include	<glib-object.h>
    22 #include	<glib-object.h>
     6 
    23 
     7 G_BEGIN_DECLS
    24 G_BEGIN_DECLS
     8 
    25 
     9 /* BOOLEAN:UINT64 (gstapp-marshal.list:1) */
    26 /* VOID:UINT (gstapp-marshal.list:1) */
       
    27 #define __gst_app_marshal_VOID__UINT	g_cclosure_marshal_VOID__UINT
       
    28 
       
    29 /* BOOLEAN:UINT64 (gstapp-marshal.list:2) */
    10 extern void __gst_app_marshal_BOOLEAN__UINT64 (GClosure     *closure,
    30 extern void __gst_app_marshal_BOOLEAN__UINT64 (GClosure     *closure,
    11                                                GValue       *return_value,
    31                                              GValue       *return_value,
    12                                                guint         n_param_values,
    32                                              guint         n_param_values,
    13                                                const GValue *param_values,
    33                                              const GValue *param_values,
    14                                                gpointer      invocation_hint,
    34                                              gpointer      invocation_hint,
    15                                                gpointer      marshal_data);
    35                                              gpointer      marshal_data);
    16 
    36 
    17 /* ENUM:OBJECT (gstapp-marshal.list:2) */
    37 /* ENUM:OBJECT (gstapp-marshal.list:3) */
    18 extern void __gst_app_marshal_ENUM__OBJECT (GClosure     *closure,
    38 extern void __gst_app_marshal_ENUM__OBJECT (GClosure     *closure,
    19                                             GValue       *return_value,
       
    20                                             guint         n_param_values,
       
    21                                             const GValue *param_values,
       
    22                                             gpointer      invocation_hint,
       
    23                                             gpointer      marshal_data);
       
    24 
       
    25 /* ENUM:VOID (gstapp-marshal.list:3) */
       
    26 extern void __gst_app_marshal_ENUM__VOID (GClosure     *closure,
       
    27                                           GValue       *return_value,
    39                                           GValue       *return_value,
    28                                           guint         n_param_values,
    40                                           guint         n_param_values,
    29                                           const GValue *param_values,
    41                                           const GValue *param_values,
    30                                           gpointer      invocation_hint,
    42                                           gpointer      invocation_hint,
    31                                           gpointer      marshal_data);
    43                                           gpointer      marshal_data);
    32 
    44 
    33 /* VOID:UINT (gstapp-marshal.list:4) */
    45 /* ENUM:VOID (gstapp-marshal.list:4) */
    34 #define __gst_app_marshal_VOID__UINT	g_cclosure_marshal_VOID__UINT
    46 extern void __gst_app_marshal_ENUM__VOID (GClosure     *closure,
       
    47                                         GValue       *return_value,
       
    48                                         guint         n_param_values,
       
    49                                         const GValue *param_values,
       
    50                                         gpointer      invocation_hint,
       
    51                                         gpointer      marshal_data);
    35 
    52 
    36 G_END_DECLS
    53 G_END_DECLS
    37 
    54 
    38 #endif /* ____gst_app_marshal_MARSHAL_H__ */
    55 #endif /* __gst_app_marshal_MARSHAL_H__ */
    39 
    56