gst_plugins_base/gst-libs/gst/app/gstapp-marshal.h
changeset 0 0e761a78d257
child 7 567bb019e3e3
equal deleted inserted replaced
-1:000000000000 0:0e761a78d257
       
     1 /* GStreamer
       
     2  * Copyright (C) 2007
       
     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__
       
    21 
       
    22 #include	<glib-object.h>
       
    23 
       
    24 G_BEGIN_DECLS
       
    25 
       
    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) */
       
    30 extern void __gst_app_marshal_BOOLEAN__UINT64 (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 /* ENUM:OBJECT (gstapp-marshal.list:3) */
       
    38 extern void __gst_app_marshal_ENUM__OBJECT (GClosure     *closure,
       
    39                                           GValue       *return_value,
       
    40                                           guint         n_param_values,
       
    41                                           const GValue *param_values,
       
    42                                           gpointer      invocation_hint,
       
    43                                           gpointer      marshal_data);
       
    44 
       
    45 /* ENUM:VOID (gstapp-marshal.list:4) */
       
    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);
       
    52 
       
    53 G_END_DECLS
       
    54 
       
    55 #endif /* __gst_app_marshal_MARSHAL_H__ */
       
    56