~ubuntu-branches/ubuntu/utopic/libinfinity/utopic-proposed

« back to all changes in this revision

Viewing changes to libinfinity/inf-marshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Kern
  • Date: 2011-04-01 10:44:57 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110401104457-q7927ly61fr51tqs
Tags: 0.5.0-1
* New upstream release.
* Drop patches applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
/* VOID:OBJECT (inf-marshal.in:4) */
24
24
#define inf_marshal_VOID__OBJECT        g_cclosure_marshal_VOID__OBJECT
25
25
 
26
 
/* VOID:UINT,UINT,OBJECT (inf-marshal.in:5) */
27
 
extern void inf_marshal_VOID__UINT_UINT_OBJECT (GClosure     *closure,
28
 
                                                GValue       *return_value,
29
 
                                                guint         n_param_values,
30
 
                                                const GValue *param_values,
31
 
                                                gpointer      invocation_hint,
32
 
                                                gpointer      marshal_data);
33
 
 
34
 
/* VOID:POINTER (inf-marshal.in:6) */
 
26
/* VOID:POINTER (inf-marshal.in:5) */
35
27
#define inf_marshal_VOID__POINTER       g_cclosure_marshal_VOID__POINTER
36
28
 
37
 
/* VOID:OBJECT,DOUBLE (inf-marshal.in:7) */
 
29
/* VOID:OBJECT,DOUBLE (inf-marshal.in:6) */
38
30
extern void inf_marshal_VOID__OBJECT_DOUBLE (GClosure     *closure,
39
31
                                             GValue       *return_value,
40
32
                                             guint         n_param_values,
42
34
                                             gpointer      invocation_hint,
43
35
                                             gpointer      marshal_data);
44
36
 
45
 
/* VOID:OBJECT,POINTER (inf-marshal.in:8) */
 
37
/* VOID:OBJECT,POINTER (inf-marshal.in:7) */
46
38
extern void inf_marshal_VOID__OBJECT_POINTER (GClosure     *closure,
47
39
                                              GValue       *return_value,
48
40
                                              guint         n_param_values,
50
42
                                              gpointer      invocation_hint,
51
43
                                              gpointer      marshal_data);
52
44
 
53
 
/* VOID:POINTER,UINT (inf-marshal.in:9) */
 
45
/* VOID:POINTER,UINT (inf-marshal.in:8) */
54
46
extern void inf_marshal_VOID__POINTER_UINT (GClosure     *closure,
55
47
                                            GValue       *return_value,
56
48
                                            guint         n_param_values,
58
50
                                            gpointer      invocation_hint,
59
51
                                            gpointer      marshal_data);
60
52
 
61
 
/* VOID:UINT (inf-marshal.in:10) */
 
53
/* VOID:UINT (inf-marshal.in:9) */
62
54
#define inf_marshal_VOID__UINT  g_cclosure_marshal_VOID__UINT
63
55
 
64
 
/* VOID:UINT,UINT (inf-marshal.in:11) */
 
56
/* VOID:UINT,UINT (inf-marshal.in:10) */
65
57
extern void inf_marshal_VOID__UINT_UINT (GClosure     *closure,
66
58
                                         GValue       *return_value,
67
59
                                         guint         n_param_values,
69
61
                                         gpointer      invocation_hint,
70
62
                                         gpointer      marshal_data);
71
63
 
72
 
/* VOID:OBJECT,BOOLEAN (inf-marshal.in:12) */
 
64
/* VOID:OBJECT,BOOLEAN (inf-marshal.in:11) */
73
65
extern void inf_marshal_VOID__OBJECT_BOOLEAN (GClosure     *closure,
74
66
                                              GValue       *return_value,
75
67
                                              guint         n_param_values,
77
69
                                              gpointer      invocation_hint,
78
70
                                              gpointer      marshal_data);
79
71
 
80
 
/* VOID:UINT,BOXED,OBJECT (inf-marshal.in:13) */
 
72
/* VOID:UINT,BOXED,OBJECT (inf-marshal.in:12) */
81
73
extern void inf_marshal_VOID__UINT_BOXED_OBJECT (GClosure     *closure,
82
74
                                                 GValue       *return_value,
83
75
                                                 guint         n_param_values,
85
77
                                                 gpointer      invocation_hint,
86
78
                                                 gpointer      marshal_data);
87
79
 
88
 
/* VOID:UINT,INT (inf-marshal.in:14) */
89
 
extern void inf_marshal_VOID__UINT_INT (GClosure     *closure,
90
 
                                        GValue       *return_value,
91
 
                                        guint         n_param_values,
92
 
                                        const GValue *param_values,
93
 
                                        gpointer      invocation_hint,
94
 
                                        gpointer      marshal_data);
 
80
/* VOID:UINT,INT,BOOLEAN (inf-marshal.in:13) */
 
