gst-gmyth/decodebin2/gstplay-marshal.h
author morphbr
Tue Aug 28 08:16:13 2007 +0100 (2007-08-28)
branchtrunk
changeset 827 30368d31696e
permissions -rw-r--r--
[svn r833] - Restored working version of gmyth_monitor_handler.c
- Patch on gmyth-cat by Renato Filho
renatofilho@787
     1
renatofilho@787
     2
#ifndef __gst_play_marshal_MARSHAL_H__
renatofilho@787
     3
#define __gst_play_marshal_MARSHAL_H__
renatofilho@787
     4
renatofilho@787
     5
#include	<glib-object.h>
renatofilho@787
     6
renatofilho@787
     7
G_BEGIN_DECLS
renatofilho@787
     8
renatofilho@787
     9
/* BOOLEAN:OBJECT (gstplay-marshal.list:1) */
renatofilho@787
    10
extern void gst_play_marshal_BOOLEAN__OBJECT (GClosure     *closure,
renatofilho@787
    11
                                              GValue       *return_value,
renatofilho@787
    12
                                              guint         n_param_values,
renatofilho@787
    13
                                              const GValue *param_values,
renatofilho@787
    14
                                              gpointer      invocation_hint,
renatofilho@787
    15
                                              gpointer      marshal_data);
renatofilho@787
    16
renatofilho@787
    17
/* VOID:OBJECT,BOOLEAN (gstplay-marshal.list:2) */
renatofilho@787
    18
extern void gst_play_marshal_VOID__OBJECT_BOOLEAN (GClosure     *closure,
renatofilho@787
    19
                                                   GValue       *return_value,
renatofilho@787
    20
                                                   guint         n_param_values,
renatofilho@787
    21
                                                   const GValue *param_values,
renatofilho@787
    22
                                                   gpointer      invocation_hint,
renatofilho@787
    23
                                                   gpointer      marshal_data);
renatofilho@787
    24
renatofilho@787
    25
/* BOOLEAN:OBJECT,POINTER (gstplay-marshal.list:3) */
renatofilho@787
    26
extern void gst_play_marshal_BOOLEAN__OBJECT_POINTER (GClosure     *closure,
renatofilho@787
    27
                                                      GValue       *return_value,
renatofilho@787
    28
                                                      guint         n_param_values,
renatofilho@787
    29
                                                      const GValue *param_values,
renatofilho@787
    30
                                                      gpointer      invocation_hint,
renatofilho@787
    31
                                                      gpointer      marshal_data);
renatofilho@787
    32
renatofilho@787
    33
G_END_DECLS
renatofilho@787
    34
renatofilho@787
    35
#endif /* __gst_play_marshal_MARSHAL_H__ */
renatofilho@787
    36