~shnatsel/+junk/cairo-compmgr

« back to all changes in this revision

Viewing changes to src/ccm-marshallers.h

  • Committer: Sergey "Shnatsel" Davidoff
  • Date: 2012-03-04 22:53:22 UTC
  • Revision ID: shnatsel@gmail.com-20120304225322-q2hz82j51yxv1qqw
fixed up build dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef __ccm_cclosure_marshal_MARSHAL_H__
 
3
#define __ccm_cclosure_marshal_MARSHAL_H__
 
4
 
 
5
#include        <glib-object.h>
 
6
 
 
7
G_BEGIN_DECLS
 
8
/* VOID:INT,INT (ccm-marshallers.list:1) */
 
9
extern void ccm_cclosure_marshal_VOID__INT_INT (GClosure     *closure,
 
10
                                                GValue       *return_value,
 
11
                                                guint         n_param_values,
 
12
                                                const GValue *param_values,
 
13
                                                gpointer      invocation_hint,
 
14
                                                gpointer      marshal_data);
 
15
 
 
16
/* STRING:POINTER (ccm-marshallers.list:2) */
 
17
extern void ccm_cclosure_marshal_STRING__POINTER (GClosure     *closure,
 
18
                                                  GValue       *return_value,
 
19
                                                  guint         n_param_values,
 
20
                                                  const GValue *param_values,
 
21
                                                  gpointer      invocation_hint,
 
22
                                                  gpointer      marshal_data);
 
23
 
 
24
/* BOOLEAN:VOID (ccm-marshallers.list:3) */
 
25
extern void ccm_cclosure_marshal_BOOLEAN__VOID (GClosure     *closure,
 
26
                                                GValue       *return_value,
 
27
                                                guint         n_param_values,
 
28
                                                const GValue *param_values,
 
29
                                                gpointer      invocation_hint,
 
30
                                                gpointer      marshal_data);
 
31
 
 
32
/* VOID:STRING,BOOLEAN (ccm-marshallers.list:4) */
 
33
extern void ccm_cclosure_marshal_VOID__STRING_BOOLEAN (GClosure *closure,
 
34
                                                       GValue   *return_value,
 
35
                                                       guint     n_param_values,
 
36
                                                       const GValue *
 
37
                                                                 param_values,
 
38
                                                       gpointer  invocation_hint,
 
39
                                                       gpointer  marshal_data);
 
40
 
 
41
/* VOID:OBJECT,OBJECT,LONG,LONG,LONG (ccm-marshallers.list:5) */
 
42
extern void ccm_cclosure_marshal_VOID__OBJECT_OBJECT_LONG_LONG_LONG (GClosure *
 
43
                                                                     closure,
 
44
                                                                     GValue *
 
45
                                                                     return_value,
 
46
                                                                     guint
 
47
                                                                     n_param_values,
 
48
                                                                     const
 
49
                                                                     GValue *
 
50
                                                                     param_values,
 
51
                                                                     gpointer
 
52
                                                                     invocation_hint,
 
53
                                                                     gpointer
 
54
                                                                     marshal_data);
 
55
 
 
56
/* VOID:POINTER,POINTER (ccm-marshallers.list:6) */
 
57
extern void ccm_cclosure_marshal_VOID__POINTER_POINTER (GClosure *closure,
 
58
                                                        GValue   *return_value,
 
59
                                                        guint     n_param_values,
 
60
                                                        const GValue *
 
61
                                                                  param_values,
 
62
                                                        gpointer
 
63
                                                                  invocation_hint,
 
64
                                                        gpointer  marshal_data);
 
65
 
 
66
G_END_DECLS
 
67
#endif                          /* __ccm_cclosure_marshal_MARSHAL_H__ */