81
extern void inf_marshal_VOID__UINT_INT_BOOLEAN (GClosure     *closure,
 
82
                                                GValue       *return_value,
 
83
                                                guint         n_param_values,
 
84
                                                const GValue *param_values,
 
85
                                                gpointer      invocation_hint,
 
86
                                                gpointer      marshal_data);
95
87
 
96
 
/* VOID:OBJECT,OBJECT (inf-marshal.in:15) */
 
88
/* VOID:OBJECT,OBJECT (inf-marshal.in:14) */
97
89
extern void inf_marshal_VOID__OBJECT_OBJECT (GClosure     *closure,
98
90
                                             GValue       *return_value,
99
91
                                             guint         n_param_values,
101
93
                                             gpointer      invocation_hint,
102
94
                                             gpointer      marshal_data);
103
95
 
104
 
/* VOID:BOXED,OBJECT (inf-marshal.in:16) */
 
96
/* VOID:BOXED,OBJECT (inf-marshal.in:15) */
105
97
extern void inf_marshal_VOID__BOXED_OBJECT (GClosure     *closure,
106
98
                                            GValue       *return_value,
107
99
                                            guint         n_param_values,
109
101
                                            gpointer      invocation_hint,
110
102
                                            gpointer      marshal_data);
111
103
 
112
 
/* VOID:BOXED,BOXED,OBJECT (inf-marshal.in:17) */
 
104
/* VOID:BOXED,BOXED,OBJECT (inf-marshal.in:16) */
113
105
extern void inf_marshal_VOID__BOXED_BOXED_OBJECT (GClosure     *closure,
114
106
                                                  GValue       *return_value,
115
107
                                                  guint         n_param_values,
117
109
                                                  gpointer      invocation_hint,
118
110
                                                  gpointer      marshal_data);
119
111
 
120
 
/* VOID:OBJECT,OBJECT,BOOLEAN (inf-marshal.in:18) */
 
112
/* VOID:OBJECT,OBJECT,BOOLEAN (inf-marshal.in:17) */
121
113
extern void inf_marshal_VOID__OBJECT_OBJECT_BOOLEAN (GClosure     *closure,
122
114
                                                     GValue       *return_value,
123
115
                                                     guint         n_param_values,
125
117
                                                     gpointer      invocation_hint,
126
118
                                                     gpointer      marshal_data);
127
119
 
128
 
/* VOID:DOUBLE (inf-marshal.in:19) */
 
120
/* VOID:DOUBLE (inf-marshal.in:18) */
129
121
#define inf_marshal_VOID__DOUBLE        g_cclosure_marshal_VOID__DOUBLE
130
122
 
131
 
/* VOID:ENUM (inf-marshal.in:20) */
 
123
/* VOID:ENUM (inf-marshal.in:19) */
132
124
#define inf_marshal_VOID__ENUM  g_cclosure_marshal_VOID__ENUM
133
125
 
134
 
/* BOOLEAN:OBJECT,OBJECT (inf-marshal.in:21) */
 
126
/* BOOLEAN:OBJECT,OBJECT (inf-marshal.in:20) */
135
127
extern void inf_marshal_BOOLEAN__OBJECT_OBJECT (GClosure     *closure,
136
128
                                                GValue       *return_value,
137
129
                                                guint         n_param_values,
139
131
                                                gpointer      invocation_hint,
140
132
                                                gpointer      marshal_data);
141
133
 
142
 
/* VOID:OBJECT,UINT (inf-marshal.in:22) */
 
134
/* VOID:OBJECT,UINT (inf-marshal.in:21) */
143
135
extern void inf_marshal_VOID__OBJECT_UINT (GClosure     *closure,
144
136
                                           GValue       *return_value,
145
137
                                           guint         n_param_values,
147
139
                                           gpointer      invocation_hint,
148
140
                                           gpointer      marshal_data);
149
141
 
 
142
/* POINTER:POINTER (inf-marshal.in:22) */
 
143
extern void inf_marshal_POINTER__POINTER (GClosure     *closure,
 
144
                                          GValue       *return_value,
 
145
                                          guint         n_param_values,
 
146
                                          const GValue *param_values,
 
147
                                          gpointer      invocation_hint,
 
148
                                          gpointer      marshal_data);
 
149
 
 
150
/* POINTER:OBJECT,POINTER (inf-marshal.in:23) */
 
151
extern void inf_marshal_POINTER__OBJECT_POINTER (GClosure     *closure,
 
152
                                                 GValue       *return_value,
 
153
                                                 guint         n_param_values,
 
154
                                                 const GValue *param_values,
 
155
                                                 gpointer      invocation_hint,
 
156
                                                 gpointer      marshal_data);
 
157
 
150
158
G_END_DECLS
151
159
 
152
160
#endif /* __inf_marshal_MARSHAL_H__ */