~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to gtk/gtkmarshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-05-04 12:24:25 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20070504122425-0m8midgzrp40y8w2
Tags: 2.10.12-1ubuntu1
* Sync with Debian
* New upstream version:
  Fixed bugs:
  - 379414 file chooser warnings when changing path in the entry
  - 418585 GtkFileChooserDefault sizing code is not DPI independent
  - 419568 Crash in search if start with special letter
  - 435062 build dies with icon cache validation
  - 379399 Segfault to call gtk_print_operation_run twice.
  - 387889 cups backend has problems when there are too many printers
  - 418531 invalid read to gtkicontheme.c gtk_icon_theme_lookup_icon...
  - 423916 crash in color scheme code
  - 424042 Segmentation fault while quickly pressing Alt+arrows
  - 415260 Protect against negative indices when setting values in G...
  - 419171 XGetVisualInfo() may not set nxvisuals
  - 128852 Gdk cursors don't look good on win32
  - 344657 Ctrl-H doesn't toggle "Show Hidden Files" setting
  - 345345 PrintOperation::paginate is not emitted for class handler
  - 347567 GtkPrintOperation::end-print is not emitted if it's cance...
  - 369112 gtk_ui_manager_add_ui should accept unnamed separator
  - 392015 Selected menu item invisible on Windows Vista
  - 399253 MS-Windows Theme Bottom Tab placement rendering glitches
  - 399425 gtk_input_dialog_fill_axes() adds child to gtkscrolledwin...
  - 403251 [patch] little memory leak in GtkPrintJob
  - 403267 [patch] memory leak in GtkPageSetupUnixDialog
  - 403470 MS-Windows Theme tab placement other than on top leaks a ...
  - 404506 Windows system fonts that have multi-byte font names cann...
  - 405089 Incorrect window placement for GtkEventBox private window
  - 405515 Minor leak in gtkfilesystemmodel.c
  - 405539 gdk_pixbuf_save() for PNG saver can return FALSE without ...
  - 415681 gdk_window_clear_area includes an extra line and column o...
  - 418219 GtkRecentChooser should apply filter before sorting and c...
  - 418403 Scroll to printer after selecting it from settings
  - 421985 _gtk_print_operation_platform_backend_launch_preview
  - 421990 gtk_print_job_get_surface
  - 421993 gtk_print_operation_init
  - 423064 Conditional jump or move depends on uninitialised value(s...
  - 423722 Fix printing header in gtk-demo
  - 424168 gtk_print_operation_run on async preview
  - 425655 Don't install gtk+-unix-print-2.0.pc on non-UNIX platforms
  - 425786 GDK segfaults if XineramaQueryScreens fails
  - 428665 Lpr Backend gets stuck in infinite loop during gtk_enumer...
  - 429902 GtkPrintOperation leaks cairo contextes
  - 431997 First delay of GdkPixbufAnimationIter is wrong
  - 433242 Inconsistent scroll arrow position calculations
  - 433972 Placing gtk.Expander inside a gtk.TextView() changes gtk....
  - 434261 _gtk_toolbar_elide_underscores incorrectly handles some s...
  - 383354 ctrl-L should make 'Location' entry disappear
  - 418673 gtk_recent_manager_add_item
  - 429732 gtk_accel_group_finalize accesses invalid memory
  - 435028 WM_CLIENT_LEADER is wrong on the leader_window
  - 431067 Background of the header window is not updated
  - 338843 add recent files support inside the ui manager
  - 148535 add drop shadow to menus, tooltips, etc. under Windows XP
* debian/control.in:
  - Conflicts on ubuntulooks (<= 0.9.11-1)
* debian/patches/15_default-fallback-icon-theme.patch:
  - patch from Debian, fallback on gnome icon theme

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef GTK_DISABLE_DEPRECATED
 
2
 
 
3
#ifndef __gtk_marshal_MARSHAL_H__
 
4
#define __gtk_marshal_MARSHAL_H__
 
5
 
 
6
#include        <glib-object.h>
 
7
 
 
8
G_BEGIN_DECLS
 
9
 
 
10
/* BOOL:NONE (./gtkmarshal.list:1) */
 
11
extern void gtk_marshal_BOOLEAN__VOID (GClosure     *closure,
 
12
                                       GValue       *return_value,
 
13
                                       guint         n_param_values,
 
14
                                       const GValue *param_values,
 
15
                                       gpointer      invocation_hint,
 
16
                                       gpointer      marshal_data);
 
17
#define gtk_marshal_BOOL__NONE  gtk_marshal_BOOLEAN__VOID
 
18
 
 
19
/* BOOL:POINTER (./gtkmarshal.list:2) */
 
20
extern void gtk_marshal_BOOLEAN__POINTER (GClosure     *closure,
 
21
                                          GValue       *return_value,
 
22
                                          guint         n_param_values,
 
23
                                          const GValue *param_values,
 
24
                                          gpointer      invocation_hint,
 
25
                                          gpointer      marshal_data);
 
26
#define gtk_marshal_BOOL__POINTER       gtk_marshal_BOOLEAN__POINTER
 
27
 
 
28
/* BOOL:POINTER,POINTER,INT,INT (./gtkmarshal.list:3) */
 
29
extern void gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT (GClosure     *closure,
 
30
                                                          GValue       *return_value,
 
31
                                                          guint         n_param_values,
 
32
                                                          const GValue *param_values,
 
33
                                                          gpointer      invocation_hint,
 
34
                                                          gpointer      marshal_data);
 
35
#define gtk_marshal_BOOL__POINTER_POINTER_INT_INT       gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT
 
36
 
 
37
/* BOOL:POINTER,INT,INT (./gtkmarshal.list:4) */
 
38
extern void gtk_marshal_BOOLEAN__POINTER_INT_INT (GClosure     *closure,
 
39
                                                  GValue       *return_value,
 
40
                                                  guint         n_param_values,
 
41
                                                  const GValue *param_values,
 
42
                                                  gpointer      invocation_hint,
 
43
                                                  gpointer      marshal_data);
 
44
#define gtk_marshal_BOOL__POINTER_INT_INT       gtk_marshal_BOOLEAN__POINTER_INT_INT
 
45
 
 
46
/* BOOL:POINTER,INT,INT,UINT (./gtkmarshal.list:5) */
 
47
extern void gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT (GClosure     *closure,
 
48
                                                       GValue       *return_value,
 
49
                                                       guint         n_param_values,
 
50
                                                       const GValue *param_values,
 
51
                                                       gpointer      invocation_hint,
 
52
                                                       gpointer      marshal_data);
 
53
#define gtk_marshal_BOOL__POINTER_INT_INT_UINT  gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT
 
54
 
 
55
/* BOOL:POINTER,STRING,STRING,POINTER (./gtkmarshal.list:6) */
 
56
extern void gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER (GClosure     *closure,
 
57
                                                                GValue       *return_value,
 
58
                                                                guint         n_param_values,
 
59
                                                                const GValue *param_values,
 
60
                                                                gpointer      invocation_hint,
 
61
                                                                gpointer      marshal_data);
 
62
#define gtk_marshal_BOOL__POINTER_STRING_STRING_POINTER gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER
 
63
 
 
64
/* ENUM:ENUM (./gtkmarshal.list:7) */
 
65
extern void gtk_marshal_ENUM__ENUM (GClosure     *closure,
 
66
                                    GValue       *return_value,
 
67
                                    guint         n_param_values,
 
68
                                    const GValue *param_values,
 
69
                                    gpointer      invocation_hint,
 
70
                                    gpointer      marshal_data);
 
71
 
 
72
/* INT:POINTER (./gtkmarshal.list:8) */
 
73
extern void gtk_marshal_INT__POINTER (GClosure     *closure,
 
74
                                      GValue       *return_value,
 
75
                                      guint         n_param_values,
 
76
                                      const GValue *param_values,
 
77
                                      gpointer      invocation_hint,
 
78
                                      gpointer      marshal_data);
 
79
 
 
80
/* INT:POINTER,CHAR,CHAR (./gtkmarshal.list:9) */
 
81
extern void gtk_marshal_INT__POINTER_CHAR_CHAR (GClosure     *closure,
 
82
                                                GValue       *return_value,
 
83
                                                guint         n_param_values,
 
84
                                                const GValue *param_values,
 
85
                                                gpointer      invocation_hint,
 
86
                                                gpointer      marshal_data);
 
87
 
 
88
/* NONE:BOOL (./gtkmarshal.list:10) */
 
89
#define gtk_marshal_VOID__BOOLEAN       g_cclosure_marshal_VOID__BOOLEAN
 
90
#define gtk_marshal_NONE__BOOL  gtk_marshal_VOID__BOOLEAN
 
91
 
 
92
/* NONE:BOXED (./gtkmarshal.list:11) */
 
93
#define gtk_marshal_VOID__BOXED g_cclosure_marshal_VOID__BOXED
 
94
#define gtk_marshal_NONE__BOXED gtk_marshal_VOID__BOXED
 
95
 
 
96
/* NONE:ENUM (./gtkmarshal.list:12) */
 
97
#define gtk_marshal_VOID__ENUM  g_cclosure_marshal_VOID__ENUM
 
98
#define gtk_marshal_NONE__ENUM  gtk_marshal_VOID__ENUM
 
99
 
 
100
/* NONE:ENUM,FLOAT (./gtkmarshal.list:13) */
 
101
extern void gtk_marshal_VOID__ENUM_FLOAT (GClosure     *closure,
 
102
                                          GValue       *return_value,
 
103
                                          guint         n_param_values,
 
104
                                          const GValue *param_values,
 
105
                                          gpointer      invocation_hint,
 
106
                                          gpointer      marshal_data);
 
107
#define gtk_marshal_NONE__ENUM_FLOAT    gtk_marshal_VOID__ENUM_FLOAT
 
108
 
 
109
/* NONE:ENUM,FLOAT,BOOL (./gtkmarshal.list:14) */
 
110
extern void gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN (GClosure     *closure,
 
111
                                                  GValue       *return_value,
 
112
                                                  guint         n_param_values,
 
113
                                                  const GValue *param_values,
 
114
                                                  gpointer      invocation_hint,
 
115
                                                  gpointer      marshal_data);
 
116
#define gtk_marshal_NONE__ENUM_FLOAT_BOOL       gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN
 
117
 
 
118
/* NONE:INT (./gtkmarshal.list:15) */
 
119
#define gtk_marshal_VOID__INT   g_cclosure_marshal_VOID__INT
 
120
#define gtk_marshal_NONE__INT   gtk_marshal_VOID__INT
 
121
 
 
122
/* NONE:INT,INT (./gtkmarshal.list:16) */
 
123
extern void gtk_marshal_VOID__INT_INT (GClosure     *closure,
 
124
                                       GValue       *return_value,
 
125
                                       guint         n_param_values,
 
126
                                       const GValue *param_values,
 
127
                                       gpointer      invocation_hint,
 
128
                                       gpointer      marshal_data);
 
129
#define gtk_marshal_NONE__INT_INT       gtk_marshal_VOID__INT_INT
 
130
 
 
131
/* NONE:INT,INT,POINTER (./gtkmarshal.list:17) */
 
132
extern void gtk_marshal_VOID__INT_INT_POINTER (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
#define gtk_marshal_NONE__INT_INT_POINTER       gtk_marshal_VOID__INT_INT_POINTER
 
139
 
 
140
/* NONE:NONE (./gtkmarshal.list:18) */
 
141
#define gtk_marshal_VOID__VOID  g_cclosure_marshal_VOID__VOID
 
142
#define gtk_marshal_NONE__NONE  gtk_marshal_VOID__VOID
 
143
 
 
144
/* NONE:OBJECT (./gtkmarshal.list:19) */
 
145
#define gtk_marshal_VOID__OBJECT        g_cclosure_marshal_VOID__OBJECT
 
146
#define gtk_marshal_NONE__OBJECT        gtk_marshal_VOID__OBJECT
 
147
 
 
148
/* NONE:POINTER (./gtkmarshal.list:20) */
 
149
#define gtk_marshal_VOID__POINTER       g_cclosure_marshal_VOID__POINTER
 
150
#define gtk_marshal_NONE__POINTER       gtk_marshal_VOID__POINTER
 
151
 
 
152
/* NONE:POINTER,INT (./gtkmarshal.list:21) */
 
153
extern void gtk_marshal_VOID__POINTER_INT (GClosure     *closure,
 
154
                                           GValue       *return_value,
 
155
                                           guint         n_param_values,
 
156
                                           const GValue *param_values,
 
157
                                           gpointer      invocation_hint,
 
158
                                           gpointer      marshal_data);
 
159
#define gtk_marshal_NONE__POINTER_INT   gtk_marshal_VOID__POINTER_INT
 
160
 
 
161
/* NONE:POINTER,POINTER (./gtkmarshal.list:22) */
 
162
extern void gtk_marshal_VOID__POINTER_POINTER (GClosure     *closure,
 
163
                                               GValue       *return_value,
 
164
                                               guint         n_param_values,
 
165
                                               const GValue *param_values,
 
166
                                               gpointer      invocation_hint,
 
167
                                               gpointer      marshal_data);
 
168
#define gtk_marshal_NONE__POINTER_POINTER       gtk_marshal_VOID__POINTER_POINTER
 
169
 
 
170
/* NONE:POINTER,POINTER,POINTER (./gtkmarshal.list:23) */
 
171
extern void gtk_marshal_VOID__POINTER_POINTER_POINTER (GClosure     *closure,
 
172
                                                       GValue       *return_value,
 
173
                                                       guint         n_param_values,
 
174
                                                       const GValue *param_values,
 
175
                                                       gpointer      invocation_hint,
 
176
                                                       gpointer      marshal_data);
 
177
#define gtk_marshal_NONE__POINTER_POINTER_POINTER       gtk_marshal_VOID__POINTER_POINTER_POINTER
 
178
 
 
179
/* NONE:POINTER,STRING,STRING (./gtkmarshal.list:24) */
 
180
extern void gtk_marshal_VOID__POINTER_STRING_STRING (GClosure     *closure,
 
181
                                                     GValue       *return_value,
 
182
                                                     guint         n_param_values,
 
183
                                                     const GValue *param_values,
 
184
                                                     gpointer      invocation_hint,
 
185
                                                     gpointer      marshal_data);
 
186
#define gtk_marshal_NONE__POINTER_STRING_STRING gtk_marshal_VOID__POINTER_STRING_STRING
 
187
 
 
188
/* NONE:POINTER,UINT (./gtkmarshal.list:25) */
 
189
extern void gtk_marshal_VOID__POINTER_UINT (GClosure     *closure,
 
190
                                            GValue       *return_value,
 
191
                                            guint         n_param_values,
 
192
                                            const GValue *param_values,
 
193
                                            gpointer      invocation_hint,
 
194
                                            gpointer      marshal_data);
 
195
#define gtk_marshal_NONE__POINTER_UINT  gtk_marshal_VOID__POINTER_UINT
 
196
 
 
197
/* NONE:POINTER,UINT,ENUM (./gtkmarshal.list:26) */
 
198
extern void gtk_marshal_VOID__POINTER_UINT_ENUM (GClosure     *closure,
 
199
                                                 GValue       *return_value,
 
200
                                                 guint         n_param_values,
 
201
                                                 const GValue *param_values,
 
202
                                                 gpointer      invocation_hint,
 
203
                                                 gpointer      marshal_data);
 
204
#define gtk_marshal_NONE__POINTER_UINT_ENUM     gtk_marshal_VOID__POINTER_UINT_ENUM
 
205
 
 
206
/* NONE:POINTER,POINTER,UINT,UINT (./gtkmarshal.list:27) */
 
207
extern void gtk_marshal_VOID__POINTER_POINTER_UINT_UINT (GClosure     *closure,
 
208
                                                         GValue       *return_value,
 
209
                                                         guint         n_param_values,
 
210
                                                         const GValue *param_values,
 
211
                                                         gpointer      invocation_hint,
 
212
                                                         gpointer      marshal_data);
 
213
#define gtk_marshal_NONE__POINTER_POINTER_UINT_UINT     gtk_marshal_VOID__POINTER_POINTER_UINT_UINT
 
214
 
 
215
/* NONE:POINTER,INT,INT,POINTER,UINT,UINT (./gtkmarshal.list:28) */
 
216
extern void gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT (GClosure     *closure,
 
217
                                                                 GValue       *return_value,
 
218
                                                                 guint         n_param_values,
 
219
                                                                 const GValue *param_values,
 
220
                                                                 gpointer      invocation_hint,
 
221
                                                                 gpointer      marshal_data);
 
222
#define gtk_marshal_NONE__POINTER_INT_INT_POINTER_UINT_UINT     gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT
 
223
 
 
224
/* NONE:POINTER,UINT,UINT (./gtkmarshal.list:29) */
 
225
extern void gtk_marshal_VOID__POINTER_UINT_UINT (GClosure     *closure,
 
226
                                                 GValue       *return_value,
 
227
                                                 guint         n_param_values,
 
228
                                                 const GValue *param_values,
 
229
                                                 gpointer      invocation_hint,
 
230
                                                 gpointer      marshal_data);
 
231
#define gtk_marshal_NONE__POINTER_UINT_UINT     gtk_marshal_VOID__POINTER_UINT_UINT
 
232
 
 
233
/* NONE:POINTER,UINT,UINT (./gtkmarshal.list:30) */
 
234
 
 
235
/* NONE:STRING (./gtkmarshal.list:31) */
 
236
#define gtk_marshal_VOID__STRING        g_cclosure_marshal_VOID__STRING
 
237
#define gtk_marshal_NONE__STRING        gtk_marshal_VOID__STRING
 
238
 
 
239
/* NONE:STRING,INT,POINTER (./gtkmarshal.list:32) */
 
240
extern void gtk_marshal_VOID__STRING_INT_POINTER (GClosure     *closure,
 
241
                                                  GValue       *return_value,
 
242
                                                  guint         n_param_values,
 
243
                                                  const GValue *param_values,
 
244
                                                  gpointer      invocation_hint,
 
245
                                                  gpointer      marshal_data);
 
246
#define gtk_marshal_NONE__STRING_INT_POINTER    gtk_marshal_VOID__STRING_INT_POINTER
 
247
 
 
248
/* NONE:UINT (./gtkmarshal.list:33) */
 
249
#define gtk_marshal_VOID__UINT  g_cclosure_marshal_VOID__UINT
 
250
#define gtk_marshal_NONE__UINT  gtk_marshal_VOID__UINT
 
251
 
 
252
/* NONE:UINT,POINTER,UINT,ENUM,ENUM,POINTER (./gtkmarshal.list:34) */
 
253
extern void gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER (GClosure     *closure,
 
254
                                                                   GValue       *return_value,
 
255
                                                                   guint         n_param_values,
 
256
                                                                   const GValue *param_values,
 
257
                                                                   gpointer      invocation_hint,
 
258
                                                                   gpointer      marshal_data);
 
259
#define gtk_marshal_NONE__UINT_POINTER_UINT_ENUM_ENUM_POINTER   gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER
 
260
 
 
261
/* NONE:UINT,POINTER,UINT,UINT,ENUM (./gtkmarshal.list:35) */
 
262
extern void gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM (GClosure     *closure,
 
263
                                                           GValue       *return_value,
 
264
                                                           guint         n_param_values,
 
265
                                                           const GValue *param_values,
 
266
                                                           gpointer      invocation_hint,
 
267
                                                           gpointer      marshal_data);
 
268
#define gtk_marshal_NONE__UINT_POINTER_UINT_UINT_ENUM   gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM
 
269
 
 
270
/* NONE:UINT,STRING (./gtkmarshal.list:36) */
 
271
extern void gtk_marshal_VOID__UINT_STRING (GClosure     *closure,
 
272
                                           GValue       *return_value,
 
273
                                           guint         n_param_values,
 
274
                                           const GValue *param_values,
 
275
                                           gpointer      invocation_hint,
 
276
                                           gpointer      marshal_data);
 
277
#define gtk_marshal_NONE__UINT_STRING   gtk_marshal_VOID__UINT_STRING
 
278
 
 
279
G_END_DECLS
 
280
 
 
281
#endif /* __gtk_marshal_MARSHAL_H__ */
 
282
 
 
283
#endif /* GTK_DISABLE_DEPRECATED */