gst-gmyth/decodebin2/gstplay-marshal.h
author melunko
Thu Aug 23 20:24:11 2007 +0100 (2007-08-23)
branchtrunk
changeset 824 e711a64ba03d
permissions -rw-r--r--
[svn r830] fixed config file to expand dir
     1 
     2 #ifndef __gst_play_marshal_MARSHAL_H__
     3 #define __gst_play_marshal_MARSHAL_H__
     4 
     5 #include	<glib-object.h>
     6 
     7 G_BEGIN_DECLS
     8 
     9 /* BOOLEAN:OBJECT (gstplay-marshal.list:1) */
    10 extern void gst_play_marshal_BOOLEAN__OBJECT (GClosure     *closure,
    11                                               GValue       *return_value,
    12                                               guint         n_param_values,
    13                                               const GValue *param_values,
    14                                               gpointer      invocation_hint,
    15                                               gpointer      marshal_data);
    16 
    17 /* VOID:OBJECT,BOOLEAN (gstplay-marshal.list:2) */
    18 extern void gst_play_marshal_VOID__OBJECT_BOOLEAN (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 /* BOOLEAN:OBJECT,POINTER (gstplay-marshal.list:3) */
    26 extern void gst_play_marshal_BOOLEAN__OBJECT_POINTER (GClosure     *closure,
    27                                                       GValue       *return_value,
    28                                                       guint         n_param_values,
    29                                                       const GValue *param_values,
    30                                                       gpointer      invocation_hint,
    31                                                       gpointer      marshal_data);
    32 
    33 G_END_DECLS
    34 
    35 #endif /* __gst_play_marshal_MARSHAL_H__ */
    36