~ubuntu-branches/ubuntu/jaunty/swfdec0.8/jaunty

« back to all changes in this revision

Viewing changes to vivified/core/vivi_marshal.h

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2008-10-10 19:15:24 UTC
  • Revision ID: package-import@ubuntu.com-20081010191524-5z85qiky1d4bvgfa
Tags: upstream-0.8.0
ImportĀ upstreamĀ versionĀ 0.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef __vivi_marshal_MARSHAL_H__
 
3
#define __vivi_marshal_MARSHAL_H__
 
4
 
 
5
#include        <glib-object.h>
 
6
 
 
7
G_BEGIN_DECLS
 
8
 
 
9
/* BOOLEAN:OBJECT (./vivi_marshal.list:1) */
 
10
extern void vivi_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
/* BOOLEAN:OBJECT,POINTER (./vivi_marshal.list:2) */
 
18
extern void vivi_marshal_BOOLEAN__OBJECT_POINTER (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,STRING,POINTER (./vivi_marshal.list:3) */
 
26
extern void vivi_marshal_BOOLEAN__OBJECT_STRING_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
/* BOOLEAN:VOID (./vivi_marshal.list:4) */
 
34
extern void vivi_marshal_BOOLEAN__VOID (GClosure     *closure,
 
35
                                        GValue       *return_value,
 
36
                                        guint         n_param_values,
 
37
                                        const GValue *param_values,
 
38
                                        gpointer      invocation_hint,
 
39
                                        gpointer      marshal_data);
 
40
 
 
41
G_END_DECLS
 
42
 
 
43
#endif /* __vivi_marshal_MARSHAL_H__ */
 
44