gst_plugins_base/gst-libs/gst/app/gstapp-marshal.h
changeset 8 4a7fac7dd34a
parent 0 0e761a78d257
child 30 7e817e7e631c
equal deleted inserted replaced
7:71e347f905f2 8:4a7fac7dd34a
     1 /* GStreamer
     1 
     2  * Copyright (C) 2007
     2 #ifndef ____gst_app_marshal_MARSHAL_H__
     3  *
     3 #define ____gst_app_marshal_MARSHAL_H__
     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__
       
    21 
     4 
    22 #include	<glib-object.h>
     5 #include	<glib-object.h>
    23 
     6 
    24 G_BEGIN_DECLS
     7 G_BEGIN_DECLS
    25 
     8 
    26 /* VOID:UINT (gstapp-marshal.list:1) */
     9 /* BOOLEAN:UINT64 (gstapp-marshal.list:1) */
    27 #define __gst_app_marshal_VOID__UINT	g_cclosure_marshal_VOID__UINT
    10 extern void __gst_app_marshal_BOOLEAN__UINT64 (GClosure     *closure,
       
    11                                                GValue       *return_value,
       
    12                                                guint         n_param_values,
       
    13                                                const GValue *param_values,
       
    14                                                gpointer      invocation_hint,
       
    15                                                gpointer      marshal_data);
    28 
    16 
    29 /* BOOLEAN:UINT64 (gstapp-marshal.list:2) */
    17 /* ENUM:OBJECT (gstapp-marshal.list:2) */
    30 extern void __gst_app_marshal_BOOLEAN__UINT64 (GClosure     *closure,
    18 extern void __gst_app_marshal_ENUM__OBJECT (GClosure     *closure,
    31                                              GValue       *return_value,
    19                                             GValue       *return_value,
    32                                              guint         n_param_values,
    20                                             guint         n_param_values,
    33                                              const GValue *param_values,
    21                                             const GValue *param_values,
    34                                              gpointer      invocation_hint,
    22                                             gpointer      invocation_hint,
    35                                              gpointer      marshal_data);
    23                                             gpointer      marshal_data);
    36 
    24 
    37 /* ENUM:OBJECT (gstapp-marshal.list:3) */
    25 /* ENUM:VOID (gstapp-marshal.list:3) */
    38 extern void __gst_app_marshal_ENUM__OBJECT (GClosure     *closure,
    26 extern void __gst_app_marshal_ENUM__VOID (GClosure     *closure,
    39                                           GValue       *return_value,
    27                                           GValue       *return_value,
    40                                           guint         n_param_values,
    28                                           guint         n_param_values,
    41                                           const GValue *param_values,
    29                                           const GValue *param_values,
    42                                           gpointer      invocation_hint,
    30                                           gpointer      invocation_hint,
    43                                           gpointer      marshal_data);
    31                                           gpointer      marshal_data);
    44 
    32 
    45 /* ENUM:VOID (gstapp-marshal.list:4) */
    33 /* VOID:UINT (gstapp-marshal.list:4) */
    46 extern void __gst_app_marshal_ENUM__VOID (GClosure     *closure,
    34 #define __gst_app_marshal_VOID__UINT	g_cclosure_marshal_VOID__UINT
    47                                         GValue       *return_value,
       
    48                                         guint         n_param_values,
       
    49                                         const GValue *param_values,
       
    50                                         gpointer      invocation_hint,
       
    51                                         gpointer      marshal_data);
       
    52 
    35 
    53 G_END_DECLS
    36 G_END_DECLS
    54 
    37 
    55 #endif /* __gst_app_marshal_MARSHAL_H__ */
    38 #endif /* ____gst_app_marshal_MARSHAL_H__ */
    56 
    39