1 /* Generated by makegdkalias.pl */
2 
3 #ifndef DISABLE_VISIBILITY
4 
5 #include <glib.h>
6 
7 #ifdef G_HAVE_GNUC_VISIBILITY
8 
9 #define IN_FILE(x) 1
10 #define IN_HEADER defined
11 
12 #if IN_HEADER(__GDK_EVENTS_H__)
13 #if IN_FILE(__GDK_EVENTS_X11_C__)
14 extern __typeof (gdk_add_client_message_filter) IA__gdk_add_client_message_filter __attribute((visibility("hidden")));
15 #define gdk_add_client_message_filter IA__gdk_add_client_message_filter
16 
17 #ifndef GDK_DISABLE_DEPRECATED
18 extern __typeof (gdk_event_get_graphics_expose) IA__gdk_event_get_graphics_expose __attribute((visibility("hidden")));
19 #define gdk_event_get_graphics_expose IA__gdk_event_get_graphics_expose
20 
21 #endif
22 extern __typeof (gdk_events_pending) IA__gdk_events_pending __attribute((visibility("hidden")));
23 #define gdk_events_pending IA__gdk_events_pending
24 
25 #endif
26 #endif
27 #if IN_HEADER(__GDK_TEST_UTILS_H__)
28 #if IN_FILE(__GDK_TEST_UTILS_X11_C__)
29 extern __typeof (gdk_test_simulate_button) IA__gdk_test_simulate_button __attribute((visibility("hidden")));
30 #define gdk_test_simulate_button IA__gdk_test_simulate_button
31 
32 extern __typeof (gdk_test_simulate_key) IA__gdk_test_simulate_key __attribute((visibility("hidden")));
33 #define gdk_test_simulate_key IA__gdk_test_simulate_key
34 
35 extern __typeof (gdk_test_render_sync) IA__gdk_test_render_sync __attribute((visibility("hidden")));
36 #define gdk_test_render_sync IA__gdk_test_render_sync
37 
38 #endif
39 #endif
40 #if IN_HEADER(__GDK_EVENTS_H__)
41 #if IN_FILE(__GDK_EVENTS_C__)
42 extern __typeof (gdk_event_copy) IA__gdk_event_copy __attribute((visibility("hidden")));
43 #define gdk_event_copy IA__gdk_event_copy
44 
45 extern __typeof (gdk_event_free) IA__gdk_event_free __attribute((visibility("hidden")));
46 #define gdk_event_free IA__gdk_event_free
47 
48 extern __typeof (gdk_event_get) IA__gdk_event_get __attribute((visibility("hidden")));
49 #define gdk_event_get IA__gdk_event_get
50 
51 extern __typeof (gdk_event_get_axis) IA__gdk_event_get_axis __attribute((visibility("hidden")));
52 #define gdk_event_get_axis IA__gdk_event_get_axis
53 
54 extern __typeof (gdk_event_get_coords) IA__gdk_event_get_coords __attribute((visibility("hidden")));
55 #define gdk_event_get_coords IA__gdk_event_get_coords
56 
57 extern __typeof (gdk_event_get_root_coords) IA__gdk_event_get_root_coords __attribute((visibility("hidden")));
58 #define gdk_event_get_root_coords IA__gdk_event_get_root_coords
59 
60 extern __typeof (gdk_event_get_screen) IA__gdk_event_get_screen __attribute((visibility("hidden")));
61 #define gdk_event_get_screen IA__gdk_event_get_screen
62 
63 extern __typeof (gdk_event_get_state) IA__gdk_event_get_state __attribute((visibility("hidden")));
64 #define gdk_event_get_state IA__gdk_event_get_state
65 
66 extern __typeof (gdk_event_get_time) IA__gdk_event_get_time __attribute((visibility("hidden")));
67 #define gdk_event_get_time IA__gdk_event_get_time
68 
69 extern __typeof (gdk_event_get_type) IA__gdk_event_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
70 #define gdk_event_get_type IA__gdk_event_get_type
71 
72 extern __typeof (gdk_event_handler_set) IA__gdk_event_handler_set __attribute((visibility("hidden")));
73 #define gdk_event_handler_set IA__gdk_event_handler_set
74 
75 extern __typeof (gdk_event_new) IA__gdk_event_new __attribute((visibility("hidden")));
76 #define gdk_event_new IA__gdk_event_new
77 
78 extern __typeof (gdk_event_peek) IA__gdk_event_peek __attribute((visibility("hidden")));
79 #define gdk_event_peek IA__gdk_event_peek
80 
81 extern __typeof (gdk_event_put) IA__gdk_event_put __attribute((visibility("hidden")));
82 #define gdk_event_put IA__gdk_event_put
83 
84 extern __typeof (gdk_event_request_motions) IA__gdk_event_request_motions __attribute((visibility("hidden")));
85 #define gdk_event_request_motions IA__gdk_event_request_motions
86 
87 extern __typeof (gdk_event_set_screen) IA__gdk_event_set_screen __attribute((visibility("hidden")));
88 #define gdk_event_set_screen IA__gdk_event_set_screen
89 
90 extern __typeof (gdk_get_show_events) IA__gdk_get_show_events __attribute((visibility("hidden")));
91 #define gdk_get_show_events IA__gdk_get_show_events
92 
93 extern __typeof (gdk_set_show_events) IA__gdk_set_show_events __attribute((visibility("hidden")));
94 #define gdk_set_show_events IA__gdk_set_show_events
95 
96 extern __typeof (gdk_setting_get) IA__gdk_setting_get __attribute((visibility("hidden")));
97 #define gdk_setting_get IA__gdk_setting_get
98 
99 #endif
100 #endif
101 #if IN_HEADER(__GDK_H__)
102 #if IN_FILE(__GDK_MAIN_X11_C__)
103 extern __typeof (gdk_error_trap_pop) IA__gdk_error_trap_pop __attribute((visibility("hidden")));
104 #define gdk_error_trap_pop IA__gdk_error_trap_pop
105 
106 extern __typeof (gdk_error_trap_push) IA__gdk_error_trap_push __attribute((visibility("hidden")));
107 #define gdk_error_trap_push IA__gdk_error_trap_push
108 
109 extern __typeof (gdk_get_display) IA__gdk_get_display __attribute((visibility("hidden")));
110 #define gdk_get_display IA__gdk_get_display
111 
112 #ifndef GDK_DISABLE_DEPRECATED
113 extern __typeof (gdk_get_use_xshm) IA__gdk_get_use_xshm __attribute((visibility("hidden")));
114 #define gdk_get_use_xshm IA__gdk_get_use_xshm
115 
116 extern __typeof (gdk_set_use_xshm) IA__gdk_set_use_xshm __attribute((visibility("hidden")));
117 #define gdk_set_use_xshm IA__gdk_set_use_xshm
118 
119 #endif
120 extern __typeof (gdk_keyboard_grab) IA__gdk_keyboard_grab __attribute((visibility("hidden")));
121 #define gdk_keyboard_grab IA__gdk_keyboard_grab
122 
123 #endif
124 #endif
125 #if IN_HEADER(__GDK_H__)
126 #if IN_FILE(__GDK_DISPLAY_C__)
127 extern __typeof (gdk_beep) IA__gdk_beep __attribute((visibility("hidden")));
128 #define gdk_beep IA__gdk_beep
129 
130 extern __typeof (gdk_set_pointer_hooks) IA__gdk_set_pointer_hooks __attribute((visibility("hidden")));
131 #define gdk_set_pointer_hooks IA__gdk_set_pointer_hooks
132 
133 extern __typeof (gdk_keyboard_ungrab) IA__gdk_keyboard_ungrab __attribute((visibility("hidden")));
134 #define gdk_keyboard_ungrab IA__gdk_keyboard_ungrab
135 
136 extern __typeof (gdk_pointer_is_grabbed) IA__gdk_pointer_is_grabbed __attribute((visibility("hidden")));
137 #define gdk_pointer_is_grabbed IA__gdk_pointer_is_grabbed
138 
139 extern __typeof (gdk_pointer_ungrab) IA__gdk_pointer_ungrab __attribute((visibility("hidden")));
140 #define gdk_pointer_ungrab IA__gdk_pointer_ungrab
141 
142 extern __typeof (gdk_event_send_client_message) IA__gdk_event_send_client_message __attribute((visibility("hidden")));
143 #define gdk_event_send_client_message IA__gdk_event_send_client_message
144 
145 extern __typeof (gdk_event_send_clientmessage_toall) IA__gdk_event_send_clientmessage_toall __attribute((visibility("hidden")));
146 #define gdk_event_send_clientmessage_toall IA__gdk_event_send_clientmessage_toall
147 
148 extern __typeof (gdk_keyboard_grab_info_libgtk_only) IA__gdk_keyboard_grab_info_libgtk_only __attribute((visibility("hidden")));
149 #define gdk_keyboard_grab_info_libgtk_only IA__gdk_keyboard_grab_info_libgtk_only
150 
151 extern __typeof (gdk_pointer_grab_info_libgtk_only) IA__gdk_pointer_grab_info_libgtk_only __attribute((visibility("hidden")));
152 #define gdk_pointer_grab_info_libgtk_only IA__gdk_pointer_grab_info_libgtk_only
153 
154 extern __typeof (gdk_display_pointer_is_grabbed) IA__gdk_display_pointer_is_grabbed __attribute((visibility("hidden")));
155 #define gdk_display_pointer_is_grabbed IA__gdk_display_pointer_is_grabbed
156 
157 #endif
158 #endif
159 #if IN_HEADER(__GDK_H__)
160 #if IN_FILE(__GDK_IM_X11_C__)
161 #ifndef GDK_DISABLE_DEPRECATED
162 extern __typeof (gdk_mbstowcs) IA__gdk_mbstowcs __attribute((visibility("hidden")));
163 #define gdk_mbstowcs IA__gdk_mbstowcs
164 
165 extern __typeof (gdk_wcstombs) IA__gdk_wcstombs __attribute((visibility("hidden")));
166 #define gdk_wcstombs IA__gdk_wcstombs
167 
168 extern __typeof (gdk_set_locale) IA__gdk_set_locale __attribute((visibility("hidden")));
169 #define gdk_set_locale IA__gdk_set_locale
170 
171 #endif
172 #endif
173 #endif
174 #if IN_HEADER(__GDK_H__)
175 #if IN_FILE(__GDK_EVENTS_X11_C__)
176 extern __typeof (gdk_event_send_client_message_for_display) IA__gdk_event_send_client_message_for_display __attribute((visibility("hidden")));
177 #define gdk_event_send_client_message_for_display IA__gdk_event_send_client_message_for_display
178 
179 extern __typeof (gdk_flush) IA__gdk_flush __attribute((visibility("hidden")));
180 #define gdk_flush IA__gdk_flush
181 
182 #endif
183 #endif
184 #if IN_HEADER(__GDK_H__)
185 #if IN_FILE(__GDK_DISPLAY_X11_C__)
186 extern __typeof (gdk_notify_startup_complete) IA__gdk_notify_startup_complete __attribute((visibility("hidden")));
187 #define gdk_notify_startup_complete IA__gdk_notify_startup_complete
188 
189 extern __typeof (gdk_notify_startup_complete_with_id) IA__gdk_notify_startup_complete_with_id __attribute((visibility("hidden")));
190 #define gdk_notify_startup_complete_with_id IA__gdk_notify_startup_complete_with_id
191 
192 #endif
193 #endif
194 #if IN_HEADER(__GDK_H__)
195 #if IN_FILE(__GDK_RECTANGLE_C__)
196 extern __typeof (gdk_rectangle_get_type) IA__gdk_rectangle_get_type __attribute((visibility("hidden")));
197 #define gdk_rectangle_get_type IA__gdk_rectangle_get_type
198 
199 extern __typeof (gdk_rectangle_intersect) IA__gdk_rectangle_intersect __attribute((visibility("hidden")));
200 #define gdk_rectangle_intersect IA__gdk_rectangle_intersect
201 
202 extern __typeof (gdk_rectangle_union) IA__gdk_rectangle_union __attribute((visibility("hidden")));
203 #define gdk_rectangle_union IA__gdk_rectangle_union
204 
205 #endif
206 #endif
207 #if IN_HEADER(__GDK_H__)
208 #if IN_FILE(__GDK_EVENTS_C__)
209 extern __typeof (gdk_set_double_click_time) IA__gdk_set_double_click_time __attribute((visibility("hidden")));
210 #define gdk_set_double_click_time IA__gdk_set_double_click_time
211 
212 #endif
213 #endif
214 #if IN_HEADER(__GDK_H__)
215 #if IN_FILE(__GDK_C__)
216 extern __typeof (gdk_add_option_entries_libgtk_only) IA__gdk_add_option_entries_libgtk_only __attribute((visibility("hidden")));
217 #define gdk_add_option_entries_libgtk_only IA__gdk_add_option_entries_libgtk_only
218 
219 extern __typeof (gdk_get_display_arg_name) IA__gdk_get_display_arg_name __attribute((visibility("hidden")));
220 #define gdk_get_display_arg_name IA__gdk_get_display_arg_name
221 
222 extern __typeof (gdk_get_program_class) IA__gdk_get_program_class __attribute((visibility("hidden")));
223 #define gdk_get_program_class IA__gdk_get_program_class
224 
225 extern __typeof (gdk_init) IA__gdk_init __attribute((visibility("hidden")));
226 #define gdk_init IA__gdk_init
227 
228 extern __typeof (gdk_init_check) IA__gdk_init_check __attribute((visibility("hidden")));
229 #define gdk_init_check IA__gdk_init_check
230 
231 #ifndef GDK_DISABLE_DEPRECATED
232 extern __typeof (gdk_exit) IA__gdk_exit __attribute((visibility("hidden")));
233 #define gdk_exit IA__gdk_exit
234 
235 #endif
236 extern __typeof (gdk_pre_parse_libgtk_only) IA__gdk_pre_parse_libgtk_only __attribute((visibility("hidden")));
237 #define gdk_pre_parse_libgtk_only IA__gdk_pre_parse_libgtk_only
238 
239 extern __typeof (gdk_parse_args) IA__gdk_parse_args __attribute((visibility("hidden")));
240 #define gdk_parse_args IA__gdk_parse_args
241 
242 extern __typeof (gdk_set_program_class) IA__gdk_set_program_class __attribute((visibility("hidden")));
243 #define gdk_set_program_class IA__gdk_set_program_class
244 
245 extern __typeof (gdk_threads_enter) IA__gdk_threads_enter __attribute((visibility("hidden")));
246 #define gdk_threads_enter IA__gdk_threads_enter
247 
248 extern __typeof (gdk_threads_init) IA__gdk_threads_init __attribute((visibility("hidden")));
249 #define gdk_threads_init IA__gdk_threads_init
250 
251 extern __typeof (gdk_threads_leave) IA__gdk_threads_leave __attribute((visibility("hidden")));
252 #define gdk_threads_leave IA__gdk_threads_leave
253 
254 extern __typeof (gdk_threads_set_lock_functions) IA__gdk_threads_set_lock_functions __attribute((visibility("hidden")));
255 #define gdk_threads_set_lock_functions IA__gdk_threads_set_lock_functions
256 
257 extern __typeof (gdk_threads_add_idle) IA__gdk_threads_add_idle __attribute((visibility("hidden")));
258 #define gdk_threads_add_idle IA__gdk_threads_add_idle
259 
260 extern __typeof (gdk_threads_add_idle_full) IA__gdk_threads_add_idle_full __attribute((visibility("hidden")));
261 #define gdk_threads_add_idle_full IA__gdk_threads_add_idle_full
262 
263 extern __typeof (gdk_threads_add_timeout) IA__gdk_threads_add_timeout __attribute((visibility("hidden")));
264 #define gdk_threads_add_timeout IA__gdk_threads_add_timeout
265 
266 extern __typeof (gdk_threads_add_timeout_full) IA__gdk_threads_add_timeout_full __attribute((visibility("hidden")));
267 #define gdk_threads_add_timeout_full IA__gdk_threads_add_timeout_full
268 
269 extern __typeof (gdk_threads_add_timeout_seconds) IA__gdk_threads_add_timeout_seconds __attribute((visibility("hidden")));
270 #define gdk_threads_add_timeout_seconds IA__gdk_threads_add_timeout_seconds
271 
272 extern __typeof (gdk_threads_add_timeout_seconds_full) IA__gdk_threads_add_timeout_seconds_full __attribute((visibility("hidden")));
273 #define gdk_threads_add_timeout_seconds_full IA__gdk_threads_add_timeout_seconds_full
274 
275 #endif
276 #endif
277 #if IN_HEADER(__GDK_H__)
278 #if IN_FILE(__GDK_EVENTS_C__)
279 #ifndef GDK_DISABLE_DEPRECATED
280 extern __typeof (gdk_input_add) IA__gdk_input_add __attribute((visibility("hidden")));
281 #define gdk_input_add IA__gdk_input_add
282 
283 extern __typeof (gdk_input_remove) IA__gdk_input_remove __attribute((visibility("hidden")));
284 #define gdk_input_remove IA__gdk_input_remove
285 
286 extern __typeof (gdk_input_add_full) IA__gdk_input_add_full __attribute((visibility("hidden")));
287 #define gdk_input_add_full IA__gdk_input_add_full
288 
289 #endif
290 #endif
291 #endif
292 #if IN_HEADER(__GDK_H__)
293 #if IN_FILE(__GDK_SCREEN_C__)
294 extern __typeof (gdk_screen_width) IA__gdk_screen_width __attribute((visibility("hidden"))) G_GNUC_CONST;
295 #define gdk_screen_width IA__gdk_screen_width
296 
297 extern __typeof (gdk_screen_width_mm) IA__gdk_screen_width_mm __attribute((visibility("hidden"))) G_GNUC_CONST;
298 #define gdk_screen_width_mm IA__gdk_screen_width_mm
299 
300 extern __typeof (gdk_screen_height) IA__gdk_screen_height __attribute((visibility("hidden"))) G_GNUC_CONST;
301 #define gdk_screen_height IA__gdk_screen_height
302 
303 extern __typeof (gdk_screen_height_mm) IA__gdk_screen_height_mm __attribute((visibility("hidden"))) G_GNUC_CONST;
304 #define gdk_screen_height_mm IA__gdk_screen_height_mm
305 
306 #endif
307 #endif
308 #if IN_HEADER(__GDK_PROPERTY_H__)
309 #if IN_FILE(__GDK_SELECTION_C__)
310 #ifndef GDK_DISABLE_DEPRECATED
311 extern __typeof (gdk_string_to_compound_text) IA__gdk_string_to_compound_text __attribute((visibility("hidden")));
312 #define gdk_string_to_compound_text IA__gdk_string_to_compound_text
313 
314 extern __typeof (gdk_text_property_to_text_list) IA__gdk_text_property_to_text_list __attribute((visibility("hidden")));
315 #define gdk_text_property_to_text_list IA__gdk_text_property_to_text_list
316 
317 extern __typeof (gdk_text_property_to_utf8_list) IA__gdk_text_property_to_utf8_list __attribute((visibility("hidden")));
318 #define gdk_text_property_to_utf8_list IA__gdk_text_property_to_utf8_list
319 
320 extern __typeof (gdk_utf8_to_compound_text) IA__gdk_utf8_to_compound_text __attribute((visibility("hidden")));
321 #define gdk_utf8_to_compound_text IA__gdk_utf8_to_compound_text
322 
323 #endif
324 #endif
325 #endif
326 #if IN_HEADER(__GDK_PROPERTY_H__)
327 #if IN_FILE(__GDK_PROPERTY_X11_C__)
328 extern __typeof (gdk_atom_intern) IA__gdk_atom_intern __attribute((visibility("hidden")));
329 #define gdk_atom_intern IA__gdk_atom_intern
330 
331 extern __typeof (gdk_atom_intern_static_string) IA__gdk_atom_intern_static_string __attribute((visibility("hidden")));
332 #define gdk_atom_intern_static_string IA__gdk_atom_intern_static_string
333 
334 extern __typeof (gdk_atom_name) IA__gdk_atom_name __attribute((visibility("hidden")));
335 #define gdk_atom_name IA__gdk_atom_name
336 
337 extern __typeof (gdk_property_change) IA__gdk_property_change __attribute((visibility("hidden")));
338 #define gdk_property_change IA__gdk_property_change
339 
340 extern __typeof (gdk_property_delete) IA__gdk_property_delete __attribute((visibility("hidden")));
341 #define gdk_property_delete IA__gdk_property_delete
342 
343 extern __typeof (gdk_property_get) IA__gdk_property_get __attribute((visibility("hidden")));
344 #define gdk_property_get IA__gdk_property_get
345 
346 #endif
347 #endif
348 #if IN_HEADER(__GDK_PROPERTY_H__)
349 #if IN_FILE(__GDK_SELECTION_X11_C__)
350 #ifndef GDK_DISABLE_DEPRECATED
351 extern __typeof (gdk_free_compound_text) IA__gdk_free_compound_text __attribute((visibility("hidden")));
352 #define gdk_free_compound_text IA__gdk_free_compound_text
353 
354 extern __typeof (gdk_free_text_list) IA__gdk_free_text_list __attribute((visibility("hidden")));
355 #define gdk_free_text_list IA__gdk_free_text_list
356 
357 extern __typeof (gdk_string_to_compound_text_for_display) IA__gdk_string_to_compound_text_for_display __attribute((visibility("hidden")));
358 #define gdk_string_to_compound_text_for_display IA__gdk_string_to_compound_text_for_display
359 
360 extern __typeof (gdk_text_property_to_text_list_for_display) IA__gdk_text_property_to_text_list_for_display __attribute((visibility("hidden")));
361 #define gdk_text_property_to_text_list_for_display IA__gdk_text_property_to_text_list_for_display
362 
363 extern __typeof (gdk_utf8_to_compound_text_for_display) IA__gdk_utf8_to_compound_text_for_display __attribute((visibility("hidden")));
364 #define gdk_utf8_to_compound_text_for_display IA__gdk_utf8_to_compound_text_for_display
365 
366 #endif
367 extern __typeof (gdk_text_property_to_utf8_list_for_display) IA__gdk_text_property_to_utf8_list_for_display __attribute((visibility("hidden")));
368 #define gdk_text_property_to_utf8_list_for_display IA__gdk_text_property_to_utf8_list_for_display
369 
370 extern __typeof (gdk_utf8_to_string_target) IA__gdk_utf8_to_string_target __attribute((visibility("hidden")));
371 #define gdk_utf8_to_string_target IA__gdk_utf8_to_string_target
372 
373 #endif
374 #endif
375 #ifdef GDK_WINDOWING_X11
376 #if IN_HEADER(__GDK_X_H__)
377 #if IN_FILE(__GDK_SELECTION_X11_C__)
378 extern __typeof (gdk_x11_display_string_to_compound_text) IA__gdk_x11_display_string_to_compound_text __attribute((visibility("hidden")));
379 #define gdk_x11_display_string_to_compound_text IA__gdk_x11_display_string_to_compound_text
380 
381 extern __typeof (gdk_x11_display_text_property_to_text_list) IA__gdk_x11_display_text_property_to_text_list __attribute((visibility("hidden")));
382 #define gdk_x11_display_text_property_to_text_list IA__gdk_x11_display_text_property_to_text_list
383 
384 extern __typeof (gdk_x11_display_utf8_to_compound_text) IA__gdk_x11_display_utf8_to_compound_text __attribute((visibility("hidden")));
385 #define gdk_x11_display_utf8_to_compound_text IA__gdk_x11_display_utf8_to_compound_text
386 
387 extern __typeof (gdk_x11_free_compound_text) IA__gdk_x11_free_compound_text __attribute((visibility("hidden")));
388 #define gdk_x11_free_compound_text IA__gdk_x11_free_compound_text
389 
390 extern __typeof (gdk_x11_free_text_list) IA__gdk_x11_free_text_list __attribute((visibility("hidden")));
391 #define gdk_x11_free_text_list IA__gdk_x11_free_text_list
392 
393 #endif
394 #endif
395 #endif
396 #if IN_HEADER(__GDK_ENUM_TYPES_H__)
397 #if IN_FILE(__GDK_ENUM_TYPES_C__)
398 extern __typeof (gdk_rgb_dither_get_type) IA__gdk_rgb_dither_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
399 #define gdk_rgb_dither_get_type IA__gdk_rgb_dither_get_type
400 
401 extern __typeof (gdk_drag_protocol_get_type) IA__gdk_drag_protocol_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
402 #define gdk_drag_protocol_get_type IA__gdk_drag_protocol_get_type
403 
404 extern __typeof (gdk_input_source_get_type) IA__gdk_input_source_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
405 #define gdk_input_source_get_type IA__gdk_input_source_get_type
406 
407 extern __typeof (gdk_input_condition_get_type) IA__gdk_input_condition_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
408 #define gdk_input_condition_get_type IA__gdk_input_condition_get_type
409 
410 extern __typeof (gdk_input_mode_get_type) IA__gdk_input_mode_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
411 #define gdk_input_mode_get_type IA__gdk_input_mode_get_type
412 
413 extern __typeof (gdk_axis_use_get_type) IA__gdk_axis_use_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
414 #define gdk_axis_use_get_type IA__gdk_axis_use_get_type
415 
416 extern __typeof (gdk_byte_order_get_type) IA__gdk_byte_order_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
417 #define gdk_byte_order_get_type IA__gdk_byte_order_get_type
418 
419 extern __typeof (gdk_cap_style_get_type) IA__gdk_cap_style_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
420 #define gdk_cap_style_get_type IA__gdk_cap_style_get_type
421 
422 extern __typeof (gdk_crossing_mode_get_type) IA__gdk_crossing_mode_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
423 #define gdk_crossing_mode_get_type IA__gdk_crossing_mode_get_type
424 
425 extern __typeof (gdk_extension_mode_get_type) IA__gdk_extension_mode_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
426 #define gdk_extension_mode_get_type IA__gdk_extension_mode_get_type
427 
428 extern __typeof (gdk_event_mask_get_type) IA__gdk_event_mask_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
429 #define gdk_event_mask_get_type IA__gdk_event_mask_get_type
430 
431 extern __typeof (gdk_event_type_get_type) IA__gdk_event_type_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
432 #define gdk_event_type_get_type IA__gdk_event_type_get_type
433 
434 extern __typeof (gdk_fill_get_type) IA__gdk_fill_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
435 #define gdk_fill_get_type IA__gdk_fill_get_type
436 
437 #ifndef GDK_DISABLE_DEPRECATED
438 extern __typeof (gdk_fill_rule_get_type) IA__gdk_fill_rule_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
439 #define gdk_fill_rule_get_type IA__gdk_fill_rule_get_type
440 
441 #endif
442 extern __typeof (gdk_filter_return_get_type) IA__gdk_filter_return_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
443 #define gdk_filter_return_get_type IA__gdk_filter_return_get_type
444 
445 extern __typeof (gdk_function_get_type) IA__gdk_function_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
446 #define gdk_function_get_type IA__gdk_function_get_type
447 
448 extern __typeof (gdk_grab_status_get_type) IA__gdk_grab_status_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
449 #define gdk_grab_status_get_type IA__gdk_grab_status_get_type
450 
451 extern __typeof (gdk_gravity_get_type) IA__gdk_gravity_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
452 #define gdk_gravity_get_type IA__gdk_gravity_get_type
453 
454 extern __typeof (gdk_join_style_get_type) IA__gdk_join_style_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
455 #define gdk_join_style_get_type IA__gdk_join_style_get_type
456 
457 extern __typeof (gdk_line_style_get_type) IA__gdk_line_style_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
458 #define gdk_line_style_get_type IA__gdk_line_style_get_type
459 
460 extern __typeof (gdk_modifier_type_get_type) IA__gdk_modifier_type_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
461 #define gdk_modifier_type_get_type IA__gdk_modifier_type_get_type
462 
463 extern __typeof (gdk_notify_type_get_type) IA__gdk_notify_type_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
464 #define gdk_notify_type_get_type IA__gdk_notify_type_get_type
465 
466 extern __typeof (gdk_overlap_type_get_type) IA__gdk_overlap_type_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
467 #define gdk_overlap_type_get_type IA__gdk_overlap_type_get_type
468 
469 extern __typeof (gdk_owner_change_get_type) IA__gdk_owner_change_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
470 #define gdk_owner_change_get_type IA__gdk_owner_change_get_type
471 
472 extern __typeof (gdk_property_state_get_type) IA__gdk_property_state_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
473 #define gdk_property_state_get_type IA__gdk_property_state_get_type
474 
475 extern __typeof (gdk_prop_mode_get_type) IA__gdk_prop_mode_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
476 #define gdk_prop_mode_get_type IA__gdk_prop_mode_get_type
477 
478 extern __typeof (gdk_scroll_direction_get_type) IA__gdk_scroll_direction_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
479 #define gdk_scroll_direction_get_type IA__gdk_scroll_direction_get_type
480 
481 extern __typeof (gdk_setting_action_get_type) IA__gdk_setting_action_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
482 #define gdk_setting_action_get_type IA__gdk_setting_action_get_type
483 
484 extern __typeof (gdk_status_get_type) IA__gdk_status_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
485 #define gdk_status_get_type IA__gdk_status_get_type
486 
487 extern __typeof (gdk_subwindow_mode_get_type) IA__gdk_subwindow_mode_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
488 #define gdk_subwindow_mode_get_type IA__gdk_subwindow_mode_get_type
489 
490 extern __typeof (gdk_visibility_state_get_type) IA__gdk_visibility_state_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
491 #define gdk_visibility_state_get_type IA__gdk_visibility_state_get_type
492 
493 extern __typeof (gdk_wm_decoration_get_type) IA__gdk_wm_decoration_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
494 #define gdk_wm_decoration_get_type IA__gdk_wm_decoration_get_type
495 
496 extern __typeof (gdk_wm_function_get_type) IA__gdk_wm_function_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
497 #define gdk_wm_function_get_type IA__gdk_wm_function_get_type
498 
499 extern __typeof (gdk_font_type_get_type) IA__gdk_font_type_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
500 #define gdk_font_type_get_type IA__gdk_font_type_get_type
501 
502 extern __typeof (gdk_cursor_type_get_type) IA__gdk_cursor_type_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
503 #define gdk_cursor_type_get_type IA__gdk_cursor_type_get_type
504 
505 extern __typeof (gdk_drag_action_get_type) IA__gdk_drag_action_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
506 #define gdk_drag_action_get_type IA__gdk_drag_action_get_type
507 
508 extern __typeof (gdk_gc_values_mask_get_type) IA__gdk_gc_values_mask_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
509 #define gdk_gc_values_mask_get_type IA__gdk_gc_values_mask_get_type
510 
511 extern __typeof (gdk_window_attributes_type_get_type) IA__gdk_window_attributes_type_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
512 #define gdk_window_attributes_type_get_type IA__gdk_window_attributes_type_get_type
513 
514 extern __typeof (gdk_window_class_get_type) IA__gdk_window_class_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
515 #define gdk_window_class_get_type IA__gdk_window_class_get_type
516 
517 extern __typeof (gdk_window_edge_get_type) IA__gdk_window_edge_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
518 #define gdk_window_edge_get_type IA__gdk_window_edge_get_type
519 
520 extern __typeof (gdk_window_hints_get_type) IA__gdk_window_hints_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
521 #define gdk_window_hints_get_type IA__gdk_window_hints_get_type
522 
523 extern __typeof (gdk_window_state_get_type) IA__gdk_window_state_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
524 #define gdk_window_state_get_type IA__gdk_window_state_get_type
525 
526 extern __typeof (gdk_window_type_get_type) IA__gdk_window_type_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
527 #define gdk_window_type_get_type IA__gdk_window_type_get_type
528 
529 extern __typeof (gdk_window_type_hint_get_type) IA__gdk_window_type_hint_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
530 #define gdk_window_type_hint_get_type IA__gdk_window_type_hint_get_type
531 
532 extern __typeof (gdk_image_type_get_type) IA__gdk_image_type_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
533 #define gdk_image_type_get_type IA__gdk_image_type_get_type
534 
535 extern __typeof (gdk_visual_type_get_type) IA__gdk_visual_type_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
536 #define gdk_visual_type_get_type IA__gdk_visual_type_get_type
537 
538 #endif
539 #endif
540 #if IN_HEADER(__GDK_FONT_H__)
541 #if IN_FILE(__GDK_FONT_C__)
542 #ifndef GDK_DISABLE_DEPRECATED
543 extern __typeof (gdk_font_from_description) IA__gdk_font_from_description __attribute((visibility("hidden")));
544 #define gdk_font_from_description IA__gdk_font_from_description
545 
546 #endif
547 extern __typeof (gdk_font_get_type) IA__gdk_font_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
548 #define gdk_font_get_type IA__gdk_font_get_type
549 
550 extern __typeof (gdk_font_ref) IA__gdk_font_ref __attribute((visibility("hidden")));
551 #define gdk_font_ref IA__gdk_font_ref
552 
553 extern __typeof (gdk_font_unref) IA__gdk_font_unref __attribute((visibility("hidden")));
554 #define gdk_font_unref IA__gdk_font_unref
555 
556 #ifndef GDK_DISABLE_DEPRECATED
557 extern __typeof (gdk_font_load) IA__gdk_font_load __attribute((visibility("hidden")));
558 #define gdk_font_load IA__gdk_font_load
559 
560 extern __typeof (gdk_string_width) IA__gdk_string_width __attribute((visibility("hidden")));
561 #define gdk_string_width IA__gdk_string_width
562 
563 extern __typeof (gdk_char_width) IA__gdk_char_width __attribute((visibility("hidden")));
564 #define gdk_char_width IA__gdk_char_width
565 
566 extern __typeof (gdk_char_width_wc) IA__gdk_char_width_wc __attribute((visibility("hidden")));
567 #define gdk_char_width_wc IA__gdk_char_width_wc
568 
569 extern __typeof (gdk_string_measure) IA__gdk_string_measure __attribute((visibility("hidden")));
570 #define gdk_string_measure IA__gdk_string_measure
571 
572 extern __typeof (gdk_text_measure) IA__gdk_text_measure __attribute((visibility("hidden")));
573 #define gdk_text_measure IA__gdk_text_measure
574 
575 extern __typeof (gdk_char_measure) IA__gdk_char_measure __attribute((visibility("hidden")));
576 #define gdk_char_measure IA__gdk_char_measure
577 
578 extern __typeof (gdk_string_height) IA__gdk_string_height __attribute((visibility("hidden")));
579 #define gdk_string_height IA__gdk_string_height
580 
581 extern __typeof (gdk_text_height) IA__gdk_text_height __attribute((visibility("hidden")));
582 #define gdk_text_height IA__gdk_text_height
583 
584 extern __typeof (gdk_char_height) IA__gdk_char_height __attribute((visibility("hidden")));
585 #define gdk_char_height IA__gdk_char_height
586 
587 extern __typeof (gdk_string_extents) IA__gdk_string_extents __attribute((visibility("hidden")));
588 #define gdk_string_extents IA__gdk_string_extents
589 
590 #endif
591 #endif
592 #endif
593 #if IN_HEADER(__GDK_FONT_H__)
594 #if IN_FILE(__GDK_FONT_X11_C__)
595 #ifndef GDK_DISABLE_DEPRECATED
596 extern __typeof (gdk_text_extents) IA__gdk_text_extents __attribute((visibility("hidden")));
597 #define gdk_text_extents IA__gdk_text_extents
598 
599 extern __typeof (gdk_text_extents_wc) IA__gdk_text_extents_wc __attribute((visibility("hidden")));
600 #define gdk_text_extents_wc IA__gdk_text_extents_wc
601 
602 extern __typeof (gdk_text_width) IA__gdk_text_width __attribute((visibility("hidden")));
603 #define gdk_text_width IA__gdk_text_width
604 
605 extern __typeof (gdk_text_width_wc) IA__gdk_text_width_wc __attribute((visibility("hidden")));
606 #define gdk_text_width_wc IA__gdk_text_width_wc
607 
608 extern __typeof (gdk_font_get_display) IA__gdk_font_get_display __attribute((visibility("hidden")));
609 #define gdk_font_get_display IA__gdk_font_get_display
610 
611 extern __typeof (gdk_fontset_load) IA__gdk_fontset_load __attribute((visibility("hidden")));
612 #define gdk_fontset_load IA__gdk_fontset_load
613 
614 #endif
615 extern __typeof (gdk_font_id) IA__gdk_font_id __attribute((visibility("hidden")));
616 #define gdk_font_id IA__gdk_font_id
617 
618 extern __typeof (gdk_font_equal) IA__gdk_font_equal __attribute((visibility("hidden")));
619 #define gdk_font_equal IA__gdk_font_equal
620 
621 extern __typeof (gdk_font_load_for_display) IA__gdk_font_load_for_display __attribute((visibility("hidden")));
622 #define gdk_font_load_for_display IA__gdk_font_load_for_display
623 
624 extern __typeof (gdk_font_from_description_for_display) IA__gdk_font_from_description_for_display __attribute((visibility("hidden")));
625 #define gdk_font_from_description_for_display IA__gdk_font_from_description_for_display
626 
627 extern __typeof (gdk_fontset_load_for_display) IA__gdk_fontset_load_for_display __attribute((visibility("hidden")));
628 #define gdk_fontset_load_for_display IA__gdk_fontset_load_for_display
629 
630 #endif
631 #endif
632 #if IN_HEADER(__GDK_CAIRO_H__)
633 #if IN_FILE(__GDK_CAIRO_C__)
634 extern __typeof (gdk_cairo_create) IA__gdk_cairo_create __attribute((visibility("hidden")));
635 #define gdk_cairo_create IA__gdk_cairo_create
636 
637 extern __typeof (gdk_cairo_reset_clip) IA__gdk_cairo_reset_clip __attribute((visibility("hidden")));
638 #define gdk_cairo_reset_clip IA__gdk_cairo_reset_clip
639 
640 extern __typeof (gdk_cairo_set_source_color) IA__gdk_cairo_set_source_color __attribute((visibility("hidden")));
641 #define gdk_cairo_set_source_color IA__gdk_cairo_set_source_color
642 
643 extern __typeof (gdk_cairo_set_source_pixbuf) IA__gdk_cairo_set_source_pixbuf __attribute((visibility("hidden")));
644 #define gdk_cairo_set_source_pixbuf IA__gdk_cairo_set_source_pixbuf
645 
646 extern __typeof (gdk_cairo_set_source_pixmap) IA__gdk_cairo_set_source_pixmap __attribute((visibility("hidden")));
647 #define gdk_cairo_set_source_pixmap IA__gdk_cairo_set_source_pixmap
648 
649 extern __typeof (gdk_cairo_set_source_window) IA__gdk_cairo_set_source_window __attribute((visibility("hidden")));
650 #define gdk_cairo_set_source_window IA__gdk_cairo_set_source_window
651 
652 extern __typeof (gdk_cairo_rectangle) IA__gdk_cairo_rectangle __attribute((visibility("hidden")));
653 #define gdk_cairo_rectangle IA__gdk_cairo_rectangle
654 
655 extern __typeof (gdk_cairo_region) IA__gdk_cairo_region __attribute((visibility("hidden")));
656 #define gdk_cairo_region IA__gdk_cairo_region
657 
658 #endif
659 #endif
660 #if IN_HEADER(__GDK_COLOR_H__)
661 #if IN_FILE(__GDK_COLOR_C__)
662 #ifndef GDK_DISABLE_DEPRECATED
663 extern __typeof (gdk_colors_store) IA__gdk_colors_store __attribute((visibility("hidden")));
664 #define gdk_colors_store IA__gdk_colors_store
665 
666 extern __typeof (gdk_color_white) IA__gdk_color_white __attribute((visibility("hidden")));
667 #define gdk_color_white IA__gdk_color_white
668 
669 extern __typeof (gdk_color_black) IA__gdk_color_black __attribute((visibility("hidden")));
670 #define gdk_color_black IA__gdk_color_black
671 
672 extern __typeof (gdk_color_alloc) IA__gdk_color_alloc __attribute((visibility("hidden")));
673 #define gdk_color_alloc IA__gdk_color_alloc
674 
675 #endif
676 extern __typeof (gdk_color_copy) IA__gdk_color_copy __attribute((visibility("hidden")));
677 #define gdk_color_copy IA__gdk_color_copy
678 
679 extern __typeof (gdk_color_equal) IA__gdk_color_equal __attribute((visibility("hidden")));
680 #define gdk_color_equal IA__gdk_color_equal
681 
682 extern __typeof (gdk_color_free) IA__gdk_color_free __attribute((visibility("hidden")));
683 #define gdk_color_free IA__gdk_color_free
684 
685 extern __typeof (gdk_color_get_type) IA__gdk_color_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
686 #define gdk_color_get_type IA__gdk_color_get_type
687 
688 extern __typeof (gdk_color_hash) IA__gdk_color_hash __attribute((visibility("hidden")));
689 #define gdk_color_hash IA__gdk_color_hash
690 
691 extern __typeof (gdk_colormap_alloc_color) IA__gdk_colormap_alloc_color __attribute((visibility("hidden")));
692 #define gdk_colormap_alloc_color IA__gdk_colormap_alloc_color
693 
694 extern __typeof (gdk_colormap_get_system) IA__gdk_colormap_get_system __attribute((visibility("hidden")));
695 #define gdk_colormap_get_system IA__gdk_colormap_get_system
696 
697 extern __typeof (gdk_colormap_get_visual) IA__gdk_colormap_get_visual __attribute((visibility("hidden")));
698 #define gdk_colormap_get_visual IA__gdk_colormap_get_visual
699 
700 #ifndef GDK_DISABLE_DEPRECATED
701 extern __typeof (gdk_colormap_ref) IA__gdk_colormap_ref __attribute((visibility("hidden")));
702 #define gdk_colormap_ref IA__gdk_colormap_ref
703 
704 extern __typeof (gdk_colormap_unref) IA__gdk_colormap_unref __attribute((visibility("hidden")));
705 #define gdk_colormap_unref IA__gdk_colormap_unref
706 
707 #endif
708 extern __typeof (gdk_color_parse) IA__gdk_color_parse __attribute((visibility("hidden")));
709 #define gdk_color_parse IA__gdk_color_parse
710 
711 extern __typeof (gdk_color_to_string) IA__gdk_color_to_string __attribute((visibility("hidden")));
712 #define gdk_color_to_string IA__gdk_color_to_string
713 
714 #endif
715 #endif
716 #if IN_HEADER(__GDK_COLOR_H__)
717 #if IN_FILE(__GDK_COLOR_X11_C__)
718 extern __typeof (gdk_colormap_new) IA__gdk_colormap_new __attribute((visibility("hidden")));
719 #define gdk_colormap_new IA__gdk_colormap_new
720 
721 extern __typeof (gdk_colormap_get_type) IA__gdk_colormap_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
722 #define gdk_colormap_get_type IA__gdk_colormap_get_type
723 
724 #ifndef GDK_DISABLE_DEPRECATED
725 extern __typeof (gdk_colormap_change) IA__gdk_colormap_change __attribute((visibility("hidden")));
726 #define gdk_colormap_change IA__gdk_colormap_change
727 
728 extern __typeof (gdk_colors_alloc) IA__gdk_colors_alloc __attribute((visibility("hidden")));
729 #define gdk_colors_alloc IA__gdk_colors_alloc
730 
731 extern __typeof (gdk_colors_free) IA__gdk_colors_free __attribute((visibility("hidden")));
732 #define gdk_colors_free IA__gdk_colors_free
733 
734 extern __typeof (gdk_colormap_get_system_size) IA__gdk_colormap_get_system_size __attribute((visibility("hidden")));
735 #define gdk_colormap_get_system_size IA__gdk_colormap_get_system_size
736 
737 extern __typeof (gdk_color_change) IA__gdk_color_change __attribute((visibility("hidden")));
738 #define gdk_color_change IA__gdk_color_change
739 
740 #endif
741 extern __typeof (gdk_colormap_alloc_colors) IA__gdk_colormap_alloc_colors __attribute((visibility("hidden")));
742 #define gdk_colormap_alloc_colors IA__gdk_colormap_alloc_colors
743 
744 extern __typeof (gdk_colormap_free_colors) IA__gdk_colormap_free_colors __attribute((visibility("hidden")));
745 #define gdk_colormap_free_colors IA__gdk_colormap_free_colors
746 
747 extern __typeof (gdk_colormap_query_color) IA__gdk_colormap_query_color __attribute((visibility("hidden")));
748 #define gdk_colormap_query_color IA__gdk_colormap_query_color
749 
750 extern __typeof (gdk_colormap_get_screen) IA__gdk_colormap_get_screen __attribute((visibility("hidden")));
751 #define gdk_colormap_get_screen IA__gdk_colormap_get_screen
752 
753 #endif
754 #endif
755 #if IN_HEADER(__GDK_CURSOR_H__)
756 #if IN_FILE(__GDK_CURSOR_C__)
757 extern __typeof (gdk_cursor_get_type) IA__gdk_cursor_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
758 #define gdk_cursor_get_type IA__gdk_cursor_get_type
759 
760 extern __typeof (gdk_cursor_get_cursor_type) IA__gdk_cursor_get_cursor_type __attribute((visibility("hidden")));
761 #define gdk_cursor_get_cursor_type IA__gdk_cursor_get_cursor_type
762 
763 extern __typeof (gdk_cursor_new) IA__gdk_cursor_new __attribute((visibility("hidden")));
764 #define gdk_cursor_new IA__gdk_cursor_new
765 
766 extern __typeof (gdk_cursor_ref) IA__gdk_cursor_ref __attribute((visibility("hidden")));
767 #define gdk_cursor_ref IA__gdk_cursor_ref
768 
769 extern __typeof (gdk_cursor_unref) IA__gdk_cursor_unref __attribute((visibility("hidden")));
770 #define gdk_cursor_unref IA__gdk_cursor_unref
771 
772 #endif
773 #endif
774 #if IN_HEADER(__GDK_CURSOR_H__)
775 #if IN_FILE(__GDK_CURSOR_X11_C__)
776 extern __typeof (gdk_cursor_get_display) IA__gdk_cursor_get_display __attribute((visibility("hidden")));
777 #define gdk_cursor_get_display IA__gdk_cursor_get_display
778 
779 extern __typeof (gdk_cursor_new_for_display) IA__gdk_cursor_new_for_display __attribute((visibility("hidden")));
780 #define gdk_cursor_new_for_display IA__gdk_cursor_new_for_display
781 
782 extern __typeof (gdk_cursor_new_from_pixbuf) IA__gdk_cursor_new_from_pixbuf __attribute((visibility("hidden")));
783 #define gdk_cursor_new_from_pixbuf IA__gdk_cursor_new_from_pixbuf
784 
785 extern __typeof (gdk_cursor_new_from_pixmap) IA__gdk_cursor_new_from_pixmap __attribute((visibility("hidden")));
786 #define gdk_cursor_new_from_pixmap IA__gdk_cursor_new_from_pixmap
787 
788 extern __typeof (gdk_cursor_new_from_name) IA__gdk_cursor_new_from_name __attribute((visibility("hidden")));
789 #define gdk_cursor_new_from_name IA__gdk_cursor_new_from_name
790 
791 extern __typeof (gdk_cursor_get_image) IA__gdk_cursor_get_image __attribute((visibility("hidden")));
792 #define gdk_cursor_get_image IA__gdk_cursor_get_image
793 
794 #endif
795 #endif
796 #if IN_HEADER(__GDK_INPUT_H__)
797 #if IN_FILE(__GDK_INPUT_C__)
798 extern __typeof (gdk_device_free_history) IA__gdk_device_free_history __attribute((visibility("hidden")));
799 #define gdk_device_free_history IA__gdk_device_free_history
800 
801 extern __typeof (gdk_device_get_axis) IA__gdk_device_get_axis __attribute((visibility("hidden")));
802 #define gdk_device_get_axis IA__gdk_device_get_axis
803 
804 extern __typeof (gdk_device_get_axis_use) IA__gdk_device_get_axis_use __attribute((visibility("hidden")));
805 #define gdk_device_get_axis_use IA__gdk_device_get_axis_use
806 
807 extern __typeof (gdk_device_get_has_cursor) IA__gdk_device_get_has_cursor __attribute((visibility("hidden")));
808 #define gdk_device_get_has_cursor IA__gdk_device_get_has_cursor
809 
810 extern __typeof (gdk_device_get_history) IA__gdk_device_get_history __attribute((visibility("hidden")));
811 #define gdk_device_get_history IA__gdk_device_get_history
812 
813 extern __typeof (gdk_device_get_key) IA__gdk_device_get_key __attribute((visibility("hidden")));
814 #define gdk_device_get_key IA__gdk_device_get_key
815 
816 extern __typeof (gdk_device_get_mode) IA__gdk_device_get_mode __attribute((visibility("hidden")));
817 #define gdk_device_get_mode IA__gdk_device_get_mode
818 
819 extern __typeof (gdk_device_get_name) IA__gdk_device_get_name __attribute((visibility("hidden")));
820 #define gdk_device_get_name IA__gdk_device_get_name
821 
822 extern __typeof (gdk_device_get_n_axes) IA__gdk_device_get_n_axes __attribute((visibility("hidden")));
823 #define gdk_device_get_n_axes IA__gdk_device_get_n_axes
824 
825 extern __typeof (gdk_device_get_n_keys) IA__gdk_device_get_n_keys __attribute((visibility("hidden")));
826 #define gdk_device_get_n_keys IA__gdk_device_get_n_keys
827 
828 extern __typeof (gdk_device_get_source) IA__gdk_device_get_source __attribute((visibility("hidden")));
829 #define gdk_device_get_source IA__gdk_device_get_source
830 
831 extern __typeof (gdk_device_get_type) IA__gdk_device_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
832 #define gdk_device_get_type IA__gdk_device_get_type
833 
834 extern __typeof (gdk_device_set_axis_use) IA__gdk_device_set_axis_use __attribute((visibility("hidden")));
835 #define gdk_device_set_axis_use IA__gdk_device_set_axis_use
836 
837 extern __typeof (gdk_device_set_key) IA__gdk_device_set_key __attribute((visibility("hidden")));
838 #define gdk_device_set_key IA__gdk_device_set_key
839 
840 extern __typeof (gdk_device_set_source) IA__gdk_device_set_source __attribute((visibility("hidden")));
841 #define gdk_device_set_source IA__gdk_device_set_source
842 
843 extern __typeof (gdk_devices_list) IA__gdk_devices_list __attribute((visibility("hidden")));
844 #define gdk_devices_list IA__gdk_devices_list
845 
846 extern __typeof (gdk_input_set_extension_events) IA__gdk_input_set_extension_events __attribute((visibility("hidden")));
847 #define gdk_input_set_extension_events IA__gdk_input_set_extension_events
848 
849 #endif
850 #endif
851 #if IN_HEADER(__GDK_INPUT_H__)
852 #if IN_FILE(__GDK_DISPLAY_C__)
853 extern __typeof (gdk_device_get_core_pointer) IA__gdk_device_get_core_pointer __attribute((visibility("hidden")));
854 #define gdk_device_get_core_pointer IA__gdk_device_get_core_pointer
855 
856 #endif
857 #endif
858 #if IN_HEADER(__GDK_INPUT_H__)
859 #if IN_FILE(__GDK_INPUT_X11_C__)
860 extern __typeof (gdk_device_get_state) IA__gdk_device_get_state __attribute((visibility("hidden")));
861 #define gdk_device_get_state IA__gdk_device_get_state
862 
863 #endif
864 #endif
865 #if IN_HEADER(__GDK_INPUT_H__)
866 #if IN_FILE(__GDK_INPUT_XFREE_C__)
867 extern __typeof (gdk_device_set_mode) IA__gdk_device_set_mode __attribute((visibility("hidden")));
868 #define gdk_device_set_mode IA__gdk_device_set_mode
869 
870 #endif
871 #endif
872 #if IN_HEADER(__GDK_INPUT_H__)
873 #if IN_FILE(__GDK_INPUT_NONE_C__)
874 extern __typeof (gdk_device_get_state) IA__gdk_device_get_state __attribute((visibility("hidden")));
875 #define gdk_device_get_state IA__gdk_device_get_state
876 
877 extern __typeof (gdk_device_set_mode) IA__gdk_device_set_mode __attribute((visibility("hidden")));
878 #define gdk_device_set_mode IA__gdk_device_set_mode
879 
880 #endif
881 #endif
882 #if IN_HEADER(__GDK_DISPLAY_H__)
883 #if IN_FILE(__GDK_EVENTS_X11_C__)
884 extern __typeof (gdk_display_add_client_message_filter) IA__gdk_display_add_client_message_filter __attribute((visibility("hidden")));
885 #define gdk_display_add_client_message_filter IA__gdk_display_add_client_message_filter
886 
887 #endif
888 #endif
889 #if IN_HEADER(__GDK_DISPLAY_H__)
890 #if IN_FILE(__GDK_DISPLAY_C__)
891 extern __typeof (gdk_display_close) IA__gdk_display_close __attribute((visibility("hidden")));
892 #define gdk_display_close IA__gdk_display_close
893 
894 extern __typeof (gdk_display_get_core_pointer) IA__gdk_display_get_core_pointer __attribute((visibility("hidden")));
895 #define gdk_display_get_core_pointer IA__gdk_display_get_core_pointer
896 
897 extern __typeof (gdk_display_get_event) IA__gdk_display_get_event __attribute((visibility("hidden")));
898 #define gdk_display_get_event IA__gdk_display_get_event
899 
900 extern __typeof (gdk_display_get_pointer) IA__gdk_display_get_pointer __attribute((visibility("hidden")));
901 #define gdk_display_get_pointer IA__gdk_display_get_pointer
902 
903 extern __typeof (gdk_display_get_type) IA__gdk_display_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
904 #define gdk_display_get_type IA__gdk_display_get_type
905 
906 extern __typeof (gdk_display_get_window_at_pointer) IA__gdk_display_get_window_at_pointer __attribute((visibility("hidden")));
907 #define gdk_display_get_window_at_pointer IA__gdk_display_get_window_at_pointer
908 
909 extern __typeof (gdk_display_is_closed) IA__gdk_display_is_closed __attribute((visibility("hidden")));
910 #define gdk_display_is_closed IA__gdk_display_is_closed
911 
912 extern __typeof (gdk_display_peek_event) IA__gdk_display_peek_event __attribute((visibility("hidden")));
913 #define gdk_display_peek_event IA__gdk_display_peek_event
914 
915 extern __typeof (gdk_display_put_event) IA__gdk_display_put_event __attribute((visibility("hidden")));
916 #define gdk_display_put_event IA__gdk_display_put_event
917 
918 extern __typeof (gdk_display_set_pointer_hooks) IA__gdk_display_set_pointer_hooks __attribute((visibility("hidden")));
919 #define gdk_display_set_pointer_hooks IA__gdk_display_set_pointer_hooks
920 
921 #endif
922 #endif
923 #if IN_HEADER(__GDK_DISPLAY_H__)
924 #if IN_FILE(__GDK_WINDOW_X11_C__)
925 extern __typeof (gdk_display_warp_pointer) IA__gdk_display_warp_pointer __attribute((visibility("hidden")));
926 #define gdk_display_warp_pointer IA__gdk_display_warp_pointer
927 
928 #endif
929 #endif
930 #if IN_HEADER(__GDK_DISPLAY_H__)
931 #if IN_FILE(__GDK_DISPLAY_MANAGER_C__)
932 extern __typeof (gdk_display_get_default) IA__gdk_display_get_default __attribute((visibility("hidden")));
933 #define gdk_display_get_default IA__gdk_display_get_default
934 
935 #endif
936 #endif
937 #if IN_HEADER(__GDK_DISPLAY_H__)
938 #if IN_FILE(__GDK_CURSOR_X11_C__)
939 extern __typeof (gdk_display_get_default_cursor_size) IA__gdk_display_get_default_cursor_size __attribute((visibility("hidden")));
940 #define gdk_display_get_default_cursor_size IA__gdk_display_get_default_cursor_size
941 
942 extern __typeof (gdk_display_get_maximal_cursor_size) IA__gdk_display_get_maximal_cursor_size __attribute((visibility("hidden")));
943 #define gdk_display_get_maximal_cursor_size IA__gdk_display_get_maximal_cursor_size
944 
945 extern __typeof (gdk_display_supports_cursor_alpha) IA__gdk_display_supports_cursor_alpha __attribute((visibility("hidden")));
946 #define gdk_display_supports_cursor_alpha IA__gdk_display_supports_cursor_alpha
947 
948 extern __typeof (gdk_display_supports_cursor_color) IA__gdk_display_supports_cursor_color __attribute((visibility("hidden")));
949 #define gdk_display_supports_cursor_color IA__gdk_display_supports_cursor_color
950 
951 #endif
952 #endif
953 #if IN_HEADER(__GDK_DISPLAY_H__)
954 #if IN_FILE(__GDK_DISPLAY_X11_C__)
955 extern __typeof (gdk_display_beep) IA__gdk_display_beep __attribute((visibility("hidden")));
956 #define gdk_display_beep IA__gdk_display_beep
957 
958 extern __typeof (gdk_display_sync) IA__gdk_display_sync __attribute((visibility("hidden")));
959 #define gdk_display_sync IA__gdk_display_sync
960 
961 extern __typeof (gdk_display_flush) IA__gdk_display_flush __attribute((visibility("hidden")));
962 #define gdk_display_flush IA__gdk_display_flush
963 
964 extern __typeof (gdk_display_get_default_group) IA__gdk_display_get_default_group __attribute((visibility("hidden")));
965 #define gdk_display_get_default_group IA__gdk_display_get_default_group
966 
967 extern __typeof (gdk_display_get_default_screen) IA__gdk_display_get_default_screen __attribute((visibility("hidden")));
968 #define gdk_display_get_default_screen IA__gdk_display_get_default_screen
969 
970 extern __typeof (gdk_display_get_name) IA__gdk_display_get_name __attribute((visibility("hidden")));
971 #define gdk_display_get_name IA__gdk_display_get_name
972 
973 extern __typeof (gdk_display_get_n_screens) IA__gdk_display_get_n_screens __attribute((visibility("hidden")));
974 #define gdk_display_get_n_screens IA__gdk_display_get_n_screens
975 
976 extern __typeof (gdk_display_get_screen) IA__gdk_display_get_screen __attribute((visibility("hidden")));
977 #define gdk_display_get_screen IA__gdk_display_get_screen
978 
979 extern __typeof (gdk_display_pointer_ungrab) IA__gdk_display_pointer_ungrab __attribute((visibility("hidden")));
980 #define gdk_display_pointer_ungrab IA__gdk_display_pointer_ungrab
981 
982 extern __typeof (gdk_display_keyboard_ungrab) IA__gdk_display_keyboard_ungrab __attribute((visibility("hidden")));
983 #define gdk_display_keyboard_ungrab IA__gdk_display_keyboard_ungrab
984 
985 extern __typeof (gdk_display_open) IA__gdk_display_open __attribute((visibility("hidden")));
986 #define gdk_display_open IA__gdk_display_open
987 
988 extern __typeof (gdk_display_request_selection_notification) IA__gdk_display_request_selection_notification __attribute((visibility("hidden")));
989 #define gdk_display_request_selection_notification IA__gdk_display_request_selection_notification
990 
991 extern __typeof (gdk_display_store_clipboard) IA__gdk_display_store_clipboard __attribute((visibility("hidden")));
992 #define gdk_display_store_clipboard IA__gdk_display_store_clipboard
993 
994 extern __typeof (gdk_display_supports_clipboard_persistence) IA__gdk_display_supports_clipboard_persistence __attribute((visibility("hidden")));
995 #define gdk_display_supports_clipboard_persistence IA__gdk_display_supports_clipboard_persistence
996 
997 extern __typeof (gdk_display_supports_selection_notification) IA__gdk_display_supports_selection_notification __attribute((visibility("hidden")));
998 #define gdk_display_supports_selection_notification IA__gdk_display_supports_selection_notification
999 
1000 extern __typeof (gdk_display_supports_shapes) IA__gdk_display_supports_shapes __attribute((visibility("hidden")));
1001 #define gdk_display_supports_shapes IA__gdk_display_supports_shapes
1002 
1003 extern __typeof (gdk_display_supports_input_shapes) IA__gdk_display_supports_input_shapes __attribute((visibility("hidden")));
1004 #define gdk_display_supports_input_shapes IA__gdk_display_supports_input_shapes
1005 
1006 extern __typeof (gdk_display_supports_composite) IA__gdk_display_supports_composite __attribute((visibility("hidden")));
1007 #define gdk_display_supports_composite IA__gdk_display_supports_composite
1008 
1009 #endif
1010 #endif
1011 #if IN_HEADER(__GDK_DISPLAY_H__)
1012 #if IN_FILE(__GDK_INPUT_C__)
1013 extern __typeof (gdk_display_list_devices) IA__gdk_display_list_devices __attribute((visibility("hidden")));
1014 #define gdk_display_list_devices IA__gdk_display_list_devices
1015 
1016 #endif
1017 #endif
1018 #if IN_HEADER(__GDK_DISPLAY_H__)
1019 #if IN_FILE(__GDK_C__)
1020 extern __typeof (gdk_display_open_default_libgtk_only) IA__gdk_display_open_default_libgtk_only __attribute((visibility("hidden")));
1021 #define gdk_display_open_default_libgtk_only IA__gdk_display_open_default_libgtk_only
1022 
1023 #endif
1024 #endif
1025 #if IN_HEADER(__GDK_DISPLAY_H__)
1026 #if IN_FILE(__GDK_EVENTS_C__)
1027 extern __typeof (gdk_display_set_double_click_distance) IA__gdk_display_set_double_click_distance __attribute((visibility("hidden")));
1028 #define gdk_display_set_double_click_distance IA__gdk_display_set_double_click_distance
1029 
1030 extern __typeof (gdk_display_set_double_click_time) IA__gdk_display_set_double_click_time __attribute((visibility("hidden")));
1031 #define gdk_display_set_double_click_time IA__gdk_display_set_double_click_time
1032 
1033 #endif
1034 #endif
1035 #if IN_HEADER(__GDK_DISPLAY_MANAGER_H__)
1036 #if IN_FILE(__GDK_DISPLAY_MANAGER_C__)
1037 extern __typeof (gdk_display_manager_get) IA__gdk_display_manager_get __attribute((visibility("hidden")));
1038 #define gdk_display_manager_get IA__gdk_display_manager_get
1039 
1040 extern __typeof (gdk_display_manager_get_type) IA__gdk_display_manager_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
1041 #define gdk_display_manager_get_type IA__gdk_display_manager_get_type
1042 
1043 extern __typeof (gdk_display_manager_list_displays) IA__gdk_display_manager_list_displays __attribute((visibility("hidden")));
1044 #define gdk_display_manager_list_displays IA__gdk_display_manager_list_displays
1045 
1046 extern __typeof (gdk_display_manager_set_default_display) IA__gdk_display_manager_set_default_display __attribute((visibility("hidden")));
1047 #define gdk_display_manager_set_default_display IA__gdk_display_manager_set_default_display
1048 
1049 extern __typeof (gdk_display_manager_get_default_display) IA__gdk_display_manager_get_default_display __attribute((visibility("hidden")));
1050 #define gdk_display_manager_get_default_display IA__gdk_display_manager_get_default_display
1051 
1052 #endif
1053 #endif
1054 #if IN_HEADER(__GDK_DND_H__)
1055 #if IN_FILE(__GDK_DND_X11_C__)
1056 extern __typeof (gdk_drag_abort) IA__gdk_drag_abort __attribute((visibility("hidden")));
1057 #define gdk_drag_abort IA__gdk_drag_abort
1058 
1059 extern __typeof (gdk_drag_begin) IA__gdk_drag_begin __attribute((visibility("hidden")));
1060 #define gdk_drag_begin IA__gdk_drag_begin
1061 
1062 extern __typeof (gdk_drag_context_get_type) IA__gdk_drag_context_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
1063 #define gdk_drag_context_get_type IA__gdk_drag_context_get_type
1064 
1065 #ifndef GDK_DISABLE_DEPRECATED
1066 extern __typeof (gdk_drag_context_new) IA__gdk_drag_context_new __attribute((visibility("hidden")));
1067 #define gdk_drag_context_new IA__gdk_drag_context_new
1068 
1069 extern __typeof (gdk_drag_context_ref) IA__gdk_drag_context_ref __attribute((visibility("hidden")));
1070 #define gdk_drag_context_ref IA__gdk_drag_context_ref
1071 
1072 extern __typeof (gdk_drag_context_unref) IA__gdk_drag_context_unref __attribute((visibility("hidden")));
1073 #define gdk_drag_context_unref IA__gdk_drag_context_unref
1074 
1075 #endif
1076 extern __typeof (gdk_drag_drop) IA__gdk_drag_drop __attribute((visibility("hidden")));
1077 #define gdk_drag_drop IA__gdk_drag_drop
1078 
1079 extern __typeof (gdk_drag_drop_succeeded) IA__gdk_drag_drop_succeeded __attribute((visibility("hidden")));
1080 #define gdk_drag_drop_succeeded IA__gdk_drag_drop_succeeded
1081 
1082 extern __typeof (gdk_drag_find_window_for_screen) IA__gdk_drag_find_window_for_screen __attribute((visibility("hidden")));
1083 #define gdk_drag_find_window_for_screen IA__gdk_drag_find_window_for_screen
1084 
1085 extern __typeof (gdk_drag_get_protocol_for_display) IA__gdk_drag_get_protocol_for_display __attribute((visibility("hidden")));
1086 #define gdk_drag_get_protocol_for_display IA__gdk_drag_get_protocol_for_display
1087 
1088 extern __typeof (gdk_drag_get_selection) IA__gdk_drag_get_selection __attribute((visibility("hidden")));
1089 #define gdk_drag_get_selection IA__gdk_drag_get_selection
1090 
1091 extern __typeof (gdk_drag_motion) IA__gdk_drag_motion __attribute((visibility("hidden")));
1092 #define gdk_drag_motion IA__gdk_drag_motion
1093 
1094 extern __typeof (gdk_drag_status) IA__gdk_drag_status __attribute((visibility("hidden")));
1095 #define gdk_drag_status IA__gdk_drag_status
1096 
1097 extern __typeof (gdk_drop_finish) IA__gdk_drop_finish __attribute((visibility("hidden")));
1098 #define gdk_drop_finish IA__gdk_drop_finish
1099 
1100 extern __typeof (gdk_drop_reply) IA__gdk_drop_reply __attribute((visibility("hidden")));
1101 #define gdk_drop_reply IA__gdk_drop_reply
1102 
1103 #endif
1104 #endif
1105 #if IN_HEADER(__GDK_DND_H__)
1106 #if IN_FILE(__GDK_DND_C__)
1107 extern __typeof (gdk_drag_context_get_actions) IA__gdk_drag_context_get_actions __attribute((visibility("hidden")));
1108 #define gdk_drag_context_get_actions IA__gdk_drag_context_get_actions
1109 
1110 extern __typeof (gdk_drag_context_get_selected_action) IA__gdk_drag_context_get_selected_action __attribute((visibility("hidden")));
1111 #define gdk_drag_context_get_selected_action IA__gdk_drag_context_get_selected_action
1112 
1113 extern __typeof (gdk_drag_context_get_suggested_action) IA__gdk_drag_context_get_suggested_action __attribute((visibility("hidden")));
1114 #define gdk_drag_context_get_suggested_action IA__gdk_drag_context_get_suggested_action
1115 
1116 extern __typeof (gdk_drag_context_list_targets) IA__gdk_drag_context_list_targets __attribute((visibility("hidden")));
1117 #define gdk_drag_context_list_targets IA__gdk_drag_context_list_targets
1118 
1119 extern __typeof (gdk_drag_context_get_source_window) IA__gdk_drag_context_get_source_window __attribute((visibility("hidden")));
1120 #define gdk_drag_context_get_source_window IA__gdk_drag_context_get_source_window
1121 
1122 extern __typeof (gdk_drag_context_get_dest_window) IA__gdk_drag_context_get_dest_window __attribute((visibility("hidden")));
1123 #define gdk_drag_context_get_dest_window IA__gdk_drag_context_get_dest_window
1124 
1125 extern __typeof (gdk_drag_context_get_protocol) IA__gdk_drag_context_get_protocol __attribute((visibility("hidden")));
1126 #define gdk_drag_context_get_protocol IA__gdk_drag_context_get_protocol
1127 
1128 #ifndef GDK_DISABLE_DEPRECATED
1129 extern __typeof (gdk_drag_find_window) IA__gdk_drag_find_window __attribute((visibility("hidden")));
1130 #define gdk_drag_find_window IA__gdk_drag_find_window
1131 
1132 extern __typeof (gdk_drag_get_protocol) IA__gdk_drag_get_protocol __attribute((visibility("hidden")));
1133 #define gdk_drag_get_protocol IA__gdk_drag_get_protocol
1134 
1135 #endif
1136 #endif
1137 #endif
1138 #if IN_HEADER(__GDK_DRAWABLE_H__)
1139 #if IN_FILE(__GDK_DRAW_C__)
1140 extern __typeof (gdk_drawable_copy_to_image) IA__gdk_drawable_copy_to_image __attribute((visibility("hidden")));
1141 #define gdk_drawable_copy_to_image IA__gdk_drawable_copy_to_image
1142 
1143 extern __typeof (gdk_drawable_get_clip_region) IA__gdk_drawable_get_clip_region __attribute((visibility("hidden")));
1144 #define gdk_drawable_get_clip_region IA__gdk_drawable_get_clip_region
1145 
1146 extern __typeof (gdk_drawable_get_colormap) IA__gdk_drawable_get_colormap __attribute((visibility("hidden")));
1147 #define gdk_drawable_get_colormap IA__gdk_drawable_get_colormap
1148 
1149 #ifndef GDK_DISABLE_DEPRECATED
1150 extern __typeof (gdk_drawable_get_data) IA__gdk_drawable_get_data __attribute((visibility("hidden")));
1151 #define gdk_drawable_get_data IA__gdk_drawable_get_data
1152 
1153 extern __typeof (gdk_drawable_set_data) IA__gdk_drawable_set_data __attribute((visibility("hidden")));
1154 #define gdk_drawable_set_data IA__gdk_drawable_set_data
1155 
1156 extern __typeof (gdk_drawable_ref) IA__gdk_drawable_ref __attribute((visibility("hidden")));
1157 #define gdk_drawable_ref IA__gdk_drawable_ref
1158 
1159 extern __typeof (gdk_drawable_unref) IA__gdk_drawable_unref __attribute((visibility("hidden")));
1160 #define gdk_drawable_unref IA__gdk_drawable_unref
1161 
1162 extern __typeof (gdk_draw_string) IA__gdk_draw_string __attribute((visibility("hidden")));
1163 #define gdk_draw_string IA__gdk_draw_string
1164 
1165 extern __typeof (gdk_draw_text) IA__gdk_draw_text __attribute((visibility("hidden")));
1166 #define gdk_draw_text IA__gdk_draw_text
1167 
1168 extern __typeof (gdk_draw_text_wc) IA__gdk_draw_text_wc __attribute((visibility("hidden")));
1169 #define gdk_draw_text_wc IA__gdk_draw_text_wc
1170 
1171 extern __typeof (gdk_drawable_get_display) IA__gdk_drawable_get_display __attribute((visibility("hidden")));
1172 #define gdk_drawable_get_display IA__gdk_drawable_get_display
1173 
1174 extern __typeof (gdk_drawable_get_screen) IA__gdk_drawable_get_screen __attribute((visibility("hidden")));
1175 #define gdk_drawable_get_screen IA__gdk_drawable_get_screen
1176 
1177 extern __typeof (gdk_drawable_get_size) IA__gdk_drawable_get_size __attribute((visibility("hidden")));
1178 #define gdk_drawable_get_size IA__gdk_drawable_get_size
1179 
1180 extern __typeof (gdk_drawable_get_visual) IA__gdk_drawable_get_visual __attribute((visibility("hidden")));
1181 #define gdk_drawable_get_visual IA__gdk_drawable_get_visual
1182 
1183 #endif
1184 extern __typeof (gdk_drawable_get_depth) IA__gdk_drawable_get_depth __attribute((visibility("hidden")));
1185 #define gdk_drawable_get_depth IA__gdk_drawable_get_depth
1186 
1187 extern __typeof (gdk_drawable_get_image) IA__gdk_drawable_get_image __attribute((visibility("hidden")));
1188 #define gdk_drawable_get_image IA__gdk_drawable_get_image
1189 
1190 extern __typeof (gdk_drawable_get_type) IA__gdk_drawable_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
1191 #define gdk_drawable_get_type IA__gdk_drawable_get_type
1192 
1193 extern __typeof (gdk_drawable_get_visible_region) IA__gdk_drawable_get_visible_region __attribute((visibility("hidden")));
1194 #define gdk_drawable_get_visible_region IA__gdk_drawable_get_visible_region
1195 
1196 extern __typeof (gdk_drawable_set_colormap) IA__gdk_drawable_set_colormap __attribute((visibility("hidden")));
1197 #define gdk_drawable_set_colormap IA__gdk_drawable_set_colormap
1198 
1199 extern __typeof (gdk_draw_arc) IA__gdk_draw_arc __attribute((visibility("hidden")));
1200 #define gdk_draw_arc IA__gdk_draw_arc
1201 
1202 extern __typeof (gdk_draw_drawable) IA__gdk_draw_drawable __attribute((visibility("hidden")));
1203 #define gdk_draw_drawable IA__gdk_draw_drawable
1204 
1205 extern __typeof (gdk_draw_glyphs) IA__gdk_draw_glyphs __attribute((visibility("hidden")));
1206 #define gdk_draw_glyphs IA__gdk_draw_glyphs
1207 
1208 extern __typeof (gdk_draw_glyphs_transformed) IA__gdk_draw_glyphs_transformed __attribute((visibility("hidden")));
1209 #define gdk_draw_glyphs_transformed IA__gdk_draw_glyphs_transformed
1210 
1211 extern __typeof (gdk_draw_image) IA__gdk_draw_image __attribute((visibility("hidden")));
1212 #define gdk_draw_image IA__gdk_draw_image
1213 
1214 extern __typeof (gdk_draw_line) IA__gdk_draw_line __attribute((visibility("hidden")));
1215 #define gdk_draw_line IA__gdk_draw_line
1216 
1217 extern __typeof (gdk_draw_lines) IA__gdk_draw_lines __attribute((visibility("hidden")));
1218 #define gdk_draw_lines IA__gdk_draw_lines
1219 
1220 extern __typeof (gdk_draw_pixbuf) IA__gdk_draw_pixbuf __attribute((visibility("hidden")));
1221 #define gdk_draw_pixbuf IA__gdk_draw_pixbuf
1222 
1223 extern __typeof (gdk_draw_point) IA__gdk_draw_point __attribute((visibility("hidden")));
1224 #define gdk_draw_point IA__gdk_draw_point
1225 
1226 extern __typeof (gdk_draw_points) IA__gdk_draw_points __attribute((visibility("hidden")));
1227 #define gdk_draw_points IA__gdk_draw_points
1228 
1229 extern __typeof (gdk_draw_polygon) IA__gdk_draw_polygon __attribute((visibility("hidden")));
1230 #define gdk_draw_polygon IA__gdk_draw_polygon
1231 
1232 extern __typeof (gdk_draw_rectangle) IA__gdk_draw_rectangle __attribute((visibility("hidden")));
1233 #define gdk_draw_rectangle IA__gdk_draw_rectangle
1234 
1235 extern __typeof (gdk_draw_segments) IA__gdk_draw_segments __attribute((visibility("hidden")));
1236 #define gdk_draw_segments IA__gdk_draw_segments
1237 
1238 extern __typeof (gdk_draw_trapezoids) IA__gdk_draw_trapezoids __attribute((visibility("hidden")));
1239 #define gdk_draw_trapezoids IA__gdk_draw_trapezoids
1240 
1241 #endif
1242 #endif
1243 #if IN_HEADER(__GDK_DRAWABLE_H__)
1244 #if IN_FILE(__GDK_PANGO_C__)
1245 extern __typeof (gdk_draw_layout) IA__gdk_draw_layout __attribute((visibility("hidden")));
1246 #define gdk_draw_layout IA__gdk_draw_layout
1247 
1248 extern __typeof (gdk_draw_layout_line) IA__gdk_draw_layout_line __attribute((visibility("hidden")));
1249 #define gdk_draw_layout_line IA__gdk_draw_layout_line
1250 
1251 extern __typeof (gdk_draw_layout_line_with_colors) IA__gdk_draw_layout_line_with_colors __attribute((visibility("hidden")));
1252 #define gdk_draw_layout_line_with_colors IA__gdk_draw_layout_line_with_colors
1253 
1254 extern __typeof (gdk_draw_layout_with_colors) IA__gdk_draw_layout_with_colors __attribute((visibility("hidden")));
1255 #define gdk_draw_layout_with_colors IA__gdk_draw_layout_with_colors
1256 
1257 #endif
1258 #endif
1259 #if IN_HEADER(__GDK_GC_H__)
1260 #if IN_FILE(__GDK_GC_C__)
1261 extern __typeof (gdk_gc_new) IA__gdk_gc_new __attribute((visibility("hidden")));
1262 #define gdk_gc_new IA__gdk_gc_new
1263 
1264 extern __typeof (gdk_gc_get_type) IA__gdk_gc_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
1265 #define gdk_gc_get_type IA__gdk_gc_get_type
1266 
1267 extern __typeof (gdk_gc_new_with_values) IA__gdk_gc_new_with_values __attribute((visibility("hidden")));
1268 #define gdk_gc_new_with_values IA__gdk_gc_new_with_values
1269 
1270 #ifndef GDK_DISABLE_DEPRECATED
1271 extern __typeof (gdk_gc_ref) IA__gdk_gc_ref __attribute((visibility("hidden")));
1272 #define gdk_gc_ref IA__gdk_gc_ref
1273 
1274 extern __typeof (gdk_gc_unref) IA__gdk_gc_unref __attribute((visibility("hidden")));
1275 #define gdk_gc_unref IA__gdk_gc_unref
1276 
1277 extern __typeof (gdk_gc_set_font) IA__gdk_gc_set_font __attribute((visibility("hidden")));
1278 #define gdk_gc_set_font IA__gdk_gc_set_font
1279 
1280 #endif
1281 extern __typeof (gdk_gc_get_values) IA__gdk_gc_get_values __attribute((visibility("hidden")));
1282 #define gdk_gc_get_values IA__gdk_gc_get_values
1283 
1284 extern __typeof (gdk_gc_set_values) IA__gdk_gc_set_values __attribute((visibility("hidden")));
1285 #define gdk_gc_set_values IA__gdk_gc_set_values
1286 
1287 extern __typeof (gdk_gc_set_foreground) IA__gdk_gc_set_foreground __attribute((visibility("hidden")));
1288 #define gdk_gc_set_foreground IA__gdk_gc_set_foreground
1289 
1290 extern __typeof (gdk_gc_set_background) IA__gdk_gc_set_background __attribute((visibility("hidden")));
1291 #define gdk_gc_set_background IA__gdk_gc_set_background
1292 
1293 extern __typeof (gdk_gc_set_function) IA__gdk_gc_set_function __attribute((visibility("hidden")));
1294 #define gdk_gc_set_function IA__gdk_gc_set_function
1295 
1296 extern __typeof (gdk_gc_set_fill) IA__gdk_gc_set_fill __attribute((visibility("hidden")));
1297 #define gdk_gc_set_fill IA__gdk_gc_set_fill
1298 
1299 extern __typeof (gdk_gc_set_tile) IA__gdk_gc_set_tile __attribute((visibility("hidden")));
1300 #define gdk_gc_set_tile IA__gdk_gc_set_tile
1301 
1302 extern __typeof (gdk_gc_set_stipple) IA__gdk_gc_set_stipple __attribute((visibility("hidden")));
1303 #define gdk_gc_set_stipple IA__gdk_gc_set_stipple
1304 
1305 extern __typeof (gdk_gc_set_ts_origin) IA__gdk_gc_set_ts_origin __attribute((visibility("hidden")));
1306 #define gdk_gc_set_ts_origin IA__gdk_gc_set_ts_origin
1307 
1308 extern __typeof (gdk_gc_set_clip_origin) IA__gdk_gc_set_clip_origin __attribute((visibility("hidden")));
1309 #define gdk_gc_set_clip_origin IA__gdk_gc_set_clip_origin
1310 
1311 extern __typeof (gdk_gc_set_clip_mask) IA__gdk_gc_set_clip_mask __attribute((visibility("hidden")));
1312 #define gdk_gc_set_clip_mask IA__gdk_gc_set_clip_mask
1313 
1314 extern __typeof (gdk_gc_set_clip_rectangle) IA__gdk_gc_set_clip_rectangle __attribute((visibility("hidden")));
1315 #define gdk_gc_set_clip_rectangle IA__gdk_gc_set_clip_rectangle
1316 
1317 extern __typeof (gdk_gc_set_clip_region) IA__gdk_gc_set_clip_region __attribute((visibility("hidden")));
1318 #define gdk_gc_set_clip_region IA__gdk_gc_set_clip_region
1319 
1320 extern __typeof (gdk_gc_set_subwindow) IA__gdk_gc_set_subwindow __attribute((visibility("hidden")));
1321 #define gdk_gc_set_subwindow IA__gdk_gc_set_subwindow
1322 
1323 extern __typeof (gdk_gc_set_exposures) IA__gdk_gc_set_exposures __attribute((visibility("hidden")));
1324 #define gdk_gc_set_exposures IA__gdk_gc_set_exposures
1325 
1326 extern __typeof (gdk_gc_set_line_attributes) IA__gdk_gc_set_line_attributes __attribute((visibility("hidden")));
1327 #define gdk_gc_set_line_attributes IA__gdk_gc_set_line_attributes
1328 
1329 extern __typeof (gdk_gc_set_dashes) IA__gdk_gc_set_dashes __attribute((visibility("hidden")));
1330 #define gdk_gc_set_dashes IA__gdk_gc_set_dashes
1331 
1332 extern __typeof (gdk_gc_offset) IA__gdk_gc_offset __attribute((visibility("hidden")));
1333 #define gdk_gc_offset IA__gdk_gc_offset
1334 
1335 extern __typeof (gdk_gc_copy) IA__gdk_gc_copy __attribute((visibility("hidden")));
1336 #define gdk_gc_copy IA__gdk_gc_copy
1337 
1338 extern __typeof (gdk_gc_get_colormap) IA__gdk_gc_get_colormap __attribute((visibility("hidden")));
1339 #define gdk_gc_get_colormap IA__gdk_gc_get_colormap
1340 
1341 extern __typeof (gdk_gc_set_colormap) IA__gdk_gc_set_colormap __attribute((visibility("hidden")));
1342 #define gdk_gc_set_colormap IA__gdk_gc_set_colormap
1343 
1344 extern __typeof (gdk_gc_set_rgb_bg_color) IA__gdk_gc_set_rgb_bg_color __attribute((visibility("hidden")));
1345 #define gdk_gc_set_rgb_bg_color IA__gdk_gc_set_rgb_bg_color
1346 
1347 extern __typeof (gdk_gc_set_rgb_fg_color) IA__gdk_gc_set_rgb_fg_color __attribute((visibility("hidden")));
1348 #define gdk_gc_set_rgb_fg_color IA__gdk_gc_set_rgb_fg_color
1349 
1350 #endif
1351 #endif
1352 #if IN_HEADER(__GDK_GC_H__)
1353 #if IN_FILE(__GDK_GC_X11_C__)
1354 extern __typeof (gdk_gc_get_screen) IA__gdk_gc_get_screen __attribute((visibility("hidden")));
1355 #define gdk_gc_get_screen IA__gdk_gc_get_screen
1356 
1357 #endif
1358 #endif
1359 #if IN_HEADER(__GDK_PIXMAP_X11_H__)
1360 #if IN_FILE(__GDK_PIXMAP_X11_C__)
1361 #ifdef GDK_WINDOWING_X11
1362 extern __typeof (gdk_pixmap_impl_x11_get_type) IA__gdk_pixmap_impl_x11_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
1363 #define gdk_pixmap_impl_x11_get_type IA__gdk_pixmap_impl_x11_get_type
1364 
1365 #endif
1366 #endif
1367 #endif
1368 #if IN_HEADER(__GDK_WINDOW_X11_H__)
1369 #if IN_FILE(__GDK_WINDOW_X11_C__)
1370 #ifdef GDK_WINDOWING_X11
1371 extern __typeof (gdk_window_impl_x11_get_type) IA__gdk_window_impl_x11_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
1372 #define gdk_window_impl_x11_get_type IA__gdk_window_impl_x11_get_type
1373 
1374 #endif
1375 #endif
1376 #endif
1377 #if IN_HEADER(__GDK_WINDOW_H__)
1378 #if IN_FILE(__GDK_WINDOW_C__)
1379 extern __typeof (gdk_get_default_root_window) IA__gdk_get_default_root_window __attribute((visibility("hidden")));
1380 #define gdk_get_default_root_window IA__gdk_get_default_root_window
1381 
1382 extern __typeof (gdk_window_new) IA__gdk_window_new __attribute((visibility("hidden")));
1383 #define gdk_window_new IA__gdk_window_new
1384 
1385 extern __typeof (gdk_window_show_unraised) IA__gdk_window_show_unraised __attribute((visibility("hidden")));
1386 #define gdk_window_show_unraised IA__gdk_window_show_unraised
1387 
1388 extern __typeof (gdk_window_show) IA__gdk_window_show __attribute((visibility("hidden")));
1389 #define gdk_window_show IA__gdk_window_show
1390 
1391 extern __typeof (gdk_window_hide) IA__gdk_window_hide __attribute((visibility("hidden")));
1392 #define gdk_window_hide IA__gdk_window_hide
1393 
1394 extern __typeof (gdk_window_withdraw) IA__gdk_window_withdraw __attribute((visibility("hidden")));
1395 #define gdk_window_withdraw IA__gdk_window_withdraw
1396 
1397 extern __typeof (gdk_window_get_events) IA__gdk_window_get_events __attribute((visibility("hidden")));
1398 #define gdk_window_get_events IA__gdk_window_get_events
1399 
1400 extern __typeof (gdk_window_set_events) IA__gdk_window_set_events __attribute((visibility("hidden")));
1401 #define gdk_window_set_events IA__gdk_window_set_events
1402 
1403 extern __typeof (gdk_window_raise) IA__gdk_window_raise __attribute((visibility("hidden")));
1404 #define gdk_window_raise IA__gdk_window_raise
1405 
1406 extern __typeof (gdk_window_lower) IA__gdk_window_lower __attribute((visibility("hidden")));
1407 #define gdk_window_lower IA__gdk_window_lower
1408 
1409 extern __typeof (gdk_window_restack) IA__gdk_window_restack __attribute((visibility("hidden")));
1410 #define gdk_window_restack IA__gdk_window_restack
1411 
1412 extern __typeof (gdk_window_move) IA__gdk_window_move __attribute((visibility("hidden")));
1413 #define gdk_window_move IA__gdk_window_move
1414 
1415 extern __typeof (gdk_window_resize) IA__gdk_window_resize __attribute((visibility("hidden")));
1416 #define gdk_window_resize IA__gdk_window_resize
1417 
1418 extern __typeof (gdk_window_move_resize) IA__gdk_window_move_resize __attribute((visibility("hidden")));
1419 #define gdk_window_move_resize IA__gdk_window_move_resize
1420 
1421 extern __typeof (gdk_window_scroll) IA__gdk_window_scroll __attribute((visibility("hidden")));
1422 #define gdk_window_scroll IA__gdk_window_scroll
1423 
1424 extern __typeof (gdk_window_move_region) IA__gdk_window_move_region __attribute((visibility("hidden")));
1425 #define gdk_window_move_region IA__gdk_window_move_region
1426 
1427 extern __typeof (gdk_window_get_accept_focus) IA__gdk_window_get_accept_focus __attribute((visibility("hidden")));
1428 #define gdk_window_get_accept_focus IA__gdk_window_get_accept_focus
1429 
1430 extern __typeof (gdk_window_get_background_pattern) IA__gdk_window_get_background_pattern __attribute((visibility("hidden")));
1431 #define gdk_window_get_background_pattern IA__gdk_window_get_background_pattern
1432 
1433 extern __typeof (gdk_window_get_composited) IA__gdk_window_get_composited __attribute((visibility("hidden")));
1434 #define gdk_window_get_composited IA__gdk_window_get_composited
1435 
1436 extern __typeof (gdk_window_get_cursor) IA__gdk_window_get_cursor __attribute((visibility("hidden")));
1437 #define gdk_window_get_cursor IA__gdk_window_get_cursor
1438 
1439 extern __typeof (gdk_window_get_deskrelative_origin) IA__gdk_window_get_deskrelative_origin __attribute((visibility("hidden")));
1440 #define gdk_window_get_deskrelative_origin IA__gdk_window_get_deskrelative_origin
1441 
1442 extern __typeof (gdk_window_get_focus_on_map) IA__gdk_window_get_focus_on_map __attribute((visibility("hidden")));
1443 #define gdk_window_get_focus_on_map IA__gdk_window_get_focus_on_map
1444 
1445 extern __typeof (gdk_window_get_geometry) IA__gdk_window_get_geometry __attribute((visibility("hidden")));
1446 #define gdk_window_get_geometry IA__gdk_window_get_geometry
1447 
1448 extern __typeof (gdk_window_get_modal_hint) IA__gdk_window_get_modal_hint __attribute((visibility("hidden")));
1449 #define gdk_window_get_modal_hint IA__gdk_window_get_modal_hint
1450 
1451 extern __typeof (gdk_window_get_origin) IA__gdk_window_get_origin __attribute((visibility("hidden")));
1452 #define gdk_window_get_origin IA__gdk_window_get_origin
1453 
1454 extern __typeof (gdk_window_get_root_coords) IA__gdk_window_get_root_coords __attribute((visibility("hidden")));
1455 #define gdk_window_get_root_coords IA__gdk_window_get_root_coords
1456 
1457 extern __typeof (gdk_window_set_background) IA__gdk_window_set_background __attribute((visibility("hidden")));
1458 #define gdk_window_set_background IA__gdk_window_set_background
1459 
1460 extern __typeof (gdk_window_set_back_pixmap) IA__gdk_window_set_back_pixmap __attribute((visibility("hidden")));
1461 #define gdk_window_set_back_pixmap IA__gdk_window_set_back_pixmap
1462 
1463 extern __typeof (gdk_window_set_cursor) IA__gdk_window_set_cursor __attribute((visibility("hidden")));
1464 #define gdk_window_set_cursor IA__gdk_window_set_cursor
1465 
1466 extern __typeof (gdk_window_shape_combine_mask) IA__gdk_window_shape_combine_mask __attribute((visibility("hidden")));
1467 #define gdk_window_shape_combine_mask IA__gdk_window_shape_combine_mask
1468 
1469 extern __typeof (gdk_window_shape_combine_region) IA__gdk_window_shape_combine_region __attribute((visibility("hidden")));
1470 #define gdk_window_shape_combine_region IA__gdk_window_shape_combine_region
1471 
1472 extern __typeof (gdk_window_set_child_shapes) IA__gdk_window_set_child_shapes __attribute((visibility("hidden")));
1473 #define gdk_window_set_child_shapes IA__gdk_window_set_child_shapes
1474 
1475 extern __typeof (gdk_window_merge_child_shapes) IA__gdk_window_merge_child_shapes __attribute((visibility("hidden")));
1476 #define gdk_window_merge_child_shapes IA__gdk_window_merge_child_shapes
1477 
1478 extern __typeof (gdk_window_input_shape_combine_mask) IA__gdk_window_input_shape_combine_mask __attribute((visibility("hidden")));
1479 #define gdk_window_input_shape_combine_mask IA__gdk_window_input_shape_combine_mask
1480 
1481 extern __typeof (gdk_window_input_shape_combine_region) IA__gdk_window_input_shape_combine_region __attribute((visibility("hidden")));
1482 #define gdk_window_input_shape_combine_region IA__gdk_window_input_shape_combine_region
1483 
1484 extern __typeof (gdk_window_set_child_input_shapes) IA__gdk_window_set_child_input_shapes __attribute((visibility("hidden")));
1485 #define gdk_window_set_child_input_shapes IA__gdk_window_set_child_input_shapes
1486 
1487 extern __typeof (gdk_window_merge_child_input_shapes) IA__gdk_window_merge_child_input_shapes __attribute((visibility("hidden")));
1488 #define gdk_window_merge_child_input_shapes IA__gdk_window_merge_child_input_shapes
1489 
1490 extern __typeof (gdk_window_set_static_gravities) IA__gdk_window_set_static_gravities __attribute((visibility("hidden")));
1491 #define gdk_window_set_static_gravities IA__gdk_window_set_static_gravities
1492 
1493 extern __typeof (gdk_window_reparent) IA__gdk_window_reparent __attribute((visibility("hidden")));
1494 #define gdk_window_reparent IA__gdk_window_reparent
1495 
1496 extern __typeof (gdk_window_add_filter) IA__gdk_window_add_filter __attribute((visibility("hidden")));
1497 #define gdk_window_add_filter IA__gdk_window_add_filter
1498 
1499 extern __typeof (gdk_window_at_pointer) IA__gdk_window_at_pointer __attribute((visibility("hidden")));
1500 #define gdk_window_at_pointer IA__gdk_window_at_pointer
1501 
1502 extern __typeof (gdk_window_begin_paint_rect) IA__gdk_window_begin_paint_rect __attribute((visibility("hidden")));
1503 #define gdk_window_begin_paint_rect IA__gdk_window_begin_paint_rect
1504 
1505 extern __typeof (gdk_window_begin_paint_region) IA__gdk_window_begin_paint_region __attribute((visibility("hidden")));
1506 #define gdk_window_begin_paint_region IA__gdk_window_begin_paint_region
1507 
1508 extern __typeof (gdk_window_clear) IA__gdk_window_clear __attribute((visibility("hidden")));
1509 #define gdk_window_clear IA__gdk_window_clear
1510 
1511 extern __typeof (gdk_window_clear_area) IA__gdk_window_clear_area __attribute((visibility("hidden")));
1512 #define gdk_window_clear_area IA__gdk_window_clear_area
1513 
1514 extern __typeof (gdk_window_clear_area_e) IA__gdk_window_clear_area_e __attribute((visibility("hidden")));
1515 #define gdk_window_clear_area_e IA__gdk_window_clear_area_e
1516 
1517 extern __typeof (gdk_window_constrain_size) IA__gdk_window_constrain_size __attribute((visibility("hidden")));
1518 #define gdk_window_constrain_size IA__gdk_window_constrain_size
1519 
1520 extern __typeof (gdk_window_coords_from_parent) IA__gdk_window_coords_from_parent __attribute((visibility("hidden")));
1521 #define gdk_window_coords_from_parent IA__gdk_window_coords_from_parent
1522 
1523 extern __typeof (gdk_window_coords_to_parent) IA__gdk_window_coords_to_parent __attribute((visibility("hidden")));
1524 #define gdk_window_coords_to_parent IA__gdk_window_coords_to_parent
1525 
1526 extern __typeof (gdk_window_create_similar_surface) IA__gdk_window_create_similar_surface __attribute((visibility("hidden")));
1527 #define gdk_window_create_similar_surface IA__gdk_window_create_similar_surface
1528 
1529 extern __typeof (gdk_window_destroy) IA__gdk_window_destroy __attribute((visibility("hidden")));
1530 #define gdk_window_destroy IA__gdk_window_destroy
1531 
1532 extern __typeof (gdk_window_end_paint) IA__gdk_window_end_paint __attribute((visibility("hidden")));
1533 #define gdk_window_end_paint IA__gdk_window_end_paint
1534 
1535 extern __typeof (gdk_window_flush) IA__gdk_window_flush __attribute((visibility("hidden")));
1536 #define gdk_window_flush IA__gdk_window_flush
1537 
1538 extern __typeof (gdk_window_foreign_new) IA__gdk_window_foreign_new __attribute((visibility("hidden")));
1539 #define gdk_window_foreign_new IA__gdk_window_foreign_new
1540 
1541 extern __typeof (gdk_window_freeze_toplevel_updates_libgtk_only) IA__gdk_window_freeze_toplevel_updates_libgtk_only __attribute((visibility("hidden")));
1542 #define gdk_window_freeze_toplevel_updates_libgtk_only IA__gdk_window_freeze_toplevel_updates_libgtk_only
1543 
1544 extern __typeof (gdk_window_freeze_updates) IA__gdk_window_freeze_updates __attribute((visibility("hidden")));
1545 #define gdk_window_freeze_updates IA__gdk_window_freeze_updates
1546 
1547 extern __typeof (gdk_window_get_children) IA__gdk_window_get_children __attribute((visibility("hidden")));
1548 #define gdk_window_get_children IA__gdk_window_get_children
1549 
1550 extern __typeof (gdk_window_get_internal_paint_info) IA__gdk_window_get_internal_paint_info __attribute((visibility("hidden")));
1551 #define gdk_window_get_internal_paint_info IA__gdk_window_get_internal_paint_info
1552 
1553 extern __typeof (gdk_window_get_parent) IA__gdk_window_get_parent __attribute((visibility("hidden")));
1554 #define gdk_window_get_parent IA__gdk_window_get_parent
1555 
1556 extern __typeof (gdk_window_get_effective_parent) IA__gdk_window_get_effective_parent __attribute((visibility("hidden")));
1557 #define gdk_window_get_effective_parent IA__gdk_window_get_effective_parent
1558 
1559 extern __typeof (gdk_window_get_pointer) IA__gdk_window_get_pointer __attribute((visibility("hidden")));
1560 #define gdk_window_get_pointer IA__gdk_window_get_pointer
1561 
1562 extern __typeof (gdk_window_get_position) IA__gdk_window_get_position __attribute((visibility("hidden")));
1563 #define gdk_window_get_position IA__gdk_window_get_position
1564 
1565 extern __typeof (gdk_window_get_state) IA__gdk_window_get_state __attribute((visibility("hidden")));
1566 #define gdk_window_get_state IA__gdk_window_get_state
1567 
1568 extern __typeof (gdk_window_get_toplevel) IA__gdk_window_get_toplevel __attribute((visibility("hidden")));
1569 #define gdk_window_get_toplevel IA__gdk_window_get_toplevel
1570 
1571 extern __typeof (gdk_window_get_effective_toplevel) IA__gdk_window_get_effective_toplevel __attribute((visibility("hidden")));
1572 #define gdk_window_get_effective_toplevel IA__gdk_window_get_effective_toplevel
1573 
1574 #ifndef GDK_DISABLE_DEPRECATED
1575 extern __typeof (gdk_window_get_toplevels) IA__gdk_window_get_toplevels __attribute((visibility("hidden")));
1576 #define gdk_window_get_toplevels IA__gdk_window_get_toplevels
1577 
1578 #endif
1579 extern __typeof (gdk_window_get_update_area) IA__gdk_window_get_update_area __attribute((visibility("hidden")));
1580 #define gdk_window_get_update_area IA__gdk_window_get_update_area
1581 
1582 extern __typeof (gdk_window_get_user_data) IA__gdk_window_get_user_data __attribute((visibility("hidden")));
1583 #define gdk_window_get_user_data IA__gdk_window_get_user_data
1584 
1585 extern __typeof (gdk_window_get_window_type) IA__gdk_window_get_window_type __attribute((visibility("hidden")));
1586 #define gdk_window_get_window_type IA__gdk_window_get_window_type
1587 
1588 extern __typeof (gdk_window_has_native) IA__gdk_window_has_native __attribute((visibility("hidden")));
1589 #define gdk_window_has_native IA__gdk_window_has_native
1590 
1591 extern __typeof (gdk_window_invalidate_maybe_recurse) IA__gdk_window_invalidate_maybe_recurse __attribute((visibility("hidden")));
1592 #define gdk_window_invalidate_maybe_recurse IA__gdk_window_invalidate_maybe_recurse
1593 
1594 extern __typeof (gdk_window_invalidate_rect) IA__gdk_window_invalidate_rect __attribute((visibility("hidden")));
1595 #define gdk_window_invalidate_rect IA__gdk_window_invalidate_rect
1596 
1597 extern __typeof (gdk_window_invalidate_region) IA__gdk_window_invalidate_region __attribute((visibility("hidden")));
1598 #define gdk_window_invalidate_region IA__gdk_window_invalidate_region
1599 
1600 extern __typeof (gdk_window_is_destroyed) IA__gdk_window_is_destroyed __attribute((visibility("hidden")));
1601 #define gdk_window_is_destroyed IA__gdk_window_is_destroyed
1602 
1603 extern __typeof (gdk_window_is_input_only) IA__gdk_window_is_input_only __attribute((visibility("hidden")));
1604 #define gdk_window_is_input_only IA__gdk_window_is_input_only
1605 
1606 extern __typeof (gdk_window_is_shaped) IA__gdk_window_is_shaped __attribute((visibility("hidden")));
1607 #define gdk_window_is_shaped IA__gdk_window_is_shaped
1608 
1609 extern __typeof (gdk_window_is_viewable) IA__gdk_window_is_viewable __attribute((visibility("hidden")));
1610 #define gdk_window_is_viewable IA__gdk_window_is_viewable
1611 
1612 extern __typeof (gdk_window_is_visible) IA__gdk_window_is_visible __attribute((visibility("hidden")));
1613 #define gdk_window_is_visible IA__gdk_window_is_visible
1614 
1615 extern __typeof (gdk_window_object_get_type) IA__gdk_window_object_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
1616 #define gdk_window_object_get_type IA__gdk_window_object_get_type
1617 
1618 extern __typeof (gdk_window_peek_children) IA__gdk_window_peek_children __attribute((visibility("hidden")));
1619 #define gdk_window_peek_children IA__gdk_window_peek_children
1620 
1621 extern __typeof (gdk_window_process_all_updates) IA__gdk_window_process_all_updates __attribute((visibility("hidden")));
1622 #define gdk_window_process_all_updates IA__gdk_window_process_all_updates
1623 
1624 extern __typeof (gdk_window_process_updates) IA__gdk_window_process_updates __attribute((visibility("hidden")));
1625 #define gdk_window_process_updates IA__gdk_window_process_updates
1626 
1627 extern __typeof (gdk_window_redirect_to_drawable) IA__gdk_window_redirect_to_drawable __attribute((visibility("hidden")));
1628 #define gdk_window_redirect_to_drawable IA__gdk_window_redirect_to_drawable
1629 
1630 extern __typeof (gdk_window_remove_filter) IA__gdk_window_remove_filter __attribute((visibility("hidden")));
1631 #define gdk_window_remove_filter IA__gdk_window_remove_filter
1632 
1633 extern __typeof (gdk_window_remove_redirection) IA__gdk_window_remove_redirection __attribute((visibility("hidden")));
1634 #define gdk_window_remove_redirection IA__gdk_window_remove_redirection
1635 
1636 extern __typeof (gdk_window_set_debug_updates) IA__gdk_window_set_debug_updates __attribute((visibility("hidden")));
1637 #define gdk_window_set_debug_updates IA__gdk_window_set_debug_updates
1638 
1639 extern __typeof (gdk_window_set_user_data) IA__gdk_window_set_user_data __attribute((visibility("hidden")));
1640 #define gdk_window_set_user_data IA__gdk_window_set_user_data
1641 
1642 extern __typeof (gdk_window_thaw_toplevel_updates_libgtk_only) IA__gdk_window_thaw_toplevel_updates_libgtk_only __attribute((visibility("hidden")));
1643 #define gdk_window_thaw_toplevel_updates_libgtk_only IA__gdk_window_thaw_toplevel_updates_libgtk_only
1644 
1645 extern __typeof (gdk_window_thaw_updates) IA__gdk_window_thaw_updates __attribute((visibility("hidden")));
1646 #define gdk_window_thaw_updates IA__gdk_window_thaw_updates
1647 
1648 extern __typeof (gdk_window_set_composited) IA__gdk_window_set_composited __attribute((visibility("hidden")));
1649 #define gdk_window_set_composited IA__gdk_window_set_composited
1650 
1651 extern __typeof (gdk_pointer_grab) IA__gdk_pointer_grab __attribute((visibility("hidden")));
1652 #define gdk_pointer_grab IA__gdk_pointer_grab
1653 
1654 extern __typeof (gdk_window_beep) IA__gdk_window_beep __attribute((visibility("hidden")));
1655 #define gdk_window_beep IA__gdk_window_beep
1656 
1657 extern __typeof (gdk_window_geometry_changed) IA__gdk_window_geometry_changed __attribute((visibility("hidden")));
1658 #define gdk_window_geometry_changed IA__gdk_window_geometry_changed
1659 
1660 extern __typeof (gdk_window_ensure_native) IA__gdk_window_ensure_native __attribute((visibility("hidden")));
1661 #define gdk_window_ensure_native IA__gdk_window_ensure_native
1662 
1663 extern __typeof (gdk_window_get_screen) IA__gdk_window_get_screen __attribute((visibility("hidden")));
1664 #define gdk_window_get_screen IA__gdk_window_get_screen
1665 
1666 extern __typeof (gdk_window_get_display) IA__gdk_window_get_display __attribute((visibility("hidden")));
1667 #define gdk_window_get_display IA__gdk_window_get_display
1668 
1669 extern __typeof (gdk_window_get_visual) IA__gdk_window_get_visual __attribute((visibility("hidden")));
1670 #define gdk_window_get_visual IA__gdk_window_get_visual
1671 
1672 extern __typeof (gdk_window_get_width) IA__gdk_window_get_width __attribute((visibility("hidden")));
1673 #define gdk_window_get_width IA__gdk_window_get_width
1674 
1675 extern __typeof (gdk_window_get_height) IA__gdk_window_get_height __attribute((visibility("hidden")));
1676 #define gdk_window_get_height IA__gdk_window_get_height
1677 
1678 #endif
1679 #endif
1680 #if IN_HEADER(__GDK_WINDOW_H__)
1681 #if IN_FILE(__GDK_OFFSCREEN_WINDOW_C__)
1682 extern __typeof (gdk_offscreen_window_get_pixmap) IA__gdk_offscreen_window_get_pixmap __attribute((visibility("hidden")));
1683 #define gdk_offscreen_window_get_pixmap IA__gdk_offscreen_window_get_pixmap
1684 
1685 extern __typeof (gdk_offscreen_window_set_embedder) IA__gdk_offscreen_window_set_embedder __attribute((visibility("hidden")));
1686 #define gdk_offscreen_window_set_embedder IA__gdk_offscreen_window_set_embedder
1687 
1688 extern __typeof (gdk_offscreen_window_get_embedder) IA__gdk_offscreen_window_get_embedder __attribute((visibility("hidden")));
1689 #define gdk_offscreen_window_get_embedder IA__gdk_offscreen_window_get_embedder
1690 
1691 #endif
1692 #endif
1693 #if IN_HEADER(__GDK_INTERNALS_H__)
1694 #if IN_FILE(__GDK_OFFSCREEN_WINDOW_C__)
1695 extern __typeof (gdk_offscreen_window_get_type) IA__gdk_offscreen_window_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
1696 #define gdk_offscreen_window_get_type IA__gdk_offscreen_window_get_type
1697 
1698 #endif
1699 #endif
1700 #if IN_HEADER(__GDK_WINDOW_H__)
1701 #if IN_FILE(__GDK_DND_X11_C__)
1702 extern __typeof (gdk_window_register_dnd) IA__gdk_window_register_dnd __attribute((visibility("hidden")));
1703 #define gdk_window_register_dnd IA__gdk_window_register_dnd
1704 
1705 #endif
1706 #endif
1707 #if IN_HEADER(__GDK_WINDOW_H__)
1708 #if IN_FILE(__GDK_WINDOW_X11_C__)
1709 extern __typeof (gdk_window_foreign_new_for_display) IA__gdk_window_foreign_new_for_display __attribute((visibility("hidden")));
1710 #define gdk_window_foreign_new_for_display IA__gdk_window_foreign_new_for_display
1711 
1712 extern __typeof (gdk_window_focus) IA__gdk_window_focus __attribute((visibility("hidden")));
1713 #define gdk_window_focus IA__gdk_window_focus
1714 
1715 extern __typeof (gdk_window_lookup) IA__gdk_window_lookup __attribute((visibility("hidden")));
1716 #define gdk_window_lookup IA__gdk_window_lookup
1717 
1718 extern __typeof (gdk_window_lookup_for_display) IA__gdk_window_lookup_for_display __attribute((visibility("hidden")));
1719 #define gdk_window_lookup_for_display IA__gdk_window_lookup_for_display
1720 
1721 #ifndef GDK_DISABLE_DEPRECATED
1722 extern __typeof (gdk_window_set_hints) IA__gdk_window_set_hints __attribute((visibility("hidden")));
1723 #define gdk_window_set_hints IA__gdk_window_set_hints
1724 
1725 #endif
1726 extern __typeof (gdk_window_get_type_hint) IA__gdk_window_get_type_hint __attribute((visibility("hidden")));
1727 #define gdk_window_get_type_hint IA__gdk_window_get_type_hint
1728 
1729 extern __typeof (gdk_window_set_type_hint) IA__gdk_window_set_type_hint __attribute((visibility("hidden")));
1730 #define gdk_window_set_type_hint IA__gdk_window_set_type_hint
1731 
1732 extern __typeof (gdk_window_set_modal_hint) IA__gdk_window_set_modal_hint __attribute((visibility("hidden")));
1733 #define gdk_window_set_modal_hint IA__gdk_window_set_modal_hint
1734 
1735 extern __typeof (gdk_window_set_skip_taskbar_hint) IA__gdk_window_set_skip_taskbar_hint __attribute((visibility("hidden")));
1736 #define gdk_window_set_skip_taskbar_hint IA__gdk_window_set_skip_taskbar_hint
1737 
1738 extern __typeof (gdk_window_set_skip_pager_hint) IA__gdk_window_set_skip_pager_hint __attribute((visibility("hidden")));
1739 #define gdk_window_set_skip_pager_hint IA__gdk_window_set_skip_pager_hint
1740 
1741 extern __typeof (gdk_window_set_urgency_hint) IA__gdk_window_set_urgency_hint __attribute((visibility("hidden")));
1742 #define gdk_window_set_urgency_hint IA__gdk_window_set_urgency_hint
1743 
1744 extern __typeof (gdk_window_set_geometry_hints) IA__gdk_window_set_geometry_hints __attribute((visibility("hidden")));
1745 #define gdk_window_set_geometry_hints IA__gdk_window_set_geometry_hints
1746 
1747 extern __typeof (gdk_window_set_title) IA__gdk_window_set_title __attribute((visibility("hidden")));
1748 #define gdk_window_set_title IA__gdk_window_set_title
1749 
1750 extern __typeof (gdk_window_set_role) IA__gdk_window_set_role __attribute((visibility("hidden")));
1751 #define gdk_window_set_role IA__gdk_window_set_role
1752 
1753 extern __typeof (gdk_window_set_startup_id) IA__gdk_window_set_startup_id __attribute((visibility("hidden")));
1754 #define gdk_window_set_startup_id IA__gdk_window_set_startup_id
1755 
1756 extern __typeof (gdk_window_set_transient_for) IA__gdk_window_set_transient_for __attribute((visibility("hidden")));
1757 #define gdk_window_set_transient_for IA__gdk_window_set_transient_for
1758 
1759 extern __typeof (gdk_window_get_root_origin) IA__gdk_window_get_root_origin __attribute((visibility("hidden")));
1760 #define gdk_window_get_root_origin IA__gdk_window_get_root_origin
1761 
1762 extern __typeof (gdk_window_get_frame_extents) IA__gdk_window_get_frame_extents __attribute((visibility("hidden")));
1763 #define gdk_window_get_frame_extents IA__gdk_window_get_frame_extents
1764 
1765 extern __typeof (gdk_window_set_override_redirect) IA__gdk_window_set_override_redirect __attribute((visibility("hidden")));
1766 #define gdk_window_set_override_redirect IA__gdk_window_set_override_redirect
1767 
1768 extern __typeof (gdk_window_set_accept_focus) IA__gdk_window_set_accept_focus __attribute((visibility("hidden")));
1769 #define gdk_window_set_accept_focus IA__gdk_window_set_accept_focus
1770 
1771 extern __typeof (gdk_window_set_focus_on_map) IA__gdk_window_set_focus_on_map __attribute((visibility("hidden")));
1772 #define gdk_window_set_focus_on_map IA__gdk_window_set_focus_on_map
1773 
1774 extern __typeof (gdk_window_set_icon_list) IA__gdk_window_set_icon_list __attribute((visibility("hidden")));
1775 #define gdk_window_set_icon_list IA__gdk_window_set_icon_list
1776 
1777 extern __typeof (gdk_window_set_icon) IA__gdk_window_set_icon __attribute((visibility("hidden")));
1778 #define gdk_window_set_icon IA__gdk_window_set_icon
1779 
1780 extern __typeof (gdk_window_set_icon_name) IA__gdk_window_set_icon_name __attribute((visibility("hidden")));
1781 #define gdk_window_set_icon_name IA__gdk_window_set_icon_name
1782 
1783 extern __typeof (gdk_window_set_opacity) IA__gdk_window_set_opacity __attribute((visibility("hidden")));
1784 #define gdk_window_set_opacity IA__gdk_window_set_opacity
1785 
1786 extern __typeof (gdk_window_iconify) IA__gdk_window_iconify __attribute((visibility("hidden")));
1787 #define gdk_window_iconify IA__gdk_window_iconify
1788 
1789 extern __typeof (gdk_window_deiconify) IA__gdk_window_deiconify __attribute((visibility("hidden")));
1790 #define gdk_window_deiconify IA__gdk_window_deiconify
1791 
1792 extern __typeof (gdk_window_stick) IA__gdk_window_stick __attribute((visibility("hidden")));
1793 #define gdk_window_stick IA__gdk_window_stick
1794 
1795 extern __typeof (gdk_window_unstick) IA__gdk_window_unstick __attribute((visibility("hidden")));
1796 #define gdk_window_unstick IA__gdk_window_unstick
1797 
1798 extern __typeof (gdk_window_maximize) IA__gdk_window_maximize __attribute((visibility("hidden")));
1799 #define gdk_window_maximize IA__gdk_window_maximize
1800 
1801 extern __typeof (gdk_window_unmaximize) IA__gdk_window_unmaximize __attribute((visibility("hidden")));
1802 #define gdk_window_unmaximize IA__gdk_window_unmaximize
1803 
1804 extern __typeof (gdk_window_fullscreen) IA__gdk_window_fullscreen __attribute((visibility("hidden")));
1805 #define gdk_window_fullscreen IA__gdk_window_fullscreen
1806 
1807 extern __typeof (gdk_window_unfullscreen) IA__gdk_window_unfullscreen __attribute((visibility("hidden")));
1808 #define gdk_window_unfullscreen IA__gdk_window_unfullscreen
1809 
1810 extern __typeof (gdk_window_set_keep_above) IA__gdk_window_set_keep_above __attribute((visibility("hidden")));
1811 #define gdk_window_set_keep_above IA__gdk_window_set_keep_above
1812 
1813 extern __typeof (gdk_window_set_keep_below) IA__gdk_window_set_keep_below __attribute((visibility("hidden")));
1814 #define gdk_window_set_keep_below IA__gdk_window_set_keep_below
1815 
1816 extern __typeof (gdk_window_get_group) IA__gdk_window_get_group __attribute((visibility("hidden")));
1817 #define gdk_window_get_group IA__gdk_window_get_group
1818 
1819 extern __typeof (gdk_window_set_group) IA__gdk_window_set_group __attribute((visibility("hidden")));
1820 #define gdk_window_set_group IA__gdk_window_set_group
1821 
1822 extern __typeof (gdk_window_get_decorations) IA__gdk_window_get_decorations __attribute((visibility("hidden")));
1823 #define gdk_window_get_decorations IA__gdk_window_get_decorations
1824 
1825 extern __typeof (gdk_window_set_decorations) IA__gdk_window_set_decorations __attribute((visibility("hidden")));
1826 #define gdk_window_set_decorations IA__gdk_window_set_decorations
1827 
1828 extern __typeof (gdk_window_set_functions) IA__gdk_window_set_functions __attribute((visibility("hidden")));
1829 #define gdk_window_set_functions IA__gdk_window_set_functions
1830 
1831 extern __typeof (gdk_window_begin_move_drag) IA__gdk_window_begin_move_drag __attribute((visibility("hidden")));
1832 #define gdk_window_begin_move_drag IA__gdk_window_begin_move_drag
1833 
1834 extern __typeof (gdk_window_begin_resize_drag) IA__gdk_window_begin_resize_drag __attribute((visibility("hidden")));
1835 #define gdk_window_begin_resize_drag IA__gdk_window_begin_resize_drag
1836 
1837 extern __typeof (gdk_window_enable_synchronized_configure) IA__gdk_window_enable_synchronized_configure __attribute((visibility("hidden")));
1838 #define gdk_window_enable_synchronized_configure IA__gdk_window_enable_synchronized_configure
1839 
1840 extern __typeof (gdk_window_configure_finished) IA__gdk_window_configure_finished __attribute((visibility("hidden")));
1841 #define gdk_window_configure_finished IA__gdk_window_configure_finished
1842 
1843 #endif
1844 #endif
1845 #if IN_HEADER(__GDK_IMAGE_H__)
1846 #if IN_FILE(__GDK_IMAGE_C__)
1847 extern __typeof (gdk_image_get_bits_per_pixel) IA__gdk_image_get_bits_per_pixel __attribute((visibility("hidden")));
1848 #define gdk_image_get_bits_per_pixel IA__gdk_image_get_bits_per_pixel
1849 
1850 extern __typeof (gdk_image_get_bytes_per_pixel) IA__gdk_image_get_bytes_per_pixel __attribute((visibility("hidden")));
1851 #define gdk_image_get_bytes_per_pixel IA__gdk_image_get_bytes_per_pixel
1852 
1853 extern __typeof (gdk_image_get_bytes_per_line) IA__gdk_image_get_bytes_per_line __attribute((visibility("hidden")));
1854 #define gdk_image_get_bytes_per_line IA__gdk_image_get_bytes_per_line
1855 
1856 extern __typeof (gdk_image_get_byte_order) IA__gdk_image_get_byte_order __attribute((visibility("hidden")));
1857 #define gdk_image_get_byte_order IA__gdk_image_get_byte_order
1858 
1859 extern __typeof (gdk_image_get_depth) IA__gdk_image_get_depth __attribute((visibility("hidden")));
1860 #define gdk_image_get_depth IA__gdk_image_get_depth
1861 
1862 extern __typeof (gdk_image_get_height) IA__gdk_image_get_height __attribute((visibility("hidden")));
1863 #define gdk_image_get_height IA__gdk_image_get_height
1864 
1865 extern __typeof (gdk_image_get_image_type) IA__gdk_image_get_image_type __attribute((visibility("hidden")));
1866 #define gdk_image_get_image_type IA__gdk_image_get_image_type
1867 
1868 extern __typeof (gdk_image_get_visual) IA__gdk_image_get_visual __attribute((visibility("hidden")));
1869 #define gdk_image_get_visual IA__gdk_image_get_visual
1870 
1871 extern __typeof (gdk_image_get_width) IA__gdk_image_get_width __attribute((visibility("hidden")));
1872 #define gdk_image_get_width IA__gdk_image_get_width
1873 
1874 #ifndef GDK_DISABLE_DEPRECATED
1875 extern __typeof (gdk_image_ref) IA__gdk_image_ref __attribute((visibility("hidden")));
1876 #define gdk_image_ref IA__gdk_image_ref
1877 
1878 extern __typeof (gdk_image_unref) IA__gdk_image_unref __attribute((visibility("hidden")));
1879 #define gdk_image_unref IA__gdk_image_unref
1880 
1881 extern __typeof (gdk_image_get) IA__gdk_image_get __attribute((visibility("hidden")));
1882 #define gdk_image_get IA__gdk_image_get
1883 
1884 #endif
1885 extern __typeof (gdk_image_get_pixels) IA__gdk_image_get_pixels __attribute((visibility("hidden")));
1886 #define gdk_image_get_pixels IA__gdk_image_get_pixels
1887 
1888 extern __typeof (gdk_image_set_colormap) IA__gdk_image_set_colormap __attribute((visibility("hidden")));
1889 #define gdk_image_set_colormap IA__gdk_image_set_colormap
1890 
1891 extern __typeof (gdk_image_get_colormap) IA__gdk_image_get_colormap __attribute((visibility("hidden")));
1892 #define gdk_image_get_colormap IA__gdk_image_get_colormap
1893 
1894 extern __typeof (gdk_image_new) IA__gdk_image_new __attribute((visibility("hidden")));
1895 #define gdk_image_new IA__gdk_image_new
1896 
1897 #endif
1898 #endif
1899 #if IN_HEADER(__GDK_IMAGE_H__)
1900 #if IN_FILE(__GDK_IMAGE_X11_C__)
1901 #ifdef GDK_ENABLE_BROKEN
1902 extern __typeof (gdk_image_new_bitmap) IA__gdk_image_new_bitmap __attribute((visibility("hidden")));
1903 #define gdk_image_new_bitmap IA__gdk_image_new_bitmap
1904 
1905 #endif
1906 extern __typeof (gdk_image_get_pixel) IA__gdk_image_get_pixel __attribute((visibility("hidden")));
1907 #define gdk_image_get_pixel IA__gdk_image_get_pixel
1908 
1909 extern __typeof (gdk_image_put_pixel) IA__gdk_image_put_pixel __attribute((visibility("hidden")));
1910 #define gdk_image_put_pixel IA__gdk_image_put_pixel
1911 
1912 extern __typeof (gdk_image_get_type) IA__gdk_image_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
1913 #define gdk_image_get_type IA__gdk_image_get_type
1914 
1915 #endif
1916 #endif
1917 #if IN_HEADER(__GDK_KEYS_H__)
1918 #if IN_FILE(__GDK_KEYS_C__)
1919 extern __typeof (gdk_keymap_get_default) IA__gdk_keymap_get_default __attribute((visibility("hidden")));
1920 #define gdk_keymap_get_default IA__gdk_keymap_get_default
1921 
1922 extern __typeof (gdk_keymap_get_type) IA__gdk_keymap_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
1923 #define gdk_keymap_get_type IA__gdk_keymap_get_type
1924 
1925 extern __typeof (gdk_keyval_is_lower) IA__gdk_keyval_is_lower __attribute((visibility("hidden"))) G_GNUC_CONST;
1926 #define gdk_keyval_is_lower IA__gdk_keyval_is_lower
1927 
1928 extern __typeof (gdk_keyval_is_upper) IA__gdk_keyval_is_upper __attribute((visibility("hidden"))) G_GNUC_CONST;
1929 #define gdk_keyval_is_upper IA__gdk_keyval_is_upper
1930 
1931 extern __typeof (gdk_keyval_to_lower) IA__gdk_keyval_to_lower __attribute((visibility("hidden"))) G_GNUC_CONST;
1932 #define gdk_keyval_to_lower IA__gdk_keyval_to_lower
1933 
1934 extern __typeof (gdk_keyval_to_upper) IA__gdk_keyval_to_upper __attribute((visibility("hidden"))) G_GNUC_CONST;
1935 #define gdk_keyval_to_upper IA__gdk_keyval_to_upper
1936 
1937 #endif
1938 #endif
1939 #if IN_HEADER(__GDK_KEYS_H__)
1940 #if IN_FILE(__GDK_KEYUNI_C__)
1941 extern __typeof (gdk_keyval_to_unicode) IA__gdk_keyval_to_unicode __attribute((visibility("hidden"))) G_GNUC_CONST;
1942 #define gdk_keyval_to_unicode IA__gdk_keyval_to_unicode
1943 
1944 extern __typeof (gdk_unicode_to_keyval) IA__gdk_unicode_to_keyval __attribute((visibility("hidden"))) G_GNUC_CONST;
1945 #define gdk_unicode_to_keyval IA__gdk_unicode_to_keyval
1946 
1947 #endif
1948 #endif
1949 #if IN_HEADER(__GDK_KEYS_H__)
1950 #if IN_FILE(__GDK_KEYS_X11_C__)
1951 extern __typeof (gdk_keymap_get_direction) IA__gdk_keymap_get_direction __attribute((visibility("hidden")));
1952 #define gdk_keymap_get_direction IA__gdk_keymap_get_direction
1953 
1954 extern __typeof (gdk_keymap_get_entries_for_keycode) IA__gdk_keymap_get_entries_for_keycode __attribute((visibility("hidden")));
1955 #define gdk_keymap_get_entries_for_keycode IA__gdk_keymap_get_entries_for_keycode
1956 
1957 extern __typeof (gdk_keymap_get_entries_for_keyval) IA__gdk_keymap_get_entries_for_keyval __attribute((visibility("hidden")));
1958 #define gdk_keymap_get_entries_for_keyval IA__gdk_keymap_get_entries_for_keyval
1959 
1960 extern __typeof (gdk_keymap_get_for_display) IA__gdk_keymap_get_for_display __attribute((visibility("hidden")));
1961 #define gdk_keymap_get_for_display IA__gdk_keymap_get_for_display
1962 
1963 extern __typeof (gdk_keymap_have_bidi_layouts) IA__gdk_keymap_have_bidi_layouts __attribute((visibility("hidden")));
1964 #define gdk_keymap_have_bidi_layouts IA__gdk_keymap_have_bidi_layouts
1965 
1966 extern __typeof (gdk_keymap_get_caps_lock_state) IA__gdk_keymap_get_caps_lock_state __attribute((visibility("hidden")));
1967 #define gdk_keymap_get_caps_lock_state IA__gdk_keymap_get_caps_lock_state
1968 
1969 extern __typeof (gdk_keymap_lookup_key) IA__gdk_keymap_lookup_key __attribute((visibility("hidden")));
1970 #define gdk_keymap_lookup_key IA__gdk_keymap_lookup_key
1971 
1972 extern __typeof (gdk_keymap_translate_keyboard_state) IA__gdk_keymap_translate_keyboard_state __attribute((visibility("hidden")));
1973 #define gdk_keymap_translate_keyboard_state IA__gdk_keymap_translate_keyboard_state
1974 
1975 extern __typeof (gdk_keymap_add_virtual_modifiers) IA__gdk_keymap_add_virtual_modifiers __attribute((visibility("hidden")));
1976 #define gdk_keymap_add_virtual_modifiers IA__gdk_keymap_add_virtual_modifiers
1977 
1978 extern __typeof (gdk_keymap_map_virtual_modifiers) IA__gdk_keymap_map_virtual_modifiers __attribute((visibility("hidden")));
1979 #define gdk_keymap_map_virtual_modifiers IA__gdk_keymap_map_virtual_modifiers
1980 
1981 extern __typeof (gdk_keyval_convert_case) IA__gdk_keyval_convert_case __attribute((visibility("hidden")));
1982 #define gdk_keyval_convert_case IA__gdk_keyval_convert_case
1983 
1984 extern __typeof (gdk_keyval_from_name) IA__gdk_keyval_from_name __attribute((visibility("hidden")));
1985 #define gdk_keyval_from_name IA__gdk_keyval_from_name
1986 
1987 extern __typeof (gdk_keyval_name) IA__gdk_keyval_name __attribute((visibility("hidden"))) G_GNUC_CONST;
1988 #define gdk_keyval_name IA__gdk_keyval_name
1989 
1990 #endif
1991 #endif
1992 #if IN_HEADER(__GDK_KEYS_H__)
1993 #if IN_FILE(__GDK_KEYS_DIRECTFB_C__)
1994 extern __typeof (gdk_keymap_get_direction) IA__gdk_keymap_get_direction __attribute((visibility("hidden")));
1995 #define gdk_keymap_get_direction IA__gdk_keymap_get_direction
1996 
1997 extern __typeof (gdk_keymap_get_entries_for_keycode) IA__gdk_keymap_get_entries_for_keycode __attribute((visibility("hidden")));
1998 #define gdk_keymap_get_entries_for_keycode IA__gdk_keymap_get_entries_for_keycode
1999 
2000 extern __typeof (gdk_keymap_get_entries_for_keyval) IA__gdk_keymap_get_entries_for_keyval __attribute((visibility("hidden")));
2001 #define gdk_keymap_get_entries_for_keyval IA__gdk_keymap_get_entries_for_keyval
2002 
2003 extern __typeof (gdk_keymap_get_for_display) IA__gdk_keymap_get_for_display __attribute((visibility("hidden")));
2004 #define gdk_keymap_get_for_display IA__gdk_keymap_get_for_display
2005 
2006 extern __typeof (gdk_keymap_get_caps_lock_state) IA__gdk_keymap_get_caps_lock_state __attribute((visibility("hidden")));
2007 #define gdk_keymap_get_caps_lock_state IA__gdk_keymap_get_caps_lock_state
2008 
2009 extern __typeof (gdk_keymap_lookup_key) IA__gdk_keymap_lookup_key __attribute((visibility("hidden")));
2010 #define gdk_keymap_lookup_key IA__gdk_keymap_lookup_key
2011 
2012 extern __typeof (gdk_keymap_translate_keyboard_state) IA__gdk_keymap_translate_keyboard_state __attribute((visibility("hidden")));
2013 #define gdk_keymap_translate_keyboard_state IA__gdk_keymap_translate_keyboard_state
2014 
2015 extern __typeof (gdk_keymap_add_virtual_modifiers) IA__gdk_keymap_add_virtual_modifiers __attribute((visibility("hidden")));
2016 #define gdk_keymap_add_virtual_modifiers IA__gdk_keymap_add_virtual_modifiers
2017 
2018 extern __typeof (gdk_keymap_map_virtual_modifiers) IA__gdk_keymap_map_virtual_modifiers __attribute((visibility("hidden")));
2019 #define gdk_keymap_map_virtual_modifiers IA__gdk_keymap_map_virtual_modifiers
2020 
2021 extern __typeof (gdk_keyval_from_name) IA__gdk_keyval_from_name __attribute((visibility("hidden")));
2022 #define gdk_keyval_from_name IA__gdk_keyval_from_name
2023 
2024 extern __typeof (gdk_keyval_name) IA__gdk_keyval_name __attribute((visibility("hidden"))) G_GNUC_CONST;
2025 #define gdk_keyval_name IA__gdk_keyval_name
2026 
2027 #endif
2028 #endif
2029 #if IN_HEADER(__GDK_VISUAL_H__)
2030 #if IN_FILE(__GDK_VISUAL_C__)
2031 extern __typeof (gdk_list_visuals) IA__gdk_list_visuals __attribute((visibility("hidden")));
2032 #define gdk_list_visuals IA__gdk_list_visuals
2033 
2034 extern __typeof (gdk_visual_get_bits_per_rgb) IA__gdk_visual_get_bits_per_rgb __attribute((visibility("hidden")));
2035 #define gdk_visual_get_bits_per_rgb IA__gdk_visual_get_bits_per_rgb
2036 
2037 extern __typeof (gdk_visual_get_blue_pixel_details) IA__gdk_visual_get_blue_pixel_details __attribute((visibility("hidden")));
2038 #define gdk_visual_get_blue_pixel_details IA__gdk_visual_get_blue_pixel_details
2039 
2040 extern __typeof (gdk_visual_get_byte_order) IA__gdk_visual_get_byte_order __attribute((visibility("hidden")));
2041 #define gdk_visual_get_byte_order IA__gdk_visual_get_byte_order
2042 
2043 extern __typeof (gdk_visual_get_colormap_size) IA__gdk_visual_get_colormap_size __attribute((visibility("hidden")));
2044 #define gdk_visual_get_colormap_size IA__gdk_visual_get_colormap_size
2045 
2046 extern __typeof (gdk_visual_get_depth) IA__gdk_visual_get_depth __attribute((visibility("hidden")));
2047 #define gdk_visual_get_depth IA__gdk_visual_get_depth
2048 
2049 extern __typeof (gdk_visual_get_green_pixel_details) IA__gdk_visual_get_green_pixel_details __attribute((visibility("hidden")));
2050 #define gdk_visual_get_green_pixel_details IA__gdk_visual_get_green_pixel_details
2051 
2052 extern __typeof (gdk_visual_get_red_pixel_details) IA__gdk_visual_get_red_pixel_details __attribute((visibility("hidden")));
2053 #define gdk_visual_get_red_pixel_details IA__gdk_visual_get_red_pixel_details
2054 
2055 extern __typeof (gdk_visual_get_system) IA__gdk_visual_get_system __attribute((visibility("hidden")));
2056 #define gdk_visual_get_system IA__gdk_visual_get_system
2057 
2058 extern __typeof (gdk_visual_get_visual_type) IA__gdk_visual_get_visual_type __attribute((visibility("hidden")));
2059 #define gdk_visual_get_visual_type IA__gdk_visual_get_visual_type
2060 
2061 #endif
2062 #endif
2063 #if IN_HEADER(__GDK_VISUAL_H__)
2064 #if IN_FILE(__GDK_VISUAL_X11_C__)
2065 extern __typeof (gdk_query_depths) IA__gdk_query_depths __attribute((visibility("hidden")));
2066 #define gdk_query_depths IA__gdk_query_depths
2067 
2068 extern __typeof (gdk_query_visual_types) IA__gdk_query_visual_types __attribute((visibility("hidden")));
2069 #define gdk_query_visual_types IA__gdk_query_visual_types
2070 
2071 extern __typeof (gdk_visual_get_best) IA__gdk_visual_get_best __attribute((visibility("hidden")));
2072 #define gdk_visual_get_best IA__gdk_visual_get_best
2073 
2074 extern __typeof (gdk_visual_get_best_depth) IA__gdk_visual_get_best_depth __attribute((visibility("hidden")));
2075 #define gdk_visual_get_best_depth IA__gdk_visual_get_best_depth
2076 
2077 extern __typeof (gdk_visual_get_best_type) IA__gdk_visual_get_best_type __attribute((visibility("hidden")));
2078 #define gdk_visual_get_best_type IA__gdk_visual_get_best_type
2079 
2080 extern __typeof (gdk_visual_get_best_with_both) IA__gdk_visual_get_best_with_both __attribute((visibility("hidden")));
2081 #define gdk_visual_get_best_with_both IA__gdk_visual_get_best_with_both
2082 
2083 extern __typeof (gdk_visual_get_best_with_depth) IA__gdk_visual_get_best_with_depth __attribute((visibility("hidden")));
2084 #define gdk_visual_get_best_with_depth IA__gdk_visual_get_best_with_depth
2085 
2086 extern __typeof (gdk_visual_get_best_with_type) IA__gdk_visual_get_best_with_type __attribute((visibility("hidden")));
2087 #define gdk_visual_get_best_with_type IA__gdk_visual_get_best_with_type
2088 
2089 extern __typeof (gdk_visual_get_screen) IA__gdk_visual_get_screen __attribute((visibility("hidden")));
2090 #define gdk_visual_get_screen IA__gdk_visual_get_screen
2091 
2092 extern __typeof (gdk_visual_get_type) IA__gdk_visual_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
2093 #define gdk_visual_get_type IA__gdk_visual_get_type
2094 
2095 #endif
2096 #endif
2097 #if IN_HEADER(__GDK_X_H__)
2098 #if IN_FILE(__GDK_EVENTS_X11_C__)
2099 #ifndef GDK_DISABLE_DEPRECATED
2100 extern __typeof (gdk_net_wm_supports) IA__gdk_net_wm_supports __attribute((visibility("hidden")));
2101 #define gdk_net_wm_supports IA__gdk_net_wm_supports
2102 
2103 #endif
2104 #endif
2105 #endif
2106 #if IN_HEADER(__GDK_PANGO_H__)
2107 #if IN_FILE(__GDK_PANGO_C__)
2108 extern __typeof (gdk_pango_attr_emboss_color_new) IA__gdk_pango_attr_emboss_color_new __attribute((visibility("hidden")));
2109 #define gdk_pango_attr_emboss_color_new IA__gdk_pango_attr_emboss_color_new
2110 
2111 extern __typeof (gdk_pango_attr_embossed_new) IA__gdk_pango_attr_embossed_new __attribute((visibility("hidden")));
2112 #define gdk_pango_attr_embossed_new IA__gdk_pango_attr_embossed_new
2113 
2114 extern __typeof (gdk_pango_attr_stipple_new) IA__gdk_pango_attr_stipple_new __attribute((visibility("hidden")));
2115 #define gdk_pango_attr_stipple_new IA__gdk_pango_attr_stipple_new
2116 
2117 extern __typeof (gdk_pango_context_get) IA__gdk_pango_context_get __attribute((visibility("hidden")));
2118 #define gdk_pango_context_get IA__gdk_pango_context_get
2119 
2120 extern __typeof (gdk_pango_context_get_for_screen) IA__gdk_pango_context_get_for_screen __attribute((visibility("hidden")));
2121 #define gdk_pango_context_get_for_screen IA__gdk_pango_context_get_for_screen
2122 
2123 #ifndef GDK_DISABLE_DEPRECATED
2124 extern __typeof (gdk_pango_context_set_colormap) IA__gdk_pango_context_set_colormap __attribute((visibility("hidden")));
2125 #define gdk_pango_context_set_colormap IA__gdk_pango_context_set_colormap
2126 
2127 #endif
2128 extern __typeof (gdk_pango_layout_get_clip_region) IA__gdk_pango_layout_get_clip_region __attribute((visibility("hidden")));
2129 #define gdk_pango_layout_get_clip_region IA__gdk_pango_layout_get_clip_region
2130 
2131 extern __typeof (gdk_pango_layout_line_get_clip_region) IA__gdk_pango_layout_line_get_clip_region __attribute((visibility("hidden")));
2132 #define gdk_pango_layout_line_get_clip_region IA__gdk_pango_layout_line_get_clip_region
2133 
2134 extern __typeof (gdk_pango_renderer_get_default) IA__gdk_pango_renderer_get_default __attribute((visibility("hidden")));
2135 #define gdk_pango_renderer_get_default IA__gdk_pango_renderer_get_default
2136 
2137 extern __typeof (gdk_pango_renderer_get_type) IA__gdk_pango_renderer_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
2138 #define gdk_pango_renderer_get_type IA__gdk_pango_renderer_get_type
2139 
2140 extern __typeof (gdk_pango_renderer_new) IA__gdk_pango_renderer_new __attribute((visibility("hidden")));
2141 #define gdk_pango_renderer_new IA__gdk_pango_renderer_new
2142 
2143 extern __typeof (gdk_pango_renderer_set_drawable) IA__gdk_pango_renderer_set_drawable __attribute((visibility("hidden")));
2144 #define gdk_pango_renderer_set_drawable IA__gdk_pango_renderer_set_drawable
2145 
2146 extern __typeof (gdk_pango_renderer_set_gc) IA__gdk_pango_renderer_set_gc __attribute((visibility("hidden")));
2147 #define gdk_pango_renderer_set_gc IA__gdk_pango_renderer_set_gc
2148 
2149 extern __typeof (gdk_pango_renderer_set_override_color) IA__gdk_pango_renderer_set_override_color __attribute((visibility("hidden")));
2150 #define gdk_pango_renderer_set_override_color IA__gdk_pango_renderer_set_override_color
2151 
2152 extern __typeof (gdk_pango_renderer_set_stipple) IA__gdk_pango_renderer_set_stipple __attribute((visibility("hidden")));
2153 #define gdk_pango_renderer_set_stipple IA__gdk_pango_renderer_set_stipple
2154 
2155 #endif
2156 #endif
2157 #if IN_HEADER(__GDK_PIXBUF_H__)
2158 #if IN_FILE(__GDK_PIXBUF_DRAWABLE_C__)
2159 extern __typeof (gdk_pixbuf_get_from_drawable) IA__gdk_pixbuf_get_from_drawable __attribute((visibility("hidden")));
2160 #define gdk_pixbuf_get_from_drawable IA__gdk_pixbuf_get_from_drawable
2161 
2162 extern __typeof (gdk_pixbuf_get_from_image) IA__gdk_pixbuf_get_from_image __attribute((visibility("hidden")));
2163 #define gdk_pixbuf_get_from_image IA__gdk_pixbuf_get_from_image
2164 
2165 #endif
2166 #endif
2167 #if IN_HEADER(__GDK_PIXBUF_H__)
2168 #if IN_FILE(__GDK_PIXBUF_RENDER_C__)
2169 extern __typeof (gdk_pixbuf_render_pixmap_and_mask) IA__gdk_pixbuf_render_pixmap_and_mask __attribute((visibility("hidden")));
2170 #define gdk_pixbuf_render_pixmap_and_mask IA__gdk_pixbuf_render_pixmap_and_mask
2171 
2172 extern __typeof (gdk_pixbuf_render_pixmap_and_mask_for_colormap) IA__gdk_pixbuf_render_pixmap_and_mask_for_colormap __attribute((visibility("hidden")));
2173 #define gdk_pixbuf_render_pixmap_and_mask_for_colormap IA__gdk_pixbuf_render_pixmap_and_mask_for_colormap
2174 
2175 extern __typeof (gdk_pixbuf_render_threshold_alpha) IA__gdk_pixbuf_render_threshold_alpha __attribute((visibility("hidden")));
2176 #define gdk_pixbuf_render_threshold_alpha IA__gdk_pixbuf_render_threshold_alpha
2177 
2178 #ifndef GDK_DISABLE_DEPRECATED
2179 extern __typeof (gdk_pixbuf_render_to_drawable) IA__gdk_pixbuf_render_to_drawable __attribute((visibility("hidden")));
2180 #define gdk_pixbuf_render_to_drawable IA__gdk_pixbuf_render_to_drawable
2181 
2182 extern __typeof (gdk_pixbuf_render_to_drawable_alpha) IA__gdk_pixbuf_render_to_drawable_alpha __attribute((visibility("hidden")));
2183 #define gdk_pixbuf_render_to_drawable_alpha IA__gdk_pixbuf_render_to_drawable_alpha
2184 
2185 #endif
2186 #endif
2187 #endif
2188 #if IN_HEADER(__GDK_PIXMAP_H__)
2189 #if IN_FILE(__GDK_PIXMAP_C__)
2190 extern __typeof (gdk_bitmap_create_from_data) IA__gdk_bitmap_create_from_data __attribute((visibility("hidden")));
2191 #define gdk_bitmap_create_from_data IA__gdk_bitmap_create_from_data
2192 
2193 extern __typeof (gdk_pixmap_colormap_create_from_xpm) IA__gdk_pixmap_colormap_create_from_xpm __attribute((visibility("hidden")));
2194 #define gdk_pixmap_colormap_create_from_xpm IA__gdk_pixmap_colormap_create_from_xpm
2195 
2196 extern __typeof (gdk_pixmap_create_from_data) IA__gdk_pixmap_create_from_data __attribute((visibility("hidden")));
2197 #define gdk_pixmap_create_from_data IA__gdk_pixmap_create_from_data
2198 
2199 extern __typeof (gdk_pixmap_create_from_xpm) IA__gdk_pixmap_create_from_xpm __attribute((visibility("hidden")));
2200 #define gdk_pixmap_create_from_xpm IA__gdk_pixmap_create_from_xpm
2201 
2202 extern __typeof (gdk_pixmap_colormap_create_from_xpm_d) IA__gdk_pixmap_colormap_create_from_xpm_d __attribute((visibility("hidden")));
2203 #define gdk_pixmap_colormap_create_from_xpm_d IA__gdk_pixmap_colormap_create_from_xpm_d
2204 
2205 extern __typeof (gdk_pixmap_create_from_xpm_d) IA__gdk_pixmap_create_from_xpm_d __attribute((visibility("hidden")));
2206 #define gdk_pixmap_create_from_xpm_d IA__gdk_pixmap_create_from_xpm_d
2207 
2208 extern __typeof (gdk_pixmap_get_size) IA__gdk_pixmap_get_size __attribute((visibility("hidden")));
2209 #define gdk_pixmap_get_size IA__gdk_pixmap_get_size
2210 
2211 extern __typeof (gdk_pixmap_get_type) IA__gdk_pixmap_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
2212 #define gdk_pixmap_get_type IA__gdk_pixmap_get_type
2213 
2214 extern __typeof (gdk_pixmap_new) IA__gdk_pixmap_new __attribute((visibility("hidden")));
2215 #define gdk_pixmap_new IA__gdk_pixmap_new
2216 
2217 #endif
2218 #endif
2219 #if IN_HEADER(__GDK_PIXMAP_H__)
2220 #if IN_FILE(__GDK_PIXMAP_X11_C__)
2221 extern __typeof (gdk_pixmap_foreign_new) IA__gdk_pixmap_foreign_new __attribute((visibility("hidden")));
2222 #define gdk_pixmap_foreign_new IA__gdk_pixmap_foreign_new
2223 
2224 extern __typeof (gdk_pixmap_foreign_new_for_display) IA__gdk_pixmap_foreign_new_for_display __attribute((visibility("hidden")));
2225 #define gdk_pixmap_foreign_new_for_display IA__gdk_pixmap_foreign_new_for_display
2226 
2227 extern __typeof (gdk_pixmap_foreign_new_for_screen) IA__gdk_pixmap_foreign_new_for_screen __attribute((visibility("hidden")));
2228 #define gdk_pixmap_foreign_new_for_screen IA__gdk_pixmap_foreign_new_for_screen
2229 
2230 extern __typeof (gdk_pixmap_lookup) IA__gdk_pixmap_lookup __attribute((visibility("hidden")));
2231 #define gdk_pixmap_lookup IA__gdk_pixmap_lookup
2232 
2233 extern __typeof (gdk_pixmap_lookup_for_display) IA__gdk_pixmap_lookup_for_display __attribute((visibility("hidden")));
2234 #define gdk_pixmap_lookup_for_display IA__gdk_pixmap_lookup_for_display
2235 
2236 #endif
2237 #endif
2238 #if IN_HEADER(__GDK_REGION_H__)
2239 #if IN_FILE(__GDK_REGION_GENERIC_C__)
2240 extern __typeof (gdk_region_copy) IA__gdk_region_copy __attribute((visibility("hidden")));
2241 #define gdk_region_copy IA__gdk_region_copy
2242 
2243 extern __typeof (gdk_region_destroy) IA__gdk_region_destroy __attribute((visibility("hidden")));
2244 #define gdk_region_destroy IA__gdk_region_destroy
2245 
2246 extern __typeof (gdk_region_empty) IA__gdk_region_empty __attribute((visibility("hidden")));
2247 #define gdk_region_empty IA__gdk_region_empty
2248 
2249 extern __typeof (gdk_region_equal) IA__gdk_region_equal __attribute((visibility("hidden")));
2250 #define gdk_region_equal IA__gdk_region_equal
2251 
2252 #ifndef GDK_DISABLE_DEPRECATED
2253 extern __typeof (gdk_region_rect_equal) IA__gdk_region_rect_equal __attribute((visibility("hidden")));
2254 #define gdk_region_rect_equal IA__gdk_region_rect_equal
2255 
2256 #endif
2257 extern __typeof (gdk_region_get_clipbox) IA__gdk_region_get_clipbox __attribute((visibility("hidden")));
2258 #define gdk_region_get_clipbox IA__gdk_region_get_clipbox
2259 
2260 extern __typeof (gdk_region_get_rectangles) IA__gdk_region_get_rectangles __attribute((visibility("hidden")));
2261 #define gdk_region_get_rectangles IA__gdk_region_get_rectangles
2262 
2263 extern __typeof (gdk_region_intersect) IA__gdk_region_intersect __attribute((visibility("hidden")));
2264 #define gdk_region_intersect IA__gdk_region_intersect
2265 
2266 extern __typeof (gdk_region_new) IA__gdk_region_new __attribute((visibility("hidden")));
2267 #define gdk_region_new IA__gdk_region_new
2268 
2269 extern __typeof (gdk_region_offset) IA__gdk_region_offset __attribute((visibility("hidden")));
2270 #define gdk_region_offset IA__gdk_region_offset
2271 
2272 extern __typeof (gdk_region_point_in) IA__gdk_region_point_in __attribute((visibility("hidden")));
2273 #define gdk_region_point_in IA__gdk_region_point_in
2274 
2275 extern __typeof (gdk_region_rectangle) IA__gdk_region_rectangle __attribute((visibility("hidden")));
2276 #define gdk_region_rectangle IA__gdk_region_rectangle
2277 
2278 extern __typeof (gdk_region_rect_in) IA__gdk_region_rect_in __attribute((visibility("hidden")));
2279 #define gdk_region_rect_in IA__gdk_region_rect_in
2280 
2281 #ifndef GDK_DISABLE_DEPRECATED
2282 extern __typeof (gdk_region_shrink) IA__gdk_region_shrink __attribute((visibility("hidden")));
2283 #define gdk_region_shrink IA__gdk_region_shrink
2284 
2285 extern __typeof (gdk_region_spans_intersect_foreach) IA__gdk_region_spans_intersect_foreach __attribute((visibility("hidden")));
2286 #define gdk_region_spans_intersect_foreach IA__gdk_region_spans_intersect_foreach
2287 
2288 #endif
2289 extern __typeof (gdk_region_subtract) IA__gdk_region_subtract __attribute((visibility("hidden")));
2290 #define gdk_region_subtract IA__gdk_region_subtract
2291 
2292 extern __typeof (gdk_region_union) IA__gdk_region_union __attribute((visibility("hidden")));
2293 #define gdk_region_union IA__gdk_region_union
2294 
2295 extern __typeof (gdk_region_union_with_rect) IA__gdk_region_union_with_rect __attribute((visibility("hidden")));
2296 #define gdk_region_union_with_rect IA__gdk_region_union_with_rect
2297 
2298 #ifndef GDK_DISABLE_DEPRECATED
2299 extern __typeof (gdk_region_xor) IA__gdk_region_xor __attribute((visibility("hidden")));
2300 #define gdk_region_xor IA__gdk_region_xor
2301 
2302 #endif
2303 #endif
2304 #endif
2305 #if IN_HEADER(__GDK_REGION_H__)
2306 #if IN_FILE(__GDK_POLYREG_GENERIC_C__)
2307 #ifndef GDK_DISABLE_DEPRECATED
2308 extern __typeof (gdk_region_polygon) IA__gdk_region_polygon __attribute((visibility("hidden")));
2309 #define gdk_region_polygon IA__gdk_region_polygon
2310 
2311 #endif
2312 #endif
2313 #endif
2314 #if IN_HEADER(__GDK_RGB_H__)
2315 #if IN_FILE(__GDK_RGB_C__)
2316 extern __typeof (gdk_rgb_cmap_free) IA__gdk_rgb_cmap_free __attribute((visibility("hidden")));
2317 #define gdk_rgb_cmap_free IA__gdk_rgb_cmap_free
2318 
2319 extern __typeof (gdk_rgb_cmap_new) IA__gdk_rgb_cmap_new __attribute((visibility("hidden")));
2320 #define gdk_rgb_cmap_new IA__gdk_rgb_cmap_new
2321 
2322 extern __typeof (gdk_rgb_colormap_ditherable) IA__gdk_rgb_colormap_ditherable __attribute((visibility("hidden")));
2323 #define gdk_rgb_colormap_ditherable IA__gdk_rgb_colormap_ditherable
2324 
2325 extern __typeof (gdk_rgb_ditherable) IA__gdk_rgb_ditherable __attribute((visibility("hidden")));
2326 #define gdk_rgb_ditherable IA__gdk_rgb_ditherable
2327 
2328 extern __typeof (gdk_rgb_find_color) IA__gdk_rgb_find_color __attribute((visibility("hidden")));
2329 #define gdk_rgb_find_color IA__gdk_rgb_find_color
2330 
2331 extern __typeof (gdk_rgb_get_colormap) IA__gdk_rgb_get_colormap __attribute((visibility("hidden")));
2332 #define gdk_rgb_get_colormap IA__gdk_rgb_get_colormap
2333 
2334 extern __typeof (gdk_rgb_get_visual) IA__gdk_rgb_get_visual __attribute((visibility("hidden")));
2335 #define gdk_rgb_get_visual IA__gdk_rgb_get_visual
2336 
2337 #ifndef GDK_DISABLE_DEPRECATED
2338 extern __typeof (gdk_rgb_init) IA__gdk_rgb_init __attribute((visibility("hidden")));
2339 #define gdk_rgb_init IA__gdk_rgb_init
2340 
2341 extern __typeof (gdk_rgb_xpixel_from_rgb) IA__gdk_rgb_xpixel_from_rgb __attribute((visibility("hidden"))) G_GNUC_CONST;
2342 #define gdk_rgb_xpixel_from_rgb IA__gdk_rgb_xpixel_from_rgb
2343 
2344 extern __typeof (gdk_rgb_gc_set_background) IA__gdk_rgb_gc_set_background __attribute((visibility("hidden")));
2345 #define gdk_rgb_gc_set_background IA__gdk_rgb_gc_set_background
2346 
2347 extern __typeof (gdk_rgb_gc_set_foreground) IA__gdk_rgb_gc_set_foreground __attribute((visibility("hidden")));
2348 #define gdk_rgb_gc_set_foreground IA__gdk_rgb_gc_set_foreground
2349 
2350 #endif
2351 extern __typeof (gdk_rgb_set_install) IA__gdk_rgb_set_install __attribute((visibility("hidden")));
2352 #define gdk_rgb_set_install IA__gdk_rgb_set_install
2353 
2354 extern __typeof (gdk_rgb_set_min_colors) IA__gdk_rgb_set_min_colors __attribute((visibility("hidden")));
2355 #define gdk_rgb_set_min_colors IA__gdk_rgb_set_min_colors
2356 
2357 extern __typeof (gdk_rgb_set_verbose) IA__gdk_rgb_set_verbose __attribute((visibility("hidden")));
2358 #define gdk_rgb_set_verbose IA__gdk_rgb_set_verbose
2359 
2360 extern __typeof (gdk_draw_gray_image) IA__gdk_draw_gray_image __attribute((visibility("hidden")));
2361 #define gdk_draw_gray_image IA__gdk_draw_gray_image
2362 
2363 extern __typeof (gdk_draw_indexed_image) IA__gdk_draw_indexed_image __attribute((visibility("hidden")));
2364 #define gdk_draw_indexed_image IA__gdk_draw_indexed_image
2365 
2366 extern __typeof (gdk_draw_rgb_32_image) IA__gdk_draw_rgb_32_image __attribute((visibility("hidden")));
2367 #define gdk_draw_rgb_32_image IA__gdk_draw_rgb_32_image
2368 
2369 extern __typeof (gdk_draw_rgb_32_image_dithalign) IA__gdk_draw_rgb_32_image_dithalign __attribute((visibility("hidden")));
2370 #define gdk_draw_rgb_32_image_dithalign IA__gdk_draw_rgb_32_image_dithalign
2371 
2372 extern __typeof (gdk_draw_rgb_image) IA__gdk_draw_rgb_image __attribute((visibility("hidden")));
2373 #define gdk_draw_rgb_image IA__gdk_draw_rgb_image
2374 
2375 extern __typeof (gdk_draw_rgb_image_dithalign) IA__gdk_draw_rgb_image_dithalign __attribute((visibility("hidden")));
2376 #define gdk_draw_rgb_image_dithalign IA__gdk_draw_rgb_image_dithalign
2377 
2378 #endif
2379 #endif
2380 #if IN_HEADER(__GDK_SCREEN_H__)
2381 #if IN_FILE(__GDK_SCREEN_C__)
2382 extern __typeof (gdk_screen_get_type) IA__gdk_screen_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
2383 #define gdk_screen_get_type IA__gdk_screen_get_type
2384 
2385 extern __typeof (gdk_screen_get_monitor_at_point) IA__gdk_screen_get_monitor_at_point __attribute((visibility("hidden")));
2386 #define gdk_screen_get_monitor_at_point IA__gdk_screen_get_monitor_at_point
2387 
2388 extern __typeof (gdk_screen_get_monitor_at_window) IA__gdk_screen_get_monitor_at_window __attribute((visibility("hidden")));
2389 #define gdk_screen_get_monitor_at_window IA__gdk_screen_get_monitor_at_window
2390 
2391 extern __typeof (gdk_screen_set_font_options) IA__gdk_screen_set_font_options __attribute((visibility("hidden")));
2392 #define gdk_screen_set_font_options IA__gdk_screen_set_font_options
2393 
2394 extern __typeof (gdk_screen_get_font_options) IA__gdk_screen_get_font_options __attribute((visibility("hidden")));
2395 #define gdk_screen_get_font_options IA__gdk_screen_get_font_options
2396 
2397 extern __typeof (gdk_screen_set_resolution) IA__gdk_screen_set_resolution __attribute((visibility("hidden")));
2398 #define gdk_screen_set_resolution IA__gdk_screen_set_resolution
2399 
2400 extern __typeof (gdk_screen_get_resolution) IA__gdk_screen_get_resolution __attribute((visibility("hidden")));
2401 #define gdk_screen_get_resolution IA__gdk_screen_get_resolution
2402 
2403 #endif
2404 #endif
2405 #if IN_HEADER(__GDK_SCREEN_H__)
2406 #if IN_FILE(__GDK_DISPLAY_MANAGER_C__)
2407 extern __typeof (gdk_screen_get_default) IA__gdk_screen_get_default __attribute((visibility("hidden")));
2408 #define gdk_screen_get_default IA__gdk_screen_get_default
2409 
2410 #endif
2411 #endif
2412 #if IN_HEADER(__GDK_SCREEN_H__)
2413 #if IN_FILE(__GDK_RGB_C__)
2414 extern __typeof (gdk_screen_get_rgb_colormap) IA__gdk_screen_get_rgb_colormap __attribute((visibility("hidden")));
2415 #define gdk_screen_get_rgb_colormap IA__gdk_screen_get_rgb_colormap
2416 
2417 extern __typeof (gdk_screen_get_rgb_visual) IA__gdk_screen_get_rgb_visual __attribute((visibility("hidden")));
2418 #define gdk_screen_get_rgb_visual IA__gdk_screen_get_rgb_visual
2419 
2420 #endif
2421 #endif
2422 #if IN_HEADER(__GDK_SCREEN_H__)
2423 #if IN_FILE(__GDK_EVENTS_X11_C__)
2424 extern __typeof (gdk_screen_get_setting) IA__gdk_screen_get_setting __attribute((visibility("hidden")));
2425 #define gdk_screen_get_setting IA__gdk_screen_get_setting
2426 
2427 extern __typeof (gdk_screen_broadcast_client_message) IA__gdk_screen_broadcast_client_message __attribute((visibility("hidden")));
2428 #define gdk_screen_broadcast_client_message IA__gdk_screen_broadcast_client_message
2429 
2430 #endif
2431 #endif
2432 #if IN_HEADER(__GDK_SCREEN_H__)
2433 #if IN_FILE(__GDK_VISUAL_X11_C__)
2434 extern __typeof (gdk_screen_get_system_visual) IA__gdk_screen_get_system_visual __attribute((visibility("hidden")));
2435 #define gdk_screen_get_system_visual IA__gdk_screen_get_system_visual
2436 
2437 extern __typeof (gdk_screen_list_visuals) IA__gdk_screen_list_visuals __attribute((visibility("hidden")));
2438 #define gdk_screen_list_visuals IA__gdk_screen_list_visuals
2439 
2440 #endif
2441 #endif
2442 #if IN_HEADER(__GDK_SCREEN_H__)
2443 #if IN_FILE(__GDK_WINDOW_C__)
2444 extern __typeof (gdk_screen_get_toplevel_windows) IA__gdk_screen_get_toplevel_windows __attribute((visibility("hidden")));
2445 #define gdk_screen_get_toplevel_windows IA__gdk_screen_get_toplevel_windows
2446 
2447 #endif
2448 #endif
2449 #if IN_HEADER(__GDK_SCREEN_H__)
2450 #if IN_FILE(__GDK_SCREEN_X11_C__)
2451 extern __typeof (gdk_screen_get_display) IA__gdk_screen_get_display __attribute((visibility("hidden")));
2452 #define gdk_screen_get_display IA__gdk_screen_get_display
2453 
2454 extern __typeof (gdk_screen_get_width) IA__gdk_screen_get_width __attribute((visibility("hidden")));
2455 #define gdk_screen_get_width IA__gdk_screen_get_width
2456 
2457 extern __typeof (gdk_screen_get_width_mm) IA__gdk_screen_get_width_mm __attribute((visibility("hidden")));
2458 #define gdk_screen_get_width_mm IA__gdk_screen_get_width_mm
2459 
2460 extern __typeof (gdk_screen_get_height) IA__gdk_screen_get_height __attribute((visibility("hidden")));
2461 #define gdk_screen_get_height IA__gdk_screen_get_height
2462 
2463 extern __typeof (gdk_screen_get_height_mm) IA__gdk_screen_get_height_mm __attribute((visibility("hidden")));
2464 #define gdk_screen_get_height_mm IA__gdk_screen_get_height_mm
2465 
2466 extern __typeof (gdk_screen_get_number) IA__gdk_screen_get_number __attribute((visibility("hidden")));
2467 #define gdk_screen_get_number IA__gdk_screen_get_number
2468 
2469 extern __typeof (gdk_screen_get_primary_monitor) IA__gdk_screen_get_primary_monitor __attribute((visibility("hidden")));
2470 #define gdk_screen_get_primary_monitor IA__gdk_screen_get_primary_monitor
2471 
2472 extern __typeof (gdk_screen_get_root_window) IA__gdk_screen_get_root_window __attribute((visibility("hidden")));
2473 #define gdk_screen_get_root_window IA__gdk_screen_get_root_window
2474 
2475 extern __typeof (gdk_screen_get_default_colormap) IA__gdk_screen_get_default_colormap __attribute((visibility("hidden")));
2476 #define gdk_screen_get_default_colormap IA__gdk_screen_get_default_colormap
2477 
2478 extern __typeof (gdk_screen_set_default_colormap) IA__gdk_screen_set_default_colormap __attribute((visibility("hidden")));
2479 #define gdk_screen_set_default_colormap IA__gdk_screen_set_default_colormap
2480 
2481 extern __typeof (gdk_screen_get_n_monitors) IA__gdk_screen_get_n_monitors __attribute((visibility("hidden")));
2482 #define gdk_screen_get_n_monitors IA__gdk_screen_get_n_monitors
2483 
2484 extern __typeof (gdk_screen_get_monitor_geometry) IA__gdk_screen_get_monitor_geometry __attribute((visibility("hidden")));
2485 #define gdk_screen_get_monitor_geometry IA__gdk_screen_get_monitor_geometry
2486 
2487 extern __typeof (gdk_screen_get_monitor_width_mm) IA__gdk_screen_get_monitor_width_mm __attribute((visibility("hidden")));
2488 #define gdk_screen_get_monitor_width_mm IA__gdk_screen_get_monitor_width_mm
2489 
2490 extern __typeof (gdk_screen_get_monitor_height_mm) IA__gdk_screen_get_monitor_height_mm __attribute((visibility("hidden")));
2491 #define gdk_screen_get_monitor_height_mm IA__gdk_screen_get_monitor_height_mm
2492 
2493 extern __typeof (gdk_screen_get_monitor_plug_name) IA__gdk_screen_get_monitor_plug_name __attribute((visibility("hidden")));
2494 #define gdk_screen_get_monitor_plug_name IA__gdk_screen_get_monitor_plug_name
2495 
2496 extern __typeof (gdk_screen_get_rgba_colormap) IA__gdk_screen_get_rgba_colormap __attribute((visibility("hidden")));
2497 #define gdk_screen_get_rgba_colormap IA__gdk_screen_get_rgba_colormap
2498 
2499 extern __typeof (gdk_screen_get_rgba_visual) IA__gdk_screen_get_rgba_visual __attribute((visibility("hidden")));
2500 #define gdk_screen_get_rgba_visual IA__gdk_screen_get_rgba_visual
2501 
2502 extern __typeof (gdk_screen_get_active_window) IA__gdk_screen_get_active_window __attribute((visibility("hidden")));
2503 #define gdk_screen_get_active_window IA__gdk_screen_get_active_window
2504 
2505 extern __typeof (gdk_screen_get_window_stack) IA__gdk_screen_get_window_stack __attribute((visibility("hidden")));
2506 #define gdk_screen_get_window_stack IA__gdk_screen_get_window_stack
2507 
2508 extern __typeof (gdk_screen_is_composited) IA__gdk_screen_is_composited __attribute((visibility("hidden")));
2509 #define gdk_screen_is_composited IA__gdk_screen_is_composited
2510 
2511 extern __typeof (gdk_screen_make_display_name) IA__gdk_screen_make_display_name __attribute((visibility("hidden")));
2512 #define gdk_screen_make_display_name IA__gdk_screen_make_display_name
2513 
2514 #endif
2515 #endif
2516 #if IN_HEADER(__GDK_SCREEN_H__)
2517 #if IN_FILE(__GDK_COLOR_X11_C__)
2518 extern __typeof (gdk_screen_get_system_colormap) IA__gdk_screen_get_system_colormap __attribute((visibility("hidden")));
2519 #define gdk_screen_get_system_colormap IA__gdk_screen_get_system_colormap
2520 
2521 #endif
2522 #endif
2523 #if IN_HEADER(__GDK_SELECTION_H__)
2524 #if IN_FILE(__GDK_SELECTION_C__)
2525 extern __typeof (gdk_selection_owner_set) IA__gdk_selection_owner_set __attribute((visibility("hidden")));
2526 #define gdk_selection_owner_set IA__gdk_selection_owner_set
2527 
2528 extern __typeof (gdk_selection_owner_get) IA__gdk_selection_owner_get __attribute((visibility("hidden")));
2529 #define gdk_selection_owner_get IA__gdk_selection_owner_get
2530 
2531 extern __typeof (gdk_selection_send_notify) IA__gdk_selection_send_notify __attribute((visibility("hidden")));
2532 #define gdk_selection_send_notify IA__gdk_selection_send_notify
2533 
2534 #endif
2535 #endif
2536 #if IN_HEADER(__GDK_SELECTION_H__)
2537 #if IN_FILE(__GDK_SELECTION_X11_C__)
2538 extern __typeof (gdk_selection_convert) IA__gdk_selection_convert __attribute((visibility("hidden")));
2539 #define gdk_selection_convert IA__gdk_selection_convert
2540 
2541 extern __typeof (gdk_selection_owner_get_for_display) IA__gdk_selection_owner_get_for_display __attribute((visibility("hidden")));
2542 #define gdk_selection_owner_get_for_display IA__gdk_selection_owner_get_for_display
2543 
2544 extern __typeof (gdk_selection_owner_set_for_display) IA__gdk_selection_owner_set_for_display __attribute((visibility("hidden")));
2545 #define gdk_selection_owner_set_for_display IA__gdk_selection_owner_set_for_display
2546 
2547 extern __typeof (gdk_selection_property_get) IA__gdk_selection_property_get __attribute((visibility("hidden")));
2548 #define gdk_selection_property_get IA__gdk_selection_property_get
2549 
2550 extern __typeof (gdk_selection_send_notify_for_display) IA__gdk_selection_send_notify_for_display __attribute((visibility("hidden")));
2551 #define gdk_selection_send_notify_for_display IA__gdk_selection_send_notify_for_display
2552 
2553 #endif
2554 #endif
2555 #if IN_HEADER(__GDK_WINDOW_H__)
2556 #if IN_FILE(__GDK_DISPLAY_C__)
2557 extern __typeof (gdk_set_sm_client_id) IA__gdk_set_sm_client_id __attribute((visibility("hidden")));
2558 #define gdk_set_sm_client_id IA__gdk_set_sm_client_id
2559 
2560 #endif
2561 #endif
2562 #if IN_HEADER(__GDK_SPAWN_H__)
2563 #if IN_FILE(__GDK_SPAWN_X11_C__)
2564 #ifndef GDK_DISABLE_DEPRECATED
2565 extern __typeof (gdk_spawn_command_line_on_screen) IA__gdk_spawn_command_line_on_screen __attribute((visibility("hidden")));
2566 #define gdk_spawn_command_line_on_screen IA__gdk_spawn_command_line_on_screen
2567 
2568 extern __typeof (gdk_spawn_on_screen) IA__gdk_spawn_on_screen __attribute((visibility("hidden")));
2569 #define gdk_spawn_on_screen IA__gdk_spawn_on_screen
2570 
2571 extern __typeof (gdk_spawn_on_screen_with_pipes) IA__gdk_spawn_on_screen_with_pipes __attribute((visibility("hidden")));
2572 #define gdk_spawn_on_screen_with_pipes IA__gdk_spawn_on_screen_with_pipes
2573 
2574 #endif
2575 #endif
2576 #endif
2577 #if IN_HEADER(__GDK_PRIVATE_H__)
2578 #if IN_FILE(__GDK_EVENTS_C__)
2579 extern __typeof (gdk_synthesize_window_state) IA__gdk_synthesize_window_state __attribute((visibility("hidden")));
2580 #define gdk_synthesize_window_state IA__gdk_synthesize_window_state
2581 
2582 #endif
2583 #endif
2584 #if IN_HEADER(__GDK_PRIVATE_H__)
2585 #if IN_FILE(__GDK_WINDOW_X11_C__)
2586 extern __typeof (gdk_window_destroy_notify) IA__gdk_window_destroy_notify __attribute((visibility("hidden")));
2587 #define gdk_window_destroy_notify IA__gdk_window_destroy_notify
2588 
2589 #endif
2590 #endif
2591 #ifdef GDK_WINDOWING_WIN32
2592 #if IN_HEADER(__GDK_WIN32_H__)
2593 #if IN_FILE(__GDK_WINDOW_WIN32_C__)
2594 extern __typeof (gdk_win32_window_is_win32) IA__gdk_win32_window_is_win32 __attribute((visibility("hidden")));
2595 #define gdk_win32_window_is_win32 IA__gdk_win32_window_is_win32
2596 
2597 extern __typeof (gdk_win32_window_get_impl_hwnd) IA__gdk_win32_window_get_impl_hwnd __attribute((visibility("hidden")));
2598 #define gdk_win32_window_get_impl_hwnd IA__gdk_win32_window_get_impl_hwnd
2599 
2600 extern __typeof (gdk_win32_begin_direct_draw_libgtk_only) IA__gdk_win32_begin_direct_draw_libgtk_only __attribute((visibility("hidden")));
2601 #define gdk_win32_begin_direct_draw_libgtk_only IA__gdk_win32_begin_direct_draw_libgtk_only
2602 
2603 extern __typeof (gdk_win32_end_direct_draw_libgtk_only) IA__gdk_win32_end_direct_draw_libgtk_only __attribute((visibility("hidden")));
2604 #define gdk_win32_end_direct_draw_libgtk_only IA__gdk_win32_end_direct_draw_libgtk_only
2605 
2606 extern __typeof (gdk_win32_window_lookup_for_display) IA__gdk_win32_window_lookup_for_display __attribute((visibility("hidden")));
2607 #define gdk_win32_window_lookup_for_display IA__gdk_win32_window_lookup_for_display
2608 
2609 extern __typeof (gdk_win32_window_foreign_new_for_display) IA__gdk_win32_window_foreign_new_for_display __attribute((visibility("hidden")));
2610 #define gdk_win32_window_foreign_new_for_display IA__gdk_win32_window_foreign_new_for_display
2611 
2612 #endif
2613 #endif
2614 #if IN_HEADER(__GDK_WIN32_H__)
2615 #if IN_FILE(__GDK_WIN32ID_C__)
2616 extern __typeof (gdk_win32_handle_table_lookup) IA__gdk_win32_handle_table_lookup __attribute((visibility("hidden")));
2617 #define gdk_win32_handle_table_lookup IA__gdk_win32_handle_table_lookup
2618 
2619 #endif
2620 #endif
2621 #if IN_HEADER(__GDK_WIN32_H__)
2622 #if IN_FILE(__GDK_CURSOR_WIN32_C__)
2623 extern __typeof (gdk_win32_icon_to_pixbuf_libgtk_only) IA__gdk_win32_icon_to_pixbuf_libgtk_only __attribute((visibility("hidden")));
2624 #define gdk_win32_icon_to_pixbuf_libgtk_only IA__gdk_win32_icon_to_pixbuf_libgtk_only
2625 
2626 extern __typeof (gdk_win32_pixbuf_to_hicon_libgtk_only) IA__gdk_win32_pixbuf_to_hicon_libgtk_only __attribute((visibility("hidden")));
2627 #define gdk_win32_pixbuf_to_hicon_libgtk_only IA__gdk_win32_pixbuf_to_hicon_libgtk_only
2628 
2629 #endif
2630 #endif
2631 #if IN_HEADER(__GDK_WIN32_H__)
2632 #if IN_FILE(__GDK_DRAWABLE_WIN32_C__)
2633 extern __typeof (gdk_win32_drawable_get_handle) IA__gdk_win32_drawable_get_handle __attribute((visibility("hidden")));
2634 #define gdk_win32_drawable_get_handle IA__gdk_win32_drawable_get_handle
2635 
2636 #endif
2637 #endif
2638 #if IN_HEADER(__GDK_WIN32_H__)
2639 #if IN_FILE(__GDK_EVENTS_WIN32_C__)
2640 extern __typeof (gdk_win32_set_modal_dialog_libgtk_only) IA__gdk_win32_set_modal_dialog_libgtk_only __attribute((visibility("hidden")));
2641 #define gdk_win32_set_modal_dialog_libgtk_only IA__gdk_win32_set_modal_dialog_libgtk_only
2642 
2643 #endif
2644 #endif
2645 #if IN_HEADER(__GDK_WIN32_H__)
2646 #if IN_FILE(__GDK_GC_WIN32_C__)
2647 extern __typeof (gdk_win32_hdc_get) IA__gdk_win32_hdc_get __attribute((visibility("hidden")));
2648 #define gdk_win32_hdc_get IA__gdk_win32_hdc_get
2649 
2650 extern __typeof (gdk_win32_hdc_release) IA__gdk_win32_hdc_release __attribute((visibility("hidden")));
2651 #define gdk_win32_hdc_release IA__gdk_win32_hdc_release
2652 
2653 #endif
2654 #endif
2655 #if IN_HEADER(__GDK_WIN32_H__)
2656 #if IN_FILE(__GDK_SELECTION_WIN32_C__)
2657 extern __typeof (gdk_win32_selection_add_targets) IA__gdk_win32_selection_add_targets __attribute((visibility("hidden")));
2658 #define gdk_win32_selection_add_targets IA__gdk_win32_selection_add_targets
2659 
2660 #endif
2661 #endif
2662 #if IN_HEADER(__GDK_WIN32_H__)
2663 #if IN_FILE(__GDK_KEYS_WIN32_C__)
2664 extern __typeof (gdk_win32_keymap_get_type) IA__gdk_win32_keymap_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
2665 #define gdk_win32_keymap_get_type IA__gdk_win32_keymap_get_type
2666 
2667 extern __typeof (gdk_win32_keymap_check_compose) IA__gdk_win32_keymap_check_compose __attribute((visibility("hidden")));
2668 #define gdk_win32_keymap_check_compose IA__gdk_win32_keymap_check_compose
2669 
2670 #endif
2671 #endif
2672 #endif
2673 #ifdef GDK_WINDOWING_X11
2674 #if IN_HEADER(__GDK_X_H__)
2675 #if IN_FILE(__GDK_PROPERTY_X11_C__)
2676 extern __typeof (gdk_x11_atom_to_xatom) IA__gdk_x11_atom_to_xatom __attribute((visibility("hidden")));
2677 #define gdk_x11_atom_to_xatom IA__gdk_x11_atom_to_xatom
2678 
2679 extern __typeof (gdk_x11_atom_to_xatom_for_display) IA__gdk_x11_atom_to_xatom_for_display __attribute((visibility("hidden")));
2680 #define gdk_x11_atom_to_xatom_for_display IA__gdk_x11_atom_to_xatom_for_display
2681 
2682 extern __typeof (gdk_x11_get_xatom_by_name) IA__gdk_x11_get_xatom_by_name __attribute((visibility("hidden")));
2683 #define gdk_x11_get_xatom_by_name IA__gdk_x11_get_xatom_by_name
2684 
2685 extern __typeof (gdk_x11_get_xatom_by_name_for_display) IA__gdk_x11_get_xatom_by_name_for_display __attribute((visibility("hidden")));
2686 #define gdk_x11_get_xatom_by_name_for_display IA__gdk_x11_get_xatom_by_name_for_display
2687 
2688 extern __typeof (gdk_x11_get_xatom_name) IA__gdk_x11_get_xatom_name __attribute((visibility("hidden")));
2689 #define gdk_x11_get_xatom_name IA__gdk_x11_get_xatom_name
2690 
2691 extern __typeof (gdk_x11_get_xatom_name_for_display) IA__gdk_x11_get_xatom_name_for_display __attribute((visibility("hidden")));
2692 #define gdk_x11_get_xatom_name_for_display IA__gdk_x11_get_xatom_name_for_display
2693 
2694 extern __typeof (gdk_x11_xatom_to_atom) IA__gdk_x11_xatom_to_atom __attribute((visibility("hidden")));
2695 #define gdk_x11_xatom_to_atom IA__gdk_x11_xatom_to_atom
2696 
2697 extern __typeof (gdk_x11_xatom_to_atom_for_display) IA__gdk_x11_xatom_to_atom_for_display __attribute((visibility("hidden")));
2698 #define gdk_x11_xatom_to_atom_for_display IA__gdk_x11_xatom_to_atom_for_display
2699 
2700 #endif
2701 #if IN_FILE(__GDK_COLOR_X11_C__)
2702 extern __typeof (gdk_x11_colormap_foreign_new) IA__gdk_x11_colormap_foreign_new __attribute((visibility("hidden")));
2703 #define gdk_x11_colormap_foreign_new IA__gdk_x11_colormap_foreign_new
2704 
2705 extern __typeof (gdk_x11_colormap_get_xcolormap) IA__gdk_x11_colormap_get_xcolormap __attribute((visibility("hidden")));
2706 #define gdk_x11_colormap_get_xcolormap IA__gdk_x11_colormap_get_xcolormap
2707 
2708 extern __typeof (gdk_x11_colormap_get_xdisplay) IA__gdk_x11_colormap_get_xdisplay __attribute((visibility("hidden")));
2709 #define gdk_x11_colormap_get_xdisplay IA__gdk_x11_colormap_get_xdisplay
2710 
2711 #ifdef GDK_ENABLE_BROKEN
2712 extern __typeof (gdkx_colormap_get) IA__gdkx_colormap_get __attribute((visibility("hidden")));
2713 #define gdkx_colormap_get IA__gdkx_colormap_get
2714 
2715 #endif
2716 #endif
2717 #if IN_FILE(__GDK_CURSOR_X11_C__)
2718 extern __typeof (gdk_x11_cursor_get_xcursor) IA__gdk_x11_cursor_get_xcursor __attribute((visibility("hidden")));
2719 #define gdk_x11_cursor_get_xcursor IA__gdk_x11_cursor_get_xcursor
2720 
2721 extern __typeof (gdk_x11_cursor_get_xdisplay) IA__gdk_x11_cursor_get_xdisplay __attribute((visibility("hidden")));
2722 #define gdk_x11_cursor_get_xdisplay IA__gdk_x11_cursor_get_xdisplay
2723 
2724 extern __typeof (gdk_x11_display_set_cursor_theme) IA__gdk_x11_display_set_cursor_theme __attribute((visibility("hidden")));
2725 #define gdk_x11_display_set_cursor_theme IA__gdk_x11_display_set_cursor_theme
2726 
2727 #endif
2728 #if IN_FILE(__GDK_DISPLAY_X11_C__)
2729 extern __typeof (gdk_x11_display_get_user_time) IA__gdk_x11_display_get_user_time __attribute((visibility("hidden")));
2730 #define gdk_x11_display_get_user_time IA__gdk_x11_display_get_user_time
2731 
2732 extern __typeof (gdk_x11_display_get_xdisplay) IA__gdk_x11_display_get_xdisplay __attribute((visibility("hidden")));
2733 #define gdk_x11_display_get_xdisplay IA__gdk_x11_display_get_xdisplay
2734 
2735 extern __typeof (gdk_x11_display_grab) IA__gdk_x11_display_grab __attribute((visibility("hidden")));
2736 #define gdk_x11_display_grab IA__gdk_x11_display_grab
2737 
2738 extern __typeof (gdk_x11_display_ungrab) IA__gdk_x11_display_ungrab __attribute((visibility("hidden")));
2739 #define gdk_x11_display_ungrab IA__gdk_x11_display_ungrab
2740 
2741 extern __typeof (gdk_x11_lookup_xdisplay) IA__gdk_x11_lookup_xdisplay __attribute((visibility("hidden")));
2742 #define gdk_x11_lookup_xdisplay IA__gdk_x11_lookup_xdisplay
2743 
2744 extern __typeof (gdk_x11_display_broadcast_startup_message) IA__gdk_x11_display_broadcast_startup_message __attribute((visibility("hidden")));
2745 #define gdk_x11_display_broadcast_startup_message IA__gdk_x11_display_broadcast_startup_message
2746 
2747 extern __typeof (gdk_x11_display_get_startup_notification_id) IA__gdk_x11_display_get_startup_notification_id __attribute((visibility("hidden")));
2748 #define gdk_x11_display_get_startup_notification_id IA__gdk_x11_display_get_startup_notification_id
2749 
2750 #endif
2751 #if IN_FILE(__GDK_DRAWABLE_X11_C__)
2752 extern __typeof (gdk_x11_drawable_get_xdisplay) IA__gdk_x11_drawable_get_xdisplay __attribute((visibility("hidden")));
2753 #define gdk_x11_drawable_get_xdisplay IA__gdk_x11_drawable_get_xdisplay
2754 
2755 extern __typeof (gdk_x11_drawable_get_xid) IA__gdk_x11_drawable_get_xid __attribute((visibility("hidden")));
2756 #define gdk_x11_drawable_get_xid IA__gdk_x11_drawable_get_xid
2757 
2758 extern __typeof (gdk_x11_window_get_drawable_impl) IA__gdk_x11_window_get_drawable_impl __attribute((visibility("hidden")));
2759 #define gdk_x11_window_get_drawable_impl IA__gdk_x11_window_get_drawable_impl
2760 
2761 extern __typeof (gdk_x11_pixmap_get_drawable_impl) IA__gdk_x11_pixmap_get_drawable_impl __attribute((visibility("hidden")));
2762 #define gdk_x11_pixmap_get_drawable_impl IA__gdk_x11_pixmap_get_drawable_impl
2763 
2764 #endif
2765 #if IN_FILE(__GDK_FONT_X11_C__)
2766 #ifndef GDK_DISABLE_DEPRECATED
2767 extern __typeof (gdk_x11_font_get_name) IA__gdk_x11_font_get_name __attribute((visibility("hidden")));
2768 #define gdk_x11_font_get_name IA__gdk_x11_font_get_name
2769 
2770 extern __typeof (gdk_x11_font_get_xdisplay) IA__gdk_x11_font_get_xdisplay __attribute((visibility("hidden")));
2771 #define gdk_x11_font_get_xdisplay IA__gdk_x11_font_get_xdisplay
2772 
2773 #endif
2774 extern __typeof (gdk_x11_font_get_xfont) IA__gdk_x11_font_get_xfont __attribute((visibility("hidden")));
2775 #define gdk_x11_font_get_xfont IA__gdk_x11_font_get_xfont
2776 
2777 #endif
2778 #if IN_FILE(__GDK_GC_X11_C__)
2779 extern __typeof (gdk_x11_gc_get_xdisplay) IA__gdk_x11_gc_get_xdisplay __attribute((visibility("hidden")));
2780 #define gdk_x11_gc_get_xdisplay IA__gdk_x11_gc_get_xdisplay
2781 
2782 extern __typeof (gdk_x11_gc_get_xgc) IA__gdk_x11_gc_get_xgc __attribute((visibility("hidden")));
2783 #define gdk_x11_gc_get_xgc IA__gdk_x11_gc_get_xgc
2784 
2785 #endif
2786 #if IN_FILE(__GDK_MAIN_X11_C__)
2787 extern __typeof (gdk_x11_get_default_root_xwindow) IA__gdk_x11_get_default_root_xwindow __attribute((visibility("hidden")));
2788 #define gdk_x11_get_default_root_xwindow IA__gdk_x11_get_default_root_xwindow
2789 
2790 extern __typeof (gdk_x11_get_default_screen) IA__gdk_x11_get_default_screen __attribute((visibility("hidden")));
2791 #define gdk_x11_get_default_screen IA__gdk_x11_get_default_screen
2792 
2793 extern __typeof (gdk_x11_get_default_xdisplay) IA__gdk_x11_get_default_xdisplay __attribute((visibility("hidden")));
2794 #define gdk_x11_get_default_xdisplay IA__gdk_x11_get_default_xdisplay
2795 
2796 extern __typeof (gdk_x11_grab_server) IA__gdk_x11_grab_server __attribute((visibility("hidden")));
2797 #define gdk_x11_grab_server IA__gdk_x11_grab_server
2798 
2799 extern __typeof (gdk_x11_ungrab_server) IA__gdk_x11_ungrab_server __attribute((visibility("hidden")));
2800 #define gdk_x11_ungrab_server IA__gdk_x11_ungrab_server
2801 
2802 extern __typeof (gdk_x11_set_sm_client_id) IA__gdk_x11_set_sm_client_id __attribute((visibility("hidden")));
2803 #define gdk_x11_set_sm_client_id IA__gdk_x11_set_sm_client_id
2804 
2805 #endif
2806 #if IN_FILE(__GDK_EVENTS_X11_C__)
2807 extern __typeof (gdk_x11_get_server_time) IA__gdk_x11_get_server_time __attribute((visibility("hidden")));
2808 #define gdk_x11_get_server_time IA__gdk_x11_get_server_time
2809 
2810 extern __typeof (gdk_x11_register_standard_event_type) IA__gdk_x11_register_standard_event_type __attribute((visibility("hidden")));
2811 #define gdk_x11_register_standard_event_type IA__gdk_x11_register_standard_event_type
2812 
2813 extern __typeof (gdk_x11_screen_get_window_manager_name) IA__gdk_x11_screen_get_window_manager_name __attribute((visibility("hidden")));
2814 #define gdk_x11_screen_get_window_manager_name IA__gdk_x11_screen_get_window_manager_name
2815 
2816 extern __typeof (gdk_x11_screen_supports_net_wm_hint) IA__gdk_x11_screen_supports_net_wm_hint __attribute((visibility("hidden")));
2817 #define gdk_x11_screen_supports_net_wm_hint IA__gdk_x11_screen_supports_net_wm_hint
2818 
2819 #endif
2820 #if IN_FILE(__GDK_IMAGE_X11_C__)
2821 extern __typeof (gdk_x11_image_get_xdisplay) IA__gdk_x11_image_get_xdisplay __attribute((visibility("hidden")));
2822 #define gdk_x11_image_get_xdisplay IA__gdk_x11_image_get_xdisplay
2823 
2824 extern __typeof (gdk_x11_image_get_ximage) IA__gdk_x11_image_get_ximage __attribute((visibility("hidden")));
2825 #define gdk_x11_image_get_ximage IA__gdk_x11_image_get_ximage
2826 
2827 #endif
2828 #if IN_FILE(__GDK_SCREEN_X11_C__)
2829 extern __typeof (gdk_x11_screen_get_screen_number) IA__gdk_x11_screen_get_screen_number __attribute((visibility("hidden")));
2830 #define gdk_x11_screen_get_screen_number IA__gdk_x11_screen_get_screen_number
2831 
2832 extern __typeof (gdk_x11_screen_get_xscreen) IA__gdk_x11_screen_get_xscreen __attribute((visibility("hidden")));
2833 #define gdk_x11_screen_get_xscreen IA__gdk_x11_screen_get_xscreen
2834 
2835 extern __typeof (gdk_x11_screen_get_monitor_output) IA__gdk_x11_screen_get_monitor_output __attribute((visibility("hidden")));
2836 #define gdk_x11_screen_get_monitor_output IA__gdk_x11_screen_get_monitor_output
2837 
2838 #endif
2839 #if IN_FILE(__GDK_VISUAL_X11_C__)
2840 extern __typeof (gdk_x11_screen_lookup_visual) IA__gdk_x11_screen_lookup_visual __attribute((visibility("hidden")));
2841 #define gdk_x11_screen_lookup_visual IA__gdk_x11_screen_lookup_visual
2842 
2843 extern __typeof (gdk_x11_visual_get_xvisual) IA__gdk_x11_visual_get_xvisual __attribute((visibility("hidden")));
2844 #define gdk_x11_visual_get_xvisual IA__gdk_x11_visual_get_xvisual
2845 
2846 #ifndef GDK_DISABLE_DEPRECATED
2847 extern __typeof (gdkx_visual_get) IA__gdkx_visual_get __attribute((visibility("hidden")));
2848 #define gdkx_visual_get IA__gdkx_visual_get
2849 
2850 #endif
2851 #endif
2852 #if IN_FILE(__GDK_WINDOW_X11_C__)
2853 extern __typeof (gdk_x11_window_set_user_time) IA__gdk_x11_window_set_user_time __attribute((visibility("hidden")));
2854 #define gdk_x11_window_set_user_time IA__gdk_x11_window_set_user_time
2855 
2856 extern __typeof (gdk_x11_window_move_to_current_desktop) IA__gdk_x11_window_move_to_current_desktop __attribute((visibility("hidden")));
2857 #define gdk_x11_window_move_to_current_desktop IA__gdk_x11_window_move_to_current_desktop
2858 
2859 extern __typeof (gdk_x11_window_foreign_new_for_display) IA__gdk_x11_window_foreign_new_for_display __attribute((visibility("hidden")));
2860 #define gdk_x11_window_foreign_new_for_display IA__gdk_x11_window_foreign_new_for_display
2861 
2862 extern __typeof (gdk_x11_window_lookup_for_display) IA__gdk_x11_window_lookup_for_display __attribute((visibility("hidden")));
2863 #define gdk_x11_window_lookup_for_display IA__gdk_x11_window_lookup_for_display
2864 
2865 #endif
2866 #if IN_FILE(__GDK_XID_C__)
2867 extern __typeof (gdk_xid_table_lookup) IA__gdk_xid_table_lookup __attribute((visibility("hidden")));
2868 #define gdk_xid_table_lookup IA__gdk_xid_table_lookup
2869 
2870 extern __typeof (gdk_xid_table_lookup_for_display) IA__gdk_xid_table_lookup_for_display __attribute((visibility("hidden")));
2871 #define gdk_xid_table_lookup_for_display IA__gdk_xid_table_lookup_for_display
2872 
2873 #endif
2874 #endif
2875 #endif
2876 #if IN_HEADER(__GDK_APP_LAUNCH_CONTEXT_H__)
2877 #if IN_FILE(__GDK_APP_LAUNCH_CONTEXT_C__)
2878 extern __typeof (gdk_app_launch_context_get_type) IA__gdk_app_launch_context_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
2879 #define gdk_app_launch_context_get_type IA__gdk_app_launch_context_get_type
2880 
2881 extern __typeof (gdk_app_launch_context_new) IA__gdk_app_launch_context_new __attribute((visibility("hidden")));
2882 #define gdk_app_launch_context_new IA__gdk_app_launch_context_new
2883 
2884 extern __typeof (gdk_app_launch_context_set_display) IA__gdk_app_launch_context_set_display __attribute((visibility("hidden")));
2885 #define gdk_app_launch_context_set_display IA__gdk_app_launch_context_set_display
2886 
2887 extern __typeof (gdk_app_launch_context_set_screen) IA__gdk_app_launch_context_set_screen __attribute((visibility("hidden")));
2888 #define gdk_app_launch_context_set_screen IA__gdk_app_launch_context_set_screen
2889 
2890 extern __typeof (gdk_app_launch_context_set_desktop) IA__gdk_app_launch_context_set_desktop __attribute((visibility("hidden")));
2891 #define gdk_app_launch_context_set_desktop IA__gdk_app_launch_context_set_desktop
2892 
2893 extern __typeof (gdk_app_launch_context_set_timestamp) IA__gdk_app_launch_context_set_timestamp __attribute((visibility("hidden")));
2894 #define gdk_app_launch_context_set_timestamp IA__gdk_app_launch_context_set_timestamp
2895 
2896 extern __typeof (gdk_app_launch_context_set_icon) IA__gdk_app_launch_context_set_icon __attribute((visibility("hidden")));
2897 #define gdk_app_launch_context_set_icon IA__gdk_app_launch_context_set_icon
2898 
2899 extern __typeof (gdk_app_launch_context_set_icon_name) IA__gdk_app_launch_context_set_icon_name __attribute((visibility("hidden")));
2900 #define gdk_app_launch_context_set_icon_name IA__gdk_app_launch_context_set_icon_name
2901 
2902 #endif
2903 #endif
2904 #if IN_HEADER(__GDK_WINDOW_IMPL_H__)
2905 #if IN_FILE(__GDK_WINDOW_IMPL_C__)
2906 extern __typeof (gdk_window_impl_get_type) IA__gdk_window_impl_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
2907 #define gdk_window_impl_get_type IA__gdk_window_impl_get_type
2908 
2909 #endif
2910 #endif
2911 #ifdef GDK_WINDOWING_X11
2912 #endif
2913 
2914 #endif /* G_HAVE_GNUC_VISIBILITY */
2915 #endif /* DISABLE_VISIBILITY */
2916