~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to app/core/gimpmarshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
                                           gpointer      invocation_hint,
129
129
                                           gpointer      marshal_data);
130
130
 
131
 
/* VOID:OBJECT,POINTER (./gimpmarshal.list:45) */
 
131
/* VOID:OBJECT,OBJECT (./gimpmarshal.list:45) */
 
132
extern void gimp_marshal_VOID__OBJECT_OBJECT (GClosure     *closure,
 
133
                                              GValue       *return_value,
 
134
                                              guint         n_param_values,
 
135
                                              const GValue *param_values,
 
136
                                              gpointer      invocation_hint,
 
137
                                              gpointer      marshal_data);
 
138
 
 
139
/* VOID:OBJECT,POINTER (./gimpmarshal.list:46) */
132
140
extern void gimp_marshal_VOID__OBJECT_POINTER (GClosure     *closure,
133
141
                                               GValue       *return_value,
134
142
                                               guint         n_param_values,
136
144
                                               gpointer      invocation_hint,
137
145
                                               gpointer      marshal_data);
138
146
 
139
 
/* VOID:POINTER (./gimpmarshal.list:46) */
 
147
/* VOID:POINTER (./gimpmarshal.list:47) */
140
148
#define gimp_marshal_VOID__POINTER      g_cclosure_marshal_VOID__POINTER
141
149
 
142
 
/* VOID:STRING (./gimpmarshal.list:47) */
 
150
/* VOID:POINTER,BOXED (./gimpmarshal.list:48) */
 
151
extern void gimp_marshal_VOID__POINTER_BOXED (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
 
 
158
/* VOID:POINTER,ENUM (./gimpmarshal.list:49) */
 
159
extern void gimp_marshal_VOID__POINTER_ENUM (GClosure     *closure,
 
160
                                             GValue       *return_value,
 
161
                                             guint         n_param_values,
 
162
                                             const GValue *param_values,
 
163
                                             gpointer      invocation_hint,
 
164
                                             gpointer      marshal_data);
 
165
 
 
166
/* VOID:STRING (./gimpmarshal.list:50) */
143
167
#define gimp_marshal_VOID__STRING       g_cclosure_marshal_VOID__STRING
144
168
 
145
 
/* VOID:STRING,BOOLEAN,UINT,FLAGS (./gimpmarshal.list:48) */
 
169
/* VOID:STRING,BOOLEAN,UINT,FLAGS (./gimpmarshal.list:51) */
146
170
extern void gimp_marshal_VOID__STRING_BOOLEAN_UINT_FLAGS (GClosure     *closure,
147
171
                                                          GValue       *return_value,
148
172
                                                          guint         n_param_values,
150
174
                                                          gpointer      invocation_hint,
151
175
                                                          gpointer      marshal_data);
152
176
 
153
 
/* VOID:STRING,FLAGS (./gimpmarshal.list:49) */
 
177
/* VOID:STRING,FLAGS (./gimpmarshal.list:52) */
154
178
extern void gimp_marshal_VOID__STRING_FLAGS (GClosure     *closure,
155
179
                                             GValue       *return_value,
156
180
                                             guint         n_param_values,
158
182
                                             gpointer      invocation_hint,
159
183
                                             gpointer      marshal_data);
160
184
 
161
 
/* VOID:VOID (./gimpmarshal.list:50) */
 
185
/* VOID:STRING,STRING,STRING (./gimpmarshal.list:53) */
 
186
extern void gimp_marshal_VOID__STRING_STRING_STRING (GClosure     *closure,
 
187
                                                     GValue       *return_value,
 
188
                                                     guint         n_param_values,
 
189
                                                     const GValue *param_values,
 
190
                                                     gpointer      invocation_hint,
 
191
                                                     gpointer      marshal_data);
 
192
 
 
193
/* VOID:VOID (./gimpmarshal.list:54) */
162
194
#define gimp_marshal_VOID__VOID g_cclosure_marshal_VOID__VOID
163
195
 
164
196
G_END_DECLS