1 /*
2  * This file is part of gtkD.
3  *
4  * gtkD is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU Lesser General Public License
6  * as published by the Free Software Foundation; either version 3
7  * of the License, or (at your option) any later version, with
8  * some exceptions, please read the COPYING file.
9  *
10  * gtkD is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public License
16  * along with gtkD; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
18  */
19  
20 // generated automatically - do not change
21 // find conversion definition on APILookup.txt
22 // implement new conversion functionalities on the wrap.utils pakage
23 
24 
25 module gtkc.gtk;
26 
27 version(Tango)
28 	private import tango.stdc.stdio;
29 else
30 	private import std.stdio;
31 
32 private import gtkc.gtktypes;
33 private import gtkc.Loader;
34 private import gtkc.paths;
35 
36 mixin( _shared ~ "static this()
37 {
38 	// gtk.Main
39 
40 	Linker.link(gtk_set_locale, \"gtk_set_locale\", LIBRARY.GTK);
41 	Linker.link(gtk_disable_setlocale, \"gtk_disable_setlocale\", LIBRARY.GTK);
42 	Linker.link(gtk_get_default_language, \"gtk_get_default_language\", LIBRARY.GTK);
43 	Linker.link(gtk_parse_args, \"gtk_parse_args\", LIBRARY.GTK);
44 	Linker.link(gtk_init, \"gtk_init\", LIBRARY.GTK);
45 	Linker.link(gtk_init_check, \"gtk_init_check\", LIBRARY.GTK);
46 	Linker.link(gtk_init_with_args, \"gtk_init_with_args\", LIBRARY.GTK);
47 	Linker.link(gtk_get_option_group, \"gtk_get_option_group\", LIBRARY.GTK);
48 	Linker.link(gtk_exit, \"gtk_exit\", LIBRARY.GTK);
49 	Linker.link(gtk_events_pending, \"gtk_events_pending\", LIBRARY.GTK);
50 	Linker.link(gtk_main, \"gtk_main\", LIBRARY.GTK);
51 	Linker.link(gtk_main_level, \"gtk_main_level\", LIBRARY.GTK);
52 	Linker.link(gtk_main_quit, \"gtk_main_quit\", LIBRARY.GTK);
53 	Linker.link(gtk_main_iteration, \"gtk_main_iteration\", LIBRARY.GTK);
54 	Linker.link(gtk_main_iteration_do, \"gtk_main_iteration_do\", LIBRARY.GTK);
55 	Linker.link(gtk_main_do_event, \"gtk_main_do_event\", LIBRARY.GTK);
56 	Linker.link(gtk_grab_add, \"gtk_grab_add\", LIBRARY.GTK);
57 	Linker.link(gtk_grab_get_current, \"gtk_grab_get_current\", LIBRARY.GTK);
58 	Linker.link(gtk_grab_remove, \"gtk_grab_remove\", LIBRARY.GTK);
59 	Linker.link(gtk_init_add, \"gtk_init_add\", LIBRARY.GTK);
60 	Linker.link(gtk_quit_add_destroy, \"gtk_quit_add_destroy\", LIBRARY.GTK);
61 	Linker.link(gtk_quit_add, \"gtk_quit_add\", LIBRARY.GTK);
62 	Linker.link(gtk_quit_add_full, \"gtk_quit_add_full\", LIBRARY.GTK);
63 	Linker.link(gtk_quit_remove, \"gtk_quit_remove\", LIBRARY.GTK);
64 	Linker.link(gtk_quit_remove_by_data, \"gtk_quit_remove_by_data\", LIBRARY.GTK);
65 	Linker.link(gtk_input_add_full, \"gtk_input_add_full\", LIBRARY.GTK);
66 	Linker.link(gtk_input_remove, \"gtk_input_remove\", LIBRARY.GTK);
67 	Linker.link(gtk_key_snooper_install, \"gtk_key_snooper_install\", LIBRARY.GTK);
68 	Linker.link(gtk_key_snooper_remove, \"gtk_key_snooper_remove\", LIBRARY.GTK);
69 	Linker.link(gtk_get_current_event, \"gtk_get_current_event\", LIBRARY.GTK);
70 	Linker.link(gtk_get_current_event_time, \"gtk_get_current_event_time\", LIBRARY.GTK);
71 	Linker.link(gtk_get_current_event_state, \"gtk_get_current_event_state\", LIBRARY.GTK);
72 	Linker.link(gtk_get_event_widget, \"gtk_get_event_widget\", LIBRARY.GTK);
73 	Linker.link(gtk_propagate_event, \"gtk_propagate_event\", LIBRARY.GTK);
74 
75 	// gtk.Timeout
76 
77 	Linker.link(gtk_timeout_add_full, \"gtk_timeout_add_full\", LIBRARY.GTK);
78 	Linker.link(gtk_timeout_add, \"gtk_timeout_add\", LIBRARY.GTK);
79 	Linker.link(gtk_timeout_remove, \"gtk_timeout_remove\", LIBRARY.GTK);
80 
81 	// gtk.Idle
82 
83 	Linker.link(gtk_idle_add, \"gtk_idle_add\", LIBRARY.GTK);
84 	Linker.link(gtk_idle_add_priority, \"gtk_idle_add_priority\", LIBRARY.GTK);
85 	Linker.link(gtk_idle_add_full, \"gtk_idle_add_full\", LIBRARY.GTK);
86 	Linker.link(gtk_idle_remove, \"gtk_idle_remove\", LIBRARY.GTK);
87 	Linker.link(gtk_idle_remove_by_data, \"gtk_idle_remove_by_data\", LIBRARY.GTK);
88 
89 	// gtk.AccelGroup
90 
91 	Linker.link(gtk_accel_group_new, \"gtk_accel_group_new\", LIBRARY.GTK);
92 	Linker.link(gtk_accel_group_connect, \"gtk_accel_group_connect\", LIBRARY.GTK);
93 	Linker.link(gtk_accel_group_connect_by_path, \"gtk_accel_group_connect_by_path\", LIBRARY.GTK);
94 	Linker.link(gtk_accel_group_disconnect, \"gtk_accel_group_disconnect\", LIBRARY.GTK);
95 	Linker.link(gtk_accel_group_disconnect_key, \"gtk_accel_group_disconnect_key\", LIBRARY.GTK);
96 	Linker.link(gtk_accel_group_query, \"gtk_accel_group_query\", LIBRARY.GTK);
97 	Linker.link(gtk_accel_group_activate, \"gtk_accel_group_activate\", LIBRARY.GTK);
98 	Linker.link(gtk_accel_group_lock, \"gtk_accel_group_lock\", LIBRARY.GTK);
99 	Linker.link(gtk_accel_group_unlock, \"gtk_accel_group_unlock\", LIBRARY.GTK);
100 	Linker.link(gtk_accel_group_get_is_locked, \"gtk_accel_group_get_is_locked\", LIBRARY.GTK);
101 	Linker.link(gtk_accel_group_from_accel_closure, \"gtk_accel_group_from_accel_closure\", LIBRARY.GTK);
102 	Linker.link(gtk_accel_group_get_modifier_mask, \"gtk_accel_group_get_modifier_mask\", LIBRARY.GTK);
103 	Linker.link(gtk_accel_groups_activate, \"gtk_accel_groups_activate\", LIBRARY.GTK);
104 	Linker.link(gtk_accel_groups_from_object, \"gtk_accel_groups_from_object\", LIBRARY.GTK);
105 	Linker.link(gtk_accel_group_find, \"gtk_accel_group_find\", LIBRARY.GTK);
106 	Linker.link(gtk_accelerator_valid, \"gtk_accelerator_valid\", LIBRARY.GTK);
107 	Linker.link(gtk_accelerator_parse, \"gtk_accelerator_parse\", LIBRARY.GTK);
108 	Linker.link(gtk_accelerator_name, \"gtk_accelerator_name\", LIBRARY.GTK);
109 	Linker.link(gtk_accelerator_get_label, \"gtk_accelerator_get_label\", LIBRARY.GTK);
110 	Linker.link(gtk_accelerator_set_default_mod_mask, \"gtk_accelerator_set_default_mod_mask\", LIBRARY.GTK);
111 	Linker.link(gtk_accelerator_get_default_mod_mask, \"gtk_accelerator_get_default_mod_mask\", LIBRARY.GTK);
112 
113 	// gtk.AccelMap
114 
115 	Linker.link(gtk_accel_map_add_entry, \"gtk_accel_map_add_entry\", LIBRARY.GTK);
116 	Linker.link(gtk_accel_map_lookup_entry, \"gtk_accel_map_lookup_entry\", LIBRARY.GTK);
117 	Linker.link(gtk_accel_map_change_entry, \"gtk_accel_map_change_entry\", LIBRARY.GTK);
118 	Linker.link(gtk_accel_map_load, \"gtk_accel_map_load\", LIBRARY.GTK);
119 	Linker.link(gtk_accel_map_save, \"gtk_accel_map_save\", LIBRARY.GTK);
120 	Linker.link(gtk_accel_map_foreach, \"gtk_accel_map_foreach\", LIBRARY.GTK);
121 	Linker.link(gtk_accel_map_load_fd, \"gtk_accel_map_load_fd\", LIBRARY.GTK);
122 	Linker.link(gtk_accel_map_save_fd, \"gtk_accel_map_save_fd\", LIBRARY.GTK);
123 	Linker.link(gtk_accel_map_load_scanner, \"gtk_accel_map_load_scanner\", LIBRARY.GTK);
124 	Linker.link(gtk_accel_map_add_filter, \"gtk_accel_map_add_filter\", LIBRARY.GTK);
125 	Linker.link(gtk_accel_map_foreach_unfiltered, \"gtk_accel_map_foreach_unfiltered\", LIBRARY.GTK);
126 	Linker.link(gtk_accel_map_get, \"gtk_accel_map_get\", LIBRARY.GTK);
127 	Linker.link(gtk_accel_map_lock_path, \"gtk_accel_map_lock_path\", LIBRARY.GTK);
128 	Linker.link(gtk_accel_map_unlock_path, \"gtk_accel_map_unlock_path\", LIBRARY.GTK);
129 
130 	// gtk.Clipboard
131 
132 	Linker.link(gtk_clipboard_get, \"gtk_clipboard_get\", LIBRARY.GTK);
133 	Linker.link(gtk_clipboard_get_for_display, \"gtk_clipboard_get_for_display\", LIBRARY.GTK);
134 	Linker.link(gtk_clipboard_get_display, \"gtk_clipboard_get_display\", LIBRARY.GTK);
135 	Linker.link(gtk_clipboard_set_with_data, \"gtk_clipboard_set_with_data\", LIBRARY.GTK);
136 	Linker.link(gtk_clipboard_set_with_owner, \"gtk_clipboard_set_with_owner\", LIBRARY.GTK);
137 	Linker.link(gtk_clipboard_get_owner, \"gtk_clipboard_get_owner\", LIBRARY.GTK);
138 	Linker.link(gtk_clipboard_clear, \"gtk_clipboard_clear\", LIBRARY.GTK);
139 	Linker.link(gtk_clipboard_set_text, \"gtk_clipboard_set_text\", LIBRARY.GTK);
140 	Linker.link(gtk_clipboard_set_image, \"gtk_clipboard_set_image\", LIBRARY.GTK);
141 	Linker.link(gtk_clipboard_request_contents, \"gtk_clipboard_request_contents\", LIBRARY.GTK);
142 	Linker.link(gtk_clipboard_request_text, \"gtk_clipboard_request_text\", LIBRARY.GTK);
143 	Linker.link(gtk_clipboard_request_image, \"gtk_clipboard_request_image\", LIBRARY.GTK);
144 	Linker.link(gtk_clipboard_request_targets, \"gtk_clipboard_request_targets\", LIBRARY.GTK);
145 	Linker.link(gtk_clipboard_request_rich_text, \"gtk_clipboard_request_rich_text\", LIBRARY.GTK);
146 	Linker.link(gtk_clipboard_request_uris, \"gtk_clipboard_request_uris\", LIBRARY.GTK);
147 	Linker.link(gtk_clipboard_wait_for_contents, \"gtk_clipboard_wait_for_contents\", LIBRARY.GTK);
148 	Linker.link(gtk_clipboard_wait_for_text, \"gtk_clipboard_wait_for_text\", LIBRARY.GTK);
149 	Linker.link(gtk_clipboard_wait_for_image, \"gtk_clipboard_wait_for_image\", LIBRARY.GTK);
150 	Linker.link(gtk_clipboard_wait_for_rich_text, \"gtk_clipboard_wait_for_rich_text\", LIBRARY.GTK);
151 	Linker.link(gtk_clipboard_wait_for_uris, \"gtk_clipboard_wait_for_uris\", LIBRARY.GTK);
152 	Linker.link(gtk_clipboard_wait_is_text_available, \"gtk_clipboard_wait_is_text_available\", LIBRARY.GTK);
153 	Linker.link(gtk_clipboard_wait_is_image_available, \"gtk_clipboard_wait_is_image_available\", LIBRARY.GTK);
154 	Linker.link(gtk_clipboard_wait_is_rich_text_available, \"gtk_clipboard_wait_is_rich_text_available\", LIBRARY.GTK);
155 	Linker.link(gtk_clipboard_wait_is_uris_available, \"gtk_clipboard_wait_is_uris_available\", LIBRARY.GTK);
156 	Linker.link(gtk_clipboard_wait_for_targets, \"gtk_clipboard_wait_for_targets\", LIBRARY.GTK);
157 	Linker.link(gtk_clipboard_wait_is_target_available, \"gtk_clipboard_wait_is_target_available\", LIBRARY.GTK);
158 	Linker.link(gtk_clipboard_set_can_store, \"gtk_clipboard_set_can_store\", LIBRARY.GTK);
159 	Linker.link(gtk_clipboard_store, \"gtk_clipboard_store\", LIBRARY.GTK);
160 
161 	// gtk.DragAndDrop
162 
163 	Linker.link(gtk_drag_dest_set, \"gtk_drag_dest_set\", LIBRARY.GTK);
164 	Linker.link(gtk_drag_dest_set_proxy, \"gtk_drag_dest_set_proxy\", LIBRARY.GTK);
165 	Linker.link(gtk_drag_dest_unset, \"gtk_drag_dest_unset\", LIBRARY.GTK);
166 	Linker.link(gtk_drag_dest_find_target, \"gtk_drag_dest_find_target\", LIBRARY.GTK);
167 	Linker.link(gtk_drag_dest_get_target_list, \"gtk_drag_dest_get_target_list\", LIBRARY.GTK);
168 	Linker.link(gtk_drag_dest_set_target_list, \"gtk_drag_dest_set_target_list\", LIBRARY.GTK);
169 	Linker.link(gtk_drag_dest_add_text_targets, \"gtk_drag_dest_add_text_targets\", LIBRARY.GTK);
170 	Linker.link(gtk_drag_dest_add_image_targets, \"gtk_drag_dest_add_image_targets\", LIBRARY.GTK);
171 	Linker.link(gtk_drag_dest_add_uri_targets, \"gtk_drag_dest_add_uri_targets\", LIBRARY.GTK);
172 	Linker.link(gtk_drag_dest_set_track_motion, \"gtk_drag_dest_set_track_motion\", LIBRARY.GTK);
173 	Linker.link(gtk_drag_dest_get_track_motion, \"gtk_drag_dest_get_track_motion\", LIBRARY.GTK);
174 	Linker.link(gtk_drag_finish, \"gtk_drag_finish\", LIBRARY.GTK);
175 	Linker.link(gtk_drag_get_data, \"gtk_drag_get_data\", LIBRARY.GTK);
176 	Linker.link(gtk_drag_get_source_widget, \"gtk_drag_get_source_widget\", LIBRARY.GTK);
177 	Linker.link(gtk_drag_highlight, \"gtk_drag_highlight\", LIBRARY.GTK);
178 	Linker.link(gtk_drag_unhighlight, \"gtk_drag_unhighlight\", LIBRARY.GTK);
179 	Linker.link(gtk_drag_begin, \"gtk_drag_begin\", LIBRARY.GTK);
180 	Linker.link(gtk_drag_set_icon_widget, \"gtk_drag_set_icon_widget\", LIBRARY.GTK);
181 	Linker.link(gtk_drag_set_icon_pixmap, \"gtk_drag_set_icon_pixmap\", LIBRARY.GTK);
182 	Linker.link(gtk_drag_set_icon_pixbuf, \"gtk_drag_set_icon_pixbuf\", LIBRARY.GTK);
183 	Linker.link(gtk_drag_set_icon_stock, \"gtk_drag_set_icon_stock\", LIBRARY.GTK);
184 	Linker.link(gtk_drag_set_icon_name, \"gtk_drag_set_icon_name\", LIBRARY.GTK);
185 	Linker.link(gtk_drag_set_icon_default, \"gtk_drag_set_icon_default\", LIBRARY.GTK);
186 	Linker.link(gtk_drag_set_default_icon, \"gtk_drag_set_default_icon\", LIBRARY.GTK);
187 	Linker.link(gtk_drag_check_threshold, \"gtk_drag_check_threshold\", LIBRARY.GTK);
188 	Linker.link(gtk_drag_source_set, \"gtk_drag_source_set\", LIBRARY.GTK);
189 	Linker.link(gtk_drag_source_set_icon, \"gtk_drag_source_set_icon\", LIBRARY.GTK);
190 	Linker.link(gtk_drag_source_set_icon_pixbuf, \"gtk_drag_source_set_icon_pixbuf\", LIBRARY.GTK);
191 	Linker.link(gtk_drag_source_set_icon_stock, \"gtk_drag_source_set_icon_stock\", LIBRARY.GTK);
192 	Linker.link(gtk_drag_source_set_icon_name, \"gtk_drag_source_set_icon_name\", LIBRARY.GTK);
193 	Linker.link(gtk_drag_source_unset, \"gtk_drag_source_unset\", LIBRARY.GTK);
194 	Linker.link(gtk_drag_source_set_target_list, \"gtk_drag_source_set_target_list\", LIBRARY.GTK);
195 	Linker.link(gtk_drag_source_get_target_list, \"gtk_drag_source_get_target_list\", LIBRARY.GTK);
196 	Linker.link(gtk_drag_source_add_text_targets, \"gtk_drag_source_add_text_targets\", LIBRARY.GTK);
197 	Linker.link(gtk_drag_source_add_image_targets, \"gtk_drag_source_add_image_targets\", LIBRARY.GTK);
198 	Linker.link(gtk_drag_source_add_uri_targets, \"gtk_drag_source_add_uri_targets\", LIBRARY.GTK);
199 
200 	// gtk.IconTheme
201 
202 	Linker.link(gtk_icon_theme_new, \"gtk_icon_theme_new\", LIBRARY.GTK);
203 	Linker.link(gtk_icon_theme_get_default, \"gtk_icon_theme_get_default\", LIBRARY.GTK);
204 	Linker.link(gtk_icon_theme_get_for_screen, \"gtk_icon_theme_get_for_screen\", LIBRARY.GTK);
205 	Linker.link(gtk_icon_theme_set_screen, \"gtk_icon_theme_set_screen\", LIBRARY.GTK);
206 	Linker.link(gtk_icon_theme_set_search_path, \"gtk_icon_theme_set_search_path\", LIBRARY.GTK);
207 	Linker.link(gtk_icon_theme_get_search_path, \"gtk_icon_theme_get_search_path\", LIBRARY.GTK);
208 	Linker.link(gtk_icon_theme_append_search_path, \"gtk_icon_theme_append_search_path\", LIBRARY.GTK);
209 	Linker.link(gtk_icon_theme_prepend_search_path, \"gtk_icon_theme_prepend_search_path\", LIBRARY.GTK);
210 	Linker.link(gtk_icon_theme_set_custom_theme, \"gtk_icon_theme_set_custom_theme\", LIBRARY.GTK);
211 	Linker.link(gtk_icon_theme_has_icon, \"gtk_icon_theme_has_icon\", LIBRARY.GTK);
212 	Linker.link(gtk_icon_theme_lookup_icon, \"gtk_icon_theme_lookup_icon\", LIBRARY.GTK);
213 	Linker.link(gtk_icon_theme_choose_icon, \"gtk_icon_theme_choose_icon\", LIBRARY.GTK);
214 	Linker.link(gtk_icon_theme_lookup_by_gicon, \"gtk_icon_theme_lookup_by_gicon\", LIBRARY.GTK);
215 	Linker.link(gtk_icon_theme_load_icon, \"gtk_icon_theme_load_icon\", LIBRARY.GTK);
216 	Linker.link(gtk_icon_theme_list_contexts, \"gtk_icon_theme_list_contexts\", LIBRARY.GTK);
217 	Linker.link(gtk_icon_theme_list_icons, \"gtk_icon_theme_list_icons\", LIBRARY.GTK);
218 	Linker.link(gtk_icon_theme_get_icon_sizes, \"gtk_icon_theme_get_icon_sizes\", LIBRARY.GTK);
219 	Linker.link(gtk_icon_theme_get_example_icon_name, \"gtk_icon_theme_get_example_icon_name\", LIBRARY.GTK);
220 	Linker.link(gtk_icon_theme_rescan_if_needed, \"gtk_icon_theme_rescan_if_needed\", LIBRARY.GTK);
221 	Linker.link(gtk_icon_theme_add_builtin_icon, \"gtk_icon_theme_add_builtin_icon\", LIBRARY.GTK);
222 
223 	// gtk.IconInfo
224 
225 	Linker.link(gtk_icon_info_copy, \"gtk_icon_info_copy\", LIBRARY.GTK);
226 	Linker.link(gtk_icon_info_free, \"gtk_icon_info_free\", LIBRARY.GTK);
227 	Linker.link(gtk_icon_info_new_for_pixbuf, \"gtk_icon_info_new_for_pixbuf\", LIBRARY.GTK);
228 	Linker.link(gtk_icon_info_get_base_size, \"gtk_icon_info_get_base_size\", LIBRARY.GTK);
229 	Linker.link(gtk_icon_info_get_filename, \"gtk_icon_info_get_filename\", LIBRARY.GTK);
230 	Linker.link(gtk_icon_info_get_builtin_pixbuf, \"gtk_icon_info_get_builtin_pixbuf\", LIBRARY.GTK);
231 	Linker.link(gtk_icon_info_load_icon, \"gtk_icon_info_load_icon\", LIBRARY.GTK);
232 	Linker.link(gtk_icon_info_set_raw_coordinates, \"gtk_icon_info_set_raw_coordinates\", LIBRARY.GTK);
233 	Linker.link(gtk_icon_info_get_embedded_rect, \"gtk_icon_info_get_embedded_rect\", LIBRARY.GTK);
234 	Linker.link(gtk_icon_info_get_attach_points, \"gtk_icon_info_get_attach_points\", LIBRARY.GTK);
235 	Linker.link(gtk_icon_info_get_display_name, \"gtk_icon_info_get_display_name\", LIBRARY.GTK);
236 
237 	// gtk.StockItem
238 
239 	Linker.link(gtk_stock_add, \"gtk_stock_add\", LIBRARY.GTK);
240 	Linker.link(gtk_stock_add_static, \"gtk_stock_add_static\", LIBRARY.GTK);
241 	Linker.link(gtk_stock_item_copy, \"gtk_stock_item_copy\", LIBRARY.GTK);
242 	Linker.link(gtk_stock_item_free, \"gtk_stock_item_free\", LIBRARY.GTK);
243 	Linker.link(gtk_stock_list_ids, \"gtk_stock_list_ids\", LIBRARY.GTK);
244 	Linker.link(gtk_stock_lookup, \"gtk_stock_lookup\", LIBRARY.GTK);
245 	Linker.link(gtk_stock_set_translate_func, \"gtk_stock_set_translate_func\", LIBRARY.GTK);
246 
247 	// gtk.IconSource
248 
249 	Linker.link(gtk_icon_source_copy, \"gtk_icon_source_copy\", LIBRARY.GTK);
250 	Linker.link(gtk_icon_source_free, \"gtk_icon_source_free\", LIBRARY.GTK);
251 	Linker.link(gtk_icon_source_get_direction, \"gtk_icon_source_get_direction\", LIBRARY.GTK);
252 	Linker.link(gtk_icon_source_get_direction_wildcarded, \"gtk_icon_source_get_direction_wildcarded\", LIBRARY.GTK);
253 	Linker.link(gtk_icon_source_get_filename, \"gtk_icon_source_get_filename\", LIBRARY.GTK);
254 	Linker.link(gtk_icon_source_get_pixbuf, \"gtk_icon_source_get_pixbuf\", LIBRARY.GTK);
255 	Linker.link(gtk_icon_source_get_icon_name, \"gtk_icon_source_get_icon_name\", LIBRARY.GTK);
256 	Linker.link(gtk_icon_source_get_size, \"gtk_icon_source_get_size\", LIBRARY.GTK);
257 	Linker.link(gtk_icon_source_get_size_wildcarded, \"gtk_icon_source_get_size_wildcarded\", LIBRARY.GTK);
258 	Linker.link(gtk_icon_source_get_state, \"gtk_icon_source_get_state\", LIBRARY.GTK);
259 	Linker.link(gtk_icon_source_get_state_wildcarded, \"gtk_icon_source_get_state_wildcarded\", LIBRARY.GTK);
260 	Linker.link(gtk_icon_source_new, \"gtk_icon_source_new\", LIBRARY.GTK);
261 	Linker.link(gtk_icon_source_set_direction, \"gtk_icon_source_set_direction\", LIBRARY.GTK);
262 	Linker.link(gtk_icon_source_set_direction_wildcarded, \"gtk_icon_source_set_direction_wildcarded\", LIBRARY.GTK);
263 	Linker.link(gtk_icon_source_set_filename, \"gtk_icon_source_set_filename\", LIBRARY.GTK);
264 	Linker.link(gtk_icon_source_set_pixbuf, \"gtk_icon_source_set_pixbuf\", LIBRARY.GTK);
265 	Linker.link(gtk_icon_source_set_icon_name, \"gtk_icon_source_set_icon_name\", LIBRARY.GTK);
266 	Linker.link(gtk_icon_source_set_size, \"gtk_icon_source_set_size\", LIBRARY.GTK);
267 	Linker.link(gtk_icon_source_set_size_wildcarded, \"gtk_icon_source_set_size_wildcarded\", LIBRARY.GTK);
268 	Linker.link(gtk_icon_source_set_state, \"gtk_icon_source_set_state\", LIBRARY.GTK);
269 	Linker.link(gtk_icon_source_set_state_wildcarded, \"gtk_icon_source_set_state_wildcarded\", LIBRARY.GTK);
270 
271 	// gtk.IconFactory
272 
273 	Linker.link(gtk_icon_factory_add, \"gtk_icon_factory_add\", LIBRARY.GTK);
274 	Linker.link(gtk_icon_factory_add_default, \"gtk_icon_factory_add_default\", LIBRARY.GTK);
275 	Linker.link(gtk_icon_factory_lookup, \"gtk_icon_factory_lookup\", LIBRARY.GTK);
276 	Linker.link(gtk_icon_factory_lookup_default, \"gtk_icon_factory_lookup_default\", LIBRARY.GTK);
277 	Linker.link(gtk_icon_factory_new, \"gtk_icon_factory_new\", LIBRARY.GTK);
278 	Linker.link(gtk_icon_factory_remove_default, \"gtk_icon_factory_remove_default\", LIBRARY.GTK);
279 
280 	// gtk.IconSet
281 
282 	Linker.link(gtk_icon_set_add_source, \"gtk_icon_set_add_source\", LIBRARY.GTK);
283 	Linker.link(gtk_icon_set_copy, \"gtk_icon_set_copy\", LIBRARY.GTK);
284 	Linker.link(gtk_icon_set_new, \"gtk_icon_set_new\", LIBRARY.GTK);
285 	Linker.link(gtk_icon_set_new_from_pixbuf, \"gtk_icon_set_new_from_pixbuf\", LIBRARY.GTK);
286 	Linker.link(gtk_icon_set_ref, \"gtk_icon_set_ref\", LIBRARY.GTK);
287 	Linker.link(gtk_icon_set_render_icon, \"gtk_icon_set_render_icon\", LIBRARY.GTK);
288 	Linker.link(gtk_icon_set_unref, \"gtk_icon_set_unref\", LIBRARY.GTK);
289 	Linker.link(gtk_icon_set_get_sizes, \"gtk_icon_set_get_sizes\", LIBRARY.GTK);
290 
291 	// gtk.IconSize
292 
293 	Linker.link(gtk_icon_size_lookup, \"gtk_icon_size_lookup\", LIBRARY.GTK);
294 	Linker.link(gtk_icon_size_lookup_for_settings, \"gtk_icon_size_lookup_for_settings\", LIBRARY.GTK);
295 	Linker.link(gtk_icon_size_register, \"gtk_icon_size_register\", LIBRARY.GTK);
296 	Linker.link(gtk_icon_size_register_alias, \"gtk_icon_size_register_alias\", LIBRARY.GTK);
297 	Linker.link(gtk_icon_size_from_name, \"gtk_icon_size_from_name\", LIBRARY.GTK);
298 	Linker.link(gtk_icon_size_get_name, \"gtk_icon_size_get_name\", LIBRARY.GTK);
299 
300 	// gtk.RcStyle
301 
302 	Linker.link(gtk_rc_scanner_new, \"gtk_rc_scanner_new\", LIBRARY.GTK);
303 	Linker.link(gtk_rc_get_style, \"gtk_rc_get_style\", LIBRARY.GTK);
304 	Linker.link(gtk_rc_get_style_by_paths, \"gtk_rc_get_style_by_paths\", LIBRARY.GTK);
305 	Linker.link(gtk_rc_add_widget_name_style, \"gtk_rc_add_widget_name_style\", LIBRARY.GTK);
306 	Linker.link(gtk_rc_add_widget_class_style, \"gtk_rc_add_widget_class_style\", LIBRARY.GTK);
307 	Linker.link(gtk_rc_add_class_style, \"gtk_rc_add_class_style\", LIBRARY.GTK);
308 	Linker.link(gtk_rc_parse, \"gtk_rc_parse\", LIBRARY.GTK);
309 	Linker.link(gtk_rc_parse_string, \"gtk_rc_parse_string\", LIBRARY.GTK);
310 	Linker.link(gtk_rc_reparse_all, \"gtk_rc_reparse_all\", LIBRARY.GTK);
311 	Linker.link(gtk_rc_reparse_all_for_settings, \"gtk_rc_reparse_all_for_settings\", LIBRARY.GTK);
312 	Linker.link(gtk_rc_reset_styles, \"gtk_rc_reset_styles\", LIBRARY.GTK);
313 	Linker.link(gtk_rc_add_default_file, \"gtk_rc_add_default_file\", LIBRARY.GTK);
314 	Linker.link(gtk_rc_get_default_files, \"gtk_rc_get_default_files\", LIBRARY.GTK);
315 	Linker.link(gtk_rc_set_default_files, \"gtk_rc_set_default_files\", LIBRARY.GTK);
316 	Linker.link(gtk_rc_parse_color, \"gtk_rc_parse_color\", LIBRARY.GTK);
317 	Linker.link(gtk_rc_parse_color_full, \"gtk_rc_parse_color_full\", LIBRARY.GTK);
318 	Linker.link(gtk_rc_parse_state, \"gtk_rc_parse_state\", LIBRARY.GTK);
319 	Linker.link(gtk_rc_parse_priority, \"gtk_rc_parse_priority\", LIBRARY.GTK);
320 	Linker.link(gtk_rc_find_module_in_path, \"gtk_rc_find_module_in_path\", LIBRARY.GTK);
321 	Linker.link(gtk_rc_find_pixmap_in_path, \"gtk_rc_find_pixmap_in_path\", LIBRARY.GTK);
322 	Linker.link(gtk_rc_get_module_dir, \"gtk_rc_get_module_dir\", LIBRARY.GTK);
323 	Linker.link(gtk_rc_get_im_module_path, \"gtk_rc_get_im_module_path\", LIBRARY.GTK);
324 	Linker.link(gtk_rc_get_im_module_file, \"gtk_rc_get_im_module_file\", LIBRARY.GTK);
325 	Linker.link(gtk_rc_get_theme_dir, \"gtk_rc_get_theme_dir\", LIBRARY.GTK);
326 	Linker.link(gtk_rc_style_new, \"gtk_rc_style_new\", LIBRARY.GTK);
327 	Linker.link(gtk_rc_style_copy, \"gtk_rc_style_copy\", LIBRARY.GTK);
328 	Linker.link(gtk_rc_style_ref, \"gtk_rc_style_ref\", LIBRARY.GTK);
329 	Linker.link(gtk_rc_style_unref, \"gtk_rc_style_unref\", LIBRARY.GTK);
330 
331 	// gtk.Settings
332 
333 	Linker.link(gtk_settings_get_default, \"gtk_settings_get_default\", LIBRARY.GTK);
334 	Linker.link(gtk_settings_get_for_screen, \"gtk_settings_get_for_screen\", LIBRARY.GTK);
335 	Linker.link(gtk_settings_install_property, \"gtk_settings_install_property\", LIBRARY.GTK);
336 	Linker.link(gtk_settings_install_property_parser, \"gtk_settings_install_property_parser\", LIBRARY.GTK);
337 	Linker.link(gtk_rc_property_parse_color, \"gtk_rc_property_parse_color\", LIBRARY.GTK);
338 	Linker.link(gtk_rc_property_parse_enum, \"gtk_rc_property_parse_enum\", LIBRARY.GTK);
339 	Linker.link(gtk_rc_property_parse_flags, \"gtk_rc_property_parse_flags\", LIBRARY.GTK);
340 	Linker.link(gtk_rc_property_parse_requisition, \"gtk_rc_property_parse_requisition\", LIBRARY.GTK);
341 	Linker.link(gtk_rc_property_parse_border, \"gtk_rc_property_parse_border\", LIBRARY.GTK);
342 	Linker.link(gtk_settings_set_property_value, \"gtk_settings_set_property_value\", LIBRARY.GTK);
343 	Linker.link(gtk_settings_set_string_property, \"gtk_settings_set_string_property\", LIBRARY.GTK);
344 	Linker.link(gtk_settings_set_long_property, \"gtk_settings_set_long_property\", LIBRARY.GTK);
345 	Linker.link(gtk_settings_set_double_property, \"gtk_settings_set_double_property\", LIBRARY.GTK);
346 
347 	// gtk.BindingSet
348 
349 	Linker.link(gtk_binding_entry_add_signall, \"gtk_binding_entry_add_signall\", LIBRARY.GTK);
350 	Linker.link(gtk_binding_entry_clear, \"gtk_binding_entry_clear\", LIBRARY.GTK);
351 	Linker.link(gtk_binding_parse_binding, \"gtk_binding_parse_binding\", LIBRARY.GTK);
352 	Linker.link(gtk_binding_set_new, \"gtk_binding_set_new\", LIBRARY.GTK);
353 	Linker.link(gtk_binding_set_by_class, \"gtk_binding_set_by_class\", LIBRARY.GTK);
354 	Linker.link(gtk_binding_set_find, \"gtk_binding_set_find\", LIBRARY.GTK);
355 	Linker.link(gtk_bindings_activate, \"gtk_bindings_activate\", LIBRARY.GTK);
356 	Linker.link(gtk_bindings_activate_event, \"gtk_bindings_activate_event\", LIBRARY.GTK);
357 	Linker.link(gtk_binding_set_activate, \"gtk_binding_set_activate\", LIBRARY.GTK);
358 	Linker.link(gtk_binding_entry_add_signal, \"gtk_binding_entry_add_signal\", LIBRARY.GTK);
359 	Linker.link(gtk_binding_entry_skip, \"gtk_binding_entry_skip\", LIBRARY.GTK);
360 	Linker.link(gtk_binding_entry_remove, \"gtk_binding_entry_remove\", LIBRARY.GTK);
361 	Linker.link(gtk_binding_set_add_path, \"gtk_binding_set_add_path\", LIBRARY.GTK);
362 
363 	// gtk.StandardEnumerations
364 
365 
366 	// gtk.GCs
367 
368 	Linker.link(gtk_gc_get, \"gtk_gc_get\", LIBRARY.GTK);
369 	Linker.link(gtk_gc_release, \"gtk_gc_release\", LIBRARY.GTK);
370 
371 	// gtk.Style
372 
373 	Linker.link(gtk_style_new, \"gtk_style_new\", LIBRARY.GTK);
374 	Linker.link(gtk_style_copy, \"gtk_style_copy\", LIBRARY.GTK);
375 	Linker.link(gtk_style_attach, \"gtk_style_attach\", LIBRARY.GTK);
376 	Linker.link(gtk_style_detach, \"gtk_style_detach\", LIBRARY.GTK);
377 	Linker.link(gtk_style_ref, \"gtk_style_ref\", LIBRARY.GTK);
378 	Linker.link(gtk_style_unref, \"gtk_style_unref\", LIBRARY.GTK);
379 	Linker.link(gtk_style_set_background, \"gtk_style_set_background\", LIBRARY.GTK);
380 	Linker.link(gtk_style_apply_default_background, \"gtk_style_apply_default_background\", LIBRARY.GTK);
381 	Linker.link(gtk_style_lookup_color, \"gtk_style_lookup_color\", LIBRARY.GTK);
382 	Linker.link(gtk_style_lookup_icon_set, \"gtk_style_lookup_icon_set\", LIBRARY.GTK);
383 	Linker.link(gtk_style_render_icon, \"gtk_style_render_icon\", LIBRARY.GTK);
384 	Linker.link(gtk_style_get_font, \"gtk_style_get_font\", LIBRARY.GTK);
385 	Linker.link(gtk_style_set_font, \"gtk_style_set_font\", LIBRARY.GTK);
386 	Linker.link(gtk_style_get_style_property, \"gtk_style_get_style_property\", LIBRARY.GTK);
387 	Linker.link(gtk_style_get_valist, \"gtk_style_get_valist\", LIBRARY.GTK);
388 	Linker.link(gtk_style_get, \"gtk_style_get\", LIBRARY.GTK);
389 	Linker.link(gtk_draw_hline, \"gtk_draw_hline\", LIBRARY.GTK);
390 	Linker.link(gtk_draw_vline, \"gtk_draw_vline\", LIBRARY.GTK);
391 	Linker.link(gtk_draw_shadow, \"gtk_draw_shadow\", LIBRARY.GTK);
392 	Linker.link(gtk_draw_polygon, \"gtk_draw_polygon\", LIBRARY.GTK);
393 	Linker.link(gtk_draw_arrow, \"gtk_draw_arrow\", LIBRARY.GTK);
394 	Linker.link(gtk_draw_diamond, \"gtk_draw_diamond\", LIBRARY.GTK);
395 	Linker.link(gtk_draw_string, \"gtk_draw_string\", LIBRARY.GTK);
396 	Linker.link(gtk_draw_box, \"gtk_draw_box\", LIBRARY.GTK);
397 	Linker.link(gtk_draw_box_gap, \"gtk_draw_box_gap\", LIBRARY.GTK);
398 	Linker.link(gtk_draw_check, \"gtk_draw_check\", LIBRARY.GTK);
399 	Linker.link(gtk_draw_extension, \"gtk_draw_extension\", LIBRARY.GTK);
400 	Linker.link(gtk_draw_flat_box, \"gtk_draw_flat_box\", LIBRARY.GTK);
401 	Linker.link(gtk_draw_focus, \"gtk_draw_focus\", LIBRARY.GTK);
402 	Linker.link(gtk_draw_handle, \"gtk_draw_handle\", LIBRARY.GTK);
403 	Linker.link(gtk_draw_option, \"gtk_draw_option\", LIBRARY.GTK);
404 	Linker.link(gtk_draw_shadow_gap, \"gtk_draw_shadow_gap\", LIBRARY.GTK);
405 	Linker.link(gtk_draw_slider, \"gtk_draw_slider\", LIBRARY.GTK);
406 	Linker.link(gtk_draw_tab, \"gtk_draw_tab\", LIBRARY.GTK);
407 	Linker.link(gtk_draw_expander, \"gtk_draw_expander\", LIBRARY.GTK);
408 	Linker.link(gtk_draw_layout, \"gtk_draw_layout\", LIBRARY.GTK);
409 	Linker.link(gtk_draw_resize_grip, \"gtk_draw_resize_grip\", LIBRARY.GTK);
410 	Linker.link(gtk_paint_arrow, \"gtk_paint_arrow\", LIBRARY.GTK);
411 	Linker.link(gtk_paint_box, \"gtk_paint_box\", LIBRARY.GTK);
412 	Linker.link(gtk_paint_box_gap, \"gtk_paint_box_gap\", LIBRARY.GTK);
413 	Linker.link(gtk_paint_check, \"gtk_paint_check\", LIBRARY.GTK);
414 	Linker.link(gtk_paint_diamond, \"gtk_paint_diamond\", LIBRARY.GTK);
415 	Linker.link(gtk_paint_extension, \"gtk_paint_extension\", LIBRARY.GTK);
416 	Linker.link(gtk_paint_flat_box, \"gtk_paint_flat_box\", LIBRARY.GTK);
417 	Linker.link(gtk_paint_focus, \"gtk_paint_focus\", LIBRARY.GTK);
418 	Linker.link(gtk_paint_handle, \"gtk_paint_handle\", LIBRARY.GTK);
419 	Linker.link(gtk_paint_hline, \"gtk_paint_hline\", LIBRARY.GTK);
420 	Linker.link(gtk_paint_option, \"gtk_paint_option\", LIBRARY.GTK);
421 	Linker.link(gtk_paint_polygon, \"gtk_paint_polygon\", LIBRARY.GTK);
422 	Linker.link(gtk_paint_shadow, \"gtk_paint_shadow\", LIBRARY.GTK);
423 	Linker.link(gtk_paint_shadow_gap, \"gtk_paint_shadow_gap\", LIBRARY.GTK);
424 	Linker.link(gtk_paint_slider, \"gtk_paint_slider\", LIBRARY.GTK);
425 	Linker.link(gtk_paint_spinner, \"gtk_paint_spinner\", LIBRARY.GTK);
426 	Linker.link(gtk_paint_string, \"gtk_paint_string\", LIBRARY.GTK);
427 	Linker.link(gtk_paint_tab, \"gtk_paint_tab\", LIBRARY.GTK);
428 	Linker.link(gtk_paint_vline, \"gtk_paint_vline\", LIBRARY.GTK);
429 	Linker.link(gtk_paint_expander, \"gtk_paint_expander\", LIBRARY.GTK);
430 	Linker.link(gtk_paint_layout, \"gtk_paint_layout\", LIBRARY.GTK);
431 	Linker.link(gtk_paint_resize_grip, \"gtk_paint_resize_grip\", LIBRARY.GTK);
432 	Linker.link(gtk_draw_insertion_cursor, \"gtk_draw_insertion_cursor\", LIBRARY.GTK);
433 
434 	// gtk.Border
435 
436 	Linker.link(gtk_border_new, \"gtk_border_new\", LIBRARY.GTK);
437 	Linker.link(gtk_border_copy, \"gtk_border_copy\", LIBRARY.GTK);
438 	Linker.link(gtk_border_free, \"gtk_border_free\", LIBRARY.GTK);
439 
440 	// gtk.TargetList
441 
442 	Linker.link(gtk_target_list_new, \"gtk_target_list_new\", LIBRARY.GTK);
443 	Linker.link(gtk_target_list_ref, \"gtk_target_list_ref\", LIBRARY.GTK);
444 	Linker.link(gtk_target_list_unref, \"gtk_target_list_unref\", LIBRARY.GTK);
445 	Linker.link(gtk_target_list_add, \"gtk_target_list_add\", LIBRARY.GTK);
446 	Linker.link(gtk_target_list_add_table, \"gtk_target_list_add_table\", LIBRARY.GTK);
447 	Linker.link(gtk_target_list_add_text_targets, \"gtk_target_list_add_text_targets\", LIBRARY.GTK);
448 	Linker.link(gtk_target_list_add_image_targets, \"gtk_target_list_add_image_targets\", LIBRARY.GTK);
449 	Linker.link(gtk_target_list_add_uri_targets, \"gtk_target_list_add_uri_targets\", LIBRARY.GTK);
450 	Linker.link(gtk_target_list_add_rich_text_targets, \"gtk_target_list_add_rich_text_targets\", LIBRARY.GTK);
451 	Linker.link(gtk_target_list_remove, \"gtk_target_list_remove\", LIBRARY.GTK);
452 	Linker.link(gtk_target_list_find, \"gtk_target_list_find\", LIBRARY.GTK);
453 	Linker.link(gtk_target_table_free, \"gtk_target_table_free\", LIBRARY.GTK);
454 	Linker.link(gtk_target_table_new_from_list, \"gtk_target_table_new_from_list\", LIBRARY.GTK);
455 	Linker.link(gtk_targets_include_image, \"gtk_targets_include_image\", LIBRARY.GTK);
456 	Linker.link(gtk_targets_include_text, \"gtk_targets_include_text\", LIBRARY.GTK);
457 	Linker.link(gtk_targets_include_uri, \"gtk_targets_include_uri\", LIBRARY.GTK);
458 	Linker.link(gtk_targets_include_rich_text, \"gtk_targets_include_rich_text\", LIBRARY.GTK);
459 
460 	// gtk.Selections
461 
462 	Linker.link(gtk_selection_owner_set, \"gtk_selection_owner_set\", LIBRARY.GTK);
463 	Linker.link(gtk_selection_owner_set_for_display, \"gtk_selection_owner_set_for_display\", LIBRARY.GTK);
464 	Linker.link(gtk_selection_add_target, \"gtk_selection_add_target\", LIBRARY.GTK);
465 	Linker.link(gtk_selection_add_targets, \"gtk_selection_add_targets\", LIBRARY.GTK);
466 	Linker.link(gtk_selection_clear_targets, \"gtk_selection_clear_targets\", LIBRARY.GTK);
467 	Linker.link(gtk_selection_convert, \"gtk_selection_convert\", LIBRARY.GTK);
468 	Linker.link(gtk_selection_data_set, \"gtk_selection_data_set\", LIBRARY.GTK);
469 	Linker.link(gtk_selection_data_set_text, \"gtk_selection_data_set_text\", LIBRARY.GTK);
470 	Linker.link(gtk_selection_data_get_text, \"gtk_selection_data_get_text\", LIBRARY.GTK);
471 	Linker.link(gtk_selection_data_set_pixbuf, \"gtk_selection_data_set_pixbuf\", LIBRARY.GTK);
472 	Linker.link(gtk_selection_data_get_pixbuf, \"gtk_selection_data_get_pixbuf\", LIBRARY.GTK);
473 	Linker.link(gtk_selection_data_set_uris, \"gtk_selection_data_set_uris\", LIBRARY.GTK);
474 	Linker.link(gtk_selection_data_get_uris, \"gtk_selection_data_get_uris\", LIBRARY.GTK);
475 	Linker.link(gtk_selection_data_get_targets, \"gtk_selection_data_get_targets\", LIBRARY.GTK);
476 	Linker.link(gtk_selection_data_targets_include_image, \"gtk_selection_data_targets_include_image\", LIBRARY.GTK);
477 	Linker.link(gtk_selection_data_targets_include_text, \"gtk_selection_data_targets_include_text\", LIBRARY.GTK);
478 	Linker.link(gtk_selection_data_targets_include_uri, \"gtk_selection_data_targets_include_uri\", LIBRARY.GTK);
479 	Linker.link(gtk_selection_data_targets_include_rich_text, \"gtk_selection_data_targets_include_rich_text\", LIBRARY.GTK);
480 	Linker.link(gtk_selection_data_get_selection, \"gtk_selection_data_get_selection\", LIBRARY.GTK);
481 	Linker.link(gtk_selection_data_get_data, \"gtk_selection_data_get_data\", LIBRARY.GTK);
482 	Linker.link(gtk_selection_data_get_length, \"gtk_selection_data_get_length\", LIBRARY.GTK);
483 	Linker.link(gtk_selection_data_get_data_type, \"gtk_selection_data_get_data_type\", LIBRARY.GTK);
484 	Linker.link(gtk_selection_data_get_display, \"gtk_selection_data_get_display\", LIBRARY.GTK);
485 	Linker.link(gtk_selection_data_get_format, \"gtk_selection_data_get_format\", LIBRARY.GTK);
486 	Linker.link(gtk_selection_data_get_target, \"gtk_selection_data_get_target\", LIBRARY.GTK);
487 	Linker.link(gtk_selection_remove_all, \"gtk_selection_remove_all\", LIBRARY.GTK);
488 	Linker.link(gtk_selection_clear, \"gtk_selection_clear\", LIBRARY.GTK);
489 	Linker.link(gtk_selection_data_copy, \"gtk_selection_data_copy\", LIBRARY.GTK);
490 	Linker.link(gtk_selection_data_free, \"gtk_selection_data_free\", LIBRARY.GTK);
491 
492 	// gtk.Version
493 
494 	Linker.link(gtk_check_version, \"gtk_check_version\", LIBRARY.GTK);
495 
496 	// gtk.Signals
497 
498 	Linker.link(gtk_signal_new, \"gtk_signal_new\", LIBRARY.GTK);
499 	Linker.link(gtk_signal_newv, \"gtk_signal_newv\", LIBRARY.GTK);
500 	Linker.link(gtk_signal_emit, \"gtk_signal_emit\", LIBRARY.GTK);
501 	Linker.link(gtk_signal_emit_by_name, \"gtk_signal_emit_by_name\", LIBRARY.GTK);
502 	Linker.link(gtk_signal_emitv, \"gtk_signal_emitv\", LIBRARY.GTK);
503 	Linker.link(gtk_signal_emitv_by_name, \"gtk_signal_emitv_by_name\", LIBRARY.GTK);
504 	Linker.link(gtk_signal_emit_stop_by_name, \"gtk_signal_emit_stop_by_name\", LIBRARY.GTK);
505 	Linker.link(gtk_signal_connect_full, \"gtk_signal_connect_full\", LIBRARY.GTK);
506 	Linker.link(gtk_signal_connect_while_alive, \"gtk_signal_connect_while_alive\", LIBRARY.GTK);
507 	Linker.link(gtk_signal_connect_object_while_alive, \"gtk_signal_connect_object_while_alive\", LIBRARY.GTK);
508 
509 	// gtk.Types
510 
511 	Linker.link(gtk_type_init, \"gtk_type_init\", LIBRARY.GTK);
512 	Linker.link(gtk_type_unique, \"gtk_type_unique\", LIBRARY.GTK);
513 	Linker.link(gtk_type_class, \"gtk_type_class\", LIBRARY.GTK);
514 	Linker.link(gtk_type_new, \"gtk_type_new\", LIBRARY.GTK);
515 	Linker.link(gtk_type_enum_get_values, \"gtk_type_enum_get_values\", LIBRARY.GTK);
516 	Linker.link(gtk_type_flags_get_values, \"gtk_type_flags_get_values\", LIBRARY.GTK);
517 	Linker.link(gtk_type_enum_find_value, \"gtk_type_enum_find_value\", LIBRARY.GTK);
518 	Linker.link(gtk_type_flags_find_value, \"gtk_type_flags_find_value\", LIBRARY.GTK);
519 
520 	// gtk.Testing
521 
522 	Linker.link(gtk_test_create_simple_window, \"gtk_test_create_simple_window\", LIBRARY.GTK);
523 	Linker.link(gtk_test_create_widget, \"gtk_test_create_widget\", LIBRARY.GTK);
524 	Linker.link(gtk_test_display_button_window, \"gtk_test_display_button_window\", LIBRARY.GTK);
525 	Linker.link(gtk_test_find_label, \"gtk_test_find_label\", LIBRARY.GTK);
526 	Linker.link(gtk_test_find_sibling, \"gtk_test_find_sibling\", LIBRARY.GTK);
527 	Linker.link(gtk_test_find_widget, \"gtk_test_find_widget\", LIBRARY.GTK);
528 	Linker.link(gtk_test_init, \"gtk_test_init\", LIBRARY.GTK);
529 	Linker.link(gtk_test_list_all_types, \"gtk_test_list_all_types\", LIBRARY.GTK);
530 	Linker.link(gtk_test_register_all_types, \"gtk_test_register_all_types\", LIBRARY.GTK);
531 	Linker.link(gtk_test_slider_get_value, \"gtk_test_slider_get_value\", LIBRARY.GTK);
532 	Linker.link(gtk_test_slider_set_perc, \"gtk_test_slider_set_perc\", LIBRARY.GTK);
533 	Linker.link(gtk_test_spin_button_click, \"gtk_test_spin_button_click\", LIBRARY.GTK);
534 	Linker.link(gtk_test_text_get, \"gtk_test_text_get\", LIBRARY.GTK);
535 	Linker.link(gtk_test_text_set, \"gtk_test_text_set\", LIBRARY.GTK);
536 	Linker.link(gtk_test_widget_click, \"gtk_test_widget_click\", LIBRARY.GTK);
537 	Linker.link(gtk_test_widget_send_key, \"gtk_test_widget_send_key\", LIBRARY.GTK);
538 
539 	// gtk.MountOperation
540 
541 	Linker.link(gtk_mount_operation_new, \"gtk_mount_operation_new\", LIBRARY.GTK);
542 	Linker.link(gtk_mount_operation_is_showing, \"gtk_mount_operation_is_showing\", LIBRARY.GTK);
543 	Linker.link(gtk_mount_operation_set_parent, \"gtk_mount_operation_set_parent\", LIBRARY.GTK);
544 	Linker.link(gtk_mount_operation_get_parent, \"gtk_mount_operation_get_parent\", LIBRARY.GTK);
545 	Linker.link(gtk_mount_operation_set_screen, \"gtk_mount_operation_set_screen\", LIBRARY.GTK);
546 	Linker.link(gtk_mount_operation_get_screen, \"gtk_mount_operation_get_screen\", LIBRARY.GTK);
547 	Linker.link(gtk_show_uri, \"gtk_show_uri\", LIBRARY.GTK);
548 
549 	// gtk.Dialog
550 
551 	Linker.link(gtk_dialog_new, \"gtk_dialog_new\", LIBRARY.GTK);
552 	Linker.link(gtk_dialog_new_with_buttons, \"gtk_dialog_new_with_buttons\", LIBRARY.GTK);
553 	Linker.link(gtk_dialog_run, \"gtk_dialog_run\", LIBRARY.GTK);
554 	Linker.link(gtk_dialog_response, \"gtk_dialog_response\", LIBRARY.GTK);
555 	Linker.link(gtk_dialog_add_button, \"gtk_dialog_add_button\", LIBRARY.GTK);
556 	Linker.link(gtk_dialog_add_buttons, \"gtk_dialog_add_buttons\", LIBRARY.GTK);
557 	Linker.link(gtk_dialog_add_action_widget, \"gtk_dialog_add_action_widget\", LIBRARY.GTK);
558 	Linker.link(gtk_dialog_get_has_separator, \"gtk_dialog_get_has_separator\", LIBRARY.GTK);
559 	Linker.link(gtk_dialog_set_default_response, \"gtk_dialog_set_default_response\", LIBRARY.GTK);
560 	Linker.link(gtk_dialog_set_has_separator, \"gtk_dialog_set_has_separator\", LIBRARY.GTK);
561 	Linker.link(gtk_dialog_set_response_sensitive, \"gtk_dialog_set_response_sensitive\", LIBRARY.GTK);
562 	Linker.link(gtk_dialog_get_response_for_widget, \"gtk_dialog_get_response_for_widget\", LIBRARY.GTK);
563 	Linker.link(gtk_dialog_get_widget_for_response, \"gtk_dialog_get_widget_for_response\", LIBRARY.GTK);
564 	Linker.link(gtk_dialog_get_action_area, \"gtk_dialog_get_action_area\", LIBRARY.GTK);
565 	Linker.link(gtk_dialog_get_content_area, \"gtk_dialog_get_content_area\", LIBRARY.GTK);
566 	Linker.link(gtk_alternative_dialog_button_order, \"gtk_alternative_dialog_button_order\", LIBRARY.GTK);
567 	Linker.link(gtk_dialog_set_alternative_button_order, \"gtk_dialog_set_alternative_button_order\", LIBRARY.GTK);
568 	Linker.link(gtk_dialog_set_alternative_button_order_from_array, \"gtk_dialog_set_alternative_button_order_from_array\", LIBRARY.GTK);
569 
570 	// gtk.Invisible
571 
572 	Linker.link(gtk_invisible_new, \"gtk_invisible_new\", LIBRARY.GTK);
573 	Linker.link(gtk_invisible_new_for_screen, \"gtk_invisible_new_for_screen\", LIBRARY.GTK);
574 	Linker.link(gtk_invisible_set_screen, \"gtk_invisible_set_screen\", LIBRARY.GTK);
575 	Linker.link(gtk_invisible_get_screen, \"gtk_invisible_get_screen\", LIBRARY.GTK);
576 
577 	// gtk.MessageDialog
578 
579 	Linker.link(gtk_message_dialog_new, \"gtk_message_dialog_new\", LIBRARY.GTK);
580 	Linker.link(gtk_message_dialog_new_with_markup, \"gtk_message_dialog_new_with_markup\", LIBRARY.GTK);
581 	Linker.link(gtk_message_dialog_set_markup, \"gtk_message_dialog_set_markup\", LIBRARY.GTK);
582 	Linker.link(gtk_message_dialog_set_image, \"gtk_message_dialog_set_image\", LIBRARY.GTK);
583 	Linker.link(gtk_message_dialog_get_image, \"gtk_message_dialog_get_image\", LIBRARY.GTK);
584 	Linker.link(gtk_message_dialog_get_message_area, \"gtk_message_dialog_get_message_area\", LIBRARY.GTK);
585 	Linker.link(gtk_message_dialog_format_secondary_text, \"gtk_message_dialog_format_secondary_text\", LIBRARY.GTK);
586 	Linker.link(gtk_message_dialog_format_secondary_markup, \"gtk_message_dialog_format_secondary_markup\", LIBRARY.GTK);
587 
588 	// gtk.PopupBox
589 
590 
591 	// gtk.Window
592 
593 	Linker.link(gtk_window_set_default_icon_from_file, \"gtk_window_set_default_icon_from_file\", LIBRARY.GTK);
594 	Linker.link(gtk_window_set_icon_from_file, \"gtk_window_set_icon_from_file\", LIBRARY.GTK);
595 	Linker.link(gtk_window_new, \"gtk_window_new\", LIBRARY.GTK);
596 	Linker.link(gtk_window_set_title, \"gtk_window_set_title\", LIBRARY.GTK);
597 	Linker.link(gtk_window_set_wmclass, \"gtk_window_set_wmclass\", LIBRARY.GTK);
598 	Linker.link(gtk_window_set_policy, \"gtk_window_set_policy\", LIBRARY.GTK);
599 	Linker.link(gtk_window_set_resizable, \"gtk_window_set_resizable\", LIBRARY.GTK);
600 	Linker.link(gtk_window_get_resizable, \"gtk_window_get_resizable\", LIBRARY.GTK);
601 	Linker.link(gtk_window_add_accel_group, \"gtk_window_add_accel_group\", LIBRARY.GTK);
602 	Linker.link(gtk_window_remove_accel_group, \"gtk_window_remove_accel_group\", LIBRARY.GTK);
603 	Linker.link(gtk_window_activate_focus, \"gtk_window_activate_focus\", LIBRARY.GTK);
604 	Linker.link(gtk_window_activate_default, \"gtk_window_activate_default\", LIBRARY.GTK);
605 	Linker.link(gtk_window_set_modal, \"gtk_window_set_modal\", LIBRARY.GTK);
606 	Linker.link(gtk_window_set_default_size, \"gtk_window_set_default_size\", LIBRARY.GTK);
607 	Linker.link(gtk_window_set_geometry_hints, \"gtk_window_set_geometry_hints\", LIBRARY.GTK);
608 	Linker.link(gtk_window_set_gravity, \"gtk_window_set_gravity\", LIBRARY.GTK);
609 	Linker.link(gtk_window_get_gravity, \"gtk_window_get_gravity\", LIBRARY.GTK);
610 	Linker.link(gtk_window_set_position, \"gtk_window_set_position\", LIBRARY.GTK);
611 	Linker.link(gtk_window_set_transient_for, \"gtk_window_set_transient_for\", LIBRARY.GTK);
612 	Linker.link(gtk_window_set_destroy_with_parent, \"gtk_window_set_destroy_with_parent\", LIBRARY.GTK);
613 	Linker.link(gtk_window_set_screen, \"gtk_window_set_screen\", LIBRARY.GTK);
614 	Linker.link(gtk_window_get_screen, \"gtk_window_get_screen\", LIBRARY.GTK);
615 	Linker.link(gtk_window_is_active, \"gtk_window_is_active\", LIBRARY.GTK);
616 	Linker.link(gtk_window_has_toplevel_focus, \"gtk_window_has_toplevel_focus\", LIBRARY.GTK);
617 	Linker.link(gtk_window_list_toplevels, \"gtk_window_list_toplevels\", LIBRARY.GTK);
618 	Linker.link(gtk_window_add_mnemonic, \"gtk_window_add_mnemonic\", LIBRARY.GTK);
619 	Linker.link(gtk_window_remove_mnemonic, \"gtk_window_remove_mnemonic\", LIBRARY.GTK);
620 	Linker.link(gtk_window_mnemonic_activate, \"gtk_window_mnemonic_activate\", LIBRARY.GTK);
621 	Linker.link(gtk_window_activate_key, \"gtk_window_activate_key\", LIBRARY.GTK);
622 	Linker.link(gtk_window_propagate_key_event, \"gtk_window_propagate_key_event\", LIBRARY.GTK);
623 	Linker.link(gtk_window_get_focus, \"gtk_window_get_focus\", LIBRARY.GTK);
624 	Linker.link(gtk_window_set_focus, \"gtk_window_set_focus\", LIBRARY.GTK);
625 	Linker.link(gtk_window_get_default_widget, \"gtk_window_get_default_widget\", LIBRARY.GTK);
626 	Linker.link(gtk_window_set_default, \"gtk_window_set_default\", LIBRARY.GTK);
627 	Linker.link(gtk_window_present, \"gtk_window_present\", LIBRARY.GTK);
628 	Linker.link(gtk_window_present_with_time, \"gtk_window_present_with_time\", LIBRARY.GTK);
629 	Linker.link(gtk_window_iconify, \"gtk_window_iconify\", LIBRARY.GTK);
630 	Linker.link(gtk_window_deiconify, \"gtk_window_deiconify\", LIBRARY.GTK);
631 	Linker.link(gtk_window_stick, \"gtk_window_stick\", LIBRARY.GTK);
632 	Linker.link(gtk_window_unstick, \"gtk_window_unstick\", LIBRARY.GTK);
633 	Linker.link(gtk_window_maximize, \"gtk_window_maximize\", LIBRARY.GTK);
634 	Linker.link(gtk_window_unmaximize, \"gtk_window_unmaximize\", LIBRARY.GTK);
635 	Linker.link(gtk_window_fullscreen, \"gtk_window_fullscreen\", LIBRARY.GTK);
636 	Linker.link(gtk_window_unfullscreen, \"gtk_window_unfullscreen\", LIBRARY.GTK);
637 	Linker.link(gtk_window_set_keep_above, \"gtk_window_set_keep_above\", LIBRARY.GTK);
638 	Linker.link(gtk_window_set_keep_below, \"gtk_window_set_keep_below\", LIBRARY.GTK);
639 	Linker.link(gtk_window_begin_resize_drag, \"gtk_window_begin_resize_drag\", LIBRARY.GTK);
640 	Linker.link(gtk_window_begin_move_drag, \"gtk_window_begin_move_drag\", LIBRARY.GTK);
641 	Linker.link(gtk_window_set_decorated, \"gtk_window_set_decorated\", LIBRARY.GTK);
642 	Linker.link(gtk_window_set_deletable, \"gtk_window_set_deletable\", LIBRARY.GTK);
643 	Linker.link(gtk_window_set_frame_dimensions, \"gtk_window_set_frame_dimensions\", LIBRARY.GTK);
644 	Linker.link(gtk_window_set_has_frame, \"gtk_window_set_has_frame\", LIBRARY.GTK);
645 	Linker.link(gtk_window_set_mnemonic_modifier, \"gtk_window_set_mnemonic_modifier\", LIBRARY.GTK);
646 	Linker.link(gtk_window_set_type_hint, \"gtk_window_set_type_hint\", LIBRARY.GTK);
647 	Linker.link(gtk_window_set_skip_taskbar_hint, \"gtk_window_set_skip_taskbar_hint\", LIBRARY.GTK);
648 	Linker.link(gtk_window_set_skip_pager_hint, \"gtk_window_set_skip_pager_hint\", LIBRARY.GTK);
649 	Linker.link(gtk_window_set_urgency_hint, \"gtk_window_set_urgency_hint\", LIBRARY.GTK);
650 	Linker.link(gtk_window_set_accept_focus, \"gtk_window_set_accept_focus\", LIBRARY.GTK);
651 	Linker.link(gtk_window_set_focus_on_map, \"gtk_window_set_focus_on_map\", LIBRARY.GTK);
652 	Linker.link(gtk_window_set_startup_id, \"gtk_window_set_startup_id\", LIBRARY.GTK);
653 	Linker.link(gtk_window_set_role, \"gtk_window_set_role\", LIBRARY.GTK);
654 	Linker.link(gtk_window_get_decorated, \"gtk_window_get_decorated\", LIBRARY.GTK);
655 	Linker.link(gtk_window_get_deletable, \"gtk_window_get_deletable\", LIBRARY.GTK);
656 	Linker.link(gtk_window_get_default_icon_list, \"gtk_window_get_default_icon_list\", LIBRARY.GTK);
657 	Linker.link(gtk_window_get_default_icon_name, \"gtk_window_get_default_icon_name\", LIBRARY.GTK);
658 	Linker.link(gtk_window_get_default_size, \"gtk_window_get_default_size\", LIBRARY.GTK);
659 	Linker.link(gtk_window_get_destroy_with_parent, \"gtk_window_get_destroy_with_parent\", LIBRARY.GTK);
660 	Linker.link(gtk_window_get_frame_dimensions, \"gtk_window_get_frame_dimensions\", LIBRARY.GTK);
661 	Linker.link(gtk_window_get_has_frame, \"gtk_window_get_has_frame\", LIBRARY.GTK);
662 	Linker.link(gtk_window_get_icon, \"gtk_window_get_icon\", LIBRARY.GTK);
663 	Linker.link(gtk_window_get_icon_list, \"gtk_window_get_icon_list\", LIBRARY.GTK);
664 	Linker.link(gtk_window_get_icon_name, \"gtk_window_get_icon_name\", LIBRARY.GTK);
665 	Linker.link(gtk_window_get_mnemonic_modifier, \"gtk_window_get_mnemonic_modifier\", LIBRARY.GTK);
666 	Linker.link(gtk_window_get_modal, \"gtk_window_get_modal\", LIBRARY.GTK);
667 	Linker.link(gtk_window_get_position, \"gtk_window_get_position\", LIBRARY.GTK);
668 	Linker.link(gtk_window_get_role, \"gtk_window_get_role\", LIBRARY.GTK);
669 	Linker.link(gtk_window_get_size, \"gtk_window_get_size\", LIBRARY.GTK);
670 	Linker.link(gtk_window_get_title, \"gtk_window_get_title\", LIBRARY.GTK);
671 	Linker.link(gtk_window_get_transient_for, \"gtk_window_get_transient_for\", LIBRARY.GTK);
672 	Linker.link(gtk_window_get_type_hint, \"gtk_window_get_type_hint\", LIBRARY.GTK);
673 	Linker.link(gtk_window_get_skip_taskbar_hint, \"gtk_window_get_skip_taskbar_hint\", LIBRARY.GTK);
674 	Linker.link(gtk_window_get_skip_pager_hint, \"gtk_window_get_skip_pager_hint\", LIBRARY.GTK);
675 	Linker.link(gtk_window_get_urgency_hint, \"gtk_window_get_urgency_hint\", LIBRARY.GTK);
676 	Linker.link(gtk_window_get_accept_focus, \"gtk_window_get_accept_focus\", LIBRARY.GTK);
677 	Linker.link(gtk_window_get_focus_on_map, \"gtk_window_get_focus_on_map\", LIBRARY.GTK);
678 	Linker.link(gtk_window_get_group, \"gtk_window_get_group\", LIBRARY.GTK);
679 	Linker.link(gtk_window_has_group, \"gtk_window_has_group\", LIBRARY.GTK);
680 	Linker.link(gtk_window_get_window_type, \"gtk_window_get_window_type\", LIBRARY.GTK);
681 	Linker.link(gtk_window_move, \"gtk_window_move\", LIBRARY.GTK);
682 	Linker.link(gtk_window_parse_geometry, \"gtk_window_parse_geometry\", LIBRARY.GTK);
683 	Linker.link(gtk_window_reshow_with_initial_size, \"gtk_window_reshow_with_initial_size\", LIBRARY.GTK);
684 	Linker.link(gtk_window_resize, \"gtk_window_resize\", LIBRARY.GTK);
685 	Linker.link(gtk_window_set_default_icon_list, \"gtk_window_set_default_icon_list\", LIBRARY.GTK);
686 	Linker.link(gtk_window_set_default_icon, \"gtk_window_set_default_icon\", LIBRARY.GTK);
687 	Linker.link(gtk_window_set_default_icon_name, \"gtk_window_set_default_icon_name\", LIBRARY.GTK);
688 	Linker.link(gtk_window_set_icon, \"gtk_window_set_icon\", LIBRARY.GTK);
689 	Linker.link(gtk_window_set_icon_list, \"gtk_window_set_icon_list\", LIBRARY.GTK);
690 	Linker.link(gtk_window_set_icon_name, \"gtk_window_set_icon_name\", LIBRARY.GTK);
691 	Linker.link(gtk_window_set_auto_startup_notification, \"gtk_window_set_auto_startup_notification\", LIBRARY.GTK);
692 	Linker.link(gtk_window_get_opacity, \"gtk_window_get_opacity\", LIBRARY.GTK);
693 	Linker.link(gtk_window_set_opacity, \"gtk_window_set_opacity\", LIBRARY.GTK);
694 	Linker.link(gtk_window_get_mnemonics_visible, \"gtk_window_get_mnemonics_visible\", LIBRARY.GTK);
695 	Linker.link(gtk_window_set_mnemonics_visible, \"gtk_window_set_mnemonics_visible\", LIBRARY.GTK);
696 
697 	// gtk.
698 
699 
700 	// gtk.WindowGroup
701 
702 	Linker.link(gtk_window_group_new, \"gtk_window_group_new\", LIBRARY.GTK);
703 	Linker.link(gtk_window_group_add_window, \"gtk_window_group_add_window\", LIBRARY.GTK);
704 	Linker.link(gtk_window_group_remove_window, \"gtk_window_group_remove_window\", LIBRARY.GTK);
705 	Linker.link(gtk_window_group_list_windows, \"gtk_window_group_list_windows\", LIBRARY.GTK);
706 	Linker.link(gtk_window_group_get_current_grab, \"gtk_window_group_get_current_grab\", LIBRARY.GTK);
707 
708 	// gtk.AboutDialog
709 
710 	Linker.link(gtk_about_dialog_new, \"gtk_about_dialog_new\", LIBRARY.GTK);
711 	Linker.link(gtk_about_dialog_get_name, \"gtk_about_dialog_get_name\", LIBRARY.GTK);
712 	Linker.link(gtk_about_dialog_set_name, \"gtk_about_dialog_set_name\", LIBRARY.GTK);
713 	Linker.link(gtk_about_dialog_get_program_name, \"gtk_about_dialog_get_program_name\", LIBRARY.GTK);
714 	Linker.link(gtk_about_dialog_set_program_name, \"gtk_about_dialog_set_program_name\", LIBRARY.GTK);
715 	Linker.link(gtk_about_dialog_get_version, \"gtk_about_dialog_get_version\", LIBRARY.GTK);
716 	Linker.link(gtk_about_dialog_set_version, \"gtk_about_dialog_set_version\", LIBRARY.GTK);
717 	Linker.link(gtk_about_dialog_get_copyright, \"gtk_about_dialog_get_copyright\", LIBRARY.GTK);
718 	Linker.link(gtk_about_dialog_set_copyright, \"gtk_about_dialog_set_copyright\", LIBRARY.GTK);
719 	Linker.link(gtk_about_dialog_get_comments, \"gtk_about_dialog_get_comments\", LIBRARY.GTK);
720 	Linker.link(gtk_about_dialog_set_comments, \"gtk_about_dialog_set_comments\", LIBRARY.GTK);
721 	Linker.link(gtk_about_dialog_get_license, \"gtk_about_dialog_get_license\", LIBRARY.GTK);
722 	Linker.link(gtk_about_dialog_set_license, \"gtk_about_dialog_set_license\", LIBRARY.GTK);
723 	Linker.link(gtk_about_dialog_get_wrap_license, \"gtk_about_dialog_get_wrap_license\", LIBRARY.GTK);
724 	Linker.link(gtk_about_dialog_set_wrap_license, \"gtk_about_dialog_set_wrap_license\", LIBRARY.GTK);
725 	Linker.link(gtk_about_dialog_get_website, \"gtk_about_dialog_get_website\", LIBRARY.GTK);
726 	Linker.link(gtk_about_dialog_set_website, \"gtk_about_dialog_set_website\", LIBRARY.GTK);
727 	Linker.link(gtk_about_dialog_get_website_label, \"gtk_about_dialog_get_website_label\", LIBRARY.GTK);
728 	Linker.link(gtk_about_dialog_set_website_label, \"gtk_about_dialog_set_website_label\", LIBRARY.GTK);
729 	Linker.link(gtk_about_dialog_get_authors, \"gtk_about_dialog_get_authors\", LIBRARY.GTK);
730 	Linker.link(gtk_about_dialog_set_authors, \"gtk_about_dialog_set_authors\", LIBRARY.GTK);
731 	Linker.link(gtk_about_dialog_get_artists, \"gtk_about_dialog_get_artists\", LIBRARY.GTK);
732 	Linker.link(gtk_about_dialog_set_artists, \"gtk_about_dialog_set_artists\", LIBRARY.GTK);
733 	Linker.link(gtk_about_dialog_get_documenters, \"gtk_about_dialog_get_documenters\", LIBRARY.GTK);
734 	Linker.link(gtk_about_dialog_set_documenters, \"gtk_about_dialog_set_documenters\", LIBRARY.GTK);
735 	Linker.link(gtk_about_dialog_get_translator_credits, \"gtk_about_dialog_get_translator_credits\", LIBRARY.GTK);
736 	Linker.link(gtk_about_dialog_set_translator_credits, \"gtk_about_dialog_set_translator_credits\", LIBRARY.GTK);
737 	Linker.link(gtk_about_dialog_get_logo, \"gtk_about_dialog_get_logo\", LIBRARY.GTK);
738 	Linker.link(gtk_about_dialog_set_logo, \"gtk_about_dialog_set_logo\", LIBRARY.GTK);
739 	Linker.link(gtk_about_dialog_get_logo_icon_name, \"gtk_about_dialog_get_logo_icon_name\", LIBRARY.GTK);
740 	Linker.link(gtk_about_dialog_set_logo_icon_name, \"gtk_about_dialog_set_logo_icon_name\", LIBRARY.GTK);
741 	Linker.link(gtk_about_dialog_set_email_hook, \"gtk_about_dialog_set_email_hook\", LIBRARY.GTK);
742 	Linker.link(gtk_about_dialog_set_url_hook, \"gtk_about_dialog_set_url_hook\", LIBRARY.GTK);
743 	Linker.link(gtk_show_about_dialog, \"gtk_show_about_dialog\", LIBRARY.GTK);
744 
745 	// gtk.Assistant
746 
747 	Linker.link(gtk_assistant_new, \"gtk_assistant_new\", LIBRARY.GTK);
748 	Linker.link(gtk_assistant_get_current_page, \"gtk_assistant_get_current_page\", LIBRARY.GTK);
749 	Linker.link(gtk_assistant_set_current_page, \"gtk_assistant_set_current_page\", LIBRARY.GTK);
750 	Linker.link(gtk_assistant_get_n_pages, \"gtk_assistant_get_n_pages\", LIBRARY.GTK);
751 	Linker.link(gtk_assistant_get_nth_page, \"gtk_assistant_get_nth_page\", LIBRARY.GTK);
752 	Linker.link(gtk_assistant_prepend_page, \"gtk_assistant_prepend_page\", LIBRARY.GTK);
753 	Linker.link(gtk_assistant_append_page, \"gtk_assistant_append_page\", LIBRARY.GTK);
754 	Linker.link(gtk_assistant_insert_page, \"gtk_assistant_insert_page\", LIBRARY.GTK);
755 	Linker.link(gtk_assistant_set_forward_page_func, \"gtk_assistant_set_forward_page_func\", LIBRARY.GTK);
756 	Linker.link(gtk_assistant_set_page_type, \"gtk_assistant_set_page_type\", LIBRARY.GTK);
757 	Linker.link(gtk_assistant_get_page_type, \"gtk_assistant_get_page_type\", LIBRARY.GTK);
758 	Linker.link(gtk_assistant_set_page_title, \"gtk_assistant_set_page_title\", LIBRARY.GTK);
759 	Linker.link(gtk_assistant_get_page_title, \"gtk_assistant_get_page_title\", LIBRARY.GTK);
760 	Linker.link(gtk_assistant_set_page_header_image, \"gtk_assistant_set_page_header_image\", LIBRARY.GTK);
761 	Linker.link(gtk_assistant_get_page_header_image, \"gtk_assistant_get_page_header_image\", LIBRARY.GTK);
762 	Linker.link(gtk_assistant_set_page_side_image, \"gtk_assistant_set_page_side_image\", LIBRARY.GTK);
763 	Linker.link(gtk_assistant_get_page_side_image, \"gtk_assistant_get_page_side_image\", LIBRARY.GTK);
764 	Linker.link(gtk_assistant_set_page_complete, \"gtk_assistant_set_page_complete\", LIBRARY.GTK);
765 	Linker.link(gtk_assistant_get_page_complete, \"gtk_assistant_get_page_complete\", LIBRARY.GTK);
766 	Linker.link(gtk_assistant_add_action_widget, \"gtk_assistant_add_action_widget\", LIBRARY.GTK);
767 	Linker.link(gtk_assistant_remove_action_widget, \"gtk_assistant_remove_action_widget\", LIBRARY.GTK);
768 	Linker.link(gtk_assistant_update_buttons_state, \"gtk_assistant_update_buttons_state\", LIBRARY.GTK);
769 	Linker.link(gtk_assistant_commit, \"gtk_assistant_commit\", LIBRARY.GTK);
770 
771 	// gtk.OffscreenWindow
772 
773 	Linker.link(gtk_offscreen_window_new, \"gtk_offscreen_window_new\", LIBRARY.GTK);
774 	Linker.link(gtk_offscreen_window_get_pixmap, \"gtk_offscreen_window_get_pixmap\", LIBRARY.GTK);
775 	Linker.link(gtk_offscreen_window_get_pixbuf, \"gtk_offscreen_window_get_pixbuf\", LIBRARY.GTK);
776 
777 	// gtk.AccelLabel
778 
779 	Linker.link(gtk_accel_label_new, \"gtk_accel_label_new\", LIBRARY.GTK);
780 	Linker.link(gtk_accel_label_set_accel_closure, \"gtk_accel_label_set_accel_closure\", LIBRARY.GTK);
781 	Linker.link(gtk_accel_label_get_accel_widget, \"gtk_accel_label_get_accel_widget\", LIBRARY.GTK);
782 	Linker.link(gtk_accel_label_set_accel_widget, \"gtk_accel_label_set_accel_widget\", LIBRARY.GTK);
783 	Linker.link(gtk_accel_label_get_accel_width, \"gtk_accel_label_get_accel_width\", LIBRARY.GTK);
784 	Linker.link(gtk_accel_label_refetch, \"gtk_accel_label_refetch\", LIBRARY.GTK);
785 
786 	// gtk.Image
787 
788 	Linker.link(gtk_image_get_icon_set, \"gtk_image_get_icon_set\", LIBRARY.GTK);
789 	Linker.link(gtk_image_get_image, \"gtk_image_get_image\", LIBRARY.GTK);
790 	Linker.link(gtk_image_get_pixbuf, \"gtk_image_get_pixbuf\", LIBRARY.GTK);
791 	Linker.link(gtk_image_get_pixmap, \"gtk_image_get_pixmap\", LIBRARY.GTK);
792 	Linker.link(gtk_image_get_stock, \"gtk_image_get_stock\", LIBRARY.GTK);
793 	Linker.link(gtk_image_get_animation, \"gtk_image_get_animation\", LIBRARY.GTK);
794 	Linker.link(gtk_image_get_icon_name, \"gtk_image_get_icon_name\", LIBRARY.GTK);
795 	Linker.link(gtk_image_get_gicon, \"gtk_image_get_gicon\", LIBRARY.GTK);
796 	Linker.link(gtk_image_get_storage_type, \"gtk_image_get_storage_type\", LIBRARY.GTK);
797 	Linker.link(gtk_image_new_from_file, \"gtk_image_new_from_file\", LIBRARY.GTK);
798 	Linker.link(gtk_image_new_from_icon_set, \"gtk_image_new_from_icon_set\", LIBRARY.GTK);
799 	Linker.link(gtk_image_new_from_image, \"gtk_image_new_from_image\", LIBRARY.GTK);
800 	Linker.link(gtk_image_new_from_pixbuf, \"gtk_image_new_from_pixbuf\", LIBRARY.GTK);
801 	Linker.link(gtk_image_new_from_pixmap, \"gtk_image_new_from_pixmap\", LIBRARY.GTK);
802 	Linker.link(gtk_image_new_from_stock, \"gtk_image_new_from_stock\", LIBRARY.GTK);
803 	Linker.link(gtk_image_new_from_animation, \"gtk_image_new_from_animation\", LIBRARY.GTK);
804 	Linker.link(gtk_image_new_from_icon_name, \"gtk_image_new_from_icon_name\", LIBRARY.GTK);
805 	Linker.link(gtk_image_new_from_gicon, \"gtk_image_new_from_gicon\", LIBRARY.GTK);
806 	Linker.link(gtk_image_set_from_file, \"gtk_image_set_from_file\", LIBRARY.GTK);
807 	Linker.link(gtk_image_set_from_icon_set, \"gtk_image_set_from_icon_set\", LIBRARY.GTK);
808 	Linker.link(gtk_image_set_from_image, \"gtk_image_set_from_image\", LIBRARY.GTK);
809 	Linker.link(gtk_image_set_from_pixbuf, \"gtk_image_set_from_pixbuf\", LIBRARY.GTK);
810 	Linker.link(gtk_image_set_from_pixmap, \"gtk_image_set_from_pixmap\", LIBRARY.GTK);
811 	Linker.link(gtk_image_set_from_stock, \"gtk_image_set_from_stock\", LIBRARY.GTK);
812 	Linker.link(gtk_image_set_from_animation, \"gtk_image_set_from_animation\", LIBRARY.GTK);
813 	Linker.link(gtk_image_set_from_icon_name, \"gtk_image_set_from_icon_name\", LIBRARY.GTK);
814 	Linker.link(gtk_image_set_from_gicon, \"gtk_image_set_from_gicon\", LIBRARY.GTK);
815 	Linker.link(gtk_image_clear, \"gtk_image_clear\", LIBRARY.GTK);
816 	Linker.link(gtk_image_new, \"gtk_image_new\", LIBRARY.GTK);
817 	Linker.link(gtk_image_set, \"gtk_image_set\", LIBRARY.GTK);
818 	Linker.link(gtk_image_get, \"gtk_image_get\", LIBRARY.GTK);
819 	Linker.link(gtk_image_set_pixel_size, \"gtk_image_set_pixel_size\", LIBRARY.GTK);
820 	Linker.link(gtk_image_get_pixel_size, \"gtk_image_get_pixel_size\", LIBRARY.GTK);
821 
822 	// gtk.Label
823 
824 	Linker.link(gtk_label_new, \"gtk_label_new\", LIBRARY.GTK);
825 	Linker.link(gtk_label_set_text, \"gtk_label_set_text\", LIBRARY.GTK);
826 	Linker.link(gtk_label_set_attributes, \"gtk_label_set_attributes\", LIBRARY.GTK);
827 	Linker.link(gtk_label_set_markup, \"gtk_label_set_markup\", LIBRARY.GTK);
828 	Linker.link(gtk_label_set_markup_with_mnemonic, \"gtk_label_set_markup_with_mnemonic\", LIBRARY.GTK);
829 	Linker.link(gtk_label_set_pattern, \"gtk_label_set_pattern\", LIBRARY.GTK);
830 	Linker.link(gtk_label_set_justify, \"gtk_label_set_justify\", LIBRARY.GTK);
831 	Linker.link(gtk_label_set_ellipsize, \"gtk_label_set_ellipsize\", LIBRARY.GTK);
832 	Linker.link(gtk_label_set_width_chars, \"gtk_label_set_width_chars\", LIBRARY.GTK);
833 	Linker.link(gtk_label_set_max_width_chars, \"gtk_label_set_max_width_chars\", LIBRARY.GTK);
834 	Linker.link(gtk_label_get, \"gtk_label_get\", LIBRARY.GTK);
835 	Linker.link(gtk_label_parse_uline, \"gtk_label_parse_uline\", LIBRARY.GTK);
836 	Linker.link(gtk_label_set_line_wrap, \"gtk_label_set_line_wrap\", LIBRARY.GTK);
837 	Linker.link(gtk_label_set_line_wrap_mode, \"gtk_label_set_line_wrap_mode\", LIBRARY.GTK);
838 	Linker.link(gtk_label_get_layout_offsets, \"gtk_label_get_layout_offsets\", LIBRARY.GTK);
839 	Linker.link(gtk_label_get_mnemonic_keyval, \"gtk_label_get_mnemonic_keyval\", LIBRARY.GTK);
840 	Linker.link(gtk_label_get_selectable, \"gtk_label_get_selectable\", LIBRARY.GTK);
841 	Linker.link(gtk_label_get_text, \"gtk_label_get_text\", LIBRARY.GTK);
842 	Linker.link(gtk_label_new_with_mnemonic, \"gtk_label_new_with_mnemonic\", LIBRARY.GTK);
843 	Linker.link(gtk_label_select_region, \"gtk_label_select_region\", LIBRARY.GTK);
844 	Linker.link(gtk_label_set_mnemonic_widget, \"gtk_label_set_mnemonic_widget\", LIBRARY.GTK);
845 	Linker.link(gtk_label_set_selectable, \"gtk_label_set_selectable\", LIBRARY.GTK);
846 	Linker.link(gtk_label_set_text_with_mnemonic, \"gtk_label_set_text_with_mnemonic\", LIBRARY.GTK);
847 	Linker.link(gtk_label_get_attributes, \"gtk_label_get_attributes\", LIBRARY.GTK);
848 	Linker.link(gtk_label_get_justify, \"gtk_label_get_justify\", LIBRARY.GTK);
849 	Linker.link(gtk_label_get_ellipsize, \"gtk_label_get_ellipsize\", LIBRARY.GTK);
850 	Linker.link(gtk_label_get_width_chars, \"gtk_label_get_width_chars\", LIBRARY.GTK);
851 	Linker.link(gtk_label_get_max_width_chars, \"gtk_label_get_max_width_chars\", LIBRARY.GTK);
852 	Linker.link(gtk_label_get_label, \"gtk_label_get_label\", LIBRARY.GTK);
853 	Linker.link(gtk_label_get_layout, \"gtk_label_get_layout\", LIBRARY.GTK);
854 	Linker.link(gtk_label_get_line_wrap, \"gtk_label_get_line_wrap\", LIBRARY.GTK);
855 	Linker.link(gtk_label_get_line_wrap_mode, \"gtk_label_get_line_wrap_mode\", LIBRARY.GTK);
856 	Linker.link(gtk_label_get_mnemonic_widget, \"gtk_label_get_mnemonic_widget\", LIBRARY.GTK);
857 	Linker.link(gtk_label_get_selection_bounds, \"gtk_label_get_selection_bounds\", LIBRARY.GTK);
858 	Linker.link(gtk_label_get_use_markup, \"gtk_label_get_use_markup\", LIBRARY.GTK);
859 	Linker.link(gtk_label_get_use_underline, \"gtk_label_get_use_underline\", LIBRARY.GTK);
860 	Linker.link(gtk_label_get_single_line_mode, \"gtk_label_get_single_line_mode\", LIBRARY.GTK);
861 	Linker.link(gtk_label_get_angle, \"gtk_label_get_angle\", LIBRARY.GTK);
862 	Linker.link(gtk_label_set_label, \"gtk_label_set_label\", LIBRARY.GTK);
863 	Linker.link(gtk_label_set_use_markup, \"gtk_label_set_use_markup\", LIBRARY.GTK);
864 	Linker.link(gtk_label_set_use_underline, \"gtk_label_set_use_underline\", LIBRARY.GTK);
865 	Linker.link(gtk_label_set_single_line_mode, \"gtk_label_set_single_line_mode\", LIBRARY.GTK);
866 	Linker.link(gtk_label_set_angle, \"gtk_label_set_angle\", LIBRARY.GTK);
867 	Linker.link(gtk_label_get_current_uri, \"gtk_label_get_current_uri\", LIBRARY.GTK);
868 	Linker.link(gtk_label_set_track_visited_links, \"gtk_label_set_track_visited_links\", LIBRARY.GTK);
869 	Linker.link(gtk_label_get_track_visited_links, \"gtk_label_get_track_visited_links\", LIBRARY.GTK);
870 
871 	// gtk.ProgressBar
872 
873 	Linker.link(gtk_progress_bar_new, \"gtk_progress_bar_new\", LIBRARY.GTK);
874 	Linker.link(gtk_progress_bar_pulse, \"gtk_progress_bar_pulse\", LIBRARY.GTK);
875 	Linker.link(gtk_progress_bar_set_text, \"gtk_progress_bar_set_text\", LIBRARY.GTK);
876 	Linker.link(gtk_progress_bar_set_fraction, \"gtk_progress_bar_set_fraction\", LIBRARY.GTK);
877 	Linker.link(gtk_progress_bar_set_pulse_step, \"gtk_progress_bar_set_pulse_step\", LIBRARY.GTK);
878 	Linker.link(gtk_progress_bar_set_orientation, \"gtk_progress_bar_set_orientation\", LIBRARY.GTK);
879 	Linker.link(gtk_progress_bar_set_ellipsize, \"gtk_progress_bar_set_ellipsize\", LIBRARY.GTK);
880 	Linker.link(gtk_progress_bar_get_text, \"gtk_progress_bar_get_text\", LIBRARY.GTK);
881 	Linker.link(gtk_progress_bar_get_fraction, \"gtk_progress_bar_get_fraction\", LIBRARY.GTK);
882 	Linker.link(gtk_progress_bar_get_pulse_step, \"gtk_progress_bar_get_pulse_step\", LIBRARY.GTK);
883 	Linker.link(gtk_progress_bar_get_orientation, \"gtk_progress_bar_get_orientation\", LIBRARY.GTK);
884 	Linker.link(gtk_progress_bar_get_ellipsize, \"gtk_progress_bar_get_ellipsize\", LIBRARY.GTK);
885 	Linker.link(gtk_progress_bar_new_with_adjustment, \"gtk_progress_bar_new_with_adjustment\", LIBRARY.GTK);
886 	Linker.link(gtk_progress_bar_set_bar_style, \"gtk_progress_bar_set_bar_style\", LIBRARY.GTK);
887 	Linker.link(gtk_progress_bar_set_discrete_blocks, \"gtk_progress_bar_set_discrete_blocks\", LIBRARY.GTK);
888 	Linker.link(gtk_progress_bar_set_activity_step, \"gtk_progress_bar_set_activity_step\", LIBRARY.GTK);
889 	Linker.link(gtk_progress_bar_set_activity_blocks, \"gtk_progress_bar_set_activity_blocks\", LIBRARY.GTK);
890 	Linker.link(gtk_progress_bar_update, \"gtk_progress_bar_update\", LIBRARY.GTK);
891 
892 	// gtk.Statusbar
893 
894 	Linker.link(gtk_statusbar_new, \"gtk_statusbar_new\", LIBRARY.GTK);
895 	Linker.link(gtk_statusbar_get_context_id, \"gtk_statusbar_get_context_id\", LIBRARY.GTK);
896 	Linker.link(gtk_statusbar_push, \"gtk_statusbar_push\", LIBRARY.GTK);
897 	Linker.link(gtk_statusbar_pop, \"gtk_statusbar_pop\", LIBRARY.GTK);
898 	Linker.link(gtk_statusbar_remove, \"gtk_statusbar_remove\", LIBRARY.GTK);
899 	Linker.link(gtk_statusbar_remove_all, \"gtk_statusbar_remove_all\", LIBRARY.GTK);
900 	Linker.link(gtk_statusbar_set_has_resize_grip, \"gtk_statusbar_set_has_resize_grip\", LIBRARY.GTK);
901 	Linker.link(gtk_statusbar_get_has_resize_grip, \"gtk_statusbar_get_has_resize_grip\", LIBRARY.GTK);
902 	Linker.link(gtk_statusbar_get_message_area, \"gtk_statusbar_get_message_area\", LIBRARY.GTK);
903 
904 	// gtk.InfoBar
905 
906 	Linker.link(gtk_info_bar_new, \"gtk_info_bar_new\", LIBRARY.GTK);
907 	Linker.link(gtk_info_bar_new_with_buttons, \"gtk_info_bar_new_with_buttons\", LIBRARY.GTK);
908 	Linker.link(gtk_info_bar_add_action_widget, \"gtk_info_bar_add_action_widget\", LIBRARY.GTK);
909 	Linker.link(gtk_info_bar_add_button, \"gtk_info_bar_add_button\", LIBRARY.GTK);
910 	Linker.link(gtk_info_bar_add_buttons, \"gtk_info_bar_add_buttons\", LIBRARY.GTK);
911 	Linker.link(gtk_info_bar_set_response_sensitive, \"gtk_info_bar_set_response_sensitive\", LIBRARY.GTK);
912 	Linker.link(gtk_info_bar_set_default_response, \"gtk_info_bar_set_default_response\", LIBRARY.GTK);
913 	Linker.link(gtk_info_bar_response, \"gtk_info_bar_response\", LIBRARY.GTK);
914 	Linker.link(gtk_info_bar_set_message_type, \"gtk_info_bar_set_message_type\", LIBRARY.GTK);
915 	Linker.link(gtk_info_bar_get_message_type, \"gtk_info_bar_get_message_type\", LIBRARY.GTK);
916 	Linker.link(gtk_info_bar_get_action_area, \"gtk_info_bar_get_action_area\", LIBRARY.GTK);
917 	Linker.link(gtk_info_bar_get_content_area, \"gtk_info_bar_get_content_area\", LIBRARY.GTK);
918 
919 	// gtk.StatusIcon
920 
921 	Linker.link(gtk_status_icon_new, \"gtk_status_icon_new\", LIBRARY.GTK);
922 	Linker.link(gtk_status_icon_new_from_pixbuf, \"gtk_status_icon_new_from_pixbuf\", LIBRARY.GTK);
923 	Linker.link(gtk_status_icon_new_from_file, \"gtk_status_icon_new_from_file\", LIBRARY.GTK);
924 	Linker.link(gtk_status_icon_new_from_stock, \"gtk_status_icon_new_from_stock\", LIBRARY.GTK);
925 	Linker.link(gtk_status_icon_new_from_icon_name, \"gtk_status_icon_new_from_icon_name\", LIBRARY.GTK);
926 	Linker.link(gtk_status_icon_new_from_gicon, \"gtk_status_icon_new_from_gicon\", LIBRARY.GTK);
927 	Linker.link(gtk_status_icon_set_from_pixbuf, \"gtk_status_icon_set_from_pixbuf\", LIBRARY.GTK);
928 	Linker.link(gtk_status_icon_set_from_file, \"gtk_status_icon_set_from_file\", LIBRARY.GTK);
929 	Linker.link(gtk_status_icon_set_from_stock, \"gtk_status_icon_set_from_stock\", LIBRARY.GTK);
930 	Linker.link(gtk_status_icon_set_from_icon_name, \"gtk_status_icon_set_from_icon_name\", LIBRARY.GTK);
931 	Linker.link(gtk_status_icon_set_from_gicon, \"gtk_status_icon_set_from_gicon\", LIBRARY.GTK);
932 	Linker.link(gtk_status_icon_get_storage_type, \"gtk_status_icon_get_storage_type\", LIBRARY.GTK);
933 	Linker.link(gtk_status_icon_get_pixbuf, \"gtk_status_icon_get_pixbuf\", LIBRARY.GTK);
934 	Linker.link(gtk_status_icon_get_stock, \"gtk_status_icon_get_stock\", LIBRARY.GTK);
935 	Linker.link(gtk_status_icon_get_icon_name, \"gtk_status_icon_get_icon_name\", LIBRARY.GTK);
936 	Linker.link(gtk_status_icon_get_gicon, \"gtk_status_icon_get_gicon\", LIBRARY.GTK);
937 	Linker.link(gtk_status_icon_get_size, \"gtk_status_icon_get_size\", LIBRARY.GTK);
938 	Linker.link(gtk_status_icon_set_screen, \"gtk_status_icon_set_screen\", LIBRARY.GTK);
939 	Linker.link(gtk_status_icon_get_screen, \"gtk_status_icon_get_screen\", LIBRARY.GTK);
940 	Linker.link(gtk_status_icon_set_tooltip, \"gtk_status_icon_set_tooltip\", LIBRARY.GTK);
941 	Linker.link(gtk_status_icon_set_tooltip_text, \"gtk_status_icon_set_tooltip_text\", LIBRARY.GTK);
942 	Linker.link(gtk_status_icon_get_tooltip_text, \"gtk_status_icon_get_tooltip_text\", LIBRARY.GTK);
943 	Linker.link(gtk_status_icon_set_tooltip_markup, \"gtk_status_icon_set_tooltip_markup\", LIBRARY.GTK);
944 	Linker.link(gtk_status_icon_get_tooltip_markup, \"gtk_status_icon_get_tooltip_markup\", LIBRARY.GTK);
945 	Linker.link(gtk_status_icon_set_has_tooltip, \"gtk_status_icon_set_has_tooltip\", LIBRARY.GTK);
946 	Linker.link(gtk_status_icon_get_has_tooltip, \"gtk_status_icon_get_has_tooltip\", LIBRARY.GTK);
947 	Linker.link(gtk_status_icon_set_title, \"gtk_status_icon_set_title\", LIBRARY.GTK);
948 	Linker.link(gtk_status_icon_get_title, \"gtk_status_icon_get_title\", LIBRARY.GTK);
949 	Linker.link(gtk_status_icon_set_name, \"gtk_status_icon_set_name\", LIBRARY.GTK);
950 	Linker.link(gtk_status_icon_set_visible, \"gtk_status_icon_set_visible\", LIBRARY.GTK);
951 	Linker.link(gtk_status_icon_get_visible, \"gtk_status_icon_get_visible\", LIBRARY.GTK);
952 	Linker.link(gtk_status_icon_set_blinking, \"gtk_status_icon_set_blinking\", LIBRARY.GTK);
953 	Linker.link(gtk_status_icon_get_blinking, \"gtk_status_icon_get_blinking\", LIBRARY.GTK);
954 	Linker.link(gtk_status_icon_is_embedded, \"gtk_status_icon_is_embedded\", LIBRARY.GTK);
955 	Linker.link(gtk_status_icon_position_menu, \"gtk_status_icon_position_menu\", LIBRARY.GTK);
956 	Linker.link(gtk_status_icon_get_geometry, \"gtk_status_icon_get_geometry\", LIBRARY.GTK);
957 	Linker.link(gtk_status_icon_get_x11_window_id, \"gtk_status_icon_get_x11_window_id\", LIBRARY.GTK);
958 
959 	// gtk.Spinner
960 
961 	Linker.link(gtk_spinner_new, \"gtk_spinner_new\", LIBRARY.GTK);
962 	Linker.link(gtk_spinner_start, \"gtk_spinner_start\", LIBRARY.GTK);
963 	Linker.link(gtk_spinner_stop, \"gtk_spinner_stop\", LIBRARY.GTK);
964 
965 	// gtk.Button
966 
967 	Linker.link(gtk_button_new, \"gtk_button_new\", LIBRARY.GTK);
968 	Linker.link(gtk_button_new_with_label, \"gtk_button_new_with_label\", LIBRARY.GTK);
969 	Linker.link(gtk_button_new_with_mnemonic, \"gtk_button_new_with_mnemonic\", LIBRARY.GTK);
970 	Linker.link(gtk_button_new_from_stock, \"gtk_button_new_from_stock\", LIBRARY.GTK);
971 	Linker.link(gtk_button_pressed, \"gtk_button_pressed\", LIBRARY.GTK);
972 	Linker.link(gtk_button_released, \"gtk_button_released\", LIBRARY.GTK);
973 	Linker.link(gtk_button_clicked, \"gtk_button_clicked\", LIBRARY.GTK);
974 	Linker.link(gtk_button_enter, \"gtk_button_enter\", LIBRARY.GTK);
975 	Linker.link(gtk_button_leave, \"gtk_button_leave\", LIBRARY.GTK);
976 	Linker.link(gtk_button_set_relief, \"gtk_button_set_relief\", LIBRARY.GTK);
977 	Linker.link(gtk_button_get_relief, \"gtk_button_get_relief\", LIBRARY.GTK);
978 	Linker.link(gtk_button_get_label, \"gtk_button_get_label\", LIBRARY.GTK);
979 	Linker.link(gtk_button_set_label, \"gtk_button_set_label\", LIBRARY.GTK);
980 	Linker.link(gtk_button_get_use_stock, \"gtk_button_get_use_stock\", LIBRARY.GTK);
981 	Linker.link(gtk_button_set_use_stock, \"gtk_button_set_use_stock\", LIBRARY.GTK);
982 	Linker.link(gtk_button_get_use_underline, \"gtk_button_get_use_underline\", LIBRARY.GTK);
983 	Linker.link(gtk_button_set_use_underline, \"gtk_button_set_use_underline\", LIBRARY.GTK);
984 	Linker.link(gtk_button_set_focus_on_click, \"gtk_button_set_focus_on_click\", LIBRARY.GTK);
985 	Linker.link(gtk_button_get_focus_on_click, \"gtk_button_get_focus_on_click\", LIBRARY.GTK);
986 	Linker.link(gtk_button_set_alignment, \"gtk_button_set_alignment\", LIBRARY.GTK);
987 	Linker.link(gtk_button_get_alignment, \"gtk_button_get_alignment\", LIBRARY.GTK);
988 	Linker.link(gtk_button_set_image, \"gtk_button_set_image\", LIBRARY.GTK);
989 	Linker.link(gtk_button_get_image, \"gtk_button_get_image\", LIBRARY.GTK);
990 	Linker.link(gtk_button_set_image_position, \"gtk_button_set_image_position\", LIBRARY.GTK);
991 	Linker.link(gtk_button_get_image_position, \"gtk_button_get_image_position\", LIBRARY.GTK);
992 	Linker.link(gtk_button_get_event_window, \"gtk_button_get_event_window\", LIBRARY.GTK);
993 
994 	// gtk.CheckButton
995 
996 	Linker.link(gtk_check_button_new, \"gtk_check_button_new\", LIBRARY.GTK);
997 	Linker.link(gtk_check_button_new_with_label, \"gtk_check_button_new_with_label\", LIBRARY.GTK);
998 	Linker.link(gtk_check_button_new_with_mnemonic, \"gtk_check_button_new_with_mnemonic\", LIBRARY.GTK);
999 
1000 	// gtk.RadioButton
1001 
1002 	Linker.link(gtk_radio_button_new, \"gtk_radio_button_new\", LIBRARY.GTK);
1003 	Linker.link(gtk_radio_button_new_from_widget, \"gtk_radio_button_new_from_widget\", LIBRARY.GTK);
1004 	Linker.link(gtk_radio_button_new_with_label, \"gtk_radio_button_new_with_label\", LIBRARY.GTK);
1005 	Linker.link(gtk_radio_button_new_with_label_from_widget, \"gtk_radio_button_new_with_label_from_widget\", LIBRARY.GTK);
1006 	Linker.link(gtk_radio_button_new_with_mnemonic, \"gtk_radio_button_new_with_mnemonic\", LIBRARY.GTK);
1007 	Linker.link(gtk_radio_button_new_with_mnemonic_from_widget, \"gtk_radio_button_new_with_mnemonic_from_widget\", LIBRARY.GTK);
1008 	Linker.link(gtk_radio_button_set_group, \"gtk_radio_button_set_group\", LIBRARY.GTK);
1009 	Linker.link(gtk_radio_button_get_group, \"gtk_radio_button_get_group\", LIBRARY.GTK);
1010 
1011 	// gtk.ToggleButton
1012 
1013 	Linker.link(gtk_toggle_button_new, \"gtk_toggle_button_new\", LIBRARY.GTK);
1014 	Linker.link(gtk_toggle_button_new_with_label, \"gtk_toggle_button_new_with_label\", LIBRARY.GTK);
1015 	Linker.link(gtk_toggle_button_new_with_mnemonic, \"gtk_toggle_button_new_with_mnemonic\", LIBRARY.GTK);
1016 	Linker.link(gtk_toggle_button_set_mode, \"gtk_toggle_button_set_mode\", LIBRARY.GTK);
1017 	Linker.link(gtk_toggle_button_get_mode, \"gtk_toggle_button_get_mode\", LIBRARY.GTK);
1018 	Linker.link(gtk_toggle_button_toggled, \"gtk_toggle_button_toggled\", LIBRARY.GTK);
1019 	Linker.link(gtk_toggle_button_get_active, \"gtk_toggle_button_get_active\", LIBRARY.GTK);
1020 	Linker.link(gtk_toggle_button_set_active, \"gtk_toggle_button_set_active\", LIBRARY.GTK);
1021 	Linker.link(gtk_toggle_button_get_inconsistent, \"gtk_toggle_button_get_inconsistent\", LIBRARY.GTK);
1022 	Linker.link(gtk_toggle_button_set_inconsistent, \"gtk_toggle_button_set_inconsistent\", LIBRARY.GTK);
1023 
1024 	// gtk.LinkButton
1025 
1026 	Linker.link(gtk_link_button_new, \"gtk_link_button_new\", LIBRARY.GTK);
1027 	Linker.link(gtk_link_button_new_with_label, \"gtk_link_button_new_with_label\", LIBRARY.GTK);
1028 	Linker.link(gtk_link_button_get_uri, \"gtk_link_button_get_uri\", LIBRARY.GTK);
1029 	Linker.link(gtk_link_button_set_uri, \"gtk_link_button_set_uri\", LIBRARY.GTK);
1030 	Linker.link(gtk_link_button_set_uri_hook, \"gtk_link_button_set_uri_hook\", LIBRARY.GTK);
1031 	Linker.link(gtk_link_button_get_visited, \"gtk_link_button_get_visited\", LIBRARY.GTK);
1032 	Linker.link(gtk_link_button_set_visited, \"gtk_link_button_set_visited\", LIBRARY.GTK);
1033 
1034 	// gtk.ScaleButton
1035 
1036 	Linker.link(gtk_scale_button_new, \"gtk_scale_button_new\", LIBRARY.GTK);
1037 	Linker.link(gtk_scale_button_set_adjustment, \"gtk_scale_button_set_adjustment\", LIBRARY.GTK);
1038 	Linker.link(gtk_scale_button_set_icons, \"gtk_scale_button_set_icons\", LIBRARY.GTK);
1039 	Linker.link(gtk_scale_button_set_value, \"gtk_scale_button_set_value\", LIBRARY.GTK);
1040 	Linker.link(gtk_scale_button_get_adjustment, \"gtk_scale_button_get_adjustment\", LIBRARY.GTK);
1041 	Linker.link(gtk_scale_button_get_value, \"gtk_scale_button_get_value\", LIBRARY.GTK);
1042 	Linker.link(gtk_scale_button_get_popup, \"gtk_scale_button_get_popup\", LIBRARY.GTK);
1043 	Linker.link(gtk_scale_button_get_plus_button, \"gtk_scale_button_get_plus_button\", LIBRARY.GTK);
1044 	Linker.link(gtk_scale_button_get_minus_button, \"gtk_scale_button_get_minus_button\", LIBRARY.GTK);
1045 	Linker.link(gtk_scale_button_set_orientation, \"gtk_scale_button_set_orientation\", LIBRARY.GTK);
1046 	Linker.link(gtk_scale_button_get_orientation, \"gtk_scale_button_get_orientation\", LIBRARY.GTK);
1047 
1048 	// gtk.VolumeButton
1049 
1050 	Linker.link(gtk_volume_button_new, \"gtk_volume_button_new\", LIBRARY.GTK);
1051 
1052 	// gtk.Entry
1053 
1054 	Linker.link(gtk_entry_new, \"gtk_entry_new\", LIBRARY.GTK);
1055 	Linker.link(gtk_entry_new_with_buffer, \"gtk_entry_new_with_buffer\", LIBRARY.GTK);
1056 	Linker.link(gtk_entry_new_with_max_length, \"gtk_entry_new_with_max_length\", LIBRARY.GTK);
1057 	Linker.link(gtk_entry_get_buffer, \"gtk_entry_get_buffer\", LIBRARY.GTK);
1058 	Linker.link(gtk_entry_set_buffer, \"gtk_entry_set_buffer\", LIBRARY.GTK);
1059 	Linker.link(gtk_entry_set_text, \"gtk_entry_set_text\", LIBRARY.GTK);
1060 	Linker.link(gtk_entry_append_text, \"gtk_entry_append_text\", LIBRARY.GTK);
1061 	Linker.link(gtk_entry_prepend_text, \"gtk_entry_prepend_text\", LIBRARY.GTK);
1062 	Linker.link(gtk_entry_set_position, \"gtk_entry_set_position\", LIBRARY.GTK);
1063 	Linker.link(gtk_entry_get_text, \"gtk_entry_get_text\", LIBRARY.GTK);
1064 	Linker.link(gtk_entry_get_text_length, \"gtk_entry_get_text_length\", LIBRARY.GTK);
1065 	Linker.link(gtk_entry_select_region, \"gtk_entry_select_region\", LIBRARY.GTK);
1066 	Linker.link(gtk_entry_set_visibility, \"gtk_entry_set_visibility\", LIBRARY.GTK);
1067 	Linker.link(gtk_entry_set_invisible_char, \"gtk_entry_set_invisible_char\", LIBRARY.GTK);
1068 	Linker.link(gtk_entry_unset_invisible_char, \"gtk_entry_unset_invisible_char\", LIBRARY.GTK);
1069 	Linker.link(gtk_entry_set_editable, \"gtk_entry_set_editable\", LIBRARY.GTK);
1070 	Linker.link(gtk_entry_set_max_length, \"gtk_entry_set_max_length\", LIBRARY.GTK);
1071 	Linker.link(gtk_entry_get_activates_default, \"gtk_entry_get_activates_default\", LIBRARY.GTK);
1072 	Linker.link(gtk_entry_get_has_frame, \"gtk_entry_get_has_frame\", LIBRARY.GTK);
1073 	Linker.link(gtk_entry_get_inner_border, \"gtk_entry_get_inner_border\", LIBRARY.GTK);
1074 	Linker.link(gtk_entry_get_width_chars, \"gtk_entry_get_width_chars\", LIBRARY.GTK);
1075 	Linker.link(gtk_entry_set_activates_default, \"gtk_entry_set_activates_default\", LIBRARY.GTK);
1076 	Linker.link(gtk_entry_set_has_frame, \"gtk_entry_set_has_frame\", LIBRARY.GTK);
1077 	Linker.link(gtk_entry_set_inner_border, \"gtk_entry_set_inner_border\", LIBRARY.GTK);
1078 	Linker.link(gtk_entry_set_width_chars, \"gtk_entry_set_width_chars\", LIBRARY.GTK);
1079 	Linker.link(gtk_entry_get_invisible_char, \"gtk_entry_get_invisible_char\", LIBRARY.GTK);
1080 	Linker.link(gtk_entry_set_alignment, \"gtk_entry_set_alignment\", LIBRARY.GTK);
1081 	Linker.link(gtk_entry_get_alignment, \"gtk_entry_get_alignment\", LIBRARY.GTK);
1082 	Linker.link(gtk_entry_set_overwrite_mode, \"gtk_entry_set_overwrite_mode\", LIBRARY.GTK);
1083 	Linker.link(gtk_entry_get_overwrite_mode, \"gtk_entry_get_overwrite_mode\", LIBRARY.GTK);
1084 	Linker.link(gtk_entry_get_layout, \"gtk_entry_get_layout\", LIBRARY.GTK);
1085 	Linker.link(gtk_entry_get_layout_offsets, \"gtk_entry_get_layout_offsets\", LIBRARY.GTK);
1086 	Linker.link(gtk_entry_layout_index_to_text_index, \"gtk_entry_layout_index_to_text_index\", LIBRARY.GTK);
1087 	Linker.link(gtk_entry_text_index_to_layout_index, \"gtk_entry_text_index_to_layout_index\", LIBRARY.GTK);
1088 	Linker.link(gtk_entry_get_max_length, \"gtk_entry_get_max_length\", LIBRARY.GTK);
1089 	Linker.link(gtk_entry_get_visibility, \"gtk_entry_get_visibility\", LIBRARY.GTK);
1090 	Linker.link(gtk_entry_set_completion, \"gtk_entry_set_completion\", LIBRARY.GTK);
1091 	Linker.link(gtk_entry_get_completion, \"gtk_entry_get_completion\", LIBRARY.GTK);
1092 	Linker.link(gtk_entry_set_cursor_hadjustment, \"gtk_entry_set_cursor_hadjustment\", LIBRARY.GTK);
1093 	Linker.link(gtk_entry_get_cursor_hadjustment, \"gtk_entry_get_cursor_hadjustment\", LIBRARY.GTK);
1094 	Linker.link(gtk_entry_set_progress_fraction, \"gtk_entry_set_progress_fraction\", LIBRARY.GTK);
1095 	Linker.link(gtk_entry_get_progress_fraction, \"gtk_entry_get_progress_fraction\", LIBRARY.GTK);
1096 	Linker.link(gtk_entry_set_progress_pulse_step, \"gtk_entry_set_progress_pulse_step\", LIBRARY.GTK);
1097 	Linker.link(gtk_entry_get_progress_pulse_step, \"gtk_entry_get_progress_pulse_step\", LIBRARY.GTK);
1098 	Linker.link(gtk_entry_progress_pulse, \"gtk_entry_progress_pulse\", LIBRARY.GTK);
1099 	Linker.link(gtk_entry_im_context_filter_keypress, \"gtk_entry_im_context_filter_keypress\", LIBRARY.GTK);
1100 	Linker.link(gtk_entry_reset_im_context, \"gtk_entry_reset_im_context\", LIBRARY.GTK);
1101 	Linker.link(gtk_entry_set_icon_from_pixbuf, \"gtk_entry_set_icon_from_pixbuf\", LIBRARY.GTK);
1102 	Linker.link(gtk_entry_set_icon_from_stock, \"gtk_entry_set_icon_from_stock\", LIBRARY.GTK);
1103 	Linker.link(gtk_entry_set_icon_from_icon_name, \"gtk_entry_set_icon_from_icon_name\", LIBRARY.GTK);
1104 	Linker.link(gtk_entry_set_icon_from_gicon, \"gtk_entry_set_icon_from_gicon\", LIBRARY.GTK);
1105 	Linker.link(gtk_entry_get_icon_storage_type, \"gtk_entry_get_icon_storage_type\", LIBRARY.GTK);
1106 	Linker.link(gtk_entry_get_icon_pixbuf, \"gtk_entry_get_icon_pixbuf\", LIBRARY.GTK);
1107 	Linker.link(gtk_entry_get_icon_stock, \"gtk_entry_get_icon_stock\", LIBRARY.GTK);
1108 	Linker.link(gtk_entry_get_icon_name, \"gtk_entry_get_icon_name\", LIBRARY.GTK);
1109 	Linker.link(gtk_entry_get_icon_gicon, \"gtk_entry_get_icon_gicon\", LIBRARY.GTK);
1110 	Linker.link(gtk_entry_set_icon_activatable, \"gtk_entry_set_icon_activatable\", LIBRARY.GTK);
1111 	Linker.link(gtk_entry_get_icon_activatable, \"gtk_entry_get_icon_activatable\", LIBRARY.GTK);
1112 	Linker.link(gtk_entry_set_icon_sensitive, \"gtk_entry_set_icon_sensitive\", LIBRARY.GTK);
1113 	Linker.link(gtk_entry_get_icon_sensitive, \"gtk_entry_get_icon_sensitive\", LIBRARY.GTK);
1114 	Linker.link(gtk_entry_get_icon_at_pos, \"gtk_entry_get_icon_at_pos\", LIBRARY.GTK);
1115 	Linker.link(gtk_entry_set_icon_tooltip_text, \"gtk_entry_set_icon_tooltip_text\", LIBRARY.GTK);
1116 	Linker.link(gtk_entry_get_icon_tooltip_text, \"gtk_entry_get_icon_tooltip_text\", LIBRARY.GTK);
1117 	Linker.link(gtk_entry_set_icon_tooltip_markup, \"gtk_entry_set_icon_tooltip_markup\", LIBRARY.GTK);
1118 	Linker.link(gtk_entry_get_icon_tooltip_markup, \"gtk_entry_get_icon_tooltip_markup\", LIBRARY.GTK);
1119 	Linker.link(gtk_entry_set_icon_drag_source, \"gtk_entry_set_icon_drag_source\", LIBRARY.GTK);
1120 	Linker.link(gtk_entry_get_current_icon_drag_source, \"gtk_entry_get_current_icon_drag_source\", LIBRARY.GTK);
1121 	Linker.link(gtk_entry_get_icon_window, \"gtk_entry_get_icon_window\", LIBRARY.GTK);
1122 	Linker.link(gtk_entry_get_text_window, \"gtk_entry_get_text_window\", LIBRARY.GTK);
1123 
1124 	// gtk.EntryBuffer
1125 
1126 	Linker.link(gtk_entry_buffer_new, \"gtk_entry_buffer_new\", LIBRARY.GTK);
1127 	Linker.link(gtk_entry_buffer_get_text, \"gtk_entry_buffer_get_text\", LIBRARY.GTK);
1128 	Linker.link(gtk_entry_buffer_set_text, \"gtk_entry_buffer_set_text\", LIBRARY.GTK);
1129 	Linker.link(gtk_entry_buffer_get_bytes, \"gtk_entry_buffer_get_bytes\", LIBRARY.GTK);
1130 	Linker.link(gtk_entry_buffer_get_length, \"gtk_entry_buffer_get_length\", LIBRARY.GTK);
1131 	Linker.link(gtk_entry_buffer_get_max_length, \"gtk_entry_buffer_get_max_length\", LIBRARY.GTK);
1132 	Linker.link(gtk_entry_buffer_set_max_length, \"gtk_entry_buffer_set_max_length\", LIBRARY.GTK);
1133 	Linker.link(gtk_entry_buffer_insert_text, \"gtk_entry_buffer_insert_text\", LIBRARY.GTK);
1134 	Linker.link(gtk_entry_buffer_delete_text, \"gtk_entry_buffer_delete_text\", LIBRARY.GTK);
1135 	Linker.link(gtk_entry_buffer_emit_deleted_text, \"gtk_entry_buffer_emit_deleted_text\", LIBRARY.GTK);
1136 	Linker.link(gtk_entry_buffer_emit_inserted_text, \"gtk_entry_buffer_emit_inserted_text\", LIBRARY.GTK);
1137 
1138 	// gtk.EntryCompletion
1139 
1140 	Linker.link(gtk_entry_completion_new, \"gtk_entry_completion_new\", LIBRARY.GTK);
1141 	Linker.link(gtk_entry_completion_get_entry, \"gtk_entry_completion_get_entry\", LIBRARY.GTK);
1142 	Linker.link(gtk_entry_completion_set_model, \"gtk_entry_completion_set_model\", LIBRARY.GTK);
1143 	Linker.link(gtk_entry_completion_get_model, \"gtk_entry_completion_get_model\", LIBRARY.GTK);
1144 	Linker.link(gtk_entry_completion_set_match_func, \"gtk_entry_completion_set_match_func\", LIBRARY.GTK);
1145 	Linker.link(gtk_entry_completion_set_minimum_key_length, \"gtk_entry_completion_set_minimum_key_length\", LIBRARY.GTK);
1146 	Linker.link(gtk_entry_completion_get_minimum_key_length, \"gtk_entry_completion_get_minimum_key_length\", LIBRARY.GTK);
1147 	Linker.link(gtk_entry_completion_complete, \"gtk_entry_completion_complete\", LIBRARY.GTK);
1148 	Linker.link(gtk_entry_completion_get_completion_prefix, \"gtk_entry_completion_get_completion_prefix\", LIBRARY.GTK);
1149 	Linker.link(gtk_entry_completion_insert_prefix, \"gtk_entry_completion_insert_prefix\", LIBRARY.GTK);
1150 	Linker.link(gtk_entry_completion_insert_action_text, \"gtk_entry_completion_insert_action_text\", LIBRARY.GTK);
1151 	Linker.link(gtk_entry_completion_insert_action_markup, \"gtk_entry_completion_insert_action_markup\", LIBRARY.GTK);
1152 	Linker.link(gtk_entry_completion_delete_action, \"gtk_entry_completion_delete_action\", LIBRARY.GTK);
1153 	Linker.link(gtk_entry_completion_set_text_column, \"gtk_entry_completion_set_text_column\", LIBRARY.GTK);
1154 	Linker.link(gtk_entry_completion_get_text_column, \"gtk_entry_completion_get_text_column\", LIBRARY.GTK);
1155 	Linker.link(gtk_entry_completion_set_inline_completion, \"gtk_entry_completion_set_inline_completion\", LIBRARY.GTK);
1156 	Linker.link(gtk_entry_completion_get_inline_completion, \"gtk_entry_completion_get_inline_completion\", LIBRARY.GTK);
1157 	Linker.link(gtk_entry_completion_set_inline_selection, \"gtk_entry_completion_set_inline_selection\", LIBRARY.GTK);
1158 	Linker.link(gtk_entry_completion_get_inline_selection, \"gtk_entry_completion_get_inline_selection\", LIBRARY.GTK);
1159 	Linker.link(gtk_entry_completion_set_popup_completion, \"gtk_entry_completion_set_popup_completion\", LIBRARY.GTK);
1160 	Linker.link(gtk_entry_completion_get_popup_completion, \"gtk_entry_completion_get_popup_completion\", LIBRARY.GTK);
1161 	Linker.link(gtk_entry_completion_set_popup_set_width, \"gtk_entry_completion_set_popup_set_width\", LIBRARY.GTK);
1162 	Linker.link(gtk_entry_completion_get_popup_set_width, \"gtk_entry_completion_get_popup_set_width\", LIBRARY.GTK);
1163 	Linker.link(gtk_entry_completion_set_popup_single_match, \"gtk_entry_completion_set_popup_single_match\", LIBRARY.GTK);
1164 	Linker.link(gtk_entry_completion_get_popup_single_match, \"gtk_entry_completion_get_popup_single_match\", LIBRARY.GTK);
1165 
1166 	// gtk.HScale
1167 
1168 	Linker.link(gtk_hscale_new, \"gtk_hscale_new\", LIBRARY.GTK);
1169 	Linker.link(gtk_hscale_new_with_range, \"gtk_hscale_new_with_range\", LIBRARY.GTK);
1170 
1171 	// gtk.VScale
1172 
1173 	Linker.link(gtk_vscale_new, \"gtk_vscale_new\", LIBRARY.GTK);
1174 	Linker.link(gtk_vscale_new_with_range, \"gtk_vscale_new_with_range\", LIBRARY.GTK);
1175 
1176 	// gtk.SpinButton
1177 
1178 	Linker.link(gtk_spin_button_configure, \"gtk_spin_button_configure\", LIBRARY.GTK);
1179 	Linker.link(gtk_spin_button_new, \"gtk_spin_button_new\", LIBRARY.GTK);
1180 	Linker.link(gtk_spin_button_new_with_range, \"gtk_spin_button_new_with_range\", LIBRARY.GTK);
1181 	Linker.link(gtk_spin_button_set_adjustment, \"gtk_spin_button_set_adjustment\", LIBRARY.GTK);
1182 	Linker.link(gtk_spin_button_get_adjustment, \"gtk_spin_button_get_adjustment\", LIBRARY.GTK);
1183 	Linker.link(gtk_spin_button_set_digits, \"gtk_spin_button_set_digits\", LIBRARY.GTK);
1184 	Linker.link(gtk_spin_button_set_increments, \"gtk_spin_button_set_increments\", LIBRARY.GTK);
1185 	Linker.link(gtk_spin_button_set_range, \"gtk_spin_button_set_range\", LIBRARY.GTK);
1186 	Linker.link(gtk_spin_button_get_value_as_int, \"gtk_spin_button_get_value_as_int\", LIBRARY.GTK);
1187 	Linker.link(gtk_spin_button_set_value, \"gtk_spin_button_set_value\", LIBRARY.GTK);
1188 	Linker.link(gtk_spin_button_set_update_policy, \"gtk_spin_button_set_update_policy\", LIBRARY.GTK);
1189 	Linker.link(gtk_spin_button_set_numeric, \"gtk_spin_button_set_numeric\", LIBRARY.GTK);
1190 	Linker.link(gtk_spin_button_spin, \"gtk_spin_button_spin\", LIBRARY.GTK);
1191 	Linker.link(gtk_spin_button_set_wrap, \"gtk_spin_button_set_wrap\", LIBRARY.GTK);
1192 	Linker.link(gtk_spin_button_set_snap_to_ticks, \"gtk_spin_button_set_snap_to_ticks\", LIBRARY.GTK);
1193 	Linker.link(gtk_spin_button_update, \"gtk_spin_button_update\", LIBRARY.GTK);
1194 	Linker.link(gtk_spin_button_get_digits, \"gtk_spin_button_get_digits\", LIBRARY.GTK);
1195 	Linker.link(gtk_spin_button_get_increments, \"gtk_spin_button_get_increments\", LIBRARY.GTK);
1196 	Linker.link(gtk_spin_button_get_numeric, \"gtk_spin_button_get_numeric\", LIBRARY.GTK);
1197 	Linker.link(gtk_spin_button_get_range, \"gtk_spin_button_get_range\", LIBRARY.GTK);
1198 	Linker.link(gtk_spin_button_get_snap_to_ticks, \"gtk_spin_button_get_snap_to_ticks\", LIBRARY.GTK);
1199 	Linker.link(gtk_spin_button_get_update_policy, \"gtk_spin_button_get_update_policy\", LIBRARY.GTK);
1200 	Linker.link(gtk_spin_button_get_value, \"gtk_spin_button_get_value\", LIBRARY.GTK);
1201 	Linker.link(gtk_spin_button_get_wrap, \"gtk_spin_button_get_wrap\", LIBRARY.GTK);
1202 
1203 	// gtk.EditableT
1204 
1205 
1206 	// gtk.EditableT
1207 
1208 	Linker.link(gtk_editable_select_region, \"gtk_editable_select_region\", LIBRARY.GTK);
1209 	Linker.link(gtk_editable_get_selection_bounds, \"gtk_editable_get_selection_bounds\", LIBRARY.GTK);
1210 	Linker.link(gtk_editable_insert_text, \"gtk_editable_insert_text\", LIBRARY.GTK);
1211 	Linker.link(gtk_editable_delete_text, \"gtk_editable_delete_text\", LIBRARY.GTK);
1212 	Linker.link(gtk_editable_get_chars, \"gtk_editable_get_chars\", LIBRARY.GTK);
1213 	Linker.link(gtk_editable_cut_clipboard, \"gtk_editable_cut_clipboard\", LIBRARY.GTK);
1214 	Linker.link(gtk_editable_copy_clipboard, \"gtk_editable_copy_clipboard\", LIBRARY.GTK);
1215 	Linker.link(gtk_editable_paste_clipboard, \"gtk_editable_paste_clipboard\", LIBRARY.GTK);
1216 	Linker.link(gtk_editable_delete_selection, \"gtk_editable_delete_selection\", LIBRARY.GTK);
1217 	Linker.link(gtk_editable_set_position, \"gtk_editable_set_position\", LIBRARY.GTK);
1218 	Linker.link(gtk_editable_get_position, \"gtk_editable_get_position\", LIBRARY.GTK);
1219 	Linker.link(gtk_editable_set_editable, \"gtk_editable_set_editable\", LIBRARY.GTK);
1220 	Linker.link(gtk_editable_get_editable, \"gtk_editable_get_editable\", LIBRARY.GTK);
1221 
1222 	// gtk.TextIter
1223 
1224 	Linker.link(gtk_text_iter_get_buffer, \"gtk_text_iter_get_buffer\", LIBRARY.GTK);
1225 	Linker.link(gtk_text_iter_copy, \"gtk_text_iter_copy\", LIBRARY.GTK);
1226 	Linker.link(gtk_text_iter_free, \"gtk_text_iter_free\", LIBRARY.GTK);
1227 	Linker.link(gtk_text_iter_get_offset, \"gtk_text_iter_get_offset\", LIBRARY.GTK);
1228 	Linker.link(gtk_text_iter_get_line, \"gtk_text_iter_get_line\", LIBRARY.GTK);
1229 	Linker.link(gtk_text_iter_get_line_offset, \"gtk_text_iter_get_line_offset\", LIBRARY.GTK);
1230 	Linker.link(gtk_text_iter_get_line_index, \"gtk_text_iter_get_line_index\", LIBRARY.GTK);
1231 	Linker.link(gtk_text_iter_get_visible_line_index, \"gtk_text_iter_get_visible_line_index\", LIBRARY.GTK);
1232 	Linker.link(gtk_text_iter_get_visible_line_offset, \"gtk_text_iter_get_visible_line_offset\", LIBRARY.GTK);
1233 	Linker.link(gtk_text_iter_get_char, \"gtk_text_iter_get_char\", LIBRARY.GTK);
1234 	Linker.link(gtk_text_iter_get_slice, \"gtk_text_iter_get_slice\", LIBRARY.GTK);
1235 	Linker.link(gtk_text_iter_get_text, \"gtk_text_iter_get_text\", LIBRARY.GTK);
1236 	Linker.link(gtk_text_iter_get_visible_slice, \"gtk_text_iter_get_visible_slice\", LIBRARY.GTK);
1237 	Linker.link(gtk_text_iter_get_visible_text, \"gtk_text_iter_get_visible_text\", LIBRARY.GTK);
1238 	Linker.link(gtk_text_iter_get_pixbuf, \"gtk_text_iter_get_pixbuf\", LIBRARY.GTK);
1239 	Linker.link(gtk_text_iter_get_marks, \"gtk_text_iter_get_marks\", LIBRARY.GTK);
1240 	Linker.link(gtk_text_iter_get_toggled_tags, \"gtk_text_iter_get_toggled_tags\", LIBRARY.GTK);
1241 	Linker.link(gtk_text_iter_get_child_anchor, \"gtk_text_iter_get_child_anchor\", LIBRARY.GTK);
1242 	Linker.link(gtk_text_iter_begins_tag, \"gtk_text_iter_begins_tag\", LIBRARY.GTK);
1243 	Linker.link(gtk_text_iter_ends_tag, \"gtk_text_iter_ends_tag\", LIBRARY.GTK);
1244 	Linker.link(gtk_text_iter_toggles_tag, \"gtk_text_iter_toggles_tag\", LIBRARY.GTK);
1245 	Linker.link(gtk_text_iter_has_tag, \"gtk_text_iter_has_tag\", LIBRARY.GTK);
1246 	Linker.link(gtk_text_iter_get_tags, \"gtk_text_iter_get_tags\", LIBRARY.GTK);
1247 	Linker.link(gtk_text_iter_editable, \"gtk_text_iter_editable\", LIBRARY.GTK);
1248 	Linker.link(gtk_text_iter_can_insert, \"gtk_text_iter_can_insert\", LIBRARY.GTK);
1249 	Linker.link(gtk_text_iter_starts_word, \"gtk_text_iter_starts_word\", LIBRARY.GTK);
1250 	Linker.link(gtk_text_iter_ends_word, \"gtk_text_iter_ends_word\", LIBRARY.GTK);
1251 	Linker.link(gtk_text_iter_inside_word, \"gtk_text_iter_inside_word\", LIBRARY.GTK);
1252 	Linker.link(gtk_text_iter_starts_line, \"gtk_text_iter_starts_line\", LIBRARY.GTK);
1253 	Linker.link(gtk_text_iter_ends_line, \"gtk_text_iter_ends_line\", LIBRARY.GTK);
1254 	Linker.link(gtk_text_iter_starts_sentence, \"gtk_text_iter_starts_sentence\", LIBRARY.GTK);
1255 	Linker.link(gtk_text_iter_ends_sentence, \"gtk_text_iter_ends_sentence\", LIBRARY.GTK);
1256 	Linker.link(gtk_text_iter_inside_sentence, \"gtk_text_iter_inside_sentence\", LIBRARY.GTK);
1257 	Linker.link(gtk_text_iter_is_cursor_position, \"gtk_text_iter_is_cursor_position\", LIBRARY.GTK);
1258 	Linker.link(gtk_text_iter_get_chars_in_line, \"gtk_text_iter_get_chars_in_line\", LIBRARY.GTK);
1259 	Linker.link(gtk_text_iter_get_bytes_in_line, \"gtk_text_iter_get_bytes_in_line\", LIBRARY.GTK);
1260 	Linker.link(gtk_text_iter_get_attributes, \"gtk_text_iter_get_attributes\", LIBRARY.GTK);
1261 	Linker.link(gtk_text_iter_get_language, \"gtk_text_iter_get_language\", LIBRARY.GTK);
1262 	Linker.link(gtk_text_iter_is_end, \"gtk_text_iter_is_end\", LIBRARY.GTK);
1263 	Linker.link(gtk_text_iter_is_start, \"gtk_text_iter_is_start\", LIBRARY.GTK);
1264 	Linker.link(gtk_text_iter_forward_char, \"gtk_text_iter_forward_char\", LIBRARY.GTK);
1265 	Linker.link(gtk_text_iter_backward_char, \"gtk_text_iter_backward_char\", LIBRARY.GTK);
1266 	Linker.link(gtk_text_iter_forward_chars, \"gtk_text_iter_forward_chars\", LIBRARY.GTK);
1267 	Linker.link(gtk_text_iter_backward_chars, \"gtk_text_iter_backward_chars\", LIBRARY.GTK);
1268 	Linker.link(gtk_text_iter_forward_line, \"gtk_text_iter_forward_line\", LIBRARY.GTK);
1269 	Linker.link(gtk_text_iter_backward_line, \"gtk_text_iter_backward_line\", LIBRARY.GTK);
1270 	Linker.link(gtk_text_iter_forward_lines, \"gtk_text_iter_forward_lines\", LIBRARY.GTK);
1271 	Linker.link(gtk_text_iter_backward_lines, \"gtk_text_iter_backward_lines\", LIBRARY.GTK);
1272 	Linker.link(gtk_text_iter_forward_word_ends, \"gtk_text_iter_forward_word_ends\", LIBRARY.GTK);
1273 	Linker.link(gtk_text_iter_backward_word_starts, \"gtk_text_iter_backward_word_starts\", LIBRARY.GTK);
1274 	Linker.link(gtk_text_iter_forward_word_end, \"gtk_text_iter_forward_word_end\", LIBRARY.GTK);
1275 	Linker.link(gtk_text_iter_backward_word_start, \"gtk_text_iter_backward_word_start\", LIBRARY.GTK);
1276 	Linker.link(gtk_text_iter_forward_cursor_position, \"gtk_text_iter_forward_cursor_position\", LIBRARY.GTK);
1277 	Linker.link(gtk_text_iter_backward_cursor_position, \"gtk_text_iter_backward_cursor_position\", LIBRARY.GTK);
1278 	Linker.link(gtk_text_iter_forward_cursor_positions, \"gtk_text_iter_forward_cursor_positions\", LIBRARY.GTK);
1279 	Linker.link(gtk_text_iter_backward_cursor_positions, \"gtk_text_iter_backward_cursor_positions\", LIBRARY.GTK);
1280 	Linker.link(gtk_text_iter_backward_sentence_start, \"gtk_text_iter_backward_sentence_start\", LIBRARY.GTK);
1281 	Linker.link(gtk_text_iter_backward_sentence_starts, \"gtk_text_iter_backward_sentence_starts\", LIBRARY.GTK);
1282 	Linker.link(gtk_text_iter_forward_sentence_end, \"gtk_text_iter_forward_sentence_end\", LIBRARY.GTK);
1283 	Linker.link(gtk_text_iter_forward_sentence_ends, \"gtk_text_iter_forward_sentence_ends\", LIBRARY.GTK);
1284 	Linker.link(gtk_text_iter_forward_visible_word_ends, \"gtk_text_iter_forward_visible_word_ends\", LIBRARY.GTK);
1285 	Linker.link(gtk_text_iter_backward_visible_word_starts, \"gtk_text_iter_backward_visible_word_starts\", LIBRARY.GTK);
1286 	Linker.link(gtk_text_iter_forward_visible_word_end, \"gtk_text_iter_forward_visible_word_end\", LIBRARY.GTK);
1287 	Linker.link(gtk_text_iter_backward_visible_word_start, \"gtk_text_iter_backward_visible_word_start\", LIBRARY.GTK);
1288 	Linker.link(gtk_text_iter_forward_visible_cursor_position, \"gtk_text_iter_forward_visible_cursor_position\", LIBRARY.GTK);
1289 	Linker.link(gtk_text_iter_backward_visible_cursor_position, \"gtk_text_iter_backward_visible_cursor_position\", LIBRARY.GTK);
1290 	Linker.link(gtk_text_iter_forward_visible_cursor_positions, \"gtk_text_iter_forward_visible_cursor_positions\", LIBRARY.GTK);
1291 	Linker.link(gtk_text_iter_backward_visible_cursor_positions, \"gtk_text_iter_backward_visible_cursor_positions\", LIBRARY.GTK);
1292 	Linker.link(gtk_text_iter_forward_visible_line, \"gtk_text_iter_forward_visible_line\", LIBRARY.GTK);
1293 	Linker.link(gtk_text_iter_backward_visible_line, \"gtk_text_iter_backward_visible_line\", LIBRARY.GTK);
1294 	Linker.link(gtk_text_iter_forward_visible_lines, \"gtk_text_iter_forward_visible_lines\", LIBRARY.GTK);
1295 	Linker.link(gtk_text_iter_backward_visible_lines, \"gtk_text_iter_backward_visible_lines\", LIBRARY.GTK);
1296 	Linker.link(gtk_text_iter_set_offset, \"gtk_text_iter_set_offset\", LIBRARY.GTK);
1297 	Linker.link(gtk_text_iter_set_line, \"gtk_text_iter_set_line\", LIBRARY.GTK);
1298 	Linker.link(gtk_text_iter_set_line_offset, \"gtk_text_iter_set_line_offset\", LIBRARY.GTK);
1299 	Linker.link(gtk_text_iter_set_line_index, \"gtk_text_iter_set_line_index\", LIBRARY.GTK);
1300 	Linker.link(gtk_text_iter_set_visible_line_index, \"gtk_text_iter_set_visible_line_index\", LIBRARY.GTK);
1301 	Linker.link(gtk_text_iter_set_visible_line_offset, \"gtk_text_iter_set_visible_line_offset\", LIBRARY.GTK);
1302 	Linker.link(gtk_text_iter_forward_to_end, \"gtk_text_iter_forward_to_end\", LIBRARY.GTK);
1303 	Linker.link(gtk_text_iter_forward_to_line_end, \"gtk_text_iter_forward_to_line_end\", LIBRARY.GTK);
1304 	Linker.link(gtk_text_iter_forward_to_tag_toggle, \"gtk_text_iter_forward_to_tag_toggle\", LIBRARY.GTK);
1305 	Linker.link(gtk_text_iter_backward_to_tag_toggle, \"gtk_text_iter_backward_to_tag_toggle\", LIBRARY.GTK);
1306 	Linker.link(gtk_text_iter_forward_find_char, \"gtk_text_iter_forward_find_char\", LIBRARY.GTK);
1307 	Linker.link(gtk_text_iter_backward_find_char, \"gtk_text_iter_backward_find_char\", LIBRARY.GTK);
1308 	Linker.link(gtk_text_iter_forward_search, \"gtk_text_iter_forward_search\", LIBRARY.GTK);
1309 	Linker.link(gtk_text_iter_backward_search, \"gtk_text_iter_backward_search\", LIBRARY.GTK);
1310 	Linker.link(gtk_text_iter_equal, \"gtk_text_iter_equal\", LIBRARY.GTK);
1311 	Linker.link(gtk_text_iter_compare, \"gtk_text_iter_compare\", LIBRARY.GTK);
1312 	Linker.link(gtk_text_iter_in_range, \"gtk_text_iter_in_range\", LIBRARY.GTK);
1313 	Linker.link(gtk_text_iter_order, \"gtk_text_iter_order\", LIBRARY.GTK);
1314 
1315 	// gtk.TextMark
1316 
1317 	Linker.link(gtk_text_mark_new, \"gtk_text_mark_new\", LIBRARY.GTK);
1318 	Linker.link(gtk_text_mark_set_visible, \"gtk_text_mark_set_visible\", LIBRARY.GTK);
1319 	Linker.link(gtk_text_mark_get_visible, \"gtk_text_mark_get_visible\", LIBRARY.GTK);
1320 	Linker.link(gtk_text_mark_get_deleted, \"gtk_text_mark_get_deleted\", LIBRARY.GTK);
1321 	Linker.link(gtk_text_mark_get_name, \"gtk_text_mark_get_name\", LIBRARY.GTK);
1322 	Linker.link(gtk_text_mark_get_buffer, \"gtk_text_mark_get_buffer\", LIBRARY.GTK);
1323 	Linker.link(gtk_text_mark_get_left_gravity, \"gtk_text_mark_get_left_gravity\", LIBRARY.GTK);
1324 
1325 	// gtk.TextBuffer
1326 
1327 	Linker.link(gtk_text_buffer_new, \"gtk_text_buffer_new\", LIBRARY.GTK);
1328 	Linker.link(gtk_text_buffer_get_line_count, \"gtk_text_buffer_get_line_count\", LIBRARY.GTK);
1329 	Linker.link(gtk_text_buffer_get_char_count, \"gtk_text_buffer_get_char_count\", LIBRARY.GTK);
1330 	Linker.link(gtk_text_buffer_get_tag_table, \"gtk_text_buffer_get_tag_table\", LIBRARY.GTK);
1331 	Linker.link(gtk_text_buffer_insert, \"gtk_text_buffer_insert\", LIBRARY.GTK);
1332 	Linker.link(gtk_text_buffer_insert_at_cursor, \"gtk_text_buffer_insert_at_cursor\", LIBRARY.GTK);
1333 	Linker.link(gtk_text_buffer_insert_interactive, \"gtk_text_buffer_insert_interactive\", LIBRARY.GTK);
1334 	Linker.link(gtk_text_buffer_insert_interactive_at_cursor, \"gtk_text_buffer_insert_interactive_at_cursor\", LIBRARY.GTK);
1335 	Linker.link(gtk_text_buffer_insert_range, \"gtk_text_buffer_insert_range\", LIBRARY.GTK);
1336 	Linker.link(gtk_text_buffer_insert_range_interactive, \"gtk_text_buffer_insert_range_interactive\", LIBRARY.GTK);
1337 	Linker.link(gtk_text_buffer_insert_with_tags, \"gtk_text_buffer_insert_with_tags\", LIBRARY.GTK);
1338 	Linker.link(gtk_text_buffer_insert_with_tags_by_name, \"gtk_text_buffer_insert_with_tags_by_name\", LIBRARY.GTK);
1339 	Linker.link(gtk_text_buffer_delete, \"gtk_text_buffer_delete\", LIBRARY.GTK);
1340 	Linker.link(gtk_text_buffer_delete_interactive, \"gtk_text_buffer_delete_interactive\", LIBRARY.GTK);
1341 	Linker.link(gtk_text_buffer_backspace, \"gtk_text_buffer_backspace\", LIBRARY.GTK);
1342 	Linker.link(gtk_text_buffer_set_text, \"gtk_text_buffer_set_text\", LIBRARY.GTK);
1343 	Linker.link(gtk_text_buffer_get_text, \"gtk_text_buffer_get_text\", LIBRARY.GTK);
1344 	Linker.link(gtk_text_buffer_get_slice, \"gtk_text_buffer_get_slice\", LIBRARY.GTK);
1345 	Linker.link(gtk_text_buffer_insert_pixbuf, \"gtk_text_buffer_insert_pixbuf\", LIBRARY.GTK);
1346 	Linker.link(gtk_text_buffer_insert_child_anchor, \"gtk_text_buffer_insert_child_anchor\", LIBRARY.GTK);
1347 	Linker.link(gtk_text_buffer_create_child_anchor, \"gtk_text_buffer_create_child_anchor\", LIBRARY.GTK);
1348 	Linker.link(gtk_text_buffer_create_mark, \"gtk_text_buffer_create_mark\", LIBRARY.GTK);
1349 	Linker.link(gtk_text_buffer_move_mark, \"gtk_text_buffer_move_mark\", LIBRARY.GTK);
1350 	Linker.link(gtk_text_buffer_move_mark_by_name, \"gtk_text_buffer_move_mark_by_name\", LIBRARY.GTK);
1351 	Linker.link(gtk_text_buffer_add_mark, \"gtk_text_buffer_add_mark\", LIBRARY.GTK);
1352 	Linker.link(gtk_text_buffer_delete_mark, \"gtk_text_buffer_delete_mark\", LIBRARY.GTK);
1353 	Linker.link(gtk_text_buffer_delete_mark_by_name, \"gtk_text_buffer_delete_mark_by_name\", LIBRARY.GTK);
1354 	Linker.link(gtk_text_buffer_get_mark, \"gtk_text_buffer_get_mark\", LIBRARY.GTK);
1355 	Linker.link(gtk_text_buffer_get_insert, \"gtk_text_buffer_get_insert\", LIBRARY.GTK);
1356 	Linker.link(gtk_text_buffer_get_selection_bound, \"gtk_text_buffer_get_selection_bound\", LIBRARY.GTK);
1357 	Linker.link(gtk_text_buffer_get_has_selection, \"gtk_text_buffer_get_has_selection\", LIBRARY.GTK);
1358 	Linker.link(gtk_text_buffer_place_cursor, \"gtk_text_buffer_place_cursor\", LIBRARY.GTK);
1359 	Linker.link(gtk_text_buffer_select_range, \"gtk_text_buffer_select_range\", LIBRARY.GTK);
1360 	Linker.link(gtk_text_buffer_apply_tag, \"gtk_text_buffer_apply_tag\", LIBRARY.GTK);
1361 	Linker.link(gtk_text_buffer_remove_tag, \"gtk_text_buffer_remove_tag\", LIBRARY.GTK);
1362 	Linker.link(gtk_text_buffer_apply_tag_by_name, \"gtk_text_buffer_apply_tag_by_name\", LIBRARY.GTK);
1363 	Linker.link(gtk_text_buffer_remove_tag_by_name, \"gtk_text_buffer_remove_tag_by_name\", LIBRARY.GTK);
1364 	Linker.link(gtk_text_buffer_remove_all_tags, \"gtk_text_buffer_remove_all_tags\", LIBRARY.GTK);
1365 	Linker.link(gtk_text_buffer_create_tag, \"gtk_text_buffer_create_tag\", LIBRARY.GTK);
1366 	Linker.link(gtk_text_buffer_get_iter_at_line_offset, \"gtk_text_buffer_get_iter_at_line_offset\", LIBRARY.GTK);
1367 	Linker.link(gtk_text_buffer_get_iter_at_offset, \"gtk_text_buffer_get_iter_at_offset\", LIBRARY.GTK);
1368 	Linker.link(gtk_text_buffer_get_iter_at_line, \"gtk_text_buffer_get_iter_at_line\", LIBRARY.GTK);
1369 	Linker.link(gtk_text_buffer_get_iter_at_line_index, \"gtk_text_buffer_get_iter_at_line_index\", LIBRARY.GTK);
1370 	Linker.link(gtk_text_buffer_get_iter_at_mark, \"gtk_text_buffer_get_iter_at_mark\", LIBRARY.GTK);
1371 	Linker.link(gtk_text_buffer_get_iter_at_child_anchor, \"gtk_text_buffer_get_iter_at_child_anchor\", LIBRARY.GTK);
1372 	Linker.link(gtk_text_buffer_get_start_iter, \"gtk_text_buffer_get_start_iter\", LIBRARY.GTK);
1373 	Linker.link(gtk_text_buffer_get_end_iter, \"gtk_text_buffer_get_end_iter\", LIBRARY.GTK);
1374 	Linker.link(gtk_text_buffer_get_bounds, \"gtk_text_buffer_get_bounds\", LIBRARY.GTK);
1375 	Linker.link(gtk_text_buffer_get_modified, \"gtk_text_buffer_get_modified\", LIBRARY.GTK);
1376 	Linker.link(gtk_text_buffer_set_modified, \"gtk_text_buffer_set_modified\", LIBRARY.GTK);
1377 	Linker.link(gtk_text_buffer_delete_selection, \"gtk_text_buffer_delete_selection\", LIBRARY.GTK);
1378 	Linker.link(gtk_text_buffer_paste_clipboard, \"gtk_text_buffer_paste_clipboard\", LIBRARY.GTK);
1379 	Linker.link(gtk_text_buffer_copy_clipboard, \"gtk_text_buffer_copy_clipboard\", LIBRARY.GTK);
1380 	Linker.link(gtk_text_buffer_cut_clipboard, \"gtk_text_buffer_cut_clipboard\", LIBRARY.GTK);
1381 	Linker.link(gtk_text_buffer_get_selection_bounds, \"gtk_text_buffer_get_selection_bounds\", LIBRARY.GTK);
1382 	Linker.link(gtk_text_buffer_begin_user_action, \"gtk_text_buffer_begin_user_action\", LIBRARY.GTK);
1383 	Linker.link(gtk_text_buffer_end_user_action, \"gtk_text_buffer_end_user_action\", LIBRARY.GTK);
1384 	Linker.link(gtk_text_buffer_add_selection_clipboard, \"gtk_text_buffer_add_selection_clipboard\", LIBRARY.GTK);
1385 	Linker.link(gtk_text_buffer_remove_selection_clipboard, \"gtk_text_buffer_remove_selection_clipboard\", LIBRARY.GTK);
1386 	Linker.link(gtk_text_buffer_deserialize, \"gtk_text_buffer_deserialize\", LIBRARY.GTK);
1387 	Linker.link(gtk_text_buffer_deserialize_get_can_create_tags, \"gtk_text_buffer_deserialize_get_can_create_tags\", LIBRARY.GTK);
1388 	Linker.link(gtk_text_buffer_deserialize_set_can_create_tags, \"gtk_text_buffer_deserialize_set_can_create_tags\", LIBRARY.GTK);
1389 	Linker.link(gtk_text_buffer_get_copy_target_list, \"gtk_text_buffer_get_copy_target_list\", LIBRARY.GTK);
1390 	Linker.link(gtk_text_buffer_get_deserialize_formats, \"gtk_text_buffer_get_deserialize_formats\", LIBRARY.GTK);
1391 	Linker.link(gtk_text_buffer_get_paste_target_list, \"gtk_text_buffer_get_paste_target_list\", LIBRARY.GTK);
1392 	Linker.link(gtk_text_buffer_get_serialize_formats, \"gtk_text_buffer_get_serialize_formats\", LIBRARY.GTK);
1393 	Linker.link(gtk_text_buffer_register_deserialize_format, \"gtk_text_buffer_register_deserialize_format\", LIBRARY.GTK);
1394 	Linker.link(gtk_text_buffer_register_deserialize_tagset, \"gtk_text_buffer_register_deserialize_tagset\", LIBRARY.GTK);
1395 	Linker.link(gtk_text_buffer_register_serialize_format, \"gtk_text_buffer_register_serialize_format\", LIBRARY.GTK);
1396 	Linker.link(gtk_text_buffer_register_serialize_tagset, \"gtk_text_buffer_register_serialize_tagset\", LIBRARY.GTK);
1397 	Linker.link(gtk_text_buffer_serialize, \"gtk_text_buffer_serialize\", LIBRARY.GTK);
1398 	Linker.link(gtk_text_buffer_unregister_deserialize_format, \"gtk_text_buffer_unregister_deserialize_format\", LIBRARY.GTK);
1399 	Linker.link(gtk_text_buffer_unregister_serialize_format, \"gtk_text_buffer_unregister_serialize_format\", LIBRARY.GTK);
1400 
1401 	// gtk.TextTag
1402 
1403 	Linker.link(gtk_text_tag_new, \"gtk_text_tag_new\", LIBRARY.GTK);
1404 	Linker.link(gtk_text_tag_get_priority, \"gtk_text_tag_get_priority\", LIBRARY.GTK);
1405 	Linker.link(gtk_text_tag_set_priority, \"gtk_text_tag_set_priority\", LIBRARY.GTK);
1406 	Linker.link(gtk_text_tag_event, \"gtk_text_tag_event\", LIBRARY.GTK);
1407 
1408 	// gtk.TextAttributes
1409 
1410 	Linker.link(gtk_text_attributes_new, \"gtk_text_attributes_new\", LIBRARY.GTK);
1411 	Linker.link(gtk_text_attributes_copy, \"gtk_text_attributes_copy\", LIBRARY.GTK);
1412 	Linker.link(gtk_text_attributes_copy_values, \"gtk_text_attributes_copy_values\", LIBRARY.GTK);
1413 	Linker.link(gtk_text_attributes_unref, \"gtk_text_attributes_unref\", LIBRARY.GTK);
1414 	Linker.link(gtk_text_attributes_ref, \"gtk_text_attributes_ref\", LIBRARY.GTK);
1415 
1416 	// gtk.TextTagTable
1417 
1418 	Linker.link(gtk_text_tag_table_new, \"gtk_text_tag_table_new\", LIBRARY.GTK);
1419 	Linker.link(gtk_text_tag_table_add, \"gtk_text_tag_table_add\", LIBRARY.GTK);
1420 	Linker.link(gtk_text_tag_table_remove, \"gtk_text_tag_table_remove\", LIBRARY.GTK);
1421 	Linker.link(gtk_text_tag_table_lookup, \"gtk_text_tag_table_lookup\", LIBRARY.GTK);
1422 	Linker.link(gtk_text_tag_table_foreach, \"gtk_text_tag_table_foreach\", LIBRARY.GTK);
1423 	Linker.link(gtk_text_tag_table_get_size, \"gtk_text_tag_table_get_size\", LIBRARY.GTK);
1424 
1425 	// gtk.TextView
1426 
1427 	Linker.link(gtk_text_view_new, \"gtk_text_view_new\", LIBRARY.GTK);
1428 	Linker.link(gtk_text_view_new_with_buffer, \"gtk_text_view_new_with_buffer\", LIBRARY.GTK);
1429 	Linker.link(gtk_text_view_set_buffer, \"gtk_text_view_set_buffer\", LIBRARY.GTK);
1430 	Linker.link(gtk_text_view_get_buffer, \"gtk_text_view_get_buffer\", LIBRARY.GTK);
1431 	Linker.link(gtk_text_view_scroll_to_mark, \"gtk_text_view_scroll_to_mark\", LIBRARY.GTK);
1432 	Linker.link(gtk_text_view_scroll_to_iter, \"gtk_text_view_scroll_to_iter\", LIBRARY.GTK);
1433 	Linker.link(gtk_text_view_scroll_mark_onscreen, \"gtk_text_view_scroll_mark_onscreen\", LIBRARY.GTK);
1434 	Linker.link(gtk_text_view_move_mark_onscreen, \"gtk_text_view_move_mark_onscreen\", LIBRARY.GTK);
1435 	Linker.link(gtk_text_view_place_cursor_onscreen, \"gtk_text_view_place_cursor_onscreen\", LIBRARY.GTK);
1436 	Linker.link(gtk_text_view_get_visible_rect, \"gtk_text_view_get_visible_rect\", LIBRARY.GTK);
1437 	Linker.link(gtk_text_view_get_iter_location, \"gtk_text_view_get_iter_location\", LIBRARY.GTK);
1438 	Linker.link(gtk_text_view_get_line_at_y, \"gtk_text_view_get_line_at_y\", LIBRARY.GTK);
1439 	Linker.link(gtk_text_view_get_line_yrange, \"gtk_text_view_get_line_yrange\", LIBRARY.GTK);
1440 	Linker.link(gtk_text_view_get_iter_at_location, \"gtk_text_view_get_iter_at_location\", LIBRARY.GTK);
1441 	Linker.link(gtk_text_view_get_iter_at_position, \"gtk_text_view_get_iter_at_position\", LIBRARY.GTK);
1442 	Linker.link(gtk_text_view_buffer_to_window_coords, \"gtk_text_view_buffer_to_window_coords\", LIBRARY.GTK);
1443 	Linker.link(gtk_text_view_window_to_buffer_coords, \"gtk_text_view_window_to_buffer_coords\", LIBRARY.GTK);
1444 	Linker.link(gtk_text_view_get_window, \"gtk_text_view_get_window\", LIBRARY.GTK);
1445 	Linker.link(gtk_text_view_get_window_type, \"gtk_text_view_get_window_type\", LIBRARY.GTK);
1446 	Linker.link(gtk_text_view_set_border_window_size, \"gtk_text_view_set_border_window_size\", LIBRARY.GTK);
1447 	Linker.link(gtk_text_view_get_border_window_size, \"gtk_text_view_get_border_window_size\", LIBRARY.GTK);
1448 	Linker.link(gtk_text_view_forward_display_line, \"gtk_text_view_forward_display_line\", LIBRARY.GTK);
1449 	Linker.link(gtk_text_view_backward_display_line, \"gtk_text_view_backward_display_line\", LIBRARY.GTK);
1450 	Linker.link(gtk_text_view_forward_display_line_end, \"gtk_text_view_forward_display_line_end\", LIBRARY.GTK);
1451 	Linker.link(gtk_text_view_backward_display_line_start, \"gtk_text_view_backward_display_line_start\", LIBRARY.GTK);
1452 	Linker.link(gtk_text_view_starts_display_line, \"gtk_text_view_starts_display_line\", LIBRARY.GTK);
1453 	Linker.link(gtk_text_view_move_visually, \"gtk_text_view_move_visually\", LIBRARY.GTK);
1454 	Linker.link(gtk_text_view_add_child_at_anchor, \"gtk_text_view_add_child_at_anchor\", LIBRARY.GTK);
1455 	Linker.link(gtk_text_view_add_child_in_window, \"gtk_text_view_add_child_in_window\", LIBRARY.GTK);
1456 	Linker.link(gtk_text_view_move_child, \"gtk_text_view_move_child\", LIBRARY.GTK);
1457 	Linker.link(gtk_text_view_set_wrap_mode, \"gtk_text_view_set_wrap_mode\", LIBRARY.GTK);
1458 	Linker.link(gtk_text_view_get_wrap_mode, \"gtk_text_view_get_wrap_mode\", LIBRARY.GTK);
1459 	Linker.link(gtk_text_view_set_editable, \"gtk_text_view_set_editable\", LIBRARY.GTK);
1460 	Linker.link(gtk_text_view_get_editable, \"gtk_text_view_get_editable\", LIBRARY.GTK);
1461 	Linker.link(gtk_text_view_set_cursor_visible, \"gtk_text_view_set_cursor_visible\", LIBRARY.GTK);
1462 	Linker.link(gtk_text_view_get_cursor_visible, \"gtk_text_view_get_cursor_visible\", LIBRARY.GTK);
1463 	Linker.link(gtk_text_view_set_overwrite, \"gtk_text_view_set_overwrite\", LIBRARY.GTK);
1464 	Linker.link(gtk_text_view_get_overwrite, \"gtk_text_view_get_overwrite\", LIBRARY.GTK);
1465 	Linker.link(gtk_text_view_set_pixels_above_lines, \"gtk_text_view_set_pixels_above_lines\", LIBRARY.GTK);
1466 	Linker.link(gtk_text_view_get_pixels_above_lines, \"gtk_text_view_get_pixels_above_lines\", LIBRARY.GTK);
1467 	Linker.link(gtk_text_view_set_pixels_below_lines, \"gtk_text_view_set_pixels_below_lines\", LIBRARY.GTK);
1468 	Linker.link(gtk_text_view_get_pixels_below_lines, \"gtk_text_view_get_pixels_below_lines\", LIBRARY.GTK);
1469 	Linker.link(gtk_text_view_set_pixels_inside_wrap, \"gtk_text_view_set_pixels_inside_wrap\", LIBRARY.GTK);
1470 	Linker.link(gtk_text_view_get_pixels_inside_wrap, \"gtk_text_view_get_pixels_inside_wrap\", LIBRARY.GTK);
1471 	Linker.link(gtk_text_view_set_justification, \"gtk_text_view_set_justification\", LIBRARY.GTK);
1472 	Linker.link(gtk_text_view_get_justification, \"gtk_text_view_get_justification\", LIBRARY.GTK);
1473 	Linker.link(gtk_text_view_set_left_margin, \"gtk_text_view_set_left_margin\", LIBRARY.GTK);
1474 	Linker.link(gtk_text_view_get_left_margin, \"gtk_text_view_get_left_margin\", LIBRARY.GTK);
1475 	Linker.link(gtk_text_view_set_right_margin, \"gtk_text_view_set_right_margin\", LIBRARY.GTK);
1476 	Linker.link(gtk_text_view_get_right_margin, \"gtk_text_view_get_right_margin\", LIBRARY.GTK);
1477 	Linker.link(gtk_text_view_set_indent, \"gtk_text_view_set_indent\", LIBRARY.GTK);
1478 	Linker.link(gtk_text_view_get_indent, \"gtk_text_view_get_indent\", LIBRARY.GTK);
1479 	Linker.link(gtk_text_view_set_tabs, \"gtk_text_view_set_tabs\", LIBRARY.GTK);
1480 	Linker.link(gtk_text_view_get_tabs, \"gtk_text_view_get_tabs\", LIBRARY.GTK);
1481 	Linker.link(gtk_text_view_set_accepts_tab, \"gtk_text_view_set_accepts_tab\", LIBRARY.GTK);
1482 	Linker.link(gtk_text_view_get_accepts_tab, \"gtk_text_view_get_accepts_tab\", LIBRARY.GTK);
1483 	Linker.link(gtk_text_view_get_default_attributes, \"gtk_text_view_get_default_attributes\", LIBRARY.GTK);
1484 	Linker.link(gtk_text_view_im_context_filter_keypress, \"gtk_text_view_im_context_filter_keypress\", LIBRARY.GTK);
1485 	Linker.link(gtk_text_view_reset_im_context, \"gtk_text_view_reset_im_context\", LIBRARY.GTK);
1486 	Linker.link(gtk_text_view_get_hadjustment, \"gtk_text_view_get_hadjustment\", LIBRARY.GTK);
1487 	Linker.link(gtk_text_view_get_vadjustment, \"gtk_text_view_get_vadjustment\", LIBRARY.GTK);
1488 
1489 	// gtk.TextChildAnchor
1490 
1491 	Linker.link(gtk_text_child_anchor_new, \"gtk_text_child_anchor_new\", LIBRARY.GTK);
1492 	Linker.link(gtk_text_child_anchor_get_widgets, \"gtk_text_child_anchor_get_widgets\", LIBRARY.GTK);
1493 	Linker.link(gtk_text_child_anchor_get_deleted, \"gtk_text_child_anchor_get_deleted\", LIBRARY.GTK);
1494 
1495 	// gtk.TreePath
1496 
1497 	Linker.link(gtk_tree_path_new, \"gtk_tree_path_new\", LIBRARY.GTK);
1498 	Linker.link(gtk_tree_path_new_from_string, \"gtk_tree_path_new_from_string\", LIBRARY.GTK);
1499 	Linker.link(gtk_tree_path_new_from_indices, \"gtk_tree_path_new_from_indices\", LIBRARY.GTK);
1500 	Linker.link(gtk_tree_path_to_string, \"gtk_tree_path_to_string\", LIBRARY.GTK);
1501 	Linker.link(gtk_tree_path_new_first, \"gtk_tree_path_new_first\", LIBRARY.GTK);
1502 	Linker.link(gtk_tree_path_append_index, \"gtk_tree_path_append_index\", LIBRARY.GTK);
1503 	Linker.link(gtk_tree_path_prepend_index, \"gtk_tree_path_prepend_index\", LIBRARY.GTK);
1504 	Linker.link(gtk_tree_path_get_depth, \"gtk_tree_path_get_depth\", LIBRARY.GTK);
1505 	Linker.link(gtk_tree_path_get_indices, \"gtk_tree_path_get_indices\", LIBRARY.GTK);
1506 	Linker.link(gtk_tree_path_get_indices_with_depth, \"gtk_tree_path_get_indices_with_depth\", LIBRARY.GTK);
1507 	Linker.link(gtk_tree_path_free, \"gtk_tree_path_free\", LIBRARY.GTK);
1508 	Linker.link(gtk_tree_path_copy, \"gtk_tree_path_copy\", LIBRARY.GTK);
1509 	Linker.link(gtk_tree_path_compare, \"gtk_tree_path_compare\", LIBRARY.GTK);
1510 	Linker.link(gtk_tree_path_next, \"gtk_tree_path_next\", LIBRARY.GTK);
1511 	Linker.link(gtk_tree_path_prev, \"gtk_tree_path_prev\", LIBRARY.GTK);
1512 	Linker.link(gtk_tree_path_up, \"gtk_tree_path_up\", LIBRARY.GTK);
1513 	Linker.link(gtk_tree_path_down, \"gtk_tree_path_down\", LIBRARY.GTK);
1514 	Linker.link(gtk_tree_path_is_ancestor, \"gtk_tree_path_is_ancestor\", LIBRARY.GTK);
1515 	Linker.link(gtk_tree_path_is_descendant, \"gtk_tree_path_is_descendant\", LIBRARY.GTK);
1516 
1517 	// gtk.TreeModelT
1518 
1519 
1520 	// gtk.TreeModelT
1521 
1522 	Linker.link(gtk_tree_model_get_flags, \"gtk_tree_model_get_flags\", LIBRARY.GTK);
1523 	Linker.link(gtk_tree_model_get_n_columns, \"gtk_tree_model_get_n_columns\", LIBRARY.GTK);
1524 	Linker.link(gtk_tree_model_get_column_type, \"gtk_tree_model_get_column_type\", LIBRARY.GTK);
1525 	Linker.link(gtk_tree_model_get_iter, \"gtk_tree_model_get_iter\", LIBRARY.GTK);
1526 	Linker.link(gtk_tree_model_get_iter_from_string, \"gtk_tree_model_get_iter_from_string\", LIBRARY.GTK);
1527 	Linker.link(gtk_tree_model_get_iter_first, \"gtk_tree_model_get_iter_first\", LIBRARY.GTK);
1528 	Linker.link(gtk_tree_model_get_path, \"gtk_tree_model_get_path\", LIBRARY.GTK);
1529 	Linker.link(gtk_tree_model_get_value, \"gtk_tree_model_get_value\", LIBRARY.GTK);
1530 	Linker.link(gtk_tree_model_iter_next, \"gtk_tree_model_iter_next\", LIBRARY.GTK);
1531 	Linker.link(gtk_tree_model_iter_children, \"gtk_tree_model_iter_children\", LIBRARY.GTK);
1532 	Linker.link(gtk_tree_model_iter_has_child, \"gtk_tree_model_iter_has_child\", LIBRARY.GTK);
1533 	Linker.link(gtk_tree_model_iter_n_children, \"gtk_tree_model_iter_n_children\", LIBRARY.GTK);
1534 	Linker.link(gtk_tree_model_iter_nth_child, \"gtk_tree_model_iter_nth_child\", LIBRARY.GTK);
1535 	Linker.link(gtk_tree_model_iter_parent, \"gtk_tree_model_iter_parent\", LIBRARY.GTK);
1536 	Linker.link(gtk_tree_model_get_string_from_iter, \"gtk_tree_model_get_string_from_iter\", LIBRARY.GTK);
1537 	Linker.link(gtk_tree_model_ref_node, \"gtk_tree_model_ref_node\", LIBRARY.GTK);
1538 	Linker.link(gtk_tree_model_unref_node, \"gtk_tree_model_unref_node\", LIBRARY.GTK);
1539 	Linker.link(gtk_tree_model_get, \"gtk_tree_model_get\", LIBRARY.GTK);
1540 	Linker.link(gtk_tree_model_get_valist, \"gtk_tree_model_get_valist\", LIBRARY.GTK);
1541 	Linker.link(gtk_tree_model_foreach, \"gtk_tree_model_foreach\", LIBRARY.GTK);
1542 	Linker.link(gtk_tree_model_row_changed, \"gtk_tree_model_row_changed\", LIBRARY.GTK);
1543 	Linker.link(gtk_tree_model_row_inserted, \"gtk_tree_model_row_inserted\", LIBRARY.GTK);
1544 	Linker.link(gtk_tree_model_row_has_child_toggled, \"gtk_tree_model_row_has_child_toggled\", LIBRARY.GTK);
1545 	Linker.link(gtk_tree_model_row_deleted, \"gtk_tree_model_row_deleted\", LIBRARY.GTK);
1546 	Linker.link(gtk_tree_model_rows_reordered, \"gtk_tree_model_rows_reordered\", LIBRARY.GTK);
1547 
1548 	// gtk.TreeIter
1549 
1550 	Linker.link(gtk_tree_iter_copy, \"gtk_tree_iter_copy\", LIBRARY.GTK);
1551 	Linker.link(gtk_tree_iter_free, \"gtk_tree_iter_free\", LIBRARY.GTK);
1552 
1553 	// gtk.TreeRowReference
1554 
1555 	Linker.link(gtk_tree_row_reference_new, \"gtk_tree_row_reference_new\", LIBRARY.GTK);
1556 	Linker.link(gtk_tree_row_reference_new_proxy, \"gtk_tree_row_reference_new_proxy\", LIBRARY.GTK);
1557 	Linker.link(gtk_tree_row_reference_get_model, \"gtk_tree_row_reference_get_model\", LIBRARY.GTK);
1558 	Linker.link(gtk_tree_row_reference_get_path, \"gtk_tree_row_reference_get_path\", LIBRARY.GTK);
1559 	Linker.link(gtk_tree_row_reference_valid, \"gtk_tree_row_reference_valid\", LIBRARY.GTK);
1560 	Linker.link(gtk_tree_row_reference_free, \"gtk_tree_row_reference_free\", LIBRARY.GTK);
1561 	Linker.link(gtk_tree_row_reference_copy, \"gtk_tree_row_reference_copy\", LIBRARY.GTK);
1562 	Linker.link(gtk_tree_row_reference_inserted, \"gtk_tree_row_reference_inserted\", LIBRARY.GTK);
1563 	Linker.link(gtk_tree_row_reference_deleted, \"gtk_tree_row_reference_deleted\", LIBRARY.GTK);
1564 	Linker.link(gtk_tree_row_reference_reordered, \"gtk_tree_row_reference_reordered\", LIBRARY.GTK);
1565 
1566 	// gtk.TreeIterError
1567 
1568 
1569 	// gtk.
1570 
1571 
1572 	// gtk.TreeSelection
1573 
1574 	Linker.link(gtk_tree_selection_set_mode, \"gtk_tree_selection_set_mode\", LIBRARY.GTK);
1575 	Linker.link(gtk_tree_selection_get_mode, \"gtk_tree_selection_get_mode\", LIBRARY.GTK);
1576 	Linker.link(gtk_tree_selection_set_select_function, \"gtk_tree_selection_set_select_function\", LIBRARY.GTK);
1577 	Linker.link(gtk_tree_selection_get_select_function, \"gtk_tree_selection_get_select_function\", LIBRARY.GTK);
1578 	Linker.link(gtk_tree_selection_get_user_data, \"gtk_tree_selection_get_user_data\", LIBRARY.GTK);
1579 	Linker.link(gtk_tree_selection_get_tree_view, \"gtk_tree_selection_get_tree_view\", LIBRARY.GTK);
1580 	Linker.link(gtk_tree_selection_get_selected, \"gtk_tree_selection_get_selected\", LIBRARY.GTK);
1581 	Linker.link(gtk_tree_selection_selected_foreach, \"gtk_tree_selection_selected_foreach\", LIBRARY.GTK);
1582 	Linker.link(gtk_tree_selection_get_selected_rows, \"gtk_tree_selection_get_selected_rows\", LIBRARY.GTK);
1583 	Linker.link(gtk_tree_selection_count_selected_rows, \"gtk_tree_selection_count_selected_rows\", LIBRARY.GTK);
1584 	Linker.link(gtk_tree_selection_select_path, \"gtk_tree_selection_select_path\", LIBRARY.GTK);
1585 	Linker.link(gtk_tree_selection_unselect_path, \"gtk_tree_selection_unselect_path\", LIBRARY.GTK);
1586 	Linker.link(gtk_tree_selection_path_is_selected, \"gtk_tree_selection_path_is_selected\", LIBRARY.GTK);
1587 	Linker.link(gtk_tree_selection_select_iter, \"gtk_tree_selection_select_iter\", LIBRARY.GTK);
1588 	Linker.link(gtk_tree_selection_unselect_iter, \"gtk_tree_selection_unselect_iter\", LIBRARY.GTK);
1589 	Linker.link(gtk_tree_selection_iter_is_selected, \"gtk_tree_selection_iter_is_selected\", LIBRARY.GTK);
1590 	Linker.link(gtk_tree_selection_select_all, \"gtk_tree_selection_select_all\", LIBRARY.GTK);
1591 	Linker.link(gtk_tree_selection_unselect_all, \"gtk_tree_selection_unselect_all\", LIBRARY.GTK);
1592 	Linker.link(gtk_tree_selection_select_range, \"gtk_tree_selection_select_range\", LIBRARY.GTK);
1593 	Linker.link(gtk_tree_selection_unselect_range, \"gtk_tree_selection_unselect_range\", LIBRARY.GTK);
1594 
1595 	// gtk.TreeViewColumn
1596 
1597 	Linker.link(gtk_tree_view_column_new, \"gtk_tree_view_column_new\", LIBRARY.GTK);
1598 	Linker.link(gtk_tree_view_column_new_with_attributes, \"gtk_tree_view_column_new_with_attributes\", LIBRARY.GTK);
1599 	Linker.link(gtk_tree_view_column_pack_start, \"gtk_tree_view_column_pack_start\", LIBRARY.GTK);
1600 	Linker.link(gtk_tree_view_column_pack_end, \"gtk_tree_view_column_pack_end\", LIBRARY.GTK);
1601 	Linker.link(gtk_tree_view_column_clear, \"gtk_tree_view_column_clear\", LIBRARY.GTK);
1602 	Linker.link(gtk_tree_view_column_get_cell_renderers, \"gtk_tree_view_column_get_cell_renderers\", LIBRARY.GTK);
1603 	Linker.link(gtk_tree_view_column_add_attribute, \"gtk_tree_view_column_add_attribute\", LIBRARY.GTK);
1604 	Linker.link(gtk_tree_view_column_set_attributes, \"gtk_tree_view_column_set_attributes\", LIBRARY.GTK);
1605 	Linker.link(gtk_tree_view_column_set_cell_data_func, \"gtk_tree_view_column_set_cell_data_func\", LIBRARY.GTK);
1606 	Linker.link(gtk_tree_view_column_clear_attributes, \"gtk_tree_view_column_clear_attributes\", LIBRARY.GTK);
1607 	Linker.link(gtk_tree_view_column_set_spacing, \"gtk_tree_view_column_set_spacing\", LIBRARY.GTK);
1608 	Linker.link(gtk_tree_view_column_get_spacing, \"gtk_tree_view_column_get_spacing\", LIBRARY.GTK);
1609 	Linker.link(gtk_tree_view_column_set_visible, \"gtk_tree_view_column_set_visible\", LIBRARY.GTK);
1610 	Linker.link(gtk_tree_view_column_get_visible, \"gtk_tree_view_column_get_visible\", LIBRARY.GTK);
1611 	Linker.link(gtk_tree_view_column_set_resizable, \"gtk_tree_view_column_set_resizable\", LIBRARY.GTK);
1612 	Linker.link(gtk_tree_view_column_get_resizable, \"gtk_tree_view_column_get_resizable\", LIBRARY.GTK);
1613 	Linker.link(gtk_tree_view_column_set_sizing, \"gtk_tree_view_column_set_sizing\", LIBRARY.GTK);
1614 	Linker.link(gtk_tree_view_column_get_sizing, \"gtk_tree_view_column_get_sizing\", LIBRARY.GTK);
1615 	Linker.link(gtk_tree_view_column_get_width, \"gtk_tree_view_column_get_width\", LIBRARY.GTK);
1616 	Linker.link(gtk_tree_view_column_get_fixed_width, \"gtk_tree_view_column_get_fixed_width\", LIBRARY.GTK);
1617 	Linker.link(gtk_tree_view_column_set_fixed_width, \"gtk_tree_view_column_set_fixed_width\", LIBRARY.GTK);
1618 	Linker.link(gtk_tree_view_column_set_min_width, \"gtk_tree_view_column_set_min_width\", LIBRARY.GTK);
1619 	Linker.link(gtk_tree_view_column_get_min_width, \"gtk_tree_view_column_get_min_width\", LIBRARY.GTK);
1620 	Linker.link(gtk_tree_view_column_set_max_width, \"gtk_tree_view_column_set_max_width\", LIBRARY.GTK);
1621 	Linker.link(gtk_tree_view_column_get_max_width, \"gtk_tree_view_column_get_max_width\", LIBRARY.GTK);
1622 	Linker.link(gtk_tree_view_column_clicked, \"gtk_tree_view_column_clicked\", LIBRARY.GTK);
1623 	Linker.link(gtk_tree_view_column_set_title, \"gtk_tree_view_column_set_title\", LIBRARY.GTK);
1624 	Linker.link(gtk_tree_view_column_get_title, \"gtk_tree_view_column_get_title\", LIBRARY.GTK);
1625 	Linker.link(gtk_tree_view_column_set_expand, \"gtk_tree_view_column_set_expand\", LIBRARY.GTK);
1626 	Linker.link(gtk_tree_view_column_get_expand, \"gtk_tree_view_column_get_expand\", LIBRARY.GTK);
1627 	Linker.link(gtk_tree_view_column_set_clickable, \"gtk_tree_view_column_set_clickable\", LIBRARY.GTK);
1628 	Linker.link(gtk_tree_view_column_get_clickable, \"gtk_tree_view_column_get_clickable\", LIBRARY.GTK);
1629 	Linker.link(gtk_tree_view_column_set_widget, \"gtk_tree_view_column_set_widget\", LIBRARY.GTK);
1630 	Linker.link(gtk_tree_view_column_get_widget, \"gtk_tree_view_column_get_widget\", LIBRARY.GTK);
1631 	Linker.link(gtk_tree_view_column_set_alignment, \"gtk_tree_view_column_set_alignment\", LIBRARY.GTK);
1632 	Linker.link(gtk_tree_view_column_get_alignment, \"gtk_tree_view_column_get_alignment\", LIBRARY.GTK);
1633 	Linker.link(gtk_tree_view_column_set_reorderable, \"gtk_tree_view_column_set_reorderable\", LIBRARY.GTK);
1634 	Linker.link(gtk_tree_view_column_get_reorderable, \"gtk_tree_view_column_get_reorderable\", LIBRARY.GTK);
1635 	Linker.link(gtk_tree_view_column_set_sort_column_id, \"gtk_tree_view_column_set_sort_column_id\", LIBRARY.GTK);
1636 	Linker.link(gtk_tree_view_column_get_sort_column_id, \"gtk_tree_view_column_get_sort_column_id\", LIBRARY.GTK);
1637 	Linker.link(gtk_tree_view_column_set_sort_indicator, \"gtk_tree_view_column_set_sort_indicator\", LIBRARY.GTK);
1638 	Linker.link(gtk_tree_view_column_get_sort_indicator, \"gtk_tree_view_column_get_sort_indicator\", LIBRARY.GTK);
1639 	Linker.link(gtk_tree_view_column_set_sort_order, \"gtk_tree_view_column_set_sort_order\", LIBRARY.GTK);
1640 	Linker.link(gtk_tree_view_column_get_sort_order, \"gtk_tree_view_column_get_sort_order\", LIBRARY.GTK);
1641 	Linker.link(gtk_tree_view_column_cell_set_cell_data, \"gtk_tree_view_column_cell_set_cell_data\", LIBRARY.GTK);
1642 	Linker.link(gtk_tree_view_column_cell_get_size, \"gtk_tree_view_column_cell_get_size\", LIBRARY.GTK);
1643 	Linker.link(gtk_tree_view_column_cell_get_position, \"gtk_tree_view_column_cell_get_position\", LIBRARY.GTK);
1644 	Linker.link(gtk_tree_view_column_cell_is_visible, \"gtk_tree_view_column_cell_is_visible\", LIBRARY.GTK);
1645 	Linker.link(gtk_tree_view_column_focus_cell, \"gtk_tree_view_column_focus_cell\", LIBRARY.GTK);
1646 	Linker.link(gtk_tree_view_column_queue_resize, \"gtk_tree_view_column_queue_resize\", LIBRARY.GTK);
1647 	Linker.link(gtk_tree_view_column_get_tree_view, \"gtk_tree_view_column_get_tree_view\", LIBRARY.GTK);
1648 
1649 	// gtk.TreeView
1650 
1651 	Linker.link(gtk_tree_view_new, \"gtk_tree_view_new\", LIBRARY.GTK);
1652 	Linker.link(gtk_tree_view_get_level_indentation, \"gtk_tree_view_get_level_indentation\", LIBRARY.GTK);
1653 	Linker.link(gtk_tree_view_get_show_expanders, \"gtk_tree_view_get_show_expanders\", LIBRARY.GTK);
1654 	Linker.link(gtk_tree_view_set_level_indentation, \"gtk_tree_view_set_level_indentation\", LIBRARY.GTK);
1655 	Linker.link(gtk_tree_view_set_show_expanders, \"gtk_tree_view_set_show_expanders\", LIBRARY.GTK);
1656 	Linker.link(gtk_tree_view_new_with_model, \"gtk_tree_view_new_with_model\", LIBRARY.GTK);
1657 	Linker.link(gtk_tree_view_get_model, \"gtk_tree_view_get_model\", LIBRARY.GTK);
1658 	Linker.link(gtk_tree_view_set_model, \"gtk_tree_view_set_model\", LIBRARY.GTK);
1659 	Linker.link(gtk_tree_view_get_selection, \"gtk_tree_view_get_selection\", LIBRARY.GTK);
1660 	Linker.link(gtk_tree_view_get_hadjustment, \"gtk_tree_view_get_hadjustment\", LIBRARY.GTK);
1661 	Linker.link(gtk_tree_view_set_hadjustment, \"gtk_tree_view_set_hadjustment\", LIBRARY.GTK);
1662 	Linker.link(gtk_tree_view_get_vadjustment, \"gtk_tree_view_get_vadjustment\", LIBRARY.GTK);
1663 	Linker.link(gtk_tree_view_set_vadjustment, \"gtk_tree_view_set_vadjustment\", LIBRARY.GTK);
1664 	Linker.link(gtk_tree_view_get_headers_visible, \"gtk_tree_view_get_headers_visible\", LIBRARY.GTK);
1665 	Linker.link(gtk_tree_view_set_headers_visible, \"gtk_tree_view_set_headers_visible\", LIBRARY.GTK);
1666 	Linker.link(gtk_tree_view_columns_autosize, \"gtk_tree_view_columns_autosize\", LIBRARY.GTK);
1667 	Linker.link(gtk_tree_view_get_headers_clickable, \"gtk_tree_view_get_headers_clickable\", LIBRARY.GTK);
1668 	Linker.link(gtk_tree_view_set_headers_clickable, \"gtk_tree_view_set_headers_clickable\", LIBRARY.GTK);
1669 	Linker.link(gtk_tree_view_set_rules_hint, \"gtk_tree_view_set_rules_hint\", LIBRARY.GTK);
1670 	Linker.link(gtk_tree_view_get_rules_hint, \"gtk_tree_view_get_rules_hint\", LIBRARY.GTK);
1671 	Linker.link(gtk_tree_view_append_column, \"gtk_tree_view_append_column\", LIBRARY.GTK);
1672 	Linker.link(gtk_tree_view_remove_column, \"gtk_tree_view_remove_column\", LIBRARY.GTK);
1673 	Linker.link(gtk_tree_view_insert_column, \"gtk_tree_view_insert_column\", LIBRARY.GTK);
1674 	Linker.link(gtk_tree_view_insert_column_with_attributes, \"gtk_tree_view_insert_column_with_attributes\", LIBRARY.GTK);
1675 	Linker.link(gtk_tree_view_insert_column_with_data_func, \"gtk_tree_view_insert_column_with_data_func\", LIBRARY.GTK);
1676 	Linker.link(gtk_tree_view_get_column, \"gtk_tree_view_get_column\", LIBRARY.GTK);
1677 	Linker.link(gtk_tree_view_get_columns, \"gtk_tree_view_get_columns\", LIBRARY.GTK);
1678 	Linker.link(gtk_tree_view_move_column_after, \"gtk_tree_view_move_column_after\", LIBRARY.GTK);
1679 	Linker.link(gtk_tree_view_set_expander_column, \"gtk_tree_view_set_expander_column\", LIBRARY.GTK);
1680 	Linker.link(gtk_tree_view_get_expander_column, \"gtk_tree_view_get_expander_column\", LIBRARY.GTK);
1681 	Linker.link(gtk_tree_view_set_column_drag_function, \"gtk_tree_view_set_column_drag_function\", LIBRARY.GTK);
1682 	Linker.link(gtk_tree_view_scroll_to_point, \"gtk_tree_view_scroll_to_point\", LIBRARY.GTK);
1683 	Linker.link(gtk_tree_view_scroll_to_cell, \"gtk_tree_view_scroll_to_cell\", LIBRARY.GTK);
1684 	Linker.link(gtk_tree_view_set_cursor, \"gtk_tree_view_set_cursor\", LIBRARY.GTK);
1685 	Linker.link(gtk_tree_view_set_cursor_on_cell, \"gtk_tree_view_set_cursor_on_cell\", LIBRARY.GTK);
1686 	Linker.link(gtk_tree_view_get_cursor, \"gtk_tree_view_get_cursor\", LIBRARY.GTK);
1687 	Linker.link(gtk_tree_view_row_activated, \"gtk_tree_view_row_activated\", LIBRARY.GTK);
1688 	Linker.link(gtk_tree_view_expand_all, \"gtk_tree_view_expand_all\", LIBRARY.GTK);
1689 	Linker.link(gtk_tree_view_collapse_all, \"gtk_tree_view_collapse_all\", LIBRARY.GTK);
1690 	Linker.link(gtk_tree_view_expand_to_path, \"gtk_tree_view_expand_to_path\", LIBRARY.GTK);
1691 	Linker.link(gtk_tree_view_expand_row, \"gtk_tree_view_expand_row\", LIBRARY.GTK);
1692 	Linker.link(gtk_tree_view_collapse_row, \"gtk_tree_view_collapse_row\", LIBRARY.GTK);
1693 	Linker.link(gtk_tree_view_map_expanded_rows, \"gtk_tree_view_map_expanded_rows\", LIBRARY.GTK);
1694 	Linker.link(gtk_tree_view_row_expanded, \"gtk_tree_view_row_expanded\", LIBRARY.GTK);
1695 	Linker.link(gtk_tree_view_set_reorderable, \"gtk_tree_view_set_reorderable\", LIBRARY.GTK);
1696 	Linker.link(gtk_tree_view_get_reorderable, \"gtk_tree_view_get_reorderable\", LIBRARY.GTK);
1697 	Linker.link(gtk_tree_view_get_path_at_pos, \"gtk_tree_view_get_path_at_pos\", LIBRARY.GTK);
1698 	Linker.link(gtk_tree_view_get_cell_area, \"gtk_tree_view_get_cell_area\", LIBRARY.GTK);
1699 	Linker.link(gtk_tree_view_get_background_area, \"gtk_tree_view_get_background_area\", LIBRARY.GTK);
1700 	Linker.link(gtk_tree_view_get_visible_rect, \"gtk_tree_view_get_visible_rect\", LIBRARY.GTK);
1701 	Linker.link(gtk_tree_view_get_visible_range, \"gtk_tree_view_get_visible_range\", LIBRARY.GTK);
1702 	Linker.link(gtk_tree_view_get_bin_window, \"gtk_tree_view_get_bin_window\", LIBRARY.GTK);
1703 	Linker.link(gtk_tree_view_widget_to_tree_coords, \"gtk_tree_view_widget_to_tree_coords\", LIBRARY.GTK);
1704 	Linker.link(gtk_tree_view_tree_to_widget_coords, \"gtk_tree_view_tree_to_widget_coords\", LIBRARY.GTK);
1705 	Linker.link(gtk_tree_view_convert_bin_window_to_tree_coords, \"gtk_tree_view_convert_bin_window_to_tree_coords\", LIBRARY.GTK);
1706 	Linker.link(gtk_tree_view_convert_bin_window_to_widget_coords, \"gtk_tree_view_convert_bin_window_to_widget_coords\", LIBRARY.GTK);
1707 	Linker.link(gtk_tree_view_convert_tree_to_bin_window_coords, \"gtk_tree_view_convert_tree_to_bin_window_coords\", LIBRARY.GTK);
1708 	Linker.link(gtk_tree_view_convert_tree_to_widget_coords, \"gtk_tree_view_convert_tree_to_widget_coords\", LIBRARY.GTK);
1709 	Linker.link(gtk_tree_view_convert_widget_to_bin_window_coords, \"gtk_tree_view_convert_widget_to_bin_window_coords\", LIBRARY.GTK);
1710 	Linker.link(gtk_tree_view_convert_widget_to_tree_coords, \"gtk_tree_view_convert_widget_to_tree_coords\", LIBRARY.GTK);
1711 	Linker.link(gtk_tree_view_enable_model_drag_dest, \"gtk_tree_view_enable_model_drag_dest\", LIBRARY.GTK);
1712 	Linker.link(gtk_tree_view_enable_model_drag_source, \"gtk_tree_view_enable_model_drag_source\", LIBRARY.GTK);
1713 	Linker.link(gtk_tree_view_unset_rows_drag_source, \"gtk_tree_view_unset_rows_drag_source\", LIBRARY.GTK);
1714 	Linker.link(gtk_tree_view_unset_rows_drag_dest, \"gtk_tree_view_unset_rows_drag_dest\", LIBRARY.GTK);
1715 	Linker.link(gtk_tree_view_set_drag_dest_row, \"gtk_tree_view_set_drag_dest_row\", LIBRARY.GTK);
1716 	Linker.link(gtk_tree_view_get_drag_dest_row, \"gtk_tree_view_get_drag_dest_row\", LIBRARY.GTK);
1717 	Linker.link(gtk_tree_view_get_dest_row_at_pos, \"gtk_tree_view_get_dest_row_at_pos\", LIBRARY.GTK);
1718 	Linker.link(gtk_tree_view_create_row_drag_icon, \"gtk_tree_view_create_row_drag_icon\", LIBRARY.GTK);
1719 	Linker.link(gtk_tree_view_set_enable_search, \"gtk_tree_view_set_enable_search\", LIBRARY.GTK);
1720 	Linker.link(gtk_tree_view_get_enable_search, \"gtk_tree_view_get_enable_search\", LIBRARY.GTK);
1721 	Linker.link(gtk_tree_view_get_search_column, \"gtk_tree_view_get_search_column\", LIBRARY.GTK);
1722 	Linker.link(gtk_tree_view_set_search_column, \"gtk_tree_view_set_search_column\", LIBRARY.GTK);
1723 	Linker.link(gtk_tree_view_get_search_equal_func, \"gtk_tree_view_get_search_equal_func\", LIBRARY.GTK);
1724 	Linker.link(gtk_tree_view_set_search_equal_func, \"gtk_tree_view_set_search_equal_func\", LIBRARY.GTK);
1725 	Linker.link(gtk_tree_view_get_search_entry, \"gtk_tree_view_get_search_entry\", LIBRARY.GTK);
1726 	Linker.link(gtk_tree_view_set_search_entry, \"gtk_tree_view_set_search_entry\", LIBRARY.GTK);
1727 	Linker.link(gtk_tree_view_get_search_position_func, \"gtk_tree_view_get_search_position_func\", LIBRARY.GTK);
1728 	Linker.link(gtk_tree_view_set_search_position_func, \"gtk_tree_view_set_search_position_func\", LIBRARY.GTK);
1729 	Linker.link(gtk_tree_view_get_fixed_height_mode, \"gtk_tree_view_get_fixed_height_mode\", LIBRARY.GTK);
1730 	Linker.link(gtk_tree_view_set_fixed_height_mode, \"gtk_tree_view_set_fixed_height_mode\", LIBRARY.GTK);
1731 	Linker.link(gtk_tree_view_get_hover_selection, \"gtk_tree_view_get_hover_selection\", LIBRARY.GTK);
1732 	Linker.link(gtk_tree_view_set_hover_selection, \"gtk_tree_view_set_hover_selection\", LIBRARY.GTK);
1733 	Linker.link(gtk_tree_view_get_hover_expand, \"gtk_tree_view_get_hover_expand\", LIBRARY.GTK);
1734 	Linker.link(gtk_tree_view_set_hover_expand, \"gtk_tree_view_set_hover_expand\", LIBRARY.GTK);
1735 	Linker.link(gtk_tree_view_set_destroy_count_func, \"gtk_tree_view_set_destroy_count_func\", LIBRARY.GTK);
1736 	Linker.link(gtk_tree_view_get_row_separator_func, \"gtk_tree_view_get_row_separator_func\", LIBRARY.GTK);
1737 	Linker.link(gtk_tree_view_set_row_separator_func, \"gtk_tree_view_set_row_separator_func\", LIBRARY.GTK);
1738 	Linker.link(gtk_tree_view_get_rubber_banding, \"gtk_tree_view_get_rubber_banding\", LIBRARY.GTK);
1739 	Linker.link(gtk_tree_view_set_rubber_banding, \"gtk_tree_view_set_rubber_banding\", LIBRARY.GTK);
1740 	Linker.link(gtk_tree_view_is_rubber_banding_active, \"gtk_tree_view_is_rubber_banding_active\", LIBRARY.GTK);
1741 	Linker.link(gtk_tree_view_get_enable_tree_lines, \"gtk_tree_view_get_enable_tree_lines\", LIBRARY.GTK);
1742 	Linker.link(gtk_tree_view_set_enable_tree_lines, \"gtk_tree_view_set_enable_tree_lines\", LIBRARY.GTK);
1743 	Linker.link(gtk_tree_view_get_grid_lines, \"gtk_tree_view_get_grid_lines\", LIBRARY.GTK);
1744 	Linker.link(gtk_tree_view_set_grid_lines, \"gtk_tree_view_set_grid_lines\", LIBRARY.GTK);
1745 	Linker.link(gtk_tree_view_set_tooltip_row, \"gtk_tree_view_set_tooltip_row\", LIBRARY.GTK);
1746 	Linker.link(gtk_tree_view_set_tooltip_cell, \"gtk_tree_view_set_tooltip_cell\", LIBRARY.GTK);
1747 	Linker.link(gtk_tree_view_get_tooltip_context, \"gtk_tree_view_get_tooltip_context\", LIBRARY.GTK);
1748 	Linker.link(gtk_tree_view_get_tooltip_column, \"gtk_tree_view_get_tooltip_column\", LIBRARY.GTK);
1749 	Linker.link(gtk_tree_view_set_tooltip_column, \"gtk_tree_view_set_tooltip_column\", LIBRARY.GTK);
1750 
1751 	// gtk.TreeDragSourceT
1752 
1753 
1754 	// gtk.TreeDragSourceT
1755 
1756 	Linker.link(gtk_tree_drag_source_drag_data_delete, \"gtk_tree_drag_source_drag_data_delete\", LIBRARY.GTK);
1757 	Linker.link(gtk_tree_drag_source_drag_data_get, \"gtk_tree_drag_source_drag_data_get\", LIBRARY.GTK);
1758 	Linker.link(gtk_tree_drag_source_row_draggable, \"gtk_tree_drag_source_row_draggable\", LIBRARY.GTK);
1759 	Linker.link(gtk_tree_set_row_drag_data, \"gtk_tree_set_row_drag_data\", LIBRARY.GTK);
1760 	Linker.link(gtk_tree_get_row_drag_data, \"gtk_tree_get_row_drag_data\", LIBRARY.GTK);
1761 
1762 	// gtk.TreeDragDestT
1763 
1764 
1765 	// gtk.TreeDragDestT
1766 
1767 	Linker.link(gtk_tree_drag_dest_drag_data_received, \"gtk_tree_drag_dest_drag_data_received\", LIBRARY.GTK);
1768 	Linker.link(gtk_tree_drag_dest_row_drop_possible, \"gtk_tree_drag_dest_row_drop_possible\", LIBRARY.GTK);
1769 
1770 	// gtk.CellView
1771 
1772 	Linker.link(gtk_cell_view_new, \"gtk_cell_view_new\", LIBRARY.GTK);
1773 	Linker.link(gtk_cell_view_new_with_text, \"gtk_cell_view_new_with_text\", LIBRARY.GTK);
1774 	Linker.link(gtk_cell_view_new_with_markup, \"gtk_cell_view_new_with_markup\", LIBRARY.GTK);
1775 	Linker.link(gtk_cell_view_new_with_pixbuf, \"gtk_cell_view_new_with_pixbuf\", LIBRARY.GTK);
1776 	Linker.link(gtk_cell_view_set_model, \"gtk_cell_view_set_model\", LIBRARY.GTK);
1777 	Linker.link(gtk_cell_view_get_model, \"gtk_cell_view_get_model\", LIBRARY.GTK);
1778 	Linker.link(gtk_cell_view_set_displayed_row, \"gtk_cell_view_set_displayed_row\", LIBRARY.GTK);
1779 	Linker.link(gtk_cell_view_get_displayed_row, \"gtk_cell_view_get_displayed_row\", LIBRARY.GTK);
1780 	Linker.link(gtk_cell_view_get_size_of_row, \"gtk_cell_view_get_size_of_row\", LIBRARY.GTK);
1781 	Linker.link(gtk_cell_view_set_background_color, \"gtk_cell_view_set_background_color\", LIBRARY.GTK);
1782 	Linker.link(gtk_cell_view_get_cell_renderers, \"gtk_cell_view_get_cell_renderers\", LIBRARY.GTK);
1783 
1784 	// gtk.IconView
1785 
1786 	Linker.link(gtk_icon_view_new, \"gtk_icon_view_new\", LIBRARY.GTK);
1787 	Linker.link(gtk_icon_view_new_with_model, \"gtk_icon_view_new_with_model\", LIBRARY.GTK);
1788 	Linker.link(gtk_icon_view_set_model, \"gtk_icon_view_set_model\", LIBRARY.GTK);
1789 	Linker.link(gtk_icon_view_get_model, \"gtk_icon_view_get_model\", LIBRARY.GTK);
1790 	Linker.link(gtk_icon_view_set_text_column, \"gtk_icon_view_set_text_column\", LIBRARY.GTK);
1791 	Linker.link(gtk_icon_view_get_text_column, \"gtk_icon_view_get_text_column\", LIBRARY.GTK);
1792 	Linker.link(gtk_icon_view_set_markup_column, \"gtk_icon_view_set_markup_column\", LIBRARY.GTK);
1793 	Linker.link(gtk_icon_view_get_markup_column, \"gtk_icon_view_get_markup_column\", LIBRARY.GTK);
1794 	Linker.link(gtk_icon_view_set_pixbuf_column, \"gtk_icon_view_set_pixbuf_column\", LIBRARY.GTK);
1795 	Linker.link(gtk_icon_view_get_pixbuf_column, \"gtk_icon_view_get_pixbuf_column\", LIBRARY.GTK);
1796 	Linker.link(gtk_icon_view_get_path_at_pos, \"gtk_icon_view_get_path_at_pos\", LIBRARY.GTK);
1797 	Linker.link(gtk_icon_view_get_item_at_pos, \"gtk_icon_view_get_item_at_pos\", LIBRARY.GTK);
1798 	Linker.link(gtk_icon_view_convert_widget_to_bin_window_coords, \"gtk_icon_view_convert_widget_to_bin_window_coords\", LIBRARY.GTK);
1799 	Linker.link(gtk_icon_view_set_cursor, \"gtk_icon_view_set_cursor\", LIBRARY.GTK);
1800 	Linker.link(gtk_icon_view_get_cursor, \"gtk_icon_view_get_cursor\", LIBRARY.GTK);
1801 	Linker.link(gtk_icon_view_selected_foreach, \"gtk_icon_view_selected_foreach\", LIBRARY.GTK);
1802 	Linker.link(gtk_icon_view_set_selection_mode, \"gtk_icon_view_set_selection_mode\", LIBRARY.GTK);
1803 	Linker.link(gtk_icon_view_get_selection_mode, \"gtk_icon_view_get_selection_mode\", LIBRARY.GTK);
1804 	Linker.link(gtk_icon_view_set_orientation, \"gtk_icon_view_set_orientation\", LIBRARY.GTK);
1805 	Linker.link(gtk_icon_view_get_orientation, \"gtk_icon_view_get_orientation\", LIBRARY.GTK);
1806 	Linker.link(gtk_icon_view_set_item_orientation, \"gtk_icon_view_set_item_orientation\", LIBRARY.GTK);
1807 	Linker.link(gtk_icon_view_get_item_orientation, \"gtk_icon_view_get_item_orientation\", LIBRARY.GTK);
1808 	Linker.link(gtk_icon_view_set_columns, \"gtk_icon_view_set_columns\", LIBRARY.GTK);
1809 	Linker.link(gtk_icon_view_get_columns, \"gtk_icon_view_get_columns\", LIBRARY.GTK);
1810 	Linker.link(gtk_icon_view_set_item_width, \"gtk_icon_view_set_item_width\", LIBRARY.GTK);
1811 	Linker.link(gtk_icon_view_get_item_width, \"gtk_icon_view_get_item_width\", LIBRARY.GTK);
1812 	Linker.link(gtk_icon_view_set_spacing, \"gtk_icon_view_set_spacing\", LIBRARY.GTK);
1813 	Linker.link(gtk_icon_view_get_spacing, \"gtk_icon_view_get_spacing\", LIBRARY.GTK);
1814 	Linker.link(gtk_icon_view_set_row_spacing, \"gtk_icon_view_set_row_spacing\", LIBRARY.GTK);
1815 	Linker.link(gtk_icon_view_get_row_spacing, \"gtk_icon_view_get_row_spacing\", LIBRARY.GTK);
1816 	Linker.link(gtk_icon_view_set_column_spacing, \"gtk_icon_view_set_column_spacing\", LIBRARY.GTK);
1817 	Linker.link(gtk_icon_view_get_column_spacing, \"gtk_icon_view_get_column_spacing\", LIBRARY.GTK);
1818 	Linker.link(gtk_icon_view_set_margin, \"gtk_icon_view_set_margin\", LIBRARY.GTK);
1819 	Linker.link(gtk_icon_view_get_margin, \"gtk_icon_view_get_margin\", LIBRARY.GTK);
1820 	Linker.link(gtk_icon_view_set_item_padding, \"gtk_icon_view_set_item_padding\", LIBRARY.GTK);
1821 	Linker.link(gtk_icon_view_get_item_padding, \"gtk_icon_view_get_item_padding\", LIBRARY.GTK);
1822 	Linker.link(gtk_icon_view_select_path, \"gtk_icon_view_select_path\", LIBRARY.GTK);
1823 	Linker.link(gtk_icon_view_unselect_path, \"gtk_icon_view_unselect_path\", LIBRARY.GTK);
1824 	Linker.link(gtk_icon_view_path_is_selected, \"gtk_icon_view_path_is_selected\", LIBRARY.GTK);
1825 	Linker.link(gtk_icon_view_get_selected_items, \"gtk_icon_view_get_selected_items\", LIBRARY.GTK);
1826 	Linker.link(gtk_icon_view_select_all, \"gtk_icon_view_select_all\", LIBRARY.GTK);
1827 	Linker.link(gtk_icon_view_unselect_all, \"gtk_icon_view_unselect_all\", LIBRARY.GTK);
1828 	Linker.link(gtk_icon_view_item_activated, \"gtk_icon_view_item_activated\", LIBRARY.GTK);
1829 	Linker.link(gtk_icon_view_scroll_to_path, \"gtk_icon_view_scroll_to_path\", LIBRARY.GTK);
1830 	Linker.link(gtk_icon_view_get_visible_range, \"gtk_icon_view_get_visible_range\", LIBRARY.GTK);
1831 	Linker.link(gtk_icon_view_set_tooltip_item, \"gtk_icon_view_set_tooltip_item\", LIBRARY.GTK);
1832 	Linker.link(gtk_icon_view_set_tooltip_cell, \"gtk_icon_view_set_tooltip_cell\", LIBRARY.GTK);
1833 	Linker.link(gtk_icon_view_get_tooltip_context, \"gtk_icon_view_get_tooltip_context\", LIBRARY.GTK);
1834 	Linker.link(gtk_icon_view_set_tooltip_column, \"gtk_icon_view_set_tooltip_column\", LIBRARY.GTK);
1835 	Linker.link(gtk_icon_view_get_tooltip_column, \"gtk_icon_view_get_tooltip_column\", LIBRARY.GTK);
1836 	Linker.link(gtk_icon_view_get_item_row, \"gtk_icon_view_get_item_row\", LIBRARY.GTK);
1837 	Linker.link(gtk_icon_view_get_item_column, \"gtk_icon_view_get_item_column\", LIBRARY.GTK);
1838 	Linker.link(gtk_icon_view_enable_model_drag_source, \"gtk_icon_view_enable_model_drag_source\", LIBRARY.GTK);
1839 	Linker.link(gtk_icon_view_enable_model_drag_dest, \"gtk_icon_view_enable_model_drag_dest\", LIBRARY.GTK);
1840 	Linker.link(gtk_icon_view_unset_model_drag_source, \"gtk_icon_view_unset_model_drag_source\", LIBRARY.GTK);
1841 	Linker.link(gtk_icon_view_unset_model_drag_dest, \"gtk_icon_view_unset_model_drag_dest\", LIBRARY.GTK);
1842 	Linker.link(gtk_icon_view_set_reorderable, \"gtk_icon_view_set_reorderable\", LIBRARY.GTK);
1843 	Linker.link(gtk_icon_view_get_reorderable, \"gtk_icon_view_get_reorderable\", LIBRARY.GTK);
1844 	Linker.link(gtk_icon_view_set_drag_dest_item, \"gtk_icon_view_set_drag_dest_item\", LIBRARY.GTK);
1845 	Linker.link(gtk_icon_view_get_drag_dest_item, \"gtk_icon_view_get_drag_dest_item\", LIBRARY.GTK);
1846 	Linker.link(gtk_icon_view_get_dest_item_at_pos, \"gtk_icon_view_get_dest_item_at_pos\", LIBRARY.GTK);
1847 	Linker.link(gtk_icon_view_create_drag_icon, \"gtk_icon_view_create_drag_icon\", LIBRARY.GTK);
1848 
1849 	// gtk.TreeSortableT
1850 
1851 
1852 	// gtk.TreeSortableT
1853 
1854 	Linker.link(gtk_tree_sortable_sort_column_changed, \"gtk_tree_sortable_sort_column_changed\", LIBRARY.GTK);
1855 	Linker.link(gtk_tree_sortable_get_sort_column_id, \"gtk_tree_sortable_get_sort_column_id\", LIBRARY.GTK);
1856 	Linker.link(gtk_tree_sortable_set_sort_column_id, \"gtk_tree_sortable_set_sort_column_id\", LIBRARY.GTK);
1857 	Linker.link(gtk_tree_sortable_set_sort_func, \"gtk_tree_sortable_set_sort_func\", LIBRARY.GTK);
1858 	Linker.link(gtk_tree_sortable_set_default_sort_func, \"gtk_tree_sortable_set_default_sort_func\", LIBRARY.GTK);
1859 	Linker.link(gtk_tree_sortable_has_default_sort_func, \"gtk_tree_sortable_has_default_sort_func\", LIBRARY.GTK);
1860 
1861 	// gtk.TreeModelSort
1862 
1863 	Linker.link(gtk_tree_model_sort_new_with_model, \"gtk_tree_model_sort_new_with_model\", LIBRARY.GTK);
1864 	Linker.link(gtk_tree_model_sort_get_model, \"gtk_tree_model_sort_get_model\", LIBRARY.GTK);
1865 	Linker.link(gtk_tree_model_sort_convert_child_path_to_path, \"gtk_tree_model_sort_convert_child_path_to_path\", LIBRARY.GTK);
1866 	Linker.link(gtk_tree_model_sort_convert_child_iter_to_iter, \"gtk_tree_model_sort_convert_child_iter_to_iter\", LIBRARY.GTK);
1867 	Linker.link(gtk_tree_model_sort_convert_path_to_child_path, \"gtk_tree_model_sort_convert_path_to_child_path\", LIBRARY.GTK);
1868 	Linker.link(gtk_tree_model_sort_convert_iter_to_child_iter, \"gtk_tree_model_sort_convert_iter_to_child_iter\", LIBRARY.GTK);
1869 	Linker.link(gtk_tree_model_sort_reset_default_sort_func, \"gtk_tree_model_sort_reset_default_sort_func\", LIBRARY.GTK);
1870 	Linker.link(gtk_tree_model_sort_clear_cache, \"gtk_tree_model_sort_clear_cache\", LIBRARY.GTK);
1871 	Linker.link(gtk_tree_model_sort_iter_is_valid, \"gtk_tree_model_sort_iter_is_valid\", LIBRARY.GTK);
1872 
1873 	// gtk.TreeModelFilter
1874 
1875 	Linker.link(gtk_tree_model_filter_new, \"gtk_tree_model_filter_new\", LIBRARY.GTK);
1876 	Linker.link(gtk_tree_model_filter_set_visible_func, \"gtk_tree_model_filter_set_visible_func\", LIBRARY.GTK);
1877 	Linker.link(gtk_tree_model_filter_set_modify_func, \"gtk_tree_model_filter_set_modify_func\", LIBRARY.GTK);
1878 	Linker.link(gtk_tree_model_filter_set_visible_column, \"gtk_tree_model_filter_set_visible_column\", LIBRARY.GTK);
1879 	Linker.link(gtk_tree_model_filter_get_model, \"gtk_tree_model_filter_get_model\", LIBRARY.GTK);
1880 	Linker.link(gtk_tree_model_filter_convert_child_iter_to_iter, \"gtk_tree_model_filter_convert_child_iter_to_iter\", LIBRARY.GTK);
1881 	Linker.link(gtk_tree_model_filter_convert_iter_to_child_iter, \"gtk_tree_model_filter_convert_iter_to_child_iter\", LIBRARY.GTK);
1882 	Linker.link(gtk_tree_model_filter_convert_child_path_to_path, \"gtk_tree_model_filter_convert_child_path_to_path\", LIBRARY.GTK);
1883 	Linker.link(gtk_tree_model_filter_convert_path_to_child_path, \"gtk_tree_model_filter_convert_path_to_child_path\", LIBRARY.GTK);
1884 	Linker.link(gtk_tree_model_filter_refilter, \"gtk_tree_model_filter_refilter\", LIBRARY.GTK);
1885 	Linker.link(gtk_tree_model_filter_clear_cache, \"gtk_tree_model_filter_clear_cache\", LIBRARY.GTK);
1886 
1887 	// gtk.CellLayoutT
1888 
1889 
1890 	// gtk.CellLayoutT
1891 
1892 	Linker.link(gtk_cell_layout_pack_start, \"gtk_cell_layout_pack_start\", LIBRARY.GTK);
1893 	Linker.link(gtk_cell_layout_pack_end, \"gtk_cell_layout_pack_end\", LIBRARY.GTK);
1894 	Linker.link(gtk_cell_layout_get_cells, \"gtk_cell_layout_get_cells\", LIBRARY.GTK);
1895 	Linker.link(gtk_cell_layout_reorder, \"gtk_cell_layout_reorder\", LIBRARY.GTK);
1896 	Linker.link(gtk_cell_layout_clear, \"gtk_cell_layout_clear\", LIBRARY.GTK);
1897 	Linker.link(gtk_cell_layout_set_attributes, \"gtk_cell_layout_set_attributes\", LIBRARY.GTK);
1898 	Linker.link(gtk_cell_layout_add_attribute, \"gtk_cell_layout_add_attribute\", LIBRARY.GTK);
1899 	Linker.link(gtk_cell_layout_set_cell_data_func, \"gtk_cell_layout_set_cell_data_func\", LIBRARY.GTK);
1900 	Linker.link(gtk_cell_layout_clear_attributes, \"gtk_cell_layout_clear_attributes\", LIBRARY.GTK);
1901 
1902 	// gtk.CellRenderer
1903 
1904 	Linker.link(gtk_cell_renderer_get_size, \"gtk_cell_renderer_get_size\", LIBRARY.GTK);
1905 	Linker.link(gtk_cell_renderer_render, \"gtk_cell_renderer_render\", LIBRARY.GTK);
1906 	Linker.link(gtk_cell_renderer_activate, \"gtk_cell_renderer_activate\", LIBRARY.GTK);
1907 	Linker.link(gtk_cell_renderer_start_editing, \"gtk_cell_renderer_start_editing\", LIBRARY.GTK);
1908 	Linker.link(gtk_cell_renderer_editing_canceled, \"gtk_cell_renderer_editing_canceled\", LIBRARY.GTK);
1909 	Linker.link(gtk_cell_renderer_stop_editing, \"gtk_cell_renderer_stop_editing\", LIBRARY.GTK);
1910 	Linker.link(gtk_cell_renderer_get_fixed_size, \"gtk_cell_renderer_get_fixed_size\", LIBRARY.GTK);
1911 	Linker.link(gtk_cell_renderer_set_fixed_size, \"gtk_cell_renderer_set_fixed_size\", LIBRARY.GTK);
1912 	Linker.link(gtk_cell_renderer_get_visible, \"gtk_cell_renderer_get_visible\", LIBRARY.GTK);
1913 	Linker.link(gtk_cell_renderer_set_visible, \"gtk_cell_renderer_set_visible\", LIBRARY.GTK);
1914 	Linker.link(gtk_cell_renderer_get_sensitive, \"gtk_cell_renderer_get_sensitive\", LIBRARY.GTK);
1915 	Linker.link(gtk_cell_renderer_set_sensitive, \"gtk_cell_renderer_set_sensitive\", LIBRARY.GTK);
1916 	Linker.link(gtk_cell_renderer_get_alignment, \"gtk_cell_renderer_get_alignment\", LIBRARY.GTK);
1917 	Linker.link(gtk_cell_renderer_set_alignment, \"gtk_cell_renderer_set_alignment\", LIBRARY.GTK);
1918 	Linker.link(gtk_cell_renderer_get_padding, \"gtk_cell_renderer_get_padding\", LIBRARY.GTK);
1919 	Linker.link(gtk_cell_renderer_set_padding, \"gtk_cell_renderer_set_padding\", LIBRARY.GTK);
1920 
1921 	// gtk.CellEditableT
1922 
1923 
1924 	// gtk.CellEditableT
1925 
1926 	Linker.link(gtk_cell_editable_start_editing, \"gtk_cell_editable_start_editing\", LIBRARY.GTK);
1927 	Linker.link(gtk_cell_editable_editing_done, \"gtk_cell_editable_editing_done\", LIBRARY.GTK);
1928 	Linker.link(gtk_cell_editable_remove_widget, \"gtk_cell_editable_remove_widget\", LIBRARY.GTK);
1929 
1930 	// gtk.CellEditable
1931 
1932 
1933 	// gtk.CellRendererAccel
1934 
1935 	Linker.link(gtk_cell_renderer_accel_new, \"gtk_cell_renderer_accel_new\", LIBRARY.GTK);
1936 
1937 	// gtk.CellRendererCombo
1938 
1939 	Linker.link(gtk_cell_renderer_combo_new, \"gtk_cell_renderer_combo_new\", LIBRARY.GTK);
1940 
1941 	// gtk.CellRendererPixbuf
1942 
1943 	Linker.link(gtk_cell_renderer_pixbuf_new, \"gtk_cell_renderer_pixbuf_new\", LIBRARY.GTK);
1944 
1945 	// gtk.CellRendererProgress
1946 
1947 	Linker.link(gtk_cell_renderer_progress_new, \"gtk_cell_renderer_progress_new\", LIBRARY.GTK);
1948 
1949 	// gtk.CellRendererSpin
1950 
1951 	Linker.link(gtk_cell_renderer_spin_new, \"gtk_cell_renderer_spin_new\", LIBRARY.GTK);
1952 
1953 	// gtk.CellRendererText
1954 
1955 	Linker.link(gtk_cell_renderer_text_new, \"gtk_cell_renderer_text_new\", LIBRARY.GTK);
1956 	Linker.link(gtk_cell_renderer_text_set_fixed_height_from_font, \"gtk_cell_renderer_text_set_fixed_height_from_font\", LIBRARY.GTK);
1957 
1958 	// gtk.CellRendererToggle
1959 
1960 	Linker.link(gtk_cell_renderer_toggle_new, \"gtk_cell_renderer_toggle_new\", LIBRARY.GTK);
1961 	Linker.link(gtk_cell_renderer_toggle_get_radio, \"gtk_cell_renderer_toggle_get_radio\", LIBRARY.GTK);
1962 	Linker.link(gtk_cell_renderer_toggle_set_radio, \"gtk_cell_renderer_toggle_set_radio\", LIBRARY.GTK);
1963 	Linker.link(gtk_cell_renderer_toggle_get_active, \"gtk_cell_renderer_toggle_get_active\", LIBRARY.GTK);
1964 	Linker.link(gtk_cell_renderer_toggle_set_active, \"gtk_cell_renderer_toggle_set_active\", LIBRARY.GTK);
1965 	Linker.link(gtk_cell_renderer_toggle_get_activatable, \"gtk_cell_renderer_toggle_get_activatable\", LIBRARY.GTK);
1966 	Linker.link(gtk_cell_renderer_toggle_set_activatable, \"gtk_cell_renderer_toggle_set_activatable\", LIBRARY.GTK);
1967 
1968 	// gtk.CellRendererSpinner
1969 
1970 	Linker.link(gtk_cell_renderer_spinner_new, \"gtk_cell_renderer_spinner_new\", LIBRARY.GTK);
1971 
1972 	// gtk.
1973 
1974 
1975 	// gtk.ListStore
1976 
1977 	Linker.link(gtk_list_store_new, \"gtk_list_store_new\", LIBRARY.GTK);
1978 	Linker.link(gtk_list_store_newv, \"gtk_list_store_newv\", LIBRARY.GTK);
1979 	Linker.link(gtk_list_store_set_column_types, \"gtk_list_store_set_column_types\", LIBRARY.GTK);
1980 	Linker.link(gtk_list_store_set, \"gtk_list_store_set\", LIBRARY.GTK);
1981 	Linker.link(gtk_list_store_set_valist, \"gtk_list_store_set_valist\", LIBRARY.GTK);
1982 	Linker.link(gtk_list_store_set_value, \"gtk_list_store_set_value\", LIBRARY.GTK);
1983 	Linker.link(gtk_list_store_set_valuesv, \"gtk_list_store_set_valuesv\", LIBRARY.GTK);
1984 	Linker.link(gtk_list_store_remove, \"gtk_list_store_remove\", LIBRARY.GTK);
1985 	Linker.link(gtk_list_store_insert, \"gtk_list_store_insert\", LIBRARY.GTK);
1986 	Linker.link(gtk_list_store_insert_before, \"gtk_list_store_insert_before\", LIBRARY.GTK);
1987 	Linker.link(gtk_list_store_insert_after, \"gtk_list_store_insert_after\", LIBRARY.GTK);
1988 	Linker.link(gtk_list_store_insert_with_values, \"gtk_list_store_insert_with_values\", LIBRARY.GTK);
1989 	Linker.link(gtk_list_store_insert_with_valuesv, \"gtk_list_store_insert_with_valuesv\", LIBRARY.GTK);
1990 	Linker.link(gtk_list_store_prepend, \"gtk_list_store_prepend\", LIBRARY.GTK);
1991 	Linker.link(gtk_list_store_append, \"gtk_list_store_append\", LIBRARY.GTK);
1992 	Linker.link(gtk_list_store_clear, \"gtk_list_store_clear\", LIBRARY.GTK);
1993 	Linker.link(gtk_list_store_iter_is_valid, \"gtk_list_store_iter_is_valid\", LIBRARY.GTK);
1994 	Linker.link(gtk_list_store_reorder, \"gtk_list_store_reorder\", LIBRARY.GTK);
1995 	Linker.link(gtk_list_store_swap, \"gtk_list_store_swap\", LIBRARY.GTK);
1996 	Linker.link(gtk_list_store_move_before, \"gtk_list_store_move_before\", LIBRARY.GTK);
1997 	Linker.link(gtk_list_store_move_after, \"gtk_list_store_move_after\", LIBRARY.GTK);
1998 
1999 	// gtk.TreeStore
2000 
2001 	Linker.link(gtk_tree_store_new, \"gtk_tree_store_new\", LIBRARY.GTK);
2002 	Linker.link(gtk_tree_store_newv, \"gtk_tree_store_newv\", LIBRARY.GTK);
2003 	Linker.link(gtk_tree_store_set_column_types, \"gtk_tree_store_set_column_types\", LIBRARY.GTK);
2004 	Linker.link(gtk_tree_store_set_value, \"gtk_tree_store_set_value\", LIBRARY.GTK);
2005 	Linker.link(gtk_tree_store_set, \"gtk_tree_store_set\", LIBRARY.GTK);
2006 	Linker.link(gtk_tree_store_set_valist, \"gtk_tree_store_set_valist\", LIBRARY.GTK);
2007 	Linker.link(gtk_tree_store_set_valuesv, \"gtk_tree_store_set_valuesv\", LIBRARY.GTK);
2008 	Linker.link(gtk_tree_store_remove, \"gtk_tree_store_remove\", LIBRARY.GTK);
2009 	Linker.link(gtk_tree_store_insert, \"gtk_tree_store_insert\", LIBRARY.GTK);
2010 	Linker.link(gtk_tree_store_insert_before, \"gtk_tree_store_insert_before\", LIBRARY.GTK);
2011 	Linker.link(gtk_tree_store_insert_after, \"gtk_tree_store_insert_after\", LIBRARY.GTK);
2012 	Linker.link(gtk_tree_store_insert_with_values, \"gtk_tree_store_insert_with_values\", LIBRARY.GTK);
2013 	Linker.link(gtk_tree_store_insert_with_valuesv, \"gtk_tree_store_insert_with_valuesv\", LIBRARY.GTK);
2014 	Linker.link(gtk_tree_store_prepend, \"gtk_tree_store_prepend\", LIBRARY.GTK);
2015 	Linker.link(gtk_tree_store_append, \"gtk_tree_store_append\", LIBRARY.GTK);
2016 	Linker.link(gtk_tree_store_is_ancestor, \"gtk_tree_store_is_ancestor\", LIBRARY.GTK);
2017 	Linker.link(gtk_tree_store_iter_depth, \"gtk_tree_store_iter_depth\", LIBRARY.GTK);
2018 	Linker.link(gtk_tree_store_clear, \"gtk_tree_store_clear\", LIBRARY.GTK);
2019 	Linker.link(gtk_tree_store_iter_is_valid, \"gtk_tree_store_iter_is_valid\", LIBRARY.GTK);
2020 	Linker.link(gtk_tree_store_reorder, \"gtk_tree_store_reorder\", LIBRARY.GTK);
2021 	Linker.link(gtk_tree_store_swap, \"gtk_tree_store_swap\", LIBRARY.GTK);
2022 	Linker.link(gtk_tree_store_move_before, \"gtk_tree_store_move_before\", LIBRARY.GTK);
2023 	Linker.link(gtk_tree_store_move_after, \"gtk_tree_store_move_after\", LIBRARY.GTK);
2024 
2025 	// gtk.ComboBox
2026 
2027 	Linker.link(gtk_combo_box_new, \"gtk_combo_box_new\", LIBRARY.GTK);
2028 	Linker.link(gtk_combo_box_new_with_entry, \"gtk_combo_box_new_with_entry\", LIBRARY.GTK);
2029 	Linker.link(gtk_combo_box_new_with_model, \"gtk_combo_box_new_with_model\", LIBRARY.GTK);
2030 	Linker.link(gtk_combo_box_new_with_model_and_entry, \"gtk_combo_box_new_with_model_and_entry\", LIBRARY.GTK);
2031 	Linker.link(gtk_combo_box_get_wrap_width, \"gtk_combo_box_get_wrap_width\", LIBRARY.GTK);
2032 	Linker.link(gtk_combo_box_set_wrap_width, \"gtk_combo_box_set_wrap_width\", LIBRARY.GTK);
2033 	Linker.link(gtk_combo_box_get_row_span_column, \"gtk_combo_box_get_row_span_column\", LIBRARY.GTK);
2034 	Linker.link(gtk_combo_box_set_row_span_column, \"gtk_combo_box_set_row_span_column\", LIBRARY.GTK);
2035 	Linker.link(gtk_combo_box_get_column_span_column, \"gtk_combo_box_get_column_span_column\", LIBRARY.GTK);
2036 	Linker.link(gtk_combo_box_set_column_span_column, \"gtk_combo_box_set_column_span_column\", LIBRARY.GTK);
2037 	Linker.link(gtk_combo_box_get_active, \"gtk_combo_box_get_active\", LIBRARY.GTK);
2038 	Linker.link(gtk_combo_box_set_active, \"gtk_combo_box_set_active\", LIBRARY.GTK);
2039 	Linker.link(gtk_combo_box_get_active_iter, \"gtk_combo_box_get_active_iter\", LIBRARY.GTK);
2040 	Linker.link(gtk_combo_box_set_active_iter, \"gtk_combo_box_set_active_iter\", LIBRARY.GTK);
2041 	Linker.link(gtk_combo_box_get_model, \"gtk_combo_box_get_model\", LIBRARY.GTK);
2042 	Linker.link(gtk_combo_box_set_model, \"gtk_combo_box_set_model\", LIBRARY.GTK);
2043 	Linker.link(gtk_combo_box_new_text, \"gtk_combo_box_new_text\", LIBRARY.GTK);
2044 	Linker.link(gtk_combo_box_append_text, \"gtk_combo_box_append_text\", LIBRARY.GTK);
2045 	Linker.link(gtk_combo_box_insert_text, \"gtk_combo_box_insert_text\", LIBRARY.GTK);
2046 	Linker.link(gtk_combo_box_prepend_text, \"gtk_combo_box_prepend_text\", LIBRARY.GTK);
2047 	Linker.link(gtk_combo_box_remove_text, \"gtk_combo_box_remove_text\", LIBRARY.GTK);
2048 	Linker.link(gtk_combo_box_get_active_text, \"gtk_combo_box_get_active_text\", LIBRARY.GTK);
2049 	Linker.link(gtk_combo_box_popup, \"gtk_combo_box_popup\", LIBRARY.GTK);
2050 	Linker.link(gtk_combo_box_popdown, \"gtk_combo_box_popdown\", LIBRARY.GTK);
2051 	Linker.link(gtk_combo_box_get_popup_accessible, \"gtk_combo_box_get_popup_accessible\", LIBRARY.GTK);
2052 	Linker.link(gtk_combo_box_get_row_separator_func, \"gtk_combo_box_get_row_separator_func\", LIBRARY.GTK);
2053 	Linker.link(gtk_combo_box_set_row_separator_func, \"gtk_combo_box_set_row_separator_func\", LIBRARY.GTK);
2054 	Linker.link(gtk_combo_box_set_add_tearoffs, \"gtk_combo_box_set_add_tearoffs\", LIBRARY.GTK);
2055 	Linker.link(gtk_combo_box_get_add_tearoffs, \"gtk_combo_box_get_add_tearoffs\", LIBRARY.GTK);
2056 	Linker.link(gtk_combo_box_set_title, \"gtk_combo_box_set_title\", LIBRARY.GTK);
2057 	Linker.link(gtk_combo_box_get_title, \"gtk_combo_box_get_title\", LIBRARY.GTK);
2058 	Linker.link(gtk_combo_box_set_focus_on_click, \"gtk_combo_box_set_focus_on_click\", LIBRARY.GTK);
2059 	Linker.link(gtk_combo_box_get_focus_on_click, \"gtk_combo_box_get_focus_on_click\", LIBRARY.GTK);
2060 	Linker.link(gtk_combo_box_set_button_sensitivity, \"gtk_combo_box_set_button_sensitivity\", LIBRARY.GTK);
2061 	Linker.link(gtk_combo_box_get_button_sensitivity, \"gtk_combo_box_get_button_sensitivity\", LIBRARY.GTK);
2062 	Linker.link(gtk_combo_box_get_has_entry, \"gtk_combo_box_get_has_entry\", LIBRARY.GTK);
2063 	Linker.link(gtk_combo_box_set_entry_text_column, \"gtk_combo_box_set_entry_text_column\", LIBRARY.GTK);
2064 	Linker.link(gtk_combo_box_get_entry_text_column, \"gtk_combo_box_get_entry_text_column\", LIBRARY.GTK);
2065 
2066 	// gtk.ComboBoxEntry
2067 
2068 	Linker.link(gtk_combo_box_entry_new, \"gtk_combo_box_entry_new\", LIBRARY.GTK);
2069 	Linker.link(gtk_combo_box_entry_new_with_model, \"gtk_combo_box_entry_new_with_model\", LIBRARY.GTK);
2070 	Linker.link(gtk_combo_box_entry_new_text, \"gtk_combo_box_entry_new_text\", LIBRARY.GTK);
2071 	Linker.link(gtk_combo_box_entry_set_text_column, \"gtk_combo_box_entry_set_text_column\", LIBRARY.GTK);
2072 	Linker.link(gtk_combo_box_entry_get_text_column, \"gtk_combo_box_entry_get_text_column\", LIBRARY.GTK);
2073 
2074 	// gtk.Menu
2075 
2076 	Linker.link(gtk_menu_new, \"gtk_menu_new\", LIBRARY.GTK);
2077 	Linker.link(gtk_menu_set_screen, \"gtk_menu_set_screen\", LIBRARY.GTK);
2078 	Linker.link(gtk_menu_reorder_child, \"gtk_menu_reorder_child\", LIBRARY.GTK);
2079 	Linker.link(gtk_menu_attach, \"gtk_menu_attach\", LIBRARY.GTK);
2080 	Linker.link(gtk_menu_popup, \"gtk_menu_popup\", LIBRARY.GTK);
2081 	Linker.link(gtk_menu_set_accel_group, \"gtk_menu_set_accel_group\", LIBRARY.GTK);
2082 	Linker.link(gtk_menu_get_accel_group, \"gtk_menu_get_accel_group\", LIBRARY.GTK);
2083 	Linker.link(gtk_menu_set_accel_path, \"gtk_menu_set_accel_path\", LIBRARY.GTK);
2084 	Linker.link(gtk_menu_get_accel_path, \"gtk_menu_get_accel_path\", LIBRARY.GTK);
2085 	Linker.link(gtk_menu_set_title, \"gtk_menu_set_title\", LIBRARY.GTK);
2086 	Linker.link(gtk_menu_get_title, \"gtk_menu_get_title\", LIBRARY.GTK);
2087 	Linker.link(gtk_menu_set_monitor, \"gtk_menu_set_monitor\", LIBRARY.GTK);
2088 	Linker.link(gtk_menu_get_monitor, \"gtk_menu_get_monitor\", LIBRARY.GTK);
2089 	Linker.link(gtk_menu_get_tearoff_state, \"gtk_menu_get_tearoff_state\", LIBRARY.GTK);
2090 	Linker.link(gtk_menu_set_reserve_toggle_size, \"gtk_menu_set_reserve_toggle_size\", LIBRARY.GTK);
2091 	Linker.link(gtk_menu_get_reserve_toggle_size, \"gtk_menu_get_reserve_toggle_size\", LIBRARY.GTK);
2092 	Linker.link(gtk_menu_popdown, \"gtk_menu_popdown\", LIBRARY.GTK);
2093 	Linker.link(gtk_menu_reposition, \"gtk_menu_reposition\", LIBRARY.GTK);
2094 	Linker.link(gtk_menu_get_active, \"gtk_menu_get_active\", LIBRARY.GTK);
2095 	Linker.link(gtk_menu_set_active, \"gtk_menu_set_active\", LIBRARY.GTK);
2096 	Linker.link(gtk_menu_set_tearoff_state, \"gtk_menu_set_tearoff_state\", LIBRARY.GTK);
2097 	Linker.link(gtk_menu_attach_to_widget, \"gtk_menu_attach_to_widget\", LIBRARY.GTK);
2098 	Linker.link(gtk_menu_detach, \"gtk_menu_detach\", LIBRARY.GTK);
2099 	Linker.link(gtk_menu_get_attach_widget, \"gtk_menu_get_attach_widget\", LIBRARY.GTK);
2100 	Linker.link(gtk_menu_get_for_attach_widget, \"gtk_menu_get_for_attach_widget\", LIBRARY.GTK);
2101 
2102 	// gtk.MenuBar
2103 
2104 	Linker.link(gtk_menu_bar_new, \"gtk_menu_bar_new\", LIBRARY.GTK);
2105 	Linker.link(gtk_menu_bar_set_pack_direction, \"gtk_menu_bar_set_pack_direction\", LIBRARY.GTK);
2106 	Linker.link(gtk_menu_bar_get_pack_direction, \"gtk_menu_bar_get_pack_direction\", LIBRARY.GTK);
2107 	Linker.link(gtk_menu_bar_set_child_pack_direction, \"gtk_menu_bar_set_child_pack_direction\", LIBRARY.GTK);
2108 	Linker.link(gtk_menu_bar_get_child_pack_direction, \"gtk_menu_bar_get_child_pack_direction\", LIBRARY.GTK);
2109 
2110 	// gtk.MenuItem
2111 
2112 	Linker.link(gtk_menu_item_new, \"gtk_menu_item_new\", LIBRARY.GTK);
2113 	Linker.link(gtk_menu_item_new_with_label, \"gtk_menu_item_new_with_label\", LIBRARY.GTK);
2114 	Linker.link(gtk_menu_item_new_with_mnemonic, \"gtk_menu_item_new_with_mnemonic\", LIBRARY.GTK);
2115 	Linker.link(gtk_menu_item_set_right_justified, \"gtk_menu_item_set_right_justified\", LIBRARY.GTK);
2116 	Linker.link(gtk_menu_item_get_right_justified, \"gtk_menu_item_get_right_justified\", LIBRARY.GTK);
2117 	Linker.link(gtk_menu_item_get_label, \"gtk_menu_item_get_label\", LIBRARY.GTK);
2118 	Linker.link(gtk_menu_item_set_label, \"gtk_menu_item_set_label\", LIBRARY.GTK);
2119 	Linker.link(gtk_menu_item_get_use_underline, \"gtk_menu_item_get_use_underline\", LIBRARY.GTK);
2120 	Linker.link(gtk_menu_item_set_use_underline, \"gtk_menu_item_set_use_underline\", LIBRARY.GTK);
2121 	Linker.link(gtk_menu_item_set_submenu, \"gtk_menu_item_set_submenu\", LIBRARY.GTK);
2122 	Linker.link(gtk_menu_item_get_submenu, \"gtk_menu_item_get_submenu\", LIBRARY.GTK);
2123 	Linker.link(gtk_menu_item_remove_submenu, \"gtk_menu_item_remove_submenu\", LIBRARY.GTK);
2124 	Linker.link(gtk_menu_item_set_accel_path, \"gtk_menu_item_set_accel_path\", LIBRARY.GTK);
2125 	Linker.link(gtk_menu_item_get_accel_path, \"gtk_menu_item_get_accel_path\", LIBRARY.GTK);
2126 	Linker.link(gtk_menu_item_select, \"gtk_menu_item_select\", LIBRARY.GTK);
2127 	Linker.link(gtk_menu_item_deselect, \"gtk_menu_item_deselect\", LIBRARY.GTK);
2128 	Linker.link(gtk_menu_item_activate, \"gtk_menu_item_activate\", LIBRARY.GTK);
2129 	Linker.link(gtk_menu_item_toggle_size_request, \"gtk_menu_item_toggle_size_request\", LIBRARY.GTK);
2130 	Linker.link(gtk_menu_item_toggle_size_allocate, \"gtk_menu_item_toggle_size_allocate\", LIBRARY.GTK);
2131 
2132 	// gtk.ImageMenuItem
2133 
2134 	Linker.link(gtk_image_menu_item_set_image, \"gtk_image_menu_item_set_image\", LIBRARY.GTK);
2135 	Linker.link(gtk_image_menu_item_get_image, \"gtk_image_menu_item_get_image\", LIBRARY.GTK);
2136 	Linker.link(gtk_image_menu_item_new, \"gtk_image_menu_item_new\", LIBRARY.GTK);
2137 	Linker.link(gtk_image_menu_item_new_from_stock, \"gtk_image_menu_item_new_from_stock\", LIBRARY.GTK);
2138 	Linker.link(gtk_image_menu_item_new_with_label, \"gtk_image_menu_item_new_with_label\", LIBRARY.GTK);
2139 	Linker.link(gtk_image_menu_item_new_with_mnemonic, \"gtk_image_menu_item_new_with_mnemonic\", LIBRARY.GTK);
2140 	Linker.link(gtk_image_menu_item_get_use_stock, \"gtk_image_menu_item_get_use_stock\", LIBRARY.GTK);
2141 	Linker.link(gtk_image_menu_item_set_use_stock, \"gtk_image_menu_item_set_use_stock\", LIBRARY.GTK);
2142 	Linker.link(gtk_image_menu_item_get_always_show_image, \"gtk_image_menu_item_get_always_show_image\", LIBRARY.GTK);
2143 	Linker.link(gtk_image_menu_item_set_always_show_image, \"gtk_image_menu_item_set_always_show_image\", LIBRARY.GTK);
2144 	Linker.link(gtk_image_menu_item_set_accel_group, \"gtk_image_menu_item_set_accel_group\", LIBRARY.GTK);
2145 
2146 	// gtk.RadioMenuItem
2147 
2148 	Linker.link(gtk_radio_menu_item_new, \"gtk_radio_menu_item_new\", LIBRARY.GTK);
2149 	Linker.link(gtk_radio_menu_item_new_with_label, \"gtk_radio_menu_item_new_with_label\", LIBRARY.GTK);
2150 	Linker.link(gtk_radio_menu_item_new_with_mnemonic, \"gtk_radio_menu_item_new_with_mnemonic\", LIBRARY.GTK);
2151 	Linker.link(gtk_radio_menu_item_new_from_widget, \"gtk_radio_menu_item_new_from_widget\", LIBRARY.GTK);
2152 	Linker.link(gtk_radio_menu_item_new_with_label_from_widget, \"gtk_radio_menu_item_new_with_label_from_widget\", LIBRARY.GTK);
2153 	Linker.link(gtk_radio_menu_item_new_with_mnemonic_from_widget, \"gtk_radio_menu_item_new_with_mnemonic_from_widget\", LIBRARY.GTK);
2154 	Linker.link(gtk_radio_menu_item_set_group, \"gtk_radio_menu_item_set_group\", LIBRARY.GTK);
2155 	Linker.link(gtk_radio_menu_item_get_group, \"gtk_radio_menu_item_get_group\", LIBRARY.GTK);
2156 
2157 	// gtk.CheckMenuItem
2158 
2159 	Linker.link(gtk_check_menu_item_new, \"gtk_check_menu_item_new\", LIBRARY.GTK);
2160 	Linker.link(gtk_check_menu_item_new_with_label, \"gtk_check_menu_item_new_with_label\", LIBRARY.GTK);
2161 	Linker.link(gtk_check_menu_item_new_with_mnemonic, \"gtk_check_menu_item_new_with_mnemonic\", LIBRARY.GTK);
2162 	Linker.link(gtk_check_menu_item_get_active, \"gtk_check_menu_item_get_active\", LIBRARY.GTK);
2163 	Linker.link(gtk_check_menu_item_set_active, \"gtk_check_menu_item_set_active\", LIBRARY.GTK);
2164 	Linker.link(gtk_check_menu_item_set_show_toggle, \"gtk_check_menu_item_set_show_toggle\", LIBRARY.GTK);
2165 	Linker.link(gtk_check_menu_item_toggled, \"gtk_check_menu_item_toggled\", LIBRARY.GTK);
2166 	Linker.link(gtk_check_menu_item_get_inconsistent, \"gtk_check_menu_item_get_inconsistent\", LIBRARY.GTK);
2167 	Linker.link(gtk_check_menu_item_set_inconsistent, \"gtk_check_menu_item_set_inconsistent\", LIBRARY.GTK);
2168 	Linker.link(gtk_check_menu_item_set_draw_as_radio, \"gtk_check_menu_item_set_draw_as_radio\", LIBRARY.GTK);
2169 	Linker.link(gtk_check_menu_item_get_draw_as_radio, \"gtk_check_menu_item_get_draw_as_radio\", LIBRARY.GTK);
2170 
2171 	// gtk.SeparatorMenuItem
2172 
2173 	Linker.link(gtk_separator_menu_item_new, \"gtk_separator_menu_item_new\", LIBRARY.GTK);
2174 
2175 	// gtk.TearoffMenuItem
2176 
2177 	Linker.link(gtk_tearoff_menu_item_new, \"gtk_tearoff_menu_item_new\", LIBRARY.GTK);
2178 
2179 	// gtk.ToolShellT
2180 
2181 
2182 	// gtk.ToolShellT
2183 
2184 	Linker.link(gtk_tool_shell_get_ellipsize_mode, \"gtk_tool_shell_get_ellipsize_mode\", LIBRARY.GTK);
2185 	Linker.link(gtk_tool_shell_get_icon_size, \"gtk_tool_shell_get_icon_size\", LIBRARY.GTK);
2186 	Linker.link(gtk_tool_shell_get_orientation, \"gtk_tool_shell_get_orientation\", LIBRARY.GTK);
2187 	Linker.link(gtk_tool_shell_get_relief_style, \"gtk_tool_shell_get_relief_style\", LIBRARY.GTK);
2188 	Linker.link(gtk_tool_shell_get_style, \"gtk_tool_shell_get_style\", LIBRARY.GTK);
2189 	Linker.link(gtk_tool_shell_get_text_alignment, \"gtk_tool_shell_get_text_alignment\", LIBRARY.GTK);
2190 	Linker.link(gtk_tool_shell_get_text_orientation, \"gtk_tool_shell_get_text_orientation\", LIBRARY.GTK);
2191 	Linker.link(gtk_tool_shell_rebuild_menu, \"gtk_tool_shell_rebuild_menu\", LIBRARY.GTK);
2192 	Linker.link(gtk_tool_shell_get_text_size_group, \"gtk_tool_shell_get_text_size_group\", LIBRARY.GTK);
2193 
2194 	// gtk.Toolbar
2195 
2196 	Linker.link(gtk_toolbar_new, \"gtk_toolbar_new\", LIBRARY.GTK);
2197 	Linker.link(gtk_toolbar_insert, \"gtk_toolbar_insert\", LIBRARY.GTK);
2198 	Linker.link(gtk_toolbar_get_item_index, \"gtk_toolbar_get_item_index\", LIBRARY.GTK);
2199 	Linker.link(gtk_toolbar_get_n_items, \"gtk_toolbar_get_n_items\", LIBRARY.GTK);
2200 	Linker.link(gtk_toolbar_get_nth_item, \"gtk_toolbar_get_nth_item\", LIBRARY.GTK);
2201 	Linker.link(gtk_toolbar_get_drop_index, \"gtk_toolbar_get_drop_index\", LIBRARY.GTK);
2202 	Linker.link(gtk_toolbar_set_drop_highlight_item, \"gtk_toolbar_set_drop_highlight_item\", LIBRARY.GTK);
2203 	Linker.link(gtk_toolbar_set_show_arrow, \"gtk_toolbar_set_show_arrow\", LIBRARY.GTK);
2204 	Linker.link(gtk_toolbar_set_orientation, \"gtk_toolbar_set_orientation\", LIBRARY.GTK);
2205 	Linker.link(gtk_toolbar_set_tooltips, \"gtk_toolbar_set_tooltips\", LIBRARY.GTK);
2206 	Linker.link(gtk_toolbar_unset_icon_size, \"gtk_toolbar_unset_icon_size\", LIBRARY.GTK);
2207 	Linker.link(gtk_toolbar_get_show_arrow, \"gtk_toolbar_get_show_arrow\", LIBRARY.GTK);
2208 	Linker.link(gtk_toolbar_get_orientation, \"gtk_toolbar_get_orientation\", LIBRARY.GTK);
2209 	Linker.link(gtk_toolbar_get_style, \"gtk_toolbar_get_style\", LIBRARY.GTK);
2210 	Linker.link(gtk_toolbar_get_icon_size, \"gtk_toolbar_get_icon_size\", LIBRARY.GTK);
2211 	Linker.link(gtk_toolbar_get_tooltips, \"gtk_toolbar_get_tooltips\", LIBRARY.GTK);
2212 	Linker.link(gtk_toolbar_get_relief_style, \"gtk_toolbar_get_relief_style\", LIBRARY.GTK);
2213 	Linker.link(gtk_toolbar_append_item, \"gtk_toolbar_append_item\", LIBRARY.GTK);
2214 	Linker.link(gtk_toolbar_prepend_item, \"gtk_toolbar_prepend_item\", LIBRARY.GTK);
2215 	Linker.link(gtk_toolbar_insert_item, \"gtk_toolbar_insert_item\", LIBRARY.GTK);
2216 	Linker.link(gtk_toolbar_append_space, \"gtk_toolbar_append_space\", LIBRARY.GTK);
2217 	Linker.link(gtk_toolbar_prepend_space, \"gtk_toolbar_prepend_space\", LIBRARY.GTK);
2218 	Linker.link(gtk_toolbar_insert_space, \"gtk_toolbar_insert_space\", LIBRARY.GTK);
2219 	Linker.link(gtk_toolbar_append_element, \"gtk_toolbar_append_element\", LIBRARY.GTK);
2220 	Linker.link(gtk_toolbar_prepend_element, \"gtk_toolbar_prepend_element\", LIBRARY.GTK);
2221 	Linker.link(gtk_toolbar_insert_element, \"gtk_toolbar_insert_element\", LIBRARY.GTK);
2222 	Linker.link(gtk_toolbar_append_widget, \"gtk_toolbar_append_widget\", LIBRARY.GTK);
2223 	Linker.link(gtk_toolbar_prepend_widget, \"gtk_toolbar_prepend_widget\", LIBRARY.GTK);
2224 	Linker.link(gtk_toolbar_insert_widget, \"gtk_toolbar_insert_widget\", LIBRARY.GTK);
2225 	Linker.link(gtk_toolbar_set_style, \"gtk_toolbar_set_style\", LIBRARY.GTK);
2226 	Linker.link(gtk_toolbar_insert_stock, \"gtk_toolbar_insert_stock\", LIBRARY.GTK);
2227 	Linker.link(gtk_toolbar_set_icon_size, \"gtk_toolbar_set_icon_size\", LIBRARY.GTK);
2228 	Linker.link(gtk_toolbar_remove_space, \"gtk_toolbar_remove_space\", LIBRARY.GTK);
2229 	Linker.link(gtk_toolbar_unset_style, \"gtk_toolbar_unset_style\", LIBRARY.GTK);
2230 
2231 	// gtk.ToolItem
2232 
2233 	Linker.link(gtk_tool_item_new, \"gtk_tool_item_new\", LIBRARY.GTK);
2234 	Linker.link(gtk_tool_item_set_homogeneous, \"gtk_tool_item_set_homogeneous\", LIBRARY.GTK);
2235 	Linker.link(gtk_tool_item_get_homogeneous, \"gtk_tool_item_get_homogeneous\", LIBRARY.GTK);
2236 	Linker.link(gtk_tool_item_set_expand, \"gtk_tool_item_set_expand\", LIBRARY.GTK);
2237 	Linker.link(gtk_tool_item_get_expand, \"gtk_tool_item_get_expand\", LIBRARY.GTK);
2238 	Linker.link(gtk_tool_item_set_tooltip, \"gtk_tool_item_set_tooltip\", LIBRARY.GTK);
2239 	Linker.link(gtk_tool_item_set_tooltip_text, \"gtk_tool_item_set_tooltip_text\", LIBRARY.GTK);
2240 	Linker.link(gtk_tool_item_set_tooltip_markup, \"gtk_tool_item_set_tooltip_markup\", LIBRARY.GTK);
2241 	Linker.link(gtk_tool_item_set_use_drag_window, \"gtk_tool_item_set_use_drag_window\", LIBRARY.GTK);
2242 	Linker.link(gtk_tool_item_get_use_drag_window, \"gtk_tool_item_get_use_drag_window\", LIBRARY.GTK);
2243 	Linker.link(gtk_tool_item_set_visible_horizontal, \"gtk_tool_item_set_visible_horizontal\", LIBRARY.GTK);
2244 	Linker.link(gtk_tool_item_get_visible_horizontal, \"gtk_tool_item_get_visible_horizontal\", LIBRARY.GTK);
2245 	Linker.link(gtk_tool_item_set_visible_vertical, \"gtk_tool_item_set_visible_vertical\", LIBRARY.GTK);
2246 	Linker.link(gtk_tool_item_get_visible_vertical, \"gtk_tool_item_get_visible_vertical\", LIBRARY.GTK);
2247 	Linker.link(gtk_tool_item_set_is_important, \"gtk_tool_item_set_is_important\", LIBRARY.GTK);
2248 	Linker.link(gtk_tool_item_get_is_important, \"gtk_tool_item_get_is_important\", LIBRARY.GTK);
2249 	Linker.link(gtk_tool_item_get_ellipsize_mode, \"gtk_tool_item_get_ellipsize_mode\", LIBRARY.GTK);
2250 	Linker.link(gtk_tool_item_get_icon_size, \"gtk_tool_item_get_icon_size\", LIBRARY.GTK);
2251 	Linker.link(gtk_tool_item_get_orientation, \"gtk_tool_item_get_orientation\", LIBRARY.GTK);
2252 	Linker.link(gtk_tool_item_get_toolbar_style, \"gtk_tool_item_get_toolbar_style\", LIBRARY.GTK);
2253 	Linker.link(gtk_tool_item_get_relief_style, \"gtk_tool_item_get_relief_style\", LIBRARY.GTK);
2254 	Linker.link(gtk_tool_item_get_text_alignment, \"gtk_tool_item_get_text_alignment\", LIBRARY.GTK);
2255 	Linker.link(gtk_tool_item_get_text_orientation, \"gtk_tool_item_get_text_orientation\", LIBRARY.GTK);
2256 	Linker.link(gtk_tool_item_retrieve_proxy_menu_item, \"gtk_tool_item_retrieve_proxy_menu_item\", LIBRARY.GTK);
2257 	Linker.link(gtk_tool_item_get_proxy_menu_item, \"gtk_tool_item_get_proxy_menu_item\", LIBRARY.GTK);
2258 	Linker.link(gtk_tool_item_set_proxy_menu_item, \"gtk_tool_item_set_proxy_menu_item\", LIBRARY.GTK);
2259 	Linker.link(gtk_tool_item_rebuild_menu, \"gtk_tool_item_rebuild_menu\", LIBRARY.GTK);
2260 	Linker.link(gtk_tool_item_toolbar_reconfigured, \"gtk_tool_item_toolbar_reconfigured\", LIBRARY.GTK);
2261 	Linker.link(gtk_tool_item_get_text_size_group, \"gtk_tool_item_get_text_size_group\", LIBRARY.GTK);
2262 
2263 	// gtk.ToolPalette
2264 
2265 	Linker.link(gtk_tool_palette_new, \"gtk_tool_palette_new\", LIBRARY.GTK);
2266 	Linker.link(gtk_tool_palette_get_exclusive, \"gtk_tool_palette_get_exclusive\", LIBRARY.GTK);
2267 	Linker.link(gtk_tool_palette_set_exclusive, \"gtk_tool_palette_set_exclusive\", LIBRARY.GTK);
2268 	Linker.link(gtk_tool_palette_get_expand, \"gtk_tool_palette_get_expand\", LIBRARY.GTK);
2269 	Linker.link(gtk_tool_palette_set_expand, \"gtk_tool_palette_set_expand\", LIBRARY.GTK);
2270 	Linker.link(gtk_tool_palette_get_group_position, \"gtk_tool_palette_get_group_position\", LIBRARY.GTK);
2271 	Linker.link(gtk_tool_palette_set_group_position, \"gtk_tool_palette_set_group_position\", LIBRARY.GTK);
2272 	Linker.link(gtk_tool_palette_get_icon_size, \"gtk_tool_palette_get_icon_size\", LIBRARY.GTK);
2273 	Linker.link(gtk_tool_palette_set_icon_size, \"gtk_tool_palette_set_icon_size\", LIBRARY.GTK);
2274 	Linker.link(gtk_tool_palette_unset_icon_size, \"gtk_tool_palette_unset_icon_size\", LIBRARY.GTK);
2275 	Linker.link(gtk_tool_palette_get_style, \"gtk_tool_palette_get_style\", LIBRARY.GTK);
2276 	Linker.link(gtk_tool_palette_set_style, \"gtk_tool_palette_set_style\", LIBRARY.GTK);
2277 	Linker.link(gtk_tool_palette_unset_style, \"gtk_tool_palette_unset_style\", LIBRARY.GTK);
2278 	Linker.link(gtk_tool_palette_add_drag_dest, \"gtk_tool_palette_add_drag_dest\", LIBRARY.GTK);
2279 	Linker.link(gtk_tool_palette_get_drag_item, \"gtk_tool_palette_get_drag_item\", LIBRARY.GTK);
2280 	Linker.link(gtk_tool_palette_get_drag_target_group, \"gtk_tool_palette_get_drag_target_group\", LIBRARY.GTK);
2281 	Linker.link(gtk_tool_palette_get_drag_target_item, \"gtk_tool_palette_get_drag_target_item\", LIBRARY.GTK);
2282 	Linker.link(gtk_tool_palette_get_drop_group, \"gtk_tool_palette_get_drop_group\", LIBRARY.GTK);
2283 	Linker.link(gtk_tool_palette_get_drop_item, \"gtk_tool_palette_get_drop_item\", LIBRARY.GTK);
2284 	Linker.link(gtk_tool_palette_set_drag_source, \"gtk_tool_palette_set_drag_source\", LIBRARY.GTK);
2285 	Linker.link(gtk_tool_palette_get_hadjustment, \"gtk_tool_palette_get_hadjustment\", LIBRARY.GTK);
2286 	Linker.link(gtk_tool_palette_get_vadjustment, \"gtk_tool_palette_get_vadjustment\", LIBRARY.GTK);
2287 
2288 	// gtk.ToolItemGroup
2289 
2290 	Linker.link(gtk_tool_item_group_get_collapsed, \"gtk_tool_item_group_get_collapsed\", LIBRARY.GTK);
2291 	Linker.link(gtk_tool_item_group_get_drop_item, \"gtk_tool_item_group_get_drop_item\", LIBRARY.GTK);
2292 	Linker.link(gtk_tool_item_group_get_ellipsize, \"gtk_tool_item_group_get_ellipsize\", LIBRARY.GTK);
2293 	Linker.link(gtk_tool_item_group_get_item_position, \"gtk_tool_item_group_get_item_position\", LIBRARY.GTK);
2294 	Linker.link(gtk_tool_item_group_get_n_items, \"gtk_tool_item_group_get_n_items\", LIBRARY.GTK);
2295 	Linker.link(gtk_tool_item_group_get_label, \"gtk_tool_item_group_get_label\", LIBRARY.GTK);
2296 	Linker.link(gtk_tool_item_group_get_label_widget, \"gtk_tool_item_group_get_label_widget\", LIBRARY.GTK);
2297 	Linker.link(gtk_tool_item_group_get_nth_item, \"gtk_tool_item_group_get_nth_item\", LIBRARY.GTK);
2298 	Linker.link(gtk_tool_item_group_get_header_relief, \"gtk_tool_item_group_get_header_relief\", LIBRARY.GTK);
2299 	Linker.link(gtk_tool_item_group_insert, \"gtk_tool_item_group_insert\", LIBRARY.GTK);
2300 	Linker.link(gtk_tool_item_group_new, \"gtk_tool_item_group_new\", LIBRARY.GTK);
2301 	Linker.link(gtk_tool_item_group_set_collapsed, \"gtk_tool_item_group_set_collapsed\", LIBRARY.GTK);
2302 	Linker.link(gtk_tool_item_group_set_ellipsize, \"gtk_tool_item_group_set_ellipsize\", LIBRARY.GTK);
2303 	Linker.link(gtk_tool_item_group_set_item_position, \"gtk_tool_item_group_set_item_position\", LIBRARY.GTK);
2304 	Linker.link(gtk_tool_item_group_set_label, \"gtk_tool_item_group_set_label\", LIBRARY.GTK);
2305 	Linker.link(gtk_tool_item_group_set_label_widget, \"gtk_tool_item_group_set_label_widget\", LIBRARY.GTK);
2306 	Linker.link(gtk_tool_item_group_set_header_relief, \"gtk_tool_item_group_set_header_relief\", LIBRARY.GTK);
2307 
2308 	// gtk.SeparatorToolItem
2309 
2310 	Linker.link(gtk_separator_tool_item_new, \"gtk_separator_tool_item_new\", LIBRARY.GTK);
2311 	Linker.link(gtk_separator_tool_item_set_draw, \"gtk_separator_tool_item_set_draw\", LIBRARY.GTK);
2312 	Linker.link(gtk_separator_tool_item_get_draw, \"gtk_separator_tool_item_get_draw\", LIBRARY.GTK);
2313 
2314 	// gtk.ToolButton
2315 
2316 	Linker.link(gtk_tool_button_new, \"gtk_tool_button_new\", LIBRARY.GTK);
2317 	Linker.link(gtk_tool_button_new_from_stock, \"gtk_tool_button_new_from_stock\", LIBRARY.GTK);
2318 	Linker.link(gtk_tool_button_set_label, \"gtk_tool_button_set_label\", LIBRARY.GTK);
2319 	Linker.link(gtk_tool_button_get_label, \"gtk_tool_button_get_label\", LIBRARY.GTK);
2320 	Linker.link(gtk_tool_button_set_use_underline, \"gtk_tool_button_set_use_underline\", LIBRARY.GTK);
2321 	Linker.link(gtk_tool_button_get_use_underline, \"gtk_tool_button_get_use_underline\", LIBRARY.GTK);
2322 	Linker.link(gtk_tool_button_set_stock_id, \"gtk_tool_button_set_stock_id\", LIBRARY.GTK);
2323 	Linker.link(gtk_tool_button_get_stock_id, \"gtk_tool_button_get_stock_id\", LIBRARY.GTK);
2324 	Linker.link(gtk_tool_button_set_icon_name, \"gtk_tool_button_set_icon_name\", LIBRARY.GTK);
2325 	Linker.link(gtk_tool_button_get_icon_name, \"gtk_tool_button_get_icon_name\", LIBRARY.GTK);
2326 	Linker.link(gtk_tool_button_set_icon_widget, \"gtk_tool_button_set_icon_widget\", LIBRARY.GTK);
2327 	Linker.link(gtk_tool_button_get_icon_widget, \"gtk_tool_button_get_icon_widget\", LIBRARY.GTK);
2328 	Linker.link(gtk_tool_button_set_label_widget, \"gtk_tool_button_set_label_widget\", LIBRARY.GTK);
2329 	Linker.link(gtk_tool_button_get_label_widget, \"gtk_tool_button_get_label_widget\", LIBRARY.GTK);
2330 
2331 	// gtk.MenuToolButton
2332 
2333 	Linker.link(gtk_menu_tool_button_new, \"gtk_menu_tool_button_new\", LIBRARY.GTK);
2334 	Linker.link(gtk_menu_tool_button_new_from_stock, \"gtk_menu_tool_button_new_from_stock\", LIBRARY.GTK);
2335 	Linker.link(gtk_menu_tool_button_set_menu, \"gtk_menu_tool_button_set_menu\", LIBRARY.GTK);
2336 	Linker.link(gtk_menu_tool_button_get_menu, \"gtk_menu_tool_button_get_menu\", LIBRARY.GTK);
2337 	Linker.link(gtk_menu_tool_button_set_arrow_tooltip, \"gtk_menu_tool_button_set_arrow_tooltip\", LIBRARY.GTK);
2338 	Linker.link(gtk_menu_tool_button_set_arrow_tooltip_text, \"gtk_menu_tool_button_set_arrow_tooltip_text\", LIBRARY.GTK);
2339 	Linker.link(gtk_menu_tool_button_set_arrow_tooltip_markup, \"gtk_menu_tool_button_set_arrow_tooltip_markup\", LIBRARY.GTK);
2340 
2341 	// gtk.ToggleToolButton
2342 
2343 	Linker.link(gtk_toggle_tool_button_new, \"gtk_toggle_tool_button_new\", LIBRARY.GTK);
2344 	Linker.link(gtk_toggle_tool_button_new_from_stock, \"gtk_toggle_tool_button_new_from_stock\", LIBRARY.GTK);
2345 	Linker.link(gtk_toggle_tool_button_set_active, \"gtk_toggle_tool_button_set_active\", LIBRARY.GTK);
2346 	Linker.link(gtk_toggle_tool_button_get_active, \"gtk_toggle_tool_button_get_active\", LIBRARY.GTK);
2347 
2348 	// gtk.RadioToolButton
2349 
2350 	Linker.link(gtk_radio_tool_button_new, \"gtk_radio_tool_button_new\", LIBRARY.GTK);
2351 	Linker.link(gtk_radio_tool_button_new_from_stock, \"gtk_radio_tool_button_new_from_stock\", LIBRARY.GTK);
2352 	Linker.link(gtk_radio_tool_button_new_from_widget, \"gtk_radio_tool_button_new_from_widget\", LIBRARY.GTK);
2353 	Linker.link(gtk_radio_tool_button_new_with_stock_from_widget, \"gtk_radio_tool_button_new_with_stock_from_widget\", LIBRARY.GTK);
2354 	Linker.link(gtk_radio_tool_button_get_group, \"gtk_radio_tool_button_get_group\", LIBRARY.GTK);
2355 	Linker.link(gtk_radio_tool_button_set_group, \"gtk_radio_tool_button_set_group\", LIBRARY.GTK);
2356 
2357 	// gtk.UIManager
2358 
2359 	Linker.link(gtk_ui_manager_new, \"gtk_ui_manager_new\", LIBRARY.GTK);
2360 	Linker.link(gtk_ui_manager_set_add_tearoffs, \"gtk_ui_manager_set_add_tearoffs\", LIBRARY.GTK);
2361 	Linker.link(gtk_ui_manager_get_add_tearoffs, \"gtk_ui_manager_get_add_tearoffs\", LIBRARY.GTK);
2362 	Linker.link(gtk_ui_manager_insert_action_group, \"gtk_ui_manager_insert_action_group\", LIBRARY.GTK);
2363 	Linker.link(gtk_ui_manager_remove_action_group, \"gtk_ui_manager_remove_action_group\", LIBRARY.GTK);
2364 	Linker.link(gtk_ui_manager_get_action_groups, \"gtk_ui_manager_get_action_groups\", LIBRARY.GTK);
2365 	Linker.link(gtk_ui_manager_get_accel_group, \"gtk_ui_manager_get_accel_group\", LIBRARY.GTK);
2366 	Linker.link(gtk_ui_manager_get_widget, \"gtk_ui_manager_get_widget\", LIBRARY.GTK);
2367 	Linker.link(gtk_ui_manager_get_toplevels, \"gtk_ui_manager_get_toplevels\", LIBRARY.GTK);
2368 	Linker.link(gtk_ui_manager_get_action, \"gtk_ui_manager_get_action\", LIBRARY.GTK);
2369 	Linker.link(gtk_ui_manager_add_ui_from_string, \"gtk_ui_manager_add_ui_from_string\", LIBRARY.GTK);
2370 	Linker.link(gtk_ui_manager_add_ui_from_file, \"gtk_ui_manager_add_ui_from_file\", LIBRARY.GTK);
2371 	Linker.link(gtk_ui_manager_new_merge_id, \"gtk_ui_manager_new_merge_id\", LIBRARY.GTK);
2372 	Linker.link(gtk_ui_manager_add_ui, \"gtk_ui_manager_add_ui\", LIBRARY.GTK);
2373 	Linker.link(gtk_ui_manager_remove_ui, \"gtk_ui_manager_remove_ui\", LIBRARY.GTK);
2374 	Linker.link(gtk_ui_manager_get_ui, \"gtk_ui_manager_get_ui\", LIBRARY.GTK);
2375 	Linker.link(gtk_ui_manager_ensure_update, \"gtk_ui_manager_ensure_update\", LIBRARY.GTK);
2376 
2377 	// gtk.ActionGroup
2378 
2379 	Linker.link(gtk_action_group_new, \"gtk_action_group_new\", LIBRARY.GTK);
2380 	Linker.link(gtk_action_group_get_name, \"gtk_action_group_get_name\", LIBRARY.GTK);
2381 	Linker.link(gtk_action_group_get_sensitive, \"gtk_action_group_get_sensitive\", LIBRARY.GTK);
2382 	Linker.link(gtk_action_group_set_sensitive, \"gtk_action_group_set_sensitive\", LIBRARY.GTK);
2383 	Linker.link(gtk_action_group_get_visible, \"gtk_action_group_get_visible\", LIBRARY.GTK);
2384 	Linker.link(gtk_action_group_set_visible, \"gtk_action_group_set_visible\", LIBRARY.GTK);
2385 	Linker.link(gtk_action_group_get_action, \"gtk_action_group_get_action\", LIBRARY.GTK);
2386 	Linker.link(gtk_action_group_list_actions, \"gtk_action_group_list_actions\", LIBRARY.GTK);
2387 	Linker.link(gtk_action_group_add_action, \"gtk_action_group_add_action\", LIBRARY.GTK);
2388 	Linker.link(gtk_action_group_add_action_with_accel, \"gtk_action_group_add_action_with_accel\", LIBRARY.GTK);
2389 	Linker.link(gtk_action_group_remove_action, \"gtk_action_group_remove_action\", LIBRARY.GTK);
2390 	Linker.link(gtk_action_group_add_actions, \"gtk_action_group_add_actions\", LIBRARY.GTK);
2391 	Linker.link(gtk_action_group_add_actions_full, \"gtk_action_group_add_actions_full\", LIBRARY.GTK);
2392 	Linker.link(gtk_action_group_add_toggle_actions, \"gtk_action_group_add_toggle_actions\", LIBRARY.GTK);
2393 	Linker.link(gtk_action_group_add_toggle_actions_full, \"gtk_action_group_add_toggle_actions_full\", LIBRARY.GTK);
2394 	Linker.link(gtk_action_group_add_radio_actions, \"gtk_action_group_add_radio_actions\", LIBRARY.GTK);
2395 	Linker.link(gtk_action_group_add_radio_actions_full, \"gtk_action_group_add_radio_actions_full\", LIBRARY.GTK);
2396 	Linker.link(gtk_action_group_set_translate_func, \"gtk_action_group_set_translate_func\", LIBRARY.GTK);
2397 	Linker.link(gtk_action_group_set_translation_domain, \"gtk_action_group_set_translation_domain\", LIBRARY.GTK);
2398 	Linker.link(gtk_action_group_translate_string, \"gtk_action_group_translate_string\", LIBRARY.GTK);
2399 
2400 	// gtk.Action
2401 
2402 	Linker.link(gtk_action_new, \"gtk_action_new\", LIBRARY.GTK);
2403 	Linker.link(gtk_action_get_name, \"gtk_action_get_name\", LIBRARY.GTK);
2404 	Linker.link(gtk_action_is_sensitive, \"gtk_action_is_sensitive\", LIBRARY.GTK);
2405 	Linker.link(gtk_action_get_sensitive, \"gtk_action_get_sensitive\", LIBRARY.GTK);
2406 	Linker.link(gtk_action_set_sensitive, \"gtk_action_set_sensitive\", LIBRARY.GTK);
2407 	Linker.link(gtk_action_is_visible, \"gtk_action_is_visible\", LIBRARY.GTK);
2408 	Linker.link(gtk_action_get_visible, \"gtk_action_get_visible\", LIBRARY.GTK);
2409 	Linker.link(gtk_action_set_visible, \"gtk_action_set_visible\", LIBRARY.GTK);
2410 	Linker.link(gtk_action_activate, \"gtk_action_activate\", LIBRARY.GTK);
2411 	Linker.link(gtk_action_create_icon, \"gtk_action_create_icon\", LIBRARY.GTK);
2412 	Linker.link(gtk_action_create_menu_item, \"gtk_action_create_menu_item\", LIBRARY.GTK);
2413 	Linker.link(gtk_action_create_tool_item, \"gtk_action_create_tool_item\", LIBRARY.GTK);
2414 	Linker.link(gtk_action_create_menu, \"gtk_action_create_menu\", LIBRARY.GTK);
2415 	Linker.link(gtk_action_connect_proxy, \"gtk_action_connect_proxy\", LIBRARY.GTK);
2416 	Linker.link(gtk_action_disconnect_proxy, \"gtk_action_disconnect_proxy\", LIBRARY.GTK);
2417 	Linker.link(gtk_action_get_proxies, \"gtk_action_get_proxies\", LIBRARY.GTK);
2418 	Linker.link(gtk_action_connect_accelerator, \"gtk_action_connect_accelerator\", LIBRARY.GTK);
2419 	Linker.link(gtk_action_disconnect_accelerator, \"gtk_action_disconnect_accelerator\", LIBRARY.GTK);
2420 	Linker.link(gtk_action_block_activate, \"gtk_action_block_activate\", LIBRARY.GTK);
2421 	Linker.link(gtk_action_unblock_activate, \"gtk_action_unblock_activate\", LIBRARY.GTK);
2422 	Linker.link(gtk_action_block_activate_from, \"gtk_action_block_activate_from\", LIBRARY.GTK);
2423 	Linker.link(gtk_action_unblock_activate_from, \"gtk_action_unblock_activate_from\", LIBRARY.GTK);
2424 	Linker.link(gtk_action_get_always_show_image, \"gtk_action_get_always_show_image\", LIBRARY.GTK);
2425 	Linker.link(gtk_action_set_always_show_image, \"gtk_action_set_always_show_image\", LIBRARY.GTK);
2426 	Linker.link(gtk_action_get_accel_path, \"gtk_action_get_accel_path\", LIBRARY.GTK);
2427 	Linker.link(gtk_action_set_accel_path, \"gtk_action_set_accel_path\", LIBRARY.GTK);
2428 	Linker.link(gtk_action_get_accel_closure, \"gtk_action_get_accel_closure\", LIBRARY.GTK);
2429 	Linker.link(gtk_action_set_accel_group, \"gtk_action_set_accel_group\", LIBRARY.GTK);
2430 	Linker.link(gtk_action_set_label, \"gtk_action_set_label\", LIBRARY.GTK);
2431 	Linker.link(gtk_action_get_label, \"gtk_action_get_label\", LIBRARY.GTK);
2432 	Linker.link(gtk_action_set_short_label, \"gtk_action_set_short_label\", LIBRARY.GTK);
2433 	Linker.link(gtk_action_get_short_label, \"gtk_action_get_short_label\", LIBRARY.GTK);
2434 	Linker.link(gtk_action_set_tooltip, \"gtk_action_set_tooltip\", LIBRARY.GTK);
2435 	Linker.link(gtk_action_get_tooltip, \"gtk_action_get_tooltip\", LIBRARY.GTK);
2436 	Linker.link(gtk_action_set_stock_id, \"gtk_action_set_stock_id\", LIBRARY.GTK);
2437 	Linker.link(gtk_action_get_stock_id, \"gtk_action_get_stock_id\", LIBRARY.GTK);
2438 	Linker.link(gtk_action_set_gicon, \"gtk_action_set_gicon\", LIBRARY.GTK);
2439 	Linker.link(gtk_action_get_gicon, \"gtk_action_get_gicon\", LIBRARY.GTK);
2440 	Linker.link(gtk_action_set_icon_name, \"gtk_action_set_icon_name\", LIBRARY.GTK);
2441 	Linker.link(gtk_action_get_icon_name, \"gtk_action_get_icon_name\", LIBRARY.GTK);
2442 	Linker.link(gtk_action_set_visible_horizontal, \"gtk_action_set_visible_horizontal\", LIBRARY.GTK);
2443 	Linker.link(gtk_action_get_visible_horizontal, \"gtk_action_get_visible_horizontal\", LIBRARY.GTK);
2444 	Linker.link(gtk_action_set_visible_vertical, \"gtk_action_set_visible_vertical\", LIBRARY.GTK);
2445 	Linker.link(gtk_action_get_visible_vertical, \"gtk_action_get_visible_vertical\", LIBRARY.GTK);
2446 	Linker.link(gtk_action_set_is_important, \"gtk_action_set_is_important\", LIBRARY.GTK);
2447 	Linker.link(gtk_action_get_is_important, \"gtk_action_get_is_important\", LIBRARY.GTK);
2448 
2449 	// gtk.ToggleAction
2450 
2451 	Linker.link(gtk_toggle_action_new, \"gtk_toggle_action_new\", LIBRARY.GTK);
2452 	Linker.link(gtk_toggle_action_toggled, \"gtk_toggle_action_toggled\", LIBRARY.GTK);
2453 	Linker.link(gtk_toggle_action_set_active, \"gtk_toggle_action_set_active\", LIBRARY.GTK);
2454 	Linker.link(gtk_toggle_action_get_active, \"gtk_toggle_action_get_active\", LIBRARY.GTK);
2455 	Linker.link(gtk_toggle_action_set_draw_as_radio, \"gtk_toggle_action_set_draw_as_radio\", LIBRARY.GTK);
2456 	Linker.link(gtk_toggle_action_get_draw_as_radio, \"gtk_toggle_action_get_draw_as_radio\", LIBRARY.GTK);
2457 
2458 	// gtk.RadioAction
2459 
2460 	Linker.link(gtk_radio_action_new, \"gtk_radio_action_new\", LIBRARY.GTK);
2461 	Linker.link(gtk_radio_action_get_group, \"gtk_radio_action_get_group\", LIBRARY.GTK);
2462 	Linker.link(gtk_radio_action_set_group, \"gtk_radio_action_set_group\", LIBRARY.GTK);
2463 	Linker.link(gtk_radio_action_get_current_value, \"gtk_radio_action_get_current_value\", LIBRARY.GTK);
2464 	Linker.link(gtk_radio_action_set_current_value, \"gtk_radio_action_set_current_value\", LIBRARY.GTK);
2465 
2466 	// gtk.RecentAction
2467 
2468 	Linker.link(gtk_recent_action_new, \"gtk_recent_action_new\", LIBRARY.GTK);
2469 	Linker.link(gtk_recent_action_new_for_manager, \"gtk_recent_action_new_for_manager\", LIBRARY.GTK);
2470 	Linker.link(gtk_recent_action_get_show_numbers, \"gtk_recent_action_get_show_numbers\", LIBRARY.GTK);
2471 	Linker.link(gtk_recent_action_set_show_numbers, \"gtk_recent_action_set_show_numbers\", LIBRARY.GTK);
2472 
2473 	// gtk.ActivatableT
2474 
2475 
2476 	// gtk.ActivatableT
2477 
2478 	Linker.link(gtk_activatable_do_set_related_action, \"gtk_activatable_do_set_related_action\", LIBRARY.GTK);
2479 	Linker.link(gtk_activatable_get_related_action, \"gtk_activatable_get_related_action\", LIBRARY.GTK);
2480 	Linker.link(gtk_activatable_get_use_action_appearance, \"gtk_activatable_get_use_action_appearance\", LIBRARY.GTK);
2481 	Linker.link(gtk_activatable_sync_action_properties, \"gtk_activatable_sync_action_properties\", LIBRARY.GTK);
2482 	Linker.link(gtk_activatable_set_related_action, \"gtk_activatable_set_related_action\", LIBRARY.GTK);
2483 	Linker.link(gtk_activatable_set_use_action_appearance, \"gtk_activatable_set_use_action_appearance\", LIBRARY.GTK);
2484 
2485 	// gtk.ColorButton
2486 
2487 	Linker.link(gtk_color_button_new, \"gtk_color_button_new\", LIBRARY.GTK);
2488 	Linker.link(gtk_color_button_new_with_color, \"gtk_color_button_new_with_color\", LIBRARY.GTK);
2489 	Linker.link(gtk_color_button_set_color, \"gtk_color_button_set_color\", LIBRARY.GTK);
2490 	Linker.link(gtk_color_button_get_color, \"gtk_color_button_get_color\", LIBRARY.GTK);
2491 	Linker.link(gtk_color_button_set_alpha, \"gtk_color_button_set_alpha\", LIBRARY.GTK);
2492 	Linker.link(gtk_color_button_get_alpha, \"gtk_color_button_get_alpha\", LIBRARY.GTK);
2493 	Linker.link(gtk_color_button_set_use_alpha, \"gtk_color_button_set_use_alpha\", LIBRARY.GTK);
2494 	Linker.link(gtk_color_button_get_use_alpha, \"gtk_color_button_get_use_alpha\", LIBRARY.GTK);
2495 	Linker.link(gtk_color_button_set_title, \"gtk_color_button_set_title\", LIBRARY.GTK);
2496 	Linker.link(gtk_color_button_get_title, \"gtk_color_button_get_title\", LIBRARY.GTK);
2497 
2498 	// gtk.ColorSelection
2499 
2500 	Linker.link(gtk_color_selection_new, \"gtk_color_selection_new\", LIBRARY.GTK);
2501 	Linker.link(gtk_color_selection_set_update_policy, \"gtk_color_selection_set_update_policy\", LIBRARY.GTK);
2502 	Linker.link(gtk_color_selection_set_has_opacity_control, \"gtk_color_selection_set_has_opacity_control\", LIBRARY.GTK);
2503 	Linker.link(gtk_color_selection_get_has_opacity_control, \"gtk_color_selection_get_has_opacity_control\", LIBRARY.GTK);
2504 	Linker.link(gtk_color_selection_set_has_palette, \"gtk_color_selection_set_has_palette\", LIBRARY.GTK);
2505 	Linker.link(gtk_color_selection_get_has_palette, \"gtk_color_selection_get_has_palette\", LIBRARY.GTK);
2506 	Linker.link(gtk_color_selection_get_current_alpha, \"gtk_color_selection_get_current_alpha\", LIBRARY.GTK);
2507 	Linker.link(gtk_color_selection_set_current_alpha, \"gtk_color_selection_set_current_alpha\", LIBRARY.GTK);
2508 	Linker.link(gtk_color_selection_get_current_color, \"gtk_color_selection_get_current_color\", LIBRARY.GTK);
2509 	Linker.link(gtk_color_selection_set_current_color, \"gtk_color_selection_set_current_color\", LIBRARY.GTK);
2510 	Linker.link(gtk_color_selection_get_previous_alpha, \"gtk_color_selection_get_previous_alpha\", LIBRARY.GTK);
2511 	Linker.link(gtk_color_selection_set_previous_alpha, \"gtk_color_selection_set_previous_alpha\", LIBRARY.GTK);
2512 	Linker.link(gtk_color_selection_get_previous_color, \"gtk_color_selection_get_previous_color\", LIBRARY.GTK);
2513 	Linker.link(gtk_color_selection_set_previous_color, \"gtk_color_selection_set_previous_color\", LIBRARY.GTK);
2514 	Linker.link(gtk_color_selection_is_adjusting, \"gtk_color_selection_is_adjusting\", LIBRARY.GTK);
2515 	Linker.link(gtk_color_selection_palette_from_string, \"gtk_color_selection_palette_from_string\", LIBRARY.GTK);
2516 	Linker.link(gtk_color_selection_palette_to_string, \"gtk_color_selection_palette_to_string\", LIBRARY.GTK);
2517 	Linker.link(gtk_color_selection_set_change_palette_hook, \"gtk_color_selection_set_change_palette_hook\", LIBRARY.GTK);
2518 	Linker.link(gtk_color_selection_set_change_palette_with_screen_hook, \"gtk_color_selection_set_change_palette_with_screen_hook\", LIBRARY.GTK);
2519 	Linker.link(gtk_color_selection_set_color, \"gtk_color_selection_set_color\", LIBRARY.GTK);
2520 	Linker.link(gtk_color_selection_get_color, \"gtk_color_selection_get_color\", LIBRARY.GTK);
2521 
2522 	// gtk.ColorSelectionDialog
2523 
2524 	Linker.link(gtk_color_selection_dialog_new, \"gtk_color_selection_dialog_new\", LIBRARY.GTK);
2525 	Linker.link(gtk_color_selection_dialog_get_color_selection, \"gtk_color_selection_dialog_get_color_selection\", LIBRARY.GTK);
2526 
2527 	// gtk.FileChooserT
2528 
2529 
2530 	// gtk.FileChooserT
2531 
2532 	Linker.link(gtk_file_chooser_set_action, \"gtk_file_chooser_set_action\", LIBRARY.GTK);
2533 	Linker.link(gtk_file_chooser_get_action, \"gtk_file_chooser_get_action\", LIBRARY.GTK);
2534 	Linker.link(gtk_file_chooser_set_local_only, \"gtk_file_chooser_set_local_only\", LIBRARY.GTK);
2535 	Linker.link(gtk_file_chooser_get_local_only, \"gtk_file_chooser_get_local_only\", LIBRARY.GTK);
2536 	Linker.link(gtk_file_chooser_set_select_multiple, \"gtk_file_chooser_set_select_multiple\", LIBRARY.GTK);
2537 	Linker.link(gtk_file_chooser_get_select_multiple, \"gtk_file_chooser_get_select_multiple\", LIBRARY.GTK);
2538 	Linker.link(gtk_file_chooser_set_show_hidden, \"gtk_file_chooser_set_show_hidden\", LIBRARY.GTK);
2539 	Linker.link(gtk_file_chooser_get_show_hidden, \"gtk_file_chooser_get_show_hidden\", LIBRARY.GTK);
2540 	Linker.link(gtk_file_chooser_set_do_overwrite_confirmation, \"gtk_file_chooser_set_do_overwrite_confirmation\", LIBRARY.GTK);
2541 	Linker.link(gtk_file_chooser_get_do_overwrite_confirmation, \"gtk_file_chooser_get_do_overwrite_confirmation\", LIBRARY.GTK);
2542 	Linker.link(gtk_file_chooser_set_create_folders, \"gtk_file_chooser_set_create_folders\", LIBRARY.GTK);
2543 	Linker.link(gtk_file_chooser_get_create_folders, \"gtk_file_chooser_get_create_folders\", LIBRARY.GTK);
2544 	Linker.link(gtk_file_chooser_set_current_name, \"gtk_file_chooser_set_current_name\", LIBRARY.GTK);
2545 	Linker.link(gtk_file_chooser_get_filename, \"gtk_file_chooser_get_filename\", LIBRARY.GTK);
2546 	Linker.link(gtk_file_chooser_set_filename, \"gtk_file_chooser_set_filename\", LIBRARY.GTK);
2547 	Linker.link(gtk_file_chooser_select_filename, \"gtk_file_chooser_select_filename\", LIBRARY.GTK);
2548 	Linker.link(gtk_file_chooser_unselect_filename, \"gtk_file_chooser_unselect_filename\", LIBRARY.GTK);
2549 	Linker.link(gtk_file_chooser_select_all, \"gtk_file_chooser_select_all\", LIBRARY.GTK);
2550 	Linker.link(gtk_file_chooser_unselect_all, \"gtk_file_chooser_unselect_all\", LIBRARY.GTK);
2551 	Linker.link(gtk_file_chooser_get_filenames, \"gtk_file_chooser_get_filenames\", LIBRARY.GTK);
2552 	Linker.link(gtk_file_chooser_set_current_folder, \"gtk_file_chooser_set_current_folder\", LIBRARY.GTK);
2553 	Linker.link(gtk_file_chooser_get_current_folder, \"gtk_file_chooser_get_current_folder\", LIBRARY.GTK);
2554 	Linker.link(gtk_file_chooser_get_uri, \"gtk_file_chooser_get_uri\", LIBRARY.GTK);
2555 	Linker.link(gtk_file_chooser_set_uri, \"gtk_file_chooser_set_uri\", LIBRARY.GTK);
2556 	Linker.link(gtk_file_chooser_select_uri, \"gtk_file_chooser_select_uri\", LIBRARY.GTK);
2557 	Linker.link(gtk_file_chooser_unselect_uri, \"gtk_file_chooser_unselect_uri\", LIBRARY.GTK);
2558 	Linker.link(gtk_file_chooser_get_uris, \"gtk_file_chooser_get_uris\", LIBRARY.GTK);
2559 	Linker.link(gtk_file_chooser_set_current_folder_uri, \"gtk_file_chooser_set_current_folder_uri\", LIBRARY.GTK);
2560 	Linker.link(gtk_file_chooser_get_current_folder_uri, \"gtk_file_chooser_get_current_folder_uri\", LIBRARY.GTK);
2561 	Linker.link(gtk_file_chooser_set_preview_widget, \"gtk_file_chooser_set_preview_widget\", LIBRARY.GTK);
2562 	Linker.link(gtk_file_chooser_get_preview_widget, \"gtk_file_chooser_get_preview_widget\", LIBRARY.GTK);
2563 	Linker.link(gtk_file_chooser_set_preview_widget_active, \"gtk_file_chooser_set_preview_widget_active\", LIBRARY.GTK);
2564 	Linker.link(gtk_file_chooser_get_preview_widget_active, \"gtk_file_chooser_get_preview_widget_active\", LIBRARY.GTK);
2565 	Linker.link(gtk_file_chooser_set_use_preview_label, \"gtk_file_chooser_set_use_preview_label\", LIBRARY.GTK);
2566 	Linker.link(gtk_file_chooser_get_use_preview_label, \"gtk_file_chooser_get_use_preview_label\", LIBRARY.GTK);
2567 	Linker.link(gtk_file_chooser_get_preview_filename, \"gtk_file_chooser_get_preview_filename\", LIBRARY.GTK);
2568 	Linker.link(gtk_file_chooser_get_preview_uri, \"gtk_file_chooser_get_preview_uri\", LIBRARY.GTK);
2569 	Linker.link(gtk_file_chooser_set_extra_widget, \"gtk_file_chooser_set_extra_widget\", LIBRARY.GTK);
2570 	Linker.link(gtk_file_chooser_get_extra_widget, \"gtk_file_chooser_get_extra_widget\", LIBRARY.GTK);
2571 	Linker.link(gtk_file_chooser_add_filter, \"gtk_file_chooser_add_filter\", LIBRARY.GTK);
2572 	Linker.link(gtk_file_chooser_remove_filter, \"gtk_file_chooser_remove_filter\", LIBRARY.GTK);
2573 	Linker.link(gtk_file_chooser_list_filters, \"gtk_file_chooser_list_filters\", LIBRARY.GTK);
2574 	Linker.link(gtk_file_chooser_set_filter, \"gtk_file_chooser_set_filter\", LIBRARY.GTK);
2575 	Linker.link(gtk_file_chooser_get_filter, \"gtk_file_chooser_get_filter\", LIBRARY.GTK);
2576 	Linker.link(gtk_file_chooser_add_shortcut_folder, \"gtk_file_chooser_add_shortcut_folder\", LIBRARY.GTK);
2577 	Linker.link(gtk_file_chooser_remove_shortcut_folder, \"gtk_file_chooser_remove_shortcut_folder\", LIBRARY.GTK);
2578 	Linker.link(gtk_file_chooser_list_shortcut_folders, \"gtk_file_chooser_list_shortcut_folders\", LIBRARY.GTK);
2579 	Linker.link(gtk_file_chooser_add_shortcut_folder_uri, \"gtk_file_chooser_add_shortcut_folder_uri\", LIBRARY.GTK);
2580 	Linker.link(gtk_file_chooser_remove_shortcut_folder_uri, \"gtk_file_chooser_remove_shortcut_folder_uri\", LIBRARY.GTK);
2581 	Linker.link(gtk_file_chooser_list_shortcut_folder_uris, \"gtk_file_chooser_list_shortcut_folder_uris\", LIBRARY.GTK);
2582 	Linker.link(gtk_file_chooser_get_current_folder_file, \"gtk_file_chooser_get_current_folder_file\", LIBRARY.GTK);
2583 	Linker.link(gtk_file_chooser_get_file, \"gtk_file_chooser_get_file\", LIBRARY.GTK);
2584 	Linker.link(gtk_file_chooser_get_files, \"gtk_file_chooser_get_files\", LIBRARY.GTK);
2585 	Linker.link(gtk_file_chooser_get_preview_file, \"gtk_file_chooser_get_preview_file\", LIBRARY.GTK);
2586 	Linker.link(gtk_file_chooser_select_file, \"gtk_file_chooser_select_file\", LIBRARY.GTK);
2587 	Linker.link(gtk_file_chooser_set_current_folder_file, \"gtk_file_chooser_set_current_folder_file\", LIBRARY.GTK);
2588 	Linker.link(gtk_file_chooser_set_file, \"gtk_file_chooser_set_file\", LIBRARY.GTK);
2589 	Linker.link(gtk_file_chooser_unselect_file, \"gtk_file_chooser_unselect_file\", LIBRARY.GTK);
2590 
2591 	// gtk.FileChooserButton
2592 
2593 	Linker.link(gtk_file_chooser_button_new, \"gtk_file_chooser_button_new\", LIBRARY.GTK);
2594 	Linker.link(gtk_file_chooser_button_new_with_backend, \"gtk_file_chooser_button_new_with_backend\", LIBRARY.GTK);
2595 	Linker.link(gtk_file_chooser_button_new_with_dialog, \"gtk_file_chooser_button_new_with_dialog\", LIBRARY.GTK);
2596 	Linker.link(gtk_file_chooser_button_get_title, \"gtk_file_chooser_button_get_title\", LIBRARY.GTK);
2597 	Linker.link(gtk_file_chooser_button_set_title, \"gtk_file_chooser_button_set_title\", LIBRARY.GTK);
2598 	Linker.link(gtk_file_chooser_button_get_width_chars, \"gtk_file_chooser_button_get_width_chars\", LIBRARY.GTK);
2599 	Linker.link(gtk_file_chooser_button_set_width_chars, \"gtk_file_chooser_button_set_width_chars\", LIBRARY.GTK);
2600 	Linker.link(gtk_file_chooser_button_get_focus_on_click, \"gtk_file_chooser_button_get_focus_on_click\", LIBRARY.GTK);
2601 	Linker.link(gtk_file_chooser_button_set_focus_on_click, \"gtk_file_chooser_button_set_focus_on_click\", LIBRARY.GTK);
2602 
2603 	// gtk.FileChooserDialog
2604 
2605 	Linker.link(gtk_file_chooser_dialog_new, \"gtk_file_chooser_dialog_new\", LIBRARY.GTK);
2606 	Linker.link(gtk_file_chooser_dialog_new_with_backend, \"gtk_file_chooser_dialog_new_with_backend\", LIBRARY.GTK);
2607 
2608 	// gtk.FileChooserWidget
2609 
2610 	Linker.link(gtk_file_chooser_widget_new, \"gtk_file_chooser_widget_new\", LIBRARY.GTK);
2611 	Linker.link(gtk_file_chooser_widget_new_with_backend, \"gtk_file_chooser_widget_new_with_backend\", LIBRARY.GTK);
2612 
2613 	// gtk.FileFilter
2614 
2615 	Linker.link(gtk_file_filter_new, \"gtk_file_filter_new\", LIBRARY.GTK);
2616 	Linker.link(gtk_file_filter_set_name, \"gtk_file_filter_set_name\", LIBRARY.GTK);
2617 	Linker.link(gtk_file_filter_get_name, \"gtk_file_filter_get_name\", LIBRARY.GTK);
2618 	Linker.link(gtk_file_filter_add_mime_type, \"gtk_file_filter_add_mime_type\", LIBRARY.GTK);
2619 	Linker.link(gtk_file_filter_add_pattern, \"gtk_file_filter_add_pattern\", LIBRARY.GTK);
2620 	Linker.link(gtk_file_filter_add_pixbuf_formats, \"gtk_file_filter_add_pixbuf_formats\", LIBRARY.GTK);
2621 	Linker.link(gtk_file_filter_add_custom, \"gtk_file_filter_add_custom\", LIBRARY.GTK);
2622 	Linker.link(gtk_file_filter_get_needed, \"gtk_file_filter_get_needed\", LIBRARY.GTK);
2623 	Linker.link(gtk_file_filter_filter, \"gtk_file_filter_filter\", LIBRARY.GTK);
2624 
2625 	// gtk.FontButton
2626 
2627 	Linker.link(gtk_font_button_new, \"gtk_font_button_new\", LIBRARY.GTK);
2628 	Linker.link(gtk_font_button_new_with_font, \"gtk_font_button_new_with_font\", LIBRARY.GTK);
2629 	Linker.link(gtk_font_button_set_font_name, \"gtk_font_button_set_font_name\", LIBRARY.GTK);
2630 	Linker.link(gtk_font_button_get_font_name, \"gtk_font_button_get_font_name\", LIBRARY.GTK);
2631 	Linker.link(gtk_font_button_set_show_style, \"gtk_font_button_set_show_style\", LIBRARY.GTK);
2632 	Linker.link(gtk_font_button_get_show_style, \"gtk_font_button_get_show_style\", LIBRARY.GTK);
2633 	Linker.link(gtk_font_button_set_show_size, \"gtk_font_button_set_show_size\", LIBRARY.GTK);
2634 	Linker.link(gtk_font_button_get_show_size, \"gtk_font_button_get_show_size\", LIBRARY.GTK);
2635 	Linker.link(gtk_font_button_set_use_font, \"gtk_font_button_set_use_font\", LIBRARY.GTK);
2636 	Linker.link(gtk_font_button_get_use_font, \"gtk_font_button_get_use_font\", LIBRARY.GTK);
2637 	Linker.link(gtk_font_button_set_use_size, \"gtk_font_button_set_use_size\", LIBRARY.GTK);
2638 	Linker.link(gtk_font_button_get_use_size, \"gtk_font_button_get_use_size\", LIBRARY.GTK);
2639 	Linker.link(gtk_font_button_set_title, \"gtk_font_button_set_title\", LIBRARY.GTK);
2640 	Linker.link(gtk_font_button_get_title, \"gtk_font_button_get_title\", LIBRARY.GTK);
2641 
2642 	// gtk.FontSelection
2643 
2644 	Linker.link(gtk_font_selection_new, \"gtk_font_selection_new\", LIBRARY.GTK);
2645 	Linker.link(gtk_font_selection_get_font, \"gtk_font_selection_get_font\", LIBRARY.GTK);
2646 	Linker.link(gtk_font_selection_get_font_name, \"gtk_font_selection_get_font_name\", LIBRARY.GTK);
2647 	Linker.link(gtk_font_selection_set_font_name, \"gtk_font_selection_set_font_name\", LIBRARY.GTK);
2648 	Linker.link(gtk_font_selection_get_preview_text, \"gtk_font_selection_get_preview_text\", LIBRARY.GTK);
2649 	Linker.link(gtk_font_selection_set_preview_text, \"gtk_font_selection_set_preview_text\", LIBRARY.GTK);
2650 	Linker.link(gtk_font_selection_get_face, \"gtk_font_selection_get_face\", LIBRARY.GTK);
2651 	Linker.link(gtk_font_selection_get_face_list, \"gtk_font_selection_get_face_list\", LIBRARY.GTK);
2652 	Linker.link(gtk_font_selection_get_family, \"gtk_font_selection_get_family\", LIBRARY.GTK);
2653 	Linker.link(gtk_font_selection_get_size, \"gtk_font_selection_get_size\", LIBRARY.GTK);
2654 	Linker.link(gtk_font_selection_get_family_list, \"gtk_font_selection_get_family_list\", LIBRARY.GTK);
2655 	Linker.link(gtk_font_selection_get_preview_entry, \"gtk_font_selection_get_preview_entry\", LIBRARY.GTK);
2656 	Linker.link(gtk_font_selection_get_size_entry, \"gtk_font_selection_get_size_entry\", LIBRARY.GTK);
2657 	Linker.link(gtk_font_selection_get_size_list, \"gtk_font_selection_get_size_list\", LIBRARY.GTK);
2658 
2659 	// gtk.FontSelectionDialog
2660 
2661 	Linker.link(gtk_font_selection_dialog_new, \"gtk_font_selection_dialog_new\", LIBRARY.GTK);
2662 	Linker.link(gtk_font_selection_dialog_get_font, \"gtk_font_selection_dialog_get_font\", LIBRARY.GTK);
2663 	Linker.link(gtk_font_selection_dialog_get_font_name, \"gtk_font_selection_dialog_get_font_name\", LIBRARY.GTK);
2664 	Linker.link(gtk_font_selection_dialog_set_font_name, \"gtk_font_selection_dialog_set_font_name\", LIBRARY.GTK);
2665 	Linker.link(gtk_font_selection_dialog_get_preview_text, \"gtk_font_selection_dialog_get_preview_text\", LIBRARY.GTK);
2666 	Linker.link(gtk_font_selection_dialog_set_preview_text, \"gtk_font_selection_dialog_set_preview_text\", LIBRARY.GTK);
2667 	Linker.link(gtk_font_selection_dialog_get_apply_button, \"gtk_font_selection_dialog_get_apply_button\", LIBRARY.GTK);
2668 	Linker.link(gtk_font_selection_dialog_get_cancel_button, \"gtk_font_selection_dialog_get_cancel_button\", LIBRARY.GTK);
2669 	Linker.link(gtk_font_selection_dialog_get_ok_button, \"gtk_font_selection_dialog_get_ok_button\", LIBRARY.GTK);
2670 	Linker.link(gtk_font_selection_dialog_get_font_selection, \"gtk_font_selection_dialog_get_font_selection\", LIBRARY.GTK);
2671 
2672 	// gtk.InputDialog
2673 
2674 	Linker.link(gtk_input_dialog_new, \"gtk_input_dialog_new\", LIBRARY.GTK);
2675 
2676 	// gtk.Alignment
2677 
2678 	Linker.link(gtk_alignment_new, \"gtk_alignment_new\", LIBRARY.GTK);
2679 	Linker.link(gtk_alignment_set, \"gtk_alignment_set\", LIBRARY.GTK);
2680 	Linker.link(gtk_alignment_get_padding, \"gtk_alignment_get_padding\", LIBRARY.GTK);
2681 	Linker.link(gtk_alignment_set_padding, \"gtk_alignment_set_padding\", LIBRARY.GTK);
2682 
2683 	// gtk.AspectFrame
2684 
2685 	Linker.link(gtk_aspect_frame_new, \"gtk_aspect_frame_new\", LIBRARY.GTK);
2686 	Linker.link(gtk_aspect_frame_set, \"gtk_aspect_frame_set\", LIBRARY.GTK);
2687 
2688 	// gtk.HBox
2689 
2690 	Linker.link(gtk_hbox_new, \"gtk_hbox_new\", LIBRARY.GTK);
2691 
2692 	// gtk.VBox
2693 
2694 	Linker.link(gtk_vbox_new, \"gtk_vbox_new\", LIBRARY.GTK);
2695 
2696 	// gtk.HButtonBox
2697 
2698 	Linker.link(gtk_hbutton_box_new, \"gtk_hbutton_box_new\", LIBRARY.GTK);
2699 	Linker.link(gtk_hbutton_box_get_spacing_default, \"gtk_hbutton_box_get_spacing_default\", LIBRARY.GTK);
2700 	Linker.link(gtk_hbutton_box_get_layout_default, \"gtk_hbutton_box_get_layout_default\", LIBRARY.GTK);
2701 	Linker.link(gtk_hbutton_box_set_spacing_default, \"gtk_hbutton_box_set_spacing_default\", LIBRARY.GTK);
2702 	Linker.link(gtk_hbutton_box_set_layout_default, \"gtk_hbutton_box_set_layout_default\", LIBRARY.GTK);
2703 
2704 	// gtk.VButtonBox
2705 
2706 	Linker.link(gtk_vbutton_box_new, \"gtk_vbutton_box_new\", LIBRARY.GTK);
2707 	Linker.link(gtk_vbutton_box_get_spacing_default, \"gtk_vbutton_box_get_spacing_default\", LIBRARY.GTK);
2708 	Linker.link(gtk_vbutton_box_set_spacing_default, \"gtk_vbutton_box_set_spacing_default\", LIBRARY.GTK);
2709 	Linker.link(gtk_vbutton_box_get_layout_default, \"gtk_vbutton_box_get_layout_default\", LIBRARY.GTK);
2710 	Linker.link(gtk_vbutton_box_set_layout_default, \"gtk_vbutton_box_set_layout_default\", LIBRARY.GTK);
2711 
2712 	// gtk.Fixed
2713 
2714 	Linker.link(gtk_fixed_new, \"gtk_fixed_new\", LIBRARY.GTK);
2715 	Linker.link(gtk_fixed_put, \"gtk_fixed_put\", LIBRARY.GTK);
2716 	Linker.link(gtk_fixed_move, \"gtk_fixed_move\", LIBRARY.GTK);
2717 	Linker.link(gtk_fixed_get_has_window, \"gtk_fixed_get_has_window\", LIBRARY.GTK);
2718 	Linker.link(gtk_fixed_set_has_window, \"gtk_fixed_set_has_window\", LIBRARY.GTK);
2719 
2720 	// gtk.HPaned
2721 
2722 	Linker.link(gtk_hpaned_new, \"gtk_hpaned_new\", LIBRARY.GTK);
2723 
2724 	// gtk.VPaned
2725 
2726 	Linker.link(gtk_vpaned_new, \"gtk_vpaned_new\", LIBRARY.GTK);
2727 
2728 	// gtk.Layout
2729 
2730 	Linker.link(gtk_layout_new, \"gtk_layout_new\", LIBRARY.GTK);
2731 	Linker.link(gtk_layout_put, \"gtk_layout_put\", LIBRARY.GTK);
2732 	Linker.link(gtk_layout_move, \"gtk_layout_move\", LIBRARY.GTK);
2733 	Linker.link(gtk_layout_set_size, \"gtk_layout_set_size\", LIBRARY.GTK);
2734 	Linker.link(gtk_layout_get_size, \"gtk_layout_get_size\", LIBRARY.GTK);
2735 	Linker.link(gtk_layout_freeze, \"gtk_layout_freeze\", LIBRARY.GTK);
2736 	Linker.link(gtk_layout_thaw, \"gtk_layout_thaw\", LIBRARY.GTK);
2737 	Linker.link(gtk_layout_get_hadjustment, \"gtk_layout_get_hadjustment\", LIBRARY.GTK);
2738 	Linker.link(gtk_layout_get_vadjustment, \"gtk_layout_get_vadjustment\", LIBRARY.GTK);
2739 	Linker.link(gtk_layout_set_hadjustment, \"gtk_layout_set_hadjustment\", LIBRARY.GTK);
2740 	Linker.link(gtk_layout_set_vadjustment, \"gtk_layout_set_vadjustment\", LIBRARY.GTK);
2741 	Linker.link(gtk_layout_get_bin_window, \"gtk_layout_get_bin_window\", LIBRARY.GTK);
2742 
2743 	// gtk.Notebook
2744 
2745 	Linker.link(gtk_notebook_new, \"gtk_notebook_new\", LIBRARY.GTK);
2746 	Linker.link(gtk_notebook_append_page, \"gtk_notebook_append_page\", LIBRARY.GTK);
2747 	Linker.link(gtk_notebook_append_page_menu, \"gtk_notebook_append_page_menu\", LIBRARY.GTK);
2748 	Linker.link(gtk_notebook_prepend_page, \"gtk_notebook_prepend_page\", LIBRARY.GTK);
2749 	Linker.link(gtk_notebook_prepend_page_menu, \"gtk_notebook_prepend_page_menu\", LIBRARY.GTK);
2750 	Linker.link(gtk_notebook_insert_page, \"gtk_notebook_insert_page\", LIBRARY.GTK);
2751 	Linker.link(gtk_notebook_insert_page_menu, \"gtk_notebook_insert_page_menu\", LIBRARY.GTK);
2752 	Linker.link(gtk_notebook_remove_page, \"gtk_notebook_remove_page\", LIBRARY.GTK);
2753 	Linker.link(gtk_notebook_page_num, \"gtk_notebook_page_num\", LIBRARY.GTK);
2754 	Linker.link(gtk_notebook_next_page, \"gtk_notebook_next_page\", LIBRARY.GTK);
2755 	Linker.link(gtk_notebook_prev_page, \"gtk_notebook_prev_page\", LIBRARY.GTK);
2756 	Linker.link(gtk_notebook_reorder_child, \"gtk_notebook_reorder_child\", LIBRARY.GTK);
2757 	Linker.link(gtk_notebook_set_tab_pos, \"gtk_notebook_set_tab_pos\", LIBRARY.GTK);
2758 	Linker.link(gtk_notebook_set_show_tabs, \"gtk_notebook_set_show_tabs\", LIBRARY.GTK);
2759 	Linker.link(gtk_notebook_set_show_border, \"gtk_notebook_set_show_border\", LIBRARY.GTK);
2760 	Linker.link(gtk_notebook_set_scrollable, \"gtk_notebook_set_scrollable\", LIBRARY.GTK);
2761 	Linker.link(gtk_notebook_set_tab_border, \"gtk_notebook_set_tab_border\", LIBRARY.GTK);
2762 	Linker.link(gtk_notebook_popup_enable, \"gtk_notebook_popup_enable\", LIBRARY.GTK);
2763 	Linker.link(gtk_notebook_popup_disable, \"gtk_notebook_popup_disable\", LIBRARY.GTK);
2764 	Linker.link(gtk_notebook_get_current_page, \"gtk_notebook_get_current_page\", LIBRARY.GTK);
2765 	Linker.link(gtk_notebook_get_menu_label, \"gtk_notebook_get_menu_label\", LIBRARY.GTK);
2766 	Linker.link(gtk_notebook_get_nth_page, \"gtk_notebook_get_nth_page\", LIBRARY.GTK);
2767 	Linker.link(gtk_notebook_get_n_pages, \"gtk_notebook_get_n_pages\", LIBRARY.GTK);
2768 	Linker.link(gtk_notebook_get_tab_label, \"gtk_notebook_get_tab_label\", LIBRARY.GTK);
2769 	Linker.link(gtk_notebook_query_tab_label_packing, \"gtk_notebook_query_tab_label_packing\", LIBRARY.GTK);
2770 	Linker.link(gtk_notebook_set_homogeneous_tabs, \"gtk_notebook_set_homogeneous_tabs\", LIBRARY.GTK);
2771 	Linker.link(gtk_notebook_set_menu_label, \"gtk_notebook_set_menu_label\", LIBRARY.GTK);
2772 	Linker.link(gtk_notebook_set_menu_label_text, \"gtk_notebook_set_menu_label_text\", LIBRARY.GTK);
2773 	Linker.link(gtk_notebook_set_tab_hborder, \"gtk_notebook_set_tab_hborder\", LIBRARY.GTK);
2774 	Linker.link(gtk_notebook_set_tab_label, \"gtk_notebook_set_tab_label\", LIBRARY.GTK);
2775 	Linker.link(gtk_notebook_set_tab_label_packing, \"gtk_notebook_set_tab_label_packing\", LIBRARY.GTK);
2776 	Linker.link(gtk_notebook_set_tab_label_text, \"gtk_notebook_set_tab_label_text\", LIBRARY.GTK);
2777 	Linker.link(gtk_notebook_set_tab_vborder, \"gtk_notebook_set_tab_vborder\", LIBRARY.GTK);
2778 	Linker.link(gtk_notebook_set_tab_reorderable, \"gtk_notebook_set_tab_reorderable\", LIBRARY.GTK);
2779 	Linker.link(gtk_notebook_set_tab_detachable, \"gtk_notebook_set_tab_detachable\", LIBRARY.GTK);
2780 	Linker.link(gtk_notebook_get_menu_label_text, \"gtk_notebook_get_menu_label_text\", LIBRARY.GTK);
2781 	Linker.link(gtk_notebook_get_scrollable, \"gtk_notebook_get_scrollable\", LIBRARY.GTK);
2782 	Linker.link(gtk_notebook_get_show_border, \"gtk_notebook_get_show_border\", LIBRARY.GTK);
2783 	Linker.link(gtk_notebook_get_show_tabs, \"gtk_notebook_get_show_tabs\", LIBRARY.GTK);
2784 	Linker.link(gtk_notebook_get_tab_label_text, \"gtk_notebook_get_tab_label_text\", LIBRARY.GTK);
2785 	Linker.link(gtk_notebook_get_tab_pos, \"gtk_notebook_get_tab_pos\", LIBRARY.GTK);
2786 	Linker.link(gtk_notebook_get_tab_reorderable, \"gtk_notebook_get_tab_reorderable\", LIBRARY.GTK);
2787 	Linker.link(gtk_notebook_get_tab_detachable, \"gtk_notebook_get_tab_detachable\", LIBRARY.GTK);
2788 	Linker.link(gtk_notebook_get_tab_hborder, \"gtk_notebook_get_tab_hborder\", LIBRARY.GTK);
2789 	Linker.link(gtk_notebook_get_tab_vborder, \"gtk_notebook_get_tab_vborder\", LIBRARY.GTK);
2790 	Linker.link(gtk_notebook_set_current_page, \"gtk_notebook_set_current_page\", LIBRARY.GTK);
2791 	Linker.link(gtk_notebook_set_group_id, \"gtk_notebook_set_group_id\", LIBRARY.GTK);
2792 	Linker.link(gtk_notebook_get_group_id, \"gtk_notebook_get_group_id\", LIBRARY.GTK);
2793 	Linker.link(gtk_notebook_set_group, \"gtk_notebook_set_group\", LIBRARY.GTK);
2794 	Linker.link(gtk_notebook_get_group, \"gtk_notebook_get_group\", LIBRARY.GTK);
2795 	Linker.link(gtk_notebook_set_group_name, \"gtk_notebook_set_group_name\", LIBRARY.GTK);
2796 	Linker.link(gtk_notebook_get_group_name, \"gtk_notebook_get_group_name\", LIBRARY.GTK);
2797 	Linker.link(gtk_notebook_set_action_widget, \"gtk_notebook_set_action_widget\", LIBRARY.GTK);
2798 	Linker.link(gtk_notebook_get_action_widget, \"gtk_notebook_get_action_widget\", LIBRARY.GTK);
2799 	Linker.link(gtk_notebook_set_window_creation_hook, \"gtk_notebook_set_window_creation_hook\", LIBRARY.GTK);
2800 
2801 	// gtk.Table
2802 
2803 	Linker.link(gtk_table_new, \"gtk_table_new\", LIBRARY.GTK);
2804 	Linker.link(gtk_table_resize, \"gtk_table_resize\", LIBRARY.GTK);
2805 	Linker.link(gtk_table_attach, \"gtk_table_attach\", LIBRARY.GTK);
2806 	Linker.link(gtk_table_attach_defaults, \"gtk_table_attach_defaults\", LIBRARY.GTK);
2807 	Linker.link(gtk_table_set_row_spacing, \"gtk_table_set_row_spacing\", LIBRARY.GTK);
2808 	Linker.link(gtk_table_set_col_spacing, \"gtk_table_set_col_spacing\", LIBRARY.GTK);
2809 	Linker.link(gtk_table_set_row_spacings, \"gtk_table_set_row_spacings\", LIBRARY.GTK);
2810 	Linker.link(gtk_table_set_col_spacings, \"gtk_table_set_col_spacings\", LIBRARY.GTK);
2811 	Linker.link(gtk_table_set_homogeneous, \"gtk_table_set_homogeneous\", LIBRARY.GTK);
2812 	Linker.link(gtk_table_get_default_row_spacing, \"gtk_table_get_default_row_spacing\", LIBRARY.GTK);
2813 	Linker.link(gtk_table_get_homogeneous, \"gtk_table_get_homogeneous\", LIBRARY.GTK);
2814 	Linker.link(gtk_table_get_row_spacing, \"gtk_table_get_row_spacing\", LIBRARY.GTK);
2815 	Linker.link(gtk_table_get_col_spacing, \"gtk_table_get_col_spacing\", LIBRARY.GTK);
2816 	Linker.link(gtk_table_get_default_col_spacing, \"gtk_table_get_default_col_spacing\", LIBRARY.GTK);
2817 	Linker.link(gtk_table_get_size, \"gtk_table_get_size\", LIBRARY.GTK);
2818 
2819 	// gtk.Expander
2820 
2821 	Linker.link(gtk_expander_new, \"gtk_expander_new\", LIBRARY.GTK);
2822 	Linker.link(gtk_expander_new_with_mnemonic, \"gtk_expander_new_with_mnemonic\", LIBRARY.GTK);
2823 	Linker.link(gtk_expander_set_expanded, \"gtk_expander_set_expanded\", LIBRARY.GTK);
2824 	Linker.link(gtk_expander_get_expanded, \"gtk_expander_get_expanded\", LIBRARY.GTK);
2825 	Linker.link(gtk_expander_set_spacing, \"gtk_expander_set_spacing\", LIBRARY.GTK);
2826 	Linker.link(gtk_expander_get_spacing, \"gtk_expander_get_spacing\", LIBRARY.GTK);
2827 	Linker.link(gtk_expander_set_label, \"gtk_expander_set_label\", LIBRARY.GTK);
2828 	Linker.link(gtk_expander_get_label, \"gtk_expander_get_label\", LIBRARY.GTK);
2829 	Linker.link(gtk_expander_set_use_underline, \"gtk_expander_set_use_underline\", LIBRARY.GTK);
2830 	Linker.link(gtk_expander_get_use_underline, \"gtk_expander_get_use_underline\", LIBRARY.GTK);
2831 	Linker.link(gtk_expander_set_use_markup, \"gtk_expander_set_use_markup\", LIBRARY.GTK);
2832 	Linker.link(gtk_expander_get_use_markup, \"gtk_expander_get_use_markup\", LIBRARY.GTK);
2833 	Linker.link(gtk_expander_set_label_widget, \"gtk_expander_set_label_widget\", LIBRARY.GTK);
2834 	Linker.link(gtk_expander_get_label_widget, \"gtk_expander_get_label_widget\", LIBRARY.GTK);
2835 	Linker.link(gtk_expander_set_label_fill, \"gtk_expander_set_label_fill\", LIBRARY.GTK);
2836 	Linker.link(gtk_expander_get_label_fill, \"gtk_expander_get_label_fill\", LIBRARY.GTK);
2837 
2838 	// gtk.OrientableT
2839 
2840 
2841 	// gtk.OrientableT
2842 
2843 	Linker.link(gtk_orientable_get_orientation, \"gtk_orientable_get_orientation\", LIBRARY.GTK);
2844 	Linker.link(gtk_orientable_set_orientation, \"gtk_orientable_set_orientation\", LIBRARY.GTK);
2845 
2846 	// gtk.Frame
2847 
2848 	Linker.link(gtk_frame_new, \"gtk_frame_new\", LIBRARY.GTK);
2849 	Linker.link(gtk_frame_set_label, \"gtk_frame_set_label\", LIBRARY.GTK);
2850 	Linker.link(gtk_frame_set_label_widget, \"gtk_frame_set_label_widget\", LIBRARY.GTK);
2851 	Linker.link(gtk_frame_set_label_align, \"gtk_frame_set_label_align\", LIBRARY.GTK);
2852 	Linker.link(gtk_frame_set_shadow_type, \"gtk_frame_set_shadow_type\", LIBRARY.GTK);
2853 	Linker.link(gtk_frame_get_label, \"gtk_frame_get_label\", LIBRARY.GTK);
2854 	Linker.link(gtk_frame_get_label_align, \"gtk_frame_get_label_align\", LIBRARY.GTK);
2855 	Linker.link(gtk_frame_get_label_widget, \"gtk_frame_get_label_widget\", LIBRARY.GTK);
2856 	Linker.link(gtk_frame_get_shadow_type, \"gtk_frame_get_shadow_type\", LIBRARY.GTK);
2857 
2858 	// gtk.HSeparator
2859 
2860 	Linker.link(gtk_hseparator_new, \"gtk_hseparator_new\", LIBRARY.GTK);
2861 
2862 	// gtk.VSeparator
2863 
2864 	Linker.link(gtk_vseparator_new, \"gtk_vseparator_new\", LIBRARY.GTK);
2865 
2866 	// gtk.HScrollbar
2867 
2868 	Linker.link(gtk_hscrollbar_new, \"gtk_hscrollbar_new\", LIBRARY.GTK);
2869 
2870 	// gtk.VScrollbar
2871 
2872 	Linker.link(gtk_vscrollbar_new, \"gtk_vscrollbar_new\", LIBRARY.GTK);
2873 
2874 	// gtk.ScrolledWindow
2875 
2876 	Linker.link(gtk_scrolled_window_new, \"gtk_scrolled_window_new\", LIBRARY.GTK);
2877 	Linker.link(gtk_scrolled_window_get_hadjustment, \"gtk_scrolled_window_get_hadjustment\", LIBRARY.GTK);
2878 	Linker.link(gtk_scrolled_window_get_vadjustment, \"gtk_scrolled_window_get_vadjustment\", LIBRARY.GTK);
2879 	Linker.link(gtk_scrolled_window_get_hscrollbar, \"gtk_scrolled_window_get_hscrollbar\", LIBRARY.GTK);
2880 	Linker.link(gtk_scrolled_window_get_vscrollbar, \"gtk_scrolled_window_get_vscrollbar\", LIBRARY.GTK);
2881 	Linker.link(gtk_scrolled_window_set_policy, \"gtk_scrolled_window_set_policy\", LIBRARY.GTK);
2882 	Linker.link(gtk_scrolled_window_add_with_viewport, \"gtk_scrolled_window_add_with_viewport\", LIBRARY.GTK);
2883 	Linker.link(gtk_scrolled_window_set_placement, \"gtk_scrolled_window_set_placement\", LIBRARY.GTK);
2884 	Linker.link(gtk_scrolled_window_unset_placement, \"gtk_scrolled_window_unset_placement\", LIBRARY.GTK);
2885 	Linker.link(gtk_scrolled_window_set_shadow_type, \"gtk_scrolled_window_set_shadow_type\", LIBRARY.GTK);
2886 	Linker.link(gtk_scrolled_window_set_hadjustment, \"gtk_scrolled_window_set_hadjustment\", LIBRARY.GTK);
2887 	Linker.link(gtk_scrolled_window_set_vadjustment, \"gtk_scrolled_window_set_vadjustment\", LIBRARY.GTK);
2888 	Linker.link(gtk_scrolled_window_get_placement, \"gtk_scrolled_window_get_placement\", LIBRARY.GTK);
2889 	Linker.link(gtk_scrolled_window_get_policy, \"gtk_scrolled_window_get_policy\", LIBRARY.GTK);
2890 	Linker.link(gtk_scrolled_window_get_shadow_type, \"gtk_scrolled_window_get_shadow_type\", LIBRARY.GTK);
2891 
2892 	// gtk.PrintOperation
2893 
2894 	Linker.link(gtk_print_operation_new, \"gtk_print_operation_new\", LIBRARY.GTK);
2895 	Linker.link(gtk_print_operation_set_allow_async, \"gtk_print_operation_set_allow_async\", LIBRARY.GTK);
2896 	Linker.link(gtk_print_operation_get_error, \"gtk_print_operation_get_error\", LIBRARY.GTK);
2897 	Linker.link(gtk_print_operation_set_default_page_setup, \"gtk_print_operation_set_default_page_setup\", LIBRARY.GTK);
2898 	Linker.link(gtk_print_operation_get_default_page_setup, \"gtk_print_operation_get_default_page_setup\", LIBRARY.GTK);
2899 	Linker.link(gtk_print_operation_set_print_settings, \"gtk_print_operation_set_print_settings\", LIBRARY.GTK);
2900 	Linker.link(gtk_print_operation_get_print_settings, \"gtk_print_operation_get_print_settings\", LIBRARY.GTK);
2901 	Linker.link(gtk_print_operation_set_job_name, \"gtk_print_operation_set_job_name\", LIBRARY.GTK);
2902 	Linker.link(gtk_print_operation_set_n_pages, \"gtk_print_operation_set_n_pages\", LIBRARY.GTK);
2903 	Linker.link(gtk_print_operation_get_n_pages_to_print, \"gtk_print_operation_get_n_pages_to_print\", LIBRARY.GTK);
2904 	Linker.link(gtk_print_operation_set_current_page, \"gtk_print_operation_set_current_page\", LIBRARY.GTK);
2905 	Linker.link(gtk_print_operation_set_use_full_page, \"gtk_print_operation_set_use_full_page\", LIBRARY.GTK);
2906 	Linker.link(gtk_print_operation_set_unit, \"gtk_print_operation_set_unit\", LIBRARY.GTK);
2907 	Linker.link(gtk_print_operation_set_export_filename, \"gtk_print_operation_set_export_filename\", LIBRARY.GTK);
2908 	Linker.link(gtk_print_operation_set_show_progress, \"gtk_print_operation_set_show_progress\", LIBRARY.GTK);
2909 	Linker.link(gtk_print_operation_set_track_print_status, \"gtk_print_operation_set_track_print_status\", LIBRARY.GTK);
2910 	Linker.link(gtk_print_operation_set_custom_tab_label, \"gtk_print_operation_set_custom_tab_label\", LIBRARY.GTK);
2911 	Linker.link(gtk_print_operation_run, \"gtk_print_operation_run\", LIBRARY.GTK);
2912 	Linker.link(gtk_print_operation_cancel, \"gtk_print_operation_cancel\", LIBRARY.GTK);
2913 	Linker.link(gtk_print_operation_draw_page_finish, \"gtk_print_operation_draw_page_finish\", LIBRARY.GTK);
2914 	Linker.link(gtk_print_operation_set_defer_drawing, \"gtk_print_operation_set_defer_drawing\", LIBRARY.GTK);
2915 	Linker.link(gtk_print_operation_get_status, \"gtk_print_operation_get_status\", LIBRARY.GTK);
2916 	Linker.link(gtk_print_operation_get_status_string, \"gtk_print_operation_get_status_string\", LIBRARY.GTK);
2917 	Linker.link(gtk_print_operation_is_finished, \"gtk_print_operation_is_finished\", LIBRARY.GTK);
2918 	Linker.link(gtk_print_operation_set_support_selection, \"gtk_print_operation_set_support_selection\", LIBRARY.GTK);
2919 	Linker.link(gtk_print_operation_get_support_selection, \"gtk_print_operation_get_support_selection\", LIBRARY.GTK);
2920 	Linker.link(gtk_print_operation_set_has_selection, \"gtk_print_operation_set_has_selection\", LIBRARY.GTK);
2921 	Linker.link(gtk_print_operation_get_has_selection, \"gtk_print_operation_get_has_selection\", LIBRARY.GTK);
2922 	Linker.link(gtk_print_operation_set_embed_page_setup, \"gtk_print_operation_set_embed_page_setup\", LIBRARY.GTK);
2923 	Linker.link(gtk_print_operation_get_embed_page_setup, \"gtk_print_operation_get_embed_page_setup\", LIBRARY.GTK);
2924 	Linker.link(gtk_print_run_page_setup_dialog, \"gtk_print_run_page_setup_dialog\", LIBRARY.GTK);
2925 	Linker.link(gtk_print_run_page_setup_dialog_async, \"gtk_print_run_page_setup_dialog_async\", LIBRARY.GTK);
2926 
2927 	// gtk.PrintOperationPreviewT
2928 
2929 
2930 	// gtk.PrintOperationPreviewT
2931 
2932 	Linker.link(gtk_print_operation_preview_end_preview, \"gtk_print_operation_preview_end_preview\", LIBRARY.GTK);
2933 	Linker.link(gtk_print_operation_preview_is_selected, \"gtk_print_operation_preview_is_selected\", LIBRARY.GTK);
2934 	Linker.link(gtk_print_operation_preview_render_page, \"gtk_print_operation_preview_render_page\", LIBRARY.GTK);
2935 
2936 	// gtk.PrintContext
2937 
2938 	Linker.link(gtk_print_context_get_cairo_context, \"gtk_print_context_get_cairo_context\", LIBRARY.GTK);
2939 	Linker.link(gtk_print_context_set_cairo_context, \"gtk_print_context_set_cairo_context\", LIBRARY.GTK);
2940 	Linker.link(gtk_print_context_get_page_setup, \"gtk_print_context_get_page_setup\", LIBRARY.GTK);
2941 	Linker.link(gtk_print_context_get_width, \"gtk_print_context_get_width\", LIBRARY.GTK);
2942 	Linker.link(gtk_print_context_get_height, \"gtk_print_context_get_height\", LIBRARY.GTK);
2943 	Linker.link(gtk_print_context_get_dpi_x, \"gtk_print_context_get_dpi_x\", LIBRARY.GTK);
2944 	Linker.link(gtk_print_context_get_dpi_y, \"gtk_print_context_get_dpi_y\", LIBRARY.GTK);
2945 	Linker.link(gtk_print_context_get_pango_fontmap, \"gtk_print_context_get_pango_fontmap\", LIBRARY.GTK);
2946 	Linker.link(gtk_print_context_create_pango_context, \"gtk_print_context_create_pango_context\", LIBRARY.GTK);
2947 	Linker.link(gtk_print_context_create_pango_layout, \"gtk_print_context_create_pango_layout\", LIBRARY.GTK);
2948 	Linker.link(gtk_print_context_get_hard_margins, \"gtk_print_context_get_hard_margins\", LIBRARY.GTK);
2949 
2950 	// gtk.PrintSettings
2951 
2952 	Linker.link(gtk_print_settings_new, \"gtk_print_settings_new\", LIBRARY.GTK);
2953 	Linker.link(gtk_print_settings_copy, \"gtk_print_settings_copy\", LIBRARY.GTK);
2954 	Linker.link(gtk_print_settings_has_key, \"gtk_print_settings_has_key\", LIBRARY.GTK);
2955 	Linker.link(gtk_print_settings_get, \"gtk_print_settings_get\", LIBRARY.GTK);
2956 	Linker.link(gtk_print_settings_set, \"gtk_print_settings_set\", LIBRARY.GTK);
2957 	Linker.link(gtk_print_settings_unset, \"gtk_print_settings_unset\", LIBRARY.GTK);
2958 	Linker.link(gtk_print_settings_foreach, \"gtk_print_settings_foreach\", LIBRARY.GTK);
2959 	Linker.link(gtk_print_settings_get_bool, \"gtk_print_settings_get_bool\", LIBRARY.GTK);
2960 	Linker.link(gtk_print_settings_set_bool, \"gtk_print_settings_set_bool\", LIBRARY.GTK);
2961 	Linker.link(gtk_print_settings_get_double, \"gtk_print_settings_get_double\", LIBRARY.GTK);
2962 	Linker.link(gtk_print_settings_get_double_with_default, \"gtk_print_settings_get_double_with_default\", LIBRARY.GTK);
2963 	Linker.link(gtk_print_settings_set_double, \"gtk_print_settings_set_double\", LIBRARY.GTK);
2964 	Linker.link(gtk_print_settings_get_length, \"gtk_print_settings_get_length\", LIBRARY.GTK);
2965 	Linker.link(gtk_print_settings_set_length, \"gtk_print_settings_set_length\", LIBRARY.GTK);
2966 	Linker.link(gtk_print_settings_get_int, \"gtk_print_settings_get_int\", LIBRARY.GTK);
2967 	Linker.link(gtk_print_settings_get_int_with_default, \"gtk_print_settings_get_int_with_default\", LIBRARY.GTK);
2968 	Linker.link(gtk_print_settings_set_int, \"gtk_print_settings_set_int\", LIBRARY.GTK);
2969 	Linker.link(gtk_print_settings_get_printer, \"gtk_print_settings_get_printer\", LIBRARY.GTK);
2970 	Linker.link(gtk_print_settings_set_printer, \"gtk_print_settings_set_printer\", LIBRARY.GTK);
2971 	Linker.link(gtk_print_settings_get_orientation, \"gtk_print_settings_get_orientation\", LIBRARY.GTK);
2972 	Linker.link(gtk_print_settings_set_orientation, \"gtk_print_settings_set_orientation\", LIBRARY.GTK);
2973 	Linker.link(gtk_print_settings_get_paper_size, \"gtk_print_settings_get_paper_size\", LIBRARY.GTK);
2974 	Linker.link(gtk_print_settings_set_paper_size, \"gtk_print_settings_set_paper_size\", LIBRARY.GTK);
2975 	Linker.link(gtk_print_settings_get_paper_width, \"gtk_print_settings_get_paper_width\", LIBRARY.GTK);
2976 	Linker.link(gtk_print_settings_set_paper_width, \"gtk_print_settings_set_paper_width\", LIBRARY.GTK);
2977 	Linker.link(gtk_print_settings_get_paper_height, \"gtk_print_settings_get_paper_height\", LIBRARY.GTK);
2978 	Linker.link(gtk_print_settings_set_paper_height, \"gtk_print_settings_set_paper_height\", LIBRARY.GTK);
2979 	Linker.link(gtk_print_settings_get_use_color, \"gtk_print_settings_get_use_color\", LIBRARY.GTK);
2980 	Linker.link(gtk_print_settings_set_use_color, \"gtk_print_settings_set_use_color\", LIBRARY.GTK);
2981 	Linker.link(gtk_print_settings_get_collate, \"gtk_print_settings_get_collate\", LIBRARY.GTK);
2982 	Linker.link(gtk_print_settings_set_collate, \"gtk_print_settings_set_collate\", LIBRARY.GTK);
2983 	Linker.link(gtk_print_settings_get_reverse, \"gtk_print_settings_get_reverse\", LIBRARY.GTK);
2984 	Linker.link(gtk_print_settings_set_reverse, \"gtk_print_settings_set_reverse\", LIBRARY.GTK);
2985 	Linker.link(gtk_print_settings_get_duplex, \"gtk_print_settings_get_duplex\", LIBRARY.GTK);
2986 	Linker.link(gtk_print_settings_set_duplex, \"gtk_print_settings_set_duplex\", LIBRARY.GTK);
2987 	Linker.link(gtk_print_settings_get_quality, \"gtk_print_settings_get_quality\", LIBRARY.GTK);
2988 	Linker.link(gtk_print_settings_set_quality, \"gtk_print_settings_set_quality\", LIBRARY.GTK);
2989 	Linker.link(gtk_print_settings_get_n_copies, \"gtk_print_settings_get_n_copies\", LIBRARY.GTK);
2990 	Linker.link(gtk_print_settings_set_n_copies, \"gtk_print_settings_set_n_copies\", LIBRARY.GTK);
2991 	Linker.link(gtk_print_settings_get_number_up, \"gtk_print_settings_get_number_up\", LIBRARY.GTK);
2992 	Linker.link(gtk_print_settings_set_number_up, \"gtk_print_settings_set_number_up\", LIBRARY.GTK);
2993 	Linker.link(gtk_print_settings_get_number_up_layout, \"gtk_print_settings_get_number_up_layout\", LIBRARY.GTK);
2994 	Linker.link(gtk_print_settings_set_number_up_layout, \"gtk_print_settings_set_number_up_layout\", LIBRARY.GTK);
2995 	Linker.link(gtk_print_settings_get_resolution, \"gtk_print_settings_get_resolution\", LIBRARY.GTK);
2996 	Linker.link(gtk_print_settings_set_resolution, \"gtk_print_settings_set_resolution\", LIBRARY.GTK);
2997 	Linker.link(gtk_print_settings_set_resolution_xy, \"gtk_print_settings_set_resolution_xy\", LIBRARY.GTK);
2998 	Linker.link(gtk_print_settings_get_resolution_x, \"gtk_print_settings_get_resolution_x\", LIBRARY.GTK);
2999 	Linker.link(gtk_print_settings_get_resolution_y, \"gtk_print_settings_get_resolution_y\", LIBRARY.GTK);
3000 	Linker.link(gtk_print_settings_get_printer_lpi, \"gtk_print_settings_get_printer_lpi\", LIBRARY.GTK);
3001 	Linker.link(gtk_print_settings_set_printer_lpi, \"gtk_print_settings_set_printer_lpi\", LIBRARY.GTK);
3002 	Linker.link(gtk_print_settings_get_scale, \"gtk_print_settings_get_scale\", LIBRARY.GTK);
3003 	Linker.link(gtk_print_settings_set_scale, \"gtk_print_settings_set_scale\", LIBRARY.GTK);
3004 	Linker.link(gtk_print_settings_get_print_pages, \"gtk_print_settings_get_print_pages\", LIBRARY.GTK);
3005 	Linker.link(gtk_print_settings_set_print_pages, \"gtk_print_settings_set_print_pages\", LIBRARY.GTK);
3006 	Linker.link(gtk_print_settings_get_page_ranges, \"gtk_print_settings_get_page_ranges\", LIBRARY.GTK);
3007 	Linker.link(gtk_print_settings_set_page_ranges, \"gtk_print_settings_set_page_ranges\", LIBRARY.GTK);
3008 	Linker.link(gtk_print_settings_get_page_set, \"gtk_print_settings_get_page_set\", LIBRARY.GTK);
3009 	Linker.link(gtk_print_settings_set_page_set, \"gtk_print_settings_set_page_set\", LIBRARY.GTK);
3010 	Linker.link(gtk_print_settings_get_default_source, \"gtk_print_settings_get_default_source\", LIBRARY.GTK);
3011 	Linker.link(gtk_print_settings_set_default_source, \"gtk_print_settings_set_default_source\", LIBRARY.GTK);
3012 	Linker.link(gtk_print_settings_get_media_type, \"gtk_print_settings_get_media_type\", LIBRARY.GTK);
3013 	Linker.link(gtk_print_settings_set_media_type, \"gtk_print_settings_set_media_type\", LIBRARY.GTK);
3014 	Linker.link(gtk_print_settings_get_dither, \"gtk_print_settings_get_dither\", LIBRARY.GTK);
3015 	Linker.link(gtk_print_settings_set_dither, \"gtk_print_settings_set_dither\", LIBRARY.GTK);
3016 	Linker.link(gtk_print_settings_get_finishings, \"gtk_print_settings_get_finishings\", LIBRARY.GTK);
3017 	Linker.link(gtk_print_settings_set_finishings, \"gtk_print_settings_set_finishings\", LIBRARY.GTK);
3018 	Linker.link(gtk_print_settings_get_output_bin, \"gtk_print_settings_get_output_bin\", LIBRARY.GTK);
3019 	Linker.link(gtk_print_settings_set_output_bin, \"gtk_print_settings_set_output_bin\", LIBRARY.GTK);
3020 	Linker.link(gtk_print_settings_new_from_file, \"gtk_print_settings_new_from_file\", LIBRARY.GTK);
3021 	Linker.link(gtk_print_settings_new_from_key_file, \"gtk_print_settings_new_from_key_file\", LIBRARY.GTK);
3022 	Linker.link(gtk_print_settings_load_file, \"gtk_print_settings_load_file\", LIBRARY.GTK);
3023 	Linker.link(gtk_print_settings_load_key_file, \"gtk_print_settings_load_key_file\", LIBRARY.GTK);
3024 	Linker.link(gtk_print_settings_to_file, \"gtk_print_settings_to_file\", LIBRARY.GTK);
3025 	Linker.link(gtk_print_settings_to_key_file, \"gtk_print_settings_to_key_file\", LIBRARY.GTK);
3026 
3027 	// gtk.PageSetup
3028 
3029 	Linker.link(gtk_page_setup_new, \"gtk_page_setup_new\", LIBRARY.GTK);
3030 	Linker.link(gtk_page_setup_copy, \"gtk_page_setup_copy\", LIBRARY.GTK);
3031 	Linker.link(gtk_page_setup_get_orientation, \"gtk_page_setup_get_orientation\", LIBRARY.GTK);
3032 	Linker.link(gtk_page_setup_set_orientation, \"gtk_page_setup_set_orientation\", LIBRARY.GTK);
3033 	Linker.link(gtk_page_setup_get_paper_size, \"gtk_page_setup_get_paper_size\", LIBRARY.GTK);
3034 	Linker.link(gtk_page_setup_set_paper_size, \"gtk_page_setup_set_paper_size\", LIBRARY.GTK);
3035 	Linker.link(gtk_page_setup_get_top_margin, \"gtk_page_setup_get_top_margin\", LIBRARY.GTK);
3036 	Linker.link(gtk_page_setup_set_top_margin, \"gtk_page_setup_set_top_margin\", LIBRARY.GTK);
3037 	Linker.link(gtk_page_setup_get_bottom_margin, \"gtk_page_setup_get_bottom_margin\", LIBRARY.GTK);
3038 	Linker.link(gtk_page_setup_set_bottom_margin, \"gtk_page_setup_set_bottom_margin\", LIBRARY.GTK);
3039 	Linker.link(gtk_page_setup_get_left_margin, \"gtk_page_setup_get_left_margin\", LIBRARY.GTK);
3040 	Linker.link(gtk_page_setup_set_left_margin, \"gtk_page_setup_set_left_margin\", LIBRARY.GTK);
3041 	Linker.link(gtk_page_setup_get_right_margin, \"gtk_page_setup_get_right_margin\", LIBRARY.GTK);
3042 	Linker.link(gtk_page_setup_set_right_margin, \"gtk_page_setup_set_right_margin\", LIBRARY.GTK);
3043 	Linker.link(gtk_page_setup_set_paper_size_and_default_margins, \"gtk_page_setup_set_paper_size_and_default_margins\", LIBRARY.GTK);
3044 	Linker.link(gtk_page_setup_get_paper_width, \"gtk_page_setup_get_paper_width\", LIBRARY.GTK);
3045 	Linker.link(gtk_page_setup_get_paper_height, \"gtk_page_setup_get_paper_height\", LIBRARY.GTK);
3046 	Linker.link(gtk_page_setup_get_page_width, \"gtk_page_setup_get_page_width\", LIBRARY.GTK);
3047 	Linker.link(gtk_page_setup_get_page_height, \"gtk_page_setup_get_page_height\", LIBRARY.GTK);
3048 	Linker.link(gtk_page_setup_new_from_file, \"gtk_page_setup_new_from_file\", LIBRARY.GTK);
3049 	Linker.link(gtk_page_setup_new_from_key_file, \"gtk_page_setup_new_from_key_file\", LIBRARY.GTK);
3050 	Linker.link(gtk_page_setup_load_file, \"gtk_page_setup_load_file\", LIBRARY.GTK);
3051 	Linker.link(gtk_page_setup_load_key_file, \"gtk_page_setup_load_key_file\", LIBRARY.GTK);
3052 	Linker.link(gtk_page_setup_to_file, \"gtk_page_setup_to_file\", LIBRARY.GTK);
3053 	Linker.link(gtk_page_setup_to_key_file, \"gtk_page_setup_to_key_file\", LIBRARY.GTK);
3054 
3055 	// gtk.PaperSize
3056 
3057 	Linker.link(gtk_paper_size_new, \"gtk_paper_size_new\", LIBRARY.GTK);
3058 	Linker.link(gtk_paper_size_new_from_ppd, \"gtk_paper_size_new_from_ppd\", LIBRARY.GTK);
3059 	Linker.link(gtk_paper_size_new_custom, \"gtk_paper_size_new_custom\", LIBRARY.GTK);
3060 	Linker.link(gtk_paper_size_copy, \"gtk_paper_size_copy\", LIBRARY.GTK);
3061 	Linker.link(gtk_paper_size_free, \"gtk_paper_size_free\", LIBRARY.GTK);
3062 	Linker.link(gtk_paper_size_is_equal, \"gtk_paper_size_is_equal\", LIBRARY.GTK);
3063 	Linker.link(gtk_paper_size_get_paper_sizes, \"gtk_paper_size_get_paper_sizes\", LIBRARY.GTK);
3064 	Linker.link(gtk_paper_size_get_name, \"gtk_paper_size_get_name\", LIBRARY.GTK);
3065 	Linker.link(gtk_paper_size_get_display_name, \"gtk_paper_size_get_display_name\", LIBRARY.GTK);
3066 	Linker.link(gtk_paper_size_get_ppd_name, \"gtk_paper_size_get_ppd_name\", LIBRARY.GTK);
3067 	Linker.link(gtk_paper_size_get_width, \"gtk_paper_size_get_width\", LIBRARY.GTK);
3068 	Linker.link(gtk_paper_size_get_height, \"gtk_paper_size_get_height\", LIBRARY.GTK);
3069 	Linker.link(gtk_paper_size_is_custom, \"gtk_paper_size_is_custom\", LIBRARY.GTK);
3070 	Linker.link(gtk_paper_size_set_size, \"gtk_paper_size_set_size\", LIBRARY.GTK);
3071 	Linker.link(gtk_paper_size_get_default_top_margin, \"gtk_paper_size_get_default_top_margin\", LIBRARY.GTK);
3072 	Linker.link(gtk_paper_size_get_default_bottom_margin, \"gtk_paper_size_get_default_bottom_margin\", LIBRARY.GTK);
3073 	Linker.link(gtk_paper_size_get_default_left_margin, \"gtk_paper_size_get_default_left_margin\", LIBRARY.GTK);
3074 	Linker.link(gtk_paper_size_get_default_right_margin, \"gtk_paper_size_get_default_right_margin\", LIBRARY.GTK);
3075 	Linker.link(gtk_paper_size_get_default, \"gtk_paper_size_get_default\", LIBRARY.GTK);
3076 	Linker.link(gtk_paper_size_new_from_key_file, \"gtk_paper_size_new_from_key_file\", LIBRARY.GTK);
3077 	Linker.link(gtk_paper_size_to_key_file, \"gtk_paper_size_to_key_file\", LIBRARY.GTK);
3078 
3079 	// gtk.Printer
3080 
3081 	Linker.link(gtk_printer_new, \"gtk_printer_new\", LIBRARY.GTK);
3082 	Linker.link(gtk_printer_get_backend, \"gtk_printer_get_backend\", LIBRARY.GTK);
3083 	Linker.link(gtk_printer_get_name, \"gtk_printer_get_name\", LIBRARY.GTK);
3084 	Linker.link(gtk_printer_get_state_message, \"gtk_printer_get_state_message\", LIBRARY.GTK);
3085 	Linker.link(gtk_printer_get_description, \"gtk_printer_get_description\", LIBRARY.GTK);
3086 	Linker.link(gtk_printer_get_location, \"gtk_printer_get_location\", LIBRARY.GTK);
3087 	Linker.link(gtk_printer_get_icon_name, \"gtk_printer_get_icon_name\", LIBRARY.GTK);
3088 	Linker.link(gtk_printer_get_job_count, \"gtk_printer_get_job_count\", LIBRARY.GTK);
3089 	Linker.link(gtk_printer_is_active, \"gtk_printer_is_active\", LIBRARY.GTK);
3090 	Linker.link(gtk_printer_is_paused, \"gtk_printer_is_paused\", LIBRARY.GTK);
3091 	Linker.link(gtk_printer_is_accepting_jobs, \"gtk_printer_is_accepting_jobs\", LIBRARY.GTK);
3092 	Linker.link(gtk_printer_is_virtual, \"gtk_printer_is_virtual\", LIBRARY.GTK);
3093 	Linker.link(gtk_printer_is_default, \"gtk_printer_is_default\", LIBRARY.GTK);
3094 	Linker.link(gtk_printer_accepts_ps, \"gtk_printer_accepts_ps\", LIBRARY.GTK);
3095 	Linker.link(gtk_printer_accepts_pdf, \"gtk_printer_accepts_pdf\", LIBRARY.GTK);
3096 	Linker.link(gtk_printer_list_papers, \"gtk_printer_list_papers\", LIBRARY.GTK);
3097 	Linker.link(gtk_printer_compare, \"gtk_printer_compare\", LIBRARY.GTK);
3098 	Linker.link(gtk_printer_has_details, \"gtk_printer_has_details\", LIBRARY.GTK);
3099 	Linker.link(gtk_printer_request_details, \"gtk_printer_request_details\", LIBRARY.GTK);
3100 	Linker.link(gtk_printer_get_capabilities, \"gtk_printer_get_capabilities\", LIBRARY.GTK);
3101 	Linker.link(gtk_printer_get_default_page_size, \"gtk_printer_get_default_page_size\", LIBRARY.GTK);
3102 	Linker.link(gtk_printer_get_hard_margins, \"gtk_printer_get_hard_margins\", LIBRARY.GTK);
3103 	Linker.link(gtk_enumerate_printers, \"gtk_enumerate_printers\", LIBRARY.GTK);
3104 
3105 	// gtk.PrintJob
3106 
3107 	Linker.link(gtk_print_job_new, \"gtk_print_job_new\", LIBRARY.GTK);
3108 	Linker.link(gtk_print_job_get_settings, \"gtk_print_job_get_settings\", LIBRARY.GTK);
3109 	Linker.link(gtk_print_job_get_printer, \"gtk_print_job_get_printer\", LIBRARY.GTK);
3110 	Linker.link(gtk_print_job_get_title, \"gtk_print_job_get_title\", LIBRARY.GTK);
3111 	Linker.link(gtk_print_job_get_status, \"gtk_print_job_get_status\", LIBRARY.GTK);
3112 	Linker.link(gtk_print_job_set_source_file, \"gtk_print_job_set_source_file\", LIBRARY.GTK);
3113 	Linker.link(gtk_print_job_get_surface, \"gtk_print_job_get_surface\", LIBRARY.GTK);
3114 	Linker.link(gtk_print_job_send, \"gtk_print_job_send\", LIBRARY.GTK);
3115 	Linker.link(gtk_print_job_set_track_print_status, \"gtk_print_job_set_track_print_status\", LIBRARY.GTK);
3116 	Linker.link(gtk_print_job_get_track_print_status, \"gtk_print_job_get_track_print_status\", LIBRARY.GTK);
3117 
3118 	// gtk.PrintUnixDialog
3119 
3120 	Linker.link(gtk_print_unix_dialog_new, \"gtk_print_unix_dialog_new\", LIBRARY.GTK);
3121 	Linker.link(gtk_print_unix_dialog_set_page_setup, \"gtk_print_unix_dialog_set_page_setup\", LIBRARY.GTK);
3122 	Linker.link(gtk_print_unix_dialog_get_page_setup, \"gtk_print_unix_dialog_get_page_setup\", LIBRARY.GTK);
3123 	Linker.link(gtk_print_unix_dialog_set_current_page, \"gtk_print_unix_dialog_set_current_page\", LIBRARY.GTK);
3124 	Linker.link(gtk_print_unix_dialog_get_current_page, \"gtk_print_unix_dialog_get_current_page\", LIBRARY.GTK);
3125 	Linker.link(gtk_print_unix_dialog_set_settings, \"gtk_print_unix_dialog_set_settings\", LIBRARY.GTK);
3126 	Linker.link(gtk_print_unix_dialog_get_settings, \"gtk_print_unix_dialog_get_settings\", LIBRARY.GTK);
3127 	Linker.link(gtk_print_unix_dialog_get_selected_printer, \"gtk_print_unix_dialog_get_selected_printer\", LIBRARY.GTK);
3128 	Linker.link(gtk_print_unix_dialog_add_custom_tab, \"gtk_print_unix_dialog_add_custom_tab\", LIBRARY.GTK);
3129 	Linker.link(gtk_print_unix_dialog_set_support_selection, \"gtk_print_unix_dialog_set_support_selection\", LIBRARY.GTK);
3130 	Linker.link(gtk_print_unix_dialog_get_support_selection, \"gtk_print_unix_dialog_get_support_selection\", LIBRARY.GTK);
3131 	Linker.link(gtk_print_unix_dialog_set_has_selection, \"gtk_print_unix_dialog_set_has_selection\", LIBRARY.GTK);
3132 	Linker.link(gtk_print_unix_dialog_get_has_selection, \"gtk_print_unix_dialog_get_has_selection\", LIBRARY.GTK);
3133 	Linker.link(gtk_print_unix_dialog_set_embed_page_setup, \"gtk_print_unix_dialog_set_embed_page_setup\", LIBRARY.GTK);
3134 	Linker.link(gtk_print_unix_dialog_get_embed_page_setup, \"gtk_print_unix_dialog_get_embed_page_setup\", LIBRARY.GTK);
3135 	Linker.link(gtk_print_unix_dialog_get_page_setup_set, \"gtk_print_unix_dialog_get_page_setup_set\", LIBRARY.GTK);
3136 	Linker.link(gtk_print_unix_dialog_set_manual_capabilities, \"gtk_print_unix_dialog_set_manual_capabilities\", LIBRARY.GTK);
3137 	Linker.link(gtk_print_unix_dialog_get_manual_capabilities, \"gtk_print_unix_dialog_get_manual_capabilities\", LIBRARY.GTK);
3138 
3139 	// gtk.PageSetupUnixDialog
3140 
3141 	Linker.link(gtk_page_setup_unix_dialog_new, \"gtk_page_setup_unix_dialog_new\", LIBRARY.GTK);
3142 	Linker.link(gtk_page_setup_unix_dialog_set_page_setup, \"gtk_page_setup_unix_dialog_set_page_setup\", LIBRARY.GTK);
3143 	Linker.link(gtk_page_setup_unix_dialog_get_page_setup, \"gtk_page_setup_unix_dialog_get_page_setup\", LIBRARY.GTK);
3144 	Linker.link(gtk_page_setup_unix_dialog_set_print_settings, \"gtk_page_setup_unix_dialog_set_print_settings\", LIBRARY.GTK);
3145 	Linker.link(gtk_page_setup_unix_dialog_get_print_settings, \"gtk_page_setup_unix_dialog_get_print_settings\", LIBRARY.GTK);
3146 
3147 	// gtk.Adjustment
3148 
3149 	Linker.link(gtk_adjustment_new, \"gtk_adjustment_new\", LIBRARY.GTK);
3150 	Linker.link(gtk_adjustment_get_value, \"gtk_adjustment_get_value\", LIBRARY.GTK);
3151 	Linker.link(gtk_adjustment_set_value, \"gtk_adjustment_set_value\", LIBRARY.GTK);
3152 	Linker.link(gtk_adjustment_clamp_page, \"gtk_adjustment_clamp_page\", LIBRARY.GTK);
3153 	Linker.link(gtk_adjustment_changed, \"gtk_adjustment_changed\", LIBRARY.GTK);
3154 	Linker.link(gtk_adjustment_value_changed, \"gtk_adjustment_value_changed\", LIBRARY.GTK);
3155 	Linker.link(gtk_adjustment_configure, \"gtk_adjustment_configure\", LIBRARY.GTK);
3156 	Linker.link(gtk_adjustment_get_lower, \"gtk_adjustment_get_lower\", LIBRARY.GTK);
3157 	Linker.link(gtk_adjustment_get_page_increment, \"gtk_adjustment_get_page_increment\", LIBRARY.GTK);
3158 	Linker.link(gtk_adjustment_get_page_size, \"gtk_adjustment_get_page_size\", LIBRARY.GTK);
3159 	Linker.link(gtk_adjustment_get_step_increment, \"gtk_adjustment_get_step_increment\", LIBRARY.GTK);
3160 	Linker.link(gtk_adjustment_get_upper, \"gtk_adjustment_get_upper\", LIBRARY.GTK);
3161 	Linker.link(gtk_adjustment_set_lower, \"gtk_adjustment_set_lower\", LIBRARY.GTK);
3162 	Linker.link(gtk_adjustment_set_page_increment, \"gtk_adjustment_set_page_increment\", LIBRARY.GTK);
3163 	Linker.link(gtk_adjustment_set_page_size, \"gtk_adjustment_set_page_size\", LIBRARY.GTK);
3164 	Linker.link(gtk_adjustment_set_step_increment, \"gtk_adjustment_set_step_increment\", LIBRARY.GTK);
3165 	Linker.link(gtk_adjustment_set_upper, \"gtk_adjustment_set_upper\", LIBRARY.GTK);
3166 
3167 	// gtk.Arrow
3168 
3169 	Linker.link(gtk_arrow_new, \"gtk_arrow_new\", LIBRARY.GTK);
3170 	Linker.link(gtk_arrow_set, \"gtk_arrow_set\", LIBRARY.GTK);
3171 
3172 	// gtk.Calendar
3173 
3174 	Linker.link(gtk_calendar_new, \"gtk_calendar_new\", LIBRARY.GTK);
3175 	Linker.link(gtk_calendar_select_month, \"gtk_calendar_select_month\", LIBRARY.GTK);
3176 	Linker.link(gtk_calendar_select_day, \"gtk_calendar_select_day\", LIBRARY.GTK);
3177 	Linker.link(gtk_calendar_mark_day, \"gtk_calendar_mark_day\", LIBRARY.GTK);
3178 	Linker.link(gtk_calendar_unmark_day, \"gtk_calendar_unmark_day\", LIBRARY.GTK);
3179 	Linker.link(gtk_calendar_clear_marks, \"gtk_calendar_clear_marks\", LIBRARY.GTK);
3180 	Linker.link(gtk_calendar_get_display_options, \"gtk_calendar_get_display_options\", LIBRARY.GTK);
3181 	Linker.link(gtk_calendar_set_display_options, \"gtk_calendar_set_display_options\", LIBRARY.GTK);
3182 	Linker.link(gtk_calendar_get_date, \"gtk_calendar_get_date\", LIBRARY.GTK);
3183 	Linker.link(gtk_calendar_set_detail_func, \"gtk_calendar_set_detail_func\", LIBRARY.GTK);
3184 	Linker.link(gtk_calendar_get_detail_width_chars, \"gtk_calendar_get_detail_width_chars\", LIBRARY.GTK);
3185 	Linker.link(gtk_calendar_set_detail_width_chars, \"gtk_calendar_set_detail_width_chars\", LIBRARY.GTK);
3186 	Linker.link(gtk_calendar_get_detail_height_rows, \"gtk_calendar_get_detail_height_rows\", LIBRARY.GTK);
3187 	Linker.link(gtk_calendar_set_detail_height_rows, \"gtk_calendar_set_detail_height_rows\", LIBRARY.GTK);
3188 	Linker.link(gtk_calendar_display_options, \"gtk_calendar_display_options\", LIBRARY.GTK);
3189 	Linker.link(gtk_calendar_freeze, \"gtk_calendar_freeze\", LIBRARY.GTK);
3190 	Linker.link(gtk_calendar_thaw, \"gtk_calendar_thaw\", LIBRARY.GTK);
3191 
3192 	// gtk.DrawingArea
3193 
3194 	Linker.link(gtk_drawing_area_new, \"gtk_drawing_area_new\", LIBRARY.GTK);
3195 	Linker.link(gtk_drawing_area_size, \"gtk_drawing_area_size\", LIBRARY.GTK);
3196 
3197 	// gtk.EventBox
3198 
3199 	Linker.link(gtk_event_box_new, \"gtk_event_box_new\", LIBRARY.GTK);
3200 	Linker.link(gtk_event_box_set_above_child, \"gtk_event_box_set_above_child\", LIBRARY.GTK);
3201 	Linker.link(gtk_event_box_get_above_child, \"gtk_event_box_get_above_child\", LIBRARY.GTK);
3202 	Linker.link(gtk_event_box_set_visible_window, \"gtk_event_box_set_visible_window\", LIBRARY.GTK);
3203 	Linker.link(gtk_event_box_get_visible_window, \"gtk_event_box_get_visible_window\", LIBRARY.GTK);
3204 
3205 	// gtk.HandleBox
3206 
3207 	Linker.link(gtk_handle_box_new, \"gtk_handle_box_new\", LIBRARY.GTK);
3208 	Linker.link(gtk_handle_box_set_shadow_type, \"gtk_handle_box_set_shadow_type\", LIBRARY.GTK);
3209 	Linker.link(gtk_handle_box_set_handle_position, \"gtk_handle_box_set_handle_position\", LIBRARY.GTK);
3210 	Linker.link(gtk_handle_box_set_snap_edge, \"gtk_handle_box_set_snap_edge\", LIBRARY.GTK);
3211 	Linker.link(gtk_handle_box_get_handle_position, \"gtk_handle_box_get_handle_position\", LIBRARY.GTK);
3212 	Linker.link(gtk_handle_box_get_shadow_type, \"gtk_handle_box_get_shadow_type\", LIBRARY.GTK);
3213 	Linker.link(gtk_handle_box_get_snap_edge, \"gtk_handle_box_get_snap_edge\", LIBRARY.GTK);
3214 	Linker.link(gtk_handle_box_get_child_detached, \"gtk_handle_box_get_child_detached\", LIBRARY.GTK);
3215 
3216 	// gtk.IMContextSimple
3217 
3218 	Linker.link(gtk_im_context_simple_new, \"gtk_im_context_simple_new\", LIBRARY.GTK);
3219 	Linker.link(gtk_im_context_simple_add_table, \"gtk_im_context_simple_add_table\", LIBRARY.GTK);
3220 
3221 	// gtk.IMMulticontext
3222 
3223 	Linker.link(gtk_im_multicontext_new, \"gtk_im_multicontext_new\", LIBRARY.GTK);
3224 	Linker.link(gtk_im_multicontext_append_menuitems, \"gtk_im_multicontext_append_menuitems\", LIBRARY.GTK);
3225 	Linker.link(gtk_im_multicontext_get_context_id, \"gtk_im_multicontext_get_context_id\", LIBRARY.GTK);
3226 	Linker.link(gtk_im_multicontext_set_context_id, \"gtk_im_multicontext_set_context_id\", LIBRARY.GTK);
3227 
3228 	// gtk.SizeGroup
3229 
3230 	Linker.link(gtk_size_group_new, \"gtk_size_group_new\", LIBRARY.GTK);
3231 	Linker.link(gtk_size_group_set_mode, \"gtk_size_group_set_mode\", LIBRARY.GTK);
3232 	Linker.link(gtk_size_group_get_mode, \"gtk_size_group_get_mode\", LIBRARY.GTK);
3233 	Linker.link(gtk_size_group_set_ignore_hidden, \"gtk_size_group_set_ignore_hidden\", LIBRARY.GTK);
3234 	Linker.link(gtk_size_group_get_ignore_hidden, \"gtk_size_group_get_ignore_hidden\", LIBRARY.GTK);
3235 	Linker.link(gtk_size_group_add_widget, \"gtk_size_group_add_widget\", LIBRARY.GTK);
3236 	Linker.link(gtk_size_group_remove_widget, \"gtk_size_group_remove_widget\", LIBRARY.GTK);
3237 	Linker.link(gtk_size_group_get_widgets, \"gtk_size_group_get_widgets\", LIBRARY.GTK);
3238 
3239 	// gtk.Tooltip
3240 
3241 	Linker.link(gtk_tooltip_set_markup, \"gtk_tooltip_set_markup\", LIBRARY.GTK);
3242 	Linker.link(gtk_tooltip_set_text, \"gtk_tooltip_set_text\", LIBRARY.GTK);
3243 	Linker.link(gtk_tooltip_set_icon, \"gtk_tooltip_set_icon\", LIBRARY.GTK);
3244 	Linker.link(gtk_tooltip_set_icon_from_stock, \"gtk_tooltip_set_icon_from_stock\", LIBRARY.GTK);
3245 	Linker.link(gtk_tooltip_set_icon_from_icon_name, \"gtk_tooltip_set_icon_from_icon_name\", LIBRARY.GTK);
3246 	Linker.link(gtk_tooltip_set_icon_from_gicon, \"gtk_tooltip_set_icon_from_gicon\", LIBRARY.GTK);
3247 	Linker.link(gtk_tooltip_set_custom, \"gtk_tooltip_set_custom\", LIBRARY.GTK);
3248 	Linker.link(gtk_tooltip_trigger_tooltip_query, \"gtk_tooltip_trigger_tooltip_query\", LIBRARY.GTK);
3249 	Linker.link(gtk_tooltip_set_tip_area, \"gtk_tooltip_set_tip_area\", LIBRARY.GTK);
3250 
3251 	// gtk.Viewport
3252 
3253 	Linker.link(gtk_viewport_new, \"gtk_viewport_new\", LIBRARY.GTK);
3254 	Linker.link(gtk_viewport_get_hadjustment, \"gtk_viewport_get_hadjustment\", LIBRARY.GTK);
3255 	Linker.link(gtk_viewport_get_vadjustment, \"gtk_viewport_get_vadjustment\", LIBRARY.GTK);
3256 	Linker.link(gtk_viewport_set_hadjustment, \"gtk_viewport_set_hadjustment\", LIBRARY.GTK);
3257 	Linker.link(gtk_viewport_set_vadjustment, \"gtk_viewport_set_vadjustment\", LIBRARY.GTK);
3258 	Linker.link(gtk_viewport_set_shadow_type, \"gtk_viewport_set_shadow_type\", LIBRARY.GTK);
3259 	Linker.link(gtk_viewport_get_shadow_type, \"gtk_viewport_get_shadow_type\", LIBRARY.GTK);
3260 	Linker.link(gtk_viewport_get_bin_window, \"gtk_viewport_get_bin_window\", LIBRARY.GTK);
3261 	Linker.link(gtk_viewport_get_view_window, \"gtk_viewport_get_view_window\", LIBRARY.GTK);
3262 
3263 	// gtk.Accessible
3264 
3265 	Linker.link(gtk_accessible_connect_widget_destroyed, \"gtk_accessible_connect_widget_destroyed\", LIBRARY.GTK);
3266 	Linker.link(gtk_accessible_get_widget, \"gtk_accessible_get_widget\", LIBRARY.GTK);
3267 	Linker.link(gtk_accessible_set_widget, \"gtk_accessible_set_widget\", LIBRARY.GTK);
3268 
3269 	// gtk.Bin
3270 
3271 	Linker.link(gtk_bin_get_child, \"gtk_bin_get_child\", LIBRARY.GTK);
3272 
3273 	// gtk.Box
3274 
3275 	Linker.link(gtk_box_pack_start, \"gtk_box_pack_start\", LIBRARY.GTK);
3276 	Linker.link(gtk_box_pack_end, \"gtk_box_pack_end\", LIBRARY.GTK);
3277 	Linker.link(gtk_box_pack_start_defaults, \"gtk_box_pack_start_defaults\", LIBRARY.GTK);
3278 	Linker.link(gtk_box_pack_end_defaults, \"gtk_box_pack_end_defaults\", LIBRARY.GTK);
3279 	Linker.link(gtk_box_get_homogeneous, \"gtk_box_get_homogeneous\", LIBRARY.GTK);
3280 	Linker.link(gtk_box_set_homogeneous, \"gtk_box_set_homogeneous\", LIBRARY.GTK);
3281 	Linker.link(gtk_box_get_spacing, \"gtk_box_get_spacing\", LIBRARY.GTK);
3282 	Linker.link(gtk_box_set_spacing, \"gtk_box_set_spacing\", LIBRARY.GTK);
3283 	Linker.link(gtk_box_reorder_child, \"gtk_box_reorder_child\", LIBRARY.GTK);
3284 	Linker.link(gtk_box_query_child_packing, \"gtk_box_query_child_packing\", LIBRARY.GTK);
3285 	Linker.link(gtk_box_set_child_packing, \"gtk_box_set_child_packing\", LIBRARY.GTK);
3286 
3287 	// gtk.ButtonBox
3288 
3289 	Linker.link(gtk_button_box_get_layout, \"gtk_button_box_get_layout\", LIBRARY.GTK);
3290 	Linker.link(gtk_button_box_get_child_size, \"gtk_button_box_get_child_size\", LIBRARY.GTK);
3291 	Linker.link(gtk_button_box_get_child_ipadding, \"gtk_button_box_get_child_ipadding\", LIBRARY.GTK);
3292 	Linker.link(gtk_button_box_get_child_secondary, \"gtk_button_box_get_child_secondary\", LIBRARY.GTK);
3293 	Linker.link(gtk_button_box_set_layout, \"gtk_button_box_set_layout\", LIBRARY.GTK);
3294 	Linker.link(gtk_button_box_set_child_size, \"gtk_button_box_set_child_size\", LIBRARY.GTK);
3295 	Linker.link(gtk_button_box_set_child_ipadding, \"gtk_button_box_set_child_ipadding\", LIBRARY.GTK);
3296 	Linker.link(gtk_button_box_set_child_secondary, \"gtk_button_box_set_child_secondary\", LIBRARY.GTK);
3297 
3298 	// gtk.Container
3299 
3300 	Linker.link(gtk_container_add, \"gtk_container_add\", LIBRARY.GTK);
3301 	Linker.link(gtk_container_remove, \"gtk_container_remove\", LIBRARY.GTK);
3302 	Linker.link(gtk_container_add_with_properties, \"gtk_container_add_with_properties\", LIBRARY.GTK);
3303 	Linker.link(gtk_container_get_resize_mode, \"gtk_container_get_resize_mode\", LIBRARY.GTK);
3304 	Linker.link(gtk_container_set_resize_mode, \"gtk_container_set_resize_mode\", LIBRARY.GTK);
3305 	Linker.link(gtk_container_check_resize, \"gtk_container_check_resize\", LIBRARY.GTK);
3306 	Linker.link(gtk_container_foreach, \"gtk_container_foreach\", LIBRARY.GTK);
3307 	Linker.link(gtk_container_foreach_full, \"gtk_container_foreach_full\", LIBRARY.GTK);
3308 	Linker.link(gtk_container_get_children, \"gtk_container_get_children\", LIBRARY.GTK);
3309 	Linker.link(gtk_container_set_reallocate_redraws, \"gtk_container_set_reallocate_redraws\", LIBRARY.GTK);
3310 	Linker.link(gtk_container_get_focus_child, \"gtk_container_get_focus_child\", LIBRARY.GTK);
3311 	Linker.link(gtk_container_set_focus_child, \"gtk_container_set_focus_child\", LIBRARY.GTK);
3312 	Linker.link(gtk_container_get_focus_vadjustment, \"gtk_container_get_focus_vadjustment\", LIBRARY.GTK);
3313 	Linker.link(gtk_container_set_focus_vadjustment, \"gtk_container_set_focus_vadjustment\", LIBRARY.GTK);
3314 	Linker.link(gtk_container_get_focus_hadjustment, \"gtk_container_get_focus_hadjustment\", LIBRARY.GTK);
3315 	Linker.link(gtk_container_set_focus_hadjustment, \"gtk_container_set_focus_hadjustment\", LIBRARY.GTK);
3316 	Linker.link(gtk_container_resize_children, \"gtk_container_resize_children\", LIBRARY.GTK);
3317 	Linker.link(gtk_container_child_type, \"gtk_container_child_type\", LIBRARY.GTK);
3318 	Linker.link(gtk_container_child_get, \"gtk_container_child_get\", LIBRARY.GTK);
3319 	Linker.link(gtk_container_child_set, \"gtk_container_child_set\", LIBRARY.GTK);
3320 	Linker.link(gtk_container_child_get_property, \"gtk_container_child_get_property\", LIBRARY.GTK);
3321 	Linker.link(gtk_container_child_set_property, \"gtk_container_child_set_property\", LIBRARY.GTK);
3322 	Linker.link(gtk_container_child_get_valist, \"gtk_container_child_get_valist\", LIBRARY.GTK);
3323 	Linker.link(gtk_container_child_set_valist, \"gtk_container_child_set_valist\", LIBRARY.GTK);
3324 	Linker.link(gtk_container_forall, \"gtk_container_forall\", LIBRARY.GTK);
3325 	Linker.link(gtk_container_get_border_width, \"gtk_container_get_border_width\", LIBRARY.GTK);
3326 	Linker.link(gtk_container_set_border_width, \"gtk_container_set_border_width\", LIBRARY.GTK);
3327 	Linker.link(gtk_container_propagate_expose, \"gtk_container_propagate_expose\", LIBRARY.GTK);
3328 	Linker.link(gtk_container_get_focus_chain, \"gtk_container_get_focus_chain\", LIBRARY.GTK);
3329 	Linker.link(gtk_container_set_focus_chain, \"gtk_container_set_focus_chain\", LIBRARY.GTK);
3330 	Linker.link(gtk_container_unset_focus_chain, \"gtk_container_unset_focus_chain\", LIBRARY.GTK);
3331 	Linker.link(gtk_container_class_find_child_property, \"gtk_container_class_find_child_property\", LIBRARY.GTK);
3332 	Linker.link(gtk_container_class_install_child_property, \"gtk_container_class_install_child_property\", LIBRARY.GTK);
3333 	Linker.link(gtk_container_class_list_child_properties, \"gtk_container_class_list_child_properties\", LIBRARY.GTK);
3334 
3335 	// gtk.Item
3336 
3337 	Linker.link(gtk_item_select, \"gtk_item_select\", LIBRARY.GTK);
3338 	Linker.link(gtk_item_deselect, \"gtk_item_deselect\", LIBRARY.GTK);
3339 	Linker.link(gtk_item_toggle, \"gtk_item_toggle\", LIBRARY.GTK);
3340 
3341 	// gtk.MenuShell
3342 
3343 	Linker.link(gtk_menu_shell_append, \"gtk_menu_shell_append\", LIBRARY.GTK);
3344 	Linker.link(gtk_menu_shell_prepend, \"gtk_menu_shell_prepend\", LIBRARY.GTK);
3345 	Linker.link(gtk_menu_shell_insert, \"gtk_menu_shell_insert\", LIBRARY.GTK);
3346 	Linker.link(gtk_menu_shell_deactivate, \"gtk_menu_shell_deactivate\", LIBRARY.GTK);
3347 	Linker.link(gtk_menu_shell_select_item, \"gtk_menu_shell_select_item\", LIBRARY.GTK);
3348 	Linker.link(gtk_menu_shell_select_first, \"gtk_menu_shell_select_first\", LIBRARY.GTK);
3349 	Linker.link(gtk_menu_shell_deselect, \"gtk_menu_shell_deselect\", LIBRARY.GTK);
3350 	Linker.link(gtk_menu_shell_activate_item, \"gtk_menu_shell_activate_item\", LIBRARY.GTK);
3351 	Linker.link(gtk_menu_shell_cancel, \"gtk_menu_shell_cancel\", LIBRARY.GTK);
3352 	Linker.link(gtk_menu_shell_set_take_focus, \"gtk_menu_shell_set_take_focus\", LIBRARY.GTK);
3353 	Linker.link(gtk_menu_shell_get_take_focus, \"gtk_menu_shell_get_take_focus\", LIBRARY.GTK);
3354 
3355 	// gtk.Misc
3356 
3357 	Linker.link(gtk_misc_set_alignment, \"gtk_misc_set_alignment\", LIBRARY.GTK);
3358 	Linker.link(gtk_misc_set_padding, \"gtk_misc_set_padding\", LIBRARY.GTK);
3359 	Linker.link(gtk_misc_get_alignment, \"gtk_misc_get_alignment\", LIBRARY.GTK);
3360 	Linker.link(gtk_misc_get_padding, \"gtk_misc_get_padding\", LIBRARY.GTK);
3361 
3362 	// gtk.ObjectGtk
3363 
3364 	Linker.link(gtk_object_new, \"gtk_object_new\", LIBRARY.GTK);
3365 	Linker.link(gtk_object_sink, \"gtk_object_sink\", LIBRARY.GTK);
3366 	Linker.link(gtk_object_ref, \"gtk_object_ref\", LIBRARY.GTK);
3367 	Linker.link(gtk_object_unref, \"gtk_object_unref\", LIBRARY.GTK);
3368 	Linker.link(gtk_object_weakref, \"gtk_object_weakref\", LIBRARY.GTK);
3369 	Linker.link(gtk_object_weakunref, \"gtk_object_weakunref\", LIBRARY.GTK);
3370 	Linker.link(gtk_object_destroy, \"gtk_object_destroy\", LIBRARY.GTK);
3371 	Linker.link(gtk_object_get, \"gtk_object_get\", LIBRARY.GTK);
3372 	Linker.link(gtk_object_set, \"gtk_object_set\", LIBRARY.GTK);
3373 	Linker.link(gtk_object_set_data, \"gtk_object_set_data\", LIBRARY.GTK);
3374 	Linker.link(gtk_object_set_data_full, \"gtk_object_set_data_full\", LIBRARY.GTK);
3375 	Linker.link(gtk_object_remove_data, \"gtk_object_remove_data\", LIBRARY.GTK);
3376 	Linker.link(gtk_object_get_data, \"gtk_object_get_data\", LIBRARY.GTK);
3377 	Linker.link(gtk_object_remove_no_notify, \"gtk_object_remove_no_notify\", LIBRARY.GTK);
3378 	Linker.link(gtk_object_set_user_data, \"gtk_object_set_user_data\", LIBRARY.GTK);
3379 	Linker.link(gtk_object_get_user_data, \"gtk_object_get_user_data\", LIBRARY.GTK);
3380 	Linker.link(gtk_object_add_arg_type, \"gtk_object_add_arg_type\", LIBRARY.GTK);
3381 	Linker.link(gtk_object_set_data_by_id, \"gtk_object_set_data_by_id\", LIBRARY.GTK);
3382 	Linker.link(gtk_object_set_data_by_id_full, \"gtk_object_set_data_by_id_full\", LIBRARY.GTK);
3383 	Linker.link(gtk_object_get_data_by_id, \"gtk_object_get_data_by_id\", LIBRARY.GTK);
3384 	Linker.link(gtk_object_remove_data_by_id, \"gtk_object_remove_data_by_id\", LIBRARY.GTK);
3385 	Linker.link(gtk_object_remove_no_notify_by_id, \"gtk_object_remove_no_notify_by_id\", LIBRARY.GTK);
3386 
3387 	// gtk.Paned
3388 
3389 	Linker.link(gtk_paned_add1, \"gtk_paned_add1\", LIBRARY.GTK);
3390 	Linker.link(gtk_paned_add2, \"gtk_paned_add2\", LIBRARY.GTK);
3391 	Linker.link(gtk_paned_pack1, \"gtk_paned_pack1\", LIBRARY.GTK);
3392 	Linker.link(gtk_paned_pack2, \"gtk_paned_pack2\", LIBRARY.GTK);
3393 	Linker.link(gtk_paned_get_child1, \"gtk_paned_get_child1\", LIBRARY.GTK);
3394 	Linker.link(gtk_paned_get_child2, \"gtk_paned_get_child2\", LIBRARY.GTK);
3395 	Linker.link(gtk_paned_set_position, \"gtk_paned_set_position\", LIBRARY.GTK);
3396 	Linker.link(gtk_paned_get_position, \"gtk_paned_get_position\", LIBRARY.GTK);
3397 	Linker.link(gtk_paned_get_handle_window, \"gtk_paned_get_handle_window\", LIBRARY.GTK);
3398 
3399 	// gtk.Range
3400 
3401 	Linker.link(gtk_range_get_fill_level, \"gtk_range_get_fill_level\", LIBRARY.GTK);
3402 	Linker.link(gtk_range_get_restrict_to_fill_level, \"gtk_range_get_restrict_to_fill_level\", LIBRARY.GTK);
3403 	Linker.link(gtk_range_get_show_fill_level, \"gtk_range_get_show_fill_level\", LIBRARY.GTK);
3404 	Linker.link(gtk_range_set_fill_level, \"gtk_range_set_fill_level\", LIBRARY.GTK);
3405 	Linker.link(gtk_range_set_restrict_to_fill_level, \"gtk_range_set_restrict_to_fill_level\", LIBRARY.GTK);
3406 	Linker.link(gtk_range_set_show_fill_level, \"gtk_range_set_show_fill_level\", LIBRARY.GTK);
3407 	Linker.link(gtk_range_get_adjustment, \"gtk_range_get_adjustment\", LIBRARY.GTK);
3408 	Linker.link(gtk_range_set_update_policy, \"gtk_range_set_update_policy\", LIBRARY.GTK);
3409 	Linker.link(gtk_range_set_adjustment, \"gtk_range_set_adjustment\", LIBRARY.GTK);
3410 	Linker.link(gtk_range_get_inverted, \"gtk_range_get_inverted\", LIBRARY.GTK);
3411 	Linker.link(gtk_range_set_inverted, \"gtk_range_set_inverted\", LIBRARY.GTK);
3412 	Linker.link(gtk_range_get_update_policy, \"gtk_range_get_update_policy\", LIBRARY.GTK);
3413 	Linker.link(gtk_range_set_increments, \"gtk_range_set_increments\", LIBRARY.GTK);
3414 	Linker.link(gtk_range_set_range, \"gtk_range_set_range\", LIBRARY.GTK);
3415 	Linker.link(gtk_range_get_value, \"gtk_range_get_value\", LIBRARY.GTK);
3416 	Linker.link(gtk_range_set_value, \"gtk_range_set_value\", LIBRARY.GTK);
3417 	Linker.link(gtk_range_get_round_digits, \"gtk_range_get_round_digits\", LIBRARY.GTK);
3418 	Linker.link(gtk_range_set_round_digits, \"gtk_range_set_round_digits\", LIBRARY.GTK);
3419 	Linker.link(gtk_range_set_lower_stepper_sensitivity, \"gtk_range_set_lower_stepper_sensitivity\", LIBRARY.GTK);
3420 	Linker.link(gtk_range_get_lower_stepper_sensitivity, \"gtk_range_get_lower_stepper_sensitivity\", LIBRARY.GTK);
3421 	Linker.link(gtk_range_set_upper_stepper_sensitivity, \"gtk_range_set_upper_stepper_sensitivity\", LIBRARY.GTK);
3422 	Linker.link(gtk_range_get_upper_stepper_sensitivity, \"gtk_range_get_upper_stepper_sensitivity\", LIBRARY.GTK);
3423 	Linker.link(gtk_range_get_flippable, \"gtk_range_get_flippable\", LIBRARY.GTK);
3424 	Linker.link(gtk_range_set_flippable, \"gtk_range_set_flippable\", LIBRARY.GTK);
3425 	Linker.link(gtk_range_get_min_slider_size, \"gtk_range_get_min_slider_size\", LIBRARY.GTK);
3426 	Linker.link(gtk_range_get_range_rect, \"gtk_range_get_range_rect\", LIBRARY.GTK);
3427 	Linker.link(gtk_range_get_slider_range, \"gtk_range_get_slider_range\", LIBRARY.GTK);
3428 	Linker.link(gtk_range_get_slider_size_fixed, \"gtk_range_get_slider_size_fixed\", LIBRARY.GTK);
3429 	Linker.link(gtk_range_set_min_slider_size, \"gtk_range_set_min_slider_size\", LIBRARY.GTK);
3430 	Linker.link(gtk_range_set_slider_size_fixed, \"gtk_range_set_slider_size_fixed\", LIBRARY.GTK);
3431 
3432 	// gtk.Scale
3433 
3434 	Linker.link(gtk_scale_set_digits, \"gtk_scale_set_digits\", LIBRARY.GTK);
3435 	Linker.link(gtk_scale_set_draw_value, \"gtk_scale_set_draw_value\", LIBRARY.GTK);
3436 	Linker.link(gtk_scale_set_value_pos, \"gtk_scale_set_value_pos\", LIBRARY.GTK);
3437 	Linker.link(gtk_scale_get_digits, \"gtk_scale_get_digits\", LIBRARY.GTK);
3438 	Linker.link(gtk_scale_get_draw_value, \"gtk_scale_get_draw_value\", LIBRARY.GTK);
3439 	Linker.link(gtk_scale_get_value_pos, \"gtk_scale_get_value_pos\", LIBRARY.GTK);
3440 	Linker.link(gtk_scale_get_layout, \"gtk_scale_get_layout\", LIBRARY.GTK);
3441 	Linker.link(gtk_scale_get_layout_offsets, \"gtk_scale_get_layout_offsets\", LIBRARY.GTK);
3442 	Linker.link(gtk_scale_add_mark, \"gtk_scale_add_mark\", LIBRARY.GTK);
3443 	Linker.link(gtk_scale_clear_marks, \"gtk_scale_clear_marks\", LIBRARY.GTK);
3444 
3445 	// gtk.Scrollbar
3446 
3447 
3448 	// gtk.Separator
3449 
3450 
3451 	// gtk.Widget
3452 
3453 	Linker.link(gtk_widget_new, \"gtk_widget_new\", LIBRARY.GTK);
3454 	Linker.link(gtk_widget_unref, \"gtk_widget_unref\", LIBRARY.GTK);
3455 	Linker.link(gtk_widget_destroy, \"gtk_widget_destroy\", LIBRARY.GTK);
3456 	Linker.link(gtk_widget_destroyed, \"gtk_widget_destroyed\", LIBRARY.GTK);
3457 	Linker.link(gtk_widget_set, \"gtk_widget_set\", LIBRARY.GTK);
3458 	Linker.link(gtk_widget_unparent, \"gtk_widget_unparent\", LIBRARY.GTK);
3459 	Linker.link(gtk_widget_show, \"gtk_widget_show\", LIBRARY.GTK);
3460 	Linker.link(gtk_widget_show_now, \"gtk_widget_show_now\", LIBRARY.GTK);
3461 	Linker.link(gtk_widget_hide, \"gtk_widget_hide\", LIBRARY.GTK);
3462 	Linker.link(gtk_widget_show_all, \"gtk_widget_show_all\", LIBRARY.GTK);
3463 	Linker.link(gtk_widget_hide_all, \"gtk_widget_hide_all\", LIBRARY.GTK);
3464 	Linker.link(gtk_widget_map, \"gtk_widget_map\", LIBRARY.GTK);
3465 	Linker.link(gtk_widget_unmap, \"gtk_widget_unmap\", LIBRARY.GTK);
3466 	Linker.link(gtk_widget_realize, \"gtk_widget_realize\", LIBRARY.GTK);
3467 	Linker.link(gtk_widget_unrealize, \"gtk_widget_unrealize\", LIBRARY.GTK);
3468 	Linker.link(gtk_widget_queue_draw, \"gtk_widget_queue_draw\", LIBRARY.GTK);
3469 	Linker.link(gtk_widget_queue_resize, \"gtk_widget_queue_resize\", LIBRARY.GTK);
3470 	Linker.link(gtk_widget_queue_resize_no_redraw, \"gtk_widget_queue_resize_no_redraw\", LIBRARY.GTK);
3471 	Linker.link(gtk_widget_draw, \"gtk_widget_draw\", LIBRARY.GTK);
3472 	Linker.link(gtk_widget_size_request, \"gtk_widget_size_request\", LIBRARY.GTK);
3473 	Linker.link(gtk_widget_get_child_requisition, \"gtk_widget_get_child_requisition\", LIBRARY.GTK);
3474 	Linker.link(gtk_widget_size_allocate, \"gtk_widget_size_allocate\", LIBRARY.GTK);
3475 	Linker.link(gtk_widget_add_accelerator, \"gtk_widget_add_accelerator\", LIBRARY.GTK);
3476 	Linker.link(gtk_widget_remove_accelerator, \"gtk_widget_remove_accelerator\", LIBRARY.GTK);
3477 	Linker.link(gtk_widget_set_accel_path, \"gtk_widget_set_accel_path\", LIBRARY.GTK);
3478 	Linker.link(gtk_widget_list_accel_closures, \"gtk_widget_list_accel_closures\", LIBRARY.GTK);
3479 	Linker.link(gtk_widget_can_activate_accel, \"gtk_widget_can_activate_accel\", LIBRARY.GTK);
3480 	Linker.link(gtk_widget_event, \"gtk_widget_event\", LIBRARY.GTK);
3481 	Linker.link(gtk_widget_activate, \"gtk_widget_activate\", LIBRARY.GTK);
3482 	Linker.link(gtk_widget_reparent, \"gtk_widget_reparent\", LIBRARY.GTK);
3483 	Linker.link(gtk_widget_intersect, \"gtk_widget_intersect\", LIBRARY.GTK);
3484 	Linker.link(gtk_widget_is_focus, \"gtk_widget_is_focus\", LIBRARY.GTK);
3485 	Linker.link(gtk_widget_grab_focus, \"gtk_widget_grab_focus\", LIBRARY.GTK);
3486 	Linker.link(gtk_widget_grab_default, \"gtk_widget_grab_default\", LIBRARY.GTK);
3487 	Linker.link(gtk_widget_set_name, \"gtk_widget_set_name\", LIBRARY.GTK);
3488 	Linker.link(gtk_widget_get_name, \"gtk_widget_get_name\", LIBRARY.GTK);
3489 	Linker.link(gtk_widget_set_state, \"gtk_widget_set_state\", LIBRARY.GTK);
3490 	Linker.link(gtk_widget_set_sensitive, \"gtk_widget_set_sensitive\", LIBRARY.GTK);
3491 	Linker.link(gtk_widget_set_parent, \"gtk_widget_set_parent\", LIBRARY.GTK);
3492 	Linker.link(gtk_widget_set_parent_window, \"gtk_widget_set_parent_window\", LIBRARY.GTK);
3493 	Linker.link(gtk_widget_get_parent_window, \"gtk_widget_get_parent_window\", LIBRARY.GTK);
3494 	Linker.link(gtk_widget_set_uposition, \"gtk_widget_set_uposition\", LIBRARY.GTK);
3495 	Linker.link(gtk_widget_set_usize, \"gtk_widget_set_usize\", LIBRARY.GTK);
3496 	Linker.link(gtk_widget_set_events, \"gtk_widget_set_events\", LIBRARY.GTK);
3497 	Linker.link(gtk_widget_add_events, \"gtk_widget_add_events\", LIBRARY.GTK);
3498 	Linker.link(gtk_widget_set_extension_events, \"gtk_widget_set_extension_events\", LIBRARY.GTK);
3499 	Linker.link(gtk_widget_get_extension_events, \"gtk_widget_get_extension_events\", LIBRARY.GTK);
3500 	Linker.link(gtk_widget_get_toplevel, \"gtk_widget_get_toplevel\", LIBRARY.GTK);
3501 	Linker.link(gtk_widget_get_ancestor, \"gtk_widget_get_ancestor\", LIBRARY.GTK);
3502 	Linker.link(gtk_widget_get_colormap, \"gtk_widget_get_colormap\", LIBRARY.GTK);
3503 	Linker.link(gtk_widget_set_colormap, \"gtk_widget_set_colormap\", LIBRARY.GTK);
3504 	Linker.link(gtk_widget_get_visual, \"gtk_widget_get_visual\", LIBRARY.GTK);
3505 	Linker.link(gtk_widget_get_events, \"gtk_widget_get_events\", LIBRARY.GTK);
3506 	Linker.link(gtk_widget_get_pointer, \"gtk_widget_get_pointer\", LIBRARY.GTK);
3507 	Linker.link(gtk_widget_is_ancestor, \"gtk_widget_is_ancestor\", LIBRARY.GTK);
3508 	Linker.link(gtk_widget_translate_coordinates, \"gtk_widget_translate_coordinates\", LIBRARY.GTK);
3509 	Linker.link(gtk_widget_hide_on_delete, \"gtk_widget_hide_on_delete\", LIBRARY.GTK);
3510 	Linker.link(gtk_widget_set_style, \"gtk_widget_set_style\", LIBRARY.GTK);
3511 	Linker.link(gtk_widget_ensure_style, \"gtk_widget_ensure_style\", LIBRARY.GTK);
3512 	Linker.link(gtk_widget_get_style, \"gtk_widget_get_style\", LIBRARY.GTK);
3513 	Linker.link(gtk_widget_reset_rc_styles, \"gtk_widget_reset_rc_styles\", LIBRARY.GTK);
3514 	Linker.link(gtk_widget_push_colormap, \"gtk_widget_push_colormap\", LIBRARY.GTK);
3515 	Linker.link(gtk_widget_pop_colormap, \"gtk_widget_pop_colormap\", LIBRARY.GTK);
3516 	Linker.link(gtk_widget_set_default_colormap, \"gtk_widget_set_default_colormap\", LIBRARY.GTK);
3517 	Linker.link(gtk_widget_get_default_style, \"gtk_widget_get_default_style\", LIBRARY.GTK);
3518 	Linker.link(gtk_widget_get_default_colormap, \"gtk_widget_get_default_colormap\", LIBRARY.GTK);
3519 	Linker.link(gtk_widget_get_default_visual, \"gtk_widget_get_default_visual\", LIBRARY.GTK);
3520 	Linker.link(gtk_widget_set_direction, \"gtk_widget_set_direction\", LIBRARY.GTK);
3521 	Linker.link(gtk_widget_get_direction, \"gtk_widget_get_direction\", LIBRARY.GTK);
3522 	Linker.link(gtk_widget_set_default_direction, \"gtk_widget_set_default_direction\", LIBRARY.GTK);
3523 	Linker.link(gtk_widget_get_default_direction, \"gtk_widget_get_default_direction\", LIBRARY.GTK);
3524 	Linker.link(gtk_widget_shape_combine_mask, \"gtk_widget_shape_combine_mask\", LIBRARY.GTK);
3525 	Linker.link(gtk_widget_input_shape_combine_mask, \"gtk_widget_input_shape_combine_mask\", LIBRARY.GTK);
3526 	Linker.link(gtk_widget_path, \"gtk_widget_path\", LIBRARY.GTK);
3527 	Linker.link(gtk_widget_class_path, \"gtk_widget_class_path\", LIBRARY.GTK);
3528 	Linker.link(gtk_widget_get_composite_name, \"gtk_widget_get_composite_name\", LIBRARY.GTK);
3529 	Linker.link(gtk_widget_modify_style, \"gtk_widget_modify_style\", LIBRARY.GTK);
3530 	Linker.link(gtk_widget_get_modifier_style, \"gtk_widget_get_modifier_style\", LIBRARY.GTK);
3531 	Linker.link(gtk_widget_modify_fg, \"gtk_widget_modify_fg\", LIBRARY.GTK);
3532 	Linker.link(gtk_widget_modify_bg, \"gtk_widget_modify_bg\", LIBRARY.GTK);
3533 	Linker.link(gtk_widget_modify_text, \"gtk_widget_modify_text\", LIBRARY.GTK);
3534 	Linker.link(gtk_widget_modify_base, \"gtk_widget_modify_base\", LIBRARY.GTK);
3535 	Linker.link(gtk_widget_modify_font, \"gtk_widget_modify_font\", LIBRARY.GTK);
3536 	Linker.link(gtk_widget_modify_cursor, \"gtk_widget_modify_cursor\", LIBRARY.GTK);
3537 	Linker.link(gtk_widget_create_pango_context, \"gtk_widget_create_pango_context\", LIBRARY.GTK);
3538 	Linker.link(gtk_widget_get_pango_context, \"gtk_widget_get_pango_context\", LIBRARY.GTK);
3539 	Linker.link(gtk_widget_create_pango_layout, \"gtk_widget_create_pango_layout\", LIBRARY.GTK);
3540 	Linker.link(gtk_widget_render_icon, \"gtk_widget_render_icon\", LIBRARY.GTK);
3541 	Linker.link(gtk_widget_pop_composite_child, \"gtk_widget_pop_composite_child\", LIBRARY.GTK);
3542 	Linker.link(gtk_widget_push_composite_child, \"gtk_widget_push_composite_child\", LIBRARY.GTK);
3543 	Linker.link(gtk_widget_queue_clear, \"gtk_widget_queue_clear\", LIBRARY.GTK);
3544 	Linker.link(gtk_widget_queue_clear_area, \"gtk_widget_queue_clear_area\", LIBRARY.GTK);
3545 	Linker.link(gtk_widget_queue_draw_area, \"gtk_widget_queue_draw_area\", LIBRARY.GTK);
3546 	Linker.link(gtk_widget_reset_shapes, \"gtk_widget_reset_shapes\", LIBRARY.GTK);
3547 	Linker.link(gtk_widget_set_app_paintable, \"gtk_widget_set_app_paintable\", LIBRARY.GTK);
3548 	Linker.link(gtk_widget_set_double_buffered, \"gtk_widget_set_double_buffered\", LIBRARY.GTK);
3549 	Linker.link(gtk_widget_set_redraw_on_allocate, \"gtk_widget_set_redraw_on_allocate\", LIBRARY.GTK);
3550 	Linker.link(gtk_widget_set_composite_name, \"gtk_widget_set_composite_name\", LIBRARY.GTK);
3551 	Linker.link(gtk_widget_set_scroll_adjustments, \"gtk_widget_set_scroll_adjustments\", LIBRARY.GTK);
3552 	Linker.link(gtk_widget_mnemonic_activate, \"gtk_widget_mnemonic_activate\", LIBRARY.GTK);
3553 	Linker.link(gtk_widget_class_install_style_property, \"gtk_widget_class_install_style_property\", LIBRARY.GTK);
3554 	Linker.link(gtk_widget_class_install_style_property_parser, \"gtk_widget_class_install_style_property_parser\", LIBRARY.GTK);
3555 	Linker.link(gtk_widget_class_find_style_property, \"gtk_widget_class_find_style_property\", LIBRARY.GTK);
3556 	Linker.link(gtk_widget_class_list_style_properties, \"gtk_widget_class_list_style_properties\", LIBRARY.GTK);
3557 	Linker.link(gtk_widget_region_intersect, \"gtk_widget_region_intersect\", LIBRARY.GTK);
3558 	Linker.link(gtk_widget_send_expose, \"gtk_widget_send_expose\", LIBRARY.GTK);
3559 	Linker.link(gtk_widget_send_focus_change, \"gtk_widget_send_focus_change\", LIBRARY.GTK);
3560 	Linker.link(gtk_widget_style_get, \"gtk_widget_style_get\", LIBRARY.GTK);
3561 	Linker.link(gtk_widget_style_get_property, \"gtk_widget_style_get_property\", LIBRARY.GTK);
3562 	Linker.link(gtk_widget_style_get_valist, \"gtk_widget_style_get_valist\", LIBRARY.GTK);
3563 	Linker.link(gtk_widget_style_attach, \"gtk_widget_style_attach\", LIBRARY.GTK);
3564 	Linker.link(gtk_widget_get_accessible, \"gtk_widget_get_accessible\", LIBRARY.GTK);
3565 	Linker.link(gtk_widget_child_focus, \"gtk_widget_child_focus\", LIBRARY.GTK);
3566 	Linker.link(gtk_widget_child_notify, \"gtk_widget_child_notify\", LIBRARY.GTK);
3567 	Linker.link(gtk_widget_freeze_child_notify, \"gtk_widget_freeze_child_notify\", LIBRARY.GTK);
3568 	Linker.link(gtk_widget_get_child_visible, \"gtk_widget_get_child_visible\", LIBRARY.GTK);
3569 	Linker.link(gtk_widget_get_parent, \"gtk_widget_get_parent\", LIBRARY.GTK);
3570 	Linker.link(gtk_widget_get_settings, \"gtk_widget_get_settings\", LIBRARY.GTK);
3571 	Linker.link(gtk_widget_get_clipboard, \"gtk_widget_get_clipboard\", LIBRARY.GTK);
3572 	Linker.link(gtk_widget_get_display, \"gtk_widget_get_display\", LIBRARY.GTK);
3573 	Linker.link(gtk_widget_get_root_window, \"gtk_widget_get_root_window\", LIBRARY.GTK);
3574 	Linker.link(gtk_widget_get_screen, \"gtk_widget_get_screen\", LIBRARY.GTK);
3575 	Linker.link(gtk_widget_has_screen, \"gtk_widget_has_screen\", LIBRARY.GTK);
3576 	Linker.link(gtk_widget_get_size_request, \"gtk_widget_get_size_request\", LIBRARY.GTK);
3577 	Linker.link(gtk_widget_set_child_visible, \"gtk_widget_set_child_visible\", LIBRARY.GTK);
3578 	Linker.link(gtk_widget_set_size_request, \"gtk_widget_set_size_request\", LIBRARY.GTK);
3579 	Linker.link(gtk_widget_thaw_child_notify, \"gtk_widget_thaw_child_notify\", LIBRARY.GTK);
3580 	Linker.link(gtk_widget_set_no_show_all, \"gtk_widget_set_no_show_all\", LIBRARY.GTK);
3581 	Linker.link(gtk_widget_get_no_show_all, \"gtk_widget_get_no_show_all\", LIBRARY.GTK);
3582 	Linker.link(gtk_widget_list_mnemonic_labels, \"gtk_widget_list_mnemonic_labels\", LIBRARY.GTK);
3583 	Linker.link(gtk_widget_add_mnemonic_label, \"gtk_widget_add_mnemonic_label\", LIBRARY.GTK);
3584 	Linker.link(gtk_widget_remove_mnemonic_label, \"gtk_widget_remove_mnemonic_label\", LIBRARY.GTK);
3585 	Linker.link(gtk_widget_get_action, \"gtk_widget_get_action\", LIBRARY.GTK);
3586 	Linker.link(gtk_widget_is_composited, \"gtk_widget_is_composited\", LIBRARY.GTK);
3587 	Linker.link(gtk_widget_error_bell, \"gtk_widget_error_bell\", LIBRARY.GTK);
3588 	Linker.link(gtk_widget_keynav_failed, \"gtk_widget_keynav_failed\", LIBRARY.GTK);
3589 	Linker.link(gtk_widget_get_tooltip_markup, \"gtk_widget_get_tooltip_markup\", LIBRARY.GTK);
3590 	Linker.link(gtk_widget_set_tooltip_markup, \"gtk_widget_set_tooltip_markup\", LIBRARY.GTK);
3591 	Linker.link(gtk_widget_get_tooltip_text, \"gtk_widget_get_tooltip_text\", LIBRARY.GTK);
3592 	Linker.link(gtk_widget_set_tooltip_text, \"gtk_widget_set_tooltip_text\", LIBRARY.GTK);
3593 	Linker.link(gtk_widget_get_tooltip_window, \"gtk_widget_get_tooltip_window\", LIBRARY.GTK);
3594 	Linker.link(gtk_widget_set_tooltip_window, \"gtk_widget_set_tooltip_window\", LIBRARY.GTK);
3595 	Linker.link(gtk_widget_get_has_tooltip, \"gtk_widget_get_has_tooltip\", LIBRARY.GTK);
3596 	Linker.link(gtk_widget_set_has_tooltip, \"gtk_widget_set_has_tooltip\", LIBRARY.GTK);
3597 	Linker.link(gtk_widget_trigger_tooltip_query, \"gtk_widget_trigger_tooltip_query\", LIBRARY.GTK);
3598 	Linker.link(gtk_widget_get_snapshot, \"gtk_widget_get_snapshot\", LIBRARY.GTK);
3599 	Linker.link(gtk_widget_get_window, \"gtk_widget_get_window\", LIBRARY.GTK);
3600 	Linker.link(gtk_widget_get_allocation, \"gtk_widget_get_allocation\", LIBRARY.GTK);
3601 	Linker.link(gtk_widget_set_allocation, \"gtk_widget_set_allocation\", LIBRARY.GTK);
3602 	Linker.link(gtk_widget_get_app_paintable, \"gtk_widget_get_app_paintable\", LIBRARY.GTK);
3603 	Linker.link(gtk_widget_get_can_default, \"gtk_widget_get_can_default\", LIBRARY.GTK);
3604 	Linker.link(gtk_widget_set_can_default, \"gtk_widget_set_can_default\", LIBRARY.GTK);
3605 	Linker.link(gtk_widget_get_can_focus, \"gtk_widget_get_can_focus\", LIBRARY.GTK);
3606 	Linker.link(gtk_widget_set_can_focus, \"gtk_widget_set_can_focus\", LIBRARY.GTK);
3607 	Linker.link(gtk_widget_get_double_buffered, \"gtk_widget_get_double_buffered\", LIBRARY.GTK);
3608 	Linker.link(gtk_widget_get_has_window, \"gtk_widget_get_has_window\", LIBRARY.GTK);
3609 	Linker.link(gtk_widget_set_has_window, \"gtk_widget_set_has_window\", LIBRARY.GTK);
3610 	Linker.link(gtk_widget_get_sensitive, \"gtk_widget_get_sensitive\", LIBRARY.GTK);
3611 	Linker.link(gtk_widget_is_sensitive, \"gtk_widget_is_sensitive\", LIBRARY.GTK);
3612 	Linker.link(gtk_widget_get_state, \"gtk_widget_get_state\", LIBRARY.GTK);
3613 	Linker.link(gtk_widget_get_visible, \"gtk_widget_get_visible\", LIBRARY.GTK);
3614 	Linker.link(gtk_widget_set_visible, \"gtk_widget_set_visible\", LIBRARY.GTK);
3615 	Linker.link(gtk_widget_has_default, \"gtk_widget_has_default\", LIBRARY.GTK);
3616 	Linker.link(gtk_widget_has_focus, \"gtk_widget_has_focus\", LIBRARY.GTK);
3617 	Linker.link(gtk_widget_has_grab, \"gtk_widget_has_grab\", LIBRARY.GTK);
3618 	Linker.link(gtk_widget_has_rc_style, \"gtk_widget_has_rc_style\", LIBRARY.GTK);
3619 	Linker.link(gtk_widget_is_drawable, \"gtk_widget_is_drawable\", LIBRARY.GTK);
3620 	Linker.link(gtk_widget_is_toplevel, \"gtk_widget_is_toplevel\", LIBRARY.GTK);
3621 	Linker.link(gtk_widget_set_window, \"gtk_widget_set_window\", LIBRARY.GTK);
3622 	Linker.link(gtk_widget_set_receives_default, \"gtk_widget_set_receives_default\", LIBRARY.GTK);
3623 	Linker.link(gtk_widget_get_receives_default, \"gtk_widget_get_receives_default\", LIBRARY.GTK);
3624 	Linker.link(gtk_widget_set_realized, \"gtk_widget_set_realized\", LIBRARY.GTK);
3625 	Linker.link(gtk_widget_get_realized, \"gtk_widget_get_realized\", LIBRARY.GTK);
3626 	Linker.link(gtk_widget_set_mapped, \"gtk_widget_set_mapped\", LIBRARY.GTK);
3627 	Linker.link(gtk_widget_get_mapped, \"gtk_widget_get_mapped\", LIBRARY.GTK);
3628 	Linker.link(gtk_widget_get_requisition, \"gtk_widget_get_requisition\", LIBRARY.GTK);
3629 	Linker.link(gtk_requisition_copy, \"gtk_requisition_copy\", LIBRARY.GTK);
3630 	Linker.link(gtk_requisition_free, \"gtk_requisition_free\", LIBRARY.GTK);
3631 
3632 	// gtk.IMContext
3633 
3634 	Linker.link(gtk_im_context_set_client_window, \"gtk_im_context_set_client_window\", LIBRARY.GTK);
3635 	Linker.link(gtk_im_context_get_preedit_string, \"gtk_im_context_get_preedit_string\", LIBRARY.GTK);
3636 	Linker.link(gtk_im_context_filter_keypress, \"gtk_im_context_filter_keypress\", LIBRARY.GTK);
3637 	Linker.link(gtk_im_context_focus_in, \"gtk_im_context_focus_in\", LIBRARY.GTK);
3638 	Linker.link(gtk_im_context_focus_out, \"gtk_im_context_focus_out\", LIBRARY.GTK);
3639 	Linker.link(gtk_im_context_reset, \"gtk_im_context_reset\", LIBRARY.GTK);
3640 	Linker.link(gtk_im_context_set_cursor_location, \"gtk_im_context_set_cursor_location\", LIBRARY.GTK);
3641 	Linker.link(gtk_im_context_set_use_preedit, \"gtk_im_context_set_use_preedit\", LIBRARY.GTK);
3642 	Linker.link(gtk_im_context_set_surrounding, \"gtk_im_context_set_surrounding\", LIBRARY.GTK);
3643 	Linker.link(gtk_im_context_get_surrounding, \"gtk_im_context_get_surrounding\", LIBRARY.GTK);
3644 	Linker.link(gtk_im_context_delete_surrounding, \"gtk_im_context_delete_surrounding\", LIBRARY.GTK);
3645 
3646 	// gtk.Plug
3647 
3648 	Linker.link(gtk_plug_construct, \"gtk_plug_construct\", LIBRARY.GTK);
3649 	Linker.link(gtk_plug_construct_for_display, \"gtk_plug_construct_for_display\", LIBRARY.GTK);
3650 	Linker.link(gtk_plug_new, \"gtk_plug_new\", LIBRARY.GTK);
3651 	Linker.link(gtk_plug_new_for_display, \"gtk_plug_new_for_display\", LIBRARY.GTK);
3652 	Linker.link(gtk_plug_get_id, \"gtk_plug_get_id\", LIBRARY.GTK);
3653 	Linker.link(gtk_plug_get_embedded, \"gtk_plug_get_embedded\", LIBRARY.GTK);
3654 	Linker.link(gtk_plug_get_socket_window, \"gtk_plug_get_socket_window\", LIBRARY.GTK);
3655 
3656 	// gtk.Socket
3657 
3658 	Linker.link(gtk_socket_new, \"gtk_socket_new\", LIBRARY.GTK);
3659 	Linker.link(gtk_socket_steal, \"gtk_socket_steal\", LIBRARY.GTK);
3660 	Linker.link(gtk_socket_add_id, \"gtk_socket_add_id\", LIBRARY.GTK);
3661 	Linker.link(gtk_socket_get_id, \"gtk_socket_get_id\", LIBRARY.GTK);
3662 	Linker.link(gtk_socket_get_plug_window, \"gtk_socket_get_plug_window\", LIBRARY.GTK);
3663 
3664 	// gtk.Curve
3665 
3666 	Linker.link(gtk_curve_new, \"gtk_curve_new\", LIBRARY.GTK);
3667 	Linker.link(gtk_curve_reset, \"gtk_curve_reset\", LIBRARY.GTK);
3668 	Linker.link(gtk_curve_set_gamma, \"gtk_curve_set_gamma\", LIBRARY.GTK);
3669 	Linker.link(gtk_curve_set_range, \"gtk_curve_set_range\", LIBRARY.GTK);
3670 	Linker.link(gtk_curve_get_vector, \"gtk_curve_get_vector\", LIBRARY.GTK);
3671 	Linker.link(gtk_curve_set_vector, \"gtk_curve_set_vector\", LIBRARY.GTK);
3672 	Linker.link(gtk_curve_set_curve_type, \"gtk_curve_set_curve_type\", LIBRARY.GTK);
3673 
3674 	// gtk.GammaCurve
3675 
3676 	Linker.link(gtk_gamma_curve_new, \"gtk_gamma_curve_new\", LIBRARY.GTK);
3677 
3678 	// gtk.Ruler
3679 
3680 	Linker.link(gtk_ruler_set_metric, \"gtk_ruler_set_metric\", LIBRARY.GTK);
3681 	Linker.link(gtk_ruler_set_range, \"gtk_ruler_set_range\", LIBRARY.GTK);
3682 	Linker.link(gtk_ruler_get_metric, \"gtk_ruler_get_metric\", LIBRARY.GTK);
3683 	Linker.link(gtk_ruler_get_range, \"gtk_ruler_get_range\", LIBRARY.GTK);
3684 
3685 	// gtk.HRuler
3686 
3687 	Linker.link(gtk_hruler_new, \"gtk_hruler_new\", LIBRARY.GTK);
3688 
3689 	// gtk.VRuler
3690 
3691 	Linker.link(gtk_vruler_new, \"gtk_vruler_new\", LIBRARY.GTK);
3692 
3693 	// gtk.RecentManager
3694 
3695 	Linker.link(gtk_recent_manager_new, \"gtk_recent_manager_new\", LIBRARY.GTK);
3696 	Linker.link(gtk_recent_manager_get_default, \"gtk_recent_manager_get_default\", LIBRARY.GTK);
3697 	Linker.link(gtk_recent_manager_get_for_screen, \"gtk_recent_manager_get_for_screen\", LIBRARY.GTK);
3698 	Linker.link(gtk_recent_manager_set_screen, \"gtk_recent_manager_set_screen\", LIBRARY.GTK);
3699 	Linker.link(gtk_recent_manager_add_item, \"gtk_recent_manager_add_item\", LIBRARY.GTK);
3700 	Linker.link(gtk_recent_manager_add_full, \"gtk_recent_manager_add_full\", LIBRARY.GTK);
3701 	Linker.link(gtk_recent_manager_remove_item, \"gtk_recent_manager_remove_item\", LIBRARY.GTK);
3702 	Linker.link(gtk_recent_manager_lookup_item, \"gtk_recent_manager_lookup_item\", LIBRARY.GTK);
3703 	Linker.link(gtk_recent_manager_has_item, \"gtk_recent_manager_has_item\", LIBRARY.GTK);
3704 	Linker.link(gtk_recent_manager_move_item, \"gtk_recent_manager_move_item\", LIBRARY.GTK);
3705 	Linker.link(gtk_recent_manager_get_limit, \"gtk_recent_manager_get_limit\", LIBRARY.GTK);
3706 	Linker.link(gtk_recent_manager_set_limit, \"gtk_recent_manager_set_limit\", LIBRARY.GTK);
3707 	Linker.link(gtk_recent_manager_get_items, \"gtk_recent_manager_get_items\", LIBRARY.GTK);
3708 	Linker.link(gtk_recent_manager_purge_items, \"gtk_recent_manager_purge_items\", LIBRARY.GTK);
3709 
3710 	// gtk.RecentInfo
3711 
3712 	Linker.link(gtk_recent_info_ref, \"gtk_recent_info_ref\", LIBRARY.GTK);
3713 	Linker.link(gtk_recent_info_unref, \"gtk_recent_info_unref\", LIBRARY.GTK);
3714 	Linker.link(gtk_recent_info_get_uri, \"gtk_recent_info_get_uri\", LIBRARY.GTK);
3715 	Linker.link(gtk_recent_info_get_display_name, \"gtk_recent_info_get_display_name\", LIBRARY.GTK);
3716 	Linker.link(gtk_recent_info_get_description, \"gtk_recent_info_get_description\", LIBRARY.GTK);
3717 	Linker.link(gtk_recent_info_get_mime_type, \"gtk_recent_info_get_mime_type\", LIBRARY.GTK);
3718 	Linker.link(gtk_recent_info_get_added, \"gtk_recent_info_get_added\", LIBRARY.GTK);
3719 	Linker.link(gtk_recent_info_get_modified, \"gtk_recent_info_get_modified\", LIBRARY.GTK);
3720 	Linker.link(gtk_recent_info_get_visited, \"gtk_recent_info_get_visited\", LIBRARY.GTK);
3721 	Linker.link(gtk_recent_info_get_private_hint, \"gtk_recent_info_get_private_hint\", LIBRARY.GTK);
3722 	Linker.link(gtk_recent_info_get_application_info, \"gtk_recent_info_get_application_info\", LIBRARY.GTK);
3723 	Linker.link(gtk_recent_info_get_applications, \"gtk_recent_info_get_applications\", LIBRARY.GTK);
3724 	Linker.link(gtk_recent_info_last_application, \"gtk_recent_info_last_application\", LIBRARY.GTK);
3725 	Linker.link(gtk_recent_info_get_groups, \"gtk_recent_info_get_groups\", LIBRARY.GTK);
3726 	Linker.link(gtk_recent_info_has_group, \"gtk_recent_info_has_group\", LIBRARY.GTK);
3727 	Linker.link(gtk_recent_info_has_application, \"gtk_recent_info_has_application\", LIBRARY.GTK);
3728 	Linker.link(gtk_recent_info_get_icon, \"gtk_recent_info_get_icon\", LIBRARY.GTK);
3729 	Linker.link(gtk_recent_info_get_short_name, \"gtk_recent_info_get_short_name\", LIBRARY.GTK);
3730 	Linker.link(gtk_recent_info_get_uri_display, \"gtk_recent_info_get_uri_display\", LIBRARY.GTK);
3731 	Linker.link(gtk_recent_info_get_age, \"gtk_recent_info_get_age\", LIBRARY.GTK);
3732 	Linker.link(gtk_recent_info_is_local, \"gtk_recent_info_is_local\", LIBRARY.GTK);
3733 	Linker.link(gtk_recent_info_exists, \"gtk_recent_info_exists\", LIBRARY.GTK);
3734 	Linker.link(gtk_recent_info_match, \"gtk_recent_info_match\", LIBRARY.GTK);
3735 
3736 	// gtk.RecentChooserT
3737 
3738 
3739 	// gtk.RecentChooserT
3740 
3741 	Linker.link(gtk_recent_chooser_set_show_private, \"gtk_recent_chooser_set_show_private\", LIBRARY.GTK);
3742 	Linker.link(gtk_recent_chooser_get_show_private, \"gtk_recent_chooser_get_show_private\", LIBRARY.GTK);
3743 	Linker.link(gtk_recent_chooser_set_show_not_found, \"gtk_recent_chooser_set_show_not_found\", LIBRARY.GTK);
3744 	Linker.link(gtk_recent_chooser_get_show_not_found, \"gtk_recent_chooser_get_show_not_found\", LIBRARY.GTK);
3745 	Linker.link(gtk_recent_chooser_set_show_icons, \"gtk_recent_chooser_set_show_icons\", LIBRARY.GTK);
3746 	Linker.link(gtk_recent_chooser_get_show_icons, \"gtk_recent_chooser_get_show_icons\", LIBRARY.GTK);
3747 	Linker.link(gtk_recent_chooser_set_select_multiple, \"gtk_recent_chooser_set_select_multiple\", LIBRARY.GTK);
3748 	Linker.link(gtk_recent_chooser_get_select_multiple, \"gtk_recent_chooser_get_select_multiple\", LIBRARY.GTK);
3749 	Linker.link(gtk_recent_chooser_set_local_only, \"gtk_recent_chooser_set_local_only\", LIBRARY.GTK);
3750 	Linker.link(gtk_recent_chooser_get_local_only, \"gtk_recent_chooser_get_local_only\", LIBRARY.GTK);
3751 	Linker.link(gtk_recent_chooser_set_limit, \"gtk_recent_chooser_set_limit\", LIBRARY.GTK);
3752 	Linker.link(gtk_recent_chooser_get_limit, \"gtk_recent_chooser_get_limit\", LIBRARY.GTK);
3753 	Linker.link(gtk_recent_chooser_set_show_tips, \"gtk_recent_chooser_set_show_tips\", LIBRARY.GTK);
3754 	Linker.link(gtk_recent_chooser_get_show_tips, \"gtk_recent_chooser_get_show_tips\", LIBRARY.GTK);
3755 	Linker.link(gtk_recent_chooser_set_show_numbers, \"gtk_recent_chooser_set_show_numbers\", LIBRARY.GTK);
3756 	Linker.link(gtk_recent_chooser_get_show_numbers, \"gtk_recent_chooser_get_show_numbers\", LIBRARY.GTK);
3757 	Linker.link(gtk_recent_chooser_set_sort_type, \"gtk_recent_chooser_set_sort_type\", LIBRARY.GTK);
3758 	Linker.link(gtk_recent_chooser_get_sort_type, \"gtk_recent_chooser_get_sort_type\", LIBRARY.GTK);
3759 	Linker.link(gtk_recent_chooser_set_sort_func, \"gtk_recent_chooser_set_sort_func\", LIBRARY.GTK);
3760 	Linker.link(gtk_recent_chooser_set_current_uri, \"gtk_recent_chooser_set_current_uri\", LIBRARY.GTK);
3761 	Linker.link(gtk_recent_chooser_get_current_uri, \"gtk_recent_chooser_get_current_uri\", LIBRARY.GTK);
3762 	Linker.link(gtk_recent_chooser_get_current_item, \"gtk_recent_chooser_get_current_item\", LIBRARY.GTK);
3763 	Linker.link(gtk_recent_chooser_select_uri, \"gtk_recent_chooser_select_uri\", LIBRARY.GTK);
3764 	Linker.link(gtk_recent_chooser_unselect_uri, \"gtk_recent_chooser_unselect_uri\", LIBRARY.GTK);
3765 	Linker.link(gtk_recent_chooser_select_all, \"gtk_recent_chooser_select_all\", LIBRARY.GTK);
3766 	Linker.link(gtk_recent_chooser_unselect_all, \"gtk_recent_chooser_unselect_all\", LIBRARY.GTK);
3767 	Linker.link(gtk_recent_chooser_get_items, \"gtk_recent_chooser_get_items\", LIBRARY.GTK);
3768 	Linker.link(gtk_recent_chooser_get_uris, \"gtk_recent_chooser_get_uris\", LIBRARY.GTK);
3769 	Linker.link(gtk_recent_chooser_add_filter, \"gtk_recent_chooser_add_filter\", LIBRARY.GTK);
3770 	Linker.link(gtk_recent_chooser_remove_filter, \"gtk_recent_chooser_remove_filter\", LIBRARY.GTK);
3771 	Linker.link(gtk_recent_chooser_list_filters, \"gtk_recent_chooser_list_filters\", LIBRARY.GTK);
3772 	Linker.link(gtk_recent_chooser_set_filter, \"gtk_recent_chooser_set_filter\", LIBRARY.GTK);
3773 	Linker.link(gtk_recent_chooser_get_filter, \"gtk_recent_chooser_get_filter\", LIBRARY.GTK);
3774 
3775 	// gtk.RecentChooserDialog
3776 
3777 	Linker.link(gtk_recent_chooser_dialog_new, \"gtk_recent_chooser_dialog_new\", LIBRARY.GTK);
3778 	Linker.link(gtk_recent_chooser_dialog_new_for_manager, \"gtk_recent_chooser_dialog_new_for_manager\", LIBRARY.GTK);
3779 
3780 	// gtk.RecentChooserMenu
3781 
3782 	Linker.link(gtk_recent_chooser_menu_new, \"gtk_recent_chooser_menu_new\", LIBRARY.GTK);
3783 	Linker.link(gtk_recent_chooser_menu_new_for_manager, \"gtk_recent_chooser_menu_new_for_manager\", LIBRARY.GTK);
3784 	Linker.link(gtk_recent_chooser_menu_get_show_numbers, \"gtk_recent_chooser_menu_get_show_numbers\", LIBRARY.GTK);
3785 	Linker.link(gtk_recent_chooser_menu_set_show_numbers, \"gtk_recent_chooser_menu_set_show_numbers\", LIBRARY.GTK);
3786 
3787 	// gtk.RecentChooserWidget
3788 
3789 	Linker.link(gtk_recent_chooser_widget_new, \"gtk_recent_chooser_widget_new\", LIBRARY.GTK);
3790 	Linker.link(gtk_recent_chooser_widget_new_for_manager, \"gtk_recent_chooser_widget_new_for_manager\", LIBRARY.GTK);
3791 
3792 	// gtk.RecentFilter
3793 
3794 	Linker.link(gtk_recent_filter_new, \"gtk_recent_filter_new\", LIBRARY.GTK);
3795 	Linker.link(gtk_recent_filter_get_name, \"gtk_recent_filter_get_name\", LIBRARY.GTK);
3796 	Linker.link(gtk_recent_filter_set_name, \"gtk_recent_filter_set_name\", LIBRARY.GTK);
3797 	Linker.link(gtk_recent_filter_add_mime_type, \"gtk_recent_filter_add_mime_type\", LIBRARY.GTK);
3798 	Linker.link(gtk_recent_filter_add_pattern, \"gtk_recent_filter_add_pattern\", LIBRARY.GTK);
3799 	Linker.link(gtk_recent_filter_add_pixbuf_formats, \"gtk_recent_filter_add_pixbuf_formats\", LIBRARY.GTK);
3800 	Linker.link(gtk_recent_filter_add_application, \"gtk_recent_filter_add_application\", LIBRARY.GTK);
3801 	Linker.link(gtk_recent_filter_add_group, \"gtk_recent_filter_add_group\", LIBRARY.GTK);
3802 	Linker.link(gtk_recent_filter_add_age, \"gtk_recent_filter_add_age\", LIBRARY.GTK);
3803 	Linker.link(gtk_recent_filter_add_custom, \"gtk_recent_filter_add_custom\", LIBRARY.GTK);
3804 	Linker.link(gtk_recent_filter_get_needed, \"gtk_recent_filter_get_needed\", LIBRARY.GTK);
3805 	Linker.link(gtk_recent_filter_filter, \"gtk_recent_filter_filter\", LIBRARY.GTK);
3806 
3807 	// gtk.BuildableT
3808 
3809 
3810 	// gtk.BuildableT
3811 
3812 	Linker.link(gtk_buildable_set_name, \"gtk_buildable_set_name\", LIBRARY.GTK);
3813 	Linker.link(gtk_buildable_get_name, \"gtk_buildable_get_name\", LIBRARY.GTK);
3814 	Linker.link(gtk_buildable_add_child, \"gtk_buildable_add_child\", LIBRARY.GTK);
3815 	Linker.link(gtk_buildable_set_buildable_property, \"gtk_buildable_set_buildable_property\", LIBRARY.GTK);
3816 	Linker.link(gtk_buildable_construct_child, \"gtk_buildable_construct_child\", LIBRARY.GTK);
3817 	Linker.link(gtk_buildable_custom_tag_start, \"gtk_buildable_custom_tag_start\", LIBRARY.GTK);
3818 	Linker.link(gtk_buildable_custom_tag_end, \"gtk_buildable_custom_tag_end\", LIBRARY.GTK);
3819 	Linker.link(gtk_buildable_custom_finished, \"gtk_buildable_custom_finished\", LIBRARY.GTK);
3820 	Linker.link(gtk_buildable_parser_finished, \"gtk_buildable_parser_finished\", LIBRARY.GTK);
3821 	Linker.link(gtk_buildable_get_internal_child, \"gtk_buildable_get_internal_child\", LIBRARY.GTK);
3822 
3823 	// gtk.Builder
3824 
3825 	Linker.link(gtk_builder_new, \"gtk_builder_new\", LIBRARY.GTK);
3826 	Linker.link(gtk_builder_add_from_file, \"gtk_builder_add_from_file\", LIBRARY.GTK);
3827 	Linker.link(gtk_builder_add_from_string, \"gtk_builder_add_from_string\", LIBRARY.GTK);
3828 	Linker.link(gtk_builder_add_objects_from_file, \"gtk_builder_add_objects_from_file\", LIBRARY.GTK);
3829 	Linker.link(gtk_builder_add_objects_from_string, \"gtk_builder_add_objects_from_string\", LIBRARY.GTK);
3830 	Linker.link(gtk_builder_get_object, \"gtk_builder_get_object\", LIBRARY.GTK);
3831 	Linker.link(gtk_builder_get_objects, \"gtk_builder_get_objects\", LIBRARY.GTK);
3832 	Linker.link(gtk_builder_connect_signals, \"gtk_builder_connect_signals\", LIBRARY.GTK);
3833 	Linker.link(gtk_builder_connect_signals_full, \"gtk_builder_connect_signals_full\", LIBRARY.GTK);
3834 	Linker.link(gtk_builder_set_translation_domain, \"gtk_builder_set_translation_domain\", LIBRARY.GTK);
3835 	Linker.link(gtk_builder_get_translation_domain, \"gtk_builder_get_translation_domain\", LIBRARY.GTK);
3836 	Linker.link(gtk_builder_get_type_from_name, \"gtk_builder_get_type_from_name\", LIBRARY.GTK);
3837 	Linker.link(gtk_builder_value_from_string, \"gtk_builder_value_from_string\", LIBRARY.GTK);
3838 	Linker.link(gtk_builder_value_from_string_type, \"gtk_builder_value_from_string_type\", LIBRARY.GTK);
3839 
3840 	// gtk.FileSelection
3841 
3842 	Linker.link(gtk_file_selection_new, \"gtk_file_selection_new\", LIBRARY.GTK);
3843 	Linker.link(gtk_file_selection_set_filename, \"gtk_file_selection_set_filename\", LIBRARY.GTK);
3844 	Linker.link(gtk_file_selection_get_filename, \"gtk_file_selection_get_filename\", LIBRARY.GTK);
3845 	Linker.link(gtk_file_selection_complete, \"gtk_file_selection_complete\", LIBRARY.GTK);
3846 	Linker.link(gtk_file_selection_show_fileop_buttons, \"gtk_file_selection_show_fileop_buttons\", LIBRARY.GTK);
3847 	Linker.link(gtk_file_selection_hide_fileop_buttons, \"gtk_file_selection_hide_fileop_buttons\", LIBRARY.GTK);
3848 	Linker.link(gtk_file_selection_get_selections, \"gtk_file_selection_get_selections\", LIBRARY.GTK);
3849 	Linker.link(gtk_file_selection_set_select_multiple, \"gtk_file_selection_set_select_multiple\", LIBRARY.GTK);
3850 	Linker.link(gtk_file_selection_get_select_multiple, \"gtk_file_selection_get_select_multiple\", LIBRARY.GTK);
3851 
3852 	// gtk.ItemFactory
3853 
3854 	Linker.link(gtk_item_factory_new, \"gtk_item_factory_new\", LIBRARY.GTK);
3855 	Linker.link(gtk_item_factory_construct, \"gtk_item_factory_construct\", LIBRARY.GTK);
3856 	Linker.link(gtk_item_factory_add_foreign, \"gtk_item_factory_add_foreign\", LIBRARY.GTK);
3857 	Linker.link(gtk_item_factory_from_widget, \"gtk_item_factory_from_widget\", LIBRARY.GTK);
3858 	Linker.link(gtk_item_factory_path_from_widget, \"gtk_item_factory_path_from_widget\", LIBRARY.GTK);
3859 	Linker.link(gtk_item_factory_get_item, \"gtk_item_factory_get_item\", LIBRARY.GTK);
3860 	Linker.link(gtk_item_factory_get_widget, \"gtk_item_factory_get_widget\", LIBRARY.GTK);
3861 	Linker.link(gtk_item_factory_get_widget_by_action, \"gtk_item_factory_get_widget_by_action\", LIBRARY.GTK);
3862 	Linker.link(gtk_item_factory_get_item_by_action, \"gtk_item_factory_get_item_by_action\", LIBRARY.GTK);
3863 	Linker.link(gtk_item_factory_create_item, \"gtk_item_factory_create_item\", LIBRARY.GTK);
3864 	Linker.link(gtk_item_factory_create_items, \"gtk_item_factory_create_items\", LIBRARY.GTK);
3865 	Linker.link(gtk_item_factory_create_items_ac, \"gtk_item_factory_create_items_ac\", LIBRARY.GTK);
3866 	Linker.link(gtk_item_factory_delete_item, \"gtk_item_factory_delete_item\", LIBRARY.GTK);
3867 	Linker.link(gtk_item_factory_delete_entry, \"gtk_item_factory_delete_entry\", LIBRARY.GTK);
3868 	Linker.link(gtk_item_factory_delete_entries, \"gtk_item_factory_delete_entries\", LIBRARY.GTK);
3869 	Linker.link(gtk_item_factory_popup, \"gtk_item_factory_popup\", LIBRARY.GTK);
3870 	Linker.link(gtk_item_factory_popup_with_data, \"gtk_item_factory_popup_with_data\", LIBRARY.GTK);
3871 	Linker.link(gtk_item_factory_popup_data, \"gtk_item_factory_popup_data\", LIBRARY.GTK);
3872 	Linker.link(gtk_item_factory_popup_data_from_widget, \"gtk_item_factory_popup_data_from_widget\", LIBRARY.GTK);
3873 	Linker.link(gtk_item_factory_from_path, \"gtk_item_factory_from_path\", LIBRARY.GTK);
3874 	Linker.link(gtk_item_factories_path_delete, \"gtk_item_factories_path_delete\", LIBRARY.GTK);
3875 	Linker.link(gtk_item_factory_set_translate_func, \"gtk_item_factory_set_translate_func\", LIBRARY.GTK);
3876 
3877 	// gtk.Tooltips
3878 
3879 	Linker.link(gtk_tooltips_new, \"gtk_tooltips_new\", LIBRARY.GTK);
3880 	Linker.link(gtk_tooltips_enable, \"gtk_tooltips_enable\", LIBRARY.GTK);
3881 	Linker.link(gtk_tooltips_disable, \"gtk_tooltips_disable\", LIBRARY.GTK);
3882 	Linker.link(gtk_tooltips_set_delay, \"gtk_tooltips_set_delay\", LIBRARY.GTK);
3883 	Linker.link(gtk_tooltips_set_tip, \"gtk_tooltips_set_tip\", LIBRARY.GTK);
3884 	Linker.link(gtk_tooltips_data_get, \"gtk_tooltips_data_get\", LIBRARY.GTK);
3885 	Linker.link(gtk_tooltips_force_window, \"gtk_tooltips_force_window\", LIBRARY.GTK);
3886 	Linker.link(gtk_tooltips_get_info_from_tip_window, \"gtk_tooltips_get_info_from_tip_window\", LIBRARY.GTK);
3887 
3888 	// gtk.Progress
3889 
3890 	Linker.link(gtk_progress_set_show_text, \"gtk_progress_set_show_text\", LIBRARY.GTK);
3891 	Linker.link(gtk_progress_set_text_alignment, \"gtk_progress_set_text_alignment\", LIBRARY.GTK);
3892 	Linker.link(gtk_progress_set_format_string, \"gtk_progress_set_format_string\", LIBRARY.GTK);
3893 	Linker.link(gtk_progress_set_adjustment, \"gtk_progress_set_adjustment\", LIBRARY.GTK);
3894 	Linker.link(gtk_progress_set_percentage, \"gtk_progress_set_percentage\", LIBRARY.GTK);
3895 	Linker.link(gtk_progress_set_value, \"gtk_progress_set_value\", LIBRARY.GTK);
3896 	Linker.link(gtk_progress_get_value, \"gtk_progress_get_value\", LIBRARY.GTK);
3897 	Linker.link(gtk_progress_set_activity_mode, \"gtk_progress_set_activity_mode\", LIBRARY.GTK);
3898 	Linker.link(gtk_progress_get_current_text, \"gtk_progress_get_current_text\", LIBRARY.GTK);
3899 	Linker.link(gtk_progress_get_text_from_value, \"gtk_progress_get_text_from_value\", LIBRARY.GTK);
3900 	Linker.link(gtk_progress_get_current_percentage, \"gtk_progress_get_current_percentage\", LIBRARY.GTK);
3901 	Linker.link(gtk_progress_get_percentage_from_value, \"gtk_progress_get_percentage_from_value\", LIBRARY.GTK);
3902 	Linker.link(gtk_progress_configure, \"gtk_progress_configure\", LIBRARY.GTK);
3903 }");
3904 
3905 mixin( gshared ~"extern(C)
3906 {
3907 	// gtk.Main
3908 
3909 	gchar* function() c_gtk_set_locale;
3910 	void function() c_gtk_disable_setlocale;
3911 	PangoLanguage* function() c_gtk_get_default_language;
3912 	gboolean function(int* argc, char*** argv) c_gtk_parse_args;
3913 	void function(int* argc, char*** argv) c_gtk_init;
3914 	gboolean function(int* argc, char*** argv) c_gtk_init_check;
3915 	gboolean function(int* argc, char*** argv, char* parameterString, GOptionEntry* entries, char* translationDomain, GError** error) c_gtk_init_with_args;
3916 	GOptionGroup* function(gboolean openDefaultDisplay) c_gtk_get_option_group;
3917 	void function(gint errorCode) c_gtk_exit;
3918 	gboolean function() c_gtk_events_pending;
3919 	void function() c_gtk_main;
3920 	guint function() c_gtk_main_level;
3921 	void function() c_gtk_main_quit;
3922 	gboolean function() c_gtk_main_iteration;
3923 	gboolean function(gboolean blocking) c_gtk_main_iteration_do;
3924 	void function(GdkEvent* event) c_gtk_main_do_event;
3925 	void function(GtkWidget* widget) c_gtk_grab_add;
3926 	GtkWidget* function() c_gtk_grab_get_current;
3927 	void function(GtkWidget* widget) c_gtk_grab_remove;
3928 	void function(GtkFunction funct, void* data) c_gtk_init_add;
3929 	void function(guint mainLevel, GtkObject* object) c_gtk_quit_add_destroy;
3930 	guint function(guint mainLevel, GtkFunction funct, void* data) c_gtk_quit_add;
3931 	guint function(guint mainLevel, GtkFunction funct, GtkCallbackMarshal marshal, void* data, GDestroyNotify destroy) c_gtk_quit_add_full;
3932 	void function(guint quitHandlerId) c_gtk_quit_remove;
3933 	void function(void* data) c_gtk_quit_remove_by_data;
3934 	guint function(gint source, GdkInputCondition condition, GdkInputFunction funct, GtkCallbackMarshal marshal, void* data, GDestroyNotify destroy) c_gtk_input_add_full;
3935 	void function(guint inputHandlerId) c_gtk_input_remove;
3936 	guint function(GtkKeySnoopFunc snooper, void* funcData) c_gtk_key_snooper_install;
3937 	void function(guint snooperHandlerId) c_gtk_key_snooper_remove;
3938 	GdkEvent* function() c_gtk_get_current_event;
3939 	guint32 function() c_gtk_get_current_event_time;
3940 	gboolean function(GdkModifierType* state) c_gtk_get_current_event_state;
3941 	GtkWidget* function(GdkEvent* event) c_gtk_get_event_widget;
3942 	void function(GtkWidget* widget, GdkEvent* event) c_gtk_propagate_event;
3943 
3944 	// gtk.Timeout
3945 
3946 	guint function(guint32 interval, GtkFunction funct, GtkCallbackMarshal marshal, void* data, GDestroyNotify destroy) c_gtk_timeout_add_full;
3947 	guint function(guint32 interval, GtkFunction funct, void* data) c_gtk_timeout_add;
3948 	void function(guint timeoutHandlerId) c_gtk_timeout_remove;
3949 
3950 	// gtk.Idle
3951 
3952 	guint function(GtkFunction funct, void* data) c_gtk_idle_add;
3953 	guint function(gint priority, GtkFunction funct, void* data) c_gtk_idle_add_priority;
3954 	guint function(gint priority, GtkFunction funct, GtkCallbackMarshal marshal, void* data, GDestroyNotify destroy) c_gtk_idle_add_full;
3955 	void function(guint idleHandlerId) c_gtk_idle_remove;
3956 	void function(void* data) c_gtk_idle_remove_by_data;
3957 
3958 	// gtk.AccelGroup
3959 
3960 	GtkAccelGroup* function() c_gtk_accel_group_new;
3961 	void function(GtkAccelGroup* accelGroup, guint accelKey, GdkModifierType accelMods, GtkAccelFlags accelFlags, GClosure* closure) c_gtk_accel_group_connect;
3962 	void function(GtkAccelGroup* accelGroup, gchar* accelPath, GClosure* closure) c_gtk_accel_group_connect_by_path;
3963 	gboolean function(GtkAccelGroup* accelGroup, GClosure* closure) c_gtk_accel_group_disconnect;
3964 	gboolean function(GtkAccelGroup* accelGroup, guint accelKey, GdkModifierType accelMods) c_gtk_accel_group_disconnect_key;
3965 	GtkAccelGroupEntry* function(GtkAccelGroup* accelGroup, guint accelKey, GdkModifierType accelMods, guint* nEntries) c_gtk_accel_group_query;
3966 	gboolean function(GtkAccelGroup* accelGroup, GQuark accelQuark, GObject* acceleratable, guint accelKey, GdkModifierType accelMods) c_gtk_accel_group_activate;
3967 	void function(GtkAccelGroup* accelGroup) c_gtk_accel_group_lock;
3968 	void function(GtkAccelGroup* accelGroup) c_gtk_accel_group_unlock;
3969 	gboolean function(GtkAccelGroup* accelGroup) c_gtk_accel_group_get_is_locked;
3970 	GtkAccelGroup* function(GClosure* closure) c_gtk_accel_group_from_accel_closure;
3971 	GdkModifierType function(GtkAccelGroup* accelGroup) c_gtk_accel_group_get_modifier_mask;
3972 	gboolean function(GObject* object, guint accelKey, GdkModifierType accelMods) c_gtk_accel_groups_activate;
3973 	GSList* function(GObject* object) c_gtk_accel_groups_from_object;
3974 	GtkAccelKey* function(GtkAccelGroup* accelGroup, GtkAccelGroupFindFunc findFunc, void* data) c_gtk_accel_group_find;
3975 	gboolean function(guint keyval, GdkModifierType modifiers) c_gtk_accelerator_valid;
3976 	void function(gchar* accelerator, guint* acceleratorKey, GdkModifierType* acceleratorMods) c_gtk_accelerator_parse;
3977 	gchar* function(guint acceleratorKey, GdkModifierType acceleratorMods) c_gtk_accelerator_name;
3978 	gchar* function(guint acceleratorKey, GdkModifierType acceleratorMods) c_gtk_accelerator_get_label;
3979 	void function(GdkModifierType defaultModMask) c_gtk_accelerator_set_default_mod_mask;
3980 	guint function() c_gtk_accelerator_get_default_mod_mask;
3981 
3982 	// gtk.AccelMap
3983 
3984 	void function(gchar* accelPath, guint accelKey, GdkModifierType accelMods) c_gtk_accel_map_add_entry;
3985 	gboolean function(gchar* accelPath, GtkAccelKey* key) c_gtk_accel_map_lookup_entry;
3986 	gboolean function(gchar* accelPath, guint accelKey, GdkModifierType accelMods, gboolean replace) c_gtk_accel_map_change_entry;
3987 	void function(gchar* fileName) c_gtk_accel_map_load;
3988 	void function(gchar* fileName) c_gtk_accel_map_save;
3989 	void function(void* data, GtkAccelMapForeach foreachFunc) c_gtk_accel_map_foreach;
3990 	void function(gint fd) c_gtk_accel_map_load_fd;
3991 	void function(gint fd) c_gtk_accel_map_save_fd;
3992 	void function(GScanner* scanner) c_gtk_accel_map_load_scanner;
3993 	void function(gchar* filterPattern) c_gtk_accel_map_add_filter;
3994 	void function(void* data, GtkAccelMapForeach foreachFunc) c_gtk_accel_map_foreach_unfiltered;
3995 	GtkAccelMap* function() c_gtk_accel_map_get;
3996 	void function(gchar* accelPath) c_gtk_accel_map_lock_path;
3997 	void function(gchar* accelPath) c_gtk_accel_map_unlock_path;
3998 
3999 	// gtk.Clipboard
4000 
4001 	GtkClipboard* function(GdkAtom selection) c_gtk_clipboard_get;
4002 	GtkClipboard* function(GdkDisplay* display, GdkAtom selection) c_gtk_clipboard_get_for_display;
4003 	GdkDisplay* function(GtkClipboard* clipboard) c_gtk_clipboard_get_display;
4004 	gboolean function(GtkClipboard* clipboard, GtkTargetEntry* targets, guint nTargets, GtkClipboardGetFunc getFunc, GtkClipboardClearFunc clearFunc, void* userData) c_gtk_clipboard_set_with_data;
4005 	gboolean function(GtkClipboard* clipboard, GtkTargetEntry* targets, guint nTargets, GtkClipboardGetFunc getFunc, GtkClipboardClearFunc clearFunc, GObject* owner) c_gtk_clipboard_set_with_owner;
4006 	GObject* function(GtkClipboard* clipboard) c_gtk_clipboard_get_owner;
4007 	void function(GtkClipboard* clipboard) c_gtk_clipboard_clear;
4008 	void function(GtkClipboard* clipboard, gchar* text, gint len) c_gtk_clipboard_set_text;
4009 	void function(GtkClipboard* clipboard, GdkPixbuf* pixbuf) c_gtk_clipboard_set_image;
4010 	void function(GtkClipboard* clipboard, GdkAtom target, GtkClipboardReceivedFunc callback, void* userData) c_gtk_clipboard_request_contents;
4011 	void function(GtkClipboard* clipboard, GtkClipboardTextReceivedFunc callback, void* userData) c_gtk_clipboard_request_text;
4012 	void function(GtkClipboard* clipboard, GtkClipboardImageReceivedFunc callback, void* userData) c_gtk_clipboard_request_image;
4013 	void function(GtkClipboard* clipboard, GtkClipboardTargetsReceivedFunc callback, void* userData) c_gtk_clipboard_request_targets;
4014 	void function(GtkClipboard* clipboard, GtkTextBuffer* buffer, GtkClipboardRichTextReceivedFunc callback, void* userData) c_gtk_clipboard_request_rich_text;
4015 	void function(GtkClipboard* clipboard, GtkClipboardURIReceivedFunc callback, void* userData) c_gtk_clipboard_request_uris;
4016 	GtkSelectionData* function(GtkClipboard* clipboard, GdkAtom target) c_gtk_clipboard_wait_for_contents;
4017 	gchar* function(GtkClipboard* clipboard) c_gtk_clipboard_wait_for_text;
4018 	GdkPixbuf* function(GtkClipboard* clipboard) c_gtk_clipboard_wait_for_image;
4019 	guint8* function(GtkClipboard* clipboard, GtkTextBuffer* buffer, GdkAtom* format, gsize* length) c_gtk_clipboard_wait_for_rich_text;
4020 	gchar** function(GtkClipboard* clipboard) c_gtk_clipboard_wait_for_uris;
4021 	gboolean function(GtkClipboard* clipboard) c_gtk_clipboard_wait_is_text_available;
4022 	gboolean function(GtkClipboard* clipboard) c_gtk_clipboard_wait_is_image_available;
4023 	gboolean function(GtkClipboard* clipboard, GtkTextBuffer* buffer) c_gtk_clipboard_wait_is_rich_text_available;
4024 	gboolean function(GtkClipboard* clipboard) c_gtk_clipboard_wait_is_uris_available;
4025 	gboolean function(GtkClipboard* clipboard, GdkAtom** targets, gint* nTargets) c_gtk_clipboard_wait_for_targets;
4026 	gboolean function(GtkClipboard* clipboard, GdkAtom target) c_gtk_clipboard_wait_is_target_available;
4027 	void function(GtkClipboard* clipboard, GtkTargetEntry* targets, gint nTargets) c_gtk_clipboard_set_can_store;
4028 	void function(GtkClipboard* clipboard) c_gtk_clipboard_store;
4029 
4030 	// gtk.DragAndDrop
4031 
4032 	void function(GtkWidget* widget, GtkDestDefaults flags, GtkTargetEntry* targets, gint nTargets, GdkDragAction actions) c_gtk_drag_dest_set;
4033 	void function(GtkWidget* widget, GdkWindow* proxyWindow, GdkDragProtocol protocol, gboolean useCoordinates) c_gtk_drag_dest_set_proxy;
4034 	void function(GtkWidget* widget) c_gtk_drag_dest_unset;
4035 	GdkAtom function(GtkWidget* widget, GdkDragContext* context, GtkTargetList* targetList) c_gtk_drag_dest_find_target;
4036 	GtkTargetList* function(GtkWidget* widget) c_gtk_drag_dest_get_target_list;
4037 	void function(GtkWidget* widget, GtkTargetList* targetList) c_gtk_drag_dest_set_target_list;
4038 	void function(GtkWidget* widget) c_gtk_drag_dest_add_text_targets;
4039 	void function(GtkWidget* widget) c_gtk_drag_dest_add_image_targets;
4040 	void function(GtkWidget* widget) c_gtk_drag_dest_add_uri_targets;
4041 	void function(GtkWidget* widget, gboolean trackMotion) c_gtk_drag_dest_set_track_motion;
4042 	gboolean function(GtkWidget* widget) c_gtk_drag_dest_get_track_motion;
4043 	void function(GdkDragContext* context, gboolean success, gboolean del, guint32 time) c_gtk_drag_finish;
4044 	void function(GtkWidget* widget, GdkDragContext* context, GdkAtom target, guint32 time) c_gtk_drag_get_data;
4045 	GtkWidget* function(GdkDragContext* context) c_gtk_drag_get_source_widget;
4046 	void function(GtkWidget* widget) c_gtk_drag_highlight;
4047 	void function(GtkWidget* widget) c_gtk_drag_unhighlight;
4048 	GdkDragContext* function(GtkWidget* widget, GtkTargetList* targets, GdkDragAction actions, gint button, GdkEvent* event) c_gtk_drag_begin;
4049 	void function(GdkDragContext* context, GtkWidget* widget, gint hotX, gint hotY) c_gtk_drag_set_icon_widget;
4050 	void function(GdkDragContext* context, GdkColormap* colormap, GdkPixmap* pixmap, GdkBitmap* mask, gint hotX, gint hotY) c_gtk_drag_set_icon_pixmap;
4051 	void function(GdkDragContext* context, GdkPixbuf* pixbuf, gint hotX, gint hotY) c_gtk_drag_set_icon_pixbuf;
4052 	void function(GdkDragContext* context, gchar* stockId, gint hotX, gint hotY) c_gtk_drag_set_icon_stock;
4053 	void function(GdkDragContext* context, gchar* iconName, gint hotX, gint hotY) c_gtk_drag_set_icon_name;
4054 	void function(GdkDragContext* context) c_gtk_drag_set_icon_default;
4055 	void function(GdkColormap* colormap, GdkPixmap* pixmap, GdkBitmap* mask, gint hotX, gint hotY) c_gtk_drag_set_default_icon;
4056 	gboolean function(GtkWidget* widget, gint startX, gint startY, gint currentX, gint currentY) c_gtk_drag_check_threshold;
4057 	void function(GtkWidget* widget, GdkModifierType startButtonMask, GtkTargetEntry* targets, gint nTargets, GdkDragAction actions) c_gtk_drag_source_set;
4058 	void function(GtkWidget* widget, GdkColormap* colormap, GdkPixmap* pixmap, GdkBitmap* mask) c_gtk_drag_source_set_icon;
4059 	void function(GtkWidget* widget, GdkPixbuf* pixbuf) c_gtk_drag_source_set_icon_pixbuf;
4060 	void function(GtkWidget* widget, gchar* stockId) c_gtk_drag_source_set_icon_stock;
4061 	void function(GtkWidget* widget, gchar* iconName) c_gtk_drag_source_set_icon_name;
4062 	void function(GtkWidget* widget) c_gtk_drag_source_unset;
4063 	void function(GtkWidget* widget, GtkTargetList* targetList) c_gtk_drag_source_set_target_list;
4064 	GtkTargetList* function(GtkWidget* widget) c_gtk_drag_source_get_target_list;
4065 	void function(GtkWidget* widget) c_gtk_drag_source_add_text_targets;
4066 	void function(GtkWidget* widget) c_gtk_drag_source_add_image_targets;
4067 	void function(GtkWidget* widget) c_gtk_drag_source_add_uri_targets;
4068 
4069 	// gtk.IconTheme
4070 
4071 	GtkIconTheme* function() c_gtk_icon_theme_new;
4072 	GtkIconTheme* function() c_gtk_icon_theme_get_default;
4073 	GtkIconTheme* function(GdkScreen* screen) c_gtk_icon_theme_get_for_screen;
4074 	void function(GtkIconTheme* iconTheme, GdkScreen* screen) c_gtk_icon_theme_set_screen;
4075 	void function(GtkIconTheme* iconTheme, gchar** path, gint nElements) c_gtk_icon_theme_set_search_path;
4076 	void function(GtkIconTheme* iconTheme, gchar*** path, gint* nElements) c_gtk_icon_theme_get_search_path;
4077 	void function(GtkIconTheme* iconTheme, gchar* path) c_gtk_icon_theme_append_search_path;
4078 	void function(GtkIconTheme* iconTheme, gchar* path) c_gtk_icon_theme_prepend_search_path;
4079 	void function(GtkIconTheme* iconTheme, gchar* themeName) c_gtk_icon_theme_set_custom_theme;
4080 	gboolean function(GtkIconTheme* iconTheme, gchar* iconName) c_gtk_icon_theme_has_icon;
4081 	GtkIconInfo* function(GtkIconTheme* iconTheme, gchar* iconName, gint size, GtkIconLookupFlags flags) c_gtk_icon_theme_lookup_icon;
4082 	GtkIconInfo* function(GtkIconTheme* iconTheme, gchar** iconNames, gint size, GtkIconLookupFlags flags) c_gtk_icon_theme_choose_icon;
4083 	GtkIconInfo* function(GtkIconTheme* iconTheme, GIcon* icon, gint size, GtkIconLookupFlags flags) c_gtk_icon_theme_lookup_by_gicon;
4084 	GdkPixbuf* function(GtkIconTheme* iconTheme, gchar* iconName, gint size, GtkIconLookupFlags flags, GError** error) c_gtk_icon_theme_load_icon;
4085 	GList* function(GtkIconTheme* iconTheme) c_gtk_icon_theme_list_contexts;
4086 	GList* function(GtkIconTheme* iconTheme, gchar* context) c_gtk_icon_theme_list_icons;
4087 	gint* function(GtkIconTheme* iconTheme, gchar* iconName) c_gtk_icon_theme_get_icon_sizes;
4088 	char* function(GtkIconTheme* iconTheme) c_gtk_icon_theme_get_example_icon_name;
4089 	gboolean function(GtkIconTheme* iconTheme) c_gtk_icon_theme_rescan_if_needed;
4090 	void function(gchar* iconName, gint size, GdkPixbuf* pixbuf) c_gtk_icon_theme_add_builtin_icon;
4091 
4092 	// gtk.IconInfo
4093 
4094 	GtkIconInfo* function(GtkIconInfo* iconInfo) c_gtk_icon_info_copy;
4095 	void function(GtkIconInfo* iconInfo) c_gtk_icon_info_free;
4096 	GtkIconInfo* function(GtkIconTheme* iconTheme, GdkPixbuf* pixbuf) c_gtk_icon_info_new_for_pixbuf;
4097 	gint function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_base_size;
4098 	gchar* function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_filename;
4099 	GdkPixbuf* function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_builtin_pixbuf;
4100 	GdkPixbuf* function(GtkIconInfo* iconInfo, GError** error) c_gtk_icon_info_load_icon;
4101 	void function(GtkIconInfo* iconInfo, gboolean rawCoordinates) c_gtk_icon_info_set_raw_coordinates;
4102 	gboolean function(GtkIconInfo* iconInfo, GdkRectangle* rectangle) c_gtk_icon_info_get_embedded_rect;
4103 	gboolean function(GtkIconInfo* iconInfo, GdkPoint** points, gint* nPoints) c_gtk_icon_info_get_attach_points;
4104 	gchar* function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_display_name;
4105 
4106 	// gtk.StockItem
4107 
4108 	void function(GtkStockItem* items, guint nItems) c_gtk_stock_add;
4109 	void function(GtkStockItem* items, guint nItems) c_gtk_stock_add_static;
4110 	GtkStockItem* function(GtkStockItem* item) c_gtk_stock_item_copy;
4111 	void function(GtkStockItem* item) c_gtk_stock_item_free;
4112 	GSList* function() c_gtk_stock_list_ids;
4113 	gboolean function(gchar* stockId, GtkStockItem* item) c_gtk_stock_lookup;
4114 	void function(gchar* domain, GtkTranslateFunc func, void* data, GDestroyNotify notify) c_gtk_stock_set_translate_func;
4115 
4116 	// gtk.IconSource
4117 
4118 	GtkIconSource* function(GtkIconSource* source) c_gtk_icon_source_copy;
4119 	void function(GtkIconSource* source) c_gtk_icon_source_free;
4120 	GtkTextDirection function(GtkIconSource* source) c_gtk_icon_source_get_direction;
4121 	gboolean function(GtkIconSource* source) c_gtk_icon_source_get_direction_wildcarded;
4122 	gchar* function(GtkIconSource* source) c_gtk_icon_source_get_filename;
4123 	GdkPixbuf* function(GtkIconSource* source) c_gtk_icon_source_get_pixbuf;
4124 	gchar* function(GtkIconSource* source) c_gtk_icon_source_get_icon_name;
4125 	GtkIconSize function(GtkIconSource* source) c_gtk_icon_source_get_size;
4126 	gboolean function(GtkIconSource* source) c_gtk_icon_source_get_size_wildcarded;
4127 	GtkStateType function(GtkIconSource* source) c_gtk_icon_source_get_state;
4128 	gboolean function(GtkIconSource* source) c_gtk_icon_source_get_state_wildcarded;
4129 	GtkIconSource* function() c_gtk_icon_source_new;
4130 	void function(GtkIconSource* source, GtkTextDirection direction) c_gtk_icon_source_set_direction;
4131 	void function(GtkIconSource* source, gboolean setting) c_gtk_icon_source_set_direction_wildcarded;
4132 	void function(GtkIconSource* source, gchar* filename) c_gtk_icon_source_set_filename;
4133 	void function(GtkIconSource* source, GdkPixbuf* pixbuf) c_gtk_icon_source_set_pixbuf;
4134 	void function(GtkIconSource* source, gchar* iconName) c_gtk_icon_source_set_icon_name;
4135 	void function(GtkIconSource* source, GtkIconSize size) c_gtk_icon_source_set_size;
4136 	void function(GtkIconSource* source, gboolean setting) c_gtk_icon_source_set_size_wildcarded;
4137 	void function(GtkIconSource* source, GtkStateType state) c_gtk_icon_source_set_state;
4138 	void function(GtkIconSource* source, gboolean setting) c_gtk_icon_source_set_state_wildcarded;
4139 
4140 	// gtk.IconFactory
4141 
4142 	void function(GtkIconFactory* factory, gchar* stockId, GtkIconSet* iconSet) c_gtk_icon_factory_add;
4143 	void function(GtkIconFactory* factory) c_gtk_icon_factory_add_default;
4144 	GtkIconSet* function(GtkIconFactory* factory, gchar* stockId) c_gtk_icon_factory_lookup;
4145 	GtkIconSet* function(gchar* stockId) c_gtk_icon_factory_lookup_default;
4146 	GtkIconFactory* function() c_gtk_icon_factory_new;
4147 	void function(GtkIconFactory* factory) c_gtk_icon_factory_remove_default;
4148 
4149 	// gtk.IconSet
4150 
4151 	void function(GtkIconSet* iconSet, GtkIconSource* source) c_gtk_icon_set_add_source;
4152 	GtkIconSet* function(GtkIconSet* iconSet) c_gtk_icon_set_copy;
4153 	GtkIconSet* function() c_gtk_icon_set_new;
4154 	GtkIconSet* function(GdkPixbuf* pixbuf) c_gtk_icon_set_new_from_pixbuf;
4155 	GtkIconSet* function(GtkIconSet* iconSet) c_gtk_icon_set_ref;
4156 	GdkPixbuf* function(GtkIconSet* iconSet, GtkStyle* style, GtkTextDirection direction, GtkStateType state, GtkIconSize size, GtkWidget* widget, char* detail) c_gtk_icon_set_render_icon;
4157 	void function(GtkIconSet* iconSet) c_gtk_icon_set_unref;
4158 	void function(GtkIconSet* iconSet, GtkIconSize** sizes, gint* nSizes) c_gtk_icon_set_get_sizes;
4159 
4160 	// gtk.IconSize
4161 
4162 	gboolean function(GtkIconSize size, gint* width, gint* height) c_gtk_icon_size_lookup;
4163 	gboolean function(GtkSettings* settings, GtkIconSize size, gint* width, gint* height) c_gtk_icon_size_lookup_for_settings;
4164 	GtkIconSize function(gchar* name, gint width, gint height) c_gtk_icon_size_register;
4165 	void function(gchar* alia, GtkIconSize target) c_gtk_icon_size_register_alias;
4166 	GtkIconSize function(gchar* name) c_gtk_icon_size_from_name;
4167 	gchar* function(GtkIconSize size) c_gtk_icon_size_get_name;
4168 
4169 	// gtk.RcStyle
4170 
4171 	GScanner* function() c_gtk_rc_scanner_new;
4172 	GtkStyle* function(GtkWidget* widget) c_gtk_rc_get_style;
4173 	GtkStyle* function(GtkSettings* settings, char* widgetPath, char* classPath, GType type) c_gtk_rc_get_style_by_paths;
4174 	void function(GtkRcStyle* rcStyle, gchar* pattern) c_gtk_rc_add_widget_name_style;
4175 	void function(GtkRcStyle* rcStyle, gchar* pattern) c_gtk_rc_add_widget_class_style;
4176 	void function(GtkRcStyle* rcStyle, gchar* pattern) c_gtk_rc_add_class_style;
4177 	void function(gchar* filename) c_gtk_rc_parse;
4178 	void function(gchar* rcString) c_gtk_rc_parse_string;
4179 	gboolean function() c_gtk_rc_reparse_all;
4180 	gboolean function(GtkSettings* settings, gboolean forceLoad) c_gtk_rc_reparse_all_for_settings;
4181 	void function(GtkSettings* settings) c_gtk_rc_reset_styles;
4182 	void function(gchar* filename) c_gtk_rc_add_default_file;
4183 	gchar** function() c_gtk_rc_get_default_files;
4184 	void function(gchar** filenames) c_gtk_rc_set_default_files;
4185 	guint function(GScanner* scanner, GdkColor* color) c_gtk_rc_parse_color;
4186 	guint function(GScanner* scanner, GtkRcStyle* style, GdkColor* color) c_gtk_rc_parse_color_full;
4187 	guint function(GScanner* scanner, GtkStateType* state) c_gtk_rc_parse_state;
4188 	guint function(GScanner* scanner, GtkPathPriorityType* priority) c_gtk_rc_parse_priority;
4189 	gchar* function(gchar* moduleFile) c_gtk_rc_find_module_in_path;
4190 	gchar* function(GtkSettings* settings, GScanner* scanner, gchar* pixmapFile) c_gtk_rc_find_pixmap_in_path;
4191 	gchar* function() c_gtk_rc_get_module_dir;
4192 	gchar* function() c_gtk_rc_get_im_module_path;
4193 	gchar* function() c_gtk_rc_get_im_module_file;
4194 	gchar* function() c_gtk_rc_get_theme_dir;
4195 	GtkRcStyle* function() c_gtk_rc_style_new;
4196 	GtkRcStyle* function(GtkRcStyle* orig) c_gtk_rc_style_copy;
4197 	void function(GtkRcStyle* rcStyle) c_gtk_rc_style_ref;
4198 	void function(GtkRcStyle* rcStyle) c_gtk_rc_style_unref;
4199 
4200 	// gtk.Settings
4201 
4202 	GtkSettings* function() c_gtk_settings_get_default;
4203 	GtkSettings* function(GdkScreen* screen) c_gtk_settings_get_for_screen;
4204 	void function(GParamSpec* pspec) c_gtk_settings_install_property;
4205 	void function(GParamSpec* pspec, GtkRcPropertyParser parser) c_gtk_settings_install_property_parser;
4206 	gboolean function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_color;
4207 	gboolean function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_enum;
4208 	gboolean function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_flags;
4209 	gboolean function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_requisition;
4210 	gboolean function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_border;
4211 	void function(GtkSettings* settings, gchar* name, GtkSettingsValue* svalue) c_gtk_settings_set_property_value;
4212 	void function(GtkSettings* settings, gchar* name, gchar* vString, gchar* origin) c_gtk_settings_set_string_property;
4213 	void function(GtkSettings* settings, gchar* name, glong vLong, gchar* origin) c_gtk_settings_set_long_property;
4214 	void function(GtkSettings* settings, gchar* name, gdouble vDouble, gchar* origin) c_gtk_settings_set_double_property;
4215 
4216 	// gtk.BindingSet
4217 
4218 	void function(GtkBindingSet* bindingSet, guint keyval, GdkModifierType modifiers, gchar* signalName, GSList* bindingArgs) c_gtk_binding_entry_add_signall;
4219 	void function(GtkBindingSet* bindingSet, guint keyval, GdkModifierType modifiers) c_gtk_binding_entry_clear;
4220 	guint function(GScanner* scanner) c_gtk_binding_parse_binding;
4221 	GtkBindingSet* function(gchar* setName) c_gtk_binding_set_new;
4222 	GtkBindingSet* function(void* objectClass) c_gtk_binding_set_by_class;
4223 	GtkBindingSet* function(gchar* setName) c_gtk_binding_set_find;
4224 	gboolean function(GtkObject* object, guint keyval, GdkModifierType modifiers) c_gtk_bindings_activate;
4225 	gboolean function(GtkObject* object, GdkEventKey* event) c_gtk_bindings_activate_event;
4226 	gboolean function(GtkBindingSet* bindingSet, guint keyval, GdkModifierType modifiers, GtkObject* object) c_gtk_binding_set_activate;
4227 	void function(GtkBindingSet* bindingSet, guint keyval, GdkModifierType modifiers, gchar* signalName, guint nArgs, ... ) c_gtk_binding_entry_add_signal;
4228 	void function(GtkBindingSet* bindingSet, guint keyval, GdkModifierType modifiers) c_gtk_binding_entry_skip;
4229 	void function(GtkBindingSet* bindingSet, guint keyval, GdkModifierType modifiers) c_gtk_binding_entry_remove;
4230 	void function(GtkBindingSet* bindingSet, GtkPathType pathType, gchar* pathPattern, GtkPathPriorityType priority) c_gtk_binding_set_add_path;
4231 
4232 	// gtk.StandardEnumerations
4233 
4234 
4235 	// gtk.GCs
4236 
4237 	GdkGC* function(gint depth, GdkColormap* colormap, GdkGCValues* values, GdkGCValuesMask valuesMask) c_gtk_gc_get;
4238 	void function(GdkGC* gc) c_gtk_gc_release;
4239 
4240 	// gtk.Style
4241 
4242 	GtkStyle* function() c_gtk_style_new;
4243 	GtkStyle* function(GtkStyle* style) c_gtk_style_copy;
4244 	GtkStyle* function(GtkStyle* style, GdkWindow* window) c_gtk_style_attach;
4245 	void function(GtkStyle* style) c_gtk_style_detach;
4246 	GtkStyle* function(GtkStyle* style) c_gtk_style_ref;
4247 	void function(GtkStyle* style) c_gtk_style_unref;
4248 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType) c_gtk_style_set_background;
4249 	void function(GtkStyle* style, GdkWindow* window, gboolean setBg, GtkStateType stateType, GdkRectangle* area, gint x, gint y, gint width, gint height) c_gtk_style_apply_default_background;
4250 	gboolean function(GtkStyle* style, gchar* colorName, GdkColor* color) c_gtk_style_lookup_color;
4251 	GtkIconSet* function(GtkStyle* style, gchar* stockId) c_gtk_style_lookup_icon_set;
4252 	GdkPixbuf* function(GtkStyle* style, GtkIconSource* source, GtkTextDirection direction, GtkStateType state, GtkIconSize size, GtkWidget* widget, gchar* detail) c_gtk_style_render_icon;
4253 	GdkFont* function(GtkStyle* style) c_gtk_style_get_font;
4254 	void function(GtkStyle* style, GdkFont* font) c_gtk_style_set_font;
4255 	void function(GtkStyle* style, GType widgetType, gchar* propertyName, GValue* value) c_gtk_style_get_style_property;
4256 	void function(GtkStyle* style, GType widgetType, gchar* firstPropertyName, va_list varArgs) c_gtk_style_get_valist;
4257 	void function(GtkStyle* style, GType widgetType, gchar* firstPropertyName, ... ) c_gtk_style_get;
4258 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, gint x1, gint x2, gint y) c_gtk_draw_hline;
4259 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, gint y1_, gint y2_, gint x) c_gtk_draw_vline;
4260 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, gint x, gint y, gint width, gint height) c_gtk_draw_shadow;
4261 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, GdkPoint* points, gint npoints, gboolean fill) c_gtk_draw_polygon;
4262 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, GtkArrowType arrowType, gboolean fill, gint x, gint y, gint width, gint height) c_gtk_draw_arrow;
4263 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, gint x, gint y, gint width, gint height) c_gtk_draw_diamond;
4264 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, gint x, gint y, gchar* string) c_gtk_draw_string;
4265 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, gint x, gint y, gint width, gint height) c_gtk_draw_box;
4266 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, gint x, gint y, gint width, gint height, GtkPositionType gapSide, gint gapX, gint gapWidth) c_gtk_draw_box_gap;
4267 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, gint x, gint y, gint width, gint height) c_gtk_draw_check;
4268 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, gint x, gint y, gint width, gint height, GtkPositionType gapSide) c_gtk_draw_extension;
4269 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, gint x, gint y, gint width, gint height) c_gtk_draw_flat_box;
4270 	void function(GtkStyle* style, GdkWindow* window, gint x, gint y, gint width, gint height) c_gtk_draw_focus;
4271 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, gint x, gint y, gint width, gint height, GtkOrientation orientation) c_gtk_draw_handle;
4272 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, gint x, gint y, gint width, gint height) c_gtk_draw_option;
4273 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, gint x, gint y, gint width, gint height, GtkPositionType gapSide, gint gapX, gint gapWidth) c_gtk_draw_shadow_gap;
4274 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, gint x, gint y, gint width, gint height, GtkOrientation orientation) c_gtk_draw_slider;
4275 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, gint x, gint y, gint width, gint height) c_gtk_draw_tab;
4276 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, gint x, gint y, GtkExpanderStyle expanderStyle) c_gtk_draw_expander;
4277 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, gboolean useText, gint x, gint y, PangoLayout* layout) c_gtk_draw_layout;
4278 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GdkWindowEdge edge, gint x, gint y, gint width, gint height) c_gtk_draw_resize_grip;
4279 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, GdkRectangle* area, GtkWidget* widget, gchar* detail, GtkArrowType arrowType, gboolean fill, gint x, gint y, gint width, gint height) c_gtk_paint_arrow;
4280 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, GdkRectangle* area, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height) c_gtk_paint_box;
4281 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, GdkRectangle* area, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height, GtkPositionType gapSide, gint gapX, gint gapWidth) c_gtk_paint_box_gap;
4282 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, GdkRectangle* area, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height) c_gtk_paint_check;
4283 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, GdkRectangle* area, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height) c_gtk_paint_diamond;
4284 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, GdkRectangle* area, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height, GtkPositionType gapSide) c_gtk_paint_extension;
4285 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, GdkRectangle* area, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height) c_gtk_paint_flat_box;
4286 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GdkRectangle* area, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height) c_gtk_paint_focus;
4287 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, GdkRectangle* area, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height, GtkOrientation orientation) c_gtk_paint_handle;
4288 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GdkRectangle* area, GtkWidget* widget, gchar* detail, gint x1, gint x2, gint y) c_gtk_paint_hline;
4289 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, GdkRectangle* area, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height) c_gtk_paint_option;
4290 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, GdkRectangle* area, GtkWidget* widget, gchar* detail, GdkPoint* points, gint nPoints, gboolean fill) c_gtk_paint_polygon;
4291 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, GdkRectangle* area, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height) c_gtk_paint_shadow;
4292 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, GdkRectangle* area, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height, GtkPositionType gapSide, gint gapX, gint gapWidth) c_gtk_paint_shadow_gap;
4293 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, GdkRectangle* area, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height, GtkOrientation orientation) c_gtk_paint_slider;
4294 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GdkRectangle* area, GtkWidget* widget, gchar* detail, guint step, gint x, gint y, gint width, gint height) c_gtk_paint_spinner;
4295 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GdkRectangle* area, GtkWidget* widget, gchar* detail, gint x, gint y, gchar* string) c_gtk_paint_string;
4296 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GtkShadowType shadowType, GdkRectangle* area, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height) c_gtk_paint_tab;
4297 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GdkRectangle* area, GtkWidget* widget, gchar* detail, gint y1_, gint y2_, gint x) c_gtk_paint_vline;
4298 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GdkRectangle* area, GtkWidget* widget, gchar* detail, gint x, gint y, GtkExpanderStyle expanderStyle) c_gtk_paint_expander;
4299 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, gboolean useText, GdkRectangle* area, GtkWidget* widget, gchar* detail, gint x, gint y, PangoLayout* layout) c_gtk_paint_layout;
4300 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType, GdkRectangle* area, GtkWidget* widget, gchar* detail, GdkWindowEdge edge, gint x, gint y, gint width, gint height) c_gtk_paint_resize_grip;
4301 	void function(GtkWidget* widget, GdkDrawable* drawable, GdkRectangle* area, GdkRectangle* location, gboolean isPrimary, GtkTextDirection direction, gboolean drawArrow) c_gtk_draw_insertion_cursor;
4302 
4303 	// gtk.Border
4304 
4305 	GtkBorder* function() c_gtk_border_new;
4306 	GtkBorder* function(GtkBorder* border) c_gtk_border_copy;
4307 	void function(GtkBorder* border) c_gtk_border_free;
4308 
4309 	// gtk.TargetList
4310 
4311 	GtkTargetList* function(GtkTargetEntry* targets, guint ntargets) c_gtk_target_list_new;
4312 	GtkTargetList* function(GtkTargetList* list) c_gtk_target_list_ref;
4313 	void function(GtkTargetList* list) c_gtk_target_list_unref;
4314 	void function(GtkTargetList* list, GdkAtom target, guint flags, guint info) c_gtk_target_list_add;
4315 	void function(GtkTargetList* list, GtkTargetEntry* targets, guint ntargets) c_gtk_target_list_add_table;
4316 	void function(GtkTargetList* list, guint info) c_gtk_target_list_add_text_targets;
4317 	void function(GtkTargetList* list, guint info, gboolean writable) c_gtk_target_list_add_image_targets;
4318 	void function(GtkTargetList* list, guint info) c_gtk_target_list_add_uri_targets;
4319 	void function(GtkTargetList* list, guint info, gboolean deserializable, GtkTextBuffer* buffer) c_gtk_target_list_add_rich_text_targets;
4320 	void function(GtkTargetList* list, GdkAtom target) c_gtk_target_list_remove;
4321 	gboolean function(GtkTargetList* list, GdkAtom target, guint* info) c_gtk_target_list_find;
4322 	void function(GtkTargetEntry* targets, gint nTargets) c_gtk_target_table_free;
4323 	GtkTargetEntry* function(GtkTargetList* list, gint* nTargets) c_gtk_target_table_new_from_list;
4324 	gboolean function(GdkAtom* targets, gint nTargets, gboolean writable) c_gtk_targets_include_image;
4325 	gboolean function(GdkAtom* targets, gint nTargets) c_gtk_targets_include_text;
4326 	gboolean function(GdkAtom* targets, gint nTargets) c_gtk_targets_include_uri;
4327 	gboolean function(GdkAtom* targets, gint nTargets, GtkTextBuffer* buffer) c_gtk_targets_include_rich_text;
4328 
4329 	// gtk.Selections
4330 
4331 	gboolean function(GtkWidget* widget, GdkAtom selection, guint32 time) c_gtk_selection_owner_set;
4332 	gboolean function(GdkDisplay* display, GtkWidget* widget, GdkAtom selection, guint32 time) c_gtk_selection_owner_set_for_display;
4333 	void function(GtkWidget* widget, GdkAtom selection, GdkAtom target, guint info) c_gtk_selection_add_target;
4334 	void function(GtkWidget* widget, GdkAtom selection, GtkTargetEntry* targets, guint ntargets) c_gtk_selection_add_targets;
4335 	void function(GtkWidget* widget, GdkAtom selection) c_gtk_selection_clear_targets;
4336 	gboolean function(GtkWidget* widget, GdkAtom selection, GdkAtom target, guint32 time) c_gtk_selection_convert;
4337 	void function(GtkSelectionData* selectionData, GdkAtom type, gint format, guchar* data, gint length) c_gtk_selection_data_set;
4338 	gboolean function(GtkSelectionData* selectionData, gchar* str, gint len) c_gtk_selection_data_set_text;
4339 	guchar* function(GtkSelectionData* selectionData) c_gtk_selection_data_get_text;
4340 	gboolean function(GtkSelectionData* selectionData, GdkPixbuf* pixbuf) c_gtk_selection_data_set_pixbuf;
4341 	GdkPixbuf* function(GtkSelectionData* selectionData) c_gtk_selection_data_get_pixbuf;
4342 	gboolean function(GtkSelectionData* selectionData, gchar** uris) c_gtk_selection_data_set_uris;
4343 	gchar** function(GtkSelectionData* selectionData) c_gtk_selection_data_get_uris;
4344 	gboolean function(GtkSelectionData* selectionData, GdkAtom** targets, gint* nAtoms) c_gtk_selection_data_get_targets;
4345 	gboolean function(GtkSelectionData* selectionData, gboolean writable) c_gtk_selection_data_targets_include_image;
4346 	gboolean function(GtkSelectionData* selectionData) c_gtk_selection_data_targets_include_text;
4347 	gboolean function(GtkSelectionData* selectionData) c_gtk_selection_data_targets_include_uri;
4348 	gboolean function(GtkSelectionData* selectionData, GtkTextBuffer* buffer) c_gtk_selection_data_targets_include_rich_text;
4349 	GdkAtom function(GtkSelectionData* selectionData) c_gtk_selection_data_get_selection;
4350 	guchar* function(GtkSelectionData* selectionData) c_gtk_selection_data_get_data;
4351 	gint function(GtkSelectionData* selectionData) c_gtk_selection_data_get_length;
4352 	GdkAtom function(GtkSelectionData* selectionData) c_gtk_selection_data_get_data_type;
4353 	GdkDisplay* function(GtkSelectionData* selectionData) c_gtk_selection_data_get_display;
4354 	gint function(GtkSelectionData* selectionData) c_gtk_selection_data_get_format;
4355 	GdkAtom function(GtkSelectionData* selectionData) c_gtk_selection_data_get_target;
4356 	void function(GtkWidget* widget) c_gtk_selection_remove_all;
4357 	gboolean function(GtkWidget* widget, GdkEventSelection* event) c_gtk_selection_clear;
4358 	GtkSelectionData* function(GtkSelectionData* data) c_gtk_selection_data_copy;
4359 	void function(GtkSelectionData* data) c_gtk_selection_data_free;
4360 
4361 	// gtk.Version
4362 
4363 	gchar* function(guint requiredMajor, guint requiredMinor, guint requiredMicro) c_gtk_check_version;
4364 
4365 	// gtk.Signals
4366 
4367 	guint function(gchar* name, GtkSignalRunType signalFlags, GType objectType, guint functionOffset, GSignalCMarshaller marshaller, GType returnVal, guint nArgs, ... ) c_gtk_signal_new;
4368 	guint function(gchar* name, GtkSignalRunType signalFlags, GType objectType, guint functionOffset, GSignalCMarshaller marshaller, GType returnVal, guint nArgs, GType* args) c_gtk_signal_newv;
4369 	void function(GtkObject* object, guint signalId, ... ) c_gtk_signal_emit;
4370 	void function(GtkObject* object, gchar* name, ... ) c_gtk_signal_emit_by_name;
4371 	void function(GtkObject* object, guint signalId, GtkArg* args) c_gtk_signal_emitv;
4372 	void function(GtkObject* object, gchar* name, GtkArg* args) c_gtk_signal_emitv_by_name;
4373 	void function(GtkObject* object, gchar* name) c_gtk_signal_emit_stop_by_name;
4374 	gulong function(GtkObject* object, gchar* name, GCallback func, GtkCallbackMarshal unsupported, void* data, GDestroyNotify destroyFunc, gint objectSignal, gint after) c_gtk_signal_connect_full;
4375 	void function(GtkObject* object, gchar* name, GCallback func, void* funcData, GtkObject* aliveObject) c_gtk_signal_connect_while_alive;
4376 	void function(GtkObject* object, gchar* name, GCallback func, GtkObject* aliveObject) c_gtk_signal_connect_object_while_alive;
4377 
4378 	// gtk.Types
4379 
4380 	void function(GTypeDebugFlags debugFlags) c_gtk_type_init;
4381 	GtkType function(GtkType parentType, GtkTypeInfo* gtkinfo) c_gtk_type_unique;
4382 	gpointer function(GtkType type) c_gtk_type_class;
4383 	gpointer function(GtkType type) c_gtk_type_new;
4384 	GtkEnumValue* function(GtkType enumType) c_gtk_type_enum_get_values;
4385 	GtkFlagValue* function(GtkType flagsType) c_gtk_type_flags_get_values;
4386 	GtkEnumValue* function(GtkType enumType, gchar* valueName) c_gtk_type_enum_find_value;
4387 	GtkFlagValue* function(GtkType flagsType, gchar* valueName) c_gtk_type_flags_find_value;
4388 
4389 	// gtk.Testing
4390 
4391 	GtkWidget* function(gchar* windowTitle, gchar* dialogText) c_gtk_test_create_simple_window;
4392 	GtkWidget* function(GType widgetType, gchar* firstPropertyName, ... ) c_gtk_test_create_widget;
4393 	GtkWidget* function(gchar* windowTitle, gchar* dialogText, ... ) c_gtk_test_display_button_window;
4394 	GtkWidget* function(GtkWidget* widget, gchar* labelPattern) c_gtk_test_find_label;
4395 	GtkWidget* function(GtkWidget* baseWidget, GType widgetType) c_gtk_test_find_sibling;
4396 	GtkWidget* function(GtkWidget* widget, gchar* labelPattern, GType widgetType) c_gtk_test_find_widget;
4397 	void function(int* argcp, char*** argvp, ... ) c_gtk_test_init;
4398 	GType* function(guint* nTypes) c_gtk_test_list_all_types;
4399 	void function() c_gtk_test_register_all_types;
4400 	double function(GtkWidget* widget) c_gtk_test_slider_get_value;
4401 	void function(GtkWidget* widget, double percentage) c_gtk_test_slider_set_perc;
4402 	gboolean function(GtkSpinButton* spinner, guint button, gboolean upwards) c_gtk_test_spin_button_click;
4403 	gchar* function(GtkWidget* widget) c_gtk_test_text_get;
4404 	void function(GtkWidget* widget, gchar* string) c_gtk_test_text_set;
4405 	gboolean function(GtkWidget* widget, guint button, GdkModifierType modifiers) c_gtk_test_widget_click;
4406 	gboolean function(GtkWidget* widget, guint keyval, GdkModifierType modifiers) c_gtk_test_widget_send_key;
4407 
4408 	// gtk.MountOperation
4409 
4410 	GMountOperation* function(GtkWindow* parent) c_gtk_mount_operation_new;
4411 	gboolean function(GtkMountOperation* op) c_gtk_mount_operation_is_showing;
4412 	void function(GtkMountOperation* op, GtkWindow* parent) c_gtk_mount_operation_set_parent;
4413 	GtkWindow* function(GtkMountOperation* op) c_gtk_mount_operation_get_parent;
4414 	void function(GtkMountOperation* op, GdkScreen* screen) c_gtk_mount_operation_set_screen;
4415 	GdkScreen* function(GtkMountOperation* op) c_gtk_mount_operation_get_screen;
4416 	gboolean function(GdkScreen* screen, gchar* uri, guint32 timestamp, GError** error) c_gtk_show_uri;
4417 
4418 	// gtk.Dialog
4419 
4420 	GtkWidget* function() c_gtk_dialog_new;
4421 	GtkWidget* function(gchar* title, GtkWindow* parent, GtkDialogFlags flags, gchar* firstButtonText, ... ) c_gtk_dialog_new_with_buttons;
4422 	gint function(GtkDialog* dialog) c_gtk_dialog_run;
4423 	void function(GtkDialog* dialog, gint responseId) c_gtk_dialog_response;
4424 	GtkWidget* function(GtkDialog* dialog, gchar* buttonText, gint responseId) c_gtk_dialog_add_button;
4425 	void function(GtkDialog* dialog, gchar* firstButtonText, ... ) c_gtk_dialog_add_buttons;
4426 	void function(GtkDialog* dialog, GtkWidget* child, gint responseId) c_gtk_dialog_add_action_widget;
4427 	gboolean function(GtkDialog* dialog) c_gtk_dialog_get_has_separator;
4428 	void function(GtkDialog* dialog, gint responseId) c_gtk_dialog_set_default_response;
4429 	void function(GtkDialog* dialog, gboolean setting) c_gtk_dialog_set_has_separator;
4430 	void function(GtkDialog* dialog, gint responseId, gboolean setting) c_gtk_dialog_set_response_sensitive;
4431 	gint function(GtkDialog* dialog, GtkWidget* widget) c_gtk_dialog_get_response_for_widget;
4432 	GtkWidget* function(GtkDialog* dialog, gint responseId) c_gtk_dialog_get_widget_for_response;
4433 	GtkWidget* function(GtkDialog* dialog) c_gtk_dialog_get_action_area;
4434 	GtkWidget* function(GtkDialog* dialog) c_gtk_dialog_get_content_area;
4435 	gboolean function(GdkScreen* screen) c_gtk_alternative_dialog_button_order;
4436 	void function(GtkDialog* dialog, gint firstResponseId, ... ) c_gtk_dialog_set_alternative_button_order;
4437 	void function(GtkDialog* dialog, gint nParams, gint* newOrder) c_gtk_dialog_set_alternative_button_order_from_array;
4438 
4439 	// gtk.Invisible
4440 
4441 	GtkWidget* function() c_gtk_invisible_new;
4442 	GtkWidget* function(GdkScreen* screen) c_gtk_invisible_new_for_screen;
4443 	void function(GtkInvisible* invisible, GdkScreen* screen) c_gtk_invisible_set_screen;
4444 	GdkScreen* function(GtkInvisible* invisible) c_gtk_invisible_get_screen;
4445 
4446 	// gtk.MessageDialog
4447 
4448 	GtkWidget* function(GtkWindow* parent, GtkDialogFlags flags, GtkMessageType type, GtkButtonsType buttons, gchar* messageFormat, ... ) c_gtk_message_dialog_new;
4449 	GtkWidget* function(GtkWindow* parent, GtkDialogFlags flags, GtkMessageType type, GtkButtonsType buttons, gchar* messageFormat, ... ) c_gtk_message_dialog_new_with_markup;
4450 	void function(GtkMessageDialog* messageDialog, gchar* str) c_gtk_message_dialog_set_markup;
4451 	void function(GtkMessageDialog* dialog, GtkWidget* image) c_gtk_message_dialog_set_image;
4452 	GtkWidget* function(GtkMessageDialog* dialog) c_gtk_message_dialog_get_image;
4453 	GtkWidget* function(GtkMessageDialog* messageDialog) c_gtk_message_dialog_get_message_area;
4454 	void function(GtkMessageDialog* messageDialog, gchar* messageFormat, ... ) c_gtk_message_dialog_format_secondary_text;
4455 	void function(GtkMessageDialog* messageDialog, gchar* messageFormat, ... ) c_gtk_message_dialog_format_secondary_markup;
4456 
4457 	// gtk.PopupBox
4458 
4459 
4460 	// gtk.Window
4461 
4462 	gboolean function(gchar* filename, GError** err) c_gtk_window_set_default_icon_from_file;
4463 	gboolean function(GtkWindow* window, gchar* filename, GError** err) c_gtk_window_set_icon_from_file;
4464 	GtkWidget* function(GtkWindowType type) c_gtk_window_new;
4465 	void function(GtkWindow* window, gchar* title) c_gtk_window_set_title;
4466 	void function(GtkWindow* window, gchar* wmclassName, gchar* wmclassClass) c_gtk_window_set_wmclass;
4467 	void function(GtkWindow* window, gint allowShrink, gint allowGrow, gint autoShrink) c_gtk_window_set_policy;
4468 	void function(GtkWindow* window, gboolean resizable) c_gtk_window_set_resizable;
4469 	gboolean function(GtkWindow* window) c_gtk_window_get_resizable;
4470 	void function(GtkWindow* window, GtkAccelGroup* accelGroup) c_gtk_window_add_accel_group;
4471 	void function(GtkWindow* window, GtkAccelGroup* accelGroup) c_gtk_window_remove_accel_group;
4472 	gboolean function(GtkWindow* window) c_gtk_window_activate_focus;
4473 	gboolean function(GtkWindow* window) c_gtk_window_activate_default;
4474 	void function(GtkWindow* window, gboolean modal) c_gtk_window_set_modal;
4475 	void function(GtkWindow* window, gint width, gint height) c_gtk_window_set_default_size;
4476 	void function(GtkWindow* window, GtkWidget* geometryWidget, GdkGeometry* geometry, GdkWindowHints geomMask) c_gtk_window_set_geometry_hints;
4477 	void function(GtkWindow* window, GdkGravity gravity) c_gtk_window_set_gravity;
4478 	GdkGravity function(GtkWindow* window) c_gtk_window_get_gravity;
4479 	void function(GtkWindow* window, GtkWindowPosition position) c_gtk_window_set_position;
4480 	void function(GtkWindow* window, GtkWindow* parent) c_gtk_window_set_transient_for;
4481 	void function(GtkWindow* window, gboolean setting) c_gtk_window_set_destroy_with_parent;
4482 	void function(GtkWindow* window, GdkScreen* screen) c_gtk_window_set_screen;
4483 	GdkScreen* function(GtkWindow* window) c_gtk_window_get_screen;
4484 	gboolean function(GtkWindow* window) c_gtk_window_is_active;
4485 	gboolean function(GtkWindow* window) c_gtk_window_has_toplevel_focus;
4486 	GList* function() c_gtk_window_list_toplevels;
4487 	void function(GtkWindow* window, guint keyval, GtkWidget* target) c_gtk_window_add_mnemonic;
4488 	void function(GtkWindow* window, guint keyval, GtkWidget* target) c_gtk_window_remove_mnemonic;
4489 	gboolean function(GtkWindow* window, guint keyval, GdkModifierType modifier) c_gtk_window_mnemonic_activate;
4490 	gboolean function(GtkWindow* window, GdkEventKey* event) c_gtk_window_activate_key;
4491 	gboolean function(GtkWindow* window, GdkEventKey* event) c_gtk_window_propagate_key_event;
4492 	GtkWidget* function(GtkWindow* window) c_gtk_window_get_focus;
4493 	void function(GtkWindow* window, GtkWidget* focus) c_gtk_window_set_focus;
4494 	GtkWidget* function(GtkWindow* window) c_gtk_window_get_default_widget;
4495 	void function(GtkWindow* window, GtkWidget* defaultWidget) c_gtk_window_set_default;
4496 	void function(GtkWindow* window) c_gtk_window_present;
4497 	void function(GtkWindow* window, guint32 timestamp) c_gtk_window_present_with_time;
4498 	void function(GtkWindow* window) c_gtk_window_iconify;
4499 	void function(GtkWindow* window) c_gtk_window_deiconify;
4500 	void function(GtkWindow* window) c_gtk_window_stick;
4501 	void function(GtkWindow* window) c_gtk_window_unstick;
4502 	void function(GtkWindow* window) c_gtk_window_maximize;
4503 	void function(GtkWindow* window) c_gtk_window_unmaximize;
4504 	void function(GtkWindow* window) c_gtk_window_fullscreen;
4505 	void function(GtkWindow* window) c_gtk_window_unfullscreen;
4506 	void function(GtkWindow* window, gboolean setting) c_gtk_window_set_keep_above;
4507 	void function(GtkWindow* window, gboolean setting) c_gtk_window_set_keep_below;
4508 	void function(GtkWindow* window, GdkWindowEdge edge, gint button, gint rootX, gint rootY, guint32 timestamp) c_gtk_window_begin_resize_drag;
4509 	void function(GtkWindow* window, gint button, gint rootX, gint rootY, guint32 timestamp) c_gtk_window_begin_move_drag;
4510 	void function(GtkWindow* window, gboolean setting) c_gtk_window_set_decorated;
4511 	void function(GtkWindow* window, gboolean setting) c_gtk_window_set_deletable;
4512 	void function(GtkWindow* window, gint left, gint top, gint right, gint bottom) c_gtk_window_set_frame_dimensions;
4513 	void function(GtkWindow* window, gboolean setting) c_gtk_window_set_has_frame;
4514 	void function(GtkWindow* window, GdkModifierType modifier) c_gtk_window_set_mnemonic_modifier;
4515 	void function(GtkWindow* window, GdkWindowTypeHint hint) c_gtk_window_set_type_hint;
4516 	void function(GtkWindow* window, gboolean setting) c_gtk_window_set_skip_taskbar_hint;
4517 	void function(GtkWindow* window, gboolean setting) c_gtk_window_set_skip_pager_hint;
4518 	void function(GtkWindow* window, gboolean setting) c_gtk_window_set_urgency_hint;
4519 	void function(GtkWindow* window, gboolean setting) c_gtk_window_set_accept_focus;
4520 	void function(GtkWindow* window, gboolean setting) c_gtk_window_set_focus_on_map;
4521 	void function(GtkWindow* window, gchar* startupId) c_gtk_window_set_startup_id;
4522 	void function(GtkWindow* window, gchar* role) c_gtk_window_set_role;
4523 	gboolean function(GtkWindow* window) c_gtk_window_get_decorated;
4524 	gboolean function(GtkWindow* window) c_gtk_window_get_deletable;
4525 	GList* function() c_gtk_window_get_default_icon_list;
4526 	gchar* function() c_gtk_window_get_default_icon_name;
4527 	void function(GtkWindow* window, gint* width, gint* height) c_gtk_window_get_default_size;
4528 	gboolean function(GtkWindow* window) c_gtk_window_get_destroy_with_parent;
4529 	void function(GtkWindow* window, gint* left, gint* top, gint* right, gint* bottom) c_gtk_window_get_frame_dimensions;
4530 	gboolean function(GtkWindow* window) c_gtk_window_get_has_frame;
4531 	GdkPixbuf* function(GtkWindow* window) c_gtk_window_get_icon;
4532 	GList* function(GtkWindow* window) c_gtk_window_get_icon_list;
4533 	gchar* function(GtkWindow* window) c_gtk_window_get_icon_name;
4534 	GdkModifierType function(GtkWindow* window) c_gtk_window_get_mnemonic_modifier;
4535 	gboolean function(GtkWindow* window) c_gtk_window_get_modal;
4536 	void function(GtkWindow* window, gint* rootX, gint* rootY) c_gtk_window_get_position;
4537 	gchar* function(GtkWindow* window) c_gtk_window_get_role;
4538 	void function(GtkWindow* window, gint* width, gint* height) c_gtk_window_get_size;
4539 	gchar* function(GtkWindow* window) c_gtk_window_get_title;
4540 	GtkWindow* function(GtkWindow* window) c_gtk_window_get_transient_for;
4541 	GdkWindowTypeHint function(GtkWindow* window) c_gtk_window_get_type_hint;
4542 	gboolean function(GtkWindow* window) c_gtk_window_get_skip_taskbar_hint;
4543 	gboolean function(GtkWindow* window) c_gtk_window_get_skip_pager_hint;
4544 	gboolean function(GtkWindow* window) c_gtk_window_get_urgency_hint;
4545 	gboolean function(GtkWindow* window) c_gtk_window_get_accept_focus;
4546 	gboolean function(GtkWindow* window) c_gtk_window_get_focus_on_map;
4547 	GtkWindowGroup* function(GtkWindow* window) c_gtk_window_get_group;
4548 	gboolean function(GtkWindow* window) c_gtk_window_has_group;
4549 	GtkWindowType function(GtkWindow* window) c_gtk_window_get_window_type;
4550 	void function(GtkWindow* window, gint x, gint y) c_gtk_window_move;
4551 	gboolean function(GtkWindow* window, gchar* geometry) c_gtk_window_parse_geometry;
4552 	void function(GtkWindow* window) c_gtk_window_reshow_with_initial_size;
4553 	void function(GtkWindow* window, gint width, gint height) c_gtk_window_resize;
4554 	void function(GList* list) c_gtk_window_set_default_icon_list;
4555 	void function(GdkPixbuf* icon) c_gtk_window_set_default_icon;
4556 	void function(gchar* name) c_gtk_window_set_default_icon_name;
4557 	void function(GtkWindow* window, GdkPixbuf* icon) c_gtk_window_set_icon;
4558 	void function(GtkWindow* window, GList* list) c_gtk_window_set_icon_list;
4559 	void function(GtkWindow* window, gchar* name) c_gtk_window_set_icon_name;
4560 	void function(gboolean setting) c_gtk_window_set_auto_startup_notification;
4561 	gdouble function(GtkWindow* window) c_gtk_window_get_opacity;
4562 	void function(GtkWindow* window, gdouble opacity) c_gtk_window_set_opacity;
4563 	gboolean function(GtkWindow* window) c_gtk_window_get_mnemonics_visible;
4564 	void function(GtkWindow* window, gboolean setting) c_gtk_window_set_mnemonics_visible;
4565 
4566 	// gtk.
4567 
4568 
4569 	// gtk.WindowGroup
4570 
4571 	GtkWindowGroup* function() c_gtk_window_group_new;
4572 	void function(GtkWindowGroup* windowGroup, GtkWindow* window) c_gtk_window_group_add_window;
4573 	void function(GtkWindowGroup* windowGroup, GtkWindow* window) c_gtk_window_group_remove_window;
4574 	GList* function(GtkWindowGroup* windowGroup) c_gtk_window_group_list_windows;
4575 	GtkWidget* function(GtkWindowGroup* windowGroup) c_gtk_window_group_get_current_grab;
4576 
4577 	// gtk.AboutDialog
4578 
4579 	GtkWidget* function() c_gtk_about_dialog_new;
4580 	gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_name;
4581 	void function(GtkAboutDialog* about, gchar* name) c_gtk_about_dialog_set_name;
4582 	gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_program_name;
4583 	void function(GtkAboutDialog* about, gchar* name) c_gtk_about_dialog_set_program_name;
4584 	gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_version;
4585 	void function(GtkAboutDialog* about, gchar* versio) c_gtk_about_dialog_set_version;
4586 	gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_copyright;
4587 	void function(GtkAboutDialog* about, gchar* copyright) c_gtk_about_dialog_set_copyright;
4588 	gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_comments;
4589 	void function(GtkAboutDialog* about, gchar* comments) c_gtk_about_dialog_set_comments;
4590 	gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_license;
4591 	void function(GtkAboutDialog* about, gchar* license) c_gtk_about_dialog_set_license;
4592 	gboolean function(GtkAboutDialog* about) c_gtk_about_dialog_get_wrap_license;
4593 	void function(GtkAboutDialog* about, gboolean wrapLicense) c_gtk_about_dialog_set_wrap_license;
4594 	gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_website;
4595 	void function(GtkAboutDialog* about, gchar* website) c_gtk_about_dialog_set_website;
4596 	gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_website_label;
4597 	void function(GtkAboutDialog* about, gchar* websiteLabel) c_gtk_about_dialog_set_website_label;
4598 	gchar** function(GtkAboutDialog* about) c_gtk_about_dialog_get_authors;
4599 	void function(GtkAboutDialog* about, gchar** authors) c_gtk_about_dialog_set_authors;
4600 	gchar** function(GtkAboutDialog* about) c_gtk_about_dialog_get_artists;
4601 	void function(GtkAboutDialog* about, gchar** artists) c_gtk_about_dialog_set_artists;
4602 	gchar** function(GtkAboutDialog* about) c_gtk_about_dialog_get_documenters;
4603 	void function(GtkAboutDialog* about, gchar** documenters) c_gtk_about_dialog_set_documenters;
4604 	gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_translator_credits;
4605 	void function(GtkAboutDialog* about, gchar* translatorCredits) c_gtk_about_dialog_set_translator_credits;
4606 	GdkPixbuf* function(GtkAboutDialog* about) c_gtk_about_dialog_get_logo;
4607 	void function(GtkAboutDialog* about, GdkPixbuf* logo) c_gtk_about_dialog_set_logo;
4608 	gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_logo_icon_name;
4609 	void function(GtkAboutDialog* about, gchar* iconName) c_gtk_about_dialog_set_logo_icon_name;
4610 	GtkAboutDialogActivateLinkFunc function(GtkAboutDialogActivateLinkFunc func, void* data, GDestroyNotify destroy) c_gtk_about_dialog_set_email_hook;
4611 	GtkAboutDialogActivateLinkFunc function(GtkAboutDialogActivateLinkFunc func, void* data, GDestroyNotify destroy) c_gtk_about_dialog_set_url_hook;
4612 	void function(GtkWindow* parent, gchar* firstPropertyName, ... ) c_gtk_show_about_dialog;
4613 
4614 	// gtk.Assistant
4615 
4616 	GtkWidget* function() c_gtk_assistant_new;
4617 	gint function(GtkAssistant* assistant) c_gtk_assistant_get_current_page;
4618 	void function(GtkAssistant* assistant, gint pageNum) c_gtk_assistant_set_current_page;
4619 	gint function(GtkAssistant* assistant) c_gtk_assistant_get_n_pages;
4620 	GtkWidget* function(GtkAssistant* assistant, gint pageNum) c_gtk_assistant_get_nth_page;
4621 	gint function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_prepend_page;
4622 	gint function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_append_page;
4623 	gint function(GtkAssistant* assistant, GtkWidget* page, gint position) c_gtk_assistant_insert_page;
4624 	void function(GtkAssistant* assistant, GtkAssistantPageFunc pageFunc, void* data, GDestroyNotify destroy) c_gtk_assistant_set_forward_page_func;
4625 	void function(GtkAssistant* assistant, GtkWidget* page, GtkAssistantPageType type) c_gtk_assistant_set_page_type;
4626 	GtkAssistantPageType function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_type;
4627 	void function(GtkAssistant* assistant, GtkWidget* page, gchar* title) c_gtk_assistant_set_page_title;
4628 	gchar* function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_title;
4629 	void function(GtkAssistant* assistant, GtkWidget* page, GdkPixbuf* pixbuf) c_gtk_assistant_set_page_header_image;
4630 	GdkPixbuf* function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_header_image;
4631 	void function(GtkAssistant* assistant, GtkWidget* page, GdkPixbuf* pixbuf) c_gtk_assistant_set_page_side_image;
4632 	GdkPixbuf* function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_side_image;
4633 	void function(GtkAssistant* assistant, GtkWidget* page, gboolean complete) c_gtk_assistant_set_page_complete;
4634 	gboolean function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_complete;
4635 	void function(GtkAssistant* assistant, GtkWidget* child) c_gtk_assistant_add_action_widget;
4636 	void function(GtkAssistant* assistant, GtkWidget* child) c_gtk_assistant_remove_action_widget;
4637 	void function(GtkAssistant* assistant) c_gtk_assistant_update_buttons_state;
4638 	void function(GtkAssistant* assistant) c_gtk_assistant_commit;
4639 
4640 	// gtk.OffscreenWindow
4641 
4642 	GtkWidget* function() c_gtk_offscreen_window_new;
4643 	GdkPixmap* function(GtkOffscreenWindow* offscreen) c_gtk_offscreen_window_get_pixmap;
4644 	GdkPixbuf* function(GtkOffscreenWindow* offscreen) c_gtk_offscreen_window_get_pixbuf;
4645 
4646 	// gtk.AccelLabel
4647 
4648 	GtkWidget* function(gchar* string) c_gtk_accel_label_new;
4649 	void function(GtkAccelLabel* accelLabel, GClosure* accelClosure) c_gtk_accel_label_set_accel_closure;
4650 	GtkWidget* function(GtkAccelLabel* accelLabel) c_gtk_accel_label_get_accel_widget;
4651 	void function(GtkAccelLabel* accelLabel, GtkWidget* accelWidget) c_gtk_accel_label_set_accel_widget;
4652 	guint function(GtkAccelLabel* accelLabel) c_gtk_accel_label_get_accel_width;
4653 	gboolean function(GtkAccelLabel* accelLabel) c_gtk_accel_label_refetch;
4654 
4655 	// gtk.Image
4656 
4657 	void function(GtkImage* image, GtkIconSet** iconSet, GtkIconSize* size) c_gtk_image_get_icon_set;
4658 	void function(GtkImage* image, GdkImage** gdkImage, GdkBitmap** mask) c_gtk_image_get_image;
4659 	GdkPixbuf* function(GtkImage* image) c_gtk_image_get_pixbuf;
4660 	void function(GtkImage* image, GdkPixmap** pixmap, GdkBitmap** mask) c_gtk_image_get_pixmap;
4661 	void function(GtkImage* image, gchar** stockId, GtkIconSize* size) c_gtk_image_get_stock;
4662 	GdkPixbufAnimation* function(GtkImage* image) c_gtk_image_get_animation;
4663 	void function(GtkImage* image, gchar** iconName, GtkIconSize* size) c_gtk_image_get_icon_name;
4664 	void function(GtkImage* image, GIcon** gicon, GtkIconSize* size) c_gtk_image_get_gicon;
4665 	GtkImageType function(GtkImage* image) c_gtk_image_get_storage_type;
4666 	GtkWidget* function(gchar* filename) c_gtk_image_new_from_file;
4667 	GtkWidget* function(GtkIconSet* iconSet, GtkIconSize size) c_gtk_image_new_from_icon_set;
4668 	GtkWidget* function(GdkImage* image, GdkBitmap* mask) c_gtk_image_new_from_image;
4669 	GtkWidget* function(GdkPixbuf* pixbuf) c_gtk_image_new_from_pixbuf;
4670 	GtkWidget* function(GdkPixmap* pixmap, GdkBitmap* mask) c_gtk_image_new_from_pixmap;
4671 	GtkWidget* function(gchar* stockId, GtkIconSize size) c_gtk_image_new_from_stock;
4672 	GtkWidget* function(GdkPixbufAnimation* animation) c_gtk_image_new_from_animation;
4673 	GtkWidget* function(gchar* iconName, GtkIconSize size) c_gtk_image_new_from_icon_name;
4674 	GtkWidget* function(GIcon* icon, GtkIconSize size) c_gtk_image_new_from_gicon;
4675 	void function(GtkImage* image, gchar* filename) c_gtk_image_set_from_file;
4676 	void function(GtkImage* image, GtkIconSet* iconSet, GtkIconSize size) c_gtk_image_set_from_icon_set;
4677 	void function(GtkImage* image, GdkImage* gdkImage, GdkBitmap* mask) c_gtk_image_set_from_image;
4678 	void function(GtkImage* image, GdkPixbuf* pixbuf) c_gtk_image_set_from_pixbuf;
4679 	void function(GtkImage* image, GdkPixmap* pixmap, GdkBitmap* mask) c_gtk_image_set_from_pixmap;
4680 	void function(GtkImage* image, gchar* stockId, GtkIconSize size) c_gtk_image_set_from_stock;
4681 	void function(GtkImage* image, GdkPixbufAnimation* animation) c_gtk_image_set_from_animation;
4682 	void function(GtkImage* image, gchar* iconName, GtkIconSize size) c_gtk_image_set_from_icon_name;
4683 	void function(GtkImage* image, GIcon* icon, GtkIconSize size) c_gtk_image_set_from_gicon;
4684 	void function(GtkImage* image) c_gtk_image_clear;
4685 	GtkWidget* function() c_gtk_image_new;
4686 	void function(GtkImage* image, GdkImage* val, GdkBitmap* mask) c_gtk_image_set;
4687 	void function(GtkImage* image, GdkImage** val, GdkBitmap** mask) c_gtk_image_get;
4688 	void function(GtkImage* image, gint pixelSize) c_gtk_image_set_pixel_size;
4689 	gint function(GtkImage* image) c_gtk_image_get_pixel_size;
4690 
4691 	// gtk.Label
4692 
4693 	GtkWidget* function(gchar* str) c_gtk_label_new;
4694 	void function(GtkLabel* label, gchar* str) c_gtk_label_set_text;
4695 	void function(GtkLabel* label, PangoAttrList* attrs) c_gtk_label_set_attributes;
4696 	void function(GtkLabel* label, gchar* str) c_gtk_label_set_markup;
4697 	void function(GtkLabel* label, gchar* str) c_gtk_label_set_markup_with_mnemonic;
4698 	void function(GtkLabel* label, gchar* pattern) c_gtk_label_set_pattern;
4699 	void function(GtkLabel* label, GtkJustification jtype) c_gtk_label_set_justify;
4700 	void function(GtkLabel* label, PangoEllipsizeMode mode) c_gtk_label_set_ellipsize;
4701 	void function(GtkLabel* label, gint nChars) c_gtk_label_set_width_chars;
4702 	void function(GtkLabel* label, gint nChars) c_gtk_label_set_max_width_chars;
4703 	void function(GtkLabel* label, gchar** str) c_gtk_label_get;
4704 	guint function(GtkLabel* label, gchar* string) c_gtk_label_parse_uline;
4705 	void function(GtkLabel* label, gboolean wrap) c_gtk_label_set_line_wrap;
4706 	void function(GtkLabel* label, PangoWrapMode wrapMode) c_gtk_label_set_line_wrap_mode;
4707 	void function(GtkLabel* label, gint* x, gint* y) c_gtk_label_get_layout_offsets;
4708 	guint function(GtkLabel* label) c_gtk_label_get_mnemonic_keyval;
4709 	gboolean function(GtkLabel* label) c_gtk_label_get_selectable;
4710 	gchar* function(GtkLabel* label) c_gtk_label_get_text;
4711 	GtkWidget* function(gchar* str) c_gtk_label_new_with_mnemonic;
4712 	void function(GtkLabel* label, gint startOffset, gint endOffset) c_gtk_label_select_region;
4713 	void function(GtkLabel* label, GtkWidget* widget) c_gtk_label_set_mnemonic_widget;
4714 	void function(GtkLabel* label, gboolean setting) c_gtk_label_set_selectable;
4715 	void function(GtkLabel* label, gchar* str) c_gtk_label_set_text_with_mnemonic;
4716 	PangoAttrList* function(GtkLabel* label) c_gtk_label_get_attributes;
4717 	GtkJustification function(GtkLabel* label) c_gtk_label_get_justify;
4718 	PangoEllipsizeMode function(GtkLabel* label) c_gtk_label_get_ellipsize;
4719 	gint function(GtkLabel* label) c_gtk_label_get_width_chars;
4720 	gint function(GtkLabel* label) c_gtk_label_get_max_width_chars;
4721 	gchar* function(GtkLabel* label) c_gtk_label_get_label;
4722 	PangoLayout* function(GtkLabel* label) c_gtk_label_get_layout;
4723 	gboolean function(GtkLabel* label) c_gtk_label_get_line_wrap;
4724 	PangoWrapMode function(GtkLabel* label) c_gtk_label_get_line_wrap_mode;
4725 	GtkWidget* function(GtkLabel* label) c_gtk_label_get_mnemonic_widget;
4726 	gboolean function(GtkLabel* label, gint* start, gint* end) c_gtk_label_get_selection_bounds;
4727 	gboolean function(GtkLabel* label) c_gtk_label_get_use_markup;
4728 	gboolean function(GtkLabel* label) c_gtk_label_get_use_underline;
4729 	gboolean function(GtkLabel* label) c_gtk_label_get_single_line_mode;
4730 	gdouble function(GtkLabel* label) c_gtk_label_get_angle;
4731 	void function(GtkLabel* label, gchar* str) c_gtk_label_set_label;
4732 	void function(GtkLabel* label, gboolean setting) c_gtk_label_set_use_markup;
4733 	void function(GtkLabel* label, gboolean setting) c_gtk_label_set_use_underline;
4734 	void function(GtkLabel* label, gboolean singleLineMode) c_gtk_label_set_single_line_mode;
4735 	void function(GtkLabel* label, gdouble angle) c_gtk_label_set_angle;
4736 	gchar* function(GtkLabel* label) c_gtk_label_get_current_uri;
4737 	void function(GtkLabel* label, gboolean trackLinks) c_gtk_label_set_track_visited_links;
4738 	gboolean function(GtkLabel* label) c_gtk_label_get_track_visited_links;
4739 
4740 	// gtk.ProgressBar
4741 
4742 	GtkWidget* function() c_gtk_progress_bar_new;
4743 	void function(GtkProgressBar* pbar) c_gtk_progress_bar_pulse;
4744 	void function(GtkProgressBar* pbar, gchar* text) c_gtk_progress_bar_set_text;
4745 	void function(GtkProgressBar* pbar, gdouble fraction) c_gtk_progress_bar_set_fraction;
4746 	void function(GtkProgressBar* pbar, gdouble fraction) c_gtk_progress_bar_set_pulse_step;
4747 	void function(GtkProgressBar* pbar, GtkProgressBarOrientation orientation) c_gtk_progress_bar_set_orientation;
4748 	void function(GtkProgressBar* pbar, PangoEllipsizeMode mode) c_gtk_progress_bar_set_ellipsize;
4749 	gchar* function(GtkProgressBar* pbar) c_gtk_progress_bar_get_text;
4750 	gdouble function(GtkProgressBar* pbar) c_gtk_progress_bar_get_fraction;
4751 	gdouble function(GtkProgressBar* pbar) c_gtk_progress_bar_get_pulse_step;
4752 	GtkProgressBarOrientation function(GtkProgressBar* pbar) c_gtk_progress_bar_get_orientation;
4753 	PangoEllipsizeMode function(GtkProgressBar* pbar) c_gtk_progress_bar_get_ellipsize;
4754 	GtkWidget* function(GtkAdjustment* adjustment) c_gtk_progress_bar_new_with_adjustment;
4755 	void function(GtkProgressBar* pbar, GtkProgressBarStyle style) c_gtk_progress_bar_set_bar_style;
4756 	void function(GtkProgressBar* pbar, guint blocks) c_gtk_progress_bar_set_discrete_blocks;
4757 	void function(GtkProgressBar* pbar, guint step) c_gtk_progress_bar_set_activity_step;
4758 	void function(GtkProgressBar* pbar, guint blocks) c_gtk_progress_bar_set_activity_blocks;
4759 	void function(GtkProgressBar* pbar, gdouble percentage) c_gtk_progress_bar_update;
4760 
4761 	// gtk.Statusbar
4762 
4763 	GtkWidget* function() c_gtk_statusbar_new;
4764 	guint function(GtkStatusbar* statusbar, gchar* contextDescription) c_gtk_statusbar_get_context_id;
4765 	guint function(GtkStatusbar* statusbar, guint contextId, gchar* text) c_gtk_statusbar_push;
4766 	void function(GtkStatusbar* statusbar, guint contextId) c_gtk_statusbar_pop;
4767 	void function(GtkStatusbar* statusbar, guint contextId, guint messageId) c_gtk_statusbar_remove;
4768 	void function(GtkStatusbar* statusbar, guint contextId) c_gtk_statusbar_remove_all;
4769 	void function(GtkStatusbar* statusbar, gboolean setting) c_gtk_statusbar_set_has_resize_grip;
4770 	gboolean function(GtkStatusbar* statusbar) c_gtk_statusbar_get_has_resize_grip;
4771 	GtkWidget* function(GtkStatusbar* statusbar) c_gtk_statusbar_get_message_area;
4772 
4773 	// gtk.InfoBar
4774 
4775 	GtkWidget* function() c_gtk_info_bar_new;
4776 	GtkWidget* function(gchar* firstButtonText, ... ) c_gtk_info_bar_new_with_buttons;
4777 	void function(GtkInfoBar* infoBar, GtkWidget* child, gint responseId) c_gtk_info_bar_add_action_widget;
4778 	GtkWidget* function(GtkInfoBar* infoBar, gchar* buttonText, gint responseId) c_gtk_info_bar_add_button;
4779 	void function(GtkInfoBar* infoBar, gchar* firstButtonText, ... ) c_gtk_info_bar_add_buttons;
4780 	void function(GtkInfoBar* infoBar, gint responseId, gboolean setting) c_gtk_info_bar_set_response_sensitive;
4781 	void function(GtkInfoBar* infoBar, gint responseId) c_gtk_info_bar_set_default_response;
4782 	void function(GtkInfoBar* infoBar, gint responseId) c_gtk_info_bar_response;
4783 	void function(GtkInfoBar* infoBar, GtkMessageType messageType) c_gtk_info_bar_set_message_type;
4784 	GtkMessageType function(GtkInfoBar* infoBar) c_gtk_info_bar_get_message_type;
4785 	GtkWidget* function(GtkInfoBar* infoBar) c_gtk_info_bar_get_action_area;
4786 	GtkWidget* function(GtkInfoBar* infoBar) c_gtk_info_bar_get_content_area;
4787 
4788 	// gtk.StatusIcon
4789 
4790 	GtkStatusIcon* function() c_gtk_status_icon_new;
4791 	GtkStatusIcon* function(GdkPixbuf* pixbuf) c_gtk_status_icon_new_from_pixbuf;
4792 	GtkStatusIcon* function(gchar* filename) c_gtk_status_icon_new_from_file;
4793 	GtkStatusIcon* function(gchar* stockId) c_gtk_status_icon_new_from_stock;
4794 	GtkStatusIcon* function(gchar* iconName) c_gtk_status_icon_new_from_icon_name;
4795 	GtkStatusIcon* function(GIcon* icon) c_gtk_status_icon_new_from_gicon;
4796 	void function(GtkStatusIcon* statusIcon, GdkPixbuf* pixbuf) c_gtk_status_icon_set_from_pixbuf;
4797 	void function(GtkStatusIcon* statusIcon, gchar* filename) c_gtk_status_icon_set_from_file;
4798 	void function(GtkStatusIcon* statusIcon, gchar* stockId) c_gtk_status_icon_set_from_stock;
4799 	void function(GtkStatusIcon* statusIcon, gchar* iconName) c_gtk_status_icon_set_from_icon_name;
4800 	void function(GtkStatusIcon* statusIcon, GIcon* icon) c_gtk_status_icon_set_from_gicon;
4801 	GtkImageType function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_storage_type;
4802 	GdkPixbuf* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_pixbuf;
4803 	gchar* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_stock;
4804 	gchar* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_icon_name;
4805 	GIcon* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_gicon;
4806 	gint function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_size;
4807 	void function(GtkStatusIcon* statusIcon, GdkScreen* screen) c_gtk_status_icon_set_screen;
4808 	GdkScreen* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_screen;
4809 	void function(GtkStatusIcon* statusIcon, gchar* tooltipText) c_gtk_status_icon_set_tooltip;
4810 	void function(GtkStatusIcon* statusIcon, gchar* text) c_gtk_status_icon_set_tooltip_text;
4811 	gchar* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_tooltip_text;
4812 	void function(GtkStatusIcon* statusIcon, gchar* markup) c_gtk_status_icon_set_tooltip_markup;
4813 	gchar* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_tooltip_markup;
4814 	void function(GtkStatusIcon* statusIcon, gboolean hasTooltip) c_gtk_status_icon_set_has_tooltip;
4815 	gboolean function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_has_tooltip;
4816 	void function(GtkStatusIcon* statusIcon, gchar* title) c_gtk_status_icon_set_title;
4817 	gchar* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_title;
4818 	void function(GtkStatusIcon* statusIcon, gchar* name) c_gtk_status_icon_set_name;
4819 	void function(GtkStatusIcon* statusIcon, gboolean visible) c_gtk_status_icon_set_visible;
4820 	gboolean function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_visible;
4821 	void function(GtkStatusIcon* statusIcon, gboolean blinking) c_gtk_status_icon_set_blinking;
4822 	gboolean function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_blinking;
4823 	gboolean function(GtkStatusIcon* statusIcon) c_gtk_status_icon_is_embedded;
4824 	void function(GtkMenu* menu, gint* x, gint* y, gboolean* pushIn, void* userData) c_gtk_status_icon_position_menu;
4825 	gboolean function(GtkStatusIcon* statusIcon, GdkScreen** screen, GdkRectangle* area, GtkOrientation* orientation) c_gtk_status_icon_get_geometry;
4826 	guint32 function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_x11_window_id;
4827 
4828 	// gtk.Spinner
4829 
4830 	GtkWidget* function() c_gtk_spinner_new;
4831 	void function(GtkSpinner* spinner) c_gtk_spinner_start;
4832 	void function(GtkSpinner* spinner) c_gtk_spinner_stop;
4833 
4834 	// gtk.Button
4835 
4836 	GtkWidget* function() c_gtk_button_new;
4837 	GtkWidget* function(gchar* label) c_gtk_button_new_with_label;
4838 	GtkWidget* function(gchar* label) c_gtk_button_new_with_mnemonic;
4839 	GtkWidget* function(gchar* stockId) c_gtk_button_new_from_stock;
4840 	void function(GtkButton* button) c_gtk_button_pressed;
4841 	void function(GtkButton* button) c_gtk_button_released;
4842 	void function(GtkButton* button) c_gtk_button_clicked;
4843 	void function(GtkButton* button) c_gtk_button_enter;
4844 	void function(GtkButton* button) c_gtk_button_leave;
4845 	void function(GtkButton* button, GtkReliefStyle newstyle) c_gtk_button_set_relief;
4846 	GtkReliefStyle function(GtkButton* button) c_gtk_button_get_relief;
4847 	gchar* function(GtkButton* button) c_gtk_button_get_label;
4848 	void function(GtkButton* button, gchar* label) c_gtk_button_set_label;
4849 	gboolean function(GtkButton* button) c_gtk_button_get_use_stock;
4850 	void function(GtkButton* button, gboolean useStock) c_gtk_button_set_use_stock;
4851 	gboolean function(GtkButton* button) c_gtk_button_get_use_underline;
4852 	void function(GtkButton* button, gboolean useUnderline) c_gtk_button_set_use_underline;
4853 	void function(GtkButton* button, gboolean focusOnClick) c_gtk_button_set_focus_on_click;
4854 	gboolean function(GtkButton* button) c_gtk_button_get_focus_on_click;
4855 	void function(GtkButton* button, gfloat xalign, gfloat yalign) c_gtk_button_set_alignment;
4856 	void function(GtkButton* button, gfloat* xalign, gfloat* yalign) c_gtk_button_get_alignment;
4857 	void function(GtkButton* button, GtkWidget* image) c_gtk_button_set_image;
4858 	GtkWidget* function(GtkButton* button) c_gtk_button_get_image;
4859 	void function(GtkButton* button, GtkPositionType position) c_gtk_button_set_image_position;
4860 	GtkPositionType function(GtkButton* button) c_gtk_button_get_image_position;
4861 	GdkWindow* function(GtkButton* button) c_gtk_button_get_event_window;
4862 
4863 	// gtk.CheckButton
4864 
4865 	GtkWidget* function() c_gtk_check_button_new;
4866 	GtkWidget* function(gchar* label) c_gtk_check_button_new_with_label;
4867 	GtkWidget* function(gchar* label) c_gtk_check_button_new_with_mnemonic;
4868 
4869 	// gtk.RadioButton
4870 
4871 	GtkWidget* function(GSList* group) c_gtk_radio_button_new;
4872 	GtkWidget* function(GtkRadioButton* radioGroupMember) c_gtk_radio_button_new_from_widget;
4873 	GtkWidget* function(GSList* group, gchar* label) c_gtk_radio_button_new_with_label;
4874 	GtkWidget* function(GtkRadioButton* radioGroupMember, gchar* label) c_gtk_radio_button_new_with_label_from_widget;
4875 	GtkWidget* function(GSList* group, gchar* label) c_gtk_radio_button_new_with_mnemonic;
4876 	GtkWidget* function(GtkRadioButton* radioGroupMember, gchar* label) c_gtk_radio_button_new_with_mnemonic_from_widget;
4877 	void function(GtkRadioButton* radioButton, GSList* group) c_gtk_radio_button_set_group;
4878 	GSList* function(GtkRadioButton* radioButton) c_gtk_radio_button_get_group;
4879 
4880 	// gtk.ToggleButton
4881 
4882 	GtkWidget* function() c_gtk_toggle_button_new;
4883 	GtkWidget* function(gchar* label) c_gtk_toggle_button_new_with_label;
4884 	GtkWidget* function(gchar* label) c_gtk_toggle_button_new_with_mnemonic;
4885 	void function(GtkToggleButton* toggleButton, gboolean drawIndicator) c_gtk_toggle_button_set_mode;
4886 	gboolean function(GtkToggleButton* toggleButton) c_gtk_toggle_button_get_mode;
4887 	void function(GtkToggleButton* toggleButton) c_gtk_toggle_button_toggled;
4888 	gboolean function(GtkToggleButton* toggleButton) c_gtk_toggle_button_get_active;
4889 	void function(GtkToggleButton* toggleButton, gboolean isActive) c_gtk_toggle_button_set_active;
4890 	gboolean function(GtkToggleButton* toggleButton) c_gtk_toggle_button_get_inconsistent;
4891 	void function(GtkToggleButton* toggleButton, gboolean setting) c_gtk_toggle_button_set_inconsistent;
4892 
4893 	// gtk.LinkButton
4894 
4895 	GtkWidget* function(gchar* uri) c_gtk_link_button_new;
4896 	GtkWidget* function(gchar* uri, gchar* label) c_gtk_link_button_new_with_label;
4897 	gchar* function(GtkLinkButton* linkButton) c_gtk_link_button_get_uri;
4898 	void function(GtkLinkButton* linkButton, gchar* uri) c_gtk_link_button_set_uri;
4899 	GtkLinkButtonUriFunc function(GtkLinkButtonUriFunc func, void* data, GDestroyNotify destroy) c_gtk_link_button_set_uri_hook;
4900 	gboolean function(GtkLinkButton* linkButton) c_gtk_link_button_get_visited;
4901 	void function(GtkLinkButton* linkButton, gboolean visited) c_gtk_link_button_set_visited;
4902 
4903 	// gtk.ScaleButton
4904 
4905 	GtkWidget* function(GtkIconSize size, gdouble min, gdouble max, gdouble step, gchar** icons) c_gtk_scale_button_new;
4906 	void function(GtkScaleButton* button, GtkAdjustment* adjustment) c_gtk_scale_button_set_adjustment;
4907 	void function(GtkScaleButton* button, gchar** icons) c_gtk_scale_button_set_icons;
4908 	void function(GtkScaleButton* button, gdouble value) c_gtk_scale_button_set_value;
4909 	GtkAdjustment* function(GtkScaleButton* button) c_gtk_scale_button_get_adjustment;
4910 	gdouble function(GtkScaleButton* button) c_gtk_scale_button_get_value;
4911 	GtkWidget* function(GtkScaleButton* button) c_gtk_scale_button_get_popup;
4912 	GtkWidget* function(GtkScaleButton* button) c_gtk_scale_button_get_plus_button;
4913 	GtkWidget* function(GtkScaleButton* button) c_gtk_scale_button_get_minus_button;
4914 	void function(GtkScaleButton* button, GtkOrientation orientation) c_gtk_scale_button_set_orientation;
4915 	GtkOrientation function(GtkScaleButton* button) c_gtk_scale_button_get_orientation;
4916 
4917 	// gtk.VolumeButton
4918 
4919 	GtkWidget* function() c_gtk_volume_button_new;
4920 
4921 	// gtk.Entry
4922 
4923 	GtkWidget* function() c_gtk_entry_new;
4924 	GtkWidget* function(GtkEntryBuffer* buffer) c_gtk_entry_new_with_buffer;
4925 	GtkWidget* function(gint max) c_gtk_entry_new_with_max_length;
4926 	GtkEntryBuffer* function(GtkEntry* entry) c_gtk_entry_get_buffer;
4927 	void function(GtkEntry* entry, GtkEntryBuffer* buffer) c_gtk_entry_set_buffer;
4928 	void function(GtkEntry* entry, gchar* text) c_gtk_entry_set_text;
4929 	void function(GtkEntry* entry, gchar* text) c_gtk_entry_append_text;
4930 	void function(GtkEntry* entry, gchar* text) c_gtk_entry_prepend_text;
4931 	void function(GtkEntry* entry, gint position) c_gtk_entry_set_position;
4932 	gchar* function(GtkEntry* entry) c_gtk_entry_get_text;
4933 	guint16 function(GtkEntry* entry) c_gtk_entry_get_text_length;
4934 	void function(GtkEntry* entry, gint start, gint end) c_gtk_entry_select_region;
4935 	void function(GtkEntry* entry, gboolean visible) c_gtk_entry_set_visibility;
4936 	void function(GtkEntry* entry, gunichar ch) c_gtk_entry_set_invisible_char;
4937 	void function(GtkEntry* entry) c_gtk_entry_unset_invisible_char;
4938 	void function(GtkEntry* entry, gboolean editable) c_gtk_entry_set_editable;
4939 	void function(GtkEntry* entry, gint max) c_gtk_entry_set_max_length;
4940 	gboolean function(GtkEntry* entry) c_gtk_entry_get_activates_default;
4941 	gboolean function(GtkEntry* entry) c_gtk_entry_get_has_frame;
4942 	GtkBorder* function(GtkEntry* entry) c_gtk_entry_get_inner_border;
4943 	gint function(GtkEntry* entry) c_gtk_entry_get_width_chars;
4944 	void function(GtkEntry* entry, gboolean setting) c_gtk_entry_set_activates_default;
4945 	void function(GtkEntry* entry, gboolean setting) c_gtk_entry_set_has_frame;
4946 	void function(GtkEntry* entry, GtkBorder* border) c_gtk_entry_set_inner_border;
4947 	void function(GtkEntry* entry, gint nChars) c_gtk_entry_set_width_chars;
4948 	gunichar function(GtkEntry* entry) c_gtk_entry_get_invisible_char;
4949 	void function(GtkEntry* entry, gfloat xalign) c_gtk_entry_set_alignment;
4950 	gfloat function(GtkEntry* entry) c_gtk_entry_get_alignment;
4951 	void function(GtkEntry* entry, gboolean overwrite) c_gtk_entry_set_overwrite_mode;
4952 	gboolean function(GtkEntry* entry) c_gtk_entry_get_overwrite_mode;
4953 	PangoLayout* function(GtkEntry* entry) c_gtk_entry_get_layout;
4954 	void function(GtkEntry* entry, gint* x, gint* y) c_gtk_entry_get_layout_offsets;
4955 	gint function(GtkEntry* entry, gint layoutIndex) c_gtk_entry_layout_index_to_text_index;
4956 	gint function(GtkEntry* entry, gint textIndex) c_gtk_entry_text_index_to_layout_index;
4957 	gint function(GtkEntry* entry) c_gtk_entry_get_max_length;
4958 	gboolean function(GtkEntry* entry) c_gtk_entry_get_visibility;
4959 	void function(GtkEntry* entry, GtkEntryCompletion* completion) c_gtk_entry_set_completion;
4960 	GtkEntryCompletion* function(GtkEntry* entry) c_gtk_entry_get_completion;
4961 	void function(GtkEntry* entry, GtkAdjustment* adjustment) c_gtk_entry_set_cursor_hadjustment;
4962 	GtkAdjustment* function(GtkEntry* entry) c_gtk_entry_get_cursor_hadjustment;
4963 	void function(GtkEntry* entry, gdouble fraction) c_gtk_entry_set_progress_fraction;
4964 	gdouble function(GtkEntry* entry) c_gtk_entry_get_progress_fraction;
4965 	void function(GtkEntry* entry, gdouble fraction) c_gtk_entry_set_progress_pulse_step;
4966 	gdouble function(GtkEntry* entry) c_gtk_entry_get_progress_pulse_step;
4967 	void function(GtkEntry* entry) c_gtk_entry_progress_pulse;
4968 	gboolean function(GtkEntry* entry, GdkEventKey* event) c_gtk_entry_im_context_filter_keypress;
4969 	void function(GtkEntry* entry) c_gtk_entry_reset_im_context;
4970 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, GdkPixbuf* pixbuf) c_gtk_entry_set_icon_from_pixbuf;
4971 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, gchar* stockId) c_gtk_entry_set_icon_from_stock;
4972 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, gchar* iconName) c_gtk_entry_set_icon_from_icon_name;
4973 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, GIcon* icon) c_gtk_entry_set_icon_from_gicon;
4974 	GtkImageType function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_storage_type;
4975 	GdkPixbuf* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_pixbuf;
4976 	gchar* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_stock;
4977 	gchar* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_name;
4978 	GIcon* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_gicon;
4979 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, gboolean activatable) c_gtk_entry_set_icon_activatable;
4980 	gboolean function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_activatable;
4981 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, gboolean sensitive) c_gtk_entry_set_icon_sensitive;
4982 	gboolean function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_sensitive;
4983 	gint function(GtkEntry* entry, gint x, gint y) c_gtk_entry_get_icon_at_pos;
4984 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, gchar* tooltip) c_gtk_entry_set_icon_tooltip_text;
4985 	gchar* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_tooltip_text;
4986 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, gchar* tooltip) c_gtk_entry_set_icon_tooltip_markup;
4987 	gchar* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_tooltip_markup;
4988 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, GtkTargetList* targetList, GdkDragAction actions) c_gtk_entry_set_icon_drag_source;
4989 	gint function(GtkEntry* entry) c_gtk_entry_get_current_icon_drag_source;
4990 	GdkWindow* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_window;
4991 	GdkWindow* function(GtkEntry* entry) c_gtk_entry_get_text_window;
4992 
4993 	// gtk.EntryBuffer
4994 
4995 	GtkEntryBuffer* function(gchar* initialChars, gint nInitialChars) c_gtk_entry_buffer_new;
4996 	gchar* function(GtkEntryBuffer* buffer) c_gtk_entry_buffer_get_text;
4997 	void function(GtkEntryBuffer* buffer, gchar* chars, gint nChars) c_gtk_entry_buffer_set_text;
4998 	gsize function(GtkEntryBuffer* buffer) c_gtk_entry_buffer_get_bytes;
4999 	guint function(GtkEntryBuffer* buffer) c_gtk_entry_buffer_get_length;
5000 	gint function(GtkEntryBuffer* buffer) c_gtk_entry_buffer_get_max_length;
5001 	void function(GtkEntryBuffer* buffer, gint maxLength) c_gtk_entry_buffer_set_max_length;
5002 	guint function(GtkEntryBuffer* buffer, guint position, gchar* chars, gint nChars) c_gtk_entry_buffer_insert_text;
5003 	guint function(GtkEntryBuffer* buffer, guint position, gint nChars) c_gtk_entry_buffer_delete_text;
5004 	void function(GtkEntryBuffer* buffer, guint position, guint nChars) c_gtk_entry_buffer_emit_deleted_text;
5005 	void function(GtkEntryBuffer* buffer, guint position, gchar* chars, guint nChars) c_gtk_entry_buffer_emit_inserted_text;
5006 
5007 	// gtk.EntryCompletion
5008 
5009 	GtkEntryCompletion* function() c_gtk_entry_completion_new;
5010 	GtkWidget* function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_entry;
5011 	void function(GtkEntryCompletion* completion, GtkTreeModel* model) c_gtk_entry_completion_set_model;
5012 	GtkTreeModel* function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_model;
5013 	void function(GtkEntryCompletion* completion, GtkEntryCompletionMatchFunc func, void* funcData, GDestroyNotify funcNotify) c_gtk_entry_completion_set_match_func;
5014 	void function(GtkEntryCompletion* completion, gint length) c_gtk_entry_completion_set_minimum_key_length;
5015 	gint function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_minimum_key_length;
5016 	void function(GtkEntryCompletion* completion) c_gtk_entry_completion_complete;
5017 	gchar* function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_completion_prefix;
5018 	void function(GtkEntryCompletion* completion) c_gtk_entry_completion_insert_prefix;
5019 	void function(GtkEntryCompletion* completion, gint index, gchar* text) c_gtk_entry_completion_insert_action_text;
5020 	void function(GtkEntryCompletion* completion, gint index, gchar* markup) c_gtk_entry_completion_insert_action_markup;
5021 	void function(GtkEntryCompletion* completion, gint index) c_gtk_entry_completion_delete_action;
5022 	void function(GtkEntryCompletion* completion, gint column) c_gtk_entry_completion_set_text_column;
5023 	gint function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_text_column;
5024 	void function(GtkEntryCompletion* completion, gboolean inlineCompletion) c_gtk_entry_completion_set_inline_completion;
5025 	gboolean function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_inline_completion;
5026 	void function(GtkEntryCompletion* completion, gboolean inlineSelection) c_gtk_entry_completion_set_inline_selection;
5027 	gboolean function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_inline_selection;
5028 	void function(GtkEntryCompletion* completion, gboolean popupCompletion) c_gtk_entry_completion_set_popup_completion;
5029 	gboolean function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_popup_completion;
5030 	void function(GtkEntryCompletion* completion, gboolean popupSetWidth) c_gtk_entry_completion_set_popup_set_width;
5031 	gboolean function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_popup_set_width;
5032 	void function(GtkEntryCompletion* completion, gboolean popupSingleMatch) c_gtk_entry_completion_set_popup_single_match;
5033 	gboolean function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_popup_single_match;
5034 
5035 	// gtk.HScale
5036 
5037 	GtkWidget* function(GtkAdjustment* adjustment) c_gtk_hscale_new;
5038 	GtkWidget* function(gdouble min, gdouble max, gdouble step) c_gtk_hscale_new_with_range;
5039 
5040 	// gtk.VScale
5041 
5042 	GtkWidget* function(GtkAdjustment* adjustment) c_gtk_vscale_new;
5043 	GtkWidget* function(gdouble min, gdouble max, gdouble step) c_gtk_vscale_new_with_range;
5044 
5045 	// gtk.SpinButton
5046 
5047 	void function(GtkSpinButton* spinButton, GtkAdjustment* adjustment, gdouble climbRate, guint digits) c_gtk_spin_button_configure;
5048 	GtkWidget* function(GtkAdjustment* adjustment, gdouble climbRate, guint digits) c_gtk_spin_button_new;
5049 	GtkWidget* function(gdouble min, gdouble max, gdouble step) c_gtk_spin_button_new_with_range;
5050 	void function(GtkSpinButton* spinButton, GtkAdjustment* adjustment) c_gtk_spin_button_set_adjustment;
5051 	GtkAdjustment* function(GtkSpinButton* spinButton) c_gtk_spin_button_get_adjustment;
5052 	void function(GtkSpinButton* spinButton, guint digits) c_gtk_spin_button_set_digits;
5053 	void function(GtkSpinButton* spinButton, gdouble step, gdouble page) c_gtk_spin_button_set_increments;
5054 	void function(GtkSpinButton* spinButton, gdouble min, gdouble max) c_gtk_spin_button_set_range;
5055 	gint function(GtkSpinButton* spinButton) c_gtk_spin_button_get_value_as_int;
5056 	void function(GtkSpinButton* spinButton, gdouble value) c_gtk_spin_button_set_value;
5057 	void function(GtkSpinButton* spinButton, GtkSpinButtonUpdatePolicy policy) c_gtk_spin_button_set_update_policy;
5058 	void function(GtkSpinButton* spinButton, gboolean numeric) c_gtk_spin_button_set_numeric;
5059 	void function(GtkSpinButton* spinButton, GtkSpinType direction, gdouble increment) c_gtk_spin_button_spin;
5060 	void function(GtkSpinButton* spinButton, gboolean wrap) c_gtk_spin_button_set_wrap;
5061 	void function(GtkSpinButton* spinButton, gboolean snapToTicks) c_gtk_spin_button_set_snap_to_ticks;
5062 	void function(GtkSpinButton* spinButton) c_gtk_spin_button_update;
5063 	guint function(GtkSpinButton* spinButton) c_gtk_spin_button_get_digits;
5064 	void function(GtkSpinButton* spinButton, gdouble* step, gdouble* page) c_gtk_spin_button_get_increments;
5065 	gboolean function(GtkSpinButton* spinButton) c_gtk_spin_button_get_numeric;
5066 	void function(GtkSpinButton* spinButton, gdouble* min, gdouble* max) c_gtk_spin_button_get_range;
5067 	gboolean function(GtkSpinButton* spinButton) c_gtk_spin_button_get_snap_to_ticks;
5068 	GtkSpinButtonUpdatePolicy function(GtkSpinButton* spinButton) c_gtk_spin_button_get_update_policy;
5069 	gdouble function(GtkSpinButton* spinButton) c_gtk_spin_button_get_value;
5070 	gboolean function(GtkSpinButton* spinButton) c_gtk_spin_button_get_wrap;
5071 
5072 	// gtk.EditableT
5073 
5074 
5075 	// gtk.EditableT
5076 
5077 	void function(GtkEditable* editable, gint startPos, gint endPos) c_gtk_editable_select_region;
5078 	gboolean function(GtkEditable* editable, gint* startPos, gint* endPos) c_gtk_editable_get_selection_bounds;
5079 	void function(GtkEditable* editable, gchar* newText, gint newTextLength, gint* position) c_gtk_editable_insert_text;
5080 	void function(GtkEditable* editable, gint startPos, gint endPos) c_gtk_editable_delete_text;
5081 	gchar* function(GtkEditable* editable, gint startPos, gint endPos) c_gtk_editable_get_chars;
5082 	void function(GtkEditable* editable) c_gtk_editable_cut_clipboard;
5083 	void function(GtkEditable* editable) c_gtk_editable_copy_clipboard;
5084 	void function(GtkEditable* editable) c_gtk_editable_paste_clipboard;
5085 	void function(GtkEditable* editable) c_gtk_editable_delete_selection;
5086 	void function(GtkEditable* editable, gint position) c_gtk_editable_set_position;
5087 	gint function(GtkEditable* editable) c_gtk_editable_get_position;
5088 	void function(GtkEditable* editable, gboolean isEditable) c_gtk_editable_set_editable;
5089 	gboolean function(GtkEditable* editable) c_gtk_editable_get_editable;
5090 
5091 	// gtk.TextIter
5092 
5093 	GtkTextBuffer* function(GtkTextIter* iter) c_gtk_text_iter_get_buffer;
5094 	GtkTextIter* function(GtkTextIter* iter) c_gtk_text_iter_copy;
5095 	void function(GtkTextIter* iter) c_gtk_text_iter_free;
5096 	gint function(GtkTextIter* iter) c_gtk_text_iter_get_offset;
5097 	gint function(GtkTextIter* iter) c_gtk_text_iter_get_line;
5098 	gint function(GtkTextIter* iter) c_gtk_text_iter_get_line_offset;
5099 	gint function(GtkTextIter* iter) c_gtk_text_iter_get_line_index;
5100 	gint function(GtkTextIter* iter) c_gtk_text_iter_get_visible_line_index;
5101 	gint function(GtkTextIter* iter) c_gtk_text_iter_get_visible_line_offset;
5102 	gunichar function(GtkTextIter* iter) c_gtk_text_iter_get_char;
5103 	gchar* function(GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_get_slice;
5104 	gchar* function(GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_get_text;
5105 	gchar* function(GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_get_visible_slice;
5106 	gchar* function(GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_get_visible_text;
5107 	GdkPixbuf* function(GtkTextIter* iter) c_gtk_text_iter_get_pixbuf;
5108 	GSList* function(GtkTextIter* iter) c_gtk_text_iter_get_marks;
5109 	GSList* function(GtkTextIter* iter, gboolean toggledOn) c_gtk_text_iter_get_toggled_tags;
5110 	GtkTextChildAnchor* function(GtkTextIter* iter) c_gtk_text_iter_get_child_anchor;
5111 	gboolean function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_begins_tag;
5112 	gboolean function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_ends_tag;
5113 	gboolean function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_toggles_tag;
5114 	gboolean function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_has_tag;
5115 	GSList* function(GtkTextIter* iter) c_gtk_text_iter_get_tags;
5116 	gboolean function(GtkTextIter* iter, gboolean defaultSetting) c_gtk_text_iter_editable;
5117 	gboolean function(GtkTextIter* iter, gboolean defaultEditability) c_gtk_text_iter_can_insert;
5118 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_starts_word;
5119 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_ends_word;
5120 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_inside_word;
5121 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_starts_line;
5122 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_ends_line;
5123 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_starts_sentence;
5124 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_ends_sentence;
5125 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_inside_sentence;
5126 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_is_cursor_position;
5127 	gint function(GtkTextIter* iter) c_gtk_text_iter_get_chars_in_line;
5128 	gint function(GtkTextIter* iter) c_gtk_text_iter_get_bytes_in_line;
5129 	gboolean function(GtkTextIter* iter, GtkTextAttributes* values) c_gtk_text_iter_get_attributes;
5130 	PangoLanguage* function(GtkTextIter* iter) c_gtk_text_iter_get_language;
5131 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_is_end;
5132 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_is_start;
5133 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_char;
5134 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_char;
5135 	gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_chars;
5136 	gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_chars;
5137 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_line;
5138 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_line;
5139 	gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_lines;
5140 	gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_lines;
5141 	gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_word_ends;
5142 	gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_word_starts;
5143 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_word_end;
5144 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_word_start;
5145 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_cursor_position;
5146 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_cursor_position;
5147 	gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_cursor_positions;
5148 	gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_cursor_positions;
5149 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_sentence_start;
5150 	gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_sentence_starts;
5151 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_sentence_end;
5152 	gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_sentence_ends;
5153 	gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_visible_word_ends;
5154 	gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_visible_word_starts;
5155 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_visible_word_end;
5156 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_visible_word_start;
5157 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_visible_cursor_position;
5158 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_visible_cursor_position;
5159 	gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_visible_cursor_positions;
5160 	gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_visible_cursor_positions;
5161 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_visible_line;
5162 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_visible_line;
5163 	gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_visible_lines;
5164 	gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_visible_lines;
5165 	void function(GtkTextIter* iter, gint charOffset) c_gtk_text_iter_set_offset;
5166 	void function(GtkTextIter* iter, gint lineNumber) c_gtk_text_iter_set_line;
5167 	void function(GtkTextIter* iter, gint charOnLine) c_gtk_text_iter_set_line_offset;
5168 	void function(GtkTextIter* iter, gint byteOnLine) c_gtk_text_iter_set_line_index;
5169 	void function(GtkTextIter* iter, gint byteOnLine) c_gtk_text_iter_set_visible_line_index;
5170 	void function(GtkTextIter* iter, gint charOnLine) c_gtk_text_iter_set_visible_line_offset;
5171 	void function(GtkTextIter* iter) c_gtk_text_iter_forward_to_end;
5172 	gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_to_line_end;
5173 	gboolean function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_forward_to_tag_toggle;
5174 	gboolean function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_backward_to_tag_toggle;
5175 	gboolean function(GtkTextIter* iter, GtkTextCharPredicate pred, void* userData, GtkTextIter* limit) c_gtk_text_iter_forward_find_char;
5176 	gboolean function(GtkTextIter* iter, GtkTextCharPredicate pred, void* userData, GtkTextIter* limit) c_gtk_text_iter_backward_find_char;
5177 	gboolean function(GtkTextIter* iter, gchar* str, GtkTextSearchFlags flags, GtkTextIter* matchStart, GtkTextIter* matchEnd, GtkTextIter* limit) c_gtk_text_iter_forward_search;
5178 	gboolean function(GtkTextIter* iter, gchar* str, GtkTextSearchFlags flags, GtkTextIter* matchStart, GtkTextIter* matchEnd, GtkTextIter* limit) c_gtk_text_iter_backward_search;
5179 	gboolean function(GtkTextIter* lhs, GtkTextIter* rhs) c_gtk_text_iter_equal;
5180 	gint function(GtkTextIter* lhs, GtkTextIter* rhs) c_gtk_text_iter_compare;
5181 	gboolean function(GtkTextIter* iter, GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_in_range;
5182 	void function(GtkTextIter* first, GtkTextIter* second) c_gtk_text_iter_order;
5183 
5184 	// gtk.TextMark
5185 
5186 	GtkTextMark* function(gchar* name, gboolean leftGravity) c_gtk_text_mark_new;
5187 	void function(GtkTextMark* mark, gboolean setting) c_gtk_text_mark_set_visible;
5188 	gboolean function(GtkTextMark* mark) c_gtk_text_mark_get_visible;
5189 	gboolean function(GtkTextMark* mark) c_gtk_text_mark_get_deleted;
5190 	gchar* function(GtkTextMark* mark) c_gtk_text_mark_get_name;
5191 	GtkTextBuffer* function(GtkTextMark* mark) c_gtk_text_mark_get_buffer;
5192 	gboolean function(GtkTextMark* mark) c_gtk_text_mark_get_left_gravity;
5193 
5194 	// gtk.TextBuffer
5195 
5196 	GtkTextBuffer* function(GtkTextTagTable* table) c_gtk_text_buffer_new;
5197 	gint function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_line_count;
5198 	gint function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_char_count;
5199 	GtkTextTagTable* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_tag_table;
5200 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, gchar* text, gint len) c_gtk_text_buffer_insert;
5201 	void function(GtkTextBuffer* buffer, gchar* text, gint len) c_gtk_text_buffer_insert_at_cursor;
5202 	gboolean function(GtkTextBuffer* buffer, GtkTextIter* iter, gchar* text, gint len, gboolean defaultEditable) c_gtk_text_buffer_insert_interactive;
5203 	gboolean function(GtkTextBuffer* buffer, gchar* text, gint len, gboolean defaultEditable) c_gtk_text_buffer_insert_interactive_at_cursor;
5204 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_insert_range;
5205 	gboolean function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextIter* start, GtkTextIter* end, gboolean defaultEditable) c_gtk_text_buffer_insert_range_interactive;
5206 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, gchar* text, gint len, GtkTextTag* firstTag, ... ) c_gtk_text_buffer_insert_with_tags;
5207 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, gchar* text, gint len, gchar* firstTagName, ... ) c_gtk_text_buffer_insert_with_tags_by_name;
5208 	void function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_delete;
5209 	gboolean function(GtkTextBuffer* buffer, GtkTextIter* startIter, GtkTextIter* endIter, gboolean defaultEditable) c_gtk_text_buffer_delete_interactive;
5210 	gboolean function(GtkTextBuffer* buffer, GtkTextIter* iter, gboolean interactive, gboolean defaultEditable) c_gtk_text_buffer_backspace;
5211 	void function(GtkTextBuffer* buffer, gchar* text, gint len) c_gtk_text_buffer_set_text;
5212 	gchar* function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end, gboolean includeHiddenChars) c_gtk_text_buffer_get_text;
5213 	gchar* function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end, gboolean includeHiddenChars) c_gtk_text_buffer_get_slice;
5214 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, GdkPixbuf* pixbuf) c_gtk_text_buffer_insert_pixbuf;
5215 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextChildAnchor* anchor) c_gtk_text_buffer_insert_child_anchor;
5216 	GtkTextChildAnchor* function(GtkTextBuffer* buffer, GtkTextIter* iter) c_gtk_text_buffer_create_child_anchor;
5217 	GtkTextMark* function(GtkTextBuffer* buffer, gchar* markName, GtkTextIter* where, gboolean leftGravity) c_gtk_text_buffer_create_mark;
5218 	void function(GtkTextBuffer* buffer, GtkTextMark* mark, GtkTextIter* where) c_gtk_text_buffer_move_mark;
5219 	void function(GtkTextBuffer* buffer, gchar* name, GtkTextIter* where) c_gtk_text_buffer_move_mark_by_name;
5220 	void function(GtkTextBuffer* buffer, GtkTextMark* mark, GtkTextIter* where) c_gtk_text_buffer_add_mark;
5221 	void function(GtkTextBuffer* buffer, GtkTextMark* mark) c_gtk_text_buffer_delete_mark;
5222 	void function(GtkTextBuffer* buffer, gchar* name) c_gtk_text_buffer_delete_mark_by_name;
5223 	GtkTextMark* function(GtkTextBuffer* buffer, gchar* name) c_gtk_text_buffer_get_mark;
5224 	GtkTextMark* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_insert;
5225 	GtkTextMark* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_selection_bound;
5226 	gboolean function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_has_selection;
5227 	void function(GtkTextBuffer* buffer, GtkTextIter* where) c_gtk_text_buffer_place_cursor;
5228 	void function(GtkTextBuffer* buffer, GtkTextIter* ins, GtkTextIter* bound) c_gtk_text_buffer_select_range;
5229 	void function(GtkTextBuffer* buffer, GtkTextTag* tag, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_apply_tag;
5230 	void function(GtkTextBuffer* buffer, GtkTextTag* tag, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_remove_tag;
5231 	void function(GtkTextBuffer* buffer, gchar* name, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_apply_tag_by_name;
5232 	void function(GtkTextBuffer* buffer, gchar* name, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_remove_tag_by_name;
5233 	void function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_remove_all_tags;
5234 	GtkTextTag* function(GtkTextBuffer* buffer, gchar* tagName, gchar* firstPropertyName, ... ) c_gtk_text_buffer_create_tag;
5235 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, gint lineNumber, gint charOffset) c_gtk_text_buffer_get_iter_at_line_offset;
5236 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, gint charOffset) c_gtk_text_buffer_get_iter_at_offset;
5237 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, gint lineNumber) c_gtk_text_buffer_get_iter_at_line;
5238 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, gint lineNumber, gint byteIndex) c_gtk_text_buffer_get_iter_at_line_index;
5239 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextMark* mark) c_gtk_text_buffer_get_iter_at_mark;
5240 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextChildAnchor* anchor) c_gtk_text_buffer_get_iter_at_child_anchor;
5241 	void function(GtkTextBuffer* buffer, GtkTextIter* iter) c_gtk_text_buffer_get_start_iter;
5242 	void function(GtkTextBuffer* buffer, GtkTextIter* iter) c_gtk_text_buffer_get_end_iter;
5243 	void function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_get_bounds;
5244 	gboolean function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_modified;
5245 	void function(GtkTextBuffer* buffer, gboolean setting) c_gtk_text_buffer_set_modified;
5246 	gboolean function(GtkTextBuffer* buffer, gboolean interactive, gboolean defaultEditable) c_gtk_text_buffer_delete_selection;
5247 	void function(GtkTextBuffer* buffer, GtkClipboard* clipboard, GtkTextIter* overrideLocation, gboolean defaultEditable) c_gtk_text_buffer_paste_clipboard;
5248 	void function(GtkTextBuffer* buffer, GtkClipboard* clipboard) c_gtk_text_buffer_copy_clipboard;
5249 	void function(GtkTextBuffer* buffer, GtkClipboard* clipboard, gboolean defaultEditable) c_gtk_text_buffer_cut_clipboard;
5250 	gboolean function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_get_selection_bounds;
5251 	void function(GtkTextBuffer* buffer) c_gtk_text_buffer_begin_user_action;
5252 	void function(GtkTextBuffer* buffer) c_gtk_text_buffer_end_user_action;
5253 	void function(GtkTextBuffer* buffer, GtkClipboard* clipboard) c_gtk_text_buffer_add_selection_clipboard;
5254 	void function(GtkTextBuffer* buffer, GtkClipboard* clipboard) c_gtk_text_buffer_remove_selection_clipboard;
5255 	gboolean function(GtkTextBuffer* registerBuffer, GtkTextBuffer* contentBuffer, GdkAtom format, GtkTextIter* iter, guint8* data, gsize length, GError** error) c_gtk_text_buffer_deserialize;
5256 	gboolean function(GtkTextBuffer* buffer, GdkAtom format) c_gtk_text_buffer_deserialize_get_can_create_tags;
5257 	void function(GtkTextBuffer* buffer, GdkAtom format, gboolean canCreateTags) c_gtk_text_buffer_deserialize_set_can_create_tags;
5258 	GtkTargetList* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_copy_target_list;
5259 	GdkAtom* function(GtkTextBuffer* buffer, gint* nFormats) c_gtk_text_buffer_get_deserialize_formats;
5260 	GtkTargetList* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_paste_target_list;
5261 	GdkAtom* function(GtkTextBuffer* buffer, gint* nFormats) c_gtk_text_buffer_get_serialize_formats;
5262 	GdkAtom function(GtkTextBuffer* buffer, gchar* mimeType, GtkTextBufferDeserializeFunc funct, void* userData, GDestroyNotify userDataDestroy) c_gtk_text_buffer_register_deserialize_format;
5263 	GdkAtom function(GtkTextBuffer* buffer, gchar* tagsetName) c_gtk_text_buffer_register_deserialize_tagset;
5264 	GdkAtom function(GtkTextBuffer* buffer, gchar* mimeType, GtkTextBufferSerializeFunc funct, void* userData, GDestroyNotify userDataDestroy) c_gtk_text_buffer_register_serialize_format;
5265 	GdkAtom function(GtkTextBuffer* buffer, gchar* tagsetName) c_gtk_text_buffer_register_serialize_tagset;
5266 	guint8* function(GtkTextBuffer* registerBuffer, GtkTextBuffer* contentBuffer, GdkAtom format, GtkTextIter* start, GtkTextIter* end, gsize* length) c_gtk_text_buffer_serialize;
5267 	void function(GtkTextBuffer* buffer, GdkAtom format) c_gtk_text_buffer_unregister_deserialize_format;
5268 	void function(GtkTextBuffer* buffer, GdkAtom format) c_gtk_text_buffer_unregister_serialize_format;
5269 
5270 	// gtk.TextTag
5271 
5272 	GtkTextTag* function(gchar* name) c_gtk_text_tag_new;
5273 	gint function(GtkTextTag* tag) c_gtk_text_tag_get_priority;
5274 	void function(GtkTextTag* tag, gint priority) c_gtk_text_tag_set_priority;
5275 	gboolean function(GtkTextTag* tag, GObject* eventObject, GdkEvent* event, GtkTextIter* iter) c_gtk_text_tag_event;
5276 
5277 	// gtk.TextAttributes
5278 
5279 	GtkTextAttributes* function() c_gtk_text_attributes_new;
5280 	GtkTextAttributes* function(GtkTextAttributes* src) c_gtk_text_attributes_copy;
5281 	void function(GtkTextAttributes* src, GtkTextAttributes* dest) c_gtk_text_attributes_copy_values;
5282 	void function(GtkTextAttributes* values) c_gtk_text_attributes_unref;
5283 	GtkTextAttributes* function(GtkTextAttributes* values) c_gtk_text_attributes_ref;
5284 
5285 	// gtk.TextTagTable
5286 
5287 	GtkTextTagTable* function() c_gtk_text_tag_table_new;
5288 	void function(GtkTextTagTable* table, GtkTextTag* tag) c_gtk_text_tag_table_add;
5289 	void function(GtkTextTagTable* table, GtkTextTag* tag) c_gtk_text_tag_table_remove;
5290 	GtkTextTag* function(GtkTextTagTable* table, gchar* name) c_gtk_text_tag_table_lookup;
5291 	void function(GtkTextTagTable* table, GtkTextTagTableForeach func, void* data) c_gtk_text_tag_table_foreach;
5292 	gint function(GtkTextTagTable* table) c_gtk_text_tag_table_get_size;
5293 
5294 	// gtk.TextView
5295 
5296 	GtkWidget* function() c_gtk_text_view_new;
5297 	GtkWidget* function(GtkTextBuffer* buffer) c_gtk_text_view_new_with_buffer;
5298 	void function(GtkTextView* textView, GtkTextBuffer* buffer) c_gtk_text_view_set_buffer;
5299 	GtkTextBuffer* function(GtkTextView* textView) c_gtk_text_view_get_buffer;
5300 	void function(GtkTextView* textView, GtkTextMark* mark, gdouble withinMargin, gboolean useAlign, gdouble xalign, gdouble yalign) c_gtk_text_view_scroll_to_mark;
5301 	gboolean function(GtkTextView* textView, GtkTextIter* iter, gdouble withinMargin, gboolean useAlign, gdouble xalign, gdouble yalign) c_gtk_text_view_scroll_to_iter;
5302 	void function(GtkTextView* textView, GtkTextMark* mark) c_gtk_text_view_scroll_mark_onscreen;
5303 	gboolean function(GtkTextView* textView, GtkTextMark* mark) c_gtk_text_view_move_mark_onscreen;
5304 	gboolean function(GtkTextView* textView) c_gtk_text_view_place_cursor_onscreen;
5305 	void function(GtkTextView* textView, GdkRectangle* visibleRect) c_gtk_text_view_get_visible_rect;
5306 	void function(GtkTextView* textView, GtkTextIter* iter, GdkRectangle* location) c_gtk_text_view_get_iter_location;
5307 	void function(GtkTextView* textView, GtkTextIter* targetIter, gint y, gint* lineTop) c_gtk_text_view_get_line_at_y;
5308 	void function(GtkTextView* textView, GtkTextIter* iter, gint* y, gint* height) c_gtk_text_view_get_line_yrange;
5309 	void function(GtkTextView* textView, GtkTextIter* iter, gint x, gint y) c_gtk_text_view_get_iter_at_location;
5310 	void function(GtkTextView* textView, GtkTextIter* iter, gint* trailing, gint x, gint y) c_gtk_text_view_get_iter_at_position;
5311 	void function(GtkTextView* textView, GtkTextWindowType win, gint bufferX, gint bufferY, gint* windowX, gint* windowY) c_gtk_text_view_buffer_to_window_coords;
5312 	void function(GtkTextView* textView, GtkTextWindowType win, gint windowX, gint windowY, gint* bufferX, gint* bufferY) c_gtk_text_view_window_to_buffer_coords;
5313 	GdkWindow* function(GtkTextView* textView, GtkTextWindowType win) c_gtk_text_view_get_window;
5314 	GtkTextWindowType function(GtkTextView* textView, GdkWindow* window) c_gtk_text_view_get_window_type;
5315 	void function(GtkTextView* textView, GtkTextWindowType type, gint size) c_gtk_text_view_set_border_window_size;
5316 	gint function(GtkTextView* textView, GtkTextWindowType type) c_gtk_text_view_get_border_window_size;
5317 	gboolean function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_forward_display_line;
5318 	gboolean function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_backward_display_line;
5319 	gboolean function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_forward_display_line_end;
5320 	gboolean function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_backward_display_line_start;
5321 	gboolean function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_starts_display_line;
5322 	gboolean function(GtkTextView* textView, GtkTextIter* iter, gint count) c_gtk_text_view_move_visually;
5323 	void function(GtkTextView* textView, GtkWidget* child, GtkTextChildAnchor* anchor) c_gtk_text_view_add_child_at_anchor;
5324 	void function(GtkTextView* textView, GtkWidget* child, GtkTextWindowType whichWindow, gint xpos, gint ypos) c_gtk_text_view_add_child_in_window;
5325 	void function(GtkTextView* textView, GtkWidget* child, gint xpos, gint ypos) c_gtk_text_view_move_child;
5326 	void function(GtkTextView* textView, GtkWrapMode wrapMode) c_gtk_text_view_set_wrap_mode;
5327 	GtkWrapMode function(GtkTextView* textView) c_gtk_text_view_get_wrap_mode;
5328 	void function(GtkTextView* textView, gboolean setting) c_gtk_text_view_set_editable;
5329 	gboolean function(GtkTextView* textView) c_gtk_text_view_get_editable;
5330 	void function(GtkTextView* textView, gboolean setting) c_gtk_text_view_set_cursor_visible;
5331 	gboolean function(GtkTextView* textView) c_gtk_text_view_get_cursor_visible;
5332 	void function(GtkTextView* textView, gboolean overwrite) c_gtk_text_view_set_overwrite;
5333 	gboolean function(GtkTextView* textView) c_gtk_text_view_get_overwrite;
5334 	void function(GtkTextView* textView, gint pixelsAboveLines) c_gtk_text_view_set_pixels_above_lines;
5335 	gint function(GtkTextView* textView) c_gtk_text_view_get_pixels_above_lines;
5336 	void function(GtkTextView* textView, gint pixelsBelowLines) c_gtk_text_view_set_pixels_below_lines;
5337 	gint function(GtkTextView* textView) c_gtk_text_view_get_pixels_below_lines;
5338 	void function(GtkTextView* textView, gint pixelsInsideWrap) c_gtk_text_view_set_pixels_inside_wrap;
5339 	gint function(GtkTextView* textView) c_gtk_text_view_get_pixels_inside_wrap;
5340 	void function(GtkTextView* textView, GtkJustification justification) c_gtk_text_view_set_justification;
5341 	GtkJustification function(GtkTextView* textView) c_gtk_text_view_get_justification;
5342 	void function(GtkTextView* textView, gint leftMargin) c_gtk_text_view_set_left_margin;
5343 	gint function(GtkTextView* textView) c_gtk_text_view_get_left_margin;
5344 	void function(GtkTextView* textView, gint rightMargin) c_gtk_text_view_set_right_margin;
5345 	gint function(GtkTextView* textView) c_gtk_text_view_get_right_margin;
5346 	void function(GtkTextView* textView, gint indent) c_gtk_text_view_set_indent;
5347 	gint function(GtkTextView* textView) c_gtk_text_view_get_indent;
5348 	void function(GtkTextView* textView, PangoTabArray* tabs) c_gtk_text_view_set_tabs;
5349 	PangoTabArray* function(GtkTextView* textView) c_gtk_text_view_get_tabs;
5350 	void function(GtkTextView* textView, gboolean acceptsTab) c_gtk_text_view_set_accepts_tab;
5351 	gboolean function(GtkTextView* textView) c_gtk_text_view_get_accepts_tab;
5352 	GtkTextAttributes* function(GtkTextView* textView) c_gtk_text_view_get_default_attributes;
5353 	gboolean function(GtkTextView* textView, GdkEventKey* event) c_gtk_text_view_im_context_filter_keypress;
5354 	void function(GtkTextView* textView) c_gtk_text_view_reset_im_context;
5355 	GtkAdjustment* function(GtkTextView* textView) c_gtk_text_view_get_hadjustment;
5356 	GtkAdjustment* function(GtkTextView* textView) c_gtk_text_view_get_vadjustment;
5357 
5358 	// gtk.TextChildAnchor
5359 
5360 	GtkTextChildAnchor* function() c_gtk_text_child_anchor_new;
5361 	GList* function(GtkTextChildAnchor* anchor) c_gtk_text_child_anchor_get_widgets;
5362 	gboolean function(GtkTextChildAnchor* anchor) c_gtk_text_child_anchor_get_deleted;
5363 
5364 	// gtk.TreePath
5365 
5366 	GtkTreePath* function() c_gtk_tree_path_new;
5367 	GtkTreePath* function(gchar* path) c_gtk_tree_path_new_from_string;
5368 	GtkTreePath* function(gint firstIndex, ... ) c_gtk_tree_path_new_from_indices;
5369 	gchar* function(GtkTreePath* path) c_gtk_tree_path_to_string;
5370 	GtkTreePath* function() c_gtk_tree_path_new_first;
5371 	void function(GtkTreePath* path, gint index) c_gtk_tree_path_append_index;
5372 	void function(GtkTreePath* path, gint index) c_gtk_tree_path_prepend_index;
5373 	gint function(GtkTreePath* path) c_gtk_tree_path_get_depth;
5374 	gint* function(GtkTreePath* path) c_gtk_tree_path_get_indices;
5375 	gint* function(GtkTreePath* path, gint* depth) c_gtk_tree_path_get_indices_with_depth;
5376 	void function(GtkTreePath* path) c_gtk_tree_path_free;
5377 	GtkTreePath* function(GtkTreePath* path) c_gtk_tree_path_copy;
5378 	gint function(GtkTreePath* a, GtkTreePath* b) c_gtk_tree_path_compare;
5379 	void function(GtkTreePath* path) c_gtk_tree_path_next;
5380 	gboolean function(GtkTreePath* path) c_gtk_tree_path_prev;
5381 	gboolean function(GtkTreePath* path) c_gtk_tree_path_up;
5382 	void function(GtkTreePath* path) c_gtk_tree_path_down;
5383 	gboolean function(GtkTreePath* path, GtkTreePath* descendant) c_gtk_tree_path_is_ancestor;
5384 	gboolean function(GtkTreePath* path, GtkTreePath* ancestor) c_gtk_tree_path_is_descendant;
5385 
5386 	// gtk.TreeModelT
5387 
5388 
5389 	// gtk.TreeModelT
5390 
5391 	GtkTreeModelFlags function(GtkTreeModel* treeModel) c_gtk_tree_model_get_flags;
5392 	gint function(GtkTreeModel* treeModel) c_gtk_tree_model_get_n_columns;
5393 	GType function(GtkTreeModel* treeModel, gint index) c_gtk_tree_model_get_column_type;
5394 	gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreePath* path) c_gtk_tree_model_get_iter;
5395 	gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter, gchar* pathString) c_gtk_tree_model_get_iter_from_string;
5396 	gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_get_iter_first;
5397 	GtkTreePath* function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_get_path;
5398 	void function(GtkTreeModel* treeModel, GtkTreeIter* iter, gint column, GValue* value) c_gtk_tree_model_get_value;
5399 	gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_iter_next;
5400 	gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreeIter* parent) c_gtk_tree_model_iter_children;
5401 	gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_iter_has_child;
5402 	gint function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_iter_n_children;
5403 	gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreeIter* parent, gint n) c_gtk_tree_model_iter_nth_child;
5404 	gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreeIter* child) c_gtk_tree_model_iter_parent;
5405 	gchar* function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_get_string_from_iter;
5406 	void function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_ref_node;
5407 	void function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_unref_node;
5408 	void function(GtkTreeModel* treeModel, GtkTreeIter* iter, ... ) c_gtk_tree_model_get;
5409 	void function(GtkTreeModel* treeModel, GtkTreeIter* iter, va_list varArgs) c_gtk_tree_model_get_valist;
5410 	void function(GtkTreeModel* model, GtkTreeModelForeachFunc func, void* userData) c_gtk_tree_model_foreach;
5411 	void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter) c_gtk_tree_model_row_changed;
5412 	void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter) c_gtk_tree_model_row_inserted;
5413 	void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter) c_gtk_tree_model_row_has_child_toggled;
5414 	void function(GtkTreeModel* treeModel, GtkTreePath* path) c_gtk_tree_model_row_deleted;
5415 	void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter, gint* newOrder) c_gtk_tree_model_rows_reordered;
5416 
5417 	// gtk.TreeIter
5418 
5419 	GtkTreeIter* function(GtkTreeIter* iter) c_gtk_tree_iter_copy;
5420 	void function(GtkTreeIter* iter) c_gtk_tree_iter_free;
5421 
5422 	// gtk.TreeRowReference
5423 
5424 	GtkTreeRowReference* function(GtkTreeModel* model, GtkTreePath* path) c_gtk_tree_row_reference_new;
5425 	GtkTreeRowReference* function(GObject* proxy, GtkTreeModel* model, GtkTreePath* path) c_gtk_tree_row_reference_new_proxy;
5426 	GtkTreeModel* function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_get_model;
5427 	GtkTreePath* function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_get_path;
5428 	gboolean function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_valid;
5429 	void function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_free;
5430 	GtkTreeRowReference* function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_copy;
5431 	void function(GObject* proxy, GtkTreePath* path) c_gtk_tree_row_reference_inserted;
5432 	void function(GObject* proxy, GtkTreePath* path) c_gtk_tree_row_reference_deleted;
5433 	void function(GObject* proxy, GtkTreePath* path, GtkTreeIter* iter, gint* newOrder) c_gtk_tree_row_reference_reordered;
5434 
5435 	// gtk.TreeIterError
5436 
5437 
5438 	// gtk.
5439 
5440 
5441 	// gtk.TreeSelection
5442 
5443 	void function(GtkTreeSelection* selection, GtkSelectionMode type) c_gtk_tree_selection_set_mode;
5444 	GtkSelectionMode function(GtkTreeSelection* selection) c_gtk_tree_selection_get_mode;
5445 	void function(GtkTreeSelection* selection, GtkTreeSelectionFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_selection_set_select_function;
5446 	GtkTreeSelectionFunc function(GtkTreeSelection* selection) c_gtk_tree_selection_get_select_function;
5447 	gpointer function(GtkTreeSelection* selection) c_gtk_tree_selection_get_user_data;
5448 	GtkTreeView* function(GtkTreeSelection* selection) c_gtk_tree_selection_get_tree_view;
5449 	gboolean function(GtkTreeSelection* selection, GtkTreeModel** model, GtkTreeIter* iter) c_gtk_tree_selection_get_selected;
5450 	void function(GtkTreeSelection* selection, GtkTreeSelectionForeachFunc func, void* data) c_gtk_tree_selection_selected_foreach;
5451 	GList* function(GtkTreeSelection* selection, GtkTreeModel** model) c_gtk_tree_selection_get_selected_rows;
5452 	gint function(GtkTreeSelection* selection) c_gtk_tree_selection_count_selected_rows;
5453 	void function(GtkTreeSelection* selection, GtkTreePath* path) c_gtk_tree_selection_select_path;
5454 	void function(GtkTreeSelection* selection, GtkTreePath* path) c_gtk_tree_selection_unselect_path;
5455 	gboolean function(GtkTreeSelection* selection, GtkTreePath* path) c_gtk_tree_selection_path_is_selected;
5456 	void function(GtkTreeSelection* selection, GtkTreeIter* iter) c_gtk_tree_selection_select_iter;
5457 	void function(GtkTreeSelection* selection, GtkTreeIter* iter) c_gtk_tree_selection_unselect_iter;
5458 	gboolean function(GtkTreeSelection* selection, GtkTreeIter* iter) c_gtk_tree_selection_iter_is_selected;
5459 	void function(GtkTreeSelection* selection) c_gtk_tree_selection_select_all;
5460 	void function(GtkTreeSelection* selection) c_gtk_tree_selection_unselect_all;
5461 	void function(GtkTreeSelection* selection, GtkTreePath* startPath, GtkTreePath* endPath) c_gtk_tree_selection_select_range;
5462 	void function(GtkTreeSelection* selection, GtkTreePath* startPath, GtkTreePath* endPath) c_gtk_tree_selection_unselect_range;
5463 
5464 	// gtk.TreeViewColumn
5465 
5466 	GtkTreeViewColumn* function() c_gtk_tree_view_column_new;
5467 	GtkTreeViewColumn* function(gchar* title, GtkCellRenderer* cell, ... ) c_gtk_tree_view_column_new_with_attributes;
5468 	void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cell, gboolean expand) c_gtk_tree_view_column_pack_start;
5469 	void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cell, gboolean expand) c_gtk_tree_view_column_pack_end;
5470 	void function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_clear;
5471 	GList* function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_cell_renderers;
5472 	void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer, gchar* attribute, gint column) c_gtk_tree_view_column_add_attribute;
5473 	void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer, ... ) c_gtk_tree_view_column_set_attributes;
5474 	void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer, GtkTreeCellDataFunc func, void* funcData, GDestroyNotify destroy) c_gtk_tree_view_column_set_cell_data_func;
5475 	void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer) c_gtk_tree_view_column_clear_attributes;
5476 	void function(GtkTreeViewColumn* treeColumn, gint spacing) c_gtk_tree_view_column_set_spacing;
5477 	gint function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_spacing;
5478 	void function(GtkTreeViewColumn* treeColumn, gboolean visible) c_gtk_tree_view_column_set_visible;
5479 	gboolean function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_visible;
5480 	void function(GtkTreeViewColumn* treeColumn, gboolean resizable) c_gtk_tree_view_column_set_resizable;
5481 	gboolean function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_resizable;
5482 	void function(GtkTreeViewColumn* treeColumn, GtkTreeViewColumnSizing type) c_gtk_tree_view_column_set_sizing;
5483 	GtkTreeViewColumnSizing function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_sizing;
5484 	gint function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_width;
5485 	gint function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_fixed_width;
5486 	void function(GtkTreeViewColumn* treeColumn, gint fixedWidth) c_gtk_tree_view_column_set_fixed_width;
5487 	void function(GtkTreeViewColumn* treeColumn, gint minWidth) c_gtk_tree_view_column_set_min_width;
5488 	gint function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_min_width;
5489 	void function(GtkTreeViewColumn* treeColumn, gint maxWidth) c_gtk_tree_view_column_set_max_width;
5490 	gint function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_max_width;
5491 	void function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_clicked;
5492 	void function(GtkTreeViewColumn* treeColumn, gchar* title) c_gtk_tree_view_column_set_title;
5493 	gchar* function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_title;
5494 	void function(GtkTreeViewColumn* treeColumn, gboolean expand) c_gtk_tree_view_column_set_expand;
5495 	gboolean function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_expand;
5496 	void function(GtkTreeViewColumn* treeColumn, gboolean clickable) c_gtk_tree_view_column_set_clickable;
5497 	gboolean function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_clickable;
5498 	void function(GtkTreeViewColumn* treeColumn, GtkWidget* widget) c_gtk_tree_view_column_set_widget;
5499 	GtkWidget* function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_widget;
5500 	void function(GtkTreeViewColumn* treeColumn, gfloat xalign) c_gtk_tree_view_column_set_alignment;
5501 	gfloat function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_alignment;
5502 	void function(GtkTreeViewColumn* treeColumn, gboolean reorderable) c_gtk_tree_view_column_set_reorderable;
5503 	gboolean function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_reorderable;
5504 	void function(GtkTreeViewColumn* treeColumn, gint sortColumnId) c_gtk_tree_view_column_set_sort_column_id;
5505 	gint function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_sort_column_id;
5506 	void function(GtkTreeViewColumn* treeColumn, gboolean setting) c_gtk_tree_view_column_set_sort_indicator;
5507 	gboolean function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_sort_indicator;
5508 	void function(GtkTreeViewColumn* treeColumn, GtkSortType order) c_gtk_tree_view_column_set_sort_order;
5509 	GtkSortType function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_sort_order;
5510 	void function(GtkTreeViewColumn* treeColumn, GtkTreeModel* treeModel, GtkTreeIter* iter, gboolean isExpander, gboolean isExpanded) c_gtk_tree_view_column_cell_set_cell_data;
5511 	void function(GtkTreeViewColumn* treeColumn, GdkRectangle* cellArea, gint* xOffset, gint* yOffset, gint* width, gint* height) c_gtk_tree_view_column_cell_get_size;
5512 	gboolean function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer, gint* startPos, gint* width) c_gtk_tree_view_column_cell_get_position;
5513 	gboolean function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_cell_is_visible;
5514 	void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cell) c_gtk_tree_view_column_focus_cell;
5515 	void function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_queue_resize;
5516 	GtkWidget* function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_tree_view;
5517 
5518 	// gtk.TreeView
5519 
5520 	GtkWidget* function() c_gtk_tree_view_new;
5521 	gint function(GtkTreeView* treeView) c_gtk_tree_view_get_level_indentation;
5522 	gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_show_expanders;
5523 	void function(GtkTreeView* treeView, gint indentation) c_gtk_tree_view_set_level_indentation;
5524 	void function(GtkTreeView* treeView, gboolean enabled) c_gtk_tree_view_set_show_expanders;
5525 	GtkWidget* function(GtkTreeModel* model) c_gtk_tree_view_new_with_model;
5526 	GtkTreeModel* function(GtkTreeView* treeView) c_gtk_tree_view_get_model;
5527 	void function(GtkTreeView* treeView, GtkTreeModel* model) c_gtk_tree_view_set_model;
5528 	GtkTreeSelection* function(GtkTreeView* treeView) c_gtk_tree_view_get_selection;
5529 	GtkAdjustment* function(GtkTreeView* treeView) c_gtk_tree_view_get_hadjustment;
5530 	void function(GtkTreeView* treeView, GtkAdjustment* adjustment) c_gtk_tree_view_set_hadjustment;
5531 	GtkAdjustment* function(GtkTreeView* treeView) c_gtk_tree_view_get_vadjustment;
5532 	void function(GtkTreeView* treeView, GtkAdjustment* adjustment) c_gtk_tree_view_set_vadjustment;
5533 	gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_headers_visible;
5534 	void function(GtkTreeView* treeView, gboolean headersVisible) c_gtk_tree_view_set_headers_visible;
5535 	void function(GtkTreeView* treeView) c_gtk_tree_view_columns_autosize;
5536 	gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_headers_clickable;
5537 	void function(GtkTreeView* treeView, gboolean setting) c_gtk_tree_view_set_headers_clickable;
5538 	void function(GtkTreeView* treeView, gboolean setting) c_gtk_tree_view_set_rules_hint;
5539 	gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_rules_hint;
5540 	gint function(GtkTreeView* treeView, GtkTreeViewColumn* column) c_gtk_tree_view_append_column;
5541 	gint function(GtkTreeView* treeView, GtkTreeViewColumn* column) c_gtk_tree_view_remove_column;
5542 	gint function(GtkTreeView* treeView, GtkTreeViewColumn* column, gint position) c_gtk_tree_view_insert_column;
5543 	gint function(GtkTreeView* treeView, gint position, gchar* title, GtkCellRenderer* cell, ... ) c_gtk_tree_view_insert_column_with_attributes;
5544 	gint function(GtkTreeView* treeView, gint position, gchar* title, GtkCellRenderer* cell, GtkTreeCellDataFunc func, void* data, GDestroyNotify dnotify) c_gtk_tree_view_insert_column_with_data_func;
5545 	GtkTreeViewColumn* function(GtkTreeView* treeView, gint n) c_gtk_tree_view_get_column;
5546 	GList* function(GtkTreeView* treeView) c_gtk_tree_view_get_columns;
5547 	void function(GtkTreeView* treeView, GtkTreeViewColumn* column, GtkTreeViewColumn* baseColumn) c_gtk_tree_view_move_column_after;
5548 	void function(GtkTreeView* treeView, GtkTreeViewColumn* column) c_gtk_tree_view_set_expander_column;
5549 	GtkTreeViewColumn* function(GtkTreeView* treeView) c_gtk_tree_view_get_expander_column;
5550 	void function(GtkTreeView* treeView, GtkTreeViewColumnDropFunc func, void* userData, GDestroyNotify destroy) c_gtk_tree_view_set_column_drag_function;
5551 	void function(GtkTreeView* treeView, gint treeX, gint treeY) c_gtk_tree_view_scroll_to_point;
5552 	void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* column, gboolean useAlign, gfloat rowAlign, gfloat colAlign) c_gtk_tree_view_scroll_to_cell;
5553 	void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* focusColumn, gboolean startEditing) c_gtk_tree_view_set_cursor;
5554 	void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* focusColumn, GtkCellRenderer* focusCell, gboolean startEditing) c_gtk_tree_view_set_cursor_on_cell;
5555 	void function(GtkTreeView* treeView, GtkTreePath** path, GtkTreeViewColumn** focusColumn) c_gtk_tree_view_get_cursor;
5556 	void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* column) c_gtk_tree_view_row_activated;
5557 	void function(GtkTreeView* treeView) c_gtk_tree_view_expand_all;
5558 	void function(GtkTreeView* treeView) c_gtk_tree_view_collapse_all;
5559 	void function(GtkTreeView* treeView, GtkTreePath* path) c_gtk_tree_view_expand_to_path;
5560 	gboolean function(GtkTreeView* treeView, GtkTreePath* path, gboolean openAll) c_gtk_tree_view_expand_row;
5561 	gboolean function(GtkTreeView* treeView, GtkTreePath* path) c_gtk_tree_view_collapse_row;
5562 	void function(GtkTreeView* treeView, GtkTreeViewMappingFunc func, void* data) c_gtk_tree_view_map_expanded_rows;
5563 	gboolean function(GtkTreeView* treeView, GtkTreePath* path) c_gtk_tree_view_row_expanded;
5564 	void function(GtkTreeView* treeView, gboolean reorderable) c_gtk_tree_view_set_reorderable;
5565 	gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_reorderable;
5566 	gboolean function(GtkTreeView* treeView, gint x, gint y, GtkTreePath** path, GtkTreeViewColumn** column, gint* cellX, gint* cellY) c_gtk_tree_view_get_path_at_pos;
5567 	void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* column, GdkRectangle* rect) c_gtk_tree_view_get_cell_area;
5568 	void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* column, GdkRectangle* rect) c_gtk_tree_view_get_background_area;
5569 	void function(GtkTreeView* treeView, GdkRectangle* visibleRect) c_gtk_tree_view_get_visible_rect;
5570 	gboolean function(GtkTreeView* treeView, GtkTreePath** startPath, GtkTreePath** endPath) c_gtk_tree_view_get_visible_range;
5571 	GdkWindow* function(GtkTreeView* treeView) c_gtk_tree_view_get_bin_window;
5572 	void function(GtkTreeView* treeView, gint wx, gint wy, gint* tx, gint* ty) c_gtk_tree_view_widget_to_tree_coords;
5573 	void function(GtkTreeView* treeView, gint tx, gint ty, gint* wx, gint* wy) c_gtk_tree_view_tree_to_widget_coords;
5574 	void function(GtkTreeView* treeView, gint bx, gint by, gint* tx, gint* ty) c_gtk_tree_view_convert_bin_window_to_tree_coords;
5575 	void function(GtkTreeView* treeView, gint bx, gint by, gint* wx, gint* wy) c_gtk_tree_view_convert_bin_window_to_widget_coords;
5576 	void function(GtkTreeView* treeView, gint tx, gint ty, gint* bx, gint* by) c_gtk_tree_view_convert_tree_to_bin_window_coords;
5577 	void function(GtkTreeView* treeView, gint tx, gint ty, gint* wx, gint* wy) c_gtk_tree_view_convert_tree_to_widget_coords;
5578 	void function(GtkTreeView* treeView, gint wx, gint wy, gint* bx, gint* by) c_gtk_tree_view_convert_widget_to_bin_window_coords;
5579 	void function(GtkTreeView* treeView, gint wx, gint wy, gint* tx, gint* ty) c_gtk_tree_view_convert_widget_to_tree_coords;
5580 	void function(GtkTreeView* treeView, GtkTargetEntry* targets, gint nTargets, GdkDragAction actions) c_gtk_tree_view_enable_model_drag_dest;
5581 	void function(GtkTreeView* treeView, GdkModifierType startButtonMask, GtkTargetEntry* targets, gint nTargets, GdkDragAction actions) c_gtk_tree_view_enable_model_drag_source;
5582 	void function(GtkTreeView* treeView) c_gtk_tree_view_unset_rows_drag_source;
5583 	void function(GtkTreeView* treeView) c_gtk_tree_view_unset_rows_drag_dest;
5584 	void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewDropPosition pos) c_gtk_tree_view_set_drag_dest_row;
5585 	void function(GtkTreeView* treeView, GtkTreePath** path, GtkTreeViewDropPosition* pos) c_gtk_tree_view_get_drag_dest_row;
5586 	gboolean function(GtkTreeView* treeView, gint dragX, gint dragY, GtkTreePath** path, GtkTreeViewDropPosition* pos) c_gtk_tree_view_get_dest_row_at_pos;
5587 	GdkPixmap* function(GtkTreeView* treeView, GtkTreePath* path) c_gtk_tree_view_create_row_drag_icon;
5588 	void function(GtkTreeView* treeView, gboolean enableSearch) c_gtk_tree_view_set_enable_search;
5589 	gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_enable_search;
5590 	gint function(GtkTreeView* treeView) c_gtk_tree_view_get_search_column;
5591 	void function(GtkTreeView* treeView, gint column) c_gtk_tree_view_set_search_column;
5592 	GtkTreeViewSearchEqualFunc function(GtkTreeView* treeView) c_gtk_tree_view_get_search_equal_func;
5593 	void function(GtkTreeView* treeView, GtkTreeViewSearchEqualFunc searchEqualFunc, void* searchUserData, GDestroyNotify searchDestroy) c_gtk_tree_view_set_search_equal_func;
5594 	GtkEntry* function(GtkTreeView* treeView) c_gtk_tree_view_get_search_entry;
5595 	void function(GtkTreeView* treeView, GtkEntry* entry) c_gtk_tree_view_set_search_entry;
5596 	GtkTreeViewSearchPositionFunc function(GtkTreeView* treeView) c_gtk_tree_view_get_search_position_func;
5597 	void function(GtkTreeView* treeView, GtkTreeViewSearchPositionFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_view_set_search_position_func;
5598 	gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_fixed_height_mode;
5599 	void function(GtkTreeView* treeView, gboolean enable) c_gtk_tree_view_set_fixed_height_mode;
5600 	gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_hover_selection;
5601 	void function(GtkTreeView* treeView, gboolean hover) c_gtk_tree_view_set_hover_selection;
5602 	gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_hover_expand;
5603 	void function(GtkTreeView* treeView, gboolean expand) c_gtk_tree_view_set_hover_expand;
5604 	void function(GtkTreeView* treeView, GtkTreeDestroyCountFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_view_set_destroy_count_func;
5605 	GtkTreeViewRowSeparatorFunc function(GtkTreeView* treeView) c_gtk_tree_view_get_row_separator_func;
5606 	void function(GtkTreeView* treeView, GtkTreeViewRowSeparatorFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_view_set_row_separator_func;
5607 	gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_rubber_banding;
5608 	void function(GtkTreeView* treeView, gboolean enable) c_gtk_tree_view_set_rubber_banding;
5609 	gboolean function(GtkTreeView* treeView) c_gtk_tree_view_is_rubber_banding_active;
5610 	gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_enable_tree_lines;
5611 	void function(GtkTreeView* treeView, gboolean enabled) c_gtk_tree_view_set_enable_tree_lines;
5612 	GtkTreeViewGridLines function(GtkTreeView* treeView) c_gtk_tree_view_get_grid_lines;
5613 	void function(GtkTreeView* treeView, GtkTreeViewGridLines gridLines) c_gtk_tree_view_set_grid_lines;
5614 	void function(GtkTreeView* treeView, GtkTooltip* tooltip, GtkTreePath* path) c_gtk_tree_view_set_tooltip_row;
5615 	void function(GtkTreeView* treeView, GtkTooltip* tooltip, GtkTreePath* path, GtkTreeViewColumn* column, GtkCellRenderer* cell) c_gtk_tree_view_set_tooltip_cell;
5616 	gboolean function(GtkTreeView* treeView, gint* x, gint* y, gboolean keyboardTip, GtkTreeModel** model, GtkTreePath** path, GtkTreeIter* iter) c_gtk_tree_view_get_tooltip_context;
5617 	gint function(GtkTreeView* treeView) c_gtk_tree_view_get_tooltip_column;
5618 	void function(GtkTreeView* treeView, gint column) c_gtk_tree_view_set_tooltip_column;
5619 
5620 	// gtk.TreeDragSourceT
5621 
5622 
5623 	// gtk.TreeDragSourceT
5624 
5625 	gboolean function(GtkTreeDragSource* dragSource, GtkTreePath* path) c_gtk_tree_drag_source_drag_data_delete;
5626 	gboolean function(GtkTreeDragSource* dragSource, GtkTreePath* path, GtkSelectionData* selectionData) c_gtk_tree_drag_source_drag_data_get;
5627 	gboolean function(GtkTreeDragSource* dragSource, GtkTreePath* path) c_gtk_tree_drag_source_row_draggable;
5628 	gboolean function(GtkSelectionData* selectionData, GtkTreeModel* treeModel, GtkTreePath* path) c_gtk_tree_set_row_drag_data;
5629 	gboolean function(GtkSelectionData* selectionData, GtkTreeModel** treeModel, GtkTreePath** path) c_gtk_tree_get_row_drag_data;
5630 
5631 	// gtk.TreeDragDestT
5632 
5633 
5634 	// gtk.TreeDragDestT
5635 
5636 	gboolean function(GtkTreeDragDest* dragDest, GtkTreePath* dest, GtkSelectionData* selectionData) c_gtk_tree_drag_dest_drag_data_received;
5637 	gboolean function(GtkTreeDragDest* dragDest, GtkTreePath* destPath, GtkSelectionData* selectionData) c_gtk_tree_drag_dest_row_drop_possible;
5638 
5639 	// gtk.CellView
5640 
5641 	GtkWidget* function() c_gtk_cell_view_new;
5642 	GtkWidget* function(gchar* text) c_gtk_cell_view_new_with_text;
5643 	GtkWidget* function(gchar* markup) c_gtk_cell_view_new_with_markup;
5644 	GtkWidget* function(GdkPixbuf* pixbuf) c_gtk_cell_view_new_with_pixbuf;
5645 	void function(GtkCellView* cellView, GtkTreeModel* model) c_gtk_cell_view_set_model;
5646 	GtkTreeModel* function(GtkCellView* cellView) c_gtk_cell_view_get_model;
5647 	void function(GtkCellView* cellView, GtkTreePath* path) c_gtk_cell_view_set_displayed_row;
5648 	GtkTreePath* function(GtkCellView* cellView) c_gtk_cell_view_get_displayed_row;
5649 	gboolean function(GtkCellView* cellView, GtkTreePath* path, GtkRequisition* requisition) c_gtk_cell_view_get_size_of_row;
5650 	void function(GtkCellView* cellView, GdkColor* color) c_gtk_cell_view_set_background_color;
5651 	GList* function(GtkCellView* cellView) c_gtk_cell_view_get_cell_renderers;
5652 
5653 	// gtk.IconView
5654 
5655 	GtkWidget* function() c_gtk_icon_view_new;
5656 	GtkWidget* function(GtkTreeModel* model) c_gtk_icon_view_new_with_model;
5657 	void function(GtkIconView* iconView, GtkTreeModel* model) c_gtk_icon_view_set_model;
5658 	GtkTreeModel* function(GtkIconView* iconView) c_gtk_icon_view_get_model;
5659 	void function(GtkIconView* iconView, gint column) c_gtk_icon_view_set_text_column;
5660 	gint function(GtkIconView* iconView) c_gtk_icon_view_get_text_column;
5661 	void function(GtkIconView* iconView, gint column) c_gtk_icon_view_set_markup_column;
5662 	gint function(GtkIconView* iconView) c_gtk_icon_view_get_markup_column;
5663 	void function(GtkIconView* iconView, gint column) c_gtk_icon_view_set_pixbuf_column;
5664 	gint function(GtkIconView* iconView) c_gtk_icon_view_get_pixbuf_column;
5665 	GtkTreePath* function(GtkIconView* iconView, gint x, gint y) c_gtk_icon_view_get_path_at_pos;
5666 	gboolean function(GtkIconView* iconView, gint x, gint y, GtkTreePath** path, GtkCellRenderer** cell) c_gtk_icon_view_get_item_at_pos;
5667 	void function(GtkIconView* iconView, gint wx, gint wy, gint* bx, gint* by) c_gtk_icon_view_convert_widget_to_bin_window_coords;
5668 	void function(GtkIconView* iconView, GtkTreePath* path, GtkCellRenderer* cell, gboolean startEditing) c_gtk_icon_view_set_cursor;
5669 	gboolean function(GtkIconView* iconView, GtkTreePath** path, GtkCellRenderer** cell) c_gtk_icon_view_get_cursor;
5670 	void function(GtkIconView* iconView, GtkIconViewForeachFunc func, void* data) c_gtk_icon_view_selected_foreach;
5671 	void function(GtkIconView* iconView, GtkSelectionMode mode) c_gtk_icon_view_set_selection_mode;
5672 	GtkSelectionMode function(GtkIconView* iconView) c_gtk_icon_view_get_selection_mode;
5673 	void function(GtkIconView* iconView, GtkOrientation orientation) c_gtk_icon_view_set_orientation;
5674 	GtkOrientation function(GtkIconView* iconView) c_gtk_icon_view_get_orientation;
5675 	void function(GtkIconView* iconView, GtkOrientation orientation) c_gtk_icon_view_set_item_orientation;
5676 	GtkOrientation function(GtkIconView* iconView) c_gtk_icon_view_get_item_orientation;
5677 	void function(GtkIconView* iconView, gint columns) c_gtk_icon_view_set_columns;
5678 	gint function(GtkIconView* iconView) c_gtk_icon_view_get_columns;
5679 	void function(GtkIconView* iconView, gint itemWidth) c_gtk_icon_view_set_item_width;
5680 	gint function(GtkIconView* iconView) c_gtk_icon_view_get_item_width;
5681 	void function(GtkIconView* iconView, gint spacing) c_gtk_icon_view_set_spacing;
5682 	gint function(GtkIconView* iconView) c_gtk_icon_view_get_spacing;
5683 	void function(GtkIconView* iconView, gint rowSpacing) c_gtk_icon_view_set_row_spacing;
5684 	gint function(GtkIconView* iconView) c_gtk_icon_view_get_row_spacing;
5685 	void function(GtkIconView* iconView, gint columnSpacing) c_gtk_icon_view_set_column_spacing;
5686 	gint function(GtkIconView* iconView) c_gtk_icon_view_get_column_spacing;
5687 	void function(GtkIconView* iconView, gint margin) c_gtk_icon_view_set_margin;
5688 	gint function(GtkIconView* iconView) c_gtk_icon_view_get_margin;
5689 	void function(GtkIconView* iconView, gint itemPadding) c_gtk_icon_view_set_item_padding;
5690 	gint function(GtkIconView* iconView) c_gtk_icon_view_get_item_padding;
5691 	void function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_select_path;
5692 	void function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_unselect_path;
5693 	gboolean function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_path_is_selected;
5694 	GList* function(GtkIconView* iconView) c_gtk_icon_view_get_selected_items;
5695 	void function(GtkIconView* iconView) c_gtk_icon_view_select_all;
5696 	void function(GtkIconView* iconView) c_gtk_icon_view_unselect_all;
5697 	void function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_item_activated;
5698 	void function(GtkIconView* iconView, GtkTreePath* path, gboolean useAlign, gfloat rowAlign, gfloat colAlign) c_gtk_icon_view_scroll_to_path;
5699 	gboolean function(GtkIconView* iconView, GtkTreePath** startPath, GtkTreePath** endPath) c_gtk_icon_view_get_visible_range;
5700 	void function(GtkIconView* iconView, GtkTooltip* tooltip, GtkTreePath* path) c_gtk_icon_view_set_tooltip_item;
5701 	void function(GtkIconView* iconView, GtkTooltip* tooltip, GtkTreePath* path, GtkCellRenderer* cell) c_gtk_icon_view_set_tooltip_cell;
5702 	gboolean function(GtkIconView* iconView, gint* x, gint* y, gboolean keyboardTip, GtkTreeModel** model, GtkTreePath** path, GtkTreeIter* iter) c_gtk_icon_view_get_tooltip_context;
5703 	void function(GtkIconView* iconView, gint column) c_gtk_icon_view_set_tooltip_column;
5704 	gint function(GtkIconView* iconView) c_gtk_icon_view_get_tooltip_column;
5705 	gint function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_get_item_row;
5706 	gint function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_get_item_column;
5707 	void function(GtkIconView* iconView, GdkModifierType startButtonMask, GtkTargetEntry* targets, gint nTargets, GdkDragAction actions) c_gtk_icon_view_enable_model_drag_source;
5708 	void function(GtkIconView* iconView, GtkTargetEntry* targets, gint nTargets, GdkDragAction actions) c_gtk_icon_view_enable_model_drag_dest;
5709 	void function(GtkIconView* iconView) c_gtk_icon_view_unset_model_drag_source;
5710 	void function(GtkIconView* iconView) c_gtk_icon_view_unset_model_drag_dest;
5711 	void function(GtkIconView* iconView, gboolean reorderable) c_gtk_icon_view_set_reorderable;
5712 	gboolean function(GtkIconView* iconView) c_gtk_icon_view_get_reorderable;
5713 	void function(GtkIconView* iconView, GtkTreePath* path, GtkIconViewDropPosition pos) c_gtk_icon_view_set_drag_dest_item;
5714 	void function(GtkIconView* iconView, GtkTreePath** path, GtkIconViewDropPosition* pos) c_gtk_icon_view_get_drag_dest_item;
5715 	gboolean function(GtkIconView* iconView, gint dragX, gint dragY, GtkTreePath** path, GtkIconViewDropPosition* pos) c_gtk_icon_view_get_dest_item_at_pos;
5716 	GdkPixmap* function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_create_drag_icon;
5717 
5718 	// gtk.TreeSortableT
5719 
5720 
5721 	// gtk.TreeSortableT
5722 
5723 	void function(GtkTreeSortable* sortable) c_gtk_tree_sortable_sort_column_changed;
5724 	gboolean function(GtkTreeSortable* sortable, gint* sortColumnId, GtkSortType* order) c_gtk_tree_sortable_get_sort_column_id;
5725 	void function(GtkTreeSortable* sortable, gint sortColumnId, GtkSortType order) c_gtk_tree_sortable_set_sort_column_id;
5726 	void function(GtkTreeSortable* sortable, gint sortColumnId, GtkTreeIterCompareFunc sortFunc, void* userData, GDestroyNotify destroy) c_gtk_tree_sortable_set_sort_func;
5727 	void function(GtkTreeSortable* sortable, GtkTreeIterCompareFunc sortFunc, void* userData, GDestroyNotify destroy) c_gtk_tree_sortable_set_default_sort_func;
5728 	gboolean function(GtkTreeSortable* sortable) c_gtk_tree_sortable_has_default_sort_func;
5729 
5730 	// gtk.TreeModelSort
5731 
5732 	GtkTreeModel* function(GtkTreeModel* childModel) c_gtk_tree_model_sort_new_with_model;
5733 	GtkTreeModel* function(GtkTreeModelSort* treeModel) c_gtk_tree_model_sort_get_model;
5734 	GtkTreePath* function(GtkTreeModelSort* treeModelSort, GtkTreePath* childPath) c_gtk_tree_model_sort_convert_child_path_to_path;
5735 	gboolean function(GtkTreeModelSort* treeModelSort, GtkTreeIter* sortIter, GtkTreeIter* childIter) c_gtk_tree_model_sort_convert_child_iter_to_iter;
5736 	GtkTreePath* function(GtkTreeModelSort* treeModelSort, GtkTreePath* sortedPath) c_gtk_tree_model_sort_convert_path_to_child_path;
5737 	void function(GtkTreeModelSort* treeModelSort, GtkTreeIter* childIter, GtkTreeIter* sortedIter) c_gtk_tree_model_sort_convert_iter_to_child_iter;
5738 	void function(GtkTreeModelSort* treeModelSort) c_gtk_tree_model_sort_reset_default_sort_func;
5739 	void function(GtkTreeModelSort* treeModelSort) c_gtk_tree_model_sort_clear_cache;
5740 	gboolean function(GtkTreeModelSort* treeModelSort, GtkTreeIter* iter) c_gtk_tree_model_sort_iter_is_valid;
5741 
5742 	// gtk.TreeModelFilter
5743 
5744 	GtkTreeModel* function(GtkTreeModel* childModel, GtkTreePath* root) c_gtk_tree_model_filter_new;
5745 	void function(GtkTreeModelFilter* filter, GtkTreeModelFilterVisibleFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_model_filter_set_visible_func;
5746 	void function(GtkTreeModelFilter* filter, gint nColumns, GType* types, GtkTreeModelFilterModifyFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_model_filter_set_modify_func;
5747 	void function(GtkTreeModelFilter* filter, gint column) c_gtk_tree_model_filter_set_visible_column;
5748 	GtkTreeModel* function(GtkTreeModelFilter* filter) c_gtk_tree_model_filter_get_model;
5749 	gboolean function(GtkTreeModelFilter* filter, GtkTreeIter* filterIter, GtkTreeIter* childIter) c_gtk_tree_model_filter_convert_child_iter_to_iter;
5750 	void function(GtkTreeModelFilter* filter, GtkTreeIter* childIter, GtkTreeIter* filterIter) c_gtk_tree_model_filter_convert_iter_to_child_iter;
5751 	GtkTreePath* function(GtkTreeModelFilter* filter, GtkTreePath* childPath) c_gtk_tree_model_filter_convert_child_path_to_path;
5752 	GtkTreePath* function(GtkTreeModelFilter* filter, GtkTreePath* filterPath) c_gtk_tree_model_filter_convert_path_to_child_path;
5753 	void function(GtkTreeModelFilter* filter) c_gtk_tree_model_filter_refilter;
5754 	void function(GtkTreeModelFilter* filter) c_gtk_tree_model_filter_clear_cache;
5755 
5756 	// gtk.CellLayoutT
5757 
5758 
5759 	// gtk.CellLayoutT
5760 
5761 	void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, gboolean expand) c_gtk_cell_layout_pack_start;
5762 	void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, gboolean expand) c_gtk_cell_layout_pack_end;
5763 	GList* function(GtkCellLayout* cellLayout) c_gtk_cell_layout_get_cells;
5764 	void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, gint position) c_gtk_cell_layout_reorder;
5765 	void function(GtkCellLayout* cellLayout) c_gtk_cell_layout_clear;
5766 	void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, ... ) c_gtk_cell_layout_set_attributes;
5767 	void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, gchar* attribute, gint column) c_gtk_cell_layout_add_attribute;
5768 	void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, GtkCellLayoutDataFunc func, void* funcData, GDestroyNotify destroy) c_gtk_cell_layout_set_cell_data_func;
5769 	void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell) c_gtk_cell_layout_clear_attributes;
5770 
5771 	// gtk.CellRenderer
5772 
5773 	void function(GtkCellRenderer* cell, GtkWidget* widget, GdkRectangle* cellArea, gint* xOffset, gint* yOffset, gint* width, gint* height) c_gtk_cell_renderer_get_size;
5774 	void function(GtkCellRenderer* cell, GdkWindow* window, GtkWidget* widget, GdkRectangle* backgroundArea, GdkRectangle* cellArea, GdkRectangle* exposeArea, GtkCellRendererState flags) c_gtk_cell_renderer_render;
5775 	gboolean function(GtkCellRenderer* cell, GdkEvent* event, GtkWidget* widget, gchar* path, GdkRectangle* backgroundArea, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_renderer_activate;
5776 	GtkCellEditable* function(GtkCellRenderer* cell, GdkEvent* event, GtkWidget* widget, gchar* path, GdkRectangle* backgroundArea, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_renderer_start_editing;
5777 	void function(GtkCellRenderer* cell) c_gtk_cell_renderer_editing_canceled;
5778 	void function(GtkCellRenderer* cell, gboolean canceled) c_gtk_cell_renderer_stop_editing;
5779 	void function(GtkCellRenderer* cell, gint* width, gint* height) c_gtk_cell_renderer_get_fixed_size;
5780 	void function(GtkCellRenderer* cell, gint width, gint height) c_gtk_cell_renderer_set_fixed_size;
5781 	gboolean function(GtkCellRenderer* cell) c_gtk_cell_renderer_get_visible;
5782 	void function(GtkCellRenderer* cell, gboolean visible) c_gtk_cell_renderer_set_visible;
5783 	gboolean function(GtkCellRenderer* cell) c_gtk_cell_renderer_get_sensitive;
5784 	void function(GtkCellRenderer* cell, gboolean sensitive) c_gtk_cell_renderer_set_sensitive;
5785 	void function(GtkCellRenderer* cell, gfloat* xalign, gfloat* yalign) c_gtk_cell_renderer_get_alignment;
5786 	void function(GtkCellRenderer* cell, gfloat xalign, gfloat yalign) c_gtk_cell_renderer_set_alignment;
5787 	void function(GtkCellRenderer* cell, gint* xpad, gint* ypad) c_gtk_cell_renderer_get_padding;
5788 	void function(GtkCellRenderer* cell, gint xpad, gint ypad) c_gtk_cell_renderer_set_padding;
5789 
5790 	// gtk.CellEditableT
5791 
5792 
5793 	// gtk.CellEditableT
5794 
5795 	void function(GtkCellEditable* cellEditable, GdkEvent* event) c_gtk_cell_editable_start_editing;
5796 	void function(GtkCellEditable* cellEditable) c_gtk_cell_editable_editing_done;
5797 	void function(GtkCellEditable* cellEditable) c_gtk_cell_editable_remove_widget;
5798 
5799 	// gtk.CellEditable
5800 
5801 
5802 	// gtk.CellRendererAccel
5803 
5804 	GtkCellRenderer* function() c_gtk_cell_renderer_accel_new;
5805 
5806 	// gtk.CellRendererCombo
5807 
5808 	GtkCellRenderer* function() c_gtk_cell_renderer_combo_new;
5809 
5810 	// gtk.CellRendererPixbuf
5811 
5812 	GtkCellRenderer* function() c_gtk_cell_renderer_pixbuf_new;
5813 
5814 	// gtk.CellRendererProgress
5815 
5816 	GtkCellRenderer* function() c_gtk_cell_renderer_progress_new;
5817 
5818 	// gtk.CellRendererSpin
5819 
5820 	GtkCellRenderer* function() c_gtk_cell_renderer_spin_new;
5821 
5822 	// gtk.CellRendererText
5823 
5824 	GtkCellRenderer* function() c_gtk_cell_renderer_text_new;
5825 	void function(GtkCellRendererText* renderer, gint numberOfRows) c_gtk_cell_renderer_text_set_fixed_height_from_font;
5826 
5827 	// gtk.CellRendererToggle
5828 
5829 	GtkCellRenderer* function() c_gtk_cell_renderer_toggle_new;
5830 	gboolean function(GtkCellRendererToggle* toggle) c_gtk_cell_renderer_toggle_get_radio;
5831 	void function(GtkCellRendererToggle* toggle, gboolean radio) c_gtk_cell_renderer_toggle_set_radio;
5832 	gboolean function(GtkCellRendererToggle* toggle) c_gtk_cell_renderer_toggle_get_active;
5833 	void function(GtkCellRendererToggle* toggle, gboolean setting) c_gtk_cell_renderer_toggle_set_active;
5834 	gboolean function(GtkCellRendererToggle* toggle) c_gtk_cell_renderer_toggle_get_activatable;
5835 	void function(GtkCellRendererToggle* toggle, gboolean setting) c_gtk_cell_renderer_toggle_set_activatable;
5836 
5837 	// gtk.CellRendererSpinner
5838 
5839 	GtkCellRenderer* function() c_gtk_cell_renderer_spinner_new;
5840 
5841 	// gtk.
5842 
5843 
5844 	// gtk.ListStore
5845 
5846 	GtkListStore* function(gint nColumns, ... ) c_gtk_list_store_new;
5847 	GtkListStore* function(gint nColumns, GType* types) c_gtk_list_store_newv;
5848 	void function(GtkListStore* listStore, gint nColumns, GType* types) c_gtk_list_store_set_column_types;
5849 	void function(GtkListStore* listStore, GtkTreeIter* iter, ... ) c_gtk_list_store_set;
5850 	void function(GtkListStore* listStore, GtkTreeIter* iter, va_list varArgs) c_gtk_list_store_set_valist;
5851 	void function(GtkListStore* listStore, GtkTreeIter* iter, gint column, GValue* value) c_gtk_list_store_set_value;
5852 	void function(GtkListStore* listStore, GtkTreeIter* iter, gint* columns, GValue* values, gint nValues) c_gtk_list_store_set_valuesv;
5853 	gboolean function(GtkListStore* listStore, GtkTreeIter* iter) c_gtk_list_store_remove;
5854 	void function(GtkListStore* listStore, GtkTreeIter* iter, gint position) c_gtk_list_store_insert;
5855 	void function(GtkListStore* listStore, GtkTreeIter* iter, GtkTreeIter* sibling) c_gtk_list_store_insert_before;
5856 	void function(GtkListStore* listStore, GtkTreeIter* iter, GtkTreeIter* sibling) c_gtk_list_store_insert_after;
5857 	void function(GtkListStore* listStore, GtkTreeIter* iter, gint position, ... ) c_gtk_list_store_insert_with_values;
5858 	void function(GtkListStore* listStore, GtkTreeIter* iter, gint position, gint* columns, GValue* values, gint nValues) c_gtk_list_store_insert_with_valuesv;
5859 	void function(GtkListStore* listStore, GtkTreeIter* iter) c_gtk_list_store_prepend;
5860 	void function(GtkListStore* listStore, GtkTreeIter* iter) c_gtk_list_store_append;
5861 	void function(GtkListStore* listStore) c_gtk_list_store_clear;
5862 	gboolean function(GtkListStore* listStore, GtkTreeIter* iter) c_gtk_list_store_iter_is_valid;
5863 	void function(GtkListStore* store, gint* newOrder) c_gtk_list_store_reorder;
5864 	void function(GtkListStore* store, GtkTreeIter* a, GtkTreeIter* b) c_gtk_list_store_swap;
5865 	void function(GtkListStore* store, GtkTreeIter* iter, GtkTreeIter* position) c_gtk_list_store_move_before;
5866 	void function(GtkListStore* store, GtkTreeIter* iter, GtkTreeIter* position) c_gtk_list_store_move_after;
5867 
5868 	// gtk.TreeStore
5869 
5870 	GtkTreeStore* function(gint nColumns, ... ) c_gtk_tree_store_new;
5871 	GtkTreeStore* function(gint nColumns, GType* types) c_gtk_tree_store_newv;
5872 	void function(GtkTreeStore* treeStore, gint nColumns, GType* types) c_gtk_tree_store_set_column_types;
5873 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, gint column, GValue* value) c_gtk_tree_store_set_value;
5874 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, ... ) c_gtk_tree_store_set;
5875 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, va_list varArgs) c_gtk_tree_store_set_valist;
5876 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, gint* columns, GValue* values, gint nValues) c_gtk_tree_store_set_valuesv;
5877 	gboolean function(GtkTreeStore* treeStore, GtkTreeIter* iter) c_gtk_tree_store_remove;
5878 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, gint position) c_gtk_tree_store_insert;
5879 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, GtkTreeIter* sibling) c_gtk_tree_store_insert_before;
5880 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, GtkTreeIter* sibling) c_gtk_tree_store_insert_after;
5881 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, gint position, ... ) c_gtk_tree_store_insert_with_values;
5882 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, gint position, gint* columns, GValue* values, gint nValues) c_gtk_tree_store_insert_with_valuesv;
5883 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent) c_gtk_tree_store_prepend;
5884 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent) c_gtk_tree_store_append;
5885 	gboolean function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* descendant) c_gtk_tree_store_is_ancestor;
5886 	gint function(GtkTreeStore* treeStore, GtkTreeIter* iter) c_gtk_tree_store_iter_depth;
5887 	void function(GtkTreeStore* treeStore) c_gtk_tree_store_clear;
5888 	gboolean function(GtkTreeStore* treeStore, GtkTreeIter* iter) c_gtk_tree_store_iter_is_valid;
5889 	void function(GtkTreeStore* treeStore, GtkTreeIter* parent, gint* newOrder) c_gtk_tree_store_reorder;
5890 	void function(GtkTreeStore* treeStore, GtkTreeIter* a, GtkTreeIter* b) c_gtk_tree_store_swap;
5891 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* position) c_gtk_tree_store_move_before;
5892 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* position) c_gtk_tree_store_move_after;
5893 
5894 	// gtk.ComboBox
5895 
5896 	GtkWidget* function() c_gtk_combo_box_new;
5897 	GtkWidget* function() c_gtk_combo_box_new_with_entry;
5898 	GtkWidget* function(GtkTreeModel* model) c_gtk_combo_box_new_with_model;
5899 	GtkWidget* function(GtkTreeModel* model) c_gtk_combo_box_new_with_model_and_entry;
5900 	gint function(GtkComboBox* comboBox) c_gtk_combo_box_get_wrap_width;
5901 	void function(GtkComboBox* comboBox, gint width) c_gtk_combo_box_set_wrap_width;
5902 	gint function(GtkComboBox* comboBox) c_gtk_combo_box_get_row_span_column;
5903 	void function(GtkComboBox* comboBox, gint rowSpan) c_gtk_combo_box_set_row_span_column;
5904 	gint function(GtkComboBox* comboBox) c_gtk_combo_box_get_column_span_column;
5905 	void function(GtkComboBox* comboBox, gint columnSpan) c_gtk_combo_box_set_column_span_column;
5906 	gint function(GtkComboBox* comboBox) c_gtk_combo_box_get_active;
5907 	void function(GtkComboBox* comboBox, gint index) c_gtk_combo_box_set_active;
5908 	gboolean function(GtkComboBox* comboBox, GtkTreeIter* iter) c_gtk_combo_box_get_active_iter;
5909 	void function(GtkComboBox* comboBox, GtkTreeIter* iter) c_gtk_combo_box_set_active_iter;
5910 	GtkTreeModel* function(GtkComboBox* comboBox) c_gtk_combo_box_get_model;
5911 	void function(GtkComboBox* comboBox, GtkTreeModel* model) c_gtk_combo_box_set_model;
5912 	GtkWidget* function() c_gtk_combo_box_new_text;
5913 	void function(GtkComboBox* comboBox, gchar* text) c_gtk_combo_box_append_text;
5914 	void function(GtkComboBox* comboBox, gint position, gchar* text) c_gtk_combo_box_insert_text;
5915 	void function(GtkComboBox* comboBox, gchar* text) c_gtk_combo_box_prepend_text;
5916 	void function(GtkComboBox* comboBox, gint position) c_gtk_combo_box_remove_text;
5917 	gchar* function(GtkComboBox* comboBox) c_gtk_combo_box_get_active_text;
5918 	void function(GtkComboBox* comboBox) c_gtk_combo_box_popup;
5919 	void function(GtkComboBox* comboBox) c_gtk_combo_box_popdown;
5920 	AtkObject* function(GtkComboBox* comboBox) c_gtk_combo_box_get_popup_accessible;
5921 	GtkTreeViewRowSeparatorFunc function(GtkComboBox* comboBox) c_gtk_combo_box_get_row_separator_func;
5922 	void function(GtkComboBox* comboBox, GtkTreeViewRowSeparatorFunc func, void* data, GDestroyNotify destroy) c_gtk_combo_box_set_row_separator_func;
5923 	void function(GtkComboBox* comboBox, gboolean addTearoffs) c_gtk_combo_box_set_add_tearoffs;
5924 	gboolean function(GtkComboBox* comboBox) c_gtk_combo_box_get_add_tearoffs;
5925 	void function(GtkComboBox* comboBox, gchar* title) c_gtk_combo_box_set_title;
5926 	gchar* function(GtkComboBox* comboBox) c_gtk_combo_box_get_title;
5927 	void function(GtkComboBox* combo, gboolean focusOnClick) c_gtk_combo_box_set_focus_on_click;
5928 	gboolean function(GtkComboBox* combo) c_gtk_combo_box_get_focus_on_click;
5929 	void function(GtkComboBox* comboBox, GtkSensitivityType sensitivity) c_gtk_combo_box_set_button_sensitivity;
5930 	GtkSensitivityType function(GtkComboBox* comboBox) c_gtk_combo_box_get_button_sensitivity;
5931 	gboolean function(GtkComboBox* comboBox) c_gtk_combo_box_get_has_entry;
5932 	void function(GtkComboBox* comboBox, gint textColumn) c_gtk_combo_box_set_entry_text_column;
5933 	gint function(GtkComboBox* comboBox) c_gtk_combo_box_get_entry_text_column;
5934 
5935 	// gtk.ComboBoxEntry
5936 
5937 	GtkWidget* function() c_gtk_combo_box_entry_new;
5938 	GtkWidget* function(GtkTreeModel* model, gint textColumn) c_gtk_combo_box_entry_new_with_model;
5939 	GtkWidget* function() c_gtk_combo_box_entry_new_text;
5940 	void function(GtkComboBoxEntry* entryBox, gint textColumn) c_gtk_combo_box_entry_set_text_column;
5941 	gint function(GtkComboBoxEntry* entryBox) c_gtk_combo_box_entry_get_text_column;
5942 
5943 	// gtk.Menu
5944 
5945 	GtkWidget* function() c_gtk_menu_new;
5946 	void function(GtkMenu* menu, GdkScreen* screen) c_gtk_menu_set_screen;
5947 	void function(GtkMenu* menu, GtkWidget* child, gint position) c_gtk_menu_reorder_child;
5948 	void function(GtkMenu* menu, GtkWidget* child, guint leftAttach, guint rightAttach, guint topAttach, guint bottomAttach) c_gtk_menu_attach;
5949 	void function(GtkMenu* menu, GtkWidget* parentMenuShell, GtkWidget* parentMenuItem, GtkMenuPositionFunc func, void* data, guint button, guint32 activateTime) c_gtk_menu_popup;
5950 	void function(GtkMenu* menu, GtkAccelGroup* accelGroup) c_gtk_menu_set_accel_group;
5951 	GtkAccelGroup* function(GtkMenu* menu) c_gtk_menu_get_accel_group;
5952 	void function(GtkMenu* menu, gchar* accelPath) c_gtk_menu_set_accel_path;
5953 	gchar* function(GtkMenu* menu) c_gtk_menu_get_accel_path;
5954 	void function(GtkMenu* menu, gchar* title) c_gtk_menu_set_title;
5955 	gchar* function(GtkMenu* menu) c_gtk_menu_get_title;
5956 	void function(GtkMenu* menu, gint monitorNum) c_gtk_menu_set_monitor;
5957 	gint function(GtkMenu* menu) c_gtk_menu_get_monitor;
5958 	gboolean function(GtkMenu* menu) c_gtk_menu_get_tearoff_state;
5959 	void function(GtkMenu* menu, gboolean reserveToggleSize) c_gtk_menu_set_reserve_toggle_size;
5960 	gboolean function(GtkMenu* menu) c_gtk_menu_get_reserve_toggle_size;
5961 	void function(GtkMenu* menu) c_gtk_menu_popdown;
5962 	void function(GtkMenu* menu) c_gtk_menu_reposition;
5963 	GtkWidget* function(GtkMenu* menu) c_gtk_menu_get_active;
5964 	void function(GtkMenu* menu, guint index) c_gtk_menu_set_active;
5965 	void function(GtkMenu* menu, gboolean tornOff) c_gtk_menu_set_tearoff_state;
5966 	void function(GtkMenu* menu, GtkWidget* attachWidget, GtkMenuDetachFunc detacher) c_gtk_menu_attach_to_widget;
5967 	void function(GtkMenu* menu) c_gtk_menu_detach;
5968 	GtkWidget* function(GtkMenu* menu) c_gtk_menu_get_attach_widget;
5969 	GList* function(GtkWidget* widget) c_gtk_menu_get_for_attach_widget;
5970 
5971 	// gtk.MenuBar
5972 
5973 	GtkWidget* function() c_gtk_menu_bar_new;
5974 	void function(GtkMenuBar* menubar, GtkPackDirection packDir) c_gtk_menu_bar_set_pack_direction;
5975 	GtkPackDirection function(GtkMenuBar* menubar) c_gtk_menu_bar_get_pack_direction;
5976 	void function(GtkMenuBar* menubar, GtkPackDirection childPackDir) c_gtk_menu_bar_set_child_pack_direction;
5977 	GtkPackDirection function(GtkMenuBar* menubar) c_gtk_menu_bar_get_child_pack_direction;
5978 
5979 	// gtk.MenuItem
5980 
5981 	GtkWidget* function() c_gtk_menu_item_new;
5982 	GtkWidget* function(gchar* label) c_gtk_menu_item_new_with_label;
5983 	GtkWidget* function(gchar* label) c_gtk_menu_item_new_with_mnemonic;
5984 	void function(GtkMenuItem* menuItem, gboolean rightJustified) c_gtk_menu_item_set_right_justified;
5985 	gboolean function(GtkMenuItem* menuItem) c_gtk_menu_item_get_right_justified;
5986 	gchar* function(GtkMenuItem* menuItem) c_gtk_menu_item_get_label;
5987 	void function(GtkMenuItem* menuItem, gchar* label) c_gtk_menu_item_set_label;
5988 	gboolean function(GtkMenuItem* menuItem) c_gtk_menu_item_get_use_underline;
5989 	void function(GtkMenuItem* menuItem, gboolean setting) c_gtk_menu_item_set_use_underline;
5990 	void function(GtkMenuItem* menuItem, GtkWidget* submenu) c_gtk_menu_item_set_submenu;
5991 	GtkWidget* function(GtkMenuItem* menuItem) c_gtk_menu_item_get_submenu;
5992 	void function(GtkMenuItem* menuItem) c_gtk_menu_item_remove_submenu;
5993 	void function(GtkMenuItem* menuItem, gchar* accelPath) c_gtk_menu_item_set_accel_path;
5994 	gchar* function(GtkMenuItem* menuItem) c_gtk_menu_item_get_accel_path;
5995 	void function(GtkMenuItem* menuItem) c_gtk_menu_item_select;
5996 	void function(GtkMenuItem* menuItem) c_gtk_menu_item_deselect;
5997 	void function(GtkMenuItem* menuItem) c_gtk_menu_item_activate;
5998 	void function(GtkMenuItem* menuItem, gint* requisition) c_gtk_menu_item_toggle_size_request;
5999 	void function(GtkMenuItem* menuItem, gint allocation) c_gtk_menu_item_toggle_size_allocate;
6000 
6001 	// gtk.ImageMenuItem
6002 
6003 	void function(GtkImageMenuItem* imageMenuItem, GtkWidget* image) c_gtk_image_menu_item_set_image;
6004 	GtkWidget* function(GtkImageMenuItem* imageMenuItem) c_gtk_image_menu_item_get_image;
6005 	GtkWidget* function() c_gtk_image_menu_item_new;
6006 	GtkWidget* function(gchar* stockId, GtkAccelGroup* accelGroup) c_gtk_image_menu_item_new_from_stock;
6007 	GtkWidget* function(gchar* label) c_gtk_image_menu_item_new_with_label;
6008 	GtkWidget* function(gchar* label) c_gtk_image_menu_item_new_with_mnemonic;
6009 	gboolean function(GtkImageMenuItem* imageMenuItem) c_gtk_image_menu_item_get_use_stock;
6010 	void function(GtkImageMenuItem* imageMenuItem, gboolean useStock) c_gtk_image_menu_item_set_use_stock;
6011 	gboolean function(GtkImageMenuItem* imageMenuItem) c_gtk_image_menu_item_get_always_show_image;
6012 	void function(GtkImageMenuItem* imageMenuItem, gboolean alwaysShow) c_gtk_image_menu_item_set_always_show_image;
6013 	void function(GtkImageMenuItem* imageMenuItem, GtkAccelGroup* accelGroup) c_gtk_image_menu_item_set_accel_group;
6014 
6015 	// gtk.RadioMenuItem
6016 
6017 	GtkWidget* function(GSList* group) c_gtk_radio_menu_item_new;
6018 	GtkWidget* function(GSList* group, gchar* label) c_gtk_radio_menu_item_new_with_label;
6019 	GtkWidget* function(GSList* group, gchar* label) c_gtk_radio_menu_item_new_with_mnemonic;
6020 	GtkWidget* function(GtkRadioMenuItem* group) c_gtk_radio_menu_item_new_from_widget;
6021 	GtkWidget* function(GtkRadioMenuItem* group, gchar* label) c_gtk_radio_menu_item_new_with_label_from_widget;
6022 	GtkWidget* function(GtkRadioMenuItem* group, gchar* label) c_gtk_radio_menu_item_new_with_mnemonic_from_widget;
6023 	void function(GtkRadioMenuItem* radioMenuItem, GSList* group) c_gtk_radio_menu_item_set_group;
6024 	GSList* function(GtkRadioMenuItem* radioMenuItem) c_gtk_radio_menu_item_get_group;
6025 
6026 	// gtk.CheckMenuItem
6027 
6028 	GtkWidget* function() c_gtk_check_menu_item_new;
6029 	GtkWidget* function(gchar* label) c_gtk_check_menu_item_new_with_label;
6030 	GtkWidget* function(gchar* label) c_gtk_check_menu_item_new_with_mnemonic;
6031 	gboolean function(GtkCheckMenuItem* checkMenuItem) c_gtk_check_menu_item_get_active;
6032 	void function(GtkCheckMenuItem* checkMenuItem, gboolean isActive) c_gtk_check_menu_item_set_active;
6033 	void function(GtkCheckMenuItem* menuItem, gboolean always) c_gtk_check_menu_item_set_show_toggle;
6034 	void function(GtkCheckMenuItem* checkMenuItem) c_gtk_check_menu_item_toggled;
6035 	gboolean function(GtkCheckMenuItem* checkMenuItem) c_gtk_check_menu_item_get_inconsistent;
6036 	void function(GtkCheckMenuItem* checkMenuItem, gboolean setting) c_gtk_check_menu_item_set_inconsistent;
6037 	void function(GtkCheckMenuItem* checkMenuItem, gboolean drawAsRadio) c_gtk_check_menu_item_set_draw_as_radio;
6038 	gboolean function(GtkCheckMenuItem* checkMenuItem) c_gtk_check_menu_item_get_draw_as_radio;
6039 
6040 	// gtk.SeparatorMenuItem
6041 
6042 	GtkWidget* function() c_gtk_separator_menu_item_new;
6043 
6044 	// gtk.TearoffMenuItem
6045 
6046 	GtkWidget* function() c_gtk_tearoff_menu_item_new;
6047 
6048 	// gtk.ToolShellT
6049 
6050 
6051 	// gtk.ToolShellT
6052 
6053 	PangoEllipsizeMode function(GtkToolShell* shell) c_gtk_tool_shell_get_ellipsize_mode;
6054 	GtkIconSize function(GtkToolShell* shell) c_gtk_tool_shell_get_icon_size;
6055 	GtkOrientation function(GtkToolShell* shell) c_gtk_tool_shell_get_orientation;
6056 	GtkReliefStyle function(GtkToolShell* shell) c_gtk_tool_shell_get_relief_style;
6057 	GtkToolbarStyle function(GtkToolShell* shell) c_gtk_tool_shell_get_style;
6058 	gfloat function(GtkToolShell* shell) c_gtk_tool_shell_get_text_alignment;
6059 	GtkOrientation function(GtkToolShell* shell) c_gtk_tool_shell_get_text_orientation;
6060 	void function(GtkToolShell* shell) c_gtk_tool_shell_rebuild_menu;
6061 	GtkSizeGroup* function(GtkToolShell* shell) c_gtk_tool_shell_get_text_size_group;
6062 
6063 	// gtk.Toolbar
6064 
6065 	GtkWidget* function() c_gtk_toolbar_new;
6066 	void function(GtkToolbar* toolbar, GtkToolItem* item, gint pos) c_gtk_toolbar_insert;
6067 	gint function(GtkToolbar* toolbar, GtkToolItem* item) c_gtk_toolbar_get_item_index;
6068 	gint function(GtkToolbar* toolbar) c_gtk_toolbar_get_n_items;
6069 	GtkToolItem* function(GtkToolbar* toolbar, gint n) c_gtk_toolbar_get_nth_item;
6070 	gint function(GtkToolbar* toolbar, gint x, gint y) c_gtk_toolbar_get_drop_index;
6071 	void function(GtkToolbar* toolbar, GtkToolItem* toolItem, gint index) c_gtk_toolbar_set_drop_highlight_item;
6072 	void function(GtkToolbar* toolbar, gboolean showArrow) c_gtk_toolbar_set_show_arrow;
6073 	void function(GtkToolbar* toolbar, GtkOrientation orientation) c_gtk_toolbar_set_orientation;
6074 	void function(GtkToolbar* toolbar, gboolean enable) c_gtk_toolbar_set_tooltips;
6075 	void function(GtkToolbar* toolbar) c_gtk_toolbar_unset_icon_size;
6076 	gboolean function(GtkToolbar* toolbar) c_gtk_toolbar_get_show_arrow;
6077 	GtkOrientation function(GtkToolbar* toolbar) c_gtk_toolbar_get_orientation;
6078 	GtkToolbarStyle function(GtkToolbar* toolbar) c_gtk_toolbar_get_style;
6079 	GtkIconSize function(GtkToolbar* toolbar) c_gtk_toolbar_get_icon_size;
6080 	gboolean function(GtkToolbar* toolbar) c_gtk_toolbar_get_tooltips;
6081 	GtkReliefStyle function(GtkToolbar* toolbar) c_gtk_toolbar_get_relief_style;
6082 	GtkWidget* function(GtkToolbar* toolbar, char* text, char* tooltipText, char* tooltipPrivateText, GtkWidget* icon, GCallback callback, void* userData) c_gtk_toolbar_append_item;
6083 	GtkWidget* function(GtkToolbar* toolbar, char* text, char* tooltipText, char* tooltipPrivateText, GtkWidget* icon, GCallback callback, void* userData) c_gtk_toolbar_prepend_item;
6084 	GtkWidget* function(GtkToolbar* toolbar, char* text, char* tooltipText, char* tooltipPrivateText, GtkWidget* icon, GCallback callback, void* userData, gint position) c_gtk_toolbar_insert_item;
6085 	void function(GtkToolbar* toolbar) c_gtk_toolbar_append_space;
6086 	void function(GtkToolbar* toolbar) c_gtk_toolbar_prepend_space;
6087 	void function(GtkToolbar* toolbar, gint position) c_gtk_toolbar_insert_space;
6088 	GtkWidget* function(GtkToolbar* toolbar, GtkToolbarChildType type, GtkWidget* widget, char* text, char* tooltipText, char* tooltipPrivateText, GtkWidget* icon, GCallback callback, void* userData) c_gtk_toolbar_append_element;
6089 	GtkWidget* function(GtkToolbar* toolbar, GtkToolbarChildType type, GtkWidget* widget, char* text, char* tooltipText, char* tooltipPrivateText, GtkWidget* icon, GCallback callback, void* userData) c_gtk_toolbar_prepend_element;
6090 	GtkWidget* function(GtkToolbar* toolbar, GtkToolbarChildType type, GtkWidget* widget, char* text, char* tooltipText, char* tooltipPrivateText, GtkWidget* icon, GCallback callback, void* userData, gint position) c_gtk_toolbar_insert_element;
6091 	void function(GtkToolbar* toolbar, GtkWidget* widget, char* tooltipText, char* tooltipPrivateText) c_gtk_toolbar_append_widget;
6092 	void function(GtkToolbar* toolbar, GtkWidget* widget, char* tooltipText, char* tooltipPrivateText) c_gtk_toolbar_prepend_widget;
6093 	void function(GtkToolbar* toolbar, GtkWidget* widget, char* tooltipText, char* tooltipPrivateText, gint position) c_gtk_toolbar_insert_widget;
6094 	void function(GtkToolbar* toolbar, GtkToolbarStyle style) c_gtk_toolbar_set_style;
6095 	GtkWidget* function(GtkToolbar* toolbar, gchar* stockId, char* tooltipText, char* tooltipPrivateText, GCallback callback, void* userData, gint position) c_gtk_toolbar_insert_stock;
6096 	void function(GtkToolbar* toolbar, GtkIconSize iconSize) c_gtk_toolbar_set_icon_size;
6097 	void function(GtkToolbar* toolbar, gint position) c_gtk_toolbar_remove_space;
6098 	void function(GtkToolbar* toolbar) c_gtk_toolbar_unset_style;
6099 
6100 	// gtk.ToolItem
6101 
6102 	GtkToolItem* function() c_gtk_tool_item_new;
6103 	void function(GtkToolItem* toolItem, gboolean homogeneous) c_gtk_tool_item_set_homogeneous;
6104 	gboolean function(GtkToolItem* toolItem) c_gtk_tool_item_get_homogeneous;
6105 	void function(GtkToolItem* toolItem, gboolean expand) c_gtk_tool_item_set_expand;
6106 	gboolean function(GtkToolItem* toolItem) c_gtk_tool_item_get_expand;
6107 	void function(GtkToolItem* toolItem, GtkTooltips* tooltips, gchar* tipText, gchar* tipPrivate) c_gtk_tool_item_set_tooltip;
6108 	void function(GtkToolItem* toolItem, gchar* text) c_gtk_tool_item_set_tooltip_text;
6109 	void function(GtkToolItem* toolItem, gchar* markup) c_gtk_tool_item_set_tooltip_markup;
6110 	void function(GtkToolItem* toolItem, gboolean useDragWindow) c_gtk_tool_item_set_use_drag_window;
6111 	gboolean function(GtkToolItem* toolItem) c_gtk_tool_item_get_use_drag_window;
6112 	void function(GtkToolItem* toolItem, gboolean visibleHorizontal) c_gtk_tool_item_set_visible_horizontal;
6113 	gboolean function(GtkToolItem* toolItem) c_gtk_tool_item_get_visible_horizontal;
6114 	void function(GtkToolItem* toolItem, gboolean visibleVertical) c_gtk_tool_item_set_visible_vertical;
6115 	gboolean function(GtkToolItem* toolItem) c_gtk_tool_item_get_visible_vertical;
6116 	void function(GtkToolItem* toolItem, gboolean isImportant) c_gtk_tool_item_set_is_important;
6117 	gboolean function(GtkToolItem* toolItem) c_gtk_tool_item_get_is_important;
6118 	PangoEllipsizeMode function(GtkToolItem* toolItem) c_gtk_tool_item_get_ellipsize_mode;
6119 	GtkIconSize function(GtkToolItem* toolItem) c_gtk_tool_item_get_icon_size;
6120 	GtkOrientation function(GtkToolItem* toolItem) c_gtk_tool_item_get_orientation;
6121 	GtkToolbarStyle function(GtkToolItem* toolItem) c_gtk_tool_item_get_toolbar_style;
6122 	GtkReliefStyle function(GtkToolItem* toolItem) c_gtk_tool_item_get_relief_style;
6123 	gfloat function(GtkToolItem* toolItem) c_gtk_tool_item_get_text_alignment;
6124 	GtkOrientation function(GtkToolItem* toolItem) c_gtk_tool_item_get_text_orientation;
6125 	GtkWidget* function(GtkToolItem* toolItem) c_gtk_tool_item_retrieve_proxy_menu_item;
6126 	GtkWidget* function(GtkToolItem* toolItem, gchar* menuItemId) c_gtk_tool_item_get_proxy_menu_item;
6127 	void function(GtkToolItem* toolItem, gchar* menuItemId, GtkWidget* menuItem) c_gtk_tool_item_set_proxy_menu_item;
6128 	void function(GtkToolItem* toolItem) c_gtk_tool_item_rebuild_menu;
6129 	void function(GtkToolItem* toolItem) c_gtk_tool_item_toolbar_reconfigured;
6130 	GtkSizeGroup* function(GtkToolItem* toolItem) c_gtk_tool_item_get_text_size_group;
6131 
6132 	// gtk.ToolPalette
6133 
6134 	GtkWidget* function() c_gtk_tool_palette_new;
6135 	gboolean function(GtkToolPalette* palette, GtkToolItemGroup* group) c_gtk_tool_palette_get_exclusive;
6136 	void function(GtkToolPalette* palette, GtkToolItemGroup* group, gboolean exclusive) c_gtk_tool_palette_set_exclusive;
6137 	gboolean function(GtkToolPalette* palette, GtkToolItemGroup* group) c_gtk_tool_palette_get_expand;
6138 	void function(GtkToolPalette* palette, GtkToolItemGroup* group, gboolean expand) c_gtk_tool_palette_set_expand;
6139 	gint function(GtkToolPalette* palette, GtkToolItemGroup* group) c_gtk_tool_palette_get_group_position;
6140 	void function(GtkToolPalette* palette, GtkToolItemGroup* group, gint position) c_gtk_tool_palette_set_group_position;
6141 	GtkIconSize function(GtkToolPalette* palette) c_gtk_tool_palette_get_icon_size;
6142 	void function(GtkToolPalette* palette, GtkIconSize iconSize) c_gtk_tool_palette_set_icon_size;
6143 	void function(GtkToolPalette* palette) c_gtk_tool_palette_unset_icon_size;
6144 	GtkToolbarStyle function(GtkToolPalette* palette) c_gtk_tool_palette_get_style;
6145 	void function(GtkToolPalette* palette, GtkToolbarStyle style) c_gtk_tool_palette_set_style;
6146 	void function(GtkToolPalette* palette) c_gtk_tool_palette_unset_style;
6147 	void function(GtkToolPalette* palette, GtkWidget* widget, GtkDestDefaults flags, GtkToolPaletteDragTargets targets, GdkDragAction actions) c_gtk_tool_palette_add_drag_dest;
6148 	GtkWidget* function(GtkToolPalette* palette, GtkSelectionData* selection) c_gtk_tool_palette_get_drag_item;
6149 	GtkTargetEntry* function() c_gtk_tool_palette_get_drag_target_group;
6150 	GtkTargetEntry* function() c_gtk_tool_palette_get_drag_target_item;
6151 	GtkToolItemGroup* function(GtkToolPalette* palette, gint x, gint y) c_gtk_tool_palette_get_drop_group;
6152 	GtkToolItem* function(GtkToolPalette* palette, gint x, gint y) c_gtk_tool_palette_get_drop_item;
6153 	void function(GtkToolPalette* palette, GtkToolPaletteDragTargets targets) c_gtk_tool_palette_set_drag_source;
6154 	GtkAdjustment* function(GtkToolPalette* palette) c_gtk_tool_palette_get_hadjustment;
6155 	GtkAdjustment* function(GtkToolPalette* palette) c_gtk_tool_palette_get_vadjustment;
6156 
6157 	// gtk.ToolItemGroup
6158 
6159 	gboolean function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_collapsed;
6160 	GtkToolItem* function(GtkToolItemGroup* group, gint x, gint y) c_gtk_tool_item_group_get_drop_item;
6161 	PangoEllipsizeMode function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_ellipsize;
6162 	gint function(GtkToolItemGroup* group, GtkToolItem* item) c_gtk_tool_item_group_get_item_position;
6163 	guint function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_n_items;
6164 	gchar* function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_label;
6165 	GtkWidget* function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_label_widget;
6166 	GtkToolItem* function(GtkToolItemGroup* group, guint index) c_gtk_tool_item_group_get_nth_item;
6167 	GtkReliefStyle function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_header_relief;
6168 	void function(GtkToolItemGroup* group, GtkToolItem* item, gint position) c_gtk_tool_item_group_insert;
6169 	GtkWidget* function(gchar* label) c_gtk_tool_item_group_new;
6170 	void function(GtkToolItemGroup* group, gboolean collapsed) c_gtk_tool_item_group_set_collapsed;
6171 	void function(GtkToolItemGroup* group, PangoEllipsizeMode ellipsize) c_gtk_tool_item_group_set_ellipsize;
6172 	void function(GtkToolItemGroup* group, GtkToolItem* item, gint position) c_gtk_tool_item_group_set_item_position;
6173 	void function(GtkToolItemGroup* group, gchar* label) c_gtk_tool_item_group_set_label;
6174 	void function(GtkToolItemGroup* group, GtkWidget* labelWidget) c_gtk_tool_item_group_set_label_widget;
6175 	void function(GtkToolItemGroup* group, GtkReliefStyle style) c_gtk_tool_item_group_set_header_relief;
6176 
6177 	// gtk.SeparatorToolItem
6178 
6179 	GtkToolItem* function() c_gtk_separator_tool_item_new;
6180 	void function(GtkSeparatorToolItem* item, gboolean draw) c_gtk_separator_tool_item_set_draw;
6181 	gboolean function(GtkSeparatorToolItem* item) c_gtk_separator_tool_item_get_draw;
6182 
6183 	// gtk.ToolButton
6184 
6185 	GtkToolItem* function(GtkWidget* iconWidget, gchar* label) c_gtk_tool_button_new;
6186 	GtkToolItem* function(gchar* stockId) c_gtk_tool_button_new_from_stock;
6187 	void function(GtkToolButton* button, gchar* label) c_gtk_tool_button_set_label;
6188 	gchar* function(GtkToolButton* button) c_gtk_tool_button_get_label;
6189 	void function(GtkToolButton* button, gboolean useUnderline) c_gtk_tool_button_set_use_underline;
6190 	gboolean function(GtkToolButton* button) c_gtk_tool_button_get_use_underline;
6191 	void function(GtkToolButton* button, gchar* stockId) c_gtk_tool_button_set_stock_id;
6192 	gchar* function(GtkToolButton* button) c_gtk_tool_button_get_stock_id;
6193 	void function(GtkToolButton* button, gchar* iconName) c_gtk_tool_button_set_icon_name;
6194 	gchar* function(GtkToolButton* button) c_gtk_tool_button_get_icon_name;
6195 	void function(GtkToolButton* button, GtkWidget* iconWidget) c_gtk_tool_button_set_icon_widget;
6196 	GtkWidget* function(GtkToolButton* button) c_gtk_tool_button_get_icon_widget;
6197 	void function(GtkToolButton* button, GtkWidget* labelWidget) c_gtk_tool_button_set_label_widget;
6198 	GtkWidget* function(GtkToolButton* button) c_gtk_tool_button_get_label_widget;
6199 
6200 	// gtk.MenuToolButton
6201 
6202 	GtkToolItem* function(GtkWidget* iconWidget, gchar* label) c_gtk_menu_tool_button_new;
6203 	GtkToolItem* function(gchar* stockId) c_gtk_menu_tool_button_new_from_stock;
6204 	void function(GtkMenuToolButton* button, GtkWidget* menu) c_gtk_menu_tool_button_set_menu;
6205 	GtkWidget* function(GtkMenuToolButton* button) c_gtk_menu_tool_button_get_menu;
6206 	void function(GtkMenuToolButton* button, GtkTooltips* tooltips, gchar* tipText, gchar* tipPrivate) c_gtk_menu_tool_button_set_arrow_tooltip;
6207 	void function(GtkMenuToolButton* button, gchar* text) c_gtk_menu_tool_button_set_arrow_tooltip_text;
6208 	void function(GtkMenuToolButton* button, gchar* markup) c_gtk_menu_tool_button_set_arrow_tooltip_markup;
6209 
6210 	// gtk.ToggleToolButton
6211 
6212 	GtkToolItem* function() c_gtk_toggle_tool_button_new;
6213 	GtkToolItem* function(gchar* stockId) c_gtk_toggle_tool_button_new_from_stock;
6214 	void function(GtkToggleToolButton* button, gboolean isActive) c_gtk_toggle_tool_button_set_active;
6215 	gboolean function(GtkToggleToolButton* button) c_gtk_toggle_tool_button_get_active;
6216 
6217 	// gtk.RadioToolButton
6218 
6219 	GtkToolItem* function(GSList* group) c_gtk_radio_tool_button_new;
6220 	GtkToolItem* function(GSList* group, gchar* stockId) c_gtk_radio_tool_button_new_from_stock;
6221 	GtkToolItem* function(GtkRadioToolButton* group) c_gtk_radio_tool_button_new_from_widget;
6222 	GtkToolItem* function(GtkRadioToolButton* group, gchar* stockId) c_gtk_radio_tool_button_new_with_stock_from_widget;
6223 	GSList* function(GtkRadioToolButton* button) c_gtk_radio_tool_button_get_group;
6224 	void function(GtkRadioToolButton* button, GSList* group) c_gtk_radio_tool_button_set_group;
6225 
6226 	// gtk.UIManager
6227 
6228 	GtkUIManager* function() c_gtk_ui_manager_new;
6229 	void function(GtkUIManager* self, gboolean addTearoffs) c_gtk_ui_manager_set_add_tearoffs;
6230 	gboolean function(GtkUIManager* self) c_gtk_ui_manager_get_add_tearoffs;
6231 	void function(GtkUIManager* self, GtkActionGroup* actionGroup, gint pos) c_gtk_ui_manager_insert_action_group;
6232 	void function(GtkUIManager* self, GtkActionGroup* actionGroup) c_gtk_ui_manager_remove_action_group;
6233 	GList* function(GtkUIManager* self) c_gtk_ui_manager_get_action_groups;
6234 	GtkAccelGroup* function(GtkUIManager* self) c_gtk_ui_manager_get_accel_group;
6235 	GtkWidget* function(GtkUIManager* self, gchar* path) c_gtk_ui_manager_get_widget;
6236 	GSList* function(GtkUIManager* self, GtkUIManagerItemType types) c_gtk_ui_manager_get_toplevels;
6237 	GtkAction* function(GtkUIManager* self, gchar* path) c_gtk_ui_manager_get_action;
6238 	guint function(GtkUIManager* self, gchar* buffer, gssize length, GError** error) c_gtk_ui_manager_add_ui_from_string;
6239 	guint function(GtkUIManager* self, gchar* filename, GError** error) c_gtk_ui_manager_add_ui_from_file;
6240 	guint function(GtkUIManager* self) c_gtk_ui_manager_new_merge_id;
6241 	void function(GtkUIManager* self, guint mergeId, gchar* path, gchar* name, gchar* action, GtkUIManagerItemType type, gboolean top) c_gtk_ui_manager_add_ui;
6242 	void function(GtkUIManager* self, guint mergeId) c_gtk_ui_manager_remove_ui;
6243 	gchar* function(GtkUIManager* self) c_gtk_ui_manager_get_ui;
6244 	void function(GtkUIManager* self) c_gtk_ui_manager_ensure_update;
6245 
6246 	// gtk.ActionGroup
6247 
6248 	GtkActionGroup* function(gchar* name) c_gtk_action_group_new;
6249 	gchar* function(GtkActionGroup* actionGroup) c_gtk_action_group_get_name;
6250 	gboolean function(GtkActionGroup* actionGroup) c_gtk_action_group_get_sensitive;
6251 	void function(GtkActionGroup* actionGroup, gboolean sensitive) c_gtk_action_group_set_sensitive;
6252 	gboolean function(GtkActionGroup* actionGroup) c_gtk_action_group_get_visible;
6253 	void function(GtkActionGroup* actionGroup, gboolean visible) c_gtk_action_group_set_visible;
6254 	GtkAction* function(GtkActionGroup* actionGroup, gchar* actionName) c_gtk_action_group_get_action;
6255 	GList* function(GtkActionGroup* actionGroup) c_gtk_action_group_list_actions;
6256 	void function(GtkActionGroup* actionGroup, GtkAction* action) c_gtk_action_group_add_action;
6257 	void function(GtkActionGroup* actionGroup, GtkAction* action, gchar* accelerator) c_gtk_action_group_add_action_with_accel;
6258 	void function(GtkActionGroup* actionGroup, GtkAction* action) c_gtk_action_group_remove_action;
6259 	void function(GtkActionGroup* actionGroup, GtkActionEntry* entries, guint nEntries, void* userData) c_gtk_action_group_add_actions;
6260 	void function(GtkActionGroup* actionGroup, GtkActionEntry* entries, guint nEntries, void* userData, GDestroyNotify destroy) c_gtk_action_group_add_actions_full;
6261 	void function(GtkActionGroup* actionGroup, GtkToggleActionEntry* entries, guint nEntries, void* userData) c_gtk_action_group_add_toggle_actions;
6262 	void function(GtkActionGroup* actionGroup, GtkToggleActionEntry* entries, guint nEntries, void* userData, GDestroyNotify destroy) c_gtk_action_group_add_toggle_actions_full;
6263 	void function(GtkActionGroup* actionGroup, GtkRadioActionEntry* entries, guint nEntries, gint value, GCallback onChange, void* userData) c_gtk_action_group_add_radio_actions;
6264 	void function(GtkActionGroup* actionGroup, GtkRadioActionEntry* entries, guint nEntries, gint value, GCallback onChange, void* userData, GDestroyNotify destroy) c_gtk_action_group_add_radio_actions_full;
6265 	void function(GtkActionGroup* actionGroup, GtkTranslateFunc func, void* data, GDestroyNotify notify) c_gtk_action_group_set_translate_func;
6266 	void function(GtkActionGroup* actionGroup, gchar* domain) c_gtk_action_group_set_translation_domain;
6267 	gchar* function(GtkActionGroup* actionGroup, gchar* string) c_gtk_action_group_translate_string;
6268 
6269 	// gtk.Action
6270 
6271 	GtkAction* function(gchar* name, gchar* label, gchar* tooltip, gchar* stockId) c_gtk_action_new;
6272 	gchar* function(GtkAction* action) c_gtk_action_get_name;
6273 	gboolean function(GtkAction* action) c_gtk_action_is_sensitive;
6274 	gboolean function(GtkAction* action) c_gtk_action_get_sensitive;
6275 	void function(GtkAction* action, gboolean sensitive) c_gtk_action_set_sensitive;
6276 	gboolean function(GtkAction* action) c_gtk_action_is_visible;
6277 	gboolean function(GtkAction* action) c_gtk_action_get_visible;
6278 	void function(GtkAction* action, gboolean visible) c_gtk_action_set_visible;
6279 	void function(GtkAction* action) c_gtk_action_activate;
6280 	GtkWidget* function(GtkAction* action, GtkIconSize iconSize) c_gtk_action_create_icon;
6281 	GtkWidget* function(GtkAction* action) c_gtk_action_create_menu_item;
6282 	GtkWidget* function(GtkAction* action) c_gtk_action_create_tool_item;
6283 	GtkWidget* function(GtkAction* action) c_gtk_action_create_menu;
6284 	void function(GtkAction* action, GtkWidget* proxy) c_gtk_action_connect_proxy;
6285 	void function(GtkAction* action, GtkWidget* proxy) c_gtk_action_disconnect_proxy;
6286 	GSList* function(GtkAction* action) c_gtk_action_get_proxies;
6287 	void function(GtkAction* action) c_gtk_action_connect_accelerator;
6288 	void function(GtkAction* action) c_gtk_action_disconnect_accelerator;
6289 	void function(GtkAction* action) c_gtk_action_block_activate;
6290 	void function(GtkAction* action) c_gtk_action_unblock_activate;
6291 	void function(GtkAction* action, GtkWidget* proxy) c_gtk_action_block_activate_from;
6292 	void function(GtkAction* action, GtkWidget* proxy) c_gtk_action_unblock_activate_from;
6293 	gboolean function(GtkAction* action) c_gtk_action_get_always_show_image;
6294 	void function(GtkAction* action, gboolean alwaysShow) c_gtk_action_set_always_show_image;
6295 	gchar* function(GtkAction* action) c_gtk_action_get_accel_path;
6296 	void function(GtkAction* action, gchar* accelPath) c_gtk_action_set_accel_path;
6297 	GClosure* function(GtkAction* action) c_gtk_action_get_accel_closure;
6298 	void function(GtkAction* action, GtkAccelGroup* accelGroup) c_gtk_action_set_accel_group;
6299 	void function(GtkAction* action, gchar* label) c_gtk_action_set_label;
6300 	gchar* function(GtkAction* action) c_gtk_action_get_label;
6301 	void function(GtkAction* action, gchar* shortLabel) c_gtk_action_set_short_label;
6302 	gchar* function(GtkAction* action) c_gtk_action_get_short_label;
6303 	void function(GtkAction* action, gchar* tooltip) c_gtk_action_set_tooltip;
6304 	gchar* function(GtkAction* action) c_gtk_action_get_tooltip;
6305 	void function(GtkAction* action, gchar* stockId) c_gtk_action_set_stock_id;
6306 	gchar* function(GtkAction* action) c_gtk_action_get_stock_id;
6307 	void function(GtkAction* action, GIcon* icon) c_gtk_action_set_gicon;
6308 	GIcon* function(GtkAction* action) c_gtk_action_get_gicon;
6309 	void function(GtkAction* action, gchar* iconName) c_gtk_action_set_icon_name;
6310 	gchar* function(GtkAction* action) c_gtk_action_get_icon_name;
6311 	void function(GtkAction* action, gboolean visibleHorizontal) c_gtk_action_set_visible_horizontal;
6312 	gboolean function(GtkAction* action) c_gtk_action_get_visible_horizontal;
6313 	void function(GtkAction* action, gboolean visibleVertical) c_gtk_action_set_visible_vertical;
6314 	gboolean function(GtkAction* action) c_gtk_action_get_visible_vertical;
6315 	void function(GtkAction* action, gboolean isImportant) c_gtk_action_set_is_important;
6316 	gboolean function(GtkAction* action) c_gtk_action_get_is_important;
6317 
6318 	// gtk.ToggleAction
6319 
6320 	GtkToggleAction* function(gchar* name, gchar* label, gchar* tooltip, gchar* stockId) c_gtk_toggle_action_new;
6321 	void function(GtkToggleAction* action) c_gtk_toggle_action_toggled;
6322 	void function(GtkToggleAction* action, gboolean isActive) c_gtk_toggle_action_set_active;
6323 	gboolean function(GtkToggleAction* action) c_gtk_toggle_action_get_active;
6324 	void function(GtkToggleAction* action, gboolean drawAsRadio) c_gtk_toggle_action_set_draw_as_radio;
6325 	gboolean function(GtkToggleAction* action) c_gtk_toggle_action_get_draw_as_radio;
6326 
6327 	// gtk.RadioAction
6328 
6329 	GtkRadioAction* function(gchar* name, gchar* label, gchar* tooltip, gchar* stockId, gint value) c_gtk_radio_action_new;
6330 	GSList* function(GtkRadioAction* action) c_gtk_radio_action_get_group;
6331 	void function(GtkRadioAction* action, GSList* group) c_gtk_radio_action_set_group;
6332 	gint function(GtkRadioAction* action) c_gtk_radio_action_get_current_value;
6333 	void function(GtkRadioAction* action, gint currentValue) c_gtk_radio_action_set_current_value;
6334 
6335 	// gtk.RecentAction
6336 
6337 	GtkAction* function(gchar* name, gchar* label, gchar* tooltip, gchar* stockId) c_gtk_recent_action_new;
6338 	GtkAction* function(gchar* name, gchar* label, gchar* tooltip, gchar* stockId, GtkRecentManager* manager) c_gtk_recent_action_new_for_manager;
6339 	gboolean function(GtkRecentAction* action) c_gtk_recent_action_get_show_numbers;
6340 	void function(GtkRecentAction* action, gboolean showNumbers) c_gtk_recent_action_set_show_numbers;
6341 
6342 	// gtk.ActivatableT
6343 
6344 
6345 	// gtk.ActivatableT
6346 
6347 	void function(GtkActivatable* activatable, GtkAction* action) c_gtk_activatable_do_set_related_action;
6348 	GtkAction* function(GtkActivatable* activatable) c_gtk_activatable_get_related_action;
6349 	gboolean function(GtkActivatable* activatable) c_gtk_activatable_get_use_action_appearance;
6350 	void function(GtkActivatable* activatable, GtkAction* action) c_gtk_activatable_sync_action_properties;
6351 	void function(GtkActivatable* activatable, GtkAction* action) c_gtk_activatable_set_related_action;
6352 	void function(GtkActivatable* activatable, gboolean useAppearance) c_gtk_activatable_set_use_action_appearance;
6353 
6354 	// gtk.ColorButton
6355 
6356 	GtkWidget* function() c_gtk_color_button_new;
6357 	GtkWidget* function(GdkColor* color) c_gtk_color_button_new_with_color;
6358 	void function(GtkColorButton* colorButton, GdkColor* color) c_gtk_color_button_set_color;
6359 	void function(GtkColorButton* colorButton, GdkColor* color) c_gtk_color_button_get_color;
6360 	void function(GtkColorButton* colorButton, guint16 alpha) c_gtk_color_button_set_alpha;
6361 	guint16 function(GtkColorButton* colorButton) c_gtk_color_button_get_alpha;
6362 	void function(GtkColorButton* colorButton, gboolean useAlpha) c_gtk_color_button_set_use_alpha;
6363 	gboolean function(GtkColorButton* colorButton) c_gtk_color_button_get_use_alpha;
6364 	void function(GtkColorButton* colorButton, gchar* title) c_gtk_color_button_set_title;
6365 	gchar* function(GtkColorButton* colorButton) c_gtk_color_button_get_title;
6366 
6367 	// gtk.ColorSelection
6368 
6369 	GtkWidget* function() c_gtk_color_selection_new;
6370 	void function(GtkColorSelection* colorsel, GtkUpdateType policy) c_gtk_color_selection_set_update_policy;
6371 	void function(GtkColorSelection* colorsel, gboolean hasOpacity) c_gtk_color_selection_set_has_opacity_control;
6372 	gboolean function(GtkColorSelection* colorsel) c_gtk_color_selection_get_has_opacity_control;
6373 	void function(GtkColorSelection* colorsel, gboolean hasPalette) c_gtk_color_selection_set_has_palette;
6374 	gboolean function(GtkColorSelection* colorsel) c_gtk_color_selection_get_has_palette;
6375 	guint16 function(GtkColorSelection* colorsel) c_gtk_color_selection_get_current_alpha;
6376 	void function(GtkColorSelection* colorsel, guint16 alpha) c_gtk_color_selection_set_current_alpha;
6377 	void function(GtkColorSelection* colorsel, GdkColor* color) c_gtk_color_selection_get_current_color;
6378 	void function(GtkColorSelection* colorsel, GdkColor* color) c_gtk_color_selection_set_current_color;
6379 	guint16 function(GtkColorSelection* colorsel) c_gtk_color_selection_get_previous_alpha;
6380 	void function(GtkColorSelection* colorsel, guint16 alpha) c_gtk_color_selection_set_previous_alpha;
6381 	void function(GtkColorSelection* colorsel, GdkColor* color) c_gtk_color_selection_get_previous_color;
6382 	void function(GtkColorSelection* colorsel, GdkColor* color) c_gtk_color_selection_set_previous_color;
6383 	gboolean function(GtkColorSelection* colorsel) c_gtk_color_selection_is_adjusting;
6384 	gboolean function(gchar* str, GdkColor** colors, gint* nColors) c_gtk_color_selection_palette_from_string;
6385 	gchar* function(GdkColor* colors, gint nColors) c_gtk_color_selection_palette_to_string;
6386 	GtkColorSelectionChangePaletteFunc function(GtkColorSelectionChangePaletteFunc func) c_gtk_color_selection_set_change_palette_hook;
6387 	GtkColorSelectionChangePaletteWithScreenFunc function(GtkColorSelectionChangePaletteWithScreenFunc func) c_gtk_color_selection_set_change_palette_with_screen_hook;
6388 	void function(GtkColorSelection* colorsel, gdouble* color) c_gtk_color_selection_set_color;
6389 	void function(GtkColorSelection* colorsel, gdouble* color) c_gtk_color_selection_get_color;
6390 
6391 	// gtk.ColorSelectionDialog
6392 
6393 	GtkWidget* function(gchar* title) c_gtk_color_selection_dialog_new;
6394 	GtkWidget* function(GtkColorSelectionDialog* colorsel) c_gtk_color_selection_dialog_get_color_selection;
6395 
6396 	// gtk.FileChooserT
6397 
6398 
6399 	// gtk.FileChooserT
6400 
6401 	void function(GtkFileChooser* chooser, GtkFileChooserAction action) c_gtk_file_chooser_set_action;
6402 	GtkFileChooserAction function(GtkFileChooser* chooser) c_gtk_file_chooser_get_action;
6403 	void function(GtkFileChooser* chooser, gboolean localOnly) c_gtk_file_chooser_set_local_only;
6404 	gboolean function(GtkFileChooser* chooser) c_gtk_file_chooser_get_local_only;
6405 	void function(GtkFileChooser* chooser, gboolean selectMultiple) c_gtk_file_chooser_set_select_multiple;
6406 	gboolean function(GtkFileChooser* chooser) c_gtk_file_chooser_get_select_multiple;
6407 	void function(GtkFileChooser* chooser, gboolean showHidden) c_gtk_file_chooser_set_show_hidden;
6408 	gboolean function(GtkFileChooser* chooser) c_gtk_file_chooser_get_show_hidden;
6409 	void function(GtkFileChooser* chooser, gboolean doOverwriteConfirmation) c_gtk_file_chooser_set_do_overwrite_confirmation;
6410 	gboolean function(GtkFileChooser* chooser) c_gtk_file_chooser_get_do_overwrite_confirmation;
6411 	void function(GtkFileChooser* chooser, gboolean createFolders) c_gtk_file_chooser_set_create_folders;
6412 	gboolean function(GtkFileChooser* chooser) c_gtk_file_chooser_get_create_folders;
6413 	void function(GtkFileChooser* chooser, gchar* name) c_gtk_file_chooser_set_current_name;
6414 	gchar* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_filename;
6415 	gboolean function(GtkFileChooser* chooser, char* filename) c_gtk_file_chooser_set_filename;
6416 	gboolean function(GtkFileChooser* chooser, char* filename) c_gtk_file_chooser_select_filename;
6417 	void function(GtkFileChooser* chooser, char* filename) c_gtk_file_chooser_unselect_filename;
6418 	void function(GtkFileChooser* chooser) c_gtk_file_chooser_select_all;
6419 	void function(GtkFileChooser* chooser) c_gtk_file_chooser_unselect_all;
6420 	GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_filenames;
6421 	gboolean function(GtkFileChooser* chooser, gchar* filename) c_gtk_file_chooser_set_current_folder;
6422 	gchar* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_current_folder;
6423 	gchar* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_uri;
6424 	gboolean function(GtkFileChooser* chooser, char* uri) c_gtk_file_chooser_set_uri;
6425 	gboolean function(GtkFileChooser* chooser, char* uri) c_gtk_file_chooser_select_uri;
6426 	void function(GtkFileChooser* chooser, char* uri) c_gtk_file_chooser_unselect_uri;
6427 	GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_uris;
6428 	gboolean function(GtkFileChooser* chooser, gchar* uri) c_gtk_file_chooser_set_current_folder_uri;
6429 	gchar* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_current_folder_uri;
6430 	void function(GtkFileChooser* chooser, GtkWidget* previewWidget) c_gtk_file_chooser_set_preview_widget;
6431 	GtkWidget* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_widget;
6432 	void function(GtkFileChooser* chooser, gboolean active) c_gtk_file_chooser_set_preview_widget_active;
6433 	gboolean function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_widget_active;
6434 	void function(GtkFileChooser* chooser, gboolean useLabel) c_gtk_file_chooser_set_use_preview_label;
6435 	gboolean function(GtkFileChooser* chooser) c_gtk_file_chooser_get_use_preview_label;
6436 	char* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_filename;
6437 	char* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_uri;
6438 	void function(GtkFileChooser* chooser, GtkWidget* extraWidget) c_gtk_file_chooser_set_extra_widget;
6439 	GtkWidget* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_extra_widget;
6440 	void function(GtkFileChooser* chooser, GtkFileFilter* filter) c_gtk_file_chooser_add_filter;
6441 	void function(GtkFileChooser* chooser, GtkFileFilter* filter) c_gtk_file_chooser_remove_filter;
6442 	GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_list_filters;
6443 	void function(GtkFileChooser* chooser, GtkFileFilter* filter) c_gtk_file_chooser_set_filter;
6444 	GtkFileFilter* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_filter;
6445 	gboolean function(GtkFileChooser* chooser, char* folder, GError** error) c_gtk_file_chooser_add_shortcut_folder;
6446 	gboolean function(GtkFileChooser* chooser, char* folder, GError** error) c_gtk_file_chooser_remove_shortcut_folder;
6447 	GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_list_shortcut_folders;
6448 	gboolean function(GtkFileChooser* chooser, char* uri, GError** error) c_gtk_file_chooser_add_shortcut_folder_uri;
6449 	gboolean function(GtkFileChooser* chooser, char* uri, GError** error) c_gtk_file_chooser_remove_shortcut_folder_uri;
6450 	GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_list_shortcut_folder_uris;
6451 	GFile* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_current_folder_file;
6452 	GFile* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_file;
6453 	GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_files;
6454 	GFile* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_file;
6455 	gboolean function(GtkFileChooser* chooser, GFile* file, GError** error) c_gtk_file_chooser_select_file;
6456 	gboolean function(GtkFileChooser* chooser, GFile* file, GError** error) c_gtk_file_chooser_set_current_folder_file;
6457 	gboolean function(GtkFileChooser* chooser, GFile* file, GError** error) c_gtk_file_chooser_set_file;
6458 	void function(GtkFileChooser* chooser, GFile* file) c_gtk_file_chooser_unselect_file;
6459 
6460 	// gtk.FileChooserButton
6461 
6462 	GtkWidget* function(gchar* title, GtkFileChooserAction action) c_gtk_file_chooser_button_new;
6463 	GtkWidget* function(gchar* title, GtkFileChooserAction action, gchar* backend) c_gtk_file_chooser_button_new_with_backend;
6464 	GtkWidget* function(GtkWidget* dialog) c_gtk_file_chooser_button_new_with_dialog;
6465 	gchar* function(GtkFileChooserButton* button) c_gtk_file_chooser_button_get_title;
6466 	void function(GtkFileChooserButton* button, gchar* title) c_gtk_file_chooser_button_set_title;
6467 	gint function(GtkFileChooserButton* button) c_gtk_file_chooser_button_get_width_chars;
6468 	void function(GtkFileChooserButton* button, gint nChars) c_gtk_file_chooser_button_set_width_chars;
6469 	gboolean function(GtkFileChooserButton* button) c_gtk_file_chooser_button_get_focus_on_click;
6470 	void function(GtkFileChooserButton* button, gboolean focusOnClick) c_gtk_file_chooser_button_set_focus_on_click;
6471 
6472 	// gtk.FileChooserDialog
6473 
6474 	GtkWidget* function(gchar* title, GtkWindow* parent, GtkFileChooserAction action, gchar* firstButtonText, ... ) c_gtk_file_chooser_dialog_new;
6475 	GtkWidget* function(gchar* title, GtkWindow* parent, GtkFileChooserAction action, gchar* backend, gchar* firstButtonText, ... ) c_gtk_file_chooser_dialog_new_with_backend;
6476 
6477 	// gtk.FileChooserWidget
6478 
6479 	GtkWidget* function(GtkFileChooserAction action) c_gtk_file_chooser_widget_new;
6480 	GtkWidget* function(GtkFileChooserAction action, gchar* backend) c_gtk_file_chooser_widget_new_with_backend;
6481 
6482 	// gtk.FileFilter
6483 
6484 	GtkFileFilter* function() c_gtk_file_filter_new;
6485 	void function(GtkFileFilter* filter, gchar* name) c_gtk_file_filter_set_name;
6486 	gchar* function(GtkFileFilter* filter) c_gtk_file_filter_get_name;
6487 	void function(GtkFileFilter* filter, gchar* mimeType) c_gtk_file_filter_add_mime_type;
6488 	void function(GtkFileFilter* filter, gchar* pattern) c_gtk_file_filter_add_pattern;
6489 	void function(GtkFileFilter* filter) c_gtk_file_filter_add_pixbuf_formats;
6490 	void function(GtkFileFilter* filter, GtkFileFilterFlags needed, GtkFileFilterFunc func, void* data, GDestroyNotify notify) c_gtk_file_filter_add_custom;
6491 	GtkFileFilterFlags function(GtkFileFilter* filter) c_gtk_file_filter_get_needed;
6492 	gboolean function(GtkFileFilter* filter, GtkFileFilterInfo* filterInfo) c_gtk_file_filter_filter;
6493 
6494 	// gtk.FontButton
6495 
6496 	GtkWidget* function() c_gtk_font_button_new;
6497 	GtkWidget* function(gchar* fontname) c_gtk_font_button_new_with_font;
6498 	gboolean function(GtkFontButton* fontButton, gchar* fontname) c_gtk_font_button_set_font_name;
6499 	gchar* function(GtkFontButton* fontButton) c_gtk_font_button_get_font_name;
6500 	void function(GtkFontButton* fontButton, gboolean showStyle) c_gtk_font_button_set_show_style;
6501 	gboolean function(GtkFontButton* fontButton) c_gtk_font_button_get_show_style;
6502 	void function(GtkFontButton* fontButton, gboolean showSize) c_gtk_font_button_set_show_size;
6503 	gboolean function(GtkFontButton* fontButton) c_gtk_font_button_get_show_size;
6504 	void function(GtkFontButton* fontButton, gboolean useFont) c_gtk_font_button_set_use_font;
6505 	gboolean function(GtkFontButton* fontButton) c_gtk_font_button_get_use_font;
6506 	void function(GtkFontButton* fontButton, gboolean useSize) c_gtk_font_button_set_use_size;
6507 	gboolean function(GtkFontButton* fontButton) c_gtk_font_button_get_use_size;
6508 	void function(GtkFontButton* fontButton, gchar* title) c_gtk_font_button_set_title;
6509 	gchar* function(GtkFontButton* fontButton) c_gtk_font_button_get_title;
6510 
6511 	// gtk.FontSelection
6512 
6513 	GtkWidget* function() c_gtk_font_selection_new;
6514 	GdkFont* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_font;
6515 	gchar* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_font_name;
6516 	gboolean function(GtkFontSelection* fontsel, gchar* fontname) c_gtk_font_selection_set_font_name;
6517 	gchar* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_preview_text;
6518 	void function(GtkFontSelection* fontsel, gchar* text) c_gtk_font_selection_set_preview_text;
6519 	PangoFontFace* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_face;
6520 	GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_face_list;
6521 	PangoFontFamily* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_family;
6522 	gint function(GtkFontSelection* fontsel) c_gtk_font_selection_get_size;
6523 	GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_family_list;
6524 	GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_preview_entry;
6525 	GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_size_entry;
6526 	GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_size_list;
6527 
6528 	// gtk.FontSelectionDialog
6529 
6530 	GtkWidget* function(gchar* title) c_gtk_font_selection_dialog_new;
6531 	GdkFont* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_font;
6532 	gchar* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_font_name;
6533 	gboolean function(GtkFontSelectionDialog* fsd, gchar* fontname) c_gtk_font_selection_dialog_set_font_name;
6534 	gchar* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_preview_text;
6535 	void function(GtkFontSelectionDialog* fsd, gchar* text) c_gtk_font_selection_dialog_set_preview_text;
6536 	GtkWidget* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_apply_button;
6537 	GtkWidget* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_cancel_button;
6538 	GtkWidget* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_ok_button;
6539 	GtkWidget* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_font_selection;
6540 
6541 	// gtk.InputDialog
6542 
6543 	GtkWidget* function() c_gtk_input_dialog_new;
6544 
6545 	// gtk.Alignment
6546 
6547 	GtkWidget* function(gfloat xalign, gfloat yalign, gfloat xscale, gfloat yscale) c_gtk_alignment_new;
6548 	void function(GtkAlignment* alignment, gfloat xalign, gfloat yalign, gfloat xscale, gfloat yscale) c_gtk_alignment_set;
6549 	void function(GtkAlignment* alignment, guint* paddingTop, guint* paddingBottom, guint* paddingLeft, guint* paddingRight) c_gtk_alignment_get_padding;
6550 	void function(GtkAlignment* alignment, guint paddingTop, guint paddingBottom, guint paddingLeft, guint paddingRight) c_gtk_alignment_set_padding;
6551 
6552 	// gtk.AspectFrame
6553 
6554 	GtkWidget* function(gchar* label, gfloat xalign, gfloat yalign, gfloat ratio, gboolean obeyChild) c_gtk_aspect_frame_new;
6555 	void function(GtkAspectFrame* aspectFrame, gfloat xalign, gfloat yalign, gfloat ratio, gboolean obeyChild) c_gtk_aspect_frame_set;
6556 
6557 	// gtk.HBox
6558 
6559 	GtkWidget* function(gboolean homogeneous, gint spacing) c_gtk_hbox_new;
6560 
6561 	// gtk.VBox
6562 
6563 	GtkWidget* function(gboolean homogeneous, gint spacing) c_gtk_vbox_new;
6564 
6565 	// gtk.HButtonBox
6566 
6567 	GtkWidget* function() c_gtk_hbutton_box_new;
6568 	gint function() c_gtk_hbutton_box_get_spacing_default;
6569 	GtkButtonBoxStyle function() c_gtk_hbutton_box_get_layout_default;
6570 	void function(gint spacing) c_gtk_hbutton_box_set_spacing_default;
6571 	void function(GtkButtonBoxStyle layout) c_gtk_hbutton_box_set_layout_default;
6572 
6573 	// gtk.VButtonBox
6574 
6575 	GtkWidget* function() c_gtk_vbutton_box_new;
6576 	gint function() c_gtk_vbutton_box_get_spacing_default;
6577 	void function(gint spacing) c_gtk_vbutton_box_set_spacing_default;
6578 	GtkButtonBoxStyle function() c_gtk_vbutton_box_get_layout_default;
6579 	void function(GtkButtonBoxStyle layout) c_gtk_vbutton_box_set_layout_default;
6580 
6581 	// gtk.Fixed
6582 
6583 	GtkWidget* function() c_gtk_fixed_new;
6584 	void function(GtkFixed* fixed, GtkWidget* widget, gint x, gint y) c_gtk_fixed_put;
6585 	void function(GtkFixed* fixed, GtkWidget* widget, gint x, gint y) c_gtk_fixed_move;
6586 	gboolean function(GtkFixed* fixed) c_gtk_fixed_get_has_window;
6587 	void function(GtkFixed* fixed, gboolean hasWindow) c_gtk_fixed_set_has_window;
6588 
6589 	// gtk.HPaned
6590 
6591 	GtkWidget* function() c_gtk_hpaned_new;
6592 
6593 	// gtk.VPaned
6594 
6595 	GtkWidget* function() c_gtk_vpaned_new;
6596 
6597 	// gtk.Layout
6598 
6599 	GtkWidget* function(GtkAdjustment* hadjustment, GtkAdjustment* vadjustment) c_gtk_layout_new;
6600 	void function(GtkLayout* layout, GtkWidget* childWidget, gint x, gint y) c_gtk_layout_put;
6601 	void function(GtkLayout* layout, GtkWidget* childWidget, gint x, gint y) c_gtk_layout_move;
6602 	void function(GtkLayout* layout, guint width, guint height) c_gtk_layout_set_size;
6603 	void function(GtkLayout* layout, guint* width, guint* height) c_gtk_layout_get_size;
6604 	void function(GtkLayout* layout) c_gtk_layout_freeze;
6605 	void function(GtkLayout* layout) c_gtk_layout_thaw;
6606 	GtkAdjustment* function(GtkLayout* layout) c_gtk_layout_get_hadjustment;
6607 	GtkAdjustment* function(GtkLayout* layout) c_gtk_layout_get_vadjustment;
6608 	void function(GtkLayout* layout, GtkAdjustment* adjustment) c_gtk_layout_set_hadjustment;
6609 	void function(GtkLayout* layout, GtkAdjustment* adjustment) c_gtk_layout_set_vadjustment;
6610 	GdkWindow* function(GtkLayout* layout) c_gtk_layout_get_bin_window;
6611 
6612 	// gtk.Notebook
6613 
6614 	GtkWidget* function() c_gtk_notebook_new;
6615 	gint function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel) c_gtk_notebook_append_page;
6616 	gint function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel, GtkWidget* menuLabel) c_gtk_notebook_append_page_menu;
6617 	gint function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel) c_gtk_notebook_prepend_page;
6618 	gint function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel, GtkWidget* menuLabel) c_gtk_notebook_prepend_page_menu;
6619 	gint function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel, gint position) c_gtk_notebook_insert_page;
6620 	gint function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel, GtkWidget* menuLabel, gint position) c_gtk_notebook_insert_page_menu;
6621 	void function(GtkNotebook* notebook, gint pageNum) c_gtk_notebook_remove_page;
6622 	gint function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_page_num;
6623 	void function(GtkNotebook* notebook) c_gtk_notebook_next_page;
6624 	void function(GtkNotebook* notebook) c_gtk_notebook_prev_page;
6625 	void function(GtkNotebook* notebook, GtkWidget* child, gint position) c_gtk_notebook_reorder_child;
6626 	void function(GtkNotebook* notebook, GtkPositionType pos) c_gtk_notebook_set_tab_pos;
6627 	void function(GtkNotebook* notebook, gboolean showTabs) c_gtk_notebook_set_show_tabs;
6628 	void function(GtkNotebook* notebook, gboolean showBorder) c_gtk_notebook_set_show_border;
6629 	void function(GtkNotebook* notebook, gboolean scrollable) c_gtk_notebook_set_scrollable;
6630 	void function(GtkNotebook* notebook, guint borderWidth) c_gtk_notebook_set_tab_border;
6631 	void function(GtkNotebook* notebook) c_gtk_notebook_popup_enable;
6632 	void function(GtkNotebook* notebook) c_gtk_notebook_popup_disable;
6633 	gint function(GtkNotebook* notebook) c_gtk_notebook_get_current_page;
6634 	GtkWidget* function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_menu_label;
6635 	GtkWidget* function(GtkNotebook* notebook, gint pageNum) c_gtk_notebook_get_nth_page;
6636 	gint function(GtkNotebook* notebook) c_gtk_notebook_get_n_pages;
6637 	GtkWidget* function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_tab_label;
6638 	void function(GtkNotebook* notebook, GtkWidget* child, gboolean* expand, gboolean* fill, GtkPackType* packType) c_gtk_notebook_query_tab_label_packing;
6639 	void function(GtkNotebook* notebook, gboolean homogeneous) c_gtk_notebook_set_homogeneous_tabs;
6640 	void function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* menuLabel) c_gtk_notebook_set_menu_label;
6641 	void function(GtkNotebook* notebook, GtkWidget* child, gchar* menuText) c_gtk_notebook_set_menu_label_text;
6642 	void function(GtkNotebook* notebook, guint tabHborder) c_gtk_notebook_set_tab_hborder;
6643 	void function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel) c_gtk_notebook_set_tab_label;
6644 	void function(GtkNotebook* notebook, GtkWidget* child, gboolean expand, gboolean fill, GtkPackType packType) c_gtk_notebook_set_tab_label_packing;
6645 	void function(GtkNotebook* notebook, GtkWidget* child, gchar* tabText) c_gtk_notebook_set_tab_label_text;
6646 	void function(GtkNotebook* notebook, guint tabVborder) c_gtk_notebook_set_tab_vborder;
6647 	void function(GtkNotebook* notebook, GtkWidget* child, gboolean reorderable) c_gtk_notebook_set_tab_reorderable;
6648 	void function(GtkNotebook* notebook, GtkWidget* child, gboolean detachable) c_gtk_notebook_set_tab_detachable;
6649 	gchar* function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_menu_label_text;
6650 	gboolean function(GtkNotebook* notebook) c_gtk_notebook_get_scrollable;
6651 	gboolean function(GtkNotebook* notebook) c_gtk_notebook_get_show_border;
6652 	gboolean function(GtkNotebook* notebook) c_gtk_notebook_get_show_tabs;
6653 	gchar* function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_tab_label_text;
6654 	GtkPositionType function(GtkNotebook* notebook) c_gtk_notebook_get_tab_pos;
6655 	gboolean function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_tab_reorderable;
6656 	gboolean function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_tab_detachable;
6657 	guint16 function(GtkNotebook* notebook) c_gtk_notebook_get_tab_hborder;
6658 	guint16 function(GtkNotebook* notebook) c_gtk_notebook_get_tab_vborder;
6659 	void function(GtkNotebook* notebook, gint pageNum) c_gtk_notebook_set_current_page;
6660 	void function(GtkNotebook* notebook, gint groupId) c_gtk_notebook_set_group_id;
6661 	gint function(GtkNotebook* notebook) c_gtk_notebook_get_group_id;
6662 	void function(GtkNotebook* notebook, void* group) c_gtk_notebook_set_group;
6663 	gpointer function(GtkNotebook* notebook) c_gtk_notebook_get_group;
6664 	void function(GtkNotebook* notebook, gchar* groupName) c_gtk_notebook_set_group_name;
6665 	gchar* function(GtkNotebook* notebook) c_gtk_notebook_get_group_name;
6666 	void function(GtkNotebook* notebook, GtkWidget* widget, GtkPackType packType) c_gtk_notebook_set_action_widget;
6667 	GtkWidget* function(GtkNotebook* notebook, GtkPackType packType) c_gtk_notebook_get_action_widget;
6668 	void function(GtkNotebookWindowCreationFunc func, void* data, GDestroyNotify destroy) c_gtk_notebook_set_window_creation_hook;
6669 
6670 	// gtk.Table
6671 
6672 	GtkWidget* function(guint rows, guint columns, gboolean homogeneous) c_gtk_table_new;
6673 	void function(GtkTable* table, guint rows, guint columns) c_gtk_table_resize;
6674 	void function(GtkTable* table, GtkWidget* child, guint leftAttach, guint rightAttach, guint topAttach, guint bottomAttach, GtkAttachOptions xoptions, GtkAttachOptions yoptions, guint xpadding, guint ypadding) c_gtk_table_attach;
6675 	void function(GtkTable* table, GtkWidget* widget, guint leftAttach, guint rightAttach, guint topAttach, guint bottomAttach) c_gtk_table_attach_defaults;
6676 	void function(GtkTable* table, guint row, guint spacing) c_gtk_table_set_row_spacing;
6677 	void function(GtkTable* table, guint column, guint spacing) c_gtk_table_set_col_spacing;
6678 	void function(GtkTable* table, guint spacing) c_gtk_table_set_row_spacings;
6679 	void function(GtkTable* table, guint spacing) c_gtk_table_set_col_spacings;
6680 	void function(GtkTable* table, gboolean homogeneous) c_gtk_table_set_homogeneous;
6681 	guint function(GtkTable* table) c_gtk_table_get_default_row_spacing;
6682 	gboolean function(GtkTable* table) c_gtk_table_get_homogeneous;
6683 	guint function(GtkTable* table, guint row) c_gtk_table_get_row_spacing;
6684 	guint function(GtkTable* table, guint column) c_gtk_table_get_col_spacing;
6685 	guint function(GtkTable* table) c_gtk_table_get_default_col_spacing;
6686 	void function(GtkTable* table, guint* rows, guint* columns) c_gtk_table_get_size;
6687 
6688 	// gtk.Expander
6689 
6690 	GtkWidget* function(gchar* label) c_gtk_expander_new;
6691 	GtkWidget* function(gchar* label) c_gtk_expander_new_with_mnemonic;
6692 	void function(GtkExpander* expander, gboolean expanded) c_gtk_expander_set_expanded;
6693 	gboolean function(GtkExpander* expander) c_gtk_expander_get_expanded;
6694 	void function(GtkExpander* expander, gint spacing) c_gtk_expander_set_spacing;
6695 	gint function(GtkExpander* expander) c_gtk_expander_get_spacing;
6696 	void function(GtkExpander* expander, gchar* label) c_gtk_expander_set_label;
6697 	gchar* function(GtkExpander* expander) c_gtk_expander_get_label;
6698 	void function(GtkExpander* expander, gboolean useUnderline) c_gtk_expander_set_use_underline;
6699 	gboolean function(GtkExpander* expander) c_gtk_expander_get_use_underline;
6700 	void function(GtkExpander* expander, gboolean useMarkup) c_gtk_expander_set_use_markup;
6701 	gboolean function(GtkExpander* expander) c_gtk_expander_get_use_markup;
6702 	void function(GtkExpander* expander, GtkWidget* labelWidget) c_gtk_expander_set_label_widget;
6703 	GtkWidget* function(GtkExpander* expander) c_gtk_expander_get_label_widget;
6704 	void function(GtkExpander* expander, gboolean labelFill) c_gtk_expander_set_label_fill;
6705 	gboolean function(GtkExpander* expander) c_gtk_expander_get_label_fill;
6706 
6707 	// gtk.OrientableT
6708 
6709 
6710 	// gtk.OrientableT
6711 
6712 	GtkOrientation function(GtkOrientable* orientable) c_gtk_orientable_get_orientation;
6713 	void function(GtkOrientable* orientable, GtkOrientation orientation) c_gtk_orientable_set_orientation;
6714 
6715 	// gtk.Frame
6716 
6717 	GtkWidget* function(gchar* label) c_gtk_frame_new;
6718 	void function(GtkFrame* frame, gchar* label) c_gtk_frame_set_label;
6719 	void function(GtkFrame* frame, GtkWidget* labelWidget) c_gtk_frame_set_label_widget;
6720 	void function(GtkFrame* frame, gfloat xalign, gfloat yalign) c_gtk_frame_set_label_align;
6721 	void function(GtkFrame* frame, GtkShadowType type) c_gtk_frame_set_shadow_type;
6722 	gchar* function(GtkFrame* frame) c_gtk_frame_get_label;
6723 	void function(GtkFrame* frame, gfloat* xalign, gfloat* yalign) c_gtk_frame_get_label_align;
6724 	GtkWidget* function(GtkFrame* frame) c_gtk_frame_get_label_widget;
6725 	GtkShadowType function(GtkFrame* frame) c_gtk_frame_get_shadow_type;
6726 
6727 	// gtk.HSeparator
6728 
6729 	GtkWidget* function() c_gtk_hseparator_new;
6730 
6731 	// gtk.VSeparator
6732 
6733 	GtkWidget* function() c_gtk_vseparator_new;
6734 
6735 	// gtk.HScrollbar
6736 
6737 	GtkWidget* function(GtkAdjustment* adjustment) c_gtk_hscrollbar_new;
6738 
6739 	// gtk.VScrollbar
6740 
6741 	GtkWidget* function(GtkAdjustment* adjustment) c_gtk_vscrollbar_new;
6742 
6743 	// gtk.ScrolledWindow
6744 
6745 	GtkWidget* function(GtkAdjustment* hadjustment, GtkAdjustment* vadjustment) c_gtk_scrolled_window_new;
6746 	GtkAdjustment* function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_hadjustment;
6747 	GtkAdjustment* function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_vadjustment;
6748 	GtkWidget* function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_hscrollbar;
6749 	GtkWidget* function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_vscrollbar;
6750 	void function(GtkScrolledWindow* scrolledWindow, GtkPolicyType hscrollbarPolicy, GtkPolicyType vscrollbarPolicy) c_gtk_scrolled_window_set_policy;
6751 	void function(GtkScrolledWindow* scrolledWindow, GtkWidget* child) c_gtk_scrolled_window_add_with_viewport;
6752 	void function(GtkScrolledWindow* scrolledWindow, GtkCornerType windowPlacement) c_gtk_scrolled_window_set_placement;
6753 	void function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_unset_placement;
6754 	void function(GtkScrolledWindow* scrolledWindow, GtkShadowType type) c_gtk_scrolled_window_set_shadow_type;
6755 	void function(GtkScrolledWindow* scrolledWindow, GtkAdjustment* hadjustment) c_gtk_scrolled_window_set_hadjustment;
6756 	void function(GtkScrolledWindow* scrolledWindow, GtkAdjustment* vadjustment) c_gtk_scrolled_window_set_vadjustment;
6757 	GtkCornerType function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_placement;
6758 	void function(GtkScrolledWindow* scrolledWindow, GtkPolicyType* hscrollbarPolicy, GtkPolicyType* vscrollbarPolicy) c_gtk_scrolled_window_get_policy;
6759 	GtkShadowType function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_shadow_type;
6760 
6761 	// gtk.PrintOperation
6762 
6763 	GtkPrintOperation* function() c_gtk_print_operation_new;
6764 	void function(GtkPrintOperation* op, gboolean allowAsync) c_gtk_print_operation_set_allow_async;
6765 	void function(GtkPrintOperation* op, GError** error) c_gtk_print_operation_get_error;
6766 	void function(GtkPrintOperation* op, GtkPageSetup* defaultPageSetup) c_gtk_print_operation_set_default_page_setup;
6767 	GtkPageSetup* function(GtkPrintOperation* op) c_gtk_print_operation_get_default_page_setup;
6768 	void function(GtkPrintOperation* op, GtkPrintSettings* printSettings) c_gtk_print_operation_set_print_settings;
6769 	GtkPrintSettings* function(GtkPrintOperation* op) c_gtk_print_operation_get_print_settings;
6770 	void function(GtkPrintOperation* op, gchar* jobName) c_gtk_print_operation_set_job_name;
6771 	void function(GtkPrintOperation* op, gint nPages) c_gtk_print_operation_set_n_pages;
6772 	gint function(GtkPrintOperation* op) c_gtk_print_operation_get_n_pages_to_print;
6773 	void function(GtkPrintOperation* op, gint currentPage) c_gtk_print_operation_set_current_page;
6774 	void function(GtkPrintOperation* op, gboolean fullPage) c_gtk_print_operation_set_use_full_page;
6775 	void function(GtkPrintOperation* op, GtkUnit unit) c_gtk_print_operation_set_unit;
6776 	void function(GtkPrintOperation* op, gchar* filename) c_gtk_print_operation_set_export_filename;
6777 	void function(GtkPrintOperation* op, gboolean showProgress) c_gtk_print_operation_set_show_progress;
6778 	void function(GtkPrintOperation* op, gboolean trackStatus) c_gtk_print_operation_set_track_print_status;
6779 	void function(GtkPrintOperation* op, gchar* label) c_gtk_print_operation_set_custom_tab_label;
6780 	GtkPrintOperationResult function(GtkPrintOperation* op, GtkPrintOperationAction action, GtkWindow* parent, GError** error) c_gtk_print_operation_run;
6781 	void function(GtkPrintOperation* op) c_gtk_print_operation_cancel;
6782 	void function(GtkPrintOperation* op) c_gtk_print_operation_draw_page_finish;
6783 	void function(GtkPrintOperation* op) c_gtk_print_operation_set_defer_drawing;
6784 	GtkPrintStatus function(GtkPrintOperation* op) c_gtk_print_operation_get_status;
6785 	gchar* function(GtkPrintOperation* op) c_gtk_print_operation_get_status_string;
6786 	gboolean function(GtkPrintOperation* op) c_gtk_print_operation_is_finished;
6787 	void function(GtkPrintOperation* op, gboolean supportSelection) c_gtk_print_operation_set_support_selection;
6788 	gboolean function(GtkPrintOperation* op) c_gtk_print_operation_get_support_selection;
6789 	void function(GtkPrintOperation* op, gboolean hasSelection) c_gtk_print_operation_set_has_selection;
6790 	gboolean function(GtkPrintOperation* op) c_gtk_print_operation_get_has_selection;
6791 	void function(GtkPrintOperation* op, gboolean embed) c_gtk_print_operation_set_embed_page_setup;
6792 	gboolean function(GtkPrintOperation* op) c_gtk_print_operation_get_embed_page_setup;
6793 	GtkPageSetup* function(GtkWindow* parent, GtkPageSetup* pageSetup, GtkPrintSettings* settings) c_gtk_print_run_page_setup_dialog;
6794 	void function(GtkWindow* parent, GtkPageSetup* pageSetup, GtkPrintSettings* settings, GtkPageSetupDoneFunc doneCb, void* data) c_gtk_print_run_page_setup_dialog_async;
6795 
6796 	// gtk.PrintOperationPreviewT
6797 
6798 
6799 	// gtk.PrintOperationPreviewT
6800 
6801 	void function(GtkPrintOperationPreview* preview) c_gtk_print_operation_preview_end_preview;
6802 	gboolean function(GtkPrintOperationPreview* preview, gint pageNr) c_gtk_print_operation_preview_is_selected;
6803 	void function(GtkPrintOperationPreview* preview, gint pageNr) c_gtk_print_operation_preview_render_page;
6804 
6805 	// gtk.PrintContext
6806 
6807 	cairo_t* function(GtkPrintContext* context) c_gtk_print_context_get_cairo_context;
6808 	void function(GtkPrintContext* context, cairo_t* cr, double dpiX, double dpiY) c_gtk_print_context_set_cairo_context;
6809 	GtkPageSetup* function(GtkPrintContext* context) c_gtk_print_context_get_page_setup;
6810 	gdouble function(GtkPrintContext* context) c_gtk_print_context_get_width;
6811 	gdouble function(GtkPrintContext* context) c_gtk_print_context_get_height;
6812 	gdouble function(GtkPrintContext* context) c_gtk_print_context_get_dpi_x;
6813 	gdouble function(GtkPrintContext* context) c_gtk_print_context_get_dpi_y;
6814 	PangoFontMap* function(GtkPrintContext* context) c_gtk_print_context_get_pango_fontmap;
6815 	PangoContext* function(GtkPrintContext* context) c_gtk_print_context_create_pango_context;
6816 	PangoLayout* function(GtkPrintContext* context) c_gtk_print_context_create_pango_layout;
6817 	gboolean function(GtkPrintContext* context, gdouble* top, gdouble* bottom, gdouble* left, gdouble* right) c_gtk_print_context_get_hard_margins;
6818 
6819 	// gtk.PrintSettings
6820 
6821 	GtkPrintSettings* function() c_gtk_print_settings_new;
6822 	GtkPrintSettings* function(GtkPrintSettings* other) c_gtk_print_settings_copy;
6823 	gboolean function(GtkPrintSettings* settings, gchar* key) c_gtk_print_settings_has_key;
6824 	gchar* function(GtkPrintSettings* settings, gchar* key) c_gtk_print_settings_get;
6825 	void function(GtkPrintSettings* settings, gchar* key, gchar* value) c_gtk_print_settings_set;
6826 	void function(GtkPrintSettings* settings, gchar* key) c_gtk_print_settings_unset;
6827 	void function(GtkPrintSettings* settings, GtkPrintSettingsFunc func, void* userData) c_gtk_print_settings_foreach;
6828 	gboolean function(GtkPrintSettings* settings, gchar* key) c_gtk_print_settings_get_bool;
6829 	void function(GtkPrintSettings* settings, gchar* key, gboolean value) c_gtk_print_settings_set_bool;
6830 	gdouble function(GtkPrintSettings* settings, gchar* key) c_gtk_print_settings_get_double;
6831 	gdouble function(GtkPrintSettings* settings, gchar* key, gdouble def) c_gtk_print_settings_get_double_with_default;
6832 	void function(GtkPrintSettings* settings, gchar* key, gdouble value) c_gtk_print_settings_set_double;
6833 	gdouble function(GtkPrintSettings* settings, gchar* key, GtkUnit unit) c_gtk_print_settings_get_length;
6834 	void function(GtkPrintSettings* settings, gchar* key, gdouble value, GtkUnit unit) c_gtk_print_settings_set_length;
6835 	gint function(GtkPrintSettings* settings, gchar* key) c_gtk_print_settings_get_int;
6836 	gint function(GtkPrintSettings* settings, gchar* key, gint def) c_gtk_print_settings_get_int_with_default;
6837 	void function(GtkPrintSettings* settings, gchar* key, gint value) c_gtk_print_settings_set_int;
6838 	gchar* function(GtkPrintSettings* settings) c_gtk_print_settings_get_printer;
6839 	void function(GtkPrintSettings* settings, gchar* printer) c_gtk_print_settings_set_printer;
6840 	GtkPageOrientation function(GtkPrintSettings* settings) c_gtk_print_settings_get_orientation;
6841 	void function(GtkPrintSettings* settings, GtkPageOrientation orientation) c_gtk_print_settings_set_orientation;
6842 	GtkPaperSize* function(GtkPrintSettings* settings) c_gtk_print_settings_get_paper_size;
6843 	void function(GtkPrintSettings* settings, GtkPaperSize* paperSize) c_gtk_print_settings_set_paper_size;
6844 	gdouble function(GtkPrintSettings* settings, GtkUnit unit) c_gtk_print_settings_get_paper_width;
6845 	void function(GtkPrintSettings* settings, gdouble width, GtkUnit unit) c_gtk_print_settings_set_paper_width;
6846 	gdouble function(GtkPrintSettings* settings, GtkUnit unit) c_gtk_print_settings_get_paper_height;
6847 	void function(GtkPrintSettings* settings, gdouble height, GtkUnit unit) c_gtk_print_settings_set_paper_height;
6848 	gboolean function(GtkPrintSettings* settings) c_gtk_print_settings_get_use_color;
6849 	void function(GtkPrintSettings* settings, gboolean useColor) c_gtk_print_settings_set_use_color;
6850 	gboolean function(GtkPrintSettings* settings) c_gtk_print_settings_get_collate;
6851 	void function(GtkPrintSettings* settings, gboolean collate) c_gtk_print_settings_set_collate;
6852 	gboolean function(GtkPrintSettings* settings) c_gtk_print_settings_get_reverse;
6853 	void function(GtkPrintSettings* settings, gboolean reverse) c_gtk_print_settings_set_reverse;
6854 	GtkPrintDuplex function(GtkPrintSettings* settings) c_gtk_print_settings_get_duplex;
6855 	void function(GtkPrintSettings* settings, GtkPrintDuplex duplex) c_gtk_print_settings_set_duplex;
6856 	GtkPrintQuality function(GtkPrintSettings* settings) c_gtk_print_settings_get_quality;
6857 	void function(GtkPrintSettings* settings, GtkPrintQuality quality) c_gtk_print_settings_set_quality;
6858 	gint function(GtkPrintSettings* settings) c_gtk_print_settings_get_n_copies;
6859 	void function(GtkPrintSettings* settings, gint numCopies) c_gtk_print_settings_set_n_copies;
6860 	gint function(GtkPrintSettings* settings) c_gtk_print_settings_get_number_up;
6861 	void function(GtkPrintSettings* settings, gint numberUp) c_gtk_print_settings_set_number_up;
6862 	GtkNumberUpLayout function(GtkPrintSettings* settings) c_gtk_print_settings_get_number_up_layout;
6863 	void function(GtkPrintSettings* settings, GtkNumberUpLayout numberUpLayout) c_gtk_print_settings_set_number_up_layout;
6864 	gint function(GtkPrintSettings* settings) c_gtk_print_settings_get_resolution;
6865 	void function(GtkPrintSettings* settings, gint resolution) c_gtk_print_settings_set_resolution;
6866 	void function(GtkPrintSettings* settings, gint resolutionX, gint resolutionY) c_gtk_print_settings_set_resolution_xy;
6867 	gint function(GtkPrintSettings* settings) c_gtk_print_settings_get_resolution_x;
6868 	gint function(GtkPrintSettings* settings) c_gtk_print_settings_get_resolution_y;
6869 	gdouble function(GtkPrintSettings* settings) c_gtk_print_settings_get_printer_lpi;
6870 	void function(GtkPrintSettings* settings, gdouble lpi) c_gtk_print_settings_set_printer_lpi;
6871 	gdouble function(GtkPrintSettings* settings) c_gtk_print_settings_get_scale;
6872 	void function(GtkPrintSettings* settings, gdouble scale) c_gtk_print_settings_set_scale;
6873 	GtkPrintPages function(GtkPrintSettings* settings) c_gtk_print_settings_get_print_pages;
6874 	void function(GtkPrintSettings* settings, GtkPrintPages pages) c_gtk_print_settings_set_print_pages;
6875 	GtkPageRange* function(GtkPrintSettings* settings, gint* numRanges) c_gtk_print_settings_get_page_ranges;
6876 	void function(GtkPrintSettings* settings, GtkPageRange* pageRanges, gint numRanges) c_gtk_print_settings_set_page_ranges;
6877 	GtkPageSet function(GtkPrintSettings* settings) c_gtk_print_settings_get_page_set;
6878 	void function(GtkPrintSettings* settings, GtkPageSet pageSet) c_gtk_print_settings_set_page_set;
6879 	gchar* function(GtkPrintSettings* settings) c_gtk_print_settings_get_default_source;
6880 	void function(GtkPrintSettings* settings, gchar* defaultSource) c_gtk_print_settings_set_default_source;
6881 	gchar* function(GtkPrintSettings* settings) c_gtk_print_settings_get_media_type;
6882 	void function(GtkPrintSettings* settings, gchar* mediaType) c_gtk_print_settings_set_media_type;
6883 	gchar* function(GtkPrintSettings* settings) c_gtk_print_settings_get_dither;
6884 	void function(GtkPrintSettings* settings, gchar* dither) c_gtk_print_settings_set_dither;
6885 	gchar* function(GtkPrintSettings* settings) c_gtk_print_settings_get_finishings;
6886 	void function(GtkPrintSettings* settings, gchar* finishings) c_gtk_print_settings_set_finishings;
6887 	gchar* function(GtkPrintSettings* settings) c_gtk_print_settings_get_output_bin;
6888 	void function(GtkPrintSettings* settings, gchar* outputBin) c_gtk_print_settings_set_output_bin;
6889 	GtkPrintSettings* function(gchar* fileName, GError** error) c_gtk_print_settings_new_from_file;
6890 	GtkPrintSettings* function(GKeyFile* keyFile, gchar* groupName, GError** error) c_gtk_print_settings_new_from_key_file;
6891 	gboolean function(GtkPrintSettings* settings, gchar* fileName, GError** error) c_gtk_print_settings_load_file;
6892 	gboolean function(GtkPrintSettings* settings, GKeyFile* keyFile, gchar* groupName, GError** error) c_gtk_print_settings_load_key_file;
6893 	gboolean function(GtkPrintSettings* settings, gchar* fileName, GError** error) c_gtk_print_settings_to_file;
6894 	void function(GtkPrintSettings* settings, GKeyFile* keyFile, gchar* groupName) c_gtk_print_settings_to_key_file;
6895 
6896 	// gtk.PageSetup
6897 
6898 	GtkPageSetup* function() c_gtk_page_setup_new;
6899 	GtkPageSetup* function(GtkPageSetup* other) c_gtk_page_setup_copy;
6900 	GtkPageOrientation function(GtkPageSetup* setup) c_gtk_page_setup_get_orientation;
6901 	void function(GtkPageSetup* setup, GtkPageOrientation orientation) c_gtk_page_setup_set_orientation;
6902 	GtkPaperSize* function(GtkPageSetup* setup) c_gtk_page_setup_get_paper_size;
6903 	void function(GtkPageSetup* setup, GtkPaperSize* size) c_gtk_page_setup_set_paper_size;
6904 	gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_top_margin;
6905 	void function(GtkPageSetup* setup, gdouble margin, GtkUnit unit) c_gtk_page_setup_set_top_margin;
6906 	gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_bottom_margin;
6907 	void function(GtkPageSetup* setup, gdouble margin, GtkUnit unit) c_gtk_page_setup_set_bottom_margin;
6908 	gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_left_margin;
6909 	void function(GtkPageSetup* setup, gdouble margin, GtkUnit unit) c_gtk_page_setup_set_left_margin;
6910 	gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_right_margin;
6911 	void function(GtkPageSetup* setup, gdouble margin, GtkUnit unit) c_gtk_page_setup_set_right_margin;
6912 	void function(GtkPageSetup* setup, GtkPaperSize* size) c_gtk_page_setup_set_paper_size_and_default_margins;
6913 	gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_paper_width;
6914 	gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_paper_height;
6915 	gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_page_width;
6916 	gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_page_height;
6917 	GtkPageSetup* function(gchar* fileName, GError** error) c_gtk_page_setup_new_from_file;
6918 	GtkPageSetup* function(GKeyFile* keyFile, gchar* groupName, GError** error) c_gtk_page_setup_new_from_key_file;
6919 	gboolean function(GtkPageSetup* setup, char* fileName, GError** error) c_gtk_page_setup_load_file;
6920 	gboolean function(GtkPageSetup* setup, GKeyFile* keyFile, gchar* groupName, GError** error) c_gtk_page_setup_load_key_file;
6921 	gboolean function(GtkPageSetup* setup, char* fileName, GError** error) c_gtk_page_setup_to_file;
6922 	void function(GtkPageSetup* setup, GKeyFile* keyFile, gchar* groupName) c_gtk_page_setup_to_key_file;
6923 
6924 	// gtk.PaperSize
6925 
6926 	GtkPaperSize* function(gchar* name) c_gtk_paper_size_new;
6927 	GtkPaperSize* function(gchar* ppdName, gchar* ppdDisplayName, gdouble width, gdouble height) c_gtk_paper_size_new_from_ppd;
6928 	GtkPaperSize* function(gchar* name, gchar* displayName, gdouble width, gdouble height, GtkUnit unit) c_gtk_paper_size_new_custom;
6929 	GtkPaperSize* function(GtkPaperSize* other) c_gtk_paper_size_copy;
6930 	void function(GtkPaperSize* size) c_gtk_paper_size_free;
6931 	gboolean function(GtkPaperSize* size1, GtkPaperSize* size2) c_gtk_paper_size_is_equal;
6932 	GList* function(gboolean includeCustom) c_gtk_paper_size_get_paper_sizes;
6933 	gchar* function(GtkPaperSize* size) c_gtk_paper_size_get_name;
6934 	gchar* function(GtkPaperSize* size) c_gtk_paper_size_get_display_name;
6935 	gchar* function(GtkPaperSize* size) c_gtk_paper_size_get_ppd_name;
6936 	gdouble function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_width;
6937 	gdouble function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_height;
6938 	gboolean function(GtkPaperSize* size) c_gtk_paper_size_is_custom;
6939 	void function(GtkPaperSize* size, gdouble width, gdouble height, GtkUnit unit) c_gtk_paper_size_set_size;
6940 	gdouble function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_default_top_margin;
6941 	gdouble function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_default_bottom_margin;
6942 	gdouble function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_default_left_margin;
6943 	gdouble function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_default_right_margin;
6944 	gchar* function() c_gtk_paper_size_get_default;
6945 	GtkPaperSize* function(GKeyFile* keyFile, gchar* groupName, GError** error) c_gtk_paper_size_new_from_key_file;
6946 	void function(GtkPaperSize* size, GKeyFile* keyFile, gchar* groupName) c_gtk_paper_size_to_key_file;
6947 
6948 	// gtk.Printer
6949 
6950 	GtkPrinter* function(gchar* name, GtkPrintBackend* backend, gboolean virtua) c_gtk_printer_new;
6951 	GtkPrintBackend* function(GtkPrinter* printer) c_gtk_printer_get_backend;
6952 	gchar* function(GtkPrinter* printer) c_gtk_printer_get_name;
6953 	gchar* function(GtkPrinter* printer) c_gtk_printer_get_state_message;
6954 	gchar* function(GtkPrinter* printer) c_gtk_printer_get_description;
6955 	gchar* function(GtkPrinter* printer) c_gtk_printer_get_location;
6956 	gchar* function(GtkPrinter* printer) c_gtk_printer_get_icon_name;
6957 	gint function(GtkPrinter* printer) c_gtk_printer_get_job_count;
6958 	gboolean function(GtkPrinter* printer) c_gtk_printer_is_active;
6959 	gboolean function(GtkPrinter* printer) c_gtk_printer_is_paused;
6960 	gboolean function(GtkPrinter* printer) c_gtk_printer_is_accepting_jobs;
6961 	gboolean function(GtkPrinter* printer) c_gtk_printer_is_virtual;
6962 	gboolean function(GtkPrinter* printer) c_gtk_printer_is_default;
6963 	gboolean function(GtkPrinter* printer) c_gtk_printer_accepts_ps;
6964 	gboolean function(GtkPrinter* printer) c_gtk_printer_accepts_pdf;
6965 	GList* function(GtkPrinter* printer) c_gtk_printer_list_papers;
6966 	gint function(GtkPrinter* a, GtkPrinter* b) c_gtk_printer_compare;
6967 	gboolean function(GtkPrinter* printer) c_gtk_printer_has_details;
6968 	void function(GtkPrinter* printer) c_gtk_printer_request_details;
6969 	GtkPrintCapabilities function(GtkPrinter* printer) c_gtk_printer_get_capabilities;
6970 	GtkPageSetup* function(GtkPrinter* printer) c_gtk_printer_get_default_page_size;
6971 	gboolean function(GtkPrinter* printer, gdouble* top, gdouble* bottom, gdouble* left, gdouble* right) c_gtk_printer_get_hard_margins;
6972 	void function(GtkPrinterFunc func, void* data, GDestroyNotify destroy, gboolean wait) c_gtk_enumerate_printers;
6973 
6974 	// gtk.PrintJob
6975 
6976 	GtkPrintJob* function(gchar* title, GtkPrinter* printer, GtkPrintSettings* settings, GtkPageSetup* pageSetup) c_gtk_print_job_new;
6977 	GtkPrintSettings* function(GtkPrintJob* job) c_gtk_print_job_get_settings;
6978 	GtkPrinter* function(GtkPrintJob* job) c_gtk_print_job_get_printer;
6979 	gchar* function(GtkPrintJob* job) c_gtk_print_job_get_title;
6980 	GtkPrintStatus function(GtkPrintJob* job) c_gtk_print_job_get_status;
6981 	gboolean function(GtkPrintJob* job, gchar* filename, GError** error) c_gtk_print_job_set_source_file;
6982 	cairo_surface_t* function(GtkPrintJob* job, GError** error) c_gtk_print_job_get_surface;
6983 	void function(GtkPrintJob* job, GtkPrintJobCompleteFunc callback, void* userData, GDestroyNotify dnotify) c_gtk_print_job_send;
6984 	void function(GtkPrintJob* job, gboolean trackStatus) c_gtk_print_job_set_track_print_status;
6985 	gboolean function(GtkPrintJob* job) c_gtk_print_job_get_track_print_status;
6986 
6987 	// gtk.PrintUnixDialog
6988 
6989 	GtkWidget* function(gchar* title, GtkWindow* parent) c_gtk_print_unix_dialog_new;
6990 	void function(GtkPrintUnixDialog* dialog, GtkPageSetup* pageSetup) c_gtk_print_unix_dialog_set_page_setup;
6991 	GtkPageSetup* function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_page_setup;
6992 	void function(GtkPrintUnixDialog* dialog, gint currentPage) c_gtk_print_unix_dialog_set_current_page;
6993 	gint function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_current_page;
6994 	void function(GtkPrintUnixDialog* dialog, GtkPrintSettings* settings) c_gtk_print_unix_dialog_set_settings;
6995 	GtkPrintSettings* function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_settings;
6996 	GtkPrinter* function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_selected_printer;
6997 	void function(GtkPrintUnixDialog* dialog, GtkWidget* child, GtkWidget* tabLabel) c_gtk_print_unix_dialog_add_custom_tab;
6998 	void function(GtkPrintUnixDialog* dialog, gboolean supportSelection) c_gtk_print_unix_dialog_set_support_selection;
6999 	gboolean function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_support_selection;
7000 	void function(GtkPrintUnixDialog* dialog, gboolean hasSelection) c_gtk_print_unix_dialog_set_has_selection;
7001 	gboolean function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_has_selection;
7002 	void function(GtkPrintUnixDialog* dialog, gboolean embed) c_gtk_print_unix_dialog_set_embed_page_setup;
7003 	gboolean function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_embed_page_setup;
7004 	gboolean function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_page_setup_set;
7005 	void function(GtkPrintUnixDialog* dialog, GtkPrintCapabilities capabilities) c_gtk_print_unix_dialog_set_manual_capabilities;
7006 	GtkPrintCapabilities function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_manual_capabilities;
7007 
7008 	// gtk.PageSetupUnixDialog
7009 
7010 	GtkWidget* function(gchar* title, GtkWindow* parent) c_gtk_page_setup_unix_dialog_new;
7011 	void function(GtkPageSetupUnixDialog* dialog, GtkPageSetup* pageSetup) c_gtk_page_setup_unix_dialog_set_page_setup;
7012 	GtkPageSetup* function(GtkPageSetupUnixDialog* dialog) c_gtk_page_setup_unix_dialog_get_page_setup;
7013 	void function(GtkPageSetupUnixDialog* dialog, GtkPrintSettings* printSettings) c_gtk_page_setup_unix_dialog_set_print_settings;
7014 	GtkPrintSettings* function(GtkPageSetupUnixDialog* dialog) c_gtk_page_setup_unix_dialog_get_print_settings;
7015 
7016 	// gtk.Adjustment
7017 
7018 	GtkObject* function(gdouble value, gdouble lower, gdouble upper, gdouble stepIncrement, gdouble pageIncrement, gdouble pageSize) c_gtk_adjustment_new;
7019 	gdouble function(GtkAdjustment* adjustment) c_gtk_adjustment_get_value;
7020 	void function(GtkAdjustment* adjustment, gdouble value) c_gtk_adjustment_set_value;
7021 	void function(GtkAdjustment* adjustment, gdouble lower, gdouble upper) c_gtk_adjustment_clamp_page;
7022 	void function(GtkAdjustment* adjustment) c_gtk_adjustment_changed;
7023 	void function(GtkAdjustment* adjustment) c_gtk_adjustment_value_changed;
7024 	void function(GtkAdjustment* adjustment, gdouble value, gdouble lower, gdouble upper, gdouble stepIncrement, gdouble pageIncrement, gdouble pageSize) c_gtk_adjustment_configure;
7025 	gdouble function(GtkAdjustment* adjustment) c_gtk_adjustment_get_lower;
7026 	gdouble function(GtkAdjustment* adjustment) c_gtk_adjustment_get_page_increment;
7027 	gdouble function(GtkAdjustment* adjustment) c_gtk_adjustment_get_page_size;
7028 	gdouble function(GtkAdjustment* adjustment) c_gtk_adjustment_get_step_increment;
7029 	gdouble function(GtkAdjustment* adjustment) c_gtk_adjustment_get_upper;
7030 	void function(GtkAdjustment* adjustment, gdouble lower) c_gtk_adjustment_set_lower;
7031 	void function(GtkAdjustment* adjustment, gdouble pageIncrement) c_gtk_adjustment_set_page_increment;
7032 	void function(GtkAdjustment* adjustment, gdouble pageSize) c_gtk_adjustment_set_page_size;
7033 	void function(GtkAdjustment* adjustment, gdouble stepIncrement) c_gtk_adjustment_set_step_increment;
7034 	void function(GtkAdjustment* adjustment, gdouble upper) c_gtk_adjustment_set_upper;
7035 
7036 	// gtk.Arrow
7037 
7038 	GtkWidget* function(GtkArrowType arrowType, GtkShadowType shadowType) c_gtk_arrow_new;
7039 	void function(GtkArrow* arrow, GtkArrowType arrowType, GtkShadowType shadowType) c_gtk_arrow_set;
7040 
7041 	// gtk.Calendar
7042 
7043 	GtkWidget* function() c_gtk_calendar_new;
7044 	gboolean function(GtkCalendar* calendar, guint month, guint year) c_gtk_calendar_select_month;
7045 	void function(GtkCalendar* calendar, guint day) c_gtk_calendar_select_day;
7046 	gboolean function(GtkCalendar* calendar, guint day) c_gtk_calendar_mark_day;
7047 	gboolean function(GtkCalendar* calendar, guint day) c_gtk_calendar_unmark_day;
7048 	void function(GtkCalendar* calendar) c_gtk_calendar_clear_marks;
7049 	GtkCalendarDisplayOptions function(GtkCalendar* calendar) c_gtk_calendar_get_display_options;
7050 	void function(GtkCalendar* calendar, GtkCalendarDisplayOptions flags) c_gtk_calendar_set_display_options;
7051 	void function(GtkCalendar* calendar, guint* year, guint* month, guint* day) c_gtk_calendar_get_date;
7052 	void function(GtkCalendar* calendar, GtkCalendarDetailFunc func, void* data, GDestroyNotify destroy) c_gtk_calendar_set_detail_func;
7053 	gint function(GtkCalendar* calendar) c_gtk_calendar_get_detail_width_chars;
7054 	void function(GtkCalendar* calendar, gint chars) c_gtk_calendar_set_detail_width_chars;
7055 	gint function(GtkCalendar* calendar) c_gtk_calendar_get_detail_height_rows;
7056 	void function(GtkCalendar* calendar, gint rows) c_gtk_calendar_set_detail_height_rows;
7057 	void function(GtkCalendar* calendar, GtkCalendarDisplayOptions flags) c_gtk_calendar_display_options;
7058 	void function(GtkCalendar* calendar) c_gtk_calendar_freeze;
7059 	void function(GtkCalendar* calendar) c_gtk_calendar_thaw;
7060 
7061 	// gtk.DrawingArea
7062 
7063 	GtkWidget* function() c_gtk_drawing_area_new;
7064 	void function(GtkDrawingArea* darea, gint width, gint height) c_gtk_drawing_area_size;
7065 
7066 	// gtk.EventBox
7067 
7068 	GtkWidget* function() c_gtk_event_box_new;
7069 	void function(GtkEventBox* eventBox, gboolean aboveChild) c_gtk_event_box_set_above_child;
7070 	gboolean function(GtkEventBox* eventBox) c_gtk_event_box_get_above_child;
7071 	void function(GtkEventBox* eventBox, gboolean visibleWindow) c_gtk_event_box_set_visible_window;
7072 	gboolean function(GtkEventBox* eventBox) c_gtk_event_box_get_visible_window;
7073 
7074 	// gtk.HandleBox
7075 
7076 	GtkWidget* function() c_gtk_handle_box_new;
7077 	void function(GtkHandleBox* handleBox, GtkShadowType type) c_gtk_handle_box_set_shadow_type;
7078 	void function(GtkHandleBox* handleBox, GtkPositionType position) c_gtk_handle_box_set_handle_position;
7079 	void function(GtkHandleBox* handleBox, GtkPositionType edge) c_gtk_handle_box_set_snap_edge;
7080 	GtkPositionType function(GtkHandleBox* handleBox) c_gtk_handle_box_get_handle_position;
7081 	GtkShadowType function(GtkHandleBox* handleBox) c_gtk_handle_box_get_shadow_type;
7082 	GtkPositionType function(GtkHandleBox* handleBox) c_gtk_handle_box_get_snap_edge;
7083 	gboolean function(GtkHandleBox* handleBox) c_gtk_handle_box_get_child_detached;
7084 
7085 	// gtk.IMContextSimple
7086 
7087 	GtkIMContext* function() c_gtk_im_context_simple_new;
7088 	void function(GtkIMContextSimple* contextSimple, guint16* data, gint maxSeqLen, gint nSeqs) c_gtk_im_context_simple_add_table;
7089 
7090 	// gtk.IMMulticontext
7091 
7092 	GtkIMContext* function() c_gtk_im_multicontext_new;
7093 	void function(GtkIMMulticontext* context, GtkMenuShell* menushell) c_gtk_im_multicontext_append_menuitems;
7094 	char* function(GtkIMMulticontext* context) c_gtk_im_multicontext_get_context_id;
7095 	void function(GtkIMMulticontext* context, char* contextId) c_gtk_im_multicontext_set_context_id;
7096 
7097 	// gtk.SizeGroup
7098 
7099 	GtkSizeGroup* function(GtkSizeGroupMode mode) c_gtk_size_group_new;
7100 	void function(GtkSizeGroup* sizeGroup, GtkSizeGroupMode mode) c_gtk_size_group_set_mode;
7101 	GtkSizeGroupMode function(GtkSizeGroup* sizeGroup) c_gtk_size_group_get_mode;
7102 	void function(GtkSizeGroup* sizeGroup, gboolean ignoreHidden) c_gtk_size_group_set_ignore_hidden;
7103 	gboolean function(GtkSizeGroup* sizeGroup) c_gtk_size_group_get_ignore_hidden;
7104 	void function(GtkSizeGroup* sizeGroup, GtkWidget* widget) c_gtk_size_group_add_widget;
7105 	void function(GtkSizeGroup* sizeGroup, GtkWidget* widget) c_gtk_size_group_remove_widget;
7106 	GSList* function(GtkSizeGroup* sizeGroup) c_gtk_size_group_get_widgets;
7107 
7108 	// gtk.Tooltip
7109 
7110 	void function(GtkTooltip* tooltip, gchar* markup) c_gtk_tooltip_set_markup;
7111 	void function(GtkTooltip* tooltip, gchar* text) c_gtk_tooltip_set_text;
7112 	void function(GtkTooltip* tooltip, GdkPixbuf* pixbuf) c_gtk_tooltip_set_icon;
7113 	void function(GtkTooltip* tooltip, gchar* stockId, GtkIconSize size) c_gtk_tooltip_set_icon_from_stock;
7114 	void function(GtkTooltip* tooltip, gchar* iconName, GtkIconSize size) c_gtk_tooltip_set_icon_from_icon_name;
7115 	void function(GtkTooltip* tooltip, GIcon* gicon, GtkIconSize size) c_gtk_tooltip_set_icon_from_gicon;
7116 	void function(GtkTooltip* tooltip, GtkWidget* customWidget) c_gtk_tooltip_set_custom;
7117 	void function(GdkDisplay* display) c_gtk_tooltip_trigger_tooltip_query;
7118 	void function(GtkTooltip* tooltip, GdkRectangle* rect) c_gtk_tooltip_set_tip_area;
7119 
7120 	// gtk.Viewport
7121 
7122 	GtkWidget* function(GtkAdjustment* hadjustment, GtkAdjustment* vadjustment) c_gtk_viewport_new;
7123 	GtkAdjustment* function(GtkViewport* viewport) c_gtk_viewport_get_hadjustment;
7124 	GtkAdjustment* function(GtkViewport* viewport) c_gtk_viewport_get_vadjustment;
7125 	void function(GtkViewport* viewport, GtkAdjustment* adjustment) c_gtk_viewport_set_hadjustment;
7126 	void function(GtkViewport* viewport, GtkAdjustment* adjustment) c_gtk_viewport_set_vadjustment;
7127 	void function(GtkViewport* viewport, GtkShadowType type) c_gtk_viewport_set_shadow_type;
7128 	GtkShadowType function(GtkViewport* viewport) c_gtk_viewport_get_shadow_type;
7129 	GdkWindow* function(GtkViewport* viewport) c_gtk_viewport_get_bin_window;
7130 	GdkWindow* function(GtkViewport* viewport) c_gtk_viewport_get_view_window;
7131 
7132 	// gtk.Accessible
7133 
7134 	void function(GtkAccessible* accessible) c_gtk_accessible_connect_widget_destroyed;
7135 	GtkWidget* function(GtkAccessible* accessible) c_gtk_accessible_get_widget;
7136 	void function(GtkAccessible* accessible, GtkWidget* widget) c_gtk_accessible_set_widget;
7137 
7138 	// gtk.Bin
7139 
7140 	GtkWidget* function(GtkBin* bin) c_gtk_bin_get_child;
7141 
7142 	// gtk.Box
7143 
7144 	void function(GtkBox* box, GtkWidget* child, gboolean expand, gboolean fill, guint padding) c_gtk_box_pack_start;
7145 	void function(GtkBox* box, GtkWidget* child, gboolean expand, gboolean fill, guint padding) c_gtk_box_pack_end;
7146 	void function(GtkBox* box, GtkWidget* widget) c_gtk_box_pack_start_defaults;
7147 	void function(GtkBox* box, GtkWidget* widget) c_gtk_box_pack_end_defaults;
7148 	gboolean function(GtkBox* box) c_gtk_box_get_homogeneous;
7149 	void function(GtkBox* box, gboolean homogeneous) c_gtk_box_set_homogeneous;
7150 	gint function(GtkBox* box) c_gtk_box_get_spacing;
7151 	void function(GtkBox* box, gint spacing) c_gtk_box_set_spacing;
7152 	void function(GtkBox* box, GtkWidget* child, gint position) c_gtk_box_reorder_child;
7153 	void function(GtkBox* box, GtkWidget* child, gboolean* expand, gboolean* fill, guint* padding, GtkPackType* packType) c_gtk_box_query_child_packing;
7154 	void function(GtkBox* box, GtkWidget* child, gboolean expand, gboolean fill, guint padding, GtkPackType packType) c_gtk_box_set_child_packing;
7155 
7156 	// gtk.ButtonBox
7157 
7158 	GtkButtonBoxStyle function(GtkButtonBox* widget) c_gtk_button_box_get_layout;
7159 	void function(GtkButtonBox* widget, gint* minWidth, gint* minHeight) c_gtk_button_box_get_child_size;
7160 	void function(GtkButtonBox* widget, gint* ipadX, gint* ipadY) c_gtk_button_box_get_child_ipadding;
7161 	gboolean function(GtkButtonBox* widget, GtkWidget* child) c_gtk_button_box_get_child_secondary;
7162 	void function(GtkButtonBox* widget, GtkButtonBoxStyle layoutStyle) c_gtk_button_box_set_layout;
7163 	void function(GtkButtonBox* widget, gint minWidth, gint minHeight) c_gtk_button_box_set_child_size;
7164 	void function(GtkButtonBox* widget, gint ipadX, gint ipadY) c_gtk_button_box_set_child_ipadding;
7165 	void function(GtkButtonBox* widget, GtkWidget* child, gboolean isSecondary) c_gtk_button_box_set_child_secondary;
7166 
7167 	// gtk.Container
7168 
7169 	void function(GtkContainer* container, GtkWidget* widget) c_gtk_container_add;
7170 	void function(GtkContainer* container, GtkWidget* widget) c_gtk_container_remove;
7171 	void function(GtkContainer* container, GtkWidget* widget, gchar* firstPropName, ... ) c_gtk_container_add_with_properties;
7172 	GtkResizeMode function(GtkContainer* container) c_gtk_container_get_resize_mode;
7173 	void function(GtkContainer* container, GtkResizeMode resizeMode) c_gtk_container_set_resize_mode;
7174 	void function(GtkContainer* container) c_gtk_container_check_resize;
7175 	void function(GtkContainer* container, GtkCallback callback, void* callbackData) c_gtk_container_foreach;
7176 	void function(GtkContainer* container, GtkCallback callback, GtkCallbackMarshal marshal, void* callbackData, GDestroyNotify notify) c_gtk_container_foreach_full;
7177 	GList* function(GtkContainer* container) c_gtk_container_get_children;
7178 	void function(GtkContainer* container, gboolean needsRedraws) c_gtk_container_set_reallocate_redraws;
7179 	GtkWidget* function(GtkContainer* container) c_gtk_container_get_focus_child;
7180 	void function(GtkContainer* container, GtkWidget* child) c_gtk_container_set_focus_child;
7181 	GtkAdjustment* function(GtkContainer* container) c_gtk_container_get_focus_vadjustment;
7182 	void function(GtkContainer* container, GtkAdjustment* adjustment) c_gtk_container_set_focus_vadjustment;
7183 	GtkAdjustment* function(GtkContainer* container) c_gtk_container_get_focus_hadjustment;
7184 	void function(GtkContainer* container, GtkAdjustment* adjustment) c_gtk_container_set_focus_hadjustment;
7185 	void function(GtkContainer* container) c_gtk_container_resize_children;
7186 	GType function(GtkContainer* container) c_gtk_container_child_type;
7187 	void function(GtkContainer* container, GtkWidget* child, gchar* firstPropName, ... ) c_gtk_container_child_get;
7188 	void function(GtkContainer* container, GtkWidget* child, gchar* firstPropName, ... ) c_gtk_container_child_set;
7189 	void function(GtkContainer* container, GtkWidget* child, gchar* propertyName, GValue* value) c_gtk_container_child_get_property;
7190 	void function(GtkContainer* container, GtkWidget* child, gchar* propertyName, GValue* value) c_gtk_container_child_set_property;
7191 	void function(GtkContainer* container, GtkWidget* child, gchar* firstPropertyName, va_list varArgs) c_gtk_container_child_get_valist;
7192 	void function(GtkContainer* container, GtkWidget* child, gchar* firstPropertyName, va_list varArgs) c_gtk_container_child_set_valist;
7193 	void function(GtkContainer* container, GtkCallback callback, void* callbackData) c_gtk_container_forall;
7194 	guint function(GtkContainer* container) c_gtk_container_get_border_width;
7195 	void function(GtkContainer* container, guint borderWidth) c_gtk_container_set_border_width;
7196 	void function(GtkContainer* container, GtkWidget* child, GdkEventExpose* event) c_gtk_container_propagate_expose;
7197 	gboolean function(GtkContainer* container, GList** focusableWidgets) c_gtk_container_get_focus_chain;
7198 	void function(GtkContainer* container, GList* focusableWidgets) c_gtk_container_set_focus_chain;
7199 	void function(GtkContainer* container) c_gtk_container_unset_focus_chain;
7200 	GParamSpec* function(GObjectClass* cclass, gchar* propertyName) c_gtk_container_class_find_child_property;
7201 	void function(GtkContainerClass* cclass, guint propertyId, GParamSpec* pspec) c_gtk_container_class_install_child_property;
7202 	GParamSpec** function(GObjectClass* cclass, guint* nProperties) c_gtk_container_class_list_child_properties;
7203 
7204 	// gtk.Item
7205 
7206 	void function(GtkItem* item) c_gtk_item_select;
7207 	void function(GtkItem* item) c_gtk_item_deselect;
7208 	void function(GtkItem* item) c_gtk_item_toggle;
7209 
7210 	// gtk.MenuShell
7211 
7212 	void function(GtkMenuShell* menuShell, GtkWidget* child) c_gtk_menu_shell_append;
7213 	void function(GtkMenuShell* menuShell, GtkWidget* child) c_gtk_menu_shell_prepend;
7214 	void function(GtkMenuShell* menuShell, GtkWidget* child, gint position) c_gtk_menu_shell_insert;
7215 	void function(GtkMenuShell* menuShell) c_gtk_menu_shell_deactivate;
7216 	void function(GtkMenuShell* menuShell, GtkWidget* menuItem) c_gtk_menu_shell_select_item;
7217 	void function(GtkMenuShell* menuShell, gboolean searchSensitive) c_gtk_menu_shell_select_first;
7218 	void function(GtkMenuShell* menuShell) c_gtk_menu_shell_deselect;
7219 	void function(GtkMenuShell* menuShell, GtkWidget* menuItem, gboolean forceDeactivate) c_gtk_menu_shell_activate_item;
7220 	void function(GtkMenuShell* menuShell) c_gtk_menu_shell_cancel;
7221 	void function(GtkMenuShell* menuShell, gboolean takeFocus) c_gtk_menu_shell_set_take_focus;
7222 	gboolean function(GtkMenuShell* menuShell) c_gtk_menu_shell_get_take_focus;
7223 
7224 	// gtk.Misc
7225 
7226 	void function(GtkMisc* misc, gfloat xalign, gfloat yalign) c_gtk_misc_set_alignment;
7227 	void function(GtkMisc* misc, gint xpad, gint ypad) c_gtk_misc_set_padding;
7228 	void function(GtkMisc* misc, gfloat* xalign, gfloat* yalign) c_gtk_misc_get_alignment;
7229 	void function(GtkMisc* misc, gint* xpad, gint* ypad) c_gtk_misc_get_padding;
7230 
7231 	// gtk.ObjectGtk
7232 
7233 	GtkObject* function(GType type, gchar* firstPropertyName, ... ) c_gtk_object_new;
7234 	void function(GtkObject* object) c_gtk_object_sink;
7235 	GtkObject* function(GtkObject* object) c_gtk_object_ref;
7236 	void function(GtkObject* object) c_gtk_object_unref;
7237 	void function(GtkObject* object, GDestroyNotify notify, void* data) c_gtk_object_weakref;
7238 	void function(GtkObject* object, GDestroyNotify notify, void* data) c_gtk_object_weakunref;
7239 	void function(GtkObject* object) c_gtk_object_destroy;
7240 	void function(GtkObject* object, gchar* firstPropertyName, ... ) c_gtk_object_get;
7241 	void function(GtkObject* object, gchar* firstPropertyName, ... ) c_gtk_object_set;
7242 	void function(GtkObject* object, gchar* key, void* data) c_gtk_object_set_data;
7243 	void function(GtkObject* object, gchar* key, void* data, GDestroyNotify destroy) c_gtk_object_set_data_full;
7244 	void function(GtkObject* object, gchar* key) c_gtk_object_remove_data;
7245 	gpointer function(GtkObject* object, gchar* key) c_gtk_object_get_data;
7246 	void function(GtkObject* object, gchar* key) c_gtk_object_remove_no_notify;
7247 	void function(GtkObject* object, void* data) c_gtk_object_set_user_data;
7248 	gpointer function(GtkObject* object) c_gtk_object_get_user_data;
7249 	void function(gchar* argName, GType argType, guint argFlags, guint argId) c_gtk_object_add_arg_type;
7250 	void function(GtkObject* object, GQuark dataId, void* data) c_gtk_object_set_data_by_id;
7251 	void function(GtkObject* object, GQuark dataId, void* data, GDestroyNotify destroy) c_gtk_object_set_data_by_id_full;
7252 	gpointer function(GtkObject* object, GQuark dataId) c_gtk_object_get_data_by_id;
7253 	void function(GtkObject* object, GQuark dataId) c_gtk_object_remove_data_by_id;
7254 	void function(GtkObject* object, GQuark keyId) c_gtk_object_remove_no_notify_by_id;
7255 
7256 	// gtk.Paned
7257 
7258 	void function(GtkPaned* paned, GtkWidget* child) c_gtk_paned_add1;
7259 	void function(GtkPaned* paned, GtkWidget* child) c_gtk_paned_add2;
7260 	void function(GtkPaned* paned, GtkWidget* child, gboolean resize, gboolean shrink) c_gtk_paned_pack1;
7261 	void function(GtkPaned* paned, GtkWidget* child, gboolean resize, gboolean shrink) c_gtk_paned_pack2;
7262 	GtkWidget* function(GtkPaned* paned) c_gtk_paned_get_child1;
7263 	GtkWidget* function(GtkPaned* paned) c_gtk_paned_get_child2;
7264 	void function(GtkPaned* paned, gint position) c_gtk_paned_set_position;
7265 	gint function(GtkPaned* paned) c_gtk_paned_get_position;
7266 	GdkWindow* function(GtkPaned* paned) c_gtk_paned_get_handle_window;
7267 
7268 	// gtk.Range
7269 
7270 	gdouble function(GtkRange* range) c_gtk_range_get_fill_level;
7271 	gboolean function(GtkRange* range) c_gtk_range_get_restrict_to_fill_level;
7272 	gboolean function(GtkRange* range) c_gtk_range_get_show_fill_level;
7273 	void function(GtkRange* range, gdouble fillLevel) c_gtk_range_set_fill_level;
7274 	void function(GtkRange* range, gboolean restrictToFillLevel) c_gtk_range_set_restrict_to_fill_level;
7275 	void function(GtkRange* range, gboolean showFillLevel) c_gtk_range_set_show_fill_level;
7276 	GtkAdjustment* function(GtkRange* range) c_gtk_range_get_adjustment;
7277 	void function(GtkRange* range, GtkUpdateType policy) c_gtk_range_set_update_policy;
7278 	void function(GtkRange* range, GtkAdjustment* adjustment) c_gtk_range_set_adjustment;
7279 	gboolean function(GtkRange* range) c_gtk_range_get_inverted;
7280 	void function(GtkRange* range, gboolean setting) c_gtk_range_set_inverted;
7281 	GtkUpdateType function(GtkRange* range) c_gtk_range_get_update_policy;
7282 	void function(GtkRange* range, gdouble step, gdouble page) c_gtk_range_set_increments;
7283 	void function(GtkRange* range, gdouble min, gdouble max) c_gtk_range_set_range;
7284 	gdouble function(GtkRange* range) c_gtk_range_get_value;
7285 	void function(GtkRange* range, gdouble value) c_gtk_range_set_value;
7286 	gint function(GtkRange* range) c_gtk_range_get_round_digits;
7287 	void function(GtkRange* range, gint roundDigits) c_gtk_range_set_round_digits;
7288 	void function(GtkRange* range, GtkSensitivityType sensitivity) c_gtk_range_set_lower_stepper_sensitivity;
7289 	GtkSensitivityType function(GtkRange* range) c_gtk_range_get_lower_stepper_sensitivity;
7290 	void function(GtkRange* range, GtkSensitivityType sensitivity) c_gtk_range_set_upper_stepper_sensitivity;
7291 	GtkSensitivityType function(GtkRange* range) c_gtk_range_get_upper_stepper_sensitivity;
7292 	gboolean function(GtkRange* range) c_gtk_range_get_flippable;
7293 	void function(GtkRange* range, gboolean flippable) c_gtk_range_set_flippable;
7294 	gint function(GtkRange* range) c_gtk_range_get_min_slider_size;
7295 	void function(GtkRange* range, GdkRectangle* rangeRect) c_gtk_range_get_range_rect;
7296 	void function(GtkRange* range, gint* sliderStart, gint* sliderEnd) c_gtk_range_get_slider_range;
7297 	gboolean function(GtkRange* range) c_gtk_range_get_slider_size_fixed;
7298 	void function(GtkRange* range, gboolean minSize) c_gtk_range_set_min_slider_size;
7299 	void function(GtkRange* range, gboolean sizeFixed) c_gtk_range_set_slider_size_fixed;
7300 
7301 	// gtk.Scale
7302 
7303 	void function(GtkScale* scale, gint digits) c_gtk_scale_set_digits;
7304 	void function(GtkScale* scale, gboolean drawValue) c_gtk_scale_set_draw_value;
7305 	void function(GtkScale* scale, GtkPositionType pos) c_gtk_scale_set_value_pos;
7306 	gint function(GtkScale* scale) c_gtk_scale_get_digits;
7307 	gboolean function(GtkScale* scale) c_gtk_scale_get_draw_value;
7308 	GtkPositionType function(GtkScale* scale) c_gtk_scale_get_value_pos;
7309 	PangoLayout* function(GtkScale* scale) c_gtk_scale_get_layout;
7310 	void function(GtkScale* scale, gint* x, gint* y) c_gtk_scale_get_layout_offsets;
7311 	void function(GtkScale* scale, gdouble value, GtkPositionType position, gchar* markup) c_gtk_scale_add_mark;
7312 	void function(GtkScale* scale) c_gtk_scale_clear_marks;
7313 
7314 	// gtk.Scrollbar
7315 
7316 
7317 	// gtk.Separator
7318 
7319 
7320 	// gtk.Widget
7321 
7322 	GtkWidget* function(GType type, gchar* firstPropertyName, ... ) c_gtk_widget_new;
7323 	void function(GtkWidget* widget) c_gtk_widget_unref;
7324 	void function(GtkWidget* widget) c_gtk_widget_destroy;
7325 	void function(GtkWidget* widget, GtkWidget** widgetPointer) c_gtk_widget_destroyed;
7326 	void function(GtkWidget* widget, gchar* firstPropertyName, ... ) c_gtk_widget_set;
7327 	void function(GtkWidget* widget) c_gtk_widget_unparent;
7328 	void function(GtkWidget* widget) c_gtk_widget_show;
7329 	void function(GtkWidget* widget) c_gtk_widget_show_now;
7330 	void function(GtkWidget* widget) c_gtk_widget_hide;
7331 	void function(GtkWidget* widget) c_gtk_widget_show_all;
7332 	void function(GtkWidget* widget) c_gtk_widget_hide_all;
7333 	void function(GtkWidget* widget) c_gtk_widget_map;
7334 	void function(GtkWidget* widget) c_gtk_widget_unmap;
7335 	void function(GtkWidget* widget) c_gtk_widget_realize;
7336 	void function(GtkWidget* widget) c_gtk_widget_unrealize;
7337 	void function(GtkWidget* widget) c_gtk_widget_queue_draw;
7338 	void function(GtkWidget* widget) c_gtk_widget_queue_resize;
7339 	void function(GtkWidget* widget) c_gtk_widget_queue_resize_no_redraw;
7340 	void function(GtkWidget* widget, GdkRectangle* area) c_gtk_widget_draw;
7341 	void function(GtkWidget* widget, GtkRequisition* requisition) c_gtk_widget_size_request;
7342 	void function(GtkWidget* widget, GtkRequisition* requisition) c_gtk_widget_get_child_requisition;
7343 	void function(GtkWidget* widget, GtkAllocation* allocation) c_gtk_widget_size_allocate;
7344 	void function(GtkWidget* widget, gchar* accelSignal, GtkAccelGroup* accelGroup, guint accelKey, GdkModifierType accelMods, GtkAccelFlags accelFlags) c_gtk_widget_add_accelerator;
7345 	gboolean function(GtkWidget* widget, GtkAccelGroup* accelGroup, guint accelKey, GdkModifierType accelMods) c_gtk_widget_remove_accelerator;
7346 	void function(GtkWidget* widget, gchar* accelPath, GtkAccelGroup* accelGroup) c_gtk_widget_set_accel_path;
7347 	GList* function(GtkWidget* widget) c_gtk_widget_list_accel_closures;
7348 	gboolean function(GtkWidget* widget, guint signalId) c_gtk_widget_can_activate_accel;
7349 	gboolean function(GtkWidget* widget, GdkEvent* event) c_gtk_widget_event;
7350 	gboolean function(GtkWidget* widget) c_gtk_widget_activate;
7351 	void function(GtkWidget* widget, GtkWidget* newParent) c_gtk_widget_reparent;
7352 	gboolean function(GtkWidget* widget, GdkRectangle* area, GdkRectangle* intersection) c_gtk_widget_intersect;
7353 	gboolean function(GtkWidget* widget) c_gtk_widget_is_focus;
7354 	void function(GtkWidget* widget) c_gtk_widget_grab_focus;
7355 	void function(GtkWidget* widget) c_gtk_widget_grab_default;
7356 	void function(GtkWidget* widget, gchar* name) c_gtk_widget_set_name;
7357 	gchar* function(GtkWidget* widget) c_gtk_widget_get_name;
7358 	void function(GtkWidget* widget, GtkStateType state) c_gtk_widget_set_state;
7359 	void function(GtkWidget* widget, gboolean sensitive) c_gtk_widget_set_sensitive;
7360 	void function(GtkWidget* widget, GtkWidget* parent) c_gtk_widget_set_parent;
7361 	void function(GtkWidget* widget, GdkWindow* parentWindow) c_gtk_widget_set_parent_window;
7362 	GdkWindow* function(GtkWidget* widget) c_gtk_widget_get_parent_window;
7363 	void function(GtkWidget* widget, gint x, gint y) c_gtk_widget_set_uposition;
7364 	void function(GtkWidget* widget, gint width, gint height) c_gtk_widget_set_usize;
7365 	void function(GtkWidget* widget, gint events) c_gtk_widget_set_events;
7366 	void function(GtkWidget* widget, gint events) c_gtk_widget_add_events;
7367 	void function(GtkWidget* widget, GdkExtensionMode mode) c_gtk_widget_set_extension_events;
7368 	GdkExtensionMode function(GtkWidget* widget) c_gtk_widget_get_extension_events;
7369 	GtkWidget* function(GtkWidget* widget) c_gtk_widget_get_toplevel;
7370 	GtkWidget* function(GtkWidget* widget, GType widgetType) c_gtk_widget_get_ancestor;
7371 	GdkColormap* function(GtkWidget* widget) c_gtk_widget_get_colormap;
7372 	void function(GtkWidget* widget, GdkColormap* colormap) c_gtk_widget_set_colormap;
7373 	GdkVisual* function(GtkWidget* widget) c_gtk_widget_get_visual;
7374 	gint function(GtkWidget* widget) c_gtk_widget_get_events;
7375 	void function(GtkWidget* widget, gint* x, gint* y) c_gtk_widget_get_pointer;
7376 	gboolean function(GtkWidget* widget, GtkWidget* ancestor) c_gtk_widget_is_ancestor;
7377 	gboolean function(GtkWidget* srcWidget, GtkWidget* destWidget, gint srcX, gint srcY, gint* destX, gint* destY) c_gtk_widget_translate_coordinates;
7378 	gboolean function(GtkWidget* widget) c_gtk_widget_hide_on_delete;
7379 	void function(GtkWidget* widget, GtkStyle* style) c_gtk_widget_set_style;
7380 	void function(GtkWidget* widget) c_gtk_widget_ensure_style;
7381 	GtkStyle* function(GtkWidget* widget) c_gtk_widget_get_style;
7382 	void function(GtkWidget* widget) c_gtk_widget_reset_rc_styles;
7383 	void function(GdkColormap* cmap) c_gtk_widget_push_colormap;
7384 	void function() c_gtk_widget_pop_colormap;
7385 	void function(GdkColormap* colormap) c_gtk_widget_set_default_colormap;
7386 	GtkStyle* function() c_gtk_widget_get_default_style;
7387 	GdkColormap* function() c_gtk_widget_get_default_colormap;
7388 	GdkVisual* function() c_gtk_widget_get_default_visual;
7389 	void function(GtkWidget* widget, GtkTextDirection dir) c_gtk_widget_set_direction;
7390 	GtkTextDirection function(GtkWidget* widget) c_gtk_widget_get_direction;
7391 	void function(GtkTextDirection dir) c_gtk_widget_set_default_direction;
7392 	GtkTextDirection function() c_gtk_widget_get_default_direction;
7393 	void function(GtkWidget* widget, GdkBitmap* shapeMask, gint offsetX, gint offsetY) c_gtk_widget_shape_combine_mask;
7394 	void function(GtkWidget* widget, GdkBitmap* shapeMask, gint offsetX, gint offsetY) c_gtk_widget_input_shape_combine_mask;
7395 	void function(GtkWidget* widget, guint* pathLength, gchar** path, gchar** pathReversed) c_gtk_widget_path;
7396 	void function(GtkWidget* widget, guint* pathLength, gchar** path, gchar** pathReversed) c_gtk_widget_class_path;
7397 	gchar* function(GtkWidget* widget) c_gtk_widget_get_composite_name;
7398 	void function(GtkWidget* widget, GtkRcStyle* style) c_gtk_widget_modify_style;
7399 	GtkRcStyle* function(GtkWidget* widget) c_gtk_widget_get_modifier_style;
7400 	void function(GtkWidget* widget, GtkStateType state, GdkColor* color) c_gtk_widget_modify_fg;
7401 	void function(GtkWidget* widget, GtkStateType state, GdkColor* color) c_gtk_widget_modify_bg;
7402 	void function(GtkWidget* widget, GtkStateType state, GdkColor* color) c_gtk_widget_modify_text;
7403 	void function(GtkWidget* widget, GtkStateType state, GdkColor* color) c_gtk_widget_modify_base;
7404 	void function(GtkWidget* widget, PangoFontDescription* fontDesc) c_gtk_widget_modify_font;
7405 	void function(GtkWidget* widget, GdkColor* primary, GdkColor* secondary) c_gtk_widget_modify_cursor;
7406 	PangoContext* function(GtkWidget* widget) c_gtk_widget_create_pango_context;
7407 	PangoContext* function(GtkWidget* widget) c_gtk_widget_get_pango_context;
7408 	PangoLayout* function(GtkWidget* widget, gchar* text) c_gtk_widget_create_pango_layout;
7409 	GdkPixbuf* function(GtkWidget* widget, gchar* stockId, GtkIconSize size, gchar* detail) c_gtk_widget_render_icon;
7410 	void function() c_gtk_widget_pop_composite_child;
7411 	void function() c_gtk_widget_push_composite_child;
7412 	void function(GtkWidget* widget) c_gtk_widget_queue_clear;
7413 	void function(GtkWidget* widget, gint x, gint y, gint width, gint height) c_gtk_widget_queue_clear_area;
7414 	void function(GtkWidget* widget, gint x, gint y, gint width, gint height) c_gtk_widget_queue_draw_area;
7415 	void function(GtkWidget* widget) c_gtk_widget_reset_shapes;
7416 	void function(GtkWidget* widget, gboolean appPaintable) c_gtk_widget_set_app_paintable;
7417 	void function(GtkWidget* widget, gboolean doubleBuffered) c_gtk_widget_set_double_buffered;
7418 	void function(GtkWidget* widget, gboolean redrawOnAllocate) c_gtk_widget_set_redraw_on_allocate;
7419 	void function(GtkWidget* widget, gchar* name) c_gtk_widget_set_composite_name;
7420 	gboolean function(GtkWidget* widget, GtkAdjustment* hadjustment, GtkAdjustment* vadjustment) c_gtk_widget_set_scroll_adjustments;
7421 	gboolean function(GtkWidget* widget, gboolean groupCycling) c_gtk_widget_mnemonic_activate;
7422 	void function(GtkWidgetClass* klass, GParamSpec* pspec) c_gtk_widget_class_install_style_property;
7423 	void function(GtkWidgetClass* klass, GParamSpec* pspec, GtkRcPropertyParser parser) c_gtk_widget_class_install_style_property_parser;
7424 	GParamSpec* function(GtkWidgetClass* klass, gchar* propertyName) c_gtk_widget_class_find_style_property;
7425 	GParamSpec** function(GtkWidgetClass* klass, guint* nProperties) c_gtk_widget_class_list_style_properties;
7426 	GdkRegion* function(GtkWidget* widget, GdkRegion* region) c_gtk_widget_region_intersect;
7427 	gint function(GtkWidget* widget, GdkEvent* event) c_gtk_widget_send_expose;
7428 	gboolean function(GtkWidget* widget, GdkEvent* event) c_gtk_widget_send_focus_change;
7429 	void function(GtkWidget* widget, gchar* firstPropertyName, ... ) c_gtk_widget_style_get;
7430 	void function(GtkWidget* widget, gchar* propertyName, GValue* value) c_gtk_widget_style_get_property;
7431 	void function(GtkWidget* widget, gchar* firstPropertyName, va_list varArgs) c_gtk_widget_style_get_valist;
7432 	void function(GtkWidget* style) c_gtk_widget_style_attach;
7433 	AtkObject* function(GtkWidget* widget) c_gtk_widget_get_accessible;
7434 	gboolean function(GtkWidget* widget, GtkDirectionType direction) c_gtk_widget_child_focus;
7435 	void function(GtkWidget* widget, gchar* childProperty) c_gtk_widget_child_notify;
7436 	void function(GtkWidget* widget) c_gtk_widget_freeze_child_notify;
7437 	gboolean function(GtkWidget* widget) c_gtk_widget_get_child_visible;
7438 	GtkWidget* function(GtkWidget* widget) c_gtk_widget_get_parent;
7439 	GtkSettings* function(GtkWidget* widget) c_gtk_widget_get_settings;
7440 	GtkClipboard* function(GtkWidget* widget, GdkAtom selection) c_gtk_widget_get_clipboard;
7441 	GdkDisplay* function(GtkWidget* widget) c_gtk_widget_get_display;
7442 	GdkWindow* function(GtkWidget* widget) c_gtk_widget_get_root_window;
7443 	GdkScreen* function(GtkWidget* widget) c_gtk_widget_get_screen;
7444 	gboolean function(GtkWidget* widget) c_gtk_widget_has_screen;
7445 	void function(GtkWidget* widget, gint* width, gint* height) c_gtk_widget_get_size_request;
7446 	void function(GtkWidget* widget, gboolean isVisible) c_gtk_widget_set_child_visible;
7447 	void function(GtkWidget* widget, gint width, gint height) c_gtk_widget_set_size_request;
7448 	void function(GtkWidget* widget) c_gtk_widget_thaw_child_notify;
7449 	void function(GtkWidget* widget, gboolean noShowAll) c_gtk_widget_set_no_show_all;
7450 	gboolean function(GtkWidget* widget) c_gtk_widget_get_no_show_all;
7451 	GList* function(GtkWidget* widget) c_gtk_widget_list_mnemonic_labels;
7452 	void function(GtkWidget* widget, GtkWidget* label) c_gtk_widget_add_mnemonic_label;
7453 	void function(GtkWidget* widget, GtkWidget* label) c_gtk_widget_remove_mnemonic_label;
7454 	GtkAction* function(GtkWidget* widget) c_gtk_widget_get_action;
7455 	gboolean function(GtkWidget* widget) c_gtk_widget_is_composited;
7456 	void function(GtkWidget* widget) c_gtk_widget_error_bell;
7457 	gboolean function(GtkWidget* widget, GtkDirectionType direction) c_gtk_widget_keynav_failed;
7458 	gchar* function(GtkWidget* widget) c_gtk_widget_get_tooltip_markup;
7459 	void function(GtkWidget* widget, gchar* markup) c_gtk_widget_set_tooltip_markup;
7460 	gchar* function(GtkWidget* widget) c_gtk_widget_get_tooltip_text;
7461 	void function(GtkWidget* widget, gchar* text) c_gtk_widget_set_tooltip_text;
7462 	GtkWindow* function(GtkWidget* widget) c_gtk_widget_get_tooltip_window;
7463 	void function(GtkWidget* widget, GtkWindow* customWindow) c_gtk_widget_set_tooltip_window;
7464 	gboolean function(GtkWidget* widget) c_gtk_widget_get_has_tooltip;
7465 	void function(GtkWidget* widget, gboolean hasTooltip) c_gtk_widget_set_has_tooltip;
7466 	void function(GtkWidget* widget) c_gtk_widget_trigger_tooltip_query;
7467 	GdkPixmap* function(GtkWidget* widget, GdkRectangle* clipRect) c_gtk_widget_get_snapshot;
7468 	GdkWindow* function(GtkWidget* widget) c_gtk_widget_get_window;
7469 	void function(GtkWidget* widget, GtkAllocation* allocation) c_gtk_widget_get_allocation;
7470 	void function(GtkWidget* widget, GtkAllocation* allocation) c_gtk_widget_set_allocation;
7471 	gboolean function(GtkWidget* widget) c_gtk_widget_get_app_paintable;
7472 	gboolean function(GtkWidget* widget) c_gtk_widget_get_can_default;
7473 	void function(GtkWidget* widget, gboolean canDefault) c_gtk_widget_set_can_default;
7474 	gboolean function(GtkWidget* widget) c_gtk_widget_get_can_focus;
7475 	void function(GtkWidget* widget, gboolean canFocus) c_gtk_widget_set_can_focus;
7476 	gboolean function(GtkWidget* widget) c_gtk_widget_get_double_buffered;
7477 	gboolean function(GtkWidget* widget) c_gtk_widget_get_has_window;
7478 	void function(GtkWidget* widget, gboolean hasWindow) c_gtk_widget_set_has_window;
7479 	gboolean function(GtkWidget* widget) c_gtk_widget_get_sensitive;
7480 	gboolean function(GtkWidget* widget) c_gtk_widget_is_sensitive;
7481 	GtkStateType function(GtkWidget* widget) c_gtk_widget_get_state;
7482 	gboolean function(GtkWidget* widget) c_gtk_widget_get_visible;
7483 	void function(GtkWidget* widget, gboolean visible) c_gtk_widget_set_visible;
7484 	gboolean function(GtkWidget* widget) c_gtk_widget_has_default;
7485 	gboolean function(GtkWidget* widget) c_gtk_widget_has_focus;
7486 	gboolean function(GtkWidget* widget) c_gtk_widget_has_grab;
7487 	gboolean function(GtkWidget* widget) c_gtk_widget_has_rc_style;
7488 	gboolean function(GtkWidget* widget) c_gtk_widget_is_drawable;
7489 	gboolean function(GtkWidget* widget) c_gtk_widget_is_toplevel;
7490 	void function(GtkWidget* widget, GdkWindow* window) c_gtk_widget_set_window;
7491 	void function(GtkWidget* widget, gboolean receivesDefault) c_gtk_widget_set_receives_default;
7492 	gboolean function(GtkWidget* widget) c_gtk_widget_get_receives_default;
7493 	void function(GtkWidget* widget, gboolean realized) c_gtk_widget_set_realized;
7494 	gboolean function(GtkWidget* widget) c_gtk_widget_get_realized;
7495 	void function(GtkWidget* widget, gboolean mapped) c_gtk_widget_set_mapped;
7496 	gboolean function(GtkWidget* widget) c_gtk_widget_get_mapped;
7497 	void function(GtkWidget* widget, GtkRequisition* requisition) c_gtk_widget_get_requisition;
7498 	GtkRequisition* function(GtkRequisition* requisition) c_gtk_requisition_copy;
7499 	void function(GtkRequisition* requisition) c_gtk_requisition_free;
7500 
7501 	// gtk.IMContext
7502 
7503 	void function(GtkIMContext* context, GdkWindow* window) c_gtk_im_context_set_client_window;
7504 	void function(GtkIMContext* context, gchar** str, PangoAttrList** attrs, gint* cursorPos) c_gtk_im_context_get_preedit_string;
7505 	gboolean function(GtkIMContext* context, GdkEventKey* event) c_gtk_im_context_filter_keypress;
7506 	void function(GtkIMContext* context) c_gtk_im_context_focus_in;
7507 	void function(GtkIMContext* context) c_gtk_im_context_focus_out;
7508 	void function(GtkIMContext* context) c_gtk_im_context_reset;
7509 	void function(GtkIMContext* context, GdkRectangle* area) c_gtk_im_context_set_cursor_location;
7510 	void function(GtkIMContext* context, gboolean usePreedit) c_gtk_im_context_set_use_preedit;
7511 	void function(GtkIMContext* context, gchar* text, gint len, gint cursorIndex) c_gtk_im_context_set_surrounding;
7512 	gboolean function(GtkIMContext* context, gchar** text, gint* cursorIndex) c_gtk_im_context_get_surrounding;
7513 	gboolean function(GtkIMContext* context, gint offset, gint nChars) c_gtk_im_context_delete_surrounding;
7514 
7515 	// gtk.Plug
7516 
7517 	void function(GtkPlug* plug, GdkNativeWindow socketId) c_gtk_plug_construct;
7518 	void function(GtkPlug* plug, GdkDisplay* display, GdkNativeWindow socketId) c_gtk_plug_construct_for_display;
7519 	GtkWidget* function(GdkNativeWindow socketId) c_gtk_plug_new;
7520 	GtkWidget* function(GdkDisplay* display, GdkNativeWindow socketId) c_gtk_plug_new_for_display;
7521 	GdkNativeWindow function(GtkPlug* plug) c_gtk_plug_get_id;
7522 	gboolean function(GtkPlug* plug) c_gtk_plug_get_embedded;
7523 	GdkWindow* function(GtkPlug* plug) c_gtk_plug_get_socket_window;
7524 
7525 	// gtk.Socket
7526 
7527 	GtkWidget* function() c_gtk_socket_new;
7528 	void function(GtkSocket* socket, GdkNativeWindow wid) c_gtk_socket_steal;
7529 	void function(GtkSocket* socket, GdkNativeWindow windowId) c_gtk_socket_add_id;
7530 	GdkNativeWindow function(GtkSocket* socket) c_gtk_socket_get_id;
7531 	GdkWindow* function(GtkSocket* socket) c_gtk_socket_get_plug_window;
7532 
7533 	// gtk.Curve
7534 
7535 	GtkWidget* function() c_gtk_curve_new;
7536 	void function(GtkCurve* curve) c_gtk_curve_reset;
7537 	void function(GtkCurve* curve, gfloat gamma) c_gtk_curve_set_gamma;
7538 	void function(GtkCurve* curve, gfloat minX, gfloat maxX, gfloat minY, gfloat maxY) c_gtk_curve_set_range;
7539 	void function(GtkCurve* curve, int veclen, gfloat* vector) c_gtk_curve_get_vector;
7540 	void function(GtkCurve* curve, int veclen, gfloat* vector) c_gtk_curve_set_vector;
7541 	void function(GtkCurve* curve, GtkCurveType type) c_gtk_curve_set_curve_type;
7542 
7543 	// gtk.GammaCurve
7544 
7545 	GtkWidget* function() c_gtk_gamma_curve_new;
7546 
7547 	// gtk.Ruler
7548 
7549 	void function(GtkRuler* ruler, GtkMetricType metric) c_gtk_ruler_set_metric;
7550 	void function(GtkRuler* ruler, gdouble lower, gdouble upper, gdouble position, gdouble maxSize) c_gtk_ruler_set_range;
7551 	GtkMetricType function(GtkRuler* ruler) c_gtk_ruler_get_metric;
7552 	void function(GtkRuler* ruler, gdouble* lower, gdouble* upper, gdouble* position, gdouble* maxSize) c_gtk_ruler_get_range;
7553 
7554 	// gtk.HRuler
7555 
7556 	GtkWidget* function() c_gtk_hruler_new;
7557 
7558 	// gtk.VRuler
7559 
7560 	GtkWidget* function() c_gtk_vruler_new;
7561 
7562 	// gtk.RecentManager
7563 
7564 	GtkRecentManager* function() c_gtk_recent_manager_new;
7565 	GtkRecentManager* function() c_gtk_recent_manager_get_default;
7566 	GtkRecentManager* function(GdkScreen* screen) c_gtk_recent_manager_get_for_screen;
7567 	void function(GtkRecentManager* manager, GdkScreen* screen) c_gtk_recent_manager_set_screen;
7568 	gboolean function(GtkRecentManager* manager, gchar* uri) c_gtk_recent_manager_add_item;
7569 	gboolean function(GtkRecentManager* manager, gchar* uri, GtkRecentData* recentData) c_gtk_recent_manager_add_full;
7570 	gboolean function(GtkRecentManager* manager, gchar* uri, GError** error) c_gtk_recent_manager_remove_item;
7571 	GtkRecentInfo* function(GtkRecentManager* manager, gchar* uri, GError** error) c_gtk_recent_manager_lookup_item;
7572 	gboolean function(GtkRecentManager* manager, gchar* uri) c_gtk_recent_manager_has_item;
7573 	gboolean function(GtkRecentManager* manager, gchar* uri, gchar* newUri, GError** error) c_gtk_recent_manager_move_item;
7574 	gint function(GtkRecentManager* manager) c_gtk_recent_manager_get_limit;
7575 	void function(GtkRecentManager* manager, gint limit) c_gtk_recent_manager_set_limit;
7576 	GList* function(GtkRecentManager* manager) c_gtk_recent_manager_get_items;
7577 	gint function(GtkRecentManager* manager, GError** error) c_gtk_recent_manager_purge_items;
7578 
7579 	// gtk.RecentInfo
7580 
7581 	GtkRecentInfo* function(GtkRecentInfo* info) c_gtk_recent_info_ref;
7582 	void function(GtkRecentInfo* info) c_gtk_recent_info_unref;
7583 	gchar* function(GtkRecentInfo* info) c_gtk_recent_info_get_uri;
7584 	gchar* function(GtkRecentInfo* info) c_gtk_recent_info_get_display_name;
7585 	gchar* function(GtkRecentInfo* info) c_gtk_recent_info_get_description;
7586 	gchar* function(GtkRecentInfo* info) c_gtk_recent_info_get_mime_type;
7587 	time_t function(GtkRecentInfo* info) c_gtk_recent_info_get_added;
7588 	time_t function(GtkRecentInfo* info) c_gtk_recent_info_get_modified;
7589 	time_t function(GtkRecentInfo* info) c_gtk_recent_info_get_visited;
7590 	gboolean function(GtkRecentInfo* info) c_gtk_recent_info_get_private_hint;
7591 	gboolean function(GtkRecentInfo* info, gchar* appName, gchar** appExec, guint* count, time_t* time) c_gtk_recent_info_get_application_info;
7592 	gchar** function(GtkRecentInfo* info, gsize* length) c_gtk_recent_info_get_applications;
7593 	gchar* function(GtkRecentInfo* info) c_gtk_recent_info_last_application;
7594 	gchar** function(GtkRecentInfo* info, gsize* length) c_gtk_recent_info_get_groups;
7595 	gboolean function(GtkRecentInfo* info, gchar* groupName) c_gtk_recent_info_has_group;
7596 	gboolean function(GtkRecentInfo* info, gchar* appName) c_gtk_recent_info_has_application;
7597 	GdkPixbuf* function(GtkRecentInfo* info, gint size) c_gtk_recent_info_get_icon;
7598 	gchar* function(GtkRecentInfo* info) c_gtk_recent_info_get_short_name;
7599 	gchar* function(GtkRecentInfo* info) c_gtk_recent_info_get_uri_display;
7600 	gint function(GtkRecentInfo* info) c_gtk_recent_info_get_age;
7601 	gboolean function(GtkRecentInfo* info) c_gtk_recent_info_is_local;
7602 	gboolean function(GtkRecentInfo* info) c_gtk_recent_info_exists;
7603 	gboolean function(GtkRecentInfo* infoA, GtkRecentInfo* infoB) c_gtk_recent_info_match;
7604 
7605 	// gtk.RecentChooserT
7606 
7607 
7608 	// gtk.RecentChooserT
7609 
7610 	void function(GtkRecentChooser* chooser, gboolean showPrivate) c_gtk_recent_chooser_set_show_private;
7611 	gboolean function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_show_private;
7612 	void function(GtkRecentChooser* chooser, gboolean showNotFound) c_gtk_recent_chooser_set_show_not_found;
7613 	gboolean function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_show_not_found;
7614 	void function(GtkRecentChooser* chooser, gboolean showIcons) c_gtk_recent_chooser_set_show_icons;
7615 	gboolean function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_show_icons;
7616 	void function(GtkRecentChooser* chooser, gboolean selectMultiple) c_gtk_recent_chooser_set_select_multiple;
7617 	gboolean function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_select_multiple;
7618 	void function(GtkRecentChooser* chooser, gboolean localOnly) c_gtk_recent_chooser_set_local_only;
7619 	gboolean function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_local_only;
7620 	void function(GtkRecentChooser* chooser, gint limit) c_gtk_recent_chooser_set_limit;
7621 	gint function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_limit;
7622 	void function(GtkRecentChooser* chooser, gboolean showTips) c_gtk_recent_chooser_set_show_tips;
7623 	gboolean function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_show_tips;
7624 	void function(GtkRecentChooser* chooser, gboolean showNumbers) c_gtk_recent_chooser_set_show_numbers;
7625 	gboolean function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_show_numbers;
7626 	void function(GtkRecentChooser* chooser, GtkRecentSortType sortType) c_gtk_recent_chooser_set_sort_type;
7627 	GtkRecentSortType function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_sort_type;
7628 	void function(GtkRecentChooser* chooser, GtkRecentSortFunc sortFunc, void* sortData, GDestroyNotify dataDestroy) c_gtk_recent_chooser_set_sort_func;
7629 	gboolean function(GtkRecentChooser* chooser, gchar* uri, GError** error) c_gtk_recent_chooser_set_current_uri;
7630 	gchar* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_current_uri;
7631 	GtkRecentInfo* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_current_item;
7632 	gboolean function(GtkRecentChooser* chooser, gchar* uri, GError** error) c_gtk_recent_chooser_select_uri;
7633 	void function(GtkRecentChooser* chooser, gchar* uri) c_gtk_recent_chooser_unselect_uri;
7634 	void function(GtkRecentChooser* chooser) c_gtk_recent_chooser_select_all;
7635 	void function(GtkRecentChooser* chooser) c_gtk_recent_chooser_unselect_all;
7636 	GList* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_items;
7637 	gchar** function(GtkRecentChooser* chooser, gsize* length) c_gtk_recent_chooser_get_uris;
7638 	void function(GtkRecentChooser* chooser, GtkRecentFilter* filter) c_gtk_recent_chooser_add_filter;
7639 	void function(GtkRecentChooser* chooser, GtkRecentFilter* filter) c_gtk_recent_chooser_remove_filter;
7640 	GSList* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_list_filters;
7641 	void function(GtkRecentChooser* chooser, GtkRecentFilter* filter) c_gtk_recent_chooser_set_filter;
7642 	GtkRecentFilter* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_filter;
7643 
7644 	// gtk.RecentChooserDialog
7645 
7646 	GtkWidget* function(gchar* title, GtkWindow* parent, gchar* firstButtonText, ... ) c_gtk_recent_chooser_dialog_new;
7647 	GtkWidget* function(gchar* title, GtkWindow* parent, GtkRecentManager* manager, gchar* firstButtonText, ... ) c_gtk_recent_chooser_dialog_new_for_manager;
7648 
7649 	// gtk.RecentChooserMenu
7650 
7651 	GtkWidget* function() c_gtk_recent_chooser_menu_new;
7652 	GtkWidget* function(GtkRecentManager* manager) c_gtk_recent_chooser_menu_new_for_manager;
7653 	gboolean function(GtkRecentChooserMenu* menu) c_gtk_recent_chooser_menu_get_show_numbers;
7654 	void function(GtkRecentChooserMenu* menu, gboolean showNumbers) c_gtk_recent_chooser_menu_set_show_numbers;
7655 
7656 	// gtk.RecentChooserWidget
7657 
7658 	GtkWidget* function() c_gtk_recent_chooser_widget_new;
7659 	GtkWidget* function(GtkRecentManager* manager) c_gtk_recent_chooser_widget_new_for_manager;
7660 
7661 	// gtk.RecentFilter
7662 
7663 	GtkRecentFilter* function() c_gtk_recent_filter_new;
7664 	gchar* function(GtkRecentFilter* filter) c_gtk_recent_filter_get_name;
7665 	void function(GtkRecentFilter* filter, gchar* name) c_gtk_recent_filter_set_name;
7666 	void function(GtkRecentFilter* filter, gchar* mimeType) c_gtk_recent_filter_add_mime_type;
7667 	void function(GtkRecentFilter* filter, gchar* pattern) c_gtk_recent_filter_add_pattern;
7668 	void function(GtkRecentFilter* filter) c_gtk_recent_filter_add_pixbuf_formats;
7669 	void function(GtkRecentFilter* filter, gchar* application) c_gtk_recent_filter_add_application;
7670 	void function(GtkRecentFilter* filter, gchar* group) c_gtk_recent_filter_add_group;
7671 	void function(GtkRecentFilter* filter, gint days) c_gtk_recent_filter_add_age;
7672 	void function(GtkRecentFilter* filter, GtkRecentFilterFlags needed, GtkRecentFilterFunc func, void* data, GDestroyNotify dataDestroy) c_gtk_recent_filter_add_custom;
7673 	GtkRecentFilterFlags function(GtkRecentFilter* filter) c_gtk_recent_filter_get_needed;
7674 	gboolean function(GtkRecentFilter* filter, GtkRecentFilterInfo* filterInfo) c_gtk_recent_filter_filter;
7675 
7676 	// gtk.BuildableT
7677 
7678 
7679 	// gtk.BuildableT
7680 
7681 	void function(GtkBuildable* buildable, gchar* name) c_gtk_buildable_set_name;
7682 	gchar* function(GtkBuildable* buildable) c_gtk_buildable_get_name;
7683 	void function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, gchar* type) c_gtk_buildable_add_child;
7684 	void function(GtkBuildable* buildable, GtkBuilder* builder, gchar* name, GValue* value) c_gtk_buildable_set_buildable_property;
7685 	GObject* function(GtkBuildable* buildable, GtkBuilder* builder, gchar* name) c_gtk_buildable_construct_child;
7686 	gboolean function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, gchar* tagname, GMarkupParser* parser, void** data) c_gtk_buildable_custom_tag_start;
7687 	void function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, gchar* tagname, void** data) c_gtk_buildable_custom_tag_end;
7688 	void function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, gchar* tagname, void* data) c_gtk_buildable_custom_finished;
7689 	void function(GtkBuildable* buildable, GtkBuilder* builder) c_gtk_buildable_parser_finished;
7690 	GObject* function(GtkBuildable* buildable, GtkBuilder* builder, gchar* childname) c_gtk_buildable_get_internal_child;
7691 
7692 	// gtk.Builder
7693 
7694 	GtkBuilder* function() c_gtk_builder_new;
7695 	guint function(GtkBuilder* builder, gchar* filename, GError** error) c_gtk_builder_add_from_file;
7696 	guint function(GtkBuilder* builder, gchar* buffer, gsize length, GError** error) c_gtk_builder_add_from_string;
7697 	guint function(GtkBuilder* builder, gchar* filename, gchar** objectIds, GError** error) c_gtk_builder_add_objects_from_file;
7698 	guint function(GtkBuilder* builder, gchar* buffer, gsize length, gchar** objectIds, GError** error) c_gtk_builder_add_objects_from_string;
7699 	GObject* function(GtkBuilder* builder, gchar* name) c_gtk_builder_get_object;
7700 	GSList* function(GtkBuilder* builder) c_gtk_builder_get_objects;
7701 	void function(GtkBuilder* builder, void* userData) c_gtk_builder_connect_signals;
7702 	void function(GtkBuilder* builder, GtkBuilderConnectFunc func, void* userData) c_gtk_builder_connect_signals_full;
7703 	void function(GtkBuilder* builder, gchar* domain) c_gtk_builder_set_translation_domain;
7704 	gchar* function(GtkBuilder* builder) c_gtk_builder_get_translation_domain;
7705 	GType function(GtkBuilder* builder, char* typeName) c_gtk_builder_get_type_from_name;
7706 	gboolean function(GtkBuilder* builder, GParamSpec* pspec, gchar* string, GValue* value, GError** error) c_gtk_builder_value_from_string;
7707 	gboolean function(GtkBuilder* builder, GType type, gchar* string, GValue* value, GError** error) c_gtk_builder_value_from_string_type;
7708 
7709 	// gtk.FileSelection
7710 
7711 	GtkWidget* function(gchar* title) c_gtk_file_selection_new;
7712 	void function(GtkFileSelection* filesel, gchar* filename) c_gtk_file_selection_set_filename;
7713 	gchar* function(GtkFileSelection* filesel) c_gtk_file_selection_get_filename;
7714 	void function(GtkFileSelection* filesel, gchar* pattern) c_gtk_file_selection_complete;
7715 	void function(GtkFileSelection* filesel) c_gtk_file_selection_show_fileop_buttons;
7716 	void function(GtkFileSelection* filesel) c_gtk_file_selection_hide_fileop_buttons;
7717 	gchar** function(GtkFileSelection* filesel) c_gtk_file_selection_get_selections;
7718 	void function(GtkFileSelection* filesel, gboolean selectMultiple) c_gtk_file_selection_set_select_multiple;
7719 	gboolean function(GtkFileSelection* filesel) c_gtk_file_selection_get_select_multiple;
7720 
7721 	// gtk.ItemFactory
7722 
7723 	GtkItemFactory* function(GType containerType, gchar* path, GtkAccelGroup* accelGroup) c_gtk_item_factory_new;
7724 	void function(GtkItemFactory* ifactory, GType containerType, gchar* path, GtkAccelGroup* accelGroup) c_gtk_item_factory_construct;
7725 	void function(GtkWidget* accelWidget, gchar* fullPath, GtkAccelGroup* accelGroup, guint keyval, GdkModifierType modifiers) c_gtk_item_factory_add_foreign;
7726 	GtkItemFactory* function(GtkWidget* widget) c_gtk_item_factory_from_widget;
7727 	gchar* function(GtkWidget* widget) c_gtk_item_factory_path_from_widget;
7728 	GtkWidget* function(GtkItemFactory* ifactory, gchar* path) c_gtk_item_factory_get_item;
7729 	GtkWidget* function(GtkItemFactory* ifactory, gchar* path) c_gtk_item_factory_get_widget;
7730 	GtkWidget* function(GtkItemFactory* ifactory, guint action) c_gtk_item_factory_get_widget_by_action;
7731 	GtkWidget* function(GtkItemFactory* ifactory, guint action) c_gtk_item_factory_get_item_by_action;
7732 	void function(GtkItemFactory* ifactory, GtkItemFactoryEntry* entry, void* callbackData, guint callbackType) c_gtk_item_factory_create_item;
7733 	void function(GtkItemFactory* ifactory, guint nEntries, GtkItemFactoryEntry* entries, void* callbackData) c_gtk_item_factory_create_items;
7734 	void function(GtkItemFactory* ifactory, guint nEntries, GtkItemFactoryEntry* entries, void* callbackData, guint callbackType) c_gtk_item_factory_create_items_ac;
7735 	void function(GtkItemFactory* ifactory, gchar* path) c_gtk_item_factory_delete_item;
7736 	void function(GtkItemFactory* ifactory, GtkItemFactoryEntry* entry) c_gtk_item_factory_delete_entry;
7737 	void function(GtkItemFactory* ifactory, guint nEntries, GtkItemFactoryEntry* entries) c_gtk_item_factory_delete_entries;
7738 	void function(GtkItemFactory* ifactory, guint x, guint y, guint mouseButton, guint32 time) c_gtk_item_factory_popup;
7739 	void function(GtkItemFactory* ifactory, void* popupData, GDestroyNotify destroy, guint x, guint y, guint mouseButton, guint32 time) c_gtk_item_factory_popup_with_data;
7740 	gpointer function(GtkItemFactory* ifactory) c_gtk_item_factory_popup_data;
7741 	gpointer function(GtkWidget* widget) c_gtk_item_factory_popup_data_from_widget;
7742 	GtkItemFactory* function(gchar* path) c_gtk_item_factory_from_path;
7743 	void function(gchar* ifactoryPath, gchar* path) c_gtk_item_factories_path_delete;
7744 	void function(GtkItemFactory* ifactory, GtkTranslateFunc func, void* data, GDestroyNotify notify) c_gtk_item_factory_set_translate_func;
7745 
7746 	// gtk.Tooltips
7747 
7748 	GtkTooltips* function() c_gtk_tooltips_new;
7749 	void function(GtkTooltips* tooltips) c_gtk_tooltips_enable;
7750 	void function(GtkTooltips* tooltips) c_gtk_tooltips_disable;
7751 	void function(GtkTooltips* tooltips, guint delay) c_gtk_tooltips_set_delay;
7752 	void function(GtkTooltips* tooltips, GtkWidget* widget, gchar* tipText, gchar* tipPrivate) c_gtk_tooltips_set_tip;
7753 	GtkTooltipsData* function(GtkWidget* widget) c_gtk_tooltips_data_get;
7754 	void function(GtkTooltips* tooltips) c_gtk_tooltips_force_window;
7755 	gboolean function(GtkWindow* tipWindow, GtkTooltips** tooltips, GtkWidget** currentWidget) c_gtk_tooltips_get_info_from_tip_window;
7756 
7757 	// gtk.Progress
7758 
7759 	void function(GtkProgress* progress, gboolean showText) c_gtk_progress_set_show_text;
7760 	void function(GtkProgress* progress, gfloat xAlign, gfloat yAlign) c_gtk_progress_set_text_alignment;
7761 	void function(GtkProgress* progress, gchar* format) c_gtk_progress_set_format_string;
7762 	void function(GtkProgress* progress, GtkAdjustment* adjustment) c_gtk_progress_set_adjustment;
7763 	void function(GtkProgress* progress, gdouble percentage) c_gtk_progress_set_percentage;
7764 	void function(GtkProgress* progress, gdouble value) c_gtk_progress_set_value;
7765 	gdouble function(GtkProgress* progress) c_gtk_progress_get_value;
7766 	void function(GtkProgress* progress, gboolean activityMode) c_gtk_progress_set_activity_mode;
7767 	gchar* function(GtkProgress* progress) c_gtk_progress_get_current_text;
7768 	gchar* function(GtkProgress* progress, gdouble value) c_gtk_progress_get_text_from_value;
7769 	gdouble function(GtkProgress* progress) c_gtk_progress_get_current_percentage;
7770 	gdouble function(GtkProgress* progress, gdouble value) c_gtk_progress_get_percentage_from_value;
7771 	void function(GtkProgress* progress, gdouble value, gdouble min, gdouble max) c_gtk_progress_configure;
7772 }");
7773 
7774 // gtk.Main
7775 
7776 alias c_gtk_set_locale  gtk_set_locale;
7777 alias c_gtk_disable_setlocale  gtk_disable_setlocale;
7778 alias c_gtk_get_default_language  gtk_get_default_language;
7779 alias c_gtk_parse_args  gtk_parse_args;
7780 alias c_gtk_init  gtk_init;
7781 alias c_gtk_init_check  gtk_init_check;
7782 alias c_gtk_init_with_args  gtk_init_with_args;
7783 alias c_gtk_get_option_group  gtk_get_option_group;
7784 alias c_gtk_exit  gtk_exit;
7785 alias c_gtk_events_pending  gtk_events_pending;
7786 alias c_gtk_main  gtk_main;
7787 alias c_gtk_main_level  gtk_main_level;
7788 alias c_gtk_main_quit  gtk_main_quit;
7789 alias c_gtk_main_iteration  gtk_main_iteration;
7790 alias c_gtk_main_iteration_do  gtk_main_iteration_do;
7791 alias c_gtk_main_do_event  gtk_main_do_event;
7792 alias c_gtk_grab_add  gtk_grab_add;
7793 alias c_gtk_grab_get_current  gtk_grab_get_current;
7794 alias c_gtk_grab_remove  gtk_grab_remove;
7795 alias c_gtk_init_add  gtk_init_add;
7796 alias c_gtk_quit_add_destroy  gtk_quit_add_destroy;
7797 alias c_gtk_quit_add  gtk_quit_add;
7798 alias c_gtk_quit_add_full  gtk_quit_add_full;
7799 alias c_gtk_quit_remove  gtk_quit_remove;
7800 alias c_gtk_quit_remove_by_data  gtk_quit_remove_by_data;
7801 alias c_gtk_input_add_full  gtk_input_add_full;
7802 alias c_gtk_input_remove  gtk_input_remove;
7803 alias c_gtk_key_snooper_install  gtk_key_snooper_install;
7804 alias c_gtk_key_snooper_remove  gtk_key_snooper_remove;
7805 alias c_gtk_get_current_event  gtk_get_current_event;
7806 alias c_gtk_get_current_event_time  gtk_get_current_event_time;
7807 alias c_gtk_get_current_event_state  gtk_get_current_event_state;
7808 alias c_gtk_get_event_widget  gtk_get_event_widget;
7809 alias c_gtk_propagate_event  gtk_propagate_event;
7810 
7811 // gtk.Timeout
7812 
7813 alias c_gtk_timeout_add_full  gtk_timeout_add_full;
7814 alias c_gtk_timeout_add  gtk_timeout_add;
7815 alias c_gtk_timeout_remove  gtk_timeout_remove;
7816 
7817 // gtk.Idle
7818 
7819 alias c_gtk_idle_add  gtk_idle_add;
7820 alias c_gtk_idle_add_priority  gtk_idle_add_priority;
7821 alias c_gtk_idle_add_full  gtk_idle_add_full;
7822 alias c_gtk_idle_remove  gtk_idle_remove;
7823 alias c_gtk_idle_remove_by_data  gtk_idle_remove_by_data;
7824 
7825 // gtk.AccelGroup
7826 
7827 alias c_gtk_accel_group_new  gtk_accel_group_new;
7828 alias c_gtk_accel_group_connect  gtk_accel_group_connect;
7829 alias c_gtk_accel_group_connect_by_path  gtk_accel_group_connect_by_path;
7830 alias c_gtk_accel_group_disconnect  gtk_accel_group_disconnect;
7831 alias c_gtk_accel_group_disconnect_key  gtk_accel_group_disconnect_key;
7832 alias c_gtk_accel_group_query  gtk_accel_group_query;
7833 alias c_gtk_accel_group_activate  gtk_accel_group_activate;
7834 alias c_gtk_accel_group_lock  gtk_accel_group_lock;
7835 alias c_gtk_accel_group_unlock  gtk_accel_group_unlock;
7836 alias c_gtk_accel_group_get_is_locked  gtk_accel_group_get_is_locked;
7837 alias c_gtk_accel_group_from_accel_closure  gtk_accel_group_from_accel_closure;
7838 alias c_gtk_accel_group_get_modifier_mask  gtk_accel_group_get_modifier_mask;
7839 alias c_gtk_accel_groups_activate  gtk_accel_groups_activate;
7840 alias c_gtk_accel_groups_from_object  gtk_accel_groups_from_object;
7841 alias c_gtk_accel_group_find  gtk_accel_group_find;
7842 alias c_gtk_accelerator_valid  gtk_accelerator_valid;
7843 alias c_gtk_accelerator_parse  gtk_accelerator_parse;
7844 alias c_gtk_accelerator_name  gtk_accelerator_name;
7845 alias c_gtk_accelerator_get_label  gtk_accelerator_get_label;
7846 alias c_gtk_accelerator_set_default_mod_mask  gtk_accelerator_set_default_mod_mask;
7847 alias c_gtk_accelerator_get_default_mod_mask  gtk_accelerator_get_default_mod_mask;
7848 
7849 // gtk.AccelMap
7850 
7851 alias c_gtk_accel_map_add_entry  gtk_accel_map_add_entry;
7852 alias c_gtk_accel_map_lookup_entry  gtk_accel_map_lookup_entry;
7853 alias c_gtk_accel_map_change_entry  gtk_accel_map_change_entry;
7854 alias c_gtk_accel_map_load  gtk_accel_map_load;
7855 alias c_gtk_accel_map_save  gtk_accel_map_save;
7856 alias c_gtk_accel_map_foreach  gtk_accel_map_foreach;
7857 alias c_gtk_accel_map_load_fd  gtk_accel_map_load_fd;
7858 alias c_gtk_accel_map_save_fd  gtk_accel_map_save_fd;
7859 alias c_gtk_accel_map_load_scanner  gtk_accel_map_load_scanner;
7860 alias c_gtk_accel_map_add_filter  gtk_accel_map_add_filter;
7861 alias c_gtk_accel_map_foreach_unfiltered  gtk_accel_map_foreach_unfiltered;
7862 alias c_gtk_accel_map_get  gtk_accel_map_get;
7863 alias c_gtk_accel_map_lock_path  gtk_accel_map_lock_path;
7864 alias c_gtk_accel_map_unlock_path  gtk_accel_map_unlock_path;
7865 
7866 // gtk.Clipboard
7867 
7868 alias c_gtk_clipboard_get  gtk_clipboard_get;
7869 alias c_gtk_clipboard_get_for_display  gtk_clipboard_get_for_display;
7870 alias c_gtk_clipboard_get_display  gtk_clipboard_get_display;
7871 alias c_gtk_clipboard_set_with_data  gtk_clipboard_set_with_data;
7872 alias c_gtk_clipboard_set_with_owner  gtk_clipboard_set_with_owner;
7873 alias c_gtk_clipboard_get_owner  gtk_clipboard_get_owner;
7874 alias c_gtk_clipboard_clear  gtk_clipboard_clear;
7875 alias c_gtk_clipboard_set_text  gtk_clipboard_set_text;
7876 alias c_gtk_clipboard_set_image  gtk_clipboard_set_image;
7877 alias c_gtk_clipboard_request_contents  gtk_clipboard_request_contents;
7878 alias c_gtk_clipboard_request_text  gtk_clipboard_request_text;
7879 alias c_gtk_clipboard_request_image  gtk_clipboard_request_image;
7880 alias c_gtk_clipboard_request_targets  gtk_clipboard_request_targets;
7881 alias c_gtk_clipboard_request_rich_text  gtk_clipboard_request_rich_text;
7882 alias c_gtk_clipboard_request_uris  gtk_clipboard_request_uris;
7883 alias c_gtk_clipboard_wait_for_contents  gtk_clipboard_wait_for_contents;
7884 alias c_gtk_clipboard_wait_for_text  gtk_clipboard_wait_for_text;
7885 alias c_gtk_clipboard_wait_for_image  gtk_clipboard_wait_for_image;
7886 alias c_gtk_clipboard_wait_for_rich_text  gtk_clipboard_wait_for_rich_text;
7887 alias c_gtk_clipboard_wait_for_uris  gtk_clipboard_wait_for_uris;
7888 alias c_gtk_clipboard_wait_is_text_available  gtk_clipboard_wait_is_text_available;
7889 alias c_gtk_clipboard_wait_is_image_available  gtk_clipboard_wait_is_image_available;
7890 alias c_gtk_clipboard_wait_is_rich_text_available  gtk_clipboard_wait_is_rich_text_available;
7891 alias c_gtk_clipboard_wait_is_uris_available  gtk_clipboard_wait_is_uris_available;
7892 alias c_gtk_clipboard_wait_for_targets  gtk_clipboard_wait_for_targets;
7893 alias c_gtk_clipboard_wait_is_target_available  gtk_clipboard_wait_is_target_available;
7894 alias c_gtk_clipboard_set_can_store  gtk_clipboard_set_can_store;
7895 alias c_gtk_clipboard_store  gtk_clipboard_store;
7896 
7897 // gtk.DragAndDrop
7898 
7899 alias c_gtk_drag_dest_set  gtk_drag_dest_set;
7900 alias c_gtk_drag_dest_set_proxy  gtk_drag_dest_set_proxy;
7901 alias c_gtk_drag_dest_unset  gtk_drag_dest_unset;
7902 alias c_gtk_drag_dest_find_target  gtk_drag_dest_find_target;
7903 alias c_gtk_drag_dest_get_target_list  gtk_drag_dest_get_target_list;
7904 alias c_gtk_drag_dest_set_target_list  gtk_drag_dest_set_target_list;
7905 alias c_gtk_drag_dest_add_text_targets  gtk_drag_dest_add_text_targets;
7906 alias c_gtk_drag_dest_add_image_targets  gtk_drag_dest_add_image_targets;
7907 alias c_gtk_drag_dest_add_uri_targets  gtk_drag_dest_add_uri_targets;
7908 alias c_gtk_drag_dest_set_track_motion  gtk_drag_dest_set_track_motion;
7909 alias c_gtk_drag_dest_get_track_motion  gtk_drag_dest_get_track_motion;
7910 alias c_gtk_drag_finish  gtk_drag_finish;
7911 alias c_gtk_drag_get_data  gtk_drag_get_data;
7912 alias c_gtk_drag_get_source_widget  gtk_drag_get_source_widget;
7913 alias c_gtk_drag_highlight  gtk_drag_highlight;
7914 alias c_gtk_drag_unhighlight  gtk_drag_unhighlight;
7915 alias c_gtk_drag_begin  gtk_drag_begin;
7916 alias c_gtk_drag_set_icon_widget  gtk_drag_set_icon_widget;
7917 alias c_gtk_drag_set_icon_pixmap  gtk_drag_set_icon_pixmap;
7918 alias c_gtk_drag_set_icon_pixbuf  gtk_drag_set_icon_pixbuf;
7919 alias c_gtk_drag_set_icon_stock  gtk_drag_set_icon_stock;
7920 alias c_gtk_drag_set_icon_name  gtk_drag_set_icon_name;
7921 alias c_gtk_drag_set_icon_default  gtk_drag_set_icon_default;
7922 alias c_gtk_drag_set_default_icon  gtk_drag_set_default_icon;
7923 alias c_gtk_drag_check_threshold  gtk_drag_check_threshold;
7924 alias c_gtk_drag_source_set  gtk_drag_source_set;
7925 alias c_gtk_drag_source_set_icon  gtk_drag_source_set_icon;
7926 alias c_gtk_drag_source_set_icon_pixbuf  gtk_drag_source_set_icon_pixbuf;
7927 alias c_gtk_drag_source_set_icon_stock  gtk_drag_source_set_icon_stock;
7928 alias c_gtk_drag_source_set_icon_name  gtk_drag_source_set_icon_name;
7929 alias c_gtk_drag_source_unset  gtk_drag_source_unset;
7930 alias c_gtk_drag_source_set_target_list  gtk_drag_source_set_target_list;
7931 alias c_gtk_drag_source_get_target_list  gtk_drag_source_get_target_list;
7932 alias c_gtk_drag_source_add_text_targets  gtk_drag_source_add_text_targets;
7933 alias c_gtk_drag_source_add_image_targets  gtk_drag_source_add_image_targets;
7934 alias c_gtk_drag_source_add_uri_targets  gtk_drag_source_add_uri_targets;
7935 
7936 // gtk.IconTheme
7937 
7938 alias c_gtk_icon_theme_new  gtk_icon_theme_new;
7939 alias c_gtk_icon_theme_get_default  gtk_icon_theme_get_default;
7940 alias c_gtk_icon_theme_get_for_screen  gtk_icon_theme_get_for_screen;
7941 alias c_gtk_icon_theme_set_screen  gtk_icon_theme_set_screen;
7942 alias c_gtk_icon_theme_set_search_path  gtk_icon_theme_set_search_path;
7943 alias c_gtk_icon_theme_get_search_path  gtk_icon_theme_get_search_path;
7944 alias c_gtk_icon_theme_append_search_path  gtk_icon_theme_append_search_path;
7945 alias c_gtk_icon_theme_prepend_search_path  gtk_icon_theme_prepend_search_path;
7946 alias c_gtk_icon_theme_set_custom_theme  gtk_icon_theme_set_custom_theme;
7947 alias c_gtk_icon_theme_has_icon  gtk_icon_theme_has_icon;
7948 alias c_gtk_icon_theme_lookup_icon  gtk_icon_theme_lookup_icon;
7949 alias c_gtk_icon_theme_choose_icon  gtk_icon_theme_choose_icon;
7950 alias c_gtk_icon_theme_lookup_by_gicon  gtk_icon_theme_lookup_by_gicon;
7951 alias c_gtk_icon_theme_load_icon  gtk_icon_theme_load_icon;
7952 alias c_gtk_icon_theme_list_contexts  gtk_icon_theme_list_contexts;
7953 alias c_gtk_icon_theme_list_icons  gtk_icon_theme_list_icons;
7954 alias c_gtk_icon_theme_get_icon_sizes  gtk_icon_theme_get_icon_sizes;
7955 alias c_gtk_icon_theme_get_example_icon_name  gtk_icon_theme_get_example_icon_name;
7956 alias c_gtk_icon_theme_rescan_if_needed  gtk_icon_theme_rescan_if_needed;
7957 alias c_gtk_icon_theme_add_builtin_icon  gtk_icon_theme_add_builtin_icon;
7958 
7959 // gtk.IconInfo
7960 
7961 alias c_gtk_icon_info_copy  gtk_icon_info_copy;
7962 alias c_gtk_icon_info_free  gtk_icon_info_free;
7963 alias c_gtk_icon_info_new_for_pixbuf  gtk_icon_info_new_for_pixbuf;
7964 alias c_gtk_icon_info_get_base_size  gtk_icon_info_get_base_size;
7965 alias c_gtk_icon_info_get_filename  gtk_icon_info_get_filename;
7966 alias c_gtk_icon_info_get_builtin_pixbuf  gtk_icon_info_get_builtin_pixbuf;
7967 alias c_gtk_icon_info_load_icon  gtk_icon_info_load_icon;
7968 alias c_gtk_icon_info_set_raw_coordinates  gtk_icon_info_set_raw_coordinates;
7969 alias c_gtk_icon_info_get_embedded_rect  gtk_icon_info_get_embedded_rect;
7970 alias c_gtk_icon_info_get_attach_points  gtk_icon_info_get_attach_points;
7971 alias c_gtk_icon_info_get_display_name  gtk_icon_info_get_display_name;
7972 
7973 // gtk.StockItem
7974 
7975 alias c_gtk_stock_add  gtk_stock_add;
7976 alias c_gtk_stock_add_static  gtk_stock_add_static;
7977 alias c_gtk_stock_item_copy  gtk_stock_item_copy;
7978 alias c_gtk_stock_item_free  gtk_stock_item_free;
7979 alias c_gtk_stock_list_ids  gtk_stock_list_ids;
7980 alias c_gtk_stock_lookup  gtk_stock_lookup;
7981 alias c_gtk_stock_set_translate_func  gtk_stock_set_translate_func;
7982 
7983 // gtk.IconSource
7984 
7985 alias c_gtk_icon_source_copy  gtk_icon_source_copy;
7986 alias c_gtk_icon_source_free  gtk_icon_source_free;
7987 alias c_gtk_icon_source_get_direction  gtk_icon_source_get_direction;
7988 alias c_gtk_icon_source_get_direction_wildcarded  gtk_icon_source_get_direction_wildcarded;
7989 alias c_gtk_icon_source_get_filename  gtk_icon_source_get_filename;
7990 alias c_gtk_icon_source_get_pixbuf  gtk_icon_source_get_pixbuf;
7991 alias c_gtk_icon_source_get_icon_name  gtk_icon_source_get_icon_name;
7992 alias c_gtk_icon_source_get_size  gtk_icon_source_get_size;
7993 alias c_gtk_icon_source_get_size_wildcarded  gtk_icon_source_get_size_wildcarded;
7994 alias c_gtk_icon_source_get_state  gtk_icon_source_get_state;
7995 alias c_gtk_icon_source_get_state_wildcarded  gtk_icon_source_get_state_wildcarded;
7996 alias c_gtk_icon_source_new  gtk_icon_source_new;
7997 alias c_gtk_icon_source_set_direction  gtk_icon_source_set_direction;
7998 alias c_gtk_icon_source_set_direction_wildcarded  gtk_icon_source_set_direction_wildcarded;
7999 alias c_gtk_icon_source_set_filename  gtk_icon_source_set_filename;
8000 alias c_gtk_icon_source_set_pixbuf  gtk_icon_source_set_pixbuf;
8001 alias c_gtk_icon_source_set_icon_name  gtk_icon_source_set_icon_name;
8002 alias c_gtk_icon_source_set_size  gtk_icon_source_set_size;
8003 alias c_gtk_icon_source_set_size_wildcarded  gtk_icon_source_set_size_wildcarded;
8004 alias c_gtk_icon_source_set_state  gtk_icon_source_set_state;
8005 alias c_gtk_icon_source_set_state_wildcarded  gtk_icon_source_set_state_wildcarded;
8006 
8007 // gtk.IconFactory
8008 
8009 alias c_gtk_icon_factory_add  gtk_icon_factory_add;
8010 alias c_gtk_icon_factory_add_default  gtk_icon_factory_add_default;
8011 alias c_gtk_icon_factory_lookup  gtk_icon_factory_lookup;
8012 alias c_gtk_icon_factory_lookup_default  gtk_icon_factory_lookup_default;
8013 alias c_gtk_icon_factory_new  gtk_icon_factory_new;
8014 alias c_gtk_icon_factory_remove_default  gtk_icon_factory_remove_default;
8015 
8016 // gtk.IconSet
8017 
8018 alias c_gtk_icon_set_add_source  gtk_icon_set_add_source;
8019 alias c_gtk_icon_set_copy  gtk_icon_set_copy;
8020 alias c_gtk_icon_set_new  gtk_icon_set_new;
8021 alias c_gtk_icon_set_new_from_pixbuf  gtk_icon_set_new_from_pixbuf;
8022 alias c_gtk_icon_set_ref  gtk_icon_set_ref;
8023 alias c_gtk_icon_set_render_icon  gtk_icon_set_render_icon;
8024 alias c_gtk_icon_set_unref  gtk_icon_set_unref;
8025 alias c_gtk_icon_set_get_sizes  gtk_icon_set_get_sizes;
8026 
8027 // gtk.IconSize
8028 
8029 alias c_gtk_icon_size_lookup  gtk_icon_size_lookup;
8030 alias c_gtk_icon_size_lookup_for_settings  gtk_icon_size_lookup_for_settings;
8031 alias c_gtk_icon_size_register  gtk_icon_size_register;
8032 alias c_gtk_icon_size_register_alias  gtk_icon_size_register_alias;
8033 alias c_gtk_icon_size_from_name  gtk_icon_size_from_name;
8034 alias c_gtk_icon_size_get_name  gtk_icon_size_get_name;
8035 
8036 // gtk.RcStyle
8037 
8038 alias c_gtk_rc_scanner_new  gtk_rc_scanner_new;
8039 alias c_gtk_rc_get_style  gtk_rc_get_style;
8040 alias c_gtk_rc_get_style_by_paths  gtk_rc_get_style_by_paths;
8041 alias c_gtk_rc_add_widget_name_style  gtk_rc_add_widget_name_style;
8042 alias c_gtk_rc_add_widget_class_style  gtk_rc_add_widget_class_style;
8043 alias c_gtk_rc_add_class_style  gtk_rc_add_class_style;
8044 alias c_gtk_rc_parse  gtk_rc_parse;
8045 alias c_gtk_rc_parse_string  gtk_rc_parse_string;
8046 alias c_gtk_rc_reparse_all  gtk_rc_reparse_all;
8047 alias c_gtk_rc_reparse_all_for_settings  gtk_rc_reparse_all_for_settings;
8048 alias c_gtk_rc_reset_styles  gtk_rc_reset_styles;
8049 alias c_gtk_rc_add_default_file  gtk_rc_add_default_file;
8050 alias c_gtk_rc_get_default_files  gtk_rc_get_default_files;
8051 alias c_gtk_rc_set_default_files  gtk_rc_set_default_files;
8052 alias c_gtk_rc_parse_color  gtk_rc_parse_color;
8053 alias c_gtk_rc_parse_color_full  gtk_rc_parse_color_full;
8054 alias c_gtk_rc_parse_state  gtk_rc_parse_state;
8055 alias c_gtk_rc_parse_priority  gtk_rc_parse_priority;
8056 alias c_gtk_rc_find_module_in_path  gtk_rc_find_module_in_path;
8057 alias c_gtk_rc_find_pixmap_in_path  gtk_rc_find_pixmap_in_path;
8058 alias c_gtk_rc_get_module_dir  gtk_rc_get_module_dir;
8059 alias c_gtk_rc_get_im_module_path  gtk_rc_get_im_module_path;
8060 alias c_gtk_rc_get_im_module_file  gtk_rc_get_im_module_file;
8061 alias c_gtk_rc_get_theme_dir  gtk_rc_get_theme_dir;
8062 alias c_gtk_rc_style_new  gtk_rc_style_new;
8063 alias c_gtk_rc_style_copy  gtk_rc_style_copy;
8064 alias c_gtk_rc_style_ref  gtk_rc_style_ref;
8065 alias c_gtk_rc_style_unref  gtk_rc_style_unref;
8066 
8067 // gtk.Settings
8068 
8069 alias c_gtk_settings_get_default  gtk_settings_get_default;
8070 alias c_gtk_settings_get_for_screen  gtk_settings_get_for_screen;
8071 alias c_gtk_settings_install_property  gtk_settings_install_property;
8072 alias c_gtk_settings_install_property_parser  gtk_settings_install_property_parser;
8073 alias c_gtk_rc_property_parse_color  gtk_rc_property_parse_color;
8074 alias c_gtk_rc_property_parse_enum  gtk_rc_property_parse_enum;
8075 alias c_gtk_rc_property_parse_flags  gtk_rc_property_parse_flags;
8076 alias c_gtk_rc_property_parse_requisition  gtk_rc_property_parse_requisition;
8077 alias c_gtk_rc_property_parse_border  gtk_rc_property_parse_border;
8078 alias c_gtk_settings_set_property_value  gtk_settings_set_property_value;
8079 alias c_gtk_settings_set_string_property  gtk_settings_set_string_property;
8080 alias c_gtk_settings_set_long_property  gtk_settings_set_long_property;
8081 alias c_gtk_settings_set_double_property  gtk_settings_set_double_property;
8082 
8083 // gtk.BindingSet
8084 
8085 alias c_gtk_binding_entry_add_signall  gtk_binding_entry_add_signall;
8086 alias c_gtk_binding_entry_clear  gtk_binding_entry_clear;
8087 alias c_gtk_binding_parse_binding  gtk_binding_parse_binding;
8088 alias c_gtk_binding_set_new  gtk_binding_set_new;
8089 alias c_gtk_binding_set_by_class  gtk_binding_set_by_class;
8090 alias c_gtk_binding_set_find  gtk_binding_set_find;
8091 alias c_gtk_bindings_activate  gtk_bindings_activate;
8092 alias c_gtk_bindings_activate_event  gtk_bindings_activate_event;
8093 alias c_gtk_binding_set_activate  gtk_binding_set_activate;
8094 alias c_gtk_binding_entry_add_signal  gtk_binding_entry_add_signal;
8095 alias c_gtk_binding_entry_skip  gtk_binding_entry_skip;
8096 alias c_gtk_binding_entry_remove  gtk_binding_entry_remove;
8097 alias c_gtk_binding_set_add_path  gtk_binding_set_add_path;
8098 
8099 // gtk.StandardEnumerations
8100 
8101 
8102 // gtk.GCs
8103 
8104 alias c_gtk_gc_get  gtk_gc_get;
8105 alias c_gtk_gc_release  gtk_gc_release;
8106 
8107 // gtk.Style
8108 
8109 alias c_gtk_style_new  gtk_style_new;
8110 alias c_gtk_style_copy  gtk_style_copy;
8111 alias c_gtk_style_attach  gtk_style_attach;
8112 alias c_gtk_style_detach  gtk_style_detach;
8113 alias c_gtk_style_ref  gtk_style_ref;
8114 alias c_gtk_style_unref  gtk_style_unref;
8115 alias c_gtk_style_set_background  gtk_style_set_background;
8116 alias c_gtk_style_apply_default_background  gtk_style_apply_default_background;
8117 alias c_gtk_style_lookup_color  gtk_style_lookup_color;
8118 alias c_gtk_style_lookup_icon_set  gtk_style_lookup_icon_set;
8119 alias c_gtk_style_render_icon  gtk_style_render_icon;
8120 alias c_gtk_style_get_font  gtk_style_get_font;
8121 alias c_gtk_style_set_font  gtk_style_set_font;
8122 alias c_gtk_style_get_style_property  gtk_style_get_style_property;
8123 alias c_gtk_style_get_valist  gtk_style_get_valist;
8124 alias c_gtk_style_get  gtk_style_get;
8125 alias c_gtk_draw_hline  gtk_draw_hline;
8126 alias c_gtk_draw_vline  gtk_draw_vline;
8127 alias c_gtk_draw_shadow  gtk_draw_shadow;
8128 alias c_gtk_draw_polygon  gtk_draw_polygon;
8129 alias c_gtk_draw_arrow  gtk_draw_arrow;
8130 alias c_gtk_draw_diamond  gtk_draw_diamond;
8131 alias c_gtk_draw_string  gtk_draw_string;
8132 alias c_gtk_draw_box  gtk_draw_box;
8133 alias c_gtk_draw_box_gap  gtk_draw_box_gap;
8134 alias c_gtk_draw_check  gtk_draw_check;
8135 alias c_gtk_draw_extension  gtk_draw_extension;
8136 alias c_gtk_draw_flat_box  gtk_draw_flat_box;
8137 alias c_gtk_draw_focus  gtk_draw_focus;
8138 alias c_gtk_draw_handle  gtk_draw_handle;
8139 alias c_gtk_draw_option  gtk_draw_option;
8140 alias c_gtk_draw_shadow_gap  gtk_draw_shadow_gap;
8141 alias c_gtk_draw_slider  gtk_draw_slider;
8142 alias c_gtk_draw_tab  gtk_draw_tab;
8143 alias c_gtk_draw_expander  gtk_draw_expander;
8144 alias c_gtk_draw_layout  gtk_draw_layout;
8145 alias c_gtk_draw_resize_grip  gtk_draw_resize_grip;
8146 alias c_gtk_paint_arrow  gtk_paint_arrow;
8147 alias c_gtk_paint_box  gtk_paint_box;
8148 alias c_gtk_paint_box_gap  gtk_paint_box_gap;
8149 alias c_gtk_paint_check  gtk_paint_check;
8150 alias c_gtk_paint_diamond  gtk_paint_diamond;
8151 alias c_gtk_paint_extension  gtk_paint_extension;
8152 alias c_gtk_paint_flat_box  gtk_paint_flat_box;
8153 alias c_gtk_paint_focus  gtk_paint_focus;
8154 alias c_gtk_paint_handle  gtk_paint_handle;
8155 alias c_gtk_paint_hline  gtk_paint_hline;
8156 alias c_gtk_paint_option  gtk_paint_option;
8157 alias c_gtk_paint_polygon  gtk_paint_polygon;
8158 alias c_gtk_paint_shadow  gtk_paint_shadow;
8159 alias c_gtk_paint_shadow_gap  gtk_paint_shadow_gap;
8160 alias c_gtk_paint_slider  gtk_paint_slider;
8161 alias c_gtk_paint_spinner  gtk_paint_spinner;
8162 alias c_gtk_paint_string  gtk_paint_string;
8163 alias c_gtk_paint_tab  gtk_paint_tab;
8164 alias c_gtk_paint_vline  gtk_paint_vline;
8165 alias c_gtk_paint_expander  gtk_paint_expander;
8166 alias c_gtk_paint_layout  gtk_paint_layout;
8167 alias c_gtk_paint_resize_grip  gtk_paint_resize_grip;
8168 alias c_gtk_draw_insertion_cursor  gtk_draw_insertion_cursor;
8169 
8170 // gtk.Border
8171 
8172 alias c_gtk_border_new  gtk_border_new;
8173 alias c_gtk_border_copy  gtk_border_copy;
8174 alias c_gtk_border_free  gtk_border_free;
8175 
8176 // gtk.TargetList
8177 
8178 alias c_gtk_target_list_new  gtk_target_list_new;
8179 alias c_gtk_target_list_ref  gtk_target_list_ref;
8180 alias c_gtk_target_list_unref  gtk_target_list_unref;
8181 alias c_gtk_target_list_add  gtk_target_list_add;
8182 alias c_gtk_target_list_add_table  gtk_target_list_add_table;
8183 alias c_gtk_target_list_add_text_targets  gtk_target_list_add_text_targets;
8184 alias c_gtk_target_list_add_image_targets  gtk_target_list_add_image_targets;
8185 alias c_gtk_target_list_add_uri_targets  gtk_target_list_add_uri_targets;
8186 alias c_gtk_target_list_add_rich_text_targets  gtk_target_list_add_rich_text_targets;
8187 alias c_gtk_target_list_remove  gtk_target_list_remove;
8188 alias c_gtk_target_list_find  gtk_target_list_find;
8189 alias c_gtk_target_table_free  gtk_target_table_free;
8190 alias c_gtk_target_table_new_from_list  gtk_target_table_new_from_list;
8191 alias c_gtk_targets_include_image  gtk_targets_include_image;
8192 alias c_gtk_targets_include_text  gtk_targets_include_text;
8193 alias c_gtk_targets_include_uri  gtk_targets_include_uri;
8194 alias c_gtk_targets_include_rich_text  gtk_targets_include_rich_text;
8195 
8196 // gtk.Selections
8197 
8198 alias c_gtk_selection_owner_set  gtk_selection_owner_set;
8199 alias c_gtk_selection_owner_set_for_display  gtk_selection_owner_set_for_display;
8200 alias c_gtk_selection_add_target  gtk_selection_add_target;
8201 alias c_gtk_selection_add_targets  gtk_selection_add_targets;
8202 alias c_gtk_selection_clear_targets  gtk_selection_clear_targets;
8203 alias c_gtk_selection_convert  gtk_selection_convert;
8204 alias c_gtk_selection_data_set  gtk_selection_data_set;
8205 alias c_gtk_selection_data_set_text  gtk_selection_data_set_text;
8206 alias c_gtk_selection_data_get_text  gtk_selection_data_get_text;
8207 alias c_gtk_selection_data_set_pixbuf  gtk_selection_data_set_pixbuf;
8208 alias c_gtk_selection_data_get_pixbuf  gtk_selection_data_get_pixbuf;
8209 alias c_gtk_selection_data_set_uris  gtk_selection_data_set_uris;
8210 alias c_gtk_selection_data_get_uris  gtk_selection_data_get_uris;
8211 alias c_gtk_selection_data_get_targets  gtk_selection_data_get_targets;
8212 alias c_gtk_selection_data_targets_include_image  gtk_selection_data_targets_include_image;
8213 alias c_gtk_selection_data_targets_include_text  gtk_selection_data_targets_include_text;
8214 alias c_gtk_selection_data_targets_include_uri  gtk_selection_data_targets_include_uri;
8215 alias c_gtk_selection_data_targets_include_rich_text  gtk_selection_data_targets_include_rich_text;
8216 alias c_gtk_selection_data_get_selection  gtk_selection_data_get_selection;
8217 alias c_gtk_selection_data_get_data  gtk_selection_data_get_data;
8218 alias c_gtk_selection_data_get_length  gtk_selection_data_get_length;
8219 alias c_gtk_selection_data_get_data_type  gtk_selection_data_get_data_type;
8220 alias c_gtk_selection_data_get_display  gtk_selection_data_get_display;
8221 alias c_gtk_selection_data_get_format  gtk_selection_data_get_format;
8222 alias c_gtk_selection_data_get_target  gtk_selection_data_get_target;
8223 alias c_gtk_selection_remove_all  gtk_selection_remove_all;
8224 alias c_gtk_selection_clear  gtk_selection_clear;
8225 alias c_gtk_selection_data_copy  gtk_selection_data_copy;
8226 alias c_gtk_selection_data_free  gtk_selection_data_free;
8227 
8228 // gtk.Version
8229 
8230 alias c_gtk_check_version  gtk_check_version;
8231 
8232 // gtk.Signals
8233 
8234 alias c_gtk_signal_new  gtk_signal_new;
8235 alias c_gtk_signal_newv  gtk_signal_newv;
8236 alias c_gtk_signal_emit  gtk_signal_emit;
8237 alias c_gtk_signal_emit_by_name  gtk_signal_emit_by_name;
8238 alias c_gtk_signal_emitv  gtk_signal_emitv;
8239 alias c_gtk_signal_emitv_by_name  gtk_signal_emitv_by_name;
8240 alias c_gtk_signal_emit_stop_by_name  gtk_signal_emit_stop_by_name;
8241 alias c_gtk_signal_connect_full  gtk_signal_connect_full;
8242 alias c_gtk_signal_connect_while_alive  gtk_signal_connect_while_alive;
8243 alias c_gtk_signal_connect_object_while_alive  gtk_signal_connect_object_while_alive;
8244 
8245 // gtk.Types
8246 
8247 alias c_gtk_type_init  gtk_type_init;
8248 alias c_gtk_type_unique  gtk_type_unique;
8249 alias c_gtk_type_class  gtk_type_class;
8250 alias c_gtk_type_new  gtk_type_new;
8251 alias c_gtk_type_enum_get_values  gtk_type_enum_get_values;
8252 alias c_gtk_type_flags_get_values  gtk_type_flags_get_values;
8253 alias c_gtk_type_enum_find_value  gtk_type_enum_find_value;
8254 alias c_gtk_type_flags_find_value  gtk_type_flags_find_value;
8255 
8256 // gtk.Testing
8257 
8258 alias c_gtk_test_create_simple_window  gtk_test_create_simple_window;
8259 alias c_gtk_test_create_widget  gtk_test_create_widget;
8260 alias c_gtk_test_display_button_window  gtk_test_display_button_window;
8261 alias c_gtk_test_find_label  gtk_test_find_label;
8262 alias c_gtk_test_find_sibling  gtk_test_find_sibling;
8263 alias c_gtk_test_find_widget  gtk_test_find_widget;
8264 alias c_gtk_test_init  gtk_test_init;
8265 alias c_gtk_test_list_all_types  gtk_test_list_all_types;
8266 alias c_gtk_test_register_all_types  gtk_test_register_all_types;
8267 alias c_gtk_test_slider_get_value  gtk_test_slider_get_value;
8268 alias c_gtk_test_slider_set_perc  gtk_test_slider_set_perc;
8269 alias c_gtk_test_spin_button_click  gtk_test_spin_button_click;
8270 alias c_gtk_test_text_get  gtk_test_text_get;
8271 alias c_gtk_test_text_set  gtk_test_text_set;
8272 alias c_gtk_test_widget_click  gtk_test_widget_click;
8273 alias c_gtk_test_widget_send_key  gtk_test_widget_send_key;
8274 
8275 // gtk.MountOperation
8276 
8277 alias c_gtk_mount_operation_new  gtk_mount_operation_new;
8278 alias c_gtk_mount_operation_is_showing  gtk_mount_operation_is_showing;
8279 alias c_gtk_mount_operation_set_parent  gtk_mount_operation_set_parent;
8280 alias c_gtk_mount_operation_get_parent  gtk_mount_operation_get_parent;
8281 alias c_gtk_mount_operation_set_screen  gtk_mount_operation_set_screen;
8282 alias c_gtk_mount_operation_get_screen  gtk_mount_operation_get_screen;
8283 alias c_gtk_show_uri  gtk_show_uri;
8284 
8285 // gtk.Dialog
8286 
8287 alias c_gtk_dialog_new  gtk_dialog_new;
8288 alias c_gtk_dialog_new_with_buttons  gtk_dialog_new_with_buttons;
8289 alias c_gtk_dialog_run  gtk_dialog_run;
8290 alias c_gtk_dialog_response  gtk_dialog_response;
8291 alias c_gtk_dialog_add_button  gtk_dialog_add_button;
8292 alias c_gtk_dialog_add_buttons  gtk_dialog_add_buttons;
8293 alias c_gtk_dialog_add_action_widget  gtk_dialog_add_action_widget;
8294 alias c_gtk_dialog_get_has_separator  gtk_dialog_get_has_separator;
8295 alias c_gtk_dialog_set_default_response  gtk_dialog_set_default_response;
8296 alias c_gtk_dialog_set_has_separator  gtk_dialog_set_has_separator;
8297 alias c_gtk_dialog_set_response_sensitive  gtk_dialog_set_response_sensitive;
8298 alias c_gtk_dialog_get_response_for_widget  gtk_dialog_get_response_for_widget;
8299 alias c_gtk_dialog_get_widget_for_response  gtk_dialog_get_widget_for_response;
8300 alias c_gtk_dialog_get_action_area  gtk_dialog_get_action_area;
8301 alias c_gtk_dialog_get_content_area  gtk_dialog_get_content_area;
8302 alias c_gtk_alternative_dialog_button_order  gtk_alternative_dialog_button_order;
8303 alias c_gtk_dialog_set_alternative_button_order  gtk_dialog_set_alternative_button_order;
8304 alias c_gtk_dialog_set_alternative_button_order_from_array  gtk_dialog_set_alternative_button_order_from_array;
8305 
8306 // gtk.Invisible
8307 
8308 alias c_gtk_invisible_new  gtk_invisible_new;
8309 alias c_gtk_invisible_new_for_screen  gtk_invisible_new_for_screen;
8310 alias c_gtk_invisible_set_screen  gtk_invisible_set_screen;
8311 alias c_gtk_invisible_get_screen  gtk_invisible_get_screen;
8312 
8313 // gtk.MessageDialog
8314 
8315 alias c_gtk_message_dialog_new  gtk_message_dialog_new;
8316 alias c_gtk_message_dialog_new_with_markup  gtk_message_dialog_new_with_markup;
8317 alias c_gtk_message_dialog_set_markup  gtk_message_dialog_set_markup;
8318 alias c_gtk_message_dialog_set_image  gtk_message_dialog_set_image;
8319 alias c_gtk_message_dialog_get_image  gtk_message_dialog_get_image;
8320 alias c_gtk_message_dialog_get_message_area  gtk_message_dialog_get_message_area;
8321 alias c_gtk_message_dialog_format_secondary_text  gtk_message_dialog_format_secondary_text;
8322 alias c_gtk_message_dialog_format_secondary_markup  gtk_message_dialog_format_secondary_markup;
8323 
8324 // gtk.PopupBox
8325 
8326 
8327 // gtk.Window
8328 
8329 alias c_gtk_window_set_default_icon_from_file  gtk_window_set_default_icon_from_file;
8330 alias c_gtk_window_set_icon_from_file  gtk_window_set_icon_from_file;
8331 alias c_gtk_window_new  gtk_window_new;
8332 alias c_gtk_window_set_title  gtk_window_set_title;
8333 alias c_gtk_window_set_wmclass  gtk_window_set_wmclass;
8334 alias c_gtk_window_set_policy  gtk_window_set_policy;
8335 alias c_gtk_window_set_resizable  gtk_window_set_resizable;
8336 alias c_gtk_window_get_resizable  gtk_window_get_resizable;
8337 alias c_gtk_window_add_accel_group  gtk_window_add_accel_group;
8338 alias c_gtk_window_remove_accel_group  gtk_window_remove_accel_group;
8339 alias c_gtk_window_activate_focus  gtk_window_activate_focus;
8340 alias c_gtk_window_activate_default  gtk_window_activate_default;
8341 alias c_gtk_window_set_modal  gtk_window_set_modal;
8342 alias c_gtk_window_set_default_size  gtk_window_set_default_size;
8343 alias c_gtk_window_set_geometry_hints  gtk_window_set_geometry_hints;
8344 alias c_gtk_window_set_gravity  gtk_window_set_gravity;
8345 alias c_gtk_window_get_gravity  gtk_window_get_gravity;
8346 alias c_gtk_window_set_position  gtk_window_set_position;
8347 alias c_gtk_window_set_transient_for  gtk_window_set_transient_for;
8348 alias c_gtk_window_set_destroy_with_parent  gtk_window_set_destroy_with_parent;
8349 alias c_gtk_window_set_screen  gtk_window_set_screen;
8350 alias c_gtk_window_get_screen  gtk_window_get_screen;
8351 alias c_gtk_window_is_active  gtk_window_is_active;
8352 alias c_gtk_window_has_toplevel_focus  gtk_window_has_toplevel_focus;
8353 alias c_gtk_window_list_toplevels  gtk_window_list_toplevels;
8354 alias c_gtk_window_add_mnemonic  gtk_window_add_mnemonic;
8355 alias c_gtk_window_remove_mnemonic  gtk_window_remove_mnemonic;
8356 alias c_gtk_window_mnemonic_activate  gtk_window_mnemonic_activate;
8357 alias c_gtk_window_activate_key  gtk_window_activate_key;
8358 alias c_gtk_window_propagate_key_event  gtk_window_propagate_key_event;
8359 alias c_gtk_window_get_focus  gtk_window_get_focus;
8360 alias c_gtk_window_set_focus  gtk_window_set_focus;
8361 alias c_gtk_window_get_default_widget  gtk_window_get_default_widget;
8362 alias c_gtk_window_set_default  gtk_window_set_default;
8363 alias c_gtk_window_present  gtk_window_present;
8364 alias c_gtk_window_present_with_time  gtk_window_present_with_time;
8365 alias c_gtk_window_iconify  gtk_window_iconify;
8366 alias c_gtk_window_deiconify  gtk_window_deiconify;
8367 alias c_gtk_window_stick  gtk_window_stick;
8368 alias c_gtk_window_unstick  gtk_window_unstick;
8369 alias c_gtk_window_maximize  gtk_window_maximize;
8370 alias c_gtk_window_unmaximize  gtk_window_unmaximize;
8371 alias c_gtk_window_fullscreen  gtk_window_fullscreen;
8372 alias c_gtk_window_unfullscreen  gtk_window_unfullscreen;
8373 alias c_gtk_window_set_keep_above  gtk_window_set_keep_above;
8374 alias c_gtk_window_set_keep_below  gtk_window_set_keep_below;
8375 alias c_gtk_window_begin_resize_drag  gtk_window_begin_resize_drag;
8376 alias c_gtk_window_begin_move_drag  gtk_window_begin_move_drag;
8377 alias c_gtk_window_set_decorated  gtk_window_set_decorated;
8378 alias c_gtk_window_set_deletable  gtk_window_set_deletable;
8379 alias c_gtk_window_set_frame_dimensions  gtk_window_set_frame_dimensions;
8380 alias c_gtk_window_set_has_frame  gtk_window_set_has_frame;
8381 alias c_gtk_window_set_mnemonic_modifier  gtk_window_set_mnemonic_modifier;
8382 alias c_gtk_window_set_type_hint  gtk_window_set_type_hint;
8383 alias c_gtk_window_set_skip_taskbar_hint  gtk_window_set_skip_taskbar_hint;
8384 alias c_gtk_window_set_skip_pager_hint  gtk_window_set_skip_pager_hint;
8385 alias c_gtk_window_set_urgency_hint  gtk_window_set_urgency_hint;
8386 alias c_gtk_window_set_accept_focus  gtk_window_set_accept_focus;
8387 alias c_gtk_window_set_focus_on_map  gtk_window_set_focus_on_map;
8388 alias c_gtk_window_set_startup_id  gtk_window_set_startup_id;
8389 alias c_gtk_window_set_role  gtk_window_set_role;
8390 alias c_gtk_window_get_decorated  gtk_window_get_decorated;
8391 alias c_gtk_window_get_deletable  gtk_window_get_deletable;
8392 alias c_gtk_window_get_default_icon_list  gtk_window_get_default_icon_list;
8393 alias c_gtk_window_get_default_icon_name  gtk_window_get_default_icon_name;
8394 alias c_gtk_window_get_default_size  gtk_window_get_default_size;
8395 alias c_gtk_window_get_destroy_with_parent  gtk_window_get_destroy_with_parent;
8396 alias c_gtk_window_get_frame_dimensions  gtk_window_get_frame_dimensions;
8397 alias c_gtk_window_get_has_frame  gtk_window_get_has_frame;
8398 alias c_gtk_window_get_icon  gtk_window_get_icon;
8399 alias c_gtk_window_get_icon_list  gtk_window_get_icon_list;
8400 alias c_gtk_window_get_icon_name  gtk_window_get_icon_name;
8401 alias c_gtk_window_get_mnemonic_modifier  gtk_window_get_mnemonic_modifier;
8402 alias c_gtk_window_get_modal  gtk_window_get_modal;
8403 alias c_gtk_window_get_position  gtk_window_get_position;
8404 alias c_gtk_window_get_role  gtk_window_get_role;
8405 alias c_gtk_window_get_size  gtk_window_get_size;
8406 alias c_gtk_window_get_title  gtk_window_get_title;
8407 alias c_gtk_window_get_transient_for  gtk_window_get_transient_for;
8408 alias c_gtk_window_get_type_hint  gtk_window_get_type_hint;
8409 alias c_gtk_window_get_skip_taskbar_hint  gtk_window_get_skip_taskbar_hint;
8410 alias c_gtk_window_get_skip_pager_hint  gtk_window_get_skip_pager_hint;
8411 alias c_gtk_window_get_urgency_hint  gtk_window_get_urgency_hint;
8412 alias c_gtk_window_get_accept_focus  gtk_window_get_accept_focus;
8413 alias c_gtk_window_get_focus_on_map  gtk_window_get_focus_on_map;
8414 alias c_gtk_window_get_group  gtk_window_get_group;
8415 alias c_gtk_window_has_group  gtk_window_has_group;
8416 alias c_gtk_window_get_window_type  gtk_window_get_window_type;
8417 alias c_gtk_window_move  gtk_window_move;
8418 alias c_gtk_window_parse_geometry  gtk_window_parse_geometry;
8419 alias c_gtk_window_reshow_with_initial_size  gtk_window_reshow_with_initial_size;
8420 alias c_gtk_window_resize  gtk_window_resize;
8421 alias c_gtk_window_set_default_icon_list  gtk_window_set_default_icon_list;
8422 alias c_gtk_window_set_default_icon  gtk_window_set_default_icon;
8423 alias c_gtk_window_set_default_icon_name  gtk_window_set_default_icon_name;
8424 alias c_gtk_window_set_icon  gtk_window_set_icon;
8425 alias c_gtk_window_set_icon_list  gtk_window_set_icon_list;
8426 alias c_gtk_window_set_icon_name  gtk_window_set_icon_name;
8427 alias c_gtk_window_set_auto_startup_notification  gtk_window_set_auto_startup_notification;
8428 alias c_gtk_window_get_opacity  gtk_window_get_opacity;
8429 alias c_gtk_window_set_opacity  gtk_window_set_opacity;
8430 alias c_gtk_window_get_mnemonics_visible  gtk_window_get_mnemonics_visible;
8431 alias c_gtk_window_set_mnemonics_visible  gtk_window_set_mnemonics_visible;
8432 
8433 // gtk.
8434 
8435 
8436 // gtk.WindowGroup
8437 
8438 alias c_gtk_window_group_new  gtk_window_group_new;
8439 alias c_gtk_window_group_add_window  gtk_window_group_add_window;
8440 alias c_gtk_window_group_remove_window  gtk_window_group_remove_window;
8441 alias c_gtk_window_group_list_windows  gtk_window_group_list_windows;
8442 alias c_gtk_window_group_get_current_grab  gtk_window_group_get_current_grab;
8443 
8444 // gtk.AboutDialog
8445 
8446 alias c_gtk_about_dialog_new  gtk_about_dialog_new;
8447 alias c_gtk_about_dialog_get_name  gtk_about_dialog_get_name;
8448 alias c_gtk_about_dialog_set_name  gtk_about_dialog_set_name;
8449 alias c_gtk_about_dialog_get_program_name  gtk_about_dialog_get_program_name;
8450 alias c_gtk_about_dialog_set_program_name  gtk_about_dialog_set_program_name;
8451 alias c_gtk_about_dialog_get_version  gtk_about_dialog_get_version;
8452 alias c_gtk_about_dialog_set_version  gtk_about_dialog_set_version;
8453 alias c_gtk_about_dialog_get_copyright  gtk_about_dialog_get_copyright;
8454 alias c_gtk_about_dialog_set_copyright  gtk_about_dialog_set_copyright;
8455 alias c_gtk_about_dialog_get_comments  gtk_about_dialog_get_comments;
8456 alias c_gtk_about_dialog_set_comments  gtk_about_dialog_set_comments;
8457 alias c_gtk_about_dialog_get_license  gtk_about_dialog_get_license;
8458 alias c_gtk_about_dialog_set_license  gtk_about_dialog_set_license;
8459 alias c_gtk_about_dialog_get_wrap_license  gtk_about_dialog_get_wrap_license;
8460 alias c_gtk_about_dialog_set_wrap_license  gtk_about_dialog_set_wrap_license;
8461 alias c_gtk_about_dialog_get_website  gtk_about_dialog_get_website;
8462 alias c_gtk_about_dialog_set_website  gtk_about_dialog_set_website;
8463 alias c_gtk_about_dialog_get_website_label  gtk_about_dialog_get_website_label;
8464 alias c_gtk_about_dialog_set_website_label  gtk_about_dialog_set_website_label;
8465 alias c_gtk_about_dialog_get_authors  gtk_about_dialog_get_authors;
8466 alias c_gtk_about_dialog_set_authors  gtk_about_dialog_set_authors;
8467 alias c_gtk_about_dialog_get_artists  gtk_about_dialog_get_artists;
8468 alias c_gtk_about_dialog_set_artists  gtk_about_dialog_set_artists;
8469 alias c_gtk_about_dialog_get_documenters  gtk_about_dialog_get_documenters;
8470 alias c_gtk_about_dialog_set_documenters  gtk_about_dialog_set_documenters;
8471 alias c_gtk_about_dialog_get_translator_credits  gtk_about_dialog_get_translator_credits;
8472 alias c_gtk_about_dialog_set_translator_credits  gtk_about_dialog_set_translator_credits;
8473 alias c_gtk_about_dialog_get_logo  gtk_about_dialog_get_logo;
8474 alias c_gtk_about_dialog_set_logo  gtk_about_dialog_set_logo;
8475 alias c_gtk_about_dialog_get_logo_icon_name  gtk_about_dialog_get_logo_icon_name;
8476 alias c_gtk_about_dialog_set_logo_icon_name  gtk_about_dialog_set_logo_icon_name;
8477 alias c_gtk_about_dialog_set_email_hook  gtk_about_dialog_set_email_hook;
8478 alias c_gtk_about_dialog_set_url_hook  gtk_about_dialog_set_url_hook;
8479 alias c_gtk_show_about_dialog  gtk_show_about_dialog;
8480 
8481 // gtk.Assistant
8482 
8483 alias c_gtk_assistant_new  gtk_assistant_new;
8484 alias c_gtk_assistant_get_current_page  gtk_assistant_get_current_page;
8485 alias c_gtk_assistant_set_current_page  gtk_assistant_set_current_page;
8486 alias c_gtk_assistant_get_n_pages  gtk_assistant_get_n_pages;
8487 alias c_gtk_assistant_get_nth_page  gtk_assistant_get_nth_page;
8488 alias c_gtk_assistant_prepend_page  gtk_assistant_prepend_page;
8489 alias c_gtk_assistant_append_page  gtk_assistant_append_page;
8490 alias c_gtk_assistant_insert_page  gtk_assistant_insert_page;
8491 alias c_gtk_assistant_set_forward_page_func  gtk_assistant_set_forward_page_func;
8492 alias c_gtk_assistant_set_page_type  gtk_assistant_set_page_type;
8493 alias c_gtk_assistant_get_page_type  gtk_assistant_get_page_type;
8494 alias c_gtk_assistant_set_page_title  gtk_assistant_set_page_title;
8495 alias c_gtk_assistant_get_page_title  gtk_assistant_get_page_title;
8496 alias c_gtk_assistant_set_page_header_image  gtk_assistant_set_page_header_image;
8497 alias c_gtk_assistant_get_page_header_image  gtk_assistant_get_page_header_image;
8498 alias c_gtk_assistant_set_page_side_image  gtk_assistant_set_page_side_image;
8499 alias c_gtk_assistant_get_page_side_image  gtk_assistant_get_page_side_image;
8500 alias c_gtk_assistant_set_page_complete  gtk_assistant_set_page_complete;
8501 alias c_gtk_assistant_get_page_complete  gtk_assistant_get_page_complete;
8502 alias c_gtk_assistant_add_action_widget  gtk_assistant_add_action_widget;
8503 alias c_gtk_assistant_remove_action_widget  gtk_assistant_remove_action_widget;
8504 alias c_gtk_assistant_update_buttons_state  gtk_assistant_update_buttons_state;
8505 alias c_gtk_assistant_commit  gtk_assistant_commit;
8506 
8507 // gtk.OffscreenWindow
8508 
8509 alias c_gtk_offscreen_window_new  gtk_offscreen_window_new;
8510 alias c_gtk_offscreen_window_get_pixmap  gtk_offscreen_window_get_pixmap;
8511 alias c_gtk_offscreen_window_get_pixbuf  gtk_offscreen_window_get_pixbuf;
8512 
8513 // gtk.AccelLabel
8514 
8515 alias c_gtk_accel_label_new  gtk_accel_label_new;
8516 alias c_gtk_accel_label_set_accel_closure  gtk_accel_label_set_accel_closure;
8517 alias c_gtk_accel_label_get_accel_widget  gtk_accel_label_get_accel_widget;
8518 alias c_gtk_accel_label_set_accel_widget  gtk_accel_label_set_accel_widget;
8519 alias c_gtk_accel_label_get_accel_width  gtk_accel_label_get_accel_width;
8520 alias c_gtk_accel_label_refetch  gtk_accel_label_refetch;
8521 
8522 // gtk.Image
8523 
8524 alias c_gtk_image_get_icon_set  gtk_image_get_icon_set;
8525 alias c_gtk_image_get_image  gtk_image_get_image;
8526 alias c_gtk_image_get_pixbuf  gtk_image_get_pixbuf;
8527 alias c_gtk_image_get_pixmap  gtk_image_get_pixmap;
8528 alias c_gtk_image_get_stock  gtk_image_get_stock;
8529 alias c_gtk_image_get_animation  gtk_image_get_animation;
8530 alias c_gtk_image_get_icon_name  gtk_image_get_icon_name;
8531 alias c_gtk_image_get_gicon  gtk_image_get_gicon;
8532 alias c_gtk_image_get_storage_type  gtk_image_get_storage_type;
8533 alias c_gtk_image_new_from_file  gtk_image_new_from_file;
8534 alias c_gtk_image_new_from_icon_set  gtk_image_new_from_icon_set;
8535 alias c_gtk_image_new_from_image  gtk_image_new_from_image;
8536 alias c_gtk_image_new_from_pixbuf  gtk_image_new_from_pixbuf;
8537 alias c_gtk_image_new_from_pixmap  gtk_image_new_from_pixmap;
8538 alias c_gtk_image_new_from_stock  gtk_image_new_from_stock;
8539 alias c_gtk_image_new_from_animation  gtk_image_new_from_animation;
8540 alias c_gtk_image_new_from_icon_name  gtk_image_new_from_icon_name;
8541 alias c_gtk_image_new_from_gicon  gtk_image_new_from_gicon;
8542 alias c_gtk_image_set_from_file  gtk_image_set_from_file;
8543 alias c_gtk_image_set_from_icon_set  gtk_image_set_from_icon_set;
8544 alias c_gtk_image_set_from_image  gtk_image_set_from_image;
8545 alias c_gtk_image_set_from_pixbuf  gtk_image_set_from_pixbuf;
8546 alias c_gtk_image_set_from_pixmap  gtk_image_set_from_pixmap;
8547 alias c_gtk_image_set_from_stock  gtk_image_set_from_stock;
8548 alias c_gtk_image_set_from_animation  gtk_image_set_from_animation;
8549 alias c_gtk_image_set_from_icon_name  gtk_image_set_from_icon_name;
8550 alias c_gtk_image_set_from_gicon  gtk_image_set_from_gicon;
8551 alias c_gtk_image_clear  gtk_image_clear;
8552 alias c_gtk_image_new  gtk_image_new;
8553 alias c_gtk_image_set  gtk_image_set;
8554 alias c_gtk_image_get  gtk_image_get;
8555 alias c_gtk_image_set_pixel_size  gtk_image_set_pixel_size;
8556 alias c_gtk_image_get_pixel_size  gtk_image_get_pixel_size;
8557 
8558 // gtk.Label
8559 
8560 alias c_gtk_label_new  gtk_label_new;
8561 alias c_gtk_label_set_text  gtk_label_set_text;
8562 alias c_gtk_label_set_attributes  gtk_label_set_attributes;
8563 alias c_gtk_label_set_markup  gtk_label_set_markup;
8564 alias c_gtk_label_set_markup_with_mnemonic  gtk_label_set_markup_with_mnemonic;
8565 alias c_gtk_label_set_pattern  gtk_label_set_pattern;
8566 alias c_gtk_label_set_justify  gtk_label_set_justify;
8567 alias c_gtk_label_set_ellipsize  gtk_label_set_ellipsize;
8568 alias c_gtk_label_set_width_chars  gtk_label_set_width_chars;
8569 alias c_gtk_label_set_max_width_chars  gtk_label_set_max_width_chars;
8570 alias c_gtk_label_get  gtk_label_get;
8571 alias c_gtk_label_parse_uline  gtk_label_parse_uline;
8572 alias c_gtk_label_set_line_wrap  gtk_label_set_line_wrap;
8573 alias c_gtk_label_set_line_wrap_mode  gtk_label_set_line_wrap_mode;
8574 alias c_gtk_label_get_layout_offsets  gtk_label_get_layout_offsets;
8575 alias c_gtk_label_get_mnemonic_keyval  gtk_label_get_mnemonic_keyval;
8576 alias c_gtk_label_get_selectable  gtk_label_get_selectable;
8577 alias c_gtk_label_get_text  gtk_label_get_text;
8578 alias c_gtk_label_new_with_mnemonic  gtk_label_new_with_mnemonic;
8579 alias c_gtk_label_select_region  gtk_label_select_region;
8580 alias c_gtk_label_set_mnemonic_widget  gtk_label_set_mnemonic_widget;
8581 alias c_gtk_label_set_selectable  gtk_label_set_selectable;
8582 alias c_gtk_label_set_text_with_mnemonic  gtk_label_set_text_with_mnemonic;
8583 alias c_gtk_label_get_attributes  gtk_label_get_attributes;
8584 alias c_gtk_label_get_justify  gtk_label_get_justify;
8585 alias c_gtk_label_get_ellipsize  gtk_label_get_ellipsize;
8586 alias c_gtk_label_get_width_chars  gtk_label_get_width_chars;
8587 alias c_gtk_label_get_max_width_chars  gtk_label_get_max_width_chars;
8588 alias c_gtk_label_get_label  gtk_label_get_label;
8589 alias c_gtk_label_get_layout  gtk_label_get_layout;
8590 alias c_gtk_label_get_line_wrap  gtk_label_get_line_wrap;
8591 alias c_gtk_label_get_line_wrap_mode  gtk_label_get_line_wrap_mode;
8592 alias c_gtk_label_get_mnemonic_widget  gtk_label_get_mnemonic_widget;
8593 alias c_gtk_label_get_selection_bounds  gtk_label_get_selection_bounds;
8594 alias c_gtk_label_get_use_markup  gtk_label_get_use_markup;
8595 alias c_gtk_label_get_use_underline  gtk_label_get_use_underline;
8596 alias c_gtk_label_get_single_line_mode  gtk_label_get_single_line_mode;
8597 alias c_gtk_label_get_angle  gtk_label_get_angle;
8598 alias c_gtk_label_set_label  gtk_label_set_label;
8599 alias c_gtk_label_set_use_markup  gtk_label_set_use_markup;
8600 alias c_gtk_label_set_use_underline  gtk_label_set_use_underline;
8601 alias c_gtk_label_set_single_line_mode  gtk_label_set_single_line_mode;
8602 alias c_gtk_label_set_angle  gtk_label_set_angle;
8603 alias c_gtk_label_get_current_uri  gtk_label_get_current_uri;
8604 alias c_gtk_label_set_track_visited_links  gtk_label_set_track_visited_links;
8605 alias c_gtk_label_get_track_visited_links  gtk_label_get_track_visited_links;
8606 
8607 // gtk.ProgressBar
8608 
8609 alias c_gtk_progress_bar_new  gtk_progress_bar_new;
8610 alias c_gtk_progress_bar_pulse  gtk_progress_bar_pulse;
8611 alias c_gtk_progress_bar_set_text  gtk_progress_bar_set_text;
8612 alias c_gtk_progress_bar_set_fraction  gtk_progress_bar_set_fraction;
8613 alias c_gtk_progress_bar_set_pulse_step  gtk_progress_bar_set_pulse_step;
8614 alias c_gtk_progress_bar_set_orientation  gtk_progress_bar_set_orientation;
8615 alias c_gtk_progress_bar_set_ellipsize  gtk_progress_bar_set_ellipsize;
8616 alias c_gtk_progress_bar_get_text  gtk_progress_bar_get_text;
8617 alias c_gtk_progress_bar_get_fraction  gtk_progress_bar_get_fraction;
8618 alias c_gtk_progress_bar_get_pulse_step  gtk_progress_bar_get_pulse_step;
8619 alias c_gtk_progress_bar_get_orientation  gtk_progress_bar_get_orientation;
8620 alias c_gtk_progress_bar_get_ellipsize  gtk_progress_bar_get_ellipsize;
8621 alias c_gtk_progress_bar_new_with_adjustment  gtk_progress_bar_new_with_adjustment;
8622 alias c_gtk_progress_bar_set_bar_style  gtk_progress_bar_set_bar_style;
8623 alias c_gtk_progress_bar_set_discrete_blocks  gtk_progress_bar_set_discrete_blocks;
8624 alias c_gtk_progress_bar_set_activity_step  gtk_progress_bar_set_activity_step;
8625 alias c_gtk_progress_bar_set_activity_blocks  gtk_progress_bar_set_activity_blocks;
8626 alias c_gtk_progress_bar_update  gtk_progress_bar_update;
8627 
8628 // gtk.Statusbar
8629 
8630 alias c_gtk_statusbar_new  gtk_statusbar_new;
8631 alias c_gtk_statusbar_get_context_id  gtk_statusbar_get_context_id;
8632 alias c_gtk_statusbar_push  gtk_statusbar_push;
8633 alias c_gtk_statusbar_pop  gtk_statusbar_pop;
8634 alias c_gtk_statusbar_remove  gtk_statusbar_remove;
8635 alias c_gtk_statusbar_remove_all  gtk_statusbar_remove_all;
8636 alias c_gtk_statusbar_set_has_resize_grip  gtk_statusbar_set_has_resize_grip;
8637 alias c_gtk_statusbar_get_has_resize_grip  gtk_statusbar_get_has_resize_grip;
8638 alias c_gtk_statusbar_get_message_area  gtk_statusbar_get_message_area;
8639 
8640 // gtk.InfoBar
8641 
8642 alias c_gtk_info_bar_new  gtk_info_bar_new;
8643 alias c_gtk_info_bar_new_with_buttons  gtk_info_bar_new_with_buttons;
8644 alias c_gtk_info_bar_add_action_widget  gtk_info_bar_add_action_widget;
8645 alias c_gtk_info_bar_add_button  gtk_info_bar_add_button;
8646 alias c_gtk_info_bar_add_buttons  gtk_info_bar_add_buttons;
8647 alias c_gtk_info_bar_set_response_sensitive  gtk_info_bar_set_response_sensitive;
8648 alias c_gtk_info_bar_set_default_response  gtk_info_bar_set_default_response;
8649 alias c_gtk_info_bar_response  gtk_info_bar_response;
8650 alias c_gtk_info_bar_set_message_type  gtk_info_bar_set_message_type;
8651 alias c_gtk_info_bar_get_message_type  gtk_info_bar_get_message_type;
8652 alias c_gtk_info_bar_get_action_area  gtk_info_bar_get_action_area;
8653 alias c_gtk_info_bar_get_content_area  gtk_info_bar_get_content_area;
8654 
8655 // gtk.StatusIcon
8656 
8657 alias c_gtk_status_icon_new  gtk_status_icon_new;
8658 alias c_gtk_status_icon_new_from_pixbuf  gtk_status_icon_new_from_pixbuf;
8659 alias c_gtk_status_icon_new_from_file  gtk_status_icon_new_from_file;
8660 alias c_gtk_status_icon_new_from_stock  gtk_status_icon_new_from_stock;
8661 alias c_gtk_status_icon_new_from_icon_name  gtk_status_icon_new_from_icon_name;
8662 alias c_gtk_status_icon_new_from_gicon  gtk_status_icon_new_from_gicon;
8663 alias c_gtk_status_icon_set_from_pixbuf  gtk_status_icon_set_from_pixbuf;
8664 alias c_gtk_status_icon_set_from_file  gtk_status_icon_set_from_file;
8665 alias c_gtk_status_icon_set_from_stock  gtk_status_icon_set_from_stock;
8666 alias c_gtk_status_icon_set_from_icon_name  gtk_status_icon_set_from_icon_name;
8667 alias c_gtk_status_icon_set_from_gicon  gtk_status_icon_set_from_gicon;
8668 alias c_gtk_status_icon_get_storage_type  gtk_status_icon_get_storage_type;
8669 alias c_gtk_status_icon_get_pixbuf  gtk_status_icon_get_pixbuf;
8670 alias c_gtk_status_icon_get_stock  gtk_status_icon_get_stock;
8671 alias c_gtk_status_icon_get_icon_name  gtk_status_icon_get_icon_name;
8672 alias c_gtk_status_icon_get_gicon  gtk_status_icon_get_gicon;
8673 alias c_gtk_status_icon_get_size  gtk_status_icon_get_size;
8674 alias c_gtk_status_icon_set_screen  gtk_status_icon_set_screen;
8675 alias c_gtk_status_icon_get_screen  gtk_status_icon_get_screen;
8676 alias c_gtk_status_icon_set_tooltip  gtk_status_icon_set_tooltip;
8677 alias c_gtk_status_icon_set_tooltip_text  gtk_status_icon_set_tooltip_text;
8678 alias c_gtk_status_icon_get_tooltip_text  gtk_status_icon_get_tooltip_text;
8679 alias c_gtk_status_icon_set_tooltip_markup  gtk_status_icon_set_tooltip_markup;
8680 alias c_gtk_status_icon_get_tooltip_markup  gtk_status_icon_get_tooltip_markup;
8681 alias c_gtk_status_icon_set_has_tooltip  gtk_status_icon_set_has_tooltip;
8682 alias c_gtk_status_icon_get_has_tooltip  gtk_status_icon_get_has_tooltip;
8683 alias c_gtk_status_icon_set_title  gtk_status_icon_set_title;
8684 alias c_gtk_status_icon_get_title  gtk_status_icon_get_title;
8685 alias c_gtk_status_icon_set_name  gtk_status_icon_set_name;
8686 alias c_gtk_status_icon_set_visible  gtk_status_icon_set_visible;
8687 alias c_gtk_status_icon_get_visible  gtk_status_icon_get_visible;
8688 alias c_gtk_status_icon_set_blinking  gtk_status_icon_set_blinking;
8689 alias c_gtk_status_icon_get_blinking  gtk_status_icon_get_blinking;
8690 alias c_gtk_status_icon_is_embedded  gtk_status_icon_is_embedded;
8691 alias c_gtk_status_icon_position_menu  gtk_status_icon_position_menu;
8692 alias c_gtk_status_icon_get_geometry  gtk_status_icon_get_geometry;
8693 alias c_gtk_status_icon_get_x11_window_id  gtk_status_icon_get_x11_window_id;
8694 
8695 // gtk.Spinner
8696 
8697 alias c_gtk_spinner_new  gtk_spinner_new;
8698 alias c_gtk_spinner_start  gtk_spinner_start;
8699 alias c_gtk_spinner_stop  gtk_spinner_stop;
8700 
8701 // gtk.Button
8702 
8703 alias c_gtk_button_new  gtk_button_new;
8704 alias c_gtk_button_new_with_label  gtk_button_new_with_label;
8705 alias c_gtk_button_new_with_mnemonic  gtk_button_new_with_mnemonic;
8706 alias c_gtk_button_new_from_stock  gtk_button_new_from_stock;
8707 alias c_gtk_button_pressed  gtk_button_pressed;
8708 alias c_gtk_button_released  gtk_button_released;
8709 alias c_gtk_button_clicked  gtk_button_clicked;
8710 alias c_gtk_button_enter  gtk_button_enter;
8711 alias c_gtk_button_leave  gtk_button_leave;
8712 alias c_gtk_button_set_relief  gtk_button_set_relief;
8713 alias c_gtk_button_get_relief  gtk_button_get_relief;
8714 alias c_gtk_button_get_label  gtk_button_get_label;
8715 alias c_gtk_button_set_label  gtk_button_set_label;
8716 alias c_gtk_button_get_use_stock  gtk_button_get_use_stock;
8717 alias c_gtk_button_set_use_stock  gtk_button_set_use_stock;
8718 alias c_gtk_button_get_use_underline  gtk_button_get_use_underline;
8719 alias c_gtk_button_set_use_underline  gtk_button_set_use_underline;
8720 alias c_gtk_button_set_focus_on_click  gtk_button_set_focus_on_click;
8721 alias c_gtk_button_get_focus_on_click  gtk_button_get_focus_on_click;
8722 alias c_gtk_button_set_alignment  gtk_button_set_alignment;
8723 alias c_gtk_button_get_alignment  gtk_button_get_alignment;
8724 alias c_gtk_button_set_image  gtk_button_set_image;
8725 alias c_gtk_button_get_image  gtk_button_get_image;
8726 alias c_gtk_button_set_image_position  gtk_button_set_image_position;
8727 alias c_gtk_button_get_image_position  gtk_button_get_image_position;
8728 alias c_gtk_button_get_event_window  gtk_button_get_event_window;
8729 
8730 // gtk.CheckButton
8731 
8732 alias c_gtk_check_button_new  gtk_check_button_new;
8733 alias c_gtk_check_button_new_with_label  gtk_check_button_new_with_label;
8734 alias c_gtk_check_button_new_with_mnemonic  gtk_check_button_new_with_mnemonic;
8735 
8736 // gtk.RadioButton
8737 
8738 alias c_gtk_radio_button_new  gtk_radio_button_new;
8739 alias c_gtk_radio_button_new_from_widget  gtk_radio_button_new_from_widget;
8740 alias c_gtk_radio_button_new_with_label  gtk_radio_button_new_with_label;
8741 alias c_gtk_radio_button_new_with_label_from_widget  gtk_radio_button_new_with_label_from_widget;
8742 alias c_gtk_radio_button_new_with_mnemonic  gtk_radio_button_new_with_mnemonic;
8743 alias c_gtk_radio_button_new_with_mnemonic_from_widget  gtk_radio_button_new_with_mnemonic_from_widget;
8744 alias c_gtk_radio_button_set_group  gtk_radio_button_set_group;
8745 alias c_gtk_radio_button_get_group  gtk_radio_button_get_group;
8746 
8747 // gtk.ToggleButton
8748 
8749 alias c_gtk_toggle_button_new  gtk_toggle_button_new;
8750 alias c_gtk_toggle_button_new_with_label  gtk_toggle_button_new_with_label;
8751 alias c_gtk_toggle_button_new_with_mnemonic  gtk_toggle_button_new_with_mnemonic;
8752 alias c_gtk_toggle_button_set_mode  gtk_toggle_button_set_mode;
8753 alias c_gtk_toggle_button_get_mode  gtk_toggle_button_get_mode;
8754 alias c_gtk_toggle_button_toggled  gtk_toggle_button_toggled;
8755 alias c_gtk_toggle_button_get_active  gtk_toggle_button_get_active;
8756 alias c_gtk_toggle_button_set_active  gtk_toggle_button_set_active;
8757 alias c_gtk_toggle_button_get_inconsistent  gtk_toggle_button_get_inconsistent;
8758 alias c_gtk_toggle_button_set_inconsistent  gtk_toggle_button_set_inconsistent;
8759 
8760 // gtk.LinkButton
8761 
8762 alias c_gtk_link_button_new  gtk_link_button_new;
8763 alias c_gtk_link_button_new_with_label  gtk_link_button_new_with_label;
8764 alias c_gtk_link_button_get_uri  gtk_link_button_get_uri;
8765 alias c_gtk_link_button_set_uri  gtk_link_button_set_uri;
8766 alias c_gtk_link_button_set_uri_hook  gtk_link_button_set_uri_hook;
8767 alias c_gtk_link_button_get_visited  gtk_link_button_get_visited;
8768 alias c_gtk_link_button_set_visited  gtk_link_button_set_visited;
8769 
8770 // gtk.ScaleButton
8771 
8772 alias c_gtk_scale_button_new  gtk_scale_button_new;
8773 alias c_gtk_scale_button_set_adjustment  gtk_scale_button_set_adjustment;
8774 alias c_gtk_scale_button_set_icons  gtk_scale_button_set_icons;
8775 alias c_gtk_scale_button_set_value  gtk_scale_button_set_value;
8776 alias c_gtk_scale_button_get_adjustment  gtk_scale_button_get_adjustment;
8777 alias c_gtk_scale_button_get_value  gtk_scale_button_get_value;
8778 alias c_gtk_scale_button_get_popup  gtk_scale_button_get_popup;
8779 alias c_gtk_scale_button_get_plus_button  gtk_scale_button_get_plus_button;
8780 alias c_gtk_scale_button_get_minus_button  gtk_scale_button_get_minus_button;
8781 alias c_gtk_scale_button_set_orientation  gtk_scale_button_set_orientation;
8782 alias c_gtk_scale_button_get_orientation  gtk_scale_button_get_orientation;
8783 
8784 // gtk.VolumeButton
8785 
8786 alias c_gtk_volume_button_new  gtk_volume_button_new;
8787 
8788 // gtk.Entry
8789 
8790 alias c_gtk_entry_new  gtk_entry_new;
8791 alias c_gtk_entry_new_with_buffer  gtk_entry_new_with_buffer;
8792 alias c_gtk_entry_new_with_max_length  gtk_entry_new_with_max_length;
8793 alias c_gtk_entry_get_buffer  gtk_entry_get_buffer;
8794 alias c_gtk_entry_set_buffer  gtk_entry_set_buffer;
8795 alias c_gtk_entry_set_text  gtk_entry_set_text;
8796 alias c_gtk_entry_append_text  gtk_entry_append_text;
8797 alias c_gtk_entry_prepend_text  gtk_entry_prepend_text;
8798 alias c_gtk_entry_set_position  gtk_entry_set_position;
8799 alias c_gtk_entry_get_text  gtk_entry_get_text;
8800 alias c_gtk_entry_get_text_length  gtk_entry_get_text_length;
8801 alias c_gtk_entry_select_region  gtk_entry_select_region;
8802 alias c_gtk_entry_set_visibility  gtk_entry_set_visibility;
8803 alias c_gtk_entry_set_invisible_char  gtk_entry_set_invisible_char;
8804 alias c_gtk_entry_unset_invisible_char  gtk_entry_unset_invisible_char;
8805 alias c_gtk_entry_set_editable  gtk_entry_set_editable;
8806 alias c_gtk_entry_set_max_length  gtk_entry_set_max_length;
8807 alias c_gtk_entry_get_activates_default  gtk_entry_get_activates_default;
8808 alias c_gtk_entry_get_has_frame  gtk_entry_get_has_frame;
8809 alias c_gtk_entry_get_inner_border  gtk_entry_get_inner_border;
8810 alias c_gtk_entry_get_width_chars  gtk_entry_get_width_chars;
8811 alias c_gtk_entry_set_activates_default  gtk_entry_set_activates_default;
8812 alias c_gtk_entry_set_has_frame  gtk_entry_set_has_frame;
8813 alias c_gtk_entry_set_inner_border  gtk_entry_set_inner_border;
8814 alias c_gtk_entry_set_width_chars  gtk_entry_set_width_chars;
8815 alias c_gtk_entry_get_invisible_char  gtk_entry_get_invisible_char;
8816 alias c_gtk_entry_set_alignment  gtk_entry_set_alignment;
8817 alias c_gtk_entry_get_alignment  gtk_entry_get_alignment;
8818 alias c_gtk_entry_set_overwrite_mode  gtk_entry_set_overwrite_mode;
8819 alias c_gtk_entry_get_overwrite_mode  gtk_entry_get_overwrite_mode;
8820 alias c_gtk_entry_get_layout  gtk_entry_get_layout;
8821 alias c_gtk_entry_get_layout_offsets  gtk_entry_get_layout_offsets;
8822 alias c_gtk_entry_layout_index_to_text_index  gtk_entry_layout_index_to_text_index;
8823 alias c_gtk_entry_text_index_to_layout_index  gtk_entry_text_index_to_layout_index;
8824 alias c_gtk_entry_get_max_length  gtk_entry_get_max_length;
8825 alias c_gtk_entry_get_visibility  gtk_entry_get_visibility;
8826 alias c_gtk_entry_set_completion  gtk_entry_set_completion;
8827 alias c_gtk_entry_get_completion  gtk_entry_get_completion;
8828 alias c_gtk_entry_set_cursor_hadjustment  gtk_entry_set_cursor_hadjustment;
8829 alias c_gtk_entry_get_cursor_hadjustment  gtk_entry_get_cursor_hadjustment;
8830 alias c_gtk_entry_set_progress_fraction  gtk_entry_set_progress_fraction;
8831 alias c_gtk_entry_get_progress_fraction  gtk_entry_get_progress_fraction;
8832 alias c_gtk_entry_set_progress_pulse_step  gtk_entry_set_progress_pulse_step;
8833 alias c_gtk_entry_get_progress_pulse_step  gtk_entry_get_progress_pulse_step;
8834 alias c_gtk_entry_progress_pulse  gtk_entry_progress_pulse;
8835 alias c_gtk_entry_im_context_filter_keypress  gtk_entry_im_context_filter_keypress;
8836 alias c_gtk_entry_reset_im_context  gtk_entry_reset_im_context;
8837 alias c_gtk_entry_set_icon_from_pixbuf  gtk_entry_set_icon_from_pixbuf;
8838 alias c_gtk_entry_set_icon_from_stock  gtk_entry_set_icon_from_stock;
8839 alias c_gtk_entry_set_icon_from_icon_name  gtk_entry_set_icon_from_icon_name;
8840 alias c_gtk_entry_set_icon_from_gicon  gtk_entry_set_icon_from_gicon;
8841 alias c_gtk_entry_get_icon_storage_type  gtk_entry_get_icon_storage_type;
8842 alias c_gtk_entry_get_icon_pixbuf  gtk_entry_get_icon_pixbuf;
8843 alias c_gtk_entry_get_icon_stock  gtk_entry_get_icon_stock;
8844 alias c_gtk_entry_get_icon_name  gtk_entry_get_icon_name;
8845 alias c_gtk_entry_get_icon_gicon  gtk_entry_get_icon_gicon;
8846 alias c_gtk_entry_set_icon_activatable  gtk_entry_set_icon_activatable;
8847 alias c_gtk_entry_get_icon_activatable  gtk_entry_get_icon_activatable;
8848 alias c_gtk_entry_set_icon_sensitive  gtk_entry_set_icon_sensitive;
8849 alias c_gtk_entry_get_icon_sensitive  gtk_entry_get_icon_sensitive;
8850 alias c_gtk_entry_get_icon_at_pos  gtk_entry_get_icon_at_pos;
8851 alias c_gtk_entry_set_icon_tooltip_text  gtk_entry_set_icon_tooltip_text;
8852 alias c_gtk_entry_get_icon_tooltip_text  gtk_entry_get_icon_tooltip_text;
8853 alias c_gtk_entry_set_icon_tooltip_markup  gtk_entry_set_icon_tooltip_markup;
8854 alias c_gtk_entry_get_icon_tooltip_markup  gtk_entry_get_icon_tooltip_markup;
8855 alias c_gtk_entry_set_icon_drag_source  gtk_entry_set_icon_drag_source;
8856 alias c_gtk_entry_get_current_icon_drag_source  gtk_entry_get_current_icon_drag_source;
8857 alias c_gtk_entry_get_icon_window  gtk_entry_get_icon_window;
8858 alias c_gtk_entry_get_text_window  gtk_entry_get_text_window;
8859 
8860 // gtk.EntryBuffer
8861 
8862 alias c_gtk_entry_buffer_new  gtk_entry_buffer_new;
8863 alias c_gtk_entry_buffer_get_text  gtk_entry_buffer_get_text;
8864 alias c_gtk_entry_buffer_set_text  gtk_entry_buffer_set_text;
8865 alias c_gtk_entry_buffer_get_bytes  gtk_entry_buffer_get_bytes;
8866 alias c_gtk_entry_buffer_get_length  gtk_entry_buffer_get_length;
8867 alias c_gtk_entry_buffer_get_max_length  gtk_entry_buffer_get_max_length;
8868 alias c_gtk_entry_buffer_set_max_length  gtk_entry_buffer_set_max_length;
8869 alias c_gtk_entry_buffer_insert_text  gtk_entry_buffer_insert_text;
8870 alias c_gtk_entry_buffer_delete_text  gtk_entry_buffer_delete_text;
8871 alias c_gtk_entry_buffer_emit_deleted_text  gtk_entry_buffer_emit_deleted_text;
8872 alias c_gtk_entry_buffer_emit_inserted_text  gtk_entry_buffer_emit_inserted_text;
8873 
8874 // gtk.EntryCompletion
8875 
8876 alias c_gtk_entry_completion_new  gtk_entry_completion_new;
8877 alias c_gtk_entry_completion_get_entry  gtk_entry_completion_get_entry;
8878 alias c_gtk_entry_completion_set_model  gtk_entry_completion_set_model;
8879 alias c_gtk_entry_completion_get_model  gtk_entry_completion_get_model;
8880 alias c_gtk_entry_completion_set_match_func  gtk_entry_completion_set_match_func;
8881 alias c_gtk_entry_completion_set_minimum_key_length  gtk_entry_completion_set_minimum_key_length;
8882 alias c_gtk_entry_completion_get_minimum_key_length  gtk_entry_completion_get_minimum_key_length;
8883 alias c_gtk_entry_completion_complete  gtk_entry_completion_complete;
8884 alias c_gtk_entry_completion_get_completion_prefix  gtk_entry_completion_get_completion_prefix;
8885 alias c_gtk_entry_completion_insert_prefix  gtk_entry_completion_insert_prefix;
8886 alias c_gtk_entry_completion_insert_action_text  gtk_entry_completion_insert_action_text;
8887 alias c_gtk_entry_completion_insert_action_markup  gtk_entry_completion_insert_action_markup;
8888 alias c_gtk_entry_completion_delete_action  gtk_entry_completion_delete_action;
8889 alias c_gtk_entry_completion_set_text_column  gtk_entry_completion_set_text_column;
8890 alias c_gtk_entry_completion_get_text_column  gtk_entry_completion_get_text_column;
8891 alias c_gtk_entry_completion_set_inline_completion  gtk_entry_completion_set_inline_completion;
8892 alias c_gtk_entry_completion_get_inline_completion  gtk_entry_completion_get_inline_completion;
8893 alias c_gtk_entry_completion_set_inline_selection  gtk_entry_completion_set_inline_selection;
8894 alias c_gtk_entry_completion_get_inline_selection  gtk_entry_completion_get_inline_selection;
8895 alias c_gtk_entry_completion_set_popup_completion  gtk_entry_completion_set_popup_completion;
8896 alias c_gtk_entry_completion_get_popup_completion  gtk_entry_completion_get_popup_completion;
8897 alias c_gtk_entry_completion_set_popup_set_width  gtk_entry_completion_set_popup_set_width;
8898 alias c_gtk_entry_completion_get_popup_set_width  gtk_entry_completion_get_popup_set_width;
8899 alias c_gtk_entry_completion_set_popup_single_match  gtk_entry_completion_set_popup_single_match;
8900 alias c_gtk_entry_completion_get_popup_single_match  gtk_entry_completion_get_popup_single_match;
8901 
8902 // gtk.HScale
8903 
8904 alias c_gtk_hscale_new  gtk_hscale_new;
8905 alias c_gtk_hscale_new_with_range  gtk_hscale_new_with_range;
8906 
8907 // gtk.VScale
8908 
8909 alias c_gtk_vscale_new  gtk_vscale_new;
8910 alias c_gtk_vscale_new_with_range  gtk_vscale_new_with_range;
8911 
8912 // gtk.SpinButton
8913 
8914 alias c_gtk_spin_button_configure  gtk_spin_button_configure;
8915 alias c_gtk_spin_button_new  gtk_spin_button_new;
8916 alias c_gtk_spin_button_new_with_range  gtk_spin_button_new_with_range;
8917 alias c_gtk_spin_button_set_adjustment  gtk_spin_button_set_adjustment;
8918 alias c_gtk_spin_button_get_adjustment  gtk_spin_button_get_adjustment;
8919 alias c_gtk_spin_button_set_digits  gtk_spin_button_set_digits;
8920 alias c_gtk_spin_button_set_increments  gtk_spin_button_set_increments;
8921 alias c_gtk_spin_button_set_range  gtk_spin_button_set_range;
8922 alias c_gtk_spin_button_get_value_as_int  gtk_spin_button_get_value_as_int;
8923 alias c_gtk_spin_button_set_value  gtk_spin_button_set_value;
8924 alias c_gtk_spin_button_set_update_policy  gtk_spin_button_set_update_policy;
8925 alias c_gtk_spin_button_set_numeric  gtk_spin_button_set_numeric;
8926 alias c_gtk_spin_button_spin  gtk_spin_button_spin;
8927 alias c_gtk_spin_button_set_wrap  gtk_spin_button_set_wrap;
8928 alias c_gtk_spin_button_set_snap_to_ticks  gtk_spin_button_set_snap_to_ticks;
8929 alias c_gtk_spin_button_update  gtk_spin_button_update;
8930 alias c_gtk_spin_button_get_digits  gtk_spin_button_get_digits;
8931 alias c_gtk_spin_button_get_increments  gtk_spin_button_get_increments;
8932 alias c_gtk_spin_button_get_numeric  gtk_spin_button_get_numeric;
8933 alias c_gtk_spin_button_get_range  gtk_spin_button_get_range;
8934 alias c_gtk_spin_button_get_snap_to_ticks  gtk_spin_button_get_snap_to_ticks;
8935 alias c_gtk_spin_button_get_update_policy  gtk_spin_button_get_update_policy;
8936 alias c_gtk_spin_button_get_value  gtk_spin_button_get_value;
8937 alias c_gtk_spin_button_get_wrap  gtk_spin_button_get_wrap;
8938 
8939 // gtk.EditableT
8940 
8941 
8942 // gtk.EditableT
8943 
8944 alias c_gtk_editable_select_region  gtk_editable_select_region;
8945 alias c_gtk_editable_get_selection_bounds  gtk_editable_get_selection_bounds;
8946 alias c_gtk_editable_insert_text  gtk_editable_insert_text;
8947 alias c_gtk_editable_delete_text  gtk_editable_delete_text;
8948 alias c_gtk_editable_get_chars  gtk_editable_get_chars;
8949 alias c_gtk_editable_cut_clipboard  gtk_editable_cut_clipboard;
8950 alias c_gtk_editable_copy_clipboard  gtk_editable_copy_clipboard;
8951 alias c_gtk_editable_paste_clipboard  gtk_editable_paste_clipboard;
8952 alias c_gtk_editable_delete_selection  gtk_editable_delete_selection;
8953 alias c_gtk_editable_set_position  gtk_editable_set_position;
8954 alias c_gtk_editable_get_position  gtk_editable_get_position;
8955 alias c_gtk_editable_set_editable  gtk_editable_set_editable;
8956 alias c_gtk_editable_get_editable  gtk_editable_get_editable;
8957 
8958 // gtk.TextIter
8959 
8960 alias c_gtk_text_iter_get_buffer  gtk_text_iter_get_buffer;
8961 alias c_gtk_text_iter_copy  gtk_text_iter_copy;
8962 alias c_gtk_text_iter_free  gtk_text_iter_free;
8963 alias c_gtk_text_iter_get_offset  gtk_text_iter_get_offset;
8964 alias c_gtk_text_iter_get_line  gtk_text_iter_get_line;
8965 alias c_gtk_text_iter_get_line_offset  gtk_text_iter_get_line_offset;
8966 alias c_gtk_text_iter_get_line_index  gtk_text_iter_get_line_index;
8967 alias c_gtk_text_iter_get_visible_line_index  gtk_text_iter_get_visible_line_index;
8968 alias c_gtk_text_iter_get_visible_line_offset  gtk_text_iter_get_visible_line_offset;
8969 alias c_gtk_text_iter_get_char  gtk_text_iter_get_char;
8970 alias c_gtk_text_iter_get_slice  gtk_text_iter_get_slice;
8971 alias c_gtk_text_iter_get_text  gtk_text_iter_get_text;
8972 alias c_gtk_text_iter_get_visible_slice  gtk_text_iter_get_visible_slice;
8973 alias c_gtk_text_iter_get_visible_text  gtk_text_iter_get_visible_text;
8974 alias c_gtk_text_iter_get_pixbuf  gtk_text_iter_get_pixbuf;
8975 alias c_gtk_text_iter_get_marks  gtk_text_iter_get_marks;
8976 alias c_gtk_text_iter_get_toggled_tags  gtk_text_iter_get_toggled_tags;
8977 alias c_gtk_text_iter_get_child_anchor  gtk_text_iter_get_child_anchor;
8978 alias c_gtk_text_iter_begins_tag  gtk_text_iter_begins_tag;
8979 alias c_gtk_text_iter_ends_tag  gtk_text_iter_ends_tag;
8980 alias c_gtk_text_iter_toggles_tag  gtk_text_iter_toggles_tag;
8981 alias c_gtk_text_iter_has_tag  gtk_text_iter_has_tag;
8982 alias c_gtk_text_iter_get_tags  gtk_text_iter_get_tags;
8983 alias c_gtk_text_iter_editable  gtk_text_iter_editable;
8984 alias c_gtk_text_iter_can_insert  gtk_text_iter_can_insert;
8985 alias c_gtk_text_iter_starts_word  gtk_text_iter_starts_word;
8986 alias c_gtk_text_iter_ends_word  gtk_text_iter_ends_word;
8987 alias c_gtk_text_iter_inside_word  gtk_text_iter_inside_word;
8988 alias c_gtk_text_iter_starts_line  gtk_text_iter_starts_line;
8989 alias c_gtk_text_iter_ends_line  gtk_text_iter_ends_line;
8990 alias c_gtk_text_iter_starts_sentence  gtk_text_iter_starts_sentence;
8991 alias c_gtk_text_iter_ends_sentence  gtk_text_iter_ends_sentence;
8992 alias c_gtk_text_iter_inside_sentence  gtk_text_iter_inside_sentence;
8993 alias c_gtk_text_iter_is_cursor_position  gtk_text_iter_is_cursor_position;
8994 alias c_gtk_text_iter_get_chars_in_line  gtk_text_iter_get_chars_in_line;
8995 alias c_gtk_text_iter_get_bytes_in_line  gtk_text_iter_get_bytes_in_line;
8996 alias c_gtk_text_iter_get_attributes  gtk_text_iter_get_attributes;
8997 alias c_gtk_text_iter_get_language  gtk_text_iter_get_language;
8998 alias c_gtk_text_iter_is_end  gtk_text_iter_is_end;
8999 alias c_gtk_text_iter_is_start  gtk_text_iter_is_start;
9000 alias c_gtk_text_iter_forward_char  gtk_text_iter_forward_char;
9001 alias c_gtk_text_iter_backward_char  gtk_text_iter_backward_char;
9002 alias c_gtk_text_iter_forward_chars  gtk_text_iter_forward_chars;
9003 alias c_gtk_text_iter_backward_chars  gtk_text_iter_backward_chars;
9004 alias c_gtk_text_iter_forward_line  gtk_text_iter_forward_line;
9005 alias c_gtk_text_iter_backward_line  gtk_text_iter_backward_line;
9006 alias c_gtk_text_iter_forward_lines  gtk_text_iter_forward_lines;
9007 alias c_gtk_text_iter_backward_lines  gtk_text_iter_backward_lines;
9008 alias c_gtk_text_iter_forward_word_ends  gtk_text_iter_forward_word_ends;
9009 alias c_gtk_text_iter_backward_word_starts  gtk_text_iter_backward_word_starts;
9010 alias c_gtk_text_iter_forward_word_end  gtk_text_iter_forward_word_end;
9011 alias c_gtk_text_iter_backward_word_start  gtk_text_iter_backward_word_start;
9012 alias c_gtk_text_iter_forward_cursor_position  gtk_text_iter_forward_cursor_position;
9013 alias c_gtk_text_iter_backward_cursor_position  gtk_text_iter_backward_cursor_position;
9014 alias c_gtk_text_iter_forward_cursor_positions  gtk_text_iter_forward_cursor_positions;
9015 alias c_gtk_text_iter_backward_cursor_positions  gtk_text_iter_backward_cursor_positions;
9016 alias c_gtk_text_iter_backward_sentence_start  gtk_text_iter_backward_sentence_start;
9017 alias c_gtk_text_iter_backward_sentence_starts  gtk_text_iter_backward_sentence_starts;
9018 alias c_gtk_text_iter_forward_sentence_end  gtk_text_iter_forward_sentence_end;
9019 alias c_gtk_text_iter_forward_sentence_ends  gtk_text_iter_forward_sentence_ends;
9020 alias c_gtk_text_iter_forward_visible_word_ends  gtk_text_iter_forward_visible_word_ends;
9021 alias c_gtk_text_iter_backward_visible_word_starts  gtk_text_iter_backward_visible_word_starts;
9022 alias c_gtk_text_iter_forward_visible_word_end  gtk_text_iter_forward_visible_word_end;
9023 alias c_gtk_text_iter_backward_visible_word_start  gtk_text_iter_backward_visible_word_start;
9024 alias c_gtk_text_iter_forward_visible_cursor_position  gtk_text_iter_forward_visible_cursor_position;
9025 alias c_gtk_text_iter_backward_visible_cursor_position  gtk_text_iter_backward_visible_cursor_position;
9026 alias c_gtk_text_iter_forward_visible_cursor_positions  gtk_text_iter_forward_visible_cursor_positions;
9027 alias c_gtk_text_iter_backward_visible_cursor_positions  gtk_text_iter_backward_visible_cursor_positions;
9028 alias c_gtk_text_iter_forward_visible_line  gtk_text_iter_forward_visible_line;
9029 alias c_gtk_text_iter_backward_visible_line  gtk_text_iter_backward_visible_line;
9030 alias c_gtk_text_iter_forward_visible_lines  gtk_text_iter_forward_visible_lines;
9031 alias c_gtk_text_iter_backward_visible_lines  gtk_text_iter_backward_visible_lines;
9032 alias c_gtk_text_iter_set_offset  gtk_text_iter_set_offset;
9033 alias c_gtk_text_iter_set_line  gtk_text_iter_set_line;
9034 alias c_gtk_text_iter_set_line_offset  gtk_text_iter_set_line_offset;
9035 alias c_gtk_text_iter_set_line_index  gtk_text_iter_set_line_index;
9036 alias c_gtk_text_iter_set_visible_line_index  gtk_text_iter_set_visible_line_index;
9037 alias c_gtk_text_iter_set_visible_line_offset  gtk_text_iter_set_visible_line_offset;
9038 alias c_gtk_text_iter_forward_to_end  gtk_text_iter_forward_to_end;
9039 alias c_gtk_text_iter_forward_to_line_end  gtk_text_iter_forward_to_line_end;
9040 alias c_gtk_text_iter_forward_to_tag_toggle  gtk_text_iter_forward_to_tag_toggle;
9041 alias c_gtk_text_iter_backward_to_tag_toggle  gtk_text_iter_backward_to_tag_toggle;
9042 alias c_gtk_text_iter_forward_find_char  gtk_text_iter_forward_find_char;
9043 alias c_gtk_text_iter_backward_find_char  gtk_text_iter_backward_find_char;
9044 alias c_gtk_text_iter_forward_search  gtk_text_iter_forward_search;
9045 alias c_gtk_text_iter_backward_search  gtk_text_iter_backward_search;
9046 alias c_gtk_text_iter_equal  gtk_text_iter_equal;
9047 alias c_gtk_text_iter_compare  gtk_text_iter_compare;
9048 alias c_gtk_text_iter_in_range  gtk_text_iter_in_range;
9049 alias c_gtk_text_iter_order  gtk_text_iter_order;
9050 
9051 // gtk.TextMark
9052 
9053 alias c_gtk_text_mark_new  gtk_text_mark_new;
9054 alias c_gtk_text_mark_set_visible  gtk_text_mark_set_visible;
9055 alias c_gtk_text_mark_get_visible  gtk_text_mark_get_visible;
9056 alias c_gtk_text_mark_get_deleted  gtk_text_mark_get_deleted;
9057 alias c_gtk_text_mark_get_name  gtk_text_mark_get_name;
9058 alias c_gtk_text_mark_get_buffer  gtk_text_mark_get_buffer;
9059 alias c_gtk_text_mark_get_left_gravity  gtk_text_mark_get_left_gravity;
9060 
9061 // gtk.TextBuffer
9062 
9063 alias c_gtk_text_buffer_new  gtk_text_buffer_new;
9064 alias c_gtk_text_buffer_get_line_count  gtk_text_buffer_get_line_count;
9065 alias c_gtk_text_buffer_get_char_count  gtk_text_buffer_get_char_count;
9066 alias c_gtk_text_buffer_get_tag_table  gtk_text_buffer_get_tag_table;
9067 alias c_gtk_text_buffer_insert  gtk_text_buffer_insert;
9068 alias c_gtk_text_buffer_insert_at_cursor  gtk_text_buffer_insert_at_cursor;
9069 alias c_gtk_text_buffer_insert_interactive  gtk_text_buffer_insert_interactive;
9070 alias c_gtk_text_buffer_insert_interactive_at_cursor  gtk_text_buffer_insert_interactive_at_cursor;
9071 alias c_gtk_text_buffer_insert_range  gtk_text_buffer_insert_range;
9072 alias c_gtk_text_buffer_insert_range_interactive  gtk_text_buffer_insert_range_interactive;
9073 alias c_gtk_text_buffer_insert_with_tags  gtk_text_buffer_insert_with_tags;
9074 alias c_gtk_text_buffer_insert_with_tags_by_name  gtk_text_buffer_insert_with_tags_by_name;
9075 alias c_gtk_text_buffer_delete  gtk_text_buffer_delete;
9076 alias c_gtk_text_buffer_delete_interactive  gtk_text_buffer_delete_interactive;
9077 alias c_gtk_text_buffer_backspace  gtk_text_buffer_backspace;
9078 alias c_gtk_text_buffer_set_text  gtk_text_buffer_set_text;
9079 alias c_gtk_text_buffer_get_text  gtk_text_buffer_get_text;
9080 alias c_gtk_text_buffer_get_slice  gtk_text_buffer_get_slice;
9081 alias c_gtk_text_buffer_insert_pixbuf  gtk_text_buffer_insert_pixbuf;
9082 alias c_gtk_text_buffer_insert_child_anchor  gtk_text_buffer_insert_child_anchor;
9083 alias c_gtk_text_buffer_create_child_anchor  gtk_text_buffer_create_child_anchor;
9084 alias c_gtk_text_buffer_create_mark  gtk_text_buffer_create_mark;
9085 alias c_gtk_text_buffer_move_mark  gtk_text_buffer_move_mark;
9086 alias c_gtk_text_buffer_move_mark_by_name  gtk_text_buffer_move_mark_by_name;
9087 alias c_gtk_text_buffer_add_mark  gtk_text_buffer_add_mark;
9088 alias c_gtk_text_buffer_delete_mark  gtk_text_buffer_delete_mark;
9089 alias c_gtk_text_buffer_delete_mark_by_name  gtk_text_buffer_delete_mark_by_name;
9090 alias c_gtk_text_buffer_get_mark  gtk_text_buffer_get_mark;
9091 alias c_gtk_text_buffer_get_insert  gtk_text_buffer_get_insert;
9092 alias c_gtk_text_buffer_get_selection_bound  gtk_text_buffer_get_selection_bound;
9093 alias c_gtk_text_buffer_get_has_selection  gtk_text_buffer_get_has_selection;
9094 alias c_gtk_text_buffer_place_cursor  gtk_text_buffer_place_cursor;
9095 alias c_gtk_text_buffer_select_range  gtk_text_buffer_select_range;
9096 alias c_gtk_text_buffer_apply_tag  gtk_text_buffer_apply_tag;
9097 alias c_gtk_text_buffer_remove_tag  gtk_text_buffer_remove_tag;
9098 alias c_gtk_text_buffer_apply_tag_by_name  gtk_text_buffer_apply_tag_by_name;
9099 alias c_gtk_text_buffer_remove_tag_by_name  gtk_text_buffer_remove_tag_by_name;
9100 alias c_gtk_text_buffer_remove_all_tags  gtk_text_buffer_remove_all_tags;
9101 alias c_gtk_text_buffer_create_tag  gtk_text_buffer_create_tag;
9102 alias c_gtk_text_buffer_get_iter_at_line_offset  gtk_text_buffer_get_iter_at_line_offset;
9103 alias c_gtk_text_buffer_get_iter_at_offset  gtk_text_buffer_get_iter_at_offset;
9104 alias c_gtk_text_buffer_get_iter_at_line  gtk_text_buffer_get_iter_at_line;
9105 alias c_gtk_text_buffer_get_iter_at_line_index  gtk_text_buffer_get_iter_at_line_index;
9106 alias c_gtk_text_buffer_get_iter_at_mark  gtk_text_buffer_get_iter_at_mark;
9107 alias c_gtk_text_buffer_get_iter_at_child_anchor  gtk_text_buffer_get_iter_at_child_anchor;
9108 alias c_gtk_text_buffer_get_start_iter  gtk_text_buffer_get_start_iter;
9109 alias c_gtk_text_buffer_get_end_iter  gtk_text_buffer_get_end_iter;
9110 alias c_gtk_text_buffer_get_bounds  gtk_text_buffer_get_bounds;
9111 alias c_gtk_text_buffer_get_modified  gtk_text_buffer_get_modified;
9112 alias c_gtk_text_buffer_set_modified  gtk_text_buffer_set_modified;
9113 alias c_gtk_text_buffer_delete_selection  gtk_text_buffer_delete_selection;
9114 alias c_gtk_text_buffer_paste_clipboard  gtk_text_buffer_paste_clipboard;
9115 alias c_gtk_text_buffer_copy_clipboard  gtk_text_buffer_copy_clipboard;
9116 alias c_gtk_text_buffer_cut_clipboard  gtk_text_buffer_cut_clipboard;
9117 alias c_gtk_text_buffer_get_selection_bounds  gtk_text_buffer_get_selection_bounds;
9118 alias c_gtk_text_buffer_begin_user_action  gtk_text_buffer_begin_user_action;
9119 alias c_gtk_text_buffer_end_user_action  gtk_text_buffer_end_user_action;
9120 alias c_gtk_text_buffer_add_selection_clipboard  gtk_text_buffer_add_selection_clipboard;
9121 alias c_gtk_text_buffer_remove_selection_clipboard  gtk_text_buffer_remove_selection_clipboard;
9122 alias c_gtk_text_buffer_deserialize  gtk_text_buffer_deserialize;
9123 alias c_gtk_text_buffer_deserialize_get_can_create_tags  gtk_text_buffer_deserialize_get_can_create_tags;
9124 alias c_gtk_text_buffer_deserialize_set_can_create_tags  gtk_text_buffer_deserialize_set_can_create_tags;
9125 alias c_gtk_text_buffer_get_copy_target_list  gtk_text_buffer_get_copy_target_list;
9126 alias c_gtk_text_buffer_get_deserialize_formats  gtk_text_buffer_get_deserialize_formats;
9127 alias c_gtk_text_buffer_get_paste_target_list  gtk_text_buffer_get_paste_target_list;
9128 alias c_gtk_text_buffer_get_serialize_formats  gtk_text_buffer_get_serialize_formats;
9129 alias c_gtk_text_buffer_register_deserialize_format  gtk_text_buffer_register_deserialize_format;
9130 alias c_gtk_text_buffer_register_deserialize_tagset  gtk_text_buffer_register_deserialize_tagset;
9131 alias c_gtk_text_buffer_register_serialize_format  gtk_text_buffer_register_serialize_format;
9132 alias c_gtk_text_buffer_register_serialize_tagset  gtk_text_buffer_register_serialize_tagset;
9133 alias c_gtk_text_buffer_serialize  gtk_text_buffer_serialize;
9134 alias c_gtk_text_buffer_unregister_deserialize_format  gtk_text_buffer_unregister_deserialize_format;
9135 alias c_gtk_text_buffer_unregister_serialize_format  gtk_text_buffer_unregister_serialize_format;
9136 
9137 // gtk.TextTag
9138 
9139 alias c_gtk_text_tag_new  gtk_text_tag_new;
9140 alias c_gtk_text_tag_get_priority  gtk_text_tag_get_priority;
9141 alias c_gtk_text_tag_set_priority  gtk_text_tag_set_priority;
9142 alias c_gtk_text_tag_event  gtk_text_tag_event;
9143 
9144 // gtk.TextAttributes
9145 
9146 alias c_gtk_text_attributes_new  gtk_text_attributes_new;
9147 alias c_gtk_text_attributes_copy  gtk_text_attributes_copy;
9148 alias c_gtk_text_attributes_copy_values  gtk_text_attributes_copy_values;
9149 alias c_gtk_text_attributes_unref  gtk_text_attributes_unref;
9150 alias c_gtk_text_attributes_ref  gtk_text_attributes_ref;
9151 
9152 // gtk.TextTagTable
9153 
9154 alias c_gtk_text_tag_table_new  gtk_text_tag_table_new;
9155 alias c_gtk_text_tag_table_add  gtk_text_tag_table_add;
9156 alias c_gtk_text_tag_table_remove  gtk_text_tag_table_remove;
9157 alias c_gtk_text_tag_table_lookup  gtk_text_tag_table_lookup;
9158 alias c_gtk_text_tag_table_foreach  gtk_text_tag_table_foreach;
9159 alias c_gtk_text_tag_table_get_size  gtk_text_tag_table_get_size;
9160 
9161 // gtk.TextView
9162 
9163 alias c_gtk_text_view_new  gtk_text_view_new;
9164 alias c_gtk_text_view_new_with_buffer  gtk_text_view_new_with_buffer;
9165 alias c_gtk_text_view_set_buffer  gtk_text_view_set_buffer;
9166 alias c_gtk_text_view_get_buffer  gtk_text_view_get_buffer;
9167 alias c_gtk_text_view_scroll_to_mark  gtk_text_view_scroll_to_mark;
9168 alias c_gtk_text_view_scroll_to_iter  gtk_text_view_scroll_to_iter;
9169 alias c_gtk_text_view_scroll_mark_onscreen  gtk_text_view_scroll_mark_onscreen;
9170 alias c_gtk_text_view_move_mark_onscreen  gtk_text_view_move_mark_onscreen;
9171 alias c_gtk_text_view_place_cursor_onscreen  gtk_text_view_place_cursor_onscreen;
9172 alias c_gtk_text_view_get_visible_rect  gtk_text_view_get_visible_rect;
9173 alias c_gtk_text_view_get_iter_location  gtk_text_view_get_iter_location;
9174 alias c_gtk_text_view_get_line_at_y  gtk_text_view_get_line_at_y;
9175 alias c_gtk_text_view_get_line_yrange  gtk_text_view_get_line_yrange;
9176 alias c_gtk_text_view_get_iter_at_location  gtk_text_view_get_iter_at_location;
9177 alias c_gtk_text_view_get_iter_at_position  gtk_text_view_get_iter_at_position;
9178 alias c_gtk_text_view_buffer_to_window_coords  gtk_text_view_buffer_to_window_coords;
9179 alias c_gtk_text_view_window_to_buffer_coords  gtk_text_view_window_to_buffer_coords;
9180 alias c_gtk_text_view_get_window  gtk_text_view_get_window;
9181 alias c_gtk_text_view_get_window_type  gtk_text_view_get_window_type;
9182 alias c_gtk_text_view_set_border_window_size  gtk_text_view_set_border_window_size;
9183 alias c_gtk_text_view_get_border_window_size  gtk_text_view_get_border_window_size;
9184 alias c_gtk_text_view_forward_display_line  gtk_text_view_forward_display_line;
9185 alias c_gtk_text_view_backward_display_line  gtk_text_view_backward_display_line;
9186 alias c_gtk_text_view_forward_display_line_end  gtk_text_view_forward_display_line_end;
9187 alias c_gtk_text_view_backward_display_line_start  gtk_text_view_backward_display_line_start;
9188 alias c_gtk_text_view_starts_display_line  gtk_text_view_starts_display_line;
9189 alias c_gtk_text_view_move_visually  gtk_text_view_move_visually;
9190 alias c_gtk_text_view_add_child_at_anchor  gtk_text_view_add_child_at_anchor;
9191 alias c_gtk_text_view_add_child_in_window  gtk_text_view_add_child_in_window;
9192 alias c_gtk_text_view_move_child  gtk_text_view_move_child;
9193 alias c_gtk_text_view_set_wrap_mode  gtk_text_view_set_wrap_mode;
9194 alias c_gtk_text_view_get_wrap_mode  gtk_text_view_get_wrap_mode;
9195 alias c_gtk_text_view_set_editable  gtk_text_view_set_editable;
9196 alias c_gtk_text_view_get_editable  gtk_text_view_get_editable;
9197 alias c_gtk_text_view_set_cursor_visible  gtk_text_view_set_cursor_visible;
9198 alias c_gtk_text_view_get_cursor_visible  gtk_text_view_get_cursor_visible;
9199 alias c_gtk_text_view_set_overwrite  gtk_text_view_set_overwrite;
9200 alias c_gtk_text_view_get_overwrite  gtk_text_view_get_overwrite;
9201 alias c_gtk_text_view_set_pixels_above_lines  gtk_text_view_set_pixels_above_lines;
9202 alias c_gtk_text_view_get_pixels_above_lines  gtk_text_view_get_pixels_above_lines;
9203 alias c_gtk_text_view_set_pixels_below_lines  gtk_text_view_set_pixels_below_lines;
9204 alias c_gtk_text_view_get_pixels_below_lines  gtk_text_view_get_pixels_below_lines;
9205 alias c_gtk_text_view_set_pixels_inside_wrap  gtk_text_view_set_pixels_inside_wrap;
9206 alias c_gtk_text_view_get_pixels_inside_wrap  gtk_text_view_get_pixels_inside_wrap;
9207 alias c_gtk_text_view_set_justification  gtk_text_view_set_justification;
9208 alias c_gtk_text_view_get_justification  gtk_text_view_get_justification;
9209 alias c_gtk_text_view_set_left_margin  gtk_text_view_set_left_margin;
9210 alias c_gtk_text_view_get_left_margin  gtk_text_view_get_left_margin;
9211 alias c_gtk_text_view_set_right_margin  gtk_text_view_set_right_margin;
9212 alias c_gtk_text_view_get_right_margin  gtk_text_view_get_right_margin;
9213 alias c_gtk_text_view_set_indent  gtk_text_view_set_indent;
9214 alias c_gtk_text_view_get_indent  gtk_text_view_get_indent;
9215 alias c_gtk_text_view_set_tabs  gtk_text_view_set_tabs;
9216 alias c_gtk_text_view_get_tabs  gtk_text_view_get_tabs;
9217 alias c_gtk_text_view_set_accepts_tab  gtk_text_view_set_accepts_tab;
9218 alias c_gtk_text_view_get_accepts_tab  gtk_text_view_get_accepts_tab;
9219 alias c_gtk_text_view_get_default_attributes  gtk_text_view_get_default_attributes;
9220 alias c_gtk_text_view_im_context_filter_keypress  gtk_text_view_im_context_filter_keypress;
9221 alias c_gtk_text_view_reset_im_context  gtk_text_view_reset_im_context;
9222 alias c_gtk_text_view_get_hadjustment  gtk_text_view_get_hadjustment;
9223 alias c_gtk_text_view_get_vadjustment  gtk_text_view_get_vadjustment;
9224 
9225 // gtk.TextChildAnchor
9226 
9227 alias c_gtk_text_child_anchor_new  gtk_text_child_anchor_new;
9228 alias c_gtk_text_child_anchor_get_widgets  gtk_text_child_anchor_get_widgets;
9229 alias c_gtk_text_child_anchor_get_deleted  gtk_text_child_anchor_get_deleted;
9230 
9231 // gtk.TreePath
9232 
9233 alias c_gtk_tree_path_new  gtk_tree_path_new;
9234 alias c_gtk_tree_path_new_from_string  gtk_tree_path_new_from_string;
9235 alias c_gtk_tree_path_new_from_indices  gtk_tree_path_new_from_indices;
9236 alias c_gtk_tree_path_to_string  gtk_tree_path_to_string;
9237 alias c_gtk_tree_path_new_first  gtk_tree_path_new_first;
9238 alias c_gtk_tree_path_append_index  gtk_tree_path_append_index;
9239 alias c_gtk_tree_path_prepend_index  gtk_tree_path_prepend_index;
9240 alias c_gtk_tree_path_get_depth  gtk_tree_path_get_depth;
9241 alias c_gtk_tree_path_get_indices  gtk_tree_path_get_indices;
9242 alias c_gtk_tree_path_get_indices_with_depth  gtk_tree_path_get_indices_with_depth;
9243 alias c_gtk_tree_path_free  gtk_tree_path_free;
9244 alias c_gtk_tree_path_copy  gtk_tree_path_copy;
9245 alias c_gtk_tree_path_compare  gtk_tree_path_compare;
9246 alias c_gtk_tree_path_next  gtk_tree_path_next;
9247 alias c_gtk_tree_path_prev  gtk_tree_path_prev;
9248 alias c_gtk_tree_path_up  gtk_tree_path_up;
9249 alias c_gtk_tree_path_down  gtk_tree_path_down;
9250 alias c_gtk_tree_path_is_ancestor  gtk_tree_path_is_ancestor;
9251 alias c_gtk_tree_path_is_descendant  gtk_tree_path_is_descendant;
9252 
9253 // gtk.TreeModelT
9254 
9255 
9256 // gtk.TreeModelT
9257 
9258 alias c_gtk_tree_model_get_flags  gtk_tree_model_get_flags;
9259 alias c_gtk_tree_model_get_n_columns  gtk_tree_model_get_n_columns;
9260 alias c_gtk_tree_model_get_column_type  gtk_tree_model_get_column_type;
9261 alias c_gtk_tree_model_get_iter  gtk_tree_model_get_iter;
9262 alias c_gtk_tree_model_get_iter_from_string  gtk_tree_model_get_iter_from_string;
9263 alias c_gtk_tree_model_get_iter_first  gtk_tree_model_get_iter_first;
9264 alias c_gtk_tree_model_get_path  gtk_tree_model_get_path;
9265 alias c_gtk_tree_model_get_value  gtk_tree_model_get_value;
9266 alias c_gtk_tree_model_iter_next  gtk_tree_model_iter_next;
9267 alias c_gtk_tree_model_iter_children  gtk_tree_model_iter_children;
9268 alias c_gtk_tree_model_iter_has_child  gtk_tree_model_iter_has_child;
9269 alias c_gtk_tree_model_iter_n_children  gtk_tree_model_iter_n_children;
9270 alias c_gtk_tree_model_iter_nth_child  gtk_tree_model_iter_nth_child;
9271 alias c_gtk_tree_model_iter_parent  gtk_tree_model_iter_parent;
9272 alias c_gtk_tree_model_get_string_from_iter  gtk_tree_model_get_string_from_iter;
9273 alias c_gtk_tree_model_ref_node  gtk_tree_model_ref_node;
9274 alias c_gtk_tree_model_unref_node  gtk_tree_model_unref_node;
9275 alias c_gtk_tree_model_get  gtk_tree_model_get;
9276 alias c_gtk_tree_model_get_valist  gtk_tree_model_get_valist;
9277 alias c_gtk_tree_model_foreach  gtk_tree_model_foreach;
9278 alias c_gtk_tree_model_row_changed  gtk_tree_model_row_changed;
9279 alias c_gtk_tree_model_row_inserted  gtk_tree_model_row_inserted;
9280 alias c_gtk_tree_model_row_has_child_toggled  gtk_tree_model_row_has_child_toggled;
9281 alias c_gtk_tree_model_row_deleted  gtk_tree_model_row_deleted;
9282 alias c_gtk_tree_model_rows_reordered  gtk_tree_model_rows_reordered;
9283 
9284 // gtk.TreeIter
9285 
9286 alias c_gtk_tree_iter_copy  gtk_tree_iter_copy;
9287 alias c_gtk_tree_iter_free  gtk_tree_iter_free;
9288 
9289 // gtk.TreeRowReference
9290 
9291 alias c_gtk_tree_row_reference_new  gtk_tree_row_reference_new;
9292 alias c_gtk_tree_row_reference_new_proxy  gtk_tree_row_reference_new_proxy;
9293 alias c_gtk_tree_row_reference_get_model  gtk_tree_row_reference_get_model;
9294 alias c_gtk_tree_row_reference_get_path  gtk_tree_row_reference_get_path;
9295 alias c_gtk_tree_row_reference_valid  gtk_tree_row_reference_valid;
9296 alias c_gtk_tree_row_reference_free  gtk_tree_row_reference_free;
9297 alias c_gtk_tree_row_reference_copy  gtk_tree_row_reference_copy;
9298 alias c_gtk_tree_row_reference_inserted  gtk_tree_row_reference_inserted;
9299 alias c_gtk_tree_row_reference_deleted  gtk_tree_row_reference_deleted;
9300 alias c_gtk_tree_row_reference_reordered  gtk_tree_row_reference_reordered;
9301 
9302 // gtk.TreeIterError
9303 
9304 
9305 // gtk.
9306 
9307 
9308 // gtk.TreeSelection
9309 
9310 alias c_gtk_tree_selection_set_mode  gtk_tree_selection_set_mode;
9311 alias c_gtk_tree_selection_get_mode  gtk_tree_selection_get_mode;
9312 alias c_gtk_tree_selection_set_select_function  gtk_tree_selection_set_select_function;
9313 alias c_gtk_tree_selection_get_select_function  gtk_tree_selection_get_select_function;
9314 alias c_gtk_tree_selection_get_user_data  gtk_tree_selection_get_user_data;
9315 alias c_gtk_tree_selection_get_tree_view  gtk_tree_selection_get_tree_view;
9316 alias c_gtk_tree_selection_get_selected  gtk_tree_selection_get_selected;
9317 alias c_gtk_tree_selection_selected_foreach  gtk_tree_selection_selected_foreach;
9318 alias c_gtk_tree_selection_get_selected_rows  gtk_tree_selection_get_selected_rows;
9319 alias c_gtk_tree_selection_count_selected_rows  gtk_tree_selection_count_selected_rows;
9320 alias c_gtk_tree_selection_select_path  gtk_tree_selection_select_path;
9321 alias c_gtk_tree_selection_unselect_path  gtk_tree_selection_unselect_path;
9322 alias c_gtk_tree_selection_path_is_selected  gtk_tree_selection_path_is_selected;
9323 alias c_gtk_tree_selection_select_iter  gtk_tree_selection_select_iter;
9324 alias c_gtk_tree_selection_unselect_iter  gtk_tree_selection_unselect_iter;
9325 alias c_gtk_tree_selection_iter_is_selected  gtk_tree_selection_iter_is_selected;
9326 alias c_gtk_tree_selection_select_all  gtk_tree_selection_select_all;
9327 alias c_gtk_tree_selection_unselect_all  gtk_tree_selection_unselect_all;
9328 alias c_gtk_tree_selection_select_range  gtk_tree_selection_select_range;
9329 alias c_gtk_tree_selection_unselect_range  gtk_tree_selection_unselect_range;
9330 
9331 // gtk.TreeViewColumn
9332 
9333 alias c_gtk_tree_view_column_new  gtk_tree_view_column_new;
9334 alias c_gtk_tree_view_column_new_with_attributes  gtk_tree_view_column_new_with_attributes;
9335 alias c_gtk_tree_view_column_pack_start  gtk_tree_view_column_pack_start;
9336 alias c_gtk_tree_view_column_pack_end  gtk_tree_view_column_pack_end;
9337 alias c_gtk_tree_view_column_clear  gtk_tree_view_column_clear;
9338 alias c_gtk_tree_view_column_get_cell_renderers  gtk_tree_view_column_get_cell_renderers;
9339 alias c_gtk_tree_view_column_add_attribute  gtk_tree_view_column_add_attribute;
9340 alias c_gtk_tree_view_column_set_attributes  gtk_tree_view_column_set_attributes;
9341 alias c_gtk_tree_view_column_set_cell_data_func  gtk_tree_view_column_set_cell_data_func;
9342 alias c_gtk_tree_view_column_clear_attributes  gtk_tree_view_column_clear_attributes;
9343 alias c_gtk_tree_view_column_set_spacing  gtk_tree_view_column_set_spacing;
9344 alias c_gtk_tree_view_column_get_spacing  gtk_tree_view_column_get_spacing;
9345 alias c_gtk_tree_view_column_set_visible  gtk_tree_view_column_set_visible;
9346 alias c_gtk_tree_view_column_get_visible  gtk_tree_view_column_get_visible;
9347 alias c_gtk_tree_view_column_set_resizable  gtk_tree_view_column_set_resizable;
9348 alias c_gtk_tree_view_column_get_resizable  gtk_tree_view_column_get_resizable;
9349 alias c_gtk_tree_view_column_set_sizing  gtk_tree_view_column_set_sizing;
9350 alias c_gtk_tree_view_column_get_sizing  gtk_tree_view_column_get_sizing;
9351 alias c_gtk_tree_view_column_get_width  gtk_tree_view_column_get_width;
9352 alias c_gtk_tree_view_column_get_fixed_width  gtk_tree_view_column_get_fixed_width;
9353 alias c_gtk_tree_view_column_set_fixed_width  gtk_tree_view_column_set_fixed_width;
9354 alias c_gtk_tree_view_column_set_min_width  gtk_tree_view_column_set_min_width;
9355 alias c_gtk_tree_view_column_get_min_width  gtk_tree_view_column_get_min_width;
9356 alias c_gtk_tree_view_column_set_max_width  gtk_tree_view_column_set_max_width;
9357 alias c_gtk_tree_view_column_get_max_width  gtk_tree_view_column_get_max_width;
9358 alias c_gtk_tree_view_column_clicked  gtk_tree_view_column_clicked;
9359 alias c_gtk_tree_view_column_set_title  gtk_tree_view_column_set_title;
9360 alias c_gtk_tree_view_column_get_title  gtk_tree_view_column_get_title;
9361 alias c_gtk_tree_view_column_set_expand  gtk_tree_view_column_set_expand;
9362 alias c_gtk_tree_view_column_get_expand  gtk_tree_view_column_get_expand;
9363 alias c_gtk_tree_view_column_set_clickable  gtk_tree_view_column_set_clickable;
9364 alias c_gtk_tree_view_column_get_clickable  gtk_tree_view_column_get_clickable;
9365 alias c_gtk_tree_view_column_set_widget  gtk_tree_view_column_set_widget;
9366 alias c_gtk_tree_view_column_get_widget  gtk_tree_view_column_get_widget;
9367 alias c_gtk_tree_view_column_set_alignment  gtk_tree_view_column_set_alignment;
9368 alias c_gtk_tree_view_column_get_alignment  gtk_tree_view_column_get_alignment;
9369 alias c_gtk_tree_view_column_set_reorderable  gtk_tree_view_column_set_reorderable;
9370 alias c_gtk_tree_view_column_get_reorderable  gtk_tree_view_column_get_reorderable;
9371 alias c_gtk_tree_view_column_set_sort_column_id  gtk_tree_view_column_set_sort_column_id;
9372 alias c_gtk_tree_view_column_get_sort_column_id  gtk_tree_view_column_get_sort_column_id;
9373 alias c_gtk_tree_view_column_set_sort_indicator  gtk_tree_view_column_set_sort_indicator;
9374 alias c_gtk_tree_view_column_get_sort_indicator  gtk_tree_view_column_get_sort_indicator;
9375 alias c_gtk_tree_view_column_set_sort_order  gtk_tree_view_column_set_sort_order;
9376 alias c_gtk_tree_view_column_get_sort_order  gtk_tree_view_column_get_sort_order;
9377 alias c_gtk_tree_view_column_cell_set_cell_data  gtk_tree_view_column_cell_set_cell_data;
9378 alias c_gtk_tree_view_column_cell_get_size  gtk_tree_view_column_cell_get_size;
9379 alias c_gtk_tree_view_column_cell_get_position  gtk_tree_view_column_cell_get_position;
9380 alias c_gtk_tree_view_column_cell_is_visible  gtk_tree_view_column_cell_is_visible;
9381 alias c_gtk_tree_view_column_focus_cell  gtk_tree_view_column_focus_cell;
9382 alias c_gtk_tree_view_column_queue_resize  gtk_tree_view_column_queue_resize;
9383 alias c_gtk_tree_view_column_get_tree_view  gtk_tree_view_column_get_tree_view;
9384 
9385 // gtk.TreeView
9386 
9387 alias c_gtk_tree_view_new  gtk_tree_view_new;
9388 alias c_gtk_tree_view_get_level_indentation  gtk_tree_view_get_level_indentation;
9389 alias c_gtk_tree_view_get_show_expanders  gtk_tree_view_get_show_expanders;
9390 alias c_gtk_tree_view_set_level_indentation  gtk_tree_view_set_level_indentation;
9391 alias c_gtk_tree_view_set_show_expanders  gtk_tree_view_set_show_expanders;
9392 alias c_gtk_tree_view_new_with_model  gtk_tree_view_new_with_model;
9393 alias c_gtk_tree_view_get_model  gtk_tree_view_get_model;
9394 alias c_gtk_tree_view_set_model  gtk_tree_view_set_model;
9395 alias c_gtk_tree_view_get_selection  gtk_tree_view_get_selection;
9396 alias c_gtk_tree_view_get_hadjustment  gtk_tree_view_get_hadjustment;
9397 alias c_gtk_tree_view_set_hadjustment  gtk_tree_view_set_hadjustment;
9398 alias c_gtk_tree_view_get_vadjustment  gtk_tree_view_get_vadjustment;
9399 alias c_gtk_tree_view_set_vadjustment  gtk_tree_view_set_vadjustment;
9400 alias c_gtk_tree_view_get_headers_visible  gtk_tree_view_get_headers_visible;
9401 alias c_gtk_tree_view_set_headers_visible  gtk_tree_view_set_headers_visible;
9402 alias c_gtk_tree_view_columns_autosize  gtk_tree_view_columns_autosize;
9403 alias c_gtk_tree_view_get_headers_clickable  gtk_tree_view_get_headers_clickable;
9404 alias c_gtk_tree_view_set_headers_clickable  gtk_tree_view_set_headers_clickable;
9405 alias c_gtk_tree_view_set_rules_hint  gtk_tree_view_set_rules_hint;
9406 alias c_gtk_tree_view_get_rules_hint  gtk_tree_view_get_rules_hint;
9407 alias c_gtk_tree_view_append_column  gtk_tree_view_append_column;
9408 alias c_gtk_tree_view_remove_column  gtk_tree_view_remove_column;
9409 alias c_gtk_tree_view_insert_column  gtk_tree_view_insert_column;
9410 alias c_gtk_tree_view_insert_column_with_attributes  gtk_tree_view_insert_column_with_attributes;
9411 alias c_gtk_tree_view_insert_column_with_data_func  gtk_tree_view_insert_column_with_data_func;
9412 alias c_gtk_tree_view_get_column  gtk_tree_view_get_column;
9413 alias c_gtk_tree_view_get_columns  gtk_tree_view_get_columns;
9414 alias c_gtk_tree_view_move_column_after  gtk_tree_view_move_column_after;
9415 alias c_gtk_tree_view_set_expander_column  gtk_tree_view_set_expander_column;
9416 alias c_gtk_tree_view_get_expander_column  gtk_tree_view_get_expander_column;
9417 alias c_gtk_tree_view_set_column_drag_function  gtk_tree_view_set_column_drag_function;
9418 alias c_gtk_tree_view_scroll_to_point  gtk_tree_view_scroll_to_point;
9419 alias c_gtk_tree_view_scroll_to_cell  gtk_tree_view_scroll_to_cell;
9420 alias c_gtk_tree_view_set_cursor  gtk_tree_view_set_cursor;
9421 alias c_gtk_tree_view_set_cursor_on_cell  gtk_tree_view_set_cursor_on_cell;
9422 alias c_gtk_tree_view_get_cursor  gtk_tree_view_get_cursor;
9423 alias c_gtk_tree_view_row_activated  gtk_tree_view_row_activated;
9424 alias c_gtk_tree_view_expand_all  gtk_tree_view_expand_all;
9425 alias c_gtk_tree_view_collapse_all  gtk_tree_view_collapse_all;
9426 alias c_gtk_tree_view_expand_to_path  gtk_tree_view_expand_to_path;
9427 alias c_gtk_tree_view_expand_row  gtk_tree_view_expand_row;
9428 alias c_gtk_tree_view_collapse_row  gtk_tree_view_collapse_row;
9429 alias c_gtk_tree_view_map_expanded_rows  gtk_tree_view_map_expanded_rows;
9430 alias c_gtk_tree_view_row_expanded  gtk_tree_view_row_expanded;
9431 alias c_gtk_tree_view_set_reorderable  gtk_tree_view_set_reorderable;
9432 alias c_gtk_tree_view_get_reorderable  gtk_tree_view_get_reorderable;
9433 alias c_gtk_tree_view_get_path_at_pos  gtk_tree_view_get_path_at_pos;
9434 alias c_gtk_tree_view_get_cell_area  gtk_tree_view_get_cell_area;
9435 alias c_gtk_tree_view_get_background_area  gtk_tree_view_get_background_area;
9436 alias c_gtk_tree_view_get_visible_rect  gtk_tree_view_get_visible_rect;
9437 alias c_gtk_tree_view_get_visible_range  gtk_tree_view_get_visible_range;
9438 alias c_gtk_tree_view_get_bin_window  gtk_tree_view_get_bin_window;
9439 alias c_gtk_tree_view_widget_to_tree_coords  gtk_tree_view_widget_to_tree_coords;
9440 alias c_gtk_tree_view_tree_to_widget_coords  gtk_tree_view_tree_to_widget_coords;
9441 alias c_gtk_tree_view_convert_bin_window_to_tree_coords  gtk_tree_view_convert_bin_window_to_tree_coords;
9442 alias c_gtk_tree_view_convert_bin_window_to_widget_coords  gtk_tree_view_convert_bin_window_to_widget_coords;
9443 alias c_gtk_tree_view_convert_tree_to_bin_window_coords  gtk_tree_view_convert_tree_to_bin_window_coords;
9444 alias c_gtk_tree_view_convert_tree_to_widget_coords  gtk_tree_view_convert_tree_to_widget_coords;
9445 alias c_gtk_tree_view_convert_widget_to_bin_window_coords  gtk_tree_view_convert_widget_to_bin_window_coords;
9446 alias c_gtk_tree_view_convert_widget_to_tree_coords  gtk_tree_view_convert_widget_to_tree_coords;
9447 alias c_gtk_tree_view_enable_model_drag_dest  gtk_tree_view_enable_model_drag_dest;
9448 alias c_gtk_tree_view_enable_model_drag_source  gtk_tree_view_enable_model_drag_source;
9449 alias c_gtk_tree_view_unset_rows_drag_source  gtk_tree_view_unset_rows_drag_source;
9450 alias c_gtk_tree_view_unset_rows_drag_dest  gtk_tree_view_unset_rows_drag_dest;
9451 alias c_gtk_tree_view_set_drag_dest_row  gtk_tree_view_set_drag_dest_row;
9452 alias c_gtk_tree_view_get_drag_dest_row  gtk_tree_view_get_drag_dest_row;
9453 alias c_gtk_tree_view_get_dest_row_at_pos  gtk_tree_view_get_dest_row_at_pos;
9454 alias c_gtk_tree_view_create_row_drag_icon  gtk_tree_view_create_row_drag_icon;
9455 alias c_gtk_tree_view_set_enable_search  gtk_tree_view_set_enable_search;
9456 alias c_gtk_tree_view_get_enable_search  gtk_tree_view_get_enable_search;
9457 alias c_gtk_tree_view_get_search_column  gtk_tree_view_get_search_column;
9458 alias c_gtk_tree_view_set_search_column  gtk_tree_view_set_search_column;
9459 alias c_gtk_tree_view_get_search_equal_func  gtk_tree_view_get_search_equal_func;
9460 alias c_gtk_tree_view_set_search_equal_func  gtk_tree_view_set_search_equal_func;
9461 alias c_gtk_tree_view_get_search_entry  gtk_tree_view_get_search_entry;
9462 alias c_gtk_tree_view_set_search_entry  gtk_tree_view_set_search_entry;
9463 alias c_gtk_tree_view_get_search_position_func  gtk_tree_view_get_search_position_func;
9464 alias c_gtk_tree_view_set_search_position_func  gtk_tree_view_set_search_position_func;
9465 alias c_gtk_tree_view_get_fixed_height_mode  gtk_tree_view_get_fixed_height_mode;
9466 alias c_gtk_tree_view_set_fixed_height_mode  gtk_tree_view_set_fixed_height_mode;
9467 alias c_gtk_tree_view_get_hover_selection  gtk_tree_view_get_hover_selection;
9468 alias c_gtk_tree_view_set_hover_selection  gtk_tree_view_set_hover_selection;
9469 alias c_gtk_tree_view_get_hover_expand  gtk_tree_view_get_hover_expand;
9470 alias c_gtk_tree_view_set_hover_expand  gtk_tree_view_set_hover_expand;
9471 alias c_gtk_tree_view_set_destroy_count_func  gtk_tree_view_set_destroy_count_func;
9472 alias c_gtk_tree_view_get_row_separator_func  gtk_tree_view_get_row_separator_func;
9473 alias c_gtk_tree_view_set_row_separator_func  gtk_tree_view_set_row_separator_func;
9474 alias c_gtk_tree_view_get_rubber_banding  gtk_tree_view_get_rubber_banding;
9475 alias c_gtk_tree_view_set_rubber_banding  gtk_tree_view_set_rubber_banding;
9476 alias c_gtk_tree_view_is_rubber_banding_active  gtk_tree_view_is_rubber_banding_active;
9477 alias c_gtk_tree_view_get_enable_tree_lines  gtk_tree_view_get_enable_tree_lines;
9478 alias c_gtk_tree_view_set_enable_tree_lines  gtk_tree_view_set_enable_tree_lines;
9479 alias c_gtk_tree_view_get_grid_lines  gtk_tree_view_get_grid_lines;
9480 alias c_gtk_tree_view_set_grid_lines  gtk_tree_view_set_grid_lines;
9481 alias c_gtk_tree_view_set_tooltip_row  gtk_tree_view_set_tooltip_row;
9482 alias c_gtk_tree_view_set_tooltip_cell  gtk_tree_view_set_tooltip_cell;
9483 alias c_gtk_tree_view_get_tooltip_context  gtk_tree_view_get_tooltip_context;
9484 alias c_gtk_tree_view_get_tooltip_column  gtk_tree_view_get_tooltip_column;
9485 alias c_gtk_tree_view_set_tooltip_column  gtk_tree_view_set_tooltip_column;
9486 
9487 // gtk.TreeDragSourceT
9488 
9489 
9490 // gtk.TreeDragSourceT
9491 
9492 alias c_gtk_tree_drag_source_drag_data_delete  gtk_tree_drag_source_drag_data_delete;
9493 alias c_gtk_tree_drag_source_drag_data_get  gtk_tree_drag_source_drag_data_get;
9494 alias c_gtk_tree_drag_source_row_draggable  gtk_tree_drag_source_row_draggable;
9495 alias c_gtk_tree_set_row_drag_data  gtk_tree_set_row_drag_data;
9496 alias c_gtk_tree_get_row_drag_data  gtk_tree_get_row_drag_data;
9497 
9498 // gtk.TreeDragDestT
9499 
9500 
9501 // gtk.TreeDragDestT
9502 
9503 alias c_gtk_tree_drag_dest_drag_data_received  gtk_tree_drag_dest_drag_data_received;
9504 alias c_gtk_tree_drag_dest_row_drop_possible  gtk_tree_drag_dest_row_drop_possible;
9505 
9506 // gtk.CellView
9507 
9508 alias c_gtk_cell_view_new  gtk_cell_view_new;
9509 alias c_gtk_cell_view_new_with_text  gtk_cell_view_new_with_text;
9510 alias c_gtk_cell_view_new_with_markup  gtk_cell_view_new_with_markup;
9511 alias c_gtk_cell_view_new_with_pixbuf  gtk_cell_view_new_with_pixbuf;
9512 alias c_gtk_cell_view_set_model  gtk_cell_view_set_model;
9513 alias c_gtk_cell_view_get_model  gtk_cell_view_get_model;
9514 alias c_gtk_cell_view_set_displayed_row  gtk_cell_view_set_displayed_row;
9515 alias c_gtk_cell_view_get_displayed_row  gtk_cell_view_get_displayed_row;
9516 alias c_gtk_cell_view_get_size_of_row  gtk_cell_view_get_size_of_row;
9517 alias c_gtk_cell_view_set_background_color  gtk_cell_view_set_background_color;
9518 alias c_gtk_cell_view_get_cell_renderers  gtk_cell_view_get_cell_renderers;
9519 
9520 // gtk.IconView
9521 
9522 alias c_gtk_icon_view_new  gtk_icon_view_new;
9523 alias c_gtk_icon_view_new_with_model  gtk_icon_view_new_with_model;
9524 alias c_gtk_icon_view_set_model  gtk_icon_view_set_model;
9525 alias c_gtk_icon_view_get_model  gtk_icon_view_get_model;
9526 alias c_gtk_icon_view_set_text_column  gtk_icon_view_set_text_column;
9527 alias c_gtk_icon_view_get_text_column  gtk_icon_view_get_text_column;
9528 alias c_gtk_icon_view_set_markup_column  gtk_icon_view_set_markup_column;
9529 alias c_gtk_icon_view_get_markup_column  gtk_icon_view_get_markup_column;
9530 alias c_gtk_icon_view_set_pixbuf_column  gtk_icon_view_set_pixbuf_column;
9531 alias c_gtk_icon_view_get_pixbuf_column  gtk_icon_view_get_pixbuf_column;
9532 alias c_gtk_icon_view_get_path_at_pos  gtk_icon_view_get_path_at_pos;
9533 alias c_gtk_icon_view_get_item_at_pos  gtk_icon_view_get_item_at_pos;
9534 alias c_gtk_icon_view_convert_widget_to_bin_window_coords  gtk_icon_view_convert_widget_to_bin_window_coords;
9535 alias c_gtk_icon_view_set_cursor  gtk_icon_view_set_cursor;
9536 alias c_gtk_icon_view_get_cursor  gtk_icon_view_get_cursor;
9537 alias c_gtk_icon_view_selected_foreach  gtk_icon_view_selected_foreach;
9538 alias c_gtk_icon_view_set_selection_mode  gtk_icon_view_set_selection_mode;
9539 alias c_gtk_icon_view_get_selection_mode  gtk_icon_view_get_selection_mode;
9540 alias c_gtk_icon_view_set_orientation  gtk_icon_view_set_orientation;
9541 alias c_gtk_icon_view_get_orientation  gtk_icon_view_get_orientation;
9542 alias c_gtk_icon_view_set_item_orientation  gtk_icon_view_set_item_orientation;
9543 alias c_gtk_icon_view_get_item_orientation  gtk_icon_view_get_item_orientation;
9544 alias c_gtk_icon_view_set_columns  gtk_icon_view_set_columns;
9545 alias c_gtk_icon_view_get_columns  gtk_icon_view_get_columns;
9546 alias c_gtk_icon_view_set_item_width  gtk_icon_view_set_item_width;
9547 alias c_gtk_icon_view_get_item_width  gtk_icon_view_get_item_width;
9548 alias c_gtk_icon_view_set_spacing  gtk_icon_view_set_spacing;
9549 alias c_gtk_icon_view_get_spacing  gtk_icon_view_get_spacing;
9550 alias c_gtk_icon_view_set_row_spacing  gtk_icon_view_set_row_spacing;
9551 alias c_gtk_icon_view_get_row_spacing  gtk_icon_view_get_row_spacing;
9552 alias c_gtk_icon_view_set_column_spacing  gtk_icon_view_set_column_spacing;
9553 alias c_gtk_icon_view_get_column_spacing  gtk_icon_view_get_column_spacing;
9554 alias c_gtk_icon_view_set_margin  gtk_icon_view_set_margin;
9555 alias c_gtk_icon_view_get_margin  gtk_icon_view_get_margin;
9556 alias c_gtk_icon_view_set_item_padding  gtk_icon_view_set_item_padding;
9557 alias c_gtk_icon_view_get_item_padding  gtk_icon_view_get_item_padding;
9558 alias c_gtk_icon_view_select_path  gtk_icon_view_select_path;
9559 alias c_gtk_icon_view_unselect_path  gtk_icon_view_unselect_path;
9560 alias c_gtk_icon_view_path_is_selected  gtk_icon_view_path_is_selected;
9561 alias c_gtk_icon_view_get_selected_items  gtk_icon_view_get_selected_items;
9562 alias c_gtk_icon_view_select_all  gtk_icon_view_select_all;
9563 alias c_gtk_icon_view_unselect_all  gtk_icon_view_unselect_all;
9564 alias c_gtk_icon_view_item_activated  gtk_icon_view_item_activated;
9565 alias c_gtk_icon_view_scroll_to_path  gtk_icon_view_scroll_to_path;
9566 alias c_gtk_icon_view_get_visible_range  gtk_icon_view_get_visible_range;
9567 alias c_gtk_icon_view_set_tooltip_item  gtk_icon_view_set_tooltip_item;
9568 alias c_gtk_icon_view_set_tooltip_cell  gtk_icon_view_set_tooltip_cell;
9569 alias c_gtk_icon_view_get_tooltip_context  gtk_icon_view_get_tooltip_context;
9570 alias c_gtk_icon_view_set_tooltip_column  gtk_icon_view_set_tooltip_column;
9571 alias c_gtk_icon_view_get_tooltip_column  gtk_icon_view_get_tooltip_column;
9572 alias c_gtk_icon_view_get_item_row  gtk_icon_view_get_item_row;
9573 alias c_gtk_icon_view_get_item_column  gtk_icon_view_get_item_column;
9574 alias c_gtk_icon_view_enable_model_drag_source  gtk_icon_view_enable_model_drag_source;
9575 alias c_gtk_icon_view_enable_model_drag_dest  gtk_icon_view_enable_model_drag_dest;
9576 alias c_gtk_icon_view_unset_model_drag_source  gtk_icon_view_unset_model_drag_source;
9577 alias c_gtk_icon_view_unset_model_drag_dest  gtk_icon_view_unset_model_drag_dest;
9578 alias c_gtk_icon_view_set_reorderable  gtk_icon_view_set_reorderable;
9579 alias c_gtk_icon_view_get_reorderable  gtk_icon_view_get_reorderable;
9580 alias c_gtk_icon_view_set_drag_dest_item  gtk_icon_view_set_drag_dest_item;
9581 alias c_gtk_icon_view_get_drag_dest_item  gtk_icon_view_get_drag_dest_item;
9582 alias c_gtk_icon_view_get_dest_item_at_pos  gtk_icon_view_get_dest_item_at_pos;
9583 alias c_gtk_icon_view_create_drag_icon  gtk_icon_view_create_drag_icon;
9584 
9585 // gtk.TreeSortableT
9586 
9587 
9588 // gtk.TreeSortableT
9589 
9590 alias c_gtk_tree_sortable_sort_column_changed  gtk_tree_sortable_sort_column_changed;
9591 alias c_gtk_tree_sortable_get_sort_column_id  gtk_tree_sortable_get_sort_column_id;
9592 alias c_gtk_tree_sortable_set_sort_column_id  gtk_tree_sortable_set_sort_column_id;
9593 alias c_gtk_tree_sortable_set_sort_func  gtk_tree_sortable_set_sort_func;
9594 alias c_gtk_tree_sortable_set_default_sort_func  gtk_tree_sortable_set_default_sort_func;
9595 alias c_gtk_tree_sortable_has_default_sort_func  gtk_tree_sortable_has_default_sort_func;
9596 
9597 // gtk.TreeModelSort
9598 
9599 alias c_gtk_tree_model_sort_new_with_model  gtk_tree_model_sort_new_with_model;
9600 alias c_gtk_tree_model_sort_get_model  gtk_tree_model_sort_get_model;
9601 alias c_gtk_tree_model_sort_convert_child_path_to_path  gtk_tree_model_sort_convert_child_path_to_path;
9602 alias c_gtk_tree_model_sort_convert_child_iter_to_iter  gtk_tree_model_sort_convert_child_iter_to_iter;
9603 alias c_gtk_tree_model_sort_convert_path_to_child_path  gtk_tree_model_sort_convert_path_to_child_path;
9604 alias c_gtk_tree_model_sort_convert_iter_to_child_iter  gtk_tree_model_sort_convert_iter_to_child_iter;
9605 alias c_gtk_tree_model_sort_reset_default_sort_func  gtk_tree_model_sort_reset_default_sort_func;
9606 alias c_gtk_tree_model_sort_clear_cache  gtk_tree_model_sort_clear_cache;
9607 alias c_gtk_tree_model_sort_iter_is_valid  gtk_tree_model_sort_iter_is_valid;
9608 
9609 // gtk.TreeModelFilter
9610 
9611 alias c_gtk_tree_model_filter_new  gtk_tree_model_filter_new;
9612 alias c_gtk_tree_model_filter_set_visible_func  gtk_tree_model_filter_set_visible_func;
9613 alias c_gtk_tree_model_filter_set_modify_func  gtk_tree_model_filter_set_modify_func;
9614 alias c_gtk_tree_model_filter_set_visible_column  gtk_tree_model_filter_set_visible_column;
9615 alias c_gtk_tree_model_filter_get_model  gtk_tree_model_filter_get_model;
9616 alias c_gtk_tree_model_filter_convert_child_iter_to_iter  gtk_tree_model_filter_convert_child_iter_to_iter;
9617 alias c_gtk_tree_model_filter_convert_iter_to_child_iter  gtk_tree_model_filter_convert_iter_to_child_iter;
9618 alias c_gtk_tree_model_filter_convert_child_path_to_path  gtk_tree_model_filter_convert_child_path_to_path;
9619 alias c_gtk_tree_model_filter_convert_path_to_child_path  gtk_tree_model_filter_convert_path_to_child_path;
9620 alias c_gtk_tree_model_filter_refilter  gtk_tree_model_filter_refilter;
9621 alias c_gtk_tree_model_filter_clear_cache  gtk_tree_model_filter_clear_cache;
9622 
9623 // gtk.CellLayoutT
9624 
9625 
9626 // gtk.CellLayoutT
9627 
9628 alias c_gtk_cell_layout_pack_start  gtk_cell_layout_pack_start;
9629 alias c_gtk_cell_layout_pack_end  gtk_cell_layout_pack_end;
9630 alias c_gtk_cell_layout_get_cells  gtk_cell_layout_get_cells;
9631 alias c_gtk_cell_layout_reorder  gtk_cell_layout_reorder;
9632 alias c_gtk_cell_layout_clear  gtk_cell_layout_clear;
9633 alias c_gtk_cell_layout_set_attributes  gtk_cell_layout_set_attributes;
9634 alias c_gtk_cell_layout_add_attribute  gtk_cell_layout_add_attribute;
9635 alias c_gtk_cell_layout_set_cell_data_func  gtk_cell_layout_set_cell_data_func;
9636 alias c_gtk_cell_layout_clear_attributes  gtk_cell_layout_clear_attributes;
9637 
9638 // gtk.CellRenderer
9639 
9640 alias c_gtk_cell_renderer_get_size  gtk_cell_renderer_get_size;
9641 alias c_gtk_cell_renderer_render  gtk_cell_renderer_render;
9642 alias c_gtk_cell_renderer_activate  gtk_cell_renderer_activate;
9643 alias c_gtk_cell_renderer_start_editing  gtk_cell_renderer_start_editing;
9644 alias c_gtk_cell_renderer_editing_canceled  gtk_cell_renderer_editing_canceled;
9645 alias c_gtk_cell_renderer_stop_editing  gtk_cell_renderer_stop_editing;
9646 alias c_gtk_cell_renderer_get_fixed_size  gtk_cell_renderer_get_fixed_size;
9647 alias c_gtk_cell_renderer_set_fixed_size  gtk_cell_renderer_set_fixed_size;
9648 alias c_gtk_cell_renderer_get_visible  gtk_cell_renderer_get_visible;
9649 alias c_gtk_cell_renderer_set_visible  gtk_cell_renderer_set_visible;
9650 alias c_gtk_cell_renderer_get_sensitive  gtk_cell_renderer_get_sensitive;
9651 alias c_gtk_cell_renderer_set_sensitive  gtk_cell_renderer_set_sensitive;
9652 alias c_gtk_cell_renderer_get_alignment  gtk_cell_renderer_get_alignment;
9653 alias c_gtk_cell_renderer_set_alignment  gtk_cell_renderer_set_alignment;
9654 alias c_gtk_cell_renderer_get_padding  gtk_cell_renderer_get_padding;
9655 alias c_gtk_cell_renderer_set_padding  gtk_cell_renderer_set_padding;
9656 
9657 // gtk.CellEditableT
9658 
9659 
9660 // gtk.CellEditableT
9661 
9662 alias c_gtk_cell_editable_start_editing  gtk_cell_editable_start_editing;
9663 alias c_gtk_cell_editable_editing_done  gtk_cell_editable_editing_done;
9664 alias c_gtk_cell_editable_remove_widget  gtk_cell_editable_remove_widget;
9665 
9666 // gtk.CellEditable
9667 
9668 
9669 // gtk.CellRendererAccel
9670 
9671 alias c_gtk_cell_renderer_accel_new  gtk_cell_renderer_accel_new;
9672 
9673 // gtk.CellRendererCombo
9674 
9675 alias c_gtk_cell_renderer_combo_new  gtk_cell_renderer_combo_new;
9676 
9677 // gtk.CellRendererPixbuf
9678 
9679 alias c_gtk_cell_renderer_pixbuf_new  gtk_cell_renderer_pixbuf_new;
9680 
9681 // gtk.CellRendererProgress
9682 
9683 alias c_gtk_cell_renderer_progress_new  gtk_cell_renderer_progress_new;
9684 
9685 // gtk.CellRendererSpin
9686 
9687 alias c_gtk_cell_renderer_spin_new  gtk_cell_renderer_spin_new;
9688 
9689 // gtk.CellRendererText
9690 
9691 alias c_gtk_cell_renderer_text_new  gtk_cell_renderer_text_new;
9692 alias c_gtk_cell_renderer_text_set_fixed_height_from_font  gtk_cell_renderer_text_set_fixed_height_from_font;
9693 
9694 // gtk.CellRendererToggle
9695 
9696 alias c_gtk_cell_renderer_toggle_new  gtk_cell_renderer_toggle_new;
9697 alias c_gtk_cell_renderer_toggle_get_radio  gtk_cell_renderer_toggle_get_radio;
9698 alias c_gtk_cell_renderer_toggle_set_radio  gtk_cell_renderer_toggle_set_radio;
9699 alias c_gtk_cell_renderer_toggle_get_active  gtk_cell_renderer_toggle_get_active;
9700 alias c_gtk_cell_renderer_toggle_set_active  gtk_cell_renderer_toggle_set_active;
9701 alias c_gtk_cell_renderer_toggle_get_activatable  gtk_cell_renderer_toggle_get_activatable;
9702 alias c_gtk_cell_renderer_toggle_set_activatable  gtk_cell_renderer_toggle_set_activatable;
9703 
9704 // gtk.CellRendererSpinner
9705 
9706 alias c_gtk_cell_renderer_spinner_new  gtk_cell_renderer_spinner_new;
9707 
9708 // gtk.
9709 
9710 
9711 // gtk.ListStore
9712 
9713 alias c_gtk_list_store_new  gtk_list_store_new;
9714 alias c_gtk_list_store_newv  gtk_list_store_newv;
9715 alias c_gtk_list_store_set_column_types  gtk_list_store_set_column_types;
9716 alias c_gtk_list_store_set  gtk_list_store_set;
9717 alias c_gtk_list_store_set_valist  gtk_list_store_set_valist;
9718 alias c_gtk_list_store_set_value  gtk_list_store_set_value;
9719 alias c_gtk_list_store_set_valuesv  gtk_list_store_set_valuesv;
9720 alias c_gtk_list_store_remove  gtk_list_store_remove;
9721 alias c_gtk_list_store_insert  gtk_list_store_insert;
9722 alias c_gtk_list_store_insert_before  gtk_list_store_insert_before;
9723 alias c_gtk_list_store_insert_after  gtk_list_store_insert_after;
9724 alias c_gtk_list_store_insert_with_values  gtk_list_store_insert_with_values;
9725 alias c_gtk_list_store_insert_with_valuesv  gtk_list_store_insert_with_valuesv;
9726 alias c_gtk_list_store_prepend  gtk_list_store_prepend;
9727 alias c_gtk_list_store_append  gtk_list_store_append;
9728 alias c_gtk_list_store_clear  gtk_list_store_clear;
9729 alias c_gtk_list_store_iter_is_valid  gtk_list_store_iter_is_valid;
9730 alias c_gtk_list_store_reorder  gtk_list_store_reorder;
9731 alias c_gtk_list_store_swap  gtk_list_store_swap;
9732 alias c_gtk_list_store_move_before  gtk_list_store_move_before;
9733 alias c_gtk_list_store_move_after  gtk_list_store_move_after;
9734 
9735 // gtk.TreeStore
9736 
9737 alias c_gtk_tree_store_new  gtk_tree_store_new;
9738 alias c_gtk_tree_store_newv  gtk_tree_store_newv;
9739 alias c_gtk_tree_store_set_column_types  gtk_tree_store_set_column_types;
9740 alias c_gtk_tree_store_set_value  gtk_tree_store_set_value;
9741 alias c_gtk_tree_store_set  gtk_tree_store_set;
9742 alias c_gtk_tree_store_set_valist  gtk_tree_store_set_valist;
9743 alias c_gtk_tree_store_set_valuesv  gtk_tree_store_set_valuesv;
9744 alias c_gtk_tree_store_remove  gtk_tree_store_remove;
9745 alias c_gtk_tree_store_insert  gtk_tree_store_insert;
9746 alias c_gtk_tree_store_insert_before  gtk_tree_store_insert_before;
9747 alias c_gtk_tree_store_insert_after  gtk_tree_store_insert_after;
9748 alias c_gtk_tree_store_insert_with_values  gtk_tree_store_insert_with_values;
9749 alias c_gtk_tree_store_insert_with_valuesv  gtk_tree_store_insert_with_valuesv;
9750 alias c_gtk_tree_store_prepend  gtk_tree_store_prepend;
9751 alias c_gtk_tree_store_append  gtk_tree_store_append;
9752 alias c_gtk_tree_store_is_ancestor  gtk_tree_store_is_ancestor;
9753 alias c_gtk_tree_store_iter_depth  gtk_tree_store_iter_depth;
9754 alias c_gtk_tree_store_clear  gtk_tree_store_clear;
9755 alias c_gtk_tree_store_iter_is_valid  gtk_tree_store_iter_is_valid;
9756 alias c_gtk_tree_store_reorder  gtk_tree_store_reorder;
9757 alias c_gtk_tree_store_swap  gtk_tree_store_swap;
9758 alias c_gtk_tree_store_move_before  gtk_tree_store_move_before;
9759 alias c_gtk_tree_store_move_after  gtk_tree_store_move_after;
9760 
9761 // gtk.ComboBox
9762 
9763 alias c_gtk_combo_box_new  gtk_combo_box_new;
9764 alias c_gtk_combo_box_new_with_entry  gtk_combo_box_new_with_entry;
9765 alias c_gtk_combo_box_new_with_model  gtk_combo_box_new_with_model;
9766 alias c_gtk_combo_box_new_with_model_and_entry  gtk_combo_box_new_with_model_and_entry;
9767 alias c_gtk_combo_box_get_wrap_width  gtk_combo_box_get_wrap_width;
9768 alias c_gtk_combo_box_set_wrap_width  gtk_combo_box_set_wrap_width;
9769 alias c_gtk_combo_box_get_row_span_column  gtk_combo_box_get_row_span_column;
9770 alias c_gtk_combo_box_set_row_span_column  gtk_combo_box_set_row_span_column;
9771 alias c_gtk_combo_box_get_column_span_column  gtk_combo_box_get_column_span_column;
9772 alias c_gtk_combo_box_set_column_span_column  gtk_combo_box_set_column_span_column;
9773 alias c_gtk_combo_box_get_active  gtk_combo_box_get_active;
9774 alias c_gtk_combo_box_set_active  gtk_combo_box_set_active;
9775 alias c_gtk_combo_box_get_active_iter  gtk_combo_box_get_active_iter;
9776 alias c_gtk_combo_box_set_active_iter  gtk_combo_box_set_active_iter;
9777 alias c_gtk_combo_box_get_model  gtk_combo_box_get_model;
9778 alias c_gtk_combo_box_set_model  gtk_combo_box_set_model;
9779 alias c_gtk_combo_box_new_text  gtk_combo_box_new_text;
9780 alias c_gtk_combo_box_append_text  gtk_combo_box_append_text;
9781 alias c_gtk_combo_box_insert_text  gtk_combo_box_insert_text;
9782 alias c_gtk_combo_box_prepend_text  gtk_combo_box_prepend_text;
9783 alias c_gtk_combo_box_remove_text  gtk_combo_box_remove_text;
9784 alias c_gtk_combo_box_get_active_text  gtk_combo_box_get_active_text;
9785 alias c_gtk_combo_box_popup  gtk_combo_box_popup;
9786 alias c_gtk_combo_box_popdown  gtk_combo_box_popdown;
9787 alias c_gtk_combo_box_get_popup_accessible  gtk_combo_box_get_popup_accessible;
9788 alias c_gtk_combo_box_get_row_separator_func  gtk_combo_box_get_row_separator_func;
9789 alias c_gtk_combo_box_set_row_separator_func  gtk_combo_box_set_row_separator_func;
9790 alias c_gtk_combo_box_set_add_tearoffs  gtk_combo_box_set_add_tearoffs;
9791 alias c_gtk_combo_box_get_add_tearoffs  gtk_combo_box_get_add_tearoffs;
9792 alias c_gtk_combo_box_set_title  gtk_combo_box_set_title;
9793 alias c_gtk_combo_box_get_title  gtk_combo_box_get_title;
9794 alias c_gtk_combo_box_set_focus_on_click  gtk_combo_box_set_focus_on_click;
9795 alias c_gtk_combo_box_get_focus_on_click  gtk_combo_box_get_focus_on_click;
9796 alias c_gtk_combo_box_set_button_sensitivity  gtk_combo_box_set_button_sensitivity;
9797 alias c_gtk_combo_box_get_button_sensitivity  gtk_combo_box_get_button_sensitivity;
9798 alias c_gtk_combo_box_get_has_entry  gtk_combo_box_get_has_entry;
9799 alias c_gtk_combo_box_set_entry_text_column  gtk_combo_box_set_entry_text_column;
9800 alias c_gtk_combo_box_get_entry_text_column  gtk_combo_box_get_entry_text_column;
9801 
9802 // gtk.ComboBoxEntry
9803 
9804 alias c_gtk_combo_box_entry_new  gtk_combo_box_entry_new;
9805 alias c_gtk_combo_box_entry_new_with_model  gtk_combo_box_entry_new_with_model;
9806 alias c_gtk_combo_box_entry_new_text  gtk_combo_box_entry_new_text;
9807 alias c_gtk_combo_box_entry_set_text_column  gtk_combo_box_entry_set_text_column;
9808 alias c_gtk_combo_box_entry_get_text_column  gtk_combo_box_entry_get_text_column;
9809 
9810 // gtk.Menu
9811 
9812 alias c_gtk_menu_new  gtk_menu_new;
9813 alias c_gtk_menu_set_screen  gtk_menu_set_screen;
9814 alias c_gtk_menu_reorder_child  gtk_menu_reorder_child;
9815 alias c_gtk_menu_attach  gtk_menu_attach;
9816 alias c_gtk_menu_popup  gtk_menu_popup;
9817 alias c_gtk_menu_set_accel_group  gtk_menu_set_accel_group;
9818 alias c_gtk_menu_get_accel_group  gtk_menu_get_accel_group;
9819 alias c_gtk_menu_set_accel_path  gtk_menu_set_accel_path;
9820 alias c_gtk_menu_get_accel_path  gtk_menu_get_accel_path;
9821 alias c_gtk_menu_set_title  gtk_menu_set_title;
9822 alias c_gtk_menu_get_title  gtk_menu_get_title;
9823 alias c_gtk_menu_set_monitor  gtk_menu_set_monitor;
9824 alias c_gtk_menu_get_monitor  gtk_menu_get_monitor;
9825 alias c_gtk_menu_get_tearoff_state  gtk_menu_get_tearoff_state;
9826 alias c_gtk_menu_set_reserve_toggle_size  gtk_menu_set_reserve_toggle_size;
9827 alias c_gtk_menu_get_reserve_toggle_size  gtk_menu_get_reserve_toggle_size;
9828 alias c_gtk_menu_popdown  gtk_menu_popdown;
9829 alias c_gtk_menu_reposition  gtk_menu_reposition;
9830 alias c_gtk_menu_get_active  gtk_menu_get_active;
9831 alias c_gtk_menu_set_active  gtk_menu_set_active;
9832 alias c_gtk_menu_set_tearoff_state  gtk_menu_set_tearoff_state;
9833 alias c_gtk_menu_attach_to_widget  gtk_menu_attach_to_widget;
9834 alias c_gtk_menu_detach  gtk_menu_detach;
9835 alias c_gtk_menu_get_attach_widget  gtk_menu_get_attach_widget;
9836 alias c_gtk_menu_get_for_attach_widget  gtk_menu_get_for_attach_widget;
9837 
9838 // gtk.MenuBar
9839 
9840 alias c_gtk_menu_bar_new  gtk_menu_bar_new;
9841 alias c_gtk_menu_bar_set_pack_direction  gtk_menu_bar_set_pack_direction;
9842 alias c_gtk_menu_bar_get_pack_direction  gtk_menu_bar_get_pack_direction;
9843 alias c_gtk_menu_bar_set_child_pack_direction  gtk_menu_bar_set_child_pack_direction;
9844 alias c_gtk_menu_bar_get_child_pack_direction  gtk_menu_bar_get_child_pack_direction;
9845 
9846 // gtk.MenuItem
9847 
9848 alias c_gtk_menu_item_new  gtk_menu_item_new;
9849 alias c_gtk_menu_item_new_with_label  gtk_menu_item_new_with_label;
9850 alias c_gtk_menu_item_new_with_mnemonic  gtk_menu_item_new_with_mnemonic;
9851 alias c_gtk_menu_item_set_right_justified  gtk_menu_item_set_right_justified;
9852 alias c_gtk_menu_item_get_right_justified  gtk_menu_item_get_right_justified;
9853 alias c_gtk_menu_item_get_label  gtk_menu_item_get_label;
9854 alias c_gtk_menu_item_set_label  gtk_menu_item_set_label;
9855 alias c_gtk_menu_item_get_use_underline  gtk_menu_item_get_use_underline;
9856 alias c_gtk_menu_item_set_use_underline  gtk_menu_item_set_use_underline;
9857 alias c_gtk_menu_item_set_submenu  gtk_menu_item_set_submenu;
9858 alias c_gtk_menu_item_get_submenu  gtk_menu_item_get_submenu;
9859 alias c_gtk_menu_item_remove_submenu  gtk_menu_item_remove_submenu;
9860 alias c_gtk_menu_item_set_accel_path  gtk_menu_item_set_accel_path;
9861 alias c_gtk_menu_item_get_accel_path  gtk_menu_item_get_accel_path;
9862 alias c_gtk_menu_item_select  gtk_menu_item_select;
9863 alias c_gtk_menu_item_deselect  gtk_menu_item_deselect;
9864 alias c_gtk_menu_item_activate  gtk_menu_item_activate;
9865 alias c_gtk_menu_item_toggle_size_request  gtk_menu_item_toggle_size_request;
9866 alias c_gtk_menu_item_toggle_size_allocate  gtk_menu_item_toggle_size_allocate;
9867 
9868 // gtk.ImageMenuItem
9869 
9870 alias c_gtk_image_menu_item_set_image  gtk_image_menu_item_set_image;
9871 alias c_gtk_image_menu_item_get_image  gtk_image_menu_item_get_image;
9872 alias c_gtk_image_menu_item_new  gtk_image_menu_item_new;
9873 alias c_gtk_image_menu_item_new_from_stock  gtk_image_menu_item_new_from_stock;
9874 alias c_gtk_image_menu_item_new_with_label  gtk_image_menu_item_new_with_label;
9875 alias c_gtk_image_menu_item_new_with_mnemonic  gtk_image_menu_item_new_with_mnemonic;
9876 alias c_gtk_image_menu_item_get_use_stock  gtk_image_menu_item_get_use_stock;
9877 alias c_gtk_image_menu_item_set_use_stock  gtk_image_menu_item_set_use_stock;
9878 alias c_gtk_image_menu_item_get_always_show_image  gtk_image_menu_item_get_always_show_image;
9879 alias c_gtk_image_menu_item_set_always_show_image  gtk_image_menu_item_set_always_show_image;
9880 alias c_gtk_image_menu_item_set_accel_group  gtk_image_menu_item_set_accel_group;
9881 
9882 // gtk.RadioMenuItem
9883 
9884 alias c_gtk_radio_menu_item_new  gtk_radio_menu_item_new;
9885 alias c_gtk_radio_menu_item_new_with_label  gtk_radio_menu_item_new_with_label;
9886 alias c_gtk_radio_menu_item_new_with_mnemonic  gtk_radio_menu_item_new_with_mnemonic;
9887 alias c_gtk_radio_menu_item_new_from_widget  gtk_radio_menu_item_new_from_widget;
9888 alias c_gtk_radio_menu_item_new_with_label_from_widget  gtk_radio_menu_item_new_with_label_from_widget;
9889 alias c_gtk_radio_menu_item_new_with_mnemonic_from_widget  gtk_radio_menu_item_new_with_mnemonic_from_widget;
9890 alias c_gtk_radio_menu_item_set_group  gtk_radio_menu_item_set_group;
9891 alias c_gtk_radio_menu_item_get_group  gtk_radio_menu_item_get_group;
9892 
9893 // gtk.CheckMenuItem
9894 
9895 alias c_gtk_check_menu_item_new  gtk_check_menu_item_new;
9896 alias c_gtk_check_menu_item_new_with_label  gtk_check_menu_item_new_with_label;
9897 alias c_gtk_check_menu_item_new_with_mnemonic  gtk_check_menu_item_new_with_mnemonic;
9898 alias c_gtk_check_menu_item_get_active  gtk_check_menu_item_get_active;
9899 alias c_gtk_check_menu_item_set_active  gtk_check_menu_item_set_active;
9900 alias c_gtk_check_menu_item_set_show_toggle  gtk_check_menu_item_set_show_toggle;
9901 alias c_gtk_check_menu_item_toggled  gtk_check_menu_item_toggled;
9902 alias c_gtk_check_menu_item_get_inconsistent  gtk_check_menu_item_get_inconsistent;
9903 alias c_gtk_check_menu_item_set_inconsistent  gtk_check_menu_item_set_inconsistent;
9904 alias c_gtk_check_menu_item_set_draw_as_radio  gtk_check_menu_item_set_draw_as_radio;
9905 alias c_gtk_check_menu_item_get_draw_as_radio  gtk_check_menu_item_get_draw_as_radio;
9906 
9907 // gtk.SeparatorMenuItem
9908 
9909 alias c_gtk_separator_menu_item_new  gtk_separator_menu_item_new;
9910 
9911 // gtk.TearoffMenuItem
9912 
9913 alias c_gtk_tearoff_menu_item_new  gtk_tearoff_menu_item_new;
9914 
9915 // gtk.ToolShellT
9916 
9917 
9918 // gtk.ToolShellT
9919 
9920 alias c_gtk_tool_shell_get_ellipsize_mode  gtk_tool_shell_get_ellipsize_mode;
9921 alias c_gtk_tool_shell_get_icon_size  gtk_tool_shell_get_icon_size;
9922 alias c_gtk_tool_shell_get_orientation  gtk_tool_shell_get_orientation;
9923 alias c_gtk_tool_shell_get_relief_style  gtk_tool_shell_get_relief_style;
9924 alias c_gtk_tool_shell_get_style  gtk_tool_shell_get_style;
9925 alias c_gtk_tool_shell_get_text_alignment  gtk_tool_shell_get_text_alignment;
9926 alias c_gtk_tool_shell_get_text_orientation  gtk_tool_shell_get_text_orientation;
9927 alias c_gtk_tool_shell_rebuild_menu  gtk_tool_shell_rebuild_menu;
9928 alias c_gtk_tool_shell_get_text_size_group  gtk_tool_shell_get_text_size_group;
9929 
9930 // gtk.Toolbar
9931 
9932 alias c_gtk_toolbar_new  gtk_toolbar_new;
9933 alias c_gtk_toolbar_insert  gtk_toolbar_insert;
9934 alias c_gtk_toolbar_get_item_index  gtk_toolbar_get_item_index;
9935 alias c_gtk_toolbar_get_n_items  gtk_toolbar_get_n_items;
9936 alias c_gtk_toolbar_get_nth_item  gtk_toolbar_get_nth_item;
9937 alias c_gtk_toolbar_get_drop_index  gtk_toolbar_get_drop_index;
9938 alias c_gtk_toolbar_set_drop_highlight_item  gtk_toolbar_set_drop_highlight_item;
9939 alias c_gtk_toolbar_set_show_arrow  gtk_toolbar_set_show_arrow;
9940 alias c_gtk_toolbar_set_orientation  gtk_toolbar_set_orientation;
9941 alias c_gtk_toolbar_set_tooltips  gtk_toolbar_set_tooltips;
9942 alias c_gtk_toolbar_unset_icon_size  gtk_toolbar_unset_icon_size;
9943 alias c_gtk_toolbar_get_show_arrow  gtk_toolbar_get_show_arrow;
9944 alias c_gtk_toolbar_get_orientation  gtk_toolbar_get_orientation;
9945 alias c_gtk_toolbar_get_style  gtk_toolbar_get_style;
9946 alias c_gtk_toolbar_get_icon_size  gtk_toolbar_get_icon_size;
9947 alias c_gtk_toolbar_get_tooltips  gtk_toolbar_get_tooltips;
9948 alias c_gtk_toolbar_get_relief_style  gtk_toolbar_get_relief_style;
9949 alias c_gtk_toolbar_append_item  gtk_toolbar_append_item;
9950 alias c_gtk_toolbar_prepend_item  gtk_toolbar_prepend_item;
9951 alias c_gtk_toolbar_insert_item  gtk_toolbar_insert_item;
9952 alias c_gtk_toolbar_append_space  gtk_toolbar_append_space;
9953 alias c_gtk_toolbar_prepend_space  gtk_toolbar_prepend_space;
9954 alias c_gtk_toolbar_insert_space  gtk_toolbar_insert_space;
9955 alias c_gtk_toolbar_append_element  gtk_toolbar_append_element;
9956 alias c_gtk_toolbar_prepend_element  gtk_toolbar_prepend_element;
9957 alias c_gtk_toolbar_insert_element  gtk_toolbar_insert_element;
9958 alias c_gtk_toolbar_append_widget  gtk_toolbar_append_widget;
9959 alias c_gtk_toolbar_prepend_widget  gtk_toolbar_prepend_widget;
9960 alias c_gtk_toolbar_insert_widget  gtk_toolbar_insert_widget;
9961 alias c_gtk_toolbar_set_style  gtk_toolbar_set_style;
9962 alias c_gtk_toolbar_insert_stock  gtk_toolbar_insert_stock;
9963 alias c_gtk_toolbar_set_icon_size  gtk_toolbar_set_icon_size;
9964 alias c_gtk_toolbar_remove_space  gtk_toolbar_remove_space;
9965 alias c_gtk_toolbar_unset_style  gtk_toolbar_unset_style;
9966 
9967 // gtk.ToolItem
9968 
9969 alias c_gtk_tool_item_new  gtk_tool_item_new;
9970 alias c_gtk_tool_item_set_homogeneous  gtk_tool_item_set_homogeneous;
9971 alias c_gtk_tool_item_get_homogeneous  gtk_tool_item_get_homogeneous;
9972 alias c_gtk_tool_item_set_expand  gtk_tool_item_set_expand;
9973 alias c_gtk_tool_item_get_expand  gtk_tool_item_get_expand;
9974 alias c_gtk_tool_item_set_tooltip  gtk_tool_item_set_tooltip;
9975 alias c_gtk_tool_item_set_tooltip_text  gtk_tool_item_set_tooltip_text;
9976 alias c_gtk_tool_item_set_tooltip_markup  gtk_tool_item_set_tooltip_markup;
9977 alias c_gtk_tool_item_set_use_drag_window  gtk_tool_item_set_use_drag_window;
9978 alias c_gtk_tool_item_get_use_drag_window  gtk_tool_item_get_use_drag_window;
9979 alias c_gtk_tool_item_set_visible_horizontal  gtk_tool_item_set_visible_horizontal;
9980 alias c_gtk_tool_item_get_visible_horizontal  gtk_tool_item_get_visible_horizontal;
9981 alias c_gtk_tool_item_set_visible_vertical  gtk_tool_item_set_visible_vertical;
9982 alias c_gtk_tool_item_get_visible_vertical  gtk_tool_item_get_visible_vertical;
9983 alias c_gtk_tool_item_set_is_important  gtk_tool_item_set_is_important;
9984 alias c_gtk_tool_item_get_is_important  gtk_tool_item_get_is_important;
9985 alias c_gtk_tool_item_get_ellipsize_mode  gtk_tool_item_get_ellipsize_mode;
9986 alias c_gtk_tool_item_get_icon_size  gtk_tool_item_get_icon_size;
9987 alias c_gtk_tool_item_get_orientation  gtk_tool_item_get_orientation;
9988 alias c_gtk_tool_item_get_toolbar_style  gtk_tool_item_get_toolbar_style;
9989 alias c_gtk_tool_item_get_relief_style  gtk_tool_item_get_relief_style;
9990 alias c_gtk_tool_item_get_text_alignment  gtk_tool_item_get_text_alignment;
9991 alias c_gtk_tool_item_get_text_orientation  gtk_tool_item_get_text_orientation;
9992 alias c_gtk_tool_item_retrieve_proxy_menu_item  gtk_tool_item_retrieve_proxy_menu_item;
9993 alias c_gtk_tool_item_get_proxy_menu_item  gtk_tool_item_get_proxy_menu_item;
9994 alias c_gtk_tool_item_set_proxy_menu_item  gtk_tool_item_set_proxy_menu_item;
9995 alias c_gtk_tool_item_rebuild_menu  gtk_tool_item_rebuild_menu;
9996 alias c_gtk_tool_item_toolbar_reconfigured  gtk_tool_item_toolbar_reconfigured;
9997 alias c_gtk_tool_item_get_text_size_group  gtk_tool_item_get_text_size_group;
9998 
9999 // gtk.ToolPalette
10000 
10001 alias c_gtk_tool_palette_new  gtk_tool_palette_new;
10002 alias c_gtk_tool_palette_get_exclusive  gtk_tool_palette_get_exclusive;
10003 alias c_gtk_tool_palette_set_exclusive  gtk_tool_palette_set_exclusive;
10004 alias c_gtk_tool_palette_get_expand  gtk_tool_palette_get_expand;
10005 alias c_gtk_tool_palette_set_expand  gtk_tool_palette_set_expand;
10006 alias c_gtk_tool_palette_get_group_position  gtk_tool_palette_get_group_position;
10007 alias c_gtk_tool_palette_set_group_position  gtk_tool_palette_set_group_position;
10008 alias c_gtk_tool_palette_get_icon_size  gtk_tool_palette_get_icon_size;
10009 alias c_gtk_tool_palette_set_icon_size  gtk_tool_palette_set_icon_size;
10010 alias c_gtk_tool_palette_unset_icon_size  gtk_tool_palette_unset_icon_size;
10011 alias c_gtk_tool_palette_get_style  gtk_tool_palette_get_style;
10012 alias c_gtk_tool_palette_set_style  gtk_tool_palette_set_style;
10013 alias c_gtk_tool_palette_unset_style  gtk_tool_palette_unset_style;
10014 alias c_gtk_tool_palette_add_drag_dest  gtk_tool_palette_add_drag_dest;
10015 alias c_gtk_tool_palette_get_drag_item  gtk_tool_palette_get_drag_item;
10016 alias c_gtk_tool_palette_get_drag_target_group  gtk_tool_palette_get_drag_target_group;
10017 alias c_gtk_tool_palette_get_drag_target_item  gtk_tool_palette_get_drag_target_item;
10018 alias c_gtk_tool_palette_get_drop_group  gtk_tool_palette_get_drop_group;
10019 alias c_gtk_tool_palette_get_drop_item  gtk_tool_palette_get_drop_item;
10020 alias c_gtk_tool_palette_set_drag_source  gtk_tool_palette_set_drag_source;
10021 alias c_gtk_tool_palette_get_hadjustment  gtk_tool_palette_get_hadjustment;
10022 alias c_gtk_tool_palette_get_vadjustment  gtk_tool_palette_get_vadjustment;
10023 
10024 // gtk.ToolItemGroup
10025 
10026 alias c_gtk_tool_item_group_get_collapsed  gtk_tool_item_group_get_collapsed;
10027 alias c_gtk_tool_item_group_get_drop_item  gtk_tool_item_group_get_drop_item;
10028 alias c_gtk_tool_item_group_get_ellipsize  gtk_tool_item_group_get_ellipsize;
10029 alias c_gtk_tool_item_group_get_item_position  gtk_tool_item_group_get_item_position;
10030 alias c_gtk_tool_item_group_get_n_items  gtk_tool_item_group_get_n_items;
10031 alias c_gtk_tool_item_group_get_label  gtk_tool_item_group_get_label;
10032 alias c_gtk_tool_item_group_get_label_widget  gtk_tool_item_group_get_label_widget;
10033 alias c_gtk_tool_item_group_get_nth_item  gtk_tool_item_group_get_nth_item;
10034 alias c_gtk_tool_item_group_get_header_relief  gtk_tool_item_group_get_header_relief;
10035 alias c_gtk_tool_item_group_insert  gtk_tool_item_group_insert;
10036 alias c_gtk_tool_item_group_new  gtk_tool_item_group_new;
10037 alias c_gtk_tool_item_group_set_collapsed  gtk_tool_item_group_set_collapsed;
10038 alias c_gtk_tool_item_group_set_ellipsize  gtk_tool_item_group_set_ellipsize;
10039 alias c_gtk_tool_item_group_set_item_position  gtk_tool_item_group_set_item_position;
10040 alias c_gtk_tool_item_group_set_label  gtk_tool_item_group_set_label;
10041 alias c_gtk_tool_item_group_set_label_widget  gtk_tool_item_group_set_label_widget;
10042 alias c_gtk_tool_item_group_set_header_relief  gtk_tool_item_group_set_header_relief;
10043 
10044 // gtk.SeparatorToolItem
10045 
10046 alias c_gtk_separator_tool_item_new  gtk_separator_tool_item_new;
10047 alias c_gtk_separator_tool_item_set_draw  gtk_separator_tool_item_set_draw;
10048 alias c_gtk_separator_tool_item_get_draw  gtk_separator_tool_item_get_draw;
10049 
10050 // gtk.ToolButton
10051 
10052 alias c_gtk_tool_button_new  gtk_tool_button_new;
10053 alias c_gtk_tool_button_new_from_stock  gtk_tool_button_new_from_stock;
10054 alias c_gtk_tool_button_set_label  gtk_tool_button_set_label;
10055 alias c_gtk_tool_button_get_label  gtk_tool_button_get_label;
10056 alias c_gtk_tool_button_set_use_underline  gtk_tool_button_set_use_underline;
10057 alias c_gtk_tool_button_get_use_underline  gtk_tool_button_get_use_underline;
10058 alias c_gtk_tool_button_set_stock_id  gtk_tool_button_set_stock_id;
10059 alias c_gtk_tool_button_get_stock_id  gtk_tool_button_get_stock_id;
10060 alias c_gtk_tool_button_set_icon_name  gtk_tool_button_set_icon_name;
10061 alias c_gtk_tool_button_get_icon_name  gtk_tool_button_get_icon_name;
10062 alias c_gtk_tool_button_set_icon_widget  gtk_tool_button_set_icon_widget;
10063 alias c_gtk_tool_button_get_icon_widget  gtk_tool_button_get_icon_widget;
10064 alias c_gtk_tool_button_set_label_widget  gtk_tool_button_set_label_widget;
10065 alias c_gtk_tool_button_get_label_widget  gtk_tool_button_get_label_widget;
10066 
10067 // gtk.MenuToolButton
10068 
10069 alias c_gtk_menu_tool_button_new  gtk_menu_tool_button_new;
10070 alias c_gtk_menu_tool_button_new_from_stock  gtk_menu_tool_button_new_from_stock;
10071 alias c_gtk_menu_tool_button_set_menu  gtk_menu_tool_button_set_menu;
10072 alias c_gtk_menu_tool_button_get_menu  gtk_menu_tool_button_get_menu;
10073 alias c_gtk_menu_tool_button_set_arrow_tooltip  gtk_menu_tool_button_set_arrow_tooltip;
10074 alias c_gtk_menu_tool_button_set_arrow_tooltip_text  gtk_menu_tool_button_set_arrow_tooltip_text;
10075 alias c_gtk_menu_tool_button_set_arrow_tooltip_markup  gtk_menu_tool_button_set_arrow_tooltip_markup;
10076 
10077 // gtk.ToggleToolButton
10078 
10079 alias c_gtk_toggle_tool_button_new  gtk_toggle_tool_button_new;
10080 alias c_gtk_toggle_tool_button_new_from_stock  gtk_toggle_tool_button_new_from_stock;
10081 alias c_gtk_toggle_tool_button_set_active  gtk_toggle_tool_button_set_active;
10082 alias c_gtk_toggle_tool_button_get_active  gtk_toggle_tool_button_get_active;
10083 
10084 // gtk.RadioToolButton
10085 
10086 alias c_gtk_radio_tool_button_new  gtk_radio_tool_button_new;
10087 alias c_gtk_radio_tool_button_new_from_stock  gtk_radio_tool_button_new_from_stock;
10088 alias c_gtk_radio_tool_button_new_from_widget  gtk_radio_tool_button_new_from_widget;
10089 alias c_gtk_radio_tool_button_new_with_stock_from_widget  gtk_radio_tool_button_new_with_stock_from_widget;
10090 alias c_gtk_radio_tool_button_get_group  gtk_radio_tool_button_get_group;
10091 alias c_gtk_radio_tool_button_set_group  gtk_radio_tool_button_set_group;
10092 
10093 // gtk.UIManager
10094 
10095 alias c_gtk_ui_manager_new  gtk_ui_manager_new;
10096 alias c_gtk_ui_manager_set_add_tearoffs  gtk_ui_manager_set_add_tearoffs;
10097 alias c_gtk_ui_manager_get_add_tearoffs  gtk_ui_manager_get_add_tearoffs;
10098 alias c_gtk_ui_manager_insert_action_group  gtk_ui_manager_insert_action_group;
10099 alias c_gtk_ui_manager_remove_action_group  gtk_ui_manager_remove_action_group;
10100 alias c_gtk_ui_manager_get_action_groups  gtk_ui_manager_get_action_groups;
10101 alias c_gtk_ui_manager_get_accel_group  gtk_ui_manager_get_accel_group;
10102 alias c_gtk_ui_manager_get_widget  gtk_ui_manager_get_widget;
10103 alias c_gtk_ui_manager_get_toplevels  gtk_ui_manager_get_toplevels;
10104 alias c_gtk_ui_manager_get_action  gtk_ui_manager_get_action;
10105 alias c_gtk_ui_manager_add_ui_from_string  gtk_ui_manager_add_ui_from_string;
10106 alias c_gtk_ui_manager_add_ui_from_file  gtk_ui_manager_add_ui_from_file;
10107 alias c_gtk_ui_manager_new_merge_id  gtk_ui_manager_new_merge_id;
10108 alias c_gtk_ui_manager_add_ui  gtk_ui_manager_add_ui;
10109 alias c_gtk_ui_manager_remove_ui  gtk_ui_manager_remove_ui;
10110 alias c_gtk_ui_manager_get_ui  gtk_ui_manager_get_ui;
10111 alias c_gtk_ui_manager_ensure_update  gtk_ui_manager_ensure_update;
10112 
10113 // gtk.ActionGroup
10114 
10115 alias c_gtk_action_group_new  gtk_action_group_new;
10116 alias c_gtk_action_group_get_name  gtk_action_group_get_name;
10117 alias c_gtk_action_group_get_sensitive  gtk_action_group_get_sensitive;
10118 alias c_gtk_action_group_set_sensitive  gtk_action_group_set_sensitive;
10119 alias c_gtk_action_group_get_visible  gtk_action_group_get_visible;
10120 alias c_gtk_action_group_set_visible  gtk_action_group_set_visible;
10121 alias c_gtk_action_group_get_action  gtk_action_group_get_action;
10122 alias c_gtk_action_group_list_actions  gtk_action_group_list_actions;
10123 alias c_gtk_action_group_add_action  gtk_action_group_add_action;
10124 alias c_gtk_action_group_add_action_with_accel  gtk_action_group_add_action_with_accel;
10125 alias c_gtk_action_group_remove_action  gtk_action_group_remove_action;
10126 alias c_gtk_action_group_add_actions  gtk_action_group_add_actions;
10127 alias c_gtk_action_group_add_actions_full  gtk_action_group_add_actions_full;
10128 alias c_gtk_action_group_add_toggle_actions  gtk_action_group_add_toggle_actions;
10129 alias c_gtk_action_group_add_toggle_actions_full  gtk_action_group_add_toggle_actions_full;
10130 alias c_gtk_action_group_add_radio_actions  gtk_action_group_add_radio_actions;
10131 alias c_gtk_action_group_add_radio_actions_full  gtk_action_group_add_radio_actions_full;
10132 alias c_gtk_action_group_set_translate_func  gtk_action_group_set_translate_func;
10133 alias c_gtk_action_group_set_translation_domain  gtk_action_group_set_translation_domain;
10134 alias c_gtk_action_group_translate_string  gtk_action_group_translate_string;
10135 
10136 // gtk.Action
10137 
10138 alias c_gtk_action_new  gtk_action_new;
10139 alias c_gtk_action_get_name  gtk_action_get_name;
10140 alias c_gtk_action_is_sensitive  gtk_action_is_sensitive;
10141 alias c_gtk_action_get_sensitive  gtk_action_get_sensitive;
10142 alias c_gtk_action_set_sensitive  gtk_action_set_sensitive;
10143 alias c_gtk_action_is_visible  gtk_action_is_visible;
10144 alias c_gtk_action_get_visible  gtk_action_get_visible;
10145 alias c_gtk_action_set_visible  gtk_action_set_visible;
10146 alias c_gtk_action_activate  gtk_action_activate;
10147 alias c_gtk_action_create_icon  gtk_action_create_icon;
10148 alias c_gtk_action_create_menu_item  gtk_action_create_menu_item;
10149 alias c_gtk_action_create_tool_item  gtk_action_create_tool_item;
10150 alias c_gtk_action_create_menu  gtk_action_create_menu;
10151 alias c_gtk_action_connect_proxy  gtk_action_connect_proxy;
10152 alias c_gtk_action_disconnect_proxy  gtk_action_disconnect_proxy;
10153 alias c_gtk_action_get_proxies  gtk_action_get_proxies;
10154 alias c_gtk_action_connect_accelerator  gtk_action_connect_accelerator;
10155 alias c_gtk_action_disconnect_accelerator  gtk_action_disconnect_accelerator;
10156 alias c_gtk_action_block_activate  gtk_action_block_activate;
10157 alias c_gtk_action_unblock_activate  gtk_action_unblock_activate;
10158 alias c_gtk_action_block_activate_from  gtk_action_block_activate_from;
10159 alias c_gtk_action_unblock_activate_from  gtk_action_unblock_activate_from;
10160 alias c_gtk_action_get_always_show_image  gtk_action_get_always_show_image;
10161 alias c_gtk_action_set_always_show_image  gtk_action_set_always_show_image;
10162 alias c_gtk_action_get_accel_path  gtk_action_get_accel_path;
10163 alias c_gtk_action_set_accel_path  gtk_action_set_accel_path;
10164 alias c_gtk_action_get_accel_closure  gtk_action_get_accel_closure;
10165 alias c_gtk_action_set_accel_group  gtk_action_set_accel_group;
10166 alias c_gtk_action_set_label  gtk_action_set_label;
10167 alias c_gtk_action_get_label  gtk_action_get_label;
10168 alias c_gtk_action_set_short_label  gtk_action_set_short_label;
10169 alias c_gtk_action_get_short_label  gtk_action_get_short_label;
10170 alias c_gtk_action_set_tooltip  gtk_action_set_tooltip;
10171 alias c_gtk_action_get_tooltip  gtk_action_get_tooltip;
10172 alias c_gtk_action_set_stock_id  gtk_action_set_stock_id;
10173 alias c_gtk_action_get_stock_id  gtk_action_get_stock_id;
10174 alias c_gtk_action_set_gicon  gtk_action_set_gicon;
10175 alias c_gtk_action_get_gicon  gtk_action_get_gicon;
10176 alias c_gtk_action_set_icon_name  gtk_action_set_icon_name;
10177 alias c_gtk_action_get_icon_name  gtk_action_get_icon_name;
10178 alias c_gtk_action_set_visible_horizontal  gtk_action_set_visible_horizontal;
10179 alias c_gtk_action_get_visible_horizontal  gtk_action_get_visible_horizontal;
10180 alias c_gtk_action_set_visible_vertical  gtk_action_set_visible_vertical;
10181 alias c_gtk_action_get_visible_vertical  gtk_action_get_visible_vertical;
10182 alias c_gtk_action_set_is_important  gtk_action_set_is_important;
10183 alias c_gtk_action_get_is_important  gtk_action_get_is_important;
10184 
10185 // gtk.ToggleAction
10186 
10187 alias c_gtk_toggle_action_new  gtk_toggle_action_new;
10188 alias c_gtk_toggle_action_toggled  gtk_toggle_action_toggled;
10189 alias c_gtk_toggle_action_set_active  gtk_toggle_action_set_active;
10190 alias c_gtk_toggle_action_get_active  gtk_toggle_action_get_active;
10191 alias c_gtk_toggle_action_set_draw_as_radio  gtk_toggle_action_set_draw_as_radio;
10192 alias c_gtk_toggle_action_get_draw_as_radio  gtk_toggle_action_get_draw_as_radio;
10193 
10194 // gtk.RadioAction
10195 
10196 alias c_gtk_radio_action_new  gtk_radio_action_new;
10197 alias c_gtk_radio_action_get_group  gtk_radio_action_get_group;
10198 alias c_gtk_radio_action_set_group  gtk_radio_action_set_group;
10199 alias c_gtk_radio_action_get_current_value  gtk_radio_action_get_current_value;
10200 alias c_gtk_radio_action_set_current_value  gtk_radio_action_set_current_value;
10201 
10202 // gtk.RecentAction
10203 
10204 alias c_gtk_recent_action_new  gtk_recent_action_new;
10205 alias c_gtk_recent_action_new_for_manager  gtk_recent_action_new_for_manager;
10206 alias c_gtk_recent_action_get_show_numbers  gtk_recent_action_get_show_numbers;
10207 alias c_gtk_recent_action_set_show_numbers  gtk_recent_action_set_show_numbers;
10208 
10209 // gtk.ActivatableT
10210 
10211 
10212 // gtk.ActivatableT
10213 
10214 alias c_gtk_activatable_do_set_related_action  gtk_activatable_do_set_related_action;
10215 alias c_gtk_activatable_get_related_action  gtk_activatable_get_related_action;
10216 alias c_gtk_activatable_get_use_action_appearance  gtk_activatable_get_use_action_appearance;
10217 alias c_gtk_activatable_sync_action_properties  gtk_activatable_sync_action_properties;
10218 alias c_gtk_activatable_set_related_action  gtk_activatable_set_related_action;
10219 alias c_gtk_activatable_set_use_action_appearance  gtk_activatable_set_use_action_appearance;
10220 
10221 // gtk.ColorButton
10222 
10223 alias c_gtk_color_button_new  gtk_color_button_new;
10224 alias c_gtk_color_button_new_with_color  gtk_color_button_new_with_color;
10225 alias c_gtk_color_button_set_color  gtk_color_button_set_color;
10226 alias c_gtk_color_button_get_color  gtk_color_button_get_color;
10227 alias c_gtk_color_button_set_alpha  gtk_color_button_set_alpha;
10228 alias c_gtk_color_button_get_alpha  gtk_color_button_get_alpha;
10229 alias c_gtk_color_button_set_use_alpha  gtk_color_button_set_use_alpha;
10230 alias c_gtk_color_button_get_use_alpha  gtk_color_button_get_use_alpha;
10231 alias c_gtk_color_button_set_title  gtk_color_button_set_title;
10232 alias c_gtk_color_button_get_title  gtk_color_button_get_title;
10233 
10234 // gtk.ColorSelection
10235 
10236 alias c_gtk_color_selection_new  gtk_color_selection_new;
10237 alias c_gtk_color_selection_set_update_policy  gtk_color_selection_set_update_policy;
10238 alias c_gtk_color_selection_set_has_opacity_control  gtk_color_selection_set_has_opacity_control;
10239 alias c_gtk_color_selection_get_has_opacity_control  gtk_color_selection_get_has_opacity_control;
10240 alias c_gtk_color_selection_set_has_palette  gtk_color_selection_set_has_palette;
10241 alias c_gtk_color_selection_get_has_palette  gtk_color_selection_get_has_palette;
10242 alias c_gtk_color_selection_get_current_alpha  gtk_color_selection_get_current_alpha;
10243 alias c_gtk_color_selection_set_current_alpha  gtk_color_selection_set_current_alpha;
10244 alias c_gtk_color_selection_get_current_color  gtk_color_selection_get_current_color;
10245 alias c_gtk_color_selection_set_current_color  gtk_color_selection_set_current_color;
10246 alias c_gtk_color_selection_get_previous_alpha  gtk_color_selection_get_previous_alpha;
10247 alias c_gtk_color_selection_set_previous_alpha  gtk_color_selection_set_previous_alpha;
10248 alias c_gtk_color_selection_get_previous_color  gtk_color_selection_get_previous_color;
10249 alias c_gtk_color_selection_set_previous_color  gtk_color_selection_set_previous_color;
10250 alias c_gtk_color_selection_is_adjusting  gtk_color_selection_is_adjusting;
10251 alias c_gtk_color_selection_palette_from_string  gtk_color_selection_palette_from_string;
10252 alias c_gtk_color_selection_palette_to_string  gtk_color_selection_palette_to_string;
10253 alias c_gtk_color_selection_set_change_palette_hook  gtk_color_selection_set_change_palette_hook;
10254 alias c_gtk_color_selection_set_change_palette_with_screen_hook  gtk_color_selection_set_change_palette_with_screen_hook;
10255 alias c_gtk_color_selection_set_color  gtk_color_selection_set_color;
10256 alias c_gtk_color_selection_get_color  gtk_color_selection_get_color;
10257 
10258 // gtk.ColorSelectionDialog
10259 
10260 alias c_gtk_color_selection_dialog_new  gtk_color_selection_dialog_new;
10261 alias c_gtk_color_selection_dialog_get_color_selection  gtk_color_selection_dialog_get_color_selection;
10262 
10263 // gtk.FileChooserT
10264 
10265 
10266 // gtk.FileChooserT
10267 
10268 alias c_gtk_file_chooser_set_action  gtk_file_chooser_set_action;
10269 alias c_gtk_file_chooser_get_action  gtk_file_chooser_get_action;
10270 alias c_gtk_file_chooser_set_local_only  gtk_file_chooser_set_local_only;
10271 alias c_gtk_file_chooser_get_local_only  gtk_file_chooser_get_local_only;
10272 alias c_gtk_file_chooser_set_select_multiple  gtk_file_chooser_set_select_multiple;
10273 alias c_gtk_file_chooser_get_select_multiple  gtk_file_chooser_get_select_multiple;
10274 alias c_gtk_file_chooser_set_show_hidden  gtk_file_chooser_set_show_hidden;
10275 alias c_gtk_file_chooser_get_show_hidden  gtk_file_chooser_get_show_hidden;
10276 alias c_gtk_file_chooser_set_do_overwrite_confirmation  gtk_file_chooser_set_do_overwrite_confirmation;
10277 alias c_gtk_file_chooser_get_do_overwrite_confirmation  gtk_file_chooser_get_do_overwrite_confirmation;
10278 alias c_gtk_file_chooser_set_create_folders  gtk_file_chooser_set_create_folders;
10279 alias c_gtk_file_chooser_get_create_folders  gtk_file_chooser_get_create_folders;
10280 alias c_gtk_file_chooser_set_current_name  gtk_file_chooser_set_current_name;
10281 alias c_gtk_file_chooser_get_filename  gtk_file_chooser_get_filename;
10282 alias c_gtk_file_chooser_set_filename  gtk_file_chooser_set_filename;
10283 alias c_gtk_file_chooser_select_filename  gtk_file_chooser_select_filename;
10284 alias c_gtk_file_chooser_unselect_filename  gtk_file_chooser_unselect_filename;
10285 alias c_gtk_file_chooser_select_all  gtk_file_chooser_select_all;
10286 alias c_gtk_file_chooser_unselect_all  gtk_file_chooser_unselect_all;
10287 alias c_gtk_file_chooser_get_filenames  gtk_file_chooser_get_filenames;
10288 alias c_gtk_file_chooser_set_current_folder  gtk_file_chooser_set_current_folder;
10289 alias c_gtk_file_chooser_get_current_folder  gtk_file_chooser_get_current_folder;
10290 alias c_gtk_file_chooser_get_uri  gtk_file_chooser_get_uri;
10291 alias c_gtk_file_chooser_set_uri  gtk_file_chooser_set_uri;
10292 alias c_gtk_file_chooser_select_uri  gtk_file_chooser_select_uri;
10293 alias c_gtk_file_chooser_unselect_uri  gtk_file_chooser_unselect_uri;
10294 alias c_gtk_file_chooser_get_uris  gtk_file_chooser_get_uris;
10295 alias c_gtk_file_chooser_set_current_folder_uri  gtk_file_chooser_set_current_folder_uri;
10296 alias c_gtk_file_chooser_get_current_folder_uri  gtk_file_chooser_get_current_folder_uri;
10297 alias c_gtk_file_chooser_set_preview_widget  gtk_file_chooser_set_preview_widget;
10298 alias c_gtk_file_chooser_get_preview_widget  gtk_file_chooser_get_preview_widget;
10299 alias c_gtk_file_chooser_set_preview_widget_active  gtk_file_chooser_set_preview_widget_active;
10300 alias c_gtk_file_chooser_get_preview_widget_active  gtk_file_chooser_get_preview_widget_active;
10301 alias c_gtk_file_chooser_set_use_preview_label  gtk_file_chooser_set_use_preview_label;
10302 alias c_gtk_file_chooser_get_use_preview_label  gtk_file_chooser_get_use_preview_label;
10303 alias c_gtk_file_chooser_get_preview_filename  gtk_file_chooser_get_preview_filename;
10304 alias c_gtk_file_chooser_get_preview_uri  gtk_file_chooser_get_preview_uri;
10305 alias c_gtk_file_chooser_set_extra_widget  gtk_file_chooser_set_extra_widget;
10306 alias c_gtk_file_chooser_get_extra_widget  gtk_file_chooser_get_extra_widget;
10307 alias c_gtk_file_chooser_add_filter  gtk_file_chooser_add_filter;
10308 alias c_gtk_file_chooser_remove_filter  gtk_file_chooser_remove_filter;
10309 alias c_gtk_file_chooser_list_filters  gtk_file_chooser_list_filters;
10310 alias c_gtk_file_chooser_set_filter  gtk_file_chooser_set_filter;
10311 alias c_gtk_file_chooser_get_filter  gtk_file_chooser_get_filter;
10312 alias c_gtk_file_chooser_add_shortcut_folder  gtk_file_chooser_add_shortcut_folder;
10313 alias c_gtk_file_chooser_remove_shortcut_folder  gtk_file_chooser_remove_shortcut_folder;
10314 alias c_gtk_file_chooser_list_shortcut_folders  gtk_file_chooser_list_shortcut_folders;
10315 alias c_gtk_file_chooser_add_shortcut_folder_uri  gtk_file_chooser_add_shortcut_folder_uri;
10316 alias c_gtk_file_chooser_remove_shortcut_folder_uri  gtk_file_chooser_remove_shortcut_folder_uri;
10317 alias c_gtk_file_chooser_list_shortcut_folder_uris  gtk_file_chooser_list_shortcut_folder_uris;
10318 alias c_gtk_file_chooser_get_current_folder_file  gtk_file_chooser_get_current_folder_file;
10319 alias c_gtk_file_chooser_get_file  gtk_file_chooser_get_file;
10320 alias c_gtk_file_chooser_get_files  gtk_file_chooser_get_files;
10321 alias c_gtk_file_chooser_get_preview_file  gtk_file_chooser_get_preview_file;
10322 alias c_gtk_file_chooser_select_file  gtk_file_chooser_select_file;
10323 alias c_gtk_file_chooser_set_current_folder_file  gtk_file_chooser_set_current_folder_file;
10324 alias c_gtk_file_chooser_set_file  gtk_file_chooser_set_file;
10325 alias c_gtk_file_chooser_unselect_file  gtk_file_chooser_unselect_file;
10326 
10327 // gtk.FileChooserButton
10328 
10329 alias c_gtk_file_chooser_button_new  gtk_file_chooser_button_new;
10330 alias c_gtk_file_chooser_button_new_with_backend  gtk_file_chooser_button_new_with_backend;
10331 alias c_gtk_file_chooser_button_new_with_dialog  gtk_file_chooser_button_new_with_dialog;
10332 alias c_gtk_file_chooser_button_get_title  gtk_file_chooser_button_get_title;
10333 alias c_gtk_file_chooser_button_set_title  gtk_file_chooser_button_set_title;
10334 alias c_gtk_file_chooser_button_get_width_chars  gtk_file_chooser_button_get_width_chars;
10335 alias c_gtk_file_chooser_button_set_width_chars  gtk_file_chooser_button_set_width_chars;
10336 alias c_gtk_file_chooser_button_get_focus_on_click  gtk_file_chooser_button_get_focus_on_click;
10337 alias c_gtk_file_chooser_button_set_focus_on_click  gtk_file_chooser_button_set_focus_on_click;
10338 
10339 // gtk.FileChooserDialog
10340 
10341 alias c_gtk_file_chooser_dialog_new  gtk_file_chooser_dialog_new;
10342 alias c_gtk_file_chooser_dialog_new_with_backend  gtk_file_chooser_dialog_new_with_backend;
10343 
10344 // gtk.FileChooserWidget
10345 
10346 alias c_gtk_file_chooser_widget_new  gtk_file_chooser_widget_new;
10347 alias c_gtk_file_chooser_widget_new_with_backend  gtk_file_chooser_widget_new_with_backend;
10348 
10349 // gtk.FileFilter
10350 
10351 alias c_gtk_file_filter_new  gtk_file_filter_new;
10352 alias c_gtk_file_filter_set_name  gtk_file_filter_set_name;
10353 alias c_gtk_file_filter_get_name  gtk_file_filter_get_name;
10354 alias c_gtk_file_filter_add_mime_type  gtk_file_filter_add_mime_type;
10355 alias c_gtk_file_filter_add_pattern  gtk_file_filter_add_pattern;
10356 alias c_gtk_file_filter_add_pixbuf_formats  gtk_file_filter_add_pixbuf_formats;
10357 alias c_gtk_file_filter_add_custom  gtk_file_filter_add_custom;
10358 alias c_gtk_file_filter_get_needed  gtk_file_filter_get_needed;
10359 alias c_gtk_file_filter_filter  gtk_file_filter_filter;
10360 
10361 // gtk.FontButton
10362 
10363 alias c_gtk_font_button_new  gtk_font_button_new;
10364 alias c_gtk_font_button_new_with_font  gtk_font_button_new_with_font;
10365 alias c_gtk_font_button_set_font_name  gtk_font_button_set_font_name;
10366 alias c_gtk_font_button_get_font_name  gtk_font_button_get_font_name;
10367 alias c_gtk_font_button_set_show_style  gtk_font_button_set_show_style;
10368 alias c_gtk_font_button_get_show_style  gtk_font_button_get_show_style;
10369 alias c_gtk_font_button_set_show_size  gtk_font_button_set_show_size;
10370 alias c_gtk_font_button_get_show_size  gtk_font_button_get_show_size;
10371 alias c_gtk_font_button_set_use_font  gtk_font_button_set_use_font;
10372 alias c_gtk_font_button_get_use_font  gtk_font_button_get_use_font;
10373 alias c_gtk_font_button_set_use_size  gtk_font_button_set_use_size;
10374 alias c_gtk_font_button_get_use_size  gtk_font_button_get_use_size;
10375 alias c_gtk_font_button_set_title  gtk_font_button_set_title;
10376 alias c_gtk_font_button_get_title  gtk_font_button_get_title;
10377 
10378 // gtk.FontSelection
10379 
10380 alias c_gtk_font_selection_new  gtk_font_selection_new;
10381 alias c_gtk_font_selection_get_font  gtk_font_selection_get_font;
10382 alias c_gtk_font_selection_get_font_name  gtk_font_selection_get_font_name;
10383 alias c_gtk_font_selection_set_font_name  gtk_font_selection_set_font_name;
10384 alias c_gtk_font_selection_get_preview_text  gtk_font_selection_get_preview_text;
10385 alias c_gtk_font_selection_set_preview_text  gtk_font_selection_set_preview_text;
10386 alias c_gtk_font_selection_get_face  gtk_font_selection_get_face;
10387 alias c_gtk_font_selection_get_face_list  gtk_font_selection_get_face_list;
10388 alias c_gtk_font_selection_get_family  gtk_font_selection_get_family;
10389 alias c_gtk_font_selection_get_size  gtk_font_selection_get_size;
10390 alias c_gtk_font_selection_get_family_list  gtk_font_selection_get_family_list;
10391 alias c_gtk_font_selection_get_preview_entry  gtk_font_selection_get_preview_entry;
10392 alias c_gtk_font_selection_get_size_entry  gtk_font_selection_get_size_entry;
10393 alias c_gtk_font_selection_get_size_list  gtk_font_selection_get_size_list;
10394 
10395 // gtk.FontSelectionDialog
10396 
10397 alias c_gtk_font_selection_dialog_new  gtk_font_selection_dialog_new;
10398 alias c_gtk_font_selection_dialog_get_font  gtk_font_selection_dialog_get_font;
10399 alias c_gtk_font_selection_dialog_get_font_name  gtk_font_selection_dialog_get_font_name;
10400 alias c_gtk_font_selection_dialog_set_font_name  gtk_font_selection_dialog_set_font_name;
10401 alias c_gtk_font_selection_dialog_get_preview_text  gtk_font_selection_dialog_get_preview_text;
10402 alias c_gtk_font_selection_dialog_set_preview_text  gtk_font_selection_dialog_set_preview_text;
10403 alias c_gtk_font_selection_dialog_get_apply_button  gtk_font_selection_dialog_get_apply_button;
10404 alias c_gtk_font_selection_dialog_get_cancel_button  gtk_font_selection_dialog_get_cancel_button;
10405 alias c_gtk_font_selection_dialog_get_ok_button  gtk_font_selection_dialog_get_ok_button;
10406 alias c_gtk_font_selection_dialog_get_font_selection  gtk_font_selection_dialog_get_font_selection;
10407 
10408 // gtk.InputDialog
10409 
10410 alias c_gtk_input_dialog_new  gtk_input_dialog_new;
10411 
10412 // gtk.Alignment
10413 
10414 alias c_gtk_alignment_new  gtk_alignment_new;
10415 alias c_gtk_alignment_set  gtk_alignment_set;
10416 alias c_gtk_alignment_get_padding  gtk_alignment_get_padding;
10417 alias c_gtk_alignment_set_padding  gtk_alignment_set_padding;
10418 
10419 // gtk.AspectFrame
10420 
10421 alias c_gtk_aspect_frame_new  gtk_aspect_frame_new;
10422 alias c_gtk_aspect_frame_set  gtk_aspect_frame_set;
10423 
10424 // gtk.HBox
10425 
10426 alias c_gtk_hbox_new  gtk_hbox_new;
10427 
10428 // gtk.VBox
10429 
10430 alias c_gtk_vbox_new  gtk_vbox_new;
10431 
10432 // gtk.HButtonBox
10433 
10434 alias c_gtk_hbutton_box_new  gtk_hbutton_box_new;
10435 alias c_gtk_hbutton_box_get_spacing_default  gtk_hbutton_box_get_spacing_default;
10436 alias c_gtk_hbutton_box_get_layout_default  gtk_hbutton_box_get_layout_default;
10437 alias c_gtk_hbutton_box_set_spacing_default  gtk_hbutton_box_set_spacing_default;
10438 alias c_gtk_hbutton_box_set_layout_default  gtk_hbutton_box_set_layout_default;
10439 
10440 // gtk.VButtonBox
10441 
10442 alias c_gtk_vbutton_box_new  gtk_vbutton_box_new;
10443 alias c_gtk_vbutton_box_get_spacing_default  gtk_vbutton_box_get_spacing_default;
10444 alias c_gtk_vbutton_box_set_spacing_default  gtk_vbutton_box_set_spacing_default;
10445 alias c_gtk_vbutton_box_get_layout_default  gtk_vbutton_box_get_layout_default;
10446 alias c_gtk_vbutton_box_set_layout_default  gtk_vbutton_box_set_layout_default;
10447 
10448 // gtk.Fixed
10449 
10450 alias c_gtk_fixed_new  gtk_fixed_new;
10451 alias c_gtk_fixed_put  gtk_fixed_put;
10452 alias c_gtk_fixed_move  gtk_fixed_move;
10453 alias c_gtk_fixed_get_has_window  gtk_fixed_get_has_window;
10454 alias c_gtk_fixed_set_has_window  gtk_fixed_set_has_window;
10455 
10456 // gtk.HPaned
10457 
10458 alias c_gtk_hpaned_new  gtk_hpaned_new;
10459 
10460 // gtk.VPaned
10461 
10462 alias c_gtk_vpaned_new  gtk_vpaned_new;
10463 
10464 // gtk.Layout
10465 
10466 alias c_gtk_layout_new  gtk_layout_new;
10467 alias c_gtk_layout_put  gtk_layout_put;
10468 alias c_gtk_layout_move  gtk_layout_move;
10469 alias c_gtk_layout_set_size  gtk_layout_set_size;
10470 alias c_gtk_layout_get_size  gtk_layout_get_size;
10471 alias c_gtk_layout_freeze  gtk_layout_freeze;
10472 alias c_gtk_layout_thaw  gtk_layout_thaw;
10473 alias c_gtk_layout_get_hadjustment  gtk_layout_get_hadjustment;
10474 alias c_gtk_layout_get_vadjustment  gtk_layout_get_vadjustment;
10475 alias c_gtk_layout_set_hadjustment  gtk_layout_set_hadjustment;
10476 alias c_gtk_layout_set_vadjustment  gtk_layout_set_vadjustment;
10477 alias c_gtk_layout_get_bin_window  gtk_layout_get_bin_window;
10478 
10479 // gtk.Notebook
10480 
10481 alias c_gtk_notebook_new  gtk_notebook_new;
10482 alias c_gtk_notebook_append_page  gtk_notebook_append_page;
10483 alias c_gtk_notebook_append_page_menu  gtk_notebook_append_page_menu;
10484 alias c_gtk_notebook_prepend_page  gtk_notebook_prepend_page;
10485 alias c_gtk_notebook_prepend_page_menu  gtk_notebook_prepend_page_menu;
10486 alias c_gtk_notebook_insert_page  gtk_notebook_insert_page;
10487 alias c_gtk_notebook_insert_page_menu  gtk_notebook_insert_page_menu;
10488 alias c_gtk_notebook_remove_page  gtk_notebook_remove_page;
10489 alias c_gtk_notebook_page_num  gtk_notebook_page_num;
10490 alias c_gtk_notebook_next_page  gtk_notebook_next_page;
10491 alias c_gtk_notebook_prev_page  gtk_notebook_prev_page;
10492 alias c_gtk_notebook_reorder_child  gtk_notebook_reorder_child;
10493 alias c_gtk_notebook_set_tab_pos  gtk_notebook_set_tab_pos;
10494 alias c_gtk_notebook_set_show_tabs  gtk_notebook_set_show_tabs;
10495 alias c_gtk_notebook_set_show_border  gtk_notebook_set_show_border;
10496 alias c_gtk_notebook_set_scrollable  gtk_notebook_set_scrollable;
10497 alias c_gtk_notebook_set_tab_border  gtk_notebook_set_tab_border;
10498 alias c_gtk_notebook_popup_enable  gtk_notebook_popup_enable;
10499 alias c_gtk_notebook_popup_disable  gtk_notebook_popup_disable;
10500 alias c_gtk_notebook_get_current_page  gtk_notebook_get_current_page;
10501 alias c_gtk_notebook_get_menu_label  gtk_notebook_get_menu_label;
10502 alias c_gtk_notebook_get_nth_page  gtk_notebook_get_nth_page;
10503 alias c_gtk_notebook_get_n_pages  gtk_notebook_get_n_pages;
10504 alias c_gtk_notebook_get_tab_label  gtk_notebook_get_tab_label;
10505 alias c_gtk_notebook_query_tab_label_packing  gtk_notebook_query_tab_label_packing;
10506 alias c_gtk_notebook_set_homogeneous_tabs  gtk_notebook_set_homogeneous_tabs;
10507 alias c_gtk_notebook_set_menu_label  gtk_notebook_set_menu_label;
10508 alias c_gtk_notebook_set_menu_label_text  gtk_notebook_set_menu_label_text;
10509 alias c_gtk_notebook_set_tab_hborder  gtk_notebook_set_tab_hborder;
10510 alias c_gtk_notebook_set_tab_label  gtk_notebook_set_tab_label;
10511 alias c_gtk_notebook_set_tab_label_packing  gtk_notebook_set_tab_label_packing;
10512 alias c_gtk_notebook_set_tab_label_text  gtk_notebook_set_tab_label_text;
10513 alias c_gtk_notebook_set_tab_vborder  gtk_notebook_set_tab_vborder;
10514 alias c_gtk_notebook_set_tab_reorderable  gtk_notebook_set_tab_reorderable;
10515 alias c_gtk_notebook_set_tab_detachable  gtk_notebook_set_tab_detachable;
10516 alias c_gtk_notebook_get_menu_label_text  gtk_notebook_get_menu_label_text;
10517 alias c_gtk_notebook_get_scrollable  gtk_notebook_get_scrollable;
10518 alias c_gtk_notebook_get_show_border  gtk_notebook_get_show_border;
10519 alias c_gtk_notebook_get_show_tabs  gtk_notebook_get_show_tabs;
10520 alias c_gtk_notebook_get_tab_label_text  gtk_notebook_get_tab_label_text;
10521 alias c_gtk_notebook_get_tab_pos  gtk_notebook_get_tab_pos;
10522 alias c_gtk_notebook_get_tab_reorderable  gtk_notebook_get_tab_reorderable;
10523 alias c_gtk_notebook_get_tab_detachable  gtk_notebook_get_tab_detachable;
10524 alias c_gtk_notebook_get_tab_hborder  gtk_notebook_get_tab_hborder;
10525 alias c_gtk_notebook_get_tab_vborder  gtk_notebook_get_tab_vborder;
10526 alias c_gtk_notebook_set_current_page  gtk_notebook_set_current_page;
10527 alias c_gtk_notebook_set_group_id  gtk_notebook_set_group_id;
10528 alias c_gtk_notebook_get_group_id  gtk_notebook_get_group_id;
10529 alias c_gtk_notebook_set_group  gtk_notebook_set_group;
10530 alias c_gtk_notebook_get_group  gtk_notebook_get_group;
10531 alias c_gtk_notebook_set_group_name  gtk_notebook_set_group_name;
10532 alias c_gtk_notebook_get_group_name  gtk_notebook_get_group_name;
10533 alias c_gtk_notebook_set_action_widget  gtk_notebook_set_action_widget;
10534 alias c_gtk_notebook_get_action_widget  gtk_notebook_get_action_widget;
10535 alias c_gtk_notebook_set_window_creation_hook  gtk_notebook_set_window_creation_hook;
10536 
10537 // gtk.Table
10538 
10539 alias c_gtk_table_new  gtk_table_new;
10540 alias c_gtk_table_resize  gtk_table_resize;
10541 alias c_gtk_table_attach  gtk_table_attach;
10542 alias c_gtk_table_attach_defaults  gtk_table_attach_defaults;
10543 alias c_gtk_table_set_row_spacing  gtk_table_set_row_spacing;
10544 alias c_gtk_table_set_col_spacing  gtk_table_set_col_spacing;
10545 alias c_gtk_table_set_row_spacings  gtk_table_set_row_spacings;
10546 alias c_gtk_table_set_col_spacings  gtk_table_set_col_spacings;
10547 alias c_gtk_table_set_homogeneous  gtk_table_set_homogeneous;
10548 alias c_gtk_table_get_default_row_spacing  gtk_table_get_default_row_spacing;
10549 alias c_gtk_table_get_homogeneous  gtk_table_get_homogeneous;
10550 alias c_gtk_table_get_row_spacing  gtk_table_get_row_spacing;
10551 alias c_gtk_table_get_col_spacing  gtk_table_get_col_spacing;
10552 alias c_gtk_table_get_default_col_spacing  gtk_table_get_default_col_spacing;
10553 alias c_gtk_table_get_size  gtk_table_get_size;
10554 
10555 // gtk.Expander
10556 
10557 alias c_gtk_expander_new  gtk_expander_new;
10558 alias c_gtk_expander_new_with_mnemonic  gtk_expander_new_with_mnemonic;
10559 alias c_gtk_expander_set_expanded  gtk_expander_set_expanded;
10560 alias c_gtk_expander_get_expanded  gtk_expander_get_expanded;
10561 alias c_gtk_expander_set_spacing  gtk_expander_set_spacing;
10562 alias c_gtk_expander_get_spacing  gtk_expander_get_spacing;
10563 alias c_gtk_expander_set_label  gtk_expander_set_label;
10564 alias c_gtk_expander_get_label  gtk_expander_get_label;
10565 alias c_gtk_expander_set_use_underline  gtk_expander_set_use_underline;
10566 alias c_gtk_expander_get_use_underline  gtk_expander_get_use_underline;
10567 alias c_gtk_expander_set_use_markup  gtk_expander_set_use_markup;
10568 alias c_gtk_expander_get_use_markup  gtk_expander_get_use_markup;
10569 alias c_gtk_expander_set_label_widget  gtk_expander_set_label_widget;
10570 alias c_gtk_expander_get_label_widget  gtk_expander_get_label_widget;
10571 alias c_gtk_expander_set_label_fill  gtk_expander_set_label_fill;
10572 alias c_gtk_expander_get_label_fill  gtk_expander_get_label_fill;
10573 
10574 // gtk.OrientableT
10575 
10576 
10577 // gtk.OrientableT
10578 
10579 alias c_gtk_orientable_get_orientation  gtk_orientable_get_orientation;
10580 alias c_gtk_orientable_set_orientation  gtk_orientable_set_orientation;
10581 
10582 // gtk.Frame
10583 
10584 alias c_gtk_frame_new  gtk_frame_new;
10585 alias c_gtk_frame_set_label  gtk_frame_set_label;
10586 alias c_gtk_frame_set_label_widget  gtk_frame_set_label_widget;
10587 alias c_gtk_frame_set_label_align  gtk_frame_set_label_align;
10588 alias c_gtk_frame_set_shadow_type  gtk_frame_set_shadow_type;
10589 alias c_gtk_frame_get_label  gtk_frame_get_label;
10590 alias c_gtk_frame_get_label_align  gtk_frame_get_label_align;
10591 alias c_gtk_frame_get_label_widget  gtk_frame_get_label_widget;
10592 alias c_gtk_frame_get_shadow_type  gtk_frame_get_shadow_type;
10593 
10594 // gtk.HSeparator
10595 
10596 alias c_gtk_hseparator_new  gtk_hseparator_new;
10597 
10598 // gtk.VSeparator
10599 
10600 alias c_gtk_vseparator_new  gtk_vseparator_new;
10601 
10602 // gtk.HScrollbar
10603 
10604 alias c_gtk_hscrollbar_new  gtk_hscrollbar_new;
10605 
10606 // gtk.VScrollbar
10607 
10608 alias c_gtk_vscrollbar_new  gtk_vscrollbar_new;
10609 
10610 // gtk.ScrolledWindow
10611 
10612 alias c_gtk_scrolled_window_new  gtk_scrolled_window_new;
10613 alias c_gtk_scrolled_window_get_hadjustment  gtk_scrolled_window_get_hadjustment;
10614 alias c_gtk_scrolled_window_get_vadjustment  gtk_scrolled_window_get_vadjustment;
10615 alias c_gtk_scrolled_window_get_hscrollbar  gtk_scrolled_window_get_hscrollbar;
10616 alias c_gtk_scrolled_window_get_vscrollbar  gtk_scrolled_window_get_vscrollbar;
10617 alias c_gtk_scrolled_window_set_policy  gtk_scrolled_window_set_policy;
10618 alias c_gtk_scrolled_window_add_with_viewport  gtk_scrolled_window_add_with_viewport;
10619 alias c_gtk_scrolled_window_set_placement  gtk_scrolled_window_set_placement;
10620 alias c_gtk_scrolled_window_unset_placement  gtk_scrolled_window_unset_placement;
10621 alias c_gtk_scrolled_window_set_shadow_type  gtk_scrolled_window_set_shadow_type;
10622 alias c_gtk_scrolled_window_set_hadjustment  gtk_scrolled_window_set_hadjustment;
10623 alias c_gtk_scrolled_window_set_vadjustment  gtk_scrolled_window_set_vadjustment;
10624 alias c_gtk_scrolled_window_get_placement  gtk_scrolled_window_get_placement;
10625 alias c_gtk_scrolled_window_get_policy  gtk_scrolled_window_get_policy;
10626 alias c_gtk_scrolled_window_get_shadow_type  gtk_scrolled_window_get_shadow_type;
10627 
10628 // gtk.PrintOperation
10629 
10630 alias c_gtk_print_operation_new  gtk_print_operation_new;
10631 alias c_gtk_print_operation_set_allow_async  gtk_print_operation_set_allow_async;
10632 alias c_gtk_print_operation_get_error  gtk_print_operation_get_error;
10633 alias c_gtk_print_operation_set_default_page_setup  gtk_print_operation_set_default_page_setup;
10634 alias c_gtk_print_operation_get_default_page_setup  gtk_print_operation_get_default_page_setup;
10635 alias c_gtk_print_operation_set_print_settings  gtk_print_operation_set_print_settings;
10636 alias c_gtk_print_operation_get_print_settings  gtk_print_operation_get_print_settings;
10637 alias c_gtk_print_operation_set_job_name  gtk_print_operation_set_job_name;
10638 alias c_gtk_print_operation_set_n_pages  gtk_print_operation_set_n_pages;
10639 alias c_gtk_print_operation_get_n_pages_to_print  gtk_print_operation_get_n_pages_to_print;
10640 alias c_gtk_print_operation_set_current_page  gtk_print_operation_set_current_page;
10641 alias c_gtk_print_operation_set_use_full_page  gtk_print_operation_set_use_full_page;
10642 alias c_gtk_print_operation_set_unit  gtk_print_operation_set_unit;
10643 alias c_gtk_print_operation_set_export_filename  gtk_print_operation_set_export_filename;
10644 alias c_gtk_print_operation_set_show_progress  gtk_print_operation_set_show_progress;
10645 alias c_gtk_print_operation_set_track_print_status  gtk_print_operation_set_track_print_status;
10646 alias c_gtk_print_operation_set_custom_tab_label  gtk_print_operation_set_custom_tab_label;
10647 alias c_gtk_print_operation_run  gtk_print_operation_run;
10648 alias c_gtk_print_operation_cancel  gtk_print_operation_cancel;
10649 alias c_gtk_print_operation_draw_page_finish  gtk_print_operation_draw_page_finish;
10650 alias c_gtk_print_operation_set_defer_drawing  gtk_print_operation_set_defer_drawing;
10651 alias c_gtk_print_operation_get_status  gtk_print_operation_get_status;
10652 alias c_gtk_print_operation_get_status_string  gtk_print_operation_get_status_string;
10653 alias c_gtk_print_operation_is_finished  gtk_print_operation_is_finished;
10654 alias c_gtk_print_operation_set_support_selection  gtk_print_operation_set_support_selection;
10655 alias c_gtk_print_operation_get_support_selection  gtk_print_operation_get_support_selection;
10656 alias c_gtk_print_operation_set_has_selection  gtk_print_operation_set_has_selection;
10657 alias c_gtk_print_operation_get_has_selection  gtk_print_operation_get_has_selection;
10658 alias c_gtk_print_operation_set_embed_page_setup  gtk_print_operation_set_embed_page_setup;
10659 alias c_gtk_print_operation_get_embed_page_setup  gtk_print_operation_get_embed_page_setup;
10660 alias c_gtk_print_run_page_setup_dialog  gtk_print_run_page_setup_dialog;
10661 alias c_gtk_print_run_page_setup_dialog_async  gtk_print_run_page_setup_dialog_async;
10662 
10663 // gtk.PrintOperationPreviewT
10664 
10665 
10666 // gtk.PrintOperationPreviewT
10667 
10668 alias c_gtk_print_operation_preview_end_preview  gtk_print_operation_preview_end_preview;
10669 alias c_gtk_print_operation_preview_is_selected  gtk_print_operation_preview_is_selected;
10670 alias c_gtk_print_operation_preview_render_page  gtk_print_operation_preview_render_page;
10671 
10672 // gtk.PrintContext
10673 
10674 alias c_gtk_print_context_get_cairo_context  gtk_print_context_get_cairo_context;
10675 alias c_gtk_print_context_set_cairo_context  gtk_print_context_set_cairo_context;
10676 alias c_gtk_print_context_get_page_setup  gtk_print_context_get_page_setup;
10677 alias c_gtk_print_context_get_width  gtk_print_context_get_width;
10678 alias c_gtk_print_context_get_height  gtk_print_context_get_height;
10679 alias c_gtk_print_context_get_dpi_x  gtk_print_context_get_dpi_x;
10680 alias c_gtk_print_context_get_dpi_y  gtk_print_context_get_dpi_y;
10681 alias c_gtk_print_context_get_pango_fontmap  gtk_print_context_get_pango_fontmap;
10682 alias c_gtk_print_context_create_pango_context  gtk_print_context_create_pango_context;
10683 alias c_gtk_print_context_create_pango_layout  gtk_print_context_create_pango_layout;
10684 alias c_gtk_print_context_get_hard_margins  gtk_print_context_get_hard_margins;
10685 
10686 // gtk.PrintSettings
10687 
10688 alias c_gtk_print_settings_new  gtk_print_settings_new;
10689 alias c_gtk_print_settings_copy  gtk_print_settings_copy;
10690 alias c_gtk_print_settings_has_key  gtk_print_settings_has_key;
10691 alias c_gtk_print_settings_get  gtk_print_settings_get;
10692 alias c_gtk_print_settings_set  gtk_print_settings_set;
10693 alias c_gtk_print_settings_unset  gtk_print_settings_unset;
10694 alias c_gtk_print_settings_foreach  gtk_print_settings_foreach;
10695 alias c_gtk_print_settings_get_bool  gtk_print_settings_get_bool;
10696 alias c_gtk_print_settings_set_bool  gtk_print_settings_set_bool;
10697 alias c_gtk_print_settings_get_double  gtk_print_settings_get_double;
10698 alias c_gtk_print_settings_get_double_with_default  gtk_print_settings_get_double_with_default;
10699 alias c_gtk_print_settings_set_double  gtk_print_settings_set_double;
10700 alias c_gtk_print_settings_get_length  gtk_print_settings_get_length;
10701 alias c_gtk_print_settings_set_length  gtk_print_settings_set_length;
10702 alias c_gtk_print_settings_get_int  gtk_print_settings_get_int;
10703 alias c_gtk_print_settings_get_int_with_default  gtk_print_settings_get_int_with_default;
10704 alias c_gtk_print_settings_set_int  gtk_print_settings_set_int;
10705 alias c_gtk_print_settings_get_printer  gtk_print_settings_get_printer;
10706 alias c_gtk_print_settings_set_printer  gtk_print_settings_set_printer;
10707 alias c_gtk_print_settings_get_orientation  gtk_print_settings_get_orientation;
10708 alias c_gtk_print_settings_set_orientation  gtk_print_settings_set_orientation;
10709 alias c_gtk_print_settings_get_paper_size  gtk_print_settings_get_paper_size;
10710 alias c_gtk_print_settings_set_paper_size  gtk_print_settings_set_paper_size;
10711 alias c_gtk_print_settings_get_paper_width  gtk_print_settings_get_paper_width;
10712 alias c_gtk_print_settings_set_paper_width  gtk_print_settings_set_paper_width;
10713 alias c_gtk_print_settings_get_paper_height  gtk_print_settings_get_paper_height;
10714 alias c_gtk_print_settings_set_paper_height  gtk_print_settings_set_paper_height;
10715 alias c_gtk_print_settings_get_use_color  gtk_print_settings_get_use_color;
10716 alias c_gtk_print_settings_set_use_color  gtk_print_settings_set_use_color;
10717 alias c_gtk_print_settings_get_collate  gtk_print_settings_get_collate;
10718 alias c_gtk_print_settings_set_collate  gtk_print_settings_set_collate;
10719 alias c_gtk_print_settings_get_reverse  gtk_print_settings_get_reverse;
10720 alias c_gtk_print_settings_set_reverse  gtk_print_settings_set_reverse;
10721 alias c_gtk_print_settings_get_duplex  gtk_print_settings_get_duplex;
10722 alias c_gtk_print_settings_set_duplex  gtk_print_settings_set_duplex;
10723 alias c_gtk_print_settings_get_quality  gtk_print_settings_get_quality;
10724 alias c_gtk_print_settings_set_quality  gtk_print_settings_set_quality;
10725 alias c_gtk_print_settings_get_n_copies  gtk_print_settings_get_n_copies;
10726 alias c_gtk_print_settings_set_n_copies  gtk_print_settings_set_n_copies;
10727 alias c_gtk_print_settings_get_number_up  gtk_print_settings_get_number_up;
10728 alias c_gtk_print_settings_set_number_up  gtk_print_settings_set_number_up;
10729 alias c_gtk_print_settings_get_number_up_layout  gtk_print_settings_get_number_up_layout;
10730 alias c_gtk_print_settings_set_number_up_layout  gtk_print_settings_set_number_up_layout;
10731 alias c_gtk_print_settings_get_resolution  gtk_print_settings_get_resolution;
10732 alias c_gtk_print_settings_set_resolution  gtk_print_settings_set_resolution;
10733 alias c_gtk_print_settings_set_resolution_xy  gtk_print_settings_set_resolution_xy;
10734 alias c_gtk_print_settings_get_resolution_x  gtk_print_settings_get_resolution_x;
10735 alias c_gtk_print_settings_get_resolution_y  gtk_print_settings_get_resolution_y;
10736 alias c_gtk_print_settings_get_printer_lpi  gtk_print_settings_get_printer_lpi;
10737 alias c_gtk_print_settings_set_printer_lpi  gtk_print_settings_set_printer_lpi;
10738 alias c_gtk_print_settings_get_scale  gtk_print_settings_get_scale;
10739 alias c_gtk_print_settings_set_scale  gtk_print_settings_set_scale;
10740 alias c_gtk_print_settings_get_print_pages  gtk_print_settings_get_print_pages;
10741 alias c_gtk_print_settings_set_print_pages  gtk_print_settings_set_print_pages;
10742 alias c_gtk_print_settings_get_page_ranges  gtk_print_settings_get_page_ranges;
10743 alias c_gtk_print_settings_set_page_ranges  gtk_print_settings_set_page_ranges;
10744 alias c_gtk_print_settings_get_page_set  gtk_print_settings_get_page_set;
10745 alias c_gtk_print_settings_set_page_set  gtk_print_settings_set_page_set;
10746 alias c_gtk_print_settings_get_default_source  gtk_print_settings_get_default_source;
10747 alias c_gtk_print_settings_set_default_source  gtk_print_settings_set_default_source;
10748 alias c_gtk_print_settings_get_media_type  gtk_print_settings_get_media_type;
10749 alias c_gtk_print_settings_set_media_type  gtk_print_settings_set_media_type;
10750 alias c_gtk_print_settings_get_dither  gtk_print_settings_get_dither;
10751 alias c_gtk_print_settings_set_dither  gtk_print_settings_set_dither;
10752 alias c_gtk_print_settings_get_finishings  gtk_print_settings_get_finishings;
10753 alias c_gtk_print_settings_set_finishings  gtk_print_settings_set_finishings;
10754 alias c_gtk_print_settings_get_output_bin  gtk_print_settings_get_output_bin;
10755 alias c_gtk_print_settings_set_output_bin  gtk_print_settings_set_output_bin;
10756 alias c_gtk_print_settings_new_from_file  gtk_print_settings_new_from_file;
10757 alias c_gtk_print_settings_new_from_key_file  gtk_print_settings_new_from_key_file;
10758 alias c_gtk_print_settings_load_file  gtk_print_settings_load_file;
10759 alias c_gtk_print_settings_load_key_file  gtk_print_settings_load_key_file;
10760 alias c_gtk_print_settings_to_file  gtk_print_settings_to_file;
10761 alias c_gtk_print_settings_to_key_file  gtk_print_settings_to_key_file;
10762 
10763 // gtk.PageSetup
10764 
10765 alias c_gtk_page_setup_new  gtk_page_setup_new;
10766 alias c_gtk_page_setup_copy  gtk_page_setup_copy;
10767 alias c_gtk_page_setup_get_orientation  gtk_page_setup_get_orientation;
10768 alias c_gtk_page_setup_set_orientation  gtk_page_setup_set_orientation;
10769 alias c_gtk_page_setup_get_paper_size  gtk_page_setup_get_paper_size;
10770 alias c_gtk_page_setup_set_paper_size  gtk_page_setup_set_paper_size;
10771 alias c_gtk_page_setup_get_top_margin  gtk_page_setup_get_top_margin;
10772 alias c_gtk_page_setup_set_top_margin  gtk_page_setup_set_top_margin;
10773 alias c_gtk_page_setup_get_bottom_margin  gtk_page_setup_get_bottom_margin;
10774 alias c_gtk_page_setup_set_bottom_margin  gtk_page_setup_set_bottom_margin;
10775 alias c_gtk_page_setup_get_left_margin  gtk_page_setup_get_left_margin;
10776 alias c_gtk_page_setup_set_left_margin  gtk_page_setup_set_left_margin;
10777 alias c_gtk_page_setup_get_right_margin  gtk_page_setup_get_right_margin;
10778 alias c_gtk_page_setup_set_right_margin  gtk_page_setup_set_right_margin;
10779 alias c_gtk_page_setup_set_paper_size_and_default_margins  gtk_page_setup_set_paper_size_and_default_margins;
10780 alias c_gtk_page_setup_get_paper_width  gtk_page_setup_get_paper_width;
10781 alias c_gtk_page_setup_get_paper_height  gtk_page_setup_get_paper_height;
10782 alias c_gtk_page_setup_get_page_width  gtk_page_setup_get_page_width;
10783 alias c_gtk_page_setup_get_page_height  gtk_page_setup_get_page_height;
10784 alias c_gtk_page_setup_new_from_file  gtk_page_setup_new_from_file;
10785 alias c_gtk_page_setup_new_from_key_file  gtk_page_setup_new_from_key_file;
10786 alias c_gtk_page_setup_load_file  gtk_page_setup_load_file;
10787 alias c_gtk_page_setup_load_key_file  gtk_page_setup_load_key_file;
10788 alias c_gtk_page_setup_to_file  gtk_page_setup_to_file;
10789 alias c_gtk_page_setup_to_key_file  gtk_page_setup_to_key_file;
10790 
10791 // gtk.PaperSize
10792 
10793 alias c_gtk_paper_size_new  gtk_paper_size_new;
10794 alias c_gtk_paper_size_new_from_ppd  gtk_paper_size_new_from_ppd;
10795 alias c_gtk_paper_size_new_custom  gtk_paper_size_new_custom;
10796 alias c_gtk_paper_size_copy  gtk_paper_size_copy;
10797 alias c_gtk_paper_size_free  gtk_paper_size_free;
10798 alias c_gtk_paper_size_is_equal  gtk_paper_size_is_equal;
10799 alias c_gtk_paper_size_get_paper_sizes  gtk_paper_size_get_paper_sizes;
10800 alias c_gtk_paper_size_get_name  gtk_paper_size_get_name;
10801 alias c_gtk_paper_size_get_display_name  gtk_paper_size_get_display_name;
10802 alias c_gtk_paper_size_get_ppd_name  gtk_paper_size_get_ppd_name;
10803 alias c_gtk_paper_size_get_width  gtk_paper_size_get_width;
10804 alias c_gtk_paper_size_get_height  gtk_paper_size_get_height;
10805 alias c_gtk_paper_size_is_custom  gtk_paper_size_is_custom;
10806 alias c_gtk_paper_size_set_size  gtk_paper_size_set_size;
10807 alias c_gtk_paper_size_get_default_top_margin  gtk_paper_size_get_default_top_margin;
10808 alias c_gtk_paper_size_get_default_bottom_margin  gtk_paper_size_get_default_bottom_margin;
10809 alias c_gtk_paper_size_get_default_left_margin  gtk_paper_size_get_default_left_margin;
10810 alias c_gtk_paper_size_get_default_right_margin  gtk_paper_size_get_default_right_margin;
10811 alias c_gtk_paper_size_get_default  gtk_paper_size_get_default;
10812 alias c_gtk_paper_size_new_from_key_file  gtk_paper_size_new_from_key_file;
10813 alias c_gtk_paper_size_to_key_file  gtk_paper_size_to_key_file;
10814 
10815 // gtk.Printer
10816 
10817 alias c_gtk_printer_new  gtk_printer_new;
10818 alias c_gtk_printer_get_backend  gtk_printer_get_backend;
10819 alias c_gtk_printer_get_name  gtk_printer_get_name;
10820 alias c_gtk_printer_get_state_message  gtk_printer_get_state_message;
10821 alias c_gtk_printer_get_description  gtk_printer_get_description;
10822 alias c_gtk_printer_get_location  gtk_printer_get_location;
10823 alias c_gtk_printer_get_icon_name  gtk_printer_get_icon_name;
10824 alias c_gtk_printer_get_job_count  gtk_printer_get_job_count;
10825 alias c_gtk_printer_is_active  gtk_printer_is_active;
10826 alias c_gtk_printer_is_paused  gtk_printer_is_paused;
10827 alias c_gtk_printer_is_accepting_jobs  gtk_printer_is_accepting_jobs;
10828 alias c_gtk_printer_is_virtual  gtk_printer_is_virtual;
10829 alias c_gtk_printer_is_default  gtk_printer_is_default;
10830 alias c_gtk_printer_accepts_ps  gtk_printer_accepts_ps;
10831 alias c_gtk_printer_accepts_pdf  gtk_printer_accepts_pdf;
10832 alias c_gtk_printer_list_papers  gtk_printer_list_papers;
10833 alias c_gtk_printer_compare  gtk_printer_compare;
10834 alias c_gtk_printer_has_details  gtk_printer_has_details;
10835 alias c_gtk_printer_request_details  gtk_printer_request_details;
10836 alias c_gtk_printer_get_capabilities  gtk_printer_get_capabilities;
10837 alias c_gtk_printer_get_default_page_size  gtk_printer_get_default_page_size;
10838 alias c_gtk_printer_get_hard_margins  gtk_printer_get_hard_margins;
10839 alias c_gtk_enumerate_printers  gtk_enumerate_printers;
10840 
10841 // gtk.PrintJob
10842 
10843 alias c_gtk_print_job_new  gtk_print_job_new;
10844 alias c_gtk_print_job_get_settings  gtk_print_job_get_settings;
10845 alias c_gtk_print_job_get_printer  gtk_print_job_get_printer;
10846 alias c_gtk_print_job_get_title  gtk_print_job_get_title;
10847 alias c_gtk_print_job_get_status  gtk_print_job_get_status;
10848 alias c_gtk_print_job_set_source_file  gtk_print_job_set_source_file;
10849 alias c_gtk_print_job_get_surface  gtk_print_job_get_surface;
10850 alias c_gtk_print_job_send  gtk_print_job_send;
10851 alias c_gtk_print_job_set_track_print_status  gtk_print_job_set_track_print_status;
10852 alias c_gtk_print_job_get_track_print_status  gtk_print_job_get_track_print_status;
10853 
10854 // gtk.PrintUnixDialog
10855 
10856 alias c_gtk_print_unix_dialog_new  gtk_print_unix_dialog_new;
10857 alias c_gtk_print_unix_dialog_set_page_setup  gtk_print_unix_dialog_set_page_setup;
10858 alias c_gtk_print_unix_dialog_get_page_setup  gtk_print_unix_dialog_get_page_setup;
10859 alias c_gtk_print_unix_dialog_set_current_page  gtk_print_unix_dialog_set_current_page;
10860 alias c_gtk_print_unix_dialog_get_current_page  gtk_print_unix_dialog_get_current_page;
10861 alias c_gtk_print_unix_dialog_set_settings  gtk_print_unix_dialog_set_settings;
10862 alias c_gtk_print_unix_dialog_get_settings  gtk_print_unix_dialog_get_settings;
10863 alias c_gtk_print_unix_dialog_get_selected_printer  gtk_print_unix_dialog_get_selected_printer;
10864 alias c_gtk_print_unix_dialog_add_custom_tab  gtk_print_unix_dialog_add_custom_tab;
10865 alias c_gtk_print_unix_dialog_set_support_selection  gtk_print_unix_dialog_set_support_selection;
10866 alias c_gtk_print_unix_dialog_get_support_selection  gtk_print_unix_dialog_get_support_selection;
10867 alias c_gtk_print_unix_dialog_set_has_selection  gtk_print_unix_dialog_set_has_selection;
10868 alias c_gtk_print_unix_dialog_get_has_selection  gtk_print_unix_dialog_get_has_selection;
10869 alias c_gtk_print_unix_dialog_set_embed_page_setup  gtk_print_unix_dialog_set_embed_page_setup;
10870 alias c_gtk_print_unix_dialog_get_embed_page_setup  gtk_print_unix_dialog_get_embed_page_setup;
10871 alias c_gtk_print_unix_dialog_get_page_setup_set  gtk_print_unix_dialog_get_page_setup_set;
10872 alias c_gtk_print_unix_dialog_set_manual_capabilities  gtk_print_unix_dialog_set_manual_capabilities;
10873 alias c_gtk_print_unix_dialog_get_manual_capabilities  gtk_print_unix_dialog_get_manual_capabilities;
10874 
10875 // gtk.PageSetupUnixDialog
10876 
10877 alias c_gtk_page_setup_unix_dialog_new  gtk_page_setup_unix_dialog_new;
10878 alias c_gtk_page_setup_unix_dialog_set_page_setup  gtk_page_setup_unix_dialog_set_page_setup;
10879 alias c_gtk_page_setup_unix_dialog_get_page_setup  gtk_page_setup_unix_dialog_get_page_setup;
10880 alias c_gtk_page_setup_unix_dialog_set_print_settings  gtk_page_setup_unix_dialog_set_print_settings;
10881 alias c_gtk_page_setup_unix_dialog_get_print_settings  gtk_page_setup_unix_dialog_get_print_settings;
10882 
10883 // gtk.Adjustment
10884 
10885 alias c_gtk_adjustment_new  gtk_adjustment_new;
10886 alias c_gtk_adjustment_get_value  gtk_adjustment_get_value;
10887 alias c_gtk_adjustment_set_value  gtk_adjustment_set_value;
10888 alias c_gtk_adjustment_clamp_page  gtk_adjustment_clamp_page;
10889 alias c_gtk_adjustment_changed  gtk_adjustment_changed;
10890 alias c_gtk_adjustment_value_changed  gtk_adjustment_value_changed;
10891 alias c_gtk_adjustment_configure  gtk_adjustment_configure;
10892 alias c_gtk_adjustment_get_lower  gtk_adjustment_get_lower;
10893 alias c_gtk_adjustment_get_page_increment  gtk_adjustment_get_page_increment;
10894 alias c_gtk_adjustment_get_page_size  gtk_adjustment_get_page_size;
10895 alias c_gtk_adjustment_get_step_increment  gtk_adjustment_get_step_increment;
10896 alias c_gtk_adjustment_get_upper  gtk_adjustment_get_upper;
10897 alias c_gtk_adjustment_set_lower  gtk_adjustment_set_lower;
10898 alias c_gtk_adjustment_set_page_increment  gtk_adjustment_set_page_increment;
10899 alias c_gtk_adjustment_set_page_size  gtk_adjustment_set_page_size;
10900 alias c_gtk_adjustment_set_step_increment  gtk_adjustment_set_step_increment;
10901 alias c_gtk_adjustment_set_upper  gtk_adjustment_set_upper;
10902 
10903 // gtk.Arrow
10904 
10905 alias c_gtk_arrow_new  gtk_arrow_new;
10906 alias c_gtk_arrow_set  gtk_arrow_set;
10907 
10908 // gtk.Calendar
10909 
10910 alias c_gtk_calendar_new  gtk_calendar_new;
10911 alias c_gtk_calendar_select_month  gtk_calendar_select_month;
10912 alias c_gtk_calendar_select_day  gtk_calendar_select_day;
10913 alias c_gtk_calendar_mark_day  gtk_calendar_mark_day;
10914 alias c_gtk_calendar_unmark_day  gtk_calendar_unmark_day;
10915 alias c_gtk_calendar_clear_marks  gtk_calendar_clear_marks;
10916 alias c_gtk_calendar_get_display_options  gtk_calendar_get_display_options;
10917 alias c_gtk_calendar_set_display_options  gtk_calendar_set_display_options;
10918 alias c_gtk_calendar_get_date  gtk_calendar_get_date;
10919 alias c_gtk_calendar_set_detail_func  gtk_calendar_set_detail_func;
10920 alias c_gtk_calendar_get_detail_width_chars  gtk_calendar_get_detail_width_chars;
10921 alias c_gtk_calendar_set_detail_width_chars  gtk_calendar_set_detail_width_chars;
10922 alias c_gtk_calendar_get_detail_height_rows  gtk_calendar_get_detail_height_rows;
10923 alias c_gtk_calendar_set_detail_height_rows  gtk_calendar_set_detail_height_rows;
10924 alias c_gtk_calendar_display_options  gtk_calendar_display_options;
10925 alias c_gtk_calendar_freeze  gtk_calendar_freeze;
10926 alias c_gtk_calendar_thaw  gtk_calendar_thaw;
10927 
10928 // gtk.DrawingArea
10929 
10930 alias c_gtk_drawing_area_new  gtk_drawing_area_new;
10931 alias c_gtk_drawing_area_size  gtk_drawing_area_size;
10932 
10933 // gtk.EventBox
10934 
10935 alias c_gtk_event_box_new  gtk_event_box_new;
10936 alias c_gtk_event_box_set_above_child  gtk_event_box_set_above_child;
10937 alias c_gtk_event_box_get_above_child  gtk_event_box_get_above_child;
10938 alias c_gtk_event_box_set_visible_window  gtk_event_box_set_visible_window;
10939 alias c_gtk_event_box_get_visible_window  gtk_event_box_get_visible_window;
10940 
10941 // gtk.HandleBox
10942 
10943 alias c_gtk_handle_box_new  gtk_handle_box_new;
10944 alias c_gtk_handle_box_set_shadow_type  gtk_handle_box_set_shadow_type;
10945 alias c_gtk_handle_box_set_handle_position  gtk_handle_box_set_handle_position;
10946 alias c_gtk_handle_box_set_snap_edge  gtk_handle_box_set_snap_edge;
10947 alias c_gtk_handle_box_get_handle_position  gtk_handle_box_get_handle_position;
10948 alias c_gtk_handle_box_get_shadow_type  gtk_handle_box_get_shadow_type;
10949 alias c_gtk_handle_box_get_snap_edge  gtk_handle_box_get_snap_edge;
10950 alias c_gtk_handle_box_get_child_detached  gtk_handle_box_get_child_detached;
10951 
10952 // gtk.IMContextSimple
10953 
10954 alias c_gtk_im_context_simple_new  gtk_im_context_simple_new;
10955 alias c_gtk_im_context_simple_add_table  gtk_im_context_simple_add_table;
10956 
10957 // gtk.IMMulticontext
10958 
10959 alias c_gtk_im_multicontext_new  gtk_im_multicontext_new;
10960 alias c_gtk_im_multicontext_append_menuitems  gtk_im_multicontext_append_menuitems;
10961 alias c_gtk_im_multicontext_get_context_id  gtk_im_multicontext_get_context_id;
10962 alias c_gtk_im_multicontext_set_context_id  gtk_im_multicontext_set_context_id;
10963 
10964 // gtk.SizeGroup
10965 
10966 alias c_gtk_size_group_new  gtk_size_group_new;
10967 alias c_gtk_size_group_set_mode  gtk_size_group_set_mode;
10968 alias c_gtk_size_group_get_mode  gtk_size_group_get_mode;
10969 alias c_gtk_size_group_set_ignore_hidden  gtk_size_group_set_ignore_hidden;
10970 alias c_gtk_size_group_get_ignore_hidden  gtk_size_group_get_ignore_hidden;
10971 alias c_gtk_size_group_add_widget  gtk_size_group_add_widget;
10972 alias c_gtk_size_group_remove_widget  gtk_size_group_remove_widget;
10973 alias c_gtk_size_group_get_widgets  gtk_size_group_get_widgets;
10974 
10975 // gtk.Tooltip
10976 
10977 alias c_gtk_tooltip_set_markup  gtk_tooltip_set_markup;
10978 alias c_gtk_tooltip_set_text  gtk_tooltip_set_text;
10979 alias c_gtk_tooltip_set_icon  gtk_tooltip_set_icon;
10980 alias c_gtk_tooltip_set_icon_from_stock  gtk_tooltip_set_icon_from_stock;
10981 alias c_gtk_tooltip_set_icon_from_icon_name  gtk_tooltip_set_icon_from_icon_name;
10982 alias c_gtk_tooltip_set_icon_from_gicon  gtk_tooltip_set_icon_from_gicon;
10983 alias c_gtk_tooltip_set_custom  gtk_tooltip_set_custom;
10984 alias c_gtk_tooltip_trigger_tooltip_query  gtk_tooltip_trigger_tooltip_query;
10985 alias c_gtk_tooltip_set_tip_area  gtk_tooltip_set_tip_area;
10986 
10987 // gtk.Viewport
10988 
10989 alias c_gtk_viewport_new  gtk_viewport_new;
10990 alias c_gtk_viewport_get_hadjustment  gtk_viewport_get_hadjustment;
10991 alias c_gtk_viewport_get_vadjustment  gtk_viewport_get_vadjustment;
10992 alias c_gtk_viewport_set_hadjustment  gtk_viewport_set_hadjustment;
10993 alias c_gtk_viewport_set_vadjustment  gtk_viewport_set_vadjustment;
10994 alias c_gtk_viewport_set_shadow_type  gtk_viewport_set_shadow_type;
10995 alias c_gtk_viewport_get_shadow_type  gtk_viewport_get_shadow_type;
10996 alias c_gtk_viewport_get_bin_window  gtk_viewport_get_bin_window;
10997 alias c_gtk_viewport_get_view_window  gtk_viewport_get_view_window;
10998 
10999 // gtk.Accessible
11000 
11001 alias c_gtk_accessible_connect_widget_destroyed  gtk_accessible_connect_widget_destroyed;
11002 alias c_gtk_accessible_get_widget  gtk_accessible_get_widget;
11003 alias c_gtk_accessible_set_widget  gtk_accessible_set_widget;
11004 
11005 // gtk.Bin
11006 
11007 alias c_gtk_bin_get_child  gtk_bin_get_child;
11008 
11009 // gtk.Box
11010 
11011 alias c_gtk_box_pack_start  gtk_box_pack_start;
11012 alias c_gtk_box_pack_end  gtk_box_pack_end;
11013 alias c_gtk_box_pack_start_defaults  gtk_box_pack_start_defaults;
11014 alias c_gtk_box_pack_end_defaults  gtk_box_pack_end_defaults;
11015 alias c_gtk_box_get_homogeneous  gtk_box_get_homogeneous;
11016 alias c_gtk_box_set_homogeneous  gtk_box_set_homogeneous;
11017 alias c_gtk_box_get_spacing  gtk_box_get_spacing;
11018 alias c_gtk_box_set_spacing  gtk_box_set_spacing;
11019 alias c_gtk_box_reorder_child  gtk_box_reorder_child;
11020 alias c_gtk_box_query_child_packing  gtk_box_query_child_packing;
11021 alias c_gtk_box_set_child_packing  gtk_box_set_child_packing;
11022 
11023 // gtk.ButtonBox
11024 
11025 alias c_gtk_button_box_get_layout  gtk_button_box_get_layout;
11026 alias c_gtk_button_box_get_child_size  gtk_button_box_get_child_size;
11027 alias c_gtk_button_box_get_child_ipadding  gtk_button_box_get_child_ipadding;
11028 alias c_gtk_button_box_get_child_secondary  gtk_button_box_get_child_secondary;
11029 alias c_gtk_button_box_set_layout  gtk_button_box_set_layout;
11030 alias c_gtk_button_box_set_child_size  gtk_button_box_set_child_size;
11031 alias c_gtk_button_box_set_child_ipadding  gtk_button_box_set_child_ipadding;
11032 alias c_gtk_button_box_set_child_secondary  gtk_button_box_set_child_secondary;
11033 
11034 // gtk.Container
11035 
11036 alias c_gtk_container_add  gtk_container_add;
11037 alias c_gtk_container_remove  gtk_container_remove;
11038 alias c_gtk_container_add_with_properties  gtk_container_add_with_properties;
11039 alias c_gtk_container_get_resize_mode  gtk_container_get_resize_mode;
11040 alias c_gtk_container_set_resize_mode  gtk_container_set_resize_mode;
11041 alias c_gtk_container_check_resize  gtk_container_check_resize;
11042 alias c_gtk_container_foreach  gtk_container_foreach;
11043 alias c_gtk_container_foreach_full  gtk_container_foreach_full;
11044 alias c_gtk_container_get_children  gtk_container_get_children;
11045 alias c_gtk_container_set_reallocate_redraws  gtk_container_set_reallocate_redraws;
11046 alias c_gtk_container_get_focus_child  gtk_container_get_focus_child;
11047 alias c_gtk_container_set_focus_child  gtk_container_set_focus_child;
11048 alias c_gtk_container_get_focus_vadjustment  gtk_container_get_focus_vadjustment;
11049 alias c_gtk_container_set_focus_vadjustment  gtk_container_set_focus_vadjustment;
11050 alias c_gtk_container_get_focus_hadjustment  gtk_container_get_focus_hadjustment;
11051 alias c_gtk_container_set_focus_hadjustment  gtk_container_set_focus_hadjustment;
11052 alias c_gtk_container_resize_children  gtk_container_resize_children;
11053 alias c_gtk_container_child_type  gtk_container_child_type;
11054 alias c_gtk_container_child_get  gtk_container_child_get;
11055 alias c_gtk_container_child_set  gtk_container_child_set;
11056 alias c_gtk_container_child_get_property  gtk_container_child_get_property;
11057 alias c_gtk_container_child_set_property  gtk_container_child_set_property;
11058 alias c_gtk_container_child_get_valist  gtk_container_child_get_valist;
11059 alias c_gtk_container_child_set_valist  gtk_container_child_set_valist;
11060 alias c_gtk_container_forall  gtk_container_forall;
11061 alias c_gtk_container_get_border_width  gtk_container_get_border_width;
11062 alias c_gtk_container_set_border_width  gtk_container_set_border_width;
11063 alias c_gtk_container_propagate_expose  gtk_container_propagate_expose;
11064 alias c_gtk_container_get_focus_chain  gtk_container_get_focus_chain;
11065 alias c_gtk_container_set_focus_chain  gtk_container_set_focus_chain;
11066 alias c_gtk_container_unset_focus_chain  gtk_container_unset_focus_chain;
11067 alias c_gtk_container_class_find_child_property  gtk_container_class_find_child_property;
11068 alias c_gtk_container_class_install_child_property  gtk_container_class_install_child_property;
11069 alias c_gtk_container_class_list_child_properties  gtk_container_class_list_child_properties;
11070 
11071 // gtk.Item
11072 
11073 alias c_gtk_item_select  gtk_item_select;
11074 alias c_gtk_item_deselect  gtk_item_deselect;
11075 alias c_gtk_item_toggle  gtk_item_toggle;
11076 
11077 // gtk.MenuShell
11078 
11079 alias c_gtk_menu_shell_append  gtk_menu_shell_append;
11080 alias c_gtk_menu_shell_prepend  gtk_menu_shell_prepend;
11081 alias c_gtk_menu_shell_insert  gtk_menu_shell_insert;
11082 alias c_gtk_menu_shell_deactivate  gtk_menu_shell_deactivate;
11083 alias c_gtk_menu_shell_select_item  gtk_menu_shell_select_item;
11084 alias c_gtk_menu_shell_select_first  gtk_menu_shell_select_first;
11085 alias c_gtk_menu_shell_deselect  gtk_menu_shell_deselect;
11086 alias c_gtk_menu_shell_activate_item  gtk_menu_shell_activate_item;
11087 alias c_gtk_menu_shell_cancel  gtk_menu_shell_cancel;
11088 alias c_gtk_menu_shell_set_take_focus  gtk_menu_shell_set_take_focus;
11089 alias c_gtk_menu_shell_get_take_focus  gtk_menu_shell_get_take_focus;
11090 
11091 // gtk.Misc
11092 
11093 alias c_gtk_misc_set_alignment  gtk_misc_set_alignment;
11094 alias c_gtk_misc_set_padding  gtk_misc_set_padding;
11095 alias c_gtk_misc_get_alignment  gtk_misc_get_alignment;
11096 alias c_gtk_misc_get_padding  gtk_misc_get_padding;
11097 
11098 // gtk.ObjectGtk
11099 
11100 alias c_gtk_object_new  gtk_object_new;
11101 alias c_gtk_object_sink  gtk_object_sink;
11102 alias c_gtk_object_ref  gtk_object_ref;
11103 alias c_gtk_object_unref  gtk_object_unref;
11104 alias c_gtk_object_weakref  gtk_object_weakref;
11105 alias c_gtk_object_weakunref  gtk_object_weakunref;
11106 alias c_gtk_object_destroy  gtk_object_destroy;
11107 alias c_gtk_object_get  gtk_object_get;
11108 alias c_gtk_object_set  gtk_object_set;
11109 alias c_gtk_object_set_data  gtk_object_set_data;
11110 alias c_gtk_object_set_data_full  gtk_object_set_data_full;
11111 alias c_gtk_object_remove_data  gtk_object_remove_data;
11112 alias c_gtk_object_get_data  gtk_object_get_data;
11113 alias c_gtk_object_remove_no_notify  gtk_object_remove_no_notify;
11114 alias c_gtk_object_set_user_data  gtk_object_set_user_data;
11115 alias c_gtk_object_get_user_data  gtk_object_get_user_data;
11116 alias c_gtk_object_add_arg_type  gtk_object_add_arg_type;
11117 alias c_gtk_object_set_data_by_id  gtk_object_set_data_by_id;
11118 alias c_gtk_object_set_data_by_id_full  gtk_object_set_data_by_id_full;
11119 alias c_gtk_object_get_data_by_id  gtk_object_get_data_by_id;
11120 alias c_gtk_object_remove_data_by_id  gtk_object_remove_data_by_id;
11121 alias c_gtk_object_remove_no_notify_by_id  gtk_object_remove_no_notify_by_id;
11122 
11123 // gtk.Paned
11124 
11125 alias c_gtk_paned_add1  gtk_paned_add1;
11126 alias c_gtk_paned_add2  gtk_paned_add2;
11127 alias c_gtk_paned_pack1  gtk_paned_pack1;
11128 alias c_gtk_paned_pack2  gtk_paned_pack2;
11129 alias c_gtk_paned_get_child1  gtk_paned_get_child1;
11130 alias c_gtk_paned_get_child2  gtk_paned_get_child2;
11131 alias c_gtk_paned_set_position  gtk_paned_set_position;
11132 alias c_gtk_paned_get_position  gtk_paned_get_position;
11133 alias c_gtk_paned_get_handle_window  gtk_paned_get_handle_window;
11134 
11135 // gtk.Range
11136 
11137 alias c_gtk_range_get_fill_level  gtk_range_get_fill_level;
11138 alias c_gtk_range_get_restrict_to_fill_level  gtk_range_get_restrict_to_fill_level;
11139 alias c_gtk_range_get_show_fill_level  gtk_range_get_show_fill_level;
11140 alias c_gtk_range_set_fill_level  gtk_range_set_fill_level;
11141 alias c_gtk_range_set_restrict_to_fill_level  gtk_range_set_restrict_to_fill_level;
11142 alias c_gtk_range_set_show_fill_level  gtk_range_set_show_fill_level;
11143 alias c_gtk_range_get_adjustment  gtk_range_get_adjustment;
11144 alias c_gtk_range_set_update_policy  gtk_range_set_update_policy;
11145 alias c_gtk_range_set_adjustment  gtk_range_set_adjustment;
11146 alias c_gtk_range_get_inverted  gtk_range_get_inverted;
11147 alias c_gtk_range_set_inverted  gtk_range_set_inverted;
11148 alias c_gtk_range_get_update_policy  gtk_range_get_update_policy;
11149 alias c_gtk_range_set_increments  gtk_range_set_increments;
11150 alias c_gtk_range_set_range  gtk_range_set_range;
11151 alias c_gtk_range_get_value  gtk_range_get_value;
11152 alias c_gtk_range_set_value  gtk_range_set_value;
11153 alias c_gtk_range_get_round_digits  gtk_range_get_round_digits;
11154 alias c_gtk_range_set_round_digits  gtk_range_set_round_digits;
11155 alias c_gtk_range_set_lower_stepper_sensitivity  gtk_range_set_lower_stepper_sensitivity;
11156 alias c_gtk_range_get_lower_stepper_sensitivity  gtk_range_get_lower_stepper_sensitivity;
11157 alias c_gtk_range_set_upper_stepper_sensitivity  gtk_range_set_upper_stepper_sensitivity;
11158 alias c_gtk_range_get_upper_stepper_sensitivity  gtk_range_get_upper_stepper_sensitivity;
11159 alias c_gtk_range_get_flippable  gtk_range_get_flippable;
11160 alias c_gtk_range_set_flippable  gtk_range_set_flippable;
11161 alias c_gtk_range_get_min_slider_size  gtk_range_get_min_slider_size;
11162 alias c_gtk_range_get_range_rect  gtk_range_get_range_rect;
11163 alias c_gtk_range_get_slider_range  gtk_range_get_slider_range;
11164 alias c_gtk_range_get_slider_size_fixed  gtk_range_get_slider_size_fixed;
11165 alias c_gtk_range_set_min_slider_size  gtk_range_set_min_slider_size;
11166 alias c_gtk_range_set_slider_size_fixed  gtk_range_set_slider_size_fixed;
11167 
11168 // gtk.Scale
11169 
11170 alias c_gtk_scale_set_digits  gtk_scale_set_digits;
11171 alias c_gtk_scale_set_draw_value  gtk_scale_set_draw_value;
11172 alias c_gtk_scale_set_value_pos  gtk_scale_set_value_pos;
11173 alias c_gtk_scale_get_digits  gtk_scale_get_digits;
11174 alias c_gtk_scale_get_draw_value  gtk_scale_get_draw_value;
11175 alias c_gtk_scale_get_value_pos  gtk_scale_get_value_pos;
11176 alias c_gtk_scale_get_layout  gtk_scale_get_layout;
11177 alias c_gtk_scale_get_layout_offsets  gtk_scale_get_layout_offsets;
11178 alias c_gtk_scale_add_mark  gtk_scale_add_mark;
11179 alias c_gtk_scale_clear_marks  gtk_scale_clear_marks;
11180 
11181 // gtk.Scrollbar
11182 
11183 
11184 // gtk.Separator
11185 
11186 
11187 // gtk.Widget
11188 
11189 alias c_gtk_widget_new  gtk_widget_new;
11190 alias c_gtk_widget_unref  gtk_widget_unref;
11191 alias c_gtk_widget_destroy  gtk_widget_destroy;
11192 alias c_gtk_widget_destroyed  gtk_widget_destroyed;
11193 alias c_gtk_widget_set  gtk_widget_set;
11194 alias c_gtk_widget_unparent  gtk_widget_unparent;
11195 alias c_gtk_widget_show  gtk_widget_show;
11196 alias c_gtk_widget_show_now  gtk_widget_show_now;
11197 alias c_gtk_widget_hide  gtk_widget_hide;
11198 alias c_gtk_widget_show_all  gtk_widget_show_all;
11199 alias c_gtk_widget_hide_all  gtk_widget_hide_all;
11200 alias c_gtk_widget_map  gtk_widget_map;
11201 alias c_gtk_widget_unmap  gtk_widget_unmap;
11202 alias c_gtk_widget_realize  gtk_widget_realize;
11203 alias c_gtk_widget_unrealize  gtk_widget_unrealize;
11204 alias c_gtk_widget_queue_draw  gtk_widget_queue_draw;
11205 alias c_gtk_widget_queue_resize  gtk_widget_queue_resize;
11206 alias c_gtk_widget_queue_resize_no_redraw  gtk_widget_queue_resize_no_redraw;
11207 alias c_gtk_widget_draw  gtk_widget_draw;
11208 alias c_gtk_widget_size_request  gtk_widget_size_request;
11209 alias c_gtk_widget_get_child_requisition  gtk_widget_get_child_requisition;
11210 alias c_gtk_widget_size_allocate  gtk_widget_size_allocate;
11211 alias c_gtk_widget_add_accelerator  gtk_widget_add_accelerator;
11212 alias c_gtk_widget_remove_accelerator  gtk_widget_remove_accelerator;
11213 alias c_gtk_widget_set_accel_path  gtk_widget_set_accel_path;
11214 alias c_gtk_widget_list_accel_closures  gtk_widget_list_accel_closures;
11215 alias c_gtk_widget_can_activate_accel  gtk_widget_can_activate_accel;
11216 alias c_gtk_widget_event  gtk_widget_event;
11217 alias c_gtk_widget_activate  gtk_widget_activate;
11218 alias c_gtk_widget_reparent  gtk_widget_reparent;
11219 alias c_gtk_widget_intersect  gtk_widget_intersect;
11220 alias c_gtk_widget_is_focus  gtk_widget_is_focus;
11221 alias c_gtk_widget_grab_focus  gtk_widget_grab_focus;
11222 alias c_gtk_widget_grab_default  gtk_widget_grab_default;
11223 alias c_gtk_widget_set_name  gtk_widget_set_name;
11224 alias c_gtk_widget_get_name  gtk_widget_get_name;
11225 alias c_gtk_widget_set_state  gtk_widget_set_state;
11226 alias c_gtk_widget_set_sensitive  gtk_widget_set_sensitive;
11227 alias c_gtk_widget_set_parent  gtk_widget_set_parent;
11228 alias c_gtk_widget_set_parent_window  gtk_widget_set_parent_window;
11229 alias c_gtk_widget_get_parent_window  gtk_widget_get_parent_window;
11230 alias c_gtk_widget_set_uposition  gtk_widget_set_uposition;
11231 alias c_gtk_widget_set_usize  gtk_widget_set_usize;
11232 alias c_gtk_widget_set_events  gtk_widget_set_events;
11233 alias c_gtk_widget_add_events  gtk_widget_add_events;
11234 alias c_gtk_widget_set_extension_events  gtk_widget_set_extension_events;
11235 alias c_gtk_widget_get_extension_events  gtk_widget_get_extension_events;
11236 alias c_gtk_widget_get_toplevel  gtk_widget_get_toplevel;
11237 alias c_gtk_widget_get_ancestor  gtk_widget_get_ancestor;
11238 alias c_gtk_widget_get_colormap  gtk_widget_get_colormap;
11239 alias c_gtk_widget_set_colormap  gtk_widget_set_colormap;
11240 alias c_gtk_widget_get_visual  gtk_widget_get_visual;
11241 alias c_gtk_widget_get_events  gtk_widget_get_events;
11242 alias c_gtk_widget_get_pointer  gtk_widget_get_pointer;
11243 alias c_gtk_widget_is_ancestor  gtk_widget_is_ancestor;
11244 alias c_gtk_widget_translate_coordinates  gtk_widget_translate_coordinates;
11245 alias c_gtk_widget_hide_on_delete  gtk_widget_hide_on_delete;
11246 alias c_gtk_widget_set_style  gtk_widget_set_style;
11247 alias c_gtk_widget_ensure_style  gtk_widget_ensure_style;
11248 alias c_gtk_widget_get_style  gtk_widget_get_style;
11249 alias c_gtk_widget_reset_rc_styles  gtk_widget_reset_rc_styles;
11250 alias c_gtk_widget_push_colormap  gtk_widget_push_colormap;
11251 alias c_gtk_widget_pop_colormap  gtk_widget_pop_colormap;
11252 alias c_gtk_widget_set_default_colormap  gtk_widget_set_default_colormap;
11253 alias c_gtk_widget_get_default_style  gtk_widget_get_default_style;
11254 alias c_gtk_widget_get_default_colormap  gtk_widget_get_default_colormap;
11255 alias c_gtk_widget_get_default_visual  gtk_widget_get_default_visual;
11256 alias c_gtk_widget_set_direction  gtk_widget_set_direction;
11257 alias c_gtk_widget_get_direction  gtk_widget_get_direction;
11258 alias c_gtk_widget_set_default_direction  gtk_widget_set_default_direction;
11259 alias c_gtk_widget_get_default_direction  gtk_widget_get_default_direction;
11260 alias c_gtk_widget_shape_combine_mask  gtk_widget_shape_combine_mask;
11261 alias c_gtk_widget_input_shape_combine_mask  gtk_widget_input_shape_combine_mask;
11262 alias c_gtk_widget_path  gtk_widget_path;
11263 alias c_gtk_widget_class_path  gtk_widget_class_path;
11264 alias c_gtk_widget_get_composite_name  gtk_widget_get_composite_name;
11265 alias c_gtk_widget_modify_style  gtk_widget_modify_style;
11266 alias c_gtk_widget_get_modifier_style  gtk_widget_get_modifier_style;
11267 alias c_gtk_widget_modify_fg  gtk_widget_modify_fg;
11268 alias c_gtk_widget_modify_bg  gtk_widget_modify_bg;
11269 alias c_gtk_widget_modify_text  gtk_widget_modify_text;
11270 alias c_gtk_widget_modify_base  gtk_widget_modify_base;
11271 alias c_gtk_widget_modify_font  gtk_widget_modify_font;
11272 alias c_gtk_widget_modify_cursor  gtk_widget_modify_cursor;
11273 alias c_gtk_widget_create_pango_context  gtk_widget_create_pango_context;
11274 alias c_gtk_widget_get_pango_context  gtk_widget_get_pango_context;
11275 alias c_gtk_widget_create_pango_layout  gtk_widget_create_pango_layout;
11276 alias c_gtk_widget_render_icon  gtk_widget_render_icon;
11277 alias c_gtk_widget_pop_composite_child  gtk_widget_pop_composite_child;
11278 alias c_gtk_widget_push_composite_child  gtk_widget_push_composite_child;
11279 alias c_gtk_widget_queue_clear  gtk_widget_queue_clear;
11280 alias c_gtk_widget_queue_clear_area  gtk_widget_queue_clear_area;
11281 alias c_gtk_widget_queue_draw_area  gtk_widget_queue_draw_area;
11282 alias c_gtk_widget_reset_shapes  gtk_widget_reset_shapes;
11283 alias c_gtk_widget_set_app_paintable  gtk_widget_set_app_paintable;
11284 alias c_gtk_widget_set_double_buffered  gtk_widget_set_double_buffered;
11285 alias c_gtk_widget_set_redraw_on_allocate  gtk_widget_set_redraw_on_allocate;
11286 alias c_gtk_widget_set_composite_name  gtk_widget_set_composite_name;
11287 alias c_gtk_widget_set_scroll_adjustments  gtk_widget_set_scroll_adjustments;
11288 alias c_gtk_widget_mnemonic_activate  gtk_widget_mnemonic_activate;
11289 alias c_gtk_widget_class_install_style_property  gtk_widget_class_install_style_property;
11290 alias c_gtk_widget_class_install_style_property_parser  gtk_widget_class_install_style_property_parser;
11291 alias c_gtk_widget_class_find_style_property  gtk_widget_class_find_style_property;
11292 alias c_gtk_widget_class_list_style_properties  gtk_widget_class_list_style_properties;
11293 alias c_gtk_widget_region_intersect  gtk_widget_region_intersect;
11294 alias c_gtk_widget_send_expose  gtk_widget_send_expose;
11295 alias c_gtk_widget_send_focus_change  gtk_widget_send_focus_change;
11296 alias c_gtk_widget_style_get  gtk_widget_style_get;
11297 alias c_gtk_widget_style_get_property  gtk_widget_style_get_property;
11298 alias c_gtk_widget_style_get_valist  gtk_widget_style_get_valist;
11299 alias c_gtk_widget_style_attach  gtk_widget_style_attach;
11300 alias c_gtk_widget_get_accessible  gtk_widget_get_accessible;
11301 alias c_gtk_widget_child_focus  gtk_widget_child_focus;
11302 alias c_gtk_widget_child_notify  gtk_widget_child_notify;
11303 alias c_gtk_widget_freeze_child_notify  gtk_widget_freeze_child_notify;
11304 alias c_gtk_widget_get_child_visible  gtk_widget_get_child_visible;
11305 alias c_gtk_widget_get_parent  gtk_widget_get_parent;
11306 alias c_gtk_widget_get_settings  gtk_widget_get_settings;
11307 alias c_gtk_widget_get_clipboard  gtk_widget_get_clipboard;
11308 alias c_gtk_widget_get_display  gtk_widget_get_display;
11309 alias c_gtk_widget_get_root_window  gtk_widget_get_root_window;
11310 alias c_gtk_widget_get_screen  gtk_widget_get_screen;
11311 alias c_gtk_widget_has_screen  gtk_widget_has_screen;
11312 alias c_gtk_widget_get_size_request  gtk_widget_get_size_request;
11313 alias c_gtk_widget_set_child_visible  gtk_widget_set_child_visible;
11314 alias c_gtk_widget_set_size_request  gtk_widget_set_size_request;
11315 alias c_gtk_widget_thaw_child_notify  gtk_widget_thaw_child_notify;
11316 alias c_gtk_widget_set_no_show_all  gtk_widget_set_no_show_all;
11317 alias c_gtk_widget_get_no_show_all  gtk_widget_get_no_show_all;
11318 alias c_gtk_widget_list_mnemonic_labels  gtk_widget_list_mnemonic_labels;
11319 alias c_gtk_widget_add_mnemonic_label  gtk_widget_add_mnemonic_label;
11320 alias c_gtk_widget_remove_mnemonic_label  gtk_widget_remove_mnemonic_label;
11321 alias c_gtk_widget_get_action  gtk_widget_get_action;
11322 alias c_gtk_widget_is_composited  gtk_widget_is_composited;
11323 alias c_gtk_widget_error_bell  gtk_widget_error_bell;
11324 alias c_gtk_widget_keynav_failed  gtk_widget_keynav_failed;
11325 alias c_gtk_widget_get_tooltip_markup  gtk_widget_get_tooltip_markup;
11326 alias c_gtk_widget_set_tooltip_markup  gtk_widget_set_tooltip_markup;
11327 alias c_gtk_widget_get_tooltip_text  gtk_widget_get_tooltip_text;
11328 alias c_gtk_widget_set_tooltip_text  gtk_widget_set_tooltip_text;
11329 alias c_gtk_widget_get_tooltip_window  gtk_widget_get_tooltip_window;
11330 alias c_gtk_widget_set_tooltip_window  gtk_widget_set_tooltip_window;
11331 alias c_gtk_widget_get_has_tooltip  gtk_widget_get_has_tooltip;
11332 alias c_gtk_widget_set_has_tooltip  gtk_widget_set_has_tooltip;
11333 alias c_gtk_widget_trigger_tooltip_query  gtk_widget_trigger_tooltip_query;
11334 alias c_gtk_widget_get_snapshot  gtk_widget_get_snapshot;
11335 alias c_gtk_widget_get_window  gtk_widget_get_window;
11336 alias c_gtk_widget_get_allocation  gtk_widget_get_allocation;
11337 alias c_gtk_widget_set_allocation  gtk_widget_set_allocation;
11338 alias c_gtk_widget_get_app_paintable  gtk_widget_get_app_paintable;
11339 alias c_gtk_widget_get_can_default  gtk_widget_get_can_default;
11340 alias c_gtk_widget_set_can_default  gtk_widget_set_can_default;
11341 alias c_gtk_widget_get_can_focus  gtk_widget_get_can_focus;
11342 alias c_gtk_widget_set_can_focus  gtk_widget_set_can_focus;
11343 alias c_gtk_widget_get_double_buffered  gtk_widget_get_double_buffered;
11344 alias c_gtk_widget_get_has_window  gtk_widget_get_has_window;
11345 alias c_gtk_widget_set_has_window  gtk_widget_set_has_window;
11346 alias c_gtk_widget_get_sensitive  gtk_widget_get_sensitive;
11347 alias c_gtk_widget_is_sensitive  gtk_widget_is_sensitive;
11348 alias c_gtk_widget_get_state  gtk_widget_get_state;
11349 alias c_gtk_widget_get_visible  gtk_widget_get_visible;
11350 alias c_gtk_widget_set_visible  gtk_widget_set_visible;
11351 alias c_gtk_widget_has_default  gtk_widget_has_default;
11352 alias c_gtk_widget_has_focus  gtk_widget_has_focus;
11353 alias c_gtk_widget_has_grab  gtk_widget_has_grab;
11354 alias c_gtk_widget_has_rc_style  gtk_widget_has_rc_style;
11355 alias c_gtk_widget_is_drawable  gtk_widget_is_drawable;
11356 alias c_gtk_widget_is_toplevel  gtk_widget_is_toplevel;
11357 alias c_gtk_widget_set_window  gtk_widget_set_window;
11358 alias c_gtk_widget_set_receives_default  gtk_widget_set_receives_default;
11359 alias c_gtk_widget_get_receives_default  gtk_widget_get_receives_default;
11360 alias c_gtk_widget_set_realized  gtk_widget_set_realized;
11361 alias c_gtk_widget_get_realized  gtk_widget_get_realized;
11362 alias c_gtk_widget_set_mapped  gtk_widget_set_mapped;
11363 alias c_gtk_widget_get_mapped  gtk_widget_get_mapped;
11364 alias c_gtk_widget_get_requisition  gtk_widget_get_requisition;
11365 alias c_gtk_requisition_copy  gtk_requisition_copy;
11366 alias c_gtk_requisition_free  gtk_requisition_free;
11367 
11368 // gtk.IMContext
11369 
11370 alias c_gtk_im_context_set_client_window  gtk_im_context_set_client_window;
11371 alias c_gtk_im_context_get_preedit_string  gtk_im_context_get_preedit_string;
11372 alias c_gtk_im_context_filter_keypress  gtk_im_context_filter_keypress;
11373 alias c_gtk_im_context_focus_in  gtk_im_context_focus_in;
11374 alias c_gtk_im_context_focus_out  gtk_im_context_focus_out;
11375 alias c_gtk_im_context_reset  gtk_im_context_reset;
11376 alias c_gtk_im_context_set_cursor_location  gtk_im_context_set_cursor_location;
11377 alias c_gtk_im_context_set_use_preedit  gtk_im_context_set_use_preedit;
11378 alias c_gtk_im_context_set_surrounding  gtk_im_context_set_surrounding;
11379 alias c_gtk_im_context_get_surrounding  gtk_im_context_get_surrounding;
11380 alias c_gtk_im_context_delete_surrounding  gtk_im_context_delete_surrounding;
11381 
11382 // gtk.Plug
11383 
11384 alias c_gtk_plug_construct  gtk_plug_construct;
11385 alias c_gtk_plug_construct_for_display  gtk_plug_construct_for_display;
11386 alias c_gtk_plug_new  gtk_plug_new;
11387 alias c_gtk_plug_new_for_display  gtk_plug_new_for_display;
11388 alias c_gtk_plug_get_id  gtk_plug_get_id;
11389 alias c_gtk_plug_get_embedded  gtk_plug_get_embedded;
11390 alias c_gtk_plug_get_socket_window  gtk_plug_get_socket_window;
11391 
11392 // gtk.Socket
11393 
11394 alias c_gtk_socket_new  gtk_socket_new;
11395 alias c_gtk_socket_steal  gtk_socket_steal;
11396 alias c_gtk_socket_add_id  gtk_socket_add_id;
11397 alias c_gtk_socket_get_id  gtk_socket_get_id;
11398 alias c_gtk_socket_get_plug_window  gtk_socket_get_plug_window;
11399 
11400 // gtk.Curve
11401 
11402 alias c_gtk_curve_new  gtk_curve_new;
11403 alias c_gtk_curve_reset  gtk_curve_reset;
11404 alias c_gtk_curve_set_gamma  gtk_curve_set_gamma;
11405 alias c_gtk_curve_set_range  gtk_curve_set_range;
11406 alias c_gtk_curve_get_vector  gtk_curve_get_vector;
11407 alias c_gtk_curve_set_vector  gtk_curve_set_vector;
11408 alias c_gtk_curve_set_curve_type  gtk_curve_set_curve_type;
11409 
11410 // gtk.GammaCurve
11411 
11412 alias c_gtk_gamma_curve_new  gtk_gamma_curve_new;
11413 
11414 // gtk.Ruler
11415 
11416 alias c_gtk_ruler_set_metric  gtk_ruler_set_metric;
11417 alias c_gtk_ruler_set_range  gtk_ruler_set_range;
11418 alias c_gtk_ruler_get_metric  gtk_ruler_get_metric;
11419 alias c_gtk_ruler_get_range  gtk_ruler_get_range;
11420 
11421 // gtk.HRuler
11422 
11423 alias c_gtk_hruler_new  gtk_hruler_new;
11424 
11425 // gtk.VRuler
11426 
11427 alias c_gtk_vruler_new  gtk_vruler_new;
11428 
11429 // gtk.RecentManager
11430 
11431 alias c_gtk_recent_manager_new  gtk_recent_manager_new;
11432 alias c_gtk_recent_manager_get_default  gtk_recent_manager_get_default;
11433 alias c_gtk_recent_manager_get_for_screen  gtk_recent_manager_get_for_screen;
11434 alias c_gtk_recent_manager_set_screen  gtk_recent_manager_set_screen;
11435 alias c_gtk_recent_manager_add_item  gtk_recent_manager_add_item;
11436 alias c_gtk_recent_manager_add_full  gtk_recent_manager_add_full;
11437 alias c_gtk_recent_manager_remove_item  gtk_recent_manager_remove_item;
11438 alias c_gtk_recent_manager_lookup_item  gtk_recent_manager_lookup_item;
11439 alias c_gtk_recent_manager_has_item  gtk_recent_manager_has_item;
11440 alias c_gtk_recent_manager_move_item  gtk_recent_manager_move_item;
11441 alias c_gtk_recent_manager_get_limit  gtk_recent_manager_get_limit;
11442 alias c_gtk_recent_manager_set_limit  gtk_recent_manager_set_limit;
11443 alias c_gtk_recent_manager_get_items  gtk_recent_manager_get_items;
11444 alias c_gtk_recent_manager_purge_items  gtk_recent_manager_purge_items;
11445 
11446 // gtk.RecentInfo
11447 
11448 alias c_gtk_recent_info_ref  gtk_recent_info_ref;
11449 alias c_gtk_recent_info_unref  gtk_recent_info_unref;
11450 alias c_gtk_recent_info_get_uri  gtk_recent_info_get_uri;
11451 alias c_gtk_recent_info_get_display_name  gtk_recent_info_get_display_name;
11452 alias c_gtk_recent_info_get_description  gtk_recent_info_get_description;
11453 alias c_gtk_recent_info_get_mime_type  gtk_recent_info_get_mime_type;
11454 alias c_gtk_recent_info_get_added  gtk_recent_info_get_added;
11455 alias c_gtk_recent_info_get_modified  gtk_recent_info_get_modified;
11456 alias c_gtk_recent_info_get_visited  gtk_recent_info_get_visited;
11457 alias c_gtk_recent_info_get_private_hint  gtk_recent_info_get_private_hint;
11458 alias c_gtk_recent_info_get_application_info  gtk_recent_info_get_application_info;
11459 alias c_gtk_recent_info_get_applications  gtk_recent_info_get_applications;
11460 alias c_gtk_recent_info_last_application  gtk_recent_info_last_application;
11461 alias c_gtk_recent_info_get_groups  gtk_recent_info_get_groups;
11462 alias c_gtk_recent_info_has_group  gtk_recent_info_has_group;
11463 alias c_gtk_recent_info_has_application  gtk_recent_info_has_application;
11464 alias c_gtk_recent_info_get_icon  gtk_recent_info_get_icon;
11465 alias c_gtk_recent_info_get_short_name  gtk_recent_info_get_short_name;
11466 alias c_gtk_recent_info_get_uri_display  gtk_recent_info_get_uri_display;
11467 alias c_gtk_recent_info_get_age  gtk_recent_info_get_age;
11468 alias c_gtk_recent_info_is_local  gtk_recent_info_is_local;
11469 alias c_gtk_recent_info_exists  gtk_recent_info_exists;
11470 alias c_gtk_recent_info_match  gtk_recent_info_match;
11471 
11472 // gtk.RecentChooserT
11473 
11474 
11475 // gtk.RecentChooserT
11476 
11477 alias c_gtk_recent_chooser_set_show_private  gtk_recent_chooser_set_show_private;
11478 alias c_gtk_recent_chooser_get_show_private  gtk_recent_chooser_get_show_private;
11479 alias c_gtk_recent_chooser_set_show_not_found  gtk_recent_chooser_set_show_not_found;
11480 alias c_gtk_recent_chooser_get_show_not_found  gtk_recent_chooser_get_show_not_found;
11481 alias c_gtk_recent_chooser_set_show_icons  gtk_recent_chooser_set_show_icons;
11482 alias c_gtk_recent_chooser_get_show_icons  gtk_recent_chooser_get_show_icons;
11483 alias c_gtk_recent_chooser_set_select_multiple  gtk_recent_chooser_set_select_multiple;
11484 alias c_gtk_recent_chooser_get_select_multiple  gtk_recent_chooser_get_select_multiple;
11485 alias c_gtk_recent_chooser_set_local_only  gtk_recent_chooser_set_local_only;
11486 alias c_gtk_recent_chooser_get_local_only  gtk_recent_chooser_get_local_only;
11487 alias c_gtk_recent_chooser_set_limit  gtk_recent_chooser_set_limit;
11488 alias c_gtk_recent_chooser_get_limit  gtk_recent_chooser_get_limit;
11489 alias c_gtk_recent_chooser_set_show_tips  gtk_recent_chooser_set_show_tips;
11490 alias c_gtk_recent_chooser_get_show_tips  gtk_recent_chooser_get_show_tips;
11491 alias c_gtk_recent_chooser_set_show_numbers  gtk_recent_chooser_set_show_numbers;
11492 alias c_gtk_recent_chooser_get_show_numbers  gtk_recent_chooser_get_show_numbers;
11493 alias c_gtk_recent_chooser_set_sort_type  gtk_recent_chooser_set_sort_type;
11494 alias c_gtk_recent_chooser_get_sort_type  gtk_recent_chooser_get_sort_type;
11495 alias c_gtk_recent_chooser_set_sort_func  gtk_recent_chooser_set_sort_func;
11496 alias c_gtk_recent_chooser_set_current_uri  gtk_recent_chooser_set_current_uri;
11497 alias c_gtk_recent_chooser_get_current_uri  gtk_recent_chooser_get_current_uri;
11498 alias c_gtk_recent_chooser_get_current_item  gtk_recent_chooser_get_current_item;
11499 alias c_gtk_recent_chooser_select_uri  gtk_recent_chooser_select_uri;
11500 alias c_gtk_recent_chooser_unselect_uri  gtk_recent_chooser_unselect_uri;
11501 alias c_gtk_recent_chooser_select_all  gtk_recent_chooser_select_all;
11502 alias c_gtk_recent_chooser_unselect_all  gtk_recent_chooser_unselect_all;
11503 alias c_gtk_recent_chooser_get_items  gtk_recent_chooser_get_items;
11504 alias c_gtk_recent_chooser_get_uris  gtk_recent_chooser_get_uris;
11505 alias c_gtk_recent_chooser_add_filter  gtk_recent_chooser_add_filter;
11506 alias c_gtk_recent_chooser_remove_filter  gtk_recent_chooser_remove_filter;
11507 alias c_gtk_recent_chooser_list_filters  gtk_recent_chooser_list_filters;
11508 alias c_gtk_recent_chooser_set_filter  gtk_recent_chooser_set_filter;
11509 alias c_gtk_recent_chooser_get_filter  gtk_recent_chooser_get_filter;
11510 
11511 // gtk.RecentChooserDialog
11512 
11513 alias c_gtk_recent_chooser_dialog_new  gtk_recent_chooser_dialog_new;
11514 alias c_gtk_recent_chooser_dialog_new_for_manager  gtk_recent_chooser_dialog_new_for_manager;
11515 
11516 // gtk.RecentChooserMenu
11517 
11518 alias c_gtk_recent_chooser_menu_new  gtk_recent_chooser_menu_new;
11519 alias c_gtk_recent_chooser_menu_new_for_manager  gtk_recent_chooser_menu_new_for_manager;
11520 alias c_gtk_recent_chooser_menu_get_show_numbers  gtk_recent_chooser_menu_get_show_numbers;
11521 alias c_gtk_recent_chooser_menu_set_show_numbers  gtk_recent_chooser_menu_set_show_numbers;
11522 
11523 // gtk.RecentChooserWidget
11524 
11525 alias c_gtk_recent_chooser_widget_new  gtk_recent_chooser_widget_new;
11526 alias c_gtk_recent_chooser_widget_new_for_manager  gtk_recent_chooser_widget_new_for_manager;
11527 
11528 // gtk.RecentFilter
11529 
11530 alias c_gtk_recent_filter_new  gtk_recent_filter_new;
11531 alias c_gtk_recent_filter_get_name  gtk_recent_filter_get_name;
11532 alias c_gtk_recent_filter_set_name  gtk_recent_filter_set_name;
11533 alias c_gtk_recent_filter_add_mime_type  gtk_recent_filter_add_mime_type;
11534 alias c_gtk_recent_filter_add_pattern  gtk_recent_filter_add_pattern;
11535 alias c_gtk_recent_filter_add_pixbuf_formats  gtk_recent_filter_add_pixbuf_formats;
11536 alias c_gtk_recent_filter_add_application  gtk_recent_filter_add_application;
11537 alias c_gtk_recent_filter_add_group  gtk_recent_filter_add_group;
11538 alias c_gtk_recent_filter_add_age  gtk_recent_filter_add_age;
11539 alias c_gtk_recent_filter_add_custom  gtk_recent_filter_add_custom;
11540 alias c_gtk_recent_filter_get_needed  gtk_recent_filter_get_needed;
11541 alias c_gtk_recent_filter_filter  gtk_recent_filter_filter;
11542 
11543 // gtk.BuildableT
11544 
11545 
11546 // gtk.BuildableT
11547 
11548 alias c_gtk_buildable_set_name  gtk_buildable_set_name;
11549 alias c_gtk_buildable_get_name  gtk_buildable_get_name;
11550 alias c_gtk_buildable_add_child  gtk_buildable_add_child;
11551 alias c_gtk_buildable_set_buildable_property  gtk_buildable_set_buildable_property;
11552 alias c_gtk_buildable_construct_child  gtk_buildable_construct_child;
11553 alias c_gtk_buildable_custom_tag_start  gtk_buildable_custom_tag_start;
11554 alias c_gtk_buildable_custom_tag_end  gtk_buildable_custom_tag_end;
11555 alias c_gtk_buildable_custom_finished  gtk_buildable_custom_finished;
11556 alias c_gtk_buildable_parser_finished  gtk_buildable_parser_finished;
11557 alias c_gtk_buildable_get_internal_child  gtk_buildable_get_internal_child;
11558 
11559 // gtk.Builder
11560 
11561 alias c_gtk_builder_new  gtk_builder_new;
11562 alias c_gtk_builder_add_from_file  gtk_builder_add_from_file;
11563 alias c_gtk_builder_add_from_string  gtk_builder_add_from_string;
11564 alias c_gtk_builder_add_objects_from_file  gtk_builder_add_objects_from_file;
11565 alias c_gtk_builder_add_objects_from_string  gtk_builder_add_objects_from_string;
11566 alias c_gtk_builder_get_object  gtk_builder_get_object;
11567 alias c_gtk_builder_get_objects  gtk_builder_get_objects;
11568 alias c_gtk_builder_connect_signals  gtk_builder_connect_signals;
11569 alias c_gtk_builder_connect_signals_full  gtk_builder_connect_signals_full;
11570 alias c_gtk_builder_set_translation_domain  gtk_builder_set_translation_domain;
11571 alias c_gtk_builder_get_translation_domain  gtk_builder_get_translation_domain;
11572 alias c_gtk_builder_get_type_from_name  gtk_builder_get_type_from_name;
11573 alias c_gtk_builder_value_from_string  gtk_builder_value_from_string;
11574 alias c_gtk_builder_value_from_string_type  gtk_builder_value_from_string_type;
11575 
11576 // gtk.FileSelection
11577 
11578 alias c_gtk_file_selection_new  gtk_file_selection_new;
11579 alias c_gtk_file_selection_set_filename  gtk_file_selection_set_filename;
11580 alias c_gtk_file_selection_get_filename  gtk_file_selection_get_filename;
11581 alias c_gtk_file_selection_complete  gtk_file_selection_complete;
11582 alias c_gtk_file_selection_show_fileop_buttons  gtk_file_selection_show_fileop_buttons;
11583 alias c_gtk_file_selection_hide_fileop_buttons  gtk_file_selection_hide_fileop_buttons;
11584 alias c_gtk_file_selection_get_selections  gtk_file_selection_get_selections;
11585 alias c_gtk_file_selection_set_select_multiple  gtk_file_selection_set_select_multiple;
11586 alias c_gtk_file_selection_get_select_multiple  gtk_file_selection_get_select_multiple;
11587 
11588 // gtk.ItemFactory
11589 
11590 alias c_gtk_item_factory_new  gtk_item_factory_new;
11591 alias c_gtk_item_factory_construct  gtk_item_factory_construct;
11592 alias c_gtk_item_factory_add_foreign  gtk_item_factory_add_foreign;
11593 alias c_gtk_item_factory_from_widget  gtk_item_factory_from_widget;
11594 alias c_gtk_item_factory_path_from_widget  gtk_item_factory_path_from_widget;
11595 alias c_gtk_item_factory_get_item  gtk_item_factory_get_item;
11596 alias c_gtk_item_factory_get_widget  gtk_item_factory_get_widget;
11597 alias c_gtk_item_factory_get_widget_by_action  gtk_item_factory_get_widget_by_action;
11598 alias c_gtk_item_factory_get_item_by_action  gtk_item_factory_get_item_by_action;
11599 alias c_gtk_item_factory_create_item  gtk_item_factory_create_item;
11600 alias c_gtk_item_factory_create_items  gtk_item_factory_create_items;
11601 alias c_gtk_item_factory_create_items_ac  gtk_item_factory_create_items_ac;
11602 alias c_gtk_item_factory_delete_item  gtk_item_factory_delete_item;
11603 alias c_gtk_item_factory_delete_entry  gtk_item_factory_delete_entry;
11604 alias c_gtk_item_factory_delete_entries  gtk_item_factory_delete_entries;
11605 alias c_gtk_item_factory_popup  gtk_item_factory_popup;
11606 alias c_gtk_item_factory_popup_with_data  gtk_item_factory_popup_with_data;
11607 alias c_gtk_item_factory_popup_data  gtk_item_factory_popup_data;
11608 alias c_gtk_item_factory_popup_data_from_widget  gtk_item_factory_popup_data_from_widget;
11609 alias c_gtk_item_factory_from_path  gtk_item_factory_from_path;
11610 alias c_gtk_item_factories_path_delete  gtk_item_factories_path_delete;
11611 alias c_gtk_item_factory_set_translate_func  gtk_item_factory_set_translate_func;
11612 
11613 // gtk.Tooltips
11614 
11615 alias c_gtk_tooltips_new  gtk_tooltips_new;
11616 alias c_gtk_tooltips_enable  gtk_tooltips_enable;
11617 alias c_gtk_tooltips_disable  gtk_tooltips_disable;
11618 alias c_gtk_tooltips_set_delay  gtk_tooltips_set_delay;
11619 alias c_gtk_tooltips_set_tip  gtk_tooltips_set_tip;
11620 alias c_gtk_tooltips_data_get  gtk_tooltips_data_get;
11621 alias c_gtk_tooltips_force_window  gtk_tooltips_force_window;
11622 alias c_gtk_tooltips_get_info_from_tip_window  gtk_tooltips_get_info_from_tip_window;
11623 
11624 // gtk.Progress
11625 
11626 alias c_gtk_progress_set_show_text  gtk_progress_set_show_text;
11627 alias c_gtk_progress_set_text_alignment  gtk_progress_set_text_alignment;
11628 alias c_gtk_progress_set_format_string  gtk_progress_set_format_string;
11629 alias c_gtk_progress_set_adjustment  gtk_progress_set_adjustment;
11630 alias c_gtk_progress_set_percentage  gtk_progress_set_percentage;
11631 alias c_gtk_progress_set_value  gtk_progress_set_value;
11632 alias c_gtk_progress_get_value  gtk_progress_get_value;
11633 alias c_gtk_progress_set_activity_mode  gtk_progress_set_activity_mode;
11634 alias c_gtk_progress_get_current_text  gtk_progress_get_current_text;
11635 alias c_gtk_progress_get_text_from_value  gtk_progress_get_text_from_value;
11636 alias c_gtk_progress_get_current_percentage  gtk_progress_get_current_percentage;
11637 alias c_gtk_progress_get_percentage_from_value  gtk_progress_get_percentage_from_value;
11638 alias c_gtk_progress_configure  gtk_progress_configure;