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 import std.stdio;
28 import gtkc.gtktypes;
29 import gtkc.Loader;
30 import gtkc.paths;
31 
32 shared static this()
33 {
34 	// gtk.AboutDialog
35 
36 	Linker.link(gtk_about_dialog_get_type, "gtk_about_dialog_get_type", LIBRARY.GTK);
37 	Linker.link(gtk_about_dialog_new, "gtk_about_dialog_new", LIBRARY.GTK);
38 	Linker.link(gtk_about_dialog_add_credit_section, "gtk_about_dialog_add_credit_section", LIBRARY.GTK);
39 	Linker.link(gtk_about_dialog_get_artists, "gtk_about_dialog_get_artists", LIBRARY.GTK);
40 	Linker.link(gtk_about_dialog_get_authors, "gtk_about_dialog_get_authors", LIBRARY.GTK);
41 	Linker.link(gtk_about_dialog_get_comments, "gtk_about_dialog_get_comments", LIBRARY.GTK);
42 	Linker.link(gtk_about_dialog_get_copyright, "gtk_about_dialog_get_copyright", LIBRARY.GTK);
43 	Linker.link(gtk_about_dialog_get_documenters, "gtk_about_dialog_get_documenters", LIBRARY.GTK);
44 	Linker.link(gtk_about_dialog_get_license, "gtk_about_dialog_get_license", LIBRARY.GTK);
45 	Linker.link(gtk_about_dialog_get_license_type, "gtk_about_dialog_get_license_type", LIBRARY.GTK);
46 	Linker.link(gtk_about_dialog_get_logo, "gtk_about_dialog_get_logo", LIBRARY.GTK);
47 	Linker.link(gtk_about_dialog_get_logo_icon_name, "gtk_about_dialog_get_logo_icon_name", LIBRARY.GTK);
48 	Linker.link(gtk_about_dialog_get_program_name, "gtk_about_dialog_get_program_name", LIBRARY.GTK);
49 	Linker.link(gtk_about_dialog_get_translator_credits, "gtk_about_dialog_get_translator_credits", LIBRARY.GTK);
50 	Linker.link(gtk_about_dialog_get_version, "gtk_about_dialog_get_version", LIBRARY.GTK);
51 	Linker.link(gtk_about_dialog_get_website, "gtk_about_dialog_get_website", LIBRARY.GTK);
52 	Linker.link(gtk_about_dialog_get_website_label, "gtk_about_dialog_get_website_label", LIBRARY.GTK);
53 	Linker.link(gtk_about_dialog_get_wrap_license, "gtk_about_dialog_get_wrap_license", LIBRARY.GTK);
54 	Linker.link(gtk_about_dialog_set_artists, "gtk_about_dialog_set_artists", LIBRARY.GTK);
55 	Linker.link(gtk_about_dialog_set_authors, "gtk_about_dialog_set_authors", LIBRARY.GTK);
56 	Linker.link(gtk_about_dialog_set_comments, "gtk_about_dialog_set_comments", LIBRARY.GTK);
57 	Linker.link(gtk_about_dialog_set_copyright, "gtk_about_dialog_set_copyright", LIBRARY.GTK);
58 	Linker.link(gtk_about_dialog_set_documenters, "gtk_about_dialog_set_documenters", LIBRARY.GTK);
59 	Linker.link(gtk_about_dialog_set_license, "gtk_about_dialog_set_license", LIBRARY.GTK);
60 	Linker.link(gtk_about_dialog_set_license_type, "gtk_about_dialog_set_license_type", LIBRARY.GTK);
61 	Linker.link(gtk_about_dialog_set_logo, "gtk_about_dialog_set_logo", LIBRARY.GTK);
62 	Linker.link(gtk_about_dialog_set_logo_icon_name, "gtk_about_dialog_set_logo_icon_name", LIBRARY.GTK);
63 	Linker.link(gtk_about_dialog_set_program_name, "gtk_about_dialog_set_program_name", LIBRARY.GTK);
64 	Linker.link(gtk_about_dialog_set_translator_credits, "gtk_about_dialog_set_translator_credits", LIBRARY.GTK);
65 	Linker.link(gtk_about_dialog_set_version, "gtk_about_dialog_set_version", LIBRARY.GTK);
66 	Linker.link(gtk_about_dialog_set_website, "gtk_about_dialog_set_website", LIBRARY.GTK);
67 	Linker.link(gtk_about_dialog_set_website_label, "gtk_about_dialog_set_website_label", LIBRARY.GTK);
68 	Linker.link(gtk_about_dialog_set_wrap_license, "gtk_about_dialog_set_wrap_license", LIBRARY.GTK);
69 	Linker.link(gtk_show_about_dialog, "gtk_show_about_dialog", LIBRARY.GTK);
70 
71 	// gtk.AccelGroup
72 
73 	Linker.link(gtk_accel_group_get_type, "gtk_accel_group_get_type", LIBRARY.GTK);
74 	Linker.link(gtk_accel_group_new, "gtk_accel_group_new", LIBRARY.GTK);
75 	Linker.link(gtk_accel_group_from_accel_closure, "gtk_accel_group_from_accel_closure", LIBRARY.GTK);
76 	Linker.link(gtk_accel_group_activate, "gtk_accel_group_activate", LIBRARY.GTK);
77 	Linker.link(gtk_accel_group_connect, "gtk_accel_group_connect", LIBRARY.GTK);
78 	Linker.link(gtk_accel_group_connect_by_path, "gtk_accel_group_connect_by_path", LIBRARY.GTK);
79 	Linker.link(gtk_accel_group_disconnect, "gtk_accel_group_disconnect", LIBRARY.GTK);
80 	Linker.link(gtk_accel_group_disconnect_key, "gtk_accel_group_disconnect_key", LIBRARY.GTK);
81 	Linker.link(gtk_accel_group_find, "gtk_accel_group_find", LIBRARY.GTK);
82 	Linker.link(gtk_accel_group_get_is_locked, "gtk_accel_group_get_is_locked", LIBRARY.GTK);
83 	Linker.link(gtk_accel_group_get_modifier_mask, "gtk_accel_group_get_modifier_mask", LIBRARY.GTK);
84 	Linker.link(gtk_accel_group_lock, "gtk_accel_group_lock", LIBRARY.GTK);
85 	Linker.link(gtk_accel_group_query, "gtk_accel_group_query", LIBRARY.GTK);
86 	Linker.link(gtk_accel_group_unlock, "gtk_accel_group_unlock", LIBRARY.GTK);
87 	Linker.link(gtk_accel_groups_activate, "gtk_accel_groups_activate", LIBRARY.GTK);
88 	Linker.link(gtk_accel_groups_from_object, "gtk_accel_groups_from_object", LIBRARY.GTK);
89 	Linker.link(gtk_accelerator_get_default_mod_mask, "gtk_accelerator_get_default_mod_mask", LIBRARY.GTK);
90 	Linker.link(gtk_accelerator_get_label, "gtk_accelerator_get_label", LIBRARY.GTK);
91 	Linker.link(gtk_accelerator_get_label_with_keycode, "gtk_accelerator_get_label_with_keycode", LIBRARY.GTK);
92 	Linker.link(gtk_accelerator_name, "gtk_accelerator_name", LIBRARY.GTK);
93 	Linker.link(gtk_accelerator_name_with_keycode, "gtk_accelerator_name_with_keycode", LIBRARY.GTK);
94 	Linker.link(gtk_accelerator_parse, "gtk_accelerator_parse", LIBRARY.GTK);
95 	Linker.link(gtk_accelerator_parse_with_keycode, "gtk_accelerator_parse_with_keycode", LIBRARY.GTK);
96 	Linker.link(gtk_accelerator_set_default_mod_mask, "gtk_accelerator_set_default_mod_mask", LIBRARY.GTK);
97 	Linker.link(gtk_accelerator_valid, "gtk_accelerator_valid", LIBRARY.GTK);
98 
99 	// gtk.AccelLabel
100 
101 	Linker.link(gtk_accel_label_get_type, "gtk_accel_label_get_type", LIBRARY.GTK);
102 	Linker.link(gtk_accel_label_new, "gtk_accel_label_new", LIBRARY.GTK);
103 	Linker.link(gtk_accel_label_get_accel, "gtk_accel_label_get_accel", LIBRARY.GTK);
104 	Linker.link(gtk_accel_label_get_accel_widget, "gtk_accel_label_get_accel_widget", LIBRARY.GTK);
105 	Linker.link(gtk_accel_label_get_accel_width, "gtk_accel_label_get_accel_width", LIBRARY.GTK);
106 	Linker.link(gtk_accel_label_refetch, "gtk_accel_label_refetch", LIBRARY.GTK);
107 	Linker.link(gtk_accel_label_set_accel, "gtk_accel_label_set_accel", LIBRARY.GTK);
108 	Linker.link(gtk_accel_label_set_accel_closure, "gtk_accel_label_set_accel_closure", LIBRARY.GTK);
109 	Linker.link(gtk_accel_label_set_accel_widget, "gtk_accel_label_set_accel_widget", LIBRARY.GTK);
110 
111 	// gtk.AccelMap
112 
113 	Linker.link(gtk_accel_map_get_type, "gtk_accel_map_get_type", LIBRARY.GTK);
114 	Linker.link(gtk_accel_map_add_entry, "gtk_accel_map_add_entry", LIBRARY.GTK);
115 	Linker.link(gtk_accel_map_add_filter, "gtk_accel_map_add_filter", LIBRARY.GTK);
116 	Linker.link(gtk_accel_map_change_entry, "gtk_accel_map_change_entry", LIBRARY.GTK);
117 	Linker.link(gtk_accel_map_foreach, "gtk_accel_map_foreach", LIBRARY.GTK);
118 	Linker.link(gtk_accel_map_foreach_unfiltered, "gtk_accel_map_foreach_unfiltered", LIBRARY.GTK);
119 	Linker.link(gtk_accel_map_get, "gtk_accel_map_get", LIBRARY.GTK);
120 	Linker.link(gtk_accel_map_load, "gtk_accel_map_load", LIBRARY.GTK);
121 	Linker.link(gtk_accel_map_load_fd, "gtk_accel_map_load_fd", LIBRARY.GTK);
122 	Linker.link(gtk_accel_map_load_scanner, "gtk_accel_map_load_scanner", LIBRARY.GTK);
123 	Linker.link(gtk_accel_map_lock_path, "gtk_accel_map_lock_path", LIBRARY.GTK);
124 	Linker.link(gtk_accel_map_lookup_entry, "gtk_accel_map_lookup_entry", LIBRARY.GTK);
125 	Linker.link(gtk_accel_map_save, "gtk_accel_map_save", LIBRARY.GTK);
126 	Linker.link(gtk_accel_map_save_fd, "gtk_accel_map_save_fd", LIBRARY.GTK);
127 	Linker.link(gtk_accel_map_unlock_path, "gtk_accel_map_unlock_path", LIBRARY.GTK);
128 
129 	// gtk.Accessible
130 
131 	Linker.link(gtk_accessible_get_type, "gtk_accessible_get_type", LIBRARY.GTK);
132 	Linker.link(gtk_accessible_connect_widget_destroyed, "gtk_accessible_connect_widget_destroyed", LIBRARY.GTK);
133 	Linker.link(gtk_accessible_get_widget, "gtk_accessible_get_widget", LIBRARY.GTK);
134 	Linker.link(gtk_accessible_set_widget, "gtk_accessible_set_widget", LIBRARY.GTK);
135 
136 	// gtk.Action
137 
138 	Linker.link(gtk_action_get_type, "gtk_action_get_type", LIBRARY.GTK);
139 	Linker.link(gtk_action_new, "gtk_action_new", LIBRARY.GTK);
140 	Linker.link(gtk_action_activate, "gtk_action_activate", LIBRARY.GTK);
141 	Linker.link(gtk_action_block_activate, "gtk_action_block_activate", LIBRARY.GTK);
142 	Linker.link(gtk_action_connect_accelerator, "gtk_action_connect_accelerator", LIBRARY.GTK);
143 	Linker.link(gtk_action_create_icon, "gtk_action_create_icon", LIBRARY.GTK);
144 	Linker.link(gtk_action_create_menu, "gtk_action_create_menu", LIBRARY.GTK);
145 	Linker.link(gtk_action_create_menu_item, "gtk_action_create_menu_item", LIBRARY.GTK);
146 	Linker.link(gtk_action_create_tool_item, "gtk_action_create_tool_item", LIBRARY.GTK);
147 	Linker.link(gtk_action_disconnect_accelerator, "gtk_action_disconnect_accelerator", LIBRARY.GTK);
148 	Linker.link(gtk_action_get_accel_closure, "gtk_action_get_accel_closure", LIBRARY.GTK);
149 	Linker.link(gtk_action_get_accel_path, "gtk_action_get_accel_path", LIBRARY.GTK);
150 	Linker.link(gtk_action_get_always_show_image, "gtk_action_get_always_show_image", LIBRARY.GTK);
151 	Linker.link(gtk_action_get_gicon, "gtk_action_get_gicon", LIBRARY.GTK);
152 	Linker.link(gtk_action_get_icon_name, "gtk_action_get_icon_name", LIBRARY.GTK);
153 	Linker.link(gtk_action_get_is_important, "gtk_action_get_is_important", LIBRARY.GTK);
154 	Linker.link(gtk_action_get_label, "gtk_action_get_label", LIBRARY.GTK);
155 	Linker.link(gtk_action_get_name, "gtk_action_get_name", LIBRARY.GTK);
156 	Linker.link(gtk_action_get_proxies, "gtk_action_get_proxies", LIBRARY.GTK);
157 	Linker.link(gtk_action_get_sensitive, "gtk_action_get_sensitive", LIBRARY.GTK);
158 	Linker.link(gtk_action_get_short_label, "gtk_action_get_short_label", LIBRARY.GTK);
159 	Linker.link(gtk_action_get_stock_id, "gtk_action_get_stock_id", LIBRARY.GTK);
160 	Linker.link(gtk_action_get_tooltip, "gtk_action_get_tooltip", LIBRARY.GTK);
161 	Linker.link(gtk_action_get_visible, "gtk_action_get_visible", LIBRARY.GTK);
162 	Linker.link(gtk_action_get_visible_horizontal, "gtk_action_get_visible_horizontal", LIBRARY.GTK);
163 	Linker.link(gtk_action_get_visible_vertical, "gtk_action_get_visible_vertical", LIBRARY.GTK);
164 	Linker.link(gtk_action_is_sensitive, "gtk_action_is_sensitive", LIBRARY.GTK);
165 	Linker.link(gtk_action_is_visible, "gtk_action_is_visible", LIBRARY.GTK);
166 	Linker.link(gtk_action_set_accel_group, "gtk_action_set_accel_group", LIBRARY.GTK);
167 	Linker.link(gtk_action_set_accel_path, "gtk_action_set_accel_path", LIBRARY.GTK);
168 	Linker.link(gtk_action_set_always_show_image, "gtk_action_set_always_show_image", LIBRARY.GTK);
169 	Linker.link(gtk_action_set_gicon, "gtk_action_set_gicon", LIBRARY.GTK);
170 	Linker.link(gtk_action_set_icon_name, "gtk_action_set_icon_name", LIBRARY.GTK);
171 	Linker.link(gtk_action_set_is_important, "gtk_action_set_is_important", LIBRARY.GTK);
172 	Linker.link(gtk_action_set_label, "gtk_action_set_label", LIBRARY.GTK);
173 	Linker.link(gtk_action_set_sensitive, "gtk_action_set_sensitive", LIBRARY.GTK);
174 	Linker.link(gtk_action_set_short_label, "gtk_action_set_short_label", LIBRARY.GTK);
175 	Linker.link(gtk_action_set_stock_id, "gtk_action_set_stock_id", LIBRARY.GTK);
176 	Linker.link(gtk_action_set_tooltip, "gtk_action_set_tooltip", LIBRARY.GTK);
177 	Linker.link(gtk_action_set_visible, "gtk_action_set_visible", LIBRARY.GTK);
178 	Linker.link(gtk_action_set_visible_horizontal, "gtk_action_set_visible_horizontal", LIBRARY.GTK);
179 	Linker.link(gtk_action_set_visible_vertical, "gtk_action_set_visible_vertical", LIBRARY.GTK);
180 	Linker.link(gtk_action_unblock_activate, "gtk_action_unblock_activate", LIBRARY.GTK);
181 
182 	// gtk.ActionBar
183 
184 	Linker.link(gtk_action_bar_get_type, "gtk_action_bar_get_type", LIBRARY.GTK);
185 	Linker.link(gtk_action_bar_new, "gtk_action_bar_new", LIBRARY.GTK);
186 	Linker.link(gtk_action_bar_get_center_widget, "gtk_action_bar_get_center_widget", LIBRARY.GTK);
187 	Linker.link(gtk_action_bar_pack_end, "gtk_action_bar_pack_end", LIBRARY.GTK);
188 	Linker.link(gtk_action_bar_pack_start, "gtk_action_bar_pack_start", LIBRARY.GTK);
189 	Linker.link(gtk_action_bar_set_center_widget, "gtk_action_bar_set_center_widget", LIBRARY.GTK);
190 
191 	// gtk.ActionGroup
192 
193 	Linker.link(gtk_action_group_get_type, "gtk_action_group_get_type", LIBRARY.GTK);
194 	Linker.link(gtk_action_group_new, "gtk_action_group_new", LIBRARY.GTK);
195 	Linker.link(gtk_action_group_add_action, "gtk_action_group_add_action", LIBRARY.GTK);
196 	Linker.link(gtk_action_group_add_action_with_accel, "gtk_action_group_add_action_with_accel", LIBRARY.GTK);
197 	Linker.link(gtk_action_group_add_actions, "gtk_action_group_add_actions", LIBRARY.GTK);
198 	Linker.link(gtk_action_group_add_actions_full, "gtk_action_group_add_actions_full", LIBRARY.GTK);
199 	Linker.link(gtk_action_group_add_radio_actions, "gtk_action_group_add_radio_actions", LIBRARY.GTK);
200 	Linker.link(gtk_action_group_add_radio_actions_full, "gtk_action_group_add_radio_actions_full", LIBRARY.GTK);
201 	Linker.link(gtk_action_group_add_toggle_actions, "gtk_action_group_add_toggle_actions", LIBRARY.GTK);
202 	Linker.link(gtk_action_group_add_toggle_actions_full, "gtk_action_group_add_toggle_actions_full", LIBRARY.GTK);
203 	Linker.link(gtk_action_group_get_accel_group, "gtk_action_group_get_accel_group", LIBRARY.GTK);
204 	Linker.link(gtk_action_group_get_action, "gtk_action_group_get_action", LIBRARY.GTK);
205 	Linker.link(gtk_action_group_get_name, "gtk_action_group_get_name", LIBRARY.GTK);
206 	Linker.link(gtk_action_group_get_sensitive, "gtk_action_group_get_sensitive", LIBRARY.GTK);
207 	Linker.link(gtk_action_group_get_visible, "gtk_action_group_get_visible", LIBRARY.GTK);
208 	Linker.link(gtk_action_group_list_actions, "gtk_action_group_list_actions", LIBRARY.GTK);
209 	Linker.link(gtk_action_group_remove_action, "gtk_action_group_remove_action", LIBRARY.GTK);
210 	Linker.link(gtk_action_group_set_accel_group, "gtk_action_group_set_accel_group", LIBRARY.GTK);
211 	Linker.link(gtk_action_group_set_sensitive, "gtk_action_group_set_sensitive", LIBRARY.GTK);
212 	Linker.link(gtk_action_group_set_translate_func, "gtk_action_group_set_translate_func", LIBRARY.GTK);
213 	Linker.link(gtk_action_group_set_translation_domain, "gtk_action_group_set_translation_domain", LIBRARY.GTK);
214 	Linker.link(gtk_action_group_set_visible, "gtk_action_group_set_visible", LIBRARY.GTK);
215 	Linker.link(gtk_action_group_translate_string, "gtk_action_group_translate_string", LIBRARY.GTK);
216 
217 	// gtk.Actionable
218 
219 	Linker.link(gtk_actionable_get_type, "gtk_actionable_get_type", LIBRARY.GTK);
220 	Linker.link(gtk_actionable_get_action_name, "gtk_actionable_get_action_name", LIBRARY.GTK);
221 	Linker.link(gtk_actionable_get_action_target_value, "gtk_actionable_get_action_target_value", LIBRARY.GTK);
222 	Linker.link(gtk_actionable_set_action_name, "gtk_actionable_set_action_name", LIBRARY.GTK);
223 	Linker.link(gtk_actionable_set_action_target, "gtk_actionable_set_action_target", LIBRARY.GTK);
224 	Linker.link(gtk_actionable_set_action_target_value, "gtk_actionable_set_action_target_value", LIBRARY.GTK);
225 	Linker.link(gtk_actionable_set_detailed_action_name, "gtk_actionable_set_detailed_action_name", LIBRARY.GTK);
226 
227 	// gtk.Activatable
228 
229 	Linker.link(gtk_activatable_get_type, "gtk_activatable_get_type", LIBRARY.GTK);
230 	Linker.link(gtk_activatable_do_set_related_action, "gtk_activatable_do_set_related_action", LIBRARY.GTK);
231 	Linker.link(gtk_activatable_get_related_action, "gtk_activatable_get_related_action", LIBRARY.GTK);
232 	Linker.link(gtk_activatable_get_use_action_appearance, "gtk_activatable_get_use_action_appearance", LIBRARY.GTK);
233 	Linker.link(gtk_activatable_set_related_action, "gtk_activatable_set_related_action", LIBRARY.GTK);
234 	Linker.link(gtk_activatable_set_use_action_appearance, "gtk_activatable_set_use_action_appearance", LIBRARY.GTK);
235 	Linker.link(gtk_activatable_sync_action_properties, "gtk_activatable_sync_action_properties", LIBRARY.GTK);
236 
237 	// gtk.Adjustment
238 
239 	Linker.link(gtk_adjustment_get_type, "gtk_adjustment_get_type", LIBRARY.GTK);
240 	Linker.link(gtk_adjustment_new, "gtk_adjustment_new", LIBRARY.GTK);
241 	Linker.link(gtk_adjustment_changed, "gtk_adjustment_changed", LIBRARY.GTK);
242 	Linker.link(gtk_adjustment_clamp_page, "gtk_adjustment_clamp_page", LIBRARY.GTK);
243 	Linker.link(gtk_adjustment_configure, "gtk_adjustment_configure", LIBRARY.GTK);
244 	Linker.link(gtk_adjustment_get_lower, "gtk_adjustment_get_lower", LIBRARY.GTK);
245 	Linker.link(gtk_adjustment_get_minimum_increment, "gtk_adjustment_get_minimum_increment", LIBRARY.GTK);
246 	Linker.link(gtk_adjustment_get_page_increment, "gtk_adjustment_get_page_increment", LIBRARY.GTK);
247 	Linker.link(gtk_adjustment_get_page_size, "gtk_adjustment_get_page_size", LIBRARY.GTK);
248 	Linker.link(gtk_adjustment_get_step_increment, "gtk_adjustment_get_step_increment", LIBRARY.GTK);
249 	Linker.link(gtk_adjustment_get_upper, "gtk_adjustment_get_upper", LIBRARY.GTK);
250 	Linker.link(gtk_adjustment_get_value, "gtk_adjustment_get_value", LIBRARY.GTK);
251 	Linker.link(gtk_adjustment_set_lower, "gtk_adjustment_set_lower", LIBRARY.GTK);
252 	Linker.link(gtk_adjustment_set_page_increment, "gtk_adjustment_set_page_increment", LIBRARY.GTK);
253 	Linker.link(gtk_adjustment_set_page_size, "gtk_adjustment_set_page_size", LIBRARY.GTK);
254 	Linker.link(gtk_adjustment_set_step_increment, "gtk_adjustment_set_step_increment", LIBRARY.GTK);
255 	Linker.link(gtk_adjustment_set_upper, "gtk_adjustment_set_upper", LIBRARY.GTK);
256 	Linker.link(gtk_adjustment_set_value, "gtk_adjustment_set_value", LIBRARY.GTK);
257 	Linker.link(gtk_adjustment_value_changed, "gtk_adjustment_value_changed", LIBRARY.GTK);
258 
259 	// gtk.Alignment
260 
261 	Linker.link(gtk_alignment_get_type, "gtk_alignment_get_type", LIBRARY.GTK);
262 	Linker.link(gtk_alignment_new, "gtk_alignment_new", LIBRARY.GTK);
263 	Linker.link(gtk_alignment_get_padding, "gtk_alignment_get_padding", LIBRARY.GTK);
264 	Linker.link(gtk_alignment_set, "gtk_alignment_set", LIBRARY.GTK);
265 	Linker.link(gtk_alignment_set_padding, "gtk_alignment_set_padding", LIBRARY.GTK);
266 
267 	// gtk.AppChooser
268 
269 	Linker.link(gtk_app_chooser_get_type, "gtk_app_chooser_get_type", LIBRARY.GTK);
270 	Linker.link(gtk_app_chooser_get_app_info, "gtk_app_chooser_get_app_info", LIBRARY.GTK);
271 	Linker.link(gtk_app_chooser_get_content_type, "gtk_app_chooser_get_content_type", LIBRARY.GTK);
272 	Linker.link(gtk_app_chooser_refresh, "gtk_app_chooser_refresh", LIBRARY.GTK);
273 
274 	// gtk.AppChooserButton
275 
276 	Linker.link(gtk_app_chooser_button_get_type, "gtk_app_chooser_button_get_type", LIBRARY.GTK);
277 	Linker.link(gtk_app_chooser_button_new, "gtk_app_chooser_button_new", LIBRARY.GTK);
278 	Linker.link(gtk_app_chooser_button_append_custom_item, "gtk_app_chooser_button_append_custom_item", LIBRARY.GTK);
279 	Linker.link(gtk_app_chooser_button_append_separator, "gtk_app_chooser_button_append_separator", LIBRARY.GTK);
280 	Linker.link(gtk_app_chooser_button_get_heading, "gtk_app_chooser_button_get_heading", LIBRARY.GTK);
281 	Linker.link(gtk_app_chooser_button_get_show_default_item, "gtk_app_chooser_button_get_show_default_item", LIBRARY.GTK);
282 	Linker.link(gtk_app_chooser_button_get_show_dialog_item, "gtk_app_chooser_button_get_show_dialog_item", LIBRARY.GTK);
283 	Linker.link(gtk_app_chooser_button_set_active_custom_item, "gtk_app_chooser_button_set_active_custom_item", LIBRARY.GTK);
284 	Linker.link(gtk_app_chooser_button_set_heading, "gtk_app_chooser_button_set_heading", LIBRARY.GTK);
285 	Linker.link(gtk_app_chooser_button_set_show_default_item, "gtk_app_chooser_button_set_show_default_item", LIBRARY.GTK);
286 	Linker.link(gtk_app_chooser_button_set_show_dialog_item, "gtk_app_chooser_button_set_show_dialog_item", LIBRARY.GTK);
287 
288 	// gtk.AppChooserDialog
289 
290 	Linker.link(gtk_app_chooser_dialog_get_type, "gtk_app_chooser_dialog_get_type", LIBRARY.GTK);
291 	Linker.link(gtk_app_chooser_dialog_new, "gtk_app_chooser_dialog_new", LIBRARY.GTK);
292 	Linker.link(gtk_app_chooser_dialog_new_for_content_type, "gtk_app_chooser_dialog_new_for_content_type", LIBRARY.GTK);
293 	Linker.link(gtk_app_chooser_dialog_get_heading, "gtk_app_chooser_dialog_get_heading", LIBRARY.GTK);
294 	Linker.link(gtk_app_chooser_dialog_get_widget, "gtk_app_chooser_dialog_get_widget", LIBRARY.GTK);
295 	Linker.link(gtk_app_chooser_dialog_set_heading, "gtk_app_chooser_dialog_set_heading", LIBRARY.GTK);
296 
297 	// gtk.AppChooserWidget
298 
299 	Linker.link(gtk_app_chooser_widget_get_type, "gtk_app_chooser_widget_get_type", LIBRARY.GTK);
300 	Linker.link(gtk_app_chooser_widget_new, "gtk_app_chooser_widget_new", LIBRARY.GTK);
301 	Linker.link(gtk_app_chooser_widget_get_default_text, "gtk_app_chooser_widget_get_default_text", LIBRARY.GTK);
302 	Linker.link(gtk_app_chooser_widget_get_show_all, "gtk_app_chooser_widget_get_show_all", LIBRARY.GTK);
303 	Linker.link(gtk_app_chooser_widget_get_show_default, "gtk_app_chooser_widget_get_show_default", LIBRARY.GTK);
304 	Linker.link(gtk_app_chooser_widget_get_show_fallback, "gtk_app_chooser_widget_get_show_fallback", LIBRARY.GTK);
305 	Linker.link(gtk_app_chooser_widget_get_show_other, "gtk_app_chooser_widget_get_show_other", LIBRARY.GTK);
306 	Linker.link(gtk_app_chooser_widget_get_show_recommended, "gtk_app_chooser_widget_get_show_recommended", LIBRARY.GTK);
307 	Linker.link(gtk_app_chooser_widget_set_default_text, "gtk_app_chooser_widget_set_default_text", LIBRARY.GTK);
308 	Linker.link(gtk_app_chooser_widget_set_show_all, "gtk_app_chooser_widget_set_show_all", LIBRARY.GTK);
309 	Linker.link(gtk_app_chooser_widget_set_show_default, "gtk_app_chooser_widget_set_show_default", LIBRARY.GTK);
310 	Linker.link(gtk_app_chooser_widget_set_show_fallback, "gtk_app_chooser_widget_set_show_fallback", LIBRARY.GTK);
311 	Linker.link(gtk_app_chooser_widget_set_show_other, "gtk_app_chooser_widget_set_show_other", LIBRARY.GTK);
312 	Linker.link(gtk_app_chooser_widget_set_show_recommended, "gtk_app_chooser_widget_set_show_recommended", LIBRARY.GTK);
313 
314 	// gtk.Application
315 
316 	Linker.link(gtk_application_get_type, "gtk_application_get_type", LIBRARY.GTK);
317 	Linker.link(gtk_application_new, "gtk_application_new", LIBRARY.GTK);
318 	Linker.link(gtk_application_add_accelerator, "gtk_application_add_accelerator", LIBRARY.GTK);
319 	Linker.link(gtk_application_add_window, "gtk_application_add_window", LIBRARY.GTK);
320 	Linker.link(gtk_application_get_accels_for_action, "gtk_application_get_accels_for_action", LIBRARY.GTK);
321 	Linker.link(gtk_application_get_actions_for_accel, "gtk_application_get_actions_for_accel", LIBRARY.GTK);
322 	Linker.link(gtk_application_get_active_window, "gtk_application_get_active_window", LIBRARY.GTK);
323 	Linker.link(gtk_application_get_app_menu, "gtk_application_get_app_menu", LIBRARY.GTK);
324 	Linker.link(gtk_application_get_menu_by_id, "gtk_application_get_menu_by_id", LIBRARY.GTK);
325 	Linker.link(gtk_application_get_menubar, "gtk_application_get_menubar", LIBRARY.GTK);
326 	Linker.link(gtk_application_get_window_by_id, "gtk_application_get_window_by_id", LIBRARY.GTK);
327 	Linker.link(gtk_application_get_windows, "gtk_application_get_windows", LIBRARY.GTK);
328 	Linker.link(gtk_application_inhibit, "gtk_application_inhibit", LIBRARY.GTK);
329 	Linker.link(gtk_application_is_inhibited, "gtk_application_is_inhibited", LIBRARY.GTK);
330 	Linker.link(gtk_application_list_action_descriptions, "gtk_application_list_action_descriptions", LIBRARY.GTK);
331 	Linker.link(gtk_application_prefers_app_menu, "gtk_application_prefers_app_menu", LIBRARY.GTK);
332 	Linker.link(gtk_application_remove_accelerator, "gtk_application_remove_accelerator", LIBRARY.GTK);
333 	Linker.link(gtk_application_remove_window, "gtk_application_remove_window", LIBRARY.GTK);
334 	Linker.link(gtk_application_set_accels_for_action, "gtk_application_set_accels_for_action", LIBRARY.GTK);
335 	Linker.link(gtk_application_set_app_menu, "gtk_application_set_app_menu", LIBRARY.GTK);
336 	Linker.link(gtk_application_set_menubar, "gtk_application_set_menubar", LIBRARY.GTK);
337 	Linker.link(gtk_application_uninhibit, "gtk_application_uninhibit", LIBRARY.GTK);
338 
339 	// gtk.ApplicationWindow
340 
341 	Linker.link(gtk_application_window_get_type, "gtk_application_window_get_type", LIBRARY.GTK);
342 	Linker.link(gtk_application_window_new, "gtk_application_window_new", LIBRARY.GTK);
343 	Linker.link(gtk_application_window_get_help_overlay, "gtk_application_window_get_help_overlay", LIBRARY.GTK);
344 	Linker.link(gtk_application_window_get_id, "gtk_application_window_get_id", LIBRARY.GTK);
345 	Linker.link(gtk_application_window_get_show_menubar, "gtk_application_window_get_show_menubar", LIBRARY.GTK);
346 	Linker.link(gtk_application_window_set_help_overlay, "gtk_application_window_set_help_overlay", LIBRARY.GTK);
347 	Linker.link(gtk_application_window_set_show_menubar, "gtk_application_window_set_show_menubar", LIBRARY.GTK);
348 
349 	// gtk.Arrow
350 
351 	Linker.link(gtk_arrow_get_type, "gtk_arrow_get_type", LIBRARY.GTK);
352 	Linker.link(gtk_arrow_new, "gtk_arrow_new", LIBRARY.GTK);
353 	Linker.link(gtk_arrow_set, "gtk_arrow_set", LIBRARY.GTK);
354 
355 	// gtk.ArrowAccessible
356 
357 	Linker.link(gtk_arrow_accessible_get_type, "gtk_arrow_accessible_get_type", LIBRARY.GTK);
358 
359 	// gtk.AspectFrame
360 
361 	Linker.link(gtk_aspect_frame_get_type, "gtk_aspect_frame_get_type", LIBRARY.GTK);
362 	Linker.link(gtk_aspect_frame_new, "gtk_aspect_frame_new", LIBRARY.GTK);
363 	Linker.link(gtk_aspect_frame_set, "gtk_aspect_frame_set", LIBRARY.GTK);
364 
365 	// gtk.Assistant
366 
367 	Linker.link(gtk_assistant_get_type, "gtk_assistant_get_type", LIBRARY.GTK);
368 	Linker.link(gtk_assistant_new, "gtk_assistant_new", LIBRARY.GTK);
369 	Linker.link(gtk_assistant_add_action_widget, "gtk_assistant_add_action_widget", LIBRARY.GTK);
370 	Linker.link(gtk_assistant_append_page, "gtk_assistant_append_page", LIBRARY.GTK);
371 	Linker.link(gtk_assistant_commit, "gtk_assistant_commit", LIBRARY.GTK);
372 	Linker.link(gtk_assistant_get_current_page, "gtk_assistant_get_current_page", LIBRARY.GTK);
373 	Linker.link(gtk_assistant_get_n_pages, "gtk_assistant_get_n_pages", LIBRARY.GTK);
374 	Linker.link(gtk_assistant_get_nth_page, "gtk_assistant_get_nth_page", LIBRARY.GTK);
375 	Linker.link(gtk_assistant_get_page_complete, "gtk_assistant_get_page_complete", LIBRARY.GTK);
376 	Linker.link(gtk_assistant_get_page_has_padding, "gtk_assistant_get_page_has_padding", LIBRARY.GTK);
377 	Linker.link(gtk_assistant_get_page_header_image, "gtk_assistant_get_page_header_image", LIBRARY.GTK);
378 	Linker.link(gtk_assistant_get_page_side_image, "gtk_assistant_get_page_side_image", LIBRARY.GTK);
379 	Linker.link(gtk_assistant_get_page_title, "gtk_assistant_get_page_title", LIBRARY.GTK);
380 	Linker.link(gtk_assistant_get_page_type, "gtk_assistant_get_page_type", LIBRARY.GTK);
381 	Linker.link(gtk_assistant_insert_page, "gtk_assistant_insert_page", LIBRARY.GTK);
382 	Linker.link(gtk_assistant_next_page, "gtk_assistant_next_page", LIBRARY.GTK);
383 	Linker.link(gtk_assistant_prepend_page, "gtk_assistant_prepend_page", LIBRARY.GTK);
384 	Linker.link(gtk_assistant_previous_page, "gtk_assistant_previous_page", LIBRARY.GTK);
385 	Linker.link(gtk_assistant_remove_action_widget, "gtk_assistant_remove_action_widget", LIBRARY.GTK);
386 	Linker.link(gtk_assistant_remove_page, "gtk_assistant_remove_page", LIBRARY.GTK);
387 	Linker.link(gtk_assistant_set_current_page, "gtk_assistant_set_current_page", LIBRARY.GTK);
388 	Linker.link(gtk_assistant_set_forward_page_func, "gtk_assistant_set_forward_page_func", LIBRARY.GTK);
389 	Linker.link(gtk_assistant_set_page_complete, "gtk_assistant_set_page_complete", LIBRARY.GTK);
390 	Linker.link(gtk_assistant_set_page_has_padding, "gtk_assistant_set_page_has_padding", LIBRARY.GTK);
391 	Linker.link(gtk_assistant_set_page_header_image, "gtk_assistant_set_page_header_image", LIBRARY.GTK);
392 	Linker.link(gtk_assistant_set_page_side_image, "gtk_assistant_set_page_side_image", LIBRARY.GTK);
393 	Linker.link(gtk_assistant_set_page_title, "gtk_assistant_set_page_title", LIBRARY.GTK);
394 	Linker.link(gtk_assistant_set_page_type, "gtk_assistant_set_page_type", LIBRARY.GTK);
395 	Linker.link(gtk_assistant_update_buttons_state, "gtk_assistant_update_buttons_state", LIBRARY.GTK);
396 
397 	// gtk.Bin
398 
399 	Linker.link(gtk_bin_get_type, "gtk_bin_get_type", LIBRARY.GTK);
400 	Linker.link(gtk_bin_get_child, "gtk_bin_get_child", LIBRARY.GTK);
401 
402 	// gtk.BindingEntry
403 
404 	Linker.link(gtk_binding_entry_add_signal, "gtk_binding_entry_add_signal", LIBRARY.GTK);
405 	Linker.link(gtk_binding_entry_add_signal_from_string, "gtk_binding_entry_add_signal_from_string", LIBRARY.GTK);
406 	Linker.link(gtk_binding_entry_add_signall, "gtk_binding_entry_add_signall", LIBRARY.GTK);
407 	Linker.link(gtk_binding_entry_remove, "gtk_binding_entry_remove", LIBRARY.GTK);
408 	Linker.link(gtk_binding_entry_skip, "gtk_binding_entry_skip", LIBRARY.GTK);
409 
410 	// gtk.BindingSet
411 
412 	Linker.link(gtk_binding_set_activate, "gtk_binding_set_activate", LIBRARY.GTK);
413 	Linker.link(gtk_binding_set_add_path, "gtk_binding_set_add_path", LIBRARY.GTK);
414 	Linker.link(gtk_binding_set_by_class, "gtk_binding_set_by_class", LIBRARY.GTK);
415 	Linker.link(gtk_binding_set_find, "gtk_binding_set_find", LIBRARY.GTK);
416 	Linker.link(gtk_binding_set_new, "gtk_binding_set_new", LIBRARY.GTK);
417 	Linker.link(gtk_bindings_activate, "gtk_bindings_activate", LIBRARY.GTK);
418 	Linker.link(gtk_bindings_activate_event, "gtk_bindings_activate_event", LIBRARY.GTK);
419 
420 	// gtk.BooleanCellAccessible
421 
422 	Linker.link(gtk_boolean_cell_accessible_get_type, "gtk_boolean_cell_accessible_get_type", LIBRARY.GTK);
423 
424 	// gtk.Border
425 
426 	Linker.link(gtk_border_get_type, "gtk_border_get_type", LIBRARY.GTK);
427 	Linker.link(gtk_border_new, "gtk_border_new", LIBRARY.GTK);
428 	Linker.link(gtk_border_copy, "gtk_border_copy", LIBRARY.GTK);
429 	Linker.link(gtk_border_free, "gtk_border_free", LIBRARY.GTK);
430 
431 	// gtk.Box
432 
433 	Linker.link(gtk_box_get_type, "gtk_box_get_type", LIBRARY.GTK);
434 	Linker.link(gtk_box_new, "gtk_box_new", LIBRARY.GTK);
435 	Linker.link(gtk_box_get_baseline_position, "gtk_box_get_baseline_position", LIBRARY.GTK);
436 	Linker.link(gtk_box_get_center_widget, "gtk_box_get_center_widget", LIBRARY.GTK);
437 	Linker.link(gtk_box_get_homogeneous, "gtk_box_get_homogeneous", LIBRARY.GTK);
438 	Linker.link(gtk_box_get_spacing, "gtk_box_get_spacing", LIBRARY.GTK);
439 	Linker.link(gtk_box_pack_end, "gtk_box_pack_end", LIBRARY.GTK);
440 	Linker.link(gtk_box_pack_start, "gtk_box_pack_start", LIBRARY.GTK);
441 	Linker.link(gtk_box_query_child_packing, "gtk_box_query_child_packing", LIBRARY.GTK);
442 	Linker.link(gtk_box_reorder_child, "gtk_box_reorder_child", LIBRARY.GTK);
443 	Linker.link(gtk_box_set_baseline_position, "gtk_box_set_baseline_position", LIBRARY.GTK);
444 	Linker.link(gtk_box_set_center_widget, "gtk_box_set_center_widget", LIBRARY.GTK);
445 	Linker.link(gtk_box_set_child_packing, "gtk_box_set_child_packing", LIBRARY.GTK);
446 	Linker.link(gtk_box_set_homogeneous, "gtk_box_set_homogeneous", LIBRARY.GTK);
447 	Linker.link(gtk_box_set_spacing, "gtk_box_set_spacing", LIBRARY.GTK);
448 
449 	// gtk.Buildable
450 
451 	Linker.link(gtk_buildable_get_type, "gtk_buildable_get_type", LIBRARY.GTK);
452 	Linker.link(gtk_buildable_add_child, "gtk_buildable_add_child", LIBRARY.GTK);
453 	Linker.link(gtk_buildable_construct_child, "gtk_buildable_construct_child", LIBRARY.GTK);
454 	Linker.link(gtk_buildable_custom_finished, "gtk_buildable_custom_finished", LIBRARY.GTK);
455 	Linker.link(gtk_buildable_custom_tag_end, "gtk_buildable_custom_tag_end", LIBRARY.GTK);
456 	Linker.link(gtk_buildable_custom_tag_start, "gtk_buildable_custom_tag_start", LIBRARY.GTK);
457 	Linker.link(gtk_buildable_get_internal_child, "gtk_buildable_get_internal_child", LIBRARY.GTK);
458 	Linker.link(gtk_buildable_get_name, "gtk_buildable_get_name", LIBRARY.GTK);
459 	Linker.link(gtk_buildable_parser_finished, "gtk_buildable_parser_finished", LIBRARY.GTK);
460 	Linker.link(gtk_buildable_set_buildable_property, "gtk_buildable_set_buildable_property", LIBRARY.GTK);
461 	Linker.link(gtk_buildable_set_name, "gtk_buildable_set_name", LIBRARY.GTK);
462 
463 	// gtk.Builder
464 
465 	Linker.link(gtk_builder_get_type, "gtk_builder_get_type", LIBRARY.GTK);
466 	Linker.link(gtk_builder_new, "gtk_builder_new", LIBRARY.GTK);
467 	Linker.link(gtk_builder_new_from_file, "gtk_builder_new_from_file", LIBRARY.GTK);
468 	Linker.link(gtk_builder_new_from_resource, "gtk_builder_new_from_resource", LIBRARY.GTK);
469 	Linker.link(gtk_builder_new_from_string, "gtk_builder_new_from_string", LIBRARY.GTK);
470 	Linker.link(gtk_builder_add_callback_symbol, "gtk_builder_add_callback_symbol", LIBRARY.GTK);
471 	Linker.link(gtk_builder_add_callback_symbols, "gtk_builder_add_callback_symbols", LIBRARY.GTK);
472 	Linker.link(gtk_builder_add_from_file, "gtk_builder_add_from_file", LIBRARY.GTK);
473 	Linker.link(gtk_builder_add_from_resource, "gtk_builder_add_from_resource", LIBRARY.GTK);
474 	Linker.link(gtk_builder_add_from_string, "gtk_builder_add_from_string", LIBRARY.GTK);
475 	Linker.link(gtk_builder_add_objects_from_file, "gtk_builder_add_objects_from_file", LIBRARY.GTK);
476 	Linker.link(gtk_builder_add_objects_from_resource, "gtk_builder_add_objects_from_resource", LIBRARY.GTK);
477 	Linker.link(gtk_builder_add_objects_from_string, "gtk_builder_add_objects_from_string", LIBRARY.GTK);
478 	Linker.link(gtk_builder_connect_signals, "gtk_builder_connect_signals", LIBRARY.GTK);
479 	Linker.link(gtk_builder_connect_signals_full, "gtk_builder_connect_signals_full", LIBRARY.GTK);
480 	Linker.link(gtk_builder_expose_object, "gtk_builder_expose_object", LIBRARY.GTK);
481 	Linker.link(gtk_builder_extend_with_template, "gtk_builder_extend_with_template", LIBRARY.GTK);
482 	Linker.link(gtk_builder_get_application, "gtk_builder_get_application", LIBRARY.GTK);
483 	Linker.link(gtk_builder_get_object, "gtk_builder_get_object", LIBRARY.GTK);
484 	Linker.link(gtk_builder_get_objects, "gtk_builder_get_objects", LIBRARY.GTK);
485 	Linker.link(gtk_builder_get_translation_domain, "gtk_builder_get_translation_domain", LIBRARY.GTK);
486 	Linker.link(gtk_builder_get_type_from_name, "gtk_builder_get_type_from_name", LIBRARY.GTK);
487 	Linker.link(gtk_builder_lookup_callback_symbol, "gtk_builder_lookup_callback_symbol", LIBRARY.GTK);
488 	Linker.link(gtk_builder_set_application, "gtk_builder_set_application", LIBRARY.GTK);
489 	Linker.link(gtk_builder_set_translation_domain, "gtk_builder_set_translation_domain", LIBRARY.GTK);
490 	Linker.link(gtk_builder_value_from_string, "gtk_builder_value_from_string", LIBRARY.GTK);
491 	Linker.link(gtk_builder_value_from_string_type, "gtk_builder_value_from_string_type", LIBRARY.GTK);
492 
493 	// gtk.Button
494 
495 	Linker.link(gtk_button_get_type, "gtk_button_get_type", LIBRARY.GTK);
496 	Linker.link(gtk_button_new, "gtk_button_new", LIBRARY.GTK);
497 	Linker.link(gtk_button_new_from_icon_name, "gtk_button_new_from_icon_name", LIBRARY.GTK);
498 	Linker.link(gtk_button_new_from_stock, "gtk_button_new_from_stock", LIBRARY.GTK);
499 	Linker.link(gtk_button_new_with_label, "gtk_button_new_with_label", LIBRARY.GTK);
500 	Linker.link(gtk_button_new_with_mnemonic, "gtk_button_new_with_mnemonic", LIBRARY.GTK);
501 	Linker.link(gtk_button_clicked, "gtk_button_clicked", LIBRARY.GTK);
502 	Linker.link(gtk_button_enter, "gtk_button_enter", LIBRARY.GTK);
503 	Linker.link(gtk_button_get_alignment, "gtk_button_get_alignment", LIBRARY.GTK);
504 	Linker.link(gtk_button_get_always_show_image, "gtk_button_get_always_show_image", LIBRARY.GTK);
505 	Linker.link(gtk_button_get_event_window, "gtk_button_get_event_window", LIBRARY.GTK);
506 	Linker.link(gtk_button_get_focus_on_click, "gtk_button_get_focus_on_click", LIBRARY.GTK);
507 	Linker.link(gtk_button_get_image, "gtk_button_get_image", LIBRARY.GTK);
508 	Linker.link(gtk_button_get_image_position, "gtk_button_get_image_position", LIBRARY.GTK);
509 	Linker.link(gtk_button_get_label, "gtk_button_get_label", LIBRARY.GTK);
510 	Linker.link(gtk_button_get_relief, "gtk_button_get_relief", LIBRARY.GTK);
511 	Linker.link(gtk_button_get_use_stock, "gtk_button_get_use_stock", LIBRARY.GTK);
512 	Linker.link(gtk_button_get_use_underline, "gtk_button_get_use_underline", LIBRARY.GTK);
513 	Linker.link(gtk_button_leave, "gtk_button_leave", LIBRARY.GTK);
514 	Linker.link(gtk_button_pressed, "gtk_button_pressed", LIBRARY.GTK);
515 	Linker.link(gtk_button_released, "gtk_button_released", LIBRARY.GTK);
516 	Linker.link(gtk_button_set_alignment, "gtk_button_set_alignment", LIBRARY.GTK);
517 	Linker.link(gtk_button_set_always_show_image, "gtk_button_set_always_show_image", LIBRARY.GTK);
518 	Linker.link(gtk_button_set_focus_on_click, "gtk_button_set_focus_on_click", LIBRARY.GTK);
519 	Linker.link(gtk_button_set_image, "gtk_button_set_image", LIBRARY.GTK);
520 	Linker.link(gtk_button_set_image_position, "gtk_button_set_image_position", LIBRARY.GTK);
521 	Linker.link(gtk_button_set_label, "gtk_button_set_label", LIBRARY.GTK);
522 	Linker.link(gtk_button_set_relief, "gtk_button_set_relief", LIBRARY.GTK);
523 	Linker.link(gtk_button_set_use_stock, "gtk_button_set_use_stock", LIBRARY.GTK);
524 	Linker.link(gtk_button_set_use_underline, "gtk_button_set_use_underline", LIBRARY.GTK);
525 
526 	// gtk.ButtonAccessible
527 
528 	Linker.link(gtk_button_accessible_get_type, "gtk_button_accessible_get_type", LIBRARY.GTK);
529 
530 	// gtk.ButtonBox
531 
532 	Linker.link(gtk_button_box_get_type, "gtk_button_box_get_type", LIBRARY.GTK);
533 	Linker.link(gtk_button_box_new, "gtk_button_box_new", LIBRARY.GTK);
534 	Linker.link(gtk_button_box_get_child_non_homogeneous, "gtk_button_box_get_child_non_homogeneous", LIBRARY.GTK);
535 	Linker.link(gtk_button_box_get_child_secondary, "gtk_button_box_get_child_secondary", LIBRARY.GTK);
536 	Linker.link(gtk_button_box_get_layout, "gtk_button_box_get_layout", LIBRARY.GTK);
537 	Linker.link(gtk_button_box_set_child_non_homogeneous, "gtk_button_box_set_child_non_homogeneous", LIBRARY.GTK);
538 	Linker.link(gtk_button_box_set_child_secondary, "gtk_button_box_set_child_secondary", LIBRARY.GTK);
539 	Linker.link(gtk_button_box_set_layout, "gtk_button_box_set_layout", LIBRARY.GTK);
540 
541 	// gtk.Calendar
542 
543 	Linker.link(gtk_calendar_get_type, "gtk_calendar_get_type", LIBRARY.GTK);
544 	Linker.link(gtk_calendar_new, "gtk_calendar_new", LIBRARY.GTK);
545 	Linker.link(gtk_calendar_clear_marks, "gtk_calendar_clear_marks", LIBRARY.GTK);
546 	Linker.link(gtk_calendar_get_date, "gtk_calendar_get_date", LIBRARY.GTK);
547 	Linker.link(gtk_calendar_get_day_is_marked, "gtk_calendar_get_day_is_marked", LIBRARY.GTK);
548 	Linker.link(gtk_calendar_get_detail_height_rows, "gtk_calendar_get_detail_height_rows", LIBRARY.GTK);
549 	Linker.link(gtk_calendar_get_detail_width_chars, "gtk_calendar_get_detail_width_chars", LIBRARY.GTK);
550 	Linker.link(gtk_calendar_get_display_options, "gtk_calendar_get_display_options", LIBRARY.GTK);
551 	Linker.link(gtk_calendar_mark_day, "gtk_calendar_mark_day", LIBRARY.GTK);
552 	Linker.link(gtk_calendar_select_day, "gtk_calendar_select_day", LIBRARY.GTK);
553 	Linker.link(gtk_calendar_select_month, "gtk_calendar_select_month", LIBRARY.GTK);
554 	Linker.link(gtk_calendar_set_detail_func, "gtk_calendar_set_detail_func", LIBRARY.GTK);
555 	Linker.link(gtk_calendar_set_detail_height_rows, "gtk_calendar_set_detail_height_rows", LIBRARY.GTK);
556 	Linker.link(gtk_calendar_set_detail_width_chars, "gtk_calendar_set_detail_width_chars", LIBRARY.GTK);
557 	Linker.link(gtk_calendar_set_display_options, "gtk_calendar_set_display_options", LIBRARY.GTK);
558 	Linker.link(gtk_calendar_unmark_day, "gtk_calendar_unmark_day", LIBRARY.GTK);
559 
560 	// gtk.CellAccessible
561 
562 	Linker.link(gtk_cell_accessible_get_type, "gtk_cell_accessible_get_type", LIBRARY.GTK);
563 
564 	// gtk.CellAccessibleParent
565 
566 	Linker.link(gtk_cell_accessible_parent_get_type, "gtk_cell_accessible_parent_get_type", LIBRARY.GTK);
567 	Linker.link(gtk_cell_accessible_parent_activate, "gtk_cell_accessible_parent_activate", LIBRARY.GTK);
568 	Linker.link(gtk_cell_accessible_parent_edit, "gtk_cell_accessible_parent_edit", LIBRARY.GTK);
569 	Linker.link(gtk_cell_accessible_parent_expand_collapse, "gtk_cell_accessible_parent_expand_collapse", LIBRARY.GTK);
570 	Linker.link(gtk_cell_accessible_parent_get_cell_area, "gtk_cell_accessible_parent_get_cell_area", LIBRARY.GTK);
571 	Linker.link(gtk_cell_accessible_parent_get_cell_extents, "gtk_cell_accessible_parent_get_cell_extents", LIBRARY.GTK);
572 	Linker.link(gtk_cell_accessible_parent_get_child_index, "gtk_cell_accessible_parent_get_child_index", LIBRARY.GTK);
573 	Linker.link(gtk_cell_accessible_parent_get_renderer_state, "gtk_cell_accessible_parent_get_renderer_state", LIBRARY.GTK);
574 	Linker.link(gtk_cell_accessible_parent_grab_focus, "gtk_cell_accessible_parent_grab_focus", LIBRARY.GTK);
575 	Linker.link(gtk_cell_accessible_parent_update_relationset, "gtk_cell_accessible_parent_update_relationset", LIBRARY.GTK);
576 
577 	// gtk.CellArea
578 
579 	Linker.link(gtk_cell_area_get_type, "gtk_cell_area_get_type", LIBRARY.GTK);
580 	Linker.link(gtk_cell_area_activate, "gtk_cell_area_activate", LIBRARY.GTK);
581 	Linker.link(gtk_cell_area_activate_cell, "gtk_cell_area_activate_cell", LIBRARY.GTK);
582 	Linker.link(gtk_cell_area_add, "gtk_cell_area_add", LIBRARY.GTK);
583 	Linker.link(gtk_cell_area_add_focus_sibling, "gtk_cell_area_add_focus_sibling", LIBRARY.GTK);
584 	Linker.link(gtk_cell_area_add_with_properties, "gtk_cell_area_add_with_properties", LIBRARY.GTK);
585 	Linker.link(gtk_cell_area_apply_attributes, "gtk_cell_area_apply_attributes", LIBRARY.GTK);
586 	Linker.link(gtk_cell_area_attribute_connect, "gtk_cell_area_attribute_connect", LIBRARY.GTK);
587 	Linker.link(gtk_cell_area_attribute_disconnect, "gtk_cell_area_attribute_disconnect", LIBRARY.GTK);
588 	Linker.link(gtk_cell_area_attribute_get_column, "gtk_cell_area_attribute_get_column", LIBRARY.GTK);
589 	Linker.link(gtk_cell_area_cell_get, "gtk_cell_area_cell_get", LIBRARY.GTK);
590 	Linker.link(gtk_cell_area_cell_get_property, "gtk_cell_area_cell_get_property", LIBRARY.GTK);
591 	Linker.link(gtk_cell_area_cell_get_valist, "gtk_cell_area_cell_get_valist", LIBRARY.GTK);
592 	Linker.link(gtk_cell_area_cell_set, "gtk_cell_area_cell_set", LIBRARY.GTK);
593 	Linker.link(gtk_cell_area_cell_set_property, "gtk_cell_area_cell_set_property", LIBRARY.GTK);
594 	Linker.link(gtk_cell_area_cell_set_valist, "gtk_cell_area_cell_set_valist", LIBRARY.GTK);
595 	Linker.link(gtk_cell_area_copy_context, "gtk_cell_area_copy_context", LIBRARY.GTK);
596 	Linker.link(gtk_cell_area_create_context, "gtk_cell_area_create_context", LIBRARY.GTK);
597 	Linker.link(gtk_cell_area_event, "gtk_cell_area_event", LIBRARY.GTK);
598 	Linker.link(gtk_cell_area_focus, "gtk_cell_area_focus", LIBRARY.GTK);
599 	Linker.link(gtk_cell_area_foreach, "gtk_cell_area_foreach", LIBRARY.GTK);
600 	Linker.link(gtk_cell_area_foreach_alloc, "gtk_cell_area_foreach_alloc", LIBRARY.GTK);
601 	Linker.link(gtk_cell_area_get_cell_allocation, "gtk_cell_area_get_cell_allocation", LIBRARY.GTK);
602 	Linker.link(gtk_cell_area_get_cell_at_position, "gtk_cell_area_get_cell_at_position", LIBRARY.GTK);
603 	Linker.link(gtk_cell_area_get_current_path_string, "gtk_cell_area_get_current_path_string", LIBRARY.GTK);
604 	Linker.link(gtk_cell_area_get_edit_widget, "gtk_cell_area_get_edit_widget", LIBRARY.GTK);
605 	Linker.link(gtk_cell_area_get_edited_cell, "gtk_cell_area_get_edited_cell", LIBRARY.GTK);
606 	Linker.link(gtk_cell_area_get_focus_cell, "gtk_cell_area_get_focus_cell", LIBRARY.GTK);
607 	Linker.link(gtk_cell_area_get_focus_from_sibling, "gtk_cell_area_get_focus_from_sibling", LIBRARY.GTK);
608 	Linker.link(gtk_cell_area_get_focus_siblings, "gtk_cell_area_get_focus_siblings", LIBRARY.GTK);
609 	Linker.link(gtk_cell_area_get_preferred_height, "gtk_cell_area_get_preferred_height", LIBRARY.GTK);
610 	Linker.link(gtk_cell_area_get_preferred_height_for_width, "gtk_cell_area_get_preferred_height_for_width", LIBRARY.GTK);
611 	Linker.link(gtk_cell_area_get_preferred_width, "gtk_cell_area_get_preferred_width", LIBRARY.GTK);
612 	Linker.link(gtk_cell_area_get_preferred_width_for_height, "gtk_cell_area_get_preferred_width_for_height", LIBRARY.GTK);
613 	Linker.link(gtk_cell_area_get_request_mode, "gtk_cell_area_get_request_mode", LIBRARY.GTK);
614 	Linker.link(gtk_cell_area_has_renderer, "gtk_cell_area_has_renderer", LIBRARY.GTK);
615 	Linker.link(gtk_cell_area_inner_cell_area, "gtk_cell_area_inner_cell_area", LIBRARY.GTK);
616 	Linker.link(gtk_cell_area_is_activatable, "gtk_cell_area_is_activatable", LIBRARY.GTK);
617 	Linker.link(gtk_cell_area_is_focus_sibling, "gtk_cell_area_is_focus_sibling", LIBRARY.GTK);
618 	Linker.link(gtk_cell_area_remove, "gtk_cell_area_remove", LIBRARY.GTK);
619 	Linker.link(gtk_cell_area_remove_focus_sibling, "gtk_cell_area_remove_focus_sibling", LIBRARY.GTK);
620 	Linker.link(gtk_cell_area_render, "gtk_cell_area_render", LIBRARY.GTK);
621 	Linker.link(gtk_cell_area_request_renderer, "gtk_cell_area_request_renderer", LIBRARY.GTK);
622 	Linker.link(gtk_cell_area_set_focus_cell, "gtk_cell_area_set_focus_cell", LIBRARY.GTK);
623 	Linker.link(gtk_cell_area_stop_editing, "gtk_cell_area_stop_editing", LIBRARY.GTK);
624 
625 	// gtk.CellAreaBox
626 
627 	Linker.link(gtk_cell_area_box_get_type, "gtk_cell_area_box_get_type", LIBRARY.GTK);
628 	Linker.link(gtk_cell_area_box_new, "gtk_cell_area_box_new", LIBRARY.GTK);
629 	Linker.link(gtk_cell_area_box_get_spacing, "gtk_cell_area_box_get_spacing", LIBRARY.GTK);
630 	Linker.link(gtk_cell_area_box_pack_end, "gtk_cell_area_box_pack_end", LIBRARY.GTK);
631 	Linker.link(gtk_cell_area_box_pack_start, "gtk_cell_area_box_pack_start", LIBRARY.GTK);
632 	Linker.link(gtk_cell_area_box_set_spacing, "gtk_cell_area_box_set_spacing", LIBRARY.GTK);
633 
634 	// gtk.CellAreaClass
635 
636 	Linker.link(gtk_cell_area_class_find_cell_property, "gtk_cell_area_class_find_cell_property", LIBRARY.GTK);
637 	Linker.link(gtk_cell_area_class_install_cell_property, "gtk_cell_area_class_install_cell_property", LIBRARY.GTK);
638 	Linker.link(gtk_cell_area_class_list_cell_properties, "gtk_cell_area_class_list_cell_properties", LIBRARY.GTK);
639 
640 	// gtk.CellAreaContext
641 
642 	Linker.link(gtk_cell_area_context_get_type, "gtk_cell_area_context_get_type", LIBRARY.GTK);
643 	Linker.link(gtk_cell_area_context_allocate, "gtk_cell_area_context_allocate", LIBRARY.GTK);
644 	Linker.link(gtk_cell_area_context_get_allocation, "gtk_cell_area_context_get_allocation", LIBRARY.GTK);
645 	Linker.link(gtk_cell_area_context_get_area, "gtk_cell_area_context_get_area", LIBRARY.GTK);
646 	Linker.link(gtk_cell_area_context_get_preferred_height, "gtk_cell_area_context_get_preferred_height", LIBRARY.GTK);
647 	Linker.link(gtk_cell_area_context_get_preferred_height_for_width, "gtk_cell_area_context_get_preferred_height_for_width", LIBRARY.GTK);
648 	Linker.link(gtk_cell_area_context_get_preferred_width, "gtk_cell_area_context_get_preferred_width", LIBRARY.GTK);
649 	Linker.link(gtk_cell_area_context_get_preferred_width_for_height, "gtk_cell_area_context_get_preferred_width_for_height", LIBRARY.GTK);
650 	Linker.link(gtk_cell_area_context_push_preferred_height, "gtk_cell_area_context_push_preferred_height", LIBRARY.GTK);
651 	Linker.link(gtk_cell_area_context_push_preferred_width, "gtk_cell_area_context_push_preferred_width", LIBRARY.GTK);
652 	Linker.link(gtk_cell_area_context_reset, "gtk_cell_area_context_reset", LIBRARY.GTK);
653 
654 	// gtk.CellEditable
655 
656 	Linker.link(gtk_cell_editable_get_type, "gtk_cell_editable_get_type", LIBRARY.GTK);
657 	Linker.link(gtk_cell_editable_editing_done, "gtk_cell_editable_editing_done", LIBRARY.GTK);
658 	Linker.link(gtk_cell_editable_remove_widget, "gtk_cell_editable_remove_widget", LIBRARY.GTK);
659 	Linker.link(gtk_cell_editable_start_editing, "gtk_cell_editable_start_editing", LIBRARY.GTK);
660 
661 	// gtk.CellLayout
662 
663 	Linker.link(gtk_cell_layout_get_type, "gtk_cell_layout_get_type", LIBRARY.GTK);
664 	Linker.link(gtk_cell_layout_add_attribute, "gtk_cell_layout_add_attribute", LIBRARY.GTK);
665 	Linker.link(gtk_cell_layout_clear, "gtk_cell_layout_clear", LIBRARY.GTK);
666 	Linker.link(gtk_cell_layout_clear_attributes, "gtk_cell_layout_clear_attributes", LIBRARY.GTK);
667 	Linker.link(gtk_cell_layout_get_area, "gtk_cell_layout_get_area", LIBRARY.GTK);
668 	Linker.link(gtk_cell_layout_get_cells, "gtk_cell_layout_get_cells", LIBRARY.GTK);
669 	Linker.link(gtk_cell_layout_pack_end, "gtk_cell_layout_pack_end", LIBRARY.GTK);
670 	Linker.link(gtk_cell_layout_pack_start, "gtk_cell_layout_pack_start", LIBRARY.GTK);
671 	Linker.link(gtk_cell_layout_reorder, "gtk_cell_layout_reorder", LIBRARY.GTK);
672 	Linker.link(gtk_cell_layout_set_attributes, "gtk_cell_layout_set_attributes", LIBRARY.GTK);
673 	Linker.link(gtk_cell_layout_set_cell_data_func, "gtk_cell_layout_set_cell_data_func", LIBRARY.GTK);
674 
675 	// gtk.CellRenderer
676 
677 	Linker.link(gtk_cell_renderer_get_type, "gtk_cell_renderer_get_type", LIBRARY.GTK);
678 	Linker.link(gtk_cell_renderer_activate, "gtk_cell_renderer_activate", LIBRARY.GTK);
679 	Linker.link(gtk_cell_renderer_get_aligned_area, "gtk_cell_renderer_get_aligned_area", LIBRARY.GTK);
680 	Linker.link(gtk_cell_renderer_get_alignment, "gtk_cell_renderer_get_alignment", LIBRARY.GTK);
681 	Linker.link(gtk_cell_renderer_get_fixed_size, "gtk_cell_renderer_get_fixed_size", LIBRARY.GTK);
682 	Linker.link(gtk_cell_renderer_get_padding, "gtk_cell_renderer_get_padding", LIBRARY.GTK);
683 	Linker.link(gtk_cell_renderer_get_preferred_height, "gtk_cell_renderer_get_preferred_height", LIBRARY.GTK);
684 	Linker.link(gtk_cell_renderer_get_preferred_height_for_width, "gtk_cell_renderer_get_preferred_height_for_width", LIBRARY.GTK);
685 	Linker.link(gtk_cell_renderer_get_preferred_size, "gtk_cell_renderer_get_preferred_size", LIBRARY.GTK);
686 	Linker.link(gtk_cell_renderer_get_preferred_width, "gtk_cell_renderer_get_preferred_width", LIBRARY.GTK);
687 	Linker.link(gtk_cell_renderer_get_preferred_width_for_height, "gtk_cell_renderer_get_preferred_width_for_height", LIBRARY.GTK);
688 	Linker.link(gtk_cell_renderer_get_request_mode, "gtk_cell_renderer_get_request_mode", LIBRARY.GTK);
689 	Linker.link(gtk_cell_renderer_get_sensitive, "gtk_cell_renderer_get_sensitive", LIBRARY.GTK);
690 	Linker.link(gtk_cell_renderer_get_size, "gtk_cell_renderer_get_size", LIBRARY.GTK);
691 	Linker.link(gtk_cell_renderer_get_state, "gtk_cell_renderer_get_state", LIBRARY.GTK);
692 	Linker.link(gtk_cell_renderer_get_visible, "gtk_cell_renderer_get_visible", LIBRARY.GTK);
693 	Linker.link(gtk_cell_renderer_is_activatable, "gtk_cell_renderer_is_activatable", LIBRARY.GTK);
694 	Linker.link(gtk_cell_renderer_render, "gtk_cell_renderer_render", LIBRARY.GTK);
695 	Linker.link(gtk_cell_renderer_set_alignment, "gtk_cell_renderer_set_alignment", LIBRARY.GTK);
696 	Linker.link(gtk_cell_renderer_set_fixed_size, "gtk_cell_renderer_set_fixed_size", LIBRARY.GTK);
697 	Linker.link(gtk_cell_renderer_set_padding, "gtk_cell_renderer_set_padding", LIBRARY.GTK);
698 	Linker.link(gtk_cell_renderer_set_sensitive, "gtk_cell_renderer_set_sensitive", LIBRARY.GTK);
699 	Linker.link(gtk_cell_renderer_set_visible, "gtk_cell_renderer_set_visible", LIBRARY.GTK);
700 	Linker.link(gtk_cell_renderer_start_editing, "gtk_cell_renderer_start_editing", LIBRARY.GTK);
701 	Linker.link(gtk_cell_renderer_stop_editing, "gtk_cell_renderer_stop_editing", LIBRARY.GTK);
702 
703 	// gtk.CellRendererAccel
704 
705 	Linker.link(gtk_cell_renderer_accel_get_type, "gtk_cell_renderer_accel_get_type", LIBRARY.GTK);
706 	Linker.link(gtk_cell_renderer_accel_new, "gtk_cell_renderer_accel_new", LIBRARY.GTK);
707 
708 	// gtk.CellRendererClass
709 
710 	Linker.link(gtk_cell_renderer_class_set_accessible_type, "gtk_cell_renderer_class_set_accessible_type", LIBRARY.GTK);
711 
712 	// gtk.CellRendererCombo
713 
714 	Linker.link(gtk_cell_renderer_combo_get_type, "gtk_cell_renderer_combo_get_type", LIBRARY.GTK);
715 	Linker.link(gtk_cell_renderer_combo_new, "gtk_cell_renderer_combo_new", LIBRARY.GTK);
716 
717 	// gtk.CellRendererPixbuf
718 
719 	Linker.link(gtk_cell_renderer_pixbuf_get_type, "gtk_cell_renderer_pixbuf_get_type", LIBRARY.GTK);
720 	Linker.link(gtk_cell_renderer_pixbuf_new, "gtk_cell_renderer_pixbuf_new", LIBRARY.GTK);
721 
722 	// gtk.CellRendererProgress
723 
724 	Linker.link(gtk_cell_renderer_progress_get_type, "gtk_cell_renderer_progress_get_type", LIBRARY.GTK);
725 	Linker.link(gtk_cell_renderer_progress_new, "gtk_cell_renderer_progress_new", LIBRARY.GTK);
726 
727 	// gtk.CellRendererSpin
728 
729 	Linker.link(gtk_cell_renderer_spin_get_type, "gtk_cell_renderer_spin_get_type", LIBRARY.GTK);
730 	Linker.link(gtk_cell_renderer_spin_new, "gtk_cell_renderer_spin_new", LIBRARY.GTK);
731 
732 	// gtk.CellRendererSpinner
733 
734 	Linker.link(gtk_cell_renderer_spinner_get_type, "gtk_cell_renderer_spinner_get_type", LIBRARY.GTK);
735 	Linker.link(gtk_cell_renderer_spinner_new, "gtk_cell_renderer_spinner_new", LIBRARY.GTK);
736 
737 	// gtk.CellRendererText
738 
739 	Linker.link(gtk_cell_renderer_text_get_type, "gtk_cell_renderer_text_get_type", LIBRARY.GTK);
740 	Linker.link(gtk_cell_renderer_text_new, "gtk_cell_renderer_text_new", LIBRARY.GTK);
741 	Linker.link(gtk_cell_renderer_text_set_fixed_height_from_font, "gtk_cell_renderer_text_set_fixed_height_from_font", LIBRARY.GTK);
742 
743 	// gtk.CellRendererToggle
744 
745 	Linker.link(gtk_cell_renderer_toggle_get_type, "gtk_cell_renderer_toggle_get_type", LIBRARY.GTK);
746 	Linker.link(gtk_cell_renderer_toggle_new, "gtk_cell_renderer_toggle_new", LIBRARY.GTK);
747 	Linker.link(gtk_cell_renderer_toggle_get_activatable, "gtk_cell_renderer_toggle_get_activatable", LIBRARY.GTK);
748 	Linker.link(gtk_cell_renderer_toggle_get_active, "gtk_cell_renderer_toggle_get_active", LIBRARY.GTK);
749 	Linker.link(gtk_cell_renderer_toggle_get_radio, "gtk_cell_renderer_toggle_get_radio", LIBRARY.GTK);
750 	Linker.link(gtk_cell_renderer_toggle_set_activatable, "gtk_cell_renderer_toggle_set_activatable", LIBRARY.GTK);
751 	Linker.link(gtk_cell_renderer_toggle_set_active, "gtk_cell_renderer_toggle_set_active", LIBRARY.GTK);
752 	Linker.link(gtk_cell_renderer_toggle_set_radio, "gtk_cell_renderer_toggle_set_radio", LIBRARY.GTK);
753 
754 	// gtk.CellView
755 
756 	Linker.link(gtk_cell_view_get_type, "gtk_cell_view_get_type", LIBRARY.GTK);
757 	Linker.link(gtk_cell_view_new, "gtk_cell_view_new", LIBRARY.GTK);
758 	Linker.link(gtk_cell_view_new_with_context, "gtk_cell_view_new_with_context", LIBRARY.GTK);
759 	Linker.link(gtk_cell_view_new_with_markup, "gtk_cell_view_new_with_markup", LIBRARY.GTK);
760 	Linker.link(gtk_cell_view_new_with_pixbuf, "gtk_cell_view_new_with_pixbuf", LIBRARY.GTK);
761 	Linker.link(gtk_cell_view_new_with_text, "gtk_cell_view_new_with_text", LIBRARY.GTK);
762 	Linker.link(gtk_cell_view_get_displayed_row, "gtk_cell_view_get_displayed_row", LIBRARY.GTK);
763 	Linker.link(gtk_cell_view_get_draw_sensitive, "gtk_cell_view_get_draw_sensitive", LIBRARY.GTK);
764 	Linker.link(gtk_cell_view_get_fit_model, "gtk_cell_view_get_fit_model", LIBRARY.GTK);
765 	Linker.link(gtk_cell_view_get_model, "gtk_cell_view_get_model", LIBRARY.GTK);
766 	Linker.link(gtk_cell_view_get_size_of_row, "gtk_cell_view_get_size_of_row", LIBRARY.GTK);
767 	Linker.link(gtk_cell_view_set_background_color, "gtk_cell_view_set_background_color", LIBRARY.GTK);
768 	Linker.link(gtk_cell_view_set_background_rgba, "gtk_cell_view_set_background_rgba", LIBRARY.GTK);
769 	Linker.link(gtk_cell_view_set_displayed_row, "gtk_cell_view_set_displayed_row", LIBRARY.GTK);
770 	Linker.link(gtk_cell_view_set_draw_sensitive, "gtk_cell_view_set_draw_sensitive", LIBRARY.GTK);
771 	Linker.link(gtk_cell_view_set_fit_model, "gtk_cell_view_set_fit_model", LIBRARY.GTK);
772 	Linker.link(gtk_cell_view_set_model, "gtk_cell_view_set_model", LIBRARY.GTK);
773 
774 	// gtk.CheckButton
775 
776 	Linker.link(gtk_check_button_get_type, "gtk_check_button_get_type", LIBRARY.GTK);
777 	Linker.link(gtk_check_button_new, "gtk_check_button_new", LIBRARY.GTK);
778 	Linker.link(gtk_check_button_new_with_label, "gtk_check_button_new_with_label", LIBRARY.GTK);
779 	Linker.link(gtk_check_button_new_with_mnemonic, "gtk_check_button_new_with_mnemonic", LIBRARY.GTK);
780 
781 	// gtk.CheckMenuItem
782 
783 	Linker.link(gtk_check_menu_item_get_type, "gtk_check_menu_item_get_type", LIBRARY.GTK);
784 	Linker.link(gtk_check_menu_item_new, "gtk_check_menu_item_new", LIBRARY.GTK);
785 	Linker.link(gtk_check_menu_item_new_with_label, "gtk_check_menu_item_new_with_label", LIBRARY.GTK);
786 	Linker.link(gtk_check_menu_item_new_with_mnemonic, "gtk_check_menu_item_new_with_mnemonic", LIBRARY.GTK);
787 	Linker.link(gtk_check_menu_item_get_active, "gtk_check_menu_item_get_active", LIBRARY.GTK);
788 	Linker.link(gtk_check_menu_item_get_draw_as_radio, "gtk_check_menu_item_get_draw_as_radio", LIBRARY.GTK);
789 	Linker.link(gtk_check_menu_item_get_inconsistent, "gtk_check_menu_item_get_inconsistent", LIBRARY.GTK);
790 	Linker.link(gtk_check_menu_item_set_active, "gtk_check_menu_item_set_active", LIBRARY.GTK);
791 	Linker.link(gtk_check_menu_item_set_draw_as_radio, "gtk_check_menu_item_set_draw_as_radio", LIBRARY.GTK);
792 	Linker.link(gtk_check_menu_item_set_inconsistent, "gtk_check_menu_item_set_inconsistent", LIBRARY.GTK);
793 	Linker.link(gtk_check_menu_item_toggled, "gtk_check_menu_item_toggled", LIBRARY.GTK);
794 
795 	// gtk.CheckMenuItemAccessible
796 
797 	Linker.link(gtk_check_menu_item_accessible_get_type, "gtk_check_menu_item_accessible_get_type", LIBRARY.GTK);
798 
799 	// gtk.Clipboard
800 
801 	Linker.link(gtk_clipboard_get_type, "gtk_clipboard_get_type", LIBRARY.GTK);
802 	Linker.link(gtk_clipboard_get, "gtk_clipboard_get", LIBRARY.GTK);
803 	Linker.link(gtk_clipboard_get_default, "gtk_clipboard_get_default", LIBRARY.GTK);
804 	Linker.link(gtk_clipboard_get_for_display, "gtk_clipboard_get_for_display", LIBRARY.GTK);
805 	Linker.link(gtk_clipboard_clear, "gtk_clipboard_clear", LIBRARY.GTK);
806 	Linker.link(gtk_clipboard_get_display, "gtk_clipboard_get_display", LIBRARY.GTK);
807 	Linker.link(gtk_clipboard_get_owner, "gtk_clipboard_get_owner", LIBRARY.GTK);
808 	Linker.link(gtk_clipboard_request_contents, "gtk_clipboard_request_contents", LIBRARY.GTK);
809 	Linker.link(gtk_clipboard_request_image, "gtk_clipboard_request_image", LIBRARY.GTK);
810 	Linker.link(gtk_clipboard_request_rich_text, "gtk_clipboard_request_rich_text", LIBRARY.GTK);
811 	Linker.link(gtk_clipboard_request_targets, "gtk_clipboard_request_targets", LIBRARY.GTK);
812 	Linker.link(gtk_clipboard_request_text, "gtk_clipboard_request_text", LIBRARY.GTK);
813 	Linker.link(gtk_clipboard_request_uris, "gtk_clipboard_request_uris", LIBRARY.GTK);
814 	Linker.link(gtk_clipboard_set_can_store, "gtk_clipboard_set_can_store", LIBRARY.GTK);
815 	Linker.link(gtk_clipboard_set_image, "gtk_clipboard_set_image", LIBRARY.GTK);
816 	Linker.link(gtk_clipboard_set_text, "gtk_clipboard_set_text", LIBRARY.GTK);
817 	Linker.link(gtk_clipboard_set_with_data, "gtk_clipboard_set_with_data", LIBRARY.GTK);
818 	Linker.link(gtk_clipboard_set_with_owner, "gtk_clipboard_set_with_owner", LIBRARY.GTK);
819 	Linker.link(gtk_clipboard_store, "gtk_clipboard_store", LIBRARY.GTK);
820 	Linker.link(gtk_clipboard_wait_for_contents, "gtk_clipboard_wait_for_contents", LIBRARY.GTK);
821 	Linker.link(gtk_clipboard_wait_for_image, "gtk_clipboard_wait_for_image", LIBRARY.GTK);
822 	Linker.link(gtk_clipboard_wait_for_rich_text, "gtk_clipboard_wait_for_rich_text", LIBRARY.GTK);
823 	Linker.link(gtk_clipboard_wait_for_targets, "gtk_clipboard_wait_for_targets", LIBRARY.GTK);
824 	Linker.link(gtk_clipboard_wait_for_text, "gtk_clipboard_wait_for_text", LIBRARY.GTK);
825 	Linker.link(gtk_clipboard_wait_for_uris, "gtk_clipboard_wait_for_uris", LIBRARY.GTK);
826 	Linker.link(gtk_clipboard_wait_is_image_available, "gtk_clipboard_wait_is_image_available", LIBRARY.GTK);
827 	Linker.link(gtk_clipboard_wait_is_rich_text_available, "gtk_clipboard_wait_is_rich_text_available", LIBRARY.GTK);
828 	Linker.link(gtk_clipboard_wait_is_target_available, "gtk_clipboard_wait_is_target_available", LIBRARY.GTK);
829 	Linker.link(gtk_clipboard_wait_is_text_available, "gtk_clipboard_wait_is_text_available", LIBRARY.GTK);
830 	Linker.link(gtk_clipboard_wait_is_uris_available, "gtk_clipboard_wait_is_uris_available", LIBRARY.GTK);
831 
832 	// gtk.ColorButton
833 
834 	Linker.link(gtk_color_button_get_type, "gtk_color_button_get_type", LIBRARY.GTK);
835 	Linker.link(gtk_color_button_new, "gtk_color_button_new", LIBRARY.GTK);
836 	Linker.link(gtk_color_button_new_with_color, "gtk_color_button_new_with_color", LIBRARY.GTK);
837 	Linker.link(gtk_color_button_new_with_rgba, "gtk_color_button_new_with_rgba", LIBRARY.GTK);
838 	Linker.link(gtk_color_button_get_alpha, "gtk_color_button_get_alpha", LIBRARY.GTK);
839 	Linker.link(gtk_color_button_get_color, "gtk_color_button_get_color", LIBRARY.GTK);
840 	Linker.link(gtk_color_button_get_rgba, "gtk_color_button_get_rgba", LIBRARY.GTK);
841 	Linker.link(gtk_color_button_get_title, "gtk_color_button_get_title", LIBRARY.GTK);
842 	Linker.link(gtk_color_button_get_use_alpha, "gtk_color_button_get_use_alpha", LIBRARY.GTK);
843 	Linker.link(gtk_color_button_set_alpha, "gtk_color_button_set_alpha", LIBRARY.GTK);
844 	Linker.link(gtk_color_button_set_color, "gtk_color_button_set_color", LIBRARY.GTK);
845 	Linker.link(gtk_color_button_set_rgba, "gtk_color_button_set_rgba", LIBRARY.GTK);
846 	Linker.link(gtk_color_button_set_title, "gtk_color_button_set_title", LIBRARY.GTK);
847 	Linker.link(gtk_color_button_set_use_alpha, "gtk_color_button_set_use_alpha", LIBRARY.GTK);
848 
849 	// gtk.ColorChooser
850 
851 	Linker.link(gtk_color_chooser_get_type, "gtk_color_chooser_get_type", LIBRARY.GTK);
852 	Linker.link(gtk_color_chooser_add_palette, "gtk_color_chooser_add_palette", LIBRARY.GTK);
853 	Linker.link(gtk_color_chooser_get_rgba, "gtk_color_chooser_get_rgba", LIBRARY.GTK);
854 	Linker.link(gtk_color_chooser_get_use_alpha, "gtk_color_chooser_get_use_alpha", LIBRARY.GTK);
855 	Linker.link(gtk_color_chooser_set_rgba, "gtk_color_chooser_set_rgba", LIBRARY.GTK);
856 	Linker.link(gtk_color_chooser_set_use_alpha, "gtk_color_chooser_set_use_alpha", LIBRARY.GTK);
857 
858 	// gtk.ColorChooserDialog
859 
860 	Linker.link(gtk_color_chooser_dialog_get_type, "gtk_color_chooser_dialog_get_type", LIBRARY.GTK);
861 	Linker.link(gtk_color_chooser_dialog_new, "gtk_color_chooser_dialog_new", LIBRARY.GTK);
862 
863 	// gtk.ColorChooserWidget
864 
865 	Linker.link(gtk_color_chooser_widget_get_type, "gtk_color_chooser_widget_get_type", LIBRARY.GTK);
866 	Linker.link(gtk_color_chooser_widget_new, "gtk_color_chooser_widget_new", LIBRARY.GTK);
867 
868 	// gtk.ColorSelection
869 
870 	Linker.link(gtk_color_selection_get_type, "gtk_color_selection_get_type", LIBRARY.GTK);
871 	Linker.link(gtk_color_selection_new, "gtk_color_selection_new", LIBRARY.GTK);
872 	Linker.link(gtk_color_selection_palette_from_string, "gtk_color_selection_palette_from_string", LIBRARY.GTK);
873 	Linker.link(gtk_color_selection_palette_to_string, "gtk_color_selection_palette_to_string", LIBRARY.GTK);
874 	Linker.link(gtk_color_selection_set_change_palette_with_screen_hook, "gtk_color_selection_set_change_palette_with_screen_hook", LIBRARY.GTK);
875 	Linker.link(gtk_color_selection_get_current_alpha, "gtk_color_selection_get_current_alpha", LIBRARY.GTK);
876 	Linker.link(gtk_color_selection_get_current_color, "gtk_color_selection_get_current_color", LIBRARY.GTK);
877 	Linker.link(gtk_color_selection_get_current_rgba, "gtk_color_selection_get_current_rgba", LIBRARY.GTK);
878 	Linker.link(gtk_color_selection_get_has_opacity_control, "gtk_color_selection_get_has_opacity_control", LIBRARY.GTK);
879 	Linker.link(gtk_color_selection_get_has_palette, "gtk_color_selection_get_has_palette", LIBRARY.GTK);
880 	Linker.link(gtk_color_selection_get_previous_alpha, "gtk_color_selection_get_previous_alpha", LIBRARY.GTK);
881 	Linker.link(gtk_color_selection_get_previous_color, "gtk_color_selection_get_previous_color", LIBRARY.GTK);
882 	Linker.link(gtk_color_selection_get_previous_rgba, "gtk_color_selection_get_previous_rgba", LIBRARY.GTK);
883 	Linker.link(gtk_color_selection_is_adjusting, "gtk_color_selection_is_adjusting", LIBRARY.GTK);
884 	Linker.link(gtk_color_selection_set_current_alpha, "gtk_color_selection_set_current_alpha", LIBRARY.GTK);
885 	Linker.link(gtk_color_selection_set_current_color, "gtk_color_selection_set_current_color", LIBRARY.GTK);
886 	Linker.link(gtk_color_selection_set_current_rgba, "gtk_color_selection_set_current_rgba", LIBRARY.GTK);
887 	Linker.link(gtk_color_selection_set_has_opacity_control, "gtk_color_selection_set_has_opacity_control", LIBRARY.GTK);
888 	Linker.link(gtk_color_selection_set_has_palette, "gtk_color_selection_set_has_palette", LIBRARY.GTK);
889 	Linker.link(gtk_color_selection_set_previous_alpha, "gtk_color_selection_set_previous_alpha", LIBRARY.GTK);
890 	Linker.link(gtk_color_selection_set_previous_color, "gtk_color_selection_set_previous_color", LIBRARY.GTK);
891 	Linker.link(gtk_color_selection_set_previous_rgba, "gtk_color_selection_set_previous_rgba", LIBRARY.GTK);
892 
893 	// gtk.ColorSelectionDialog
894 
895 	Linker.link(gtk_color_selection_dialog_get_type, "gtk_color_selection_dialog_get_type", LIBRARY.GTK);
896 	Linker.link(gtk_color_selection_dialog_new, "gtk_color_selection_dialog_new", LIBRARY.GTK);
897 	Linker.link(gtk_color_selection_dialog_get_color_selection, "gtk_color_selection_dialog_get_color_selection", LIBRARY.GTK);
898 
899 	// gtk.ComboBox
900 
901 	Linker.link(gtk_combo_box_get_type, "gtk_combo_box_get_type", LIBRARY.GTK);
902 	Linker.link(gtk_combo_box_new, "gtk_combo_box_new", LIBRARY.GTK);
903 	Linker.link(gtk_combo_box_new_with_area, "gtk_combo_box_new_with_area", LIBRARY.GTK);
904 	Linker.link(gtk_combo_box_new_with_area_and_entry, "gtk_combo_box_new_with_area_and_entry", LIBRARY.GTK);
905 	Linker.link(gtk_combo_box_new_with_entry, "gtk_combo_box_new_with_entry", LIBRARY.GTK);
906 	Linker.link(gtk_combo_box_new_with_model, "gtk_combo_box_new_with_model", LIBRARY.GTK);
907 	Linker.link(gtk_combo_box_new_with_model_and_entry, "gtk_combo_box_new_with_model_and_entry", LIBRARY.GTK);
908 	Linker.link(gtk_combo_box_get_active, "gtk_combo_box_get_active", LIBRARY.GTK);
909 	Linker.link(gtk_combo_box_get_active_id, "gtk_combo_box_get_active_id", LIBRARY.GTK);
910 	Linker.link(gtk_combo_box_get_active_iter, "gtk_combo_box_get_active_iter", LIBRARY.GTK);
911 	Linker.link(gtk_combo_box_get_add_tearoffs, "gtk_combo_box_get_add_tearoffs", LIBRARY.GTK);
912 	Linker.link(gtk_combo_box_get_button_sensitivity, "gtk_combo_box_get_button_sensitivity", LIBRARY.GTK);
913 	Linker.link(gtk_combo_box_get_column_span_column, "gtk_combo_box_get_column_span_column", LIBRARY.GTK);
914 	Linker.link(gtk_combo_box_get_entry_text_column, "gtk_combo_box_get_entry_text_column", LIBRARY.GTK);
915 	Linker.link(gtk_combo_box_get_focus_on_click, "gtk_combo_box_get_focus_on_click", LIBRARY.GTK);
916 	Linker.link(gtk_combo_box_get_has_entry, "gtk_combo_box_get_has_entry", LIBRARY.GTK);
917 	Linker.link(gtk_combo_box_get_id_column, "gtk_combo_box_get_id_column", LIBRARY.GTK);
918 	Linker.link(gtk_combo_box_get_model, "gtk_combo_box_get_model", LIBRARY.GTK);
919 	Linker.link(gtk_combo_box_get_popup_accessible, "gtk_combo_box_get_popup_accessible", LIBRARY.GTK);
920 	Linker.link(gtk_combo_box_get_popup_fixed_width, "gtk_combo_box_get_popup_fixed_width", LIBRARY.GTK);
921 	Linker.link(gtk_combo_box_get_row_separator_func, "gtk_combo_box_get_row_separator_func", LIBRARY.GTK);
922 	Linker.link(gtk_combo_box_get_row_span_column, "gtk_combo_box_get_row_span_column", LIBRARY.GTK);
923 	Linker.link(gtk_combo_box_get_title, "gtk_combo_box_get_title", LIBRARY.GTK);
924 	Linker.link(gtk_combo_box_get_wrap_width, "gtk_combo_box_get_wrap_width", LIBRARY.GTK);
925 	Linker.link(gtk_combo_box_popdown, "gtk_combo_box_popdown", LIBRARY.GTK);
926 	Linker.link(gtk_combo_box_popup, "gtk_combo_box_popup", LIBRARY.GTK);
927 	Linker.link(gtk_combo_box_popup_for_device, "gtk_combo_box_popup_for_device", LIBRARY.GTK);
928 	Linker.link(gtk_combo_box_set_active, "gtk_combo_box_set_active", LIBRARY.GTK);
929 	Linker.link(gtk_combo_box_set_active_id, "gtk_combo_box_set_active_id", LIBRARY.GTK);
930 	Linker.link(gtk_combo_box_set_active_iter, "gtk_combo_box_set_active_iter", LIBRARY.GTK);
931 	Linker.link(gtk_combo_box_set_add_tearoffs, "gtk_combo_box_set_add_tearoffs", LIBRARY.GTK);
932 	Linker.link(gtk_combo_box_set_button_sensitivity, "gtk_combo_box_set_button_sensitivity", LIBRARY.GTK);
933 	Linker.link(gtk_combo_box_set_column_span_column, "gtk_combo_box_set_column_span_column", LIBRARY.GTK);
934 	Linker.link(gtk_combo_box_set_entry_text_column, "gtk_combo_box_set_entry_text_column", LIBRARY.GTK);
935 	Linker.link(gtk_combo_box_set_focus_on_click, "gtk_combo_box_set_focus_on_click", LIBRARY.GTK);
936 	Linker.link(gtk_combo_box_set_id_column, "gtk_combo_box_set_id_column", LIBRARY.GTK);
937 	Linker.link(gtk_combo_box_set_model, "gtk_combo_box_set_model", LIBRARY.GTK);
938 	Linker.link(gtk_combo_box_set_popup_fixed_width, "gtk_combo_box_set_popup_fixed_width", LIBRARY.GTK);
939 	Linker.link(gtk_combo_box_set_row_separator_func, "gtk_combo_box_set_row_separator_func", LIBRARY.GTK);
940 	Linker.link(gtk_combo_box_set_row_span_column, "gtk_combo_box_set_row_span_column", LIBRARY.GTK);
941 	Linker.link(gtk_combo_box_set_title, "gtk_combo_box_set_title", LIBRARY.GTK);
942 	Linker.link(gtk_combo_box_set_wrap_width, "gtk_combo_box_set_wrap_width", LIBRARY.GTK);
943 
944 	// gtk.ComboBoxAccessible
945 
946 	Linker.link(gtk_combo_box_accessible_get_type, "gtk_combo_box_accessible_get_type", LIBRARY.GTK);
947 
948 	// gtk.ComboBoxText
949 
950 	Linker.link(gtk_combo_box_text_get_type, "gtk_combo_box_text_get_type", LIBRARY.GTK);
951 	Linker.link(gtk_combo_box_text_new, "gtk_combo_box_text_new", LIBRARY.GTK);
952 	Linker.link(gtk_combo_box_text_new_with_entry, "gtk_combo_box_text_new_with_entry", LIBRARY.GTK);
953 	Linker.link(gtk_combo_box_text_append, "gtk_combo_box_text_append", LIBRARY.GTK);
954 	Linker.link(gtk_combo_box_text_append_text, "gtk_combo_box_text_append_text", LIBRARY.GTK);
955 	Linker.link(gtk_combo_box_text_get_active_text, "gtk_combo_box_text_get_active_text", LIBRARY.GTK);
956 	Linker.link(gtk_combo_box_text_insert, "gtk_combo_box_text_insert", LIBRARY.GTK);
957 	Linker.link(gtk_combo_box_text_insert_text, "gtk_combo_box_text_insert_text", LIBRARY.GTK);
958 	Linker.link(gtk_combo_box_text_prepend, "gtk_combo_box_text_prepend", LIBRARY.GTK);
959 	Linker.link(gtk_combo_box_text_prepend_text, "gtk_combo_box_text_prepend_text", LIBRARY.GTK);
960 	Linker.link(gtk_combo_box_text_remove, "gtk_combo_box_text_remove", LIBRARY.GTK);
961 	Linker.link(gtk_combo_box_text_remove_all, "gtk_combo_box_text_remove_all", LIBRARY.GTK);
962 
963 	// gtk.Container
964 
965 	Linker.link(gtk_container_get_type, "gtk_container_get_type", LIBRARY.GTK);
966 	Linker.link(gtk_container_add, "gtk_container_add", LIBRARY.GTK);
967 	Linker.link(gtk_container_add_with_properties, "gtk_container_add_with_properties", LIBRARY.GTK);
968 	Linker.link(gtk_container_check_resize, "gtk_container_check_resize", LIBRARY.GTK);
969 	Linker.link(gtk_container_child_get, "gtk_container_child_get", LIBRARY.GTK);
970 	Linker.link(gtk_container_child_get_property, "gtk_container_child_get_property", LIBRARY.GTK);
971 	Linker.link(gtk_container_child_get_valist, "gtk_container_child_get_valist", LIBRARY.GTK);
972 	Linker.link(gtk_container_child_notify, "gtk_container_child_notify", LIBRARY.GTK);
973 	Linker.link(gtk_container_child_notify_by_pspec, "gtk_container_child_notify_by_pspec", LIBRARY.GTK);
974 	Linker.link(gtk_container_child_set, "gtk_container_child_set", LIBRARY.GTK);
975 	Linker.link(gtk_container_child_set_property, "gtk_container_child_set_property", LIBRARY.GTK);
976 	Linker.link(gtk_container_child_set_valist, "gtk_container_child_set_valist", LIBRARY.GTK);
977 	Linker.link(gtk_container_child_type, "gtk_container_child_type", LIBRARY.GTK);
978 	Linker.link(gtk_container_forall, "gtk_container_forall", LIBRARY.GTK);
979 	Linker.link(gtk_container_foreach, "gtk_container_foreach", LIBRARY.GTK);
980 	Linker.link(gtk_container_get_border_width, "gtk_container_get_border_width", LIBRARY.GTK);
981 	Linker.link(gtk_container_get_children, "gtk_container_get_children", LIBRARY.GTK);
982 	Linker.link(gtk_container_get_focus_chain, "gtk_container_get_focus_chain", LIBRARY.GTK);
983 	Linker.link(gtk_container_get_focus_child, "gtk_container_get_focus_child", LIBRARY.GTK);
984 	Linker.link(gtk_container_get_focus_hadjustment, "gtk_container_get_focus_hadjustment", LIBRARY.GTK);
985 	Linker.link(gtk_container_get_focus_vadjustment, "gtk_container_get_focus_vadjustment", LIBRARY.GTK);
986 	Linker.link(gtk_container_get_path_for_child, "gtk_container_get_path_for_child", LIBRARY.GTK);
987 	Linker.link(gtk_container_get_resize_mode, "gtk_container_get_resize_mode", LIBRARY.GTK);
988 	Linker.link(gtk_container_propagate_draw, "gtk_container_propagate_draw", LIBRARY.GTK);
989 	Linker.link(gtk_container_remove, "gtk_container_remove", LIBRARY.GTK);
990 	Linker.link(gtk_container_resize_children, "gtk_container_resize_children", LIBRARY.GTK);
991 	Linker.link(gtk_container_set_border_width, "gtk_container_set_border_width", LIBRARY.GTK);
992 	Linker.link(gtk_container_set_focus_chain, "gtk_container_set_focus_chain", LIBRARY.GTK);
993 	Linker.link(gtk_container_set_focus_child, "gtk_container_set_focus_child", LIBRARY.GTK);
994 	Linker.link(gtk_container_set_focus_hadjustment, "gtk_container_set_focus_hadjustment", LIBRARY.GTK);
995 	Linker.link(gtk_container_set_focus_vadjustment, "gtk_container_set_focus_vadjustment", LIBRARY.GTK);
996 	Linker.link(gtk_container_set_reallocate_redraws, "gtk_container_set_reallocate_redraws", LIBRARY.GTK);
997 	Linker.link(gtk_container_set_resize_mode, "gtk_container_set_resize_mode", LIBRARY.GTK);
998 	Linker.link(gtk_container_unset_focus_chain, "gtk_container_unset_focus_chain", LIBRARY.GTK);
999 
1000 	// gtk.ContainerAccessible
1001 
1002 	Linker.link(gtk_container_accessible_get_type, "gtk_container_accessible_get_type", LIBRARY.GTK);
1003 
1004 	// gtk.ContainerCellAccessible
1005 
1006 	Linker.link(gtk_container_cell_accessible_get_type, "gtk_container_cell_accessible_get_type", LIBRARY.GTK);
1007 	Linker.link(gtk_container_cell_accessible_new, "gtk_container_cell_accessible_new", LIBRARY.GTK);
1008 	Linker.link(gtk_container_cell_accessible_add_child, "gtk_container_cell_accessible_add_child", LIBRARY.GTK);
1009 	Linker.link(gtk_container_cell_accessible_get_children, "gtk_container_cell_accessible_get_children", LIBRARY.GTK);
1010 	Linker.link(gtk_container_cell_accessible_remove_child, "gtk_container_cell_accessible_remove_child", LIBRARY.GTK);
1011 
1012 	// gtk.ContainerClass
1013 
1014 	Linker.link(gtk_container_class_find_child_property, "gtk_container_class_find_child_property", LIBRARY.GTK);
1015 	Linker.link(gtk_container_class_handle_border_width, "gtk_container_class_handle_border_width", LIBRARY.GTK);
1016 	Linker.link(gtk_container_class_install_child_properties, "gtk_container_class_install_child_properties", LIBRARY.GTK);
1017 	Linker.link(gtk_container_class_install_child_property, "gtk_container_class_install_child_property", LIBRARY.GTK);
1018 	Linker.link(gtk_container_class_list_child_properties, "gtk_container_class_list_child_properties", LIBRARY.GTK);
1019 
1020 	// gtk.CssProvider
1021 
1022 	Linker.link(gtk_css_provider_get_type, "gtk_css_provider_get_type", LIBRARY.GTK);
1023 	Linker.link(gtk_css_provider_new, "gtk_css_provider_new", LIBRARY.GTK);
1024 	Linker.link(gtk_css_provider_get_default, "gtk_css_provider_get_default", LIBRARY.GTK);
1025 	Linker.link(gtk_css_provider_get_named, "gtk_css_provider_get_named", LIBRARY.GTK);
1026 	Linker.link(gtk_css_provider_load_from_data, "gtk_css_provider_load_from_data", LIBRARY.GTK);
1027 	Linker.link(gtk_css_provider_load_from_file, "gtk_css_provider_load_from_file", LIBRARY.GTK);
1028 	Linker.link(gtk_css_provider_load_from_path, "gtk_css_provider_load_from_path", LIBRARY.GTK);
1029 	Linker.link(gtk_css_provider_load_from_resource, "gtk_css_provider_load_from_resource", LIBRARY.GTK);
1030 	Linker.link(gtk_css_provider_to_string, "gtk_css_provider_to_string", LIBRARY.GTK);
1031 
1032 	// gtk.CssSection
1033 
1034 	Linker.link(gtk_css_section_get_type, "gtk_css_section_get_type", LIBRARY.GTK);
1035 	Linker.link(gtk_css_section_get_end_line, "gtk_css_section_get_end_line", LIBRARY.GTK);
1036 	Linker.link(gtk_css_section_get_end_position, "gtk_css_section_get_end_position", LIBRARY.GTK);
1037 	Linker.link(gtk_css_section_get_file, "gtk_css_section_get_file", LIBRARY.GTK);
1038 	Linker.link(gtk_css_section_get_parent, "gtk_css_section_get_parent", LIBRARY.GTK);
1039 	Linker.link(gtk_css_section_get_section_type, "gtk_css_section_get_section_type", LIBRARY.GTK);
1040 	Linker.link(gtk_css_section_get_start_line, "gtk_css_section_get_start_line", LIBRARY.GTK);
1041 	Linker.link(gtk_css_section_get_start_position, "gtk_css_section_get_start_position", LIBRARY.GTK);
1042 	Linker.link(gtk_css_section_ref, "gtk_css_section_ref", LIBRARY.GTK);
1043 	Linker.link(gtk_css_section_unref, "gtk_css_section_unref", LIBRARY.GTK);
1044 
1045 	// gtk.Dialog
1046 
1047 	Linker.link(gtk_dialog_get_type, "gtk_dialog_get_type", LIBRARY.GTK);
1048 	Linker.link(gtk_dialog_new, "gtk_dialog_new", LIBRARY.GTK);
1049 	Linker.link(gtk_dialog_new_with_buttons, "gtk_dialog_new_with_buttons", LIBRARY.GTK);
1050 	Linker.link(gtk_dialog_add_action_widget, "gtk_dialog_add_action_widget", LIBRARY.GTK);
1051 	Linker.link(gtk_dialog_add_button, "gtk_dialog_add_button", LIBRARY.GTK);
1052 	Linker.link(gtk_dialog_add_buttons, "gtk_dialog_add_buttons", LIBRARY.GTK);
1053 	Linker.link(gtk_dialog_get_action_area, "gtk_dialog_get_action_area", LIBRARY.GTK);
1054 	Linker.link(gtk_dialog_get_content_area, "gtk_dialog_get_content_area", LIBRARY.GTK);
1055 	Linker.link(gtk_dialog_get_header_bar, "gtk_dialog_get_header_bar", LIBRARY.GTK);
1056 	Linker.link(gtk_dialog_get_response_for_widget, "gtk_dialog_get_response_for_widget", LIBRARY.GTK);
1057 	Linker.link(gtk_dialog_get_widget_for_response, "gtk_dialog_get_widget_for_response", LIBRARY.GTK);
1058 	Linker.link(gtk_dialog_response, "gtk_dialog_response", LIBRARY.GTK);
1059 	Linker.link(gtk_dialog_run, "gtk_dialog_run", LIBRARY.GTK);
1060 	Linker.link(gtk_dialog_set_alternative_button_order, "gtk_dialog_set_alternative_button_order", LIBRARY.GTK);
1061 	Linker.link(gtk_dialog_set_alternative_button_order_from_array, "gtk_dialog_set_alternative_button_order_from_array", LIBRARY.GTK);
1062 	Linker.link(gtk_dialog_set_default_response, "gtk_dialog_set_default_response", LIBRARY.GTK);
1063 	Linker.link(gtk_dialog_set_response_sensitive, "gtk_dialog_set_response_sensitive", LIBRARY.GTK);
1064 	Linker.link(gtk_alternative_dialog_button_order, "gtk_alternative_dialog_button_order", LIBRARY.GTK);
1065 
1066 	// gtk.DrawingArea
1067 
1068 	Linker.link(gtk_drawing_area_get_type, "gtk_drawing_area_get_type", LIBRARY.GTK);
1069 	Linker.link(gtk_drawing_area_new, "gtk_drawing_area_new", LIBRARY.GTK);
1070 
1071 	// gtk.Editable
1072 
1073 	Linker.link(gtk_editable_get_type, "gtk_editable_get_type", LIBRARY.GTK);
1074 	Linker.link(gtk_editable_copy_clipboard, "gtk_editable_copy_clipboard", LIBRARY.GTK);
1075 	Linker.link(gtk_editable_cut_clipboard, "gtk_editable_cut_clipboard", LIBRARY.GTK);
1076 	Linker.link(gtk_editable_delete_selection, "gtk_editable_delete_selection", LIBRARY.GTK);
1077 	Linker.link(gtk_editable_delete_text, "gtk_editable_delete_text", LIBRARY.GTK);
1078 	Linker.link(gtk_editable_get_chars, "gtk_editable_get_chars", LIBRARY.GTK);
1079 	Linker.link(gtk_editable_get_editable, "gtk_editable_get_editable", LIBRARY.GTK);
1080 	Linker.link(gtk_editable_get_position, "gtk_editable_get_position", LIBRARY.GTK);
1081 	Linker.link(gtk_editable_get_selection_bounds, "gtk_editable_get_selection_bounds", LIBRARY.GTK);
1082 	Linker.link(gtk_editable_insert_text, "gtk_editable_insert_text", LIBRARY.GTK);
1083 	Linker.link(gtk_editable_paste_clipboard, "gtk_editable_paste_clipboard", LIBRARY.GTK);
1084 	Linker.link(gtk_editable_select_region, "gtk_editable_select_region", LIBRARY.GTK);
1085 	Linker.link(gtk_editable_set_editable, "gtk_editable_set_editable", LIBRARY.GTK);
1086 	Linker.link(gtk_editable_set_position, "gtk_editable_set_position", LIBRARY.GTK);
1087 
1088 	// gtk.Entry
1089 
1090 	Linker.link(gtk_entry_get_type, "gtk_entry_get_type", LIBRARY.GTK);
1091 	Linker.link(gtk_entry_new, "gtk_entry_new", LIBRARY.GTK);
1092 	Linker.link(gtk_entry_new_with_buffer, "gtk_entry_new_with_buffer", LIBRARY.GTK);
1093 	Linker.link(gtk_entry_get_activates_default, "gtk_entry_get_activates_default", LIBRARY.GTK);
1094 	Linker.link(gtk_entry_get_alignment, "gtk_entry_get_alignment", LIBRARY.GTK);
1095 	Linker.link(gtk_entry_get_attributes, "gtk_entry_get_attributes", LIBRARY.GTK);
1096 	Linker.link(gtk_entry_get_buffer, "gtk_entry_get_buffer", LIBRARY.GTK);
1097 	Linker.link(gtk_entry_get_completion, "gtk_entry_get_completion", LIBRARY.GTK);
1098 	Linker.link(gtk_entry_get_current_icon_drag_source, "gtk_entry_get_current_icon_drag_source", LIBRARY.GTK);
1099 	Linker.link(gtk_entry_get_cursor_hadjustment, "gtk_entry_get_cursor_hadjustment", LIBRARY.GTK);
1100 	Linker.link(gtk_entry_get_has_frame, "gtk_entry_get_has_frame", LIBRARY.GTK);
1101 	Linker.link(gtk_entry_get_icon_activatable, "gtk_entry_get_icon_activatable", LIBRARY.GTK);
1102 	Linker.link(gtk_entry_get_icon_area, "gtk_entry_get_icon_area", LIBRARY.GTK);
1103 	Linker.link(gtk_entry_get_icon_at_pos, "gtk_entry_get_icon_at_pos", LIBRARY.GTK);
1104 	Linker.link(gtk_entry_get_icon_gicon, "gtk_entry_get_icon_gicon", LIBRARY.GTK);
1105 	Linker.link(gtk_entry_get_icon_name, "gtk_entry_get_icon_name", LIBRARY.GTK);
1106 	Linker.link(gtk_entry_get_icon_pixbuf, "gtk_entry_get_icon_pixbuf", LIBRARY.GTK);
1107 	Linker.link(gtk_entry_get_icon_sensitive, "gtk_entry_get_icon_sensitive", LIBRARY.GTK);
1108 	Linker.link(gtk_entry_get_icon_stock, "gtk_entry_get_icon_stock", LIBRARY.GTK);
1109 	Linker.link(gtk_entry_get_icon_storage_type, "gtk_entry_get_icon_storage_type", LIBRARY.GTK);
1110 	Linker.link(gtk_entry_get_icon_tooltip_markup, "gtk_entry_get_icon_tooltip_markup", LIBRARY.GTK);
1111 	Linker.link(gtk_entry_get_icon_tooltip_text, "gtk_entry_get_icon_tooltip_text", LIBRARY.GTK);
1112 	Linker.link(gtk_entry_get_inner_border, "gtk_entry_get_inner_border", LIBRARY.GTK);
1113 	Linker.link(gtk_entry_get_input_hints, "gtk_entry_get_input_hints", LIBRARY.GTK);
1114 	Linker.link(gtk_entry_get_input_purpose, "gtk_entry_get_input_purpose", LIBRARY.GTK);
1115 	Linker.link(gtk_entry_get_invisible_char, "gtk_entry_get_invisible_char", LIBRARY.GTK);
1116 	Linker.link(gtk_entry_get_layout, "gtk_entry_get_layout", LIBRARY.GTK);
1117 	Linker.link(gtk_entry_get_layout_offsets, "gtk_entry_get_layout_offsets", LIBRARY.GTK);
1118 	Linker.link(gtk_entry_get_max_length, "gtk_entry_get_max_length", LIBRARY.GTK);
1119 	Linker.link(gtk_entry_get_max_width_chars, "gtk_entry_get_max_width_chars", LIBRARY.GTK);
1120 	Linker.link(gtk_entry_get_overwrite_mode, "gtk_entry_get_overwrite_mode", LIBRARY.GTK);
1121 	Linker.link(gtk_entry_get_placeholder_text, "gtk_entry_get_placeholder_text", LIBRARY.GTK);
1122 	Linker.link(gtk_entry_get_progress_fraction, "gtk_entry_get_progress_fraction", LIBRARY.GTK);
1123 	Linker.link(gtk_entry_get_progress_pulse_step, "gtk_entry_get_progress_pulse_step", LIBRARY.GTK);
1124 	Linker.link(gtk_entry_get_tabs, "gtk_entry_get_tabs", LIBRARY.GTK);
1125 	Linker.link(gtk_entry_get_text, "gtk_entry_get_text", LIBRARY.GTK);
1126 	Linker.link(gtk_entry_get_text_area, "gtk_entry_get_text_area", LIBRARY.GTK);
1127 	Linker.link(gtk_entry_get_text_length, "gtk_entry_get_text_length", LIBRARY.GTK);
1128 	Linker.link(gtk_entry_get_visibility, "gtk_entry_get_visibility", LIBRARY.GTK);
1129 	Linker.link(gtk_entry_get_width_chars, "gtk_entry_get_width_chars", LIBRARY.GTK);
1130 	Linker.link(gtk_entry_grab_focus_without_selecting, "gtk_entry_grab_focus_without_selecting", LIBRARY.GTK);
1131 	Linker.link(gtk_entry_im_context_filter_keypress, "gtk_entry_im_context_filter_keypress", LIBRARY.GTK);
1132 	Linker.link(gtk_entry_layout_index_to_text_index, "gtk_entry_layout_index_to_text_index", LIBRARY.GTK);
1133 	Linker.link(gtk_entry_progress_pulse, "gtk_entry_progress_pulse", LIBRARY.GTK);
1134 	Linker.link(gtk_entry_reset_im_context, "gtk_entry_reset_im_context", LIBRARY.GTK);
1135 	Linker.link(gtk_entry_set_activates_default, "gtk_entry_set_activates_default", LIBRARY.GTK);
1136 	Linker.link(gtk_entry_set_alignment, "gtk_entry_set_alignment", LIBRARY.GTK);
1137 	Linker.link(gtk_entry_set_attributes, "gtk_entry_set_attributes", LIBRARY.GTK);
1138 	Linker.link(gtk_entry_set_buffer, "gtk_entry_set_buffer", LIBRARY.GTK);
1139 	Linker.link(gtk_entry_set_completion, "gtk_entry_set_completion", LIBRARY.GTK);
1140 	Linker.link(gtk_entry_set_cursor_hadjustment, "gtk_entry_set_cursor_hadjustment", LIBRARY.GTK);
1141 	Linker.link(gtk_entry_set_has_frame, "gtk_entry_set_has_frame", LIBRARY.GTK);
1142 	Linker.link(gtk_entry_set_icon_activatable, "gtk_entry_set_icon_activatable", LIBRARY.GTK);
1143 	Linker.link(gtk_entry_set_icon_drag_source, "gtk_entry_set_icon_drag_source", LIBRARY.GTK);
1144 	Linker.link(gtk_entry_set_icon_from_gicon, "gtk_entry_set_icon_from_gicon", LIBRARY.GTK);
1145 	Linker.link(gtk_entry_set_icon_from_icon_name, "gtk_entry_set_icon_from_icon_name", LIBRARY.GTK);
1146 	Linker.link(gtk_entry_set_icon_from_pixbuf, "gtk_entry_set_icon_from_pixbuf", LIBRARY.GTK);
1147 	Linker.link(gtk_entry_set_icon_from_stock, "gtk_entry_set_icon_from_stock", LIBRARY.GTK);
1148 	Linker.link(gtk_entry_set_icon_sensitive, "gtk_entry_set_icon_sensitive", LIBRARY.GTK);
1149 	Linker.link(gtk_entry_set_icon_tooltip_markup, "gtk_entry_set_icon_tooltip_markup", LIBRARY.GTK);
1150 	Linker.link(gtk_entry_set_icon_tooltip_text, "gtk_entry_set_icon_tooltip_text", LIBRARY.GTK);
1151 	Linker.link(gtk_entry_set_inner_border, "gtk_entry_set_inner_border", LIBRARY.GTK);
1152 	Linker.link(gtk_entry_set_input_hints, "gtk_entry_set_input_hints", LIBRARY.GTK);
1153 	Linker.link(gtk_entry_set_input_purpose, "gtk_entry_set_input_purpose", LIBRARY.GTK);
1154 	Linker.link(gtk_entry_set_invisible_char, "gtk_entry_set_invisible_char", LIBRARY.GTK);
1155 	Linker.link(gtk_entry_set_max_length, "gtk_entry_set_max_length", LIBRARY.GTK);
1156 	Linker.link(gtk_entry_set_max_width_chars, "gtk_entry_set_max_width_chars", LIBRARY.GTK);
1157 	Linker.link(gtk_entry_set_overwrite_mode, "gtk_entry_set_overwrite_mode", LIBRARY.GTK);
1158 	Linker.link(gtk_entry_set_placeholder_text, "gtk_entry_set_placeholder_text", LIBRARY.GTK);
1159 	Linker.link(gtk_entry_set_progress_fraction, "gtk_entry_set_progress_fraction", LIBRARY.GTK);
1160 	Linker.link(gtk_entry_set_progress_pulse_step, "gtk_entry_set_progress_pulse_step", LIBRARY.GTK);
1161 	Linker.link(gtk_entry_set_tabs, "gtk_entry_set_tabs", LIBRARY.GTK);
1162 	Linker.link(gtk_entry_set_text, "gtk_entry_set_text", LIBRARY.GTK);
1163 	Linker.link(gtk_entry_set_visibility, "gtk_entry_set_visibility", LIBRARY.GTK);
1164 	Linker.link(gtk_entry_set_width_chars, "gtk_entry_set_width_chars", LIBRARY.GTK);
1165 	Linker.link(gtk_entry_text_index_to_layout_index, "gtk_entry_text_index_to_layout_index", LIBRARY.GTK);
1166 	Linker.link(gtk_entry_unset_invisible_char, "gtk_entry_unset_invisible_char", LIBRARY.GTK);
1167 
1168 	// gtk.EntryAccessible
1169 
1170 	Linker.link(gtk_entry_accessible_get_type, "gtk_entry_accessible_get_type", LIBRARY.GTK);
1171 
1172 	// gtk.EntryBuffer
1173 
1174 	Linker.link(gtk_entry_buffer_get_type, "gtk_entry_buffer_get_type", LIBRARY.GTK);
1175 	Linker.link(gtk_entry_buffer_new, "gtk_entry_buffer_new", LIBRARY.GTK);
1176 	Linker.link(gtk_entry_buffer_delete_text, "gtk_entry_buffer_delete_text", LIBRARY.GTK);
1177 	Linker.link(gtk_entry_buffer_emit_deleted_text, "gtk_entry_buffer_emit_deleted_text", LIBRARY.GTK);
1178 	Linker.link(gtk_entry_buffer_emit_inserted_text, "gtk_entry_buffer_emit_inserted_text", LIBRARY.GTK);
1179 	Linker.link(gtk_entry_buffer_get_bytes, "gtk_entry_buffer_get_bytes", LIBRARY.GTK);
1180 	Linker.link(gtk_entry_buffer_get_length, "gtk_entry_buffer_get_length", LIBRARY.GTK);
1181 	Linker.link(gtk_entry_buffer_get_max_length, "gtk_entry_buffer_get_max_length", LIBRARY.GTK);
1182 	Linker.link(gtk_entry_buffer_get_text, "gtk_entry_buffer_get_text", LIBRARY.GTK);
1183 	Linker.link(gtk_entry_buffer_insert_text, "gtk_entry_buffer_insert_text", LIBRARY.GTK);
1184 	Linker.link(gtk_entry_buffer_set_max_length, "gtk_entry_buffer_set_max_length", LIBRARY.GTK);
1185 	Linker.link(gtk_entry_buffer_set_text, "gtk_entry_buffer_set_text", LIBRARY.GTK);
1186 
1187 	// gtk.EntryCompletion
1188 
1189 	Linker.link(gtk_entry_completion_get_type, "gtk_entry_completion_get_type", LIBRARY.GTK);
1190 	Linker.link(gtk_entry_completion_new, "gtk_entry_completion_new", LIBRARY.GTK);
1191 	Linker.link(gtk_entry_completion_new_with_area, "gtk_entry_completion_new_with_area", LIBRARY.GTK);
1192 	Linker.link(gtk_entry_completion_complete, "gtk_entry_completion_complete", LIBRARY.GTK);
1193 	Linker.link(gtk_entry_completion_compute_prefix, "gtk_entry_completion_compute_prefix", LIBRARY.GTK);
1194 	Linker.link(gtk_entry_completion_delete_action, "gtk_entry_completion_delete_action", LIBRARY.GTK);
1195 	Linker.link(gtk_entry_completion_get_completion_prefix, "gtk_entry_completion_get_completion_prefix", LIBRARY.GTK);
1196 	Linker.link(gtk_entry_completion_get_entry, "gtk_entry_completion_get_entry", LIBRARY.GTK);
1197 	Linker.link(gtk_entry_completion_get_inline_completion, "gtk_entry_completion_get_inline_completion", LIBRARY.GTK);
1198 	Linker.link(gtk_entry_completion_get_inline_selection, "gtk_entry_completion_get_inline_selection", LIBRARY.GTK);
1199 	Linker.link(gtk_entry_completion_get_minimum_key_length, "gtk_entry_completion_get_minimum_key_length", LIBRARY.GTK);
1200 	Linker.link(gtk_entry_completion_get_model, "gtk_entry_completion_get_model", LIBRARY.GTK);
1201 	Linker.link(gtk_entry_completion_get_popup_completion, "gtk_entry_completion_get_popup_completion", LIBRARY.GTK);
1202 	Linker.link(gtk_entry_completion_get_popup_set_width, "gtk_entry_completion_get_popup_set_width", LIBRARY.GTK);
1203 	Linker.link(gtk_entry_completion_get_popup_single_match, "gtk_entry_completion_get_popup_single_match", LIBRARY.GTK);
1204 	Linker.link(gtk_entry_completion_get_text_column, "gtk_entry_completion_get_text_column", LIBRARY.GTK);
1205 	Linker.link(gtk_entry_completion_insert_action_markup, "gtk_entry_completion_insert_action_markup", LIBRARY.GTK);
1206 	Linker.link(gtk_entry_completion_insert_action_text, "gtk_entry_completion_insert_action_text", LIBRARY.GTK);
1207 	Linker.link(gtk_entry_completion_insert_prefix, "gtk_entry_completion_insert_prefix", LIBRARY.GTK);
1208 	Linker.link(gtk_entry_completion_set_inline_completion, "gtk_entry_completion_set_inline_completion", LIBRARY.GTK);
1209 	Linker.link(gtk_entry_completion_set_inline_selection, "gtk_entry_completion_set_inline_selection", LIBRARY.GTK);
1210 	Linker.link(gtk_entry_completion_set_match_func, "gtk_entry_completion_set_match_func", LIBRARY.GTK);
1211 	Linker.link(gtk_entry_completion_set_minimum_key_length, "gtk_entry_completion_set_minimum_key_length", LIBRARY.GTK);
1212 	Linker.link(gtk_entry_completion_set_model, "gtk_entry_completion_set_model", LIBRARY.GTK);
1213 	Linker.link(gtk_entry_completion_set_popup_completion, "gtk_entry_completion_set_popup_completion", LIBRARY.GTK);
1214 	Linker.link(gtk_entry_completion_set_popup_set_width, "gtk_entry_completion_set_popup_set_width", LIBRARY.GTK);
1215 	Linker.link(gtk_entry_completion_set_popup_single_match, "gtk_entry_completion_set_popup_single_match", LIBRARY.GTK);
1216 	Linker.link(gtk_entry_completion_set_text_column, "gtk_entry_completion_set_text_column", LIBRARY.GTK);
1217 
1218 	// gtk.EntryIconAccessible
1219 
1220 	Linker.link(gtk_entry_icon_accessible_get_type, "gtk_entry_icon_accessible_get_type", LIBRARY.GTK);
1221 
1222 	// gtk.EventBox
1223 
1224 	Linker.link(gtk_event_box_get_type, "gtk_event_box_get_type", LIBRARY.GTK);
1225 	Linker.link(gtk_event_box_new, "gtk_event_box_new", LIBRARY.GTK);
1226 	Linker.link(gtk_event_box_get_above_child, "gtk_event_box_get_above_child", LIBRARY.GTK);
1227 	Linker.link(gtk_event_box_get_visible_window, "gtk_event_box_get_visible_window", LIBRARY.GTK);
1228 	Linker.link(gtk_event_box_set_above_child, "gtk_event_box_set_above_child", LIBRARY.GTK);
1229 	Linker.link(gtk_event_box_set_visible_window, "gtk_event_box_set_visible_window", LIBRARY.GTK);
1230 
1231 	// gtk.EventController
1232 
1233 	Linker.link(gtk_event_controller_get_type, "gtk_event_controller_get_type", LIBRARY.GTK);
1234 	Linker.link(gtk_event_controller_get_propagation_phase, "gtk_event_controller_get_propagation_phase", LIBRARY.GTK);
1235 	Linker.link(gtk_event_controller_get_widget, "gtk_event_controller_get_widget", LIBRARY.GTK);
1236 	Linker.link(gtk_event_controller_handle_event, "gtk_event_controller_handle_event", LIBRARY.GTK);
1237 	Linker.link(gtk_event_controller_reset, "gtk_event_controller_reset", LIBRARY.GTK);
1238 	Linker.link(gtk_event_controller_set_propagation_phase, "gtk_event_controller_set_propagation_phase", LIBRARY.GTK);
1239 
1240 	// gtk.Expander
1241 
1242 	Linker.link(gtk_expander_get_type, "gtk_expander_get_type", LIBRARY.GTK);
1243 	Linker.link(gtk_expander_new, "gtk_expander_new", LIBRARY.GTK);
1244 	Linker.link(gtk_expander_new_with_mnemonic, "gtk_expander_new_with_mnemonic", LIBRARY.GTK);
1245 	Linker.link(gtk_expander_get_expanded, "gtk_expander_get_expanded", LIBRARY.GTK);
1246 	Linker.link(gtk_expander_get_label, "gtk_expander_get_label", LIBRARY.GTK);
1247 	Linker.link(gtk_expander_get_label_fill, "gtk_expander_get_label_fill", LIBRARY.GTK);
1248 	Linker.link(gtk_expander_get_label_widget, "gtk_expander_get_label_widget", LIBRARY.GTK);
1249 	Linker.link(gtk_expander_get_resize_toplevel, "gtk_expander_get_resize_toplevel", LIBRARY.GTK);
1250 	Linker.link(gtk_expander_get_spacing, "gtk_expander_get_spacing", LIBRARY.GTK);
1251 	Linker.link(gtk_expander_get_use_markup, "gtk_expander_get_use_markup", LIBRARY.GTK);
1252 	Linker.link(gtk_expander_get_use_underline, "gtk_expander_get_use_underline", LIBRARY.GTK);
1253 	Linker.link(gtk_expander_set_expanded, "gtk_expander_set_expanded", LIBRARY.GTK);
1254 	Linker.link(gtk_expander_set_label, "gtk_expander_set_label", LIBRARY.GTK);
1255 	Linker.link(gtk_expander_set_label_fill, "gtk_expander_set_label_fill", LIBRARY.GTK);
1256 	Linker.link(gtk_expander_set_label_widget, "gtk_expander_set_label_widget", LIBRARY.GTK);
1257 	Linker.link(gtk_expander_set_resize_toplevel, "gtk_expander_set_resize_toplevel", LIBRARY.GTK);
1258 	Linker.link(gtk_expander_set_spacing, "gtk_expander_set_spacing", LIBRARY.GTK);
1259 	Linker.link(gtk_expander_set_use_markup, "gtk_expander_set_use_markup", LIBRARY.GTK);
1260 	Linker.link(gtk_expander_set_use_underline, "gtk_expander_set_use_underline", LIBRARY.GTK);
1261 
1262 	// gtk.ExpanderAccessible
1263 
1264 	Linker.link(gtk_expander_accessible_get_type, "gtk_expander_accessible_get_type", LIBRARY.GTK);
1265 
1266 	// gtk.FileChooser
1267 
1268 	Linker.link(gtk_file_chooser_get_type, "gtk_file_chooser_get_type", LIBRARY.GTK);
1269 	Linker.link(gtk_file_chooser_add_filter, "gtk_file_chooser_add_filter", LIBRARY.GTK);
1270 	Linker.link(gtk_file_chooser_add_shortcut_folder, "gtk_file_chooser_add_shortcut_folder", LIBRARY.GTK);
1271 	Linker.link(gtk_file_chooser_add_shortcut_folder_uri, "gtk_file_chooser_add_shortcut_folder_uri", LIBRARY.GTK);
1272 	Linker.link(gtk_file_chooser_get_action, "gtk_file_chooser_get_action", LIBRARY.GTK);
1273 	Linker.link(gtk_file_chooser_get_create_folders, "gtk_file_chooser_get_create_folders", LIBRARY.GTK);
1274 	Linker.link(gtk_file_chooser_get_current_folder, "gtk_file_chooser_get_current_folder", LIBRARY.GTK);
1275 	Linker.link(gtk_file_chooser_get_current_folder_file, "gtk_file_chooser_get_current_folder_file", LIBRARY.GTK);
1276 	Linker.link(gtk_file_chooser_get_current_folder_uri, "gtk_file_chooser_get_current_folder_uri", LIBRARY.GTK);
1277 	Linker.link(gtk_file_chooser_get_current_name, "gtk_file_chooser_get_current_name", LIBRARY.GTK);
1278 	Linker.link(gtk_file_chooser_get_do_overwrite_confirmation, "gtk_file_chooser_get_do_overwrite_confirmation", LIBRARY.GTK);
1279 	Linker.link(gtk_file_chooser_get_extra_widget, "gtk_file_chooser_get_extra_widget", LIBRARY.GTK);
1280 	Linker.link(gtk_file_chooser_get_file, "gtk_file_chooser_get_file", LIBRARY.GTK);
1281 	Linker.link(gtk_file_chooser_get_filename, "gtk_file_chooser_get_filename", LIBRARY.GTK);
1282 	Linker.link(gtk_file_chooser_get_filenames, "gtk_file_chooser_get_filenames", LIBRARY.GTK);
1283 	Linker.link(gtk_file_chooser_get_files, "gtk_file_chooser_get_files", LIBRARY.GTK);
1284 	Linker.link(gtk_file_chooser_get_filter, "gtk_file_chooser_get_filter", LIBRARY.GTK);
1285 	Linker.link(gtk_file_chooser_get_local_only, "gtk_file_chooser_get_local_only", LIBRARY.GTK);
1286 	Linker.link(gtk_file_chooser_get_preview_file, "gtk_file_chooser_get_preview_file", LIBRARY.GTK);
1287 	Linker.link(gtk_file_chooser_get_preview_filename, "gtk_file_chooser_get_preview_filename", LIBRARY.GTK);
1288 	Linker.link(gtk_file_chooser_get_preview_uri, "gtk_file_chooser_get_preview_uri", LIBRARY.GTK);
1289 	Linker.link(gtk_file_chooser_get_preview_widget, "gtk_file_chooser_get_preview_widget", LIBRARY.GTK);
1290 	Linker.link(gtk_file_chooser_get_preview_widget_active, "gtk_file_chooser_get_preview_widget_active", LIBRARY.GTK);
1291 	Linker.link(gtk_file_chooser_get_select_multiple, "gtk_file_chooser_get_select_multiple", LIBRARY.GTK);
1292 	Linker.link(gtk_file_chooser_get_show_hidden, "gtk_file_chooser_get_show_hidden", LIBRARY.GTK);
1293 	Linker.link(gtk_file_chooser_get_uri, "gtk_file_chooser_get_uri", LIBRARY.GTK);
1294 	Linker.link(gtk_file_chooser_get_uris, "gtk_file_chooser_get_uris", LIBRARY.GTK);
1295 	Linker.link(gtk_file_chooser_get_use_preview_label, "gtk_file_chooser_get_use_preview_label", LIBRARY.GTK);
1296 	Linker.link(gtk_file_chooser_list_filters, "gtk_file_chooser_list_filters", LIBRARY.GTK);
1297 	Linker.link(gtk_file_chooser_list_shortcut_folder_uris, "gtk_file_chooser_list_shortcut_folder_uris", LIBRARY.GTK);
1298 	Linker.link(gtk_file_chooser_list_shortcut_folders, "gtk_file_chooser_list_shortcut_folders", LIBRARY.GTK);
1299 	Linker.link(gtk_file_chooser_remove_filter, "gtk_file_chooser_remove_filter", LIBRARY.GTK);
1300 	Linker.link(gtk_file_chooser_remove_shortcut_folder, "gtk_file_chooser_remove_shortcut_folder", LIBRARY.GTK);
1301 	Linker.link(gtk_file_chooser_remove_shortcut_folder_uri, "gtk_file_chooser_remove_shortcut_folder_uri", LIBRARY.GTK);
1302 	Linker.link(gtk_file_chooser_select_all, "gtk_file_chooser_select_all", LIBRARY.GTK);
1303 	Linker.link(gtk_file_chooser_select_file, "gtk_file_chooser_select_file", LIBRARY.GTK);
1304 	Linker.link(gtk_file_chooser_select_filename, "gtk_file_chooser_select_filename", LIBRARY.GTK);
1305 	Linker.link(gtk_file_chooser_select_uri, "gtk_file_chooser_select_uri", LIBRARY.GTK);
1306 	Linker.link(gtk_file_chooser_set_action, "gtk_file_chooser_set_action", LIBRARY.GTK);
1307 	Linker.link(gtk_file_chooser_set_create_folders, "gtk_file_chooser_set_create_folders", LIBRARY.GTK);
1308 	Linker.link(gtk_file_chooser_set_current_folder, "gtk_file_chooser_set_current_folder", LIBRARY.GTK);
1309 	Linker.link(gtk_file_chooser_set_current_folder_file, "gtk_file_chooser_set_current_folder_file", LIBRARY.GTK);
1310 	Linker.link(gtk_file_chooser_set_current_folder_uri, "gtk_file_chooser_set_current_folder_uri", LIBRARY.GTK);
1311 	Linker.link(gtk_file_chooser_set_current_name, "gtk_file_chooser_set_current_name", LIBRARY.GTK);
1312 	Linker.link(gtk_file_chooser_set_do_overwrite_confirmation, "gtk_file_chooser_set_do_overwrite_confirmation", LIBRARY.GTK);
1313 	Linker.link(gtk_file_chooser_set_extra_widget, "gtk_file_chooser_set_extra_widget", LIBRARY.GTK);
1314 	Linker.link(gtk_file_chooser_set_file, "gtk_file_chooser_set_file", LIBRARY.GTK);
1315 	Linker.link(gtk_file_chooser_set_filename, "gtk_file_chooser_set_filename", LIBRARY.GTK);
1316 	Linker.link(gtk_file_chooser_set_filter, "gtk_file_chooser_set_filter", LIBRARY.GTK);
1317 	Linker.link(gtk_file_chooser_set_local_only, "gtk_file_chooser_set_local_only", LIBRARY.GTK);
1318 	Linker.link(gtk_file_chooser_set_preview_widget, "gtk_file_chooser_set_preview_widget", LIBRARY.GTK);
1319 	Linker.link(gtk_file_chooser_set_preview_widget_active, "gtk_file_chooser_set_preview_widget_active", LIBRARY.GTK);
1320 	Linker.link(gtk_file_chooser_set_select_multiple, "gtk_file_chooser_set_select_multiple", LIBRARY.GTK);
1321 	Linker.link(gtk_file_chooser_set_show_hidden, "gtk_file_chooser_set_show_hidden", LIBRARY.GTK);
1322 	Linker.link(gtk_file_chooser_set_uri, "gtk_file_chooser_set_uri", LIBRARY.GTK);
1323 	Linker.link(gtk_file_chooser_set_use_preview_label, "gtk_file_chooser_set_use_preview_label", LIBRARY.GTK);
1324 	Linker.link(gtk_file_chooser_unselect_all, "gtk_file_chooser_unselect_all", LIBRARY.GTK);
1325 	Linker.link(gtk_file_chooser_unselect_file, "gtk_file_chooser_unselect_file", LIBRARY.GTK);
1326 	Linker.link(gtk_file_chooser_unselect_filename, "gtk_file_chooser_unselect_filename", LIBRARY.GTK);
1327 	Linker.link(gtk_file_chooser_unselect_uri, "gtk_file_chooser_unselect_uri", LIBRARY.GTK);
1328 
1329 	// gtk.FileChooserButton
1330 
1331 	Linker.link(gtk_file_chooser_button_get_type, "gtk_file_chooser_button_get_type", LIBRARY.GTK);
1332 	Linker.link(gtk_file_chooser_button_new, "gtk_file_chooser_button_new", LIBRARY.GTK);
1333 	Linker.link(gtk_file_chooser_button_new_with_dialog, "gtk_file_chooser_button_new_with_dialog", LIBRARY.GTK);
1334 	Linker.link(gtk_file_chooser_button_get_focus_on_click, "gtk_file_chooser_button_get_focus_on_click", LIBRARY.GTK);
1335 	Linker.link(gtk_file_chooser_button_get_title, "gtk_file_chooser_button_get_title", LIBRARY.GTK);
1336 	Linker.link(gtk_file_chooser_button_get_width_chars, "gtk_file_chooser_button_get_width_chars", LIBRARY.GTK);
1337 	Linker.link(gtk_file_chooser_button_set_focus_on_click, "gtk_file_chooser_button_set_focus_on_click", LIBRARY.GTK);
1338 	Linker.link(gtk_file_chooser_button_set_title, "gtk_file_chooser_button_set_title", LIBRARY.GTK);
1339 	Linker.link(gtk_file_chooser_button_set_width_chars, "gtk_file_chooser_button_set_width_chars", LIBRARY.GTK);
1340 
1341 	// gtk.FileChooserDialog
1342 
1343 	Linker.link(gtk_file_chooser_dialog_get_type, "gtk_file_chooser_dialog_get_type", LIBRARY.GTK);
1344 	Linker.link(gtk_file_chooser_dialog_new, "gtk_file_chooser_dialog_new", LIBRARY.GTK);
1345 
1346 	// gtk.FileChooserNative
1347 
1348 	Linker.link(gtk_file_chooser_native_get_type, "gtk_file_chooser_native_get_type", LIBRARY.GTK);
1349 	Linker.link(gtk_file_chooser_native_new, "gtk_file_chooser_native_new", LIBRARY.GTK);
1350 	Linker.link(gtk_file_chooser_native_get_accept_label, "gtk_file_chooser_native_get_accept_label", LIBRARY.GTK);
1351 	Linker.link(gtk_file_chooser_native_get_cancel_label, "gtk_file_chooser_native_get_cancel_label", LIBRARY.GTK);
1352 	Linker.link(gtk_file_chooser_native_set_accept_label, "gtk_file_chooser_native_set_accept_label", LIBRARY.GTK);
1353 	Linker.link(gtk_file_chooser_native_set_cancel_label, "gtk_file_chooser_native_set_cancel_label", LIBRARY.GTK);
1354 
1355 	// gtk.FileChooserWidget
1356 
1357 	Linker.link(gtk_file_chooser_widget_get_type, "gtk_file_chooser_widget_get_type", LIBRARY.GTK);
1358 	Linker.link(gtk_file_chooser_widget_new, "gtk_file_chooser_widget_new", LIBRARY.GTK);
1359 
1360 	// gtk.FileFilter
1361 
1362 	Linker.link(gtk_file_filter_get_type, "gtk_file_filter_get_type", LIBRARY.GTK);
1363 	Linker.link(gtk_file_filter_new, "gtk_file_filter_new", LIBRARY.GTK);
1364 	Linker.link(gtk_file_filter_add_custom, "gtk_file_filter_add_custom", LIBRARY.GTK);
1365 	Linker.link(gtk_file_filter_add_mime_type, "gtk_file_filter_add_mime_type", LIBRARY.GTK);
1366 	Linker.link(gtk_file_filter_add_pattern, "gtk_file_filter_add_pattern", LIBRARY.GTK);
1367 	Linker.link(gtk_file_filter_add_pixbuf_formats, "gtk_file_filter_add_pixbuf_formats", LIBRARY.GTK);
1368 	Linker.link(gtk_file_filter_filter, "gtk_file_filter_filter", LIBRARY.GTK);
1369 	Linker.link(gtk_file_filter_get_name, "gtk_file_filter_get_name", LIBRARY.GTK);
1370 	Linker.link(gtk_file_filter_get_needed, "gtk_file_filter_get_needed", LIBRARY.GTK);
1371 	Linker.link(gtk_file_filter_set_name, "gtk_file_filter_set_name", LIBRARY.GTK);
1372 
1373 	// gtk.Fixed
1374 
1375 	Linker.link(gtk_fixed_get_type, "gtk_fixed_get_type", LIBRARY.GTK);
1376 	Linker.link(gtk_fixed_new, "gtk_fixed_new", LIBRARY.GTK);
1377 	Linker.link(gtk_fixed_move, "gtk_fixed_move", LIBRARY.GTK);
1378 	Linker.link(gtk_fixed_put, "gtk_fixed_put", LIBRARY.GTK);
1379 
1380 	// gtk.FlowBox
1381 
1382 	Linker.link(gtk_flow_box_get_type, "gtk_flow_box_get_type", LIBRARY.GTK);
1383 	Linker.link(gtk_flow_box_new, "gtk_flow_box_new", LIBRARY.GTK);
1384 	Linker.link(gtk_flow_box_bind_model, "gtk_flow_box_bind_model", LIBRARY.GTK);
1385 	Linker.link(gtk_flow_box_get_activate_on_single_click, "gtk_flow_box_get_activate_on_single_click", LIBRARY.GTK);
1386 	Linker.link(gtk_flow_box_get_child_at_index, "gtk_flow_box_get_child_at_index", LIBRARY.GTK);
1387 	Linker.link(gtk_flow_box_get_column_spacing, "gtk_flow_box_get_column_spacing", LIBRARY.GTK);
1388 	Linker.link(gtk_flow_box_get_homogeneous, "gtk_flow_box_get_homogeneous", LIBRARY.GTK);
1389 	Linker.link(gtk_flow_box_get_max_children_per_line, "gtk_flow_box_get_max_children_per_line", LIBRARY.GTK);
1390 	Linker.link(gtk_flow_box_get_min_children_per_line, "gtk_flow_box_get_min_children_per_line", LIBRARY.GTK);
1391 	Linker.link(gtk_flow_box_get_row_spacing, "gtk_flow_box_get_row_spacing", LIBRARY.GTK);
1392 	Linker.link(gtk_flow_box_get_selected_children, "gtk_flow_box_get_selected_children", LIBRARY.GTK);
1393 	Linker.link(gtk_flow_box_get_selection_mode, "gtk_flow_box_get_selection_mode", LIBRARY.GTK);
1394 	Linker.link(gtk_flow_box_insert, "gtk_flow_box_insert", LIBRARY.GTK);
1395 	Linker.link(gtk_flow_box_invalidate_filter, "gtk_flow_box_invalidate_filter", LIBRARY.GTK);
1396 	Linker.link(gtk_flow_box_invalidate_sort, "gtk_flow_box_invalidate_sort", LIBRARY.GTK);
1397 	Linker.link(gtk_flow_box_select_all, "gtk_flow_box_select_all", LIBRARY.GTK);
1398 	Linker.link(gtk_flow_box_select_child, "gtk_flow_box_select_child", LIBRARY.GTK);
1399 	Linker.link(gtk_flow_box_selected_foreach, "gtk_flow_box_selected_foreach", LIBRARY.GTK);
1400 	Linker.link(gtk_flow_box_set_activate_on_single_click, "gtk_flow_box_set_activate_on_single_click", LIBRARY.GTK);
1401 	Linker.link(gtk_flow_box_set_column_spacing, "gtk_flow_box_set_column_spacing", LIBRARY.GTK);
1402 	Linker.link(gtk_flow_box_set_filter_func, "gtk_flow_box_set_filter_func", LIBRARY.GTK);
1403 	Linker.link(gtk_flow_box_set_hadjustment, "gtk_flow_box_set_hadjustment", LIBRARY.GTK);
1404 	Linker.link(gtk_flow_box_set_homogeneous, "gtk_flow_box_set_homogeneous", LIBRARY.GTK);
1405 	Linker.link(gtk_flow_box_set_max_children_per_line, "gtk_flow_box_set_max_children_per_line", LIBRARY.GTK);
1406 	Linker.link(gtk_flow_box_set_min_children_per_line, "gtk_flow_box_set_min_children_per_line", LIBRARY.GTK);
1407 	Linker.link(gtk_flow_box_set_row_spacing, "gtk_flow_box_set_row_spacing", LIBRARY.GTK);
1408 	Linker.link(gtk_flow_box_set_selection_mode, "gtk_flow_box_set_selection_mode", LIBRARY.GTK);
1409 	Linker.link(gtk_flow_box_set_sort_func, "gtk_flow_box_set_sort_func", LIBRARY.GTK);
1410 	Linker.link(gtk_flow_box_set_vadjustment, "gtk_flow_box_set_vadjustment", LIBRARY.GTK);
1411 	Linker.link(gtk_flow_box_unselect_all, "gtk_flow_box_unselect_all", LIBRARY.GTK);
1412 	Linker.link(gtk_flow_box_unselect_child, "gtk_flow_box_unselect_child", LIBRARY.GTK);
1413 
1414 	// gtk.FlowBoxAccessible
1415 
1416 	Linker.link(gtk_flow_box_accessible_get_type, "gtk_flow_box_accessible_get_type", LIBRARY.GTK);
1417 
1418 	// gtk.FlowBoxChild
1419 
1420 	Linker.link(gtk_flow_box_child_get_type, "gtk_flow_box_child_get_type", LIBRARY.GTK);
1421 	Linker.link(gtk_flow_box_child_new, "gtk_flow_box_child_new", LIBRARY.GTK);
1422 	Linker.link(gtk_flow_box_child_changed, "gtk_flow_box_child_changed", LIBRARY.GTK);
1423 	Linker.link(gtk_flow_box_child_get_index, "gtk_flow_box_child_get_index", LIBRARY.GTK);
1424 	Linker.link(gtk_flow_box_child_is_selected, "gtk_flow_box_child_is_selected", LIBRARY.GTK);
1425 
1426 	// gtk.FlowBoxChildAccessible
1427 
1428 	Linker.link(gtk_flow_box_child_accessible_get_type, "gtk_flow_box_child_accessible_get_type", LIBRARY.GTK);
1429 
1430 	// gtk.FontButton
1431 
1432 	Linker.link(gtk_font_button_get_type, "gtk_font_button_get_type", LIBRARY.GTK);
1433 	Linker.link(gtk_font_button_new, "gtk_font_button_new", LIBRARY.GTK);
1434 	Linker.link(gtk_font_button_new_with_font, "gtk_font_button_new_with_font", LIBRARY.GTK);
1435 	Linker.link(gtk_font_button_get_font_name, "gtk_font_button_get_font_name", LIBRARY.GTK);
1436 	Linker.link(gtk_font_button_get_show_size, "gtk_font_button_get_show_size", LIBRARY.GTK);
1437 	Linker.link(gtk_font_button_get_show_style, "gtk_font_button_get_show_style", LIBRARY.GTK);
1438 	Linker.link(gtk_font_button_get_title, "gtk_font_button_get_title", LIBRARY.GTK);
1439 	Linker.link(gtk_font_button_get_use_font, "gtk_font_button_get_use_font", LIBRARY.GTK);
1440 	Linker.link(gtk_font_button_get_use_size, "gtk_font_button_get_use_size", LIBRARY.GTK);
1441 	Linker.link(gtk_font_button_set_font_name, "gtk_font_button_set_font_name", LIBRARY.GTK);
1442 	Linker.link(gtk_font_button_set_show_size, "gtk_font_button_set_show_size", LIBRARY.GTK);
1443 	Linker.link(gtk_font_button_set_show_style, "gtk_font_button_set_show_style", LIBRARY.GTK);
1444 	Linker.link(gtk_font_button_set_title, "gtk_font_button_set_title", LIBRARY.GTK);
1445 	Linker.link(gtk_font_button_set_use_font, "gtk_font_button_set_use_font", LIBRARY.GTK);
1446 	Linker.link(gtk_font_button_set_use_size, "gtk_font_button_set_use_size", LIBRARY.GTK);
1447 
1448 	// gtk.FontChooser
1449 
1450 	Linker.link(gtk_font_chooser_get_type, "gtk_font_chooser_get_type", LIBRARY.GTK);
1451 	Linker.link(gtk_font_chooser_get_font, "gtk_font_chooser_get_font", LIBRARY.GTK);
1452 	Linker.link(gtk_font_chooser_get_font_desc, "gtk_font_chooser_get_font_desc", LIBRARY.GTK);
1453 	Linker.link(gtk_font_chooser_get_font_face, "gtk_font_chooser_get_font_face", LIBRARY.GTK);
1454 	Linker.link(gtk_font_chooser_get_font_family, "gtk_font_chooser_get_font_family", LIBRARY.GTK);
1455 	Linker.link(gtk_font_chooser_get_font_map, "gtk_font_chooser_get_font_map", LIBRARY.GTK);
1456 	Linker.link(gtk_font_chooser_get_font_size, "gtk_font_chooser_get_font_size", LIBRARY.GTK);
1457 	Linker.link(gtk_font_chooser_get_preview_text, "gtk_font_chooser_get_preview_text", LIBRARY.GTK);
1458 	Linker.link(gtk_font_chooser_get_show_preview_entry, "gtk_font_chooser_get_show_preview_entry", LIBRARY.GTK);
1459 	Linker.link(gtk_font_chooser_set_filter_func, "gtk_font_chooser_set_filter_func", LIBRARY.GTK);
1460 	Linker.link(gtk_font_chooser_set_font, "gtk_font_chooser_set_font", LIBRARY.GTK);
1461 	Linker.link(gtk_font_chooser_set_font_desc, "gtk_font_chooser_set_font_desc", LIBRARY.GTK);
1462 	Linker.link(gtk_font_chooser_set_font_map, "gtk_font_chooser_set_font_map", LIBRARY.GTK);
1463 	Linker.link(gtk_font_chooser_set_preview_text, "gtk_font_chooser_set_preview_text", LIBRARY.GTK);
1464 	Linker.link(gtk_font_chooser_set_show_preview_entry, "gtk_font_chooser_set_show_preview_entry", LIBRARY.GTK);
1465 
1466 	// gtk.FontChooserDialog
1467 
1468 	Linker.link(gtk_font_chooser_dialog_get_type, "gtk_font_chooser_dialog_get_type", LIBRARY.GTK);
1469 	Linker.link(gtk_font_chooser_dialog_new, "gtk_font_chooser_dialog_new", LIBRARY.GTK);
1470 
1471 	// gtk.FontChooserWidget
1472 
1473 	Linker.link(gtk_font_chooser_widget_get_type, "gtk_font_chooser_widget_get_type", LIBRARY.GTK);
1474 	Linker.link(gtk_font_chooser_widget_new, "gtk_font_chooser_widget_new", LIBRARY.GTK);
1475 
1476 	// gtk.FontSelection
1477 
1478 	Linker.link(gtk_font_selection_get_type, "gtk_font_selection_get_type", LIBRARY.GTK);
1479 	Linker.link(gtk_font_selection_new, "gtk_font_selection_new", LIBRARY.GTK);
1480 	Linker.link(gtk_font_selection_get_face, "gtk_font_selection_get_face", LIBRARY.GTK);
1481 	Linker.link(gtk_font_selection_get_face_list, "gtk_font_selection_get_face_list", LIBRARY.GTK);
1482 	Linker.link(gtk_font_selection_get_family, "gtk_font_selection_get_family", LIBRARY.GTK);
1483 	Linker.link(gtk_font_selection_get_family_list, "gtk_font_selection_get_family_list", LIBRARY.GTK);
1484 	Linker.link(gtk_font_selection_get_font_name, "gtk_font_selection_get_font_name", LIBRARY.GTK);
1485 	Linker.link(gtk_font_selection_get_preview_entry, "gtk_font_selection_get_preview_entry", LIBRARY.GTK);
1486 	Linker.link(gtk_font_selection_get_preview_text, "gtk_font_selection_get_preview_text", LIBRARY.GTK);
1487 	Linker.link(gtk_font_selection_get_size, "gtk_font_selection_get_size", LIBRARY.GTK);
1488 	Linker.link(gtk_font_selection_get_size_entry, "gtk_font_selection_get_size_entry", LIBRARY.GTK);
1489 	Linker.link(gtk_font_selection_get_size_list, "gtk_font_selection_get_size_list", LIBRARY.GTK);
1490 	Linker.link(gtk_font_selection_set_font_name, "gtk_font_selection_set_font_name", LIBRARY.GTK);
1491 	Linker.link(gtk_font_selection_set_preview_text, "gtk_font_selection_set_preview_text", LIBRARY.GTK);
1492 
1493 	// gtk.FontSelectionDialog
1494 
1495 	Linker.link(gtk_font_selection_dialog_get_type, "gtk_font_selection_dialog_get_type", LIBRARY.GTK);
1496 	Linker.link(gtk_font_selection_dialog_new, "gtk_font_selection_dialog_new", LIBRARY.GTK);
1497 	Linker.link(gtk_font_selection_dialog_get_cancel_button, "gtk_font_selection_dialog_get_cancel_button", LIBRARY.GTK);
1498 	Linker.link(gtk_font_selection_dialog_get_font_name, "gtk_font_selection_dialog_get_font_name", LIBRARY.GTK);
1499 	Linker.link(gtk_font_selection_dialog_get_font_selection, "gtk_font_selection_dialog_get_font_selection", LIBRARY.GTK);
1500 	Linker.link(gtk_font_selection_dialog_get_ok_button, "gtk_font_selection_dialog_get_ok_button", LIBRARY.GTK);
1501 	Linker.link(gtk_font_selection_dialog_get_preview_text, "gtk_font_selection_dialog_get_preview_text", LIBRARY.GTK);
1502 	Linker.link(gtk_font_selection_dialog_set_font_name, "gtk_font_selection_dialog_set_font_name", LIBRARY.GTK);
1503 	Linker.link(gtk_font_selection_dialog_set_preview_text, "gtk_font_selection_dialog_set_preview_text", LIBRARY.GTK);
1504 
1505 	// gtk.Frame
1506 
1507 	Linker.link(gtk_frame_get_type, "gtk_frame_get_type", LIBRARY.GTK);
1508 	Linker.link(gtk_frame_new, "gtk_frame_new", LIBRARY.GTK);
1509 	Linker.link(gtk_frame_get_label, "gtk_frame_get_label", LIBRARY.GTK);
1510 	Linker.link(gtk_frame_get_label_align, "gtk_frame_get_label_align", LIBRARY.GTK);
1511 	Linker.link(gtk_frame_get_label_widget, "gtk_frame_get_label_widget", LIBRARY.GTK);
1512 	Linker.link(gtk_frame_get_shadow_type, "gtk_frame_get_shadow_type", LIBRARY.GTK);
1513 	Linker.link(gtk_frame_set_label, "gtk_frame_set_label", LIBRARY.GTK);
1514 	Linker.link(gtk_frame_set_label_align, "gtk_frame_set_label_align", LIBRARY.GTK);
1515 	Linker.link(gtk_frame_set_label_widget, "gtk_frame_set_label_widget", LIBRARY.GTK);
1516 	Linker.link(gtk_frame_set_shadow_type, "gtk_frame_set_shadow_type", LIBRARY.GTK);
1517 
1518 	// gtk.FrameAccessible
1519 
1520 	Linker.link(gtk_frame_accessible_get_type, "gtk_frame_accessible_get_type", LIBRARY.GTK);
1521 
1522 	// gtk.GLArea
1523 
1524 	Linker.link(gtk_gl_area_get_type, "gtk_gl_area_get_type", LIBRARY.GTK);
1525 	Linker.link(gtk_gl_area_new, "gtk_gl_area_new", LIBRARY.GTK);
1526 	Linker.link(gtk_gl_area_attach_buffers, "gtk_gl_area_attach_buffers", LIBRARY.GTK);
1527 	Linker.link(gtk_gl_area_get_auto_render, "gtk_gl_area_get_auto_render", LIBRARY.GTK);
1528 	Linker.link(gtk_gl_area_get_context, "gtk_gl_area_get_context", LIBRARY.GTK);
1529 	Linker.link(gtk_gl_area_get_error, "gtk_gl_area_get_error", LIBRARY.GTK);
1530 	Linker.link(gtk_gl_area_get_has_alpha, "gtk_gl_area_get_has_alpha", LIBRARY.GTK);
1531 	Linker.link(gtk_gl_area_get_has_depth_buffer, "gtk_gl_area_get_has_depth_buffer", LIBRARY.GTK);
1532 	Linker.link(gtk_gl_area_get_has_stencil_buffer, "gtk_gl_area_get_has_stencil_buffer", LIBRARY.GTK);
1533 	Linker.link(gtk_gl_area_get_required_version, "gtk_gl_area_get_required_version", LIBRARY.GTK);
1534 	Linker.link(gtk_gl_area_make_current, "gtk_gl_area_make_current", LIBRARY.GTK);
1535 	Linker.link(gtk_gl_area_queue_render, "gtk_gl_area_queue_render", LIBRARY.GTK);
1536 	Linker.link(gtk_gl_area_set_auto_render, "gtk_gl_area_set_auto_render", LIBRARY.GTK);
1537 	Linker.link(gtk_gl_area_set_error, "gtk_gl_area_set_error", LIBRARY.GTK);
1538 	Linker.link(gtk_gl_area_set_has_alpha, "gtk_gl_area_set_has_alpha", LIBRARY.GTK);
1539 	Linker.link(gtk_gl_area_set_has_depth_buffer, "gtk_gl_area_set_has_depth_buffer", LIBRARY.GTK);
1540 	Linker.link(gtk_gl_area_set_has_stencil_buffer, "gtk_gl_area_set_has_stencil_buffer", LIBRARY.GTK);
1541 	Linker.link(gtk_gl_area_set_required_version, "gtk_gl_area_set_required_version", LIBRARY.GTK);
1542 
1543 	// gtk.Gesture
1544 
1545 	Linker.link(gtk_gesture_get_type, "gtk_gesture_get_type", LIBRARY.GTK);
1546 	Linker.link(gtk_gesture_get_bounding_box, "gtk_gesture_get_bounding_box", LIBRARY.GTK);
1547 	Linker.link(gtk_gesture_get_bounding_box_center, "gtk_gesture_get_bounding_box_center", LIBRARY.GTK);
1548 	Linker.link(gtk_gesture_get_device, "gtk_gesture_get_device", LIBRARY.GTK);
1549 	Linker.link(gtk_gesture_get_group, "gtk_gesture_get_group", LIBRARY.GTK);
1550 	Linker.link(gtk_gesture_get_last_event, "gtk_gesture_get_last_event", LIBRARY.GTK);
1551 	Linker.link(gtk_gesture_get_last_updated_sequence, "gtk_gesture_get_last_updated_sequence", LIBRARY.GTK);
1552 	Linker.link(gtk_gesture_get_point, "gtk_gesture_get_point", LIBRARY.GTK);
1553 	Linker.link(gtk_gesture_get_sequence_state, "gtk_gesture_get_sequence_state", LIBRARY.GTK);
1554 	Linker.link(gtk_gesture_get_sequences, "gtk_gesture_get_sequences", LIBRARY.GTK);
1555 	Linker.link(gtk_gesture_get_window, "gtk_gesture_get_window", LIBRARY.GTK);
1556 	Linker.link(gtk_gesture_group, "gtk_gesture_group", LIBRARY.GTK);
1557 	Linker.link(gtk_gesture_handles_sequence, "gtk_gesture_handles_sequence", LIBRARY.GTK);
1558 	Linker.link(gtk_gesture_is_active, "gtk_gesture_is_active", LIBRARY.GTK);
1559 	Linker.link(gtk_gesture_is_grouped_with, "gtk_gesture_is_grouped_with", LIBRARY.GTK);
1560 	Linker.link(gtk_gesture_is_recognized, "gtk_gesture_is_recognized", LIBRARY.GTK);
1561 	Linker.link(gtk_gesture_set_sequence_state, "gtk_gesture_set_sequence_state", LIBRARY.GTK);
1562 	Linker.link(gtk_gesture_set_state, "gtk_gesture_set_state", LIBRARY.GTK);
1563 	Linker.link(gtk_gesture_set_window, "gtk_gesture_set_window", LIBRARY.GTK);
1564 	Linker.link(gtk_gesture_ungroup, "gtk_gesture_ungroup", LIBRARY.GTK);
1565 
1566 	// gtk.GestureDrag
1567 
1568 	Linker.link(gtk_gesture_drag_get_type, "gtk_gesture_drag_get_type", LIBRARY.GTK);
1569 	Linker.link(gtk_gesture_drag_new, "gtk_gesture_drag_new", LIBRARY.GTK);
1570 	Linker.link(gtk_gesture_drag_get_offset, "gtk_gesture_drag_get_offset", LIBRARY.GTK);
1571 	Linker.link(gtk_gesture_drag_get_start_point, "gtk_gesture_drag_get_start_point", LIBRARY.GTK);
1572 
1573 	// gtk.GestureLongPress
1574 
1575 	Linker.link(gtk_gesture_long_press_get_type, "gtk_gesture_long_press_get_type", LIBRARY.GTK);
1576 	Linker.link(gtk_gesture_long_press_new, "gtk_gesture_long_press_new", LIBRARY.GTK);
1577 
1578 	// gtk.GestureMultiPress
1579 
1580 	Linker.link(gtk_gesture_multi_press_get_type, "gtk_gesture_multi_press_get_type", LIBRARY.GTK);
1581 	Linker.link(gtk_gesture_multi_press_new, "gtk_gesture_multi_press_new", LIBRARY.GTK);
1582 	Linker.link(gtk_gesture_multi_press_get_area, "gtk_gesture_multi_press_get_area", LIBRARY.GTK);
1583 	Linker.link(gtk_gesture_multi_press_set_area, "gtk_gesture_multi_press_set_area", LIBRARY.GTK);
1584 
1585 	// gtk.GesturePan
1586 
1587 	Linker.link(gtk_gesture_pan_get_type, "gtk_gesture_pan_get_type", LIBRARY.GTK);
1588 	Linker.link(gtk_gesture_pan_new, "gtk_gesture_pan_new", LIBRARY.GTK);
1589 	Linker.link(gtk_gesture_pan_get_orientation, "gtk_gesture_pan_get_orientation", LIBRARY.GTK);
1590 	Linker.link(gtk_gesture_pan_set_orientation, "gtk_gesture_pan_set_orientation", LIBRARY.GTK);
1591 
1592 	// gtk.GestureRotate
1593 
1594 	Linker.link(gtk_gesture_rotate_get_type, "gtk_gesture_rotate_get_type", LIBRARY.GTK);
1595 	Linker.link(gtk_gesture_rotate_new, "gtk_gesture_rotate_new", LIBRARY.GTK);
1596 	Linker.link(gtk_gesture_rotate_get_angle_delta, "gtk_gesture_rotate_get_angle_delta", LIBRARY.GTK);
1597 
1598 	// gtk.GestureSingle
1599 
1600 	Linker.link(gtk_gesture_single_get_type, "gtk_gesture_single_get_type", LIBRARY.GTK);
1601 	Linker.link(gtk_gesture_single_get_button, "gtk_gesture_single_get_button", LIBRARY.GTK);
1602 	Linker.link(gtk_gesture_single_get_current_button, "gtk_gesture_single_get_current_button", LIBRARY.GTK);
1603 	Linker.link(gtk_gesture_single_get_current_sequence, "gtk_gesture_single_get_current_sequence", LIBRARY.GTK);
1604 	Linker.link(gtk_gesture_single_get_exclusive, "gtk_gesture_single_get_exclusive", LIBRARY.GTK);
1605 	Linker.link(gtk_gesture_single_get_touch_only, "gtk_gesture_single_get_touch_only", LIBRARY.GTK);
1606 	Linker.link(gtk_gesture_single_set_button, "gtk_gesture_single_set_button", LIBRARY.GTK);
1607 	Linker.link(gtk_gesture_single_set_exclusive, "gtk_gesture_single_set_exclusive", LIBRARY.GTK);
1608 	Linker.link(gtk_gesture_single_set_touch_only, "gtk_gesture_single_set_touch_only", LIBRARY.GTK);
1609 
1610 	// gtk.GestureSwipe
1611 
1612 	Linker.link(gtk_gesture_swipe_get_type, "gtk_gesture_swipe_get_type", LIBRARY.GTK);
1613 	Linker.link(gtk_gesture_swipe_new, "gtk_gesture_swipe_new", LIBRARY.GTK);
1614 	Linker.link(gtk_gesture_swipe_get_velocity, "gtk_gesture_swipe_get_velocity", LIBRARY.GTK);
1615 
1616 	// gtk.GestureZoom
1617 
1618 	Linker.link(gtk_gesture_zoom_get_type, "gtk_gesture_zoom_get_type", LIBRARY.GTK);
1619 	Linker.link(gtk_gesture_zoom_new, "gtk_gesture_zoom_new", LIBRARY.GTK);
1620 	Linker.link(gtk_gesture_zoom_get_scale_delta, "gtk_gesture_zoom_get_scale_delta", LIBRARY.GTK);
1621 
1622 	// gtk.Gradient
1623 
1624 	Linker.link(gtk_gradient_get_type, "gtk_gradient_get_type", LIBRARY.GTK);
1625 	Linker.link(gtk_gradient_new_linear, "gtk_gradient_new_linear", LIBRARY.GTK);
1626 	Linker.link(gtk_gradient_new_radial, "gtk_gradient_new_radial", LIBRARY.GTK);
1627 	Linker.link(gtk_gradient_add_color_stop, "gtk_gradient_add_color_stop", LIBRARY.GTK);
1628 	Linker.link(gtk_gradient_ref, "gtk_gradient_ref", LIBRARY.GTK);
1629 	Linker.link(gtk_gradient_resolve, "gtk_gradient_resolve", LIBRARY.GTK);
1630 	Linker.link(gtk_gradient_resolve_for_context, "gtk_gradient_resolve_for_context", LIBRARY.GTK);
1631 	Linker.link(gtk_gradient_to_string, "gtk_gradient_to_string", LIBRARY.GTK);
1632 	Linker.link(gtk_gradient_unref, "gtk_gradient_unref", LIBRARY.GTK);
1633 
1634 	// gtk.Grid
1635 
1636 	Linker.link(gtk_grid_get_type, "gtk_grid_get_type", LIBRARY.GTK);
1637 	Linker.link(gtk_grid_new, "gtk_grid_new", LIBRARY.GTK);
1638 	Linker.link(gtk_grid_attach, "gtk_grid_attach", LIBRARY.GTK);
1639 	Linker.link(gtk_grid_attach_next_to, "gtk_grid_attach_next_to", LIBRARY.GTK);
1640 	Linker.link(gtk_grid_get_baseline_row, "gtk_grid_get_baseline_row", LIBRARY.GTK);
1641 	Linker.link(gtk_grid_get_child_at, "gtk_grid_get_child_at", LIBRARY.GTK);
1642 	Linker.link(gtk_grid_get_column_homogeneous, "gtk_grid_get_column_homogeneous", LIBRARY.GTK);
1643 	Linker.link(gtk_grid_get_column_spacing, "gtk_grid_get_column_spacing", LIBRARY.GTK);
1644 	Linker.link(gtk_grid_get_row_baseline_position, "gtk_grid_get_row_baseline_position", LIBRARY.GTK);
1645 	Linker.link(gtk_grid_get_row_homogeneous, "gtk_grid_get_row_homogeneous", LIBRARY.GTK);
1646 	Linker.link(gtk_grid_get_row_spacing, "gtk_grid_get_row_spacing", LIBRARY.GTK);
1647 	Linker.link(gtk_grid_insert_column, "gtk_grid_insert_column", LIBRARY.GTK);
1648 	Linker.link(gtk_grid_insert_next_to, "gtk_grid_insert_next_to", LIBRARY.GTK);
1649 	Linker.link(gtk_grid_insert_row, "gtk_grid_insert_row", LIBRARY.GTK);
1650 	Linker.link(gtk_grid_remove_column, "gtk_grid_remove_column", LIBRARY.GTK);
1651 	Linker.link(gtk_grid_remove_row, "gtk_grid_remove_row", LIBRARY.GTK);
1652 	Linker.link(gtk_grid_set_baseline_row, "gtk_grid_set_baseline_row", LIBRARY.GTK);
1653 	Linker.link(gtk_grid_set_column_homogeneous, "gtk_grid_set_column_homogeneous", LIBRARY.GTK);
1654 	Linker.link(gtk_grid_set_column_spacing, "gtk_grid_set_column_spacing", LIBRARY.GTK);
1655 	Linker.link(gtk_grid_set_row_baseline_position, "gtk_grid_set_row_baseline_position", LIBRARY.GTK);
1656 	Linker.link(gtk_grid_set_row_homogeneous, "gtk_grid_set_row_homogeneous", LIBRARY.GTK);
1657 	Linker.link(gtk_grid_set_row_spacing, "gtk_grid_set_row_spacing", LIBRARY.GTK);
1658 
1659 	// gtk.HBox
1660 
1661 	Linker.link(gtk_hbox_get_type, "gtk_hbox_get_type", LIBRARY.GTK);
1662 	Linker.link(gtk_hbox_new, "gtk_hbox_new", LIBRARY.GTK);
1663 
1664 	// gtk.HButtonBox
1665 
1666 	Linker.link(gtk_hbutton_box_get_type, "gtk_hbutton_box_get_type", LIBRARY.GTK);
1667 	Linker.link(gtk_hbutton_box_new, "gtk_hbutton_box_new", LIBRARY.GTK);
1668 
1669 	// gtk.HPaned
1670 
1671 	Linker.link(gtk_hpaned_get_type, "gtk_hpaned_get_type", LIBRARY.GTK);
1672 	Linker.link(gtk_hpaned_new, "gtk_hpaned_new", LIBRARY.GTK);
1673 
1674 	// gtk.HSV
1675 
1676 	Linker.link(gtk_hsv_get_type, "gtk_hsv_get_type", LIBRARY.GTK);
1677 	Linker.link(gtk_hsv_new, "gtk_hsv_new", LIBRARY.GTK);
1678 	Linker.link(gtk_hsv_to_rgb, "gtk_hsv_to_rgb", LIBRARY.GTK);
1679 	Linker.link(gtk_hsv_get_color, "gtk_hsv_get_color", LIBRARY.GTK);
1680 	Linker.link(gtk_hsv_get_metrics, "gtk_hsv_get_metrics", LIBRARY.GTK);
1681 	Linker.link(gtk_hsv_is_adjusting, "gtk_hsv_is_adjusting", LIBRARY.GTK);
1682 	Linker.link(gtk_hsv_set_color, "gtk_hsv_set_color", LIBRARY.GTK);
1683 	Linker.link(gtk_hsv_set_metrics, "gtk_hsv_set_metrics", LIBRARY.GTK);
1684 	Linker.link(gtk_rgb_to_hsv, "gtk_rgb_to_hsv", LIBRARY.GTK);
1685 
1686 	// gtk.HScale
1687 
1688 	Linker.link(gtk_hscale_get_type, "gtk_hscale_get_type", LIBRARY.GTK);
1689 	Linker.link(gtk_hscale_new, "gtk_hscale_new", LIBRARY.GTK);
1690 	Linker.link(gtk_hscale_new_with_range, "gtk_hscale_new_with_range", LIBRARY.GTK);
1691 
1692 	// gtk.HScrollbar
1693 
1694 	Linker.link(gtk_hscrollbar_get_type, "gtk_hscrollbar_get_type", LIBRARY.GTK);
1695 	Linker.link(gtk_hscrollbar_new, "gtk_hscrollbar_new", LIBRARY.GTK);
1696 
1697 	// gtk.HSeparator
1698 
1699 	Linker.link(gtk_hseparator_get_type, "gtk_hseparator_get_type", LIBRARY.GTK);
1700 	Linker.link(gtk_hseparator_new, "gtk_hseparator_new", LIBRARY.GTK);
1701 
1702 	// gtk.HandleBox
1703 
1704 	Linker.link(gtk_handle_box_get_type, "gtk_handle_box_get_type", LIBRARY.GTK);
1705 	Linker.link(gtk_handle_box_new, "gtk_handle_box_new", LIBRARY.GTK);
1706 	Linker.link(gtk_handle_box_get_child_detached, "gtk_handle_box_get_child_detached", LIBRARY.GTK);
1707 	Linker.link(gtk_handle_box_get_handle_position, "gtk_handle_box_get_handle_position", LIBRARY.GTK);
1708 	Linker.link(gtk_handle_box_get_shadow_type, "gtk_handle_box_get_shadow_type", LIBRARY.GTK);
1709 	Linker.link(gtk_handle_box_get_snap_edge, "gtk_handle_box_get_snap_edge", LIBRARY.GTK);
1710 	Linker.link(gtk_handle_box_set_handle_position, "gtk_handle_box_set_handle_position", LIBRARY.GTK);
1711 	Linker.link(gtk_handle_box_set_shadow_type, "gtk_handle_box_set_shadow_type", LIBRARY.GTK);
1712 	Linker.link(gtk_handle_box_set_snap_edge, "gtk_handle_box_set_snap_edge", LIBRARY.GTK);
1713 
1714 	// gtk.HeaderBar
1715 
1716 	Linker.link(gtk_header_bar_get_type, "gtk_header_bar_get_type", LIBRARY.GTK);
1717 	Linker.link(gtk_header_bar_new, "gtk_header_bar_new", LIBRARY.GTK);
1718 	Linker.link(gtk_header_bar_get_custom_title, "gtk_header_bar_get_custom_title", LIBRARY.GTK);
1719 	Linker.link(gtk_header_bar_get_decoration_layout, "gtk_header_bar_get_decoration_layout", LIBRARY.GTK);
1720 	Linker.link(gtk_header_bar_get_has_subtitle, "gtk_header_bar_get_has_subtitle", LIBRARY.GTK);
1721 	Linker.link(gtk_header_bar_get_show_close_button, "gtk_header_bar_get_show_close_button", LIBRARY.GTK);
1722 	Linker.link(gtk_header_bar_get_subtitle, "gtk_header_bar_get_subtitle", LIBRARY.GTK);
1723 	Linker.link(gtk_header_bar_get_title, "gtk_header_bar_get_title", LIBRARY.GTK);
1724 	Linker.link(gtk_header_bar_pack_end, "gtk_header_bar_pack_end", LIBRARY.GTK);
1725 	Linker.link(gtk_header_bar_pack_start, "gtk_header_bar_pack_start", LIBRARY.GTK);
1726 	Linker.link(gtk_header_bar_set_custom_title, "gtk_header_bar_set_custom_title", LIBRARY.GTK);
1727 	Linker.link(gtk_header_bar_set_decoration_layout, "gtk_header_bar_set_decoration_layout", LIBRARY.GTK);
1728 	Linker.link(gtk_header_bar_set_has_subtitle, "gtk_header_bar_set_has_subtitle", LIBRARY.GTK);
1729 	Linker.link(gtk_header_bar_set_show_close_button, "gtk_header_bar_set_show_close_button", LIBRARY.GTK);
1730 	Linker.link(gtk_header_bar_set_subtitle, "gtk_header_bar_set_subtitle", LIBRARY.GTK);
1731 	Linker.link(gtk_header_bar_set_title, "gtk_header_bar_set_title", LIBRARY.GTK);
1732 
1733 	// gtk.IMContext
1734 
1735 	Linker.link(gtk_im_context_get_type, "gtk_im_context_get_type", LIBRARY.GTK);
1736 	Linker.link(gtk_im_context_delete_surrounding, "gtk_im_context_delete_surrounding", LIBRARY.GTK);
1737 	Linker.link(gtk_im_context_filter_keypress, "gtk_im_context_filter_keypress", LIBRARY.GTK);
1738 	Linker.link(gtk_im_context_focus_in, "gtk_im_context_focus_in", LIBRARY.GTK);
1739 	Linker.link(gtk_im_context_focus_out, "gtk_im_context_focus_out", LIBRARY.GTK);
1740 	Linker.link(gtk_im_context_get_preedit_string, "gtk_im_context_get_preedit_string", LIBRARY.GTK);
1741 	Linker.link(gtk_im_context_get_surrounding, "gtk_im_context_get_surrounding", LIBRARY.GTK);
1742 	Linker.link(gtk_im_context_reset, "gtk_im_context_reset", LIBRARY.GTK);
1743 	Linker.link(gtk_im_context_set_client_window, "gtk_im_context_set_client_window", LIBRARY.GTK);
1744 	Linker.link(gtk_im_context_set_cursor_location, "gtk_im_context_set_cursor_location", LIBRARY.GTK);
1745 	Linker.link(gtk_im_context_set_surrounding, "gtk_im_context_set_surrounding", LIBRARY.GTK);
1746 	Linker.link(gtk_im_context_set_use_preedit, "gtk_im_context_set_use_preedit", LIBRARY.GTK);
1747 
1748 	// gtk.IMContextSimple
1749 
1750 	Linker.link(gtk_im_context_simple_get_type, "gtk_im_context_simple_get_type", LIBRARY.GTK);
1751 	Linker.link(gtk_im_context_simple_new, "gtk_im_context_simple_new", LIBRARY.GTK);
1752 	Linker.link(gtk_im_context_simple_add_compose_file, "gtk_im_context_simple_add_compose_file", LIBRARY.GTK);
1753 	Linker.link(gtk_im_context_simple_add_table, "gtk_im_context_simple_add_table", LIBRARY.GTK);
1754 
1755 	// gtk.IMMulticontext
1756 
1757 	Linker.link(gtk_im_multicontext_get_type, "gtk_im_multicontext_get_type", LIBRARY.GTK);
1758 	Linker.link(gtk_im_multicontext_new, "gtk_im_multicontext_new", LIBRARY.GTK);
1759 	Linker.link(gtk_im_multicontext_append_menuitems, "gtk_im_multicontext_append_menuitems", LIBRARY.GTK);
1760 	Linker.link(gtk_im_multicontext_get_context_id, "gtk_im_multicontext_get_context_id", LIBRARY.GTK);
1761 	Linker.link(gtk_im_multicontext_set_context_id, "gtk_im_multicontext_set_context_id", LIBRARY.GTK);
1762 
1763 	// gtk.IconFactory
1764 
1765 	Linker.link(gtk_icon_factory_get_type, "gtk_icon_factory_get_type", LIBRARY.GTK);
1766 	Linker.link(gtk_icon_factory_new, "gtk_icon_factory_new", LIBRARY.GTK);
1767 	Linker.link(gtk_icon_factory_lookup_default, "gtk_icon_factory_lookup_default", LIBRARY.GTK);
1768 	Linker.link(gtk_icon_factory_add, "gtk_icon_factory_add", LIBRARY.GTK);
1769 	Linker.link(gtk_icon_factory_add_default, "gtk_icon_factory_add_default", LIBRARY.GTK);
1770 	Linker.link(gtk_icon_factory_lookup, "gtk_icon_factory_lookup", LIBRARY.GTK);
1771 	Linker.link(gtk_icon_factory_remove_default, "gtk_icon_factory_remove_default", LIBRARY.GTK);
1772 
1773 	// gtk.IconInfo
1774 
1775 	Linker.link(gtk_icon_info_get_type, "gtk_icon_info_get_type", LIBRARY.GTK);
1776 	Linker.link(gtk_icon_info_new_for_pixbuf, "gtk_icon_info_new_for_pixbuf", LIBRARY.GTK);
1777 	Linker.link(gtk_icon_info_copy, "gtk_icon_info_copy", LIBRARY.GTK);
1778 	Linker.link(gtk_icon_info_free, "gtk_icon_info_free", LIBRARY.GTK);
1779 	Linker.link(gtk_icon_info_get_attach_points, "gtk_icon_info_get_attach_points", LIBRARY.GTK);
1780 	Linker.link(gtk_icon_info_get_base_scale, "gtk_icon_info_get_base_scale", LIBRARY.GTK);
1781 	Linker.link(gtk_icon_info_get_base_size, "gtk_icon_info_get_base_size", LIBRARY.GTK);
1782 	Linker.link(gtk_icon_info_get_builtin_pixbuf, "gtk_icon_info_get_builtin_pixbuf", LIBRARY.GTK);
1783 	Linker.link(gtk_icon_info_get_display_name, "gtk_icon_info_get_display_name", LIBRARY.GTK);
1784 	Linker.link(gtk_icon_info_get_embedded_rect, "gtk_icon_info_get_embedded_rect", LIBRARY.GTK);
1785 	Linker.link(gtk_icon_info_get_filename, "gtk_icon_info_get_filename", LIBRARY.GTK);
1786 	Linker.link(gtk_icon_info_is_symbolic, "gtk_icon_info_is_symbolic", LIBRARY.GTK);
1787 	Linker.link(gtk_icon_info_load_icon, "gtk_icon_info_load_icon", LIBRARY.GTK);
1788 	Linker.link(gtk_icon_info_load_icon_async, "gtk_icon_info_load_icon_async", LIBRARY.GTK);
1789 	Linker.link(gtk_icon_info_load_icon_finish, "gtk_icon_info_load_icon_finish", LIBRARY.GTK);
1790 	Linker.link(gtk_icon_info_load_surface, "gtk_icon_info_load_surface", LIBRARY.GTK);
1791 	Linker.link(gtk_icon_info_load_symbolic, "gtk_icon_info_load_symbolic", LIBRARY.GTK);
1792 	Linker.link(gtk_icon_info_load_symbolic_async, "gtk_icon_info_load_symbolic_async", LIBRARY.GTK);
1793 	Linker.link(gtk_icon_info_load_symbolic_finish, "gtk_icon_info_load_symbolic_finish", LIBRARY.GTK);
1794 	Linker.link(gtk_icon_info_load_symbolic_for_context, "gtk_icon_info_load_symbolic_for_context", LIBRARY.GTK);
1795 	Linker.link(gtk_icon_info_load_symbolic_for_context_async, "gtk_icon_info_load_symbolic_for_context_async", LIBRARY.GTK);
1796 	Linker.link(gtk_icon_info_load_symbolic_for_context_finish, "gtk_icon_info_load_symbolic_for_context_finish", LIBRARY.GTK);
1797 	Linker.link(gtk_icon_info_load_symbolic_for_style, "gtk_icon_info_load_symbolic_for_style", LIBRARY.GTK);
1798 	Linker.link(gtk_icon_info_set_raw_coordinates, "gtk_icon_info_set_raw_coordinates", LIBRARY.GTK);
1799 
1800 	// gtk.IconSet
1801 
1802 	Linker.link(gtk_icon_set_get_type, "gtk_icon_set_get_type", LIBRARY.GTK);
1803 	Linker.link(gtk_icon_set_new, "gtk_icon_set_new", LIBRARY.GTK);
1804 	Linker.link(gtk_icon_set_new_from_pixbuf, "gtk_icon_set_new_from_pixbuf", LIBRARY.GTK);
1805 	Linker.link(gtk_icon_set_add_source, "gtk_icon_set_add_source", LIBRARY.GTK);
1806 	Linker.link(gtk_icon_set_copy, "gtk_icon_set_copy", LIBRARY.GTK);
1807 	Linker.link(gtk_icon_set_get_sizes, "gtk_icon_set_get_sizes", LIBRARY.GTK);
1808 	Linker.link(gtk_icon_set_ref, "gtk_icon_set_ref", LIBRARY.GTK);
1809 	Linker.link(gtk_icon_set_render_icon, "gtk_icon_set_render_icon", LIBRARY.GTK);
1810 	Linker.link(gtk_icon_set_render_icon_pixbuf, "gtk_icon_set_render_icon_pixbuf", LIBRARY.GTK);
1811 	Linker.link(gtk_icon_set_render_icon_surface, "gtk_icon_set_render_icon_surface", LIBRARY.GTK);
1812 	Linker.link(gtk_icon_set_unref, "gtk_icon_set_unref", LIBRARY.GTK);
1813 
1814 	// gtk.IconSource
1815 
1816 	Linker.link(gtk_icon_source_get_type, "gtk_icon_source_get_type", LIBRARY.GTK);
1817 	Linker.link(gtk_icon_source_new, "gtk_icon_source_new", LIBRARY.GTK);
1818 	Linker.link(gtk_icon_source_copy, "gtk_icon_source_copy", LIBRARY.GTK);
1819 	Linker.link(gtk_icon_source_free, "gtk_icon_source_free", LIBRARY.GTK);
1820 	Linker.link(gtk_icon_source_get_direction, "gtk_icon_source_get_direction", LIBRARY.GTK);
1821 	Linker.link(gtk_icon_source_get_direction_wildcarded, "gtk_icon_source_get_direction_wildcarded", LIBRARY.GTK);
1822 	Linker.link(gtk_icon_source_get_filename, "gtk_icon_source_get_filename", LIBRARY.GTK);
1823 	Linker.link(gtk_icon_source_get_icon_name, "gtk_icon_source_get_icon_name", LIBRARY.GTK);
1824 	Linker.link(gtk_icon_source_get_pixbuf, "gtk_icon_source_get_pixbuf", LIBRARY.GTK);
1825 	Linker.link(gtk_icon_source_get_size, "gtk_icon_source_get_size", LIBRARY.GTK);
1826 	Linker.link(gtk_icon_source_get_size_wildcarded, "gtk_icon_source_get_size_wildcarded", LIBRARY.GTK);
1827 	Linker.link(gtk_icon_source_get_state, "gtk_icon_source_get_state", LIBRARY.GTK);
1828 	Linker.link(gtk_icon_source_get_state_wildcarded, "gtk_icon_source_get_state_wildcarded", LIBRARY.GTK);
1829 	Linker.link(gtk_icon_source_set_direction, "gtk_icon_source_set_direction", LIBRARY.GTK);
1830 	Linker.link(gtk_icon_source_set_direction_wildcarded, "gtk_icon_source_set_direction_wildcarded", LIBRARY.GTK);
1831 	Linker.link(gtk_icon_source_set_filename, "gtk_icon_source_set_filename", LIBRARY.GTK);
1832 	Linker.link(gtk_icon_source_set_icon_name, "gtk_icon_source_set_icon_name", LIBRARY.GTK);
1833 	Linker.link(gtk_icon_source_set_pixbuf, "gtk_icon_source_set_pixbuf", LIBRARY.GTK);
1834 	Linker.link(gtk_icon_source_set_size, "gtk_icon_source_set_size", LIBRARY.GTK);
1835 	Linker.link(gtk_icon_source_set_size_wildcarded, "gtk_icon_source_set_size_wildcarded", LIBRARY.GTK);
1836 	Linker.link(gtk_icon_source_set_state, "gtk_icon_source_set_state", LIBRARY.GTK);
1837 	Linker.link(gtk_icon_source_set_state_wildcarded, "gtk_icon_source_set_state_wildcarded", LIBRARY.GTK);
1838 
1839 	// gtk.IconTheme
1840 
1841 	Linker.link(gtk_icon_theme_get_type, "gtk_icon_theme_get_type", LIBRARY.GTK);
1842 	Linker.link(gtk_icon_theme_new, "gtk_icon_theme_new", LIBRARY.GTK);
1843 	Linker.link(gtk_icon_theme_add_builtin_icon, "gtk_icon_theme_add_builtin_icon", LIBRARY.GTK);
1844 	Linker.link(gtk_icon_theme_get_default, "gtk_icon_theme_get_default", LIBRARY.GTK);
1845 	Linker.link(gtk_icon_theme_get_for_screen, "gtk_icon_theme_get_for_screen", LIBRARY.GTK);
1846 	Linker.link(gtk_icon_theme_add_resource_path, "gtk_icon_theme_add_resource_path", LIBRARY.GTK);
1847 	Linker.link(gtk_icon_theme_append_search_path, "gtk_icon_theme_append_search_path", LIBRARY.GTK);
1848 	Linker.link(gtk_icon_theme_choose_icon, "gtk_icon_theme_choose_icon", LIBRARY.GTK);
1849 	Linker.link(gtk_icon_theme_choose_icon_for_scale, "gtk_icon_theme_choose_icon_for_scale", LIBRARY.GTK);
1850 	Linker.link(gtk_icon_theme_get_example_icon_name, "gtk_icon_theme_get_example_icon_name", LIBRARY.GTK);
1851 	Linker.link(gtk_icon_theme_get_icon_sizes, "gtk_icon_theme_get_icon_sizes", LIBRARY.GTK);
1852 	Linker.link(gtk_icon_theme_get_search_path, "gtk_icon_theme_get_search_path", LIBRARY.GTK);
1853 	Linker.link(gtk_icon_theme_has_icon, "gtk_icon_theme_has_icon", LIBRARY.GTK);
1854 	Linker.link(gtk_icon_theme_list_contexts, "gtk_icon_theme_list_contexts", LIBRARY.GTK);
1855 	Linker.link(gtk_icon_theme_list_icons, "gtk_icon_theme_list_icons", LIBRARY.GTK);
1856 	Linker.link(gtk_icon_theme_load_icon, "gtk_icon_theme_load_icon", LIBRARY.GTK);
1857 	Linker.link(gtk_icon_theme_load_icon_for_scale, "gtk_icon_theme_load_icon_for_scale", LIBRARY.GTK);
1858 	Linker.link(gtk_icon_theme_load_surface, "gtk_icon_theme_load_surface", LIBRARY.GTK);
1859 	Linker.link(gtk_icon_theme_lookup_by_gicon, "gtk_icon_theme_lookup_by_gicon", LIBRARY.GTK);
1860 	Linker.link(gtk_icon_theme_lookup_by_gicon_for_scale, "gtk_icon_theme_lookup_by_gicon_for_scale", LIBRARY.GTK);
1861 	Linker.link(gtk_icon_theme_lookup_icon, "gtk_icon_theme_lookup_icon", LIBRARY.GTK);
1862 	Linker.link(gtk_icon_theme_lookup_icon_for_scale, "gtk_icon_theme_lookup_icon_for_scale", LIBRARY.GTK);
1863 	Linker.link(gtk_icon_theme_prepend_search_path, "gtk_icon_theme_prepend_search_path", LIBRARY.GTK);
1864 	Linker.link(gtk_icon_theme_rescan_if_needed, "gtk_icon_theme_rescan_if_needed", LIBRARY.GTK);
1865 	Linker.link(gtk_icon_theme_set_custom_theme, "gtk_icon_theme_set_custom_theme", LIBRARY.GTK);
1866 	Linker.link(gtk_icon_theme_set_screen, "gtk_icon_theme_set_screen", LIBRARY.GTK);
1867 	Linker.link(gtk_icon_theme_set_search_path, "gtk_icon_theme_set_search_path", LIBRARY.GTK);
1868 
1869 	// gtk.IconView
1870 
1871 	Linker.link(gtk_icon_view_get_type, "gtk_icon_view_get_type", LIBRARY.GTK);
1872 	Linker.link(gtk_icon_view_new, "gtk_icon_view_new", LIBRARY.GTK);
1873 	Linker.link(gtk_icon_view_new_with_area, "gtk_icon_view_new_with_area", LIBRARY.GTK);
1874 	Linker.link(gtk_icon_view_new_with_model, "gtk_icon_view_new_with_model", LIBRARY.GTK);
1875 	Linker.link(gtk_icon_view_convert_widget_to_bin_window_coords, "gtk_icon_view_convert_widget_to_bin_window_coords", LIBRARY.GTK);
1876 	Linker.link(gtk_icon_view_create_drag_icon, "gtk_icon_view_create_drag_icon", LIBRARY.GTK);
1877 	Linker.link(gtk_icon_view_enable_model_drag_dest, "gtk_icon_view_enable_model_drag_dest", LIBRARY.GTK);
1878 	Linker.link(gtk_icon_view_enable_model_drag_source, "gtk_icon_view_enable_model_drag_source", LIBRARY.GTK);
1879 	Linker.link(gtk_icon_view_get_activate_on_single_click, "gtk_icon_view_get_activate_on_single_click", LIBRARY.GTK);
1880 	Linker.link(gtk_icon_view_get_cell_rect, "gtk_icon_view_get_cell_rect", LIBRARY.GTK);
1881 	Linker.link(gtk_icon_view_get_column_spacing, "gtk_icon_view_get_column_spacing", LIBRARY.GTK);
1882 	Linker.link(gtk_icon_view_get_columns, "gtk_icon_view_get_columns", LIBRARY.GTK);
1883 	Linker.link(gtk_icon_view_get_cursor, "gtk_icon_view_get_cursor", LIBRARY.GTK);
1884 	Linker.link(gtk_icon_view_get_dest_item_at_pos, "gtk_icon_view_get_dest_item_at_pos", LIBRARY.GTK);
1885 	Linker.link(gtk_icon_view_get_drag_dest_item, "gtk_icon_view_get_drag_dest_item", LIBRARY.GTK);
1886 	Linker.link(gtk_icon_view_get_item_at_pos, "gtk_icon_view_get_item_at_pos", LIBRARY.GTK);
1887 	Linker.link(gtk_icon_view_get_item_column, "gtk_icon_view_get_item_column", LIBRARY.GTK);
1888 	Linker.link(gtk_icon_view_get_item_orientation, "gtk_icon_view_get_item_orientation", LIBRARY.GTK);
1889 	Linker.link(gtk_icon_view_get_item_padding, "gtk_icon_view_get_item_padding", LIBRARY.GTK);
1890 	Linker.link(gtk_icon_view_get_item_row, "gtk_icon_view_get_item_row", LIBRARY.GTK);
1891 	Linker.link(gtk_icon_view_get_item_width, "gtk_icon_view_get_item_width", LIBRARY.GTK);
1892 	Linker.link(gtk_icon_view_get_margin, "gtk_icon_view_get_margin", LIBRARY.GTK);
1893 	Linker.link(gtk_icon_view_get_markup_column, "gtk_icon_view_get_markup_column", LIBRARY.GTK);
1894 	Linker.link(gtk_icon_view_get_model, "gtk_icon_view_get_model", LIBRARY.GTK);
1895 	Linker.link(gtk_icon_view_get_path_at_pos, "gtk_icon_view_get_path_at_pos", LIBRARY.GTK);
1896 	Linker.link(gtk_icon_view_get_pixbuf_column, "gtk_icon_view_get_pixbuf_column", LIBRARY.GTK);
1897 	Linker.link(gtk_icon_view_get_reorderable, "gtk_icon_view_get_reorderable", LIBRARY.GTK);
1898 	Linker.link(gtk_icon_view_get_row_spacing, "gtk_icon_view_get_row_spacing", LIBRARY.GTK);
1899 	Linker.link(gtk_icon_view_get_selected_items, "gtk_icon_view_get_selected_items", LIBRARY.GTK);
1900 	Linker.link(gtk_icon_view_get_selection_mode, "gtk_icon_view_get_selection_mode", LIBRARY.GTK);
1901 	Linker.link(gtk_icon_view_get_spacing, "gtk_icon_view_get_spacing", LIBRARY.GTK);
1902 	Linker.link(gtk_icon_view_get_text_column, "gtk_icon_view_get_text_column", LIBRARY.GTK);
1903 	Linker.link(gtk_icon_view_get_tooltip_column, "gtk_icon_view_get_tooltip_column", LIBRARY.GTK);
1904 	Linker.link(gtk_icon_view_get_tooltip_context, "gtk_icon_view_get_tooltip_context", LIBRARY.GTK);
1905 	Linker.link(gtk_icon_view_get_visible_range, "gtk_icon_view_get_visible_range", LIBRARY.GTK);
1906 	Linker.link(gtk_icon_view_item_activated, "gtk_icon_view_item_activated", LIBRARY.GTK);
1907 	Linker.link(gtk_icon_view_path_is_selected, "gtk_icon_view_path_is_selected", LIBRARY.GTK);
1908 	Linker.link(gtk_icon_view_scroll_to_path, "gtk_icon_view_scroll_to_path", LIBRARY.GTK);
1909 	Linker.link(gtk_icon_view_select_all, "gtk_icon_view_select_all", LIBRARY.GTK);
1910 	Linker.link(gtk_icon_view_select_path, "gtk_icon_view_select_path", LIBRARY.GTK);
1911 	Linker.link(gtk_icon_view_selected_foreach, "gtk_icon_view_selected_foreach", LIBRARY.GTK);
1912 	Linker.link(gtk_icon_view_set_activate_on_single_click, "gtk_icon_view_set_activate_on_single_click", LIBRARY.GTK);
1913 	Linker.link(gtk_icon_view_set_column_spacing, "gtk_icon_view_set_column_spacing", LIBRARY.GTK);
1914 	Linker.link(gtk_icon_view_set_columns, "gtk_icon_view_set_columns", LIBRARY.GTK);
1915 	Linker.link(gtk_icon_view_set_cursor, "gtk_icon_view_set_cursor", LIBRARY.GTK);
1916 	Linker.link(gtk_icon_view_set_drag_dest_item, "gtk_icon_view_set_drag_dest_item", LIBRARY.GTK);
1917 	Linker.link(gtk_icon_view_set_item_orientation, "gtk_icon_view_set_item_orientation", LIBRARY.GTK);
1918 	Linker.link(gtk_icon_view_set_item_padding, "gtk_icon_view_set_item_padding", LIBRARY.GTK);
1919 	Linker.link(gtk_icon_view_set_item_width, "gtk_icon_view_set_item_width", LIBRARY.GTK);
1920 	Linker.link(gtk_icon_view_set_margin, "gtk_icon_view_set_margin", LIBRARY.GTK);
1921 	Linker.link(gtk_icon_view_set_markup_column, "gtk_icon_view_set_markup_column", LIBRARY.GTK);
1922 	Linker.link(gtk_icon_view_set_model, "gtk_icon_view_set_model", LIBRARY.GTK);
1923 	Linker.link(gtk_icon_view_set_pixbuf_column, "gtk_icon_view_set_pixbuf_column", LIBRARY.GTK);
1924 	Linker.link(gtk_icon_view_set_reorderable, "gtk_icon_view_set_reorderable", LIBRARY.GTK);
1925 	Linker.link(gtk_icon_view_set_row_spacing, "gtk_icon_view_set_row_spacing", LIBRARY.GTK);
1926 	Linker.link(gtk_icon_view_set_selection_mode, "gtk_icon_view_set_selection_mode", LIBRARY.GTK);
1927 	Linker.link(gtk_icon_view_set_spacing, "gtk_icon_view_set_spacing", LIBRARY.GTK);
1928 	Linker.link(gtk_icon_view_set_text_column, "gtk_icon_view_set_text_column", LIBRARY.GTK);
1929 	Linker.link(gtk_icon_view_set_tooltip_cell, "gtk_icon_view_set_tooltip_cell", LIBRARY.GTK);
1930 	Linker.link(gtk_icon_view_set_tooltip_column, "gtk_icon_view_set_tooltip_column", LIBRARY.GTK);
1931 	Linker.link(gtk_icon_view_set_tooltip_item, "gtk_icon_view_set_tooltip_item", LIBRARY.GTK);
1932 	Linker.link(gtk_icon_view_unselect_all, "gtk_icon_view_unselect_all", LIBRARY.GTK);
1933 	Linker.link(gtk_icon_view_unselect_path, "gtk_icon_view_unselect_path", LIBRARY.GTK);
1934 	Linker.link(gtk_icon_view_unset_model_drag_dest, "gtk_icon_view_unset_model_drag_dest", LIBRARY.GTK);
1935 	Linker.link(gtk_icon_view_unset_model_drag_source, "gtk_icon_view_unset_model_drag_source", LIBRARY.GTK);
1936 
1937 	// gtk.IconViewAccessible
1938 
1939 	Linker.link(gtk_icon_view_accessible_get_type, "gtk_icon_view_accessible_get_type", LIBRARY.GTK);
1940 
1941 	// gtk.Image
1942 
1943 	Linker.link(gtk_image_get_type, "gtk_image_get_type", LIBRARY.GTK);
1944 	Linker.link(gtk_image_new, "gtk_image_new", LIBRARY.GTK);
1945 	Linker.link(gtk_image_new_from_animation, "gtk_image_new_from_animation", LIBRARY.GTK);
1946 	Linker.link(gtk_image_new_from_file, "gtk_image_new_from_file", LIBRARY.GTK);
1947 	Linker.link(gtk_image_new_from_gicon, "gtk_image_new_from_gicon", LIBRARY.GTK);
1948 	Linker.link(gtk_image_new_from_icon_name, "gtk_image_new_from_icon_name", LIBRARY.GTK);
1949 	Linker.link(gtk_image_new_from_icon_set, "gtk_image_new_from_icon_set", LIBRARY.GTK);
1950 	Linker.link(gtk_image_new_from_pixbuf, "gtk_image_new_from_pixbuf", LIBRARY.GTK);
1951 	Linker.link(gtk_image_new_from_resource, "gtk_image_new_from_resource", LIBRARY.GTK);
1952 	Linker.link(gtk_image_new_from_stock, "gtk_image_new_from_stock", LIBRARY.GTK);
1953 	Linker.link(gtk_image_new_from_surface, "gtk_image_new_from_surface", LIBRARY.GTK);
1954 	Linker.link(gtk_image_clear, "gtk_image_clear", LIBRARY.GTK);
1955 	Linker.link(gtk_image_get_animation, "gtk_image_get_animation", LIBRARY.GTK);
1956 	Linker.link(gtk_image_get_gicon, "gtk_image_get_gicon", LIBRARY.GTK);
1957 	Linker.link(gtk_image_get_icon_name, "gtk_image_get_icon_name", LIBRARY.GTK);
1958 	Linker.link(gtk_image_get_icon_set, "gtk_image_get_icon_set", LIBRARY.GTK);
1959 	Linker.link(gtk_image_get_pixbuf, "gtk_image_get_pixbuf", LIBRARY.GTK);
1960 	Linker.link(gtk_image_get_pixel_size, "gtk_image_get_pixel_size", LIBRARY.GTK);
1961 	Linker.link(gtk_image_get_stock, "gtk_image_get_stock", LIBRARY.GTK);
1962 	Linker.link(gtk_image_get_storage_type, "gtk_image_get_storage_type", LIBRARY.GTK);
1963 	Linker.link(gtk_image_set_from_animation, "gtk_image_set_from_animation", LIBRARY.GTK);
1964 	Linker.link(gtk_image_set_from_file, "gtk_image_set_from_file", LIBRARY.GTK);
1965 	Linker.link(gtk_image_set_from_gicon, "gtk_image_set_from_gicon", LIBRARY.GTK);
1966 	Linker.link(gtk_image_set_from_icon_name, "gtk_image_set_from_icon_name", LIBRARY.GTK);
1967 	Linker.link(gtk_image_set_from_icon_set, "gtk_image_set_from_icon_set", LIBRARY.GTK);
1968 	Linker.link(gtk_image_set_from_pixbuf, "gtk_image_set_from_pixbuf", LIBRARY.GTK);
1969 	Linker.link(gtk_image_set_from_resource, "gtk_image_set_from_resource", LIBRARY.GTK);
1970 	Linker.link(gtk_image_set_from_stock, "gtk_image_set_from_stock", LIBRARY.GTK);
1971 	Linker.link(gtk_image_set_from_surface, "gtk_image_set_from_surface", LIBRARY.GTK);
1972 	Linker.link(gtk_image_set_pixel_size, "gtk_image_set_pixel_size", LIBRARY.GTK);
1973 
1974 	// gtk.ImageAccessible
1975 
1976 	Linker.link(gtk_image_accessible_get_type, "gtk_image_accessible_get_type", LIBRARY.GTK);
1977 
1978 	// gtk.ImageCellAccessible
1979 
1980 	Linker.link(gtk_image_cell_accessible_get_type, "gtk_image_cell_accessible_get_type", LIBRARY.GTK);
1981 
1982 	// gtk.ImageMenuItem
1983 
1984 	Linker.link(gtk_image_menu_item_get_type, "gtk_image_menu_item_get_type", LIBRARY.GTK);
1985 	Linker.link(gtk_image_menu_item_new, "gtk_image_menu_item_new", LIBRARY.GTK);
1986 	Linker.link(gtk_image_menu_item_new_from_stock, "gtk_image_menu_item_new_from_stock", LIBRARY.GTK);
1987 	Linker.link(gtk_image_menu_item_new_with_label, "gtk_image_menu_item_new_with_label", LIBRARY.GTK);
1988 	Linker.link(gtk_image_menu_item_new_with_mnemonic, "gtk_image_menu_item_new_with_mnemonic", LIBRARY.GTK);
1989 	Linker.link(gtk_image_menu_item_get_always_show_image, "gtk_image_menu_item_get_always_show_image", LIBRARY.GTK);
1990 	Linker.link(gtk_image_menu_item_get_image, "gtk_image_menu_item_get_image", LIBRARY.GTK);
1991 	Linker.link(gtk_image_menu_item_get_use_stock, "gtk_image_menu_item_get_use_stock", LIBRARY.GTK);
1992 	Linker.link(gtk_image_menu_item_set_accel_group, "gtk_image_menu_item_set_accel_group", LIBRARY.GTK);
1993 	Linker.link(gtk_image_menu_item_set_always_show_image, "gtk_image_menu_item_set_always_show_image", LIBRARY.GTK);
1994 	Linker.link(gtk_image_menu_item_set_image, "gtk_image_menu_item_set_image", LIBRARY.GTK);
1995 	Linker.link(gtk_image_menu_item_set_use_stock, "gtk_image_menu_item_set_use_stock", LIBRARY.GTK);
1996 
1997 	// gtk.InfoBar
1998 
1999 	Linker.link(gtk_info_bar_get_type, "gtk_info_bar_get_type", LIBRARY.GTK);
2000 	Linker.link(gtk_info_bar_new, "gtk_info_bar_new", LIBRARY.GTK);
2001 	Linker.link(gtk_info_bar_new_with_buttons, "gtk_info_bar_new_with_buttons", LIBRARY.GTK);
2002 	Linker.link(gtk_info_bar_add_action_widget, "gtk_info_bar_add_action_widget", LIBRARY.GTK);
2003 	Linker.link(gtk_info_bar_add_button, "gtk_info_bar_add_button", LIBRARY.GTK);
2004 	Linker.link(gtk_info_bar_add_buttons, "gtk_info_bar_add_buttons", LIBRARY.GTK);
2005 	Linker.link(gtk_info_bar_get_action_area, "gtk_info_bar_get_action_area", LIBRARY.GTK);
2006 	Linker.link(gtk_info_bar_get_content_area, "gtk_info_bar_get_content_area", LIBRARY.GTK);
2007 	Linker.link(gtk_info_bar_get_message_type, "gtk_info_bar_get_message_type", LIBRARY.GTK);
2008 	Linker.link(gtk_info_bar_get_show_close_button, "gtk_info_bar_get_show_close_button", LIBRARY.GTK);
2009 	Linker.link(gtk_info_bar_response, "gtk_info_bar_response", LIBRARY.GTK);
2010 	Linker.link(gtk_info_bar_set_default_response, "gtk_info_bar_set_default_response", LIBRARY.GTK);
2011 	Linker.link(gtk_info_bar_set_message_type, "gtk_info_bar_set_message_type", LIBRARY.GTK);
2012 	Linker.link(gtk_info_bar_set_response_sensitive, "gtk_info_bar_set_response_sensitive", LIBRARY.GTK);
2013 	Linker.link(gtk_info_bar_set_show_close_button, "gtk_info_bar_set_show_close_button", LIBRARY.GTK);
2014 
2015 	// gtk.Invisible
2016 
2017 	Linker.link(gtk_invisible_get_type, "gtk_invisible_get_type", LIBRARY.GTK);
2018 	Linker.link(gtk_invisible_new, "gtk_invisible_new", LIBRARY.GTK);
2019 	Linker.link(gtk_invisible_new_for_screen, "gtk_invisible_new_for_screen", LIBRARY.GTK);
2020 	Linker.link(gtk_invisible_get_screen, "gtk_invisible_get_screen", LIBRARY.GTK);
2021 	Linker.link(gtk_invisible_set_screen, "gtk_invisible_set_screen", LIBRARY.GTK);
2022 
2023 	// gtk.Label
2024 
2025 	Linker.link(gtk_label_get_type, "gtk_label_get_type", LIBRARY.GTK);
2026 	Linker.link(gtk_label_new, "gtk_label_new", LIBRARY.GTK);
2027 	Linker.link(gtk_label_new_with_mnemonic, "gtk_label_new_with_mnemonic", LIBRARY.GTK);
2028 	Linker.link(gtk_label_get_angle, "gtk_label_get_angle", LIBRARY.GTK);
2029 	Linker.link(gtk_label_get_attributes, "gtk_label_get_attributes", LIBRARY.GTK);
2030 	Linker.link(gtk_label_get_current_uri, "gtk_label_get_current_uri", LIBRARY.GTK);
2031 	Linker.link(gtk_label_get_ellipsize, "gtk_label_get_ellipsize", LIBRARY.GTK);
2032 	Linker.link(gtk_label_get_justify, "gtk_label_get_justify", LIBRARY.GTK);
2033 	Linker.link(gtk_label_get_label, "gtk_label_get_label", LIBRARY.GTK);
2034 	Linker.link(gtk_label_get_layout, "gtk_label_get_layout", LIBRARY.GTK);
2035 	Linker.link(gtk_label_get_layout_offsets, "gtk_label_get_layout_offsets", LIBRARY.GTK);
2036 	Linker.link(gtk_label_get_line_wrap, "gtk_label_get_line_wrap", LIBRARY.GTK);
2037 	Linker.link(gtk_label_get_line_wrap_mode, "gtk_label_get_line_wrap_mode", LIBRARY.GTK);
2038 	Linker.link(gtk_label_get_lines, "gtk_label_get_lines", LIBRARY.GTK);
2039 	Linker.link(gtk_label_get_max_width_chars, "gtk_label_get_max_width_chars", LIBRARY.GTK);
2040 	Linker.link(gtk_label_get_mnemonic_keyval, "gtk_label_get_mnemonic_keyval", LIBRARY.GTK);
2041 	Linker.link(gtk_label_get_mnemonic_widget, "gtk_label_get_mnemonic_widget", LIBRARY.GTK);
2042 	Linker.link(gtk_label_get_selectable, "gtk_label_get_selectable", LIBRARY.GTK);
2043 	Linker.link(gtk_label_get_selection_bounds, "gtk_label_get_selection_bounds", LIBRARY.GTK);
2044 	Linker.link(gtk_label_get_single_line_mode, "gtk_label_get_single_line_mode", LIBRARY.GTK);
2045 	Linker.link(gtk_label_get_text, "gtk_label_get_text", LIBRARY.GTK);
2046 	Linker.link(gtk_label_get_track_visited_links, "gtk_label_get_track_visited_links", LIBRARY.GTK);
2047 	Linker.link(gtk_label_get_use_markup, "gtk_label_get_use_markup", LIBRARY.GTK);
2048 	Linker.link(gtk_label_get_use_underline, "gtk_label_get_use_underline", LIBRARY.GTK);
2049 	Linker.link(gtk_label_get_width_chars, "gtk_label_get_width_chars", LIBRARY.GTK);
2050 	Linker.link(gtk_label_get_xalign, "gtk_label_get_xalign", LIBRARY.GTK);
2051 	Linker.link(gtk_label_get_yalign, "gtk_label_get_yalign", LIBRARY.GTK);
2052 	Linker.link(gtk_label_select_region, "gtk_label_select_region", LIBRARY.GTK);
2053 	Linker.link(gtk_label_set_angle, "gtk_label_set_angle", LIBRARY.GTK);
2054 	Linker.link(gtk_label_set_attributes, "gtk_label_set_attributes", LIBRARY.GTK);
2055 	Linker.link(gtk_label_set_ellipsize, "gtk_label_set_ellipsize", LIBRARY.GTK);
2056 	Linker.link(gtk_label_set_justify, "gtk_label_set_justify", LIBRARY.GTK);
2057 	Linker.link(gtk_label_set_label, "gtk_label_set_label", LIBRARY.GTK);
2058 	Linker.link(gtk_label_set_line_wrap, "gtk_label_set_line_wrap", LIBRARY.GTK);
2059 	Linker.link(gtk_label_set_line_wrap_mode, "gtk_label_set_line_wrap_mode", LIBRARY.GTK);
2060 	Linker.link(gtk_label_set_lines, "gtk_label_set_lines", LIBRARY.GTK);
2061 	Linker.link(gtk_label_set_markup, "gtk_label_set_markup", LIBRARY.GTK);
2062 	Linker.link(gtk_label_set_markup_with_mnemonic, "gtk_label_set_markup_with_mnemonic", LIBRARY.GTK);
2063 	Linker.link(gtk_label_set_max_width_chars, "gtk_label_set_max_width_chars", LIBRARY.GTK);
2064 	Linker.link(gtk_label_set_mnemonic_widget, "gtk_label_set_mnemonic_widget", LIBRARY.GTK);
2065 	Linker.link(gtk_label_set_pattern, "gtk_label_set_pattern", LIBRARY.GTK);
2066 	Linker.link(gtk_label_set_selectable, "gtk_label_set_selectable", LIBRARY.GTK);
2067 	Linker.link(gtk_label_set_single_line_mode, "gtk_label_set_single_line_mode", LIBRARY.GTK);
2068 	Linker.link(gtk_label_set_text, "gtk_label_set_text", LIBRARY.GTK);
2069 	Linker.link(gtk_label_set_text_with_mnemonic, "gtk_label_set_text_with_mnemonic", LIBRARY.GTK);
2070 	Linker.link(gtk_label_set_track_visited_links, "gtk_label_set_track_visited_links", LIBRARY.GTK);
2071 	Linker.link(gtk_label_set_use_markup, "gtk_label_set_use_markup", LIBRARY.GTK);
2072 	Linker.link(gtk_label_set_use_underline, "gtk_label_set_use_underline", LIBRARY.GTK);
2073 	Linker.link(gtk_label_set_width_chars, "gtk_label_set_width_chars", LIBRARY.GTK);
2074 	Linker.link(gtk_label_set_xalign, "gtk_label_set_xalign", LIBRARY.GTK);
2075 	Linker.link(gtk_label_set_yalign, "gtk_label_set_yalign", LIBRARY.GTK);
2076 
2077 	// gtk.LabelAccessible
2078 
2079 	Linker.link(gtk_label_accessible_get_type, "gtk_label_accessible_get_type", LIBRARY.GTK);
2080 
2081 	// gtk.Layout
2082 
2083 	Linker.link(gtk_layout_get_type, "gtk_layout_get_type", LIBRARY.GTK);
2084 	Linker.link(gtk_layout_new, "gtk_layout_new", LIBRARY.GTK);
2085 	Linker.link(gtk_layout_get_bin_window, "gtk_layout_get_bin_window", LIBRARY.GTK);
2086 	Linker.link(gtk_layout_get_hadjustment, "gtk_layout_get_hadjustment", LIBRARY.GTK);
2087 	Linker.link(gtk_layout_get_size, "gtk_layout_get_size", LIBRARY.GTK);
2088 	Linker.link(gtk_layout_get_vadjustment, "gtk_layout_get_vadjustment", LIBRARY.GTK);
2089 	Linker.link(gtk_layout_move, "gtk_layout_move", LIBRARY.GTK);
2090 	Linker.link(gtk_layout_put, "gtk_layout_put", LIBRARY.GTK);
2091 	Linker.link(gtk_layout_set_hadjustment, "gtk_layout_set_hadjustment", LIBRARY.GTK);
2092 	Linker.link(gtk_layout_set_size, "gtk_layout_set_size", LIBRARY.GTK);
2093 	Linker.link(gtk_layout_set_vadjustment, "gtk_layout_set_vadjustment", LIBRARY.GTK);
2094 
2095 	// gtk.LevelBar
2096 
2097 	Linker.link(gtk_level_bar_get_type, "gtk_level_bar_get_type", LIBRARY.GTK);
2098 	Linker.link(gtk_level_bar_new, "gtk_level_bar_new", LIBRARY.GTK);
2099 	Linker.link(gtk_level_bar_new_for_interval, "gtk_level_bar_new_for_interval", LIBRARY.GTK);
2100 	Linker.link(gtk_level_bar_add_offset_value, "gtk_level_bar_add_offset_value", LIBRARY.GTK);
2101 	Linker.link(gtk_level_bar_get_inverted, "gtk_level_bar_get_inverted", LIBRARY.GTK);
2102 	Linker.link(gtk_level_bar_get_max_value, "gtk_level_bar_get_max_value", LIBRARY.GTK);
2103 	Linker.link(gtk_level_bar_get_min_value, "gtk_level_bar_get_min_value", LIBRARY.GTK);
2104 	Linker.link(gtk_level_bar_get_mode, "gtk_level_bar_get_mode", LIBRARY.GTK);
2105 	Linker.link(gtk_level_bar_get_offset_value, "gtk_level_bar_get_offset_value", LIBRARY.GTK);
2106 	Linker.link(gtk_level_bar_get_value, "gtk_level_bar_get_value", LIBRARY.GTK);
2107 	Linker.link(gtk_level_bar_remove_offset_value, "gtk_level_bar_remove_offset_value", LIBRARY.GTK);
2108 	Linker.link(gtk_level_bar_set_inverted, "gtk_level_bar_set_inverted", LIBRARY.GTK);
2109 	Linker.link(gtk_level_bar_set_max_value, "gtk_level_bar_set_max_value", LIBRARY.GTK);
2110 	Linker.link(gtk_level_bar_set_min_value, "gtk_level_bar_set_min_value", LIBRARY.GTK);
2111 	Linker.link(gtk_level_bar_set_mode, "gtk_level_bar_set_mode", LIBRARY.GTK);
2112 	Linker.link(gtk_level_bar_set_value, "gtk_level_bar_set_value", LIBRARY.GTK);
2113 
2114 	// gtk.LevelBarAccessible
2115 
2116 	Linker.link(gtk_level_bar_accessible_get_type, "gtk_level_bar_accessible_get_type", LIBRARY.GTK);
2117 
2118 	// gtk.LinkButton
2119 
2120 	Linker.link(gtk_link_button_get_type, "gtk_link_button_get_type", LIBRARY.GTK);
2121 	Linker.link(gtk_link_button_new, "gtk_link_button_new", LIBRARY.GTK);
2122 	Linker.link(gtk_link_button_new_with_label, "gtk_link_button_new_with_label", LIBRARY.GTK);
2123 	Linker.link(gtk_link_button_get_uri, "gtk_link_button_get_uri", LIBRARY.GTK);
2124 	Linker.link(gtk_link_button_get_visited, "gtk_link_button_get_visited", LIBRARY.GTK);
2125 	Linker.link(gtk_link_button_set_uri, "gtk_link_button_set_uri", LIBRARY.GTK);
2126 	Linker.link(gtk_link_button_set_visited, "gtk_link_button_set_visited", LIBRARY.GTK);
2127 
2128 	// gtk.LinkButtonAccessible
2129 
2130 	Linker.link(gtk_link_button_accessible_get_type, "gtk_link_button_accessible_get_type", LIBRARY.GTK);
2131 
2132 	// gtk.ListBox
2133 
2134 	Linker.link(gtk_list_box_get_type, "gtk_list_box_get_type", LIBRARY.GTK);
2135 	Linker.link(gtk_list_box_new, "gtk_list_box_new", LIBRARY.GTK);
2136 	Linker.link(gtk_list_box_bind_model, "gtk_list_box_bind_model", LIBRARY.GTK);
2137 	Linker.link(gtk_list_box_drag_highlight_row, "gtk_list_box_drag_highlight_row", LIBRARY.GTK);
2138 	Linker.link(gtk_list_box_drag_unhighlight_row, "gtk_list_box_drag_unhighlight_row", LIBRARY.GTK);
2139 	Linker.link(gtk_list_box_get_activate_on_single_click, "gtk_list_box_get_activate_on_single_click", LIBRARY.GTK);
2140 	Linker.link(gtk_list_box_get_adjustment, "gtk_list_box_get_adjustment", LIBRARY.GTK);
2141 	Linker.link(gtk_list_box_get_row_at_index, "gtk_list_box_get_row_at_index", LIBRARY.GTK);
2142 	Linker.link(gtk_list_box_get_row_at_y, "gtk_list_box_get_row_at_y", LIBRARY.GTK);
2143 	Linker.link(gtk_list_box_get_selected_row, "gtk_list_box_get_selected_row", LIBRARY.GTK);
2144 	Linker.link(gtk_list_box_get_selected_rows, "gtk_list_box_get_selected_rows", LIBRARY.GTK);
2145 	Linker.link(gtk_list_box_get_selection_mode, "gtk_list_box_get_selection_mode", LIBRARY.GTK);
2146 	Linker.link(gtk_list_box_insert, "gtk_list_box_insert", LIBRARY.GTK);
2147 	Linker.link(gtk_list_box_invalidate_filter, "gtk_list_box_invalidate_filter", LIBRARY.GTK);
2148 	Linker.link(gtk_list_box_invalidate_headers, "gtk_list_box_invalidate_headers", LIBRARY.GTK);
2149 	Linker.link(gtk_list_box_invalidate_sort, "gtk_list_box_invalidate_sort", LIBRARY.GTK);
2150 	Linker.link(gtk_list_box_prepend, "gtk_list_box_prepend", LIBRARY.GTK);
2151 	Linker.link(gtk_list_box_select_all, "gtk_list_box_select_all", LIBRARY.GTK);
2152 	Linker.link(gtk_list_box_select_row, "gtk_list_box_select_row", LIBRARY.GTK);
2153 	Linker.link(gtk_list_box_selected_foreach, "gtk_list_box_selected_foreach", LIBRARY.GTK);
2154 	Linker.link(gtk_list_box_set_activate_on_single_click, "gtk_list_box_set_activate_on_single_click", LIBRARY.GTK);
2155 	Linker.link(gtk_list_box_set_adjustment, "gtk_list_box_set_adjustment", LIBRARY.GTK);
2156 	Linker.link(gtk_list_box_set_filter_func, "gtk_list_box_set_filter_func", LIBRARY.GTK);
2157 	Linker.link(gtk_list_box_set_header_func, "gtk_list_box_set_header_func", LIBRARY.GTK);
2158 	Linker.link(gtk_list_box_set_placeholder, "gtk_list_box_set_placeholder", LIBRARY.GTK);
2159 	Linker.link(gtk_list_box_set_selection_mode, "gtk_list_box_set_selection_mode", LIBRARY.GTK);
2160 	Linker.link(gtk_list_box_set_sort_func, "gtk_list_box_set_sort_func", LIBRARY.GTK);
2161 	Linker.link(gtk_list_box_unselect_all, "gtk_list_box_unselect_all", LIBRARY.GTK);
2162 	Linker.link(gtk_list_box_unselect_row, "gtk_list_box_unselect_row", LIBRARY.GTK);
2163 
2164 	// gtk.ListBoxAccessible
2165 
2166 	Linker.link(gtk_list_box_accessible_get_type, "gtk_list_box_accessible_get_type", LIBRARY.GTK);
2167 
2168 	// gtk.ListBoxRow
2169 
2170 	Linker.link(gtk_list_box_row_get_type, "gtk_list_box_row_get_type", LIBRARY.GTK);
2171 	Linker.link(gtk_list_box_row_new, "gtk_list_box_row_new", LIBRARY.GTK);
2172 	Linker.link(gtk_list_box_row_changed, "gtk_list_box_row_changed", LIBRARY.GTK);
2173 	Linker.link(gtk_list_box_row_get_activatable, "gtk_list_box_row_get_activatable", LIBRARY.GTK);
2174 	Linker.link(gtk_list_box_row_get_header, "gtk_list_box_row_get_header", LIBRARY.GTK);
2175 	Linker.link(gtk_list_box_row_get_index, "gtk_list_box_row_get_index", LIBRARY.GTK);
2176 	Linker.link(gtk_list_box_row_get_selectable, "gtk_list_box_row_get_selectable", LIBRARY.GTK);
2177 	Linker.link(gtk_list_box_row_is_selected, "gtk_list_box_row_is_selected", LIBRARY.GTK);
2178 	Linker.link(gtk_list_box_row_set_activatable, "gtk_list_box_row_set_activatable", LIBRARY.GTK);
2179 	Linker.link(gtk_list_box_row_set_header, "gtk_list_box_row_set_header", LIBRARY.GTK);
2180 	Linker.link(gtk_list_box_row_set_selectable, "gtk_list_box_row_set_selectable", LIBRARY.GTK);
2181 
2182 	// gtk.ListBoxRowAccessible
2183 
2184 	Linker.link(gtk_list_box_row_accessible_get_type, "gtk_list_box_row_accessible_get_type", LIBRARY.GTK);
2185 
2186 	// gtk.ListStore
2187 
2188 	Linker.link(gtk_list_store_get_type, "gtk_list_store_get_type", LIBRARY.GTK);
2189 	Linker.link(gtk_list_store_new, "gtk_list_store_new", LIBRARY.GTK);
2190 	Linker.link(gtk_list_store_newv, "gtk_list_store_newv", LIBRARY.GTK);
2191 	Linker.link(gtk_list_store_append, "gtk_list_store_append", LIBRARY.GTK);
2192 	Linker.link(gtk_list_store_clear, "gtk_list_store_clear", LIBRARY.GTK);
2193 	Linker.link(gtk_list_store_insert, "gtk_list_store_insert", LIBRARY.GTK);
2194 	Linker.link(gtk_list_store_insert_after, "gtk_list_store_insert_after", LIBRARY.GTK);
2195 	Linker.link(gtk_list_store_insert_before, "gtk_list_store_insert_before", LIBRARY.GTK);
2196 	Linker.link(gtk_list_store_insert_with_values, "gtk_list_store_insert_with_values", LIBRARY.GTK);
2197 	Linker.link(gtk_list_store_insert_with_valuesv, "gtk_list_store_insert_with_valuesv", LIBRARY.GTK);
2198 	Linker.link(gtk_list_store_iter_is_valid, "gtk_list_store_iter_is_valid", LIBRARY.GTK);
2199 	Linker.link(gtk_list_store_move_after, "gtk_list_store_move_after", LIBRARY.GTK);
2200 	Linker.link(gtk_list_store_move_before, "gtk_list_store_move_before", LIBRARY.GTK);
2201 	Linker.link(gtk_list_store_prepend, "gtk_list_store_prepend", LIBRARY.GTK);
2202 	Linker.link(gtk_list_store_remove, "gtk_list_store_remove", LIBRARY.GTK);
2203 	Linker.link(gtk_list_store_reorder, "gtk_list_store_reorder", LIBRARY.GTK);
2204 	Linker.link(gtk_list_store_set, "gtk_list_store_set", LIBRARY.GTK);
2205 	Linker.link(gtk_list_store_set_column_types, "gtk_list_store_set_column_types", LIBRARY.GTK);
2206 	Linker.link(gtk_list_store_set_valist, "gtk_list_store_set_valist", LIBRARY.GTK);
2207 	Linker.link(gtk_list_store_set_value, "gtk_list_store_set_value", LIBRARY.GTK);
2208 	Linker.link(gtk_list_store_set_valuesv, "gtk_list_store_set_valuesv", LIBRARY.GTK);
2209 	Linker.link(gtk_list_store_swap, "gtk_list_store_swap", LIBRARY.GTK);
2210 
2211 	// gtk.LockButton
2212 
2213 	Linker.link(gtk_lock_button_get_type, "gtk_lock_button_get_type", LIBRARY.GTK);
2214 	Linker.link(gtk_lock_button_new, "gtk_lock_button_new", LIBRARY.GTK);
2215 	Linker.link(gtk_lock_button_get_permission, "gtk_lock_button_get_permission", LIBRARY.GTK);
2216 	Linker.link(gtk_lock_button_set_permission, "gtk_lock_button_set_permission", LIBRARY.GTK);
2217 
2218 	// gtk.LockButtonAccessible
2219 
2220 	Linker.link(gtk_lock_button_accessible_get_type, "gtk_lock_button_accessible_get_type", LIBRARY.GTK);
2221 
2222 	// gtk.Menu
2223 
2224 	Linker.link(gtk_menu_get_type, "gtk_menu_get_type", LIBRARY.GTK);
2225 	Linker.link(gtk_menu_new, "gtk_menu_new", LIBRARY.GTK);
2226 	Linker.link(gtk_menu_new_from_model, "gtk_menu_new_from_model", LIBRARY.GTK);
2227 	Linker.link(gtk_menu_get_for_attach_widget, "gtk_menu_get_for_attach_widget", LIBRARY.GTK);
2228 	Linker.link(gtk_menu_attach, "gtk_menu_attach", LIBRARY.GTK);
2229 	Linker.link(gtk_menu_attach_to_widget, "gtk_menu_attach_to_widget", LIBRARY.GTK);
2230 	Linker.link(gtk_menu_detach, "gtk_menu_detach", LIBRARY.GTK);
2231 	Linker.link(gtk_menu_get_accel_group, "gtk_menu_get_accel_group", LIBRARY.GTK);
2232 	Linker.link(gtk_menu_get_accel_path, "gtk_menu_get_accel_path", LIBRARY.GTK);
2233 	Linker.link(gtk_menu_get_active, "gtk_menu_get_active", LIBRARY.GTK);
2234 	Linker.link(gtk_menu_get_attach_widget, "gtk_menu_get_attach_widget", LIBRARY.GTK);
2235 	Linker.link(gtk_menu_get_monitor, "gtk_menu_get_monitor", LIBRARY.GTK);
2236 	Linker.link(gtk_menu_get_reserve_toggle_size, "gtk_menu_get_reserve_toggle_size", LIBRARY.GTK);
2237 	Linker.link(gtk_menu_get_tearoff_state, "gtk_menu_get_tearoff_state", LIBRARY.GTK);
2238 	Linker.link(gtk_menu_get_title, "gtk_menu_get_title", LIBRARY.GTK);
2239 	Linker.link(gtk_menu_popdown, "gtk_menu_popdown", LIBRARY.GTK);
2240 	Linker.link(gtk_menu_popup, "gtk_menu_popup", LIBRARY.GTK);
2241 	Linker.link(gtk_menu_popup_for_device, "gtk_menu_popup_for_device", LIBRARY.GTK);
2242 	Linker.link(gtk_menu_reorder_child, "gtk_menu_reorder_child", LIBRARY.GTK);
2243 	Linker.link(gtk_menu_reposition, "gtk_menu_reposition", LIBRARY.GTK);
2244 	Linker.link(gtk_menu_set_accel_group, "gtk_menu_set_accel_group", LIBRARY.GTK);
2245 	Linker.link(gtk_menu_set_accel_path, "gtk_menu_set_accel_path", LIBRARY.GTK);
2246 	Linker.link(gtk_menu_set_active, "gtk_menu_set_active", LIBRARY.GTK);
2247 	Linker.link(gtk_menu_set_monitor, "gtk_menu_set_monitor", LIBRARY.GTK);
2248 	Linker.link(gtk_menu_set_reserve_toggle_size, "gtk_menu_set_reserve_toggle_size", LIBRARY.GTK);
2249 	Linker.link(gtk_menu_set_screen, "gtk_menu_set_screen", LIBRARY.GTK);
2250 	Linker.link(gtk_menu_set_tearoff_state, "gtk_menu_set_tearoff_state", LIBRARY.GTK);
2251 	Linker.link(gtk_menu_set_title, "gtk_menu_set_title", LIBRARY.GTK);
2252 
2253 	// gtk.MenuAccessible
2254 
2255 	Linker.link(gtk_menu_accessible_get_type, "gtk_menu_accessible_get_type", LIBRARY.GTK);
2256 
2257 	// gtk.MenuBar
2258 
2259 	Linker.link(gtk_menu_bar_get_type, "gtk_menu_bar_get_type", LIBRARY.GTK);
2260 	Linker.link(gtk_menu_bar_new, "gtk_menu_bar_new", LIBRARY.GTK);
2261 	Linker.link(gtk_menu_bar_new_from_model, "gtk_menu_bar_new_from_model", LIBRARY.GTK);
2262 	Linker.link(gtk_menu_bar_get_child_pack_direction, "gtk_menu_bar_get_child_pack_direction", LIBRARY.GTK);
2263 	Linker.link(gtk_menu_bar_get_pack_direction, "gtk_menu_bar_get_pack_direction", LIBRARY.GTK);
2264 	Linker.link(gtk_menu_bar_set_child_pack_direction, "gtk_menu_bar_set_child_pack_direction", LIBRARY.GTK);
2265 	Linker.link(gtk_menu_bar_set_pack_direction, "gtk_menu_bar_set_pack_direction", LIBRARY.GTK);
2266 
2267 	// gtk.MenuButton
2268 
2269 	Linker.link(gtk_menu_button_get_type, "gtk_menu_button_get_type", LIBRARY.GTK);
2270 	Linker.link(gtk_menu_button_new, "gtk_menu_button_new", LIBRARY.GTK);
2271 	Linker.link(gtk_menu_button_get_align_widget, "gtk_menu_button_get_align_widget", LIBRARY.GTK);
2272 	Linker.link(gtk_menu_button_get_direction, "gtk_menu_button_get_direction", LIBRARY.GTK);
2273 	Linker.link(gtk_menu_button_get_menu_model, "gtk_menu_button_get_menu_model", LIBRARY.GTK);
2274 	Linker.link(gtk_menu_button_get_popover, "gtk_menu_button_get_popover", LIBRARY.GTK);
2275 	Linker.link(gtk_menu_button_get_popup, "gtk_menu_button_get_popup", LIBRARY.GTK);
2276 	Linker.link(gtk_menu_button_get_use_popover, "gtk_menu_button_get_use_popover", LIBRARY.GTK);
2277 	Linker.link(gtk_menu_button_set_align_widget, "gtk_menu_button_set_align_widget", LIBRARY.GTK);
2278 	Linker.link(gtk_menu_button_set_direction, "gtk_menu_button_set_direction", LIBRARY.GTK);
2279 	Linker.link(gtk_menu_button_set_menu_model, "gtk_menu_button_set_menu_model", LIBRARY.GTK);
2280 	Linker.link(gtk_menu_button_set_popover, "gtk_menu_button_set_popover", LIBRARY.GTK);
2281 	Linker.link(gtk_menu_button_set_popup, "gtk_menu_button_set_popup", LIBRARY.GTK);
2282 	Linker.link(gtk_menu_button_set_use_popover, "gtk_menu_button_set_use_popover", LIBRARY.GTK);
2283 
2284 	// gtk.MenuButtonAccessible
2285 
2286 	Linker.link(gtk_menu_button_accessible_get_type, "gtk_menu_button_accessible_get_type", LIBRARY.GTK);
2287 
2288 	// gtk.MenuItem
2289 
2290 	Linker.link(gtk_menu_item_get_type, "gtk_menu_item_get_type", LIBRARY.GTK);
2291 	Linker.link(gtk_menu_item_new, "gtk_menu_item_new", LIBRARY.GTK);
2292 	Linker.link(gtk_menu_item_new_with_label, "gtk_menu_item_new_with_label", LIBRARY.GTK);
2293 	Linker.link(gtk_menu_item_new_with_mnemonic, "gtk_menu_item_new_with_mnemonic", LIBRARY.GTK);
2294 	Linker.link(gtk_menu_item_activate, "gtk_menu_item_activate", LIBRARY.GTK);
2295 	Linker.link(gtk_menu_item_deselect, "gtk_menu_item_deselect", LIBRARY.GTK);
2296 	Linker.link(gtk_menu_item_get_accel_path, "gtk_menu_item_get_accel_path", LIBRARY.GTK);
2297 	Linker.link(gtk_menu_item_get_label, "gtk_menu_item_get_label", LIBRARY.GTK);
2298 	Linker.link(gtk_menu_item_get_reserve_indicator, "gtk_menu_item_get_reserve_indicator", LIBRARY.GTK);
2299 	Linker.link(gtk_menu_item_get_right_justified, "gtk_menu_item_get_right_justified", LIBRARY.GTK);
2300 	Linker.link(gtk_menu_item_get_submenu, "gtk_menu_item_get_submenu", LIBRARY.GTK);
2301 	Linker.link(gtk_menu_item_get_use_underline, "gtk_menu_item_get_use_underline", LIBRARY.GTK);
2302 	Linker.link(gtk_menu_item_select, "gtk_menu_item_select", LIBRARY.GTK);
2303 	Linker.link(gtk_menu_item_set_accel_path, "gtk_menu_item_set_accel_path", LIBRARY.GTK);
2304 	Linker.link(gtk_menu_item_set_label, "gtk_menu_item_set_label", LIBRARY.GTK);
2305 	Linker.link(gtk_menu_item_set_reserve_indicator, "gtk_menu_item_set_reserve_indicator", LIBRARY.GTK);
2306 	Linker.link(gtk_menu_item_set_right_justified, "gtk_menu_item_set_right_justified", LIBRARY.GTK);
2307 	Linker.link(gtk_menu_item_set_submenu, "gtk_menu_item_set_submenu", LIBRARY.GTK);
2308 	Linker.link(gtk_menu_item_set_use_underline, "gtk_menu_item_set_use_underline", LIBRARY.GTK);
2309 	Linker.link(gtk_menu_item_toggle_size_allocate, "gtk_menu_item_toggle_size_allocate", LIBRARY.GTK);
2310 	Linker.link(gtk_menu_item_toggle_size_request, "gtk_menu_item_toggle_size_request", LIBRARY.GTK);
2311 
2312 	// gtk.MenuItemAccessible
2313 
2314 	Linker.link(gtk_menu_item_accessible_get_type, "gtk_menu_item_accessible_get_type", LIBRARY.GTK);
2315 
2316 	// gtk.MenuShell
2317 
2318 	Linker.link(gtk_menu_shell_get_type, "gtk_menu_shell_get_type", LIBRARY.GTK);
2319 	Linker.link(gtk_menu_shell_activate_item, "gtk_menu_shell_activate_item", LIBRARY.GTK);
2320 	Linker.link(gtk_menu_shell_append, "gtk_menu_shell_append", LIBRARY.GTK);
2321 	Linker.link(gtk_menu_shell_bind_model, "gtk_menu_shell_bind_model", LIBRARY.GTK);
2322 	Linker.link(gtk_menu_shell_cancel, "gtk_menu_shell_cancel", LIBRARY.GTK);
2323 	Linker.link(gtk_menu_shell_deactivate, "gtk_menu_shell_deactivate", LIBRARY.GTK);
2324 	Linker.link(gtk_menu_shell_deselect, "gtk_menu_shell_deselect", LIBRARY.GTK);
2325 	Linker.link(gtk_menu_shell_get_parent_shell, "gtk_menu_shell_get_parent_shell", LIBRARY.GTK);
2326 	Linker.link(gtk_menu_shell_get_selected_item, "gtk_menu_shell_get_selected_item", LIBRARY.GTK);
2327 	Linker.link(gtk_menu_shell_get_take_focus, "gtk_menu_shell_get_take_focus", LIBRARY.GTK);
2328 	Linker.link(gtk_menu_shell_insert, "gtk_menu_shell_insert", LIBRARY.GTK);
2329 	Linker.link(gtk_menu_shell_prepend, "gtk_menu_shell_prepend", LIBRARY.GTK);
2330 	Linker.link(gtk_menu_shell_select_first, "gtk_menu_shell_select_first", LIBRARY.GTK);
2331 	Linker.link(gtk_menu_shell_select_item, "gtk_menu_shell_select_item", LIBRARY.GTK);
2332 	Linker.link(gtk_menu_shell_set_take_focus, "gtk_menu_shell_set_take_focus", LIBRARY.GTK);
2333 
2334 	// gtk.MenuShellAccessible
2335 
2336 	Linker.link(gtk_menu_shell_accessible_get_type, "gtk_menu_shell_accessible_get_type", LIBRARY.GTK);
2337 
2338 	// gtk.MenuToolButton
2339 
2340 	Linker.link(gtk_menu_tool_button_get_type, "gtk_menu_tool_button_get_type", LIBRARY.GTK);
2341 	Linker.link(gtk_menu_tool_button_new, "gtk_menu_tool_button_new", LIBRARY.GTK);
2342 	Linker.link(gtk_menu_tool_button_new_from_stock, "gtk_menu_tool_button_new_from_stock", LIBRARY.GTK);
2343 	Linker.link(gtk_menu_tool_button_get_menu, "gtk_menu_tool_button_get_menu", LIBRARY.GTK);
2344 	Linker.link(gtk_menu_tool_button_set_arrow_tooltip_markup, "gtk_menu_tool_button_set_arrow_tooltip_markup", LIBRARY.GTK);
2345 	Linker.link(gtk_menu_tool_button_set_arrow_tooltip_text, "gtk_menu_tool_button_set_arrow_tooltip_text", LIBRARY.GTK);
2346 	Linker.link(gtk_menu_tool_button_set_menu, "gtk_menu_tool_button_set_menu", LIBRARY.GTK);
2347 
2348 	// gtk.MessageDialog
2349 
2350 	Linker.link(gtk_message_dialog_get_type, "gtk_message_dialog_get_type", LIBRARY.GTK);
2351 	Linker.link(gtk_message_dialog_new, "gtk_message_dialog_new", LIBRARY.GTK);
2352 	Linker.link(gtk_message_dialog_new_with_markup, "gtk_message_dialog_new_with_markup", LIBRARY.GTK);
2353 	Linker.link(gtk_message_dialog_format_secondary_markup, "gtk_message_dialog_format_secondary_markup", LIBRARY.GTK);
2354 	Linker.link(gtk_message_dialog_format_secondary_text, "gtk_message_dialog_format_secondary_text", LIBRARY.GTK);
2355 	Linker.link(gtk_message_dialog_get_image, "gtk_message_dialog_get_image", LIBRARY.GTK);
2356 	Linker.link(gtk_message_dialog_get_message_area, "gtk_message_dialog_get_message_area", LIBRARY.GTK);
2357 	Linker.link(gtk_message_dialog_set_image, "gtk_message_dialog_set_image", LIBRARY.GTK);
2358 	Linker.link(gtk_message_dialog_set_markup, "gtk_message_dialog_set_markup", LIBRARY.GTK);
2359 
2360 	// gtk.Misc
2361 
2362 	Linker.link(gtk_misc_get_type, "gtk_misc_get_type", LIBRARY.GTK);
2363 	Linker.link(gtk_misc_get_alignment, "gtk_misc_get_alignment", LIBRARY.GTK);
2364 	Linker.link(gtk_misc_get_padding, "gtk_misc_get_padding", LIBRARY.GTK);
2365 	Linker.link(gtk_misc_set_alignment, "gtk_misc_set_alignment", LIBRARY.GTK);
2366 	Linker.link(gtk_misc_set_padding, "gtk_misc_set_padding", LIBRARY.GTK);
2367 
2368 	// gtk.ModelButton
2369 
2370 	Linker.link(gtk_model_button_get_type, "gtk_model_button_get_type", LIBRARY.GTK);
2371 	Linker.link(gtk_model_button_new, "gtk_model_button_new", LIBRARY.GTK);
2372 
2373 	// gtk.MountOperation
2374 
2375 	Linker.link(gtk_mount_operation_get_type, "gtk_mount_operation_get_type", LIBRARY.GTK);
2376 	Linker.link(gtk_mount_operation_new, "gtk_mount_operation_new", LIBRARY.GTK);
2377 	Linker.link(gtk_mount_operation_get_parent, "gtk_mount_operation_get_parent", LIBRARY.GTK);
2378 	Linker.link(gtk_mount_operation_get_screen, "gtk_mount_operation_get_screen", LIBRARY.GTK);
2379 	Linker.link(gtk_mount_operation_is_showing, "gtk_mount_operation_is_showing", LIBRARY.GTK);
2380 	Linker.link(gtk_mount_operation_set_parent, "gtk_mount_operation_set_parent", LIBRARY.GTK);
2381 	Linker.link(gtk_mount_operation_set_screen, "gtk_mount_operation_set_screen", LIBRARY.GTK);
2382 	Linker.link(gtk_show_uri, "gtk_show_uri", LIBRARY.GTK);
2383 
2384 	// gtk.NativeDialog
2385 
2386 	Linker.link(gtk_native_dialog_get_type, "gtk_native_dialog_get_type", LIBRARY.GTK);
2387 	Linker.link(gtk_native_dialog_destroy, "gtk_native_dialog_destroy", LIBRARY.GTK);
2388 	Linker.link(gtk_native_dialog_get_modal, "gtk_native_dialog_get_modal", LIBRARY.GTK);
2389 	Linker.link(gtk_native_dialog_get_title, "gtk_native_dialog_get_title", LIBRARY.GTK);
2390 	Linker.link(gtk_native_dialog_get_transient_for, "gtk_native_dialog_get_transient_for", LIBRARY.GTK);
2391 	Linker.link(gtk_native_dialog_get_visible, "gtk_native_dialog_get_visible", LIBRARY.GTK);
2392 	Linker.link(gtk_native_dialog_hide, "gtk_native_dialog_hide", LIBRARY.GTK);
2393 	Linker.link(gtk_native_dialog_run, "gtk_native_dialog_run", LIBRARY.GTK);
2394 	Linker.link(gtk_native_dialog_set_modal, "gtk_native_dialog_set_modal", LIBRARY.GTK);
2395 	Linker.link(gtk_native_dialog_set_title, "gtk_native_dialog_set_title", LIBRARY.GTK);
2396 	Linker.link(gtk_native_dialog_set_transient_for, "gtk_native_dialog_set_transient_for", LIBRARY.GTK);
2397 	Linker.link(gtk_native_dialog_show, "gtk_native_dialog_show", LIBRARY.GTK);
2398 
2399 	// gtk.Notebook
2400 
2401 	Linker.link(gtk_notebook_get_type, "gtk_notebook_get_type", LIBRARY.GTK);
2402 	Linker.link(gtk_notebook_new, "gtk_notebook_new", LIBRARY.GTK);
2403 	Linker.link(gtk_notebook_append_page, "gtk_notebook_append_page", LIBRARY.GTK);
2404 	Linker.link(gtk_notebook_append_page_menu, "gtk_notebook_append_page_menu", LIBRARY.GTK);
2405 	Linker.link(gtk_notebook_detach_tab, "gtk_notebook_detach_tab", LIBRARY.GTK);
2406 	Linker.link(gtk_notebook_get_action_widget, "gtk_notebook_get_action_widget", LIBRARY.GTK);
2407 	Linker.link(gtk_notebook_get_current_page, "gtk_notebook_get_current_page", LIBRARY.GTK);
2408 	Linker.link(gtk_notebook_get_group_name, "gtk_notebook_get_group_name", LIBRARY.GTK);
2409 	Linker.link(gtk_notebook_get_menu_label, "gtk_notebook_get_menu_label", LIBRARY.GTK);
2410 	Linker.link(gtk_notebook_get_menu_label_text, "gtk_notebook_get_menu_label_text", LIBRARY.GTK);
2411 	Linker.link(gtk_notebook_get_n_pages, "gtk_notebook_get_n_pages", LIBRARY.GTK);
2412 	Linker.link(gtk_notebook_get_nth_page, "gtk_notebook_get_nth_page", LIBRARY.GTK);
2413 	Linker.link(gtk_notebook_get_scrollable, "gtk_notebook_get_scrollable", LIBRARY.GTK);
2414 	Linker.link(gtk_notebook_get_show_border, "gtk_notebook_get_show_border", LIBRARY.GTK);
2415 	Linker.link(gtk_notebook_get_show_tabs, "gtk_notebook_get_show_tabs", LIBRARY.GTK);
2416 	Linker.link(gtk_notebook_get_tab_detachable, "gtk_notebook_get_tab_detachable", LIBRARY.GTK);
2417 	Linker.link(gtk_notebook_get_tab_hborder, "gtk_notebook_get_tab_hborder", LIBRARY.GTK);
2418 	Linker.link(gtk_notebook_get_tab_label, "gtk_notebook_get_tab_label", LIBRARY.GTK);
2419 	Linker.link(gtk_notebook_get_tab_label_text, "gtk_notebook_get_tab_label_text", LIBRARY.GTK);
2420 	Linker.link(gtk_notebook_get_tab_pos, "gtk_notebook_get_tab_pos", LIBRARY.GTK);
2421 	Linker.link(gtk_notebook_get_tab_reorderable, "gtk_notebook_get_tab_reorderable", LIBRARY.GTK);
2422 	Linker.link(gtk_notebook_get_tab_vborder, "gtk_notebook_get_tab_vborder", LIBRARY.GTK);
2423 	Linker.link(gtk_notebook_insert_page, "gtk_notebook_insert_page", LIBRARY.GTK);
2424 	Linker.link(gtk_notebook_insert_page_menu, "gtk_notebook_insert_page_menu", LIBRARY.GTK);
2425 	Linker.link(gtk_notebook_next_page, "gtk_notebook_next_page", LIBRARY.GTK);
2426 	Linker.link(gtk_notebook_page_num, "gtk_notebook_page_num", LIBRARY.GTK);
2427 	Linker.link(gtk_notebook_popup_disable, "gtk_notebook_popup_disable", LIBRARY.GTK);
2428 	Linker.link(gtk_notebook_popup_enable, "gtk_notebook_popup_enable", LIBRARY.GTK);
2429 	Linker.link(gtk_notebook_prepend_page, "gtk_notebook_prepend_page", LIBRARY.GTK);
2430 	Linker.link(gtk_notebook_prepend_page_menu, "gtk_notebook_prepend_page_menu", LIBRARY.GTK);
2431 	Linker.link(gtk_notebook_prev_page, "gtk_notebook_prev_page", LIBRARY.GTK);
2432 	Linker.link(gtk_notebook_remove_page, "gtk_notebook_remove_page", LIBRARY.GTK);
2433 	Linker.link(gtk_notebook_reorder_child, "gtk_notebook_reorder_child", LIBRARY.GTK);
2434 	Linker.link(gtk_notebook_set_action_widget, "gtk_notebook_set_action_widget", LIBRARY.GTK);
2435 	Linker.link(gtk_notebook_set_current_page, "gtk_notebook_set_current_page", LIBRARY.GTK);
2436 	Linker.link(gtk_notebook_set_group_name, "gtk_notebook_set_group_name", LIBRARY.GTK);
2437 	Linker.link(gtk_notebook_set_menu_label, "gtk_notebook_set_menu_label", LIBRARY.GTK);
2438 	Linker.link(gtk_notebook_set_menu_label_text, "gtk_notebook_set_menu_label_text", LIBRARY.GTK);
2439 	Linker.link(gtk_notebook_set_scrollable, "gtk_notebook_set_scrollable", LIBRARY.GTK);
2440 	Linker.link(gtk_notebook_set_show_border, "gtk_notebook_set_show_border", LIBRARY.GTK);
2441 	Linker.link(gtk_notebook_set_show_tabs, "gtk_notebook_set_show_tabs", LIBRARY.GTK);
2442 	Linker.link(gtk_notebook_set_tab_detachable, "gtk_notebook_set_tab_detachable", LIBRARY.GTK);
2443 	Linker.link(gtk_notebook_set_tab_label, "gtk_notebook_set_tab_label", LIBRARY.GTK);
2444 	Linker.link(gtk_notebook_set_tab_label_text, "gtk_notebook_set_tab_label_text", LIBRARY.GTK);
2445 	Linker.link(gtk_notebook_set_tab_pos, "gtk_notebook_set_tab_pos", LIBRARY.GTK);
2446 	Linker.link(gtk_notebook_set_tab_reorderable, "gtk_notebook_set_tab_reorderable", LIBRARY.GTK);
2447 
2448 	// gtk.NotebookAccessible
2449 
2450 	Linker.link(gtk_notebook_accessible_get_type, "gtk_notebook_accessible_get_type", LIBRARY.GTK);
2451 
2452 	// gtk.NotebookPageAccessible
2453 
2454 	Linker.link(gtk_notebook_page_accessible_get_type, "gtk_notebook_page_accessible_get_type", LIBRARY.GTK);
2455 	Linker.link(gtk_notebook_page_accessible_new, "gtk_notebook_page_accessible_new", LIBRARY.GTK);
2456 	Linker.link(gtk_notebook_page_accessible_invalidate, "gtk_notebook_page_accessible_invalidate", LIBRARY.GTK);
2457 
2458 	// gtk.NumerableIcon
2459 
2460 	Linker.link(gtk_numerable_icon_get_type, "gtk_numerable_icon_get_type", LIBRARY.GTK);
2461 	Linker.link(gtk_numerable_icon_new, "gtk_numerable_icon_new", LIBRARY.GTK);
2462 	Linker.link(gtk_numerable_icon_new_with_style_context, "gtk_numerable_icon_new_with_style_context", LIBRARY.GTK);
2463 	Linker.link(gtk_numerable_icon_get_background_gicon, "gtk_numerable_icon_get_background_gicon", LIBRARY.GTK);
2464 	Linker.link(gtk_numerable_icon_get_background_icon_name, "gtk_numerable_icon_get_background_icon_name", LIBRARY.GTK);
2465 	Linker.link(gtk_numerable_icon_get_count, "gtk_numerable_icon_get_count", LIBRARY.GTK);
2466 	Linker.link(gtk_numerable_icon_get_label, "gtk_numerable_icon_get_label", LIBRARY.GTK);
2467 	Linker.link(gtk_numerable_icon_get_style_context, "gtk_numerable_icon_get_style_context", LIBRARY.GTK);
2468 	Linker.link(gtk_numerable_icon_set_background_gicon, "gtk_numerable_icon_set_background_gicon", LIBRARY.GTK);
2469 	Linker.link(gtk_numerable_icon_set_background_icon_name, "gtk_numerable_icon_set_background_icon_name", LIBRARY.GTK);
2470 	Linker.link(gtk_numerable_icon_set_count, "gtk_numerable_icon_set_count", LIBRARY.GTK);
2471 	Linker.link(gtk_numerable_icon_set_label, "gtk_numerable_icon_set_label", LIBRARY.GTK);
2472 	Linker.link(gtk_numerable_icon_set_style_context, "gtk_numerable_icon_set_style_context", LIBRARY.GTK);
2473 
2474 	// gtk.OffscreenWindow
2475 
2476 	Linker.link(gtk_offscreen_window_get_type, "gtk_offscreen_window_get_type", LIBRARY.GTK);
2477 	Linker.link(gtk_offscreen_window_new, "gtk_offscreen_window_new", LIBRARY.GTK);
2478 	Linker.link(gtk_offscreen_window_get_pixbuf, "gtk_offscreen_window_get_pixbuf", LIBRARY.GTK);
2479 	Linker.link(gtk_offscreen_window_get_surface, "gtk_offscreen_window_get_surface", LIBRARY.GTK);
2480 
2481 	// gtk.Orientable
2482 
2483 	Linker.link(gtk_orientable_get_type, "gtk_orientable_get_type", LIBRARY.GTK);
2484 	Linker.link(gtk_orientable_get_orientation, "gtk_orientable_get_orientation", LIBRARY.GTK);
2485 	Linker.link(gtk_orientable_set_orientation, "gtk_orientable_set_orientation", LIBRARY.GTK);
2486 
2487 	// gtk.Overlay
2488 
2489 	Linker.link(gtk_overlay_get_type, "gtk_overlay_get_type", LIBRARY.GTK);
2490 	Linker.link(gtk_overlay_new, "gtk_overlay_new", LIBRARY.GTK);
2491 	Linker.link(gtk_overlay_add_overlay, "gtk_overlay_add_overlay", LIBRARY.GTK);
2492 	Linker.link(gtk_overlay_get_overlay_pass_through, "gtk_overlay_get_overlay_pass_through", LIBRARY.GTK);
2493 	Linker.link(gtk_overlay_reorder_overlay, "gtk_overlay_reorder_overlay", LIBRARY.GTK);
2494 	Linker.link(gtk_overlay_set_overlay_pass_through, "gtk_overlay_set_overlay_pass_through", LIBRARY.GTK);
2495 
2496 	// gtk.PageSetup
2497 
2498 	Linker.link(gtk_page_setup_get_type, "gtk_page_setup_get_type", LIBRARY.GTK);
2499 	Linker.link(gtk_page_setup_new, "gtk_page_setup_new", LIBRARY.GTK);
2500 	Linker.link(gtk_page_setup_new_from_file, "gtk_page_setup_new_from_file", LIBRARY.GTK);
2501 	Linker.link(gtk_page_setup_new_from_key_file, "gtk_page_setup_new_from_key_file", LIBRARY.GTK);
2502 	Linker.link(gtk_page_setup_copy, "gtk_page_setup_copy", LIBRARY.GTK);
2503 	Linker.link(gtk_page_setup_get_bottom_margin, "gtk_page_setup_get_bottom_margin", LIBRARY.GTK);
2504 	Linker.link(gtk_page_setup_get_left_margin, "gtk_page_setup_get_left_margin", LIBRARY.GTK);
2505 	Linker.link(gtk_page_setup_get_orientation, "gtk_page_setup_get_orientation", LIBRARY.GTK);
2506 	Linker.link(gtk_page_setup_get_page_height, "gtk_page_setup_get_page_height", LIBRARY.GTK);
2507 	Linker.link(gtk_page_setup_get_page_width, "gtk_page_setup_get_page_width", LIBRARY.GTK);
2508 	Linker.link(gtk_page_setup_get_paper_height, "gtk_page_setup_get_paper_height", LIBRARY.GTK);
2509 	Linker.link(gtk_page_setup_get_paper_size, "gtk_page_setup_get_paper_size", LIBRARY.GTK);
2510 	Linker.link(gtk_page_setup_get_paper_width, "gtk_page_setup_get_paper_width", LIBRARY.GTK);
2511 	Linker.link(gtk_page_setup_get_right_margin, "gtk_page_setup_get_right_margin", LIBRARY.GTK);
2512 	Linker.link(gtk_page_setup_get_top_margin, "gtk_page_setup_get_top_margin", LIBRARY.GTK);
2513 	Linker.link(gtk_page_setup_load_file, "gtk_page_setup_load_file", LIBRARY.GTK);
2514 	Linker.link(gtk_page_setup_load_key_file, "gtk_page_setup_load_key_file", LIBRARY.GTK);
2515 	Linker.link(gtk_page_setup_set_bottom_margin, "gtk_page_setup_set_bottom_margin", LIBRARY.GTK);
2516 	Linker.link(gtk_page_setup_set_left_margin, "gtk_page_setup_set_left_margin", LIBRARY.GTK);
2517 	Linker.link(gtk_page_setup_set_orientation, "gtk_page_setup_set_orientation", LIBRARY.GTK);
2518 	Linker.link(gtk_page_setup_set_paper_size, "gtk_page_setup_set_paper_size", LIBRARY.GTK);
2519 	Linker.link(gtk_page_setup_set_paper_size_and_default_margins, "gtk_page_setup_set_paper_size_and_default_margins", LIBRARY.GTK);
2520 	Linker.link(gtk_page_setup_set_right_margin, "gtk_page_setup_set_right_margin", LIBRARY.GTK);
2521 	Linker.link(gtk_page_setup_set_top_margin, "gtk_page_setup_set_top_margin", LIBRARY.GTK);
2522 	Linker.link(gtk_page_setup_to_file, "gtk_page_setup_to_file", LIBRARY.GTK);
2523 	Linker.link(gtk_page_setup_to_key_file, "gtk_page_setup_to_key_file", LIBRARY.GTK);
2524 
2525 	// gtk.Paned
2526 
2527 	Linker.link(gtk_paned_get_type, "gtk_paned_get_type", LIBRARY.GTK);
2528 	Linker.link(gtk_paned_new, "gtk_paned_new", LIBRARY.GTK);
2529 	Linker.link(gtk_paned_add1, "gtk_paned_add1", LIBRARY.GTK);
2530 	Linker.link(gtk_paned_add2, "gtk_paned_add2", LIBRARY.GTK);
2531 	Linker.link(gtk_paned_get_child1, "gtk_paned_get_child1", LIBRARY.GTK);
2532 	Linker.link(gtk_paned_get_child2, "gtk_paned_get_child2", LIBRARY.GTK);
2533 	Linker.link(gtk_paned_get_handle_window, "gtk_paned_get_handle_window", LIBRARY.GTK);
2534 	Linker.link(gtk_paned_get_position, "gtk_paned_get_position", LIBRARY.GTK);
2535 	Linker.link(gtk_paned_get_wide_handle, "gtk_paned_get_wide_handle", LIBRARY.GTK);
2536 	Linker.link(gtk_paned_pack1, "gtk_paned_pack1", LIBRARY.GTK);
2537 	Linker.link(gtk_paned_pack2, "gtk_paned_pack2", LIBRARY.GTK);
2538 	Linker.link(gtk_paned_set_position, "gtk_paned_set_position", LIBRARY.GTK);
2539 	Linker.link(gtk_paned_set_wide_handle, "gtk_paned_set_wide_handle", LIBRARY.GTK);
2540 
2541 	// gtk.PanedAccessible
2542 
2543 	Linker.link(gtk_paned_accessible_get_type, "gtk_paned_accessible_get_type", LIBRARY.GTK);
2544 
2545 	// gtk.PaperSize
2546 
2547 	Linker.link(gtk_paper_size_get_type, "gtk_paper_size_get_type", LIBRARY.GTK);
2548 	Linker.link(gtk_paper_size_new, "gtk_paper_size_new", LIBRARY.GTK);
2549 	Linker.link(gtk_paper_size_new_custom, "gtk_paper_size_new_custom", LIBRARY.GTK);
2550 	Linker.link(gtk_paper_size_new_from_ipp, "gtk_paper_size_new_from_ipp", LIBRARY.GTK);
2551 	Linker.link(gtk_paper_size_new_from_key_file, "gtk_paper_size_new_from_key_file", LIBRARY.GTK);
2552 	Linker.link(gtk_paper_size_new_from_ppd, "gtk_paper_size_new_from_ppd", LIBRARY.GTK);
2553 	Linker.link(gtk_paper_size_copy, "gtk_paper_size_copy", LIBRARY.GTK);
2554 	Linker.link(gtk_paper_size_free, "gtk_paper_size_free", LIBRARY.GTK);
2555 	Linker.link(gtk_paper_size_get_default_bottom_margin, "gtk_paper_size_get_default_bottom_margin", LIBRARY.GTK);
2556 	Linker.link(gtk_paper_size_get_default_left_margin, "gtk_paper_size_get_default_left_margin", LIBRARY.GTK);
2557 	Linker.link(gtk_paper_size_get_default_right_margin, "gtk_paper_size_get_default_right_margin", LIBRARY.GTK);
2558 	Linker.link(gtk_paper_size_get_default_top_margin, "gtk_paper_size_get_default_top_margin", LIBRARY.GTK);
2559 	Linker.link(gtk_paper_size_get_display_name, "gtk_paper_size_get_display_name", LIBRARY.GTK);
2560 	Linker.link(gtk_paper_size_get_height, "gtk_paper_size_get_height", LIBRARY.GTK);
2561 	Linker.link(gtk_paper_size_get_name, "gtk_paper_size_get_name", LIBRARY.GTK);
2562 	Linker.link(gtk_paper_size_get_ppd_name, "gtk_paper_size_get_ppd_name", LIBRARY.GTK);
2563 	Linker.link(gtk_paper_size_get_width, "gtk_paper_size_get_width", LIBRARY.GTK);
2564 	Linker.link(gtk_paper_size_is_custom, "gtk_paper_size_is_custom", LIBRARY.GTK);
2565 	Linker.link(gtk_paper_size_is_equal, "gtk_paper_size_is_equal", LIBRARY.GTK);
2566 	Linker.link(gtk_paper_size_is_ipp, "gtk_paper_size_is_ipp", LIBRARY.GTK);
2567 	Linker.link(gtk_paper_size_set_size, "gtk_paper_size_set_size", LIBRARY.GTK);
2568 	Linker.link(gtk_paper_size_to_key_file, "gtk_paper_size_to_key_file", LIBRARY.GTK);
2569 	Linker.link(gtk_paper_size_get_default, "gtk_paper_size_get_default", LIBRARY.GTK);
2570 	Linker.link(gtk_paper_size_get_paper_sizes, "gtk_paper_size_get_paper_sizes", LIBRARY.GTK);
2571 
2572 	// gtk.PlacesSidebar
2573 
2574 	Linker.link(gtk_places_sidebar_get_type, "gtk_places_sidebar_get_type", LIBRARY.GTK);
2575 	Linker.link(gtk_places_sidebar_new, "gtk_places_sidebar_new", LIBRARY.GTK);
2576 	Linker.link(gtk_places_sidebar_add_shortcut, "gtk_places_sidebar_add_shortcut", LIBRARY.GTK);
2577 	Linker.link(gtk_places_sidebar_get_local_only, "gtk_places_sidebar_get_local_only", LIBRARY.GTK);
2578 	Linker.link(gtk_places_sidebar_get_location, "gtk_places_sidebar_get_location", LIBRARY.GTK);
2579 	Linker.link(gtk_places_sidebar_get_nth_bookmark, "gtk_places_sidebar_get_nth_bookmark", LIBRARY.GTK);
2580 	Linker.link(gtk_places_sidebar_get_open_flags, "gtk_places_sidebar_get_open_flags", LIBRARY.GTK);
2581 	Linker.link(gtk_places_sidebar_get_show_connect_to_server, "gtk_places_sidebar_get_show_connect_to_server", LIBRARY.GTK);
2582 	Linker.link(gtk_places_sidebar_get_show_desktop, "gtk_places_sidebar_get_show_desktop", LIBRARY.GTK);
2583 	Linker.link(gtk_places_sidebar_get_show_enter_location, "gtk_places_sidebar_get_show_enter_location", LIBRARY.GTK);
2584 	Linker.link(gtk_places_sidebar_get_show_other_locations, "gtk_places_sidebar_get_show_other_locations", LIBRARY.GTK);
2585 	Linker.link(gtk_places_sidebar_get_show_recent, "gtk_places_sidebar_get_show_recent", LIBRARY.GTK);
2586 	Linker.link(gtk_places_sidebar_get_show_trash, "gtk_places_sidebar_get_show_trash", LIBRARY.GTK);
2587 	Linker.link(gtk_places_sidebar_list_shortcuts, "gtk_places_sidebar_list_shortcuts", LIBRARY.GTK);
2588 	Linker.link(gtk_places_sidebar_remove_shortcut, "gtk_places_sidebar_remove_shortcut", LIBRARY.GTK);
2589 	Linker.link(gtk_places_sidebar_set_drop_targets_visible, "gtk_places_sidebar_set_drop_targets_visible", LIBRARY.GTK);
2590 	Linker.link(gtk_places_sidebar_set_local_only, "gtk_places_sidebar_set_local_only", LIBRARY.GTK);
2591 	Linker.link(gtk_places_sidebar_set_location, "gtk_places_sidebar_set_location", LIBRARY.GTK);
2592 	Linker.link(gtk_places_sidebar_set_open_flags, "gtk_places_sidebar_set_open_flags", LIBRARY.GTK);
2593 	Linker.link(gtk_places_sidebar_set_show_connect_to_server, "gtk_places_sidebar_set_show_connect_to_server", LIBRARY.GTK);
2594 	Linker.link(gtk_places_sidebar_set_show_desktop, "gtk_places_sidebar_set_show_desktop", LIBRARY.GTK);
2595 	Linker.link(gtk_places_sidebar_set_show_enter_location, "gtk_places_sidebar_set_show_enter_location", LIBRARY.GTK);
2596 	Linker.link(gtk_places_sidebar_set_show_other_locations, "gtk_places_sidebar_set_show_other_locations", LIBRARY.GTK);
2597 	Linker.link(gtk_places_sidebar_set_show_recent, "gtk_places_sidebar_set_show_recent", LIBRARY.GTK);
2598 	Linker.link(gtk_places_sidebar_set_show_trash, "gtk_places_sidebar_set_show_trash", LIBRARY.GTK);
2599 
2600 	// gtk.Plug
2601 
2602 	Linker.link(gtk_plug_get_type, "gtk_plug_get_type", LIBRARY.GTK);
2603 	Linker.link(gtk_plug_new, "gtk_plug_new", LIBRARY.GTK);
2604 	Linker.link(gtk_plug_new_for_display, "gtk_plug_new_for_display", LIBRARY.GTK);
2605 	Linker.link(gtk_plug_construct, "gtk_plug_construct", LIBRARY.GTK);
2606 	Linker.link(gtk_plug_construct_for_display, "gtk_plug_construct_for_display", LIBRARY.GTK);
2607 	Linker.link(gtk_plug_get_embedded, "gtk_plug_get_embedded", LIBRARY.GTK);
2608 	Linker.link(gtk_plug_get_id, "gtk_plug_get_id", LIBRARY.GTK);
2609 	Linker.link(gtk_plug_get_socket_window, "gtk_plug_get_socket_window", LIBRARY.GTK);
2610 
2611 	// gtk.Popover
2612 
2613 	Linker.link(gtk_popover_get_type, "gtk_popover_get_type", LIBRARY.GTK);
2614 	Linker.link(gtk_popover_new, "gtk_popover_new", LIBRARY.GTK);
2615 	Linker.link(gtk_popover_new_from_model, "gtk_popover_new_from_model", LIBRARY.GTK);
2616 	Linker.link(gtk_popover_bind_model, "gtk_popover_bind_model", LIBRARY.GTK);
2617 	Linker.link(gtk_popover_get_constrain_to, "gtk_popover_get_constrain_to", LIBRARY.GTK);
2618 	Linker.link(gtk_popover_get_default_widget, "gtk_popover_get_default_widget", LIBRARY.GTK);
2619 	Linker.link(gtk_popover_get_modal, "gtk_popover_get_modal", LIBRARY.GTK);
2620 	Linker.link(gtk_popover_get_pointing_to, "gtk_popover_get_pointing_to", LIBRARY.GTK);
2621 	Linker.link(gtk_popover_get_position, "gtk_popover_get_position", LIBRARY.GTK);
2622 	Linker.link(gtk_popover_get_relative_to, "gtk_popover_get_relative_to", LIBRARY.GTK);
2623 	Linker.link(gtk_popover_get_transitions_enabled, "gtk_popover_get_transitions_enabled", LIBRARY.GTK);
2624 	Linker.link(gtk_popover_set_constrain_to, "gtk_popover_set_constrain_to", LIBRARY.GTK);
2625 	Linker.link(gtk_popover_set_default_widget, "gtk_popover_set_default_widget", LIBRARY.GTK);
2626 	Linker.link(gtk_popover_set_modal, "gtk_popover_set_modal", LIBRARY.GTK);
2627 	Linker.link(gtk_popover_set_pointing_to, "gtk_popover_set_pointing_to", LIBRARY.GTK);
2628 	Linker.link(gtk_popover_set_position, "gtk_popover_set_position", LIBRARY.GTK);
2629 	Linker.link(gtk_popover_set_relative_to, "gtk_popover_set_relative_to", LIBRARY.GTK);
2630 	Linker.link(gtk_popover_set_transitions_enabled, "gtk_popover_set_transitions_enabled", LIBRARY.GTK);
2631 
2632 	// gtk.PopoverAccessible
2633 
2634 	Linker.link(gtk_popover_accessible_get_type, "gtk_popover_accessible_get_type", LIBRARY.GTK);
2635 
2636 	// gtk.PopoverMenu
2637 
2638 	Linker.link(gtk_popover_menu_get_type, "gtk_popover_menu_get_type", LIBRARY.GTK);
2639 	Linker.link(gtk_popover_menu_new, "gtk_popover_menu_new", LIBRARY.GTK);
2640 	Linker.link(gtk_popover_menu_open_submenu, "gtk_popover_menu_open_submenu", LIBRARY.GTK);
2641 
2642 	// gtk.PrintContext
2643 
2644 	Linker.link(gtk_print_context_get_type, "gtk_print_context_get_type", LIBRARY.GTK);
2645 	Linker.link(gtk_print_context_create_pango_context, "gtk_print_context_create_pango_context", LIBRARY.GTK);
2646 	Linker.link(gtk_print_context_create_pango_layout, "gtk_print_context_create_pango_layout", LIBRARY.GTK);
2647 	Linker.link(gtk_print_context_get_cairo_context, "gtk_print_context_get_cairo_context", LIBRARY.GTK);
2648 	Linker.link(gtk_print_context_get_dpi_x, "gtk_print_context_get_dpi_x", LIBRARY.GTK);
2649 	Linker.link(gtk_print_context_get_dpi_y, "gtk_print_context_get_dpi_y", LIBRARY.GTK);
2650 	Linker.link(gtk_print_context_get_hard_margins, "gtk_print_context_get_hard_margins", LIBRARY.GTK);
2651 	Linker.link(gtk_print_context_get_height, "gtk_print_context_get_height", LIBRARY.GTK);
2652 	Linker.link(gtk_print_context_get_page_setup, "gtk_print_context_get_page_setup", LIBRARY.GTK);
2653 	Linker.link(gtk_print_context_get_pango_fontmap, "gtk_print_context_get_pango_fontmap", LIBRARY.GTK);
2654 	Linker.link(gtk_print_context_get_width, "gtk_print_context_get_width", LIBRARY.GTK);
2655 	Linker.link(gtk_print_context_set_cairo_context, "gtk_print_context_set_cairo_context", LIBRARY.GTK);
2656 
2657 	// gtk.PrintOperation
2658 
2659 	Linker.link(gtk_print_operation_get_type, "gtk_print_operation_get_type", LIBRARY.GTK);
2660 	Linker.link(gtk_print_operation_new, "gtk_print_operation_new", LIBRARY.GTK);
2661 	Linker.link(gtk_print_operation_cancel, "gtk_print_operation_cancel", LIBRARY.GTK);
2662 	Linker.link(gtk_print_operation_draw_page_finish, "gtk_print_operation_draw_page_finish", LIBRARY.GTK);
2663 	Linker.link(gtk_print_operation_get_default_page_setup, "gtk_print_operation_get_default_page_setup", LIBRARY.GTK);
2664 	Linker.link(gtk_print_operation_get_embed_page_setup, "gtk_print_operation_get_embed_page_setup", LIBRARY.GTK);
2665 	Linker.link(gtk_print_operation_get_error, "gtk_print_operation_get_error", LIBRARY.GTK);
2666 	Linker.link(gtk_print_operation_get_has_selection, "gtk_print_operation_get_has_selection", LIBRARY.GTK);
2667 	Linker.link(gtk_print_operation_get_n_pages_to_print, "gtk_print_operation_get_n_pages_to_print", LIBRARY.GTK);
2668 	Linker.link(gtk_print_operation_get_print_settings, "gtk_print_operation_get_print_settings", LIBRARY.GTK);
2669 	Linker.link(gtk_print_operation_get_status, "gtk_print_operation_get_status", LIBRARY.GTK);
2670 	Linker.link(gtk_print_operation_get_status_string, "gtk_print_operation_get_status_string", LIBRARY.GTK);
2671 	Linker.link(gtk_print_operation_get_support_selection, "gtk_print_operation_get_support_selection", LIBRARY.GTK);
2672 	Linker.link(gtk_print_operation_is_finished, "gtk_print_operation_is_finished", LIBRARY.GTK);
2673 	Linker.link(gtk_print_operation_run, "gtk_print_operation_run", LIBRARY.GTK);
2674 	Linker.link(gtk_print_operation_set_allow_async, "gtk_print_operation_set_allow_async", LIBRARY.GTK);
2675 	Linker.link(gtk_print_operation_set_current_page, "gtk_print_operation_set_current_page", LIBRARY.GTK);
2676 	Linker.link(gtk_print_operation_set_custom_tab_label, "gtk_print_operation_set_custom_tab_label", LIBRARY.GTK);
2677 	Linker.link(gtk_print_operation_set_default_page_setup, "gtk_print_operation_set_default_page_setup", LIBRARY.GTK);
2678 	Linker.link(gtk_print_operation_set_defer_drawing, "gtk_print_operation_set_defer_drawing", LIBRARY.GTK);
2679 	Linker.link(gtk_print_operation_set_embed_page_setup, "gtk_print_operation_set_embed_page_setup", LIBRARY.GTK);
2680 	Linker.link(gtk_print_operation_set_export_filename, "gtk_print_operation_set_export_filename", LIBRARY.GTK);
2681 	Linker.link(gtk_print_operation_set_has_selection, "gtk_print_operation_set_has_selection", LIBRARY.GTK);
2682 	Linker.link(gtk_print_operation_set_job_name, "gtk_print_operation_set_job_name", LIBRARY.GTK);
2683 	Linker.link(gtk_print_operation_set_n_pages, "gtk_print_operation_set_n_pages", LIBRARY.GTK);
2684 	Linker.link(gtk_print_operation_set_print_settings, "gtk_print_operation_set_print_settings", LIBRARY.GTK);
2685 	Linker.link(gtk_print_operation_set_show_progress, "gtk_print_operation_set_show_progress", LIBRARY.GTK);
2686 	Linker.link(gtk_print_operation_set_support_selection, "gtk_print_operation_set_support_selection", LIBRARY.GTK);
2687 	Linker.link(gtk_print_operation_set_track_print_status, "gtk_print_operation_set_track_print_status", LIBRARY.GTK);
2688 	Linker.link(gtk_print_operation_set_unit, "gtk_print_operation_set_unit", LIBRARY.GTK);
2689 	Linker.link(gtk_print_operation_set_use_full_page, "gtk_print_operation_set_use_full_page", LIBRARY.GTK);
2690 	Linker.link(gtk_print_run_page_setup_dialog, "gtk_print_run_page_setup_dialog", LIBRARY.GTK);
2691 	Linker.link(gtk_print_run_page_setup_dialog_async, "gtk_print_run_page_setup_dialog_async", LIBRARY.GTK);
2692 
2693 	// gtk.PrintOperationPreview
2694 
2695 	Linker.link(gtk_print_operation_preview_get_type, "gtk_print_operation_preview_get_type", LIBRARY.GTK);
2696 	Linker.link(gtk_print_operation_preview_end_preview, "gtk_print_operation_preview_end_preview", LIBRARY.GTK);
2697 	Linker.link(gtk_print_operation_preview_is_selected, "gtk_print_operation_preview_is_selected", LIBRARY.GTK);
2698 	Linker.link(gtk_print_operation_preview_render_page, "gtk_print_operation_preview_render_page", LIBRARY.GTK);
2699 
2700 	// gtk.PrintSettings
2701 
2702 	Linker.link(gtk_print_settings_get_type, "gtk_print_settings_get_type", LIBRARY.GTK);
2703 	Linker.link(gtk_print_settings_new, "gtk_print_settings_new", LIBRARY.GTK);
2704 	Linker.link(gtk_print_settings_new_from_file, "gtk_print_settings_new_from_file", LIBRARY.GTK);
2705 	Linker.link(gtk_print_settings_new_from_key_file, "gtk_print_settings_new_from_key_file", LIBRARY.GTK);
2706 	Linker.link(gtk_print_settings_copy, "gtk_print_settings_copy", LIBRARY.GTK);
2707 	Linker.link(gtk_print_settings_foreach, "gtk_print_settings_foreach", LIBRARY.GTK);
2708 	Linker.link(gtk_print_settings_get, "gtk_print_settings_get", LIBRARY.GTK);
2709 	Linker.link(gtk_print_settings_get_bool, "gtk_print_settings_get_bool", LIBRARY.GTK);
2710 	Linker.link(gtk_print_settings_get_collate, "gtk_print_settings_get_collate", LIBRARY.GTK);
2711 	Linker.link(gtk_print_settings_get_default_source, "gtk_print_settings_get_default_source", LIBRARY.GTK);
2712 	Linker.link(gtk_print_settings_get_dither, "gtk_print_settings_get_dither", LIBRARY.GTK);
2713 	Linker.link(gtk_print_settings_get_double, "gtk_print_settings_get_double", LIBRARY.GTK);
2714 	Linker.link(gtk_print_settings_get_double_with_default, "gtk_print_settings_get_double_with_default", LIBRARY.GTK);
2715 	Linker.link(gtk_print_settings_get_duplex, "gtk_print_settings_get_duplex", LIBRARY.GTK);
2716 	Linker.link(gtk_print_settings_get_finishings, "gtk_print_settings_get_finishings", LIBRARY.GTK);
2717 	Linker.link(gtk_print_settings_get_int, "gtk_print_settings_get_int", LIBRARY.GTK);
2718 	Linker.link(gtk_print_settings_get_int_with_default, "gtk_print_settings_get_int_with_default", LIBRARY.GTK);
2719 	Linker.link(gtk_print_settings_get_length, "gtk_print_settings_get_length", LIBRARY.GTK);
2720 	Linker.link(gtk_print_settings_get_media_type, "gtk_print_settings_get_media_type", LIBRARY.GTK);
2721 	Linker.link(gtk_print_settings_get_n_copies, "gtk_print_settings_get_n_copies", LIBRARY.GTK);
2722 	Linker.link(gtk_print_settings_get_number_up, "gtk_print_settings_get_number_up", LIBRARY.GTK);
2723 	Linker.link(gtk_print_settings_get_number_up_layout, "gtk_print_settings_get_number_up_layout", LIBRARY.GTK);
2724 	Linker.link(gtk_print_settings_get_orientation, "gtk_print_settings_get_orientation", LIBRARY.GTK);
2725 	Linker.link(gtk_print_settings_get_output_bin, "gtk_print_settings_get_output_bin", LIBRARY.GTK);
2726 	Linker.link(gtk_print_settings_get_page_ranges, "gtk_print_settings_get_page_ranges", LIBRARY.GTK);
2727 	Linker.link(gtk_print_settings_get_page_set, "gtk_print_settings_get_page_set", LIBRARY.GTK);
2728 	Linker.link(gtk_print_settings_get_paper_height, "gtk_print_settings_get_paper_height", LIBRARY.GTK);
2729 	Linker.link(gtk_print_settings_get_paper_size, "gtk_print_settings_get_paper_size", LIBRARY.GTK);
2730 	Linker.link(gtk_print_settings_get_paper_width, "gtk_print_settings_get_paper_width", LIBRARY.GTK);
2731 	Linker.link(gtk_print_settings_get_print_pages, "gtk_print_settings_get_print_pages", LIBRARY.GTK);
2732 	Linker.link(gtk_print_settings_get_printer, "gtk_print_settings_get_printer", LIBRARY.GTK);
2733 	Linker.link(gtk_print_settings_get_printer_lpi, "gtk_print_settings_get_printer_lpi", LIBRARY.GTK);
2734 	Linker.link(gtk_print_settings_get_quality, "gtk_print_settings_get_quality", LIBRARY.GTK);
2735 	Linker.link(gtk_print_settings_get_resolution, "gtk_print_settings_get_resolution", LIBRARY.GTK);
2736 	Linker.link(gtk_print_settings_get_resolution_x, "gtk_print_settings_get_resolution_x", LIBRARY.GTK);
2737 	Linker.link(gtk_print_settings_get_resolution_y, "gtk_print_settings_get_resolution_y", LIBRARY.GTK);
2738 	Linker.link(gtk_print_settings_get_reverse, "gtk_print_settings_get_reverse", LIBRARY.GTK);
2739 	Linker.link(gtk_print_settings_get_scale, "gtk_print_settings_get_scale", LIBRARY.GTK);
2740 	Linker.link(gtk_print_settings_get_use_color, "gtk_print_settings_get_use_color", LIBRARY.GTK);
2741 	Linker.link(gtk_print_settings_has_key, "gtk_print_settings_has_key", LIBRARY.GTK);
2742 	Linker.link(gtk_print_settings_load_file, "gtk_print_settings_load_file", LIBRARY.GTK);
2743 	Linker.link(gtk_print_settings_load_key_file, "gtk_print_settings_load_key_file", LIBRARY.GTK);
2744 	Linker.link(gtk_print_settings_set, "gtk_print_settings_set", LIBRARY.GTK);
2745 	Linker.link(gtk_print_settings_set_bool, "gtk_print_settings_set_bool", LIBRARY.GTK);
2746 	Linker.link(gtk_print_settings_set_collate, "gtk_print_settings_set_collate", LIBRARY.GTK);
2747 	Linker.link(gtk_print_settings_set_default_source, "gtk_print_settings_set_default_source", LIBRARY.GTK);
2748 	Linker.link(gtk_print_settings_set_dither, "gtk_print_settings_set_dither", LIBRARY.GTK);
2749 	Linker.link(gtk_print_settings_set_double, "gtk_print_settings_set_double", LIBRARY.GTK);
2750 	Linker.link(gtk_print_settings_set_duplex, "gtk_print_settings_set_duplex", LIBRARY.GTK);
2751 	Linker.link(gtk_print_settings_set_finishings, "gtk_print_settings_set_finishings", LIBRARY.GTK);
2752 	Linker.link(gtk_print_settings_set_int, "gtk_print_settings_set_int", LIBRARY.GTK);
2753 	Linker.link(gtk_print_settings_set_length, "gtk_print_settings_set_length", LIBRARY.GTK);
2754 	Linker.link(gtk_print_settings_set_media_type, "gtk_print_settings_set_media_type", LIBRARY.GTK);
2755 	Linker.link(gtk_print_settings_set_n_copies, "gtk_print_settings_set_n_copies", LIBRARY.GTK);
2756 	Linker.link(gtk_print_settings_set_number_up, "gtk_print_settings_set_number_up", LIBRARY.GTK);
2757 	Linker.link(gtk_print_settings_set_number_up_layout, "gtk_print_settings_set_number_up_layout", LIBRARY.GTK);
2758 	Linker.link(gtk_print_settings_set_orientation, "gtk_print_settings_set_orientation", LIBRARY.GTK);
2759 	Linker.link(gtk_print_settings_set_output_bin, "gtk_print_settings_set_output_bin", LIBRARY.GTK);
2760 	Linker.link(gtk_print_settings_set_page_ranges, "gtk_print_settings_set_page_ranges", LIBRARY.GTK);
2761 	Linker.link(gtk_print_settings_set_page_set, "gtk_print_settings_set_page_set", LIBRARY.GTK);
2762 	Linker.link(gtk_print_settings_set_paper_height, "gtk_print_settings_set_paper_height", LIBRARY.GTK);
2763 	Linker.link(gtk_print_settings_set_paper_size, "gtk_print_settings_set_paper_size", LIBRARY.GTK);
2764 	Linker.link(gtk_print_settings_set_paper_width, "gtk_print_settings_set_paper_width", LIBRARY.GTK);
2765 	Linker.link(gtk_print_settings_set_print_pages, "gtk_print_settings_set_print_pages", LIBRARY.GTK);
2766 	Linker.link(gtk_print_settings_set_printer, "gtk_print_settings_set_printer", LIBRARY.GTK);
2767 	Linker.link(gtk_print_settings_set_printer_lpi, "gtk_print_settings_set_printer_lpi", LIBRARY.GTK);
2768 	Linker.link(gtk_print_settings_set_quality, "gtk_print_settings_set_quality", LIBRARY.GTK);
2769 	Linker.link(gtk_print_settings_set_resolution, "gtk_print_settings_set_resolution", LIBRARY.GTK);
2770 	Linker.link(gtk_print_settings_set_resolution_xy, "gtk_print_settings_set_resolution_xy", LIBRARY.GTK);
2771 	Linker.link(gtk_print_settings_set_reverse, "gtk_print_settings_set_reverse", LIBRARY.GTK);
2772 	Linker.link(gtk_print_settings_set_scale, "gtk_print_settings_set_scale", LIBRARY.GTK);
2773 	Linker.link(gtk_print_settings_set_use_color, "gtk_print_settings_set_use_color", LIBRARY.GTK);
2774 	Linker.link(gtk_print_settings_to_file, "gtk_print_settings_to_file", LIBRARY.GTK);
2775 	Linker.link(gtk_print_settings_to_key_file, "gtk_print_settings_to_key_file", LIBRARY.GTK);
2776 	Linker.link(gtk_print_settings_unset, "gtk_print_settings_unset", LIBRARY.GTK);
2777 
2778 	// gtk.ProgressBar
2779 
2780 	Linker.link(gtk_progress_bar_get_type, "gtk_progress_bar_get_type", LIBRARY.GTK);
2781 	Linker.link(gtk_progress_bar_new, "gtk_progress_bar_new", LIBRARY.GTK);
2782 	Linker.link(gtk_progress_bar_get_ellipsize, "gtk_progress_bar_get_ellipsize", LIBRARY.GTK);
2783 	Linker.link(gtk_progress_bar_get_fraction, "gtk_progress_bar_get_fraction", LIBRARY.GTK);
2784 	Linker.link(gtk_progress_bar_get_inverted, "gtk_progress_bar_get_inverted", LIBRARY.GTK);
2785 	Linker.link(gtk_progress_bar_get_pulse_step, "gtk_progress_bar_get_pulse_step", LIBRARY.GTK);
2786 	Linker.link(gtk_progress_bar_get_show_text, "gtk_progress_bar_get_show_text", LIBRARY.GTK);
2787 	Linker.link(gtk_progress_bar_get_text, "gtk_progress_bar_get_text", LIBRARY.GTK);
2788 	Linker.link(gtk_progress_bar_pulse, "gtk_progress_bar_pulse", LIBRARY.GTK);
2789 	Linker.link(gtk_progress_bar_set_ellipsize, "gtk_progress_bar_set_ellipsize", LIBRARY.GTK);
2790 	Linker.link(gtk_progress_bar_set_fraction, "gtk_progress_bar_set_fraction", LIBRARY.GTK);
2791 	Linker.link(gtk_progress_bar_set_inverted, "gtk_progress_bar_set_inverted", LIBRARY.GTK);
2792 	Linker.link(gtk_progress_bar_set_pulse_step, "gtk_progress_bar_set_pulse_step", LIBRARY.GTK);
2793 	Linker.link(gtk_progress_bar_set_show_text, "gtk_progress_bar_set_show_text", LIBRARY.GTK);
2794 	Linker.link(gtk_progress_bar_set_text, "gtk_progress_bar_set_text", LIBRARY.GTK);
2795 
2796 	// gtk.ProgressBarAccessible
2797 
2798 	Linker.link(gtk_progress_bar_accessible_get_type, "gtk_progress_bar_accessible_get_type", LIBRARY.GTK);
2799 
2800 	// gtk.RadioAction
2801 
2802 	Linker.link(gtk_radio_action_get_type, "gtk_radio_action_get_type", LIBRARY.GTK);
2803 	Linker.link(gtk_radio_action_new, "gtk_radio_action_new", LIBRARY.GTK);
2804 	Linker.link(gtk_radio_action_get_current_value, "gtk_radio_action_get_current_value", LIBRARY.GTK);
2805 	Linker.link(gtk_radio_action_get_group, "gtk_radio_action_get_group", LIBRARY.GTK);
2806 	Linker.link(gtk_radio_action_join_group, "gtk_radio_action_join_group", LIBRARY.GTK);
2807 	Linker.link(gtk_radio_action_set_current_value, "gtk_radio_action_set_current_value", LIBRARY.GTK);
2808 	Linker.link(gtk_radio_action_set_group, "gtk_radio_action_set_group", LIBRARY.GTK);
2809 
2810 	// gtk.RadioButton
2811 
2812 	Linker.link(gtk_radio_button_get_type, "gtk_radio_button_get_type", LIBRARY.GTK);
2813 	Linker.link(gtk_radio_button_new, "gtk_radio_button_new", LIBRARY.GTK);
2814 	Linker.link(gtk_radio_button_new_from_widget, "gtk_radio_button_new_from_widget", LIBRARY.GTK);
2815 	Linker.link(gtk_radio_button_new_with_label, "gtk_radio_button_new_with_label", LIBRARY.GTK);
2816 	Linker.link(gtk_radio_button_new_with_label_from_widget, "gtk_radio_button_new_with_label_from_widget", LIBRARY.GTK);
2817 	Linker.link(gtk_radio_button_new_with_mnemonic, "gtk_radio_button_new_with_mnemonic", LIBRARY.GTK);
2818 	Linker.link(gtk_radio_button_new_with_mnemonic_from_widget, "gtk_radio_button_new_with_mnemonic_from_widget", LIBRARY.GTK);
2819 	Linker.link(gtk_radio_button_get_group, "gtk_radio_button_get_group", LIBRARY.GTK);
2820 	Linker.link(gtk_radio_button_join_group, "gtk_radio_button_join_group", LIBRARY.GTK);
2821 	Linker.link(gtk_radio_button_set_group, "gtk_radio_button_set_group", LIBRARY.GTK);
2822 
2823 	// gtk.RadioButtonAccessible
2824 
2825 	Linker.link(gtk_radio_button_accessible_get_type, "gtk_radio_button_accessible_get_type", LIBRARY.GTK);
2826 
2827 	// gtk.RadioMenuItem
2828 
2829 	Linker.link(gtk_radio_menu_item_get_type, "gtk_radio_menu_item_get_type", LIBRARY.GTK);
2830 	Linker.link(gtk_radio_menu_item_new, "gtk_radio_menu_item_new", LIBRARY.GTK);
2831 	Linker.link(gtk_radio_menu_item_new_from_widget, "gtk_radio_menu_item_new_from_widget", LIBRARY.GTK);
2832 	Linker.link(gtk_radio_menu_item_new_with_label, "gtk_radio_menu_item_new_with_label", LIBRARY.GTK);
2833 	Linker.link(gtk_radio_menu_item_new_with_label_from_widget, "gtk_radio_menu_item_new_with_label_from_widget", LIBRARY.GTK);
2834 	Linker.link(gtk_radio_menu_item_new_with_mnemonic, "gtk_radio_menu_item_new_with_mnemonic", LIBRARY.GTK);
2835 	Linker.link(gtk_radio_menu_item_new_with_mnemonic_from_widget, "gtk_radio_menu_item_new_with_mnemonic_from_widget", LIBRARY.GTK);
2836 	Linker.link(gtk_radio_menu_item_get_group, "gtk_radio_menu_item_get_group", LIBRARY.GTK);
2837 	Linker.link(gtk_radio_menu_item_join_group, "gtk_radio_menu_item_join_group", LIBRARY.GTK);
2838 	Linker.link(gtk_radio_menu_item_set_group, "gtk_radio_menu_item_set_group", LIBRARY.GTK);
2839 
2840 	// gtk.RadioMenuItemAccessible
2841 
2842 	Linker.link(gtk_radio_menu_item_accessible_get_type, "gtk_radio_menu_item_accessible_get_type", LIBRARY.GTK);
2843 
2844 	// gtk.RadioToolButton
2845 
2846 	Linker.link(gtk_radio_tool_button_get_type, "gtk_radio_tool_button_get_type", LIBRARY.GTK);
2847 	Linker.link(gtk_radio_tool_button_new, "gtk_radio_tool_button_new", LIBRARY.GTK);
2848 	Linker.link(gtk_radio_tool_button_new_from_stock, "gtk_radio_tool_button_new_from_stock", LIBRARY.GTK);
2849 	Linker.link(gtk_radio_tool_button_new_from_widget, "gtk_radio_tool_button_new_from_widget", LIBRARY.GTK);
2850 	Linker.link(gtk_radio_tool_button_new_with_stock_from_widget, "gtk_radio_tool_button_new_with_stock_from_widget", LIBRARY.GTK);
2851 	Linker.link(gtk_radio_tool_button_get_group, "gtk_radio_tool_button_get_group", LIBRARY.GTK);
2852 	Linker.link(gtk_radio_tool_button_set_group, "gtk_radio_tool_button_set_group", LIBRARY.GTK);
2853 
2854 	// gtk.Range
2855 
2856 	Linker.link(gtk_range_get_type, "gtk_range_get_type", LIBRARY.GTK);
2857 	Linker.link(gtk_range_get_adjustment, "gtk_range_get_adjustment", LIBRARY.GTK);
2858 	Linker.link(gtk_range_get_fill_level, "gtk_range_get_fill_level", LIBRARY.GTK);
2859 	Linker.link(gtk_range_get_flippable, "gtk_range_get_flippable", LIBRARY.GTK);
2860 	Linker.link(gtk_range_get_inverted, "gtk_range_get_inverted", LIBRARY.GTK);
2861 	Linker.link(gtk_range_get_lower_stepper_sensitivity, "gtk_range_get_lower_stepper_sensitivity", LIBRARY.GTK);
2862 	Linker.link(gtk_range_get_min_slider_size, "gtk_range_get_min_slider_size", LIBRARY.GTK);
2863 	Linker.link(gtk_range_get_range_rect, "gtk_range_get_range_rect", LIBRARY.GTK);
2864 	Linker.link(gtk_range_get_restrict_to_fill_level, "gtk_range_get_restrict_to_fill_level", LIBRARY.GTK);
2865 	Linker.link(gtk_range_get_round_digits, "gtk_range_get_round_digits", LIBRARY.GTK);
2866 	Linker.link(gtk_range_get_show_fill_level, "gtk_range_get_show_fill_level", LIBRARY.GTK);
2867 	Linker.link(gtk_range_get_slider_range, "gtk_range_get_slider_range", LIBRARY.GTK);
2868 	Linker.link(gtk_range_get_slider_size_fixed, "gtk_range_get_slider_size_fixed", LIBRARY.GTK);
2869 	Linker.link(gtk_range_get_upper_stepper_sensitivity, "gtk_range_get_upper_stepper_sensitivity", LIBRARY.GTK);
2870 	Linker.link(gtk_range_get_value, "gtk_range_get_value", LIBRARY.GTK);
2871 	Linker.link(gtk_range_set_adjustment, "gtk_range_set_adjustment", LIBRARY.GTK);
2872 	Linker.link(gtk_range_set_fill_level, "gtk_range_set_fill_level", LIBRARY.GTK);
2873 	Linker.link(gtk_range_set_flippable, "gtk_range_set_flippable", LIBRARY.GTK);
2874 	Linker.link(gtk_range_set_increments, "gtk_range_set_increments", LIBRARY.GTK);
2875 	Linker.link(gtk_range_set_inverted, "gtk_range_set_inverted", LIBRARY.GTK);
2876 	Linker.link(gtk_range_set_lower_stepper_sensitivity, "gtk_range_set_lower_stepper_sensitivity", LIBRARY.GTK);
2877 	Linker.link(gtk_range_set_min_slider_size, "gtk_range_set_min_slider_size", LIBRARY.GTK);
2878 	Linker.link(gtk_range_set_range, "gtk_range_set_range", LIBRARY.GTK);
2879 	Linker.link(gtk_range_set_restrict_to_fill_level, "gtk_range_set_restrict_to_fill_level", LIBRARY.GTK);
2880 	Linker.link(gtk_range_set_round_digits, "gtk_range_set_round_digits", LIBRARY.GTK);
2881 	Linker.link(gtk_range_set_show_fill_level, "gtk_range_set_show_fill_level", LIBRARY.GTK);
2882 	Linker.link(gtk_range_set_slider_size_fixed, "gtk_range_set_slider_size_fixed", LIBRARY.GTK);
2883 	Linker.link(gtk_range_set_upper_stepper_sensitivity, "gtk_range_set_upper_stepper_sensitivity", LIBRARY.GTK);
2884 	Linker.link(gtk_range_set_value, "gtk_range_set_value", LIBRARY.GTK);
2885 
2886 	// gtk.RangeAccessible
2887 
2888 	Linker.link(gtk_range_accessible_get_type, "gtk_range_accessible_get_type", LIBRARY.GTK);
2889 
2890 	// gtk.RcProperty
2891 
2892 	Linker.link(gtk_rc_property_parse_border, "gtk_rc_property_parse_border", LIBRARY.GTK);
2893 	Linker.link(gtk_rc_property_parse_color, "gtk_rc_property_parse_color", LIBRARY.GTK);
2894 	Linker.link(gtk_rc_property_parse_enum, "gtk_rc_property_parse_enum", LIBRARY.GTK);
2895 	Linker.link(gtk_rc_property_parse_flags, "gtk_rc_property_parse_flags", LIBRARY.GTK);
2896 	Linker.link(gtk_rc_property_parse_requisition, "gtk_rc_property_parse_requisition", LIBRARY.GTK);
2897 
2898 	// gtk.RcStyle
2899 
2900 	Linker.link(gtk_rc_style_get_type, "gtk_rc_style_get_type", LIBRARY.GTK);
2901 	Linker.link(gtk_rc_style_new, "gtk_rc_style_new", LIBRARY.GTK);
2902 	Linker.link(gtk_rc_style_copy, "gtk_rc_style_copy", LIBRARY.GTK);
2903 	Linker.link(gtk_rc_add_default_file, "gtk_rc_add_default_file", LIBRARY.GTK);
2904 	Linker.link(gtk_rc_find_module_in_path, "gtk_rc_find_module_in_path", LIBRARY.GTK);
2905 	Linker.link(gtk_rc_find_pixmap_in_path, "gtk_rc_find_pixmap_in_path", LIBRARY.GTK);
2906 	Linker.link(gtk_rc_get_default_files, "gtk_rc_get_default_files", LIBRARY.GTK);
2907 	Linker.link(gtk_rc_get_im_module_file, "gtk_rc_get_im_module_file", LIBRARY.GTK);
2908 	Linker.link(gtk_rc_get_im_module_path, "gtk_rc_get_im_module_path", LIBRARY.GTK);
2909 	Linker.link(gtk_rc_get_module_dir, "gtk_rc_get_module_dir", LIBRARY.GTK);
2910 	Linker.link(gtk_rc_get_style, "gtk_rc_get_style", LIBRARY.GTK);
2911 	Linker.link(gtk_rc_get_style_by_paths, "gtk_rc_get_style_by_paths", LIBRARY.GTK);
2912 	Linker.link(gtk_rc_get_theme_dir, "gtk_rc_get_theme_dir", LIBRARY.GTK);
2913 	Linker.link(gtk_rc_parse, "gtk_rc_parse", LIBRARY.GTK);
2914 	Linker.link(gtk_rc_parse_color, "gtk_rc_parse_color", LIBRARY.GTK);
2915 	Linker.link(gtk_rc_parse_color_full, "gtk_rc_parse_color_full", LIBRARY.GTK);
2916 	Linker.link(gtk_rc_parse_priority, "gtk_rc_parse_priority", LIBRARY.GTK);
2917 	Linker.link(gtk_rc_parse_state, "gtk_rc_parse_state", LIBRARY.GTK);
2918 	Linker.link(gtk_rc_parse_string, "gtk_rc_parse_string", LIBRARY.GTK);
2919 	Linker.link(gtk_rc_reparse_all, "gtk_rc_reparse_all", LIBRARY.GTK);
2920 	Linker.link(gtk_rc_reparse_all_for_settings, "gtk_rc_reparse_all_for_settings", LIBRARY.GTK);
2921 	Linker.link(gtk_rc_reset_styles, "gtk_rc_reset_styles", LIBRARY.GTK);
2922 	Linker.link(gtk_rc_scanner_new, "gtk_rc_scanner_new", LIBRARY.GTK);
2923 	Linker.link(gtk_rc_set_default_files, "gtk_rc_set_default_files", LIBRARY.GTK);
2924 
2925 	// gtk.RecentAction
2926 
2927 	Linker.link(gtk_recent_action_get_type, "gtk_recent_action_get_type", LIBRARY.GTK);
2928 	Linker.link(gtk_recent_action_new, "gtk_recent_action_new", LIBRARY.GTK);
2929 	Linker.link(gtk_recent_action_new_for_manager, "gtk_recent_action_new_for_manager", LIBRARY.GTK);
2930 	Linker.link(gtk_recent_action_get_show_numbers, "gtk_recent_action_get_show_numbers", LIBRARY.GTK);
2931 	Linker.link(gtk_recent_action_set_show_numbers, "gtk_recent_action_set_show_numbers", LIBRARY.GTK);
2932 
2933 	// gtk.RecentChooser
2934 
2935 	Linker.link(gtk_recent_chooser_get_type, "gtk_recent_chooser_get_type", LIBRARY.GTK);
2936 	Linker.link(gtk_recent_chooser_add_filter, "gtk_recent_chooser_add_filter", LIBRARY.GTK);
2937 	Linker.link(gtk_recent_chooser_get_current_item, "gtk_recent_chooser_get_current_item", LIBRARY.GTK);
2938 	Linker.link(gtk_recent_chooser_get_current_uri, "gtk_recent_chooser_get_current_uri", LIBRARY.GTK);
2939 	Linker.link(gtk_recent_chooser_get_filter, "gtk_recent_chooser_get_filter", LIBRARY.GTK);
2940 	Linker.link(gtk_recent_chooser_get_items, "gtk_recent_chooser_get_items", LIBRARY.GTK);
2941 	Linker.link(gtk_recent_chooser_get_limit, "gtk_recent_chooser_get_limit", LIBRARY.GTK);
2942 	Linker.link(gtk_recent_chooser_get_local_only, "gtk_recent_chooser_get_local_only", LIBRARY.GTK);
2943 	Linker.link(gtk_recent_chooser_get_select_multiple, "gtk_recent_chooser_get_select_multiple", LIBRARY.GTK);
2944 	Linker.link(gtk_recent_chooser_get_show_icons, "gtk_recent_chooser_get_show_icons", LIBRARY.GTK);
2945 	Linker.link(gtk_recent_chooser_get_show_not_found, "gtk_recent_chooser_get_show_not_found", LIBRARY.GTK);
2946 	Linker.link(gtk_recent_chooser_get_show_private, "gtk_recent_chooser_get_show_private", LIBRARY.GTK);
2947 	Linker.link(gtk_recent_chooser_get_show_tips, "gtk_recent_chooser_get_show_tips", LIBRARY.GTK);
2948 	Linker.link(gtk_recent_chooser_get_sort_type, "gtk_recent_chooser_get_sort_type", LIBRARY.GTK);
2949 	Linker.link(gtk_recent_chooser_get_uris, "gtk_recent_chooser_get_uris", LIBRARY.GTK);
2950 	Linker.link(gtk_recent_chooser_list_filters, "gtk_recent_chooser_list_filters", LIBRARY.GTK);
2951 	Linker.link(gtk_recent_chooser_remove_filter, "gtk_recent_chooser_remove_filter", LIBRARY.GTK);
2952 	Linker.link(gtk_recent_chooser_select_all, "gtk_recent_chooser_select_all", LIBRARY.GTK);
2953 	Linker.link(gtk_recent_chooser_select_uri, "gtk_recent_chooser_select_uri", LIBRARY.GTK);
2954 	Linker.link(gtk_recent_chooser_set_current_uri, "gtk_recent_chooser_set_current_uri", LIBRARY.GTK);
2955 	Linker.link(gtk_recent_chooser_set_filter, "gtk_recent_chooser_set_filter", LIBRARY.GTK);
2956 	Linker.link(gtk_recent_chooser_set_limit, "gtk_recent_chooser_set_limit", LIBRARY.GTK);
2957 	Linker.link(gtk_recent_chooser_set_local_only, "gtk_recent_chooser_set_local_only", LIBRARY.GTK);
2958 	Linker.link(gtk_recent_chooser_set_select_multiple, "gtk_recent_chooser_set_select_multiple", LIBRARY.GTK);
2959 	Linker.link(gtk_recent_chooser_set_show_icons, "gtk_recent_chooser_set_show_icons", LIBRARY.GTK);
2960 	Linker.link(gtk_recent_chooser_set_show_not_found, "gtk_recent_chooser_set_show_not_found", LIBRARY.GTK);
2961 	Linker.link(gtk_recent_chooser_set_show_private, "gtk_recent_chooser_set_show_private", LIBRARY.GTK);
2962 	Linker.link(gtk_recent_chooser_set_show_tips, "gtk_recent_chooser_set_show_tips", LIBRARY.GTK);
2963 	Linker.link(gtk_recent_chooser_set_sort_func, "gtk_recent_chooser_set_sort_func", LIBRARY.GTK);
2964 	Linker.link(gtk_recent_chooser_set_sort_type, "gtk_recent_chooser_set_sort_type", LIBRARY.GTK);
2965 	Linker.link(gtk_recent_chooser_unselect_all, "gtk_recent_chooser_unselect_all", LIBRARY.GTK);
2966 	Linker.link(gtk_recent_chooser_unselect_uri, "gtk_recent_chooser_unselect_uri", LIBRARY.GTK);
2967 
2968 	// gtk.RecentChooserDialog
2969 
2970 	Linker.link(gtk_recent_chooser_dialog_get_type, "gtk_recent_chooser_dialog_get_type", LIBRARY.GTK);
2971 	Linker.link(gtk_recent_chooser_dialog_new, "gtk_recent_chooser_dialog_new", LIBRARY.GTK);
2972 	Linker.link(gtk_recent_chooser_dialog_new_for_manager, "gtk_recent_chooser_dialog_new_for_manager", LIBRARY.GTK);
2973 
2974 	// gtk.RecentChooserMenu
2975 
2976 	Linker.link(gtk_recent_chooser_menu_get_type, "gtk_recent_chooser_menu_get_type", LIBRARY.GTK);
2977 	Linker.link(gtk_recent_chooser_menu_new, "gtk_recent_chooser_menu_new", LIBRARY.GTK);
2978 	Linker.link(gtk_recent_chooser_menu_new_for_manager, "gtk_recent_chooser_menu_new_for_manager", LIBRARY.GTK);
2979 	Linker.link(gtk_recent_chooser_menu_get_show_numbers, "gtk_recent_chooser_menu_get_show_numbers", LIBRARY.GTK);
2980 	Linker.link(gtk_recent_chooser_menu_set_show_numbers, "gtk_recent_chooser_menu_set_show_numbers", LIBRARY.GTK);
2981 
2982 	// gtk.RecentChooserWidget
2983 
2984 	Linker.link(gtk_recent_chooser_widget_get_type, "gtk_recent_chooser_widget_get_type", LIBRARY.GTK);
2985 	Linker.link(gtk_recent_chooser_widget_new, "gtk_recent_chooser_widget_new", LIBRARY.GTK);
2986 	Linker.link(gtk_recent_chooser_widget_new_for_manager, "gtk_recent_chooser_widget_new_for_manager", LIBRARY.GTK);
2987 
2988 	// gtk.RecentFilter
2989 
2990 	Linker.link(gtk_recent_filter_get_type, "gtk_recent_filter_get_type", LIBRARY.GTK);
2991 	Linker.link(gtk_recent_filter_new, "gtk_recent_filter_new", LIBRARY.GTK);
2992 	Linker.link(gtk_recent_filter_add_age, "gtk_recent_filter_add_age", LIBRARY.GTK);
2993 	Linker.link(gtk_recent_filter_add_application, "gtk_recent_filter_add_application", LIBRARY.GTK);
2994 	Linker.link(gtk_recent_filter_add_custom, "gtk_recent_filter_add_custom", LIBRARY.GTK);
2995 	Linker.link(gtk_recent_filter_add_group, "gtk_recent_filter_add_group", LIBRARY.GTK);
2996 	Linker.link(gtk_recent_filter_add_mime_type, "gtk_recent_filter_add_mime_type", LIBRARY.GTK);
2997 	Linker.link(gtk_recent_filter_add_pattern, "gtk_recent_filter_add_pattern", LIBRARY.GTK);
2998 	Linker.link(gtk_recent_filter_add_pixbuf_formats, "gtk_recent_filter_add_pixbuf_formats", LIBRARY.GTK);
2999 	Linker.link(gtk_recent_filter_filter, "gtk_recent_filter_filter", LIBRARY.GTK);
3000 	Linker.link(gtk_recent_filter_get_name, "gtk_recent_filter_get_name", LIBRARY.GTK);
3001 	Linker.link(gtk_recent_filter_get_needed, "gtk_recent_filter_get_needed", LIBRARY.GTK);
3002 	Linker.link(gtk_recent_filter_set_name, "gtk_recent_filter_set_name", LIBRARY.GTK);
3003 
3004 	// gtk.RecentInfo
3005 
3006 	Linker.link(gtk_recent_info_get_type, "gtk_recent_info_get_type", LIBRARY.GTK);
3007 	Linker.link(gtk_recent_info_create_app_info, "gtk_recent_info_create_app_info", LIBRARY.GTK);
3008 	Linker.link(gtk_recent_info_exists, "gtk_recent_info_exists", LIBRARY.GTK);
3009 	Linker.link(gtk_recent_info_get_added, "gtk_recent_info_get_added", LIBRARY.GTK);
3010 	Linker.link(gtk_recent_info_get_age, "gtk_recent_info_get_age", LIBRARY.GTK);
3011 	Linker.link(gtk_recent_info_get_application_info, "gtk_recent_info_get_application_info", LIBRARY.GTK);
3012 	Linker.link(gtk_recent_info_get_applications, "gtk_recent_info_get_applications", LIBRARY.GTK);
3013 	Linker.link(gtk_recent_info_get_description, "gtk_recent_info_get_description", LIBRARY.GTK);
3014 	Linker.link(gtk_recent_info_get_display_name, "gtk_recent_info_get_display_name", LIBRARY.GTK);
3015 	Linker.link(gtk_recent_info_get_gicon, "gtk_recent_info_get_gicon", LIBRARY.GTK);
3016 	Linker.link(gtk_recent_info_get_groups, "gtk_recent_info_get_groups", LIBRARY.GTK);
3017 	Linker.link(gtk_recent_info_get_icon, "gtk_recent_info_get_icon", LIBRARY.GTK);
3018 	Linker.link(gtk_recent_info_get_mime_type, "gtk_recent_info_get_mime_type", LIBRARY.GTK);
3019 	Linker.link(gtk_recent_info_get_modified, "gtk_recent_info_get_modified", LIBRARY.GTK);
3020 	Linker.link(gtk_recent_info_get_private_hint, "gtk_recent_info_get_private_hint", LIBRARY.GTK);
3021 	Linker.link(gtk_recent_info_get_short_name, "gtk_recent_info_get_short_name", LIBRARY.GTK);
3022 	Linker.link(gtk_recent_info_get_uri, "gtk_recent_info_get_uri", LIBRARY.GTK);
3023 	Linker.link(gtk_recent_info_get_uri_display, "gtk_recent_info_get_uri_display", LIBRARY.GTK);
3024 	Linker.link(gtk_recent_info_get_visited, "gtk_recent_info_get_visited", LIBRARY.GTK);
3025 	Linker.link(gtk_recent_info_has_application, "gtk_recent_info_has_application", LIBRARY.GTK);
3026 	Linker.link(gtk_recent_info_has_group, "gtk_recent_info_has_group", LIBRARY.GTK);
3027 	Linker.link(gtk_recent_info_is_local, "gtk_recent_info_is_local", LIBRARY.GTK);
3028 	Linker.link(gtk_recent_info_last_application, "gtk_recent_info_last_application", LIBRARY.GTK);
3029 	Linker.link(gtk_recent_info_match, "gtk_recent_info_match", LIBRARY.GTK);
3030 	Linker.link(gtk_recent_info_ref, "gtk_recent_info_ref", LIBRARY.GTK);
3031 	Linker.link(gtk_recent_info_unref, "gtk_recent_info_unref", LIBRARY.GTK);
3032 
3033 	// gtk.RecentManager
3034 
3035 	Linker.link(gtk_recent_manager_get_type, "gtk_recent_manager_get_type", LIBRARY.GTK);
3036 	Linker.link(gtk_recent_manager_new, "gtk_recent_manager_new", LIBRARY.GTK);
3037 	Linker.link(gtk_recent_manager_get_default, "gtk_recent_manager_get_default", LIBRARY.GTK);
3038 	Linker.link(gtk_recent_manager_add_full, "gtk_recent_manager_add_full", LIBRARY.GTK);
3039 	Linker.link(gtk_recent_manager_add_item, "gtk_recent_manager_add_item", LIBRARY.GTK);
3040 	Linker.link(gtk_recent_manager_get_items, "gtk_recent_manager_get_items", LIBRARY.GTK);
3041 	Linker.link(gtk_recent_manager_has_item, "gtk_recent_manager_has_item", LIBRARY.GTK);
3042 	Linker.link(gtk_recent_manager_lookup_item, "gtk_recent_manager_lookup_item", LIBRARY.GTK);
3043 	Linker.link(gtk_recent_manager_move_item, "gtk_recent_manager_move_item", LIBRARY.GTK);
3044 	Linker.link(gtk_recent_manager_purge_items, "gtk_recent_manager_purge_items", LIBRARY.GTK);
3045 	Linker.link(gtk_recent_manager_remove_item, "gtk_recent_manager_remove_item", LIBRARY.GTK);
3046 
3047 	// gtk.RendererCellAccessible
3048 
3049 	Linker.link(gtk_renderer_cell_accessible_get_type, "gtk_renderer_cell_accessible_get_type", LIBRARY.GTK);
3050 	Linker.link(gtk_renderer_cell_accessible_new, "gtk_renderer_cell_accessible_new", LIBRARY.GTK);
3051 
3052 	// gtk.Requisition
3053 
3054 	Linker.link(gtk_requisition_get_type, "gtk_requisition_get_type", LIBRARY.GTK);
3055 	Linker.link(gtk_requisition_new, "gtk_requisition_new", LIBRARY.GTK);
3056 	Linker.link(gtk_requisition_copy, "gtk_requisition_copy", LIBRARY.GTK);
3057 	Linker.link(gtk_requisition_free, "gtk_requisition_free", LIBRARY.GTK);
3058 
3059 	// gtk.Revealer
3060 
3061 	Linker.link(gtk_revealer_get_type, "gtk_revealer_get_type", LIBRARY.GTK);
3062 	Linker.link(gtk_revealer_new, "gtk_revealer_new", LIBRARY.GTK);
3063 	Linker.link(gtk_revealer_get_child_revealed, "gtk_revealer_get_child_revealed", LIBRARY.GTK);
3064 	Linker.link(gtk_revealer_get_reveal_child, "gtk_revealer_get_reveal_child", LIBRARY.GTK);
3065 	Linker.link(gtk_revealer_get_transition_duration, "gtk_revealer_get_transition_duration", LIBRARY.GTK);
3066 	Linker.link(gtk_revealer_get_transition_type, "gtk_revealer_get_transition_type", LIBRARY.GTK);
3067 	Linker.link(gtk_revealer_set_reveal_child, "gtk_revealer_set_reveal_child", LIBRARY.GTK);
3068 	Linker.link(gtk_revealer_set_transition_duration, "gtk_revealer_set_transition_duration", LIBRARY.GTK);
3069 	Linker.link(gtk_revealer_set_transition_type, "gtk_revealer_set_transition_type", LIBRARY.GTK);
3070 
3071 	// gtk.Scale
3072 
3073 	Linker.link(gtk_scale_get_type, "gtk_scale_get_type", LIBRARY.GTK);
3074 	Linker.link(gtk_scale_new, "gtk_scale_new", LIBRARY.GTK);
3075 	Linker.link(gtk_scale_new_with_range, "gtk_scale_new_with_range", LIBRARY.GTK);
3076 	Linker.link(gtk_scale_add_mark, "gtk_scale_add_mark", LIBRARY.GTK);
3077 	Linker.link(gtk_scale_clear_marks, "gtk_scale_clear_marks", LIBRARY.GTK);
3078 	Linker.link(gtk_scale_get_digits, "gtk_scale_get_digits", LIBRARY.GTK);
3079 	Linker.link(gtk_scale_get_draw_value, "gtk_scale_get_draw_value", LIBRARY.GTK);
3080 	Linker.link(gtk_scale_get_has_origin, "gtk_scale_get_has_origin", LIBRARY.GTK);
3081 	Linker.link(gtk_scale_get_layout, "gtk_scale_get_layout", LIBRARY.GTK);
3082 	Linker.link(gtk_scale_get_layout_offsets, "gtk_scale_get_layout_offsets", LIBRARY.GTK);
3083 	Linker.link(gtk_scale_get_value_pos, "gtk_scale_get_value_pos", LIBRARY.GTK);
3084 	Linker.link(gtk_scale_set_digits, "gtk_scale_set_digits", LIBRARY.GTK);
3085 	Linker.link(gtk_scale_set_draw_value, "gtk_scale_set_draw_value", LIBRARY.GTK);
3086 	Linker.link(gtk_scale_set_has_origin, "gtk_scale_set_has_origin", LIBRARY.GTK);
3087 	Linker.link(gtk_scale_set_value_pos, "gtk_scale_set_value_pos", LIBRARY.GTK);
3088 
3089 	// gtk.ScaleAccessible
3090 
3091 	Linker.link(gtk_scale_accessible_get_type, "gtk_scale_accessible_get_type", LIBRARY.GTK);
3092 
3093 	// gtk.ScaleButton
3094 
3095 	Linker.link(gtk_scale_button_get_type, "gtk_scale_button_get_type", LIBRARY.GTK);
3096 	Linker.link(gtk_scale_button_new, "gtk_scale_button_new", LIBRARY.GTK);
3097 	Linker.link(gtk_scale_button_get_adjustment, "gtk_scale_button_get_adjustment", LIBRARY.GTK);
3098 	Linker.link(gtk_scale_button_get_minus_button, "gtk_scale_button_get_minus_button", LIBRARY.GTK);
3099 	Linker.link(gtk_scale_button_get_plus_button, "gtk_scale_button_get_plus_button", LIBRARY.GTK);
3100 	Linker.link(gtk_scale_button_get_popup, "gtk_scale_button_get_popup", LIBRARY.GTK);
3101 	Linker.link(gtk_scale_button_get_value, "gtk_scale_button_get_value", LIBRARY.GTK);
3102 	Linker.link(gtk_scale_button_set_adjustment, "gtk_scale_button_set_adjustment", LIBRARY.GTK);
3103 	Linker.link(gtk_scale_button_set_icons, "gtk_scale_button_set_icons", LIBRARY.GTK);
3104 	Linker.link(gtk_scale_button_set_value, "gtk_scale_button_set_value", LIBRARY.GTK);
3105 
3106 	// gtk.ScaleButtonAccessible
3107 
3108 	Linker.link(gtk_scale_button_accessible_get_type, "gtk_scale_button_accessible_get_type", LIBRARY.GTK);
3109 
3110 	// gtk.Scrollable
3111 
3112 	Linker.link(gtk_scrollable_get_type, "gtk_scrollable_get_type", LIBRARY.GTK);
3113 	Linker.link(gtk_scrollable_get_border, "gtk_scrollable_get_border", LIBRARY.GTK);
3114 	Linker.link(gtk_scrollable_get_hadjustment, "gtk_scrollable_get_hadjustment", LIBRARY.GTK);
3115 	Linker.link(gtk_scrollable_get_hscroll_policy, "gtk_scrollable_get_hscroll_policy", LIBRARY.GTK);
3116 	Linker.link(gtk_scrollable_get_vadjustment, "gtk_scrollable_get_vadjustment", LIBRARY.GTK);
3117 	Linker.link(gtk_scrollable_get_vscroll_policy, "gtk_scrollable_get_vscroll_policy", LIBRARY.GTK);
3118 	Linker.link(gtk_scrollable_set_hadjustment, "gtk_scrollable_set_hadjustment", LIBRARY.GTK);
3119 	Linker.link(gtk_scrollable_set_hscroll_policy, "gtk_scrollable_set_hscroll_policy", LIBRARY.GTK);
3120 	Linker.link(gtk_scrollable_set_vadjustment, "gtk_scrollable_set_vadjustment", LIBRARY.GTK);
3121 	Linker.link(gtk_scrollable_set_vscroll_policy, "gtk_scrollable_set_vscroll_policy", LIBRARY.GTK);
3122 
3123 	// gtk.Scrollbar
3124 
3125 	Linker.link(gtk_scrollbar_get_type, "gtk_scrollbar_get_type", LIBRARY.GTK);
3126 	Linker.link(gtk_scrollbar_new, "gtk_scrollbar_new", LIBRARY.GTK);
3127 
3128 	// gtk.ScrolledWindow
3129 
3130 	Linker.link(gtk_scrolled_window_get_type, "gtk_scrolled_window_get_type", LIBRARY.GTK);
3131 	Linker.link(gtk_scrolled_window_new, "gtk_scrolled_window_new", LIBRARY.GTK);
3132 	Linker.link(gtk_scrolled_window_add_with_viewport, "gtk_scrolled_window_add_with_viewport", LIBRARY.GTK);
3133 	Linker.link(gtk_scrolled_window_get_capture_button_press, "gtk_scrolled_window_get_capture_button_press", LIBRARY.GTK);
3134 	Linker.link(gtk_scrolled_window_get_hadjustment, "gtk_scrolled_window_get_hadjustment", LIBRARY.GTK);
3135 	Linker.link(gtk_scrolled_window_get_hscrollbar, "gtk_scrolled_window_get_hscrollbar", LIBRARY.GTK);
3136 	Linker.link(gtk_scrolled_window_get_kinetic_scrolling, "gtk_scrolled_window_get_kinetic_scrolling", LIBRARY.GTK);
3137 	Linker.link(gtk_scrolled_window_get_min_content_height, "gtk_scrolled_window_get_min_content_height", LIBRARY.GTK);
3138 	Linker.link(gtk_scrolled_window_get_min_content_width, "gtk_scrolled_window_get_min_content_width", LIBRARY.GTK);
3139 	Linker.link(gtk_scrolled_window_get_overlay_scrolling, "gtk_scrolled_window_get_overlay_scrolling", LIBRARY.GTK);
3140 	Linker.link(gtk_scrolled_window_get_placement, "gtk_scrolled_window_get_placement", LIBRARY.GTK);
3141 	Linker.link(gtk_scrolled_window_get_policy, "gtk_scrolled_window_get_policy", LIBRARY.GTK);
3142 	Linker.link(gtk_scrolled_window_get_shadow_type, "gtk_scrolled_window_get_shadow_type", LIBRARY.GTK);
3143 	Linker.link(gtk_scrolled_window_get_vadjustment, "gtk_scrolled_window_get_vadjustment", LIBRARY.GTK);
3144 	Linker.link(gtk_scrolled_window_get_vscrollbar, "gtk_scrolled_window_get_vscrollbar", LIBRARY.GTK);
3145 	Linker.link(gtk_scrolled_window_set_capture_button_press, "gtk_scrolled_window_set_capture_button_press", LIBRARY.GTK);
3146 	Linker.link(gtk_scrolled_window_set_hadjustment, "gtk_scrolled_window_set_hadjustment", LIBRARY.GTK);
3147 	Linker.link(gtk_scrolled_window_set_kinetic_scrolling, "gtk_scrolled_window_set_kinetic_scrolling", LIBRARY.GTK);
3148 	Linker.link(gtk_scrolled_window_set_min_content_height, "gtk_scrolled_window_set_min_content_height", LIBRARY.GTK);
3149 	Linker.link(gtk_scrolled_window_set_min_content_width, "gtk_scrolled_window_set_min_content_width", LIBRARY.GTK);
3150 	Linker.link(gtk_scrolled_window_set_overlay_scrolling, "gtk_scrolled_window_set_overlay_scrolling", LIBRARY.GTK);
3151 	Linker.link(gtk_scrolled_window_set_placement, "gtk_scrolled_window_set_placement", LIBRARY.GTK);
3152 	Linker.link(gtk_scrolled_window_set_policy, "gtk_scrolled_window_set_policy", LIBRARY.GTK);
3153 	Linker.link(gtk_scrolled_window_set_shadow_type, "gtk_scrolled_window_set_shadow_type", LIBRARY.GTK);
3154 	Linker.link(gtk_scrolled_window_set_vadjustment, "gtk_scrolled_window_set_vadjustment", LIBRARY.GTK);
3155 	Linker.link(gtk_scrolled_window_unset_placement, "gtk_scrolled_window_unset_placement", LIBRARY.GTK);
3156 
3157 	// gtk.ScrolledWindowAccessible
3158 
3159 	Linker.link(gtk_scrolled_window_accessible_get_type, "gtk_scrolled_window_accessible_get_type", LIBRARY.GTK);
3160 
3161 	// gtk.SearchBar
3162 
3163 	Linker.link(gtk_search_bar_get_type, "gtk_search_bar_get_type", LIBRARY.GTK);
3164 	Linker.link(gtk_search_bar_new, "gtk_search_bar_new", LIBRARY.GTK);
3165 	Linker.link(gtk_search_bar_connect_entry, "gtk_search_bar_connect_entry", LIBRARY.GTK);
3166 	Linker.link(gtk_search_bar_get_search_mode, "gtk_search_bar_get_search_mode", LIBRARY.GTK);
3167 	Linker.link(gtk_search_bar_get_show_close_button, "gtk_search_bar_get_show_close_button", LIBRARY.GTK);
3168 	Linker.link(gtk_search_bar_handle_event, "gtk_search_bar_handle_event", LIBRARY.GTK);
3169 	Linker.link(gtk_search_bar_set_search_mode, "gtk_search_bar_set_search_mode", LIBRARY.GTK);
3170 	Linker.link(gtk_search_bar_set_show_close_button, "gtk_search_bar_set_show_close_button", LIBRARY.GTK);
3171 
3172 	// gtk.SearchEntry
3173 
3174 	Linker.link(gtk_search_entry_get_type, "gtk_search_entry_get_type", LIBRARY.GTK);
3175 	Linker.link(gtk_search_entry_new, "gtk_search_entry_new", LIBRARY.GTK);
3176 	Linker.link(gtk_search_entry_handle_event, "gtk_search_entry_handle_event", LIBRARY.GTK);
3177 
3178 	// gtk.SelectionData
3179 
3180 	Linker.link(gtk_selection_data_get_type, "gtk_selection_data_get_type", LIBRARY.GTK);
3181 	Linker.link(gtk_selection_data_copy, "gtk_selection_data_copy", LIBRARY.GTK);
3182 	Linker.link(gtk_selection_data_free, "gtk_selection_data_free", LIBRARY.GTK);
3183 	Linker.link(gtk_selection_data_get_data, "gtk_selection_data_get_data", LIBRARY.GTK);
3184 	Linker.link(gtk_selection_data_get_data_type, "gtk_selection_data_get_data_type", LIBRARY.GTK);
3185 	Linker.link(gtk_selection_data_get_data_with_length, "gtk_selection_data_get_data_with_length", LIBRARY.GTK);
3186 	Linker.link(gtk_selection_data_get_display, "gtk_selection_data_get_display", LIBRARY.GTK);
3187 	Linker.link(gtk_selection_data_get_format, "gtk_selection_data_get_format", LIBRARY.GTK);
3188 	Linker.link(gtk_selection_data_get_length, "gtk_selection_data_get_length", LIBRARY.GTK);
3189 	Linker.link(gtk_selection_data_get_pixbuf, "gtk_selection_data_get_pixbuf", LIBRARY.GTK);
3190 	Linker.link(gtk_selection_data_get_selection, "gtk_selection_data_get_selection", LIBRARY.GTK);
3191 	Linker.link(gtk_selection_data_get_target, "gtk_selection_data_get_target", LIBRARY.GTK);
3192 	Linker.link(gtk_selection_data_get_targets, "gtk_selection_data_get_targets", LIBRARY.GTK);
3193 	Linker.link(gtk_selection_data_get_text, "gtk_selection_data_get_text", LIBRARY.GTK);
3194 	Linker.link(gtk_selection_data_get_uris, "gtk_selection_data_get_uris", LIBRARY.GTK);
3195 	Linker.link(gtk_selection_data_set, "gtk_selection_data_set", LIBRARY.GTK);
3196 	Linker.link(gtk_selection_data_set_pixbuf, "gtk_selection_data_set_pixbuf", LIBRARY.GTK);
3197 	Linker.link(gtk_selection_data_set_text, "gtk_selection_data_set_text", LIBRARY.GTK);
3198 	Linker.link(gtk_selection_data_set_uris, "gtk_selection_data_set_uris", LIBRARY.GTK);
3199 	Linker.link(gtk_selection_data_targets_include_image, "gtk_selection_data_targets_include_image", LIBRARY.GTK);
3200 	Linker.link(gtk_selection_data_targets_include_rich_text, "gtk_selection_data_targets_include_rich_text", LIBRARY.GTK);
3201 	Linker.link(gtk_selection_data_targets_include_text, "gtk_selection_data_targets_include_text", LIBRARY.GTK);
3202 	Linker.link(gtk_selection_data_targets_include_uri, "gtk_selection_data_targets_include_uri", LIBRARY.GTK);
3203 	Linker.link(gtk_selection_add_target, "gtk_selection_add_target", LIBRARY.GTK);
3204 	Linker.link(gtk_selection_add_targets, "gtk_selection_add_targets", LIBRARY.GTK);
3205 	Linker.link(gtk_selection_clear_targets, "gtk_selection_clear_targets", LIBRARY.GTK);
3206 	Linker.link(gtk_selection_convert, "gtk_selection_convert", LIBRARY.GTK);
3207 	Linker.link(gtk_selection_owner_set, "gtk_selection_owner_set", LIBRARY.GTK);
3208 	Linker.link(gtk_selection_owner_set_for_display, "gtk_selection_owner_set_for_display", LIBRARY.GTK);
3209 	Linker.link(gtk_selection_remove_all, "gtk_selection_remove_all", LIBRARY.GTK);
3210 
3211 	// gtk.Separator
3212 
3213 	Linker.link(gtk_separator_get_type, "gtk_separator_get_type", LIBRARY.GTK);
3214 	Linker.link(gtk_separator_new, "gtk_separator_new", LIBRARY.GTK);
3215 
3216 	// gtk.SeparatorMenuItem
3217 
3218 	Linker.link(gtk_separator_menu_item_get_type, "gtk_separator_menu_item_get_type", LIBRARY.GTK);
3219 	Linker.link(gtk_separator_menu_item_new, "gtk_separator_menu_item_new", LIBRARY.GTK);
3220 
3221 	// gtk.SeparatorToolItem
3222 
3223 	Linker.link(gtk_separator_tool_item_get_type, "gtk_separator_tool_item_get_type", LIBRARY.GTK);
3224 	Linker.link(gtk_separator_tool_item_new, "gtk_separator_tool_item_new", LIBRARY.GTK);
3225 	Linker.link(gtk_separator_tool_item_get_draw, "gtk_separator_tool_item_get_draw", LIBRARY.GTK);
3226 	Linker.link(gtk_separator_tool_item_set_draw, "gtk_separator_tool_item_set_draw", LIBRARY.GTK);
3227 
3228 	// gtk.Settings
3229 
3230 	Linker.link(gtk_settings_get_type, "gtk_settings_get_type", LIBRARY.GTK);
3231 	Linker.link(gtk_settings_get_default, "gtk_settings_get_default", LIBRARY.GTK);
3232 	Linker.link(gtk_settings_get_for_screen, "gtk_settings_get_for_screen", LIBRARY.GTK);
3233 	Linker.link(gtk_settings_install_property, "gtk_settings_install_property", LIBRARY.GTK);
3234 	Linker.link(gtk_settings_install_property_parser, "gtk_settings_install_property_parser", LIBRARY.GTK);
3235 	Linker.link(gtk_settings_reset_property, "gtk_settings_reset_property", LIBRARY.GTK);
3236 	Linker.link(gtk_settings_set_double_property, "gtk_settings_set_double_property", LIBRARY.GTK);
3237 	Linker.link(gtk_settings_set_long_property, "gtk_settings_set_long_property", LIBRARY.GTK);
3238 	Linker.link(gtk_settings_set_property_value, "gtk_settings_set_property_value", LIBRARY.GTK);
3239 	Linker.link(gtk_settings_set_string_property, "gtk_settings_set_string_property", LIBRARY.GTK);
3240 
3241 	// gtk.ShortcutsGroup
3242 
3243 	Linker.link(gtk_shortcuts_group_get_type, "gtk_shortcuts_group_get_type", LIBRARY.GTK);
3244 
3245 	// gtk.ShortcutsSection
3246 
3247 	Linker.link(gtk_shortcuts_section_get_type, "gtk_shortcuts_section_get_type", LIBRARY.GTK);
3248 
3249 	// gtk.ShortcutsShortcut
3250 
3251 	Linker.link(gtk_shortcuts_shortcut_get_type, "gtk_shortcuts_shortcut_get_type", LIBRARY.GTK);
3252 
3253 	// gtk.ShortcutsWindow
3254 
3255 	Linker.link(gtk_shortcuts_window_get_type, "gtk_shortcuts_window_get_type", LIBRARY.GTK);
3256 
3257 	// gtk.SizeGroup
3258 
3259 	Linker.link(gtk_size_group_get_type, "gtk_size_group_get_type", LIBRARY.GTK);
3260 	Linker.link(gtk_size_group_new, "gtk_size_group_new", LIBRARY.GTK);
3261 	Linker.link(gtk_size_group_add_widget, "gtk_size_group_add_widget", LIBRARY.GTK);
3262 	Linker.link(gtk_size_group_get_ignore_hidden, "gtk_size_group_get_ignore_hidden", LIBRARY.GTK);
3263 	Linker.link(gtk_size_group_get_mode, "gtk_size_group_get_mode", LIBRARY.GTK);
3264 	Linker.link(gtk_size_group_get_widgets, "gtk_size_group_get_widgets", LIBRARY.GTK);
3265 	Linker.link(gtk_size_group_remove_widget, "gtk_size_group_remove_widget", LIBRARY.GTK);
3266 	Linker.link(gtk_size_group_set_ignore_hidden, "gtk_size_group_set_ignore_hidden", LIBRARY.GTK);
3267 	Linker.link(gtk_size_group_set_mode, "gtk_size_group_set_mode", LIBRARY.GTK);
3268 
3269 	// gtk.Socket
3270 
3271 	Linker.link(gtk_socket_get_type, "gtk_socket_get_type", LIBRARY.GTK);
3272 	Linker.link(gtk_socket_new, "gtk_socket_new", LIBRARY.GTK);
3273 	Linker.link(gtk_socket_add_id, "gtk_socket_add_id", LIBRARY.GTK);
3274 	Linker.link(gtk_socket_get_id, "gtk_socket_get_id", LIBRARY.GTK);
3275 	Linker.link(gtk_socket_get_plug_window, "gtk_socket_get_plug_window", LIBRARY.GTK);
3276 
3277 	// gtk.SpinButton
3278 
3279 	Linker.link(gtk_spin_button_get_type, "gtk_spin_button_get_type", LIBRARY.GTK);
3280 	Linker.link(gtk_spin_button_new, "gtk_spin_button_new", LIBRARY.GTK);
3281 	Linker.link(gtk_spin_button_new_with_range, "gtk_spin_button_new_with_range", LIBRARY.GTK);
3282 	Linker.link(gtk_spin_button_configure, "gtk_spin_button_configure", LIBRARY.GTK);
3283 	Linker.link(gtk_spin_button_get_adjustment, "gtk_spin_button_get_adjustment", LIBRARY.GTK);
3284 	Linker.link(gtk_spin_button_get_digits, "gtk_spin_button_get_digits", LIBRARY.GTK);
3285 	Linker.link(gtk_spin_button_get_increments, "gtk_spin_button_get_increments", LIBRARY.GTK);
3286 	Linker.link(gtk_spin_button_get_numeric, "gtk_spin_button_get_numeric", LIBRARY.GTK);
3287 	Linker.link(gtk_spin_button_get_range, "gtk_spin_button_get_range", LIBRARY.GTK);
3288 	Linker.link(gtk_spin_button_get_snap_to_ticks, "gtk_spin_button_get_snap_to_ticks", LIBRARY.GTK);
3289 	Linker.link(gtk_spin_button_get_update_policy, "gtk_spin_button_get_update_policy", LIBRARY.GTK);
3290 	Linker.link(gtk_spin_button_get_value, "gtk_spin_button_get_value", LIBRARY.GTK);
3291 	Linker.link(gtk_spin_button_get_value_as_int, "gtk_spin_button_get_value_as_int", LIBRARY.GTK);
3292 	Linker.link(gtk_spin_button_get_wrap, "gtk_spin_button_get_wrap", LIBRARY.GTK);
3293 	Linker.link(gtk_spin_button_set_adjustment, "gtk_spin_button_set_adjustment", LIBRARY.GTK);
3294 	Linker.link(gtk_spin_button_set_digits, "gtk_spin_button_set_digits", LIBRARY.GTK);
3295 	Linker.link(gtk_spin_button_set_increments, "gtk_spin_button_set_increments", LIBRARY.GTK);
3296 	Linker.link(gtk_spin_button_set_numeric, "gtk_spin_button_set_numeric", LIBRARY.GTK);
3297 	Linker.link(gtk_spin_button_set_range, "gtk_spin_button_set_range", LIBRARY.GTK);
3298 	Linker.link(gtk_spin_button_set_snap_to_ticks, "gtk_spin_button_set_snap_to_ticks", LIBRARY.GTK);
3299 	Linker.link(gtk_spin_button_set_update_policy, "gtk_spin_button_set_update_policy", LIBRARY.GTK);
3300 	Linker.link(gtk_spin_button_set_value, "gtk_spin_button_set_value", LIBRARY.GTK);
3301 	Linker.link(gtk_spin_button_set_wrap, "gtk_spin_button_set_wrap", LIBRARY.GTK);
3302 	Linker.link(gtk_spin_button_spin, "gtk_spin_button_spin", LIBRARY.GTK);
3303 	Linker.link(gtk_spin_button_update, "gtk_spin_button_update", LIBRARY.GTK);
3304 
3305 	// gtk.SpinButtonAccessible
3306 
3307 	Linker.link(gtk_spin_button_accessible_get_type, "gtk_spin_button_accessible_get_type", LIBRARY.GTK);
3308 
3309 	// gtk.Spinner
3310 
3311 	Linker.link(gtk_spinner_get_type, "gtk_spinner_get_type", LIBRARY.GTK);
3312 	Linker.link(gtk_spinner_new, "gtk_spinner_new", LIBRARY.GTK);
3313 	Linker.link(gtk_spinner_start, "gtk_spinner_start", LIBRARY.GTK);
3314 	Linker.link(gtk_spinner_stop, "gtk_spinner_stop", LIBRARY.GTK);
3315 
3316 	// gtk.SpinnerAccessible
3317 
3318 	Linker.link(gtk_spinner_accessible_get_type, "gtk_spinner_accessible_get_type", LIBRARY.GTK);
3319 
3320 	// gtk.Stack
3321 
3322 	Linker.link(gtk_stack_get_type, "gtk_stack_get_type", LIBRARY.GTK);
3323 	Linker.link(gtk_stack_new, "gtk_stack_new", LIBRARY.GTK);
3324 	Linker.link(gtk_stack_add_named, "gtk_stack_add_named", LIBRARY.GTK);
3325 	Linker.link(gtk_stack_add_titled, "gtk_stack_add_titled", LIBRARY.GTK);
3326 	Linker.link(gtk_stack_get_child_by_name, "gtk_stack_get_child_by_name", LIBRARY.GTK);
3327 	Linker.link(gtk_stack_get_hhomogeneous, "gtk_stack_get_hhomogeneous", LIBRARY.GTK);
3328 	Linker.link(gtk_stack_get_homogeneous, "gtk_stack_get_homogeneous", LIBRARY.GTK);
3329 	Linker.link(gtk_stack_get_interpolate_size, "gtk_stack_get_interpolate_size", LIBRARY.GTK);
3330 	Linker.link(gtk_stack_get_transition_duration, "gtk_stack_get_transition_duration", LIBRARY.GTK);
3331 	Linker.link(gtk_stack_get_transition_running, "gtk_stack_get_transition_running", LIBRARY.GTK);
3332 	Linker.link(gtk_stack_get_transition_type, "gtk_stack_get_transition_type", LIBRARY.GTK);
3333 	Linker.link(gtk_stack_get_vhomogeneous, "gtk_stack_get_vhomogeneous", LIBRARY.GTK);
3334 	Linker.link(gtk_stack_get_visible_child, "gtk_stack_get_visible_child", LIBRARY.GTK);
3335 	Linker.link(gtk_stack_get_visible_child_name, "gtk_stack_get_visible_child_name", LIBRARY.GTK);
3336 	Linker.link(gtk_stack_set_hhomogeneous, "gtk_stack_set_hhomogeneous", LIBRARY.GTK);
3337 	Linker.link(gtk_stack_set_homogeneous, "gtk_stack_set_homogeneous", LIBRARY.GTK);
3338 	Linker.link(gtk_stack_set_interpolate_size, "gtk_stack_set_interpolate_size", LIBRARY.GTK);
3339 	Linker.link(gtk_stack_set_transition_duration, "gtk_stack_set_transition_duration", LIBRARY.GTK);
3340 	Linker.link(gtk_stack_set_transition_type, "gtk_stack_set_transition_type", LIBRARY.GTK);
3341 	Linker.link(gtk_stack_set_vhomogeneous, "gtk_stack_set_vhomogeneous", LIBRARY.GTK);
3342 	Linker.link(gtk_stack_set_visible_child, "gtk_stack_set_visible_child", LIBRARY.GTK);
3343 	Linker.link(gtk_stack_set_visible_child_full, "gtk_stack_set_visible_child_full", LIBRARY.GTK);
3344 	Linker.link(gtk_stack_set_visible_child_name, "gtk_stack_set_visible_child_name", LIBRARY.GTK);
3345 
3346 	// gtk.StackSidebar
3347 
3348 	Linker.link(gtk_stack_sidebar_get_type, "gtk_stack_sidebar_get_type", LIBRARY.GTK);
3349 	Linker.link(gtk_stack_sidebar_new, "gtk_stack_sidebar_new", LIBRARY.GTK);
3350 	Linker.link(gtk_stack_sidebar_get_stack, "gtk_stack_sidebar_get_stack", LIBRARY.GTK);
3351 	Linker.link(gtk_stack_sidebar_set_stack, "gtk_stack_sidebar_set_stack", LIBRARY.GTK);
3352 
3353 	// gtk.StackSwitcher
3354 
3355 	Linker.link(gtk_stack_switcher_get_type, "gtk_stack_switcher_get_type", LIBRARY.GTK);
3356 	Linker.link(gtk_stack_switcher_new, "gtk_stack_switcher_new", LIBRARY.GTK);
3357 	Linker.link(gtk_stack_switcher_get_stack, "gtk_stack_switcher_get_stack", LIBRARY.GTK);
3358 	Linker.link(gtk_stack_switcher_set_stack, "gtk_stack_switcher_set_stack", LIBRARY.GTK);
3359 
3360 	// gtk.StatusIcon
3361 
3362 	Linker.link(gtk_status_icon_get_type, "gtk_status_icon_get_type", LIBRARY.GTK);
3363 	Linker.link(gtk_status_icon_new, "gtk_status_icon_new", LIBRARY.GTK);
3364 	Linker.link(gtk_status_icon_new_from_file, "gtk_status_icon_new_from_file", LIBRARY.GTK);
3365 	Linker.link(gtk_status_icon_new_from_gicon, "gtk_status_icon_new_from_gicon", LIBRARY.GTK);
3366 	Linker.link(gtk_status_icon_new_from_icon_name, "gtk_status_icon_new_from_icon_name", LIBRARY.GTK);
3367 	Linker.link(gtk_status_icon_new_from_pixbuf, "gtk_status_icon_new_from_pixbuf", LIBRARY.GTK);
3368 	Linker.link(gtk_status_icon_new_from_stock, "gtk_status_icon_new_from_stock", LIBRARY.GTK);
3369 	Linker.link(gtk_status_icon_position_menu, "gtk_status_icon_position_menu", LIBRARY.GTK);
3370 	Linker.link(gtk_status_icon_get_geometry, "gtk_status_icon_get_geometry", LIBRARY.GTK);
3371 	Linker.link(gtk_status_icon_get_gicon, "gtk_status_icon_get_gicon", LIBRARY.GTK);
3372 	Linker.link(gtk_status_icon_get_has_tooltip, "gtk_status_icon_get_has_tooltip", LIBRARY.GTK);
3373 	Linker.link(gtk_status_icon_get_icon_name, "gtk_status_icon_get_icon_name", LIBRARY.GTK);
3374 	Linker.link(gtk_status_icon_get_pixbuf, "gtk_status_icon_get_pixbuf", LIBRARY.GTK);
3375 	Linker.link(gtk_status_icon_get_screen, "gtk_status_icon_get_screen", LIBRARY.GTK);
3376 	Linker.link(gtk_status_icon_get_size, "gtk_status_icon_get_size", LIBRARY.GTK);
3377 	Linker.link(gtk_status_icon_get_stock, "gtk_status_icon_get_stock", LIBRARY.GTK);
3378 	Linker.link(gtk_status_icon_get_storage_type, "gtk_status_icon_get_storage_type", LIBRARY.GTK);
3379 	Linker.link(gtk_status_icon_get_title, "gtk_status_icon_get_title", LIBRARY.GTK);
3380 	Linker.link(gtk_status_icon_get_tooltip_markup, "gtk_status_icon_get_tooltip_markup", LIBRARY.GTK);
3381 	Linker.link(gtk_status_icon_get_tooltip_text, "gtk_status_icon_get_tooltip_text", LIBRARY.GTK);
3382 	Linker.link(gtk_status_icon_get_visible, "gtk_status_icon_get_visible", LIBRARY.GTK);
3383 	Linker.link(gtk_status_icon_get_x11_window_id, "gtk_status_icon_get_x11_window_id", LIBRARY.GTK);
3384 	Linker.link(gtk_status_icon_is_embedded, "gtk_status_icon_is_embedded", LIBRARY.GTK);
3385 	Linker.link(gtk_status_icon_set_from_file, "gtk_status_icon_set_from_file", LIBRARY.GTK);
3386 	Linker.link(gtk_status_icon_set_from_gicon, "gtk_status_icon_set_from_gicon", LIBRARY.GTK);
3387 	Linker.link(gtk_status_icon_set_from_icon_name, "gtk_status_icon_set_from_icon_name", LIBRARY.GTK);
3388 	Linker.link(gtk_status_icon_set_from_pixbuf, "gtk_status_icon_set_from_pixbuf", LIBRARY.GTK);
3389 	Linker.link(gtk_status_icon_set_from_stock, "gtk_status_icon_set_from_stock", LIBRARY.GTK);
3390 	Linker.link(gtk_status_icon_set_has_tooltip, "gtk_status_icon_set_has_tooltip", LIBRARY.GTK);
3391 	Linker.link(gtk_status_icon_set_name, "gtk_status_icon_set_name", LIBRARY.GTK);
3392 	Linker.link(gtk_status_icon_set_screen, "gtk_status_icon_set_screen", LIBRARY.GTK);
3393 	Linker.link(gtk_status_icon_set_title, "gtk_status_icon_set_title", LIBRARY.GTK);
3394 	Linker.link(gtk_status_icon_set_tooltip_markup, "gtk_status_icon_set_tooltip_markup", LIBRARY.GTK);
3395 	Linker.link(gtk_status_icon_set_tooltip_text, "gtk_status_icon_set_tooltip_text", LIBRARY.GTK);
3396 	Linker.link(gtk_status_icon_set_visible, "gtk_status_icon_set_visible", LIBRARY.GTK);
3397 
3398 	// gtk.Statusbar
3399 
3400 	Linker.link(gtk_statusbar_get_type, "gtk_statusbar_get_type", LIBRARY.GTK);
3401 	Linker.link(gtk_statusbar_new, "gtk_statusbar_new", LIBRARY.GTK);
3402 	Linker.link(gtk_statusbar_get_context_id, "gtk_statusbar_get_context_id", LIBRARY.GTK);
3403 	Linker.link(gtk_statusbar_get_message_area, "gtk_statusbar_get_message_area", LIBRARY.GTK);
3404 	Linker.link(gtk_statusbar_pop, "gtk_statusbar_pop", LIBRARY.GTK);
3405 	Linker.link(gtk_statusbar_push, "gtk_statusbar_push", LIBRARY.GTK);
3406 	Linker.link(gtk_statusbar_remove, "gtk_statusbar_remove", LIBRARY.GTK);
3407 	Linker.link(gtk_statusbar_remove_all, "gtk_statusbar_remove_all", LIBRARY.GTK);
3408 
3409 	// gtk.StatusbarAccessible
3410 
3411 	Linker.link(gtk_statusbar_accessible_get_type, "gtk_statusbar_accessible_get_type", LIBRARY.GTK);
3412 
3413 	// gtk.StockItem
3414 
3415 	Linker.link(gtk_stock_item_copy, "gtk_stock_item_copy", LIBRARY.GTK);
3416 	Linker.link(gtk_stock_item_free, "gtk_stock_item_free", LIBRARY.GTK);
3417 	Linker.link(gtk_stock_add, "gtk_stock_add", LIBRARY.GTK);
3418 	Linker.link(gtk_stock_add_static, "gtk_stock_add_static", LIBRARY.GTK);
3419 	Linker.link(gtk_stock_list_ids, "gtk_stock_list_ids", LIBRARY.GTK);
3420 	Linker.link(gtk_stock_lookup, "gtk_stock_lookup", LIBRARY.GTK);
3421 	Linker.link(gtk_stock_set_translate_func, "gtk_stock_set_translate_func", LIBRARY.GTK);
3422 
3423 	// gtk.Style
3424 
3425 	Linker.link(gtk_style_get_type, "gtk_style_get_type", LIBRARY.GTK);
3426 	Linker.link(gtk_style_new, "gtk_style_new", LIBRARY.GTK);
3427 	Linker.link(gtk_style_apply_default_background, "gtk_style_apply_default_background", LIBRARY.GTK);
3428 	Linker.link(gtk_style_attach, "gtk_style_attach", LIBRARY.GTK);
3429 	Linker.link(gtk_style_copy, "gtk_style_copy", LIBRARY.GTK);
3430 	Linker.link(gtk_style_detach, "gtk_style_detach", LIBRARY.GTK);
3431 	Linker.link(gtk_style_get, "gtk_style_get", LIBRARY.GTK);
3432 	Linker.link(gtk_style_get_style_property, "gtk_style_get_style_property", LIBRARY.GTK);
3433 	Linker.link(gtk_style_get_valist, "gtk_style_get_valist", LIBRARY.GTK);
3434 	Linker.link(gtk_style_has_context, "gtk_style_has_context", LIBRARY.GTK);
3435 	Linker.link(gtk_style_lookup_color, "gtk_style_lookup_color", LIBRARY.GTK);
3436 	Linker.link(gtk_style_lookup_icon_set, "gtk_style_lookup_icon_set", LIBRARY.GTK);
3437 	Linker.link(gtk_style_render_icon, "gtk_style_render_icon", LIBRARY.GTK);
3438 	Linker.link(gtk_style_set_background, "gtk_style_set_background", LIBRARY.GTK);
3439 	Linker.link(gtk_paint_arrow, "gtk_paint_arrow", LIBRARY.GTK);
3440 	Linker.link(gtk_paint_box, "gtk_paint_box", LIBRARY.GTK);
3441 	Linker.link(gtk_paint_box_gap, "gtk_paint_box_gap", LIBRARY.GTK);
3442 	Linker.link(gtk_paint_check, "gtk_paint_check", LIBRARY.GTK);
3443 	Linker.link(gtk_paint_diamond, "gtk_paint_diamond", LIBRARY.GTK);
3444 	Linker.link(gtk_paint_expander, "gtk_paint_expander", LIBRARY.GTK);
3445 	Linker.link(gtk_paint_extension, "gtk_paint_extension", LIBRARY.GTK);
3446 	Linker.link(gtk_paint_flat_box, "gtk_paint_flat_box", LIBRARY.GTK);
3447 	Linker.link(gtk_paint_focus, "gtk_paint_focus", LIBRARY.GTK);
3448 	Linker.link(gtk_paint_handle, "gtk_paint_handle", LIBRARY.GTK);
3449 	Linker.link(gtk_paint_hline, "gtk_paint_hline", LIBRARY.GTK);
3450 	Linker.link(gtk_paint_layout, "gtk_paint_layout", LIBRARY.GTK);
3451 	Linker.link(gtk_paint_option, "gtk_paint_option", LIBRARY.GTK);
3452 	Linker.link(gtk_paint_resize_grip, "gtk_paint_resize_grip", LIBRARY.GTK);
3453 	Linker.link(gtk_paint_shadow, "gtk_paint_shadow", LIBRARY.GTK);
3454 	Linker.link(gtk_paint_shadow_gap, "gtk_paint_shadow_gap", LIBRARY.GTK);
3455 	Linker.link(gtk_paint_slider, "gtk_paint_slider", LIBRARY.GTK);
3456 	Linker.link(gtk_paint_spinner, "gtk_paint_spinner", LIBRARY.GTK);
3457 	Linker.link(gtk_paint_tab, "gtk_paint_tab", LIBRARY.GTK);
3458 	Linker.link(gtk_paint_vline, "gtk_paint_vline", LIBRARY.GTK);
3459 
3460 	// gtk.StyleContext
3461 
3462 	Linker.link(gtk_style_context_get_type, "gtk_style_context_get_type", LIBRARY.GTK);
3463 	Linker.link(gtk_style_context_new, "gtk_style_context_new", LIBRARY.GTK);
3464 	Linker.link(gtk_style_context_add_provider_for_screen, "gtk_style_context_add_provider_for_screen", LIBRARY.GTK);
3465 	Linker.link(gtk_style_context_remove_provider_for_screen, "gtk_style_context_remove_provider_for_screen", LIBRARY.GTK);
3466 	Linker.link(gtk_style_context_reset_widgets, "gtk_style_context_reset_widgets", LIBRARY.GTK);
3467 	Linker.link(gtk_style_context_add_class, "gtk_style_context_add_class", LIBRARY.GTK);
3468 	Linker.link(gtk_style_context_add_provider, "gtk_style_context_add_provider", LIBRARY.GTK);
3469 	Linker.link(gtk_style_context_add_region, "gtk_style_context_add_region", LIBRARY.GTK);
3470 	Linker.link(gtk_style_context_cancel_animations, "gtk_style_context_cancel_animations", LIBRARY.GTK);
3471 	Linker.link(gtk_style_context_get, "gtk_style_context_get", LIBRARY.GTK);
3472 	Linker.link(gtk_style_context_get_background_color, "gtk_style_context_get_background_color", LIBRARY.GTK);
3473 	Linker.link(gtk_style_context_get_border, "gtk_style_context_get_border", LIBRARY.GTK);
3474 	Linker.link(gtk_style_context_get_border_color, "gtk_style_context_get_border_color", LIBRARY.GTK);
3475 	Linker.link(gtk_style_context_get_color, "gtk_style_context_get_color", LIBRARY.GTK);
3476 	Linker.link(gtk_style_context_get_direction, "gtk_style_context_get_direction", LIBRARY.GTK);
3477 	Linker.link(gtk_style_context_get_font, "gtk_style_context_get_font", LIBRARY.GTK);
3478 	Linker.link(gtk_style_context_get_frame_clock, "gtk_style_context_get_frame_clock", LIBRARY.GTK);
3479 	Linker.link(gtk_style_context_get_junction_sides, "gtk_style_context_get_junction_sides", LIBRARY.GTK);
3480 	Linker.link(gtk_style_context_get_margin, "gtk_style_context_get_margin", LIBRARY.GTK);
3481 	Linker.link(gtk_style_context_get_padding, "gtk_style_context_get_padding", LIBRARY.GTK);
3482 	Linker.link(gtk_style_context_get_parent, "gtk_style_context_get_parent", LIBRARY.GTK);
3483 	Linker.link(gtk_style_context_get_path, "gtk_style_context_get_path", LIBRARY.GTK);
3484 	Linker.link(gtk_style_context_get_property, "gtk_style_context_get_property", LIBRARY.GTK);
3485 	Linker.link(gtk_style_context_get_scale, "gtk_style_context_get_scale", LIBRARY.GTK);
3486 	Linker.link(gtk_style_context_get_screen, "gtk_style_context_get_screen", LIBRARY.GTK);
3487 	Linker.link(gtk_style_context_get_section, "gtk_style_context_get_section", LIBRARY.GTK);
3488 	Linker.link(gtk_style_context_get_state, "gtk_style_context_get_state", LIBRARY.GTK);
3489 	Linker.link(gtk_style_context_get_style, "gtk_style_context_get_style", LIBRARY.GTK);
3490 	Linker.link(gtk_style_context_get_style_property, "gtk_style_context_get_style_property", LIBRARY.GTK);
3491 	Linker.link(gtk_style_context_get_style_valist, "gtk_style_context_get_style_valist", LIBRARY.GTK);
3492 	Linker.link(gtk_style_context_get_valist, "gtk_style_context_get_valist", LIBRARY.GTK);
3493 	Linker.link(gtk_style_context_has_class, "gtk_style_context_has_class", LIBRARY.GTK);
3494 	Linker.link(gtk_style_context_has_region, "gtk_style_context_has_region", LIBRARY.GTK);
3495 	Linker.link(gtk_style_context_invalidate, "gtk_style_context_invalidate", LIBRARY.GTK);
3496 	Linker.link(gtk_style_context_list_classes, "gtk_style_context_list_classes", LIBRARY.GTK);
3497 	Linker.link(gtk_style_context_list_regions, "gtk_style_context_list_regions", LIBRARY.GTK);
3498 	Linker.link(gtk_style_context_lookup_color, "gtk_style_context_lookup_color", LIBRARY.GTK);
3499 	Linker.link(gtk_style_context_lookup_icon_set, "gtk_style_context_lookup_icon_set", LIBRARY.GTK);
3500 	Linker.link(gtk_style_context_notify_state_change, "gtk_style_context_notify_state_change", LIBRARY.GTK);
3501 	Linker.link(gtk_style_context_pop_animatable_region, "gtk_style_context_pop_animatable_region", LIBRARY.GTK);
3502 	Linker.link(gtk_style_context_push_animatable_region, "gtk_style_context_push_animatable_region", LIBRARY.GTK);
3503 	Linker.link(gtk_style_context_remove_class, "gtk_style_context_remove_class", LIBRARY.GTK);
3504 	Linker.link(gtk_style_context_remove_provider, "gtk_style_context_remove_provider", LIBRARY.GTK);
3505 	Linker.link(gtk_style_context_remove_region, "gtk_style_context_remove_region", LIBRARY.GTK);
3506 	Linker.link(gtk_style_context_restore, "gtk_style_context_restore", LIBRARY.GTK);
3507 	Linker.link(gtk_style_context_save, "gtk_style_context_save", LIBRARY.GTK);
3508 	Linker.link(gtk_style_context_scroll_animations, "gtk_style_context_scroll_animations", LIBRARY.GTK);
3509 	Linker.link(gtk_style_context_set_background, "gtk_style_context_set_background", LIBRARY.GTK);
3510 	Linker.link(gtk_style_context_set_direction, "gtk_style_context_set_direction", LIBRARY.GTK);
3511 	Linker.link(gtk_style_context_set_frame_clock, "gtk_style_context_set_frame_clock", LIBRARY.GTK);
3512 	Linker.link(gtk_style_context_set_junction_sides, "gtk_style_context_set_junction_sides", LIBRARY.GTK);
3513 	Linker.link(gtk_style_context_set_parent, "gtk_style_context_set_parent", LIBRARY.GTK);
3514 	Linker.link(gtk_style_context_set_path, "gtk_style_context_set_path", LIBRARY.GTK);
3515 	Linker.link(gtk_style_context_set_scale, "gtk_style_context_set_scale", LIBRARY.GTK);
3516 	Linker.link(gtk_style_context_set_screen, "gtk_style_context_set_screen", LIBRARY.GTK);
3517 	Linker.link(gtk_style_context_set_state, "gtk_style_context_set_state", LIBRARY.GTK);
3518 	Linker.link(gtk_style_context_state_is_running, "gtk_style_context_state_is_running", LIBRARY.GTK);
3519 	Linker.link(gtk_style_context_to_string, "gtk_style_context_to_string", LIBRARY.GTK);
3520 	Linker.link(gtk_render_activity, "gtk_render_activity", LIBRARY.GTK);
3521 	Linker.link(gtk_render_arrow, "gtk_render_arrow", LIBRARY.GTK);
3522 	Linker.link(gtk_render_background, "gtk_render_background", LIBRARY.GTK);
3523 	Linker.link(gtk_render_background_get_clip, "gtk_render_background_get_clip", LIBRARY.GTK);
3524 	Linker.link(gtk_render_check, "gtk_render_check", LIBRARY.GTK);
3525 	Linker.link(gtk_render_expander, "gtk_render_expander", LIBRARY.GTK);
3526 	Linker.link(gtk_render_extension, "gtk_render_extension", LIBRARY.GTK);
3527 	Linker.link(gtk_render_focus, "gtk_render_focus", LIBRARY.GTK);
3528 	Linker.link(gtk_render_frame, "gtk_render_frame", LIBRARY.GTK);
3529 	Linker.link(gtk_render_frame_gap, "gtk_render_frame_gap", LIBRARY.GTK);
3530 	Linker.link(gtk_render_handle, "gtk_render_handle", LIBRARY.GTK);
3531 	Linker.link(gtk_render_icon, "gtk_render_icon", LIBRARY.GTK);
3532 	Linker.link(gtk_render_icon_pixbuf, "gtk_render_icon_pixbuf", LIBRARY.GTK);
3533 	Linker.link(gtk_render_icon_surface, "gtk_render_icon_surface", LIBRARY.GTK);
3534 	Linker.link(gtk_render_insertion_cursor, "gtk_render_insertion_cursor", LIBRARY.GTK);
3535 	Linker.link(gtk_render_layout, "gtk_render_layout", LIBRARY.GTK);
3536 	Linker.link(gtk_render_line, "gtk_render_line", LIBRARY.GTK);
3537 	Linker.link(gtk_render_option, "gtk_render_option", LIBRARY.GTK);
3538 	Linker.link(gtk_render_slider, "gtk_render_slider", LIBRARY.GTK);
3539 
3540 	// gtk.StyleProperties
3541 
3542 	Linker.link(gtk_style_properties_get_type, "gtk_style_properties_get_type", LIBRARY.GTK);
3543 	Linker.link(gtk_style_properties_new, "gtk_style_properties_new", LIBRARY.GTK);
3544 	Linker.link(gtk_style_properties_lookup_property, "gtk_style_properties_lookup_property", LIBRARY.GTK);
3545 	Linker.link(gtk_style_properties_register_property, "gtk_style_properties_register_property", LIBRARY.GTK);
3546 	Linker.link(gtk_style_properties_clear, "gtk_style_properties_clear", LIBRARY.GTK);
3547 	Linker.link(gtk_style_properties_get, "gtk_style_properties_get", LIBRARY.GTK);
3548 	Linker.link(gtk_style_properties_get_property, "gtk_style_properties_get_property", LIBRARY.GTK);
3549 	Linker.link(gtk_style_properties_get_valist, "gtk_style_properties_get_valist", LIBRARY.GTK);
3550 	Linker.link(gtk_style_properties_lookup_color, "gtk_style_properties_lookup_color", LIBRARY.GTK);
3551 	Linker.link(gtk_style_properties_map_color, "gtk_style_properties_map_color", LIBRARY.GTK);
3552 	Linker.link(gtk_style_properties_merge, "gtk_style_properties_merge", LIBRARY.GTK);
3553 	Linker.link(gtk_style_properties_set, "gtk_style_properties_set", LIBRARY.GTK);
3554 	Linker.link(gtk_style_properties_set_property, "gtk_style_properties_set_property", LIBRARY.GTK);
3555 	Linker.link(gtk_style_properties_set_valist, "gtk_style_properties_set_valist", LIBRARY.GTK);
3556 	Linker.link(gtk_style_properties_unset_property, "gtk_style_properties_unset_property", LIBRARY.GTK);
3557 
3558 	// gtk.StyleProvider
3559 
3560 	Linker.link(gtk_style_provider_get_type, "gtk_style_provider_get_type", LIBRARY.GTK);
3561 	Linker.link(gtk_style_provider_get_icon_factory, "gtk_style_provider_get_icon_factory", LIBRARY.GTK);
3562 	Linker.link(gtk_style_provider_get_style, "gtk_style_provider_get_style", LIBRARY.GTK);
3563 	Linker.link(gtk_style_provider_get_style_property, "gtk_style_provider_get_style_property", LIBRARY.GTK);
3564 
3565 	// gtk.Switch
3566 
3567 	Linker.link(gtk_switch_get_type, "gtk_switch_get_type", LIBRARY.GTK);
3568 	Linker.link(gtk_switch_new, "gtk_switch_new", LIBRARY.GTK);
3569 	Linker.link(gtk_switch_get_active, "gtk_switch_get_active", LIBRARY.GTK);
3570 	Linker.link(gtk_switch_get_state, "gtk_switch_get_state", LIBRARY.GTK);
3571 	Linker.link(gtk_switch_set_active, "gtk_switch_set_active", LIBRARY.GTK);
3572 	Linker.link(gtk_switch_set_state, "gtk_switch_set_state", LIBRARY.GTK);
3573 
3574 	// gtk.SwitchAccessible
3575 
3576 	Linker.link(gtk_switch_accessible_get_type, "gtk_switch_accessible_get_type", LIBRARY.GTK);
3577 
3578 	// gtk.SymbolicColor
3579 
3580 	Linker.link(gtk_symbolic_color_get_type, "gtk_symbolic_color_get_type", LIBRARY.GTK);
3581 	Linker.link(gtk_symbolic_color_new_alpha, "gtk_symbolic_color_new_alpha", LIBRARY.GTK);
3582 	Linker.link(gtk_symbolic_color_new_literal, "gtk_symbolic_color_new_literal", LIBRARY.GTK);
3583 	Linker.link(gtk_symbolic_color_new_mix, "gtk_symbolic_color_new_mix", LIBRARY.GTK);
3584 	Linker.link(gtk_symbolic_color_new_name, "gtk_symbolic_color_new_name", LIBRARY.GTK);
3585 	Linker.link(gtk_symbolic_color_new_shade, "gtk_symbolic_color_new_shade", LIBRARY.GTK);
3586 	Linker.link(gtk_symbolic_color_new_win32, "gtk_symbolic_color_new_win32", LIBRARY.GTK);
3587 	Linker.link(gtk_symbolic_color_ref, "gtk_symbolic_color_ref", LIBRARY.GTK);
3588 	Linker.link(gtk_symbolic_color_resolve, "gtk_symbolic_color_resolve", LIBRARY.GTK);
3589 	Linker.link(gtk_symbolic_color_to_string, "gtk_symbolic_color_to_string", LIBRARY.GTK);
3590 	Linker.link(gtk_symbolic_color_unref, "gtk_symbolic_color_unref", LIBRARY.GTK);
3591 
3592 	// gtk.Table
3593 
3594 	Linker.link(gtk_table_get_type, "gtk_table_get_type", LIBRARY.GTK);
3595 	Linker.link(gtk_table_new, "gtk_table_new", LIBRARY.GTK);
3596 	Linker.link(gtk_table_attach, "gtk_table_attach", LIBRARY.GTK);
3597 	Linker.link(gtk_table_attach_defaults, "gtk_table_attach_defaults", LIBRARY.GTK);
3598 	Linker.link(gtk_table_get_col_spacing, "gtk_table_get_col_spacing", LIBRARY.GTK);
3599 	Linker.link(gtk_table_get_default_col_spacing, "gtk_table_get_default_col_spacing", LIBRARY.GTK);
3600 	Linker.link(gtk_table_get_default_row_spacing, "gtk_table_get_default_row_spacing", LIBRARY.GTK);
3601 	Linker.link(gtk_table_get_homogeneous, "gtk_table_get_homogeneous", LIBRARY.GTK);
3602 	Linker.link(gtk_table_get_row_spacing, "gtk_table_get_row_spacing", LIBRARY.GTK);
3603 	Linker.link(gtk_table_get_size, "gtk_table_get_size", LIBRARY.GTK);
3604 	Linker.link(gtk_table_resize, "gtk_table_resize", LIBRARY.GTK);
3605 	Linker.link(gtk_table_set_col_spacing, "gtk_table_set_col_spacing", LIBRARY.GTK);
3606 	Linker.link(gtk_table_set_col_spacings, "gtk_table_set_col_spacings", LIBRARY.GTK);
3607 	Linker.link(gtk_table_set_homogeneous, "gtk_table_set_homogeneous", LIBRARY.GTK);
3608 	Linker.link(gtk_table_set_row_spacing, "gtk_table_set_row_spacing", LIBRARY.GTK);
3609 	Linker.link(gtk_table_set_row_spacings, "gtk_table_set_row_spacings", LIBRARY.GTK);
3610 
3611 	// gtk.TargetEntry
3612 
3613 	Linker.link(gtk_target_entry_get_type, "gtk_target_entry_get_type", LIBRARY.GTK);
3614 	Linker.link(gtk_target_entry_new, "gtk_target_entry_new", LIBRARY.GTK);
3615 	Linker.link(gtk_target_entry_copy, "gtk_target_entry_copy", LIBRARY.GTK);
3616 	Linker.link(gtk_target_entry_free, "gtk_target_entry_free", LIBRARY.GTK);
3617 
3618 	// gtk.TargetList
3619 
3620 	Linker.link(gtk_target_list_get_type, "gtk_target_list_get_type", LIBRARY.GTK);
3621 	Linker.link(gtk_target_list_new, "gtk_target_list_new", LIBRARY.GTK);
3622 	Linker.link(gtk_target_list_add, "gtk_target_list_add", LIBRARY.GTK);
3623 	Linker.link(gtk_target_list_add_image_targets, "gtk_target_list_add_image_targets", LIBRARY.GTK);
3624 	Linker.link(gtk_target_list_add_rich_text_targets, "gtk_target_list_add_rich_text_targets", LIBRARY.GTK);
3625 	Linker.link(gtk_target_list_add_table, "gtk_target_list_add_table", LIBRARY.GTK);
3626 	Linker.link(gtk_target_list_add_text_targets, "gtk_target_list_add_text_targets", LIBRARY.GTK);
3627 	Linker.link(gtk_target_list_add_uri_targets, "gtk_target_list_add_uri_targets", LIBRARY.GTK);
3628 	Linker.link(gtk_target_list_find, "gtk_target_list_find", LIBRARY.GTK);
3629 	Linker.link(gtk_target_list_ref, "gtk_target_list_ref", LIBRARY.GTK);
3630 	Linker.link(gtk_target_list_remove, "gtk_target_list_remove", LIBRARY.GTK);
3631 	Linker.link(gtk_target_list_unref, "gtk_target_list_unref", LIBRARY.GTK);
3632 	Linker.link(gtk_target_table_free, "gtk_target_table_free", LIBRARY.GTK);
3633 	Linker.link(gtk_target_table_new_from_list, "gtk_target_table_new_from_list", LIBRARY.GTK);
3634 	Linker.link(gtk_targets_include_image, "gtk_targets_include_image", LIBRARY.GTK);
3635 	Linker.link(gtk_targets_include_rich_text, "gtk_targets_include_rich_text", LIBRARY.GTK);
3636 	Linker.link(gtk_targets_include_text, "gtk_targets_include_text", LIBRARY.GTK);
3637 	Linker.link(gtk_targets_include_uri, "gtk_targets_include_uri", LIBRARY.GTK);
3638 
3639 	// gtk.TearoffMenuItem
3640 
3641 	Linker.link(gtk_tearoff_menu_item_get_type, "gtk_tearoff_menu_item_get_type", LIBRARY.GTK);
3642 	Linker.link(gtk_tearoff_menu_item_new, "gtk_tearoff_menu_item_new", LIBRARY.GTK);
3643 
3644 	// gtk.TextAttributes
3645 
3646 	Linker.link(gtk_text_attributes_get_type, "gtk_text_attributes_get_type", LIBRARY.GTK);
3647 	Linker.link(gtk_text_attributes_new, "gtk_text_attributes_new", LIBRARY.GTK);
3648 	Linker.link(gtk_text_attributes_copy, "gtk_text_attributes_copy", LIBRARY.GTK);
3649 	Linker.link(gtk_text_attributes_copy_values, "gtk_text_attributes_copy_values", LIBRARY.GTK);
3650 	Linker.link(gtk_text_attributes_ref, "gtk_text_attributes_ref", LIBRARY.GTK);
3651 	Linker.link(gtk_text_attributes_unref, "gtk_text_attributes_unref", LIBRARY.GTK);
3652 
3653 	// gtk.TextBuffer
3654 
3655 	Linker.link(gtk_text_buffer_get_type, "gtk_text_buffer_get_type", LIBRARY.GTK);
3656 	Linker.link(gtk_text_buffer_new, "gtk_text_buffer_new", LIBRARY.GTK);
3657 	Linker.link(gtk_text_buffer_add_mark, "gtk_text_buffer_add_mark", LIBRARY.GTK);
3658 	Linker.link(gtk_text_buffer_add_selection_clipboard, "gtk_text_buffer_add_selection_clipboard", LIBRARY.GTK);
3659 	Linker.link(gtk_text_buffer_apply_tag, "gtk_text_buffer_apply_tag", LIBRARY.GTK);
3660 	Linker.link(gtk_text_buffer_apply_tag_by_name, "gtk_text_buffer_apply_tag_by_name", LIBRARY.GTK);
3661 	Linker.link(gtk_text_buffer_backspace, "gtk_text_buffer_backspace", LIBRARY.GTK);
3662 	Linker.link(gtk_text_buffer_begin_user_action, "gtk_text_buffer_begin_user_action", LIBRARY.GTK);
3663 	Linker.link(gtk_text_buffer_copy_clipboard, "gtk_text_buffer_copy_clipboard", LIBRARY.GTK);
3664 	Linker.link(gtk_text_buffer_create_child_anchor, "gtk_text_buffer_create_child_anchor", LIBRARY.GTK);
3665 	Linker.link(gtk_text_buffer_create_mark, "gtk_text_buffer_create_mark", LIBRARY.GTK);
3666 	Linker.link(gtk_text_buffer_create_tag, "gtk_text_buffer_create_tag", LIBRARY.GTK);
3667 	Linker.link(gtk_text_buffer_cut_clipboard, "gtk_text_buffer_cut_clipboard", LIBRARY.GTK);
3668 	Linker.link(gtk_text_buffer_delete, "gtk_text_buffer_delete", LIBRARY.GTK);
3669 	Linker.link(gtk_text_buffer_delete_interactive, "gtk_text_buffer_delete_interactive", LIBRARY.GTK);
3670 	Linker.link(gtk_text_buffer_delete_mark, "gtk_text_buffer_delete_mark", LIBRARY.GTK);
3671 	Linker.link(gtk_text_buffer_delete_mark_by_name, "gtk_text_buffer_delete_mark_by_name", LIBRARY.GTK);
3672 	Linker.link(gtk_text_buffer_delete_selection, "gtk_text_buffer_delete_selection", LIBRARY.GTK);
3673 	Linker.link(gtk_text_buffer_deserialize, "gtk_text_buffer_deserialize", LIBRARY.GTK);
3674 	Linker.link(gtk_text_buffer_deserialize_get_can_create_tags, "gtk_text_buffer_deserialize_get_can_create_tags", LIBRARY.GTK);
3675 	Linker.link(gtk_text_buffer_deserialize_set_can_create_tags, "gtk_text_buffer_deserialize_set_can_create_tags", LIBRARY.GTK);
3676 	Linker.link(gtk_text_buffer_end_user_action, "gtk_text_buffer_end_user_action", LIBRARY.GTK);
3677 	Linker.link(gtk_text_buffer_get_bounds, "gtk_text_buffer_get_bounds", LIBRARY.GTK);
3678 	Linker.link(gtk_text_buffer_get_char_count, "gtk_text_buffer_get_char_count", LIBRARY.GTK);
3679 	Linker.link(gtk_text_buffer_get_copy_target_list, "gtk_text_buffer_get_copy_target_list", LIBRARY.GTK);
3680 	Linker.link(gtk_text_buffer_get_deserialize_formats, "gtk_text_buffer_get_deserialize_formats", LIBRARY.GTK);
3681 	Linker.link(gtk_text_buffer_get_end_iter, "gtk_text_buffer_get_end_iter", LIBRARY.GTK);
3682 	Linker.link(gtk_text_buffer_get_has_selection, "gtk_text_buffer_get_has_selection", LIBRARY.GTK);
3683 	Linker.link(gtk_text_buffer_get_insert, "gtk_text_buffer_get_insert", LIBRARY.GTK);
3684 	Linker.link(gtk_text_buffer_get_iter_at_child_anchor, "gtk_text_buffer_get_iter_at_child_anchor", LIBRARY.GTK);
3685 	Linker.link(gtk_text_buffer_get_iter_at_line, "gtk_text_buffer_get_iter_at_line", LIBRARY.GTK);
3686 	Linker.link(gtk_text_buffer_get_iter_at_line_index, "gtk_text_buffer_get_iter_at_line_index", LIBRARY.GTK);
3687 	Linker.link(gtk_text_buffer_get_iter_at_line_offset, "gtk_text_buffer_get_iter_at_line_offset", LIBRARY.GTK);
3688 	Linker.link(gtk_text_buffer_get_iter_at_mark, "gtk_text_buffer_get_iter_at_mark", LIBRARY.GTK);
3689 	Linker.link(gtk_text_buffer_get_iter_at_offset, "gtk_text_buffer_get_iter_at_offset", LIBRARY.GTK);
3690 	Linker.link(gtk_text_buffer_get_line_count, "gtk_text_buffer_get_line_count", LIBRARY.GTK);
3691 	Linker.link(gtk_text_buffer_get_mark, "gtk_text_buffer_get_mark", LIBRARY.GTK);
3692 	Linker.link(gtk_text_buffer_get_modified, "gtk_text_buffer_get_modified", LIBRARY.GTK);
3693 	Linker.link(gtk_text_buffer_get_paste_target_list, "gtk_text_buffer_get_paste_target_list", LIBRARY.GTK);
3694 	Linker.link(gtk_text_buffer_get_selection_bound, "gtk_text_buffer_get_selection_bound", LIBRARY.GTK);
3695 	Linker.link(gtk_text_buffer_get_selection_bounds, "gtk_text_buffer_get_selection_bounds", LIBRARY.GTK);
3696 	Linker.link(gtk_text_buffer_get_serialize_formats, "gtk_text_buffer_get_serialize_formats", LIBRARY.GTK);
3697 	Linker.link(gtk_text_buffer_get_slice, "gtk_text_buffer_get_slice", LIBRARY.GTK);
3698 	Linker.link(gtk_text_buffer_get_start_iter, "gtk_text_buffer_get_start_iter", LIBRARY.GTK);
3699 	Linker.link(gtk_text_buffer_get_tag_table, "gtk_text_buffer_get_tag_table", LIBRARY.GTK);
3700 	Linker.link(gtk_text_buffer_get_text, "gtk_text_buffer_get_text", LIBRARY.GTK);
3701 	Linker.link(gtk_text_buffer_insert, "gtk_text_buffer_insert", LIBRARY.GTK);
3702 	Linker.link(gtk_text_buffer_insert_at_cursor, "gtk_text_buffer_insert_at_cursor", LIBRARY.GTK);
3703 	Linker.link(gtk_text_buffer_insert_child_anchor, "gtk_text_buffer_insert_child_anchor", LIBRARY.GTK);
3704 	Linker.link(gtk_text_buffer_insert_interactive, "gtk_text_buffer_insert_interactive", LIBRARY.GTK);
3705 	Linker.link(gtk_text_buffer_insert_interactive_at_cursor, "gtk_text_buffer_insert_interactive_at_cursor", LIBRARY.GTK);
3706 	Linker.link(gtk_text_buffer_insert_markup, "gtk_text_buffer_insert_markup", LIBRARY.GTK);
3707 	Linker.link(gtk_text_buffer_insert_pixbuf, "gtk_text_buffer_insert_pixbuf", LIBRARY.GTK);
3708 	Linker.link(gtk_text_buffer_insert_range, "gtk_text_buffer_insert_range", LIBRARY.GTK);
3709 	Linker.link(gtk_text_buffer_insert_range_interactive, "gtk_text_buffer_insert_range_interactive", LIBRARY.GTK);
3710 	Linker.link(gtk_text_buffer_insert_with_tags, "gtk_text_buffer_insert_with_tags", LIBRARY.GTK);
3711 	Linker.link(gtk_text_buffer_insert_with_tags_by_name, "gtk_text_buffer_insert_with_tags_by_name", LIBRARY.GTK);
3712 	Linker.link(gtk_text_buffer_move_mark, "gtk_text_buffer_move_mark", LIBRARY.GTK);
3713 	Linker.link(gtk_text_buffer_move_mark_by_name, "gtk_text_buffer_move_mark_by_name", LIBRARY.GTK);
3714 	Linker.link(gtk_text_buffer_paste_clipboard, "gtk_text_buffer_paste_clipboard", LIBRARY.GTK);
3715 	Linker.link(gtk_text_buffer_place_cursor, "gtk_text_buffer_place_cursor", LIBRARY.GTK);
3716 	Linker.link(gtk_text_buffer_register_deserialize_format, "gtk_text_buffer_register_deserialize_format", LIBRARY.GTK);
3717 	Linker.link(gtk_text_buffer_register_deserialize_tagset, "gtk_text_buffer_register_deserialize_tagset", LIBRARY.GTK);
3718 	Linker.link(gtk_text_buffer_register_serialize_format, "gtk_text_buffer_register_serialize_format", LIBRARY.GTK);
3719 	Linker.link(gtk_text_buffer_register_serialize_tagset, "gtk_text_buffer_register_serialize_tagset", LIBRARY.GTK);
3720 	Linker.link(gtk_text_buffer_remove_all_tags, "gtk_text_buffer_remove_all_tags", LIBRARY.GTK);
3721 	Linker.link(gtk_text_buffer_remove_selection_clipboard, "gtk_text_buffer_remove_selection_clipboard", LIBRARY.GTK);
3722 	Linker.link(gtk_text_buffer_remove_tag, "gtk_text_buffer_remove_tag", LIBRARY.GTK);
3723 	Linker.link(gtk_text_buffer_remove_tag_by_name, "gtk_text_buffer_remove_tag_by_name", LIBRARY.GTK);
3724 	Linker.link(gtk_text_buffer_select_range, "gtk_text_buffer_select_range", LIBRARY.GTK);
3725 	Linker.link(gtk_text_buffer_serialize, "gtk_text_buffer_serialize", LIBRARY.GTK);
3726 	Linker.link(gtk_text_buffer_set_modified, "gtk_text_buffer_set_modified", LIBRARY.GTK);
3727 	Linker.link(gtk_text_buffer_set_text, "gtk_text_buffer_set_text", LIBRARY.GTK);
3728 	Linker.link(gtk_text_buffer_unregister_deserialize_format, "gtk_text_buffer_unregister_deserialize_format", LIBRARY.GTK);
3729 	Linker.link(gtk_text_buffer_unregister_serialize_format, "gtk_text_buffer_unregister_serialize_format", LIBRARY.GTK);
3730 
3731 	// gtk.TextCellAccessible
3732 
3733 	Linker.link(gtk_text_cell_accessible_get_type, "gtk_text_cell_accessible_get_type", LIBRARY.GTK);
3734 
3735 	// gtk.TextChildAnchor
3736 
3737 	Linker.link(gtk_text_child_anchor_get_type, "gtk_text_child_anchor_get_type", LIBRARY.GTK);
3738 	Linker.link(gtk_text_child_anchor_new, "gtk_text_child_anchor_new", LIBRARY.GTK);
3739 	Linker.link(gtk_text_child_anchor_get_deleted, "gtk_text_child_anchor_get_deleted", LIBRARY.GTK);
3740 	Linker.link(gtk_text_child_anchor_get_widgets, "gtk_text_child_anchor_get_widgets", LIBRARY.GTK);
3741 
3742 	// gtk.TextIter
3743 
3744 	Linker.link(gtk_text_iter_get_type, "gtk_text_iter_get_type", LIBRARY.GTK);
3745 	Linker.link(gtk_text_iter_assign, "gtk_text_iter_assign", LIBRARY.GTK);
3746 	Linker.link(gtk_text_iter_backward_char, "gtk_text_iter_backward_char", LIBRARY.GTK);
3747 	Linker.link(gtk_text_iter_backward_chars, "gtk_text_iter_backward_chars", LIBRARY.GTK);
3748 	Linker.link(gtk_text_iter_backward_cursor_position, "gtk_text_iter_backward_cursor_position", LIBRARY.GTK);
3749 	Linker.link(gtk_text_iter_backward_cursor_positions, "gtk_text_iter_backward_cursor_positions", LIBRARY.GTK);
3750 	Linker.link(gtk_text_iter_backward_find_char, "gtk_text_iter_backward_find_char", LIBRARY.GTK);
3751 	Linker.link(gtk_text_iter_backward_line, "gtk_text_iter_backward_line", LIBRARY.GTK);
3752 	Linker.link(gtk_text_iter_backward_lines, "gtk_text_iter_backward_lines", LIBRARY.GTK);
3753 	Linker.link(gtk_text_iter_backward_search, "gtk_text_iter_backward_search", LIBRARY.GTK);
3754 	Linker.link(gtk_text_iter_backward_sentence_start, "gtk_text_iter_backward_sentence_start", LIBRARY.GTK);
3755 	Linker.link(gtk_text_iter_backward_sentence_starts, "gtk_text_iter_backward_sentence_starts", LIBRARY.GTK);
3756 	Linker.link(gtk_text_iter_backward_to_tag_toggle, "gtk_text_iter_backward_to_tag_toggle", LIBRARY.GTK);
3757 	Linker.link(gtk_text_iter_backward_visible_cursor_position, "gtk_text_iter_backward_visible_cursor_position", LIBRARY.GTK);
3758 	Linker.link(gtk_text_iter_backward_visible_cursor_positions, "gtk_text_iter_backward_visible_cursor_positions", LIBRARY.GTK);
3759 	Linker.link(gtk_text_iter_backward_visible_line, "gtk_text_iter_backward_visible_line", LIBRARY.GTK);
3760 	Linker.link(gtk_text_iter_backward_visible_lines, "gtk_text_iter_backward_visible_lines", LIBRARY.GTK);
3761 	Linker.link(gtk_text_iter_backward_visible_word_start, "gtk_text_iter_backward_visible_word_start", LIBRARY.GTK);
3762 	Linker.link(gtk_text_iter_backward_visible_word_starts, "gtk_text_iter_backward_visible_word_starts", LIBRARY.GTK);
3763 	Linker.link(gtk_text_iter_backward_word_start, "gtk_text_iter_backward_word_start", LIBRARY.GTK);
3764 	Linker.link(gtk_text_iter_backward_word_starts, "gtk_text_iter_backward_word_starts", LIBRARY.GTK);
3765 	Linker.link(gtk_text_iter_begins_tag, "gtk_text_iter_begins_tag", LIBRARY.GTK);
3766 	Linker.link(gtk_text_iter_can_insert, "gtk_text_iter_can_insert", LIBRARY.GTK);
3767 	Linker.link(gtk_text_iter_compare, "gtk_text_iter_compare", LIBRARY.GTK);
3768 	Linker.link(gtk_text_iter_copy, "gtk_text_iter_copy", LIBRARY.GTK);
3769 	Linker.link(gtk_text_iter_editable, "gtk_text_iter_editable", LIBRARY.GTK);
3770 	Linker.link(gtk_text_iter_ends_line, "gtk_text_iter_ends_line", LIBRARY.GTK);
3771 	Linker.link(gtk_text_iter_ends_sentence, "gtk_text_iter_ends_sentence", LIBRARY.GTK);
3772 	Linker.link(gtk_text_iter_ends_tag, "gtk_text_iter_ends_tag", LIBRARY.GTK);
3773 	Linker.link(gtk_text_iter_ends_word, "gtk_text_iter_ends_word", LIBRARY.GTK);
3774 	Linker.link(gtk_text_iter_equal, "gtk_text_iter_equal", LIBRARY.GTK);
3775 	Linker.link(gtk_text_iter_forward_char, "gtk_text_iter_forward_char", LIBRARY.GTK);
3776 	Linker.link(gtk_text_iter_forward_chars, "gtk_text_iter_forward_chars", LIBRARY.GTK);
3777 	Linker.link(gtk_text_iter_forward_cursor_position, "gtk_text_iter_forward_cursor_position", LIBRARY.GTK);
3778 	Linker.link(gtk_text_iter_forward_cursor_positions, "gtk_text_iter_forward_cursor_positions", LIBRARY.GTK);
3779 	Linker.link(gtk_text_iter_forward_find_char, "gtk_text_iter_forward_find_char", LIBRARY.GTK);
3780 	Linker.link(gtk_text_iter_forward_line, "gtk_text_iter_forward_line", LIBRARY.GTK);
3781 	Linker.link(gtk_text_iter_forward_lines, "gtk_text_iter_forward_lines", LIBRARY.GTK);
3782 	Linker.link(gtk_text_iter_forward_search, "gtk_text_iter_forward_search", LIBRARY.GTK);
3783 	Linker.link(gtk_text_iter_forward_sentence_end, "gtk_text_iter_forward_sentence_end", LIBRARY.GTK);
3784 	Linker.link(gtk_text_iter_forward_sentence_ends, "gtk_text_iter_forward_sentence_ends", LIBRARY.GTK);
3785 	Linker.link(gtk_text_iter_forward_to_end, "gtk_text_iter_forward_to_end", LIBRARY.GTK);
3786 	Linker.link(gtk_text_iter_forward_to_line_end, "gtk_text_iter_forward_to_line_end", LIBRARY.GTK);
3787 	Linker.link(gtk_text_iter_forward_to_tag_toggle, "gtk_text_iter_forward_to_tag_toggle", LIBRARY.GTK);
3788 	Linker.link(gtk_text_iter_forward_visible_cursor_position, "gtk_text_iter_forward_visible_cursor_position", LIBRARY.GTK);
3789 	Linker.link(gtk_text_iter_forward_visible_cursor_positions, "gtk_text_iter_forward_visible_cursor_positions", LIBRARY.GTK);
3790 	Linker.link(gtk_text_iter_forward_visible_line, "gtk_text_iter_forward_visible_line", LIBRARY.GTK);
3791 	Linker.link(gtk_text_iter_forward_visible_lines, "gtk_text_iter_forward_visible_lines", LIBRARY.GTK);
3792 	Linker.link(gtk_text_iter_forward_visible_word_end, "gtk_text_iter_forward_visible_word_end", LIBRARY.GTK);
3793 	Linker.link(gtk_text_iter_forward_visible_word_ends, "gtk_text_iter_forward_visible_word_ends", LIBRARY.GTK);
3794 	Linker.link(gtk_text_iter_forward_word_end, "gtk_text_iter_forward_word_end", LIBRARY.GTK);
3795 	Linker.link(gtk_text_iter_forward_word_ends, "gtk_text_iter_forward_word_ends", LIBRARY.GTK);
3796 	Linker.link(gtk_text_iter_free, "gtk_text_iter_free", LIBRARY.GTK);
3797 	Linker.link(gtk_text_iter_get_attributes, "gtk_text_iter_get_attributes", LIBRARY.GTK);
3798 	Linker.link(gtk_text_iter_get_buffer, "gtk_text_iter_get_buffer", LIBRARY.GTK);
3799 	Linker.link(gtk_text_iter_get_bytes_in_line, "gtk_text_iter_get_bytes_in_line", LIBRARY.GTK);
3800 	Linker.link(gtk_text_iter_get_char, "gtk_text_iter_get_char", LIBRARY.GTK);
3801 	Linker.link(gtk_text_iter_get_chars_in_line, "gtk_text_iter_get_chars_in_line", LIBRARY.GTK);
3802 	Linker.link(gtk_text_iter_get_child_anchor, "gtk_text_iter_get_child_anchor", LIBRARY.GTK);
3803 	Linker.link(gtk_text_iter_get_language, "gtk_text_iter_get_language", LIBRARY.GTK);
3804 	Linker.link(gtk_text_iter_get_line, "gtk_text_iter_get_line", LIBRARY.GTK);
3805 	Linker.link(gtk_text_iter_get_line_index, "gtk_text_iter_get_line_index", LIBRARY.GTK);
3806 	Linker.link(gtk_text_iter_get_line_offset, "gtk_text_iter_get_line_offset", LIBRARY.GTK);
3807 	Linker.link(gtk_text_iter_get_marks, "gtk_text_iter_get_marks", LIBRARY.GTK);
3808 	Linker.link(gtk_text_iter_get_offset, "gtk_text_iter_get_offset", LIBRARY.GTK);
3809 	Linker.link(gtk_text_iter_get_pixbuf, "gtk_text_iter_get_pixbuf", LIBRARY.GTK);
3810 	Linker.link(gtk_text_iter_get_slice, "gtk_text_iter_get_slice", LIBRARY.GTK);
3811 	Linker.link(gtk_text_iter_get_tags, "gtk_text_iter_get_tags", LIBRARY.GTK);
3812 	Linker.link(gtk_text_iter_get_text, "gtk_text_iter_get_text", LIBRARY.GTK);
3813 	Linker.link(gtk_text_iter_get_toggled_tags, "gtk_text_iter_get_toggled_tags", LIBRARY.GTK);
3814 	Linker.link(gtk_text_iter_get_visible_line_index, "gtk_text_iter_get_visible_line_index", LIBRARY.GTK);
3815 	Linker.link(gtk_text_iter_get_visible_line_offset, "gtk_text_iter_get_visible_line_offset", LIBRARY.GTK);
3816 	Linker.link(gtk_text_iter_get_visible_slice, "gtk_text_iter_get_visible_slice", LIBRARY.GTK);
3817 	Linker.link(gtk_text_iter_get_visible_text, "gtk_text_iter_get_visible_text", LIBRARY.GTK);
3818 	Linker.link(gtk_text_iter_has_tag, "gtk_text_iter_has_tag", LIBRARY.GTK);
3819 	Linker.link(gtk_text_iter_in_range, "gtk_text_iter_in_range", LIBRARY.GTK);
3820 	Linker.link(gtk_text_iter_inside_sentence, "gtk_text_iter_inside_sentence", LIBRARY.GTK);
3821 	Linker.link(gtk_text_iter_inside_word, "gtk_text_iter_inside_word", LIBRARY.GTK);
3822 	Linker.link(gtk_text_iter_is_cursor_position, "gtk_text_iter_is_cursor_position", LIBRARY.GTK);
3823 	Linker.link(gtk_text_iter_is_end, "gtk_text_iter_is_end", LIBRARY.GTK);
3824 	Linker.link(gtk_text_iter_is_start, "gtk_text_iter_is_start", LIBRARY.GTK);
3825 	Linker.link(gtk_text_iter_order, "gtk_text_iter_order", LIBRARY.GTK);
3826 	Linker.link(gtk_text_iter_set_line, "gtk_text_iter_set_line", LIBRARY.GTK);
3827 	Linker.link(gtk_text_iter_set_line_index, "gtk_text_iter_set_line_index", LIBRARY.GTK);
3828 	Linker.link(gtk_text_iter_set_line_offset, "gtk_text_iter_set_line_offset", LIBRARY.GTK);
3829 	Linker.link(gtk_text_iter_set_offset, "gtk_text_iter_set_offset", LIBRARY.GTK);
3830 	Linker.link(gtk_text_iter_set_visible_line_index, "gtk_text_iter_set_visible_line_index", LIBRARY.GTK);
3831 	Linker.link(gtk_text_iter_set_visible_line_offset, "gtk_text_iter_set_visible_line_offset", LIBRARY.GTK);
3832 	Linker.link(gtk_text_iter_starts_line, "gtk_text_iter_starts_line", LIBRARY.GTK);
3833 	Linker.link(gtk_text_iter_starts_sentence, "gtk_text_iter_starts_sentence", LIBRARY.GTK);
3834 	Linker.link(gtk_text_iter_starts_tag, "gtk_text_iter_starts_tag", LIBRARY.GTK);
3835 	Linker.link(gtk_text_iter_starts_word, "gtk_text_iter_starts_word", LIBRARY.GTK);
3836 	Linker.link(gtk_text_iter_toggles_tag, "gtk_text_iter_toggles_tag", LIBRARY.GTK);
3837 
3838 	// gtk.TextMark
3839 
3840 	Linker.link(gtk_text_mark_get_type, "gtk_text_mark_get_type", LIBRARY.GTK);
3841 	Linker.link(gtk_text_mark_new, "gtk_text_mark_new", LIBRARY.GTK);
3842 	Linker.link(gtk_text_mark_get_buffer, "gtk_text_mark_get_buffer", LIBRARY.GTK);
3843 	Linker.link(gtk_text_mark_get_deleted, "gtk_text_mark_get_deleted", LIBRARY.GTK);
3844 	Linker.link(gtk_text_mark_get_left_gravity, "gtk_text_mark_get_left_gravity", LIBRARY.GTK);
3845 	Linker.link(gtk_text_mark_get_name, "gtk_text_mark_get_name", LIBRARY.GTK);
3846 	Linker.link(gtk_text_mark_get_visible, "gtk_text_mark_get_visible", LIBRARY.GTK);
3847 	Linker.link(gtk_text_mark_set_visible, "gtk_text_mark_set_visible", LIBRARY.GTK);
3848 
3849 	// gtk.TextTag
3850 
3851 	Linker.link(gtk_text_tag_get_type, "gtk_text_tag_get_type", LIBRARY.GTK);
3852 	Linker.link(gtk_text_tag_new, "gtk_text_tag_new", LIBRARY.GTK);
3853 	Linker.link(gtk_text_tag_changed, "gtk_text_tag_changed", LIBRARY.GTK);
3854 	Linker.link(gtk_text_tag_event, "gtk_text_tag_event", LIBRARY.GTK);
3855 	Linker.link(gtk_text_tag_get_priority, "gtk_text_tag_get_priority", LIBRARY.GTK);
3856 	Linker.link(gtk_text_tag_set_priority, "gtk_text_tag_set_priority", LIBRARY.GTK);
3857 
3858 	// gtk.TextTagTable
3859 
3860 	Linker.link(gtk_text_tag_table_get_type, "gtk_text_tag_table_get_type", LIBRARY.GTK);
3861 	Linker.link(gtk_text_tag_table_new, "gtk_text_tag_table_new", LIBRARY.GTK);
3862 	Linker.link(gtk_text_tag_table_add, "gtk_text_tag_table_add", LIBRARY.GTK);
3863 	Linker.link(gtk_text_tag_table_foreach, "gtk_text_tag_table_foreach", LIBRARY.GTK);
3864 	Linker.link(gtk_text_tag_table_get_size, "gtk_text_tag_table_get_size", LIBRARY.GTK);
3865 	Linker.link(gtk_text_tag_table_lookup, "gtk_text_tag_table_lookup", LIBRARY.GTK);
3866 	Linker.link(gtk_text_tag_table_remove, "gtk_text_tag_table_remove", LIBRARY.GTK);
3867 
3868 	// gtk.TextView
3869 
3870 	Linker.link(gtk_text_view_get_type, "gtk_text_view_get_type", LIBRARY.GTK);
3871 	Linker.link(gtk_text_view_new, "gtk_text_view_new", LIBRARY.GTK);
3872 	Linker.link(gtk_text_view_new_with_buffer, "gtk_text_view_new_with_buffer", LIBRARY.GTK);
3873 	Linker.link(gtk_text_view_add_child_at_anchor, "gtk_text_view_add_child_at_anchor", LIBRARY.GTK);
3874 	Linker.link(gtk_text_view_add_child_in_window, "gtk_text_view_add_child_in_window", LIBRARY.GTK);
3875 	Linker.link(gtk_text_view_backward_display_line, "gtk_text_view_backward_display_line", LIBRARY.GTK);
3876 	Linker.link(gtk_text_view_backward_display_line_start, "gtk_text_view_backward_display_line_start", LIBRARY.GTK);
3877 	Linker.link(gtk_text_view_buffer_to_window_coords, "gtk_text_view_buffer_to_window_coords", LIBRARY.GTK);
3878 	Linker.link(gtk_text_view_forward_display_line, "gtk_text_view_forward_display_line", LIBRARY.GTK);
3879 	Linker.link(gtk_text_view_forward_display_line_end, "gtk_text_view_forward_display_line_end", LIBRARY.GTK);
3880 	Linker.link(gtk_text_view_get_accepts_tab, "gtk_text_view_get_accepts_tab", LIBRARY.GTK);
3881 	Linker.link(gtk_text_view_get_border_window_size, "gtk_text_view_get_border_window_size", LIBRARY.GTK);
3882 	Linker.link(gtk_text_view_get_bottom_margin, "gtk_text_view_get_bottom_margin", LIBRARY.GTK);
3883 	Linker.link(gtk_text_view_get_buffer, "gtk_text_view_get_buffer", LIBRARY.GTK);
3884 	Linker.link(gtk_text_view_get_cursor_locations, "gtk_text_view_get_cursor_locations", LIBRARY.GTK);
3885 	Linker.link(gtk_text_view_get_cursor_visible, "gtk_text_view_get_cursor_visible", LIBRARY.GTK);
3886 	Linker.link(gtk_text_view_get_default_attributes, "gtk_text_view_get_default_attributes", LIBRARY.GTK);
3887 	Linker.link(gtk_text_view_get_editable, "gtk_text_view_get_editable", LIBRARY.GTK);
3888 	Linker.link(gtk_text_view_get_hadjustment, "gtk_text_view_get_hadjustment", LIBRARY.GTK);
3889 	Linker.link(gtk_text_view_get_indent, "gtk_text_view_get_indent", LIBRARY.GTK);
3890 	Linker.link(gtk_text_view_get_input_hints, "gtk_text_view_get_input_hints", LIBRARY.GTK);
3891 	Linker.link(gtk_text_view_get_input_purpose, "gtk_text_view_get_input_purpose", LIBRARY.GTK);
3892 	Linker.link(gtk_text_view_get_iter_at_location, "gtk_text_view_get_iter_at_location", LIBRARY.GTK);
3893 	Linker.link(gtk_text_view_get_iter_at_position, "gtk_text_view_get_iter_at_position", LIBRARY.GTK);
3894 	Linker.link(gtk_text_view_get_iter_location, "gtk_text_view_get_iter_location", LIBRARY.GTK);
3895 	Linker.link(gtk_text_view_get_justification, "gtk_text_view_get_justification", LIBRARY.GTK);
3896 	Linker.link(gtk_text_view_get_left_margin, "gtk_text_view_get_left_margin", LIBRARY.GTK);
3897 	Linker.link(gtk_text_view_get_line_at_y, "gtk_text_view_get_line_at_y", LIBRARY.GTK);
3898 	Linker.link(gtk_text_view_get_line_yrange, "gtk_text_view_get_line_yrange", LIBRARY.GTK);
3899 	Linker.link(gtk_text_view_get_monospace, "gtk_text_view_get_monospace", LIBRARY.GTK);
3900 	Linker.link(gtk_text_view_get_overwrite, "gtk_text_view_get_overwrite", LIBRARY.GTK);
3901 	Linker.link(gtk_text_view_get_pixels_above_lines, "gtk_text_view_get_pixels_above_lines", LIBRARY.GTK);
3902 	Linker.link(gtk_text_view_get_pixels_below_lines, "gtk_text_view_get_pixels_below_lines", LIBRARY.GTK);
3903 	Linker.link(gtk_text_view_get_pixels_inside_wrap, "gtk_text_view_get_pixels_inside_wrap", LIBRARY.GTK);
3904 	Linker.link(gtk_text_view_get_right_margin, "gtk_text_view_get_right_margin", LIBRARY.GTK);
3905 	Linker.link(gtk_text_view_get_tabs, "gtk_text_view_get_tabs", LIBRARY.GTK);
3906 	Linker.link(gtk_text_view_get_top_margin, "gtk_text_view_get_top_margin", LIBRARY.GTK);
3907 	Linker.link(gtk_text_view_get_vadjustment, "gtk_text_view_get_vadjustment", LIBRARY.GTK);
3908 	Linker.link(gtk_text_view_get_visible_rect, "gtk_text_view_get_visible_rect", LIBRARY.GTK);
3909 	Linker.link(gtk_text_view_get_window, "gtk_text_view_get_window", LIBRARY.GTK);
3910 	Linker.link(gtk_text_view_get_window_type, "gtk_text_view_get_window_type", LIBRARY.GTK);
3911 	Linker.link(gtk_text_view_get_wrap_mode, "gtk_text_view_get_wrap_mode", LIBRARY.GTK);
3912 	Linker.link(gtk_text_view_im_context_filter_keypress, "gtk_text_view_im_context_filter_keypress", LIBRARY.GTK);
3913 	Linker.link(gtk_text_view_move_child, "gtk_text_view_move_child", LIBRARY.GTK);
3914 	Linker.link(gtk_text_view_move_mark_onscreen, "gtk_text_view_move_mark_onscreen", LIBRARY.GTK);
3915 	Linker.link(gtk_text_view_move_visually, "gtk_text_view_move_visually", LIBRARY.GTK);
3916 	Linker.link(gtk_text_view_place_cursor_onscreen, "gtk_text_view_place_cursor_onscreen", LIBRARY.GTK);
3917 	Linker.link(gtk_text_view_reset_cursor_blink, "gtk_text_view_reset_cursor_blink", LIBRARY.GTK);
3918 	Linker.link(gtk_text_view_reset_im_context, "gtk_text_view_reset_im_context", LIBRARY.GTK);
3919 	Linker.link(gtk_text_view_scroll_mark_onscreen, "gtk_text_view_scroll_mark_onscreen", LIBRARY.GTK);
3920 	Linker.link(gtk_text_view_scroll_to_iter, "gtk_text_view_scroll_to_iter", LIBRARY.GTK);
3921 	Linker.link(gtk_text_view_scroll_to_mark, "gtk_text_view_scroll_to_mark", LIBRARY.GTK);
3922 	Linker.link(gtk_text_view_set_accepts_tab, "gtk_text_view_set_accepts_tab", LIBRARY.GTK);
3923 	Linker.link(gtk_text_view_set_border_window_size, "gtk_text_view_set_border_window_size", LIBRARY.GTK);
3924 	Linker.link(gtk_text_view_set_bottom_margin, "gtk_text_view_set_bottom_margin", LIBRARY.GTK);
3925 	Linker.link(gtk_text_view_set_buffer, "gtk_text_view_set_buffer", LIBRARY.GTK);
3926 	Linker.link(gtk_text_view_set_cursor_visible, "gtk_text_view_set_cursor_visible", LIBRARY.GTK);
3927 	Linker.link(gtk_text_view_set_editable, "gtk_text_view_set_editable", LIBRARY.GTK);
3928 	Linker.link(gtk_text_view_set_indent, "gtk_text_view_set_indent", LIBRARY.GTK);
3929 	Linker.link(gtk_text_view_set_input_hints, "gtk_text_view_set_input_hints", LIBRARY.GTK);
3930 	Linker.link(gtk_text_view_set_input_purpose, "gtk_text_view_set_input_purpose", LIBRARY.GTK);
3931 	Linker.link(gtk_text_view_set_justification, "gtk_text_view_set_justification", LIBRARY.GTK);
3932 	Linker.link(gtk_text_view_set_left_margin, "gtk_text_view_set_left_margin", LIBRARY.GTK);
3933 	Linker.link(gtk_text_view_set_monospace, "gtk_text_view_set_monospace", LIBRARY.GTK);
3934 	Linker.link(gtk_text_view_set_overwrite, "gtk_text_view_set_overwrite", LIBRARY.GTK);
3935 	Linker.link(gtk_text_view_set_pixels_above_lines, "gtk_text_view_set_pixels_above_lines", LIBRARY.GTK);
3936 	Linker.link(gtk_text_view_set_pixels_below_lines, "gtk_text_view_set_pixels_below_lines", LIBRARY.GTK);
3937 	Linker.link(gtk_text_view_set_pixels_inside_wrap, "gtk_text_view_set_pixels_inside_wrap", LIBRARY.GTK);
3938 	Linker.link(gtk_text_view_set_right_margin, "gtk_text_view_set_right_margin", LIBRARY.GTK);
3939 	Linker.link(gtk_text_view_set_tabs, "gtk_text_view_set_tabs", LIBRARY.GTK);
3940 	Linker.link(gtk_text_view_set_top_margin, "gtk_text_view_set_top_margin", LIBRARY.GTK);
3941 	Linker.link(gtk_text_view_set_wrap_mode, "gtk_text_view_set_wrap_mode", LIBRARY.GTK);
3942 	Linker.link(gtk_text_view_starts_display_line, "gtk_text_view_starts_display_line", LIBRARY.GTK);
3943 	Linker.link(gtk_text_view_window_to_buffer_coords, "gtk_text_view_window_to_buffer_coords", LIBRARY.GTK);
3944 
3945 	// gtk.TextViewAccessible
3946 
3947 	Linker.link(gtk_text_view_accessible_get_type, "gtk_text_view_accessible_get_type", LIBRARY.GTK);
3948 
3949 	// gtk.ThemingEngine
3950 
3951 	Linker.link(gtk_theming_engine_get_type, "gtk_theming_engine_get_type", LIBRARY.GTK);
3952 	Linker.link(gtk_theming_engine_load, "gtk_theming_engine_load", LIBRARY.GTK);
3953 	Linker.link(gtk_theming_engine_register_property, "gtk_theming_engine_register_property", LIBRARY.GTK);
3954 	Linker.link(gtk_theming_engine_get, "gtk_theming_engine_get", LIBRARY.GTK);
3955 	Linker.link(gtk_theming_engine_get_background_color, "gtk_theming_engine_get_background_color", LIBRARY.GTK);
3956 	Linker.link(gtk_theming_engine_get_border, "gtk_theming_engine_get_border", LIBRARY.GTK);
3957 	Linker.link(gtk_theming_engine_get_border_color, "gtk_theming_engine_get_border_color", LIBRARY.GTK);
3958 	Linker.link(gtk_theming_engine_get_color, "gtk_theming_engine_get_color", LIBRARY.GTK);
3959 	Linker.link(gtk_theming_engine_get_direction, "gtk_theming_engine_get_direction", LIBRARY.GTK);
3960 	Linker.link(gtk_theming_engine_get_font, "gtk_theming_engine_get_font", LIBRARY.GTK);
3961 	Linker.link(gtk_theming_engine_get_junction_sides, "gtk_theming_engine_get_junction_sides", LIBRARY.GTK);
3962 	Linker.link(gtk_theming_engine_get_margin, "gtk_theming_engine_get_margin", LIBRARY.GTK);
3963 	Linker.link(gtk_theming_engine_get_padding, "gtk_theming_engine_get_padding", LIBRARY.GTK);
3964 	Linker.link(gtk_theming_engine_get_path, "gtk_theming_engine_get_path", LIBRARY.GTK);
3965 	Linker.link(gtk_theming_engine_get_property, "gtk_theming_engine_get_property", LIBRARY.GTK);
3966 	Linker.link(gtk_theming_engine_get_screen, "gtk_theming_engine_get_screen", LIBRARY.GTK);
3967 	Linker.link(gtk_theming_engine_get_state, "gtk_theming_engine_get_state", LIBRARY.GTK);
3968 	Linker.link(gtk_theming_engine_get_style, "gtk_theming_engine_get_style", LIBRARY.GTK);
3969 	Linker.link(gtk_theming_engine_get_style_property, "gtk_theming_engine_get_style_property", LIBRARY.GTK);
3970 	Linker.link(gtk_theming_engine_get_style_valist, "gtk_theming_engine_get_style_valist", LIBRARY.GTK);
3971 	Linker.link(gtk_theming_engine_get_valist, "gtk_theming_engine_get_valist", LIBRARY.GTK);
3972 	Linker.link(gtk_theming_engine_has_class, "gtk_theming_engine_has_class", LIBRARY.GTK);
3973 	Linker.link(gtk_theming_engine_has_region, "gtk_theming_engine_has_region", LIBRARY.GTK);
3974 	Linker.link(gtk_theming_engine_lookup_color, "gtk_theming_engine_lookup_color", LIBRARY.GTK);
3975 	Linker.link(gtk_theming_engine_state_is_running, "gtk_theming_engine_state_is_running", LIBRARY.GTK);
3976 
3977 	// gtk.ToggleAction
3978 
3979 	Linker.link(gtk_toggle_action_get_type, "gtk_toggle_action_get_type", LIBRARY.GTK);
3980 	Linker.link(gtk_toggle_action_new, "gtk_toggle_action_new", LIBRARY.GTK);
3981 	Linker.link(gtk_toggle_action_get_active, "gtk_toggle_action_get_active", LIBRARY.GTK);
3982 	Linker.link(gtk_toggle_action_get_draw_as_radio, "gtk_toggle_action_get_draw_as_radio", LIBRARY.GTK);
3983 	Linker.link(gtk_toggle_action_set_active, "gtk_toggle_action_set_active", LIBRARY.GTK);
3984 	Linker.link(gtk_toggle_action_set_draw_as_radio, "gtk_toggle_action_set_draw_as_radio", LIBRARY.GTK);
3985 	Linker.link(gtk_toggle_action_toggled, "gtk_toggle_action_toggled", LIBRARY.GTK);
3986 
3987 	// gtk.ToggleButton
3988 
3989 	Linker.link(gtk_toggle_button_get_type, "gtk_toggle_button_get_type", LIBRARY.GTK);
3990 	Linker.link(gtk_toggle_button_new, "gtk_toggle_button_new", LIBRARY.GTK);
3991 	Linker.link(gtk_toggle_button_new_with_label, "gtk_toggle_button_new_with_label", LIBRARY.GTK);
3992 	Linker.link(gtk_toggle_button_new_with_mnemonic, "gtk_toggle_button_new_with_mnemonic", LIBRARY.GTK);
3993 	Linker.link(gtk_toggle_button_get_active, "gtk_toggle_button_get_active", LIBRARY.GTK);
3994 	Linker.link(gtk_toggle_button_get_inconsistent, "gtk_toggle_button_get_inconsistent", LIBRARY.GTK);
3995 	Linker.link(gtk_toggle_button_get_mode, "gtk_toggle_button_get_mode", LIBRARY.GTK);
3996 	Linker.link(gtk_toggle_button_set_active, "gtk_toggle_button_set_active", LIBRARY.GTK);
3997 	Linker.link(gtk_toggle_button_set_inconsistent, "gtk_toggle_button_set_inconsistent", LIBRARY.GTK);
3998 	Linker.link(gtk_toggle_button_set_mode, "gtk_toggle_button_set_mode", LIBRARY.GTK);
3999 	Linker.link(gtk_toggle_button_toggled, "gtk_toggle_button_toggled", LIBRARY.GTK);
4000 
4001 	// gtk.ToggleButtonAccessible
4002 
4003 	Linker.link(gtk_toggle_button_accessible_get_type, "gtk_toggle_button_accessible_get_type", LIBRARY.GTK);
4004 
4005 	// gtk.ToggleToolButton
4006 
4007 	Linker.link(gtk_toggle_tool_button_get_type, "gtk_toggle_tool_button_get_type", LIBRARY.GTK);
4008 	Linker.link(gtk_toggle_tool_button_new, "gtk_toggle_tool_button_new", LIBRARY.GTK);
4009 	Linker.link(gtk_toggle_tool_button_new_from_stock, "gtk_toggle_tool_button_new_from_stock", LIBRARY.GTK);
4010 	Linker.link(gtk_toggle_tool_button_get_active, "gtk_toggle_tool_button_get_active", LIBRARY.GTK);
4011 	Linker.link(gtk_toggle_tool_button_set_active, "gtk_toggle_tool_button_set_active", LIBRARY.GTK);
4012 
4013 	// gtk.ToolButton
4014 
4015 	Linker.link(gtk_tool_button_get_type, "gtk_tool_button_get_type", LIBRARY.GTK);
4016 	Linker.link(gtk_tool_button_new, "gtk_tool_button_new", LIBRARY.GTK);
4017 	Linker.link(gtk_tool_button_new_from_stock, "gtk_tool_button_new_from_stock", LIBRARY.GTK);
4018 	Linker.link(gtk_tool_button_get_icon_name, "gtk_tool_button_get_icon_name", LIBRARY.GTK);
4019 	Linker.link(gtk_tool_button_get_icon_widget, "gtk_tool_button_get_icon_widget", LIBRARY.GTK);
4020 	Linker.link(gtk_tool_button_get_label, "gtk_tool_button_get_label", LIBRARY.GTK);
4021 	Linker.link(gtk_tool_button_get_label_widget, "gtk_tool_button_get_label_widget", LIBRARY.GTK);
4022 	Linker.link(gtk_tool_button_get_stock_id, "gtk_tool_button_get_stock_id", LIBRARY.GTK);
4023 	Linker.link(gtk_tool_button_get_use_underline, "gtk_tool_button_get_use_underline", LIBRARY.GTK);
4024 	Linker.link(gtk_tool_button_set_icon_name, "gtk_tool_button_set_icon_name", LIBRARY.GTK);
4025 	Linker.link(gtk_tool_button_set_icon_widget, "gtk_tool_button_set_icon_widget", LIBRARY.GTK);
4026 	Linker.link(gtk_tool_button_set_label, "gtk_tool_button_set_label", LIBRARY.GTK);
4027 	Linker.link(gtk_tool_button_set_label_widget, "gtk_tool_button_set_label_widget", LIBRARY.GTK);
4028 	Linker.link(gtk_tool_button_set_stock_id, "gtk_tool_button_set_stock_id", LIBRARY.GTK);
4029 	Linker.link(gtk_tool_button_set_use_underline, "gtk_tool_button_set_use_underline", LIBRARY.GTK);
4030 
4031 	// gtk.ToolItem
4032 
4033 	Linker.link(gtk_tool_item_get_type, "gtk_tool_item_get_type", LIBRARY.GTK);
4034 	Linker.link(gtk_tool_item_new, "gtk_tool_item_new", LIBRARY.GTK);
4035 	Linker.link(gtk_tool_item_get_ellipsize_mode, "gtk_tool_item_get_ellipsize_mode", LIBRARY.GTK);
4036 	Linker.link(gtk_tool_item_get_expand, "gtk_tool_item_get_expand", LIBRARY.GTK);
4037 	Linker.link(gtk_tool_item_get_homogeneous, "gtk_tool_item_get_homogeneous", LIBRARY.GTK);
4038 	Linker.link(gtk_tool_item_get_icon_size, "gtk_tool_item_get_icon_size", LIBRARY.GTK);
4039 	Linker.link(gtk_tool_item_get_is_important, "gtk_tool_item_get_is_important", LIBRARY.GTK);
4040 	Linker.link(gtk_tool_item_get_orientation, "gtk_tool_item_get_orientation", LIBRARY.GTK);
4041 	Linker.link(gtk_tool_item_get_proxy_menu_item, "gtk_tool_item_get_proxy_menu_item", LIBRARY.GTK);
4042 	Linker.link(gtk_tool_item_get_relief_style, "gtk_tool_item_get_relief_style", LIBRARY.GTK);
4043 	Linker.link(gtk_tool_item_get_text_alignment, "gtk_tool_item_get_text_alignment", LIBRARY.GTK);
4044 	Linker.link(gtk_tool_item_get_text_orientation, "gtk_tool_item_get_text_orientation", LIBRARY.GTK);
4045 	Linker.link(gtk_tool_item_get_text_size_group, "gtk_tool_item_get_text_size_group", LIBRARY.GTK);
4046 	Linker.link(gtk_tool_item_get_toolbar_style, "gtk_tool_item_get_toolbar_style", LIBRARY.GTK);
4047 	Linker.link(gtk_tool_item_get_use_drag_window, "gtk_tool_item_get_use_drag_window", LIBRARY.GTK);
4048 	Linker.link(gtk_tool_item_get_visible_horizontal, "gtk_tool_item_get_visible_horizontal", LIBRARY.GTK);
4049 	Linker.link(gtk_tool_item_get_visible_vertical, "gtk_tool_item_get_visible_vertical", LIBRARY.GTK);
4050 	Linker.link(gtk_tool_item_rebuild_menu, "gtk_tool_item_rebuild_menu", LIBRARY.GTK);
4051 	Linker.link(gtk_tool_item_retrieve_proxy_menu_item, "gtk_tool_item_retrieve_proxy_menu_item", LIBRARY.GTK);
4052 	Linker.link(gtk_tool_item_set_expand, "gtk_tool_item_set_expand", LIBRARY.GTK);
4053 	Linker.link(gtk_tool_item_set_homogeneous, "gtk_tool_item_set_homogeneous", LIBRARY.GTK);
4054 	Linker.link(gtk_tool_item_set_is_important, "gtk_tool_item_set_is_important", LIBRARY.GTK);
4055 	Linker.link(gtk_tool_item_set_proxy_menu_item, "gtk_tool_item_set_proxy_menu_item", LIBRARY.GTK);
4056 	Linker.link(gtk_tool_item_set_tooltip_markup, "gtk_tool_item_set_tooltip_markup", LIBRARY.GTK);
4057 	Linker.link(gtk_tool_item_set_tooltip_text, "gtk_tool_item_set_tooltip_text", LIBRARY.GTK);
4058 	Linker.link(gtk_tool_item_set_use_drag_window, "gtk_tool_item_set_use_drag_window", LIBRARY.GTK);
4059 	Linker.link(gtk_tool_item_set_visible_horizontal, "gtk_tool_item_set_visible_horizontal", LIBRARY.GTK);
4060 	Linker.link(gtk_tool_item_set_visible_vertical, "gtk_tool_item_set_visible_vertical", LIBRARY.GTK);
4061 	Linker.link(gtk_tool_item_toolbar_reconfigured, "gtk_tool_item_toolbar_reconfigured", LIBRARY.GTK);
4062 
4063 	// gtk.ToolItemGroup
4064 
4065 	Linker.link(gtk_tool_item_group_get_type, "gtk_tool_item_group_get_type", LIBRARY.GTK);
4066 	Linker.link(gtk_tool_item_group_new, "gtk_tool_item_group_new", LIBRARY.GTK);
4067 	Linker.link(gtk_tool_item_group_get_collapsed, "gtk_tool_item_group_get_collapsed", LIBRARY.GTK);
4068 	Linker.link(gtk_tool_item_group_get_drop_item, "gtk_tool_item_group_get_drop_item", LIBRARY.GTK);
4069 	Linker.link(gtk_tool_item_group_get_ellipsize, "gtk_tool_item_group_get_ellipsize", LIBRARY.GTK);
4070 	Linker.link(gtk_tool_item_group_get_header_relief, "gtk_tool_item_group_get_header_relief", LIBRARY.GTK);
4071 	Linker.link(gtk_tool_item_group_get_item_position, "gtk_tool_item_group_get_item_position", LIBRARY.GTK);
4072 	Linker.link(gtk_tool_item_group_get_label, "gtk_tool_item_group_get_label", LIBRARY.GTK);
4073 	Linker.link(gtk_tool_item_group_get_label_widget, "gtk_tool_item_group_get_label_widget", LIBRARY.GTK);
4074 	Linker.link(gtk_tool_item_group_get_n_items, "gtk_tool_item_group_get_n_items", LIBRARY.GTK);
4075 	Linker.link(gtk_tool_item_group_get_nth_item, "gtk_tool_item_group_get_nth_item", LIBRARY.GTK);
4076 	Linker.link(gtk_tool_item_group_insert, "gtk_tool_item_group_insert", LIBRARY.GTK);
4077 	Linker.link(gtk_tool_item_group_set_collapsed, "gtk_tool_item_group_set_collapsed", LIBRARY.GTK);
4078 	Linker.link(gtk_tool_item_group_set_ellipsize, "gtk_tool_item_group_set_ellipsize", LIBRARY.GTK);
4079 	Linker.link(gtk_tool_item_group_set_header_relief, "gtk_tool_item_group_set_header_relief", LIBRARY.GTK);
4080 	Linker.link(gtk_tool_item_group_set_item_position, "gtk_tool_item_group_set_item_position", LIBRARY.GTK);
4081 	Linker.link(gtk_tool_item_group_set_label, "gtk_tool_item_group_set_label", LIBRARY.GTK);
4082 	Linker.link(gtk_tool_item_group_set_label_widget, "gtk_tool_item_group_set_label_widget", LIBRARY.GTK);
4083 
4084 	// gtk.ToolPalette
4085 
4086 	Linker.link(gtk_tool_palette_get_type, "gtk_tool_palette_get_type", LIBRARY.GTK);
4087 	Linker.link(gtk_tool_palette_new, "gtk_tool_palette_new", LIBRARY.GTK);
4088 	Linker.link(gtk_tool_palette_get_drag_target_group, "gtk_tool_palette_get_drag_target_group", LIBRARY.GTK);
4089 	Linker.link(gtk_tool_palette_get_drag_target_item, "gtk_tool_palette_get_drag_target_item", LIBRARY.GTK);
4090 	Linker.link(gtk_tool_palette_add_drag_dest, "gtk_tool_palette_add_drag_dest", LIBRARY.GTK);
4091 	Linker.link(gtk_tool_palette_get_drag_item, "gtk_tool_palette_get_drag_item", LIBRARY.GTK);
4092 	Linker.link(gtk_tool_palette_get_drop_group, "gtk_tool_palette_get_drop_group", LIBRARY.GTK);
4093 	Linker.link(gtk_tool_palette_get_drop_item, "gtk_tool_palette_get_drop_item", LIBRARY.GTK);
4094 	Linker.link(gtk_tool_palette_get_exclusive, "gtk_tool_palette_get_exclusive", LIBRARY.GTK);
4095 	Linker.link(gtk_tool_palette_get_expand, "gtk_tool_palette_get_expand", LIBRARY.GTK);
4096 	Linker.link(gtk_tool_palette_get_group_position, "gtk_tool_palette_get_group_position", LIBRARY.GTK);
4097 	Linker.link(gtk_tool_palette_get_hadjustment, "gtk_tool_palette_get_hadjustment", LIBRARY.GTK);
4098 	Linker.link(gtk_tool_palette_get_icon_size, "gtk_tool_palette_get_icon_size", LIBRARY.GTK);
4099 	Linker.link(gtk_tool_palette_get_style, "gtk_tool_palette_get_style", LIBRARY.GTK);
4100 	Linker.link(gtk_tool_palette_get_vadjustment, "gtk_tool_palette_get_vadjustment", LIBRARY.GTK);
4101 	Linker.link(gtk_tool_palette_set_drag_source, "gtk_tool_palette_set_drag_source", LIBRARY.GTK);
4102 	Linker.link(gtk_tool_palette_set_exclusive, "gtk_tool_palette_set_exclusive", LIBRARY.GTK);
4103 	Linker.link(gtk_tool_palette_set_expand, "gtk_tool_palette_set_expand", LIBRARY.GTK);
4104 	Linker.link(gtk_tool_palette_set_group_position, "gtk_tool_palette_set_group_position", LIBRARY.GTK);
4105 	Linker.link(gtk_tool_palette_set_icon_size, "gtk_tool_palette_set_icon_size", LIBRARY.GTK);
4106 	Linker.link(gtk_tool_palette_set_style, "gtk_tool_palette_set_style", LIBRARY.GTK);
4107 	Linker.link(gtk_tool_palette_unset_icon_size, "gtk_tool_palette_unset_icon_size", LIBRARY.GTK);
4108 	Linker.link(gtk_tool_palette_unset_style, "gtk_tool_palette_unset_style", LIBRARY.GTK);
4109 
4110 	// gtk.ToolShell
4111 
4112 	Linker.link(gtk_tool_shell_get_type, "gtk_tool_shell_get_type", LIBRARY.GTK);
4113 	Linker.link(gtk_tool_shell_get_ellipsize_mode, "gtk_tool_shell_get_ellipsize_mode", LIBRARY.GTK);
4114 	Linker.link(gtk_tool_shell_get_icon_size, "gtk_tool_shell_get_icon_size", LIBRARY.GTK);
4115 	Linker.link(gtk_tool_shell_get_orientation, "gtk_tool_shell_get_orientation", LIBRARY.GTK);
4116 	Linker.link(gtk_tool_shell_get_relief_style, "gtk_tool_shell_get_relief_style", LIBRARY.GTK);
4117 	Linker.link(gtk_tool_shell_get_style, "gtk_tool_shell_get_style", LIBRARY.GTK);
4118 	Linker.link(gtk_tool_shell_get_text_alignment, "gtk_tool_shell_get_text_alignment", LIBRARY.GTK);
4119 	Linker.link(gtk_tool_shell_get_text_orientation, "gtk_tool_shell_get_text_orientation", LIBRARY.GTK);
4120 	Linker.link(gtk_tool_shell_get_text_size_group, "gtk_tool_shell_get_text_size_group", LIBRARY.GTK);
4121 	Linker.link(gtk_tool_shell_rebuild_menu, "gtk_tool_shell_rebuild_menu", LIBRARY.GTK);
4122 
4123 	// gtk.Toolbar
4124 
4125 	Linker.link(gtk_toolbar_get_type, "gtk_toolbar_get_type", LIBRARY.GTK);
4126 	Linker.link(gtk_toolbar_new, "gtk_toolbar_new", LIBRARY.GTK);
4127 	Linker.link(gtk_toolbar_get_drop_index, "gtk_toolbar_get_drop_index", LIBRARY.GTK);
4128 	Linker.link(gtk_toolbar_get_icon_size, "gtk_toolbar_get_icon_size", LIBRARY.GTK);
4129 	Linker.link(gtk_toolbar_get_item_index, "gtk_toolbar_get_item_index", LIBRARY.GTK);
4130 	Linker.link(gtk_toolbar_get_n_items, "gtk_toolbar_get_n_items", LIBRARY.GTK);
4131 	Linker.link(gtk_toolbar_get_nth_item, "gtk_toolbar_get_nth_item", LIBRARY.GTK);
4132 	Linker.link(gtk_toolbar_get_relief_style, "gtk_toolbar_get_relief_style", LIBRARY.GTK);
4133 	Linker.link(gtk_toolbar_get_show_arrow, "gtk_toolbar_get_show_arrow", LIBRARY.GTK);
4134 	Linker.link(gtk_toolbar_get_style, "gtk_toolbar_get_style", LIBRARY.GTK);
4135 	Linker.link(gtk_toolbar_insert, "gtk_toolbar_insert", LIBRARY.GTK);
4136 	Linker.link(gtk_toolbar_set_drop_highlight_item, "gtk_toolbar_set_drop_highlight_item", LIBRARY.GTK);
4137 	Linker.link(gtk_toolbar_set_icon_size, "gtk_toolbar_set_icon_size", LIBRARY.GTK);
4138 	Linker.link(gtk_toolbar_set_show_arrow, "gtk_toolbar_set_show_arrow", LIBRARY.GTK);
4139 	Linker.link(gtk_toolbar_set_style, "gtk_toolbar_set_style", LIBRARY.GTK);
4140 	Linker.link(gtk_toolbar_unset_icon_size, "gtk_toolbar_unset_icon_size", LIBRARY.GTK);
4141 	Linker.link(gtk_toolbar_unset_style, "gtk_toolbar_unset_style", LIBRARY.GTK);
4142 
4143 	// gtk.Tooltip
4144 
4145 	Linker.link(gtk_tooltip_get_type, "gtk_tooltip_get_type", LIBRARY.GTK);
4146 	Linker.link(gtk_tooltip_trigger_tooltip_query, "gtk_tooltip_trigger_tooltip_query", LIBRARY.GTK);
4147 	Linker.link(gtk_tooltip_set_custom, "gtk_tooltip_set_custom", LIBRARY.GTK);
4148 	Linker.link(gtk_tooltip_set_icon, "gtk_tooltip_set_icon", LIBRARY.GTK);
4149 	Linker.link(gtk_tooltip_set_icon_from_gicon, "gtk_tooltip_set_icon_from_gicon", LIBRARY.GTK);
4150 	Linker.link(gtk_tooltip_set_icon_from_icon_name, "gtk_tooltip_set_icon_from_icon_name", LIBRARY.GTK);
4151 	Linker.link(gtk_tooltip_set_icon_from_stock, "gtk_tooltip_set_icon_from_stock", LIBRARY.GTK);
4152 	Linker.link(gtk_tooltip_set_markup, "gtk_tooltip_set_markup", LIBRARY.GTK);
4153 	Linker.link(gtk_tooltip_set_text, "gtk_tooltip_set_text", LIBRARY.GTK);
4154 	Linker.link(gtk_tooltip_set_tip_area, "gtk_tooltip_set_tip_area", LIBRARY.GTK);
4155 
4156 	// gtk.ToplevelAccessible
4157 
4158 	Linker.link(gtk_toplevel_accessible_get_type, "gtk_toplevel_accessible_get_type", LIBRARY.GTK);
4159 	Linker.link(gtk_toplevel_accessible_get_children, "gtk_toplevel_accessible_get_children", LIBRARY.GTK);
4160 
4161 	// gtk.TreeDragDest
4162 
4163 	Linker.link(gtk_tree_drag_dest_get_type, "gtk_tree_drag_dest_get_type", LIBRARY.GTK);
4164 	Linker.link(gtk_tree_drag_dest_drag_data_received, "gtk_tree_drag_dest_drag_data_received", LIBRARY.GTK);
4165 	Linker.link(gtk_tree_drag_dest_row_drop_possible, "gtk_tree_drag_dest_row_drop_possible", LIBRARY.GTK);
4166 
4167 	// gtk.TreeDragSource
4168 
4169 	Linker.link(gtk_tree_drag_source_get_type, "gtk_tree_drag_source_get_type", LIBRARY.GTK);
4170 	Linker.link(gtk_tree_drag_source_drag_data_delete, "gtk_tree_drag_source_drag_data_delete", LIBRARY.GTK);
4171 	Linker.link(gtk_tree_drag_source_drag_data_get, "gtk_tree_drag_source_drag_data_get", LIBRARY.GTK);
4172 	Linker.link(gtk_tree_drag_source_row_draggable, "gtk_tree_drag_source_row_draggable", LIBRARY.GTK);
4173 	Linker.link(gtk_tree_get_row_drag_data, "gtk_tree_get_row_drag_data", LIBRARY.GTK);
4174 	Linker.link(gtk_tree_set_row_drag_data, "gtk_tree_set_row_drag_data", LIBRARY.GTK);
4175 
4176 	// gtk.TreeIter
4177 
4178 	Linker.link(gtk_tree_iter_get_type, "gtk_tree_iter_get_type", LIBRARY.GTK);
4179 	Linker.link(gtk_tree_iter_copy, "gtk_tree_iter_copy", LIBRARY.GTK);
4180 	Linker.link(gtk_tree_iter_free, "gtk_tree_iter_free", LIBRARY.GTK);
4181 
4182 	// gtk.TreeModel
4183 
4184 	Linker.link(gtk_tree_model_get_type, "gtk_tree_model_get_type", LIBRARY.GTK);
4185 	Linker.link(gtk_tree_model_filter_new, "gtk_tree_model_filter_new", LIBRARY.GTK);
4186 	Linker.link(gtk_tree_model_foreach, "gtk_tree_model_foreach", LIBRARY.GTK);
4187 	Linker.link(gtk_tree_model_get, "gtk_tree_model_get", LIBRARY.GTK);
4188 	Linker.link(gtk_tree_model_get_column_type, "gtk_tree_model_get_column_type", LIBRARY.GTK);
4189 	Linker.link(gtk_tree_model_get_flags, "gtk_tree_model_get_flags", LIBRARY.GTK);
4190 	Linker.link(gtk_tree_model_get_iter, "gtk_tree_model_get_iter", LIBRARY.GTK);
4191 	Linker.link(gtk_tree_model_get_iter_first, "gtk_tree_model_get_iter_first", LIBRARY.GTK);
4192 	Linker.link(gtk_tree_model_get_iter_from_string, "gtk_tree_model_get_iter_from_string", LIBRARY.GTK);
4193 	Linker.link(gtk_tree_model_get_n_columns, "gtk_tree_model_get_n_columns", LIBRARY.GTK);
4194 	Linker.link(gtk_tree_model_get_path, "gtk_tree_model_get_path", LIBRARY.GTK);
4195 	Linker.link(gtk_tree_model_get_string_from_iter, "gtk_tree_model_get_string_from_iter", LIBRARY.GTK);
4196 	Linker.link(gtk_tree_model_get_valist, "gtk_tree_model_get_valist", LIBRARY.GTK);
4197 	Linker.link(gtk_tree_model_get_value, "gtk_tree_model_get_value", LIBRARY.GTK);
4198 	Linker.link(gtk_tree_model_iter_children, "gtk_tree_model_iter_children", LIBRARY.GTK);
4199 	Linker.link(gtk_tree_model_iter_has_child, "gtk_tree_model_iter_has_child", LIBRARY.GTK);
4200 	Linker.link(gtk_tree_model_iter_n_children, "gtk_tree_model_iter_n_children", LIBRARY.GTK);
4201 	Linker.link(gtk_tree_model_iter_next, "gtk_tree_model_iter_next", LIBRARY.GTK);
4202 	Linker.link(gtk_tree_model_iter_nth_child, "gtk_tree_model_iter_nth_child", LIBRARY.GTK);
4203 	Linker.link(gtk_tree_model_iter_parent, "gtk_tree_model_iter_parent", LIBRARY.GTK);
4204 	Linker.link(gtk_tree_model_iter_previous, "gtk_tree_model_iter_previous", LIBRARY.GTK);
4205 	Linker.link(gtk_tree_model_ref_node, "gtk_tree_model_ref_node", LIBRARY.GTK);
4206 	Linker.link(gtk_tree_model_row_changed, "gtk_tree_model_row_changed", LIBRARY.GTK);
4207 	Linker.link(gtk_tree_model_row_deleted, "gtk_tree_model_row_deleted", LIBRARY.GTK);
4208 	Linker.link(gtk_tree_model_row_has_child_toggled, "gtk_tree_model_row_has_child_toggled", LIBRARY.GTK);
4209 	Linker.link(gtk_tree_model_row_inserted, "gtk_tree_model_row_inserted", LIBRARY.GTK);
4210 	Linker.link(gtk_tree_model_rows_reordered, "gtk_tree_model_rows_reordered", LIBRARY.GTK);
4211 	Linker.link(gtk_tree_model_rows_reordered_with_length, "gtk_tree_model_rows_reordered_with_length", LIBRARY.GTK);
4212 	Linker.link(gtk_tree_model_sort_new_with_model, "gtk_tree_model_sort_new_with_model", LIBRARY.GTK);
4213 	Linker.link(gtk_tree_model_unref_node, "gtk_tree_model_unref_node", LIBRARY.GTK);
4214 
4215 	// gtk.TreeModelFilter
4216 
4217 	Linker.link(gtk_tree_model_filter_get_type, "gtk_tree_model_filter_get_type", LIBRARY.GTK);
4218 	Linker.link(gtk_tree_model_filter_clear_cache, "gtk_tree_model_filter_clear_cache", LIBRARY.GTK);
4219 	Linker.link(gtk_tree_model_filter_convert_child_iter_to_iter, "gtk_tree_model_filter_convert_child_iter_to_iter", LIBRARY.GTK);
4220 	Linker.link(gtk_tree_model_filter_convert_child_path_to_path, "gtk_tree_model_filter_convert_child_path_to_path", LIBRARY.GTK);
4221 	Linker.link(gtk_tree_model_filter_convert_iter_to_child_iter, "gtk_tree_model_filter_convert_iter_to_child_iter", LIBRARY.GTK);
4222 	Linker.link(gtk_tree_model_filter_convert_path_to_child_path, "gtk_tree_model_filter_convert_path_to_child_path", LIBRARY.GTK);
4223 	Linker.link(gtk_tree_model_filter_get_model, "gtk_tree_model_filter_get_model", LIBRARY.GTK);
4224 	Linker.link(gtk_tree_model_filter_refilter, "gtk_tree_model_filter_refilter", LIBRARY.GTK);
4225 	Linker.link(gtk_tree_model_filter_set_modify_func, "gtk_tree_model_filter_set_modify_func", LIBRARY.GTK);
4226 	Linker.link(gtk_tree_model_filter_set_visible_column, "gtk_tree_model_filter_set_visible_column", LIBRARY.GTK);
4227 	Linker.link(gtk_tree_model_filter_set_visible_func, "gtk_tree_model_filter_set_visible_func", LIBRARY.GTK);
4228 
4229 	// gtk.TreeModelSort
4230 
4231 	Linker.link(gtk_tree_model_sort_get_type, "gtk_tree_model_sort_get_type", LIBRARY.GTK);
4232 	Linker.link(gtk_tree_model_sort_clear_cache, "gtk_tree_model_sort_clear_cache", LIBRARY.GTK);
4233 	Linker.link(gtk_tree_model_sort_convert_child_iter_to_iter, "gtk_tree_model_sort_convert_child_iter_to_iter", LIBRARY.GTK);
4234 	Linker.link(gtk_tree_model_sort_convert_child_path_to_path, "gtk_tree_model_sort_convert_child_path_to_path", LIBRARY.GTK);
4235 	Linker.link(gtk_tree_model_sort_convert_iter_to_child_iter, "gtk_tree_model_sort_convert_iter_to_child_iter", LIBRARY.GTK);
4236 	Linker.link(gtk_tree_model_sort_convert_path_to_child_path, "gtk_tree_model_sort_convert_path_to_child_path", LIBRARY.GTK);
4237 	Linker.link(gtk_tree_model_sort_get_model, "gtk_tree_model_sort_get_model", LIBRARY.GTK);
4238 	Linker.link(gtk_tree_model_sort_iter_is_valid, "gtk_tree_model_sort_iter_is_valid", LIBRARY.GTK);
4239 	Linker.link(gtk_tree_model_sort_reset_default_sort_func, "gtk_tree_model_sort_reset_default_sort_func", LIBRARY.GTK);
4240 
4241 	// gtk.TreePath
4242 
4243 	Linker.link(gtk_tree_path_get_type, "gtk_tree_path_get_type", LIBRARY.GTK);
4244 	Linker.link(gtk_tree_path_new, "gtk_tree_path_new", LIBRARY.GTK);
4245 	Linker.link(gtk_tree_path_new_first, "gtk_tree_path_new_first", LIBRARY.GTK);
4246 	Linker.link(gtk_tree_path_new_from_indices, "gtk_tree_path_new_from_indices", LIBRARY.GTK);
4247 	Linker.link(gtk_tree_path_new_from_indicesv, "gtk_tree_path_new_from_indicesv", LIBRARY.GTK);
4248 	Linker.link(gtk_tree_path_new_from_string, "gtk_tree_path_new_from_string", LIBRARY.GTK);
4249 	Linker.link(gtk_tree_path_append_index, "gtk_tree_path_append_index", LIBRARY.GTK);
4250 	Linker.link(gtk_tree_path_compare, "gtk_tree_path_compare", LIBRARY.GTK);
4251 	Linker.link(gtk_tree_path_copy, "gtk_tree_path_copy", LIBRARY.GTK);
4252 	Linker.link(gtk_tree_path_down, "gtk_tree_path_down", LIBRARY.GTK);
4253 	Linker.link(gtk_tree_path_free, "gtk_tree_path_free", LIBRARY.GTK);
4254 	Linker.link(gtk_tree_path_get_depth, "gtk_tree_path_get_depth", LIBRARY.GTK);
4255 	Linker.link(gtk_tree_path_get_indices, "gtk_tree_path_get_indices", LIBRARY.GTK);
4256 	Linker.link(gtk_tree_path_get_indices_with_depth, "gtk_tree_path_get_indices_with_depth", LIBRARY.GTK);
4257 	Linker.link(gtk_tree_path_is_ancestor, "gtk_tree_path_is_ancestor", LIBRARY.GTK);
4258 	Linker.link(gtk_tree_path_is_descendant, "gtk_tree_path_is_descendant", LIBRARY.GTK);
4259 	Linker.link(gtk_tree_path_next, "gtk_tree_path_next", LIBRARY.GTK);
4260 	Linker.link(gtk_tree_path_prepend_index, "gtk_tree_path_prepend_index", LIBRARY.GTK);
4261 	Linker.link(gtk_tree_path_prev, "gtk_tree_path_prev", LIBRARY.GTK);
4262 	Linker.link(gtk_tree_path_to_string, "gtk_tree_path_to_string", LIBRARY.GTK);
4263 	Linker.link(gtk_tree_path_up, "gtk_tree_path_up", LIBRARY.GTK);
4264 
4265 	// gtk.TreeRowReference
4266 
4267 	Linker.link(gtk_tree_row_reference_get_type, "gtk_tree_row_reference_get_type", LIBRARY.GTK);
4268 	Linker.link(gtk_tree_row_reference_new, "gtk_tree_row_reference_new", LIBRARY.GTK);
4269 	Linker.link(gtk_tree_row_reference_new_proxy, "gtk_tree_row_reference_new_proxy", LIBRARY.GTK);
4270 	Linker.link(gtk_tree_row_reference_copy, "gtk_tree_row_reference_copy", LIBRARY.GTK);
4271 	Linker.link(gtk_tree_row_reference_free, "gtk_tree_row_reference_free", LIBRARY.GTK);
4272 	Linker.link(gtk_tree_row_reference_get_model, "gtk_tree_row_reference_get_model", LIBRARY.GTK);
4273 	Linker.link(gtk_tree_row_reference_get_path, "gtk_tree_row_reference_get_path", LIBRARY.GTK);
4274 	Linker.link(gtk_tree_row_reference_valid, "gtk_tree_row_reference_valid", LIBRARY.GTK);
4275 	Linker.link(gtk_tree_row_reference_deleted, "gtk_tree_row_reference_deleted", LIBRARY.GTK);
4276 	Linker.link(gtk_tree_row_reference_inserted, "gtk_tree_row_reference_inserted", LIBRARY.GTK);
4277 	Linker.link(gtk_tree_row_reference_reordered, "gtk_tree_row_reference_reordered", LIBRARY.GTK);
4278 
4279 	// gtk.TreeSelection
4280 
4281 	Linker.link(gtk_tree_selection_get_type, "gtk_tree_selection_get_type", LIBRARY.GTK);
4282 	Linker.link(gtk_tree_selection_count_selected_rows, "gtk_tree_selection_count_selected_rows", LIBRARY.GTK);
4283 	Linker.link(gtk_tree_selection_get_mode, "gtk_tree_selection_get_mode", LIBRARY.GTK);
4284 	Linker.link(gtk_tree_selection_get_select_function, "gtk_tree_selection_get_select_function", LIBRARY.GTK);
4285 	Linker.link(gtk_tree_selection_get_selected, "gtk_tree_selection_get_selected", LIBRARY.GTK);
4286 	Linker.link(gtk_tree_selection_get_selected_rows, "gtk_tree_selection_get_selected_rows", LIBRARY.GTK);
4287 	Linker.link(gtk_tree_selection_get_tree_view, "gtk_tree_selection_get_tree_view", LIBRARY.GTK);
4288 	Linker.link(gtk_tree_selection_get_user_data, "gtk_tree_selection_get_user_data", LIBRARY.GTK);
4289 	Linker.link(gtk_tree_selection_iter_is_selected, "gtk_tree_selection_iter_is_selected", LIBRARY.GTK);
4290 	Linker.link(gtk_tree_selection_path_is_selected, "gtk_tree_selection_path_is_selected", LIBRARY.GTK);
4291 	Linker.link(gtk_tree_selection_select_all, "gtk_tree_selection_select_all", LIBRARY.GTK);
4292 	Linker.link(gtk_tree_selection_select_iter, "gtk_tree_selection_select_iter", LIBRARY.GTK);
4293 	Linker.link(gtk_tree_selection_select_path, "gtk_tree_selection_select_path", LIBRARY.GTK);
4294 	Linker.link(gtk_tree_selection_select_range, "gtk_tree_selection_select_range", LIBRARY.GTK);
4295 	Linker.link(gtk_tree_selection_selected_foreach, "gtk_tree_selection_selected_foreach", LIBRARY.GTK);
4296 	Linker.link(gtk_tree_selection_set_mode, "gtk_tree_selection_set_mode", LIBRARY.GTK);
4297 	Linker.link(gtk_tree_selection_set_select_function, "gtk_tree_selection_set_select_function", LIBRARY.GTK);
4298 	Linker.link(gtk_tree_selection_unselect_all, "gtk_tree_selection_unselect_all", LIBRARY.GTK);
4299 	Linker.link(gtk_tree_selection_unselect_iter, "gtk_tree_selection_unselect_iter", LIBRARY.GTK);
4300 	Linker.link(gtk_tree_selection_unselect_path, "gtk_tree_selection_unselect_path", LIBRARY.GTK);
4301 	Linker.link(gtk_tree_selection_unselect_range, "gtk_tree_selection_unselect_range", LIBRARY.GTK);
4302 
4303 	// gtk.TreeSortable
4304 
4305 	Linker.link(gtk_tree_sortable_get_type, "gtk_tree_sortable_get_type", LIBRARY.GTK);
4306 	Linker.link(gtk_tree_sortable_get_sort_column_id, "gtk_tree_sortable_get_sort_column_id", LIBRARY.GTK);
4307 	Linker.link(gtk_tree_sortable_has_default_sort_func, "gtk_tree_sortable_has_default_sort_func", LIBRARY.GTK);
4308 	Linker.link(gtk_tree_sortable_set_default_sort_func, "gtk_tree_sortable_set_default_sort_func", LIBRARY.GTK);
4309 	Linker.link(gtk_tree_sortable_set_sort_column_id, "gtk_tree_sortable_set_sort_column_id", LIBRARY.GTK);
4310 	Linker.link(gtk_tree_sortable_set_sort_func, "gtk_tree_sortable_set_sort_func", LIBRARY.GTK);
4311 	Linker.link(gtk_tree_sortable_sort_column_changed, "gtk_tree_sortable_sort_column_changed", LIBRARY.GTK);
4312 
4313 	// gtk.TreeStore
4314 
4315 	Linker.link(gtk_tree_store_get_type, "gtk_tree_store_get_type", LIBRARY.GTK);
4316 	Linker.link(gtk_tree_store_new, "gtk_tree_store_new", LIBRARY.GTK);
4317 	Linker.link(gtk_tree_store_newv, "gtk_tree_store_newv", LIBRARY.GTK);
4318 	Linker.link(gtk_tree_store_append, "gtk_tree_store_append", LIBRARY.GTK);
4319 	Linker.link(gtk_tree_store_clear, "gtk_tree_store_clear", LIBRARY.GTK);
4320 	Linker.link(gtk_tree_store_insert, "gtk_tree_store_insert", LIBRARY.GTK);
4321 	Linker.link(gtk_tree_store_insert_after, "gtk_tree_store_insert_after", LIBRARY.GTK);
4322 	Linker.link(gtk_tree_store_insert_before, "gtk_tree_store_insert_before", LIBRARY.GTK);
4323 	Linker.link(gtk_tree_store_insert_with_values, "gtk_tree_store_insert_with_values", LIBRARY.GTK);
4324 	Linker.link(gtk_tree_store_insert_with_valuesv, "gtk_tree_store_insert_with_valuesv", LIBRARY.GTK);
4325 	Linker.link(gtk_tree_store_is_ancestor, "gtk_tree_store_is_ancestor", LIBRARY.GTK);
4326 	Linker.link(gtk_tree_store_iter_depth, "gtk_tree_store_iter_depth", LIBRARY.GTK);
4327 	Linker.link(gtk_tree_store_iter_is_valid, "gtk_tree_store_iter_is_valid", LIBRARY.GTK);
4328 	Linker.link(gtk_tree_store_move_after, "gtk_tree_store_move_after", LIBRARY.GTK);
4329 	Linker.link(gtk_tree_store_move_before, "gtk_tree_store_move_before", LIBRARY.GTK);
4330 	Linker.link(gtk_tree_store_prepend, "gtk_tree_store_prepend", LIBRARY.GTK);
4331 	Linker.link(gtk_tree_store_remove, "gtk_tree_store_remove", LIBRARY.GTK);
4332 	Linker.link(gtk_tree_store_reorder, "gtk_tree_store_reorder", LIBRARY.GTK);
4333 	Linker.link(gtk_tree_store_set, "gtk_tree_store_set", LIBRARY.GTK);
4334 	Linker.link(gtk_tree_store_set_column_types, "gtk_tree_store_set_column_types", LIBRARY.GTK);
4335 	Linker.link(gtk_tree_store_set_valist, "gtk_tree_store_set_valist", LIBRARY.GTK);
4336 	Linker.link(gtk_tree_store_set_value, "gtk_tree_store_set_value", LIBRARY.GTK);
4337 	Linker.link(gtk_tree_store_set_valuesv, "gtk_tree_store_set_valuesv", LIBRARY.GTK);
4338 	Linker.link(gtk_tree_store_swap, "gtk_tree_store_swap", LIBRARY.GTK);
4339 
4340 	// gtk.TreeView
4341 
4342 	Linker.link(gtk_tree_view_get_type, "gtk_tree_view_get_type", LIBRARY.GTK);
4343 	Linker.link(gtk_tree_view_new, "gtk_tree_view_new", LIBRARY.GTK);
4344 	Linker.link(gtk_tree_view_new_with_model, "gtk_tree_view_new_with_model", LIBRARY.GTK);
4345 	Linker.link(gtk_tree_view_append_column, "gtk_tree_view_append_column", LIBRARY.GTK);
4346 	Linker.link(gtk_tree_view_collapse_all, "gtk_tree_view_collapse_all", LIBRARY.GTK);
4347 	Linker.link(gtk_tree_view_collapse_row, "gtk_tree_view_collapse_row", LIBRARY.GTK);
4348 	Linker.link(gtk_tree_view_columns_autosize, "gtk_tree_view_columns_autosize", LIBRARY.GTK);
4349 	Linker.link(gtk_tree_view_convert_bin_window_to_tree_coords, "gtk_tree_view_convert_bin_window_to_tree_coords", LIBRARY.GTK);
4350 	Linker.link(gtk_tree_view_convert_bin_window_to_widget_coords, "gtk_tree_view_convert_bin_window_to_widget_coords", LIBRARY.GTK);
4351 	Linker.link(gtk_tree_view_convert_tree_to_bin_window_coords, "gtk_tree_view_convert_tree_to_bin_window_coords", LIBRARY.GTK);
4352 	Linker.link(gtk_tree_view_convert_tree_to_widget_coords, "gtk_tree_view_convert_tree_to_widget_coords", LIBRARY.GTK);
4353 	Linker.link(gtk_tree_view_convert_widget_to_bin_window_coords, "gtk_tree_view_convert_widget_to_bin_window_coords", LIBRARY.GTK);
4354 	Linker.link(gtk_tree_view_convert_widget_to_tree_coords, "gtk_tree_view_convert_widget_to_tree_coords", LIBRARY.GTK);
4355 	Linker.link(gtk_tree_view_create_row_drag_icon, "gtk_tree_view_create_row_drag_icon", LIBRARY.GTK);
4356 	Linker.link(gtk_tree_view_enable_model_drag_dest, "gtk_tree_view_enable_model_drag_dest", LIBRARY.GTK);
4357 	Linker.link(gtk_tree_view_enable_model_drag_source, "gtk_tree_view_enable_model_drag_source", LIBRARY.GTK);
4358 	Linker.link(gtk_tree_view_expand_all, "gtk_tree_view_expand_all", LIBRARY.GTK);
4359 	Linker.link(gtk_tree_view_expand_row, "gtk_tree_view_expand_row", LIBRARY.GTK);
4360 	Linker.link(gtk_tree_view_expand_to_path, "gtk_tree_view_expand_to_path", LIBRARY.GTK);
4361 	Linker.link(gtk_tree_view_get_activate_on_single_click, "gtk_tree_view_get_activate_on_single_click", LIBRARY.GTK);
4362 	Linker.link(gtk_tree_view_get_background_area, "gtk_tree_view_get_background_area", LIBRARY.GTK);
4363 	Linker.link(gtk_tree_view_get_bin_window, "gtk_tree_view_get_bin_window", LIBRARY.GTK);
4364 	Linker.link(gtk_tree_view_get_cell_area, "gtk_tree_view_get_cell_area", LIBRARY.GTK);
4365 	Linker.link(gtk_tree_view_get_column, "gtk_tree_view_get_column", LIBRARY.GTK);
4366 	Linker.link(gtk_tree_view_get_columns, "gtk_tree_view_get_columns", LIBRARY.GTK);
4367 	Linker.link(gtk_tree_view_get_cursor, "gtk_tree_view_get_cursor", LIBRARY.GTK);
4368 	Linker.link(gtk_tree_view_get_dest_row_at_pos, "gtk_tree_view_get_dest_row_at_pos", LIBRARY.GTK);
4369 	Linker.link(gtk_tree_view_get_drag_dest_row, "gtk_tree_view_get_drag_dest_row", LIBRARY.GTK);
4370 	Linker.link(gtk_tree_view_get_enable_search, "gtk_tree_view_get_enable_search", LIBRARY.GTK);
4371 	Linker.link(gtk_tree_view_get_enable_tree_lines, "gtk_tree_view_get_enable_tree_lines", LIBRARY.GTK);
4372 	Linker.link(gtk_tree_view_get_expander_column, "gtk_tree_view_get_expander_column", LIBRARY.GTK);
4373 	Linker.link(gtk_tree_view_get_fixed_height_mode, "gtk_tree_view_get_fixed_height_mode", LIBRARY.GTK);
4374 	Linker.link(gtk_tree_view_get_grid_lines, "gtk_tree_view_get_grid_lines", LIBRARY.GTK);
4375 	Linker.link(gtk_tree_view_get_hadjustment, "gtk_tree_view_get_hadjustment", LIBRARY.GTK);
4376 	Linker.link(gtk_tree_view_get_headers_clickable, "gtk_tree_view_get_headers_clickable", LIBRARY.GTK);
4377 	Linker.link(gtk_tree_view_get_headers_visible, "gtk_tree_view_get_headers_visible", LIBRARY.GTK);
4378 	Linker.link(gtk_tree_view_get_hover_expand, "gtk_tree_view_get_hover_expand", LIBRARY.GTK);
4379 	Linker.link(gtk_tree_view_get_hover_selection, "gtk_tree_view_get_hover_selection", LIBRARY.GTK);
4380 	Linker.link(gtk_tree_view_get_level_indentation, "gtk_tree_view_get_level_indentation", LIBRARY.GTK);
4381 	Linker.link(gtk_tree_view_get_model, "gtk_tree_view_get_model", LIBRARY.GTK);
4382 	Linker.link(gtk_tree_view_get_n_columns, "gtk_tree_view_get_n_columns", LIBRARY.GTK);
4383 	Linker.link(gtk_tree_view_get_path_at_pos, "gtk_tree_view_get_path_at_pos", LIBRARY.GTK);
4384 	Linker.link(gtk_tree_view_get_reorderable, "gtk_tree_view_get_reorderable", LIBRARY.GTK);
4385 	Linker.link(gtk_tree_view_get_row_separator_func, "gtk_tree_view_get_row_separator_func", LIBRARY.GTK);
4386 	Linker.link(gtk_tree_view_get_rubber_banding, "gtk_tree_view_get_rubber_banding", LIBRARY.GTK);
4387 	Linker.link(gtk_tree_view_get_rules_hint, "gtk_tree_view_get_rules_hint", LIBRARY.GTK);
4388 	Linker.link(gtk_tree_view_get_search_column, "gtk_tree_view_get_search_column", LIBRARY.GTK);
4389 	Linker.link(gtk_tree_view_get_search_entry, "gtk_tree_view_get_search_entry", LIBRARY.GTK);
4390 	Linker.link(gtk_tree_view_get_search_equal_func, "gtk_tree_view_get_search_equal_func", LIBRARY.GTK);
4391 	Linker.link(gtk_tree_view_get_search_position_func, "gtk_tree_view_get_search_position_func", LIBRARY.GTK);
4392 	Linker.link(gtk_tree_view_get_selection, "gtk_tree_view_get_selection", LIBRARY.GTK);
4393 	Linker.link(gtk_tree_view_get_show_expanders, "gtk_tree_view_get_show_expanders", LIBRARY.GTK);
4394 	Linker.link(gtk_tree_view_get_tooltip_column, "gtk_tree_view_get_tooltip_column", LIBRARY.GTK);
4395 	Linker.link(gtk_tree_view_get_tooltip_context, "gtk_tree_view_get_tooltip_context", LIBRARY.GTK);
4396 	Linker.link(gtk_tree_view_get_vadjustment, "gtk_tree_view_get_vadjustment", LIBRARY.GTK);
4397 	Linker.link(gtk_tree_view_get_visible_range, "gtk_tree_view_get_visible_range", LIBRARY.GTK);
4398 	Linker.link(gtk_tree_view_get_visible_rect, "gtk_tree_view_get_visible_rect", LIBRARY.GTK);
4399 	Linker.link(gtk_tree_view_insert_column, "gtk_tree_view_insert_column", LIBRARY.GTK);
4400 	Linker.link(gtk_tree_view_insert_column_with_attributes, "gtk_tree_view_insert_column_with_attributes", LIBRARY.GTK);
4401 	Linker.link(gtk_tree_view_insert_column_with_data_func, "gtk_tree_view_insert_column_with_data_func", LIBRARY.GTK);
4402 	Linker.link(gtk_tree_view_is_blank_at_pos, "gtk_tree_view_is_blank_at_pos", LIBRARY.GTK);
4403 	Linker.link(gtk_tree_view_is_rubber_banding_active, "gtk_tree_view_is_rubber_banding_active", LIBRARY.GTK);
4404 	Linker.link(gtk_tree_view_map_expanded_rows, "gtk_tree_view_map_expanded_rows", LIBRARY.GTK);
4405 	Linker.link(gtk_tree_view_move_column_after, "gtk_tree_view_move_column_after", LIBRARY.GTK);
4406 	Linker.link(gtk_tree_view_remove_column, "gtk_tree_view_remove_column", LIBRARY.GTK);
4407 	Linker.link(gtk_tree_view_row_activated, "gtk_tree_view_row_activated", LIBRARY.GTK);
4408 	Linker.link(gtk_tree_view_row_expanded, "gtk_tree_view_row_expanded", LIBRARY.GTK);
4409 	Linker.link(gtk_tree_view_scroll_to_cell, "gtk_tree_view_scroll_to_cell", LIBRARY.GTK);
4410 	Linker.link(gtk_tree_view_scroll_to_point, "gtk_tree_view_scroll_to_point", LIBRARY.GTK);
4411 	Linker.link(gtk_tree_view_set_activate_on_single_click, "gtk_tree_view_set_activate_on_single_click", LIBRARY.GTK);
4412 	Linker.link(gtk_tree_view_set_column_drag_function, "gtk_tree_view_set_column_drag_function", LIBRARY.GTK);
4413 	Linker.link(gtk_tree_view_set_cursor, "gtk_tree_view_set_cursor", LIBRARY.GTK);
4414 	Linker.link(gtk_tree_view_set_cursor_on_cell, "gtk_tree_view_set_cursor_on_cell", LIBRARY.GTK);
4415 	Linker.link(gtk_tree_view_set_destroy_count_func, "gtk_tree_view_set_destroy_count_func", LIBRARY.GTK);
4416 	Linker.link(gtk_tree_view_set_drag_dest_row, "gtk_tree_view_set_drag_dest_row", LIBRARY.GTK);
4417 	Linker.link(gtk_tree_view_set_enable_search, "gtk_tree_view_set_enable_search", LIBRARY.GTK);
4418 	Linker.link(gtk_tree_view_set_enable_tree_lines, "gtk_tree_view_set_enable_tree_lines", LIBRARY.GTK);
4419 	Linker.link(gtk_tree_view_set_expander_column, "gtk_tree_view_set_expander_column", LIBRARY.GTK);
4420 	Linker.link(gtk_tree_view_set_fixed_height_mode, "gtk_tree_view_set_fixed_height_mode", LIBRARY.GTK);
4421 	Linker.link(gtk_tree_view_set_grid_lines, "gtk_tree_view_set_grid_lines", LIBRARY.GTK);
4422 	Linker.link(gtk_tree_view_set_hadjustment, "gtk_tree_view_set_hadjustment", LIBRARY.GTK);
4423 	Linker.link(gtk_tree_view_set_headers_clickable, "gtk_tree_view_set_headers_clickable", LIBRARY.GTK);
4424 	Linker.link(gtk_tree_view_set_headers_visible, "gtk_tree_view_set_headers_visible", LIBRARY.GTK);
4425 	Linker.link(gtk_tree_view_set_hover_expand, "gtk_tree_view_set_hover_expand", LIBRARY.GTK);
4426 	Linker.link(gtk_tree_view_set_hover_selection, "gtk_tree_view_set_hover_selection", LIBRARY.GTK);
4427 	Linker.link(gtk_tree_view_set_level_indentation, "gtk_tree_view_set_level_indentation", LIBRARY.GTK);
4428 	Linker.link(gtk_tree_view_set_model, "gtk_tree_view_set_model", LIBRARY.GTK);
4429 	Linker.link(gtk_tree_view_set_reorderable, "gtk_tree_view_set_reorderable", LIBRARY.GTK);
4430 	Linker.link(gtk_tree_view_set_row_separator_func, "gtk_tree_view_set_row_separator_func", LIBRARY.GTK);
4431 	Linker.link(gtk_tree_view_set_rubber_banding, "gtk_tree_view_set_rubber_banding", LIBRARY.GTK);
4432 	Linker.link(gtk_tree_view_set_rules_hint, "gtk_tree_view_set_rules_hint", LIBRARY.GTK);
4433 	Linker.link(gtk_tree_view_set_search_column, "gtk_tree_view_set_search_column", LIBRARY.GTK);
4434 	Linker.link(gtk_tree_view_set_search_entry, "gtk_tree_view_set_search_entry", LIBRARY.GTK);
4435 	Linker.link(gtk_tree_view_set_search_equal_func, "gtk_tree_view_set_search_equal_func", LIBRARY.GTK);
4436 	Linker.link(gtk_tree_view_set_search_position_func, "gtk_tree_view_set_search_position_func", LIBRARY.GTK);
4437 	Linker.link(gtk_tree_view_set_show_expanders, "gtk_tree_view_set_show_expanders", LIBRARY.GTK);
4438 	Linker.link(gtk_tree_view_set_tooltip_cell, "gtk_tree_view_set_tooltip_cell", LIBRARY.GTK);
4439 	Linker.link(gtk_tree_view_set_tooltip_column, "gtk_tree_view_set_tooltip_column", LIBRARY.GTK);
4440 	Linker.link(gtk_tree_view_set_tooltip_row, "gtk_tree_view_set_tooltip_row", LIBRARY.GTK);
4441 	Linker.link(gtk_tree_view_set_vadjustment, "gtk_tree_view_set_vadjustment", LIBRARY.GTK);
4442 	Linker.link(gtk_tree_view_unset_rows_drag_dest, "gtk_tree_view_unset_rows_drag_dest", LIBRARY.GTK);
4443 	Linker.link(gtk_tree_view_unset_rows_drag_source, "gtk_tree_view_unset_rows_drag_source", LIBRARY.GTK);
4444 
4445 	// gtk.TreeViewAccessible
4446 
4447 	Linker.link(gtk_tree_view_accessible_get_type, "gtk_tree_view_accessible_get_type", LIBRARY.GTK);
4448 
4449 	// gtk.TreeViewColumn
4450 
4451 	Linker.link(gtk_tree_view_column_get_type, "gtk_tree_view_column_get_type", LIBRARY.GTK);
4452 	Linker.link(gtk_tree_view_column_new, "gtk_tree_view_column_new", LIBRARY.GTK);
4453 	Linker.link(gtk_tree_view_column_new_with_area, "gtk_tree_view_column_new_with_area", LIBRARY.GTK);
4454 	Linker.link(gtk_tree_view_column_new_with_attributes, "gtk_tree_view_column_new_with_attributes", LIBRARY.GTK);
4455 	Linker.link(gtk_tree_view_column_add_attribute, "gtk_tree_view_column_add_attribute", LIBRARY.GTK);
4456 	Linker.link(gtk_tree_view_column_cell_get_position, "gtk_tree_view_column_cell_get_position", LIBRARY.GTK);
4457 	Linker.link(gtk_tree_view_column_cell_get_size, "gtk_tree_view_column_cell_get_size", LIBRARY.GTK);
4458 	Linker.link(gtk_tree_view_column_cell_is_visible, "gtk_tree_view_column_cell_is_visible", LIBRARY.GTK);
4459 	Linker.link(gtk_tree_view_column_cell_set_cell_data, "gtk_tree_view_column_cell_set_cell_data", LIBRARY.GTK);
4460 	Linker.link(gtk_tree_view_column_clear, "gtk_tree_view_column_clear", LIBRARY.GTK);
4461 	Linker.link(gtk_tree_view_column_clear_attributes, "gtk_tree_view_column_clear_attributes", LIBRARY.GTK);
4462 	Linker.link(gtk_tree_view_column_clicked, "gtk_tree_view_column_clicked", LIBRARY.GTK);
4463 	Linker.link(gtk_tree_view_column_focus_cell, "gtk_tree_view_column_focus_cell", LIBRARY.GTK);
4464 	Linker.link(gtk_tree_view_column_get_alignment, "gtk_tree_view_column_get_alignment", LIBRARY.GTK);
4465 	Linker.link(gtk_tree_view_column_get_button, "gtk_tree_view_column_get_button", LIBRARY.GTK);
4466 	Linker.link(gtk_tree_view_column_get_clickable, "gtk_tree_view_column_get_clickable", LIBRARY.GTK);
4467 	Linker.link(gtk_tree_view_column_get_expand, "gtk_tree_view_column_get_expand", LIBRARY.GTK);
4468 	Linker.link(gtk_tree_view_column_get_fixed_width, "gtk_tree_view_column_get_fixed_width", LIBRARY.GTK);
4469 	Linker.link(gtk_tree_view_column_get_max_width, "gtk_tree_view_column_get_max_width", LIBRARY.GTK);
4470 	Linker.link(gtk_tree_view_column_get_min_width, "gtk_tree_view_column_get_min_width", LIBRARY.GTK);
4471 	Linker.link(gtk_tree_view_column_get_reorderable, "gtk_tree_view_column_get_reorderable", LIBRARY.GTK);
4472 	Linker.link(gtk_tree_view_column_get_resizable, "gtk_tree_view_column_get_resizable", LIBRARY.GTK);
4473 	Linker.link(gtk_tree_view_column_get_sizing, "gtk_tree_view_column_get_sizing", LIBRARY.GTK);
4474 	Linker.link(gtk_tree_view_column_get_sort_column_id, "gtk_tree_view_column_get_sort_column_id", LIBRARY.GTK);
4475 	Linker.link(gtk_tree_view_column_get_sort_indicator, "gtk_tree_view_column_get_sort_indicator", LIBRARY.GTK);
4476 	Linker.link(gtk_tree_view_column_get_sort_order, "gtk_tree_view_column_get_sort_order", LIBRARY.GTK);
4477 	Linker.link(gtk_tree_view_column_get_spacing, "gtk_tree_view_column_get_spacing", LIBRARY.GTK);
4478 	Linker.link(gtk_tree_view_column_get_title, "gtk_tree_view_column_get_title", LIBRARY.GTK);
4479 	Linker.link(gtk_tree_view_column_get_tree_view, "gtk_tree_view_column_get_tree_view", LIBRARY.GTK);
4480 	Linker.link(gtk_tree_view_column_get_visible, "gtk_tree_view_column_get_visible", LIBRARY.GTK);
4481 	Linker.link(gtk_tree_view_column_get_widget, "gtk_tree_view_column_get_widget", LIBRARY.GTK);
4482 	Linker.link(gtk_tree_view_column_get_width, "gtk_tree_view_column_get_width", LIBRARY.GTK);
4483 	Linker.link(gtk_tree_view_column_get_x_offset, "gtk_tree_view_column_get_x_offset", LIBRARY.GTK);
4484 	Linker.link(gtk_tree_view_column_pack_end, "gtk_tree_view_column_pack_end", LIBRARY.GTK);
4485 	Linker.link(gtk_tree_view_column_pack_start, "gtk_tree_view_column_pack_start", LIBRARY.GTK);
4486 	Linker.link(gtk_tree_view_column_queue_resize, "gtk_tree_view_column_queue_resize", LIBRARY.GTK);
4487 	Linker.link(gtk_tree_view_column_set_alignment, "gtk_tree_view_column_set_alignment", LIBRARY.GTK);
4488 	Linker.link(gtk_tree_view_column_set_attributes, "gtk_tree_view_column_set_attributes", LIBRARY.GTK);
4489 	Linker.link(gtk_tree_view_column_set_cell_data_func, "gtk_tree_view_column_set_cell_data_func", LIBRARY.GTK);
4490 	Linker.link(gtk_tree_view_column_set_clickable, "gtk_tree_view_column_set_clickable", LIBRARY.GTK);
4491 	Linker.link(gtk_tree_view_column_set_expand, "gtk_tree_view_column_set_expand", LIBRARY.GTK);
4492 	Linker.link(gtk_tree_view_column_set_fixed_width, "gtk_tree_view_column_set_fixed_width", LIBRARY.GTK);
4493 	Linker.link(gtk_tree_view_column_set_max_width, "gtk_tree_view_column_set_max_width", LIBRARY.GTK);
4494 	Linker.link(gtk_tree_view_column_set_min_width, "gtk_tree_view_column_set_min_width", LIBRARY.GTK);
4495 	Linker.link(gtk_tree_view_column_set_reorderable, "gtk_tree_view_column_set_reorderable", LIBRARY.GTK);
4496 	Linker.link(gtk_tree_view_column_set_resizable, "gtk_tree_view_column_set_resizable", LIBRARY.GTK);
4497 	Linker.link(gtk_tree_view_column_set_sizing, "gtk_tree_view_column_set_sizing", LIBRARY.GTK);
4498 	Linker.link(gtk_tree_view_column_set_sort_column_id, "gtk_tree_view_column_set_sort_column_id", LIBRARY.GTK);
4499 	Linker.link(gtk_tree_view_column_set_sort_indicator, "gtk_tree_view_column_set_sort_indicator", LIBRARY.GTK);
4500 	Linker.link(gtk_tree_view_column_set_sort_order, "gtk_tree_view_column_set_sort_order", LIBRARY.GTK);
4501 	Linker.link(gtk_tree_view_column_set_spacing, "gtk_tree_view_column_set_spacing", LIBRARY.GTK);
4502 	Linker.link(gtk_tree_view_column_set_title, "gtk_tree_view_column_set_title", LIBRARY.GTK);
4503 	Linker.link(gtk_tree_view_column_set_visible, "gtk_tree_view_column_set_visible", LIBRARY.GTK);
4504 	Linker.link(gtk_tree_view_column_set_widget, "gtk_tree_view_column_set_widget", LIBRARY.GTK);
4505 
4506 	// gtk.UIManager
4507 
4508 	Linker.link(gtk_ui_manager_get_type, "gtk_ui_manager_get_type", LIBRARY.GTK);
4509 	Linker.link(gtk_ui_manager_new, "gtk_ui_manager_new", LIBRARY.GTK);
4510 	Linker.link(gtk_ui_manager_add_ui, "gtk_ui_manager_add_ui", LIBRARY.GTK);
4511 	Linker.link(gtk_ui_manager_add_ui_from_file, "gtk_ui_manager_add_ui_from_file", LIBRARY.GTK);
4512 	Linker.link(gtk_ui_manager_add_ui_from_resource, "gtk_ui_manager_add_ui_from_resource", LIBRARY.GTK);
4513 	Linker.link(gtk_ui_manager_add_ui_from_string, "gtk_ui_manager_add_ui_from_string", LIBRARY.GTK);
4514 	Linker.link(gtk_ui_manager_ensure_update, "gtk_ui_manager_ensure_update", LIBRARY.GTK);
4515 	Linker.link(gtk_ui_manager_get_accel_group, "gtk_ui_manager_get_accel_group", LIBRARY.GTK);
4516 	Linker.link(gtk_ui_manager_get_action, "gtk_ui_manager_get_action", LIBRARY.GTK);
4517 	Linker.link(gtk_ui_manager_get_action_groups, "gtk_ui_manager_get_action_groups", LIBRARY.GTK);
4518 	Linker.link(gtk_ui_manager_get_add_tearoffs, "gtk_ui_manager_get_add_tearoffs", LIBRARY.GTK);
4519 	Linker.link(gtk_ui_manager_get_toplevels, "gtk_ui_manager_get_toplevels", LIBRARY.GTK);
4520 	Linker.link(gtk_ui_manager_get_ui, "gtk_ui_manager_get_ui", LIBRARY.GTK);
4521 	Linker.link(gtk_ui_manager_get_widget, "gtk_ui_manager_get_widget", LIBRARY.GTK);
4522 	Linker.link(gtk_ui_manager_insert_action_group, "gtk_ui_manager_insert_action_group", LIBRARY.GTK);
4523 	Linker.link(gtk_ui_manager_new_merge_id, "gtk_ui_manager_new_merge_id", LIBRARY.GTK);
4524 	Linker.link(gtk_ui_manager_remove_action_group, "gtk_ui_manager_remove_action_group", LIBRARY.GTK);
4525 	Linker.link(gtk_ui_manager_remove_ui, "gtk_ui_manager_remove_ui", LIBRARY.GTK);
4526 	Linker.link(gtk_ui_manager_set_add_tearoffs, "gtk_ui_manager_set_add_tearoffs", LIBRARY.GTK);
4527 
4528 	// gtk.VBox
4529 
4530 	Linker.link(gtk_vbox_get_type, "gtk_vbox_get_type", LIBRARY.GTK);
4531 	Linker.link(gtk_vbox_new, "gtk_vbox_new", LIBRARY.GTK);
4532 
4533 	// gtk.VButtonBox
4534 
4535 	Linker.link(gtk_vbutton_box_get_type, "gtk_vbutton_box_get_type", LIBRARY.GTK);
4536 	Linker.link(gtk_vbutton_box_new, "gtk_vbutton_box_new", LIBRARY.GTK);
4537 
4538 	// gtk.VPaned
4539 
4540 	Linker.link(gtk_vpaned_get_type, "gtk_vpaned_get_type", LIBRARY.GTK);
4541 	Linker.link(gtk_vpaned_new, "gtk_vpaned_new", LIBRARY.GTK);
4542 
4543 	// gtk.VScale
4544 
4545 	Linker.link(gtk_vscale_get_type, "gtk_vscale_get_type", LIBRARY.GTK);
4546 	Linker.link(gtk_vscale_new, "gtk_vscale_new", LIBRARY.GTK);
4547 	Linker.link(gtk_vscale_new_with_range, "gtk_vscale_new_with_range", LIBRARY.GTK);
4548 
4549 	// gtk.VScrollbar
4550 
4551 	Linker.link(gtk_vscrollbar_get_type, "gtk_vscrollbar_get_type", LIBRARY.GTK);
4552 	Linker.link(gtk_vscrollbar_new, "gtk_vscrollbar_new", LIBRARY.GTK);
4553 
4554 	// gtk.VSeparator
4555 
4556 	Linker.link(gtk_vseparator_get_type, "gtk_vseparator_get_type", LIBRARY.GTK);
4557 	Linker.link(gtk_vseparator_new, "gtk_vseparator_new", LIBRARY.GTK);
4558 
4559 	// gtk.Viewport
4560 
4561 	Linker.link(gtk_viewport_get_type, "gtk_viewport_get_type", LIBRARY.GTK);
4562 	Linker.link(gtk_viewport_new, "gtk_viewport_new", LIBRARY.GTK);
4563 	Linker.link(gtk_viewport_get_bin_window, "gtk_viewport_get_bin_window", LIBRARY.GTK);
4564 	Linker.link(gtk_viewport_get_hadjustment, "gtk_viewport_get_hadjustment", LIBRARY.GTK);
4565 	Linker.link(gtk_viewport_get_shadow_type, "gtk_viewport_get_shadow_type", LIBRARY.GTK);
4566 	Linker.link(gtk_viewport_get_vadjustment, "gtk_viewport_get_vadjustment", LIBRARY.GTK);
4567 	Linker.link(gtk_viewport_get_view_window, "gtk_viewport_get_view_window", LIBRARY.GTK);
4568 	Linker.link(gtk_viewport_set_hadjustment, "gtk_viewport_set_hadjustment", LIBRARY.GTK);
4569 	Linker.link(gtk_viewport_set_shadow_type, "gtk_viewport_set_shadow_type", LIBRARY.GTK);
4570 	Linker.link(gtk_viewport_set_vadjustment, "gtk_viewport_set_vadjustment", LIBRARY.GTK);
4571 
4572 	// gtk.VolumeButton
4573 
4574 	Linker.link(gtk_volume_button_get_type, "gtk_volume_button_get_type", LIBRARY.GTK);
4575 	Linker.link(gtk_volume_button_new, "gtk_volume_button_new", LIBRARY.GTK);
4576 
4577 	// gtk.Widget
4578 
4579 	Linker.link(gtk_widget_get_type, "gtk_widget_get_type", LIBRARY.GTK);
4580 	Linker.link(gtk_widget_new, "gtk_widget_new", LIBRARY.GTK);
4581 	Linker.link(gtk_widget_get_default_direction, "gtk_widget_get_default_direction", LIBRARY.GTK);
4582 	Linker.link(gtk_widget_get_default_style, "gtk_widget_get_default_style", LIBRARY.GTK);
4583 	Linker.link(gtk_widget_pop_composite_child, "gtk_widget_pop_composite_child", LIBRARY.GTK);
4584 	Linker.link(gtk_widget_push_composite_child, "gtk_widget_push_composite_child", LIBRARY.GTK);
4585 	Linker.link(gtk_widget_set_default_direction, "gtk_widget_set_default_direction", LIBRARY.GTK);
4586 	Linker.link(gtk_widget_activate, "gtk_widget_activate", LIBRARY.GTK);
4587 	Linker.link(gtk_widget_add_accelerator, "gtk_widget_add_accelerator", LIBRARY.GTK);
4588 	Linker.link(gtk_widget_add_device_events, "gtk_widget_add_device_events", LIBRARY.GTK);
4589 	Linker.link(gtk_widget_add_events, "gtk_widget_add_events", LIBRARY.GTK);
4590 	Linker.link(gtk_widget_add_mnemonic_label, "gtk_widget_add_mnemonic_label", LIBRARY.GTK);
4591 	Linker.link(gtk_widget_add_tick_callback, "gtk_widget_add_tick_callback", LIBRARY.GTK);
4592 	Linker.link(gtk_widget_can_activate_accel, "gtk_widget_can_activate_accel", LIBRARY.GTK);
4593 	Linker.link(gtk_widget_child_focus, "gtk_widget_child_focus", LIBRARY.GTK);
4594 	Linker.link(gtk_widget_child_notify, "gtk_widget_child_notify", LIBRARY.GTK);
4595 	Linker.link(gtk_widget_class_path, "gtk_widget_class_path", LIBRARY.GTK);
4596 	Linker.link(gtk_widget_compute_expand, "gtk_widget_compute_expand", LIBRARY.GTK);
4597 	Linker.link(gtk_widget_create_pango_context, "gtk_widget_create_pango_context", LIBRARY.GTK);
4598 	Linker.link(gtk_widget_create_pango_layout, "gtk_widget_create_pango_layout", LIBRARY.GTK);
4599 	Linker.link(gtk_widget_destroy, "gtk_widget_destroy", LIBRARY.GTK);
4600 	Linker.link(gtk_widget_destroyed, "gtk_widget_destroyed", LIBRARY.GTK);
4601 	Linker.link(gtk_widget_device_is_shadowed, "gtk_widget_device_is_shadowed", LIBRARY.GTK);
4602 	Linker.link(gtk_drag_begin, "gtk_drag_begin", LIBRARY.GTK);
4603 	Linker.link(gtk_drag_begin_with_coordinates, "gtk_drag_begin_with_coordinates", LIBRARY.GTK);
4604 	Linker.link(gtk_drag_check_threshold, "gtk_drag_check_threshold", LIBRARY.GTK);
4605 	Linker.link(gtk_drag_dest_add_image_targets, "gtk_drag_dest_add_image_targets", LIBRARY.GTK);
4606 	Linker.link(gtk_drag_dest_add_text_targets, "gtk_drag_dest_add_text_targets", LIBRARY.GTK);
4607 	Linker.link(gtk_drag_dest_add_uri_targets, "gtk_drag_dest_add_uri_targets", LIBRARY.GTK);
4608 	Linker.link(gtk_drag_dest_find_target, "gtk_drag_dest_find_target", LIBRARY.GTK);
4609 	Linker.link(gtk_drag_dest_get_target_list, "gtk_drag_dest_get_target_list", LIBRARY.GTK);
4610 	Linker.link(gtk_drag_dest_get_track_motion, "gtk_drag_dest_get_track_motion", LIBRARY.GTK);
4611 	Linker.link(gtk_drag_dest_set, "gtk_drag_dest_set", LIBRARY.GTK);
4612 	Linker.link(gtk_drag_dest_set_proxy, "gtk_drag_dest_set_proxy", LIBRARY.GTK);
4613 	Linker.link(gtk_drag_dest_set_target_list, "gtk_drag_dest_set_target_list", LIBRARY.GTK);
4614 	Linker.link(gtk_drag_dest_set_track_motion, "gtk_drag_dest_set_track_motion", LIBRARY.GTK);
4615 	Linker.link(gtk_drag_dest_unset, "gtk_drag_dest_unset", LIBRARY.GTK);
4616 	Linker.link(gtk_drag_get_data, "gtk_drag_get_data", LIBRARY.GTK);
4617 	Linker.link(gtk_drag_highlight, "gtk_drag_highlight", LIBRARY.GTK);
4618 	Linker.link(gtk_drag_source_add_image_targets, "gtk_drag_source_add_image_targets", LIBRARY.GTK);
4619 	Linker.link(gtk_drag_source_add_text_targets, "gtk_drag_source_add_text_targets", LIBRARY.GTK);
4620 	Linker.link(gtk_drag_source_add_uri_targets, "gtk_drag_source_add_uri_targets", LIBRARY.GTK);
4621 	Linker.link(gtk_drag_source_get_target_list, "gtk_drag_source_get_target_list", LIBRARY.GTK);
4622 	Linker.link(gtk_drag_source_set, "gtk_drag_source_set", LIBRARY.GTK);
4623 	Linker.link(gtk_drag_source_set_icon_gicon, "gtk_drag_source_set_icon_gicon", LIBRARY.GTK);
4624 	Linker.link(gtk_drag_source_set_icon_name, "gtk_drag_source_set_icon_name", LIBRARY.GTK);
4625 	Linker.link(gtk_drag_source_set_icon_pixbuf, "gtk_drag_source_set_icon_pixbuf", LIBRARY.GTK);
4626 	Linker.link(gtk_drag_source_set_icon_stock, "gtk_drag_source_set_icon_stock", LIBRARY.GTK);
4627 	Linker.link(gtk_drag_source_set_target_list, "gtk_drag_source_set_target_list", LIBRARY.GTK);
4628 	Linker.link(gtk_drag_source_unset, "gtk_drag_source_unset", LIBRARY.GTK);
4629 	Linker.link(gtk_drag_unhighlight, "gtk_drag_unhighlight", LIBRARY.GTK);
4630 	Linker.link(gtk_widget_draw, "gtk_widget_draw", LIBRARY.GTK);
4631 	Linker.link(gtk_widget_ensure_style, "gtk_widget_ensure_style", LIBRARY.GTK);
4632 	Linker.link(gtk_widget_error_bell, "gtk_widget_error_bell", LIBRARY.GTK);
4633 	Linker.link(gtk_widget_event, "gtk_widget_event", LIBRARY.GTK);
4634 	Linker.link(gtk_widget_freeze_child_notify, "gtk_widget_freeze_child_notify", LIBRARY.GTK);
4635 	Linker.link(gtk_widget_get_accessible, "gtk_widget_get_accessible", LIBRARY.GTK);
4636 	Linker.link(gtk_widget_get_action_group, "gtk_widget_get_action_group", LIBRARY.GTK);
4637 	Linker.link(gtk_widget_get_allocated_baseline, "gtk_widget_get_allocated_baseline", LIBRARY.GTK);
4638 	Linker.link(gtk_widget_get_allocated_height, "gtk_widget_get_allocated_height", LIBRARY.GTK);
4639 	Linker.link(gtk_widget_get_allocated_size, "gtk_widget_get_allocated_size", LIBRARY.GTK);
4640 	Linker.link(gtk_widget_get_allocated_width, "gtk_widget_get_allocated_width", LIBRARY.GTK);
4641 	Linker.link(gtk_widget_get_allocation, "gtk_widget_get_allocation", LIBRARY.GTK);
4642 	Linker.link(gtk_widget_get_ancestor, "gtk_widget_get_ancestor", LIBRARY.GTK);
4643 	Linker.link(gtk_widget_get_app_paintable, "gtk_widget_get_app_paintable", LIBRARY.GTK);
4644 	Linker.link(gtk_widget_get_can_default, "gtk_widget_get_can_default", LIBRARY.GTK);
4645 	Linker.link(gtk_widget_get_can_focus, "gtk_widget_get_can_focus", LIBRARY.GTK);
4646 	Linker.link(gtk_widget_get_child_requisition, "gtk_widget_get_child_requisition", LIBRARY.GTK);
4647 	Linker.link(gtk_widget_get_child_visible, "gtk_widget_get_child_visible", LIBRARY.GTK);
4648 	Linker.link(gtk_widget_get_clip, "gtk_widget_get_clip", LIBRARY.GTK);
4649 	Linker.link(gtk_widget_get_clipboard, "gtk_widget_get_clipboard", LIBRARY.GTK);
4650 	Linker.link(gtk_widget_get_composite_name, "gtk_widget_get_composite_name", LIBRARY.GTK);
4651 	Linker.link(gtk_widget_get_device_enabled, "gtk_widget_get_device_enabled", LIBRARY.GTK);
4652 	Linker.link(gtk_widget_get_device_events, "gtk_widget_get_device_events", LIBRARY.GTK);
4653 	Linker.link(gtk_widget_get_direction, "gtk_widget_get_direction", LIBRARY.GTK);
4654 	Linker.link(gtk_widget_get_display, "gtk_widget_get_display", LIBRARY.GTK);
4655 	Linker.link(gtk_widget_get_double_buffered, "gtk_widget_get_double_buffered", LIBRARY.GTK);
4656 	Linker.link(gtk_widget_get_events, "gtk_widget_get_events", LIBRARY.GTK);
4657 	Linker.link(gtk_widget_get_focus_on_click, "gtk_widget_get_focus_on_click", LIBRARY.GTK);
4658 	Linker.link(gtk_widget_get_font_map, "gtk_widget_get_font_map", LIBRARY.GTK);
4659 	Linker.link(gtk_widget_get_font_options, "gtk_widget_get_font_options", LIBRARY.GTK);
4660 	Linker.link(gtk_widget_get_frame_clock, "gtk_widget_get_frame_clock", LIBRARY.GTK);
4661 	Linker.link(gtk_widget_get_halign, "gtk_widget_get_halign", LIBRARY.GTK);
4662 	Linker.link(gtk_widget_get_has_tooltip, "gtk_widget_get_has_tooltip", LIBRARY.GTK);
4663 	Linker.link(gtk_widget_get_has_window, "gtk_widget_get_has_window", LIBRARY.GTK);
4664 	Linker.link(gtk_widget_get_hexpand, "gtk_widget_get_hexpand", LIBRARY.GTK);
4665 	Linker.link(gtk_widget_get_hexpand_set, "gtk_widget_get_hexpand_set", LIBRARY.GTK);
4666 	Linker.link(gtk_widget_get_mapped, "gtk_widget_get_mapped", LIBRARY.GTK);
4667 	Linker.link(gtk_widget_get_margin_bottom, "gtk_widget_get_margin_bottom", LIBRARY.GTK);
4668 	Linker.link(gtk_widget_get_margin_end, "gtk_widget_get_margin_end", LIBRARY.GTK);
4669 	Linker.link(gtk_widget_get_margin_left, "gtk_widget_get_margin_left", LIBRARY.GTK);
4670 	Linker.link(gtk_widget_get_margin_right, "gtk_widget_get_margin_right", LIBRARY.GTK);
4671 	Linker.link(gtk_widget_get_margin_start, "gtk_widget_get_margin_start", LIBRARY.GTK);
4672 	Linker.link(gtk_widget_get_margin_top, "gtk_widget_get_margin_top", LIBRARY.GTK);
4673 	Linker.link(gtk_widget_get_modifier_mask, "gtk_widget_get_modifier_mask", LIBRARY.GTK);
4674 	Linker.link(gtk_widget_get_modifier_style, "gtk_widget_get_modifier_style", LIBRARY.GTK);
4675 	Linker.link(gtk_widget_get_name, "gtk_widget_get_name", LIBRARY.GTK);
4676 	Linker.link(gtk_widget_get_no_show_all, "gtk_widget_get_no_show_all", LIBRARY.GTK);
4677 	Linker.link(gtk_widget_get_opacity, "gtk_widget_get_opacity", LIBRARY.GTK);
4678 	Linker.link(gtk_widget_get_pango_context, "gtk_widget_get_pango_context", LIBRARY.GTK);
4679 	Linker.link(gtk_widget_get_parent, "gtk_widget_get_parent", LIBRARY.GTK);
4680 	Linker.link(gtk_widget_get_parent_window, "gtk_widget_get_parent_window", LIBRARY.GTK);
4681 	Linker.link(gtk_widget_get_path, "gtk_widget_get_path", LIBRARY.GTK);
4682 	Linker.link(gtk_widget_get_pointer, "gtk_widget_get_pointer", LIBRARY.GTK);
4683 	Linker.link(gtk_widget_get_preferred_height, "gtk_widget_get_preferred_height", LIBRARY.GTK);
4684 	Linker.link(gtk_widget_get_preferred_height_and_baseline_for_width, "gtk_widget_get_preferred_height_and_baseline_for_width", LIBRARY.GTK);
4685 	Linker.link(gtk_widget_get_preferred_height_for_width, "gtk_widget_get_preferred_height_for_width", LIBRARY.GTK);
4686 	Linker.link(gtk_widget_get_preferred_size, "gtk_widget_get_preferred_size", LIBRARY.GTK);
4687 	Linker.link(gtk_widget_get_preferred_width, "gtk_widget_get_preferred_width", LIBRARY.GTK);
4688 	Linker.link(gtk_widget_get_preferred_width_for_height, "gtk_widget_get_preferred_width_for_height", LIBRARY.GTK);
4689 	Linker.link(gtk_widget_get_realized, "gtk_widget_get_realized", LIBRARY.GTK);
4690 	Linker.link(gtk_widget_get_receives_default, "gtk_widget_get_receives_default", LIBRARY.GTK);
4691 	Linker.link(gtk_widget_get_request_mode, "gtk_widget_get_request_mode", LIBRARY.GTK);
4692 	Linker.link(gtk_widget_get_requisition, "gtk_widget_get_requisition", LIBRARY.GTK);
4693 	Linker.link(gtk_widget_get_root_window, "gtk_widget_get_root_window", LIBRARY.GTK);
4694 	Linker.link(gtk_widget_get_scale_factor, "gtk_widget_get_scale_factor", LIBRARY.GTK);
4695 	Linker.link(gtk_widget_get_screen, "gtk_widget_get_screen", LIBRARY.GTK);
4696 	Linker.link(gtk_widget_get_sensitive, "gtk_widget_get_sensitive", LIBRARY.GTK);
4697 	Linker.link(gtk_widget_get_settings, "gtk_widget_get_settings", LIBRARY.GTK);
4698 	Linker.link(gtk_widget_get_size_request, "gtk_widget_get_size_request", LIBRARY.GTK);
4699 	Linker.link(gtk_widget_get_state, "gtk_widget_get_state", LIBRARY.GTK);
4700 	Linker.link(gtk_widget_get_state_flags, "gtk_widget_get_state_flags", LIBRARY.GTK);
4701 	Linker.link(gtk_widget_get_style, "gtk_widget_get_style", LIBRARY.GTK);
4702 	Linker.link(gtk_widget_get_style_context, "gtk_widget_get_style_context", LIBRARY.GTK);
4703 	Linker.link(gtk_widget_get_support_multidevice, "gtk_widget_get_support_multidevice", LIBRARY.GTK);
4704 	Linker.link(gtk_widget_get_template_child, "gtk_widget_get_template_child", LIBRARY.GTK);
4705 	Linker.link(gtk_widget_get_tooltip_markup, "gtk_widget_get_tooltip_markup", LIBRARY.GTK);
4706 	Linker.link(gtk_widget_get_tooltip_text, "gtk_widget_get_tooltip_text", LIBRARY.GTK);
4707 	Linker.link(gtk_widget_get_tooltip_window, "gtk_widget_get_tooltip_window", LIBRARY.GTK);
4708 	Linker.link(gtk_widget_get_toplevel, "gtk_widget_get_toplevel", LIBRARY.GTK);
4709 	Linker.link(gtk_widget_get_valign, "gtk_widget_get_valign", LIBRARY.GTK);
4710 	Linker.link(gtk_widget_get_valign_with_baseline, "gtk_widget_get_valign_with_baseline", LIBRARY.GTK);
4711 	Linker.link(gtk_widget_get_vexpand, "gtk_widget_get_vexpand", LIBRARY.GTK);
4712 	Linker.link(gtk_widget_get_vexpand_set, "gtk_widget_get_vexpand_set", LIBRARY.GTK);
4713 	Linker.link(gtk_widget_get_visible, "gtk_widget_get_visible", LIBRARY.GTK);
4714 	Linker.link(gtk_widget_get_visual, "gtk_widget_get_visual", LIBRARY.GTK);
4715 	Linker.link(gtk_widget_get_window, "gtk_widget_get_window", LIBRARY.GTK);
4716 	Linker.link(gtk_grab_add, "gtk_grab_add", LIBRARY.GTK);
4717 	Linker.link(gtk_widget_grab_default, "gtk_widget_grab_default", LIBRARY.GTK);
4718 	Linker.link(gtk_widget_grab_focus, "gtk_widget_grab_focus", LIBRARY.GTK);
4719 	Linker.link(gtk_grab_remove, "gtk_grab_remove", LIBRARY.GTK);
4720 	Linker.link(gtk_widget_has_default, "gtk_widget_has_default", LIBRARY.GTK);
4721 	Linker.link(gtk_widget_has_focus, "gtk_widget_has_focus", LIBRARY.GTK);
4722 	Linker.link(gtk_widget_has_grab, "gtk_widget_has_grab", LIBRARY.GTK);
4723 	Linker.link(gtk_widget_has_rc_style, "gtk_widget_has_rc_style", LIBRARY.GTK);
4724 	Linker.link(gtk_widget_has_screen, "gtk_widget_has_screen", LIBRARY.GTK);
4725 	Linker.link(gtk_widget_has_visible_focus, "gtk_widget_has_visible_focus", LIBRARY.GTK);
4726 	Linker.link(gtk_widget_hide, "gtk_widget_hide", LIBRARY.GTK);
4727 	Linker.link(gtk_widget_hide_on_delete, "gtk_widget_hide_on_delete", LIBRARY.GTK);
4728 	Linker.link(gtk_widget_in_destruction, "gtk_widget_in_destruction", LIBRARY.GTK);
4729 	Linker.link(gtk_widget_init_template, "gtk_widget_init_template", LIBRARY.GTK);
4730 	Linker.link(gtk_widget_input_shape_combine_region, "gtk_widget_input_shape_combine_region", LIBRARY.GTK);
4731 	Linker.link(gtk_widget_insert_action_group, "gtk_widget_insert_action_group", LIBRARY.GTK);
4732 	Linker.link(gtk_widget_intersect, "gtk_widget_intersect", LIBRARY.GTK);
4733 	Linker.link(gtk_widget_is_ancestor, "gtk_widget_is_ancestor", LIBRARY.GTK);
4734 	Linker.link(gtk_widget_is_composited, "gtk_widget_is_composited", LIBRARY.GTK);
4735 	Linker.link(gtk_widget_is_drawable, "gtk_widget_is_drawable", LIBRARY.GTK);
4736 	Linker.link(gtk_widget_is_focus, "gtk_widget_is_focus", LIBRARY.GTK);
4737 	Linker.link(gtk_widget_is_sensitive, "gtk_widget_is_sensitive", LIBRARY.GTK);
4738 	Linker.link(gtk_widget_is_toplevel, "gtk_widget_is_toplevel", LIBRARY.GTK);
4739 	Linker.link(gtk_widget_is_visible, "gtk_widget_is_visible", LIBRARY.GTK);
4740 	Linker.link(gtk_widget_keynav_failed, "gtk_widget_keynav_failed", LIBRARY.GTK);
4741 	Linker.link(gtk_widget_list_accel_closures, "gtk_widget_list_accel_closures", LIBRARY.GTK);
4742 	Linker.link(gtk_widget_list_action_prefixes, "gtk_widget_list_action_prefixes", LIBRARY.GTK);
4743 	Linker.link(gtk_widget_list_mnemonic_labels, "gtk_widget_list_mnemonic_labels", LIBRARY.GTK);
4744 	Linker.link(gtk_widget_map, "gtk_widget_map", LIBRARY.GTK);
4745 	Linker.link(gtk_widget_mnemonic_activate, "gtk_widget_mnemonic_activate", LIBRARY.GTK);
4746 	Linker.link(gtk_widget_modify_base, "gtk_widget_modify_base", LIBRARY.GTK);
4747 	Linker.link(gtk_widget_modify_bg, "gtk_widget_modify_bg", LIBRARY.GTK);
4748 	Linker.link(gtk_widget_modify_cursor, "gtk_widget_modify_cursor", LIBRARY.GTK);
4749 	Linker.link(gtk_widget_modify_fg, "gtk_widget_modify_fg", LIBRARY.GTK);
4750 	Linker.link(gtk_widget_modify_font, "gtk_widget_modify_font", LIBRARY.GTK);
4751 	Linker.link(gtk_widget_modify_style, "gtk_widget_modify_style", LIBRARY.GTK);
4752 	Linker.link(gtk_widget_modify_text, "gtk_widget_modify_text", LIBRARY.GTK);
4753 	Linker.link(gtk_widget_override_background_color, "gtk_widget_override_background_color", LIBRARY.GTK);
4754 	Linker.link(gtk_widget_override_color, "gtk_widget_override_color", LIBRARY.GTK);
4755 	Linker.link(gtk_widget_override_cursor, "gtk_widget_override_cursor", LIBRARY.GTK);
4756 	Linker.link(gtk_widget_override_font, "gtk_widget_override_font", LIBRARY.GTK);
4757 	Linker.link(gtk_widget_override_symbolic_color, "gtk_widget_override_symbolic_color", LIBRARY.GTK);
4758 	Linker.link(gtk_widget_path, "gtk_widget_path", LIBRARY.GTK);
4759 	Linker.link(gtk_widget_queue_allocate, "gtk_widget_queue_allocate", LIBRARY.GTK);
4760 	Linker.link(gtk_widget_queue_compute_expand, "gtk_widget_queue_compute_expand", LIBRARY.GTK);
4761 	Linker.link(gtk_widget_queue_draw, "gtk_widget_queue_draw", LIBRARY.GTK);
4762 	Linker.link(gtk_widget_queue_draw_area, "gtk_widget_queue_draw_area", LIBRARY.GTK);
4763 	Linker.link(gtk_widget_queue_draw_region, "gtk_widget_queue_draw_region", LIBRARY.GTK);
4764 	Linker.link(gtk_widget_queue_resize, "gtk_widget_queue_resize", LIBRARY.GTK);
4765 	Linker.link(gtk_widget_queue_resize_no_redraw, "gtk_widget_queue_resize_no_redraw", LIBRARY.GTK);
4766 	Linker.link(gtk_widget_realize, "gtk_widget_realize", LIBRARY.GTK);
4767 	Linker.link(gtk_widget_region_intersect, "gtk_widget_region_intersect", LIBRARY.GTK);
4768 	Linker.link(gtk_widget_register_window, "gtk_widget_register_window", LIBRARY.GTK);
4769 	Linker.link(gtk_widget_remove_accelerator, "gtk_widget_remove_accelerator", LIBRARY.GTK);
4770 	Linker.link(gtk_widget_remove_mnemonic_label, "gtk_widget_remove_mnemonic_label", LIBRARY.GTK);
4771 	Linker.link(gtk_widget_remove_tick_callback, "gtk_widget_remove_tick_callback", LIBRARY.GTK);
4772 	Linker.link(gtk_widget_render_icon, "gtk_widget_render_icon", LIBRARY.GTK);
4773 	Linker.link(gtk_widget_render_icon_pixbuf, "gtk_widget_render_icon_pixbuf", LIBRARY.GTK);
4774 	Linker.link(gtk_widget_reparent, "gtk_widget_reparent", LIBRARY.GTK);
4775 	Linker.link(gtk_widget_reset_rc_styles, "gtk_widget_reset_rc_styles", LIBRARY.GTK);
4776 	Linker.link(gtk_widget_reset_style, "gtk_widget_reset_style", LIBRARY.GTK);
4777 	Linker.link(gtk_widget_send_expose, "gtk_widget_send_expose", LIBRARY.GTK);
4778 	Linker.link(gtk_widget_send_focus_change, "gtk_widget_send_focus_change", LIBRARY.GTK);
4779 	Linker.link(gtk_widget_set_accel_path, "gtk_widget_set_accel_path", LIBRARY.GTK);
4780 	Linker.link(gtk_widget_set_allocation, "gtk_widget_set_allocation", LIBRARY.GTK);
4781 	Linker.link(gtk_widget_set_app_paintable, "gtk_widget_set_app_paintable", LIBRARY.GTK);
4782 	Linker.link(gtk_widget_set_can_default, "gtk_widget_set_can_default", LIBRARY.GTK);
4783 	Linker.link(gtk_widget_set_can_focus, "gtk_widget_set_can_focus", LIBRARY.GTK);
4784 	Linker.link(gtk_widget_set_child_visible, "gtk_widget_set_child_visible", LIBRARY.GTK);
4785 	Linker.link(gtk_widget_set_clip, "gtk_widget_set_clip", LIBRARY.GTK);
4786 	Linker.link(gtk_widget_set_composite_name, "gtk_widget_set_composite_name", LIBRARY.GTK);
4787 	Linker.link(gtk_widget_set_device_enabled, "gtk_widget_set_device_enabled", LIBRARY.GTK);
4788 	Linker.link(gtk_widget_set_device_events, "gtk_widget_set_device_events", LIBRARY.GTK);
4789 	Linker.link(gtk_widget_set_direction, "gtk_widget_set_direction", LIBRARY.GTK);
4790 	Linker.link(gtk_widget_set_double_buffered, "gtk_widget_set_double_buffered", LIBRARY.GTK);
4791 	Linker.link(gtk_widget_set_events, "gtk_widget_set_events", LIBRARY.GTK);
4792 	Linker.link(gtk_widget_set_focus_on_click, "gtk_widget_set_focus_on_click", LIBRARY.GTK);
4793 	Linker.link(gtk_widget_set_font_map, "gtk_widget_set_font_map", LIBRARY.GTK);
4794 	Linker.link(gtk_widget_set_font_options, "gtk_widget_set_font_options", LIBRARY.GTK);
4795 	Linker.link(gtk_widget_set_halign, "gtk_widget_set_halign", LIBRARY.GTK);
4796 	Linker.link(gtk_widget_set_has_tooltip, "gtk_widget_set_has_tooltip", LIBRARY.GTK);
4797 	Linker.link(gtk_widget_set_has_window, "gtk_widget_set_has_window", LIBRARY.GTK);
4798 	Linker.link(gtk_widget_set_hexpand, "gtk_widget_set_hexpand", LIBRARY.GTK);
4799 	Linker.link(gtk_widget_set_hexpand_set, "gtk_widget_set_hexpand_set", LIBRARY.GTK);
4800 	Linker.link(gtk_widget_set_mapped, "gtk_widget_set_mapped", LIBRARY.GTK);
4801 	Linker.link(gtk_widget_set_margin_bottom, "gtk_widget_set_margin_bottom", LIBRARY.GTK);
4802 	Linker.link(gtk_widget_set_margin_end, "gtk_widget_set_margin_end", LIBRARY.GTK);
4803 	Linker.link(gtk_widget_set_margin_left, "gtk_widget_set_margin_left", LIBRARY.GTK);
4804 	Linker.link(gtk_widget_set_margin_right, "gtk_widget_set_margin_right", LIBRARY.GTK);
4805 	Linker.link(gtk_widget_set_margin_start, "gtk_widget_set_margin_start", LIBRARY.GTK);
4806 	Linker.link(gtk_widget_set_margin_top, "gtk_widget_set_margin_top", LIBRARY.GTK);
4807 	Linker.link(gtk_widget_set_name, "gtk_widget_set_name", LIBRARY.GTK);
4808 	Linker.link(gtk_widget_set_no_show_all, "gtk_widget_set_no_show_all", LIBRARY.GTK);
4809 	Linker.link(gtk_widget_set_opacity, "gtk_widget_set_opacity", LIBRARY.GTK);
4810 	Linker.link(gtk_widget_set_parent, "gtk_widget_set_parent", LIBRARY.GTK);
4811 	Linker.link(gtk_widget_set_parent_window, "gtk_widget_set_parent_window", LIBRARY.GTK);
4812 	Linker.link(gtk_widget_set_realized, "gtk_widget_set_realized", LIBRARY.GTK);
4813 	Linker.link(gtk_widget_set_receives_default, "gtk_widget_set_receives_default", LIBRARY.GTK);
4814 	Linker.link(gtk_widget_set_redraw_on_allocate, "gtk_widget_set_redraw_on_allocate", LIBRARY.GTK);
4815 	Linker.link(gtk_widget_set_sensitive, "gtk_widget_set_sensitive", LIBRARY.GTK);
4816 	Linker.link(gtk_widget_set_size_request, "gtk_widget_set_size_request", LIBRARY.GTK);
4817 	Linker.link(gtk_widget_set_state, "gtk_widget_set_state", LIBRARY.GTK);
4818 	Linker.link(gtk_widget_set_state_flags, "gtk_widget_set_state_flags", LIBRARY.GTK);
4819 	Linker.link(gtk_widget_set_style, "gtk_widget_set_style", LIBRARY.GTK);
4820 	Linker.link(gtk_widget_set_support_multidevice, "gtk_widget_set_support_multidevice", LIBRARY.GTK);
4821 	Linker.link(gtk_widget_set_tooltip_markup, "gtk_widget_set_tooltip_markup", LIBRARY.GTK);
4822 	Linker.link(gtk_widget_set_tooltip_text, "gtk_widget_set_tooltip_text", LIBRARY.GTK);
4823 	Linker.link(gtk_widget_set_tooltip_window, "gtk_widget_set_tooltip_window", LIBRARY.GTK);
4824 	Linker.link(gtk_widget_set_valign, "gtk_widget_set_valign", LIBRARY.GTK);
4825 	Linker.link(gtk_widget_set_vexpand, "gtk_widget_set_vexpand", LIBRARY.GTK);
4826 	Linker.link(gtk_widget_set_vexpand_set, "gtk_widget_set_vexpand_set", LIBRARY.GTK);
4827 	Linker.link(gtk_widget_set_visible, "gtk_widget_set_visible", LIBRARY.GTK);
4828 	Linker.link(gtk_widget_set_visual, "gtk_widget_set_visual", LIBRARY.GTK);
4829 	Linker.link(gtk_widget_set_window, "gtk_widget_set_window", LIBRARY.GTK);
4830 	Linker.link(gtk_widget_shape_combine_region, "gtk_widget_shape_combine_region", LIBRARY.GTK);
4831 	Linker.link(gtk_widget_show, "gtk_widget_show", LIBRARY.GTK);
4832 	Linker.link(gtk_widget_show_all, "gtk_widget_show_all", LIBRARY.GTK);
4833 	Linker.link(gtk_widget_show_now, "gtk_widget_show_now", LIBRARY.GTK);
4834 	Linker.link(gtk_widget_size_allocate, "gtk_widget_size_allocate", LIBRARY.GTK);
4835 	Linker.link(gtk_widget_size_allocate_with_baseline, "gtk_widget_size_allocate_with_baseline", LIBRARY.GTK);
4836 	Linker.link(gtk_widget_size_request, "gtk_widget_size_request", LIBRARY.GTK);
4837 	Linker.link(gtk_widget_style_attach, "gtk_widget_style_attach", LIBRARY.GTK);
4838 	Linker.link(gtk_widget_style_get, "gtk_widget_style_get", LIBRARY.GTK);
4839 	Linker.link(gtk_widget_style_get_property, "gtk_widget_style_get_property", LIBRARY.GTK);
4840 	Linker.link(gtk_widget_style_get_valist, "gtk_widget_style_get_valist", LIBRARY.GTK);
4841 	Linker.link(gtk_widget_thaw_child_notify, "gtk_widget_thaw_child_notify", LIBRARY.GTK);
4842 	Linker.link(gtk_widget_translate_coordinates, "gtk_widget_translate_coordinates", LIBRARY.GTK);
4843 	Linker.link(gtk_widget_trigger_tooltip_query, "gtk_widget_trigger_tooltip_query", LIBRARY.GTK);
4844 	Linker.link(gtk_widget_unmap, "gtk_widget_unmap", LIBRARY.GTK);
4845 	Linker.link(gtk_widget_unparent, "gtk_widget_unparent", LIBRARY.GTK);
4846 	Linker.link(gtk_widget_unrealize, "gtk_widget_unrealize", LIBRARY.GTK);
4847 	Linker.link(gtk_widget_unregister_window, "gtk_widget_unregister_window", LIBRARY.GTK);
4848 	Linker.link(gtk_widget_unset_state_flags, "gtk_widget_unset_state_flags", LIBRARY.GTK);
4849 	Linker.link(gtk_cairo_should_draw_window, "gtk_cairo_should_draw_window", LIBRARY.GTK);
4850 	Linker.link(gtk_cairo_transform_to_window, "gtk_cairo_transform_to_window", LIBRARY.GTK);
4851 	Linker.link(gtk_distribute_natural_allocation, "gtk_distribute_natural_allocation", LIBRARY.GTK);
4852 
4853 	// gtk.WidgetAccessible
4854 
4855 	Linker.link(gtk_widget_accessible_get_type, "gtk_widget_accessible_get_type", LIBRARY.GTK);
4856 
4857 	// gtk.WidgetClass
4858 
4859 	Linker.link(gtk_widget_class_bind_template_callback_full, "gtk_widget_class_bind_template_callback_full", LIBRARY.GTK);
4860 	Linker.link(gtk_widget_class_bind_template_child_full, "gtk_widget_class_bind_template_child_full", LIBRARY.GTK);
4861 	Linker.link(gtk_widget_class_find_style_property, "gtk_widget_class_find_style_property", LIBRARY.GTK);
4862 	Linker.link(gtk_widget_class_get_css_name, "gtk_widget_class_get_css_name", LIBRARY.GTK);
4863 	Linker.link(gtk_widget_class_install_style_property, "gtk_widget_class_install_style_property", LIBRARY.GTK);
4864 	Linker.link(gtk_widget_class_install_style_property_parser, "gtk_widget_class_install_style_property_parser", LIBRARY.GTK);
4865 	Linker.link(gtk_widget_class_list_style_properties, "gtk_widget_class_list_style_properties", LIBRARY.GTK);
4866 	Linker.link(gtk_widget_class_set_accessible_role, "gtk_widget_class_set_accessible_role", LIBRARY.GTK);
4867 	Linker.link(gtk_widget_class_set_accessible_type, "gtk_widget_class_set_accessible_type", LIBRARY.GTK);
4868 	Linker.link(gtk_widget_class_set_connect_func, "gtk_widget_class_set_connect_func", LIBRARY.GTK);
4869 	Linker.link(gtk_widget_class_set_css_name, "gtk_widget_class_set_css_name", LIBRARY.GTK);
4870 	Linker.link(gtk_widget_class_set_template, "gtk_widget_class_set_template", LIBRARY.GTK);
4871 	Linker.link(gtk_widget_class_set_template_from_resource, "gtk_widget_class_set_template_from_resource", LIBRARY.GTK);
4872 
4873 	// gtk.WidgetPath
4874 
4875 	Linker.link(gtk_widget_path_get_type, "gtk_widget_path_get_type", LIBRARY.GTK);
4876 	Linker.link(gtk_widget_path_new, "gtk_widget_path_new", LIBRARY.GTK);
4877 	Linker.link(gtk_widget_path_append_for_widget, "gtk_widget_path_append_for_widget", LIBRARY.GTK);
4878 	Linker.link(gtk_widget_path_append_type, "gtk_widget_path_append_type", LIBRARY.GTK);
4879 	Linker.link(gtk_widget_path_append_with_siblings, "gtk_widget_path_append_with_siblings", LIBRARY.GTK);
4880 	Linker.link(gtk_widget_path_copy, "gtk_widget_path_copy", LIBRARY.GTK);
4881 	Linker.link(gtk_widget_path_free, "gtk_widget_path_free", LIBRARY.GTK);
4882 	Linker.link(gtk_widget_path_get_object_type, "gtk_widget_path_get_object_type", LIBRARY.GTK);
4883 	Linker.link(gtk_widget_path_has_parent, "gtk_widget_path_has_parent", LIBRARY.GTK);
4884 	Linker.link(gtk_widget_path_is_type, "gtk_widget_path_is_type", LIBRARY.GTK);
4885 	Linker.link(gtk_widget_path_iter_add_class, "gtk_widget_path_iter_add_class", LIBRARY.GTK);
4886 	Linker.link(gtk_widget_path_iter_add_region, "gtk_widget_path_iter_add_region", LIBRARY.GTK);
4887 	Linker.link(gtk_widget_path_iter_clear_classes, "gtk_widget_path_iter_clear_classes", LIBRARY.GTK);
4888 	Linker.link(gtk_widget_path_iter_clear_regions, "gtk_widget_path_iter_clear_regions", LIBRARY.GTK);
4889 	Linker.link(gtk_widget_path_iter_get_name, "gtk_widget_path_iter_get_name", LIBRARY.GTK);
4890 	Linker.link(gtk_widget_path_iter_get_object_name, "gtk_widget_path_iter_get_object_name", LIBRARY.GTK);
4891 	Linker.link(gtk_widget_path_iter_get_object_type, "gtk_widget_path_iter_get_object_type", LIBRARY.GTK);
4892 	Linker.link(gtk_widget_path_iter_get_sibling_index, "gtk_widget_path_iter_get_sibling_index", LIBRARY.GTK);
4893 	Linker.link(gtk_widget_path_iter_get_siblings, "gtk_widget_path_iter_get_siblings", LIBRARY.GTK);
4894 	Linker.link(gtk_widget_path_iter_get_state, "gtk_widget_path_iter_get_state", LIBRARY.GTK);
4895 	Linker.link(gtk_widget_path_iter_has_class, "gtk_widget_path_iter_has_class", LIBRARY.GTK);
4896 	Linker.link(gtk_widget_path_iter_has_name, "gtk_widget_path_iter_has_name", LIBRARY.GTK);
4897 	Linker.link(gtk_widget_path_iter_has_qclass, "gtk_widget_path_iter_has_qclass", LIBRARY.GTK);
4898 	Linker.link(gtk_widget_path_iter_has_qname, "gtk_widget_path_iter_has_qname", LIBRARY.GTK);
4899 	Linker.link(gtk_widget_path_iter_has_qregion, "gtk_widget_path_iter_has_qregion", LIBRARY.GTK);
4900 	Linker.link(gtk_widget_path_iter_has_region, "gtk_widget_path_iter_has_region", LIBRARY.GTK);
4901 	Linker.link(gtk_widget_path_iter_list_classes, "gtk_widget_path_iter_list_classes", LIBRARY.GTK);
4902 	Linker.link(gtk_widget_path_iter_list_regions, "gtk_widget_path_iter_list_regions", LIBRARY.GTK);
4903 	Linker.link(gtk_widget_path_iter_remove_class, "gtk_widget_path_iter_remove_class", LIBRARY.GTK);
4904 	Linker.link(gtk_widget_path_iter_remove_region, "gtk_widget_path_iter_remove_region", LIBRARY.GTK);
4905 	Linker.link(gtk_widget_path_iter_set_name, "gtk_widget_path_iter_set_name", LIBRARY.GTK);
4906 	Linker.link(gtk_widget_path_iter_set_object_name, "gtk_widget_path_iter_set_object_name", LIBRARY.GTK);
4907 	Linker.link(gtk_widget_path_iter_set_object_type, "gtk_widget_path_iter_set_object_type", LIBRARY.GTK);
4908 	Linker.link(gtk_widget_path_iter_set_state, "gtk_widget_path_iter_set_state", LIBRARY.GTK);
4909 	Linker.link(gtk_widget_path_length, "gtk_widget_path_length", LIBRARY.GTK);
4910 	Linker.link(gtk_widget_path_prepend_type, "gtk_widget_path_prepend_type", LIBRARY.GTK);
4911 	Linker.link(gtk_widget_path_ref, "gtk_widget_path_ref", LIBRARY.GTK);
4912 	Linker.link(gtk_widget_path_to_string, "gtk_widget_path_to_string", LIBRARY.GTK);
4913 	Linker.link(gtk_widget_path_unref, "gtk_widget_path_unref", LIBRARY.GTK);
4914 
4915 	// gtk.Window
4916 
4917 	Linker.link(gtk_window_get_type, "gtk_window_get_type", LIBRARY.GTK);
4918 	Linker.link(gtk_window_new, "gtk_window_new", LIBRARY.GTK);
4919 	Linker.link(gtk_window_get_default_icon_list, "gtk_window_get_default_icon_list", LIBRARY.GTK);
4920 	Linker.link(gtk_window_get_default_icon_name, "gtk_window_get_default_icon_name", LIBRARY.GTK);
4921 	Linker.link(gtk_window_list_toplevels, "gtk_window_list_toplevels", LIBRARY.GTK);
4922 	Linker.link(gtk_window_set_auto_startup_notification, "gtk_window_set_auto_startup_notification", LIBRARY.GTK);
4923 	Linker.link(gtk_window_set_default_icon, "gtk_window_set_default_icon", LIBRARY.GTK);
4924 	Linker.link(gtk_window_set_default_icon_from_file, "gtk_window_set_default_icon_from_file", LIBRARY.GTK);
4925 	Linker.link(gtk_window_set_default_icon_list, "gtk_window_set_default_icon_list", LIBRARY.GTK);
4926 	Linker.link(gtk_window_set_default_icon_name, "gtk_window_set_default_icon_name", LIBRARY.GTK);
4927 	Linker.link(gtk_window_set_interactive_debugging, "gtk_window_set_interactive_debugging", LIBRARY.GTK);
4928 	Linker.link(gtk_window_activate_default, "gtk_window_activate_default", LIBRARY.GTK);
4929 	Linker.link(gtk_window_activate_focus, "gtk_window_activate_focus", LIBRARY.GTK);
4930 	Linker.link(gtk_window_activate_key, "gtk_window_activate_key", LIBRARY.GTK);
4931 	Linker.link(gtk_window_add_accel_group, "gtk_window_add_accel_group", LIBRARY.GTK);
4932 	Linker.link(gtk_window_add_mnemonic, "gtk_window_add_mnemonic", LIBRARY.GTK);
4933 	Linker.link(gtk_window_begin_move_drag, "gtk_window_begin_move_drag", LIBRARY.GTK);
4934 	Linker.link(gtk_window_begin_resize_drag, "gtk_window_begin_resize_drag", LIBRARY.GTK);
4935 	Linker.link(gtk_window_close, "gtk_window_close", LIBRARY.GTK);
4936 	Linker.link(gtk_window_deiconify, "gtk_window_deiconify", LIBRARY.GTK);
4937 	Linker.link(gtk_window_fullscreen, "gtk_window_fullscreen", LIBRARY.GTK);
4938 	Linker.link(gtk_window_fullscreen_on_monitor, "gtk_window_fullscreen_on_monitor", LIBRARY.GTK);
4939 	Linker.link(gtk_window_get_accept_focus, "gtk_window_get_accept_focus", LIBRARY.GTK);
4940 	Linker.link(gtk_window_get_application, "gtk_window_get_application", LIBRARY.GTK);
4941 	Linker.link(gtk_window_get_attached_to, "gtk_window_get_attached_to", LIBRARY.GTK);
4942 	Linker.link(gtk_window_get_decorated, "gtk_window_get_decorated", LIBRARY.GTK);
4943 	Linker.link(gtk_window_get_default_size, "gtk_window_get_default_size", LIBRARY.GTK);
4944 	Linker.link(gtk_window_get_default_widget, "gtk_window_get_default_widget", LIBRARY.GTK);
4945 	Linker.link(gtk_window_get_deletable, "gtk_window_get_deletable", LIBRARY.GTK);
4946 	Linker.link(gtk_window_get_destroy_with_parent, "gtk_window_get_destroy_with_parent", LIBRARY.GTK);
4947 	Linker.link(gtk_window_get_focus, "gtk_window_get_focus", LIBRARY.GTK);
4948 	Linker.link(gtk_window_get_focus_on_map, "gtk_window_get_focus_on_map", LIBRARY.GTK);
4949 	Linker.link(gtk_window_get_focus_visible, "gtk_window_get_focus_visible", LIBRARY.GTK);
4950 	Linker.link(gtk_window_get_gravity, "gtk_window_get_gravity", LIBRARY.GTK);
4951 	Linker.link(gtk_window_get_group, "gtk_window_get_group", LIBRARY.GTK);
4952 	Linker.link(gtk_window_get_has_resize_grip, "gtk_window_get_has_resize_grip", LIBRARY.GTK);
4953 	Linker.link(gtk_window_get_hide_titlebar_when_maximized, "gtk_window_get_hide_titlebar_when_maximized", LIBRARY.GTK);
4954 	Linker.link(gtk_window_get_icon, "gtk_window_get_icon", LIBRARY.GTK);
4955 	Linker.link(gtk_window_get_icon_list, "gtk_window_get_icon_list", LIBRARY.GTK);
4956 	Linker.link(gtk_window_get_icon_name, "gtk_window_get_icon_name", LIBRARY.GTK);
4957 	Linker.link(gtk_window_get_mnemonic_modifier, "gtk_window_get_mnemonic_modifier", LIBRARY.GTK);
4958 	Linker.link(gtk_window_get_mnemonics_visible, "gtk_window_get_mnemonics_visible", LIBRARY.GTK);
4959 	Linker.link(gtk_window_get_modal, "gtk_window_get_modal", LIBRARY.GTK);
4960 	Linker.link(gtk_window_get_opacity, "gtk_window_get_opacity", LIBRARY.GTK);
4961 	Linker.link(gtk_window_get_position, "gtk_window_get_position", LIBRARY.GTK);
4962 	Linker.link(gtk_window_get_resizable, "gtk_window_get_resizable", LIBRARY.GTK);
4963 	Linker.link(gtk_window_get_resize_grip_area, "gtk_window_get_resize_grip_area", LIBRARY.GTK);
4964 	Linker.link(gtk_window_get_role, "gtk_window_get_role", LIBRARY.GTK);
4965 	Linker.link(gtk_window_get_screen, "gtk_window_get_screen", LIBRARY.GTK);
4966 	Linker.link(gtk_window_get_size, "gtk_window_get_size", LIBRARY.GTK);
4967 	Linker.link(gtk_window_get_skip_pager_hint, "gtk_window_get_skip_pager_hint", LIBRARY.GTK);
4968 	Linker.link(gtk_window_get_skip_taskbar_hint, "gtk_window_get_skip_taskbar_hint", LIBRARY.GTK);
4969 	Linker.link(gtk_window_get_title, "gtk_window_get_title", LIBRARY.GTK);
4970 	Linker.link(gtk_window_get_titlebar, "gtk_window_get_titlebar", LIBRARY.GTK);
4971 	Linker.link(gtk_window_get_transient_for, "gtk_window_get_transient_for", LIBRARY.GTK);
4972 	Linker.link(gtk_window_get_type_hint, "gtk_window_get_type_hint", LIBRARY.GTK);
4973 	Linker.link(gtk_window_get_urgency_hint, "gtk_window_get_urgency_hint", LIBRARY.GTK);
4974 	Linker.link(gtk_window_get_window_type, "gtk_window_get_window_type", LIBRARY.GTK);
4975 	Linker.link(gtk_window_has_group, "gtk_window_has_group", LIBRARY.GTK);
4976 	Linker.link(gtk_window_has_toplevel_focus, "gtk_window_has_toplevel_focus", LIBRARY.GTK);
4977 	Linker.link(gtk_window_iconify, "gtk_window_iconify", LIBRARY.GTK);
4978 	Linker.link(gtk_window_is_active, "gtk_window_is_active", LIBRARY.GTK);
4979 	Linker.link(gtk_window_is_maximized, "gtk_window_is_maximized", LIBRARY.GTK);
4980 	Linker.link(gtk_window_maximize, "gtk_window_maximize", LIBRARY.GTK);
4981 	Linker.link(gtk_window_mnemonic_activate, "gtk_window_mnemonic_activate", LIBRARY.GTK);
4982 	Linker.link(gtk_window_move, "gtk_window_move", LIBRARY.GTK);
4983 	Linker.link(gtk_window_parse_geometry, "gtk_window_parse_geometry", LIBRARY.GTK);
4984 	Linker.link(gtk_window_present, "gtk_window_present", LIBRARY.GTK);
4985 	Linker.link(gtk_window_present_with_time, "gtk_window_present_with_time", LIBRARY.GTK);
4986 	Linker.link(gtk_window_propagate_key_event, "gtk_window_propagate_key_event", LIBRARY.GTK);
4987 	Linker.link(gtk_window_remove_accel_group, "gtk_window_remove_accel_group", LIBRARY.GTK);
4988 	Linker.link(gtk_window_remove_mnemonic, "gtk_window_remove_mnemonic", LIBRARY.GTK);
4989 	Linker.link(gtk_window_reshow_with_initial_size, "gtk_window_reshow_with_initial_size", LIBRARY.GTK);
4990 	Linker.link(gtk_window_resize, "gtk_window_resize", LIBRARY.GTK);
4991 	Linker.link(gtk_window_resize_grip_is_visible, "gtk_window_resize_grip_is_visible", LIBRARY.GTK);
4992 	Linker.link(gtk_window_resize_to_geometry, "gtk_window_resize_to_geometry", LIBRARY.GTK);
4993 	Linker.link(gtk_window_set_accept_focus, "gtk_window_set_accept_focus", LIBRARY.GTK);
4994 	Linker.link(gtk_window_set_application, "gtk_window_set_application", LIBRARY.GTK);
4995 	Linker.link(gtk_window_set_attached_to, "gtk_window_set_attached_to", LIBRARY.GTK);
4996 	Linker.link(gtk_window_set_decorated, "gtk_window_set_decorated", LIBRARY.GTK);
4997 	Linker.link(gtk_window_set_default, "gtk_window_set_default", LIBRARY.GTK);
4998 	Linker.link(gtk_window_set_default_geometry, "gtk_window_set_default_geometry", LIBRARY.GTK);
4999 	Linker.link(gtk_window_set_default_size, "gtk_window_set_default_size", LIBRARY.GTK);
5000 	Linker.link(gtk_window_set_deletable, "gtk_window_set_deletable", LIBRARY.GTK);
5001 	Linker.link(gtk_window_set_destroy_with_parent, "gtk_window_set_destroy_with_parent", LIBRARY.GTK);
5002 	Linker.link(gtk_window_set_focus, "gtk_window_set_focus", LIBRARY.GTK);
5003 	Linker.link(gtk_window_set_focus_on_map, "gtk_window_set_focus_on_map", LIBRARY.GTK);
5004 	Linker.link(gtk_window_set_focus_visible, "gtk_window_set_focus_visible", LIBRARY.GTK);
5005 	Linker.link(gtk_window_set_geometry_hints, "gtk_window_set_geometry_hints", LIBRARY.GTK);
5006 	Linker.link(gtk_window_set_gravity, "gtk_window_set_gravity", LIBRARY.GTK);
5007 	Linker.link(gtk_window_set_has_resize_grip, "gtk_window_set_has_resize_grip", LIBRARY.GTK);
5008 	Linker.link(gtk_window_set_has_user_ref_count, "gtk_window_set_has_user_ref_count", LIBRARY.GTK);
5009 	Linker.link(gtk_window_set_hide_titlebar_when_maximized, "gtk_window_set_hide_titlebar_when_maximized", LIBRARY.GTK);
5010 	Linker.link(gtk_window_set_icon, "gtk_window_set_icon", LIBRARY.GTK);
5011 	Linker.link(gtk_window_set_icon_from_file, "gtk_window_set_icon_from_file", LIBRARY.GTK);
5012 	Linker.link(gtk_window_set_icon_list, "gtk_window_set_icon_list", LIBRARY.GTK);
5013 	Linker.link(gtk_window_set_icon_name, "gtk_window_set_icon_name", LIBRARY.GTK);
5014 	Linker.link(gtk_window_set_keep_above, "gtk_window_set_keep_above", LIBRARY.GTK);
5015 	Linker.link(gtk_window_set_keep_below, "gtk_window_set_keep_below", LIBRARY.GTK);
5016 	Linker.link(gtk_window_set_mnemonic_modifier, "gtk_window_set_mnemonic_modifier", LIBRARY.GTK);
5017 	Linker.link(gtk_window_set_mnemonics_visible, "gtk_window_set_mnemonics_visible", LIBRARY.GTK);
5018 	Linker.link(gtk_window_set_modal, "gtk_window_set_modal", LIBRARY.GTK);
5019 	Linker.link(gtk_window_set_opacity, "gtk_window_set_opacity", LIBRARY.GTK);
5020 	Linker.link(gtk_window_set_position, "gtk_window_set_position", LIBRARY.GTK);
5021 	Linker.link(gtk_window_set_resizable, "gtk_window_set_resizable", LIBRARY.GTK);
5022 	Linker.link(gtk_window_set_role, "gtk_window_set_role", LIBRARY.GTK);
5023 	Linker.link(gtk_window_set_screen, "gtk_window_set_screen", LIBRARY.GTK);
5024 	Linker.link(gtk_window_set_skip_pager_hint, "gtk_window_set_skip_pager_hint", LIBRARY.GTK);
5025 	Linker.link(gtk_window_set_skip_taskbar_hint, "gtk_window_set_skip_taskbar_hint", LIBRARY.GTK);
5026 	Linker.link(gtk_window_set_startup_id, "gtk_window_set_startup_id", LIBRARY.GTK);
5027 	Linker.link(gtk_window_set_title, "gtk_window_set_title", LIBRARY.GTK);
5028 	Linker.link(gtk_window_set_titlebar, "gtk_window_set_titlebar", LIBRARY.GTK);
5029 	Linker.link(gtk_window_set_transient_for, "gtk_window_set_transient_for", LIBRARY.GTK);
5030 	Linker.link(gtk_window_set_type_hint, "gtk_window_set_type_hint", LIBRARY.GTK);
5031 	Linker.link(gtk_window_set_urgency_hint, "gtk_window_set_urgency_hint", LIBRARY.GTK);
5032 	Linker.link(gtk_window_set_wmclass, "gtk_window_set_wmclass", LIBRARY.GTK);
5033 	Linker.link(gtk_window_stick, "gtk_window_stick", LIBRARY.GTK);
5034 	Linker.link(gtk_window_unfullscreen, "gtk_window_unfullscreen", LIBRARY.GTK);
5035 	Linker.link(gtk_window_unmaximize, "gtk_window_unmaximize", LIBRARY.GTK);
5036 	Linker.link(gtk_window_unstick, "gtk_window_unstick", LIBRARY.GTK);
5037 
5038 	// gtk.WindowAccessible
5039 
5040 	Linker.link(gtk_window_accessible_get_type, "gtk_window_accessible_get_type", LIBRARY.GTK);
5041 
5042 	// gtk.WindowGroup
5043 
5044 	Linker.link(gtk_window_group_get_type, "gtk_window_group_get_type", LIBRARY.GTK);
5045 	Linker.link(gtk_window_group_new, "gtk_window_group_new", LIBRARY.GTK);
5046 	Linker.link(gtk_window_group_add_window, "gtk_window_group_add_window", LIBRARY.GTK);
5047 	Linker.link(gtk_window_group_get_current_device_grab, "gtk_window_group_get_current_device_grab", LIBRARY.GTK);
5048 	Linker.link(gtk_window_group_get_current_grab, "gtk_window_group_get_current_grab", LIBRARY.GTK);
5049 	Linker.link(gtk_window_group_list_windows, "gtk_window_group_list_windows", LIBRARY.GTK);
5050 	Linker.link(gtk_window_group_remove_window, "gtk_window_group_remove_window", LIBRARY.GTK);
5051 
5052 	// gtk.Main
5053 
5054 	Linker.link(gtk_device_grab_add, "gtk_device_grab_add", LIBRARY.GTK);
5055 	Linker.link(gtk_device_grab_remove, "gtk_device_grab_remove", LIBRARY.GTK);
5056 	Linker.link(gtk_disable_setlocale, "gtk_disable_setlocale", LIBRARY.GTK);
5057 	Linker.link(gtk_events_pending, "gtk_events_pending", LIBRARY.GTK);
5058 	Linker.link(gtk_get_current_event, "gtk_get_current_event", LIBRARY.GTK);
5059 	Linker.link(gtk_get_current_event_device, "gtk_get_current_event_device", LIBRARY.GTK);
5060 	Linker.link(gtk_get_current_event_state, "gtk_get_current_event_state", LIBRARY.GTK);
5061 	Linker.link(gtk_get_current_event_time, "gtk_get_current_event_time", LIBRARY.GTK);
5062 	Linker.link(gtk_get_debug_flags, "gtk_get_debug_flags", LIBRARY.GTK);
5063 	Linker.link(gtk_get_default_language, "gtk_get_default_language", LIBRARY.GTK);
5064 	Linker.link(gtk_get_event_widget, "gtk_get_event_widget", LIBRARY.GTK);
5065 	Linker.link(gtk_get_locale_direction, "gtk_get_locale_direction", LIBRARY.GTK);
5066 	Linker.link(gtk_get_option_group, "gtk_get_option_group", LIBRARY.GTK);
5067 	Linker.link(gtk_grab_get_current, "gtk_grab_get_current", LIBRARY.GTK);
5068 	Linker.link(gtk_init, "gtk_init", LIBRARY.GTK);
5069 	Linker.link(gtk_init_check, "gtk_init_check", LIBRARY.GTK);
5070 	Linker.link(gtk_init_with_args, "gtk_init_with_args", LIBRARY.GTK);
5071 	Linker.link(gtk_key_snooper_install, "gtk_key_snooper_install", LIBRARY.GTK);
5072 	Linker.link(gtk_key_snooper_remove, "gtk_key_snooper_remove", LIBRARY.GTK);
5073 	Linker.link(gtk_main, "gtk_main", LIBRARY.GTK);
5074 	Linker.link(gtk_main_do_event, "gtk_main_do_event", LIBRARY.GTK);
5075 	Linker.link(gtk_main_iteration, "gtk_main_iteration", LIBRARY.GTK);
5076 	Linker.link(gtk_main_iteration_do, "gtk_main_iteration_do", LIBRARY.GTK);
5077 	Linker.link(gtk_main_level, "gtk_main_level", LIBRARY.GTK);
5078 	Linker.link(gtk_main_quit, "gtk_main_quit", LIBRARY.GTK);
5079 	Linker.link(gtk_parse_args, "gtk_parse_args", LIBRARY.GTK);
5080 	Linker.link(gtk_propagate_event, "gtk_propagate_event", LIBRARY.GTK);
5081 	Linker.link(gtk_set_debug_flags, "gtk_set_debug_flags", LIBRARY.GTK);
5082 
5083 	// gtk.Testing
5084 
5085 	Linker.link(gtk_test_create_simple_window, "gtk_test_create_simple_window", LIBRARY.GTK);
5086 	Linker.link(gtk_test_create_widget, "gtk_test_create_widget", LIBRARY.GTK);
5087 	Linker.link(gtk_test_display_button_window, "gtk_test_display_button_window", LIBRARY.GTK);
5088 	Linker.link(gtk_test_find_label, "gtk_test_find_label", LIBRARY.GTK);
5089 	Linker.link(gtk_test_find_sibling, "gtk_test_find_sibling", LIBRARY.GTK);
5090 	Linker.link(gtk_test_find_widget, "gtk_test_find_widget", LIBRARY.GTK);
5091 	Linker.link(gtk_test_init, "gtk_test_init", LIBRARY.GTK);
5092 	Linker.link(gtk_test_list_all_types, "gtk_test_list_all_types", LIBRARY.GTK);
5093 	Linker.link(gtk_test_register_all_types, "gtk_test_register_all_types", LIBRARY.GTK);
5094 	Linker.link(gtk_test_slider_get_value, "gtk_test_slider_get_value", LIBRARY.GTK);
5095 	Linker.link(gtk_test_slider_set_perc, "gtk_test_slider_set_perc", LIBRARY.GTK);
5096 	Linker.link(gtk_test_spin_button_click, "gtk_test_spin_button_click", LIBRARY.GTK);
5097 	Linker.link(gtk_test_text_get, "gtk_test_text_get", LIBRARY.GTK);
5098 	Linker.link(gtk_test_text_set, "gtk_test_text_set", LIBRARY.GTK);
5099 	Linker.link(gtk_test_widget_click, "gtk_test_widget_click", LIBRARY.GTK);
5100 	Linker.link(gtk_test_widget_send_key, "gtk_test_widget_send_key", LIBRARY.GTK);
5101 	Linker.link(gtk_test_widget_wait_for_draw, "gtk_test_widget_wait_for_draw", LIBRARY.GTK);
5102 
5103 	// gtk.DragAndDrop
5104 
5105 	Linker.link(gtk_drag_cancel, "gtk_drag_cancel", LIBRARY.GTK);
5106 	Linker.link(gtk_drag_finish, "gtk_drag_finish", LIBRARY.GTK);
5107 	Linker.link(gtk_drag_get_source_widget, "gtk_drag_get_source_widget", LIBRARY.GTK);
5108 	Linker.link(gtk_drag_set_icon_default, "gtk_drag_set_icon_default", LIBRARY.GTK);
5109 	Linker.link(gtk_drag_set_icon_gicon, "gtk_drag_set_icon_gicon", LIBRARY.GTK);
5110 	Linker.link(gtk_drag_set_icon_name, "gtk_drag_set_icon_name", LIBRARY.GTK);
5111 	Linker.link(gtk_drag_set_icon_pixbuf, "gtk_drag_set_icon_pixbuf", LIBRARY.GTK);
5112 	Linker.link(gtk_drag_set_icon_stock, "gtk_drag_set_icon_stock", LIBRARY.GTK);
5113 	Linker.link(gtk_drag_set_icon_surface, "gtk_drag_set_icon_surface", LIBRARY.GTK);
5114 	Linker.link(gtk_drag_set_icon_widget, "gtk_drag_set_icon_widget", LIBRARY.GTK);
5115 	Linker.link(gtk_draw_insertion_cursor, "gtk_draw_insertion_cursor", LIBRARY.GTK);
5116 
5117 	// gtk.IconSize
5118 
5119 	Linker.link(gtk_icon_size_from_name, "gtk_icon_size_from_name", LIBRARY.GTK);
5120 	Linker.link(gtk_icon_size_get_name, "gtk_icon_size_get_name", LIBRARY.GTK);
5121 	Linker.link(gtk_icon_size_lookup, "gtk_icon_size_lookup", LIBRARY.GTK);
5122 	Linker.link(gtk_icon_size_lookup_for_settings, "gtk_icon_size_lookup_for_settings", LIBRARY.GTK);
5123 	Linker.link(gtk_icon_size_register, "gtk_icon_size_register", LIBRARY.GTK);
5124 	Linker.link(gtk_icon_size_register_alias, "gtk_icon_size_register_alias", LIBRARY.GTK);
5125 
5126 	// gtk.Version
5127 
5128 	Linker.link(gtk_check_version, "gtk_check_version", LIBRARY.GTK);
5129 	Linker.link(gtk_get_binary_age, "gtk_get_binary_age", LIBRARY.GTK);
5130 	Linker.link(gtk_get_interface_age, "gtk_get_interface_age", LIBRARY.GTK);
5131 	Linker.link(gtk_get_major_version, "gtk_get_major_version", LIBRARY.GTK);
5132 	Linker.link(gtk_get_micro_version, "gtk_get_micro_version", LIBRARY.GTK);
5133 	Linker.link(gtk_get_minor_version, "gtk_get_minor_version", LIBRARY.GTK);
5134 }
5135 
5136 __gshared extern(C)
5137 {
5138 
5139 	// gtk.AboutDialog
5140 
5141 	GType function() c_gtk_about_dialog_get_type;
5142 	GtkWidget* function() c_gtk_about_dialog_new;
5143 	void function(GtkAboutDialog* about, const(char)* sectionName, char** people) c_gtk_about_dialog_add_credit_section;
5144 	char** function(GtkAboutDialog* about) c_gtk_about_dialog_get_artists;
5145 	char** function(GtkAboutDialog* about) c_gtk_about_dialog_get_authors;
5146 	const(char)* function(GtkAboutDialog* about) c_gtk_about_dialog_get_comments;
5147 	const(char)* function(GtkAboutDialog* about) c_gtk_about_dialog_get_copyright;
5148 	char** function(GtkAboutDialog* about) c_gtk_about_dialog_get_documenters;
5149 	const(char)* function(GtkAboutDialog* about) c_gtk_about_dialog_get_license;
5150 	GtkLicense function(GtkAboutDialog* about) c_gtk_about_dialog_get_license_type;
5151 	GdkPixbuf* function(GtkAboutDialog* about) c_gtk_about_dialog_get_logo;
5152 	const(char)* function(GtkAboutDialog* about) c_gtk_about_dialog_get_logo_icon_name;
5153 	const(char)* function(GtkAboutDialog* about) c_gtk_about_dialog_get_program_name;
5154 	const(char)* function(GtkAboutDialog* about) c_gtk_about_dialog_get_translator_credits;
5155 	const(char)* function(GtkAboutDialog* about) c_gtk_about_dialog_get_version;
5156 	const(char)* function(GtkAboutDialog* about) c_gtk_about_dialog_get_website;
5157 	const(char)* function(GtkAboutDialog* about) c_gtk_about_dialog_get_website_label;
5158 	int function(GtkAboutDialog* about) c_gtk_about_dialog_get_wrap_license;
5159 	void function(GtkAboutDialog* about, char** artists) c_gtk_about_dialog_set_artists;
5160 	void function(GtkAboutDialog* about, char** authors) c_gtk_about_dialog_set_authors;
5161 	void function(GtkAboutDialog* about, const(char)* comments) c_gtk_about_dialog_set_comments;
5162 	void function(GtkAboutDialog* about, const(char)* copyright) c_gtk_about_dialog_set_copyright;
5163 	void function(GtkAboutDialog* about, char** documenters) c_gtk_about_dialog_set_documenters;
5164 	void function(GtkAboutDialog* about, const(char)* license) c_gtk_about_dialog_set_license;
5165 	void function(GtkAboutDialog* about, GtkLicense licenseType) c_gtk_about_dialog_set_license_type;
5166 	void function(GtkAboutDialog* about, GdkPixbuf* logo) c_gtk_about_dialog_set_logo;
5167 	void function(GtkAboutDialog* about, const(char)* iconName) c_gtk_about_dialog_set_logo_icon_name;
5168 	void function(GtkAboutDialog* about, const(char)* name) c_gtk_about_dialog_set_program_name;
5169 	void function(GtkAboutDialog* about, const(char)* translatorCredits) c_gtk_about_dialog_set_translator_credits;
5170 	void function(GtkAboutDialog* about, const(char)* versio) c_gtk_about_dialog_set_version;
5171 	void function(GtkAboutDialog* about, const(char)* website) c_gtk_about_dialog_set_website;
5172 	void function(GtkAboutDialog* about, const(char)* websiteLabel) c_gtk_about_dialog_set_website_label;
5173 	void function(GtkAboutDialog* about, int wrapLicense) c_gtk_about_dialog_set_wrap_license;
5174 	void function(GtkWindow* parent, const(char)* firstPropertyName, ... ) c_gtk_show_about_dialog;
5175 
5176 	// gtk.AccelGroup
5177 
5178 	GType function() c_gtk_accel_group_get_type;
5179 	GtkAccelGroup* function() c_gtk_accel_group_new;
5180 	GtkAccelGroup* function(GClosure* closure) c_gtk_accel_group_from_accel_closure;
5181 	int function(GtkAccelGroup* accelGroup, GQuark accelQuark, GObject* acceleratable, uint accelKey, GdkModifierType accelMods) c_gtk_accel_group_activate;
5182 	void function(GtkAccelGroup* accelGroup, uint accelKey, GdkModifierType accelMods, GtkAccelFlags accelFlags, GClosure* closure) c_gtk_accel_group_connect;
5183 	void function(GtkAccelGroup* accelGroup, const(char)* accelPath, GClosure* closure) c_gtk_accel_group_connect_by_path;
5184 	int function(GtkAccelGroup* accelGroup, GClosure* closure) c_gtk_accel_group_disconnect;
5185 	int function(GtkAccelGroup* accelGroup, uint accelKey, GdkModifierType accelMods) c_gtk_accel_group_disconnect_key;
5186 	GtkAccelKey* function(GtkAccelGroup* accelGroup, GtkAccelGroupFindFunc findFunc, void* data) c_gtk_accel_group_find;
5187 	int function(GtkAccelGroup* accelGroup) c_gtk_accel_group_get_is_locked;
5188 	GdkModifierType function(GtkAccelGroup* accelGroup) c_gtk_accel_group_get_modifier_mask;
5189 	void function(GtkAccelGroup* accelGroup) c_gtk_accel_group_lock;
5190 	GtkAccelGroupEntry* function(GtkAccelGroup* accelGroup, uint accelKey, GdkModifierType accelMods, uint* nEntries) c_gtk_accel_group_query;
5191 	void function(GtkAccelGroup* accelGroup) c_gtk_accel_group_unlock;
5192 	int function(GObject* object, uint accelKey, GdkModifierType accelMods) c_gtk_accel_groups_activate;
5193 	GSList* function(GObject* object) c_gtk_accel_groups_from_object;
5194 	GdkModifierType function() c_gtk_accelerator_get_default_mod_mask;
5195 	char* function(uint acceleratorKey, GdkModifierType acceleratorMods) c_gtk_accelerator_get_label;
5196 	char* function(GdkDisplay* display, uint acceleratorKey, uint keycode, GdkModifierType acceleratorMods) c_gtk_accelerator_get_label_with_keycode;
5197 	char* function(uint acceleratorKey, GdkModifierType acceleratorMods) c_gtk_accelerator_name;
5198 	char* function(GdkDisplay* display, uint acceleratorKey, uint keycode, GdkModifierType acceleratorMods) c_gtk_accelerator_name_with_keycode;
5199 	void function(const(char)* accelerator, uint* acceleratorKey, GdkModifierType* acceleratorMods) c_gtk_accelerator_parse;
5200 	void function(const(char)* accelerator, uint* acceleratorKey, uint** acceleratorCodes, GdkModifierType* acceleratorMods) c_gtk_accelerator_parse_with_keycode;
5201 	void function(GdkModifierType defaultModMask) c_gtk_accelerator_set_default_mod_mask;
5202 	int function(uint keyval, GdkModifierType modifiers) c_gtk_accelerator_valid;
5203 
5204 	// gtk.AccelLabel
5205 
5206 	GType function() c_gtk_accel_label_get_type;
5207 	GtkWidget* function(const(char)* str) c_gtk_accel_label_new;
5208 	void function(GtkAccelLabel* accelLabel, uint* acceleratorKey, GdkModifierType* acceleratorMods) c_gtk_accel_label_get_accel;
5209 	GtkWidget* function(GtkAccelLabel* accelLabel) c_gtk_accel_label_get_accel_widget;
5210 	uint function(GtkAccelLabel* accelLabel) c_gtk_accel_label_get_accel_width;
5211 	int function(GtkAccelLabel* accelLabel) c_gtk_accel_label_refetch;
5212 	void function(GtkAccelLabel* accelLabel, uint acceleratorKey, GdkModifierType acceleratorMods) c_gtk_accel_label_set_accel;
5213 	void function(GtkAccelLabel* accelLabel, GClosure* accelClosure) c_gtk_accel_label_set_accel_closure;
5214 	void function(GtkAccelLabel* accelLabel, GtkWidget* accelWidget) c_gtk_accel_label_set_accel_widget;
5215 
5216 	// gtk.AccelMap
5217 
5218 	GType function() c_gtk_accel_map_get_type;
5219 	void function(const(char)* accelPath, uint accelKey, GdkModifierType accelMods) c_gtk_accel_map_add_entry;
5220 	void function(const(char)* filterPattern) c_gtk_accel_map_add_filter;
5221 	int function(const(char)* accelPath, uint accelKey, GdkModifierType accelMods, int replace) c_gtk_accel_map_change_entry;
5222 	void function(void* data, GtkAccelMapForeach foreachFunc) c_gtk_accel_map_foreach;
5223 	void function(void* data, GtkAccelMapForeach foreachFunc) c_gtk_accel_map_foreach_unfiltered;
5224 	GtkAccelMap* function() c_gtk_accel_map_get;
5225 	void function(char* fileName) c_gtk_accel_map_load;
5226 	void function(int fd) c_gtk_accel_map_load_fd;
5227 	void function(GScanner* scanner) c_gtk_accel_map_load_scanner;
5228 	void function(const(char)* accelPath) c_gtk_accel_map_lock_path;
5229 	int function(const(char)* accelPath, GtkAccelKey* key) c_gtk_accel_map_lookup_entry;
5230 	void function(char* fileName) c_gtk_accel_map_save;
5231 	void function(int fd) c_gtk_accel_map_save_fd;
5232 	void function(const(char)* accelPath) c_gtk_accel_map_unlock_path;
5233 
5234 	// gtk.Accessible
5235 
5236 	GType function() c_gtk_accessible_get_type;
5237 	void function(GtkAccessible* accessible) c_gtk_accessible_connect_widget_destroyed;
5238 	GtkWidget* function(GtkAccessible* accessible) c_gtk_accessible_get_widget;
5239 	void function(GtkAccessible* accessible, GtkWidget* widget) c_gtk_accessible_set_widget;
5240 
5241 	// gtk.Action
5242 
5243 	GType function() c_gtk_action_get_type;
5244 	GtkAction* function(const(char)* name, const(char)* label, const(char)* tooltip, const(char)* stockId) c_gtk_action_new;
5245 	void function(GtkAction* action) c_gtk_action_activate;
5246 	void function(GtkAction* action) c_gtk_action_block_activate;
5247 	void function(GtkAction* action) c_gtk_action_connect_accelerator;
5248 	GtkWidget* function(GtkAction* action, GtkIconSize iconSize) c_gtk_action_create_icon;
5249 	GtkWidget* function(GtkAction* action) c_gtk_action_create_menu;
5250 	GtkWidget* function(GtkAction* action) c_gtk_action_create_menu_item;
5251 	GtkWidget* function(GtkAction* action) c_gtk_action_create_tool_item;
5252 	void function(GtkAction* action) c_gtk_action_disconnect_accelerator;
5253 	GClosure* function(GtkAction* action) c_gtk_action_get_accel_closure;
5254 	const(char)* function(GtkAction* action) c_gtk_action_get_accel_path;
5255 	int function(GtkAction* action) c_gtk_action_get_always_show_image;
5256 	GIcon* function(GtkAction* action) c_gtk_action_get_gicon;
5257 	const(char)* function(GtkAction* action) c_gtk_action_get_icon_name;
5258 	int function(GtkAction* action) c_gtk_action_get_is_important;
5259 	const(char)* function(GtkAction* action) c_gtk_action_get_label;
5260 	const(char)* function(GtkAction* action) c_gtk_action_get_name;
5261 	GSList* function(GtkAction* action) c_gtk_action_get_proxies;
5262 	int function(GtkAction* action) c_gtk_action_get_sensitive;
5263 	const(char)* function(GtkAction* action) c_gtk_action_get_short_label;
5264 	const(char)* function(GtkAction* action) c_gtk_action_get_stock_id;
5265 	const(char)* function(GtkAction* action) c_gtk_action_get_tooltip;
5266 	int function(GtkAction* action) c_gtk_action_get_visible;
5267 	int function(GtkAction* action) c_gtk_action_get_visible_horizontal;
5268 	int function(GtkAction* action) c_gtk_action_get_visible_vertical;
5269 	int function(GtkAction* action) c_gtk_action_is_sensitive;
5270 	int function(GtkAction* action) c_gtk_action_is_visible;
5271 	void function(GtkAction* action, GtkAccelGroup* accelGroup) c_gtk_action_set_accel_group;
5272 	void function(GtkAction* action, const(char)* accelPath) c_gtk_action_set_accel_path;
5273 	void function(GtkAction* action, int alwaysShow) c_gtk_action_set_always_show_image;
5274 	void function(GtkAction* action, GIcon* icon) c_gtk_action_set_gicon;
5275 	void function(GtkAction* action, const(char)* iconName) c_gtk_action_set_icon_name;
5276 	void function(GtkAction* action, int isImportant) c_gtk_action_set_is_important;
5277 	void function(GtkAction* action, const(char)* label) c_gtk_action_set_label;
5278 	void function(GtkAction* action, int sensitive) c_gtk_action_set_sensitive;
5279 	void function(GtkAction* action, const(char)* shortLabel) c_gtk_action_set_short_label;
5280 	void function(GtkAction* action, const(char)* stockId) c_gtk_action_set_stock_id;
5281 	void function(GtkAction* action, const(char)* tooltip) c_gtk_action_set_tooltip;
5282 	void function(GtkAction* action, int visible) c_gtk_action_set_visible;
5283 	void function(GtkAction* action, int visibleHorizontal) c_gtk_action_set_visible_horizontal;
5284 	void function(GtkAction* action, int visibleVertical) c_gtk_action_set_visible_vertical;
5285 	void function(GtkAction* action) c_gtk_action_unblock_activate;
5286 
5287 	// gtk.ActionBar
5288 
5289 	GType function() c_gtk_action_bar_get_type;
5290 	GtkWidget* function() c_gtk_action_bar_new;
5291 	GtkWidget* function(GtkActionBar* actionBar) c_gtk_action_bar_get_center_widget;
5292 	void function(GtkActionBar* actionBar, GtkWidget* child) c_gtk_action_bar_pack_end;
5293 	void function(GtkActionBar* actionBar, GtkWidget* child) c_gtk_action_bar_pack_start;
5294 	void function(GtkActionBar* actionBar, GtkWidget* centerWidget) c_gtk_action_bar_set_center_widget;
5295 
5296 	// gtk.ActionGroup
5297 
5298 	GType function() c_gtk_action_group_get_type;
5299 	GtkActionGroup* function(const(char)* name) c_gtk_action_group_new;
5300 	void function(GtkActionGroup* actionGroup, GtkAction* action) c_gtk_action_group_add_action;
5301 	void function(GtkActionGroup* actionGroup, GtkAction* action, const(char)* accelerator) c_gtk_action_group_add_action_with_accel;
5302 	void function(GtkActionGroup* actionGroup, GtkActionEntry* entries, uint nEntries, void* userData) c_gtk_action_group_add_actions;
5303 	void function(GtkActionGroup* actionGroup, GtkActionEntry* entries, uint nEntries, void* userData, GDestroyNotify destroy) c_gtk_action_group_add_actions_full;
5304 	void function(GtkActionGroup* actionGroup, GtkRadioActionEntry* entries, uint nEntries, int value, GCallback onChange, void* userData) c_gtk_action_group_add_radio_actions;
5305 	void function(GtkActionGroup* actionGroup, GtkRadioActionEntry* entries, uint nEntries, int value, GCallback onChange, void* userData, GDestroyNotify destroy) c_gtk_action_group_add_radio_actions_full;
5306 	void function(GtkActionGroup* actionGroup, GtkToggleActionEntry* entries, uint nEntries, void* userData) c_gtk_action_group_add_toggle_actions;
5307 	void function(GtkActionGroup* actionGroup, GtkToggleActionEntry* entries, uint nEntries, void* userData, GDestroyNotify destroy) c_gtk_action_group_add_toggle_actions_full;
5308 	GtkAccelGroup* function(GtkActionGroup* actionGroup) c_gtk_action_group_get_accel_group;
5309 	GtkAction* function(GtkActionGroup* actionGroup, const(char)* actionName) c_gtk_action_group_get_action;
5310 	const(char)* function(GtkActionGroup* actionGroup) c_gtk_action_group_get_name;
5311 	int function(GtkActionGroup* actionGroup) c_gtk_action_group_get_sensitive;
5312 	int function(GtkActionGroup* actionGroup) c_gtk_action_group_get_visible;
5313 	GList* function(GtkActionGroup* actionGroup) c_gtk_action_group_list_actions;
5314 	void function(GtkActionGroup* actionGroup, GtkAction* action) c_gtk_action_group_remove_action;
5315 	void function(GtkActionGroup* actionGroup, GtkAccelGroup* accelGroup) c_gtk_action_group_set_accel_group;
5316 	void function(GtkActionGroup* actionGroup, int sensitive) c_gtk_action_group_set_sensitive;
5317 	void function(GtkActionGroup* actionGroup, GtkTranslateFunc func, void* data, GDestroyNotify notify) c_gtk_action_group_set_translate_func;
5318 	void function(GtkActionGroup* actionGroup, const(char)* domain) c_gtk_action_group_set_translation_domain;
5319 	void function(GtkActionGroup* actionGroup, int visible) c_gtk_action_group_set_visible;
5320 	const(char)* function(GtkActionGroup* actionGroup, const(char)* str) c_gtk_action_group_translate_string;
5321 
5322 	// gtk.Actionable
5323 
5324 	GType function() c_gtk_actionable_get_type;
5325 	const(char)* function(GtkActionable* actionable) c_gtk_actionable_get_action_name;
5326 	GVariant* function(GtkActionable* actionable) c_gtk_actionable_get_action_target_value;
5327 	void function(GtkActionable* actionable, const(char)* actionName) c_gtk_actionable_set_action_name;
5328 	void function(GtkActionable* actionable, const(char)* formatString, ... ) c_gtk_actionable_set_action_target;
5329 	void function(GtkActionable* actionable, GVariant* targetValue) c_gtk_actionable_set_action_target_value;
5330 	void function(GtkActionable* actionable, const(char)* detailedActionName) c_gtk_actionable_set_detailed_action_name;
5331 
5332 	// gtk.Activatable
5333 
5334 	GType function() c_gtk_activatable_get_type;
5335 	void function(GtkActivatable* activatable, GtkAction* action) c_gtk_activatable_do_set_related_action;
5336 	GtkAction* function(GtkActivatable* activatable) c_gtk_activatable_get_related_action;
5337 	int function(GtkActivatable* activatable) c_gtk_activatable_get_use_action_appearance;
5338 	void function(GtkActivatable* activatable, GtkAction* action) c_gtk_activatable_set_related_action;
5339 	void function(GtkActivatable* activatable, int useAppearance) c_gtk_activatable_set_use_action_appearance;
5340 	void function(GtkActivatable* activatable, GtkAction* action) c_gtk_activatable_sync_action_properties;
5341 
5342 	// gtk.Adjustment
5343 
5344 	GType function() c_gtk_adjustment_get_type;
5345 	GtkAdjustment* function(double value, double lower, double upper, double stepIncrement, double pageIncrement, double pageSize) c_gtk_adjustment_new;
5346 	void function(GtkAdjustment* adjustment) c_gtk_adjustment_changed;
5347 	void function(GtkAdjustment* adjustment, double lower, double upper) c_gtk_adjustment_clamp_page;
5348 	void function(GtkAdjustment* adjustment, double value, double lower, double upper, double stepIncrement, double pageIncrement, double pageSize) c_gtk_adjustment_configure;
5349 	double function(GtkAdjustment* adjustment) c_gtk_adjustment_get_lower;
5350 	double function(GtkAdjustment* adjustment) c_gtk_adjustment_get_minimum_increment;
5351 	double function(GtkAdjustment* adjustment) c_gtk_adjustment_get_page_increment;
5352 	double function(GtkAdjustment* adjustment) c_gtk_adjustment_get_page_size;
5353 	double function(GtkAdjustment* adjustment) c_gtk_adjustment_get_step_increment;
5354 	double function(GtkAdjustment* adjustment) c_gtk_adjustment_get_upper;
5355 	double function(GtkAdjustment* adjustment) c_gtk_adjustment_get_value;
5356 	void function(GtkAdjustment* adjustment, double lower) c_gtk_adjustment_set_lower;
5357 	void function(GtkAdjustment* adjustment, double pageIncrement) c_gtk_adjustment_set_page_increment;
5358 	void function(GtkAdjustment* adjustment, double pageSize) c_gtk_adjustment_set_page_size;
5359 	void function(GtkAdjustment* adjustment, double stepIncrement) c_gtk_adjustment_set_step_increment;
5360 	void function(GtkAdjustment* adjustment, double upper) c_gtk_adjustment_set_upper;
5361 	void function(GtkAdjustment* adjustment, double value) c_gtk_adjustment_set_value;
5362 	void function(GtkAdjustment* adjustment) c_gtk_adjustment_value_changed;
5363 
5364 	// gtk.Alignment
5365 
5366 	GType function() c_gtk_alignment_get_type;
5367 	GtkWidget* function(float xalign, float yalign, float xscale, float yscale) c_gtk_alignment_new;
5368 	void function(GtkAlignment* alignment, uint* paddingTop, uint* paddingBottom, uint* paddingLeft, uint* paddingRight) c_gtk_alignment_get_padding;
5369 	void function(GtkAlignment* alignment, float xalign, float yalign, float xscale, float yscale) c_gtk_alignment_set;
5370 	void function(GtkAlignment* alignment, uint paddingTop, uint paddingBottom, uint paddingLeft, uint paddingRight) c_gtk_alignment_set_padding;
5371 
5372 	// gtk.AppChooser
5373 
5374 	GType function() c_gtk_app_chooser_get_type;
5375 	GAppInfo* function(GtkAppChooser* self) c_gtk_app_chooser_get_app_info;
5376 	char* function(GtkAppChooser* self) c_gtk_app_chooser_get_content_type;
5377 	void function(GtkAppChooser* self) c_gtk_app_chooser_refresh;
5378 
5379 	// gtk.AppChooserButton
5380 
5381 	GType function() c_gtk_app_chooser_button_get_type;
5382 	GtkWidget* function(const(char)* contentType) c_gtk_app_chooser_button_new;
5383 	void function(GtkAppChooserButton* self, const(char)* name, const(char)* label, GIcon* icon) c_gtk_app_chooser_button_append_custom_item;
5384 	void function(GtkAppChooserButton* self) c_gtk_app_chooser_button_append_separator;
5385 	const(char)* function(GtkAppChooserButton* self) c_gtk_app_chooser_button_get_heading;
5386 	int function(GtkAppChooserButton* self) c_gtk_app_chooser_button_get_show_default_item;
5387 	int function(GtkAppChooserButton* self) c_gtk_app_chooser_button_get_show_dialog_item;
5388 	void function(GtkAppChooserButton* self, const(char)* name) c_gtk_app_chooser_button_set_active_custom_item;
5389 	void function(GtkAppChooserButton* self, const(char)* heading) c_gtk_app_chooser_button_set_heading;
5390 	void function(GtkAppChooserButton* self, int setting) c_gtk_app_chooser_button_set_show_default_item;
5391 	void function(GtkAppChooserButton* self, int setting) c_gtk_app_chooser_button_set_show_dialog_item;
5392 
5393 	// gtk.AppChooserDialog
5394 
5395 	GType function() c_gtk_app_chooser_dialog_get_type;
5396 	GtkWidget* function(GtkWindow* parent, GtkDialogFlags flags, GFile* file) c_gtk_app_chooser_dialog_new;
5397 	GtkWidget* function(GtkWindow* parent, GtkDialogFlags flags, const(char)* contentType) c_gtk_app_chooser_dialog_new_for_content_type;
5398 	const(char)* function(GtkAppChooserDialog* self) c_gtk_app_chooser_dialog_get_heading;
5399 	GtkWidget* function(GtkAppChooserDialog* self) c_gtk_app_chooser_dialog_get_widget;
5400 	void function(GtkAppChooserDialog* self, const(char)* heading) c_gtk_app_chooser_dialog_set_heading;
5401 
5402 	// gtk.AppChooserWidget
5403 
5404 	GType function() c_gtk_app_chooser_widget_get_type;
5405 	GtkWidget* function(const(char)* contentType) c_gtk_app_chooser_widget_new;
5406 	const(char)* function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_default_text;
5407 	int function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_show_all;
5408 	int function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_show_default;
5409 	int function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_show_fallback;
5410 	int function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_show_other;
5411 	int function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_show_recommended;
5412 	void function(GtkAppChooserWidget* self, const(char)* text) c_gtk_app_chooser_widget_set_default_text;
5413 	void function(GtkAppChooserWidget* self, int setting) c_gtk_app_chooser_widget_set_show_all;
5414 	void function(GtkAppChooserWidget* self, int setting) c_gtk_app_chooser_widget_set_show_default;
5415 	void function(GtkAppChooserWidget* self, int setting) c_gtk_app_chooser_widget_set_show_fallback;
5416 	void function(GtkAppChooserWidget* self, int setting) c_gtk_app_chooser_widget_set_show_other;
5417 	void function(GtkAppChooserWidget* self, int setting) c_gtk_app_chooser_widget_set_show_recommended;
5418 
5419 	// gtk.Application
5420 
5421 	GType function() c_gtk_application_get_type;
5422 	GtkApplication* function(const(char)* applicationId, GApplicationFlags flags) c_gtk_application_new;
5423 	void function(GtkApplication* application, const(char)* accelerator, const(char)* actionName, GVariant* parameter) c_gtk_application_add_accelerator;
5424 	void function(GtkApplication* application, GtkWindow* window) c_gtk_application_add_window;
5425 	char** function(GtkApplication* application, const(char)* detailedActionName) c_gtk_application_get_accels_for_action;
5426 	char** function(GtkApplication* application, const(char)* accel) c_gtk_application_get_actions_for_accel;
5427 	GtkWindow* function(GtkApplication* application) c_gtk_application_get_active_window;
5428 	GMenuModel* function(GtkApplication* application) c_gtk_application_get_app_menu;
5429 	GMenu* function(GtkApplication* application, const(char)* id) c_gtk_application_get_menu_by_id;
5430 	GMenuModel* function(GtkApplication* application) c_gtk_application_get_menubar;
5431 	GtkWindow* function(GtkApplication* application, uint id) c_gtk_application_get_window_by_id;
5432 	GList* function(GtkApplication* application) c_gtk_application_get_windows;
5433 	uint function(GtkApplication* application, GtkWindow* window, GtkApplicationInhibitFlags flags, const(char)* reason) c_gtk_application_inhibit;
5434 	int function(GtkApplication* application, GtkApplicationInhibitFlags flags) c_gtk_application_is_inhibited;
5435 	char** function(GtkApplication* application) c_gtk_application_list_action_descriptions;
5436 	int function(GtkApplication* application) c_gtk_application_prefers_app_menu;
5437 	void function(GtkApplication* application, const(char)* actionName, GVariant* parameter) c_gtk_application_remove_accelerator;
5438 	void function(GtkApplication* application, GtkWindow* window) c_gtk_application_remove_window;
5439 	void function(GtkApplication* application, const(char)* detailedActionName, char** accels) c_gtk_application_set_accels_for_action;
5440 	void function(GtkApplication* application, GMenuModel* appMenu) c_gtk_application_set_app_menu;
5441 	void function(GtkApplication* application, GMenuModel* menubar) c_gtk_application_set_menubar;
5442 	void function(GtkApplication* application, uint cookie) c_gtk_application_uninhibit;
5443 
5444 	// gtk.ApplicationWindow
5445 
5446 	GType function() c_gtk_application_window_get_type;
5447 	GtkWidget* function(GtkApplication* application) c_gtk_application_window_new;
5448 	GtkShortcutsWindow* function(GtkApplicationWindow* window) c_gtk_application_window_get_help_overlay;
5449 	uint function(GtkApplicationWindow* window) c_gtk_application_window_get_id;
5450 	int function(GtkApplicationWindow* window) c_gtk_application_window_get_show_menubar;
5451 	void function(GtkApplicationWindow* window, GtkShortcutsWindow* helpOverlay) c_gtk_application_window_set_help_overlay;
5452 	void function(GtkApplicationWindow* window, int showMenubar) c_gtk_application_window_set_show_menubar;
5453 
5454 	// gtk.Arrow
5455 
5456 	GType function() c_gtk_arrow_get_type;
5457 	GtkWidget* function(GtkArrowType arrowType, GtkShadowType shadowType) c_gtk_arrow_new;
5458 	void function(GtkArrow* arrow, GtkArrowType arrowType, GtkShadowType shadowType) c_gtk_arrow_set;
5459 
5460 	// gtk.ArrowAccessible
5461 
5462 	GType function() c_gtk_arrow_accessible_get_type;
5463 
5464 	// gtk.AspectFrame
5465 
5466 	GType function() c_gtk_aspect_frame_get_type;
5467 	GtkWidget* function(const(char)* label, float xalign, float yalign, float ratio, int obeyChild) c_gtk_aspect_frame_new;
5468 	void function(GtkAspectFrame* aspectFrame, float xalign, float yalign, float ratio, int obeyChild) c_gtk_aspect_frame_set;
5469 
5470 	// gtk.Assistant
5471 
5472 	GType function() c_gtk_assistant_get_type;
5473 	GtkWidget* function() c_gtk_assistant_new;
5474 	void function(GtkAssistant* assistant, GtkWidget* child) c_gtk_assistant_add_action_widget;
5475 	int function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_append_page;
5476 	void function(GtkAssistant* assistant) c_gtk_assistant_commit;
5477 	int function(GtkAssistant* assistant) c_gtk_assistant_get_current_page;
5478 	int function(GtkAssistant* assistant) c_gtk_assistant_get_n_pages;
5479 	GtkWidget* function(GtkAssistant* assistant, int pageNum) c_gtk_assistant_get_nth_page;
5480 	int function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_complete;
5481 	int function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_has_padding;
5482 	GdkPixbuf* function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_header_image;
5483 	GdkPixbuf* function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_side_image;
5484 	const(char)* function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_title;
5485 	GtkAssistantPageType function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_type;
5486 	int function(GtkAssistant* assistant, GtkWidget* page, int position) c_gtk_assistant_insert_page;
5487 	void function(GtkAssistant* assistant) c_gtk_assistant_next_page;
5488 	int function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_prepend_page;
5489 	void function(GtkAssistant* assistant) c_gtk_assistant_previous_page;
5490 	void function(GtkAssistant* assistant, GtkWidget* child) c_gtk_assistant_remove_action_widget;
5491 	void function(GtkAssistant* assistant, int pageNum) c_gtk_assistant_remove_page;
5492 	void function(GtkAssistant* assistant, int pageNum) c_gtk_assistant_set_current_page;
5493 	void function(GtkAssistant* assistant, GtkAssistantPageFunc pageFunc, void* data, GDestroyNotify destroy) c_gtk_assistant_set_forward_page_func;
5494 	void function(GtkAssistant* assistant, GtkWidget* page, int complete) c_gtk_assistant_set_page_complete;
5495 	void function(GtkAssistant* assistant, GtkWidget* page, int hasPadding) c_gtk_assistant_set_page_has_padding;
5496 	void function(GtkAssistant* assistant, GtkWidget* page, GdkPixbuf* pixbuf) c_gtk_assistant_set_page_header_image;
5497 	void function(GtkAssistant* assistant, GtkWidget* page, GdkPixbuf* pixbuf) c_gtk_assistant_set_page_side_image;
5498 	void function(GtkAssistant* assistant, GtkWidget* page, const(char)* title) c_gtk_assistant_set_page_title;
5499 	void function(GtkAssistant* assistant, GtkWidget* page, GtkAssistantPageType type) c_gtk_assistant_set_page_type;
5500 	void function(GtkAssistant* assistant) c_gtk_assistant_update_buttons_state;
5501 
5502 	// gtk.Bin
5503 
5504 	GType function() c_gtk_bin_get_type;
5505 	GtkWidget* function(GtkBin* bin) c_gtk_bin_get_child;
5506 
5507 	// gtk.BindingEntry
5508 
5509 	void function(GtkBindingSet* bindingSet, uint keyval, GdkModifierType modifiers, const(char)* signalName, uint nArgs, ... ) c_gtk_binding_entry_add_signal;
5510 	GTokenType function(GtkBindingSet* bindingSet, const(char)* signalDesc) c_gtk_binding_entry_add_signal_from_string;
5511 	void function(GtkBindingSet* bindingSet, uint keyval, GdkModifierType modifiers, const(char)* signalName, GSList* bindingArgs) c_gtk_binding_entry_add_signall;
5512 	void function(GtkBindingSet* bindingSet, uint keyval, GdkModifierType modifiers) c_gtk_binding_entry_remove;
5513 	void function(GtkBindingSet* bindingSet, uint keyval, GdkModifierType modifiers) c_gtk_binding_entry_skip;
5514 
5515 	// gtk.BindingSet
5516 
5517 	int function(GtkBindingSet* bindingSet, uint keyval, GdkModifierType modifiers, GObject* object) c_gtk_binding_set_activate;
5518 	void function(GtkBindingSet* bindingSet, GtkPathType pathType, const(char)* pathPattern, GtkPathPriorityType priority) c_gtk_binding_set_add_path;
5519 	GtkBindingSet* function(void* objectClass) c_gtk_binding_set_by_class;
5520 	GtkBindingSet* function(const(char)* setName) c_gtk_binding_set_find;
5521 	GtkBindingSet* function(const(char)* setName) c_gtk_binding_set_new;
5522 	int function(GObject* object, uint keyval, GdkModifierType modifiers) c_gtk_bindings_activate;
5523 	int function(GObject* object, GdkEventKey* event) c_gtk_bindings_activate_event;
5524 
5525 	// gtk.BooleanCellAccessible
5526 
5527 	GType function() c_gtk_boolean_cell_accessible_get_type;
5528 
5529 	// gtk.Border
5530 
5531 	GType function() c_gtk_border_get_type;
5532 	GtkBorder* function() c_gtk_border_new;
5533 	GtkBorder* function(GtkBorder* border) c_gtk_border_copy;
5534 	void function(GtkBorder* border) c_gtk_border_free;
5535 
5536 	// gtk.Box
5537 
5538 	GType function() c_gtk_box_get_type;
5539 	GtkWidget* function(GtkOrientation orientation, int spacing) c_gtk_box_new;
5540 	GtkBaselinePosition function(GtkBox* box) c_gtk_box_get_baseline_position;
5541 	GtkWidget* function(GtkBox* box) c_gtk_box_get_center_widget;
5542 	int function(GtkBox* box) c_gtk_box_get_homogeneous;
5543 	int function(GtkBox* box) c_gtk_box_get_spacing;
5544 	void function(GtkBox* box, GtkWidget* child, int expand, int fill, uint padding) c_gtk_box_pack_end;
5545 	void function(GtkBox* box, GtkWidget* child, int expand, int fill, uint padding) c_gtk_box_pack_start;
5546 	void function(GtkBox* box, GtkWidget* child, int* expand, int* fill, uint* padding, GtkPackType* packType) c_gtk_box_query_child_packing;
5547 	void function(GtkBox* box, GtkWidget* child, int position) c_gtk_box_reorder_child;
5548 	void function(GtkBox* box, GtkBaselinePosition position) c_gtk_box_set_baseline_position;
5549 	void function(GtkBox* box, GtkWidget* widget) c_gtk_box_set_center_widget;
5550 	void function(GtkBox* box, GtkWidget* child, int expand, int fill, uint padding, GtkPackType packType) c_gtk_box_set_child_packing;
5551 	void function(GtkBox* box, int homogeneous) c_gtk_box_set_homogeneous;
5552 	void function(GtkBox* box, int spacing) c_gtk_box_set_spacing;
5553 
5554 	// gtk.Buildable
5555 
5556 	GType function() c_gtk_buildable_get_type;
5557 	void function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, const(char)* type) c_gtk_buildable_add_child;
5558 	GObject* function(GtkBuildable* buildable, GtkBuilder* builder, const(char)* name) c_gtk_buildable_construct_child;
5559 	void function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, const(char)* tagname, void* data) c_gtk_buildable_custom_finished;
5560 	void function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, const(char)* tagname, void** data) c_gtk_buildable_custom_tag_end;
5561 	int function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, const(char)* tagname, GMarkupParser* parser, void** data) c_gtk_buildable_custom_tag_start;
5562 	GObject* function(GtkBuildable* buildable, GtkBuilder* builder, const(char)* childname) c_gtk_buildable_get_internal_child;
5563 	const(char)* function(GtkBuildable* buildable) c_gtk_buildable_get_name;
5564 	void function(GtkBuildable* buildable, GtkBuilder* builder) c_gtk_buildable_parser_finished;
5565 	void function(GtkBuildable* buildable, GtkBuilder* builder, const(char)* name, GValue* value) c_gtk_buildable_set_buildable_property;
5566 	void function(GtkBuildable* buildable, const(char)* name) c_gtk_buildable_set_name;
5567 
5568 	// gtk.Builder
5569 
5570 	GType function() c_gtk_builder_get_type;
5571 	GtkBuilder* function() c_gtk_builder_new;
5572 	GtkBuilder* function(const(char)* filename) c_gtk_builder_new_from_file;
5573 	GtkBuilder* function(const(char)* resourcePath) c_gtk_builder_new_from_resource;
5574 	GtkBuilder* function(const(char)* str, ptrdiff_t length) c_gtk_builder_new_from_string;
5575 	void function(GtkBuilder* builder, const(char)* callbackName, GCallback callbackSymbol) c_gtk_builder_add_callback_symbol;
5576 	void function(GtkBuilder* builder, const(char)* firstCallbackName, GCallback firstCallbackSymbol, ... ) c_gtk_builder_add_callback_symbols;
5577 	uint function(GtkBuilder* builder, const(char)* filename, GError** err) c_gtk_builder_add_from_file;
5578 	uint function(GtkBuilder* builder, const(char)* resourcePath, GError** err) c_gtk_builder_add_from_resource;
5579 	uint function(GtkBuilder* builder, const(char)* buffer, size_t length, GError** err) c_gtk_builder_add_from_string;
5580 	uint function(GtkBuilder* builder, const(char)* filename, char** objectIds, GError** err) c_gtk_builder_add_objects_from_file;
5581 	uint function(GtkBuilder* builder, const(char)* resourcePath, char** objectIds, GError** err) c_gtk_builder_add_objects_from_resource;
5582 	uint function(GtkBuilder* builder, const(char)* buffer, size_t length, char** objectIds, GError** err) c_gtk_builder_add_objects_from_string;
5583 	void function(GtkBuilder* builder, void* userData) c_gtk_builder_connect_signals;
5584 	void function(GtkBuilder* builder, GtkBuilderConnectFunc func, void* userData) c_gtk_builder_connect_signals_full;
5585 	void function(GtkBuilder* builder, const(char)* name, GObject* object) c_gtk_builder_expose_object;
5586 	uint function(GtkBuilder* builder, GtkWidget* widget, GType templateType, const(char)* buffer, size_t length, GError** err) c_gtk_builder_extend_with_template;
5587 	GtkApplication* function(GtkBuilder* builder) c_gtk_builder_get_application;
5588 	GObject* function(GtkBuilder* builder, const(char)* name) c_gtk_builder_get_object;
5589 	GSList* function(GtkBuilder* builder) c_gtk_builder_get_objects;
5590 	const(char)* function(GtkBuilder* builder) c_gtk_builder_get_translation_domain;
5591 	GType function(GtkBuilder* builder, const(char)* typeName) c_gtk_builder_get_type_from_name;
5592 	GCallback function(GtkBuilder* builder, const(char)* callbackName) c_gtk_builder_lookup_callback_symbol;
5593 	void function(GtkBuilder* builder, GtkApplication* application) c_gtk_builder_set_application;
5594 	void function(GtkBuilder* builder, const(char)* domain) c_gtk_builder_set_translation_domain;
5595 	int function(GtkBuilder* builder, GParamSpec* pspec, const(char)* str, GValue* value, GError** err) c_gtk_builder_value_from_string;
5596 	int function(GtkBuilder* builder, GType type, const(char)* str, GValue* value, GError** err) c_gtk_builder_value_from_string_type;
5597 
5598 	// gtk.Button
5599 
5600 	GType function() c_gtk_button_get_type;
5601 	GtkWidget* function() c_gtk_button_new;
5602 	GtkWidget* function(const(char)* iconName, GtkIconSize size) c_gtk_button_new_from_icon_name;
5603 	GtkWidget* function(const(char)* stockId) c_gtk_button_new_from_stock;
5604 	GtkWidget* function(const(char)* label) c_gtk_button_new_with_label;
5605 	GtkWidget* function(const(char)* label) c_gtk_button_new_with_mnemonic;
5606 	void function(GtkButton* button) c_gtk_button_clicked;
5607 	void function(GtkButton* button) c_gtk_button_enter;
5608 	void function(GtkButton* button, float* xalign, float* yalign) c_gtk_button_get_alignment;
5609 	int function(GtkButton* button) c_gtk_button_get_always_show_image;
5610 	GdkWindow* function(GtkButton* button) c_gtk_button_get_event_window;
5611 	int function(GtkButton* button) c_gtk_button_get_focus_on_click;
5612 	GtkWidget* function(GtkButton* button) c_gtk_button_get_image;
5613 	GtkPositionType function(GtkButton* button) c_gtk_button_get_image_position;
5614 	const(char)* function(GtkButton* button) c_gtk_button_get_label;
5615 	GtkReliefStyle function(GtkButton* button) c_gtk_button_get_relief;
5616 	int function(GtkButton* button) c_gtk_button_get_use_stock;
5617 	int function(GtkButton* button) c_gtk_button_get_use_underline;
5618 	void function(GtkButton* button) c_gtk_button_leave;
5619 	void function(GtkButton* button) c_gtk_button_pressed;
5620 	void function(GtkButton* button) c_gtk_button_released;
5621 	void function(GtkButton* button, float xalign, float yalign) c_gtk_button_set_alignment;
5622 	void function(GtkButton* button, int alwaysShow) c_gtk_button_set_always_show_image;
5623 	void function(GtkButton* button, int focusOnClick) c_gtk_button_set_focus_on_click;
5624 	void function(GtkButton* button, GtkWidget* image) c_gtk_button_set_image;
5625 	void function(GtkButton* button, GtkPositionType position) c_gtk_button_set_image_position;
5626 	void function(GtkButton* button, const(char)* label) c_gtk_button_set_label;
5627 	void function(GtkButton* button, GtkReliefStyle relief) c_gtk_button_set_relief;
5628 	void function(GtkButton* button, int useStock) c_gtk_button_set_use_stock;
5629 	void function(GtkButton* button, int useUnderline) c_gtk_button_set_use_underline;
5630 
5631 	// gtk.ButtonAccessible
5632 
5633 	GType function() c_gtk_button_accessible_get_type;
5634 
5635 	// gtk.ButtonBox
5636 
5637 	GType function() c_gtk_button_box_get_type;
5638 	GtkWidget* function(GtkOrientation orientation) c_gtk_button_box_new;
5639 	int function(GtkButtonBox* widget, GtkWidget* child) c_gtk_button_box_get_child_non_homogeneous;
5640 	int function(GtkButtonBox* widget, GtkWidget* child) c_gtk_button_box_get_child_secondary;
5641 	GtkButtonBoxStyle function(GtkButtonBox* widget) c_gtk_button_box_get_layout;
5642 	void function(GtkButtonBox* widget, GtkWidget* child, int nonHomogeneous) c_gtk_button_box_set_child_non_homogeneous;
5643 	void function(GtkButtonBox* widget, GtkWidget* child, int isSecondary) c_gtk_button_box_set_child_secondary;
5644 	void function(GtkButtonBox* widget, GtkButtonBoxStyle layoutStyle) c_gtk_button_box_set_layout;
5645 
5646 	// gtk.Calendar
5647 
5648 	GType function() c_gtk_calendar_get_type;
5649 	GtkWidget* function() c_gtk_calendar_new;
5650 	void function(GtkCalendar* calendar) c_gtk_calendar_clear_marks;
5651 	void function(GtkCalendar* calendar, uint* year, uint* month, uint* day) c_gtk_calendar_get_date;
5652 	int function(GtkCalendar* calendar, uint day) c_gtk_calendar_get_day_is_marked;
5653 	int function(GtkCalendar* calendar) c_gtk_calendar_get_detail_height_rows;
5654 	int function(GtkCalendar* calendar) c_gtk_calendar_get_detail_width_chars;
5655 	GtkCalendarDisplayOptions function(GtkCalendar* calendar) c_gtk_calendar_get_display_options;
5656 	void function(GtkCalendar* calendar, uint day) c_gtk_calendar_mark_day;
5657 	void function(GtkCalendar* calendar, uint day) c_gtk_calendar_select_day;
5658 	void function(GtkCalendar* calendar, uint month, uint year) c_gtk_calendar_select_month;
5659 	void function(GtkCalendar* calendar, GtkCalendarDetailFunc func, void* data, GDestroyNotify destroy) c_gtk_calendar_set_detail_func;
5660 	void function(GtkCalendar* calendar, int rows) c_gtk_calendar_set_detail_height_rows;
5661 	void function(GtkCalendar* calendar, int chars) c_gtk_calendar_set_detail_width_chars;
5662 	void function(GtkCalendar* calendar, GtkCalendarDisplayOptions flags) c_gtk_calendar_set_display_options;
5663 	void function(GtkCalendar* calendar, uint day) c_gtk_calendar_unmark_day;
5664 
5665 	// gtk.CellAccessible
5666 
5667 	GType function() c_gtk_cell_accessible_get_type;
5668 
5669 	// gtk.CellAccessibleParent
5670 
5671 	GType function() c_gtk_cell_accessible_parent_get_type;
5672 	void function(GtkCellAccessibleParent* parent, GtkCellAccessible* cell) c_gtk_cell_accessible_parent_activate;
5673 	void function(GtkCellAccessibleParent* parent, GtkCellAccessible* cell) c_gtk_cell_accessible_parent_edit;
5674 	void function(GtkCellAccessibleParent* parent, GtkCellAccessible* cell) c_gtk_cell_accessible_parent_expand_collapse;
5675 	void function(GtkCellAccessibleParent* parent, GtkCellAccessible* cell, GdkRectangle* cellRect) c_gtk_cell_accessible_parent_get_cell_area;
5676 	void function(GtkCellAccessibleParent* parent, GtkCellAccessible* cell, int* x, int* y, int* width, int* height, AtkCoordType coordType) c_gtk_cell_accessible_parent_get_cell_extents;
5677 	int function(GtkCellAccessibleParent* parent, GtkCellAccessible* cell) c_gtk_cell_accessible_parent_get_child_index;
5678 	GtkCellRendererState function(GtkCellAccessibleParent* parent, GtkCellAccessible* cell) c_gtk_cell_accessible_parent_get_renderer_state;
5679 	int function(GtkCellAccessibleParent* parent, GtkCellAccessible* cell) c_gtk_cell_accessible_parent_grab_focus;
5680 	void function(GtkCellAccessibleParent* parent, GtkCellAccessible* cell, AtkRelationSet* relationset) c_gtk_cell_accessible_parent_update_relationset;
5681 
5682 	// gtk.CellArea
5683 
5684 	GType function() c_gtk_cell_area_get_type;
5685 	int function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, GdkRectangle* cellArea, GtkCellRendererState flags, int editOnly) c_gtk_cell_area_activate;
5686 	int function(GtkCellArea* area, GtkWidget* widget, GtkCellRenderer* renderer, GdkEvent* event, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_area_activate_cell;
5687 	void function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_add;
5688 	void function(GtkCellArea* area, GtkCellRenderer* renderer, GtkCellRenderer* sibling) c_gtk_cell_area_add_focus_sibling;
5689 	void function(GtkCellArea* area, GtkCellRenderer* renderer, const(char)* firstPropName, ... ) c_gtk_cell_area_add_with_properties;
5690 	void function(GtkCellArea* area, GtkTreeModel* treeModel, GtkTreeIter* iter, int isExpander, int isExpanded) c_gtk_cell_area_apply_attributes;
5691 	void function(GtkCellArea* area, GtkCellRenderer* renderer, const(char)* attribute, int column) c_gtk_cell_area_attribute_connect;
5692 	void function(GtkCellArea* area, GtkCellRenderer* renderer, const(char)* attribute) c_gtk_cell_area_attribute_disconnect;
5693 	int function(GtkCellArea* area, GtkCellRenderer* renderer, const(char)* attribute) c_gtk_cell_area_attribute_get_column;
5694 	void function(GtkCellArea* area, GtkCellRenderer* renderer, const(char)* firstPropName, ... ) c_gtk_cell_area_cell_get;
5695 	void function(GtkCellArea* area, GtkCellRenderer* renderer, const(char)* propertyName, GValue* value) c_gtk_cell_area_cell_get_property;
5696 	void function(GtkCellArea* area, GtkCellRenderer* renderer, const(char)* firstPropertyName, void* varArgs) c_gtk_cell_area_cell_get_valist;
5697 	void function(GtkCellArea* area, GtkCellRenderer* renderer, const(char)* firstPropName, ... ) c_gtk_cell_area_cell_set;
5698 	void function(GtkCellArea* area, GtkCellRenderer* renderer, const(char)* propertyName, GValue* value) c_gtk_cell_area_cell_set_property;
5699 	void function(GtkCellArea* area, GtkCellRenderer* renderer, const(char)* firstPropertyName, void* varArgs) c_gtk_cell_area_cell_set_valist;
5700 	GtkCellAreaContext* function(GtkCellArea* area, GtkCellAreaContext* context) c_gtk_cell_area_copy_context;
5701 	GtkCellAreaContext* function(GtkCellArea* area) c_gtk_cell_area_create_context;
5702 	int function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, GdkEvent* event, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_area_event;
5703 	int function(GtkCellArea* area, GtkDirectionType direction) c_gtk_cell_area_focus;
5704 	void function(GtkCellArea* area, GtkCellCallback callback, void* callbackData) c_gtk_cell_area_foreach;
5705 	void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, GdkRectangle* cellArea, GdkRectangle* backgroundArea, GtkCellAllocCallback callback, void* callbackData) c_gtk_cell_area_foreach_alloc;
5706 	void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, GtkCellRenderer* renderer, GdkRectangle* cellArea, GdkRectangle* allocation) c_gtk_cell_area_get_cell_allocation;
5707 	GtkCellRenderer* function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, GdkRectangle* cellArea, int x, int y, GdkRectangle* allocArea) c_gtk_cell_area_get_cell_at_position;
5708 	const(char)* function(GtkCellArea* area) c_gtk_cell_area_get_current_path_string;
5709 	GtkCellEditable* function(GtkCellArea* area) c_gtk_cell_area_get_edit_widget;
5710 	GtkCellRenderer* function(GtkCellArea* area) c_gtk_cell_area_get_edited_cell;
5711 	GtkCellRenderer* function(GtkCellArea* area) c_gtk_cell_area_get_focus_cell;
5712 	GtkCellRenderer* function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_get_focus_from_sibling;
5713 	GList* function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_get_focus_siblings;
5714 	void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, int* minimumHeight, int* naturalHeight) c_gtk_cell_area_get_preferred_height;
5715 	void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, int width, int* minimumHeight, int* naturalHeight) c_gtk_cell_area_get_preferred_height_for_width;
5716 	void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, int* minimumWidth, int* naturalWidth) c_gtk_cell_area_get_preferred_width;
5717 	void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, int height, int* minimumWidth, int* naturalWidth) c_gtk_cell_area_get_preferred_width_for_height;
5718 	GtkSizeRequestMode function(GtkCellArea* area) c_gtk_cell_area_get_request_mode;
5719 	int function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_has_renderer;
5720 	void function(GtkCellArea* area, GtkWidget* widget, GdkRectangle* cellArea, GdkRectangle* innerArea) c_gtk_cell_area_inner_cell_area;
5721 	int function(GtkCellArea* area) c_gtk_cell_area_is_activatable;
5722 	int function(GtkCellArea* area, GtkCellRenderer* renderer, GtkCellRenderer* sibling) c_gtk_cell_area_is_focus_sibling;
5723 	void function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_remove;
5724 	void function(GtkCellArea* area, GtkCellRenderer* renderer, GtkCellRenderer* sibling) c_gtk_cell_area_remove_focus_sibling;
5725 	void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, cairo_t* cr, GdkRectangle* backgroundArea, GdkRectangle* cellArea, GtkCellRendererState flags, int paintFocus) c_gtk_cell_area_render;
5726 	void function(GtkCellArea* area, GtkCellRenderer* renderer, GtkOrientation orientation, GtkWidget* widget, int forSize, int* minimumSize, int* naturalSize) c_gtk_cell_area_request_renderer;
5727 	void function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_set_focus_cell;
5728 	void function(GtkCellArea* area, int canceled) c_gtk_cell_area_stop_editing;
5729 
5730 	// gtk.CellAreaBox
5731 
5732 	GType function() c_gtk_cell_area_box_get_type;
5733 	GtkCellArea* function() c_gtk_cell_area_box_new;
5734 	int function(GtkCellAreaBox* box) c_gtk_cell_area_box_get_spacing;
5735 	void function(GtkCellAreaBox* box, GtkCellRenderer* renderer, int expand, int alig, int fixed) c_gtk_cell_area_box_pack_end;
5736 	void function(GtkCellAreaBox* box, GtkCellRenderer* renderer, int expand, int alig, int fixed) c_gtk_cell_area_box_pack_start;
5737 	void function(GtkCellAreaBox* box, int spacing) c_gtk_cell_area_box_set_spacing;
5738 
5739 	// gtk.CellAreaClass
5740 
5741 	GParamSpec* function(GtkCellAreaClass* aclass, const(char)* propertyName) c_gtk_cell_area_class_find_cell_property;
5742 	void function(GtkCellAreaClass* aclass, uint propertyId, GParamSpec* pspec) c_gtk_cell_area_class_install_cell_property;
5743 	GParamSpec** function(GtkCellAreaClass* aclass, uint* nProperties) c_gtk_cell_area_class_list_cell_properties;
5744 
5745 	// gtk.CellAreaContext
5746 
5747 	GType function() c_gtk_cell_area_context_get_type;
5748 	void function(GtkCellAreaContext* context, int width, int height) c_gtk_cell_area_context_allocate;
5749 	void function(GtkCellAreaContext* context, int* width, int* height) c_gtk_cell_area_context_get_allocation;
5750 	GtkCellArea* function(GtkCellAreaContext* context) c_gtk_cell_area_context_get_area;
5751 	void function(GtkCellAreaContext* context, int* minimumHeight, int* naturalHeight) c_gtk_cell_area_context_get_preferred_height;
5752 	void function(GtkCellAreaContext* context, int width, int* minimumHeight, int* naturalHeight) c_gtk_cell_area_context_get_preferred_height_for_width;
5753 	void function(GtkCellAreaContext* context, int* minimumWidth, int* naturalWidth) c_gtk_cell_area_context_get_preferred_width;
5754 	void function(GtkCellAreaContext* context, int height, int* minimumWidth, int* naturalWidth) c_gtk_cell_area_context_get_preferred_width_for_height;
5755 	void function(GtkCellAreaContext* context, int minimumHeight, int naturalHeight) c_gtk_cell_area_context_push_preferred_height;
5756 	void function(GtkCellAreaContext* context, int minimumWidth, int naturalWidth) c_gtk_cell_area_context_push_preferred_width;
5757 	void function(GtkCellAreaContext* context) c_gtk_cell_area_context_reset;
5758 
5759 	// gtk.CellEditable
5760 
5761 	GType function() c_gtk_cell_editable_get_type;
5762 	void function(GtkCellEditable* cellEditable) c_gtk_cell_editable_editing_done;
5763 	void function(GtkCellEditable* cellEditable) c_gtk_cell_editable_remove_widget;
5764 	void function(GtkCellEditable* cellEditable, GdkEvent* event) c_gtk_cell_editable_start_editing;
5765 
5766 	// gtk.CellLayout
5767 
5768 	GType function() c_gtk_cell_layout_get_type;
5769 	void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, const(char)* attribute, int column) c_gtk_cell_layout_add_attribute;
5770 	void function(GtkCellLayout* cellLayout) c_gtk_cell_layout_clear;
5771 	void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell) c_gtk_cell_layout_clear_attributes;
5772 	GtkCellArea* function(GtkCellLayout* cellLayout) c_gtk_cell_layout_get_area;
5773 	GList* function(GtkCellLayout* cellLayout) c_gtk_cell_layout_get_cells;
5774 	void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, int expand) c_gtk_cell_layout_pack_end;
5775 	void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, int expand) c_gtk_cell_layout_pack_start;
5776 	void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, int position) c_gtk_cell_layout_reorder;
5777 	void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, ... ) c_gtk_cell_layout_set_attributes;
5778 	void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, GtkCellLayoutDataFunc func, void* funcData, GDestroyNotify destroy) c_gtk_cell_layout_set_cell_data_func;
5779 
5780 	// gtk.CellRenderer
5781 
5782 	GType function() c_gtk_cell_renderer_get_type;
5783 	int function(GtkCellRenderer* cell, GdkEvent* event, GtkWidget* widget, const(char)* path, GdkRectangle* backgroundArea, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_renderer_activate;
5784 	void function(GtkCellRenderer* cell, GtkWidget* widget, GtkCellRendererState flags, GdkRectangle* cellArea, GdkRectangle* alignedArea) c_gtk_cell_renderer_get_aligned_area;
5785 	void function(GtkCellRenderer* cell, float* xalign, float* yalign) c_gtk_cell_renderer_get_alignment;
5786 	void function(GtkCellRenderer* cell, int* width, int* height) c_gtk_cell_renderer_get_fixed_size;
5787 	void function(GtkCellRenderer* cell, int* xpad, int* ypad) c_gtk_cell_renderer_get_padding;
5788 	void function(GtkCellRenderer* cell, GtkWidget* widget, int* minimumSize, int* naturalSize) c_gtk_cell_renderer_get_preferred_height;
5789 	void function(GtkCellRenderer* cell, GtkWidget* widget, int width, int* minimumHeight, int* naturalHeight) c_gtk_cell_renderer_get_preferred_height_for_width;
5790 	void function(GtkCellRenderer* cell, GtkWidget* widget, GtkRequisition* minimumSize, GtkRequisition* naturalSize) c_gtk_cell_renderer_get_preferred_size;
5791 	void function(GtkCellRenderer* cell, GtkWidget* widget, int* minimumSize, int* naturalSize) c_gtk_cell_renderer_get_preferred_width;
5792 	void function(GtkCellRenderer* cell, GtkWidget* widget, int height, int* minimumWidth, int* naturalWidth) c_gtk_cell_renderer_get_preferred_width_for_height;
5793 	GtkSizeRequestMode function(GtkCellRenderer* cell) c_gtk_cell_renderer_get_request_mode;
5794 	int function(GtkCellRenderer* cell) c_gtk_cell_renderer_get_sensitive;
5795 	void function(GtkCellRenderer* cell, GtkWidget* widget, GdkRectangle* cellArea, int* xOffset, int* yOffset, int* width, int* height) c_gtk_cell_renderer_get_size;
5796 	GtkStateFlags function(GtkCellRenderer* cell, GtkWidget* widget, GtkCellRendererState cellState) c_gtk_cell_renderer_get_state;
5797 	int function(GtkCellRenderer* cell) c_gtk_cell_renderer_get_visible;
5798 	int function(GtkCellRenderer* cell) c_gtk_cell_renderer_is_activatable;
5799 	void function(GtkCellRenderer* cell, cairo_t* cr, GtkWidget* widget, GdkRectangle* backgroundArea, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_renderer_render;
5800 	void function(GtkCellRenderer* cell, float xalign, float yalign) c_gtk_cell_renderer_set_alignment;
5801 	void function(GtkCellRenderer* cell, int width, int height) c_gtk_cell_renderer_set_fixed_size;
5802 	void function(GtkCellRenderer* cell, int xpad, int ypad) c_gtk_cell_renderer_set_padding;
5803 	void function(GtkCellRenderer* cell, int sensitive) c_gtk_cell_renderer_set_sensitive;
5804 	void function(GtkCellRenderer* cell, int visible) c_gtk_cell_renderer_set_visible;
5805 	GtkCellEditable* function(GtkCellRenderer* cell, GdkEvent* event, GtkWidget* widget, const(char)* path, GdkRectangle* backgroundArea, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_renderer_start_editing;
5806 	void function(GtkCellRenderer* cell, int canceled) c_gtk_cell_renderer_stop_editing;
5807 
5808 	// gtk.CellRendererAccel
5809 
5810 	GType function() c_gtk_cell_renderer_accel_get_type;
5811 	GtkCellRenderer* function() c_gtk_cell_renderer_accel_new;
5812 
5813 	// gtk.CellRendererClass
5814 
5815 	void function(GtkCellRendererClass* rendererClass, GType type) c_gtk_cell_renderer_class_set_accessible_type;
5816 
5817 	// gtk.CellRendererCombo
5818 
5819 	GType function() c_gtk_cell_renderer_combo_get_type;
5820 	GtkCellRenderer* function() c_gtk_cell_renderer_combo_new;
5821 
5822 	// gtk.CellRendererPixbuf
5823 
5824 	GType function() c_gtk_cell_renderer_pixbuf_get_type;
5825 	GtkCellRenderer* function() c_gtk_cell_renderer_pixbuf_new;
5826 
5827 	// gtk.CellRendererProgress
5828 
5829 	GType function() c_gtk_cell_renderer_progress_get_type;
5830 	GtkCellRenderer* function() c_gtk_cell_renderer_progress_new;
5831 
5832 	// gtk.CellRendererSpin
5833 
5834 	GType function() c_gtk_cell_renderer_spin_get_type;
5835 	GtkCellRenderer* function() c_gtk_cell_renderer_spin_new;
5836 
5837 	// gtk.CellRendererSpinner
5838 
5839 	GType function() c_gtk_cell_renderer_spinner_get_type;
5840 	GtkCellRenderer* function() c_gtk_cell_renderer_spinner_new;
5841 
5842 	// gtk.CellRendererText
5843 
5844 	GType function() c_gtk_cell_renderer_text_get_type;
5845 	GtkCellRenderer* function() c_gtk_cell_renderer_text_new;
5846 	void function(GtkCellRendererText* renderer, int numberOfRows) c_gtk_cell_renderer_text_set_fixed_height_from_font;
5847 
5848 	// gtk.CellRendererToggle
5849 
5850 	GType function() c_gtk_cell_renderer_toggle_get_type;
5851 	GtkCellRenderer* function() c_gtk_cell_renderer_toggle_new;
5852 	int function(GtkCellRendererToggle* toggle) c_gtk_cell_renderer_toggle_get_activatable;
5853 	int function(GtkCellRendererToggle* toggle) c_gtk_cell_renderer_toggle_get_active;
5854 	int function(GtkCellRendererToggle* toggle) c_gtk_cell_renderer_toggle_get_radio;
5855 	void function(GtkCellRendererToggle* toggle, int setting) c_gtk_cell_renderer_toggle_set_activatable;
5856 	void function(GtkCellRendererToggle* toggle, int setting) c_gtk_cell_renderer_toggle_set_active;
5857 	void function(GtkCellRendererToggle* toggle, int radio) c_gtk_cell_renderer_toggle_set_radio;
5858 
5859 	// gtk.CellView
5860 
5861 	GType function() c_gtk_cell_view_get_type;
5862 	GtkWidget* function() c_gtk_cell_view_new;
5863 	GtkWidget* function(GtkCellArea* area, GtkCellAreaContext* context) c_gtk_cell_view_new_with_context;
5864 	GtkWidget* function(const(char)* markup) c_gtk_cell_view_new_with_markup;
5865 	GtkWidget* function(GdkPixbuf* pixbuf) c_gtk_cell_view_new_with_pixbuf;
5866 	GtkWidget* function(const(char)* text) c_gtk_cell_view_new_with_text;
5867 	GtkTreePath* function(GtkCellView* cellView) c_gtk_cell_view_get_displayed_row;
5868 	int function(GtkCellView* cellView) c_gtk_cell_view_get_draw_sensitive;
5869 	int function(GtkCellView* cellView) c_gtk_cell_view_get_fit_model;
5870 	GtkTreeModel* function(GtkCellView* cellView) c_gtk_cell_view_get_model;
5871 	int function(GtkCellView* cellView, GtkTreePath* path, GtkRequisition* requisition) c_gtk_cell_view_get_size_of_row;
5872 	void function(GtkCellView* cellView, GdkColor* color) c_gtk_cell_view_set_background_color;
5873 	void function(GtkCellView* cellView, GdkRGBA* rgba) c_gtk_cell_view_set_background_rgba;
5874 	void function(GtkCellView* cellView, GtkTreePath* path) c_gtk_cell_view_set_displayed_row;
5875 	void function(GtkCellView* cellView, int drawSensitive) c_gtk_cell_view_set_draw_sensitive;
5876 	void function(GtkCellView* cellView, int fitModel) c_gtk_cell_view_set_fit_model;
5877 	void function(GtkCellView* cellView, GtkTreeModel* model) c_gtk_cell_view_set_model;
5878 
5879 	// gtk.CheckButton
5880 
5881 	GType function() c_gtk_check_button_get_type;
5882 	GtkWidget* function() c_gtk_check_button_new;
5883 	GtkWidget* function(const(char)* label) c_gtk_check_button_new_with_label;
5884 	GtkWidget* function(const(char)* label) c_gtk_check_button_new_with_mnemonic;
5885 
5886 	// gtk.CheckMenuItem
5887 
5888 	GType function() c_gtk_check_menu_item_get_type;
5889 	GtkWidget* function() c_gtk_check_menu_item_new;
5890 	GtkWidget* function(const(char)* label) c_gtk_check_menu_item_new_with_label;
5891 	GtkWidget* function(const(char)* label) c_gtk_check_menu_item_new_with_mnemonic;
5892 	int function(GtkCheckMenuItem* checkMenuItem) c_gtk_check_menu_item_get_active;
5893 	int function(GtkCheckMenuItem* checkMenuItem) c_gtk_check_menu_item_get_draw_as_radio;
5894 	int function(GtkCheckMenuItem* checkMenuItem) c_gtk_check_menu_item_get_inconsistent;
5895 	void function(GtkCheckMenuItem* checkMenuItem, int isActive) c_gtk_check_menu_item_set_active;
5896 	void function(GtkCheckMenuItem* checkMenuItem, int drawAsRadio) c_gtk_check_menu_item_set_draw_as_radio;
5897 	void function(GtkCheckMenuItem* checkMenuItem, int setting) c_gtk_check_menu_item_set_inconsistent;
5898 	void function(GtkCheckMenuItem* checkMenuItem) c_gtk_check_menu_item_toggled;
5899 
5900 	// gtk.CheckMenuItemAccessible
5901 
5902 	GType function() c_gtk_check_menu_item_accessible_get_type;
5903 
5904 	// gtk.Clipboard
5905 
5906 	GType function() c_gtk_clipboard_get_type;
5907 	GtkClipboard* function(GdkAtom selection) c_gtk_clipboard_get;
5908 	GtkClipboard* function(GdkDisplay* display) c_gtk_clipboard_get_default;
5909 	GtkClipboard* function(GdkDisplay* display, GdkAtom selection) c_gtk_clipboard_get_for_display;
5910 	void function(GtkClipboard* clipboard) c_gtk_clipboard_clear;
5911 	GdkDisplay* function(GtkClipboard* clipboard) c_gtk_clipboard_get_display;
5912 	GObject* function(GtkClipboard* clipboard) c_gtk_clipboard_get_owner;
5913 	void function(GtkClipboard* clipboard, GdkAtom target, GtkClipboardReceivedFunc callback, void* userData) c_gtk_clipboard_request_contents;
5914 	void function(GtkClipboard* clipboard, GtkClipboardImageReceivedFunc callback, void* userData) c_gtk_clipboard_request_image;
5915 	void function(GtkClipboard* clipboard, GtkTextBuffer* buffer, GtkClipboardRichTextReceivedFunc callback, void* userData) c_gtk_clipboard_request_rich_text;
5916 	void function(GtkClipboard* clipboard, GtkClipboardTargetsReceivedFunc callback, void* userData) c_gtk_clipboard_request_targets;
5917 	void function(GtkClipboard* clipboard, GtkClipboardTextReceivedFunc callback, void* userData) c_gtk_clipboard_request_text;
5918 	void function(GtkClipboard* clipboard, GtkClipboardURIReceivedFunc callback, void* userData) c_gtk_clipboard_request_uris;
5919 	void function(GtkClipboard* clipboard, GtkTargetEntry* targets, int nTargets) c_gtk_clipboard_set_can_store;
5920 	void function(GtkClipboard* clipboard, GdkPixbuf* pixbuf) c_gtk_clipboard_set_image;
5921 	void function(GtkClipboard* clipboard, const(char)* text, int len) c_gtk_clipboard_set_text;
5922 	int function(GtkClipboard* clipboard, GtkTargetEntry* targets, uint nTargets, GtkClipboardGetFunc getFunc, GtkClipboardClearFunc clearFunc, void* userData) c_gtk_clipboard_set_with_data;
5923 	int function(GtkClipboard* clipboard, GtkTargetEntry* targets, uint nTargets, GtkClipboardGetFunc getFunc, GtkClipboardClearFunc clearFunc, GObject* owner) c_gtk_clipboard_set_with_owner;
5924 	void function(GtkClipboard* clipboard) c_gtk_clipboard_store;
5925 	GtkSelectionData* function(GtkClipboard* clipboard, GdkAtom target) c_gtk_clipboard_wait_for_contents;
5926 	GdkPixbuf* function(GtkClipboard* clipboard) c_gtk_clipboard_wait_for_image;
5927 	ubyte* function(GtkClipboard* clipboard, GtkTextBuffer* buffer, GdkAtom* format, size_t* length) c_gtk_clipboard_wait_for_rich_text;
5928 	int function(GtkClipboard* clipboard, GdkAtom** targets, int* nTargets) c_gtk_clipboard_wait_for_targets;
5929 	char* function(GtkClipboard* clipboard) c_gtk_clipboard_wait_for_text;
5930 	char** function(GtkClipboard* clipboard) c_gtk_clipboard_wait_for_uris;
5931 	int function(GtkClipboard* clipboard) c_gtk_clipboard_wait_is_image_available;
5932 	int function(GtkClipboard* clipboard, GtkTextBuffer* buffer) c_gtk_clipboard_wait_is_rich_text_available;
5933 	int function(GtkClipboard* clipboard, GdkAtom target) c_gtk_clipboard_wait_is_target_available;
5934 	int function(GtkClipboard* clipboard) c_gtk_clipboard_wait_is_text_available;
5935 	int function(GtkClipboard* clipboard) c_gtk_clipboard_wait_is_uris_available;
5936 
5937 	// gtk.ColorButton
5938 
5939 	GType function() c_gtk_color_button_get_type;
5940 	GtkWidget* function() c_gtk_color_button_new;
5941 	GtkWidget* function(GdkColor* color) c_gtk_color_button_new_with_color;
5942 	GtkWidget* function(GdkRGBA* rgba) c_gtk_color_button_new_with_rgba;
5943 	ushort function(GtkColorButton* button) c_gtk_color_button_get_alpha;
5944 	void function(GtkColorButton* button, GdkColor* color) c_gtk_color_button_get_color;
5945 	void function(GtkColorButton* button, GdkRGBA* rgba) c_gtk_color_button_get_rgba;
5946 	const(char)* function(GtkColorButton* button) c_gtk_color_button_get_title;
5947 	int function(GtkColorButton* button) c_gtk_color_button_get_use_alpha;
5948 	void function(GtkColorButton* button, ushort alpha) c_gtk_color_button_set_alpha;
5949 	void function(GtkColorButton* button, GdkColor* color) c_gtk_color_button_set_color;
5950 	void function(GtkColorButton* button, GdkRGBA* rgba) c_gtk_color_button_set_rgba;
5951 	void function(GtkColorButton* button, const(char)* title) c_gtk_color_button_set_title;
5952 	void function(GtkColorButton* button, int useAlpha) c_gtk_color_button_set_use_alpha;
5953 
5954 	// gtk.ColorChooser
5955 
5956 	GType function() c_gtk_color_chooser_get_type;
5957 	void function(GtkColorChooser* chooser, GtkOrientation orientation, int colorsPerLine, int nColors, GdkRGBA* colors) c_gtk_color_chooser_add_palette;
5958 	void function(GtkColorChooser* chooser, GdkRGBA* color) c_gtk_color_chooser_get_rgba;
5959 	int function(GtkColorChooser* chooser) c_gtk_color_chooser_get_use_alpha;
5960 	void function(GtkColorChooser* chooser, GdkRGBA* color) c_gtk_color_chooser_set_rgba;
5961 	void function(GtkColorChooser* chooser, int useAlpha) c_gtk_color_chooser_set_use_alpha;
5962 
5963 	// gtk.ColorChooserDialog
5964 
5965 	GType function() c_gtk_color_chooser_dialog_get_type;
5966 	GtkWidget* function(const(char)* title, GtkWindow* parent) c_gtk_color_chooser_dialog_new;
5967 
5968 	// gtk.ColorChooserWidget
5969 
5970 	GType function() c_gtk_color_chooser_widget_get_type;
5971 	GtkWidget* function() c_gtk_color_chooser_widget_new;
5972 
5973 	// gtk.ColorSelection
5974 
5975 	GType function() c_gtk_color_selection_get_type;
5976 	GtkWidget* function() c_gtk_color_selection_new;
5977 	int function(const(char)* str, GdkColor** colors, int* nColors) c_gtk_color_selection_palette_from_string;
5978 	char* function(GdkColor* colors, int nColors) c_gtk_color_selection_palette_to_string;
5979 	GtkColorSelectionChangePaletteWithScreenFunc function(GtkColorSelectionChangePaletteWithScreenFunc func) c_gtk_color_selection_set_change_palette_with_screen_hook;
5980 	ushort function(GtkColorSelection* colorsel) c_gtk_color_selection_get_current_alpha;
5981 	void function(GtkColorSelection* colorsel, GdkColor* color) c_gtk_color_selection_get_current_color;
5982 	void function(GtkColorSelection* colorsel, GdkRGBA* rgba) c_gtk_color_selection_get_current_rgba;
5983 	int function(GtkColorSelection* colorsel) c_gtk_color_selection_get_has_opacity_control;
5984 	int function(GtkColorSelection* colorsel) c_gtk_color_selection_get_has_palette;
5985 	ushort function(GtkColorSelection* colorsel) c_gtk_color_selection_get_previous_alpha;
5986 	void function(GtkColorSelection* colorsel, GdkColor* color) c_gtk_color_selection_get_previous_color;
5987 	void function(GtkColorSelection* colorsel, GdkRGBA* rgba) c_gtk_color_selection_get_previous_rgba;
5988 	int function(GtkColorSelection* colorsel) c_gtk_color_selection_is_adjusting;
5989 	void function(GtkColorSelection* colorsel, ushort alpha) c_gtk_color_selection_set_current_alpha;
5990 	void function(GtkColorSelection* colorsel, GdkColor* color) c_gtk_color_selection_set_current_color;
5991 	void function(GtkColorSelection* colorsel, GdkRGBA* rgba) c_gtk_color_selection_set_current_rgba;
5992 	void function(GtkColorSelection* colorsel, int hasOpacity) c_gtk_color_selection_set_has_opacity_control;
5993 	void function(GtkColorSelection* colorsel, int hasPalette) c_gtk_color_selection_set_has_palette;
5994 	void function(GtkColorSelection* colorsel, ushort alpha) c_gtk_color_selection_set_previous_alpha;
5995 	void function(GtkColorSelection* colorsel, GdkColor* color) c_gtk_color_selection_set_previous_color;
5996 	void function(GtkColorSelection* colorsel, GdkRGBA* rgba) c_gtk_color_selection_set_previous_rgba;
5997 
5998 	// gtk.ColorSelectionDialog
5999 
6000 	GType function() c_gtk_color_selection_dialog_get_type;
6001 	GtkWidget* function(const(char)* title) c_gtk_color_selection_dialog_new;
6002 	GtkWidget* function(GtkColorSelectionDialog* colorsel) c_gtk_color_selection_dialog_get_color_selection;
6003 
6004 	// gtk.ComboBox
6005 
6006 	GType function() c_gtk_combo_box_get_type;
6007 	GtkWidget* function() c_gtk_combo_box_new;
6008 	GtkWidget* function(GtkCellArea* area) c_gtk_combo_box_new_with_area;
6009 	GtkWidget* function(GtkCellArea* area) c_gtk_combo_box_new_with_area_and_entry;
6010 	GtkWidget* function() c_gtk_combo_box_new_with_entry;
6011 	GtkWidget* function(GtkTreeModel* model) c_gtk_combo_box_new_with_model;
6012 	GtkWidget* function(GtkTreeModel* model) c_gtk_combo_box_new_with_model_and_entry;
6013 	int function(GtkComboBox* comboBox) c_gtk_combo_box_get_active;
6014 	const(char)* function(GtkComboBox* comboBox) c_gtk_combo_box_get_active_id;
6015 	int function(GtkComboBox* comboBox, GtkTreeIter* iter) c_gtk_combo_box_get_active_iter;
6016 	int function(GtkComboBox* comboBox) c_gtk_combo_box_get_add_tearoffs;
6017 	GtkSensitivityType function(GtkComboBox* comboBox) c_gtk_combo_box_get_button_sensitivity;
6018 	int function(GtkComboBox* comboBox) c_gtk_combo_box_get_column_span_column;
6019 	int function(GtkComboBox* comboBox) c_gtk_combo_box_get_entry_text_column;
6020 	int function(GtkComboBox* combo) c_gtk_combo_box_get_focus_on_click;
6021 	int function(GtkComboBox* comboBox) c_gtk_combo_box_get_has_entry;
6022 	int function(GtkComboBox* comboBox) c_gtk_combo_box_get_id_column;
6023 	GtkTreeModel* function(GtkComboBox* comboBox) c_gtk_combo_box_get_model;
6024 	AtkObject* function(GtkComboBox* comboBox) c_gtk_combo_box_get_popup_accessible;
6025 	int function(GtkComboBox* comboBox) c_gtk_combo_box_get_popup_fixed_width;
6026 	GtkTreeViewRowSeparatorFunc function(GtkComboBox* comboBox) c_gtk_combo_box_get_row_separator_func;
6027 	int function(GtkComboBox* comboBox) c_gtk_combo_box_get_row_span_column;
6028 	const(char)* function(GtkComboBox* comboBox) c_gtk_combo_box_get_title;
6029 	int function(GtkComboBox* comboBox) c_gtk_combo_box_get_wrap_width;
6030 	void function(GtkComboBox* comboBox) c_gtk_combo_box_popdown;
6031 	void function(GtkComboBox* comboBox) c_gtk_combo_box_popup;
6032 	void function(GtkComboBox* comboBox, GdkDevice* device) c_gtk_combo_box_popup_for_device;
6033 	void function(GtkComboBox* comboBox, int index) c_gtk_combo_box_set_active;
6034 	int function(GtkComboBox* comboBox, const(char)* activeId) c_gtk_combo_box_set_active_id;
6035 	void function(GtkComboBox* comboBox, GtkTreeIter* iter) c_gtk_combo_box_set_active_iter;
6036 	void function(GtkComboBox* comboBox, int addTearoffs) c_gtk_combo_box_set_add_tearoffs;
6037 	void function(GtkComboBox* comboBox, GtkSensitivityType sensitivity) c_gtk_combo_box_set_button_sensitivity;
6038 	void function(GtkComboBox* comboBox, int columnSpan) c_gtk_combo_box_set_column_span_column;
6039 	void function(GtkComboBox* comboBox, int textColumn) c_gtk_combo_box_set_entry_text_column;
6040 	void function(GtkComboBox* combo, int focusOnClick) c_gtk_combo_box_set_focus_on_click;
6041 	void function(GtkComboBox* comboBox, int idColumn) c_gtk_combo_box_set_id_column;
6042 	void function(GtkComboBox* comboBox, GtkTreeModel* model) c_gtk_combo_box_set_model;
6043 	void function(GtkComboBox* comboBox, int fixed) c_gtk_combo_box_set_popup_fixed_width;
6044 	void function(GtkComboBox* comboBox, GtkTreeViewRowSeparatorFunc func, void* data, GDestroyNotify destroy) c_gtk_combo_box_set_row_separator_func;
6045 	void function(GtkComboBox* comboBox, int rowSpan) c_gtk_combo_box_set_row_span_column;
6046 	void function(GtkComboBox* comboBox, const(char)* title) c_gtk_combo_box_set_title;
6047 	void function(GtkComboBox* comboBox, int width) c_gtk_combo_box_set_wrap_width;
6048 
6049 	// gtk.ComboBoxAccessible
6050 
6051 	GType function() c_gtk_combo_box_accessible_get_type;
6052 
6053 	// gtk.ComboBoxText
6054 
6055 	GType function() c_gtk_combo_box_text_get_type;
6056 	GtkWidget* function() c_gtk_combo_box_text_new;
6057 	GtkWidget* function() c_gtk_combo_box_text_new_with_entry;
6058 	void function(GtkComboBoxText* comboBox, const(char)* id, const(char)* text) c_gtk_combo_box_text_append;
6059 	void function(GtkComboBoxText* comboBox, const(char)* text) c_gtk_combo_box_text_append_text;
6060 	char* function(GtkComboBoxText* comboBox) c_gtk_combo_box_text_get_active_text;
6061 	void function(GtkComboBoxText* comboBox, int position, const(char)* id, const(char)* text) c_gtk_combo_box_text_insert;
6062 	void function(GtkComboBoxText* comboBox, int position, const(char)* text) c_gtk_combo_box_text_insert_text;
6063 	void function(GtkComboBoxText* comboBox, const(char)* id, const(char)* text) c_gtk_combo_box_text_prepend;
6064 	void function(GtkComboBoxText* comboBox, const(char)* text) c_gtk_combo_box_text_prepend_text;
6065 	void function(GtkComboBoxText* comboBox, int position) c_gtk_combo_box_text_remove;
6066 	void function(GtkComboBoxText* comboBox) c_gtk_combo_box_text_remove_all;
6067 
6068 	// gtk.Container
6069 
6070 	GType function() c_gtk_container_get_type;
6071 	void function(GtkContainer* container, GtkWidget* widget) c_gtk_container_add;
6072 	void function(GtkContainer* container, GtkWidget* widget, const(char)* firstPropName, ... ) c_gtk_container_add_with_properties;
6073 	void function(GtkContainer* container) c_gtk_container_check_resize;
6074 	void function(GtkContainer* container, GtkWidget* child, const(char)* firstPropName, ... ) c_gtk_container_child_get;
6075 	void function(GtkContainer* container, GtkWidget* child, const(char)* propertyName, GValue* value) c_gtk_container_child_get_property;
6076 	void function(GtkContainer* container, GtkWidget* child, const(char)* firstPropertyName, void* varArgs) c_gtk_container_child_get_valist;
6077 	void function(GtkContainer* container, GtkWidget* child, const(char)* childProperty) c_gtk_container_child_notify;
6078 	void function(GtkContainer* container, GtkWidget* child, GParamSpec* pspec) c_gtk_container_child_notify_by_pspec;
6079 	void function(GtkContainer* container, GtkWidget* child, const(char)* firstPropName, ... ) c_gtk_container_child_set;
6080 	void function(GtkContainer* container, GtkWidget* child, const(char)* propertyName, GValue* value) c_gtk_container_child_set_property;
6081 	void function(GtkContainer* container, GtkWidget* child, const(char)* firstPropertyName, void* varArgs) c_gtk_container_child_set_valist;
6082 	GType function(GtkContainer* container) c_gtk_container_child_type;
6083 	void function(GtkContainer* container, GtkCallback callback, void* callbackData) c_gtk_container_forall;
6084 	void function(GtkContainer* container, GtkCallback callback, void* callbackData) c_gtk_container_foreach;
6085 	uint function(GtkContainer* container) c_gtk_container_get_border_width;
6086 	GList* function(GtkContainer* container) c_gtk_container_get_children;
6087 	int function(GtkContainer* container, GList** focusableWidgets) c_gtk_container_get_focus_chain;
6088 	GtkWidget* function(GtkContainer* container) c_gtk_container_get_focus_child;
6089 	GtkAdjustment* function(GtkContainer* container) c_gtk_container_get_focus_hadjustment;
6090 	GtkAdjustment* function(GtkContainer* container) c_gtk_container_get_focus_vadjustment;
6091 	GtkWidgetPath* function(GtkContainer* container, GtkWidget* child) c_gtk_container_get_path_for_child;
6092 	GtkResizeMode function(GtkContainer* container) c_gtk_container_get_resize_mode;
6093 	void function(GtkContainer* container, GtkWidget* child, cairo_t* cr) c_gtk_container_propagate_draw;
6094 	void function(GtkContainer* container, GtkWidget* widget) c_gtk_container_remove;
6095 	void function(GtkContainer* container) c_gtk_container_resize_children;
6096 	void function(GtkContainer* container, uint borderWidth) c_gtk_container_set_border_width;
6097 	void function(GtkContainer* container, GList* focusableWidgets) c_gtk_container_set_focus_chain;
6098 	void function(GtkContainer* container, GtkWidget* child) c_gtk_container_set_focus_child;
6099 	void function(GtkContainer* container, GtkAdjustment* adjustment) c_gtk_container_set_focus_hadjustment;
6100 	void function(GtkContainer* container, GtkAdjustment* adjustment) c_gtk_container_set_focus_vadjustment;
6101 	void function(GtkContainer* container, int needsRedraws) c_gtk_container_set_reallocate_redraws;
6102 	void function(GtkContainer* container, GtkResizeMode resizeMode) c_gtk_container_set_resize_mode;
6103 	void function(GtkContainer* container) c_gtk_container_unset_focus_chain;
6104 
6105 	// gtk.ContainerAccessible
6106 
6107 	GType function() c_gtk_container_accessible_get_type;
6108 
6109 	// gtk.ContainerCellAccessible
6110 
6111 	GType function() c_gtk_container_cell_accessible_get_type;
6112 	GtkContainerCellAccessible* function() c_gtk_container_cell_accessible_new;
6113 	void function(GtkContainerCellAccessible* container, GtkCellAccessible* child) c_gtk_container_cell_accessible_add_child;
6114 	GList* function(GtkContainerCellAccessible* container) c_gtk_container_cell_accessible_get_children;
6115 	void function(GtkContainerCellAccessible* container, GtkCellAccessible* child) c_gtk_container_cell_accessible_remove_child;
6116 
6117 	// gtk.ContainerClass
6118 
6119 	GParamSpec* function(GObjectClass* cclass, const(char)* propertyName) c_gtk_container_class_find_child_property;
6120 	void function(GtkContainerClass* klass) c_gtk_container_class_handle_border_width;
6121 	void function(GtkContainerClass* cclass, uint nPspecs, GParamSpec** pspecs) c_gtk_container_class_install_child_properties;
6122 	void function(GtkContainerClass* cclass, uint propertyId, GParamSpec* pspec) c_gtk_container_class_install_child_property;
6123 	GParamSpec** function(GObjectClass* cclass, uint* nProperties) c_gtk_container_class_list_child_properties;
6124 
6125 	// gtk.CssProvider
6126 
6127 	GType function() c_gtk_css_provider_get_type;
6128 	GtkCssProvider* function() c_gtk_css_provider_new;
6129 	GtkCssProvider* function() c_gtk_css_provider_get_default;
6130 	GtkCssProvider* function(const(char)* name, const(char)* variant) c_gtk_css_provider_get_named;
6131 	int function(GtkCssProvider* cssProvider, char* data, ptrdiff_t length, GError** err) c_gtk_css_provider_load_from_data;
6132 	int function(GtkCssProvider* cssProvider, GFile* file, GError** err) c_gtk_css_provider_load_from_file;
6133 	int function(GtkCssProvider* cssProvider, const(char)* path, GError** err) c_gtk_css_provider_load_from_path;
6134 	void function(GtkCssProvider* cssProvider, const(char)* resourcePath) c_gtk_css_provider_load_from_resource;
6135 	char* function(GtkCssProvider* provider) c_gtk_css_provider_to_string;
6136 
6137 	// gtk.CssSection
6138 
6139 	GType function() c_gtk_css_section_get_type;
6140 	uint function(GtkCssSection* section) c_gtk_css_section_get_end_line;
6141 	uint function(GtkCssSection* section) c_gtk_css_section_get_end_position;
6142 	GFile* function(GtkCssSection* section) c_gtk_css_section_get_file;
6143 	GtkCssSection* function(GtkCssSection* section) c_gtk_css_section_get_parent;
6144 	GtkCssSectionType function(GtkCssSection* section) c_gtk_css_section_get_section_type;
6145 	uint function(GtkCssSection* section) c_gtk_css_section_get_start_line;
6146 	uint function(GtkCssSection* section) c_gtk_css_section_get_start_position;
6147 	GtkCssSection* function(GtkCssSection* section) c_gtk_css_section_ref;
6148 	void function(GtkCssSection* section) c_gtk_css_section_unref;
6149 
6150 	// gtk.Dialog
6151 
6152 	GType function() c_gtk_dialog_get_type;
6153 	GtkWidget* function() c_gtk_dialog_new;
6154 	GtkWidget* function(const(char)* title, GtkWindow* parent, GtkDialogFlags flags, const(char)* firstButtonText, ... ) c_gtk_dialog_new_with_buttons;
6155 	void function(GtkDialog* dialog, GtkWidget* child, int responseId) c_gtk_dialog_add_action_widget;
6156 	GtkWidget* function(GtkDialog* dialog, const(char)* buttonText, int responseId) c_gtk_dialog_add_button;
6157 	void function(GtkDialog* dialog, const(char)* firstButtonText, ... ) c_gtk_dialog_add_buttons;
6158 	GtkWidget* function(GtkDialog* dialog) c_gtk_dialog_get_action_area;
6159 	GtkWidget* function(GtkDialog* dialog) c_gtk_dialog_get_content_area;
6160 	GtkWidget* function(GtkDialog* dialog) c_gtk_dialog_get_header_bar;
6161 	int function(GtkDialog* dialog, GtkWidget* widget) c_gtk_dialog_get_response_for_widget;
6162 	GtkWidget* function(GtkDialog* dialog, int responseId) c_gtk_dialog_get_widget_for_response;
6163 	void function(GtkDialog* dialog, int responseId) c_gtk_dialog_response;
6164 	int function(GtkDialog* dialog) c_gtk_dialog_run;
6165 	void function(GtkDialog* dialog, int firstResponseId, ... ) c_gtk_dialog_set_alternative_button_order;
6166 	void function(GtkDialog* dialog, int nParams, int* newOrder) c_gtk_dialog_set_alternative_button_order_from_array;
6167 	void function(GtkDialog* dialog, int responseId) c_gtk_dialog_set_default_response;
6168 	void function(GtkDialog* dialog, int responseId, int setting) c_gtk_dialog_set_response_sensitive;
6169 	int function(GdkScreen* screen) c_gtk_alternative_dialog_button_order;
6170 
6171 	// gtk.DrawingArea
6172 
6173 	GType function() c_gtk_drawing_area_get_type;
6174 	GtkWidget* function() c_gtk_drawing_area_new;
6175 
6176 	// gtk.Editable
6177 
6178 	GType function() c_gtk_editable_get_type;
6179 	void function(GtkEditable* editable) c_gtk_editable_copy_clipboard;
6180 	void function(GtkEditable* editable) c_gtk_editable_cut_clipboard;
6181 	void function(GtkEditable* editable) c_gtk_editable_delete_selection;
6182 	void function(GtkEditable* editable, int startPos, int endPos) c_gtk_editable_delete_text;
6183 	char* function(GtkEditable* editable, int startPos, int endPos) c_gtk_editable_get_chars;
6184 	int function(GtkEditable* editable) c_gtk_editable_get_editable;
6185 	int function(GtkEditable* editable) c_gtk_editable_get_position;
6186 	int function(GtkEditable* editable, int* startPos, int* endPos) c_gtk_editable_get_selection_bounds;
6187 	void function(GtkEditable* editable, const(char)* newText, int newTextLength, int* position) c_gtk_editable_insert_text;
6188 	void function(GtkEditable* editable) c_gtk_editable_paste_clipboard;
6189 	void function(GtkEditable* editable, int startPos, int endPos) c_gtk_editable_select_region;
6190 	void function(GtkEditable* editable, int isEditable) c_gtk_editable_set_editable;
6191 	void function(GtkEditable* editable, int position) c_gtk_editable_set_position;
6192 
6193 	// gtk.Entry
6194 
6195 	GType function() c_gtk_entry_get_type;
6196 	GtkWidget* function() c_gtk_entry_new;
6197 	GtkWidget* function(GtkEntryBuffer* buffer) c_gtk_entry_new_with_buffer;
6198 	int function(GtkEntry* entry) c_gtk_entry_get_activates_default;
6199 	float function(GtkEntry* entry) c_gtk_entry_get_alignment;
6200 	PangoAttrList* function(GtkEntry* entry) c_gtk_entry_get_attributes;
6201 	GtkEntryBuffer* function(GtkEntry* entry) c_gtk_entry_get_buffer;
6202 	GtkEntryCompletion* function(GtkEntry* entry) c_gtk_entry_get_completion;
6203 	int function(GtkEntry* entry) c_gtk_entry_get_current_icon_drag_source;
6204 	GtkAdjustment* function(GtkEntry* entry) c_gtk_entry_get_cursor_hadjustment;
6205 	int function(GtkEntry* entry) c_gtk_entry_get_has_frame;
6206 	int function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_activatable;
6207 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, GdkRectangle* iconArea) c_gtk_entry_get_icon_area;
6208 	int function(GtkEntry* entry, int x, int y) c_gtk_entry_get_icon_at_pos;
6209 	GIcon* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_gicon;
6210 	const(char)* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_name;
6211 	GdkPixbuf* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_pixbuf;
6212 	int function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_sensitive;
6213 	const(char)* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_stock;
6214 	GtkImageType function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_storage_type;
6215 	char* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_tooltip_markup;
6216 	char* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_tooltip_text;
6217 	GtkBorder* function(GtkEntry* entry) c_gtk_entry_get_inner_border;
6218 	GtkInputHints function(GtkEntry* entry) c_gtk_entry_get_input_hints;
6219 	GtkInputPurpose function(GtkEntry* entry) c_gtk_entry_get_input_purpose;
6220 	dchar function(GtkEntry* entry) c_gtk_entry_get_invisible_char;
6221 	PangoLayout* function(GtkEntry* entry) c_gtk_entry_get_layout;
6222 	void function(GtkEntry* entry, int* x, int* y) c_gtk_entry_get_layout_offsets;
6223 	int function(GtkEntry* entry) c_gtk_entry_get_max_length;
6224 	int function(GtkEntry* entry) c_gtk_entry_get_max_width_chars;
6225 	int function(GtkEntry* entry) c_gtk_entry_get_overwrite_mode;
6226 	const(char)* function(GtkEntry* entry) c_gtk_entry_get_placeholder_text;
6227 	double function(GtkEntry* entry) c_gtk_entry_get_progress_fraction;
6228 	double function(GtkEntry* entry) c_gtk_entry_get_progress_pulse_step;
6229 	PangoTabArray* function(GtkEntry* entry) c_gtk_entry_get_tabs;
6230 	const(char)* function(GtkEntry* entry) c_gtk_entry_get_text;
6231 	void function(GtkEntry* entry, GdkRectangle* textArea) c_gtk_entry_get_text_area;
6232 	ushort function(GtkEntry* entry) c_gtk_entry_get_text_length;
6233 	int function(GtkEntry* entry) c_gtk_entry_get_visibility;
6234 	int function(GtkEntry* entry) c_gtk_entry_get_width_chars;
6235 	void function(GtkEntry* entry) c_gtk_entry_grab_focus_without_selecting;
6236 	int function(GtkEntry* entry, GdkEventKey* event) c_gtk_entry_im_context_filter_keypress;
6237 	int function(GtkEntry* entry, int layoutIndex) c_gtk_entry_layout_index_to_text_index;
6238 	void function(GtkEntry* entry) c_gtk_entry_progress_pulse;
6239 	void function(GtkEntry* entry) c_gtk_entry_reset_im_context;
6240 	void function(GtkEntry* entry, int setting) c_gtk_entry_set_activates_default;
6241 	void function(GtkEntry* entry, float xalign) c_gtk_entry_set_alignment;
6242 	void function(GtkEntry* entry, PangoAttrList* attrs) c_gtk_entry_set_attributes;
6243 	void function(GtkEntry* entry, GtkEntryBuffer* buffer) c_gtk_entry_set_buffer;
6244 	void function(GtkEntry* entry, GtkEntryCompletion* completion) c_gtk_entry_set_completion;
6245 	void function(GtkEntry* entry, GtkAdjustment* adjustment) c_gtk_entry_set_cursor_hadjustment;
6246 	void function(GtkEntry* entry, int setting) c_gtk_entry_set_has_frame;
6247 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, int activatable) c_gtk_entry_set_icon_activatable;
6248 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, GtkTargetList* targetList, GdkDragAction actions) c_gtk_entry_set_icon_drag_source;
6249 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, GIcon* icon) c_gtk_entry_set_icon_from_gicon;
6250 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, const(char)* iconName) c_gtk_entry_set_icon_from_icon_name;
6251 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, GdkPixbuf* pixbuf) c_gtk_entry_set_icon_from_pixbuf;
6252 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, const(char)* stockId) c_gtk_entry_set_icon_from_stock;
6253 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, int sensitive) c_gtk_entry_set_icon_sensitive;
6254 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, const(char)* tooltip) c_gtk_entry_set_icon_tooltip_markup;
6255 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, const(char)* tooltip) c_gtk_entry_set_icon_tooltip_text;
6256 	void function(GtkEntry* entry, GtkBorder* border) c_gtk_entry_set_inner_border;
6257 	void function(GtkEntry* entry, GtkInputHints hints) c_gtk_entry_set_input_hints;
6258 	void function(GtkEntry* entry, GtkInputPurpose purpose) c_gtk_entry_set_input_purpose;
6259 	void function(GtkEntry* entry, dchar ch) c_gtk_entry_set_invisible_char;
6260 	void function(GtkEntry* entry, int max) c_gtk_entry_set_max_length;
6261 	void function(GtkEntry* entry, int nChars) c_gtk_entry_set_max_width_chars;
6262 	void function(GtkEntry* entry, int overwrite) c_gtk_entry_set_overwrite_mode;
6263 	void function(GtkEntry* entry, const(char)* text) c_gtk_entry_set_placeholder_text;
6264 	void function(GtkEntry* entry, double fraction) c_gtk_entry_set_progress_fraction;
6265 	void function(GtkEntry* entry, double fraction) c_gtk_entry_set_progress_pulse_step;
6266 	void function(GtkEntry* entry, PangoTabArray* tabs) c_gtk_entry_set_tabs;
6267 	void function(GtkEntry* entry, const(char)* text) c_gtk_entry_set_text;
6268 	void function(GtkEntry* entry, int visible) c_gtk_entry_set_visibility;
6269 	void function(GtkEntry* entry, int nChars) c_gtk_entry_set_width_chars;
6270 	int function(GtkEntry* entry, int textIndex) c_gtk_entry_text_index_to_layout_index;
6271 	void function(GtkEntry* entry) c_gtk_entry_unset_invisible_char;
6272 
6273 	// gtk.EntryAccessible
6274 
6275 	GType function() c_gtk_entry_accessible_get_type;
6276 
6277 	// gtk.EntryBuffer
6278 
6279 	GType function() c_gtk_entry_buffer_get_type;
6280 	GtkEntryBuffer* function(const(char)* initialChars, int nInitialChars) c_gtk_entry_buffer_new;
6281 	uint function(GtkEntryBuffer* buffer, uint position, int nChars) c_gtk_entry_buffer_delete_text;
6282 	void function(GtkEntryBuffer* buffer, uint position, uint nChars) c_gtk_entry_buffer_emit_deleted_text;
6283 	void function(GtkEntryBuffer* buffer, uint position, const(char)* chars, uint nChars) c_gtk_entry_buffer_emit_inserted_text;
6284 	size_t function(GtkEntryBuffer* buffer) c_gtk_entry_buffer_get_bytes;
6285 	uint function(GtkEntryBuffer* buffer) c_gtk_entry_buffer_get_length;
6286 	int function(GtkEntryBuffer* buffer) c_gtk_entry_buffer_get_max_length;
6287 	const(char)* function(GtkEntryBuffer* buffer) c_gtk_entry_buffer_get_text;
6288 	uint function(GtkEntryBuffer* buffer, uint position, const(char)* chars, int nChars) c_gtk_entry_buffer_insert_text;
6289 	void function(GtkEntryBuffer* buffer, int maxLength) c_gtk_entry_buffer_set_max_length;
6290 	void function(GtkEntryBuffer* buffer, const(char)* chars, int nChars) c_gtk_entry_buffer_set_text;
6291 
6292 	// gtk.EntryCompletion
6293 
6294 	GType function() c_gtk_entry_completion_get_type;
6295 	GtkEntryCompletion* function() c_gtk_entry_completion_new;
6296 	GtkEntryCompletion* function(GtkCellArea* area) c_gtk_entry_completion_new_with_area;
6297 	void function(GtkEntryCompletion* completion) c_gtk_entry_completion_complete;
6298 	char* function(GtkEntryCompletion* completion, const(char)* key) c_gtk_entry_completion_compute_prefix;
6299 	void function(GtkEntryCompletion* completion, int index) c_gtk_entry_completion_delete_action;
6300 	const(char)* function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_completion_prefix;
6301 	GtkWidget* function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_entry;
6302 	int function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_inline_completion;
6303 	int function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_inline_selection;
6304 	int function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_minimum_key_length;
6305 	GtkTreeModel* function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_model;
6306 	int function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_popup_completion;
6307 	int function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_popup_set_width;
6308 	int function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_popup_single_match;
6309 	int function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_text_column;
6310 	void function(GtkEntryCompletion* completion, int index, const(char)* markup) c_gtk_entry_completion_insert_action_markup;
6311 	void function(GtkEntryCompletion* completion, int index, const(char)* text) c_gtk_entry_completion_insert_action_text;
6312 	void function(GtkEntryCompletion* completion) c_gtk_entry_completion_insert_prefix;
6313 	void function(GtkEntryCompletion* completion, int inlineCompletion) c_gtk_entry_completion_set_inline_completion;
6314 	void function(GtkEntryCompletion* completion, int inlineSelection) c_gtk_entry_completion_set_inline_selection;
6315 	void function(GtkEntryCompletion* completion, GtkEntryCompletionMatchFunc func, void* funcData, GDestroyNotify funcNotify) c_gtk_entry_completion_set_match_func;
6316 	void function(GtkEntryCompletion* completion, int length) c_gtk_entry_completion_set_minimum_key_length;
6317 	void function(GtkEntryCompletion* completion, GtkTreeModel* model) c_gtk_entry_completion_set_model;
6318 	void function(GtkEntryCompletion* completion, int popupCompletion) c_gtk_entry_completion_set_popup_completion;
6319 	void function(GtkEntryCompletion* completion, int popupSetWidth) c_gtk_entry_completion_set_popup_set_width;
6320 	void function(GtkEntryCompletion* completion, int popupSingleMatch) c_gtk_entry_completion_set_popup_single_match;
6321 	void function(GtkEntryCompletion* completion, int column) c_gtk_entry_completion_set_text_column;
6322 
6323 	// gtk.EntryIconAccessible
6324 
6325 	GType function() c_gtk_entry_icon_accessible_get_type;
6326 
6327 	// gtk.EventBox
6328 
6329 	GType function() c_gtk_event_box_get_type;
6330 	GtkWidget* function() c_gtk_event_box_new;
6331 	int function(GtkEventBox* eventBox) c_gtk_event_box_get_above_child;
6332 	int function(GtkEventBox* eventBox) c_gtk_event_box_get_visible_window;
6333 	void function(GtkEventBox* eventBox, int aboveChild) c_gtk_event_box_set_above_child;
6334 	void function(GtkEventBox* eventBox, int visibleWindow) c_gtk_event_box_set_visible_window;
6335 
6336 	// gtk.EventController
6337 
6338 	GType function() c_gtk_event_controller_get_type;
6339 	GtkPropagationPhase function(GtkEventController* controller) c_gtk_event_controller_get_propagation_phase;
6340 	GtkWidget* function(GtkEventController* controller) c_gtk_event_controller_get_widget;
6341 	int function(GtkEventController* controller, GdkEvent* event) c_gtk_event_controller_handle_event;
6342 	void function(GtkEventController* controller) c_gtk_event_controller_reset;
6343 	void function(GtkEventController* controller, GtkPropagationPhase phase) c_gtk_event_controller_set_propagation_phase;
6344 
6345 	// gtk.Expander
6346 
6347 	GType function() c_gtk_expander_get_type;
6348 	GtkWidget* function(const(char)* label) c_gtk_expander_new;
6349 	GtkWidget* function(const(char)* label) c_gtk_expander_new_with_mnemonic;
6350 	int function(GtkExpander* expander) c_gtk_expander_get_expanded;
6351 	const(char)* function(GtkExpander* expander) c_gtk_expander_get_label;
6352 	int function(GtkExpander* expander) c_gtk_expander_get_label_fill;
6353 	GtkWidget* function(GtkExpander* expander) c_gtk_expander_get_label_widget;
6354 	int function(GtkExpander* expander) c_gtk_expander_get_resize_toplevel;
6355 	int function(GtkExpander* expander) c_gtk_expander_get_spacing;
6356 	int function(GtkExpander* expander) c_gtk_expander_get_use_markup;
6357 	int function(GtkExpander* expander) c_gtk_expander_get_use_underline;
6358 	void function(GtkExpander* expander, int expanded) c_gtk_expander_set_expanded;
6359 	void function(GtkExpander* expander, const(char)* label) c_gtk_expander_set_label;
6360 	void function(GtkExpander* expander, int labelFill) c_gtk_expander_set_label_fill;
6361 	void function(GtkExpander* expander, GtkWidget* labelWidget) c_gtk_expander_set_label_widget;
6362 	void function(GtkExpander* expander, int resizeToplevel) c_gtk_expander_set_resize_toplevel;
6363 	void function(GtkExpander* expander, int spacing) c_gtk_expander_set_spacing;
6364 	void function(GtkExpander* expander, int useMarkup) c_gtk_expander_set_use_markup;
6365 	void function(GtkExpander* expander, int useUnderline) c_gtk_expander_set_use_underline;
6366 
6367 	// gtk.ExpanderAccessible
6368 
6369 	GType function() c_gtk_expander_accessible_get_type;
6370 
6371 	// gtk.FileChooser
6372 
6373 	GType function() c_gtk_file_chooser_get_type;
6374 	void function(GtkFileChooser* chooser, GtkFileFilter* filter) c_gtk_file_chooser_add_filter;
6375 	int function(GtkFileChooser* chooser, char* folder, GError** err) c_gtk_file_chooser_add_shortcut_folder;
6376 	int function(GtkFileChooser* chooser, const(char)* uri, GError** err) c_gtk_file_chooser_add_shortcut_folder_uri;
6377 	GtkFileChooserAction function(GtkFileChooser* chooser) c_gtk_file_chooser_get_action;
6378 	int function(GtkFileChooser* chooser) c_gtk_file_chooser_get_create_folders;
6379 	char* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_current_folder;
6380 	GFile* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_current_folder_file;
6381 	char* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_current_folder_uri;
6382 	char* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_current_name;
6383 	int function(GtkFileChooser* chooser) c_gtk_file_chooser_get_do_overwrite_confirmation;
6384 	GtkWidget* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_extra_widget;
6385 	GFile* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_file;
6386 	char* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_filename;
6387 	GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_filenames;
6388 	GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_files;
6389 	GtkFileFilter* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_filter;
6390 	int function(GtkFileChooser* chooser) c_gtk_file_chooser_get_local_only;
6391 	GFile* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_file;
6392 	char* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_filename;
6393 	char* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_uri;
6394 	GtkWidget* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_widget;
6395 	int function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_widget_active;
6396 	int function(GtkFileChooser* chooser) c_gtk_file_chooser_get_select_multiple;
6397 	int function(GtkFileChooser* chooser) c_gtk_file_chooser_get_show_hidden;
6398 	char* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_uri;
6399 	GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_uris;
6400 	int function(GtkFileChooser* chooser) c_gtk_file_chooser_get_use_preview_label;
6401 	GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_list_filters;
6402 	GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_list_shortcut_folder_uris;
6403 	GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_list_shortcut_folders;
6404 	void function(GtkFileChooser* chooser, GtkFileFilter* filter) c_gtk_file_chooser_remove_filter;
6405 	int function(GtkFileChooser* chooser, char* folder, GError** err) c_gtk_file_chooser_remove_shortcut_folder;
6406 	int function(GtkFileChooser* chooser, const(char)* uri, GError** err) c_gtk_file_chooser_remove_shortcut_folder_uri;
6407 	void function(GtkFileChooser* chooser) c_gtk_file_chooser_select_all;
6408 	int function(GtkFileChooser* chooser, GFile* file, GError** err) c_gtk_file_chooser_select_file;
6409 	int function(GtkFileChooser* chooser, char* filename) c_gtk_file_chooser_select_filename;
6410 	int function(GtkFileChooser* chooser, const(char)* uri) c_gtk_file_chooser_select_uri;
6411 	void function(GtkFileChooser* chooser, GtkFileChooserAction action) c_gtk_file_chooser_set_action;
6412 	void function(GtkFileChooser* chooser, int createFolders) c_gtk_file_chooser_set_create_folders;
6413 	int function(GtkFileChooser* chooser, char* filename) c_gtk_file_chooser_set_current_folder;
6414 	int function(GtkFileChooser* chooser, GFile* file, GError** err) c_gtk_file_chooser_set_current_folder_file;
6415 	int function(GtkFileChooser* chooser, const(char)* uri) c_gtk_file_chooser_set_current_folder_uri;
6416 	void function(GtkFileChooser* chooser, char* name) c_gtk_file_chooser_set_current_name;
6417 	void function(GtkFileChooser* chooser, int doOverwriteConfirmation) c_gtk_file_chooser_set_do_overwrite_confirmation;
6418 	void function(GtkFileChooser* chooser, GtkWidget* extraWidget) c_gtk_file_chooser_set_extra_widget;
6419 	int function(GtkFileChooser* chooser, GFile* file, GError** err) c_gtk_file_chooser_set_file;
6420 	int function(GtkFileChooser* chooser, char* filename) c_gtk_file_chooser_set_filename;
6421 	void function(GtkFileChooser* chooser, GtkFileFilter* filter) c_gtk_file_chooser_set_filter;
6422 	void function(GtkFileChooser* chooser, int localOnly) c_gtk_file_chooser_set_local_only;
6423 	void function(GtkFileChooser* chooser, GtkWidget* previewWidget) c_gtk_file_chooser_set_preview_widget;
6424 	void function(GtkFileChooser* chooser, int active) c_gtk_file_chooser_set_preview_widget_active;
6425 	void function(GtkFileChooser* chooser, int selectMultiple) c_gtk_file_chooser_set_select_multiple;
6426 	void function(GtkFileChooser* chooser, int showHidden) c_gtk_file_chooser_set_show_hidden;
6427 	int function(GtkFileChooser* chooser, const(char)* uri) c_gtk_file_chooser_set_uri;
6428 	void function(GtkFileChooser* chooser, int useLabel) c_gtk_file_chooser_set_use_preview_label;
6429 	void function(GtkFileChooser* chooser) c_gtk_file_chooser_unselect_all;
6430 	void function(GtkFileChooser* chooser, GFile* file) c_gtk_file_chooser_unselect_file;
6431 	void function(GtkFileChooser* chooser, char* filename) c_gtk_file_chooser_unselect_filename;
6432 	void function(GtkFileChooser* chooser, const(char)* uri) c_gtk_file_chooser_unselect_uri;
6433 
6434 	// gtk.FileChooserButton
6435 
6436 	GType function() c_gtk_file_chooser_button_get_type;
6437 	GtkWidget* function(const(char)* title, GtkFileChooserAction action) c_gtk_file_chooser_button_new;
6438 	GtkWidget* function(GtkWidget* dialog) c_gtk_file_chooser_button_new_with_dialog;
6439 	int function(GtkFileChooserButton* button) c_gtk_file_chooser_button_get_focus_on_click;
6440 	const(char)* function(GtkFileChooserButton* button) c_gtk_file_chooser_button_get_title;
6441 	int function(GtkFileChooserButton* button) c_gtk_file_chooser_button_get_width_chars;
6442 	void function(GtkFileChooserButton* button, int focusOnClick) c_gtk_file_chooser_button_set_focus_on_click;
6443 	void function(GtkFileChooserButton* button, const(char)* title) c_gtk_file_chooser_button_set_title;
6444 	void function(GtkFileChooserButton* button, int nChars) c_gtk_file_chooser_button_set_width_chars;
6445 
6446 	// gtk.FileChooserDialog
6447 
6448 	GType function() c_gtk_file_chooser_dialog_get_type;
6449 	GtkWidget* function(const(char)* title, GtkWindow* parent, GtkFileChooserAction action, const(char)* firstButtonText, ... ) c_gtk_file_chooser_dialog_new;
6450 
6451 	// gtk.FileChooserNative
6452 
6453 	GType function() c_gtk_file_chooser_native_get_type;
6454 	GtkFileChooserNative* function(const(char)* title, GtkWindow* parent, GtkFileChooserAction action, const(char)* acceptLabel, const(char)* cancelLabel) c_gtk_file_chooser_native_new;
6455 	const(char)* function(GtkFileChooserNative* self) c_gtk_file_chooser_native_get_accept_label;
6456 	const(char)* function(GtkFileChooserNative* self) c_gtk_file_chooser_native_get_cancel_label;
6457 	void function(GtkFileChooserNative* self, const(char)* acceptLabel) c_gtk_file_chooser_native_set_accept_label;
6458 	void function(GtkFileChooserNative* self, const(char)* cancelLabel) c_gtk_file_chooser_native_set_cancel_label;
6459 
6460 	// gtk.FileChooserWidget
6461 
6462 	GType function() c_gtk_file_chooser_widget_get_type;
6463 	GtkWidget* function(GtkFileChooserAction action) c_gtk_file_chooser_widget_new;
6464 
6465 	// gtk.FileFilter
6466 
6467 	GType function() c_gtk_file_filter_get_type;
6468 	GtkFileFilter* function() c_gtk_file_filter_new;
6469 	void function(GtkFileFilter* filter, GtkFileFilterFlags needed, GtkFileFilterFunc func, void* data, GDestroyNotify notify) c_gtk_file_filter_add_custom;
6470 	void function(GtkFileFilter* filter, const(char)* mimeType) c_gtk_file_filter_add_mime_type;
6471 	void function(GtkFileFilter* filter, const(char)* pattern) c_gtk_file_filter_add_pattern;
6472 	void function(GtkFileFilter* filter) c_gtk_file_filter_add_pixbuf_formats;
6473 	int function(GtkFileFilter* filter, GtkFileFilterInfo* filterInfo) c_gtk_file_filter_filter;
6474 	const(char)* function(GtkFileFilter* filter) c_gtk_file_filter_get_name;
6475 	GtkFileFilterFlags function(GtkFileFilter* filter) c_gtk_file_filter_get_needed;
6476 	void function(GtkFileFilter* filter, const(char)* name) c_gtk_file_filter_set_name;
6477 
6478 	// gtk.Fixed
6479 
6480 	GType function() c_gtk_fixed_get_type;
6481 	GtkWidget* function() c_gtk_fixed_new;
6482 	void function(GtkFixed* fixed, GtkWidget* widget, int x, int y) c_gtk_fixed_move;
6483 	void function(GtkFixed* fixed, GtkWidget* widget, int x, int y) c_gtk_fixed_put;
6484 
6485 	// gtk.FlowBox
6486 
6487 	GType function() c_gtk_flow_box_get_type;
6488 	GtkWidget* function() c_gtk_flow_box_new;
6489 	void function(GtkFlowBox* box, GListModel* model, GtkFlowBoxCreateWidgetFunc createWidgetFunc, void* userData, GDestroyNotify userDataFreeFunc) c_gtk_flow_box_bind_model;
6490 	int function(GtkFlowBox* box) c_gtk_flow_box_get_activate_on_single_click;
6491 	GtkFlowBoxChild* function(GtkFlowBox* box, int idx) c_gtk_flow_box_get_child_at_index;
6492 	uint function(GtkFlowBox* box) c_gtk_flow_box_get_column_spacing;
6493 	int function(GtkFlowBox* box) c_gtk_flow_box_get_homogeneous;
6494 	uint function(GtkFlowBox* box) c_gtk_flow_box_get_max_children_per_line;
6495 	uint function(GtkFlowBox* box) c_gtk_flow_box_get_min_children_per_line;
6496 	uint function(GtkFlowBox* box) c_gtk_flow_box_get_row_spacing;
6497 	GList* function(GtkFlowBox* box) c_gtk_flow_box_get_selected_children;
6498 	GtkSelectionMode function(GtkFlowBox* box) c_gtk_flow_box_get_selection_mode;
6499 	void function(GtkFlowBox* box, GtkWidget* widget, int position) c_gtk_flow_box_insert;
6500 	void function(GtkFlowBox* box) c_gtk_flow_box_invalidate_filter;
6501 	void function(GtkFlowBox* box) c_gtk_flow_box_invalidate_sort;
6502 	void function(GtkFlowBox* box) c_gtk_flow_box_select_all;
6503 	void function(GtkFlowBox* box, GtkFlowBoxChild* child) c_gtk_flow_box_select_child;
6504 	void function(GtkFlowBox* box, GtkFlowBoxForeachFunc func, void* data) c_gtk_flow_box_selected_foreach;
6505 	void function(GtkFlowBox* box, int single) c_gtk_flow_box_set_activate_on_single_click;
6506 	void function(GtkFlowBox* box, uint spacing) c_gtk_flow_box_set_column_spacing;
6507 	void function(GtkFlowBox* box, GtkFlowBoxFilterFunc filterFunc, void* userData, GDestroyNotify destroy) c_gtk_flow_box_set_filter_func;
6508 	void function(GtkFlowBox* box, GtkAdjustment* adjustment) c_gtk_flow_box_set_hadjustment;
6509 	void function(GtkFlowBox* box, int homogeneous) c_gtk_flow_box_set_homogeneous;
6510 	void function(GtkFlowBox* box, uint nChildren) c_gtk_flow_box_set_max_children_per_line;
6511 	void function(GtkFlowBox* box, uint nChildren) c_gtk_flow_box_set_min_children_per_line;
6512 	void function(GtkFlowBox* box, uint spacing) c_gtk_flow_box_set_row_spacing;
6513 	void function(GtkFlowBox* box, GtkSelectionMode mode) c_gtk_flow_box_set_selection_mode;
6514 	void function(GtkFlowBox* box, GtkFlowBoxSortFunc sortFunc, void* userData, GDestroyNotify destroy) c_gtk_flow_box_set_sort_func;
6515 	void function(GtkFlowBox* box, GtkAdjustment* adjustment) c_gtk_flow_box_set_vadjustment;
6516 	void function(GtkFlowBox* box) c_gtk_flow_box_unselect_all;
6517 	void function(GtkFlowBox* box, GtkFlowBoxChild* child) c_gtk_flow_box_unselect_child;
6518 
6519 	// gtk.FlowBoxAccessible
6520 
6521 	GType function() c_gtk_flow_box_accessible_get_type;
6522 
6523 	// gtk.FlowBoxChild
6524 
6525 	GType function() c_gtk_flow_box_child_get_type;
6526 	GtkWidget* function() c_gtk_flow_box_child_new;
6527 	void function(GtkFlowBoxChild* child) c_gtk_flow_box_child_changed;
6528 	int function(GtkFlowBoxChild* child) c_gtk_flow_box_child_get_index;
6529 	int function(GtkFlowBoxChild* child) c_gtk_flow_box_child_is_selected;
6530 
6531 	// gtk.FlowBoxChildAccessible
6532 
6533 	GType function() c_gtk_flow_box_child_accessible_get_type;
6534 
6535 	// gtk.FontButton
6536 
6537 	GType function() c_gtk_font_button_get_type;
6538 	GtkWidget* function() c_gtk_font_button_new;
6539 	GtkWidget* function(const(char)* fontname) c_gtk_font_button_new_with_font;
6540 	const(char)* function(GtkFontButton* fontButton) c_gtk_font_button_get_font_name;
6541 	int function(GtkFontButton* fontButton) c_gtk_font_button_get_show_size;
6542 	int function(GtkFontButton* fontButton) c_gtk_font_button_get_show_style;
6543 	const(char)* function(GtkFontButton* fontButton) c_gtk_font_button_get_title;
6544 	int function(GtkFontButton* fontButton) c_gtk_font_button_get_use_font;
6545 	int function(GtkFontButton* fontButton) c_gtk_font_button_get_use_size;
6546 	int function(GtkFontButton* fontButton, const(char)* fontname) c_gtk_font_button_set_font_name;
6547 	void function(GtkFontButton* fontButton, int showSize) c_gtk_font_button_set_show_size;
6548 	void function(GtkFontButton* fontButton, int showStyle) c_gtk_font_button_set_show_style;
6549 	void function(GtkFontButton* fontButton, const(char)* title) c_gtk_font_button_set_title;
6550 	void function(GtkFontButton* fontButton, int useFont) c_gtk_font_button_set_use_font;
6551 	void function(GtkFontButton* fontButton, int useSize) c_gtk_font_button_set_use_size;
6552 
6553 	// gtk.FontChooser
6554 
6555 	GType function() c_gtk_font_chooser_get_type;
6556 	char* function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_font;
6557 	PangoFontDescription* function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_font_desc;
6558 	PangoFontFace* function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_font_face;
6559 	PangoFontFamily* function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_font_family;
6560 	PangoFontMap* function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_font_map;
6561 	int function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_font_size;
6562 	char* function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_preview_text;
6563 	int function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_show_preview_entry;
6564 	void function(GtkFontChooser* fontchooser, GtkFontFilterFunc filter, void* userData, GDestroyNotify destroy) c_gtk_font_chooser_set_filter_func;
6565 	void function(GtkFontChooser* fontchooser, const(char)* fontname) c_gtk_font_chooser_set_font;
6566 	void function(GtkFontChooser* fontchooser, PangoFontDescription* fontDesc) c_gtk_font_chooser_set_font_desc;
6567 	void function(GtkFontChooser* fontchooser, PangoFontMap* fontmap) c_gtk_font_chooser_set_font_map;
6568 	void function(GtkFontChooser* fontchooser, const(char)* text) c_gtk_font_chooser_set_preview_text;
6569 	void function(GtkFontChooser* fontchooser, int showPreviewEntry) c_gtk_font_chooser_set_show_preview_entry;
6570 
6571 	// gtk.FontChooserDialog
6572 
6573 	GType function() c_gtk_font_chooser_dialog_get_type;
6574 	GtkWidget* function(const(char)* title, GtkWindow* parent) c_gtk_font_chooser_dialog_new;
6575 
6576 	// gtk.FontChooserWidget
6577 
6578 	GType function() c_gtk_font_chooser_widget_get_type;
6579 	GtkWidget* function() c_gtk_font_chooser_widget_new;
6580 
6581 	// gtk.FontSelection
6582 
6583 	GType function() c_gtk_font_selection_get_type;
6584 	GtkWidget* function() c_gtk_font_selection_new;
6585 	PangoFontFace* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_face;
6586 	GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_face_list;
6587 	PangoFontFamily* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_family;
6588 	GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_family_list;
6589 	char* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_font_name;
6590 	GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_preview_entry;
6591 	const(char)* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_preview_text;
6592 	int function(GtkFontSelection* fontsel) c_gtk_font_selection_get_size;
6593 	GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_size_entry;
6594 	GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_size_list;
6595 	int function(GtkFontSelection* fontsel, const(char)* fontname) c_gtk_font_selection_set_font_name;
6596 	void function(GtkFontSelection* fontsel, const(char)* text) c_gtk_font_selection_set_preview_text;
6597 
6598 	// gtk.FontSelectionDialog
6599 
6600 	GType function() c_gtk_font_selection_dialog_get_type;
6601 	GtkWidget* function(const(char)* title) c_gtk_font_selection_dialog_new;
6602 	GtkWidget* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_cancel_button;
6603 	char* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_font_name;
6604 	GtkWidget* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_font_selection;
6605 	GtkWidget* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_ok_button;
6606 	const(char)* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_preview_text;
6607 	int function(GtkFontSelectionDialog* fsd, const(char)* fontname) c_gtk_font_selection_dialog_set_font_name;
6608 	void function(GtkFontSelectionDialog* fsd, const(char)* text) c_gtk_font_selection_dialog_set_preview_text;
6609 
6610 	// gtk.Frame
6611 
6612 	GType function() c_gtk_frame_get_type;
6613 	GtkWidget* function(const(char)* label) c_gtk_frame_new;
6614 	const(char)* function(GtkFrame* frame) c_gtk_frame_get_label;
6615 	void function(GtkFrame* frame, float* xalign, float* yalign) c_gtk_frame_get_label_align;
6616 	GtkWidget* function(GtkFrame* frame) c_gtk_frame_get_label_widget;
6617 	GtkShadowType function(GtkFrame* frame) c_gtk_frame_get_shadow_type;
6618 	void function(GtkFrame* frame, const(char)* label) c_gtk_frame_set_label;
6619 	void function(GtkFrame* frame, float xalign, float yalign) c_gtk_frame_set_label_align;
6620 	void function(GtkFrame* frame, GtkWidget* labelWidget) c_gtk_frame_set_label_widget;
6621 	void function(GtkFrame* frame, GtkShadowType type) c_gtk_frame_set_shadow_type;
6622 
6623 	// gtk.FrameAccessible
6624 
6625 	GType function() c_gtk_frame_accessible_get_type;
6626 
6627 	// gtk.GLArea
6628 
6629 	GType function() c_gtk_gl_area_get_type;
6630 	GtkWidget* function() c_gtk_gl_area_new;
6631 	void function(GtkGLArea* area) c_gtk_gl_area_attach_buffers;
6632 	int function(GtkGLArea* area) c_gtk_gl_area_get_auto_render;
6633 	GdkGLContext* function(GtkGLArea* area) c_gtk_gl_area_get_context;
6634 	GError* function(GtkGLArea* area) c_gtk_gl_area_get_error;
6635 	int function(GtkGLArea* area) c_gtk_gl_area_get_has_alpha;
6636 	int function(GtkGLArea* area) c_gtk_gl_area_get_has_depth_buffer;
6637 	int function(GtkGLArea* area) c_gtk_gl_area_get_has_stencil_buffer;
6638 	void function(GtkGLArea* area, int* major, int* minor) c_gtk_gl_area_get_required_version;
6639 	void function(GtkGLArea* area) c_gtk_gl_area_make_current;
6640 	void function(GtkGLArea* area) c_gtk_gl_area_queue_render;
6641 	void function(GtkGLArea* area, int autoRender) c_gtk_gl_area_set_auto_render;
6642 	void function(GtkGLArea* area, GError* error) c_gtk_gl_area_set_error;
6643 	void function(GtkGLArea* area, int hasAlpha) c_gtk_gl_area_set_has_alpha;
6644 	void function(GtkGLArea* area, int hasDepthBuffer) c_gtk_gl_area_set_has_depth_buffer;
6645 	void function(GtkGLArea* area, int hasStencilBuffer) c_gtk_gl_area_set_has_stencil_buffer;
6646 	void function(GtkGLArea* area, int major, int minor) c_gtk_gl_area_set_required_version;
6647 
6648 	// gtk.Gesture
6649 
6650 	GType function() c_gtk_gesture_get_type;
6651 	int function(GtkGesture* gesture, GdkRectangle* rect) c_gtk_gesture_get_bounding_box;
6652 	int function(GtkGesture* gesture, double* x, double* y) c_gtk_gesture_get_bounding_box_center;
6653 	GdkDevice* function(GtkGesture* gesture) c_gtk_gesture_get_device;
6654 	GList* function(GtkGesture* gesture) c_gtk_gesture_get_group;
6655 	GdkEvent* function(GtkGesture* gesture, GdkEventSequence* sequence) c_gtk_gesture_get_last_event;
6656 	GdkEventSequence* function(GtkGesture* gesture) c_gtk_gesture_get_last_updated_sequence;
6657 	int function(GtkGesture* gesture, GdkEventSequence* sequence, double* x, double* y) c_gtk_gesture_get_point;
6658 	GtkEventSequenceState function(GtkGesture* gesture, GdkEventSequence* sequence) c_gtk_gesture_get_sequence_state;
6659 	GList* function(GtkGesture* gesture) c_gtk_gesture_get_sequences;
6660 	GdkWindow* function(GtkGesture* gesture) c_gtk_gesture_get_window;
6661 	void function(GtkGesture* groupGesture, GtkGesture* gesture) c_gtk_gesture_group;
6662 	int function(GtkGesture* gesture, GdkEventSequence* sequence) c_gtk_gesture_handles_sequence;
6663 	int function(GtkGesture* gesture) c_gtk_gesture_is_active;
6664 	int function(GtkGesture* gesture, GtkGesture* other) c_gtk_gesture_is_grouped_with;
6665 	int function(GtkGesture* gesture) c_gtk_gesture_is_recognized;
6666 	int function(GtkGesture* gesture, GdkEventSequence* sequence, GtkEventSequenceState state) c_gtk_gesture_set_sequence_state;
6667 	int function(GtkGesture* gesture, GtkEventSequenceState state) c_gtk_gesture_set_state;
6668 	void function(GtkGesture* gesture, GdkWindow* window) c_gtk_gesture_set_window;
6669 	void function(GtkGesture* gesture) c_gtk_gesture_ungroup;
6670 
6671 	// gtk.GestureDrag
6672 
6673 	GType function() c_gtk_gesture_drag_get_type;
6674 	GtkGesture* function(GtkWidget* widget) c_gtk_gesture_drag_new;
6675 	int function(GtkGestureDrag* gesture, double* x, double* y) c_gtk_gesture_drag_get_offset;
6676 	int function(GtkGestureDrag* gesture, double* x, double* y) c_gtk_gesture_drag_get_start_point;
6677 
6678 	// gtk.GestureLongPress
6679 
6680 	GType function() c_gtk_gesture_long_press_get_type;
6681 	GtkGesture* function(GtkWidget* widget) c_gtk_gesture_long_press_new;
6682 
6683 	// gtk.GestureMultiPress
6684 
6685 	GType function() c_gtk_gesture_multi_press_get_type;
6686 	GtkGesture* function(GtkWidget* widget) c_gtk_gesture_multi_press_new;
6687 	int function(GtkGestureMultiPress* gesture, GdkRectangle* rect) c_gtk_gesture_multi_press_get_area;
6688 	void function(GtkGestureMultiPress* gesture, GdkRectangle* rect) c_gtk_gesture_multi_press_set_area;
6689 
6690 	// gtk.GesturePan
6691 
6692 	GType function() c_gtk_gesture_pan_get_type;
6693 	GtkGesture* function(GtkWidget* widget, GtkOrientation orientation) c_gtk_gesture_pan_new;
6694 	GtkOrientation function(GtkGesturePan* gesture) c_gtk_gesture_pan_get_orientation;
6695 	void function(GtkGesturePan* gesture, GtkOrientation orientation) c_gtk_gesture_pan_set_orientation;
6696 
6697 	// gtk.GestureRotate
6698 
6699 	GType function() c_gtk_gesture_rotate_get_type;
6700 	GtkGesture* function(GtkWidget* widget) c_gtk_gesture_rotate_new;
6701 	double function(GtkGestureRotate* gesture) c_gtk_gesture_rotate_get_angle_delta;
6702 
6703 	// gtk.GestureSingle
6704 
6705 	GType function() c_gtk_gesture_single_get_type;
6706 	uint function(GtkGestureSingle* gesture) c_gtk_gesture_single_get_button;
6707 	uint function(GtkGestureSingle* gesture) c_gtk_gesture_single_get_current_button;
6708 	GdkEventSequence* function(GtkGestureSingle* gesture) c_gtk_gesture_single_get_current_sequence;
6709 	int function(GtkGestureSingle* gesture) c_gtk_gesture_single_get_exclusive;
6710 	int function(GtkGestureSingle* gesture) c_gtk_gesture_single_get_touch_only;
6711 	void function(GtkGestureSingle* gesture, uint button) c_gtk_gesture_single_set_button;
6712 	void function(GtkGestureSingle* gesture, int exclusive) c_gtk_gesture_single_set_exclusive;
6713 	void function(GtkGestureSingle* gesture, int touchOnly) c_gtk_gesture_single_set_touch_only;
6714 
6715 	// gtk.GestureSwipe
6716 
6717 	GType function() c_gtk_gesture_swipe_get_type;
6718 	GtkGesture* function(GtkWidget* widget) c_gtk_gesture_swipe_new;
6719 	int function(GtkGestureSwipe* gesture, double* velocityX, double* velocityY) c_gtk_gesture_swipe_get_velocity;
6720 
6721 	// gtk.GestureZoom
6722 
6723 	GType function() c_gtk_gesture_zoom_get_type;
6724 	GtkGesture* function(GtkWidget* widget) c_gtk_gesture_zoom_new;
6725 	double function(GtkGestureZoom* gesture) c_gtk_gesture_zoom_get_scale_delta;
6726 
6727 	// gtk.Gradient
6728 
6729 	GType function() c_gtk_gradient_get_type;
6730 	GtkGradient* function(double x0, double y0, double x1, double y1) c_gtk_gradient_new_linear;
6731 	GtkGradient* function(double x0, double y0, double radius0, double x1, double y1, double radius1) c_gtk_gradient_new_radial;
6732 	void function(GtkGradient* gradient, double offset, GtkSymbolicColor* color) c_gtk_gradient_add_color_stop;
6733 	GtkGradient* function(GtkGradient* gradient) c_gtk_gradient_ref;
6734 	int function(GtkGradient* gradient, GtkStyleProperties* props, cairo_pattern_t** resolvedGradient) c_gtk_gradient_resolve;
6735 	cairo_pattern_t* function(GtkGradient* gradient, GtkStyleContext* context) c_gtk_gradient_resolve_for_context;
6736 	char* function(GtkGradient* gradient) c_gtk_gradient_to_string;
6737 	void function(GtkGradient* gradient) c_gtk_gradient_unref;
6738 
6739 	// gtk.Grid
6740 
6741 	GType function() c_gtk_grid_get_type;
6742 	GtkWidget* function() c_gtk_grid_new;
6743 	void function(GtkGrid* grid, GtkWidget* child, int left, int top, int width, int height) c_gtk_grid_attach;
6744 	void function(GtkGrid* grid, GtkWidget* child, GtkWidget* sibling, GtkPositionType side, int width, int height) c_gtk_grid_attach_next_to;
6745 	int function(GtkGrid* grid) c_gtk_grid_get_baseline_row;
6746 	GtkWidget* function(GtkGrid* grid, int left, int top) c_gtk_grid_get_child_at;
6747 	int function(GtkGrid* grid) c_gtk_grid_get_column_homogeneous;
6748 	uint function(GtkGrid* grid) c_gtk_grid_get_column_spacing;
6749 	GtkBaselinePosition function(GtkGrid* grid, int row) c_gtk_grid_get_row_baseline_position;
6750 	int function(GtkGrid* grid) c_gtk_grid_get_row_homogeneous;
6751 	uint function(GtkGrid* grid) c_gtk_grid_get_row_spacing;
6752 	void function(GtkGrid* grid, int position) c_gtk_grid_insert_column;
6753 	void function(GtkGrid* grid, GtkWidget* sibling, GtkPositionType side) c_gtk_grid_insert_next_to;
6754 	void function(GtkGrid* grid, int position) c_gtk_grid_insert_row;
6755 	void function(GtkGrid* grid, int position) c_gtk_grid_remove_column;
6756 	void function(GtkGrid* grid, int position) c_gtk_grid_remove_row;
6757 	void function(GtkGrid* grid, int row) c_gtk_grid_set_baseline_row;
6758 	void function(GtkGrid* grid, int homogeneous) c_gtk_grid_set_column_homogeneous;
6759 	void function(GtkGrid* grid, uint spacing) c_gtk_grid_set_column_spacing;
6760 	void function(GtkGrid* grid, int row, GtkBaselinePosition pos) c_gtk_grid_set_row_baseline_position;
6761 	void function(GtkGrid* grid, int homogeneous) c_gtk_grid_set_row_homogeneous;
6762 	void function(GtkGrid* grid, uint spacing) c_gtk_grid_set_row_spacing;
6763 
6764 	// gtk.HBox
6765 
6766 	GType function() c_gtk_hbox_get_type;
6767 	GtkWidget* function(int homogeneous, int spacing) c_gtk_hbox_new;
6768 
6769 	// gtk.HButtonBox
6770 
6771 	GType function() c_gtk_hbutton_box_get_type;
6772 	GtkWidget* function() c_gtk_hbutton_box_new;
6773 
6774 	// gtk.HPaned
6775 
6776 	GType function() c_gtk_hpaned_get_type;
6777 	GtkWidget* function() c_gtk_hpaned_new;
6778 
6779 	// gtk.HSV
6780 
6781 	GType function() c_gtk_hsv_get_type;
6782 	GtkWidget* function() c_gtk_hsv_new;
6783 	void function(double h, double s, double v, double* r, double* g, double* b) c_gtk_hsv_to_rgb;
6784 	void function(GtkHSV* hsv, double* h, double* s, double* v) c_gtk_hsv_get_color;
6785 	void function(GtkHSV* hsv, int* size, int* ringWidth) c_gtk_hsv_get_metrics;
6786 	int function(GtkHSV* hsv) c_gtk_hsv_is_adjusting;
6787 	void function(GtkHSV* hsv, double h, double s, double v) c_gtk_hsv_set_color;
6788 	void function(GtkHSV* hsv, int size, int ringWidth) c_gtk_hsv_set_metrics;
6789 	void function(double r, double g, double b, double* h, double* s, double* v) c_gtk_rgb_to_hsv;
6790 
6791 	// gtk.HScale
6792 
6793 	GType function() c_gtk_hscale_get_type;
6794 	GtkWidget* function(GtkAdjustment* adjustment) c_gtk_hscale_new;
6795 	GtkWidget* function(double min, double max, double step) c_gtk_hscale_new_with_range;
6796 
6797 	// gtk.HScrollbar
6798 
6799 	GType function() c_gtk_hscrollbar_get_type;
6800 	GtkWidget* function(GtkAdjustment* adjustment) c_gtk_hscrollbar_new;
6801 
6802 	// gtk.HSeparator
6803 
6804 	GType function() c_gtk_hseparator_get_type;
6805 	GtkWidget* function() c_gtk_hseparator_new;
6806 
6807 	// gtk.HandleBox
6808 
6809 	GType function() c_gtk_handle_box_get_type;
6810 	GtkWidget* function() c_gtk_handle_box_new;
6811 	int function(GtkHandleBox* handleBox) c_gtk_handle_box_get_child_detached;
6812 	GtkPositionType function(GtkHandleBox* handleBox) c_gtk_handle_box_get_handle_position;
6813 	GtkShadowType function(GtkHandleBox* handleBox) c_gtk_handle_box_get_shadow_type;
6814 	GtkPositionType function(GtkHandleBox* handleBox) c_gtk_handle_box_get_snap_edge;
6815 	void function(GtkHandleBox* handleBox, GtkPositionType position) c_gtk_handle_box_set_handle_position;
6816 	void function(GtkHandleBox* handleBox, GtkShadowType type) c_gtk_handle_box_set_shadow_type;
6817 	void function(GtkHandleBox* handleBox, GtkPositionType edge) c_gtk_handle_box_set_snap_edge;
6818 
6819 	// gtk.HeaderBar
6820 
6821 	GType function() c_gtk_header_bar_get_type;
6822 	GtkWidget* function() c_gtk_header_bar_new;
6823 	GtkWidget* function(GtkHeaderBar* bar) c_gtk_header_bar_get_custom_title;
6824 	const(char)* function(GtkHeaderBar* bar) c_gtk_header_bar_get_decoration_layout;
6825 	int function(GtkHeaderBar* bar) c_gtk_header_bar_get_has_subtitle;
6826 	int function(GtkHeaderBar* bar) c_gtk_header_bar_get_show_close_button;
6827 	const(char)* function(GtkHeaderBar* bar) c_gtk_header_bar_get_subtitle;
6828 	const(char)* function(GtkHeaderBar* bar) c_gtk_header_bar_get_title;
6829 	void function(GtkHeaderBar* bar, GtkWidget* child) c_gtk_header_bar_pack_end;
6830 	void function(GtkHeaderBar* bar, GtkWidget* child) c_gtk_header_bar_pack_start;
6831 	void function(GtkHeaderBar* bar, GtkWidget* titleWidget) c_gtk_header_bar_set_custom_title;
6832 	void function(GtkHeaderBar* bar, const(char)* layout) c_gtk_header_bar_set_decoration_layout;
6833 	void function(GtkHeaderBar* bar, int setting) c_gtk_header_bar_set_has_subtitle;
6834 	void function(GtkHeaderBar* bar, int setting) c_gtk_header_bar_set_show_close_button;
6835 	void function(GtkHeaderBar* bar, const(char)* subtitle) c_gtk_header_bar_set_subtitle;
6836 	void function(GtkHeaderBar* bar, const(char)* title) c_gtk_header_bar_set_title;
6837 
6838 	// gtk.IMContext
6839 
6840 	GType function() c_gtk_im_context_get_type;
6841 	int function(GtkIMContext* context, int offset, int nChars) c_gtk_im_context_delete_surrounding;
6842 	int function(GtkIMContext* context, GdkEventKey* event) c_gtk_im_context_filter_keypress;
6843 	void function(GtkIMContext* context) c_gtk_im_context_focus_in;
6844 	void function(GtkIMContext* context) c_gtk_im_context_focus_out;
6845 	void function(GtkIMContext* context, char** str, PangoAttrList** attrs, int* cursorPos) c_gtk_im_context_get_preedit_string;
6846 	int function(GtkIMContext* context, char** text, int* cursorIndex) c_gtk_im_context_get_surrounding;
6847 	void function(GtkIMContext* context) c_gtk_im_context_reset;
6848 	void function(GtkIMContext* context, GdkWindow* window) c_gtk_im_context_set_client_window;
6849 	void function(GtkIMContext* context, GdkRectangle* area) c_gtk_im_context_set_cursor_location;
6850 	void function(GtkIMContext* context, const(char)* text, int len, int cursorIndex) c_gtk_im_context_set_surrounding;
6851 	void function(GtkIMContext* context, int usePreedit) c_gtk_im_context_set_use_preedit;
6852 
6853 	// gtk.IMContextSimple
6854 
6855 	GType function() c_gtk_im_context_simple_get_type;
6856 	GtkIMContext* function() c_gtk_im_context_simple_new;
6857 	void function(GtkIMContextSimple* contextSimple, const(char)* composeFile) c_gtk_im_context_simple_add_compose_file;
6858 	void function(GtkIMContextSimple* contextSimple, ushort* data, int maxSeqLen, int nSeqs) c_gtk_im_context_simple_add_table;
6859 
6860 	// gtk.IMMulticontext
6861 
6862 	GType function() c_gtk_im_multicontext_get_type;
6863 	GtkIMContext* function() c_gtk_im_multicontext_new;
6864 	void function(GtkIMMulticontext* context, GtkMenuShell* menushell) c_gtk_im_multicontext_append_menuitems;
6865 	const(char)* function(GtkIMMulticontext* context) c_gtk_im_multicontext_get_context_id;
6866 	void function(GtkIMMulticontext* context, const(char)* contextId) c_gtk_im_multicontext_set_context_id;
6867 
6868 	// gtk.IconFactory
6869 
6870 	GType function() c_gtk_icon_factory_get_type;
6871 	GtkIconFactory* function() c_gtk_icon_factory_new;
6872 	GtkIconSet* function(const(char)* stockId) c_gtk_icon_factory_lookup_default;
6873 	void function(GtkIconFactory* factory, const(char)* stockId, GtkIconSet* iconSet) c_gtk_icon_factory_add;
6874 	void function(GtkIconFactory* factory) c_gtk_icon_factory_add_default;
6875 	GtkIconSet* function(GtkIconFactory* factory, const(char)* stockId) c_gtk_icon_factory_lookup;
6876 	void function(GtkIconFactory* factory) c_gtk_icon_factory_remove_default;
6877 
6878 	// gtk.IconInfo
6879 
6880 	GType function() c_gtk_icon_info_get_type;
6881 	GtkIconInfo* function(GtkIconTheme* iconTheme, GdkPixbuf* pixbuf) c_gtk_icon_info_new_for_pixbuf;
6882 	GtkIconInfo* function(GtkIconInfo* iconInfo) c_gtk_icon_info_copy;
6883 	void function(GtkIconInfo* iconInfo) c_gtk_icon_info_free;
6884 	int function(GtkIconInfo* iconInfo, GdkPoint** points, int* nPoints) c_gtk_icon_info_get_attach_points;
6885 	int function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_base_scale;
6886 	int function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_base_size;
6887 	GdkPixbuf* function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_builtin_pixbuf;
6888 	const(char)* function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_display_name;
6889 	int function(GtkIconInfo* iconInfo, GdkRectangle* rectangle) c_gtk_icon_info_get_embedded_rect;
6890 	char* function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_filename;
6891 	int function(GtkIconInfo* iconInfo) c_gtk_icon_info_is_symbolic;
6892 	GdkPixbuf* function(GtkIconInfo* iconInfo, GError** err) c_gtk_icon_info_load_icon;
6893 	void function(GtkIconInfo* iconInfo, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_gtk_icon_info_load_icon_async;
6894 	GdkPixbuf* function(GtkIconInfo* iconInfo, GAsyncResult* res, GError** err) c_gtk_icon_info_load_icon_finish;
6895 	cairo_surface_t* function(GtkIconInfo* iconInfo, GdkWindow* forWindow, GError** err) c_gtk_icon_info_load_surface;
6896 	GdkPixbuf* function(GtkIconInfo* iconInfo, GdkRGBA* fg, GdkRGBA* successColor, GdkRGBA* warningColor, GdkRGBA* errorColor, int* wasSymbolic, GError** err) c_gtk_icon_info_load_symbolic;
6897 	void function(GtkIconInfo* iconInfo, GdkRGBA* fg, GdkRGBA* successColor, GdkRGBA* warningColor, GdkRGBA* errorColor, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_gtk_icon_info_load_symbolic_async;
6898 	GdkPixbuf* function(GtkIconInfo* iconInfo, GAsyncResult* res, int* wasSymbolic, GError** err) c_gtk_icon_info_load_symbolic_finish;
6899 	GdkPixbuf* function(GtkIconInfo* iconInfo, GtkStyleContext* context, int* wasSymbolic, GError** err) c_gtk_icon_info_load_symbolic_for_context;
6900 	void function(GtkIconInfo* iconInfo, GtkStyleContext* context, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_gtk_icon_info_load_symbolic_for_context_async;
6901 	GdkPixbuf* function(GtkIconInfo* iconInfo, GAsyncResult* res, int* wasSymbolic, GError** err) c_gtk_icon_info_load_symbolic_for_context_finish;
6902 	GdkPixbuf* function(GtkIconInfo* iconInfo, GtkStyle* style, GtkStateType state, int* wasSymbolic, GError** err) c_gtk_icon_info_load_symbolic_for_style;
6903 	void function(GtkIconInfo* iconInfo, int rawCoordinates) c_gtk_icon_info_set_raw_coordinates;
6904 
6905 	// gtk.IconSet
6906 
6907 	GType function() c_gtk_icon_set_get_type;
6908 	GtkIconSet* function() c_gtk_icon_set_new;
6909 	GtkIconSet* function(GdkPixbuf* pixbuf) c_gtk_icon_set_new_from_pixbuf;
6910 	void function(GtkIconSet* iconSet, GtkIconSource* source) c_gtk_icon_set_add_source;
6911 	GtkIconSet* function(GtkIconSet* iconSet) c_gtk_icon_set_copy;
6912 	void function(GtkIconSet* iconSet, GtkIconSize** sizes, int* nSizes) c_gtk_icon_set_get_sizes;
6913 	GtkIconSet* function(GtkIconSet* iconSet) c_gtk_icon_set_ref;
6914 	GdkPixbuf* function(GtkIconSet* iconSet, GtkStyle* style, GtkTextDirection direction, GtkStateType state, GtkIconSize size, GtkWidget* widget, const(char)* detail) c_gtk_icon_set_render_icon;
6915 	GdkPixbuf* function(GtkIconSet* iconSet, GtkStyleContext* context, GtkIconSize size) c_gtk_icon_set_render_icon_pixbuf;
6916 	cairo_surface_t* function(GtkIconSet* iconSet, GtkStyleContext* context, GtkIconSize size, int scale, GdkWindow* forWindow) c_gtk_icon_set_render_icon_surface;
6917 	void function(GtkIconSet* iconSet) c_gtk_icon_set_unref;
6918 
6919 	// gtk.IconSource
6920 
6921 	GType function() c_gtk_icon_source_get_type;
6922 	GtkIconSource* function() c_gtk_icon_source_new;
6923 	GtkIconSource* function(GtkIconSource* source) c_gtk_icon_source_copy;
6924 	void function(GtkIconSource* source) c_gtk_icon_source_free;
6925 	GtkTextDirection function(GtkIconSource* source) c_gtk_icon_source_get_direction;
6926 	int function(GtkIconSource* source) c_gtk_icon_source_get_direction_wildcarded;
6927 	char* function(GtkIconSource* source) c_gtk_icon_source_get_filename;
6928 	const(char)* function(GtkIconSource* source) c_gtk_icon_source_get_icon_name;
6929 	GdkPixbuf* function(GtkIconSource* source) c_gtk_icon_source_get_pixbuf;
6930 	GtkIconSize function(GtkIconSource* source) c_gtk_icon_source_get_size;
6931 	int function(GtkIconSource* source) c_gtk_icon_source_get_size_wildcarded;
6932 	GtkStateType function(GtkIconSource* source) c_gtk_icon_source_get_state;
6933 	int function(GtkIconSource* source) c_gtk_icon_source_get_state_wildcarded;
6934 	void function(GtkIconSource* source, GtkTextDirection direction) c_gtk_icon_source_set_direction;
6935 	void function(GtkIconSource* source, int setting) c_gtk_icon_source_set_direction_wildcarded;
6936 	void function(GtkIconSource* source, char* filename) c_gtk_icon_source_set_filename;
6937 	void function(GtkIconSource* source, const(char)* iconName) c_gtk_icon_source_set_icon_name;
6938 	void function(GtkIconSource* source, GdkPixbuf* pixbuf) c_gtk_icon_source_set_pixbuf;
6939 	void function(GtkIconSource* source, GtkIconSize size) c_gtk_icon_source_set_size;
6940 	void function(GtkIconSource* source, int setting) c_gtk_icon_source_set_size_wildcarded;
6941 	void function(GtkIconSource* source, GtkStateType state) c_gtk_icon_source_set_state;
6942 	void function(GtkIconSource* source, int setting) c_gtk_icon_source_set_state_wildcarded;
6943 
6944 	// gtk.IconTheme
6945 
6946 	GType function() c_gtk_icon_theme_get_type;
6947 	GtkIconTheme* function() c_gtk_icon_theme_new;
6948 	void function(const(char)* iconName, int size, GdkPixbuf* pixbuf) c_gtk_icon_theme_add_builtin_icon;
6949 	GtkIconTheme* function() c_gtk_icon_theme_get_default;
6950 	GtkIconTheme* function(GdkScreen* screen) c_gtk_icon_theme_get_for_screen;
6951 	void function(GtkIconTheme* iconTheme, const(char)* path) c_gtk_icon_theme_add_resource_path;
6952 	void function(GtkIconTheme* iconTheme, char* path) c_gtk_icon_theme_append_search_path;
6953 	GtkIconInfo* function(GtkIconTheme* iconTheme, char* iconNames, int size, GtkIconLookupFlags flags) c_gtk_icon_theme_choose_icon;
6954 	GtkIconInfo* function(GtkIconTheme* iconTheme, char* iconNames, int size, int scale, GtkIconLookupFlags flags) c_gtk_icon_theme_choose_icon_for_scale;
6955 	char* function(GtkIconTheme* iconTheme) c_gtk_icon_theme_get_example_icon_name;
6956 	int* function(GtkIconTheme* iconTheme, const(char)* iconName) c_gtk_icon_theme_get_icon_sizes;
6957 	void function(GtkIconTheme* iconTheme, char** path, int* nElements) c_gtk_icon_theme_get_search_path;
6958 	int function(GtkIconTheme* iconTheme, const(char)* iconName) c_gtk_icon_theme_has_icon;
6959 	GList* function(GtkIconTheme* iconTheme) c_gtk_icon_theme_list_contexts;
6960 	GList* function(GtkIconTheme* iconTheme, const(char)* context) c_gtk_icon_theme_list_icons;
6961 	GdkPixbuf* function(GtkIconTheme* iconTheme, const(char)* iconName, int size, GtkIconLookupFlags flags, GError** err) c_gtk_icon_theme_load_icon;
6962 	GdkPixbuf* function(GtkIconTheme* iconTheme, const(char)* iconName, int size, int scale, GtkIconLookupFlags flags, GError** err) c_gtk_icon_theme_load_icon_for_scale;
6963 	cairo_surface_t* function(GtkIconTheme* iconTheme, const(char)* iconName, int size, int scale, GdkWindow* forWindow, GtkIconLookupFlags flags, GError** err) c_gtk_icon_theme_load_surface;
6964 	GtkIconInfo* function(GtkIconTheme* iconTheme, GIcon* icon, int size, GtkIconLookupFlags flags) c_gtk_icon_theme_lookup_by_gicon;
6965 	GtkIconInfo* function(GtkIconTheme* iconTheme, GIcon* icon, int size, int scale, GtkIconLookupFlags flags) c_gtk_icon_theme_lookup_by_gicon_for_scale;
6966 	GtkIconInfo* function(GtkIconTheme* iconTheme, const(char)* iconName, int size, GtkIconLookupFlags flags) c_gtk_icon_theme_lookup_icon;
6967 	GtkIconInfo* function(GtkIconTheme* iconTheme, const(char)* iconName, int size, int scale, GtkIconLookupFlags flags) c_gtk_icon_theme_lookup_icon_for_scale;
6968 	void function(GtkIconTheme* iconTheme, char* path) c_gtk_icon_theme_prepend_search_path;
6969 	int function(GtkIconTheme* iconTheme) c_gtk_icon_theme_rescan_if_needed;
6970 	void function(GtkIconTheme* iconTheme, const(char)* themeName) c_gtk_icon_theme_set_custom_theme;
6971 	void function(GtkIconTheme* iconTheme, GdkScreen* screen) c_gtk_icon_theme_set_screen;
6972 	void function(GtkIconTheme* iconTheme, char** path, int nElements) c_gtk_icon_theme_set_search_path;
6973 
6974 	// gtk.IconView
6975 
6976 	GType function() c_gtk_icon_view_get_type;
6977 	GtkWidget* function() c_gtk_icon_view_new;
6978 	GtkWidget* function(GtkCellArea* area) c_gtk_icon_view_new_with_area;
6979 	GtkWidget* function(GtkTreeModel* model) c_gtk_icon_view_new_with_model;
6980 	void function(GtkIconView* iconView, int wx, int wy, int* bx, int* by) c_gtk_icon_view_convert_widget_to_bin_window_coords;
6981 	cairo_surface_t* function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_create_drag_icon;
6982 	void function(GtkIconView* iconView, GtkTargetEntry* targets, int nTargets, GdkDragAction actions) c_gtk_icon_view_enable_model_drag_dest;
6983 	void function(GtkIconView* iconView, GdkModifierType startButtonMask, GtkTargetEntry* targets, int nTargets, GdkDragAction actions) c_gtk_icon_view_enable_model_drag_source;
6984 	int function(GtkIconView* iconView) c_gtk_icon_view_get_activate_on_single_click;
6985 	int function(GtkIconView* iconView, GtkTreePath* path, GtkCellRenderer* cell, GdkRectangle* rect) c_gtk_icon_view_get_cell_rect;
6986 	int function(GtkIconView* iconView) c_gtk_icon_view_get_column_spacing;
6987 	int function(GtkIconView* iconView) c_gtk_icon_view_get_columns;
6988 	int function(GtkIconView* iconView, GtkTreePath** path, GtkCellRenderer** cell) c_gtk_icon_view_get_cursor;
6989 	int function(GtkIconView* iconView, int dragX, int dragY, GtkTreePath** path, GtkIconViewDropPosition* pos) c_gtk_icon_view_get_dest_item_at_pos;
6990 	void function(GtkIconView* iconView, GtkTreePath** path, GtkIconViewDropPosition* pos) c_gtk_icon_view_get_drag_dest_item;
6991 	int function(GtkIconView* iconView, int x, int y, GtkTreePath** path, GtkCellRenderer** cell) c_gtk_icon_view_get_item_at_pos;
6992 	int function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_get_item_column;
6993 	GtkOrientation function(GtkIconView* iconView) c_gtk_icon_view_get_item_orientation;
6994 	int function(GtkIconView* iconView) c_gtk_icon_view_get_item_padding;
6995 	int function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_get_item_row;
6996 	int function(GtkIconView* iconView) c_gtk_icon_view_get_item_width;
6997 	int function(GtkIconView* iconView) c_gtk_icon_view_get_margin;
6998 	int function(GtkIconView* iconView) c_gtk_icon_view_get_markup_column;
6999 	GtkTreeModel* function(GtkIconView* iconView) c_gtk_icon_view_get_model;
7000 	GtkTreePath* function(GtkIconView* iconView, int x, int y) c_gtk_icon_view_get_path_at_pos;
7001 	int function(GtkIconView* iconView) c_gtk_icon_view_get_pixbuf_column;
7002 	int function(GtkIconView* iconView) c_gtk_icon_view_get_reorderable;
7003 	int function(GtkIconView* iconView) c_gtk_icon_view_get_row_spacing;
7004 	GList* function(GtkIconView* iconView) c_gtk_icon_view_get_selected_items;
7005 	GtkSelectionMode function(GtkIconView* iconView) c_gtk_icon_view_get_selection_mode;
7006 	int function(GtkIconView* iconView) c_gtk_icon_view_get_spacing;
7007 	int function(GtkIconView* iconView) c_gtk_icon_view_get_text_column;
7008 	int function(GtkIconView* iconView) c_gtk_icon_view_get_tooltip_column;
7009 	int function(GtkIconView* iconView, int* x, int* y, int keyboardTip, GtkTreeModel** model, GtkTreePath** path, GtkTreeIter* iter) c_gtk_icon_view_get_tooltip_context;
7010 	int function(GtkIconView* iconView, GtkTreePath** startPath, GtkTreePath** endPath) c_gtk_icon_view_get_visible_range;
7011 	void function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_item_activated;
7012 	int function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_path_is_selected;
7013 	void function(GtkIconView* iconView, GtkTreePath* path, int useAlign, float rowAlign, float colAlign) c_gtk_icon_view_scroll_to_path;
7014 	void function(GtkIconView* iconView) c_gtk_icon_view_select_all;
7015 	void function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_select_path;
7016 	void function(GtkIconView* iconView, GtkIconViewForeachFunc func, void* data) c_gtk_icon_view_selected_foreach;
7017 	void function(GtkIconView* iconView, int single) c_gtk_icon_view_set_activate_on_single_click;
7018 	void function(GtkIconView* iconView, int columnSpacing) c_gtk_icon_view_set_column_spacing;
7019 	void function(GtkIconView* iconView, int columns) c_gtk_icon_view_set_columns;
7020 	void function(GtkIconView* iconView, GtkTreePath* path, GtkCellRenderer* cell, int startEditing) c_gtk_icon_view_set_cursor;
7021 	void function(GtkIconView* iconView, GtkTreePath* path, GtkIconViewDropPosition pos) c_gtk_icon_view_set_drag_dest_item;
7022 	void function(GtkIconView* iconView, GtkOrientation orientation) c_gtk_icon_view_set_item_orientation;
7023 	void function(GtkIconView* iconView, int itemPadding) c_gtk_icon_view_set_item_padding;
7024 	void function(GtkIconView* iconView, int itemWidth) c_gtk_icon_view_set_item_width;
7025 	void function(GtkIconView* iconView, int margin) c_gtk_icon_view_set_margin;
7026 	void function(GtkIconView* iconView, int column) c_gtk_icon_view_set_markup_column;
7027 	void function(GtkIconView* iconView, GtkTreeModel* model) c_gtk_icon_view_set_model;
7028 	void function(GtkIconView* iconView, int column) c_gtk_icon_view_set_pixbuf_column;
7029 	void function(GtkIconView* iconView, int reorderable) c_gtk_icon_view_set_reorderable;
7030 	void function(GtkIconView* iconView, int rowSpacing) c_gtk_icon_view_set_row_spacing;
7031 	void function(GtkIconView* iconView, GtkSelectionMode mode) c_gtk_icon_view_set_selection_mode;
7032 	void function(GtkIconView* iconView, int spacing) c_gtk_icon_view_set_spacing;
7033 	void function(GtkIconView* iconView, int column) c_gtk_icon_view_set_text_column;
7034 	void function(GtkIconView* iconView, GtkTooltip* tooltip, GtkTreePath* path, GtkCellRenderer* cell) c_gtk_icon_view_set_tooltip_cell;
7035 	void function(GtkIconView* iconView, int column) c_gtk_icon_view_set_tooltip_column;
7036 	void function(GtkIconView* iconView, GtkTooltip* tooltip, GtkTreePath* path) c_gtk_icon_view_set_tooltip_item;
7037 	void function(GtkIconView* iconView) c_gtk_icon_view_unselect_all;
7038 	void function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_unselect_path;
7039 	void function(GtkIconView* iconView) c_gtk_icon_view_unset_model_drag_dest;
7040 	void function(GtkIconView* iconView) c_gtk_icon_view_unset_model_drag_source;
7041 
7042 	// gtk.IconViewAccessible
7043 
7044 	GType function() c_gtk_icon_view_accessible_get_type;
7045 
7046 	// gtk.Image
7047 
7048 	GType function() c_gtk_image_get_type;
7049 	GtkWidget* function() c_gtk_image_new;
7050 	GtkWidget* function(GdkPixbufAnimation* animation) c_gtk_image_new_from_animation;
7051 	GtkWidget* function(char* filename) c_gtk_image_new_from_file;
7052 	GtkWidget* function(GIcon* icon, GtkIconSize size) c_gtk_image_new_from_gicon;
7053 	GtkWidget* function(const(char)* iconName, GtkIconSize size) c_gtk_image_new_from_icon_name;
7054 	GtkWidget* function(GtkIconSet* iconSet, GtkIconSize size) c_gtk_image_new_from_icon_set;
7055 	GtkWidget* function(GdkPixbuf* pixbuf) c_gtk_image_new_from_pixbuf;
7056 	GtkWidget* function(const(char)* resourcePath) c_gtk_image_new_from_resource;
7057 	GtkWidget* function(const(char)* stockId, GtkIconSize size) c_gtk_image_new_from_stock;
7058 	GtkWidget* function(cairo_surface_t* surface) c_gtk_image_new_from_surface;
7059 	void function(GtkImage* image) c_gtk_image_clear;
7060 	GdkPixbufAnimation* function(GtkImage* image) c_gtk_image_get_animation;
7061 	void function(GtkImage* image, GIcon** gicon, GtkIconSize* size) c_gtk_image_get_gicon;
7062 	void function(GtkImage* image, char** iconName, GtkIconSize* size) c_gtk_image_get_icon_name;
7063 	void function(GtkImage* image, GtkIconSet** iconSet, GtkIconSize* size) c_gtk_image_get_icon_set;
7064 	GdkPixbuf* function(GtkImage* image) c_gtk_image_get_pixbuf;
7065 	int function(GtkImage* image) c_gtk_image_get_pixel_size;
7066 	void function(GtkImage* image, char** stockId, GtkIconSize* size) c_gtk_image_get_stock;
7067 	GtkImageType function(GtkImage* image) c_gtk_image_get_storage_type;
7068 	void function(GtkImage* image, GdkPixbufAnimation* animation) c_gtk_image_set_from_animation;
7069 	void function(GtkImage* image, char* filename) c_gtk_image_set_from_file;
7070 	void function(GtkImage* image, GIcon* icon, GtkIconSize size) c_gtk_image_set_from_gicon;
7071 	void function(GtkImage* image, const(char)* iconName, GtkIconSize size) c_gtk_image_set_from_icon_name;
7072 	void function(GtkImage* image, GtkIconSet* iconSet, GtkIconSize size) c_gtk_image_set_from_icon_set;
7073 	void function(GtkImage* image, GdkPixbuf* pixbuf) c_gtk_image_set_from_pixbuf;
7074 	void function(GtkImage* image, const(char)* resourcePath) c_gtk_image_set_from_resource;
7075 	void function(GtkImage* image, const(char)* stockId, GtkIconSize size) c_gtk_image_set_from_stock;
7076 	void function(GtkImage* image, cairo_surface_t* surface) c_gtk_image_set_from_surface;
7077 	void function(GtkImage* image, int pixelSize) c_gtk_image_set_pixel_size;
7078 
7079 	// gtk.ImageAccessible
7080 
7081 	GType function() c_gtk_image_accessible_get_type;
7082 
7083 	// gtk.ImageCellAccessible
7084 
7085 	GType function() c_gtk_image_cell_accessible_get_type;
7086 
7087 	// gtk.ImageMenuItem
7088 
7089 	GType function() c_gtk_image_menu_item_get_type;
7090 	GtkWidget* function() c_gtk_image_menu_item_new;
7091 	GtkWidget* function(const(char)* stockId, GtkAccelGroup* accelGroup) c_gtk_image_menu_item_new_from_stock;
7092 	GtkWidget* function(const(char)* label) c_gtk_image_menu_item_new_with_label;
7093 	GtkWidget* function(const(char)* label) c_gtk_image_menu_item_new_with_mnemonic;
7094 	int function(GtkImageMenuItem* imageMenuItem) c_gtk_image_menu_item_get_always_show_image;
7095 	GtkWidget* function(GtkImageMenuItem* imageMenuItem) c_gtk_image_menu_item_get_image;
7096 	int function(GtkImageMenuItem* imageMenuItem) c_gtk_image_menu_item_get_use_stock;
7097 	void function(GtkImageMenuItem* imageMenuItem, GtkAccelGroup* accelGroup) c_gtk_image_menu_item_set_accel_group;
7098 	void function(GtkImageMenuItem* imageMenuItem, int alwaysShow) c_gtk_image_menu_item_set_always_show_image;
7099 	void function(GtkImageMenuItem* imageMenuItem, GtkWidget* image) c_gtk_image_menu_item_set_image;
7100 	void function(GtkImageMenuItem* imageMenuItem, int useStock) c_gtk_image_menu_item_set_use_stock;
7101 
7102 	// gtk.InfoBar
7103 
7104 	GType function() c_gtk_info_bar_get_type;
7105 	GtkWidget* function() c_gtk_info_bar_new;
7106 	GtkWidget* function(const(char)* firstButtonText, ... ) c_gtk_info_bar_new_with_buttons;
7107 	void function(GtkInfoBar* infoBar, GtkWidget* child, int responseId) c_gtk_info_bar_add_action_widget;
7108 	GtkWidget* function(GtkInfoBar* infoBar, const(char)* buttonText, int responseId) c_gtk_info_bar_add_button;
7109 	void function(GtkInfoBar* infoBar, const(char)* firstButtonText, ... ) c_gtk_info_bar_add_buttons;
7110 	GtkWidget* function(GtkInfoBar* infoBar) c_gtk_info_bar_get_action_area;
7111 	GtkWidget* function(GtkInfoBar* infoBar) c_gtk_info_bar_get_content_area;
7112 	GtkMessageType function(GtkInfoBar* infoBar) c_gtk_info_bar_get_message_type;
7113 	int function(GtkInfoBar* infoBar) c_gtk_info_bar_get_show_close_button;
7114 	void function(GtkInfoBar* infoBar, int responseId) c_gtk_info_bar_response;
7115 	void function(GtkInfoBar* infoBar, int responseId) c_gtk_info_bar_set_default_response;
7116 	void function(GtkInfoBar* infoBar, GtkMessageType messageType) c_gtk_info_bar_set_message_type;
7117 	void function(GtkInfoBar* infoBar, int responseId, int setting) c_gtk_info_bar_set_response_sensitive;
7118 	void function(GtkInfoBar* infoBar, int setting) c_gtk_info_bar_set_show_close_button;
7119 
7120 	// gtk.Invisible
7121 
7122 	GType function() c_gtk_invisible_get_type;
7123 	GtkWidget* function() c_gtk_invisible_new;
7124 	GtkWidget* function(GdkScreen* screen) c_gtk_invisible_new_for_screen;
7125 	GdkScreen* function(GtkInvisible* invisible) c_gtk_invisible_get_screen;
7126 	void function(GtkInvisible* invisible, GdkScreen* screen) c_gtk_invisible_set_screen;
7127 
7128 	// gtk.Label
7129 
7130 	GType function() c_gtk_label_get_type;
7131 	GtkWidget* function(const(char)* str) c_gtk_label_new;
7132 	GtkWidget* function(const(char)* str) c_gtk_label_new_with_mnemonic;
7133 	double function(GtkLabel* label) c_gtk_label_get_angle;
7134 	PangoAttrList* function(GtkLabel* label) c_gtk_label_get_attributes;
7135 	const(char)* function(GtkLabel* label) c_gtk_label_get_current_uri;
7136 	PangoEllipsizeMode function(GtkLabel* label) c_gtk_label_get_ellipsize;
7137 	GtkJustification function(GtkLabel* label) c_gtk_label_get_justify;
7138 	const(char)* function(GtkLabel* label) c_gtk_label_get_label;
7139 	PangoLayout* function(GtkLabel* label) c_gtk_label_get_layout;
7140 	void function(GtkLabel* label, int* x, int* y) c_gtk_label_get_layout_offsets;
7141 	int function(GtkLabel* label) c_gtk_label_get_line_wrap;
7142 	PangoWrapMode function(GtkLabel* label) c_gtk_label_get_line_wrap_mode;
7143 	int function(GtkLabel* label) c_gtk_label_get_lines;
7144 	int function(GtkLabel* label) c_gtk_label_get_max_width_chars;
7145 	uint function(GtkLabel* label) c_gtk_label_get_mnemonic_keyval;
7146 	GtkWidget* function(GtkLabel* label) c_gtk_label_get_mnemonic_widget;
7147 	int function(GtkLabel* label) c_gtk_label_get_selectable;
7148 	int function(GtkLabel* label, int* start, int* end) c_gtk_label_get_selection_bounds;
7149 	int function(GtkLabel* label) c_gtk_label_get_single_line_mode;
7150 	const(char)* function(GtkLabel* label) c_gtk_label_get_text;
7151 	int function(GtkLabel* label) c_gtk_label_get_track_visited_links;
7152 	int function(GtkLabel* label) c_gtk_label_get_use_markup;
7153 	int function(GtkLabel* label) c_gtk_label_get_use_underline;
7154 	int function(GtkLabel* label) c_gtk_label_get_width_chars;
7155 	float function(GtkLabel* label) c_gtk_label_get_xalign;
7156 	float function(GtkLabel* label) c_gtk_label_get_yalign;
7157 	void function(GtkLabel* label, int startOffset, int endOffset) c_gtk_label_select_region;
7158 	void function(GtkLabel* label, double angle) c_gtk_label_set_angle;
7159 	void function(GtkLabel* label, PangoAttrList* attrs) c_gtk_label_set_attributes;
7160 	void function(GtkLabel* label, PangoEllipsizeMode mode) c_gtk_label_set_ellipsize;
7161 	void function(GtkLabel* label, GtkJustification jtype) c_gtk_label_set_justify;
7162 	void function(GtkLabel* label, const(char)* str) c_gtk_label_set_label;
7163 	void function(GtkLabel* label, int wrap) c_gtk_label_set_line_wrap;
7164 	void function(GtkLabel* label, PangoWrapMode wrapMode) c_gtk_label_set_line_wrap_mode;
7165 	void function(GtkLabel* label, int lines) c_gtk_label_set_lines;
7166 	void function(GtkLabel* label, const(char)* str) c_gtk_label_set_markup;
7167 	void function(GtkLabel* label, const(char)* str) c_gtk_label_set_markup_with_mnemonic;
7168 	void function(GtkLabel* label, int nChars) c_gtk_label_set_max_width_chars;
7169 	void function(GtkLabel* label, GtkWidget* widget) c_gtk_label_set_mnemonic_widget;
7170 	void function(GtkLabel* label, const(char)* pattern) c_gtk_label_set_pattern;
7171 	void function(GtkLabel* label, int setting) c_gtk_label_set_selectable;
7172 	void function(GtkLabel* label, int singleLineMode) c_gtk_label_set_single_line_mode;
7173 	void function(GtkLabel* label, const(char)* str) c_gtk_label_set_text;
7174 	void function(GtkLabel* label, const(char)* str) c_gtk_label_set_text_with_mnemonic;
7175 	void function(GtkLabel* label, int trackLinks) c_gtk_label_set_track_visited_links;
7176 	void function(GtkLabel* label, int setting) c_gtk_label_set_use_markup;
7177 	void function(GtkLabel* label, int setting) c_gtk_label_set_use_underline;
7178 	void function(GtkLabel* label, int nChars) c_gtk_label_set_width_chars;
7179 	void function(GtkLabel* label, float xalign) c_gtk_label_set_xalign;
7180 	void function(GtkLabel* label, float yalign) c_gtk_label_set_yalign;
7181 
7182 	// gtk.LabelAccessible
7183 
7184 	GType function() c_gtk_label_accessible_get_type;
7185 
7186 	// gtk.Layout
7187 
7188 	GType function() c_gtk_layout_get_type;
7189 	GtkWidget* function(GtkAdjustment* hadjustment, GtkAdjustment* vadjustment) c_gtk_layout_new;
7190 	GdkWindow* function(GtkLayout* layout) c_gtk_layout_get_bin_window;
7191 	GtkAdjustment* function(GtkLayout* layout) c_gtk_layout_get_hadjustment;
7192 	void function(GtkLayout* layout, uint* width, uint* height) c_gtk_layout_get_size;
7193 	GtkAdjustment* function(GtkLayout* layout) c_gtk_layout_get_vadjustment;
7194 	void function(GtkLayout* layout, GtkWidget* childWidget, int x, int y) c_gtk_layout_move;
7195 	void function(GtkLayout* layout, GtkWidget* childWidget, int x, int y) c_gtk_layout_put;
7196 	void function(GtkLayout* layout, GtkAdjustment* adjustment) c_gtk_layout_set_hadjustment;
7197 	void function(GtkLayout* layout, uint width, uint height) c_gtk_layout_set_size;
7198 	void function(GtkLayout* layout, GtkAdjustment* adjustment) c_gtk_layout_set_vadjustment;
7199 
7200 	// gtk.LevelBar
7201 
7202 	GType function() c_gtk_level_bar_get_type;
7203 	GtkWidget* function() c_gtk_level_bar_new;
7204 	GtkWidget* function(double minValue, double maxValue) c_gtk_level_bar_new_for_interval;
7205 	void function(GtkLevelBar* self, const(char)* name, double value) c_gtk_level_bar_add_offset_value;
7206 	int function(GtkLevelBar* self) c_gtk_level_bar_get_inverted;
7207 	double function(GtkLevelBar* self) c_gtk_level_bar_get_max_value;
7208 	double function(GtkLevelBar* self) c_gtk_level_bar_get_min_value;
7209 	GtkLevelBarMode function(GtkLevelBar* self) c_gtk_level_bar_get_mode;
7210 	int function(GtkLevelBar* self, const(char)* name, double* value) c_gtk_level_bar_get_offset_value;
7211 	double function(GtkLevelBar* self) c_gtk_level_bar_get_value;
7212 	void function(GtkLevelBar* self, const(char)* name) c_gtk_level_bar_remove_offset_value;
7213 	void function(GtkLevelBar* self, int inverted) c_gtk_level_bar_set_inverted;
7214 	void function(GtkLevelBar* self, double value) c_gtk_level_bar_set_max_value;
7215 	void function(GtkLevelBar* self, double value) c_gtk_level_bar_set_min_value;
7216 	void function(GtkLevelBar* self, GtkLevelBarMode mode) c_gtk_level_bar_set_mode;
7217 	void function(GtkLevelBar* self, double value) c_gtk_level_bar_set_value;
7218 
7219 	// gtk.LevelBarAccessible
7220 
7221 	GType function() c_gtk_level_bar_accessible_get_type;
7222 
7223 	// gtk.LinkButton
7224 
7225 	GType function() c_gtk_link_button_get_type;
7226 	GtkWidget* function(const(char)* uri) c_gtk_link_button_new;
7227 	GtkWidget* function(const(char)* uri, const(char)* label) c_gtk_link_button_new_with_label;
7228 	const(char)* function(GtkLinkButton* linkButton) c_gtk_link_button_get_uri;
7229 	int function(GtkLinkButton* linkButton) c_gtk_link_button_get_visited;
7230 	void function(GtkLinkButton* linkButton, const(char)* uri) c_gtk_link_button_set_uri;
7231 	void function(GtkLinkButton* linkButton, int visited) c_gtk_link_button_set_visited;
7232 
7233 	// gtk.LinkButtonAccessible
7234 
7235 	GType function() c_gtk_link_button_accessible_get_type;
7236 
7237 	// gtk.ListBox
7238 
7239 	GType function() c_gtk_list_box_get_type;
7240 	GtkWidget* function() c_gtk_list_box_new;
7241 	void function(GtkListBox* box, GListModel* model, GtkListBoxCreateWidgetFunc createWidgetFunc, void* userData, GDestroyNotify userDataFreeFunc) c_gtk_list_box_bind_model;
7242 	void function(GtkListBox* box, GtkListBoxRow* row) c_gtk_list_box_drag_highlight_row;
7243 	void function(GtkListBox* box) c_gtk_list_box_drag_unhighlight_row;
7244 	int function(GtkListBox* box) c_gtk_list_box_get_activate_on_single_click;
7245 	GtkAdjustment* function(GtkListBox* box) c_gtk_list_box_get_adjustment;
7246 	GtkListBoxRow* function(GtkListBox* box, int index) c_gtk_list_box_get_row_at_index;
7247 	GtkListBoxRow* function(GtkListBox* box, int y) c_gtk_list_box_get_row_at_y;
7248 	GtkListBoxRow* function(GtkListBox* box) c_gtk_list_box_get_selected_row;
7249 	GList* function(GtkListBox* box) c_gtk_list_box_get_selected_rows;
7250 	GtkSelectionMode function(GtkListBox* box) c_gtk_list_box_get_selection_mode;
7251 	void function(GtkListBox* box, GtkWidget* child, int position) c_gtk_list_box_insert;
7252 	void function(GtkListBox* box) c_gtk_list_box_invalidate_filter;
7253 	void function(GtkListBox* box) c_gtk_list_box_invalidate_headers;
7254 	void function(GtkListBox* box) c_gtk_list_box_invalidate_sort;
7255 	void function(GtkListBox* box, GtkWidget* child) c_gtk_list_box_prepend;
7256 	void function(GtkListBox* box) c_gtk_list_box_select_all;
7257 	void function(GtkListBox* box, GtkListBoxRow* row) c_gtk_list_box_select_row;
7258 	void function(GtkListBox* box, GtkListBoxForeachFunc func, void* data) c_gtk_list_box_selected_foreach;
7259 	void function(GtkListBox* box, int single) c_gtk_list_box_set_activate_on_single_click;
7260 	void function(GtkListBox* box, GtkAdjustment* adjustment) c_gtk_list_box_set_adjustment;
7261 	void function(GtkListBox* box, GtkListBoxFilterFunc filterFunc, void* userData, GDestroyNotify destroy) c_gtk_list_box_set_filter_func;
7262 	void function(GtkListBox* box, GtkListBoxUpdateHeaderFunc updateHeader, void* userData, GDestroyNotify destroy) c_gtk_list_box_set_header_func;
7263 	void function(GtkListBox* box, GtkWidget* placeholder) c_gtk_list_box_set_placeholder;
7264 	void function(GtkListBox* box, GtkSelectionMode mode) c_gtk_list_box_set_selection_mode;
7265 	void function(GtkListBox* box, GtkListBoxSortFunc sortFunc, void* userData, GDestroyNotify destroy) c_gtk_list_box_set_sort_func;
7266 	void function(GtkListBox* box) c_gtk_list_box_unselect_all;
7267 	void function(GtkListBox* box, GtkListBoxRow* row) c_gtk_list_box_unselect_row;
7268 
7269 	// gtk.ListBoxAccessible
7270 
7271 	GType function() c_gtk_list_box_accessible_get_type;
7272 
7273 	// gtk.ListBoxRow
7274 
7275 	GType function() c_gtk_list_box_row_get_type;
7276 	GtkWidget* function() c_gtk_list_box_row_new;
7277 	void function(GtkListBoxRow* row) c_gtk_list_box_row_changed;
7278 	int function(GtkListBoxRow* row) c_gtk_list_box_row_get_activatable;
7279 	GtkWidget* function(GtkListBoxRow* row) c_gtk_list_box_row_get_header;
7280 	int function(GtkListBoxRow* row) c_gtk_list_box_row_get_index;
7281 	int function(GtkListBoxRow* row) c_gtk_list_box_row_get_selectable;
7282 	int function(GtkListBoxRow* row) c_gtk_list_box_row_is_selected;
7283 	void function(GtkListBoxRow* row, int activatable) c_gtk_list_box_row_set_activatable;
7284 	void function(GtkListBoxRow* row, GtkWidget* header) c_gtk_list_box_row_set_header;
7285 	void function(GtkListBoxRow* row, int selectable) c_gtk_list_box_row_set_selectable;
7286 
7287 	// gtk.ListBoxRowAccessible
7288 
7289 	GType function() c_gtk_list_box_row_accessible_get_type;
7290 
7291 	// gtk.ListStore
7292 
7293 	GType function() c_gtk_list_store_get_type;
7294 	GtkListStore* function(int nColumns, ... ) c_gtk_list_store_new;
7295 	GtkListStore* function(int nColumns, GType* types) c_gtk_list_store_newv;
7296 	void function(GtkListStore* listStore, GtkTreeIter* iter) c_gtk_list_store_append;
7297 	void function(GtkListStore* listStore) c_gtk_list_store_clear;
7298 	void function(GtkListStore* listStore, GtkTreeIter* iter, int position) c_gtk_list_store_insert;
7299 	void function(GtkListStore* listStore, GtkTreeIter* iter, GtkTreeIter* sibling) c_gtk_list_store_insert_after;
7300 	void function(GtkListStore* listStore, GtkTreeIter* iter, GtkTreeIter* sibling) c_gtk_list_store_insert_before;
7301 	void function(GtkListStore* listStore, GtkTreeIter* iter, int position, ... ) c_gtk_list_store_insert_with_values;
7302 	void function(GtkListStore* listStore, GtkTreeIter* iter, int position, int* columns, GValue* values, int nValues) c_gtk_list_store_insert_with_valuesv;
7303 	int function(GtkListStore* listStore, GtkTreeIter* iter) c_gtk_list_store_iter_is_valid;
7304 	void function(GtkListStore* store, GtkTreeIter* iter, GtkTreeIter* position) c_gtk_list_store_move_after;
7305 	void function(GtkListStore* store, GtkTreeIter* iter, GtkTreeIter* position) c_gtk_list_store_move_before;
7306 	void function(GtkListStore* listStore, GtkTreeIter* iter) c_gtk_list_store_prepend;
7307 	int function(GtkListStore* listStore, GtkTreeIter* iter) c_gtk_list_store_remove;
7308 	void function(GtkListStore* store, int* newOrder) c_gtk_list_store_reorder;
7309 	void function(GtkListStore* listStore, GtkTreeIter* iter, ... ) c_gtk_list_store_set;
7310 	void function(GtkListStore* listStore, int nColumns, GType* types) c_gtk_list_store_set_column_types;
7311 	void function(GtkListStore* listStore, GtkTreeIter* iter, void* varArgs) c_gtk_list_store_set_valist;
7312 	void function(GtkListStore* listStore, GtkTreeIter* iter, int column, GValue* value) c_gtk_list_store_set_value;
7313 	void function(GtkListStore* listStore, GtkTreeIter* iter, int* columns, GValue* values, int nValues) c_gtk_list_store_set_valuesv;
7314 	void function(GtkListStore* store, GtkTreeIter* a, GtkTreeIter* b) c_gtk_list_store_swap;
7315 
7316 	// gtk.LockButton
7317 
7318 	GType function() c_gtk_lock_button_get_type;
7319 	GtkWidget* function(GPermission* permission) c_gtk_lock_button_new;
7320 	GPermission* function(GtkLockButton* button) c_gtk_lock_button_get_permission;
7321 	void function(GtkLockButton* button, GPermission* permission) c_gtk_lock_button_set_permission;
7322 
7323 	// gtk.LockButtonAccessible
7324 
7325 	GType function() c_gtk_lock_button_accessible_get_type;
7326 
7327 	// gtk.Menu
7328 
7329 	GType function() c_gtk_menu_get_type;
7330 	GtkWidget* function() c_gtk_menu_new;
7331 	GtkWidget* function(GMenuModel* model) c_gtk_menu_new_from_model;
7332 	GList* function(GtkWidget* widget) c_gtk_menu_get_for_attach_widget;
7333 	void function(GtkMenu* menu, GtkWidget* child, uint leftAttach, uint rightAttach, uint topAttach, uint bottomAttach) c_gtk_menu_attach;
7334 	void function(GtkMenu* menu, GtkWidget* attachWidget, GtkMenuDetachFunc detacher) c_gtk_menu_attach_to_widget;
7335 	void function(GtkMenu* menu) c_gtk_menu_detach;
7336 	GtkAccelGroup* function(GtkMenu* menu) c_gtk_menu_get_accel_group;
7337 	const(char)* function(GtkMenu* menu) c_gtk_menu_get_accel_path;
7338 	GtkWidget* function(GtkMenu* menu) c_gtk_menu_get_active;
7339 	GtkWidget* function(GtkMenu* menu) c_gtk_menu_get_attach_widget;
7340 	int function(GtkMenu* menu) c_gtk_menu_get_monitor;
7341 	int function(GtkMenu* menu) c_gtk_menu_get_reserve_toggle_size;
7342 	int function(GtkMenu* menu) c_gtk_menu_get_tearoff_state;
7343 	const(char)* function(GtkMenu* menu) c_gtk_menu_get_title;
7344 	void function(GtkMenu* menu) c_gtk_menu_popdown;
7345 	void function(GtkMenu* menu, GtkWidget* parentMenuShell, GtkWidget* parentMenuItem, GtkMenuPositionFunc func, void* data, uint button, uint activateTime) c_gtk_menu_popup;
7346 	void function(GtkMenu* menu, GdkDevice* device, GtkWidget* parentMenuShell, GtkWidget* parentMenuItem, GtkMenuPositionFunc func, void* data, GDestroyNotify destroy, uint button, uint activateTime) c_gtk_menu_popup_for_device;
7347 	void function(GtkMenu* menu, GtkWidget* child, int position) c_gtk_menu_reorder_child;
7348 	void function(GtkMenu* menu) c_gtk_menu_reposition;
7349 	void function(GtkMenu* menu, GtkAccelGroup* accelGroup) c_gtk_menu_set_accel_group;
7350 	void function(GtkMenu* menu, const(char)* accelPath) c_gtk_menu_set_accel_path;
7351 	void function(GtkMenu* menu, uint index) c_gtk_menu_set_active;
7352 	void function(GtkMenu* menu, int monitorNum) c_gtk_menu_set_monitor;
7353 	void function(GtkMenu* menu, int reserveToggleSize) c_gtk_menu_set_reserve_toggle_size;
7354 	void function(GtkMenu* menu, GdkScreen* screen) c_gtk_menu_set_screen;
7355 	void function(GtkMenu* menu, int tornOff) c_gtk_menu_set_tearoff_state;
7356 	void function(GtkMenu* menu, const(char)* title) c_gtk_menu_set_title;
7357 
7358 	// gtk.MenuAccessible
7359 
7360 	GType function() c_gtk_menu_accessible_get_type;
7361 
7362 	// gtk.MenuBar
7363 
7364 	GType function() c_gtk_menu_bar_get_type;
7365 	GtkWidget* function() c_gtk_menu_bar_new;
7366 	GtkWidget* function(GMenuModel* model) c_gtk_menu_bar_new_from_model;
7367 	GtkPackDirection function(GtkMenuBar* menubar) c_gtk_menu_bar_get_child_pack_direction;
7368 	GtkPackDirection function(GtkMenuBar* menubar) c_gtk_menu_bar_get_pack_direction;
7369 	void function(GtkMenuBar* menubar, GtkPackDirection childPackDir) c_gtk_menu_bar_set_child_pack_direction;
7370 	void function(GtkMenuBar* menubar, GtkPackDirection packDir) c_gtk_menu_bar_set_pack_direction;
7371 
7372 	// gtk.MenuButton
7373 
7374 	GType function() c_gtk_menu_button_get_type;
7375 	GtkWidget* function() c_gtk_menu_button_new;
7376 	GtkWidget* function(GtkMenuButton* menuButton) c_gtk_menu_button_get_align_widget;
7377 	GtkArrowType function(GtkMenuButton* menuButton) c_gtk_menu_button_get_direction;
7378 	GMenuModel* function(GtkMenuButton* menuButton) c_gtk_menu_button_get_menu_model;
7379 	GtkPopover* function(GtkMenuButton* menuButton) c_gtk_menu_button_get_popover;
7380 	GtkMenu* function(GtkMenuButton* menuButton) c_gtk_menu_button_get_popup;
7381 	int function(GtkMenuButton* menuButton) c_gtk_menu_button_get_use_popover;
7382 	void function(GtkMenuButton* menuButton, GtkWidget* alignWidget) c_gtk_menu_button_set_align_widget;
7383 	void function(GtkMenuButton* menuButton, GtkArrowType direction) c_gtk_menu_button_set_direction;
7384 	void function(GtkMenuButton* menuButton, GMenuModel* menuModel) c_gtk_menu_button_set_menu_model;
7385 	void function(GtkMenuButton* menuButton, GtkWidget* popover) c_gtk_menu_button_set_popover;
7386 	void function(GtkMenuButton* menuButton, GtkWidget* menu) c_gtk_menu_button_set_popup;
7387 	void function(GtkMenuButton* menuButton, int usePopover) c_gtk_menu_button_set_use_popover;
7388 
7389 	// gtk.MenuButtonAccessible
7390 
7391 	GType function() c_gtk_menu_button_accessible_get_type;
7392 
7393 	// gtk.MenuItem
7394 
7395 	GType function() c_gtk_menu_item_get_type;
7396 	GtkWidget* function() c_gtk_menu_item_new;
7397 	GtkWidget* function(const(char)* label) c_gtk_menu_item_new_with_label;
7398 	GtkWidget* function(const(char)* label) c_gtk_menu_item_new_with_mnemonic;
7399 	void function(GtkMenuItem* menuItem) c_gtk_menu_item_activate;
7400 	void function(GtkMenuItem* menuItem) c_gtk_menu_item_deselect;
7401 	const(char)* function(GtkMenuItem* menuItem) c_gtk_menu_item_get_accel_path;
7402 	const(char)* function(GtkMenuItem* menuItem) c_gtk_menu_item_get_label;
7403 	int function(GtkMenuItem* menuItem) c_gtk_menu_item_get_reserve_indicator;
7404 	int function(GtkMenuItem* menuItem) c_gtk_menu_item_get_right_justified;
7405 	GtkWidget* function(GtkMenuItem* menuItem) c_gtk_menu_item_get_submenu;
7406 	int function(GtkMenuItem* menuItem) c_gtk_menu_item_get_use_underline;
7407 	void function(GtkMenuItem* menuItem) c_gtk_menu_item_select;
7408 	void function(GtkMenuItem* menuItem, const(char)* accelPath) c_gtk_menu_item_set_accel_path;
7409 	void function(GtkMenuItem* menuItem, const(char)* label) c_gtk_menu_item_set_label;
7410 	void function(GtkMenuItem* menuItem, int reserve) c_gtk_menu_item_set_reserve_indicator;
7411 	void function(GtkMenuItem* menuItem, int rightJustified) c_gtk_menu_item_set_right_justified;
7412 	void function(GtkMenuItem* menuItem, GtkWidget* submenu) c_gtk_menu_item_set_submenu;
7413 	void function(GtkMenuItem* menuItem, int setting) c_gtk_menu_item_set_use_underline;
7414 	void function(GtkMenuItem* menuItem, int allocation) c_gtk_menu_item_toggle_size_allocate;
7415 	void function(GtkMenuItem* menuItem, int* requisition) c_gtk_menu_item_toggle_size_request;
7416 
7417 	// gtk.MenuItemAccessible
7418 
7419 	GType function() c_gtk_menu_item_accessible_get_type;
7420 
7421 	// gtk.MenuShell
7422 
7423 	GType function() c_gtk_menu_shell_get_type;
7424 	void function(GtkMenuShell* menuShell, GtkWidget* menuItem, int forceDeactivate) c_gtk_menu_shell_activate_item;
7425 	void function(GtkMenuShell* menuShell, GtkWidget* child) c_gtk_menu_shell_append;
7426 	void function(GtkMenuShell* menuShell, GMenuModel* model, const(char)* actionNamespace, int withSeparators) c_gtk_menu_shell_bind_model;
7427 	void function(GtkMenuShell* menuShell) c_gtk_menu_shell_cancel;
7428 	void function(GtkMenuShell* menuShell) c_gtk_menu_shell_deactivate;
7429 	void function(GtkMenuShell* menuShell) c_gtk_menu_shell_deselect;
7430 	GtkWidget* function(GtkMenuShell* menuShell) c_gtk_menu_shell_get_parent_shell;
7431 	GtkWidget* function(GtkMenuShell* menuShell) c_gtk_menu_shell_get_selected_item;
7432 	int function(GtkMenuShell* menuShell) c_gtk_menu_shell_get_take_focus;
7433 	void function(GtkMenuShell* menuShell, GtkWidget* child, int position) c_gtk_menu_shell_insert;
7434 	void function(GtkMenuShell* menuShell, GtkWidget* child) c_gtk_menu_shell_prepend;
7435 	void function(GtkMenuShell* menuShell, int searchSensitive) c_gtk_menu_shell_select_first;
7436 	void function(GtkMenuShell* menuShell, GtkWidget* menuItem) c_gtk_menu_shell_select_item;
7437 	void function(GtkMenuShell* menuShell, int takeFocus) c_gtk_menu_shell_set_take_focus;
7438 
7439 	// gtk.MenuShellAccessible
7440 
7441 	GType function() c_gtk_menu_shell_accessible_get_type;
7442 
7443 	// gtk.MenuToolButton
7444 
7445 	GType function() c_gtk_menu_tool_button_get_type;
7446 	GtkToolItem* function(GtkWidget* iconWidget, const(char)* label) c_gtk_menu_tool_button_new;
7447 	GtkToolItem* function(const(char)* stockId) c_gtk_menu_tool_button_new_from_stock;
7448 	GtkWidget* function(GtkMenuToolButton* button) c_gtk_menu_tool_button_get_menu;
7449 	void function(GtkMenuToolButton* button, const(char)* markup) c_gtk_menu_tool_button_set_arrow_tooltip_markup;
7450 	void function(GtkMenuToolButton* button, const(char)* text) c_gtk_menu_tool_button_set_arrow_tooltip_text;
7451 	void function(GtkMenuToolButton* button, GtkWidget* menu) c_gtk_menu_tool_button_set_menu;
7452 
7453 	// gtk.MessageDialog
7454 
7455 	GType function() c_gtk_message_dialog_get_type;
7456 	GtkWidget* function(GtkWindow* parent, GtkDialogFlags flags, GtkMessageType type, GtkButtonsType buttons, const(char)* messageFormat, ... ) c_gtk_message_dialog_new;
7457 	GtkWidget* function(GtkWindow* parent, GtkDialogFlags flags, GtkMessageType type, GtkButtonsType buttons, const(char)* messageFormat, ... ) c_gtk_message_dialog_new_with_markup;
7458 	void function(GtkMessageDialog* messageDialog, const(char)* messageFormat, ... ) c_gtk_message_dialog_format_secondary_markup;
7459 	void function(GtkMessageDialog* messageDialog, const(char)* messageFormat, ... ) c_gtk_message_dialog_format_secondary_text;
7460 	GtkWidget* function(GtkMessageDialog* dialog) c_gtk_message_dialog_get_image;
7461 	GtkWidget* function(GtkMessageDialog* messageDialog) c_gtk_message_dialog_get_message_area;
7462 	void function(GtkMessageDialog* dialog, GtkWidget* image) c_gtk_message_dialog_set_image;
7463 	void function(GtkMessageDialog* messageDialog, const(char)* str) c_gtk_message_dialog_set_markup;
7464 
7465 	// gtk.Misc
7466 
7467 	GType function() c_gtk_misc_get_type;
7468 	void function(GtkMisc* misc, float* xalign, float* yalign) c_gtk_misc_get_alignment;
7469 	void function(GtkMisc* misc, int* xpad, int* ypad) c_gtk_misc_get_padding;
7470 	void function(GtkMisc* misc, float xalign, float yalign) c_gtk_misc_set_alignment;
7471 	void function(GtkMisc* misc, int xpad, int ypad) c_gtk_misc_set_padding;
7472 
7473 	// gtk.ModelButton
7474 
7475 	GType function() c_gtk_model_button_get_type;
7476 	GtkWidget* function() c_gtk_model_button_new;
7477 
7478 	// gtk.MountOperation
7479 
7480 	GType function() c_gtk_mount_operation_get_type;
7481 	GMountOperation* function(GtkWindow* parent) c_gtk_mount_operation_new;
7482 	GtkWindow* function(GtkMountOperation* op) c_gtk_mount_operation_get_parent;
7483 	GdkScreen* function(GtkMountOperation* op) c_gtk_mount_operation_get_screen;
7484 	int function(GtkMountOperation* op) c_gtk_mount_operation_is_showing;
7485 	void function(GtkMountOperation* op, GtkWindow* parent) c_gtk_mount_operation_set_parent;
7486 	void function(GtkMountOperation* op, GdkScreen* screen) c_gtk_mount_operation_set_screen;
7487 	int function(GdkScreen* screen, const(char)* uri, uint timestamp, GError** err) c_gtk_show_uri;
7488 
7489 	// gtk.NativeDialog
7490 
7491 	GType function() c_gtk_native_dialog_get_type;
7492 	void function(GtkNativeDialog* self) c_gtk_native_dialog_destroy;
7493 	int function(GtkNativeDialog* self) c_gtk_native_dialog_get_modal;
7494 	const(char)* function(GtkNativeDialog* self) c_gtk_native_dialog_get_title;
7495 	GtkWindow* function(GtkNativeDialog* self) c_gtk_native_dialog_get_transient_for;
7496 	int function(GtkNativeDialog* self) c_gtk_native_dialog_get_visible;
7497 	void function(GtkNativeDialog* self) c_gtk_native_dialog_hide;
7498 	int function(GtkNativeDialog* self) c_gtk_native_dialog_run;
7499 	void function(GtkNativeDialog* self, int modal) c_gtk_native_dialog_set_modal;
7500 	void function(GtkNativeDialog* self, const(char)* title) c_gtk_native_dialog_set_title;
7501 	void function(GtkNativeDialog* self, GtkWindow* parent) c_gtk_native_dialog_set_transient_for;
7502 	void function(GtkNativeDialog* self) c_gtk_native_dialog_show;
7503 
7504 	// gtk.Notebook
7505 
7506 	GType function() c_gtk_notebook_get_type;
7507 	GtkWidget* function() c_gtk_notebook_new;
7508 	int function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel) c_gtk_notebook_append_page;
7509 	int function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel, GtkWidget* menuLabel) c_gtk_notebook_append_page_menu;
7510 	void function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_detach_tab;
7511 	GtkWidget* function(GtkNotebook* notebook, GtkPackType packType) c_gtk_notebook_get_action_widget;
7512 	int function(GtkNotebook* notebook) c_gtk_notebook_get_current_page;
7513 	const(char)* function(GtkNotebook* notebook) c_gtk_notebook_get_group_name;
7514 	GtkWidget* function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_menu_label;
7515 	const(char)* function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_menu_label_text;
7516 	int function(GtkNotebook* notebook) c_gtk_notebook_get_n_pages;
7517 	GtkWidget* function(GtkNotebook* notebook, int pageNum) c_gtk_notebook_get_nth_page;
7518 	int function(GtkNotebook* notebook) c_gtk_notebook_get_scrollable;
7519 	int function(GtkNotebook* notebook) c_gtk_notebook_get_show_border;
7520 	int function(GtkNotebook* notebook) c_gtk_notebook_get_show_tabs;
7521 	int function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_tab_detachable;
7522 	ushort function(GtkNotebook* notebook) c_gtk_notebook_get_tab_hborder;
7523 	GtkWidget* function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_tab_label;
7524 	const(char)* function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_tab_label_text;
7525 	GtkPositionType function(GtkNotebook* notebook) c_gtk_notebook_get_tab_pos;
7526 	int function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_tab_reorderable;
7527 	ushort function(GtkNotebook* notebook) c_gtk_notebook_get_tab_vborder;
7528 	int function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel, int position) c_gtk_notebook_insert_page;
7529 	int function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel, GtkWidget* menuLabel, int position) c_gtk_notebook_insert_page_menu;
7530 	void function(GtkNotebook* notebook) c_gtk_notebook_next_page;
7531 	int function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_page_num;
7532 	void function(GtkNotebook* notebook) c_gtk_notebook_popup_disable;
7533 	void function(GtkNotebook* notebook) c_gtk_notebook_popup_enable;
7534 	int function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel) c_gtk_notebook_prepend_page;
7535 	int function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel, GtkWidget* menuLabel) c_gtk_notebook_prepend_page_menu;
7536 	void function(GtkNotebook* notebook) c_gtk_notebook_prev_page;
7537 	void function(GtkNotebook* notebook, int pageNum) c_gtk_notebook_remove_page;
7538 	void function(GtkNotebook* notebook, GtkWidget* child, int position) c_gtk_notebook_reorder_child;
7539 	void function(GtkNotebook* notebook, GtkWidget* widget, GtkPackType packType) c_gtk_notebook_set_action_widget;
7540 	void function(GtkNotebook* notebook, int pageNum) c_gtk_notebook_set_current_page;
7541 	void function(GtkNotebook* notebook, const(char)* groupName) c_gtk_notebook_set_group_name;
7542 	void function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* menuLabel) c_gtk_notebook_set_menu_label;
7543 	void function(GtkNotebook* notebook, GtkWidget* child, const(char)* menuText) c_gtk_notebook_set_menu_label_text;
7544 	void function(GtkNotebook* notebook, int scrollable) c_gtk_notebook_set_scrollable;
7545 	void function(GtkNotebook* notebook, int showBorder) c_gtk_notebook_set_show_border;
7546 	void function(GtkNotebook* notebook, int showTabs) c_gtk_notebook_set_show_tabs;
7547 	void function(GtkNotebook* notebook, GtkWidget* child, int detachable) c_gtk_notebook_set_tab_detachable;
7548 	void function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel) c_gtk_notebook_set_tab_label;
7549 	void function(GtkNotebook* notebook, GtkWidget* child, const(char)* tabText) c_gtk_notebook_set_tab_label_text;
7550 	void function(GtkNotebook* notebook, GtkPositionType pos) c_gtk_notebook_set_tab_pos;
7551 	void function(GtkNotebook* notebook, GtkWidget* child, int reorderable) c_gtk_notebook_set_tab_reorderable;
7552 
7553 	// gtk.NotebookAccessible
7554 
7555 	GType function() c_gtk_notebook_accessible_get_type;
7556 
7557 	// gtk.NotebookPageAccessible
7558 
7559 	GType function() c_gtk_notebook_page_accessible_get_type;
7560 	AtkObject* function(GtkNotebookAccessible* notebook, GtkWidget* child) c_gtk_notebook_page_accessible_new;
7561 	void function(GtkNotebookPageAccessible* page) c_gtk_notebook_page_accessible_invalidate;
7562 
7563 	// gtk.NumerableIcon
7564 
7565 	GType function() c_gtk_numerable_icon_get_type;
7566 	GIcon* function(GIcon* baseIcon) c_gtk_numerable_icon_new;
7567 	GIcon* function(GIcon* baseIcon, GtkStyleContext* context) c_gtk_numerable_icon_new_with_style_context;
7568 	GIcon* function(GtkNumerableIcon* self) c_gtk_numerable_icon_get_background_gicon;
7569 	const(char)* function(GtkNumerableIcon* self) c_gtk_numerable_icon_get_background_icon_name;
7570 	int function(GtkNumerableIcon* self) c_gtk_numerable_icon_get_count;
7571 	const(char)* function(GtkNumerableIcon* self) c_gtk_numerable_icon_get_label;
7572 	GtkStyleContext* function(GtkNumerableIcon* self) c_gtk_numerable_icon_get_style_context;
7573 	void function(GtkNumerableIcon* self, GIcon* icon) c_gtk_numerable_icon_set_background_gicon;
7574 	void function(GtkNumerableIcon* self, const(char)* iconName) c_gtk_numerable_icon_set_background_icon_name;
7575 	void function(GtkNumerableIcon* self, int count) c_gtk_numerable_icon_set_count;
7576 	void function(GtkNumerableIcon* self, const(char)* label) c_gtk_numerable_icon_set_label;
7577 	void function(GtkNumerableIcon* self, GtkStyleContext* style) c_gtk_numerable_icon_set_style_context;
7578 
7579 	// gtk.OffscreenWindow
7580 
7581 	GType function() c_gtk_offscreen_window_get_type;
7582 	GtkWidget* function() c_gtk_offscreen_window_new;
7583 	GdkPixbuf* function(GtkOffscreenWindow* offscreen) c_gtk_offscreen_window_get_pixbuf;
7584 	cairo_surface_t* function(GtkOffscreenWindow* offscreen) c_gtk_offscreen_window_get_surface;
7585 
7586 	// gtk.Orientable
7587 
7588 	GType function() c_gtk_orientable_get_type;
7589 	GtkOrientation function(GtkOrientable* orientable) c_gtk_orientable_get_orientation;
7590 	void function(GtkOrientable* orientable, GtkOrientation orientation) c_gtk_orientable_set_orientation;
7591 
7592 	// gtk.Overlay
7593 
7594 	GType function() c_gtk_overlay_get_type;
7595 	GtkWidget* function() c_gtk_overlay_new;
7596 	void function(GtkOverlay* overlay, GtkWidget* widget) c_gtk_overlay_add_overlay;
7597 	int function(GtkOverlay* overlay, GtkWidget* widget) c_gtk_overlay_get_overlay_pass_through;
7598 	void function(GtkOverlay* overlay, GtkWidget* child, int position) c_gtk_overlay_reorder_overlay;
7599 	void function(GtkOverlay* overlay, GtkWidget* widget, int passThrough) c_gtk_overlay_set_overlay_pass_through;
7600 
7601 	// gtk.PageSetup
7602 
7603 	GType function() c_gtk_page_setup_get_type;
7604 	GtkPageSetup* function() c_gtk_page_setup_new;
7605 	GtkPageSetup* function(char* fileName, GError** err) c_gtk_page_setup_new_from_file;
7606 	GtkPageSetup* function(GKeyFile* keyFile, const(char)* groupName, GError** err) c_gtk_page_setup_new_from_key_file;
7607 	GtkPageSetup* function(GtkPageSetup* other) c_gtk_page_setup_copy;
7608 	double function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_bottom_margin;
7609 	double function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_left_margin;
7610 	GtkPageOrientation function(GtkPageSetup* setup) c_gtk_page_setup_get_orientation;
7611 	double function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_page_height;
7612 	double function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_page_width;
7613 	double function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_paper_height;
7614 	GtkPaperSize* function(GtkPageSetup* setup) c_gtk_page_setup_get_paper_size;
7615 	double function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_paper_width;
7616 	double function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_right_margin;
7617 	double function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_top_margin;
7618 	int function(GtkPageSetup* setup, char* fileName, GError** err) c_gtk_page_setup_load_file;
7619 	int function(GtkPageSetup* setup, GKeyFile* keyFile, const(char)* groupName, GError** err) c_gtk_page_setup_load_key_file;
7620 	void function(GtkPageSetup* setup, double margin, GtkUnit unit) c_gtk_page_setup_set_bottom_margin;
7621 	void function(GtkPageSetup* setup, double margin, GtkUnit unit) c_gtk_page_setup_set_left_margin;
7622 	void function(GtkPageSetup* setup, GtkPageOrientation orientation) c_gtk_page_setup_set_orientation;
7623 	void function(GtkPageSetup* setup, GtkPaperSize* size) c_gtk_page_setup_set_paper_size;
7624 	void function(GtkPageSetup* setup, GtkPaperSize* size) c_gtk_page_setup_set_paper_size_and_default_margins;
7625 	void function(GtkPageSetup* setup, double margin, GtkUnit unit) c_gtk_page_setup_set_right_margin;
7626 	void function(GtkPageSetup* setup, double margin, GtkUnit unit) c_gtk_page_setup_set_top_margin;
7627 	int function(GtkPageSetup* setup, char* fileName, GError** err) c_gtk_page_setup_to_file;
7628 	void function(GtkPageSetup* setup, GKeyFile* keyFile, const(char)* groupName) c_gtk_page_setup_to_key_file;
7629 
7630 	// gtk.Paned
7631 
7632 	GType function() c_gtk_paned_get_type;
7633 	GtkWidget* function(GtkOrientation orientation) c_gtk_paned_new;
7634 	void function(GtkPaned* paned, GtkWidget* child) c_gtk_paned_add1;
7635 	void function(GtkPaned* paned, GtkWidget* child) c_gtk_paned_add2;
7636 	GtkWidget* function(GtkPaned* paned) c_gtk_paned_get_child1;
7637 	GtkWidget* function(GtkPaned* paned) c_gtk_paned_get_child2;
7638 	GdkWindow* function(GtkPaned* paned) c_gtk_paned_get_handle_window;
7639 	int function(GtkPaned* paned) c_gtk_paned_get_position;
7640 	int function(GtkPaned* paned) c_gtk_paned_get_wide_handle;
7641 	void function(GtkPaned* paned, GtkWidget* child, int resize, int shrink) c_gtk_paned_pack1;
7642 	void function(GtkPaned* paned, GtkWidget* child, int resize, int shrink) c_gtk_paned_pack2;
7643 	void function(GtkPaned* paned, int position) c_gtk_paned_set_position;
7644 	void function(GtkPaned* paned, int wide) c_gtk_paned_set_wide_handle;
7645 
7646 	// gtk.PanedAccessible
7647 
7648 	GType function() c_gtk_paned_accessible_get_type;
7649 
7650 	// gtk.PaperSize
7651 
7652 	GType function() c_gtk_paper_size_get_type;
7653 	GtkPaperSize* function(const(char)* name) c_gtk_paper_size_new;
7654 	GtkPaperSize* function(const(char)* name, const(char)* displayName, double width, double height, GtkUnit unit) c_gtk_paper_size_new_custom;
7655 	GtkPaperSize* function(const(char)* ippName, double width, double height) c_gtk_paper_size_new_from_ipp;
7656 	GtkPaperSize* function(GKeyFile* keyFile, const(char)* groupName, GError** err) c_gtk_paper_size_new_from_key_file;
7657 	GtkPaperSize* function(const(char)* ppdName, const(char)* ppdDisplayName, double width, double height) c_gtk_paper_size_new_from_ppd;
7658 	GtkPaperSize* function(GtkPaperSize* other) c_gtk_paper_size_copy;
7659 	void function(GtkPaperSize* size) c_gtk_paper_size_free;
7660 	double function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_default_bottom_margin;
7661 	double function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_default_left_margin;
7662 	double function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_default_right_margin;
7663 	double function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_default_top_margin;
7664 	const(char)* function(GtkPaperSize* size) c_gtk_paper_size_get_display_name;
7665 	double function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_height;
7666 	const(char)* function(GtkPaperSize* size) c_gtk_paper_size_get_name;
7667 	const(char)* function(GtkPaperSize* size) c_gtk_paper_size_get_ppd_name;
7668 	double function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_width;
7669 	int function(GtkPaperSize* size) c_gtk_paper_size_is_custom;
7670 	int function(GtkPaperSize* size1, GtkPaperSize* size2) c_gtk_paper_size_is_equal;
7671 	int function(GtkPaperSize* size) c_gtk_paper_size_is_ipp;
7672 	void function(GtkPaperSize* size, double width, double height, GtkUnit unit) c_gtk_paper_size_set_size;
7673 	void function(GtkPaperSize* size, GKeyFile* keyFile, const(char)* groupName) c_gtk_paper_size_to_key_file;
7674 	const(char)* function() c_gtk_paper_size_get_default;
7675 	GList* function(int includeCustom) c_gtk_paper_size_get_paper_sizes;
7676 
7677 	// gtk.PlacesSidebar
7678 
7679 	GType function() c_gtk_places_sidebar_get_type;
7680 	GtkWidget* function() c_gtk_places_sidebar_new;
7681 	void function(GtkPlacesSidebar* sidebar, GFile* location) c_gtk_places_sidebar_add_shortcut;
7682 	int function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_local_only;
7683 	GFile* function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_location;
7684 	GFile* function(GtkPlacesSidebar* sidebar, int n) c_gtk_places_sidebar_get_nth_bookmark;
7685 	GtkPlacesOpenFlags function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_open_flags;
7686 	int function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_show_connect_to_server;
7687 	int function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_show_desktop;
7688 	int function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_show_enter_location;
7689 	int function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_show_other_locations;
7690 	int function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_show_recent;
7691 	int function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_show_trash;
7692 	GSList* function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_list_shortcuts;
7693 	void function(GtkPlacesSidebar* sidebar, GFile* location) c_gtk_places_sidebar_remove_shortcut;
7694 	void function(GtkPlacesSidebar* sidebar, int visible, GdkDragContext* context) c_gtk_places_sidebar_set_drop_targets_visible;
7695 	void function(GtkPlacesSidebar* sidebar, int localOnly) c_gtk_places_sidebar_set_local_only;
7696 	void function(GtkPlacesSidebar* sidebar, GFile* location) c_gtk_places_sidebar_set_location;
7697 	void function(GtkPlacesSidebar* sidebar, GtkPlacesOpenFlags flags) c_gtk_places_sidebar_set_open_flags;
7698 	void function(GtkPlacesSidebar* sidebar, int showConnectToServer) c_gtk_places_sidebar_set_show_connect_to_server;
7699 	void function(GtkPlacesSidebar* sidebar, int showDesktop) c_gtk_places_sidebar_set_show_desktop;
7700 	void function(GtkPlacesSidebar* sidebar, int showEnterLocation) c_gtk_places_sidebar_set_show_enter_location;
7701 	void function(GtkPlacesSidebar* sidebar, int showOtherLocations) c_gtk_places_sidebar_set_show_other_locations;
7702 	void function(GtkPlacesSidebar* sidebar, int showRecent) c_gtk_places_sidebar_set_show_recent;
7703 	void function(GtkPlacesSidebar* sidebar, int showTrash) c_gtk_places_sidebar_set_show_trash;
7704 
7705 	// gtk.Plug
7706 
7707 	GType function() c_gtk_plug_get_type;
7708 	GtkWidget* function(ulong socketId) c_gtk_plug_new;
7709 	GtkWidget* function(GdkDisplay* display, ulong socketId) c_gtk_plug_new_for_display;
7710 	void function(GtkPlug* plug, ulong socketId) c_gtk_plug_construct;
7711 	void function(GtkPlug* plug, GdkDisplay* display, ulong socketId) c_gtk_plug_construct_for_display;
7712 	int function(GtkPlug* plug) c_gtk_plug_get_embedded;
7713 	ulong function(GtkPlug* plug) c_gtk_plug_get_id;
7714 	GdkWindow* function(GtkPlug* plug) c_gtk_plug_get_socket_window;
7715 
7716 	// gtk.Popover
7717 
7718 	GType function() c_gtk_popover_get_type;
7719 	GtkWidget* function(GtkWidget* relativeTo) c_gtk_popover_new;
7720 	GtkWidget* function(GtkWidget* relativeTo, GMenuModel* model) c_gtk_popover_new_from_model;
7721 	void function(GtkPopover* popover, GMenuModel* model, const(char)* actionNamespace) c_gtk_popover_bind_model;
7722 	GtkPopoverConstraint function(GtkPopover* popover) c_gtk_popover_get_constrain_to;
7723 	GtkWidget* function(GtkPopover* popover) c_gtk_popover_get_default_widget;
7724 	int function(GtkPopover* popover) c_gtk_popover_get_modal;
7725 	int function(GtkPopover* popover, GdkRectangle* rect) c_gtk_popover_get_pointing_to;
7726 	GtkPositionType function(GtkPopover* popover) c_gtk_popover_get_position;
7727 	GtkWidget* function(GtkPopover* popover) c_gtk_popover_get_relative_to;
7728 	int function(GtkPopover* popover) c_gtk_popover_get_transitions_enabled;
7729 	void function(GtkPopover* popover, GtkPopoverConstraint constraint) c_gtk_popover_set_constrain_to;
7730 	void function(GtkPopover* popover, GtkWidget* widget) c_gtk_popover_set_default_widget;
7731 	void function(GtkPopover* popover, int modal) c_gtk_popover_set_modal;
7732 	void function(GtkPopover* popover, GdkRectangle* rect) c_gtk_popover_set_pointing_to;
7733 	void function(GtkPopover* popover, GtkPositionType position) c_gtk_popover_set_position;
7734 	void function(GtkPopover* popover, GtkWidget* relativeTo) c_gtk_popover_set_relative_to;
7735 	void function(GtkPopover* popover, int transitionsEnabled) c_gtk_popover_set_transitions_enabled;
7736 
7737 	// gtk.PopoverAccessible
7738 
7739 	GType function() c_gtk_popover_accessible_get_type;
7740 
7741 	// gtk.PopoverMenu
7742 
7743 	GType function() c_gtk_popover_menu_get_type;
7744 	GtkWidget* function() c_gtk_popover_menu_new;
7745 	void function(GtkPopoverMenu* popover, const(char)* name) c_gtk_popover_menu_open_submenu;
7746 
7747 	// gtk.PrintContext
7748 
7749 	GType function() c_gtk_print_context_get_type;
7750 	PangoContext* function(GtkPrintContext* context) c_gtk_print_context_create_pango_context;
7751 	PangoLayout* function(GtkPrintContext* context) c_gtk_print_context_create_pango_layout;
7752 	cairo_t* function(GtkPrintContext* context) c_gtk_print_context_get_cairo_context;
7753 	double function(GtkPrintContext* context) c_gtk_print_context_get_dpi_x;
7754 	double function(GtkPrintContext* context) c_gtk_print_context_get_dpi_y;
7755 	int function(GtkPrintContext* context, double* top, double* bottom, double* left, double* right) c_gtk_print_context_get_hard_margins;
7756 	double function(GtkPrintContext* context) c_gtk_print_context_get_height;
7757 	GtkPageSetup* function(GtkPrintContext* context) c_gtk_print_context_get_page_setup;
7758 	PangoFontMap* function(GtkPrintContext* context) c_gtk_print_context_get_pango_fontmap;
7759 	double function(GtkPrintContext* context) c_gtk_print_context_get_width;
7760 	void function(GtkPrintContext* context, cairo_t* cr, double dpiX, double dpiY) c_gtk_print_context_set_cairo_context;
7761 
7762 	// gtk.PrintOperation
7763 
7764 	GType function() c_gtk_print_operation_get_type;
7765 	GtkPrintOperation* function() c_gtk_print_operation_new;
7766 	void function(GtkPrintOperation* op) c_gtk_print_operation_cancel;
7767 	void function(GtkPrintOperation* op) c_gtk_print_operation_draw_page_finish;
7768 	GtkPageSetup* function(GtkPrintOperation* op) c_gtk_print_operation_get_default_page_setup;
7769 	int function(GtkPrintOperation* op) c_gtk_print_operation_get_embed_page_setup;
7770 	void function(GtkPrintOperation* op, GError** err) c_gtk_print_operation_get_error;
7771 	int function(GtkPrintOperation* op) c_gtk_print_operation_get_has_selection;
7772 	int function(GtkPrintOperation* op) c_gtk_print_operation_get_n_pages_to_print;
7773 	GtkPrintSettings* function(GtkPrintOperation* op) c_gtk_print_operation_get_print_settings;
7774 	GtkPrintStatus function(GtkPrintOperation* op) c_gtk_print_operation_get_status;
7775 	const(char)* function(GtkPrintOperation* op) c_gtk_print_operation_get_status_string;
7776 	int function(GtkPrintOperation* op) c_gtk_print_operation_get_support_selection;
7777 	int function(GtkPrintOperation* op) c_gtk_print_operation_is_finished;
7778 	GtkPrintOperationResult function(GtkPrintOperation* op, GtkPrintOperationAction action, GtkWindow* parent, GError** err) c_gtk_print_operation_run;
7779 	void function(GtkPrintOperation* op, int allowAsync) c_gtk_print_operation_set_allow_async;
7780 	void function(GtkPrintOperation* op, int currentPage) c_gtk_print_operation_set_current_page;
7781 	void function(GtkPrintOperation* op, const(char)* label) c_gtk_print_operation_set_custom_tab_label;
7782 	void function(GtkPrintOperation* op, GtkPageSetup* defaultPageSetup) c_gtk_print_operation_set_default_page_setup;
7783 	void function(GtkPrintOperation* op) c_gtk_print_operation_set_defer_drawing;
7784 	void function(GtkPrintOperation* op, int embed) c_gtk_print_operation_set_embed_page_setup;
7785 	void function(GtkPrintOperation* op, char* filename) c_gtk_print_operation_set_export_filename;
7786 	void function(GtkPrintOperation* op, int hasSelection) c_gtk_print_operation_set_has_selection;
7787 	void function(GtkPrintOperation* op, const(char)* jobName) c_gtk_print_operation_set_job_name;
7788 	void function(GtkPrintOperation* op, int nPages) c_gtk_print_operation_set_n_pages;
7789 	void function(GtkPrintOperation* op, GtkPrintSettings* printSettings) c_gtk_print_operation_set_print_settings;
7790 	void function(GtkPrintOperation* op, int showProgress) c_gtk_print_operation_set_show_progress;
7791 	void function(GtkPrintOperation* op, int supportSelection) c_gtk_print_operation_set_support_selection;
7792 	void function(GtkPrintOperation* op, int trackStatus) c_gtk_print_operation_set_track_print_status;
7793 	void function(GtkPrintOperation* op, GtkUnit unit) c_gtk_print_operation_set_unit;
7794 	void function(GtkPrintOperation* op, int fullPage) c_gtk_print_operation_set_use_full_page;
7795 	GtkPageSetup* function(GtkWindow* parent, GtkPageSetup* pageSetup, GtkPrintSettings* settings) c_gtk_print_run_page_setup_dialog;
7796 	void function(GtkWindow* parent, GtkPageSetup* pageSetup, GtkPrintSettings* settings, GtkPageSetupDoneFunc doneCb, void* data) c_gtk_print_run_page_setup_dialog_async;
7797 
7798 	// gtk.PrintOperationPreview
7799 
7800 	GType function() c_gtk_print_operation_preview_get_type;
7801 	void function(GtkPrintOperationPreview* preview) c_gtk_print_operation_preview_end_preview;
7802 	int function(GtkPrintOperationPreview* preview, int pageNr) c_gtk_print_operation_preview_is_selected;
7803 	void function(GtkPrintOperationPreview* preview, int pageNr) c_gtk_print_operation_preview_render_page;
7804 
7805 	// gtk.PrintSettings
7806 
7807 	GType function() c_gtk_print_settings_get_type;
7808 	GtkPrintSettings* function() c_gtk_print_settings_new;
7809 	GtkPrintSettings* function(char* fileName, GError** err) c_gtk_print_settings_new_from_file;
7810 	GtkPrintSettings* function(GKeyFile* keyFile, const(char)* groupName, GError** err) c_gtk_print_settings_new_from_key_file;
7811 	GtkPrintSettings* function(GtkPrintSettings* other) c_gtk_print_settings_copy;
7812 	void function(GtkPrintSettings* settings, GtkPrintSettingsFunc func, void* userData) c_gtk_print_settings_foreach;
7813 	const(char)* function(GtkPrintSettings* settings, const(char)* key) c_gtk_print_settings_get;
7814 	int function(GtkPrintSettings* settings, const(char)* key) c_gtk_print_settings_get_bool;
7815 	int function(GtkPrintSettings* settings) c_gtk_print_settings_get_collate;
7816 	const(char)* function(GtkPrintSettings* settings) c_gtk_print_settings_get_default_source;
7817 	const(char)* function(GtkPrintSettings* settings) c_gtk_print_settings_get_dither;
7818 	double function(GtkPrintSettings* settings, const(char)* key) c_gtk_print_settings_get_double;
7819 	double function(GtkPrintSettings* settings, const(char)* key, double def) c_gtk_print_settings_get_double_with_default;
7820 	GtkPrintDuplex function(GtkPrintSettings* settings) c_gtk_print_settings_get_duplex;
7821 	const(char)* function(GtkPrintSettings* settings) c_gtk_print_settings_get_finishings;
7822 	int function(GtkPrintSettings* settings, const(char)* key) c_gtk_print_settings_get_int;
7823 	int function(GtkPrintSettings* settings, const(char)* key, int def) c_gtk_print_settings_get_int_with_default;
7824 	double function(GtkPrintSettings* settings, const(char)* key, GtkUnit unit) c_gtk_print_settings_get_length;
7825 	const(char)* function(GtkPrintSettings* settings) c_gtk_print_settings_get_media_type;
7826 	int function(GtkPrintSettings* settings) c_gtk_print_settings_get_n_copies;
7827 	int function(GtkPrintSettings* settings) c_gtk_print_settings_get_number_up;
7828 	GtkNumberUpLayout function(GtkPrintSettings* settings) c_gtk_print_settings_get_number_up_layout;
7829 	GtkPageOrientation function(GtkPrintSettings* settings) c_gtk_print_settings_get_orientation;
7830 	const(char)* function(GtkPrintSettings* settings) c_gtk_print_settings_get_output_bin;
7831 	GtkPageRange* function(GtkPrintSettings* settings, int* numRanges) c_gtk_print_settings_get_page_ranges;
7832 	GtkPageSet function(GtkPrintSettings* settings) c_gtk_print_settings_get_page_set;
7833 	double function(GtkPrintSettings* settings, GtkUnit unit) c_gtk_print_settings_get_paper_height;
7834 	GtkPaperSize* function(GtkPrintSettings* settings) c_gtk_print_settings_get_paper_size;
7835 	double function(GtkPrintSettings* settings, GtkUnit unit) c_gtk_print_settings_get_paper_width;
7836 	GtkPrintPages function(GtkPrintSettings* settings) c_gtk_print_settings_get_print_pages;
7837 	const(char)* function(GtkPrintSettings* settings) c_gtk_print_settings_get_printer;
7838 	double function(GtkPrintSettings* settings) c_gtk_print_settings_get_printer_lpi;
7839 	GtkPrintQuality function(GtkPrintSettings* settings) c_gtk_print_settings_get_quality;
7840 	int function(GtkPrintSettings* settings) c_gtk_print_settings_get_resolution;
7841 	int function(GtkPrintSettings* settings) c_gtk_print_settings_get_resolution_x;
7842 	int function(GtkPrintSettings* settings) c_gtk_print_settings_get_resolution_y;
7843 	int function(GtkPrintSettings* settings) c_gtk_print_settings_get_reverse;
7844 	double function(GtkPrintSettings* settings) c_gtk_print_settings_get_scale;
7845 	int function(GtkPrintSettings* settings) c_gtk_print_settings_get_use_color;
7846 	int function(GtkPrintSettings* settings, const(char)* key) c_gtk_print_settings_has_key;
7847 	int function(GtkPrintSettings* settings, char* fileName, GError** err) c_gtk_print_settings_load_file;
7848 	int function(GtkPrintSettings* settings, GKeyFile* keyFile, const(char)* groupName, GError** err) c_gtk_print_settings_load_key_file;
7849 	void function(GtkPrintSettings* settings, const(char)* key, const(char)* value) c_gtk_print_settings_set;
7850 	void function(GtkPrintSettings* settings, const(char)* key, int value) c_gtk_print_settings_set_bool;
7851 	void function(GtkPrintSettings* settings, int collate) c_gtk_print_settings_set_collate;
7852 	void function(GtkPrintSettings* settings, const(char)* defaultSource) c_gtk_print_settings_set_default_source;
7853 	void function(GtkPrintSettings* settings, const(char)* dither) c_gtk_print_settings_set_dither;
7854 	void function(GtkPrintSettings* settings, const(char)* key, double value) c_gtk_print_settings_set_double;
7855 	void function(GtkPrintSettings* settings, GtkPrintDuplex duplex) c_gtk_print_settings_set_duplex;
7856 	void function(GtkPrintSettings* settings, const(char)* finishings) c_gtk_print_settings_set_finishings;
7857 	void function(GtkPrintSettings* settings, const(char)* key, int value) c_gtk_print_settings_set_int;
7858 	void function(GtkPrintSettings* settings, const(char)* key, double value, GtkUnit unit) c_gtk_print_settings_set_length;
7859 	void function(GtkPrintSettings* settings, const(char)* mediaType) c_gtk_print_settings_set_media_type;
7860 	void function(GtkPrintSettings* settings, int numCopies) c_gtk_print_settings_set_n_copies;
7861 	void function(GtkPrintSettings* settings, int numberUp) c_gtk_print_settings_set_number_up;
7862 	void function(GtkPrintSettings* settings, GtkNumberUpLayout numberUpLayout) c_gtk_print_settings_set_number_up_layout;
7863 	void function(GtkPrintSettings* settings, GtkPageOrientation orientation) c_gtk_print_settings_set_orientation;
7864 	void function(GtkPrintSettings* settings, const(char)* outputBin) c_gtk_print_settings_set_output_bin;
7865 	void function(GtkPrintSettings* settings, GtkPageRange* pageRanges, int numRanges) c_gtk_print_settings_set_page_ranges;
7866 	void function(GtkPrintSettings* settings, GtkPageSet pageSet) c_gtk_print_settings_set_page_set;
7867 	void function(GtkPrintSettings* settings, double height, GtkUnit unit) c_gtk_print_settings_set_paper_height;
7868 	void function(GtkPrintSettings* settings, GtkPaperSize* paperSize) c_gtk_print_settings_set_paper_size;
7869 	void function(GtkPrintSettings* settings, double width, GtkUnit unit) c_gtk_print_settings_set_paper_width;
7870 	void function(GtkPrintSettings* settings, GtkPrintPages pages) c_gtk_print_settings_set_print_pages;
7871 	void function(GtkPrintSettings* settings, const(char)* printer) c_gtk_print_settings_set_printer;
7872 	void function(GtkPrintSettings* settings, double lpi) c_gtk_print_settings_set_printer_lpi;
7873 	void function(GtkPrintSettings* settings, GtkPrintQuality quality) c_gtk_print_settings_set_quality;
7874 	void function(GtkPrintSettings* settings, int resolution) c_gtk_print_settings_set_resolution;
7875 	void function(GtkPrintSettings* settings, int resolutionX, int resolutionY) c_gtk_print_settings_set_resolution_xy;
7876 	void function(GtkPrintSettings* settings, int reverse) c_gtk_print_settings_set_reverse;
7877 	void function(GtkPrintSettings* settings, double scale) c_gtk_print_settings_set_scale;
7878 	void function(GtkPrintSettings* settings, int useColor) c_gtk_print_settings_set_use_color;
7879 	int function(GtkPrintSettings* settings, char* fileName, GError** err) c_gtk_print_settings_to_file;
7880 	void function(GtkPrintSettings* settings, GKeyFile* keyFile, const(char)* groupName) c_gtk_print_settings_to_key_file;
7881 	void function(GtkPrintSettings* settings, const(char)* key) c_gtk_print_settings_unset;
7882 
7883 	// gtk.ProgressBar
7884 
7885 	GType function() c_gtk_progress_bar_get_type;
7886 	GtkWidget* function() c_gtk_progress_bar_new;
7887 	PangoEllipsizeMode function(GtkProgressBar* pbar) c_gtk_progress_bar_get_ellipsize;
7888 	double function(GtkProgressBar* pbar) c_gtk_progress_bar_get_fraction;
7889 	int function(GtkProgressBar* pbar) c_gtk_progress_bar_get_inverted;
7890 	double function(GtkProgressBar* pbar) c_gtk_progress_bar_get_pulse_step;
7891 	int function(GtkProgressBar* pbar) c_gtk_progress_bar_get_show_text;
7892 	const(char)* function(GtkProgressBar* pbar) c_gtk_progress_bar_get_text;
7893 	void function(GtkProgressBar* pbar) c_gtk_progress_bar_pulse;
7894 	void function(GtkProgressBar* pbar, PangoEllipsizeMode mode) c_gtk_progress_bar_set_ellipsize;
7895 	void function(GtkProgressBar* pbar, double fraction) c_gtk_progress_bar_set_fraction;
7896 	void function(GtkProgressBar* pbar, int inverted) c_gtk_progress_bar_set_inverted;
7897 	void function(GtkProgressBar* pbar, double fraction) c_gtk_progress_bar_set_pulse_step;
7898 	void function(GtkProgressBar* pbar, int showText) c_gtk_progress_bar_set_show_text;
7899 	void function(GtkProgressBar* pbar, const(char)* text) c_gtk_progress_bar_set_text;
7900 
7901 	// gtk.ProgressBarAccessible
7902 
7903 	GType function() c_gtk_progress_bar_accessible_get_type;
7904 
7905 	// gtk.RadioAction
7906 
7907 	GType function() c_gtk_radio_action_get_type;
7908 	GtkRadioAction* function(const(char)* name, const(char)* label, const(char)* tooltip, const(char)* stockId, int value) c_gtk_radio_action_new;
7909 	int function(GtkRadioAction* action) c_gtk_radio_action_get_current_value;
7910 	GSList* function(GtkRadioAction* action) c_gtk_radio_action_get_group;
7911 	void function(GtkRadioAction* action, GtkRadioAction* groupSource) c_gtk_radio_action_join_group;
7912 	void function(GtkRadioAction* action, int currentValue) c_gtk_radio_action_set_current_value;
7913 	void function(GtkRadioAction* action, GSList* group) c_gtk_radio_action_set_group;
7914 
7915 	// gtk.RadioButton
7916 
7917 	GType function() c_gtk_radio_button_get_type;
7918 	GtkWidget* function(GSList* group) c_gtk_radio_button_new;
7919 	GtkWidget* function(GtkRadioButton* radioGroupMember) c_gtk_radio_button_new_from_widget;
7920 	GtkWidget* function(GSList* group, const(char)* label) c_gtk_radio_button_new_with_label;
7921 	GtkWidget* function(GtkRadioButton* radioGroupMember, const(char)* label) c_gtk_radio_button_new_with_label_from_widget;
7922 	GtkWidget* function(GSList* group, const(char)* label) c_gtk_radio_button_new_with_mnemonic;
7923 	GtkWidget* function(GtkRadioButton* radioGroupMember, const(char)* label) c_gtk_radio_button_new_with_mnemonic_from_widget;
7924 	GSList* function(GtkRadioButton* radioButton) c_gtk_radio_button_get_group;
7925 	void function(GtkRadioButton* radioButton, GtkRadioButton* groupSource) c_gtk_radio_button_join_group;
7926 	void function(GtkRadioButton* radioButton, GSList* group) c_gtk_radio_button_set_group;
7927 
7928 	// gtk.RadioButtonAccessible
7929 
7930 	GType function() c_gtk_radio_button_accessible_get_type;
7931 
7932 	// gtk.RadioMenuItem
7933 
7934 	GType function() c_gtk_radio_menu_item_get_type;
7935 	GtkWidget* function(GSList* group) c_gtk_radio_menu_item_new;
7936 	GtkWidget* function(GtkRadioMenuItem* group) c_gtk_radio_menu_item_new_from_widget;
7937 	GtkWidget* function(GSList* group, const(char)* label) c_gtk_radio_menu_item_new_with_label;
7938 	GtkWidget* function(GtkRadioMenuItem* group, const(char)* label) c_gtk_radio_menu_item_new_with_label_from_widget;
7939 	GtkWidget* function(GSList* group, const(char)* label) c_gtk_radio_menu_item_new_with_mnemonic;
7940 	GtkWidget* function(GtkRadioMenuItem* group, const(char)* label) c_gtk_radio_menu_item_new_with_mnemonic_from_widget;
7941 	GSList* function(GtkRadioMenuItem* radioMenuItem) c_gtk_radio_menu_item_get_group;
7942 	void function(GtkRadioMenuItem* radioMenuItem, GtkRadioMenuItem* groupSource) c_gtk_radio_menu_item_join_group;
7943 	void function(GtkRadioMenuItem* radioMenuItem, GSList* group) c_gtk_radio_menu_item_set_group;
7944 
7945 	// gtk.RadioMenuItemAccessible
7946 
7947 	GType function() c_gtk_radio_menu_item_accessible_get_type;
7948 
7949 	// gtk.RadioToolButton
7950 
7951 	GType function() c_gtk_radio_tool_button_get_type;
7952 	GtkToolItem* function(GSList* group) c_gtk_radio_tool_button_new;
7953 	GtkToolItem* function(GSList* group, const(char)* stockId) c_gtk_radio_tool_button_new_from_stock;
7954 	GtkToolItem* function(GtkRadioToolButton* group) c_gtk_radio_tool_button_new_from_widget;
7955 	GtkToolItem* function(GtkRadioToolButton* group, const(char)* stockId) c_gtk_radio_tool_button_new_with_stock_from_widget;
7956 	GSList* function(GtkRadioToolButton* button) c_gtk_radio_tool_button_get_group;
7957 	void function(GtkRadioToolButton* button, GSList* group) c_gtk_radio_tool_button_set_group;
7958 
7959 	// gtk.Range
7960 
7961 	GType function() c_gtk_range_get_type;
7962 	GtkAdjustment* function(GtkRange* range) c_gtk_range_get_adjustment;
7963 	double function(GtkRange* range) c_gtk_range_get_fill_level;
7964 	int function(GtkRange* range) c_gtk_range_get_flippable;
7965 	int function(GtkRange* range) c_gtk_range_get_inverted;
7966 	GtkSensitivityType function(GtkRange* range) c_gtk_range_get_lower_stepper_sensitivity;
7967 	int function(GtkRange* range) c_gtk_range_get_min_slider_size;
7968 	void function(GtkRange* range, GdkRectangle* rangeRect) c_gtk_range_get_range_rect;
7969 	int function(GtkRange* range) c_gtk_range_get_restrict_to_fill_level;
7970 	int function(GtkRange* range) c_gtk_range_get_round_digits;
7971 	int function(GtkRange* range) c_gtk_range_get_show_fill_level;
7972 	void function(GtkRange* range, int* sliderStart, int* sliderEnd) c_gtk_range_get_slider_range;
7973 	int function(GtkRange* range) c_gtk_range_get_slider_size_fixed;
7974 	GtkSensitivityType function(GtkRange* range) c_gtk_range_get_upper_stepper_sensitivity;
7975 	double function(GtkRange* range) c_gtk_range_get_value;
7976 	void function(GtkRange* range, GtkAdjustment* adjustment) c_gtk_range_set_adjustment;
7977 	void function(GtkRange* range, double fillLevel) c_gtk_range_set_fill_level;
7978 	void function(GtkRange* range, int flippable) c_gtk_range_set_flippable;
7979 	void function(GtkRange* range, double step, double page) c_gtk_range_set_increments;
7980 	void function(GtkRange* range, int setting) c_gtk_range_set_inverted;
7981 	void function(GtkRange* range, GtkSensitivityType sensitivity) c_gtk_range_set_lower_stepper_sensitivity;
7982 	void function(GtkRange* range, int minSize) c_gtk_range_set_min_slider_size;
7983 	void function(GtkRange* range, double min, double max) c_gtk_range_set_range;
7984 	void function(GtkRange* range, int restrictToFillLevel) c_gtk_range_set_restrict_to_fill_level;
7985 	void function(GtkRange* range, int roundDigits) c_gtk_range_set_round_digits;
7986 	void function(GtkRange* range, int showFillLevel) c_gtk_range_set_show_fill_level;
7987 	void function(GtkRange* range, int sizeFixed) c_gtk_range_set_slider_size_fixed;
7988 	void function(GtkRange* range, GtkSensitivityType sensitivity) c_gtk_range_set_upper_stepper_sensitivity;
7989 	void function(GtkRange* range, double value) c_gtk_range_set_value;
7990 
7991 	// gtk.RangeAccessible
7992 
7993 	GType function() c_gtk_range_accessible_get_type;
7994 
7995 	// gtk.RcProperty
7996 
7997 	int function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_border;
7998 	int function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_color;
7999 	int function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_enum;
8000 	int function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_flags;
8001 	int function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_requisition;
8002 
8003 	// gtk.RcStyle
8004 
8005 	GType function() c_gtk_rc_style_get_type;
8006 	GtkRcStyle* function() c_gtk_rc_style_new;
8007 	GtkRcStyle* function(GtkRcStyle* orig) c_gtk_rc_style_copy;
8008 	void function(char* filename) c_gtk_rc_add_default_file;
8009 	char* function(const(char)* moduleFile) c_gtk_rc_find_module_in_path;
8010 	char* function(GtkSettings* settings, GScanner* scanner, const(char)* pixmapFile) c_gtk_rc_find_pixmap_in_path;
8011 	char** function() c_gtk_rc_get_default_files;
8012 	char* function() c_gtk_rc_get_im_module_file;
8013 	char* function() c_gtk_rc_get_im_module_path;
8014 	char* function() c_gtk_rc_get_module_dir;
8015 	GtkStyle* function(GtkWidget* widget) c_gtk_rc_get_style;
8016 	GtkStyle* function(GtkSettings* settings, const(char)* widgetPath, const(char)* classPath, GType type) c_gtk_rc_get_style_by_paths;
8017 	char* function() c_gtk_rc_get_theme_dir;
8018 	void function(const(char)* filename) c_gtk_rc_parse;
8019 	uint function(GScanner* scanner, GdkColor* color) c_gtk_rc_parse_color;
8020 	uint function(GScanner* scanner, GtkRcStyle* style, GdkColor* color) c_gtk_rc_parse_color_full;
8021 	uint function(GScanner* scanner, GtkPathPriorityType* priority) c_gtk_rc_parse_priority;
8022 	uint function(GScanner* scanner, GtkStateType* state) c_gtk_rc_parse_state;
8023 	void function(const(char)* rcString) c_gtk_rc_parse_string;
8024 	int function() c_gtk_rc_reparse_all;
8025 	int function(GtkSettings* settings, int forceLoad) c_gtk_rc_reparse_all_for_settings;
8026 	void function(GtkSettings* settings) c_gtk_rc_reset_styles;
8027 	GScanner* function() c_gtk_rc_scanner_new;
8028 	void function(char** filenames) c_gtk_rc_set_default_files;
8029 
8030 	// gtk.RecentAction
8031 
8032 	GType function() c_gtk_recent_action_get_type;
8033 	GtkAction* function(const(char)* name, const(char)* label, const(char)* tooltip, const(char)* stockId) c_gtk_recent_action_new;
8034 	GtkAction* function(const(char)* name, const(char)* label, const(char)* tooltip, const(char)* stockId, GtkRecentManager* manager) c_gtk_recent_action_new_for_manager;
8035 	int function(GtkRecentAction* action) c_gtk_recent_action_get_show_numbers;
8036 	void function(GtkRecentAction* action, int showNumbers) c_gtk_recent_action_set_show_numbers;
8037 
8038 	// gtk.RecentChooser
8039 
8040 	GType function() c_gtk_recent_chooser_get_type;
8041 	void function(GtkRecentChooser* chooser, GtkRecentFilter* filter) c_gtk_recent_chooser_add_filter;
8042 	GtkRecentInfo* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_current_item;
8043 	char* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_current_uri;
8044 	GtkRecentFilter* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_filter;
8045 	GList* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_items;
8046 	int function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_limit;
8047 	int function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_local_only;
8048 	int function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_select_multiple;
8049 	int function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_show_icons;
8050 	int function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_show_not_found;
8051 	int function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_show_private;
8052 	int function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_show_tips;
8053 	GtkRecentSortType function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_sort_type;
8054 	char** function(GtkRecentChooser* chooser, size_t* length) c_gtk_recent_chooser_get_uris;
8055 	GSList* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_list_filters;
8056 	void function(GtkRecentChooser* chooser, GtkRecentFilter* filter) c_gtk_recent_chooser_remove_filter;
8057 	void function(GtkRecentChooser* chooser) c_gtk_recent_chooser_select_all;
8058 	int function(GtkRecentChooser* chooser, const(char)* uri, GError** err) c_gtk_recent_chooser_select_uri;
8059 	int function(GtkRecentChooser* chooser, const(char)* uri, GError** err) c_gtk_recent_chooser_set_current_uri;
8060 	void function(GtkRecentChooser* chooser, GtkRecentFilter* filter) c_gtk_recent_chooser_set_filter;
8061 	void function(GtkRecentChooser* chooser, int limit) c_gtk_recent_chooser_set_limit;
8062 	void function(GtkRecentChooser* chooser, int localOnly) c_gtk_recent_chooser_set_local_only;
8063 	void function(GtkRecentChooser* chooser, int selectMultiple) c_gtk_recent_chooser_set_select_multiple;
8064 	void function(GtkRecentChooser* chooser, int showIcons) c_gtk_recent_chooser_set_show_icons;
8065 	void function(GtkRecentChooser* chooser, int showNotFound) c_gtk_recent_chooser_set_show_not_found;
8066 	void function(GtkRecentChooser* chooser, int showPrivate) c_gtk_recent_chooser_set_show_private;
8067 	void function(GtkRecentChooser* chooser, int showTips) c_gtk_recent_chooser_set_show_tips;
8068 	void function(GtkRecentChooser* chooser, GtkRecentSortFunc sortFunc, void* sortData, GDestroyNotify dataDestroy) c_gtk_recent_chooser_set_sort_func;
8069 	void function(GtkRecentChooser* chooser, GtkRecentSortType sortType) c_gtk_recent_chooser_set_sort_type;
8070 	void function(GtkRecentChooser* chooser) c_gtk_recent_chooser_unselect_all;
8071 	void function(GtkRecentChooser* chooser, const(char)* uri) c_gtk_recent_chooser_unselect_uri;
8072 
8073 	// gtk.RecentChooserDialog
8074 
8075 	GType function() c_gtk_recent_chooser_dialog_get_type;
8076 	GtkWidget* function(const(char)* title, GtkWindow* parent, const(char)* firstButtonText, ... ) c_gtk_recent_chooser_dialog_new;
8077 	GtkWidget* function(const(char)* title, GtkWindow* parent, GtkRecentManager* manager, const(char)* firstButtonText, ... ) c_gtk_recent_chooser_dialog_new_for_manager;
8078 
8079 	// gtk.RecentChooserMenu
8080 
8081 	GType function() c_gtk_recent_chooser_menu_get_type;
8082 	GtkWidget* function() c_gtk_recent_chooser_menu_new;
8083 	GtkWidget* function(GtkRecentManager* manager) c_gtk_recent_chooser_menu_new_for_manager;
8084 	int function(GtkRecentChooserMenu* menu) c_gtk_recent_chooser_menu_get_show_numbers;
8085 	void function(GtkRecentChooserMenu* menu, int showNumbers) c_gtk_recent_chooser_menu_set_show_numbers;
8086 
8087 	// gtk.RecentChooserWidget
8088 
8089 	GType function() c_gtk_recent_chooser_widget_get_type;
8090 	GtkWidget* function() c_gtk_recent_chooser_widget_new;
8091 	GtkWidget* function(GtkRecentManager* manager) c_gtk_recent_chooser_widget_new_for_manager;
8092 
8093 	// gtk.RecentFilter
8094 
8095 	GType function() c_gtk_recent_filter_get_type;
8096 	GtkRecentFilter* function() c_gtk_recent_filter_new;
8097 	void function(GtkRecentFilter* filter, int days) c_gtk_recent_filter_add_age;
8098 	void function(GtkRecentFilter* filter, const(char)* application) c_gtk_recent_filter_add_application;
8099 	void function(GtkRecentFilter* filter, GtkRecentFilterFlags needed, GtkRecentFilterFunc func, void* data, GDestroyNotify dataDestroy) c_gtk_recent_filter_add_custom;
8100 	void function(GtkRecentFilter* filter, const(char)* group) c_gtk_recent_filter_add_group;
8101 	void function(GtkRecentFilter* filter, const(char)* mimeType) c_gtk_recent_filter_add_mime_type;
8102 	void function(GtkRecentFilter* filter, const(char)* pattern) c_gtk_recent_filter_add_pattern;
8103 	void function(GtkRecentFilter* filter) c_gtk_recent_filter_add_pixbuf_formats;
8104 	int function(GtkRecentFilter* filter, GtkRecentFilterInfo* filterInfo) c_gtk_recent_filter_filter;
8105 	const(char)* function(GtkRecentFilter* filter) c_gtk_recent_filter_get_name;
8106 	GtkRecentFilterFlags function(GtkRecentFilter* filter) c_gtk_recent_filter_get_needed;
8107 	void function(GtkRecentFilter* filter, const(char)* name) c_gtk_recent_filter_set_name;
8108 
8109 	// gtk.RecentInfo
8110 
8111 	GType function() c_gtk_recent_info_get_type;
8112 	GAppInfo* function(GtkRecentInfo* info, const(char)* appName, GError** err) c_gtk_recent_info_create_app_info;
8113 	int function(GtkRecentInfo* info) c_gtk_recent_info_exists;
8114 	uint function(GtkRecentInfo* info) c_gtk_recent_info_get_added;
8115 	int function(GtkRecentInfo* info) c_gtk_recent_info_get_age;
8116 	int function(GtkRecentInfo* info, const(char)* appName, char** appExec, uint* count, uint* time) c_gtk_recent_info_get_application_info;
8117 	char** function(GtkRecentInfo* info, size_t* length) c_gtk_recent_info_get_applications;
8118 	const(char)* function(GtkRecentInfo* info) c_gtk_recent_info_get_description;
8119 	const(char)* function(GtkRecentInfo* info) c_gtk_recent_info_get_display_name;
8120 	GIcon* function(GtkRecentInfo* info) c_gtk_recent_info_get_gicon;
8121 	char** function(GtkRecentInfo* info, size_t* length) c_gtk_recent_info_get_groups;
8122 	GdkPixbuf* function(GtkRecentInfo* info, int size) c_gtk_recent_info_get_icon;
8123 	const(char)* function(GtkRecentInfo* info) c_gtk_recent_info_get_mime_type;
8124 	uint function(GtkRecentInfo* info) c_gtk_recent_info_get_modified;
8125 	int function(GtkRecentInfo* info) c_gtk_recent_info_get_private_hint;
8126 	char* function(GtkRecentInfo* info) c_gtk_recent_info_get_short_name;
8127 	const(char)* function(GtkRecentInfo* info) c_gtk_recent_info_get_uri;
8128 	char* function(GtkRecentInfo* info) c_gtk_recent_info_get_uri_display;
8129 	uint function(GtkRecentInfo* info) c_gtk_recent_info_get_visited;
8130 	int function(GtkRecentInfo* info, const(char)* appName) c_gtk_recent_info_has_application;
8131 	int function(GtkRecentInfo* info, const(char)* groupName) c_gtk_recent_info_has_group;
8132 	int function(GtkRecentInfo* info) c_gtk_recent_info_is_local;
8133 	char* function(GtkRecentInfo* info) c_gtk_recent_info_last_application;
8134 	int function(GtkRecentInfo* infoA, GtkRecentInfo* infoB) c_gtk_recent_info_match;
8135 	GtkRecentInfo* function(GtkRecentInfo* info) c_gtk_recent_info_ref;
8136 	void function(GtkRecentInfo* info) c_gtk_recent_info_unref;
8137 
8138 	// gtk.RecentManager
8139 
8140 	GType function() c_gtk_recent_manager_get_type;
8141 	GtkRecentManager* function() c_gtk_recent_manager_new;
8142 	GtkRecentManager* function() c_gtk_recent_manager_get_default;
8143 	int function(GtkRecentManager* manager, const(char)* uri, GtkRecentData* recentData) c_gtk_recent_manager_add_full;
8144 	int function(GtkRecentManager* manager, const(char)* uri) c_gtk_recent_manager_add_item;
8145 	GList* function(GtkRecentManager* manager) c_gtk_recent_manager_get_items;
8146 	int function(GtkRecentManager* manager, const(char)* uri) c_gtk_recent_manager_has_item;
8147 	GtkRecentInfo* function(GtkRecentManager* manager, const(char)* uri, GError** err) c_gtk_recent_manager_lookup_item;
8148 	int function(GtkRecentManager* manager, const(char)* uri, const(char)* newUri, GError** err) c_gtk_recent_manager_move_item;
8149 	int function(GtkRecentManager* manager, GError** err) c_gtk_recent_manager_purge_items;
8150 	int function(GtkRecentManager* manager, const(char)* uri, GError** err) c_gtk_recent_manager_remove_item;
8151 
8152 	// gtk.RendererCellAccessible
8153 
8154 	GType function() c_gtk_renderer_cell_accessible_get_type;
8155 	AtkObject* function(GtkCellRenderer* renderer) c_gtk_renderer_cell_accessible_new;
8156 
8157 	// gtk.Requisition
8158 
8159 	GType function() c_gtk_requisition_get_type;
8160 	GtkRequisition* function() c_gtk_requisition_new;
8161 	GtkRequisition* function(GtkRequisition* requisition) c_gtk_requisition_copy;
8162 	void function(GtkRequisition* requisition) c_gtk_requisition_free;
8163 
8164 	// gtk.Revealer
8165 
8166 	GType function() c_gtk_revealer_get_type;
8167 	GtkWidget* function() c_gtk_revealer_new;
8168 	int function(GtkRevealer* revealer) c_gtk_revealer_get_child_revealed;
8169 	int function(GtkRevealer* revealer) c_gtk_revealer_get_reveal_child;
8170 	uint function(GtkRevealer* revealer) c_gtk_revealer_get_transition_duration;
8171 	GtkRevealerTransitionType function(GtkRevealer* revealer) c_gtk_revealer_get_transition_type;
8172 	void function(GtkRevealer* revealer, int revealChild) c_gtk_revealer_set_reveal_child;
8173 	void function(GtkRevealer* revealer, uint duration) c_gtk_revealer_set_transition_duration;
8174 	void function(GtkRevealer* revealer, GtkRevealerTransitionType transition) c_gtk_revealer_set_transition_type;
8175 
8176 	// gtk.Scale
8177 
8178 	GType function() c_gtk_scale_get_type;
8179 	GtkWidget* function(GtkOrientation orientation, GtkAdjustment* adjustment) c_gtk_scale_new;
8180 	GtkWidget* function(GtkOrientation orientation, double min, double max, double step) c_gtk_scale_new_with_range;
8181 	void function(GtkScale* scale, double value, GtkPositionType position, const(char)* markup) c_gtk_scale_add_mark;
8182 	void function(GtkScale* scale) c_gtk_scale_clear_marks;
8183 	int function(GtkScale* scale) c_gtk_scale_get_digits;
8184 	int function(GtkScale* scale) c_gtk_scale_get_draw_value;
8185 	int function(GtkScale* scale) c_gtk_scale_get_has_origin;
8186 	PangoLayout* function(GtkScale* scale) c_gtk_scale_get_layout;
8187 	void function(GtkScale* scale, int* x, int* y) c_gtk_scale_get_layout_offsets;
8188 	GtkPositionType function(GtkScale* scale) c_gtk_scale_get_value_pos;
8189 	void function(GtkScale* scale, int digits) c_gtk_scale_set_digits;
8190 	void function(GtkScale* scale, int drawValue) c_gtk_scale_set_draw_value;
8191 	void function(GtkScale* scale, int hasOrigin) c_gtk_scale_set_has_origin;
8192 	void function(GtkScale* scale, GtkPositionType pos) c_gtk_scale_set_value_pos;
8193 
8194 	// gtk.ScaleAccessible
8195 
8196 	GType function() c_gtk_scale_accessible_get_type;
8197 
8198 	// gtk.ScaleButton
8199 
8200 	GType function() c_gtk_scale_button_get_type;
8201 	GtkWidget* function(GtkIconSize size, double min, double max, double step, char** icons) c_gtk_scale_button_new;
8202 	GtkAdjustment* function(GtkScaleButton* button) c_gtk_scale_button_get_adjustment;
8203 	GtkWidget* function(GtkScaleButton* button) c_gtk_scale_button_get_minus_button;
8204 	GtkWidget* function(GtkScaleButton* button) c_gtk_scale_button_get_plus_button;
8205 	GtkWidget* function(GtkScaleButton* button) c_gtk_scale_button_get_popup;
8206 	double function(GtkScaleButton* button) c_gtk_scale_button_get_value;
8207 	void function(GtkScaleButton* button, GtkAdjustment* adjustment) c_gtk_scale_button_set_adjustment;
8208 	void function(GtkScaleButton* button, char** icons) c_gtk_scale_button_set_icons;
8209 	void function(GtkScaleButton* button, double value) c_gtk_scale_button_set_value;
8210 
8211 	// gtk.ScaleButtonAccessible
8212 
8213 	GType function() c_gtk_scale_button_accessible_get_type;
8214 
8215 	// gtk.Scrollable
8216 
8217 	GType function() c_gtk_scrollable_get_type;
8218 	int function(GtkScrollable* scrollable, GtkBorder* border) c_gtk_scrollable_get_border;
8219 	GtkAdjustment* function(GtkScrollable* scrollable) c_gtk_scrollable_get_hadjustment;
8220 	GtkScrollablePolicy function(GtkScrollable* scrollable) c_gtk_scrollable_get_hscroll_policy;
8221 	GtkAdjustment* function(GtkScrollable* scrollable) c_gtk_scrollable_get_vadjustment;
8222 	GtkScrollablePolicy function(GtkScrollable* scrollable) c_gtk_scrollable_get_vscroll_policy;
8223 	void function(GtkScrollable* scrollable, GtkAdjustment* hadjustment) c_gtk_scrollable_set_hadjustment;
8224 	void function(GtkScrollable* scrollable, GtkScrollablePolicy policy) c_gtk_scrollable_set_hscroll_policy;
8225 	void function(GtkScrollable* scrollable, GtkAdjustment* vadjustment) c_gtk_scrollable_set_vadjustment;
8226 	void function(GtkScrollable* scrollable, GtkScrollablePolicy policy) c_gtk_scrollable_set_vscroll_policy;
8227 
8228 	// gtk.Scrollbar
8229 
8230 	GType function() c_gtk_scrollbar_get_type;
8231 	GtkWidget* function(GtkOrientation orientation, GtkAdjustment* adjustment) c_gtk_scrollbar_new;
8232 
8233 	// gtk.ScrolledWindow
8234 
8235 	GType function() c_gtk_scrolled_window_get_type;
8236 	GtkWidget* function(GtkAdjustment* hadjustment, GtkAdjustment* vadjustment) c_gtk_scrolled_window_new;
8237 	void function(GtkScrolledWindow* scrolledWindow, GtkWidget* child) c_gtk_scrolled_window_add_with_viewport;
8238 	int function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_capture_button_press;
8239 	GtkAdjustment* function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_hadjustment;
8240 	GtkWidget* function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_hscrollbar;
8241 	int function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_kinetic_scrolling;
8242 	int function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_min_content_height;
8243 	int function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_min_content_width;
8244 	int function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_overlay_scrolling;
8245 	GtkCornerType function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_placement;
8246 	void function(GtkScrolledWindow* scrolledWindow, GtkPolicyType* hscrollbarPolicy, GtkPolicyType* vscrollbarPolicy) c_gtk_scrolled_window_get_policy;
8247 	GtkShadowType function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_shadow_type;
8248 	GtkAdjustment* function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_vadjustment;
8249 	GtkWidget* function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_vscrollbar;
8250 	void function(GtkScrolledWindow* scrolledWindow, int captureButtonPress) c_gtk_scrolled_window_set_capture_button_press;
8251 	void function(GtkScrolledWindow* scrolledWindow, GtkAdjustment* hadjustment) c_gtk_scrolled_window_set_hadjustment;
8252 	void function(GtkScrolledWindow* scrolledWindow, int kineticScrolling) c_gtk_scrolled_window_set_kinetic_scrolling;
8253 	void function(GtkScrolledWindow* scrolledWindow, int height) c_gtk_scrolled_window_set_min_content_height;
8254 	void function(GtkScrolledWindow* scrolledWindow, int width) c_gtk_scrolled_window_set_min_content_width;
8255 	void function(GtkScrolledWindow* scrolledWindow, int overlayScrolling) c_gtk_scrolled_window_set_overlay_scrolling;
8256 	void function(GtkScrolledWindow* scrolledWindow, GtkCornerType windowPlacement) c_gtk_scrolled_window_set_placement;
8257 	void function(GtkScrolledWindow* scrolledWindow, GtkPolicyType hscrollbarPolicy, GtkPolicyType vscrollbarPolicy) c_gtk_scrolled_window_set_policy;
8258 	void function(GtkScrolledWindow* scrolledWindow, GtkShadowType type) c_gtk_scrolled_window_set_shadow_type;
8259 	void function(GtkScrolledWindow* scrolledWindow, GtkAdjustment* vadjustment) c_gtk_scrolled_window_set_vadjustment;
8260 	void function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_unset_placement;
8261 
8262 	// gtk.ScrolledWindowAccessible
8263 
8264 	GType function() c_gtk_scrolled_window_accessible_get_type;
8265 
8266 	// gtk.SearchBar
8267 
8268 	GType function() c_gtk_search_bar_get_type;
8269 	GtkWidget* function() c_gtk_search_bar_new;
8270 	void function(GtkSearchBar* bar, GtkEntry* entry) c_gtk_search_bar_connect_entry;
8271 	int function(GtkSearchBar* bar) c_gtk_search_bar_get_search_mode;
8272 	int function(GtkSearchBar* bar) c_gtk_search_bar_get_show_close_button;
8273 	int function(GtkSearchBar* bar, GdkEvent* event) c_gtk_search_bar_handle_event;
8274 	void function(GtkSearchBar* bar, int searchMode) c_gtk_search_bar_set_search_mode;
8275 	void function(GtkSearchBar* bar, int visible) c_gtk_search_bar_set_show_close_button;
8276 
8277 	// gtk.SearchEntry
8278 
8279 	GType function() c_gtk_search_entry_get_type;
8280 	GtkWidget* function() c_gtk_search_entry_new;
8281 	int function(GtkSearchEntry* entry, GdkEvent* event) c_gtk_search_entry_handle_event;
8282 
8283 	// gtk.SelectionData
8284 
8285 	GType function() c_gtk_selection_data_get_type;
8286 	GtkSelectionData* function(GtkSelectionData* data) c_gtk_selection_data_copy;
8287 	void function(GtkSelectionData* data) c_gtk_selection_data_free;
8288 	char* function(GtkSelectionData* selectionData) c_gtk_selection_data_get_data;
8289 	GdkAtom function(GtkSelectionData* selectionData) c_gtk_selection_data_get_data_type;
8290 	char* function(GtkSelectionData* selectionData, int* length) c_gtk_selection_data_get_data_with_length;
8291 	GdkDisplay* function(GtkSelectionData* selectionData) c_gtk_selection_data_get_display;
8292 	int function(GtkSelectionData* selectionData) c_gtk_selection_data_get_format;
8293 	int function(GtkSelectionData* selectionData) c_gtk_selection_data_get_length;
8294 	GdkPixbuf* function(GtkSelectionData* selectionData) c_gtk_selection_data_get_pixbuf;
8295 	GdkAtom function(GtkSelectionData* selectionData) c_gtk_selection_data_get_selection;
8296 	GdkAtom function(GtkSelectionData* selectionData) c_gtk_selection_data_get_target;
8297 	int function(GtkSelectionData* selectionData, GdkAtom** targets, int* nAtoms) c_gtk_selection_data_get_targets;
8298 	char* function(GtkSelectionData* selectionData) c_gtk_selection_data_get_text;
8299 	char** function(GtkSelectionData* selectionData) c_gtk_selection_data_get_uris;
8300 	void function(GtkSelectionData* selectionData, GdkAtom type, int format, char* data, int length) c_gtk_selection_data_set;
8301 	int function(GtkSelectionData* selectionData, GdkPixbuf* pixbuf) c_gtk_selection_data_set_pixbuf;
8302 	int function(GtkSelectionData* selectionData, const(char)* str, int len) c_gtk_selection_data_set_text;
8303 	int function(GtkSelectionData* selectionData, char** uris) c_gtk_selection_data_set_uris;
8304 	int function(GtkSelectionData* selectionData, int writable) c_gtk_selection_data_targets_include_image;
8305 	int function(GtkSelectionData* selectionData, GtkTextBuffer* buffer) c_gtk_selection_data_targets_include_rich_text;
8306 	int function(GtkSelectionData* selectionData) c_gtk_selection_data_targets_include_text;
8307 	int function(GtkSelectionData* selectionData) c_gtk_selection_data_targets_include_uri;
8308 	void function(GtkWidget* widget, GdkAtom selection, GdkAtom target, uint info) c_gtk_selection_add_target;
8309 	void function(GtkWidget* widget, GdkAtom selection, GtkTargetEntry* targets, uint ntargets) c_gtk_selection_add_targets;
8310 	void function(GtkWidget* widget, GdkAtom selection) c_gtk_selection_clear_targets;
8311 	int function(GtkWidget* widget, GdkAtom selection, GdkAtom target, uint time) c_gtk_selection_convert;
8312 	int function(GtkWidget* widget, GdkAtom selection, uint time) c_gtk_selection_owner_set;
8313 	int function(GdkDisplay* display, GtkWidget* widget, GdkAtom selection, uint time) c_gtk_selection_owner_set_for_display;
8314 	void function(GtkWidget* widget) c_gtk_selection_remove_all;
8315 
8316 	// gtk.Separator
8317 
8318 	GType function() c_gtk_separator_get_type;
8319 	GtkWidget* function(GtkOrientation orientation) c_gtk_separator_new;
8320 
8321 	// gtk.SeparatorMenuItem
8322 
8323 	GType function() c_gtk_separator_menu_item_get_type;
8324 	GtkWidget* function() c_gtk_separator_menu_item_new;
8325 
8326 	// gtk.SeparatorToolItem
8327 
8328 	GType function() c_gtk_separator_tool_item_get_type;
8329 	GtkToolItem* function() c_gtk_separator_tool_item_new;
8330 	int function(GtkSeparatorToolItem* item) c_gtk_separator_tool_item_get_draw;
8331 	void function(GtkSeparatorToolItem* item, int draw) c_gtk_separator_tool_item_set_draw;
8332 
8333 	// gtk.Settings
8334 
8335 	GType function() c_gtk_settings_get_type;
8336 	GtkSettings* function() c_gtk_settings_get_default;
8337 	GtkSettings* function(GdkScreen* screen) c_gtk_settings_get_for_screen;
8338 	void function(GParamSpec* pspec) c_gtk_settings_install_property;
8339 	void function(GParamSpec* pspec, GtkRcPropertyParser parser) c_gtk_settings_install_property_parser;
8340 	void function(GtkSettings* settings, const(char)* name) c_gtk_settings_reset_property;
8341 	void function(GtkSettings* settings, const(char)* name, double vDouble, const(char)* origin) c_gtk_settings_set_double_property;
8342 	void function(GtkSettings* settings, const(char)* name, glong vLong, const(char)* origin) c_gtk_settings_set_long_property;
8343 	void function(GtkSettings* settings, const(char)* name, GtkSettingsValue* svalue) c_gtk_settings_set_property_value;
8344 	void function(GtkSettings* settings, const(char)* name, const(char)* vString, const(char)* origin) c_gtk_settings_set_string_property;
8345 
8346 	// gtk.ShortcutsGroup
8347 
8348 	GType function() c_gtk_shortcuts_group_get_type;
8349 
8350 	// gtk.ShortcutsSection
8351 
8352 	GType function() c_gtk_shortcuts_section_get_type;
8353 
8354 	// gtk.ShortcutsShortcut
8355 
8356 	GType function() c_gtk_shortcuts_shortcut_get_type;
8357 
8358 	// gtk.ShortcutsWindow
8359 
8360 	GType function() c_gtk_shortcuts_window_get_type;
8361 
8362 	// gtk.SizeGroup
8363 
8364 	GType function() c_gtk_size_group_get_type;
8365 	GtkSizeGroup* function(GtkSizeGroupMode mode) c_gtk_size_group_new;
8366 	void function(GtkSizeGroup* sizeGroup, GtkWidget* widget) c_gtk_size_group_add_widget;
8367 	int function(GtkSizeGroup* sizeGroup) c_gtk_size_group_get_ignore_hidden;
8368 	GtkSizeGroupMode function(GtkSizeGroup* sizeGroup) c_gtk_size_group_get_mode;
8369 	GSList* function(GtkSizeGroup* sizeGroup) c_gtk_size_group_get_widgets;
8370 	void function(GtkSizeGroup* sizeGroup, GtkWidget* widget) c_gtk_size_group_remove_widget;
8371 	void function(GtkSizeGroup* sizeGroup, int ignoreHidden) c_gtk_size_group_set_ignore_hidden;
8372 	void function(GtkSizeGroup* sizeGroup, GtkSizeGroupMode mode) c_gtk_size_group_set_mode;
8373 
8374 	// gtk.Socket
8375 
8376 	GType function() c_gtk_socket_get_type;
8377 	GtkWidget* function() c_gtk_socket_new;
8378 	void function(GtkSocket* socket, ulong window) c_gtk_socket_add_id;
8379 	ulong function(GtkSocket* socket) c_gtk_socket_get_id;
8380 	GdkWindow* function(GtkSocket* socket) c_gtk_socket_get_plug_window;
8381 
8382 	// gtk.SpinButton
8383 
8384 	GType function() c_gtk_spin_button_get_type;
8385 	GtkWidget* function(GtkAdjustment* adjustment, double climbRate, uint digits) c_gtk_spin_button_new;
8386 	GtkWidget* function(double min, double max, double step) c_gtk_spin_button_new_with_range;
8387 	void function(GtkSpinButton* spinButton, GtkAdjustment* adjustment, double climbRate, uint digits) c_gtk_spin_button_configure;
8388 	GtkAdjustment* function(GtkSpinButton* spinButton) c_gtk_spin_button_get_adjustment;
8389 	uint function(GtkSpinButton* spinButton) c_gtk_spin_button_get_digits;
8390 	void function(GtkSpinButton* spinButton, double* step, double* page) c_gtk_spin_button_get_increments;
8391 	int function(GtkSpinButton* spinButton) c_gtk_spin_button_get_numeric;
8392 	void function(GtkSpinButton* spinButton, double* min, double* max) c_gtk_spin_button_get_range;
8393 	int function(GtkSpinButton* spinButton) c_gtk_spin_button_get_snap_to_ticks;
8394 	GtkSpinButtonUpdatePolicy function(GtkSpinButton* spinButton) c_gtk_spin_button_get_update_policy;
8395 	double function(GtkSpinButton* spinButton) c_gtk_spin_button_get_value;
8396 	int function(GtkSpinButton* spinButton) c_gtk_spin_button_get_value_as_int;
8397 	int function(GtkSpinButton* spinButton) c_gtk_spin_button_get_wrap;
8398 	void function(GtkSpinButton* spinButton, GtkAdjustment* adjustment) c_gtk_spin_button_set_adjustment;
8399 	void function(GtkSpinButton* spinButton, uint digits) c_gtk_spin_button_set_digits;
8400 	void function(GtkSpinButton* spinButton, double step, double page) c_gtk_spin_button_set_increments;
8401 	void function(GtkSpinButton* spinButton, int numeric) c_gtk_spin_button_set_numeric;
8402 	void function(GtkSpinButton* spinButton, double min, double max) c_gtk_spin_button_set_range;
8403 	void function(GtkSpinButton* spinButton, int snapToTicks) c_gtk_spin_button_set_snap_to_ticks;
8404 	void function(GtkSpinButton* spinButton, GtkSpinButtonUpdatePolicy policy) c_gtk_spin_button_set_update_policy;
8405 	void function(GtkSpinButton* spinButton, double value) c_gtk_spin_button_set_value;
8406 	void function(GtkSpinButton* spinButton, int wrap) c_gtk_spin_button_set_wrap;
8407 	void function(GtkSpinButton* spinButton, GtkSpinType direction, double increment) c_gtk_spin_button_spin;
8408 	void function(GtkSpinButton* spinButton) c_gtk_spin_button_update;
8409 
8410 	// gtk.SpinButtonAccessible
8411 
8412 	GType function() c_gtk_spin_button_accessible_get_type;
8413 
8414 	// gtk.Spinner
8415 
8416 	GType function() c_gtk_spinner_get_type;
8417 	GtkWidget* function() c_gtk_spinner_new;
8418 	void function(GtkSpinner* spinner) c_gtk_spinner_start;
8419 	void function(GtkSpinner* spinner) c_gtk_spinner_stop;
8420 
8421 	// gtk.SpinnerAccessible
8422 
8423 	GType function() c_gtk_spinner_accessible_get_type;
8424 
8425 	// gtk.Stack
8426 
8427 	GType function() c_gtk_stack_get_type;
8428 	GtkWidget* function() c_gtk_stack_new;
8429 	void function(GtkStack* stack, GtkWidget* child, const(char)* name) c_gtk_stack_add_named;
8430 	void function(GtkStack* stack, GtkWidget* child, const(char)* name, const(char)* title) c_gtk_stack_add_titled;
8431 	GtkWidget* function(GtkStack* stack, const(char)* name) c_gtk_stack_get_child_by_name;
8432 	int function(GtkStack* stack) c_gtk_stack_get_hhomogeneous;
8433 	int function(GtkStack* stack) c_gtk_stack_get_homogeneous;
8434 	int function(GtkStack* stack) c_gtk_stack_get_interpolate_size;
8435 	uint function(GtkStack* stack) c_gtk_stack_get_transition_duration;
8436 	int function(GtkStack* stack) c_gtk_stack_get_transition_running;
8437 	GtkStackTransitionType function(GtkStack* stack) c_gtk_stack_get_transition_type;
8438 	int function(GtkStack* stack) c_gtk_stack_get_vhomogeneous;
8439 	GtkWidget* function(GtkStack* stack) c_gtk_stack_get_visible_child;
8440 	const(char)* function(GtkStack* stack) c_gtk_stack_get_visible_child_name;
8441 	void function(GtkStack* stack, int hhomogeneous) c_gtk_stack_set_hhomogeneous;
8442 	void function(GtkStack* stack, int homogeneous) c_gtk_stack_set_homogeneous;
8443 	void function(GtkStack* stack, int interpolateSize) c_gtk_stack_set_interpolate_size;
8444 	void function(GtkStack* stack, uint duration) c_gtk_stack_set_transition_duration;
8445 	void function(GtkStack* stack, GtkStackTransitionType transition) c_gtk_stack_set_transition_type;
8446 	void function(GtkStack* stack, int vhomogeneous) c_gtk_stack_set_vhomogeneous;
8447 	void function(GtkStack* stack, GtkWidget* child) c_gtk_stack_set_visible_child;
8448 	void function(GtkStack* stack, const(char)* name, GtkStackTransitionType transition) c_gtk_stack_set_visible_child_full;
8449 	void function(GtkStack* stack, const(char)* name) c_gtk_stack_set_visible_child_name;
8450 
8451 	// gtk.StackSidebar
8452 
8453 	GType function() c_gtk_stack_sidebar_get_type;
8454 	GtkWidget* function() c_gtk_stack_sidebar_new;
8455 	GtkStack* function(GtkStackSidebar* sidebar) c_gtk_stack_sidebar_get_stack;
8456 	void function(GtkStackSidebar* sidebar, GtkStack* stack) c_gtk_stack_sidebar_set_stack;
8457 
8458 	// gtk.StackSwitcher
8459 
8460 	GType function() c_gtk_stack_switcher_get_type;
8461 	GtkWidget* function() c_gtk_stack_switcher_new;
8462 	GtkStack* function(GtkStackSwitcher* switcher) c_gtk_stack_switcher_get_stack;
8463 	void function(GtkStackSwitcher* switcher, GtkStack* stack) c_gtk_stack_switcher_set_stack;
8464 
8465 	// gtk.StatusIcon
8466 
8467 	GType function() c_gtk_status_icon_get_type;
8468 	GtkStatusIcon* function() c_gtk_status_icon_new;
8469 	GtkStatusIcon* function(char* filename) c_gtk_status_icon_new_from_file;
8470 	GtkStatusIcon* function(GIcon* icon) c_gtk_status_icon_new_from_gicon;
8471 	GtkStatusIcon* function(const(char)* iconName) c_gtk_status_icon_new_from_icon_name;
8472 	GtkStatusIcon* function(GdkPixbuf* pixbuf) c_gtk_status_icon_new_from_pixbuf;
8473 	GtkStatusIcon* function(const(char)* stockId) c_gtk_status_icon_new_from_stock;
8474 	void function(GtkMenu* menu, int* x, int* y, int* pushIn, void* userData) c_gtk_status_icon_position_menu;
8475 	int function(GtkStatusIcon* statusIcon, GdkScreen** screen, GdkRectangle* area, GtkOrientation* orientation) c_gtk_status_icon_get_geometry;
8476 	GIcon* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_gicon;
8477 	int function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_has_tooltip;
8478 	const(char)* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_icon_name;
8479 	GdkPixbuf* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_pixbuf;
8480 	GdkScreen* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_screen;
8481 	int function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_size;
8482 	const(char)* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_stock;
8483 	GtkImageType function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_storage_type;
8484 	const(char)* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_title;
8485 	char* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_tooltip_markup;
8486 	char* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_tooltip_text;
8487 	int function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_visible;
8488 	uint function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_x11_window_id;
8489 	int function(GtkStatusIcon* statusIcon) c_gtk_status_icon_is_embedded;
8490 	void function(GtkStatusIcon* statusIcon, char* filename) c_gtk_status_icon_set_from_file;
8491 	void function(GtkStatusIcon* statusIcon, GIcon* icon) c_gtk_status_icon_set_from_gicon;
8492 	void function(GtkStatusIcon* statusIcon, const(char)* iconName) c_gtk_status_icon_set_from_icon_name;
8493 	void function(GtkStatusIcon* statusIcon, GdkPixbuf* pixbuf) c_gtk_status_icon_set_from_pixbuf;
8494 	void function(GtkStatusIcon* statusIcon, const(char)* stockId) c_gtk_status_icon_set_from_stock;
8495 	void function(GtkStatusIcon* statusIcon, int hasTooltip) c_gtk_status_icon_set_has_tooltip;
8496 	void function(GtkStatusIcon* statusIcon, const(char)* name) c_gtk_status_icon_set_name;
8497 	void function(GtkStatusIcon* statusIcon, GdkScreen* screen) c_gtk_status_icon_set_screen;
8498 	void function(GtkStatusIcon* statusIcon, const(char)* title) c_gtk_status_icon_set_title;
8499 	void function(GtkStatusIcon* statusIcon, const(char)* markup) c_gtk_status_icon_set_tooltip_markup;
8500 	void function(GtkStatusIcon* statusIcon, const(char)* text) c_gtk_status_icon_set_tooltip_text;
8501 	void function(GtkStatusIcon* statusIcon, int visible) c_gtk_status_icon_set_visible;
8502 
8503 	// gtk.Statusbar
8504 
8505 	GType function() c_gtk_statusbar_get_type;
8506 	GtkWidget* function() c_gtk_statusbar_new;
8507 	uint function(GtkStatusbar* statusbar, const(char)* contextDescription) c_gtk_statusbar_get_context_id;
8508 	GtkWidget* function(GtkStatusbar* statusbar) c_gtk_statusbar_get_message_area;
8509 	void function(GtkStatusbar* statusbar, uint contextId) c_gtk_statusbar_pop;
8510 	uint function(GtkStatusbar* statusbar, uint contextId, const(char)* text) c_gtk_statusbar_push;
8511 	void function(GtkStatusbar* statusbar, uint contextId, uint messageId) c_gtk_statusbar_remove;
8512 	void function(GtkStatusbar* statusbar, uint contextId) c_gtk_statusbar_remove_all;
8513 
8514 	// gtk.StatusbarAccessible
8515 
8516 	GType function() c_gtk_statusbar_accessible_get_type;
8517 
8518 	// gtk.StockItem
8519 
8520 	GtkStockItem* function(GtkStockItem* item) c_gtk_stock_item_copy;
8521 	void function(GtkStockItem* item) c_gtk_stock_item_free;
8522 	void function(GtkStockItem* items, uint nItems) c_gtk_stock_add;
8523 	void function(GtkStockItem* items, uint nItems) c_gtk_stock_add_static;
8524 	GSList* function() c_gtk_stock_list_ids;
8525 	int function(const(char)* stockId, GtkStockItem* item) c_gtk_stock_lookup;
8526 	void function(const(char)* domain, GtkTranslateFunc func, void* data, GDestroyNotify notify) c_gtk_stock_set_translate_func;
8527 
8528 	// gtk.Style
8529 
8530 	GType function() c_gtk_style_get_type;
8531 	GtkStyle* function() c_gtk_style_new;
8532 	void function(GtkStyle* style, cairo_t* cr, GdkWindow* window, GtkStateType stateType, int x, int y, int width, int height) c_gtk_style_apply_default_background;
8533 	GtkStyle* function(GtkStyle* style, GdkWindow* window) c_gtk_style_attach;
8534 	GtkStyle* function(GtkStyle* style) c_gtk_style_copy;
8535 	void function(GtkStyle* style) c_gtk_style_detach;
8536 	void function(GtkStyle* style, GType widgetType, const(char)* firstPropertyName, ... ) c_gtk_style_get;
8537 	void function(GtkStyle* style, GType widgetType, const(char)* propertyName, GValue* value) c_gtk_style_get_style_property;
8538 	void function(GtkStyle* style, GType widgetType, const(char)* firstPropertyName, void* varArgs) c_gtk_style_get_valist;
8539 	int function(GtkStyle* style) c_gtk_style_has_context;
8540 	int function(GtkStyle* style, const(char)* colorName, GdkColor* color) c_gtk_style_lookup_color;
8541 	GtkIconSet* function(GtkStyle* style, const(char)* stockId) c_gtk_style_lookup_icon_set;
8542 	GdkPixbuf* function(GtkStyle* style, GtkIconSource* source, GtkTextDirection direction, GtkStateType state, GtkIconSize size, GtkWidget* widget, const(char)* detail) c_gtk_style_render_icon;
8543 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType) c_gtk_style_set_background;
8544 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, const(char)* detail, GtkArrowType arrowType, int fill, int x, int y, int width, int height) c_gtk_paint_arrow;
8545 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, const(char)* detail, int x, int y, int width, int height) c_gtk_paint_box;
8546 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, const(char)* detail, int x, int y, int width, int height, GtkPositionType gapSide, int gapX, int gapWidth) c_gtk_paint_box_gap;
8547 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, const(char)* detail, int x, int y, int width, int height) c_gtk_paint_check;
8548 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, const(char)* detail, int x, int y, int width, int height) c_gtk_paint_diamond;
8549 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkWidget* widget, const(char)* detail, int x, int y, GtkExpanderStyle expanderStyle) c_gtk_paint_expander;
8550 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, const(char)* detail, int x, int y, int width, int height, GtkPositionType gapSide) c_gtk_paint_extension;
8551 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, const(char)* detail, int x, int y, int width, int height) c_gtk_paint_flat_box;
8552 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkWidget* widget, const(char)* detail, int x, int y, int width, int height) c_gtk_paint_focus;
8553 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, const(char)* detail, int x, int y, int width, int height, GtkOrientation orientation) c_gtk_paint_handle;
8554 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkWidget* widget, const(char)* detail, int x1, int x2, int y) c_gtk_paint_hline;
8555 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, int useText, GtkWidget* widget, const(char)* detail, int x, int y, PangoLayout* layout) c_gtk_paint_layout;
8556 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, const(char)* detail, int x, int y, int width, int height) c_gtk_paint_option;
8557 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkWidget* widget, const(char)* detail, GdkWindowEdge edge, int x, int y, int width, int height) c_gtk_paint_resize_grip;
8558 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, const(char)* detail, int x, int y, int width, int height) c_gtk_paint_shadow;
8559 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, const(char)* detail, int x, int y, int width, int height, GtkPositionType gapSide, int gapX, int gapWidth) c_gtk_paint_shadow_gap;
8560 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, const(char)* detail, int x, int y, int width, int height, GtkOrientation orientation) c_gtk_paint_slider;
8561 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkWidget* widget, const(char)* detail, uint step, int x, int y, int width, int height) c_gtk_paint_spinner;
8562 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, const(char)* detail, int x, int y, int width, int height) c_gtk_paint_tab;
8563 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkWidget* widget, const(char)* detail, int y1, int y2, int x) c_gtk_paint_vline;
8564 
8565 	// gtk.StyleContext
8566 
8567 	GType function() c_gtk_style_context_get_type;
8568 	GtkStyleContext* function() c_gtk_style_context_new;
8569 	void function(GdkScreen* screen, GtkStyleProvider* provider, uint priority) c_gtk_style_context_add_provider_for_screen;
8570 	void function(GdkScreen* screen, GtkStyleProvider* provider) c_gtk_style_context_remove_provider_for_screen;
8571 	void function(GdkScreen* screen) c_gtk_style_context_reset_widgets;
8572 	void function(GtkStyleContext* context, const(char)* className) c_gtk_style_context_add_class;
8573 	void function(GtkStyleContext* context, GtkStyleProvider* provider, uint priority) c_gtk_style_context_add_provider;
8574 	void function(GtkStyleContext* context, const(char)* regionName, GtkRegionFlags flags) c_gtk_style_context_add_region;
8575 	void function(GtkStyleContext* context, void* regionId) c_gtk_style_context_cancel_animations;
8576 	void function(GtkStyleContext* context, GtkStateFlags state, ... ) c_gtk_style_context_get;
8577 	void function(GtkStyleContext* context, GtkStateFlags state, GdkRGBA* color) c_gtk_style_context_get_background_color;
8578 	void function(GtkStyleContext* context, GtkStateFlags state, GtkBorder* border) c_gtk_style_context_get_border;
8579 	void function(GtkStyleContext* context, GtkStateFlags state, GdkRGBA* color) c_gtk_style_context_get_border_color;
8580 	void function(GtkStyleContext* context, GtkStateFlags state, GdkRGBA* color) c_gtk_style_context_get_color;
8581 	GtkTextDirection function(GtkStyleContext* context) c_gtk_style_context_get_direction;
8582 	PangoFontDescription* function(GtkStyleContext* context, GtkStateFlags state) c_gtk_style_context_get_font;
8583 	GdkFrameClock* function(GtkStyleContext* context) c_gtk_style_context_get_frame_clock;
8584 	GtkJunctionSides function(GtkStyleContext* context) c_gtk_style_context_get_junction_sides;
8585 	void function(GtkStyleContext* context, GtkStateFlags state, GtkBorder* margin) c_gtk_style_context_get_margin;
8586 	void function(GtkStyleContext* context, GtkStateFlags state, GtkBorder* padding) c_gtk_style_context_get_padding;
8587 	GtkStyleContext* function(GtkStyleContext* context) c_gtk_style_context_get_parent;
8588 	GtkWidgetPath* function(GtkStyleContext* context) c_gtk_style_context_get_path;
8589 	void function(GtkStyleContext* context, const(char)* property, GtkStateFlags state, GValue* value) c_gtk_style_context_get_property;
8590 	int function(GtkStyleContext* context) c_gtk_style_context_get_scale;
8591 	GdkScreen* function(GtkStyleContext* context) c_gtk_style_context_get_screen;
8592 	GtkCssSection* function(GtkStyleContext* context, const(char)* property) c_gtk_style_context_get_section;
8593 	GtkStateFlags function(GtkStyleContext* context) c_gtk_style_context_get_state;
8594 	void function(GtkStyleContext* context, ... ) c_gtk_style_context_get_style;
8595 	void function(GtkStyleContext* context, const(char)* propertyName, GValue* value) c_gtk_style_context_get_style_property;
8596 	void function(GtkStyleContext* context, void* args) c_gtk_style_context_get_style_valist;
8597 	void function(GtkStyleContext* context, GtkStateFlags state, void* args) c_gtk_style_context_get_valist;
8598 	int function(GtkStyleContext* context, const(char)* className) c_gtk_style_context_has_class;
8599 	int function(GtkStyleContext* context, const(char)* regionName, GtkRegionFlags* flagsReturn) c_gtk_style_context_has_region;
8600 	void function(GtkStyleContext* context) c_gtk_style_context_invalidate;
8601 	GList* function(GtkStyleContext* context) c_gtk_style_context_list_classes;
8602 	GList* function(GtkStyleContext* context) c_gtk_style_context_list_regions;
8603 	int function(GtkStyleContext* context, const(char)* colorName, GdkRGBA* color) c_gtk_style_context_lookup_color;
8604 	GtkIconSet* function(GtkStyleContext* context, const(char)* stockId) c_gtk_style_context_lookup_icon_set;
8605 	void function(GtkStyleContext* context, GdkWindow* window, void* regionId, GtkStateType state, int stateValue) c_gtk_style_context_notify_state_change;
8606 	void function(GtkStyleContext* context) c_gtk_style_context_pop_animatable_region;
8607 	void function(GtkStyleContext* context, void* regionId) c_gtk_style_context_push_animatable_region;
8608 	void function(GtkStyleContext* context, const(char)* className) c_gtk_style_context_remove_class;
8609 	void function(GtkStyleContext* context, GtkStyleProvider* provider) c_gtk_style_context_remove_provider;
8610 	void function(GtkStyleContext* context, const(char)* regionName) c_gtk_style_context_remove_region;
8611 	void function(GtkStyleContext* context) c_gtk_style_context_restore;
8612 	void function(GtkStyleContext* context) c_gtk_style_context_save;
8613 	void function(GtkStyleContext* context, GdkWindow* window, int dx, int dy) c_gtk_style_context_scroll_animations;
8614 	void function(GtkStyleContext* context, GdkWindow* window) c_gtk_style_context_set_background;
8615 	void function(GtkStyleContext* context, GtkTextDirection direction) c_gtk_style_context_set_direction;
8616 	void function(GtkStyleContext* context, GdkFrameClock* frameClock) c_gtk_style_context_set_frame_clock;
8617 	void function(GtkStyleContext* context, GtkJunctionSides sides) c_gtk_style_context_set_junction_sides;
8618 	void function(GtkStyleContext* context, GtkStyleContext* parent) c_gtk_style_context_set_parent;
8619 	void function(GtkStyleContext* context, GtkWidgetPath* path) c_gtk_style_context_set_path;
8620 	void function(GtkStyleContext* context, int scale) c_gtk_style_context_set_scale;
8621 	void function(GtkStyleContext* context, GdkScreen* screen) c_gtk_style_context_set_screen;
8622 	void function(GtkStyleContext* context, GtkStateFlags flags) c_gtk_style_context_set_state;
8623 	int function(GtkStyleContext* context, GtkStateType state, double* progress) c_gtk_style_context_state_is_running;
8624 	char* function(GtkStyleContext* context, GtkStyleContextPrintFlags flags) c_gtk_style_context_to_string;
8625 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, double width, double height) c_gtk_render_activity;
8626 	void function(GtkStyleContext* context, cairo_t* cr, double angle, double x, double y, double size) c_gtk_render_arrow;
8627 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, double width, double height) c_gtk_render_background;
8628 	void function(GtkStyleContext* context, double x, double y, double width, double height, GdkRectangle* outClip) c_gtk_render_background_get_clip;
8629 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, double width, double height) c_gtk_render_check;
8630 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, double width, double height) c_gtk_render_expander;
8631 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, double width, double height, GtkPositionType gapSide) c_gtk_render_extension;
8632 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, double width, double height) c_gtk_render_focus;
8633 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, double width, double height) c_gtk_render_frame;
8634 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, double width, double height, GtkPositionType gapSide, double xy0Gap, double xy1Gap) c_gtk_render_frame_gap;
8635 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, double width, double height) c_gtk_render_handle;
8636 	void function(GtkStyleContext* context, cairo_t* cr, GdkPixbuf* pixbuf, double x, double y) c_gtk_render_icon;
8637 	GdkPixbuf* function(GtkStyleContext* context, GtkIconSource* source, GtkIconSize size) c_gtk_render_icon_pixbuf;
8638 	void function(GtkStyleContext* context, cairo_t* cr, cairo_surface_t* surface, double x, double y) c_gtk_render_icon_surface;
8639 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, PangoLayout* layout, int index, PangoDirection direction) c_gtk_render_insertion_cursor;
8640 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, PangoLayout* layout) c_gtk_render_layout;
8641 	void function(GtkStyleContext* context, cairo_t* cr, double x0, double y0, double x1, double y1) c_gtk_render_line;
8642 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, double width, double height) c_gtk_render_option;
8643 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, double width, double height, GtkOrientation orientation) c_gtk_render_slider;
8644 
8645 	// gtk.StyleProperties
8646 
8647 	GType function() c_gtk_style_properties_get_type;
8648 	GtkStyleProperties* function() c_gtk_style_properties_new;
8649 	int function(const(char)* propertyName, GtkStylePropertyParser* parseFunc, GParamSpec** pspec) c_gtk_style_properties_lookup_property;
8650 	void function(GtkStylePropertyParser parseFunc, GParamSpec* pspec) c_gtk_style_properties_register_property;
8651 	void function(GtkStyleProperties* props) c_gtk_style_properties_clear;
8652 	void function(GtkStyleProperties* props, GtkStateFlags state, ... ) c_gtk_style_properties_get;
8653 	int function(GtkStyleProperties* props, const(char)* property, GtkStateFlags state, GValue* value) c_gtk_style_properties_get_property;
8654 	void function(GtkStyleProperties* props, GtkStateFlags state, void* args) c_gtk_style_properties_get_valist;
8655 	GtkSymbolicColor* function(GtkStyleProperties* props, const(char)* name) c_gtk_style_properties_lookup_color;
8656 	void function(GtkStyleProperties* props, const(char)* name, GtkSymbolicColor* color) c_gtk_style_properties_map_color;
8657 	void function(GtkStyleProperties* props, GtkStyleProperties* propsToMerge, int replace) c_gtk_style_properties_merge;
8658 	void function(GtkStyleProperties* props, GtkStateFlags state, ... ) c_gtk_style_properties_set;
8659 	void function(GtkStyleProperties* props, const(char)* property, GtkStateFlags state, GValue* value) c_gtk_style_properties_set_property;
8660 	void function(GtkStyleProperties* props, GtkStateFlags state, void* args) c_gtk_style_properties_set_valist;
8661 	void function(GtkStyleProperties* props, const(char)* property, GtkStateFlags state) c_gtk_style_properties_unset_property;
8662 
8663 	// gtk.StyleProvider
8664 
8665 	GType function() c_gtk_style_provider_get_type;
8666 	GtkIconFactory* function(GtkStyleProvider* provider, GtkWidgetPath* path) c_gtk_style_provider_get_icon_factory;
8667 	GtkStyleProperties* function(GtkStyleProvider* provider, GtkWidgetPath* path) c_gtk_style_provider_get_style;
8668 	int function(GtkStyleProvider* provider, GtkWidgetPath* path, GtkStateFlags state, GParamSpec* pspec, GValue* value) c_gtk_style_provider_get_style_property;
8669 
8670 	// gtk.Switch
8671 
8672 	GType function() c_gtk_switch_get_type;
8673 	GtkWidget* function() c_gtk_switch_new;
8674 	int function(GtkSwitch* sw) c_gtk_switch_get_active;
8675 	int function(GtkSwitch* sw) c_gtk_switch_get_state;
8676 	void function(GtkSwitch* sw, int isActive) c_gtk_switch_set_active;
8677 	void function(GtkSwitch* sw, int state) c_gtk_switch_set_state;
8678 
8679 	// gtk.SwitchAccessible
8680 
8681 	GType function() c_gtk_switch_accessible_get_type;
8682 
8683 	// gtk.SymbolicColor
8684 
8685 	GType function() c_gtk_symbolic_color_get_type;
8686 	GtkSymbolicColor* function(GtkSymbolicColor* color, double factor) c_gtk_symbolic_color_new_alpha;
8687 	GtkSymbolicColor* function(GdkRGBA* color) c_gtk_symbolic_color_new_literal;
8688 	GtkSymbolicColor* function(GtkSymbolicColor* color1, GtkSymbolicColor* color2, double factor) c_gtk_symbolic_color_new_mix;
8689 	GtkSymbolicColor* function(const(char)* name) c_gtk_symbolic_color_new_name;
8690 	GtkSymbolicColor* function(GtkSymbolicColor* color, double factor) c_gtk_symbolic_color_new_shade;
8691 	GtkSymbolicColor* function(const(char)* themeClass, int id) c_gtk_symbolic_color_new_win32;
8692 	GtkSymbolicColor* function(GtkSymbolicColor* color) c_gtk_symbolic_color_ref;
8693 	int function(GtkSymbolicColor* color, GtkStyleProperties* props, GdkRGBA* resolvedColor) c_gtk_symbolic_color_resolve;
8694 	char* function(GtkSymbolicColor* color) c_gtk_symbolic_color_to_string;
8695 	void function(GtkSymbolicColor* color) c_gtk_symbolic_color_unref;
8696 
8697 	// gtk.Table
8698 
8699 	GType function() c_gtk_table_get_type;
8700 	GtkWidget* function(uint rows, uint columns, int homogeneous) c_gtk_table_new;
8701 	void function(GtkTable* table, GtkWidget* child, uint leftAttach, uint rightAttach, uint topAttach, uint bottomAttach, GtkAttachOptions xoptions, GtkAttachOptions yoptions, uint xpadding, uint ypadding) c_gtk_table_attach;
8702 	void function(GtkTable* table, GtkWidget* widget, uint leftAttach, uint rightAttach, uint topAttach, uint bottomAttach) c_gtk_table_attach_defaults;
8703 	uint function(GtkTable* table, uint column) c_gtk_table_get_col_spacing;
8704 	uint function(GtkTable* table) c_gtk_table_get_default_col_spacing;
8705 	uint function(GtkTable* table) c_gtk_table_get_default_row_spacing;
8706 	int function(GtkTable* table) c_gtk_table_get_homogeneous;
8707 	uint function(GtkTable* table, uint row) c_gtk_table_get_row_spacing;
8708 	void function(GtkTable* table, uint* rows, uint* columns) c_gtk_table_get_size;
8709 	void function(GtkTable* table, uint rows, uint columns) c_gtk_table_resize;
8710 	void function(GtkTable* table, uint column, uint spacing) c_gtk_table_set_col_spacing;
8711 	void function(GtkTable* table, uint spacing) c_gtk_table_set_col_spacings;
8712 	void function(GtkTable* table, int homogeneous) c_gtk_table_set_homogeneous;
8713 	void function(GtkTable* table, uint row, uint spacing) c_gtk_table_set_row_spacing;
8714 	void function(GtkTable* table, uint spacing) c_gtk_table_set_row_spacings;
8715 
8716 	// gtk.TargetEntry
8717 
8718 	GType function() c_gtk_target_entry_get_type;
8719 	GtkTargetEntry* function(const(char)* target, uint flags, uint info) c_gtk_target_entry_new;
8720 	GtkTargetEntry* function(GtkTargetEntry* data) c_gtk_target_entry_copy;
8721 	void function(GtkTargetEntry* data) c_gtk_target_entry_free;
8722 
8723 	// gtk.TargetList
8724 
8725 	GType function() c_gtk_target_list_get_type;
8726 	GtkTargetList* function(GtkTargetEntry* targets, uint ntargets) c_gtk_target_list_new;
8727 	void function(GtkTargetList* list, GdkAtom target, uint flags, uint info) c_gtk_target_list_add;
8728 	void function(GtkTargetList* list, uint info, int writable) c_gtk_target_list_add_image_targets;
8729 	void function(GtkTargetList* list, uint info, int deserializable, GtkTextBuffer* buffer) c_gtk_target_list_add_rich_text_targets;
8730 	void function(GtkTargetList* list, GtkTargetEntry* targets, uint ntargets) c_gtk_target_list_add_table;
8731 	void function(GtkTargetList* list, uint info) c_gtk_target_list_add_text_targets;
8732 	void function(GtkTargetList* list, uint info) c_gtk_target_list_add_uri_targets;
8733 	int function(GtkTargetList* list, GdkAtom target, uint* info) c_gtk_target_list_find;
8734 	GtkTargetList* function(GtkTargetList* list) c_gtk_target_list_ref;
8735 	void function(GtkTargetList* list, GdkAtom target) c_gtk_target_list_remove;
8736 	void function(GtkTargetList* list) c_gtk_target_list_unref;
8737 	void function(GtkTargetEntry* targets, int nTargets) c_gtk_target_table_free;
8738 	GtkTargetEntry* function(GtkTargetList* list, int* nTargets) c_gtk_target_table_new_from_list;
8739 	int function(GdkAtom* targets, int nTargets, int writable) c_gtk_targets_include_image;
8740 	int function(GdkAtom* targets, int nTargets, GtkTextBuffer* buffer) c_gtk_targets_include_rich_text;
8741 	int function(GdkAtom* targets, int nTargets) c_gtk_targets_include_text;
8742 	int function(GdkAtom* targets, int nTargets) c_gtk_targets_include_uri;
8743 
8744 	// gtk.TearoffMenuItem
8745 
8746 	GType function() c_gtk_tearoff_menu_item_get_type;
8747 	GtkWidget* function() c_gtk_tearoff_menu_item_new;
8748 
8749 	// gtk.TextAttributes
8750 
8751 	GType function() c_gtk_text_attributes_get_type;
8752 	GtkTextAttributes* function() c_gtk_text_attributes_new;
8753 	GtkTextAttributes* function(GtkTextAttributes* src) c_gtk_text_attributes_copy;
8754 	void function(GtkTextAttributes* src, GtkTextAttributes* dest) c_gtk_text_attributes_copy_values;
8755 	GtkTextAttributes* function(GtkTextAttributes* values) c_gtk_text_attributes_ref;
8756 	void function(GtkTextAttributes* values) c_gtk_text_attributes_unref;
8757 
8758 	// gtk.TextBuffer
8759 
8760 	GType function() c_gtk_text_buffer_get_type;
8761 	GtkTextBuffer* function(GtkTextTagTable* table) c_gtk_text_buffer_new;
8762 	void function(GtkTextBuffer* buffer, GtkTextMark* mark, GtkTextIter* where) c_gtk_text_buffer_add_mark;
8763 	void function(GtkTextBuffer* buffer, GtkClipboard* clipboard) c_gtk_text_buffer_add_selection_clipboard;
8764 	void function(GtkTextBuffer* buffer, GtkTextTag* tag, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_apply_tag;
8765 	void function(GtkTextBuffer* buffer, const(char)* name, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_apply_tag_by_name;
8766 	int function(GtkTextBuffer* buffer, GtkTextIter* iter, int interactive, int defaultEditable) c_gtk_text_buffer_backspace;
8767 	void function(GtkTextBuffer* buffer) c_gtk_text_buffer_begin_user_action;
8768 	void function(GtkTextBuffer* buffer, GtkClipboard* clipboard) c_gtk_text_buffer_copy_clipboard;
8769 	GtkTextChildAnchor* function(GtkTextBuffer* buffer, GtkTextIter* iter) c_gtk_text_buffer_create_child_anchor;
8770 	GtkTextMark* function(GtkTextBuffer* buffer, const(char)* markName, GtkTextIter* where, int leftGravity) c_gtk_text_buffer_create_mark;
8771 	GtkTextTag* function(GtkTextBuffer* buffer, const(char)* tagName, const(char)* firstPropertyName, ... ) c_gtk_text_buffer_create_tag;
8772 	void function(GtkTextBuffer* buffer, GtkClipboard* clipboard, int defaultEditable) c_gtk_text_buffer_cut_clipboard;
8773 	void function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_delete;
8774 	int function(GtkTextBuffer* buffer, GtkTextIter* startIter, GtkTextIter* endIter, int defaultEditable) c_gtk_text_buffer_delete_interactive;
8775 	void function(GtkTextBuffer* buffer, GtkTextMark* mark) c_gtk_text_buffer_delete_mark;
8776 	void function(GtkTextBuffer* buffer, const(char)* name) c_gtk_text_buffer_delete_mark_by_name;
8777 	int function(GtkTextBuffer* buffer, int interactive, int defaultEditable) c_gtk_text_buffer_delete_selection;
8778 	int function(GtkTextBuffer* registerBuffer, GtkTextBuffer* contentBuffer, GdkAtom format, GtkTextIter* iter, ubyte* data, size_t length, GError** err) c_gtk_text_buffer_deserialize;
8779 	int function(GtkTextBuffer* buffer, GdkAtom format) c_gtk_text_buffer_deserialize_get_can_create_tags;
8780 	void function(GtkTextBuffer* buffer, GdkAtom format, int canCreateTags) c_gtk_text_buffer_deserialize_set_can_create_tags;
8781 	void function(GtkTextBuffer* buffer) c_gtk_text_buffer_end_user_action;
8782 	void function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_get_bounds;
8783 	int function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_char_count;
8784 	GtkTargetList* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_copy_target_list;
8785 	GdkAtom* function(GtkTextBuffer* buffer, int* nFormats) c_gtk_text_buffer_get_deserialize_formats;
8786 	void function(GtkTextBuffer* buffer, GtkTextIter* iter) c_gtk_text_buffer_get_end_iter;
8787 	int function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_has_selection;
8788 	GtkTextMark* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_insert;
8789 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextChildAnchor* anchor) c_gtk_text_buffer_get_iter_at_child_anchor;
8790 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, int lineNumber) c_gtk_text_buffer_get_iter_at_line;
8791 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, int lineNumber, int byteIndex) c_gtk_text_buffer_get_iter_at_line_index;
8792 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, int lineNumber, int charOffset) c_gtk_text_buffer_get_iter_at_line_offset;
8793 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextMark* mark) c_gtk_text_buffer_get_iter_at_mark;
8794 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, int charOffset) c_gtk_text_buffer_get_iter_at_offset;
8795 	int function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_line_count;
8796 	GtkTextMark* function(GtkTextBuffer* buffer, const(char)* name) c_gtk_text_buffer_get_mark;
8797 	int function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_modified;
8798 	GtkTargetList* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_paste_target_list;
8799 	GtkTextMark* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_selection_bound;
8800 	int function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_get_selection_bounds;
8801 	GdkAtom* function(GtkTextBuffer* buffer, int* nFormats) c_gtk_text_buffer_get_serialize_formats;
8802 	char* function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end, int includeHiddenChars) c_gtk_text_buffer_get_slice;
8803 	void function(GtkTextBuffer* buffer, GtkTextIter* iter) c_gtk_text_buffer_get_start_iter;
8804 	GtkTextTagTable* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_tag_table;
8805 	char* function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end, int includeHiddenChars) c_gtk_text_buffer_get_text;
8806 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, const(char)* text, int len) c_gtk_text_buffer_insert;
8807 	void function(GtkTextBuffer* buffer, const(char)* text, int len) c_gtk_text_buffer_insert_at_cursor;
8808 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextChildAnchor* anchor) c_gtk_text_buffer_insert_child_anchor;
8809 	int function(GtkTextBuffer* buffer, GtkTextIter* iter, const(char)* text, int len, int defaultEditable) c_gtk_text_buffer_insert_interactive;
8810 	int function(GtkTextBuffer* buffer, const(char)* text, int len, int defaultEditable) c_gtk_text_buffer_insert_interactive_at_cursor;
8811 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, const(char)* markup, int len) c_gtk_text_buffer_insert_markup;
8812 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, GdkPixbuf* pixbuf) c_gtk_text_buffer_insert_pixbuf;
8813 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_insert_range;
8814 	int function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextIter* start, GtkTextIter* end, int defaultEditable) c_gtk_text_buffer_insert_range_interactive;
8815 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, const(char)* text, int len, GtkTextTag* firstTag, ... ) c_gtk_text_buffer_insert_with_tags;
8816 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, const(char)* text, int len, const(char)* firstTagName, ... ) c_gtk_text_buffer_insert_with_tags_by_name;
8817 	void function(GtkTextBuffer* buffer, GtkTextMark* mark, GtkTextIter* where) c_gtk_text_buffer_move_mark;
8818 	void function(GtkTextBuffer* buffer, const(char)* name, GtkTextIter* where) c_gtk_text_buffer_move_mark_by_name;
8819 	void function(GtkTextBuffer* buffer, GtkClipboard* clipboard, GtkTextIter* overrideLocation, int defaultEditable) c_gtk_text_buffer_paste_clipboard;
8820 	void function(GtkTextBuffer* buffer, GtkTextIter* where) c_gtk_text_buffer_place_cursor;
8821 	GdkAtom function(GtkTextBuffer* buffer, const(char)* mimeType, GtkTextBufferDeserializeFunc funct, void* userData, GDestroyNotify userDataDestroy) c_gtk_text_buffer_register_deserialize_format;
8822 	GdkAtom function(GtkTextBuffer* buffer, const(char)* tagsetName) c_gtk_text_buffer_register_deserialize_tagset;
8823 	GdkAtom function(GtkTextBuffer* buffer, const(char)* mimeType, GtkTextBufferSerializeFunc funct, void* userData, GDestroyNotify userDataDestroy) c_gtk_text_buffer_register_serialize_format;
8824 	GdkAtom function(GtkTextBuffer* buffer, const(char)* tagsetName) c_gtk_text_buffer_register_serialize_tagset;
8825 	void function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_remove_all_tags;
8826 	void function(GtkTextBuffer* buffer, GtkClipboard* clipboard) c_gtk_text_buffer_remove_selection_clipboard;
8827 	void function(GtkTextBuffer* buffer, GtkTextTag* tag, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_remove_tag;
8828 	void function(GtkTextBuffer* buffer, const(char)* name, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_remove_tag_by_name;
8829 	void function(GtkTextBuffer* buffer, GtkTextIter* ins, GtkTextIter* bound) c_gtk_text_buffer_select_range;
8830 	ubyte* function(GtkTextBuffer* registerBuffer, GtkTextBuffer* contentBuffer, GdkAtom format, GtkTextIter* start, GtkTextIter* end, size_t* length) c_gtk_text_buffer_serialize;
8831 	void function(GtkTextBuffer* buffer, int setting) c_gtk_text_buffer_set_modified;
8832 	void function(GtkTextBuffer* buffer, const(char)* text, int len) c_gtk_text_buffer_set_text;
8833 	void function(GtkTextBuffer* buffer, GdkAtom format) c_gtk_text_buffer_unregister_deserialize_format;
8834 	void function(GtkTextBuffer* buffer, GdkAtom format) c_gtk_text_buffer_unregister_serialize_format;
8835 
8836 	// gtk.TextCellAccessible
8837 
8838 	GType function() c_gtk_text_cell_accessible_get_type;
8839 
8840 	// gtk.TextChildAnchor
8841 
8842 	GType function() c_gtk_text_child_anchor_get_type;
8843 	GtkTextChildAnchor* function() c_gtk_text_child_anchor_new;
8844 	int function(GtkTextChildAnchor* anchor) c_gtk_text_child_anchor_get_deleted;
8845 	GList* function(GtkTextChildAnchor* anchor) c_gtk_text_child_anchor_get_widgets;
8846 
8847 	// gtk.TextIter
8848 
8849 	GType function() c_gtk_text_iter_get_type;
8850 	void function(GtkTextIter* iter, GtkTextIter* other) c_gtk_text_iter_assign;
8851 	int function(GtkTextIter* iter) c_gtk_text_iter_backward_char;
8852 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_backward_chars;
8853 	int function(GtkTextIter* iter) c_gtk_text_iter_backward_cursor_position;
8854 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_backward_cursor_positions;
8855 	int function(GtkTextIter* iter, GtkTextCharPredicate pred, void* userData, GtkTextIter* limit) c_gtk_text_iter_backward_find_char;
8856 	int function(GtkTextIter* iter) c_gtk_text_iter_backward_line;
8857 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_backward_lines;
8858 	int function(GtkTextIter* iter, const(char)* str, GtkTextSearchFlags flags, GtkTextIter* matchStart, GtkTextIter* matchEnd, GtkTextIter* limit) c_gtk_text_iter_backward_search;
8859 	int function(GtkTextIter* iter) c_gtk_text_iter_backward_sentence_start;
8860 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_backward_sentence_starts;
8861 	int function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_backward_to_tag_toggle;
8862 	int function(GtkTextIter* iter) c_gtk_text_iter_backward_visible_cursor_position;
8863 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_backward_visible_cursor_positions;
8864 	int function(GtkTextIter* iter) c_gtk_text_iter_backward_visible_line;
8865 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_backward_visible_lines;
8866 	int function(GtkTextIter* iter) c_gtk_text_iter_backward_visible_word_start;
8867 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_backward_visible_word_starts;
8868 	int function(GtkTextIter* iter) c_gtk_text_iter_backward_word_start;
8869 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_backward_word_starts;
8870 	int function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_begins_tag;
8871 	int function(GtkTextIter* iter, int defaultEditability) c_gtk_text_iter_can_insert;
8872 	int function(GtkTextIter* lhs, GtkTextIter* rhs) c_gtk_text_iter_compare;
8873 	GtkTextIter* function(GtkTextIter* iter) c_gtk_text_iter_copy;
8874 	int function(GtkTextIter* iter, int defaultSetting) c_gtk_text_iter_editable;
8875 	int function(GtkTextIter* iter) c_gtk_text_iter_ends_line;
8876 	int function(GtkTextIter* iter) c_gtk_text_iter_ends_sentence;
8877 	int function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_ends_tag;
8878 	int function(GtkTextIter* iter) c_gtk_text_iter_ends_word;
8879 	int function(GtkTextIter* lhs, GtkTextIter* rhs) c_gtk_text_iter_equal;
8880 	int function(GtkTextIter* iter) c_gtk_text_iter_forward_char;
8881 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_forward_chars;
8882 	int function(GtkTextIter* iter) c_gtk_text_iter_forward_cursor_position;
8883 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_forward_cursor_positions;
8884 	int function(GtkTextIter* iter, GtkTextCharPredicate pred, void* userData, GtkTextIter* limit) c_gtk_text_iter_forward_find_char;
8885 	int function(GtkTextIter* iter) c_gtk_text_iter_forward_line;
8886 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_forward_lines;
8887 	int function(GtkTextIter* iter, const(char)* str, GtkTextSearchFlags flags, GtkTextIter* matchStart, GtkTextIter* matchEnd, GtkTextIter* limit) c_gtk_text_iter_forward_search;
8888 	int function(GtkTextIter* iter) c_gtk_text_iter_forward_sentence_end;
8889 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_forward_sentence_ends;
8890 	void function(GtkTextIter* iter) c_gtk_text_iter_forward_to_end;
8891 	int function(GtkTextIter* iter) c_gtk_text_iter_forward_to_line_end;
8892 	int function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_forward_to_tag_toggle;
8893 	int function(GtkTextIter* iter) c_gtk_text_iter_forward_visible_cursor_position;
8894 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_forward_visible_cursor_positions;
8895 	int function(GtkTextIter* iter) c_gtk_text_iter_forward_visible_line;
8896 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_forward_visible_lines;
8897 	int function(GtkTextIter* iter) c_gtk_text_iter_forward_visible_word_end;
8898 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_forward_visible_word_ends;
8899 	int function(GtkTextIter* iter) c_gtk_text_iter_forward_word_end;
8900 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_forward_word_ends;
8901 	void function(GtkTextIter* iter) c_gtk_text_iter_free;
8902 	int function(GtkTextIter* iter, GtkTextAttributes* values) c_gtk_text_iter_get_attributes;
8903 	GtkTextBuffer* function(GtkTextIter* iter) c_gtk_text_iter_get_buffer;
8904 	int function(GtkTextIter* iter) c_gtk_text_iter_get_bytes_in_line;
8905 	dchar function(GtkTextIter* iter) c_gtk_text_iter_get_char;
8906 	int function(GtkTextIter* iter) c_gtk_text_iter_get_chars_in_line;
8907 	GtkTextChildAnchor* function(GtkTextIter* iter) c_gtk_text_iter_get_child_anchor;
8908 	PangoLanguage* function(GtkTextIter* iter) c_gtk_text_iter_get_language;
8909 	int function(GtkTextIter* iter) c_gtk_text_iter_get_line;
8910 	int function(GtkTextIter* iter) c_gtk_text_iter_get_line_index;
8911 	int function(GtkTextIter* iter) c_gtk_text_iter_get_line_offset;
8912 	GSList* function(GtkTextIter* iter) c_gtk_text_iter_get_marks;
8913 	int function(GtkTextIter* iter) c_gtk_text_iter_get_offset;
8914 	GdkPixbuf* function(GtkTextIter* iter) c_gtk_text_iter_get_pixbuf;
8915 	char* function(GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_get_slice;
8916 	GSList* function(GtkTextIter* iter) c_gtk_text_iter_get_tags;
8917 	char* function(GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_get_text;
8918 	GSList* function(GtkTextIter* iter, int toggledOn) c_gtk_text_iter_get_toggled_tags;
8919 	int function(GtkTextIter* iter) c_gtk_text_iter_get_visible_line_index;
8920 	int function(GtkTextIter* iter) c_gtk_text_iter_get_visible_line_offset;
8921 	char* function(GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_get_visible_slice;
8922 	char* function(GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_get_visible_text;
8923 	int function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_has_tag;
8924 	int function(GtkTextIter* iter, GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_in_range;
8925 	int function(GtkTextIter* iter) c_gtk_text_iter_inside_sentence;
8926 	int function(GtkTextIter* iter) c_gtk_text_iter_inside_word;
8927 	int function(GtkTextIter* iter) c_gtk_text_iter_is_cursor_position;
8928 	int function(GtkTextIter* iter) c_gtk_text_iter_is_end;
8929 	int function(GtkTextIter* iter) c_gtk_text_iter_is_start;
8930 	void function(GtkTextIter* first, GtkTextIter* second) c_gtk_text_iter_order;
8931 	void function(GtkTextIter* iter, int lineNumber) c_gtk_text_iter_set_line;
8932 	void function(GtkTextIter* iter, int byteOnLine) c_gtk_text_iter_set_line_index;
8933 	void function(GtkTextIter* iter, int charOnLine) c_gtk_text_iter_set_line_offset;
8934 	void function(GtkTextIter* iter, int charOffset) c_gtk_text_iter_set_offset;
8935 	void function(GtkTextIter* iter, int byteOnLine) c_gtk_text_iter_set_visible_line_index;
8936 	void function(GtkTextIter* iter, int charOnLine) c_gtk_text_iter_set_visible_line_offset;
8937 	int function(GtkTextIter* iter) c_gtk_text_iter_starts_line;
8938 	int function(GtkTextIter* iter) c_gtk_text_iter_starts_sentence;
8939 	int function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_starts_tag;
8940 	int function(GtkTextIter* iter) c_gtk_text_iter_starts_word;
8941 	int function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_toggles_tag;
8942 
8943 	// gtk.TextMark
8944 
8945 	GType function() c_gtk_text_mark_get_type;
8946 	GtkTextMark* function(const(char)* name, int leftGravity) c_gtk_text_mark_new;
8947 	GtkTextBuffer* function(GtkTextMark* mark) c_gtk_text_mark_get_buffer;
8948 	int function(GtkTextMark* mark) c_gtk_text_mark_get_deleted;
8949 	int function(GtkTextMark* mark) c_gtk_text_mark_get_left_gravity;
8950 	const(char)* function(GtkTextMark* mark) c_gtk_text_mark_get_name;
8951 	int function(GtkTextMark* mark) c_gtk_text_mark_get_visible;
8952 	void function(GtkTextMark* mark, int setting) c_gtk_text_mark_set_visible;
8953 
8954 	// gtk.TextTag
8955 
8956 	GType function() c_gtk_text_tag_get_type;
8957 	GtkTextTag* function(const(char)* name) c_gtk_text_tag_new;
8958 	void function(GtkTextTag* tag, int sizeChanged) c_gtk_text_tag_changed;
8959 	int function(GtkTextTag* tag, GObject* eventObject, GdkEvent* event, GtkTextIter* iter) c_gtk_text_tag_event;
8960 	int function(GtkTextTag* tag) c_gtk_text_tag_get_priority;
8961 	void function(GtkTextTag* tag, int priority) c_gtk_text_tag_set_priority;
8962 
8963 	// gtk.TextTagTable
8964 
8965 	GType function() c_gtk_text_tag_table_get_type;
8966 	GtkTextTagTable* function() c_gtk_text_tag_table_new;
8967 	int function(GtkTextTagTable* table, GtkTextTag* tag) c_gtk_text_tag_table_add;
8968 	void function(GtkTextTagTable* table, GtkTextTagTableForeach func, void* data) c_gtk_text_tag_table_foreach;
8969 	int function(GtkTextTagTable* table) c_gtk_text_tag_table_get_size;
8970 	GtkTextTag* function(GtkTextTagTable* table, const(char)* name) c_gtk_text_tag_table_lookup;
8971 	void function(GtkTextTagTable* table, GtkTextTag* tag) c_gtk_text_tag_table_remove;
8972 
8973 	// gtk.TextView
8974 
8975 	GType function() c_gtk_text_view_get_type;
8976 	GtkWidget* function() c_gtk_text_view_new;
8977 	GtkWidget* function(GtkTextBuffer* buffer) c_gtk_text_view_new_with_buffer;
8978 	void function(GtkTextView* textView, GtkWidget* child, GtkTextChildAnchor* anchor) c_gtk_text_view_add_child_at_anchor;
8979 	void function(GtkTextView* textView, GtkWidget* child, GtkTextWindowType whichWindow, int xpos, int ypos) c_gtk_text_view_add_child_in_window;
8980 	int function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_backward_display_line;
8981 	int function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_backward_display_line_start;
8982 	void function(GtkTextView* textView, GtkTextWindowType win, int bufferX, int bufferY, int* windowX, int* windowY) c_gtk_text_view_buffer_to_window_coords;
8983 	int function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_forward_display_line;
8984 	int function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_forward_display_line_end;
8985 	int function(GtkTextView* textView) c_gtk_text_view_get_accepts_tab;
8986 	int function(GtkTextView* textView, GtkTextWindowType type) c_gtk_text_view_get_border_window_size;
8987 	int function(GtkTextView* textView) c_gtk_text_view_get_bottom_margin;
8988 	GtkTextBuffer* function(GtkTextView* textView) c_gtk_text_view_get_buffer;
8989 	void function(GtkTextView* textView, GtkTextIter* iter, GdkRectangle* strong, GdkRectangle* weak) c_gtk_text_view_get_cursor_locations;
8990 	int function(GtkTextView* textView) c_gtk_text_view_get_cursor_visible;
8991 	GtkTextAttributes* function(GtkTextView* textView) c_gtk_text_view_get_default_attributes;
8992 	int function(GtkTextView* textView) c_gtk_text_view_get_editable;
8993 	GtkAdjustment* function(GtkTextView* textView) c_gtk_text_view_get_hadjustment;
8994 	int function(GtkTextView* textView) c_gtk_text_view_get_indent;
8995 	GtkInputHints function(GtkTextView* textView) c_gtk_text_view_get_input_hints;
8996 	GtkInputPurpose function(GtkTextView* textView) c_gtk_text_view_get_input_purpose;
8997 	int function(GtkTextView* textView, GtkTextIter* iter, int x, int y) c_gtk_text_view_get_iter_at_location;
8998 	int function(GtkTextView* textView, GtkTextIter* iter, int* trailing, int x, int y) c_gtk_text_view_get_iter_at_position;
8999 	void function(GtkTextView* textView, GtkTextIter* iter, GdkRectangle* location) c_gtk_text_view_get_iter_location;
9000 	GtkJustification function(GtkTextView* textView) c_gtk_text_view_get_justification;
9001 	int function(GtkTextView* textView) c_gtk_text_view_get_left_margin;
9002 	void function(GtkTextView* textView, GtkTextIter* targetIter, int y, int* lineTop) c_gtk_text_view_get_line_at_y;
9003 	void function(GtkTextView* textView, GtkTextIter* iter, int* y, int* height) c_gtk_text_view_get_line_yrange;
9004 	int function(GtkTextView* textView) c_gtk_text_view_get_monospace;
9005 	int function(GtkTextView* textView) c_gtk_text_view_get_overwrite;
9006 	int function(GtkTextView* textView) c_gtk_text_view_get_pixels_above_lines;
9007 	int function(GtkTextView* textView) c_gtk_text_view_get_pixels_below_lines;
9008 	int function(GtkTextView* textView) c_gtk_text_view_get_pixels_inside_wrap;
9009 	int function(GtkTextView* textView) c_gtk_text_view_get_right_margin;
9010 	PangoTabArray* function(GtkTextView* textView) c_gtk_text_view_get_tabs;
9011 	int function(GtkTextView* textView) c_gtk_text_view_get_top_margin;
9012 	GtkAdjustment* function(GtkTextView* textView) c_gtk_text_view_get_vadjustment;
9013 	void function(GtkTextView* textView, GdkRectangle* visibleRect) c_gtk_text_view_get_visible_rect;
9014 	GdkWindow* function(GtkTextView* textView, GtkTextWindowType win) c_gtk_text_view_get_window;
9015 	GtkTextWindowType function(GtkTextView* textView, GdkWindow* window) c_gtk_text_view_get_window_type;
9016 	GtkWrapMode function(GtkTextView* textView) c_gtk_text_view_get_wrap_mode;
9017 	int function(GtkTextView* textView, GdkEventKey* event) c_gtk_text_view_im_context_filter_keypress;
9018 	void function(GtkTextView* textView, GtkWidget* child, int xpos, int ypos) c_gtk_text_view_move_child;
9019 	int function(GtkTextView* textView, GtkTextMark* mark) c_gtk_text_view_move_mark_onscreen;
9020 	int function(GtkTextView* textView, GtkTextIter* iter, int count) c_gtk_text_view_move_visually;
9021 	int function(GtkTextView* textView) c_gtk_text_view_place_cursor_onscreen;
9022 	void function(GtkTextView* textView) c_gtk_text_view_reset_cursor_blink;
9023 	void function(GtkTextView* textView) c_gtk_text_view_reset_im_context;
9024 	void function(GtkTextView* textView, GtkTextMark* mark) c_gtk_text_view_scroll_mark_onscreen;
9025 	int function(GtkTextView* textView, GtkTextIter* iter, double withinMargin, int useAlign, double xalign, double yalign) c_gtk_text_view_scroll_to_iter;
9026 	void function(GtkTextView* textView, GtkTextMark* mark, double withinMargin, int useAlign, double xalign, double yalign) c_gtk_text_view_scroll_to_mark;
9027 	void function(GtkTextView* textView, int acceptsTab) c_gtk_text_view_set_accepts_tab;
9028 	void function(GtkTextView* textView, GtkTextWindowType type, int size) c_gtk_text_view_set_border_window_size;
9029 	void function(GtkTextView* textView, int bottomMargin) c_gtk_text_view_set_bottom_margin;
9030 	void function(GtkTextView* textView, GtkTextBuffer* buffer) c_gtk_text_view_set_buffer;
9031 	void function(GtkTextView* textView, int setting) c_gtk_text_view_set_cursor_visible;
9032 	void function(GtkTextView* textView, int setting) c_gtk_text_view_set_editable;
9033 	void function(GtkTextView* textView, int indent) c_gtk_text_view_set_indent;
9034 	void function(GtkTextView* textView, GtkInputHints hints) c_gtk_text_view_set_input_hints;
9035 	void function(GtkTextView* textView, GtkInputPurpose purpose) c_gtk_text_view_set_input_purpose;
9036 	void function(GtkTextView* textView, GtkJustification justification) c_gtk_text_view_set_justification;
9037 	void function(GtkTextView* textView, int leftMargin) c_gtk_text_view_set_left_margin;
9038 	void function(GtkTextView* textView, int monospace) c_gtk_text_view_set_monospace;
9039 	void function(GtkTextView* textView, int overwrite) c_gtk_text_view_set_overwrite;
9040 	void function(GtkTextView* textView, int pixelsAboveLines) c_gtk_text_view_set_pixels_above_lines;
9041 	void function(GtkTextView* textView, int pixelsBelowLines) c_gtk_text_view_set_pixels_below_lines;
9042 	void function(GtkTextView* textView, int pixelsInsideWrap) c_gtk_text_view_set_pixels_inside_wrap;
9043 	void function(GtkTextView* textView, int rightMargin) c_gtk_text_view_set_right_margin;
9044 	void function(GtkTextView* textView, PangoTabArray* tabs) c_gtk_text_view_set_tabs;
9045 	void function(GtkTextView* textView, int topMargin) c_gtk_text_view_set_top_margin;
9046 	void function(GtkTextView* textView, GtkWrapMode wrapMode) c_gtk_text_view_set_wrap_mode;
9047 	int function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_starts_display_line;
9048 	void function(GtkTextView* textView, GtkTextWindowType win, int windowX, int windowY, int* bufferX, int* bufferY) c_gtk_text_view_window_to_buffer_coords;
9049 
9050 	// gtk.TextViewAccessible
9051 
9052 	GType function() c_gtk_text_view_accessible_get_type;
9053 
9054 	// gtk.ThemingEngine
9055 
9056 	GType function() c_gtk_theming_engine_get_type;
9057 	GtkThemingEngine* function(const(char)* name) c_gtk_theming_engine_load;
9058 	void function(const(char)* nameSpace, GtkStylePropertyParser parseFunc, GParamSpec* pspec) c_gtk_theming_engine_register_property;
9059 	void function(GtkThemingEngine* engine, GtkStateFlags state, ... ) c_gtk_theming_engine_get;
9060 	void function(GtkThemingEngine* engine, GtkStateFlags state, GdkRGBA* color) c_gtk_theming_engine_get_background_color;
9061 	void function(GtkThemingEngine* engine, GtkStateFlags state, GtkBorder* border) c_gtk_theming_engine_get_border;
9062 	void function(GtkThemingEngine* engine, GtkStateFlags state, GdkRGBA* color) c_gtk_theming_engine_get_border_color;
9063 	void function(GtkThemingEngine* engine, GtkStateFlags state, GdkRGBA* color) c_gtk_theming_engine_get_color;
9064 	GtkTextDirection function(GtkThemingEngine* engine) c_gtk_theming_engine_get_direction;
9065 	PangoFontDescription* function(GtkThemingEngine* engine, GtkStateFlags state) c_gtk_theming_engine_get_font;
9066 	GtkJunctionSides function(GtkThemingEngine* engine) c_gtk_theming_engine_get_junction_sides;
9067 	void function(GtkThemingEngine* engine, GtkStateFlags state, GtkBorder* margin) c_gtk_theming_engine_get_margin;
9068 	void function(GtkThemingEngine* engine, GtkStateFlags state, GtkBorder* padding) c_gtk_theming_engine_get_padding;
9069 	GtkWidgetPath* function(GtkThemingEngine* engine) c_gtk_theming_engine_get_path;
9070 	void function(GtkThemingEngine* engine, const(char)* property, GtkStateFlags state, GValue* value) c_gtk_theming_engine_get_property;
9071 	GdkScreen* function(GtkThemingEngine* engine) c_gtk_theming_engine_get_screen;
9072 	GtkStateFlags function(GtkThemingEngine* engine) c_gtk_theming_engine_get_state;
9073 	void function(GtkThemingEngine* engine, ... ) c_gtk_theming_engine_get_style;
9074 	void function(GtkThemingEngine* engine, const(char)* propertyName, GValue* value) c_gtk_theming_engine_get_style_property;
9075 	void function(GtkThemingEngine* engine, void* args) c_gtk_theming_engine_get_style_valist;
9076 	void function(GtkThemingEngine* engine, GtkStateFlags state, void* args) c_gtk_theming_engine_get_valist;
9077 	int function(GtkThemingEngine* engine, const(char)* styleClass) c_gtk_theming_engine_has_class;
9078 	int function(GtkThemingEngine* engine, const(char)* styleRegion, GtkRegionFlags* flags) c_gtk_theming_engine_has_region;
9079 	int function(GtkThemingEngine* engine, const(char)* colorName, GdkRGBA* color) c_gtk_theming_engine_lookup_color;
9080 	int function(GtkThemingEngine* engine, GtkStateType state, double* progress) c_gtk_theming_engine_state_is_running;
9081 
9082 	// gtk.ToggleAction
9083 
9084 	GType function() c_gtk_toggle_action_get_type;
9085 	GtkToggleAction* function(const(char)* name, const(char)* label, const(char)* tooltip, const(char)* stockId) c_gtk_toggle_action_new;
9086 	int function(GtkToggleAction* action) c_gtk_toggle_action_get_active;
9087 	int function(GtkToggleAction* action) c_gtk_toggle_action_get_draw_as_radio;
9088 	void function(GtkToggleAction* action, int isActive) c_gtk_toggle_action_set_active;
9089 	void function(GtkToggleAction* action, int drawAsRadio) c_gtk_toggle_action_set_draw_as_radio;
9090 	void function(GtkToggleAction* action) c_gtk_toggle_action_toggled;
9091 
9092 	// gtk.ToggleButton
9093 
9094 	GType function() c_gtk_toggle_button_get_type;
9095 	GtkWidget* function() c_gtk_toggle_button_new;
9096 	GtkWidget* function(const(char)* label) c_gtk_toggle_button_new_with_label;
9097 	GtkWidget* function(const(char)* label) c_gtk_toggle_button_new_with_mnemonic;
9098 	int function(GtkToggleButton* toggleButton) c_gtk_toggle_button_get_active;
9099 	int function(GtkToggleButton* toggleButton) c_gtk_toggle_button_get_inconsistent;
9100 	int function(GtkToggleButton* toggleButton) c_gtk_toggle_button_get_mode;
9101 	void function(GtkToggleButton* toggleButton, int isActive) c_gtk_toggle_button_set_active;
9102 	void function(GtkToggleButton* toggleButton, int setting) c_gtk_toggle_button_set_inconsistent;
9103 	void function(GtkToggleButton* toggleButton, int drawIndicator) c_gtk_toggle_button_set_mode;
9104 	void function(GtkToggleButton* toggleButton) c_gtk_toggle_button_toggled;
9105 
9106 	// gtk.ToggleButtonAccessible
9107 
9108 	GType function() c_gtk_toggle_button_accessible_get_type;
9109 
9110 	// gtk.ToggleToolButton
9111 
9112 	GType function() c_gtk_toggle_tool_button_get_type;
9113 	GtkToolItem* function() c_gtk_toggle_tool_button_new;
9114 	GtkToolItem* function(const(char)* stockId) c_gtk_toggle_tool_button_new_from_stock;
9115 	int function(GtkToggleToolButton* button) c_gtk_toggle_tool_button_get_active;
9116 	void function(GtkToggleToolButton* button, int isActive) c_gtk_toggle_tool_button_set_active;
9117 
9118 	// gtk.ToolButton
9119 
9120 	GType function() c_gtk_tool_button_get_type;
9121 	GtkToolItem* function(GtkWidget* iconWidget, const(char)* label) c_gtk_tool_button_new;
9122 	GtkToolItem* function(const(char)* stockId) c_gtk_tool_button_new_from_stock;
9123 	const(char)* function(GtkToolButton* button) c_gtk_tool_button_get_icon_name;
9124 	GtkWidget* function(GtkToolButton* button) c_gtk_tool_button_get_icon_widget;
9125 	const(char)* function(GtkToolButton* button) c_gtk_tool_button_get_label;
9126 	GtkWidget* function(GtkToolButton* button) c_gtk_tool_button_get_label_widget;
9127 	const(char)* function(GtkToolButton* button) c_gtk_tool_button_get_stock_id;
9128 	int function(GtkToolButton* button) c_gtk_tool_button_get_use_underline;
9129 	void function(GtkToolButton* button, const(char)* iconName) c_gtk_tool_button_set_icon_name;
9130 	void function(GtkToolButton* button, GtkWidget* iconWidget) c_gtk_tool_button_set_icon_widget;
9131 	void function(GtkToolButton* button, const(char)* label) c_gtk_tool_button_set_label;
9132 	void function(GtkToolButton* button, GtkWidget* labelWidget) c_gtk_tool_button_set_label_widget;
9133 	void function(GtkToolButton* button, const(char)* stockId) c_gtk_tool_button_set_stock_id;
9134 	void function(GtkToolButton* button, int useUnderline) c_gtk_tool_button_set_use_underline;
9135 
9136 	// gtk.ToolItem
9137 
9138 	GType function() c_gtk_tool_item_get_type;
9139 	GtkToolItem* function() c_gtk_tool_item_new;
9140 	PangoEllipsizeMode function(GtkToolItem* toolItem) c_gtk_tool_item_get_ellipsize_mode;
9141 	int function(GtkToolItem* toolItem) c_gtk_tool_item_get_expand;
9142 	int function(GtkToolItem* toolItem) c_gtk_tool_item_get_homogeneous;
9143 	GtkIconSize function(GtkToolItem* toolItem) c_gtk_tool_item_get_icon_size;
9144 	int function(GtkToolItem* toolItem) c_gtk_tool_item_get_is_important;
9145 	GtkOrientation function(GtkToolItem* toolItem) c_gtk_tool_item_get_orientation;
9146 	GtkWidget* function(GtkToolItem* toolItem, const(char)* menuItemId) c_gtk_tool_item_get_proxy_menu_item;
9147 	GtkReliefStyle function(GtkToolItem* toolItem) c_gtk_tool_item_get_relief_style;
9148 	float function(GtkToolItem* toolItem) c_gtk_tool_item_get_text_alignment;
9149 	GtkOrientation function(GtkToolItem* toolItem) c_gtk_tool_item_get_text_orientation;
9150 	GtkSizeGroup* function(GtkToolItem* toolItem) c_gtk_tool_item_get_text_size_group;
9151 	GtkToolbarStyle function(GtkToolItem* toolItem) c_gtk_tool_item_get_toolbar_style;
9152 	int function(GtkToolItem* toolItem) c_gtk_tool_item_get_use_drag_window;
9153 	int function(GtkToolItem* toolItem) c_gtk_tool_item_get_visible_horizontal;
9154 	int function(GtkToolItem* toolItem) c_gtk_tool_item_get_visible_vertical;
9155 	void function(GtkToolItem* toolItem) c_gtk_tool_item_rebuild_menu;
9156 	GtkWidget* function(GtkToolItem* toolItem) c_gtk_tool_item_retrieve_proxy_menu_item;
9157 	void function(GtkToolItem* toolItem, int expand) c_gtk_tool_item_set_expand;
9158 	void function(GtkToolItem* toolItem, int homogeneous) c_gtk_tool_item_set_homogeneous;
9159 	void function(GtkToolItem* toolItem, int isImportant) c_gtk_tool_item_set_is_important;
9160 	void function(GtkToolItem* toolItem, const(char)* menuItemId, GtkWidget* menuItem) c_gtk_tool_item_set_proxy_menu_item;
9161 	void function(GtkToolItem* toolItem, const(char)* markup) c_gtk_tool_item_set_tooltip_markup;
9162 	void function(GtkToolItem* toolItem, const(char)* text) c_gtk_tool_item_set_tooltip_text;
9163 	void function(GtkToolItem* toolItem, int useDragWindow) c_gtk_tool_item_set_use_drag_window;
9164 	void function(GtkToolItem* toolItem, int visibleHorizontal) c_gtk_tool_item_set_visible_horizontal;
9165 	void function(GtkToolItem* toolItem, int visibleVertical) c_gtk_tool_item_set_visible_vertical;
9166 	void function(GtkToolItem* toolItem) c_gtk_tool_item_toolbar_reconfigured;
9167 
9168 	// gtk.ToolItemGroup
9169 
9170 	GType function() c_gtk_tool_item_group_get_type;
9171 	GtkWidget* function(const(char)* label) c_gtk_tool_item_group_new;
9172 	int function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_collapsed;
9173 	GtkToolItem* function(GtkToolItemGroup* group, int x, int y) c_gtk_tool_item_group_get_drop_item;
9174 	PangoEllipsizeMode function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_ellipsize;
9175 	GtkReliefStyle function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_header_relief;
9176 	int function(GtkToolItemGroup* group, GtkToolItem* item) c_gtk_tool_item_group_get_item_position;
9177 	const(char)* function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_label;
9178 	GtkWidget* function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_label_widget;
9179 	uint function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_n_items;
9180 	GtkToolItem* function(GtkToolItemGroup* group, uint index) c_gtk_tool_item_group_get_nth_item;
9181 	void function(GtkToolItemGroup* group, GtkToolItem* item, int position) c_gtk_tool_item_group_insert;
9182 	void function(GtkToolItemGroup* group, int collapsed) c_gtk_tool_item_group_set_collapsed;
9183 	void function(GtkToolItemGroup* group, PangoEllipsizeMode ellipsize) c_gtk_tool_item_group_set_ellipsize;
9184 	void function(GtkToolItemGroup* group, GtkReliefStyle style) c_gtk_tool_item_group_set_header_relief;
9185 	void function(GtkToolItemGroup* group, GtkToolItem* item, int position) c_gtk_tool_item_group_set_item_position;
9186 	void function(GtkToolItemGroup* group, const(char)* label) c_gtk_tool_item_group_set_label;
9187 	void function(GtkToolItemGroup* group, GtkWidget* labelWidget) c_gtk_tool_item_group_set_label_widget;
9188 
9189 	// gtk.ToolPalette
9190 
9191 	GType function() c_gtk_tool_palette_get_type;
9192 	GtkWidget* function() c_gtk_tool_palette_new;
9193 	GtkTargetEntry* function() c_gtk_tool_palette_get_drag_target_group;
9194 	GtkTargetEntry* function() c_gtk_tool_palette_get_drag_target_item;
9195 	void function(GtkToolPalette* palette, GtkWidget* widget, GtkDestDefaults flags, GtkToolPaletteDragTargets targets, GdkDragAction actions) c_gtk_tool_palette_add_drag_dest;
9196 	GtkWidget* function(GtkToolPalette* palette, GtkSelectionData* selection) c_gtk_tool_palette_get_drag_item;
9197 	GtkToolItemGroup* function(GtkToolPalette* palette, int x, int y) c_gtk_tool_palette_get_drop_group;
9198 	GtkToolItem* function(GtkToolPalette* palette, int x, int y) c_gtk_tool_palette_get_drop_item;
9199 	int function(GtkToolPalette* palette, GtkToolItemGroup* group) c_gtk_tool_palette_get_exclusive;
9200 	int function(GtkToolPalette* palette, GtkToolItemGroup* group) c_gtk_tool_palette_get_expand;
9201 	int function(GtkToolPalette* palette, GtkToolItemGroup* group) c_gtk_tool_palette_get_group_position;
9202 	GtkAdjustment* function(GtkToolPalette* palette) c_gtk_tool_palette_get_hadjustment;
9203 	GtkIconSize function(GtkToolPalette* palette) c_gtk_tool_palette_get_icon_size;
9204 	GtkToolbarStyle function(GtkToolPalette* palette) c_gtk_tool_palette_get_style;
9205 	GtkAdjustment* function(GtkToolPalette* palette) c_gtk_tool_palette_get_vadjustment;
9206 	void function(GtkToolPalette* palette, GtkToolPaletteDragTargets targets) c_gtk_tool_palette_set_drag_source;
9207 	void function(GtkToolPalette* palette, GtkToolItemGroup* group, int exclusive) c_gtk_tool_palette_set_exclusive;
9208 	void function(GtkToolPalette* palette, GtkToolItemGroup* group, int expand) c_gtk_tool_palette_set_expand;
9209 	void function(GtkToolPalette* palette, GtkToolItemGroup* group, int position) c_gtk_tool_palette_set_group_position;
9210 	void function(GtkToolPalette* palette, GtkIconSize iconSize) c_gtk_tool_palette_set_icon_size;
9211 	void function(GtkToolPalette* palette, GtkToolbarStyle style) c_gtk_tool_palette_set_style;
9212 	void function(GtkToolPalette* palette) c_gtk_tool_palette_unset_icon_size;
9213 	void function(GtkToolPalette* palette) c_gtk_tool_palette_unset_style;
9214 
9215 	// gtk.ToolShell
9216 
9217 	GType function() c_gtk_tool_shell_get_type;
9218 	PangoEllipsizeMode function(GtkToolShell* shell) c_gtk_tool_shell_get_ellipsize_mode;
9219 	GtkIconSize function(GtkToolShell* shell) c_gtk_tool_shell_get_icon_size;
9220 	GtkOrientation function(GtkToolShell* shell) c_gtk_tool_shell_get_orientation;
9221 	GtkReliefStyle function(GtkToolShell* shell) c_gtk_tool_shell_get_relief_style;
9222 	GtkToolbarStyle function(GtkToolShell* shell) c_gtk_tool_shell_get_style;
9223 	float function(GtkToolShell* shell) c_gtk_tool_shell_get_text_alignment;
9224 	GtkOrientation function(GtkToolShell* shell) c_gtk_tool_shell_get_text_orientation;
9225 	GtkSizeGroup* function(GtkToolShell* shell) c_gtk_tool_shell_get_text_size_group;
9226 	void function(GtkToolShell* shell) c_gtk_tool_shell_rebuild_menu;
9227 
9228 	// gtk.Toolbar
9229 
9230 	GType function() c_gtk_toolbar_get_type;
9231 	GtkWidget* function() c_gtk_toolbar_new;
9232 	int function(GtkToolbar* toolbar, int x, int y) c_gtk_toolbar_get_drop_index;
9233 	GtkIconSize function(GtkToolbar* toolbar) c_gtk_toolbar_get_icon_size;
9234 	int function(GtkToolbar* toolbar, GtkToolItem* item) c_gtk_toolbar_get_item_index;
9235 	int function(GtkToolbar* toolbar) c_gtk_toolbar_get_n_items;
9236 	GtkToolItem* function(GtkToolbar* toolbar, int n) c_gtk_toolbar_get_nth_item;
9237 	GtkReliefStyle function(GtkToolbar* toolbar) c_gtk_toolbar_get_relief_style;
9238 	int function(GtkToolbar* toolbar) c_gtk_toolbar_get_show_arrow;
9239 	GtkToolbarStyle function(GtkToolbar* toolbar) c_gtk_toolbar_get_style;
9240 	void function(GtkToolbar* toolbar, GtkToolItem* item, int pos) c_gtk_toolbar_insert;
9241 	void function(GtkToolbar* toolbar, GtkToolItem* toolItem, int index) c_gtk_toolbar_set_drop_highlight_item;
9242 	void function(GtkToolbar* toolbar, GtkIconSize iconSize) c_gtk_toolbar_set_icon_size;
9243 	void function(GtkToolbar* toolbar, int showArrow) c_gtk_toolbar_set_show_arrow;
9244 	void function(GtkToolbar* toolbar, GtkToolbarStyle style) c_gtk_toolbar_set_style;
9245 	void function(GtkToolbar* toolbar) c_gtk_toolbar_unset_icon_size;
9246 	void function(GtkToolbar* toolbar) c_gtk_toolbar_unset_style;
9247 
9248 	// gtk.Tooltip
9249 
9250 	GType function() c_gtk_tooltip_get_type;
9251 	void function(GdkDisplay* display) c_gtk_tooltip_trigger_tooltip_query;
9252 	void function(GtkTooltip* tooltip, GtkWidget* customWidget) c_gtk_tooltip_set_custom;
9253 	void function(GtkTooltip* tooltip, GdkPixbuf* pixbuf) c_gtk_tooltip_set_icon;
9254 	void function(GtkTooltip* tooltip, GIcon* gicon, GtkIconSize size) c_gtk_tooltip_set_icon_from_gicon;
9255 	void function(GtkTooltip* tooltip, const(char)* iconName, GtkIconSize size) c_gtk_tooltip_set_icon_from_icon_name;
9256 	void function(GtkTooltip* tooltip, const(char)* stockId, GtkIconSize size) c_gtk_tooltip_set_icon_from_stock;
9257 	void function(GtkTooltip* tooltip, const(char)* markup) c_gtk_tooltip_set_markup;
9258 	void function(GtkTooltip* tooltip, const(char)* text) c_gtk_tooltip_set_text;
9259 	void function(GtkTooltip* tooltip, GdkRectangle* rect) c_gtk_tooltip_set_tip_area;
9260 
9261 	// gtk.ToplevelAccessible
9262 
9263 	GType function() c_gtk_toplevel_accessible_get_type;
9264 	GList* function(GtkToplevelAccessible* accessible) c_gtk_toplevel_accessible_get_children;
9265 
9266 	// gtk.TreeDragDest
9267 
9268 	GType function() c_gtk_tree_drag_dest_get_type;
9269 	int function(GtkTreeDragDest* dragDest, GtkTreePath* dest, GtkSelectionData* selectionData) c_gtk_tree_drag_dest_drag_data_received;
9270 	int function(GtkTreeDragDest* dragDest, GtkTreePath* destPath, GtkSelectionData* selectionData) c_gtk_tree_drag_dest_row_drop_possible;
9271 
9272 	// gtk.TreeDragSource
9273 
9274 	GType function() c_gtk_tree_drag_source_get_type;
9275 	int function(GtkTreeDragSource* dragSource, GtkTreePath* path) c_gtk_tree_drag_source_drag_data_delete;
9276 	int function(GtkTreeDragSource* dragSource, GtkTreePath* path, GtkSelectionData* selectionData) c_gtk_tree_drag_source_drag_data_get;
9277 	int function(GtkTreeDragSource* dragSource, GtkTreePath* path) c_gtk_tree_drag_source_row_draggable;
9278 	int function(GtkSelectionData* selectionData, GtkTreeModel** treeModel, GtkTreePath** path) c_gtk_tree_get_row_drag_data;
9279 	int function(GtkSelectionData* selectionData, GtkTreeModel* treeModel, GtkTreePath* path) c_gtk_tree_set_row_drag_data;
9280 
9281 	// gtk.TreeIter
9282 
9283 	GType function() c_gtk_tree_iter_get_type;
9284 	GtkTreeIter* function(GtkTreeIter* iter) c_gtk_tree_iter_copy;
9285 	void function(GtkTreeIter* iter) c_gtk_tree_iter_free;
9286 
9287 	// gtk.TreeModel
9288 
9289 	GType function() c_gtk_tree_model_get_type;
9290 	GtkTreeModel* function(GtkTreeModel* childModel, GtkTreePath* root) c_gtk_tree_model_filter_new;
9291 	void function(GtkTreeModel* model, GtkTreeModelForeachFunc func, void* userData) c_gtk_tree_model_foreach;
9292 	void function(GtkTreeModel* treeModel, GtkTreeIter* iter, ... ) c_gtk_tree_model_get;
9293 	GType function(GtkTreeModel* treeModel, int index) c_gtk_tree_model_get_column_type;
9294 	GtkTreeModelFlags function(GtkTreeModel* treeModel) c_gtk_tree_model_get_flags;
9295 	int function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreePath* path) c_gtk_tree_model_get_iter;
9296 	int function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_get_iter_first;
9297 	int function(GtkTreeModel* treeModel, GtkTreeIter* iter, const(char)* pathString) c_gtk_tree_model_get_iter_from_string;
9298 	int function(GtkTreeModel* treeModel) c_gtk_tree_model_get_n_columns;
9299 	GtkTreePath* function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_get_path;
9300 	char* function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_get_string_from_iter;
9301 	void function(GtkTreeModel* treeModel, GtkTreeIter* iter, void* varArgs) c_gtk_tree_model_get_valist;
9302 	void function(GtkTreeModel* treeModel, GtkTreeIter* iter, int column, GValue* value) c_gtk_tree_model_get_value;
9303 	int function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreeIter* parent) c_gtk_tree_model_iter_children;
9304 	int function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_iter_has_child;
9305 	int function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_iter_n_children;
9306 	int function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_iter_next;
9307 	int function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreeIter* parent, int n) c_gtk_tree_model_iter_nth_child;
9308 	int function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreeIter* child) c_gtk_tree_model_iter_parent;
9309 	int function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_iter_previous;
9310 	void function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_ref_node;
9311 	void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter) c_gtk_tree_model_row_changed;
9312 	void function(GtkTreeModel* treeModel, GtkTreePath* path) c_gtk_tree_model_row_deleted;
9313 	void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter) c_gtk_tree_model_row_has_child_toggled;
9314 	void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter) c_gtk_tree_model_row_inserted;
9315 	void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter, int* newOrder) c_gtk_tree_model_rows_reordered;
9316 	void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter, int* newOrder, int length) c_gtk_tree_model_rows_reordered_with_length;
9317 	GtkTreeModel* function(GtkTreeModel* childModel) c_gtk_tree_model_sort_new_with_model;
9318 	void function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_unref_node;
9319 
9320 	// gtk.TreeModelFilter
9321 
9322 	GType function() c_gtk_tree_model_filter_get_type;
9323 	void function(GtkTreeModelFilter* filter) c_gtk_tree_model_filter_clear_cache;
9324 	int function(GtkTreeModelFilter* filter, GtkTreeIter* filterIter, GtkTreeIter* childIter) c_gtk_tree_model_filter_convert_child_iter_to_iter;
9325 	GtkTreePath* function(GtkTreeModelFilter* filter, GtkTreePath* childPath) c_gtk_tree_model_filter_convert_child_path_to_path;
9326 	void function(GtkTreeModelFilter* filter, GtkTreeIter* childIter, GtkTreeIter* filterIter) c_gtk_tree_model_filter_convert_iter_to_child_iter;
9327 	GtkTreePath* function(GtkTreeModelFilter* filter, GtkTreePath* filterPath) c_gtk_tree_model_filter_convert_path_to_child_path;
9328 	GtkTreeModel* function(GtkTreeModelFilter* filter) c_gtk_tree_model_filter_get_model;
9329 	void function(GtkTreeModelFilter* filter) c_gtk_tree_model_filter_refilter;
9330 	void function(GtkTreeModelFilter* filter, int nColumns, GType* types, GtkTreeModelFilterModifyFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_model_filter_set_modify_func;
9331 	void function(GtkTreeModelFilter* filter, int column) c_gtk_tree_model_filter_set_visible_column;
9332 	void function(GtkTreeModelFilter* filter, GtkTreeModelFilterVisibleFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_model_filter_set_visible_func;
9333 
9334 	// gtk.TreeModelSort
9335 
9336 	GType function() c_gtk_tree_model_sort_get_type;
9337 	void function(GtkTreeModelSort* treeModelSort) c_gtk_tree_model_sort_clear_cache;
9338 	int function(GtkTreeModelSort* treeModelSort, GtkTreeIter* sortIter, GtkTreeIter* childIter) c_gtk_tree_model_sort_convert_child_iter_to_iter;
9339 	GtkTreePath* function(GtkTreeModelSort* treeModelSort, GtkTreePath* childPath) c_gtk_tree_model_sort_convert_child_path_to_path;
9340 	void function(GtkTreeModelSort* treeModelSort, GtkTreeIter* childIter, GtkTreeIter* sortedIter) c_gtk_tree_model_sort_convert_iter_to_child_iter;
9341 	GtkTreePath* function(GtkTreeModelSort* treeModelSort, GtkTreePath* sortedPath) c_gtk_tree_model_sort_convert_path_to_child_path;
9342 	GtkTreeModel* function(GtkTreeModelSort* treeModel) c_gtk_tree_model_sort_get_model;
9343 	int function(GtkTreeModelSort* treeModelSort, GtkTreeIter* iter) c_gtk_tree_model_sort_iter_is_valid;
9344 	void function(GtkTreeModelSort* treeModelSort) c_gtk_tree_model_sort_reset_default_sort_func;
9345 
9346 	// gtk.TreePath
9347 
9348 	GType function() c_gtk_tree_path_get_type;
9349 	GtkTreePath* function() c_gtk_tree_path_new;
9350 	GtkTreePath* function() c_gtk_tree_path_new_first;
9351 	GtkTreePath* function(int firstIndex, ... ) c_gtk_tree_path_new_from_indices;
9352 	GtkTreePath* function(int* indices, size_t length) c_gtk_tree_path_new_from_indicesv;
9353 	GtkTreePath* function(const(char)* path) c_gtk_tree_path_new_from_string;
9354 	void function(GtkTreePath* path, int index) c_gtk_tree_path_append_index;
9355 	int function(GtkTreePath* a, GtkTreePath* b) c_gtk_tree_path_compare;
9356 	GtkTreePath* function(GtkTreePath* path) c_gtk_tree_path_copy;
9357 	void function(GtkTreePath* path) c_gtk_tree_path_down;
9358 	void function(GtkTreePath* path) c_gtk_tree_path_free;
9359 	int function(GtkTreePath* path) c_gtk_tree_path_get_depth;
9360 	int* function(GtkTreePath* path) c_gtk_tree_path_get_indices;
9361 	int* function(GtkTreePath* path, int* depth) c_gtk_tree_path_get_indices_with_depth;
9362 	int function(GtkTreePath* path, GtkTreePath* descendant) c_gtk_tree_path_is_ancestor;
9363 	int function(GtkTreePath* path, GtkTreePath* ancestor) c_gtk_tree_path_is_descendant;
9364 	void function(GtkTreePath* path) c_gtk_tree_path_next;
9365 	void function(GtkTreePath* path, int index) c_gtk_tree_path_prepend_index;
9366 	int function(GtkTreePath* path) c_gtk_tree_path_prev;
9367 	char* function(GtkTreePath* path) c_gtk_tree_path_to_string;
9368 	int function(GtkTreePath* path) c_gtk_tree_path_up;
9369 
9370 	// gtk.TreeRowReference
9371 
9372 	GType function() c_gtk_tree_row_reference_get_type;
9373 	GtkTreeRowReference* function(GtkTreeModel* model, GtkTreePath* path) c_gtk_tree_row_reference_new;
9374 	GtkTreeRowReference* function(GObject* proxy, GtkTreeModel* model, GtkTreePath* path) c_gtk_tree_row_reference_new_proxy;
9375 	GtkTreeRowReference* function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_copy;
9376 	void function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_free;
9377 	GtkTreeModel* function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_get_model;
9378 	GtkTreePath* function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_get_path;
9379 	int function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_valid;
9380 	void function(GObject* proxy, GtkTreePath* path) c_gtk_tree_row_reference_deleted;
9381 	void function(GObject* proxy, GtkTreePath* path) c_gtk_tree_row_reference_inserted;
9382 	void function(GObject* proxy, GtkTreePath* path, GtkTreeIter* iter, int* newOrder) c_gtk_tree_row_reference_reordered;
9383 
9384 	// gtk.TreeSelection
9385 
9386 	GType function() c_gtk_tree_selection_get_type;
9387 	int function(GtkTreeSelection* selection) c_gtk_tree_selection_count_selected_rows;
9388 	GtkSelectionMode function(GtkTreeSelection* selection) c_gtk_tree_selection_get_mode;
9389 	GtkTreeSelectionFunc function(GtkTreeSelection* selection) c_gtk_tree_selection_get_select_function;
9390 	int function(GtkTreeSelection* selection, GtkTreeModel** model, GtkTreeIter* iter) c_gtk_tree_selection_get_selected;
9391 	GList* function(GtkTreeSelection* selection, GtkTreeModel** model) c_gtk_tree_selection_get_selected_rows;
9392 	GtkTreeView* function(GtkTreeSelection* selection) c_gtk_tree_selection_get_tree_view;
9393 	void* function(GtkTreeSelection* selection) c_gtk_tree_selection_get_user_data;
9394 	int function(GtkTreeSelection* selection, GtkTreeIter* iter) c_gtk_tree_selection_iter_is_selected;
9395 	int function(GtkTreeSelection* selection, GtkTreePath* path) c_gtk_tree_selection_path_is_selected;
9396 	void function(GtkTreeSelection* selection) c_gtk_tree_selection_select_all;
9397 	void function(GtkTreeSelection* selection, GtkTreeIter* iter) c_gtk_tree_selection_select_iter;
9398 	void function(GtkTreeSelection* selection, GtkTreePath* path) c_gtk_tree_selection_select_path;
9399 	void function(GtkTreeSelection* selection, GtkTreePath* startPath, GtkTreePath* endPath) c_gtk_tree_selection_select_range;
9400 	void function(GtkTreeSelection* selection, GtkTreeSelectionForeachFunc func, void* data) c_gtk_tree_selection_selected_foreach;
9401 	void function(GtkTreeSelection* selection, GtkSelectionMode type) c_gtk_tree_selection_set_mode;
9402 	void function(GtkTreeSelection* selection, GtkTreeSelectionFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_selection_set_select_function;
9403 	void function(GtkTreeSelection* selection) c_gtk_tree_selection_unselect_all;
9404 	void function(GtkTreeSelection* selection, GtkTreeIter* iter) c_gtk_tree_selection_unselect_iter;
9405 	void function(GtkTreeSelection* selection, GtkTreePath* path) c_gtk_tree_selection_unselect_path;
9406 	void function(GtkTreeSelection* selection, GtkTreePath* startPath, GtkTreePath* endPath) c_gtk_tree_selection_unselect_range;
9407 
9408 	// gtk.TreeSortable
9409 
9410 	GType function() c_gtk_tree_sortable_get_type;
9411 	int function(GtkTreeSortable* sortable, int* sortColumnId, GtkSortType* order) c_gtk_tree_sortable_get_sort_column_id;
9412 	int function(GtkTreeSortable* sortable) c_gtk_tree_sortable_has_default_sort_func;
9413 	void function(GtkTreeSortable* sortable, GtkTreeIterCompareFunc sortFunc, void* userData, GDestroyNotify destroy) c_gtk_tree_sortable_set_default_sort_func;
9414 	void function(GtkTreeSortable* sortable, int sortColumnId, GtkSortType order) c_gtk_tree_sortable_set_sort_column_id;
9415 	void function(GtkTreeSortable* sortable, int sortColumnId, GtkTreeIterCompareFunc sortFunc, void* userData, GDestroyNotify destroy) c_gtk_tree_sortable_set_sort_func;
9416 	void function(GtkTreeSortable* sortable) c_gtk_tree_sortable_sort_column_changed;
9417 
9418 	// gtk.TreeStore
9419 
9420 	GType function() c_gtk_tree_store_get_type;
9421 	GtkTreeStore* function(int nColumns, ... ) c_gtk_tree_store_new;
9422 	GtkTreeStore* function(int nColumns, GType* types) c_gtk_tree_store_newv;
9423 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent) c_gtk_tree_store_append;
9424 	void function(GtkTreeStore* treeStore) c_gtk_tree_store_clear;
9425 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, int position) c_gtk_tree_store_insert;
9426 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, GtkTreeIter* sibling) c_gtk_tree_store_insert_after;
9427 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, GtkTreeIter* sibling) c_gtk_tree_store_insert_before;
9428 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, int position, ... ) c_gtk_tree_store_insert_with_values;
9429 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, int position, int* columns, GValue* values, int nValues) c_gtk_tree_store_insert_with_valuesv;
9430 	int function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* descendant) c_gtk_tree_store_is_ancestor;
9431 	int function(GtkTreeStore* treeStore, GtkTreeIter* iter) c_gtk_tree_store_iter_depth;
9432 	int function(GtkTreeStore* treeStore, GtkTreeIter* iter) c_gtk_tree_store_iter_is_valid;
9433 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* position) c_gtk_tree_store_move_after;
9434 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* position) c_gtk_tree_store_move_before;
9435 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent) c_gtk_tree_store_prepend;
9436 	int function(GtkTreeStore* treeStore, GtkTreeIter* iter) c_gtk_tree_store_remove;
9437 	void function(GtkTreeStore* treeStore, GtkTreeIter* parent, int* newOrder) c_gtk_tree_store_reorder;
9438 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, ... ) c_gtk_tree_store_set;
9439 	void function(GtkTreeStore* treeStore, int nColumns, GType* types) c_gtk_tree_store_set_column_types;
9440 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, void* varArgs) c_gtk_tree_store_set_valist;
9441 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, int column, GValue* value) c_gtk_tree_store_set_value;
9442 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, int* columns, GValue* values, int nValues) c_gtk_tree_store_set_valuesv;
9443 	void function(GtkTreeStore* treeStore, GtkTreeIter* a, GtkTreeIter* b) c_gtk_tree_store_swap;
9444 
9445 	// gtk.TreeView
9446 
9447 	GType function() c_gtk_tree_view_get_type;
9448 	GtkWidget* function() c_gtk_tree_view_new;
9449 	GtkWidget* function(GtkTreeModel* model) c_gtk_tree_view_new_with_model;
9450 	int function(GtkTreeView* treeView, GtkTreeViewColumn* column) c_gtk_tree_view_append_column;
9451 	void function(GtkTreeView* treeView) c_gtk_tree_view_collapse_all;
9452 	int function(GtkTreeView* treeView, GtkTreePath* path) c_gtk_tree_view_collapse_row;
9453 	void function(GtkTreeView* treeView) c_gtk_tree_view_columns_autosize;
9454 	void function(GtkTreeView* treeView, int bx, int by, int* tx, int* ty) c_gtk_tree_view_convert_bin_window_to_tree_coords;
9455 	void function(GtkTreeView* treeView, int bx, int by, int* wx, int* wy) c_gtk_tree_view_convert_bin_window_to_widget_coords;
9456 	void function(GtkTreeView* treeView, int tx, int ty, int* bx, int* by) c_gtk_tree_view_convert_tree_to_bin_window_coords;
9457 	void function(GtkTreeView* treeView, int tx, int ty, int* wx, int* wy) c_gtk_tree_view_convert_tree_to_widget_coords;
9458 	void function(GtkTreeView* treeView, int wx, int wy, int* bx, int* by) c_gtk_tree_view_convert_widget_to_bin_window_coords;
9459 	void function(GtkTreeView* treeView, int wx, int wy, int* tx, int* ty) c_gtk_tree_view_convert_widget_to_tree_coords;
9460 	cairo_surface_t* function(GtkTreeView* treeView, GtkTreePath* path) c_gtk_tree_view_create_row_drag_icon;
9461 	void function(GtkTreeView* treeView, GtkTargetEntry* targets, int nTargets, GdkDragAction actions) c_gtk_tree_view_enable_model_drag_dest;
9462 	void function(GtkTreeView* treeView, GdkModifierType startButtonMask, GtkTargetEntry* targets, int nTargets, GdkDragAction actions) c_gtk_tree_view_enable_model_drag_source;
9463 	void function(GtkTreeView* treeView) c_gtk_tree_view_expand_all;
9464 	int function(GtkTreeView* treeView, GtkTreePath* path, int openAll) c_gtk_tree_view_expand_row;
9465 	void function(GtkTreeView* treeView, GtkTreePath* path) c_gtk_tree_view_expand_to_path;
9466 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_activate_on_single_click;
9467 	void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* column, GdkRectangle* rect) c_gtk_tree_view_get_background_area;
9468 	GdkWindow* function(GtkTreeView* treeView) c_gtk_tree_view_get_bin_window;
9469 	void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* column, GdkRectangle* rect) c_gtk_tree_view_get_cell_area;
9470 	GtkTreeViewColumn* function(GtkTreeView* treeView, int n) c_gtk_tree_view_get_column;
9471 	GList* function(GtkTreeView* treeView) c_gtk_tree_view_get_columns;
9472 	void function(GtkTreeView* treeView, GtkTreePath** path, GtkTreeViewColumn** focusColumn) c_gtk_tree_view_get_cursor;
9473 	int function(GtkTreeView* treeView, int dragX, int dragY, GtkTreePath** path, GtkTreeViewDropPosition* pos) c_gtk_tree_view_get_dest_row_at_pos;
9474 	void function(GtkTreeView* treeView, GtkTreePath** path, GtkTreeViewDropPosition* pos) c_gtk_tree_view_get_drag_dest_row;
9475 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_enable_search;
9476 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_enable_tree_lines;
9477 	GtkTreeViewColumn* function(GtkTreeView* treeView) c_gtk_tree_view_get_expander_column;
9478 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_fixed_height_mode;
9479 	GtkTreeViewGridLines function(GtkTreeView* treeView) c_gtk_tree_view_get_grid_lines;
9480 	GtkAdjustment* function(GtkTreeView* treeView) c_gtk_tree_view_get_hadjustment;
9481 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_headers_clickable;
9482 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_headers_visible;
9483 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_hover_expand;
9484 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_hover_selection;
9485 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_level_indentation;
9486 	GtkTreeModel* function(GtkTreeView* treeView) c_gtk_tree_view_get_model;
9487 	uint function(GtkTreeView* treeView) c_gtk_tree_view_get_n_columns;
9488 	int function(GtkTreeView* treeView, int x, int y, GtkTreePath** path, GtkTreeViewColumn** column, int* cellX, int* cellY) c_gtk_tree_view_get_path_at_pos;
9489 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_reorderable;
9490 	GtkTreeViewRowSeparatorFunc function(GtkTreeView* treeView) c_gtk_tree_view_get_row_separator_func;
9491 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_rubber_banding;
9492 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_rules_hint;
9493 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_search_column;
9494 	GtkEntry* function(GtkTreeView* treeView) c_gtk_tree_view_get_search_entry;
9495 	GtkTreeViewSearchEqualFunc function(GtkTreeView* treeView) c_gtk_tree_view_get_search_equal_func;
9496 	GtkTreeViewSearchPositionFunc function(GtkTreeView* treeView) c_gtk_tree_view_get_search_position_func;
9497 	GtkTreeSelection* function(GtkTreeView* treeView) c_gtk_tree_view_get_selection;
9498 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_show_expanders;
9499 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_tooltip_column;
9500 	int function(GtkTreeView* treeView, int* x, int* y, int keyboardTip, GtkTreeModel** model, GtkTreePath** path, GtkTreeIter* iter) c_gtk_tree_view_get_tooltip_context;
9501 	GtkAdjustment* function(GtkTreeView* treeView) c_gtk_tree_view_get_vadjustment;
9502 	int function(GtkTreeView* treeView, GtkTreePath** startPath, GtkTreePath** endPath) c_gtk_tree_view_get_visible_range;
9503 	void function(GtkTreeView* treeView, GdkRectangle* visibleRect) c_gtk_tree_view_get_visible_rect;
9504 	int function(GtkTreeView* treeView, GtkTreeViewColumn* column, int position) c_gtk_tree_view_insert_column;
9505 	int function(GtkTreeView* treeView, int position, const(char)* title, GtkCellRenderer* cell, ... ) c_gtk_tree_view_insert_column_with_attributes;
9506 	int function(GtkTreeView* treeView, int position, const(char)* title, GtkCellRenderer* cell, GtkTreeCellDataFunc func, void* data, GDestroyNotify dnotify) c_gtk_tree_view_insert_column_with_data_func;
9507 	int function(GtkTreeView* treeView, int x, int y, GtkTreePath** path, GtkTreeViewColumn** column, int* cellX, int* cellY) c_gtk_tree_view_is_blank_at_pos;
9508 	int function(GtkTreeView* treeView) c_gtk_tree_view_is_rubber_banding_active;
9509 	void function(GtkTreeView* treeView, GtkTreeViewMappingFunc func, void* data) c_gtk_tree_view_map_expanded_rows;
9510 	void function(GtkTreeView* treeView, GtkTreeViewColumn* column, GtkTreeViewColumn* baseColumn) c_gtk_tree_view_move_column_after;
9511 	int function(GtkTreeView* treeView, GtkTreeViewColumn* column) c_gtk_tree_view_remove_column;
9512 	void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* column) c_gtk_tree_view_row_activated;
9513 	int function(GtkTreeView* treeView, GtkTreePath* path) c_gtk_tree_view_row_expanded;
9514 	void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* column, int useAlign, float rowAlign, float colAlign) c_gtk_tree_view_scroll_to_cell;
9515 	void function(GtkTreeView* treeView, int treeX, int treeY) c_gtk_tree_view_scroll_to_point;
9516 	void function(GtkTreeView* treeView, int single) c_gtk_tree_view_set_activate_on_single_click;
9517 	void function(GtkTreeView* treeView, GtkTreeViewColumnDropFunc func, void* userData, GDestroyNotify destroy) c_gtk_tree_view_set_column_drag_function;
9518 	void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* focusColumn, int startEditing) c_gtk_tree_view_set_cursor;
9519 	void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* focusColumn, GtkCellRenderer* focusCell, int startEditing) c_gtk_tree_view_set_cursor_on_cell;
9520 	void function(GtkTreeView* treeView, GtkTreeDestroyCountFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_view_set_destroy_count_func;
9521 	void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewDropPosition pos) c_gtk_tree_view_set_drag_dest_row;
9522 	void function(GtkTreeView* treeView, int enableSearch) c_gtk_tree_view_set_enable_search;
9523 	void function(GtkTreeView* treeView, int enabled) c_gtk_tree_view_set_enable_tree_lines;
9524 	void function(GtkTreeView* treeView, GtkTreeViewColumn* column) c_gtk_tree_view_set_expander_column;
9525 	void function(GtkTreeView* treeView, int enable) c_gtk_tree_view_set_fixed_height_mode;
9526 	void function(GtkTreeView* treeView, GtkTreeViewGridLines gridLines) c_gtk_tree_view_set_grid_lines;
9527 	void function(GtkTreeView* treeView, GtkAdjustment* adjustment) c_gtk_tree_view_set_hadjustment;
9528 	void function(GtkTreeView* treeView, int setting) c_gtk_tree_view_set_headers_clickable;
9529 	void function(GtkTreeView* treeView, int headersVisible) c_gtk_tree_view_set_headers_visible;
9530 	void function(GtkTreeView* treeView, int expand) c_gtk_tree_view_set_hover_expand;
9531 	void function(GtkTreeView* treeView, int hover) c_gtk_tree_view_set_hover_selection;
9532 	void function(GtkTreeView* treeView, int indentation) c_gtk_tree_view_set_level_indentation;
9533 	void function(GtkTreeView* treeView, GtkTreeModel* model) c_gtk_tree_view_set_model;
9534 	void function(GtkTreeView* treeView, int reorderable) c_gtk_tree_view_set_reorderable;
9535 	void function(GtkTreeView* treeView, GtkTreeViewRowSeparatorFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_view_set_row_separator_func;
9536 	void function(GtkTreeView* treeView, int enable) c_gtk_tree_view_set_rubber_banding;
9537 	void function(GtkTreeView* treeView, int setting) c_gtk_tree_view_set_rules_hint;
9538 	void function(GtkTreeView* treeView, int column) c_gtk_tree_view_set_search_column;
9539 	void function(GtkTreeView* treeView, GtkEntry* entry) c_gtk_tree_view_set_search_entry;
9540 	void function(GtkTreeView* treeView, GtkTreeViewSearchEqualFunc searchEqualFunc, void* searchUserData, GDestroyNotify searchDestroy) c_gtk_tree_view_set_search_equal_func;
9541 	void function(GtkTreeView* treeView, GtkTreeViewSearchPositionFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_view_set_search_position_func;
9542 	void function(GtkTreeView* treeView, int enabled) c_gtk_tree_view_set_show_expanders;
9543 	void function(GtkTreeView* treeView, GtkTooltip* tooltip, GtkTreePath* path, GtkTreeViewColumn* column, GtkCellRenderer* cell) c_gtk_tree_view_set_tooltip_cell;
9544 	void function(GtkTreeView* treeView, int column) c_gtk_tree_view_set_tooltip_column;
9545 	void function(GtkTreeView* treeView, GtkTooltip* tooltip, GtkTreePath* path) c_gtk_tree_view_set_tooltip_row;
9546 	void function(GtkTreeView* treeView, GtkAdjustment* adjustment) c_gtk_tree_view_set_vadjustment;
9547 	void function(GtkTreeView* treeView) c_gtk_tree_view_unset_rows_drag_dest;
9548 	void function(GtkTreeView* treeView) c_gtk_tree_view_unset_rows_drag_source;
9549 
9550 	// gtk.TreeViewAccessible
9551 
9552 	GType function() c_gtk_tree_view_accessible_get_type;
9553 
9554 	// gtk.TreeViewColumn
9555 
9556 	GType function() c_gtk_tree_view_column_get_type;
9557 	GtkTreeViewColumn* function() c_gtk_tree_view_column_new;
9558 	GtkTreeViewColumn* function(GtkCellArea* area) c_gtk_tree_view_column_new_with_area;
9559 	GtkTreeViewColumn* function(const(char)* title, GtkCellRenderer* cell, ... ) c_gtk_tree_view_column_new_with_attributes;
9560 	void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer, const(char)* attribute, int column) c_gtk_tree_view_column_add_attribute;
9561 	int function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer, int* xOffset, int* width) c_gtk_tree_view_column_cell_get_position;
9562 	void function(GtkTreeViewColumn* treeColumn, GdkRectangle* cellArea, int* xOffset, int* yOffset, int* width, int* height) c_gtk_tree_view_column_cell_get_size;
9563 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_cell_is_visible;
9564 	void function(GtkTreeViewColumn* treeColumn, GtkTreeModel* treeModel, GtkTreeIter* iter, int isExpander, int isExpanded) c_gtk_tree_view_column_cell_set_cell_data;
9565 	void function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_clear;
9566 	void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer) c_gtk_tree_view_column_clear_attributes;
9567 	void function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_clicked;
9568 	void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cell) c_gtk_tree_view_column_focus_cell;
9569 	float function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_alignment;
9570 	GtkWidget* function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_button;
9571 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_clickable;
9572 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_expand;
9573 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_fixed_width;
9574 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_max_width;
9575 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_min_width;
9576 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_reorderable;
9577 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_resizable;
9578 	GtkTreeViewColumnSizing function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_sizing;
9579 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_sort_column_id;
9580 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_sort_indicator;
9581 	GtkSortType function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_sort_order;
9582 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_spacing;
9583 	const(char)* function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_title;
9584 	GtkWidget* function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_tree_view;
9585 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_visible;
9586 	GtkWidget* function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_widget;
9587 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_width;
9588 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_x_offset;
9589 	void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cell, int expand) c_gtk_tree_view_column_pack_end;
9590 	void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cell, int expand) c_gtk_tree_view_column_pack_start;
9591 	void function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_queue_resize;
9592 	void function(GtkTreeViewColumn* treeColumn, float xalign) c_gtk_tree_view_column_set_alignment;
9593 	void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer, ... ) c_gtk_tree_view_column_set_attributes;
9594 	void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer, GtkTreeCellDataFunc func, void* funcData, GDestroyNotify destroy) c_gtk_tree_view_column_set_cell_data_func;
9595 	void function(GtkTreeViewColumn* treeColumn, int clickable) c_gtk_tree_view_column_set_clickable;
9596 	void function(GtkTreeViewColumn* treeColumn, int expand) c_gtk_tree_view_column_set_expand;
9597 	void function(GtkTreeViewColumn* treeColumn, int fixedWidth) c_gtk_tree_view_column_set_fixed_width;
9598 	void function(GtkTreeViewColumn* treeColumn, int maxWidth) c_gtk_tree_view_column_set_max_width;
9599 	void function(GtkTreeViewColumn* treeColumn, int minWidth) c_gtk_tree_view_column_set_min_width;
9600 	void function(GtkTreeViewColumn* treeColumn, int reorderable) c_gtk_tree_view_column_set_reorderable;
9601 	void function(GtkTreeViewColumn* treeColumn, int resizable) c_gtk_tree_view_column_set_resizable;
9602 	void function(GtkTreeViewColumn* treeColumn, GtkTreeViewColumnSizing type) c_gtk_tree_view_column_set_sizing;
9603 	void function(GtkTreeViewColumn* treeColumn, int sortColumnId) c_gtk_tree_view_column_set_sort_column_id;
9604 	void function(GtkTreeViewColumn* treeColumn, int setting) c_gtk_tree_view_column_set_sort_indicator;
9605 	void function(GtkTreeViewColumn* treeColumn, GtkSortType order) c_gtk_tree_view_column_set_sort_order;
9606 	void function(GtkTreeViewColumn* treeColumn, int spacing) c_gtk_tree_view_column_set_spacing;
9607 	void function(GtkTreeViewColumn* treeColumn, const(char)* title) c_gtk_tree_view_column_set_title;
9608 	void function(GtkTreeViewColumn* treeColumn, int visible) c_gtk_tree_view_column_set_visible;
9609 	void function(GtkTreeViewColumn* treeColumn, GtkWidget* widget) c_gtk_tree_view_column_set_widget;
9610 
9611 	// gtk.UIManager
9612 
9613 	GType function() c_gtk_ui_manager_get_type;
9614 	GtkUIManager* function() c_gtk_ui_manager_new;
9615 	void function(GtkUIManager* manager, uint mergeId, const(char)* path, const(char)* name, const(char)* action, GtkUIManagerItemType type, int top) c_gtk_ui_manager_add_ui;
9616 	uint function(GtkUIManager* manager, char* filename, GError** err) c_gtk_ui_manager_add_ui_from_file;
9617 	uint function(GtkUIManager* manager, const(char)* resourcePath, GError** err) c_gtk_ui_manager_add_ui_from_resource;
9618 	uint function(GtkUIManager* manager, const(char)* buffer, ptrdiff_t length, GError** err) c_gtk_ui_manager_add_ui_from_string;
9619 	void function(GtkUIManager* manager) c_gtk_ui_manager_ensure_update;
9620 	GtkAccelGroup* function(GtkUIManager* manager) c_gtk_ui_manager_get_accel_group;
9621 	GtkAction* function(GtkUIManager* manager, const(char)* path) c_gtk_ui_manager_get_action;
9622 	GList* function(GtkUIManager* manager) c_gtk_ui_manager_get_action_groups;
9623 	int function(GtkUIManager* manager) c_gtk_ui_manager_get_add_tearoffs;
9624 	GSList* function(GtkUIManager* manager, GtkUIManagerItemType types) c_gtk_ui_manager_get_toplevels;
9625 	char* function(GtkUIManager* manager) c_gtk_ui_manager_get_ui;
9626 	GtkWidget* function(GtkUIManager* manager, const(char)* path) c_gtk_ui_manager_get_widget;
9627 	void function(GtkUIManager* manager, GtkActionGroup* actionGroup, int pos) c_gtk_ui_manager_insert_action_group;
9628 	uint function(GtkUIManager* manager) c_gtk_ui_manager_new_merge_id;
9629 	void function(GtkUIManager* manager, GtkActionGroup* actionGroup) c_gtk_ui_manager_remove_action_group;
9630 	void function(GtkUIManager* manager, uint mergeId) c_gtk_ui_manager_remove_ui;
9631 	void function(GtkUIManager* manager, int addTearoffs) c_gtk_ui_manager_set_add_tearoffs;
9632 
9633 	// gtk.VBox
9634 
9635 	GType function() c_gtk_vbox_get_type;
9636 	GtkWidget* function(int homogeneous, int spacing) c_gtk_vbox_new;
9637 
9638 	// gtk.VButtonBox
9639 
9640 	GType function() c_gtk_vbutton_box_get_type;
9641 	GtkWidget* function() c_gtk_vbutton_box_new;
9642 
9643 	// gtk.VPaned
9644 
9645 	GType function() c_gtk_vpaned_get_type;
9646 	GtkWidget* function() c_gtk_vpaned_new;
9647 
9648 	// gtk.VScale
9649 
9650 	GType function() c_gtk_vscale_get_type;
9651 	GtkWidget* function(GtkAdjustment* adjustment) c_gtk_vscale_new;
9652 	GtkWidget* function(double min, double max, double step) c_gtk_vscale_new_with_range;
9653 
9654 	// gtk.VScrollbar
9655 
9656 	GType function() c_gtk_vscrollbar_get_type;
9657 	GtkWidget* function(GtkAdjustment* adjustment) c_gtk_vscrollbar_new;
9658 
9659 	// gtk.VSeparator
9660 
9661 	GType function() c_gtk_vseparator_get_type;
9662 	GtkWidget* function() c_gtk_vseparator_new;
9663 
9664 	// gtk.Viewport
9665 
9666 	GType function() c_gtk_viewport_get_type;
9667 	GtkWidget* function(GtkAdjustment* hadjustment, GtkAdjustment* vadjustment) c_gtk_viewport_new;
9668 	GdkWindow* function(GtkViewport* viewport) c_gtk_viewport_get_bin_window;
9669 	GtkAdjustment* function(GtkViewport* viewport) c_gtk_viewport_get_hadjustment;
9670 	GtkShadowType function(GtkViewport* viewport) c_gtk_viewport_get_shadow_type;
9671 	GtkAdjustment* function(GtkViewport* viewport) c_gtk_viewport_get_vadjustment;
9672 	GdkWindow* function(GtkViewport* viewport) c_gtk_viewport_get_view_window;
9673 	void function(GtkViewport* viewport, GtkAdjustment* adjustment) c_gtk_viewport_set_hadjustment;
9674 	void function(GtkViewport* viewport, GtkShadowType type) c_gtk_viewport_set_shadow_type;
9675 	void function(GtkViewport* viewport, GtkAdjustment* adjustment) c_gtk_viewport_set_vadjustment;
9676 
9677 	// gtk.VolumeButton
9678 
9679 	GType function() c_gtk_volume_button_get_type;
9680 	GtkWidget* function() c_gtk_volume_button_new;
9681 
9682 	// gtk.Widget
9683 
9684 	GType function() c_gtk_widget_get_type;
9685 	GtkWidget* function(GType type, const(char)* firstPropertyName, ... ) c_gtk_widget_new;
9686 	GtkTextDirection function() c_gtk_widget_get_default_direction;
9687 	GtkStyle* function() c_gtk_widget_get_default_style;
9688 	void function() c_gtk_widget_pop_composite_child;
9689 	void function() c_gtk_widget_push_composite_child;
9690 	void function(GtkTextDirection dir) c_gtk_widget_set_default_direction;
9691 	int function(GtkWidget* widget) c_gtk_widget_activate;
9692 	void function(GtkWidget* widget, const(char)* accelSignal, GtkAccelGroup* accelGroup, uint accelKey, GdkModifierType accelMods, GtkAccelFlags accelFlags) c_gtk_widget_add_accelerator;
9693 	void function(GtkWidget* widget, GdkDevice* device, GdkEventMask events) c_gtk_widget_add_device_events;
9694 	void function(GtkWidget* widget, int events) c_gtk_widget_add_events;
9695 	void function(GtkWidget* widget, GtkWidget* label) c_gtk_widget_add_mnemonic_label;
9696 	uint function(GtkWidget* widget, GtkTickCallback callback, void* userData, GDestroyNotify notify) c_gtk_widget_add_tick_callback;
9697 	int function(GtkWidget* widget, uint signalId) c_gtk_widget_can_activate_accel;
9698 	int function(GtkWidget* widget, GtkDirectionType direction) c_gtk_widget_child_focus;
9699 	void function(GtkWidget* widget, const(char)* childProperty) c_gtk_widget_child_notify;
9700 	void function(GtkWidget* widget, uint* pathLength, char** path, char** pathReversed) c_gtk_widget_class_path;
9701 	int function(GtkWidget* widget, GtkOrientation orientation) c_gtk_widget_compute_expand;
9702 	PangoContext* function(GtkWidget* widget) c_gtk_widget_create_pango_context;
9703 	PangoLayout* function(GtkWidget* widget, const(char)* text) c_gtk_widget_create_pango_layout;
9704 	void function(GtkWidget* widget) c_gtk_widget_destroy;
9705 	void function(GtkWidget* widget, GtkWidget** widgetPointer) c_gtk_widget_destroyed;
9706 	int function(GtkWidget* widget, GdkDevice* device) c_gtk_widget_device_is_shadowed;
9707 	GdkDragContext* function(GtkWidget* widget, GtkTargetList* targets, GdkDragAction actions, int button, GdkEvent* event) c_gtk_drag_begin;
9708 	GdkDragContext* function(GtkWidget* widget, GtkTargetList* targets, GdkDragAction actions, int button, GdkEvent* event, int x, int y) c_gtk_drag_begin_with_coordinates;
9709 	int function(GtkWidget* widget, int startX, int startY, int currentX, int currentY) c_gtk_drag_check_threshold;
9710 	void function(GtkWidget* widget) c_gtk_drag_dest_add_image_targets;
9711 	void function(GtkWidget* widget) c_gtk_drag_dest_add_text_targets;
9712 	void function(GtkWidget* widget) c_gtk_drag_dest_add_uri_targets;
9713 	GdkAtom function(GtkWidget* widget, GdkDragContext* context, GtkTargetList* targetList) c_gtk_drag_dest_find_target;
9714 	GtkTargetList* function(GtkWidget* widget) c_gtk_drag_dest_get_target_list;
9715 	int function(GtkWidget* widget) c_gtk_drag_dest_get_track_motion;
9716 	void function(GtkWidget* widget, GtkDestDefaults flags, GtkTargetEntry* targets, int nTargets, GdkDragAction actions) c_gtk_drag_dest_set;
9717 	void function(GtkWidget* widget, GdkWindow* proxyWindow, GdkDragProtocol protocol, int useCoordinates) c_gtk_drag_dest_set_proxy;
9718 	void function(GtkWidget* widget, GtkTargetList* targetList) c_gtk_drag_dest_set_target_list;
9719 	void function(GtkWidget* widget, int trackMotion) c_gtk_drag_dest_set_track_motion;
9720 	void function(GtkWidget* widget) c_gtk_drag_dest_unset;
9721 	void function(GtkWidget* widget, GdkDragContext* context, GdkAtom target, uint time) c_gtk_drag_get_data;
9722 	void function(GtkWidget* widget) c_gtk_drag_highlight;
9723 	void function(GtkWidget* widget) c_gtk_drag_source_add_image_targets;
9724 	void function(GtkWidget* widget) c_gtk_drag_source_add_text_targets;
9725 	void function(GtkWidget* widget) c_gtk_drag_source_add_uri_targets;
9726 	GtkTargetList* function(GtkWidget* widget) c_gtk_drag_source_get_target_list;
9727 	void function(GtkWidget* widget, GdkModifierType startButtonMask, GtkTargetEntry* targets, int nTargets, GdkDragAction actions) c_gtk_drag_source_set;
9728 	void function(GtkWidget* widget, GIcon* icon) c_gtk_drag_source_set_icon_gicon;
9729 	void function(GtkWidget* widget, const(char)* iconName) c_gtk_drag_source_set_icon_name;
9730 	void function(GtkWidget* widget, GdkPixbuf* pixbuf) c_gtk_drag_source_set_icon_pixbuf;
9731 	void function(GtkWidget* widget, const(char)* stockId) c_gtk_drag_source_set_icon_stock;
9732 	void function(GtkWidget* widget, GtkTargetList* targetList) c_gtk_drag_source_set_target_list;
9733 	void function(GtkWidget* widget) c_gtk_drag_source_unset;
9734 	void function(GtkWidget* widget) c_gtk_drag_unhighlight;
9735 	void function(GtkWidget* widget, cairo_t* cr) c_gtk_widget_draw;
9736 	void function(GtkWidget* widget) c_gtk_widget_ensure_style;
9737 	void function(GtkWidget* widget) c_gtk_widget_error_bell;
9738 	int function(GtkWidget* widget, GdkEvent* event) c_gtk_widget_event;
9739 	void function(GtkWidget* widget) c_gtk_widget_freeze_child_notify;
9740 	AtkObject* function(GtkWidget* widget) c_gtk_widget_get_accessible;
9741 	GActionGroup* function(GtkWidget* widget, const(char)* prefix) c_gtk_widget_get_action_group;
9742 	int function(GtkWidget* widget) c_gtk_widget_get_allocated_baseline;
9743 	int function(GtkWidget* widget) c_gtk_widget_get_allocated_height;
9744 	void function(GtkWidget* widget, GtkAllocation* allocation, int* baseline) c_gtk_widget_get_allocated_size;
9745 	int function(GtkWidget* widget) c_gtk_widget_get_allocated_width;
9746 	void function(GtkWidget* widget, GtkAllocation* allocation) c_gtk_widget_get_allocation;
9747 	GtkWidget* function(GtkWidget* widget, GType widgetType) c_gtk_widget_get_ancestor;
9748 	int function(GtkWidget* widget) c_gtk_widget_get_app_paintable;
9749 	int function(GtkWidget* widget) c_gtk_widget_get_can_default;
9750 	int function(GtkWidget* widget) c_gtk_widget_get_can_focus;
9751 	void function(GtkWidget* widget, GtkRequisition* requisition) c_gtk_widget_get_child_requisition;
9752 	int function(GtkWidget* widget) c_gtk_widget_get_child_visible;
9753 	void function(GtkWidget* widget, GtkAllocation* clip) c_gtk_widget_get_clip;
9754 	GtkClipboard* function(GtkWidget* widget, GdkAtom selection) c_gtk_widget_get_clipboard;
9755 	char* function(GtkWidget* widget) c_gtk_widget_get_composite_name;
9756 	int function(GtkWidget* widget, GdkDevice* device) c_gtk_widget_get_device_enabled;
9757 	GdkEventMask function(GtkWidget* widget, GdkDevice* device) c_gtk_widget_get_device_events;
9758 	GtkTextDirection function(GtkWidget* widget) c_gtk_widget_get_direction;
9759 	GdkDisplay* function(GtkWidget* widget) c_gtk_widget_get_display;
9760 	int function(GtkWidget* widget) c_gtk_widget_get_double_buffered;
9761 	int function(GtkWidget* widget) c_gtk_widget_get_events;
9762 	int function(GtkWidget* widget) c_gtk_widget_get_focus_on_click;
9763 	PangoFontMap* function(GtkWidget* widget) c_gtk_widget_get_font_map;
9764 	cairo_font_options_t* function(GtkWidget* widget) c_gtk_widget_get_font_options;
9765 	GdkFrameClock* function(GtkWidget* widget) c_gtk_widget_get_frame_clock;
9766 	GtkAlign function(GtkWidget* widget) c_gtk_widget_get_halign;
9767 	int function(GtkWidget* widget) c_gtk_widget_get_has_tooltip;
9768 	int function(GtkWidget* widget) c_gtk_widget_get_has_window;
9769 	int function(GtkWidget* widget) c_gtk_widget_get_hexpand;
9770 	int function(GtkWidget* widget) c_gtk_widget_get_hexpand_set;
9771 	int function(GtkWidget* widget) c_gtk_widget_get_mapped;
9772 	int function(GtkWidget* widget) c_gtk_widget_get_margin_bottom;
9773 	int function(GtkWidget* widget) c_gtk_widget_get_margin_end;
9774 	int function(GtkWidget* widget) c_gtk_widget_get_margin_left;
9775 	int function(GtkWidget* widget) c_gtk_widget_get_margin_right;
9776 	int function(GtkWidget* widget) c_gtk_widget_get_margin_start;
9777 	int function(GtkWidget* widget) c_gtk_widget_get_margin_top;
9778 	GdkModifierType function(GtkWidget* widget, GdkModifierIntent intent) c_gtk_widget_get_modifier_mask;
9779 	GtkRcStyle* function(GtkWidget* widget) c_gtk_widget_get_modifier_style;
9780 	const(char)* function(GtkWidget* widget) c_gtk_widget_get_name;
9781 	int function(GtkWidget* widget) c_gtk_widget_get_no_show_all;
9782 	double function(GtkWidget* widget) c_gtk_widget_get_opacity;
9783 	PangoContext* function(GtkWidget* widget) c_gtk_widget_get_pango_context;
9784 	GtkWidget* function(GtkWidget* widget) c_gtk_widget_get_parent;
9785 	GdkWindow* function(GtkWidget* widget) c_gtk_widget_get_parent_window;
9786 	GtkWidgetPath* function(GtkWidget* widget) c_gtk_widget_get_path;
9787 	void function(GtkWidget* widget, int* x, int* y) c_gtk_widget_get_pointer;
9788 	void function(GtkWidget* widget, int* minimumHeight, int* naturalHeight) c_gtk_widget_get_preferred_height;
9789 	void function(GtkWidget* widget, int width, int* minimumHeight, int* naturalHeight, int* minimumBaseline, int* naturalBaseline) c_gtk_widget_get_preferred_height_and_baseline_for_width;
9790 	void function(GtkWidget* widget, int width, int* minimumHeight, int* naturalHeight) c_gtk_widget_get_preferred_height_for_width;
9791 	void function(GtkWidget* widget, GtkRequisition* minimumSize, GtkRequisition* naturalSize) c_gtk_widget_get_preferred_size;
9792 	void function(GtkWidget* widget, int* minimumWidth, int* naturalWidth) c_gtk_widget_get_preferred_width;
9793 	void function(GtkWidget* widget, int height, int* minimumWidth, int* naturalWidth) c_gtk_widget_get_preferred_width_for_height;
9794 	int function(GtkWidget* widget) c_gtk_widget_get_realized;
9795 	int function(GtkWidget* widget) c_gtk_widget_get_receives_default;
9796 	GtkSizeRequestMode function(GtkWidget* widget) c_gtk_widget_get_request_mode;
9797 	void function(GtkWidget* widget, GtkRequisition* requisition) c_gtk_widget_get_requisition;
9798 	GdkWindow* function(GtkWidget* widget) c_gtk_widget_get_root_window;
9799 	int function(GtkWidget* widget) c_gtk_widget_get_scale_factor;
9800 	GdkScreen* function(GtkWidget* widget) c_gtk_widget_get_screen;
9801 	int function(GtkWidget* widget) c_gtk_widget_get_sensitive;
9802 	GtkSettings* function(GtkWidget* widget) c_gtk_widget_get_settings;
9803 	void function(GtkWidget* widget, int* width, int* height) c_gtk_widget_get_size_request;
9804 	GtkStateType function(GtkWidget* widget) c_gtk_widget_get_state;
9805 	GtkStateFlags function(GtkWidget* widget) c_gtk_widget_get_state_flags;
9806 	GtkStyle* function(GtkWidget* widget) c_gtk_widget_get_style;
9807 	GtkStyleContext* function(GtkWidget* widget) c_gtk_widget_get_style_context;
9808 	int function(GtkWidget* widget) c_gtk_widget_get_support_multidevice;
9809 	GObject* function(GtkWidget* widget, GType widgetType, const(char)* name) c_gtk_widget_get_template_child;
9810 	char* function(GtkWidget* widget) c_gtk_widget_get_tooltip_markup;
9811 	char* function(GtkWidget* widget) c_gtk_widget_get_tooltip_text;
9812 	GtkWindow* function(GtkWidget* widget) c_gtk_widget_get_tooltip_window;
9813 	GtkWidget* function(GtkWidget* widget) c_gtk_widget_get_toplevel;
9814 	GtkAlign function(GtkWidget* widget) c_gtk_widget_get_valign;
9815 	GtkAlign function(GtkWidget* widget) c_gtk_widget_get_valign_with_baseline;
9816 	int function(GtkWidget* widget) c_gtk_widget_get_vexpand;
9817 	int function(GtkWidget* widget) c_gtk_widget_get_vexpand_set;
9818 	int function(GtkWidget* widget) c_gtk_widget_get_visible;
9819 	GdkVisual* function(GtkWidget* widget) c_gtk_widget_get_visual;
9820 	GdkWindow* function(GtkWidget* widget) c_gtk_widget_get_window;
9821 	void function(GtkWidget* widget) c_gtk_grab_add;
9822 	void function(GtkWidget* widget) c_gtk_widget_grab_default;
9823 	void function(GtkWidget* widget) c_gtk_widget_grab_focus;
9824 	void function(GtkWidget* widget) c_gtk_grab_remove;
9825 	int function(GtkWidget* widget) c_gtk_widget_has_default;
9826 	int function(GtkWidget* widget) c_gtk_widget_has_focus;
9827 	int function(GtkWidget* widget) c_gtk_widget_has_grab;
9828 	int function(GtkWidget* widget) c_gtk_widget_has_rc_style;
9829 	int function(GtkWidget* widget) c_gtk_widget_has_screen;
9830 	int function(GtkWidget* widget) c_gtk_widget_has_visible_focus;
9831 	void function(GtkWidget* widget) c_gtk_widget_hide;
9832 	int function(GtkWidget* widget) c_gtk_widget_hide_on_delete;
9833 	int function(GtkWidget* widget) c_gtk_widget_in_destruction;
9834 	void function(GtkWidget* widget) c_gtk_widget_init_template;
9835 	void function(GtkWidget* widget, cairo_region_t* region) c_gtk_widget_input_shape_combine_region;
9836 	void function(GtkWidget* widget, const(char)* name, GActionGroup* group) c_gtk_widget_insert_action_group;
9837 	int function(GtkWidget* widget, GdkRectangle* area, GdkRectangle* intersection) c_gtk_widget_intersect;
9838 	int function(GtkWidget* widget, GtkWidget* ancestor) c_gtk_widget_is_ancestor;
9839 	int function(GtkWidget* widget) c_gtk_widget_is_composited;
9840 	int function(GtkWidget* widget) c_gtk_widget_is_drawable;
9841 	int function(GtkWidget* widget) c_gtk_widget_is_focus;
9842 	int function(GtkWidget* widget) c_gtk_widget_is_sensitive;
9843 	int function(GtkWidget* widget) c_gtk_widget_is_toplevel;
9844 	int function(GtkWidget* widget) c_gtk_widget_is_visible;
9845 	int function(GtkWidget* widget, GtkDirectionType direction) c_gtk_widget_keynav_failed;
9846 	GList* function(GtkWidget* widget) c_gtk_widget_list_accel_closures;
9847 	char** function(GtkWidget* widget) c_gtk_widget_list_action_prefixes;
9848 	GList* function(GtkWidget* widget) c_gtk_widget_list_mnemonic_labels;
9849 	void function(GtkWidget* widget) c_gtk_widget_map;
9850 	int function(GtkWidget* widget, int groupCycling) c_gtk_widget_mnemonic_activate;
9851 	void function(GtkWidget* widget, GtkStateType state, GdkColor* color) c_gtk_widget_modify_base;
9852 	void function(GtkWidget* widget, GtkStateType state, GdkColor* color) c_gtk_widget_modify_bg;
9853 	void function(GtkWidget* widget, GdkColor* primary, GdkColor* secondary) c_gtk_widget_modify_cursor;
9854 	void function(GtkWidget* widget, GtkStateType state, GdkColor* color) c_gtk_widget_modify_fg;
9855 	void function(GtkWidget* widget, PangoFontDescription* fontDesc) c_gtk_widget_modify_font;
9856 	void function(GtkWidget* widget, GtkRcStyle* style) c_gtk_widget_modify_style;
9857 	void function(GtkWidget* widget, GtkStateType state, GdkColor* color) c_gtk_widget_modify_text;
9858 	void function(GtkWidget* widget, GtkStateFlags state, GdkRGBA* color) c_gtk_widget_override_background_color;
9859 	void function(GtkWidget* widget, GtkStateFlags state, GdkRGBA* color) c_gtk_widget_override_color;
9860 	void function(GtkWidget* widget, GdkRGBA* cursor, GdkRGBA* secondaryCursor) c_gtk_widget_override_cursor;
9861 	void function(GtkWidget* widget, PangoFontDescription* fontDesc) c_gtk_widget_override_font;
9862 	void function(GtkWidget* widget, const(char)* name, GdkRGBA* color) c_gtk_widget_override_symbolic_color;
9863 	void function(GtkWidget* widget, uint* pathLength, char** path, char** pathReversed) c_gtk_widget_path;
9864 	void function(GtkWidget* widget) c_gtk_widget_queue_allocate;
9865 	void function(GtkWidget* widget) c_gtk_widget_queue_compute_expand;
9866 	void function(GtkWidget* widget) c_gtk_widget_queue_draw;
9867 	void function(GtkWidget* widget, int x, int y, int width, int height) c_gtk_widget_queue_draw_area;
9868 	void function(GtkWidget* widget, cairo_region_t* region) c_gtk_widget_queue_draw_region;
9869 	void function(GtkWidget* widget) c_gtk_widget_queue_resize;
9870 	void function(GtkWidget* widget) c_gtk_widget_queue_resize_no_redraw;
9871 	void function(GtkWidget* widget) c_gtk_widget_realize;
9872 	cairo_region_t* function(GtkWidget* widget, cairo_region_t* region) c_gtk_widget_region_intersect;
9873 	void function(GtkWidget* widget, GdkWindow* window) c_gtk_widget_register_window;
9874 	int function(GtkWidget* widget, GtkAccelGroup* accelGroup, uint accelKey, GdkModifierType accelMods) c_gtk_widget_remove_accelerator;
9875 	void function(GtkWidget* widget, GtkWidget* label) c_gtk_widget_remove_mnemonic_label;
9876 	void function(GtkWidget* widget, uint id) c_gtk_widget_remove_tick_callback;
9877 	GdkPixbuf* function(GtkWidget* widget, const(char)* stockId, GtkIconSize size, const(char)* detail) c_gtk_widget_render_icon;
9878 	GdkPixbuf* function(GtkWidget* widget, const(char)* stockId, GtkIconSize size) c_gtk_widget_render_icon_pixbuf;
9879 	void function(GtkWidget* widget, GtkWidget* newParent) c_gtk_widget_reparent;
9880 	void function(GtkWidget* widget) c_gtk_widget_reset_rc_styles;
9881 	void function(GtkWidget* widget) c_gtk_widget_reset_style;
9882 	int function(GtkWidget* widget, GdkEvent* event) c_gtk_widget_send_expose;
9883 	int function(GtkWidget* widget, GdkEvent* event) c_gtk_widget_send_focus_change;
9884 	void function(GtkWidget* widget, const(char)* accelPath, GtkAccelGroup* accelGroup) c_gtk_widget_set_accel_path;
9885 	void function(GtkWidget* widget, GtkAllocation* allocation) c_gtk_widget_set_allocation;
9886 	void function(GtkWidget* widget, int appPaintable) c_gtk_widget_set_app_paintable;
9887 	void function(GtkWidget* widget, int canDefault) c_gtk_widget_set_can_default;
9888 	void function(GtkWidget* widget, int canFocus) c_gtk_widget_set_can_focus;
9889 	void function(GtkWidget* widget, int isVisible) c_gtk_widget_set_child_visible;
9890 	void function(GtkWidget* widget, GtkAllocation* clip) c_gtk_widget_set_clip;
9891 	void function(GtkWidget* widget, const(char)* name) c_gtk_widget_set_composite_name;
9892 	void function(GtkWidget* widget, GdkDevice* device, int enabled) c_gtk_widget_set_device_enabled;
9893 	void function(GtkWidget* widget, GdkDevice* device, GdkEventMask events) c_gtk_widget_set_device_events;
9894 	void function(GtkWidget* widget, GtkTextDirection dir) c_gtk_widget_set_direction;
9895 	void function(GtkWidget* widget, int doubleBuffered) c_gtk_widget_set_double_buffered;
9896 	void function(GtkWidget* widget, int events) c_gtk_widget_set_events;
9897 	void function(GtkWidget* widget, int focusOnClick) c_gtk_widget_set_focus_on_click;
9898 	void function(GtkWidget* widget, PangoFontMap* fontMap) c_gtk_widget_set_font_map;
9899 	void function(GtkWidget* widget, cairo_font_options_t* options) c_gtk_widget_set_font_options;
9900 	void function(GtkWidget* widget, GtkAlign alig) c_gtk_widget_set_halign;
9901 	void function(GtkWidget* widget, int hasTooltip) c_gtk_widget_set_has_tooltip;
9902 	void function(GtkWidget* widget, int hasWindow) c_gtk_widget_set_has_window;
9903 	void function(GtkWidget* widget, int expand) c_gtk_widget_set_hexpand;
9904 	void function(GtkWidget* widget, int set) c_gtk_widget_set_hexpand_set;
9905 	void function(GtkWidget* widget, int mapped) c_gtk_widget_set_mapped;
9906 	void function(GtkWidget* widget, int margin) c_gtk_widget_set_margin_bottom;
9907 	void function(GtkWidget* widget, int margin) c_gtk_widget_set_margin_end;
9908 	void function(GtkWidget* widget, int margin) c_gtk_widget_set_margin_left;
9909 	void function(GtkWidget* widget, int margin) c_gtk_widget_set_margin_right;
9910 	void function(GtkWidget* widget, int margin) c_gtk_widget_set_margin_start;
9911 	void function(GtkWidget* widget, int margin) c_gtk_widget_set_margin_top;
9912 	void function(GtkWidget* widget, const(char)* name) c_gtk_widget_set_name;
9913 	void function(GtkWidget* widget, int noShowAll) c_gtk_widget_set_no_show_all;
9914 	void function(GtkWidget* widget, double opacity) c_gtk_widget_set_opacity;
9915 	void function(GtkWidget* widget, GtkWidget* parent) c_gtk_widget_set_parent;
9916 	void function(GtkWidget* widget, GdkWindow* parentWindow) c_gtk_widget_set_parent_window;
9917 	void function(GtkWidget* widget, int realized) c_gtk_widget_set_realized;
9918 	void function(GtkWidget* widget, int receivesDefault) c_gtk_widget_set_receives_default;
9919 	void function(GtkWidget* widget, int redrawOnAllocate) c_gtk_widget_set_redraw_on_allocate;
9920 	void function(GtkWidget* widget, int sensitive) c_gtk_widget_set_sensitive;
9921 	void function(GtkWidget* widget, int width, int height) c_gtk_widget_set_size_request;
9922 	void function(GtkWidget* widget, GtkStateType state) c_gtk_widget_set_state;
9923 	void function(GtkWidget* widget, GtkStateFlags flags, int clear) c_gtk_widget_set_state_flags;
9924 	void function(GtkWidget* widget, GtkStyle* style) c_gtk_widget_set_style;
9925 	void function(GtkWidget* widget, int supportMultidevice) c_gtk_widget_set_support_multidevice;
9926 	void function(GtkWidget* widget, const(char)* markup) c_gtk_widget_set_tooltip_markup;
9927 	void function(GtkWidget* widget, const(char)* text) c_gtk_widget_set_tooltip_text;
9928 	void function(GtkWidget* widget, GtkWindow* customWindow) c_gtk_widget_set_tooltip_window;
9929 	void function(GtkWidget* widget, GtkAlign alig) c_gtk_widget_set_valign;
9930 	void function(GtkWidget* widget, int expand) c_gtk_widget_set_vexpand;
9931 	void function(GtkWidget* widget, int set) c_gtk_widget_set_vexpand_set;
9932 	void function(GtkWidget* widget, int visible) c_gtk_widget_set_visible;
9933 	void function(GtkWidget* widget, GdkVisual* visual) c_gtk_widget_set_visual;
9934 	void function(GtkWidget* widget, GdkWindow* window) c_gtk_widget_set_window;
9935 	void function(GtkWidget* widget, cairo_region_t* region) c_gtk_widget_shape_combine_region;
9936 	void function(GtkWidget* widget) c_gtk_widget_show;
9937 	void function(GtkWidget* widget) c_gtk_widget_show_all;
9938 	void function(GtkWidget* widget) c_gtk_widget_show_now;
9939 	void function(GtkWidget* widget, GtkAllocation* allocation) c_gtk_widget_size_allocate;
9940 	void function(GtkWidget* widget, GtkAllocation* allocation, int baseline) c_gtk_widget_size_allocate_with_baseline;
9941 	void function(GtkWidget* widget, GtkRequisition* requisition) c_gtk_widget_size_request;
9942 	void function(GtkWidget* widget) c_gtk_widget_style_attach;
9943 	void function(GtkWidget* widget, const(char)* firstPropertyName, ... ) c_gtk_widget_style_get;
9944 	void function(GtkWidget* widget, const(char)* propertyName, GValue* value) c_gtk_widget_style_get_property;
9945 	void function(GtkWidget* widget, const(char)* firstPropertyName, void* varArgs) c_gtk_widget_style_get_valist;
9946 	void function(GtkWidget* widget) c_gtk_widget_thaw_child_notify;
9947 	int function(GtkWidget* srcWidget, GtkWidget* destWidget, int srcX, int srcY, int* destX, int* destY) c_gtk_widget_translate_coordinates;
9948 	void function(GtkWidget* widget) c_gtk_widget_trigger_tooltip_query;
9949 	void function(GtkWidget* widget) c_gtk_widget_unmap;
9950 	void function(GtkWidget* widget) c_gtk_widget_unparent;
9951 	void function(GtkWidget* widget) c_gtk_widget_unrealize;
9952 	void function(GtkWidget* widget, GdkWindow* window) c_gtk_widget_unregister_window;
9953 	void function(GtkWidget* widget, GtkStateFlags flags) c_gtk_widget_unset_state_flags;
9954 	int function(cairo_t* cr, GdkWindow* window) c_gtk_cairo_should_draw_window;
9955 	void function(cairo_t* cr, GtkWidget* widget, GdkWindow* window) c_gtk_cairo_transform_to_window;
9956 	int function(int extraSpace, uint nRequestedSizes, GtkRequestedSize* sizes) c_gtk_distribute_natural_allocation;
9957 
9958 	// gtk.WidgetAccessible
9959 
9960 	GType function() c_gtk_widget_accessible_get_type;
9961 
9962 	// gtk.WidgetClass
9963 
9964 	void function(GtkWidgetClass* widgetClass, const(char)* callbackName, GCallback callbackSymbol) c_gtk_widget_class_bind_template_callback_full;
9965 	void function(GtkWidgetClass* widgetClass, const(char)* name, int internalChild, ptrdiff_t structOffset) c_gtk_widget_class_bind_template_child_full;
9966 	GParamSpec* function(GtkWidgetClass* klass, const(char)* propertyName) c_gtk_widget_class_find_style_property;
9967 	const(char)* function(GtkWidgetClass* widgetClass) c_gtk_widget_class_get_css_name;
9968 	void function(GtkWidgetClass* klass, GParamSpec* pspec) c_gtk_widget_class_install_style_property;
9969 	void function(GtkWidgetClass* klass, GParamSpec* pspec, GtkRcPropertyParser parser) c_gtk_widget_class_install_style_property_parser;
9970 	GParamSpec** function(GtkWidgetClass* klass, uint* nProperties) c_gtk_widget_class_list_style_properties;
9971 	void function(GtkWidgetClass* widgetClass, AtkRole role) c_gtk_widget_class_set_accessible_role;
9972 	void function(GtkWidgetClass* widgetClass, GType type) c_gtk_widget_class_set_accessible_type;
9973 	void function(GtkWidgetClass* widgetClass, GtkBuilderConnectFunc connectFunc, void* connectData, GDestroyNotify connectDataDestroy) c_gtk_widget_class_set_connect_func;
9974 	void function(GtkWidgetClass* widgetClass, const(char)* name) c_gtk_widget_class_set_css_name;
9975 	void function(GtkWidgetClass* widgetClass, GBytes* templateBytes) c_gtk_widget_class_set_template;
9976 	void function(GtkWidgetClass* widgetClass, const(char)* resourceName) c_gtk_widget_class_set_template_from_resource;
9977 
9978 	// gtk.WidgetPath
9979 
9980 	GType function() c_gtk_widget_path_get_type;
9981 	GtkWidgetPath* function() c_gtk_widget_path_new;
9982 	int function(GtkWidgetPath* path, GtkWidget* widget) c_gtk_widget_path_append_for_widget;
9983 	int function(GtkWidgetPath* path, GType type) c_gtk_widget_path_append_type;
9984 	int function(GtkWidgetPath* path, GtkWidgetPath* siblings, uint siblingIndex) c_gtk_widget_path_append_with_siblings;
9985 	GtkWidgetPath* function(GtkWidgetPath* path) c_gtk_widget_path_copy;
9986 	void function(GtkWidgetPath* path) c_gtk_widget_path_free;
9987 	GType function(GtkWidgetPath* path) c_gtk_widget_path_get_object_type;
9988 	int function(GtkWidgetPath* path, GType type) c_gtk_widget_path_has_parent;
9989 	int function(GtkWidgetPath* path, GType type) c_gtk_widget_path_is_type;
9990 	void function(GtkWidgetPath* path, int pos, const(char)* name) c_gtk_widget_path_iter_add_class;
9991 	void function(GtkWidgetPath* path, int pos, const(char)* name, GtkRegionFlags flags) c_gtk_widget_path_iter_add_region;
9992 	void function(GtkWidgetPath* path, int pos) c_gtk_widget_path_iter_clear_classes;
9993 	void function(GtkWidgetPath* path, int pos) c_gtk_widget_path_iter_clear_regions;
9994 	const(char)* function(GtkWidgetPath* path, int pos) c_gtk_widget_path_iter_get_name;
9995 	const(char)* function(GtkWidgetPath* path, int pos) c_gtk_widget_path_iter_get_object_name;
9996 	GType function(GtkWidgetPath* path, int pos) c_gtk_widget_path_iter_get_object_type;
9997 	uint function(GtkWidgetPath* path, int pos) c_gtk_widget_path_iter_get_sibling_index;
9998 	GtkWidgetPath* function(GtkWidgetPath* path, int pos) c_gtk_widget_path_iter_get_siblings;
9999 	GtkStateFlags function(GtkWidgetPath* path, int pos) c_gtk_widget_path_iter_get_state;
10000 	int function(GtkWidgetPath* path, int pos, const(char)* name) c_gtk_widget_path_iter_has_class;
10001 	int function(GtkWidgetPath* path, int pos, const(char)* name) c_gtk_widget_path_iter_has_name;
10002 	int function(GtkWidgetPath* path, int pos, GQuark qname) c_gtk_widget_path_iter_has_qclass;
10003 	int function(GtkWidgetPath* path, int pos, GQuark qname) c_gtk_widget_path_iter_has_qname;
10004 	int function(GtkWidgetPath* path, int pos, GQuark qname, GtkRegionFlags* flags) c_gtk_widget_path_iter_has_qregion;
10005 	int function(GtkWidgetPath* path, int pos, const(char)* name, GtkRegionFlags* flags) c_gtk_widget_path_iter_has_region;
10006 	GSList* function(GtkWidgetPath* path, int pos) c_gtk_widget_path_iter_list_classes;
10007 	GSList* function(GtkWidgetPath* path, int pos) c_gtk_widget_path_iter_list_regions;
10008 	void function(GtkWidgetPath* path, int pos, const(char)* name) c_gtk_widget_path_iter_remove_class;
10009 	void function(GtkWidgetPath* path, int pos, const(char)* name) c_gtk_widget_path_iter_remove_region;
10010 	void function(GtkWidgetPath* path, int pos, const(char)* name) c_gtk_widget_path_iter_set_name;
10011 	void function(GtkWidgetPath* path, int pos, const(char)* name) c_gtk_widget_path_iter_set_object_name;
10012 	void function(GtkWidgetPath* path, int pos, GType type) c_gtk_widget_path_iter_set_object_type;
10013 	void function(GtkWidgetPath* path, int pos, GtkStateFlags state) c_gtk_widget_path_iter_set_state;
10014 	int function(GtkWidgetPath* path) c_gtk_widget_path_length;
10015 	void function(GtkWidgetPath* path, GType type) c_gtk_widget_path_prepend_type;
10016 	GtkWidgetPath* function(GtkWidgetPath* path) c_gtk_widget_path_ref;
10017 	char* function(GtkWidgetPath* path) c_gtk_widget_path_to_string;
10018 	void function(GtkWidgetPath* path) c_gtk_widget_path_unref;
10019 
10020 	// gtk.Window
10021 
10022 	GType function() c_gtk_window_get_type;
10023 	GtkWidget* function(GtkWindowType type) c_gtk_window_new;
10024 	GList* function() c_gtk_window_get_default_icon_list;
10025 	const(char)* function() c_gtk_window_get_default_icon_name;
10026 	GList* function() c_gtk_window_list_toplevels;
10027 	void function(int setting) c_gtk_window_set_auto_startup_notification;
10028 	void function(GdkPixbuf* icon) c_gtk_window_set_default_icon;
10029 	int function(char* filename, GError** err) c_gtk_window_set_default_icon_from_file;
10030 	void function(GList* list) c_gtk_window_set_default_icon_list;
10031 	void function(const(char)* name) c_gtk_window_set_default_icon_name;
10032 	void function(int enable) c_gtk_window_set_interactive_debugging;
10033 	int function(GtkWindow* window) c_gtk_window_activate_default;
10034 	int function(GtkWindow* window) c_gtk_window_activate_focus;
10035 	int function(GtkWindow* window, GdkEventKey* event) c_gtk_window_activate_key;
10036 	void function(GtkWindow* window, GtkAccelGroup* accelGroup) c_gtk_window_add_accel_group;
10037 	void function(GtkWindow* window, uint keyval, GtkWidget* target) c_gtk_window_add_mnemonic;
10038 	void function(GtkWindow* window, int button, int rootX, int rootY, uint timestamp) c_gtk_window_begin_move_drag;
10039 	void function(GtkWindow* window, GdkWindowEdge edge, int button, int rootX, int rootY, uint timestamp) c_gtk_window_begin_resize_drag;
10040 	void function(GtkWindow* window) c_gtk_window_close;
10041 	void function(GtkWindow* window) c_gtk_window_deiconify;
10042 	void function(GtkWindow* window) c_gtk_window_fullscreen;
10043 	void function(GtkWindow* window, GdkScreen* screen, int monitor) c_gtk_window_fullscreen_on_monitor;
10044 	int function(GtkWindow* window) c_gtk_window_get_accept_focus;
10045 	GtkApplication* function(GtkWindow* window) c_gtk_window_get_application;
10046 	GtkWidget* function(GtkWindow* window) c_gtk_window_get_attached_to;
10047 	int function(GtkWindow* window) c_gtk_window_get_decorated;
10048 	void function(GtkWindow* window, int* width, int* height) c_gtk_window_get_default_size;
10049 	GtkWidget* function(GtkWindow* window) c_gtk_window_get_default_widget;
10050 	int function(GtkWindow* window) c_gtk_window_get_deletable;
10051 	int function(GtkWindow* window) c_gtk_window_get_destroy_with_parent;
10052 	GtkWidget* function(GtkWindow* window) c_gtk_window_get_focus;
10053 	int function(GtkWindow* window) c_gtk_window_get_focus_on_map;
10054 	int function(GtkWindow* window) c_gtk_window_get_focus_visible;
10055 	GdkGravity function(GtkWindow* window) c_gtk_window_get_gravity;
10056 	GtkWindowGroup* function(GtkWindow* window) c_gtk_window_get_group;
10057 	int function(GtkWindow* window) c_gtk_window_get_has_resize_grip;
10058 	int function(GtkWindow* window) c_gtk_window_get_hide_titlebar_when_maximized;
10059 	GdkPixbuf* function(GtkWindow* window) c_gtk_window_get_icon;
10060 	GList* function(GtkWindow* window) c_gtk_window_get_icon_list;
10061 	const(char)* function(GtkWindow* window) c_gtk_window_get_icon_name;
10062 	GdkModifierType function(GtkWindow* window) c_gtk_window_get_mnemonic_modifier;
10063 	int function(GtkWindow* window) c_gtk_window_get_mnemonics_visible;
10064 	int function(GtkWindow* window) c_gtk_window_get_modal;
10065 	double function(GtkWindow* window) c_gtk_window_get_opacity;
10066 	void function(GtkWindow* window, int* rootX, int* rootY) c_gtk_window_get_position;
10067 	int function(GtkWindow* window) c_gtk_window_get_resizable;
10068 	int function(GtkWindow* window, GdkRectangle* rect) c_gtk_window_get_resize_grip_area;
10069 	const(char)* function(GtkWindow* window) c_gtk_window_get_role;
10070 	GdkScreen* function(GtkWindow* window) c_gtk_window_get_screen;
10071 	void function(GtkWindow* window, int* width, int* height) c_gtk_window_get_size;
10072 	int function(GtkWindow* window) c_gtk_window_get_skip_pager_hint;
10073 	int function(GtkWindow* window) c_gtk_window_get_skip_taskbar_hint;
10074 	const(char)* function(GtkWindow* window) c_gtk_window_get_title;
10075 	GtkWidget* function(GtkWindow* window) c_gtk_window_get_titlebar;
10076 	GtkWindow* function(GtkWindow* window) c_gtk_window_get_transient_for;
10077 	GdkWindowTypeHint function(GtkWindow* window) c_gtk_window_get_type_hint;
10078 	int function(GtkWindow* window) c_gtk_window_get_urgency_hint;
10079 	GtkWindowType function(GtkWindow* window) c_gtk_window_get_window_type;
10080 	int function(GtkWindow* window) c_gtk_window_has_group;
10081 	int function(GtkWindow* window) c_gtk_window_has_toplevel_focus;
10082 	void function(GtkWindow* window) c_gtk_window_iconify;
10083 	int function(GtkWindow* window) c_gtk_window_is_active;
10084 	int function(GtkWindow* window) c_gtk_window_is_maximized;
10085 	void function(GtkWindow* window) c_gtk_window_maximize;
10086 	int function(GtkWindow* window, uint keyval, GdkModifierType modifier) c_gtk_window_mnemonic_activate;
10087 	void function(GtkWindow* window, int x, int y) c_gtk_window_move;
10088 	int function(GtkWindow* window, const(char)* geometry) c_gtk_window_parse_geometry;
10089 	void function(GtkWindow* window) c_gtk_window_present;
10090 	void function(GtkWindow* window, uint timestamp) c_gtk_window_present_with_time;
10091 	int function(GtkWindow* window, GdkEventKey* event) c_gtk_window_propagate_key_event;
10092 	void function(GtkWindow* window, GtkAccelGroup* accelGroup) c_gtk_window_remove_accel_group;
10093 	void function(GtkWindow* window, uint keyval, GtkWidget* target) c_gtk_window_remove_mnemonic;
10094 	void function(GtkWindow* window) c_gtk_window_reshow_with_initial_size;
10095 	void function(GtkWindow* window, int width, int height) c_gtk_window_resize;
10096 	int function(GtkWindow* window) c_gtk_window_resize_grip_is_visible;
10097 	void function(GtkWindow* window, int width, int height) c_gtk_window_resize_to_geometry;
10098 	void function(GtkWindow* window, int setting) c_gtk_window_set_accept_focus;
10099 	void function(GtkWindow* window, GtkApplication* application) c_gtk_window_set_application;
10100 	void function(GtkWindow* window, GtkWidget* attachWidget) c_gtk_window_set_attached_to;
10101 	void function(GtkWindow* window, int setting) c_gtk_window_set_decorated;
10102 	void function(GtkWindow* window, GtkWidget* defaultWidget) c_gtk_window_set_default;
10103 	void function(GtkWindow* window, int width, int height) c_gtk_window_set_default_geometry;
10104 	void function(GtkWindow* window, int width, int height) c_gtk_window_set_default_size;
10105 	void function(GtkWindow* window, int setting) c_gtk_window_set_deletable;
10106 	void function(GtkWindow* window, int setting) c_gtk_window_set_destroy_with_parent;
10107 	void function(GtkWindow* window, GtkWidget* focus) c_gtk_window_set_focus;
10108 	void function(GtkWindow* window, int setting) c_gtk_window_set_focus_on_map;
10109 	void function(GtkWindow* window, int setting) c_gtk_window_set_focus_visible;
10110 	void function(GtkWindow* window, GtkWidget* geometryWidget, GdkGeometry* geometry, GdkWindowHints geomMask) c_gtk_window_set_geometry_hints;
10111 	void function(GtkWindow* window, GdkGravity gravity) c_gtk_window_set_gravity;
10112 	void function(GtkWindow* window, int value) c_gtk_window_set_has_resize_grip;
10113 	void function(GtkWindow* window, int setting) c_gtk_window_set_has_user_ref_count;
10114 	void function(GtkWindow* window, int setting) c_gtk_window_set_hide_titlebar_when_maximized;
10115 	void function(GtkWindow* window, GdkPixbuf* icon) c_gtk_window_set_icon;
10116 	int function(GtkWindow* window, char* filename, GError** err) c_gtk_window_set_icon_from_file;
10117 	void function(GtkWindow* window, GList* list) c_gtk_window_set_icon_list;
10118 	void function(GtkWindow* window, const(char)* name) c_gtk_window_set_icon_name;
10119 	void function(GtkWindow* window, int setting) c_gtk_window_set_keep_above;
10120 	void function(GtkWindow* window, int setting) c_gtk_window_set_keep_below;
10121 	void function(GtkWindow* window, GdkModifierType modifier) c_gtk_window_set_mnemonic_modifier;
10122 	void function(GtkWindow* window, int setting) c_gtk_window_set_mnemonics_visible;
10123 	void function(GtkWindow* window, int modal) c_gtk_window_set_modal;
10124 	void function(GtkWindow* window, double opacity) c_gtk_window_set_opacity;
10125 	void function(GtkWindow* window, GtkWindowPosition position) c_gtk_window_set_position;
10126 	void function(GtkWindow* window, int resizable) c_gtk_window_set_resizable;
10127 	void function(GtkWindow* window, const(char)* role) c_gtk_window_set_role;
10128 	void function(GtkWindow* window, GdkScreen* screen) c_gtk_window_set_screen;
10129 	void function(GtkWindow* window, int setting) c_gtk_window_set_skip_pager_hint;
10130 	void function(GtkWindow* window, int setting) c_gtk_window_set_skip_taskbar_hint;
10131 	void function(GtkWindow* window, const(char)* startupId) c_gtk_window_set_startup_id;
10132 	void function(GtkWindow* window, const(char)* title) c_gtk_window_set_title;
10133 	void function(GtkWindow* window, GtkWidget* titlebar) c_gtk_window_set_titlebar;
10134 	void function(GtkWindow* window, GtkWindow* parent) c_gtk_window_set_transient_for;
10135 	void function(GtkWindow* window, GdkWindowTypeHint hint) c_gtk_window_set_type_hint;
10136 	void function(GtkWindow* window, int setting) c_gtk_window_set_urgency_hint;
10137 	void function(GtkWindow* window, const(char)* wmclassName, const(char)* wmclassClass) c_gtk_window_set_wmclass;
10138 	void function(GtkWindow* window) c_gtk_window_stick;
10139 	void function(GtkWindow* window) c_gtk_window_unfullscreen;
10140 	void function(GtkWindow* window) c_gtk_window_unmaximize;
10141 	void function(GtkWindow* window) c_gtk_window_unstick;
10142 
10143 	// gtk.WindowAccessible
10144 
10145 	GType function() c_gtk_window_accessible_get_type;
10146 
10147 	// gtk.WindowGroup
10148 
10149 	GType function() c_gtk_window_group_get_type;
10150 	GtkWindowGroup* function() c_gtk_window_group_new;
10151 	void function(GtkWindowGroup* windowGroup, GtkWindow* window) c_gtk_window_group_add_window;
10152 	GtkWidget* function(GtkWindowGroup* windowGroup, GdkDevice* device) c_gtk_window_group_get_current_device_grab;
10153 	GtkWidget* function(GtkWindowGroup* windowGroup) c_gtk_window_group_get_current_grab;
10154 	GList* function(GtkWindowGroup* windowGroup) c_gtk_window_group_list_windows;
10155 	void function(GtkWindowGroup* windowGroup, GtkWindow* window) c_gtk_window_group_remove_window;
10156 
10157 	// gtk.Main
10158 
10159 	void function(GtkWidget* widget, GdkDevice* device, int blockOthers) c_gtk_device_grab_add;
10160 	void function(GtkWidget* widget, GdkDevice* device) c_gtk_device_grab_remove;
10161 	void function() c_gtk_disable_setlocale;
10162 	int function() c_gtk_events_pending;
10163 	GdkEvent* function() c_gtk_get_current_event;
10164 	GdkDevice* function() c_gtk_get_current_event_device;
10165 	int function(GdkModifierType* state) c_gtk_get_current_event_state;
10166 	uint function() c_gtk_get_current_event_time;
10167 	uint function() c_gtk_get_debug_flags;
10168 	PangoLanguage* function() c_gtk_get_default_language;
10169 	GtkWidget* function(GdkEvent* event) c_gtk_get_event_widget;
10170 	GtkTextDirection function() c_gtk_get_locale_direction;
10171 	GOptionGroup* function(int openDefaultDisplay) c_gtk_get_option_group;
10172 	GtkWidget* function() c_gtk_grab_get_current;
10173 	void function(int* argc, char*** argv) c_gtk_init;
10174 	int function(int* argc, char*** argv) c_gtk_init_check;
10175 	int function(int* argc, char*** argv, const(char)* parameterString, GOptionEntry* entries, const(char)* translationDomain, GError** err) c_gtk_init_with_args;
10176 	uint function(GtkKeySnoopFunc snooper, void* funcData) c_gtk_key_snooper_install;
10177 	void function(uint snooperHandlerId) c_gtk_key_snooper_remove;
10178 	void function() c_gtk_main;
10179 	void function(GdkEvent* event) c_gtk_main_do_event;
10180 	int function() c_gtk_main_iteration;
10181 	int function(int blocking) c_gtk_main_iteration_do;
10182 	uint function() c_gtk_main_level;
10183 	void function() c_gtk_main_quit;
10184 	int function(int* argc, char*** argv) c_gtk_parse_args;
10185 	void function(GtkWidget* widget, GdkEvent* event) c_gtk_propagate_event;
10186 	void function(uint flags) c_gtk_set_debug_flags;
10187 
10188 	// gtk.Testing
10189 
10190 	GtkWidget* function(const(char)* windowTitle, const(char)* dialogText) c_gtk_test_create_simple_window;
10191 	GtkWidget* function(GType widgetType, const(char)* firstPropertyName, ... ) c_gtk_test_create_widget;
10192 	GtkWidget* function(const(char)* windowTitle, const(char)* dialogText, ... ) c_gtk_test_display_button_window;
10193 	GtkWidget* function(GtkWidget* widget, const(char)* labelPattern) c_gtk_test_find_label;
10194 	GtkWidget* function(GtkWidget* baseWidget, GType widgetType) c_gtk_test_find_sibling;
10195 	GtkWidget* function(GtkWidget* widget, const(char)* labelPattern, GType widgetType) c_gtk_test_find_widget;
10196 	void function(int* argcp, char*** argvp, ... ) c_gtk_test_init;
10197 	GType* function(uint* nTypes) c_gtk_test_list_all_types;
10198 	void function() c_gtk_test_register_all_types;
10199 	double function(GtkWidget* widget) c_gtk_test_slider_get_value;
10200 	void function(GtkWidget* widget, double percentage) c_gtk_test_slider_set_perc;
10201 	int function(GtkSpinButton* spinner, uint button, int upwards) c_gtk_test_spin_button_click;
10202 	char* function(GtkWidget* widget) c_gtk_test_text_get;
10203 	void function(GtkWidget* widget, const(char)* str) c_gtk_test_text_set;
10204 	int function(GtkWidget* widget, uint button, GdkModifierType modifiers) c_gtk_test_widget_click;
10205 	int function(GtkWidget* widget, uint keyval, GdkModifierType modifiers) c_gtk_test_widget_send_key;
10206 	void function(GtkWidget* widget) c_gtk_test_widget_wait_for_draw;
10207 
10208 	// gtk.DragAndDrop
10209 
10210 	void function(GdkDragContext* context) c_gtk_drag_cancel;
10211 	void function(GdkDragContext* context, int success, int del, uint time) c_gtk_drag_finish;
10212 	GtkWidget* function(GdkDragContext* context) c_gtk_drag_get_source_widget;
10213 	void function(GdkDragContext* context) c_gtk_drag_set_icon_default;
10214 	void function(GdkDragContext* context, GIcon* icon, int hotX, int hotY) c_gtk_drag_set_icon_gicon;
10215 	void function(GdkDragContext* context, const(char)* iconName, int hotX, int hotY) c_gtk_drag_set_icon_name;
10216 	void function(GdkDragContext* context, GdkPixbuf* pixbuf, int hotX, int hotY) c_gtk_drag_set_icon_pixbuf;
10217 	void function(GdkDragContext* context, const(char)* stockId, int hotX, int hotY) c_gtk_drag_set_icon_stock;
10218 	void function(GdkDragContext* context, cairo_surface_t* surface) c_gtk_drag_set_icon_surface;
10219 	void function(GdkDragContext* context, GtkWidget* widget, int hotX, int hotY) c_gtk_drag_set_icon_widget;
10220 	void function(GtkWidget* widget, cairo_t* cr, GdkRectangle* location, int isPrimary, GtkTextDirection direction, int drawArrow) c_gtk_draw_insertion_cursor;
10221 
10222 	// gtk.IconSize
10223 
10224 	GtkIconSize function(const(char)* name) c_gtk_icon_size_from_name;
10225 	const(char)* function(GtkIconSize size) c_gtk_icon_size_get_name;
10226 	int function(GtkIconSize size, int* width, int* height) c_gtk_icon_size_lookup;
10227 	int function(GtkSettings* settings, GtkIconSize size, int* width, int* height) c_gtk_icon_size_lookup_for_settings;
10228 	GtkIconSize function(const(char)* name, int width, int height) c_gtk_icon_size_register;
10229 	void function(const(char)* alias_, GtkIconSize target) c_gtk_icon_size_register_alias;
10230 
10231 	// gtk.Version
10232 
10233 	const(char)* function(uint requiredMajor, uint requiredMinor, uint requiredMicro) c_gtk_check_version;
10234 	uint function() c_gtk_get_binary_age;
10235 	uint function() c_gtk_get_interface_age;
10236 	uint function() c_gtk_get_major_version;
10237 	uint function() c_gtk_get_micro_version;
10238 	uint function() c_gtk_get_minor_version;
10239 }
10240 
10241 
10242 // gtk.AboutDialog
10243 
10244 alias c_gtk_about_dialog_get_type gtk_about_dialog_get_type;
10245 alias c_gtk_about_dialog_new gtk_about_dialog_new;
10246 alias c_gtk_about_dialog_add_credit_section gtk_about_dialog_add_credit_section;
10247 alias c_gtk_about_dialog_get_artists gtk_about_dialog_get_artists;
10248 alias c_gtk_about_dialog_get_authors gtk_about_dialog_get_authors;
10249 alias c_gtk_about_dialog_get_comments gtk_about_dialog_get_comments;
10250 alias c_gtk_about_dialog_get_copyright gtk_about_dialog_get_copyright;
10251 alias c_gtk_about_dialog_get_documenters gtk_about_dialog_get_documenters;
10252 alias c_gtk_about_dialog_get_license gtk_about_dialog_get_license;
10253 alias c_gtk_about_dialog_get_license_type gtk_about_dialog_get_license_type;
10254 alias c_gtk_about_dialog_get_logo gtk_about_dialog_get_logo;
10255 alias c_gtk_about_dialog_get_logo_icon_name gtk_about_dialog_get_logo_icon_name;
10256 alias c_gtk_about_dialog_get_program_name gtk_about_dialog_get_program_name;
10257 alias c_gtk_about_dialog_get_translator_credits gtk_about_dialog_get_translator_credits;
10258 alias c_gtk_about_dialog_get_version gtk_about_dialog_get_version;
10259 alias c_gtk_about_dialog_get_website gtk_about_dialog_get_website;
10260 alias c_gtk_about_dialog_get_website_label gtk_about_dialog_get_website_label;
10261 alias c_gtk_about_dialog_get_wrap_license gtk_about_dialog_get_wrap_license;
10262 alias c_gtk_about_dialog_set_artists gtk_about_dialog_set_artists;
10263 alias c_gtk_about_dialog_set_authors gtk_about_dialog_set_authors;
10264 alias c_gtk_about_dialog_set_comments gtk_about_dialog_set_comments;
10265 alias c_gtk_about_dialog_set_copyright gtk_about_dialog_set_copyright;
10266 alias c_gtk_about_dialog_set_documenters gtk_about_dialog_set_documenters;
10267 alias c_gtk_about_dialog_set_license gtk_about_dialog_set_license;
10268 alias c_gtk_about_dialog_set_license_type gtk_about_dialog_set_license_type;
10269 alias c_gtk_about_dialog_set_logo gtk_about_dialog_set_logo;
10270 alias c_gtk_about_dialog_set_logo_icon_name gtk_about_dialog_set_logo_icon_name;
10271 alias c_gtk_about_dialog_set_program_name gtk_about_dialog_set_program_name;
10272 alias c_gtk_about_dialog_set_translator_credits gtk_about_dialog_set_translator_credits;
10273 alias c_gtk_about_dialog_set_version gtk_about_dialog_set_version;
10274 alias c_gtk_about_dialog_set_website gtk_about_dialog_set_website;
10275 alias c_gtk_about_dialog_set_website_label gtk_about_dialog_set_website_label;
10276 alias c_gtk_about_dialog_set_wrap_license gtk_about_dialog_set_wrap_license;
10277 alias c_gtk_show_about_dialog gtk_show_about_dialog;
10278 
10279 // gtk.AccelGroup
10280 
10281 alias c_gtk_accel_group_get_type gtk_accel_group_get_type;
10282 alias c_gtk_accel_group_new gtk_accel_group_new;
10283 alias c_gtk_accel_group_from_accel_closure gtk_accel_group_from_accel_closure;
10284 alias c_gtk_accel_group_activate gtk_accel_group_activate;
10285 alias c_gtk_accel_group_connect gtk_accel_group_connect;
10286 alias c_gtk_accel_group_connect_by_path gtk_accel_group_connect_by_path;
10287 alias c_gtk_accel_group_disconnect gtk_accel_group_disconnect;
10288 alias c_gtk_accel_group_disconnect_key gtk_accel_group_disconnect_key;
10289 alias c_gtk_accel_group_find gtk_accel_group_find;
10290 alias c_gtk_accel_group_get_is_locked gtk_accel_group_get_is_locked;
10291 alias c_gtk_accel_group_get_modifier_mask gtk_accel_group_get_modifier_mask;
10292 alias c_gtk_accel_group_lock gtk_accel_group_lock;
10293 alias c_gtk_accel_group_query gtk_accel_group_query;
10294 alias c_gtk_accel_group_unlock gtk_accel_group_unlock;
10295 alias c_gtk_accel_groups_activate gtk_accel_groups_activate;
10296 alias c_gtk_accel_groups_from_object gtk_accel_groups_from_object;
10297 alias c_gtk_accelerator_get_default_mod_mask gtk_accelerator_get_default_mod_mask;
10298 alias c_gtk_accelerator_get_label gtk_accelerator_get_label;
10299 alias c_gtk_accelerator_get_label_with_keycode gtk_accelerator_get_label_with_keycode;
10300 alias c_gtk_accelerator_name gtk_accelerator_name;
10301 alias c_gtk_accelerator_name_with_keycode gtk_accelerator_name_with_keycode;
10302 alias c_gtk_accelerator_parse gtk_accelerator_parse;
10303 alias c_gtk_accelerator_parse_with_keycode gtk_accelerator_parse_with_keycode;
10304 alias c_gtk_accelerator_set_default_mod_mask gtk_accelerator_set_default_mod_mask;
10305 alias c_gtk_accelerator_valid gtk_accelerator_valid;
10306 
10307 // gtk.AccelLabel
10308 
10309 alias c_gtk_accel_label_get_type gtk_accel_label_get_type;
10310 alias c_gtk_accel_label_new gtk_accel_label_new;
10311 alias c_gtk_accel_label_get_accel gtk_accel_label_get_accel;
10312 alias c_gtk_accel_label_get_accel_widget gtk_accel_label_get_accel_widget;
10313 alias c_gtk_accel_label_get_accel_width gtk_accel_label_get_accel_width;
10314 alias c_gtk_accel_label_refetch gtk_accel_label_refetch;
10315 alias c_gtk_accel_label_set_accel gtk_accel_label_set_accel;
10316 alias c_gtk_accel_label_set_accel_closure gtk_accel_label_set_accel_closure;
10317 alias c_gtk_accel_label_set_accel_widget gtk_accel_label_set_accel_widget;
10318 
10319 // gtk.AccelMap
10320 
10321 alias c_gtk_accel_map_get_type gtk_accel_map_get_type;
10322 alias c_gtk_accel_map_add_entry gtk_accel_map_add_entry;
10323 alias c_gtk_accel_map_add_filter gtk_accel_map_add_filter;
10324 alias c_gtk_accel_map_change_entry gtk_accel_map_change_entry;
10325 alias c_gtk_accel_map_foreach gtk_accel_map_foreach;
10326 alias c_gtk_accel_map_foreach_unfiltered gtk_accel_map_foreach_unfiltered;
10327 alias c_gtk_accel_map_get gtk_accel_map_get;
10328 alias c_gtk_accel_map_load gtk_accel_map_load;
10329 alias c_gtk_accel_map_load_fd gtk_accel_map_load_fd;
10330 alias c_gtk_accel_map_load_scanner gtk_accel_map_load_scanner;
10331 alias c_gtk_accel_map_lock_path gtk_accel_map_lock_path;
10332 alias c_gtk_accel_map_lookup_entry gtk_accel_map_lookup_entry;
10333 alias c_gtk_accel_map_save gtk_accel_map_save;
10334 alias c_gtk_accel_map_save_fd gtk_accel_map_save_fd;
10335 alias c_gtk_accel_map_unlock_path gtk_accel_map_unlock_path;
10336 
10337 // gtk.Accessible
10338 
10339 alias c_gtk_accessible_get_type gtk_accessible_get_type;
10340 alias c_gtk_accessible_connect_widget_destroyed gtk_accessible_connect_widget_destroyed;
10341 alias c_gtk_accessible_get_widget gtk_accessible_get_widget;
10342 alias c_gtk_accessible_set_widget gtk_accessible_set_widget;
10343 
10344 // gtk.Action
10345 
10346 alias c_gtk_action_get_type gtk_action_get_type;
10347 alias c_gtk_action_new gtk_action_new;
10348 alias c_gtk_action_activate gtk_action_activate;
10349 alias c_gtk_action_block_activate gtk_action_block_activate;
10350 alias c_gtk_action_connect_accelerator gtk_action_connect_accelerator;
10351 alias c_gtk_action_create_icon gtk_action_create_icon;
10352 alias c_gtk_action_create_menu gtk_action_create_menu;
10353 alias c_gtk_action_create_menu_item gtk_action_create_menu_item;
10354 alias c_gtk_action_create_tool_item gtk_action_create_tool_item;
10355 alias c_gtk_action_disconnect_accelerator gtk_action_disconnect_accelerator;
10356 alias c_gtk_action_get_accel_closure gtk_action_get_accel_closure;
10357 alias c_gtk_action_get_accel_path gtk_action_get_accel_path;
10358 alias c_gtk_action_get_always_show_image gtk_action_get_always_show_image;
10359 alias c_gtk_action_get_gicon gtk_action_get_gicon;
10360 alias c_gtk_action_get_icon_name gtk_action_get_icon_name;
10361 alias c_gtk_action_get_is_important gtk_action_get_is_important;
10362 alias c_gtk_action_get_label gtk_action_get_label;
10363 alias c_gtk_action_get_name gtk_action_get_name;
10364 alias c_gtk_action_get_proxies gtk_action_get_proxies;
10365 alias c_gtk_action_get_sensitive gtk_action_get_sensitive;
10366 alias c_gtk_action_get_short_label gtk_action_get_short_label;
10367 alias c_gtk_action_get_stock_id gtk_action_get_stock_id;
10368 alias c_gtk_action_get_tooltip gtk_action_get_tooltip;
10369 alias c_gtk_action_get_visible gtk_action_get_visible;
10370 alias c_gtk_action_get_visible_horizontal gtk_action_get_visible_horizontal;
10371 alias c_gtk_action_get_visible_vertical gtk_action_get_visible_vertical;
10372 alias c_gtk_action_is_sensitive gtk_action_is_sensitive;
10373 alias c_gtk_action_is_visible gtk_action_is_visible;
10374 alias c_gtk_action_set_accel_group gtk_action_set_accel_group;
10375 alias c_gtk_action_set_accel_path gtk_action_set_accel_path;
10376 alias c_gtk_action_set_always_show_image gtk_action_set_always_show_image;
10377 alias c_gtk_action_set_gicon gtk_action_set_gicon;
10378 alias c_gtk_action_set_icon_name gtk_action_set_icon_name;
10379 alias c_gtk_action_set_is_important gtk_action_set_is_important;
10380 alias c_gtk_action_set_label gtk_action_set_label;
10381 alias c_gtk_action_set_sensitive gtk_action_set_sensitive;
10382 alias c_gtk_action_set_short_label gtk_action_set_short_label;
10383 alias c_gtk_action_set_stock_id gtk_action_set_stock_id;
10384 alias c_gtk_action_set_tooltip gtk_action_set_tooltip;
10385 alias c_gtk_action_set_visible gtk_action_set_visible;
10386 alias c_gtk_action_set_visible_horizontal gtk_action_set_visible_horizontal;
10387 alias c_gtk_action_set_visible_vertical gtk_action_set_visible_vertical;
10388 alias c_gtk_action_unblock_activate gtk_action_unblock_activate;
10389 
10390 // gtk.ActionBar
10391 
10392 alias c_gtk_action_bar_get_type gtk_action_bar_get_type;
10393 alias c_gtk_action_bar_new gtk_action_bar_new;
10394 alias c_gtk_action_bar_get_center_widget gtk_action_bar_get_center_widget;
10395 alias c_gtk_action_bar_pack_end gtk_action_bar_pack_end;
10396 alias c_gtk_action_bar_pack_start gtk_action_bar_pack_start;
10397 alias c_gtk_action_bar_set_center_widget gtk_action_bar_set_center_widget;
10398 
10399 // gtk.ActionGroup
10400 
10401 alias c_gtk_action_group_get_type gtk_action_group_get_type;
10402 alias c_gtk_action_group_new gtk_action_group_new;
10403 alias c_gtk_action_group_add_action gtk_action_group_add_action;
10404 alias c_gtk_action_group_add_action_with_accel gtk_action_group_add_action_with_accel;
10405 alias c_gtk_action_group_add_actions gtk_action_group_add_actions;
10406 alias c_gtk_action_group_add_actions_full gtk_action_group_add_actions_full;
10407 alias c_gtk_action_group_add_radio_actions gtk_action_group_add_radio_actions;
10408 alias c_gtk_action_group_add_radio_actions_full gtk_action_group_add_radio_actions_full;
10409 alias c_gtk_action_group_add_toggle_actions gtk_action_group_add_toggle_actions;
10410 alias c_gtk_action_group_add_toggle_actions_full gtk_action_group_add_toggle_actions_full;
10411 alias c_gtk_action_group_get_accel_group gtk_action_group_get_accel_group;
10412 alias c_gtk_action_group_get_action gtk_action_group_get_action;
10413 alias c_gtk_action_group_get_name gtk_action_group_get_name;
10414 alias c_gtk_action_group_get_sensitive gtk_action_group_get_sensitive;
10415 alias c_gtk_action_group_get_visible gtk_action_group_get_visible;
10416 alias c_gtk_action_group_list_actions gtk_action_group_list_actions;
10417 alias c_gtk_action_group_remove_action gtk_action_group_remove_action;
10418 alias c_gtk_action_group_set_accel_group gtk_action_group_set_accel_group;
10419 alias c_gtk_action_group_set_sensitive gtk_action_group_set_sensitive;
10420 alias c_gtk_action_group_set_translate_func gtk_action_group_set_translate_func;
10421 alias c_gtk_action_group_set_translation_domain gtk_action_group_set_translation_domain;
10422 alias c_gtk_action_group_set_visible gtk_action_group_set_visible;
10423 alias c_gtk_action_group_translate_string gtk_action_group_translate_string;
10424 
10425 // gtk.Actionable
10426 
10427 alias c_gtk_actionable_get_type gtk_actionable_get_type;
10428 alias c_gtk_actionable_get_action_name gtk_actionable_get_action_name;
10429 alias c_gtk_actionable_get_action_target_value gtk_actionable_get_action_target_value;
10430 alias c_gtk_actionable_set_action_name gtk_actionable_set_action_name;
10431 alias c_gtk_actionable_set_action_target gtk_actionable_set_action_target;
10432 alias c_gtk_actionable_set_action_target_value gtk_actionable_set_action_target_value;
10433 alias c_gtk_actionable_set_detailed_action_name gtk_actionable_set_detailed_action_name;
10434 
10435 // gtk.Activatable
10436 
10437 alias c_gtk_activatable_get_type gtk_activatable_get_type;
10438 alias c_gtk_activatable_do_set_related_action gtk_activatable_do_set_related_action;
10439 alias c_gtk_activatable_get_related_action gtk_activatable_get_related_action;
10440 alias c_gtk_activatable_get_use_action_appearance gtk_activatable_get_use_action_appearance;
10441 alias c_gtk_activatable_set_related_action gtk_activatable_set_related_action;
10442 alias c_gtk_activatable_set_use_action_appearance gtk_activatable_set_use_action_appearance;
10443 alias c_gtk_activatable_sync_action_properties gtk_activatable_sync_action_properties;
10444 
10445 // gtk.Adjustment
10446 
10447 alias c_gtk_adjustment_get_type gtk_adjustment_get_type;
10448 alias c_gtk_adjustment_new gtk_adjustment_new;
10449 alias c_gtk_adjustment_changed gtk_adjustment_changed;
10450 alias c_gtk_adjustment_clamp_page gtk_adjustment_clamp_page;
10451 alias c_gtk_adjustment_configure gtk_adjustment_configure;
10452 alias c_gtk_adjustment_get_lower gtk_adjustment_get_lower;
10453 alias c_gtk_adjustment_get_minimum_increment gtk_adjustment_get_minimum_increment;
10454 alias c_gtk_adjustment_get_page_increment gtk_adjustment_get_page_increment;
10455 alias c_gtk_adjustment_get_page_size gtk_adjustment_get_page_size;
10456 alias c_gtk_adjustment_get_step_increment gtk_adjustment_get_step_increment;
10457 alias c_gtk_adjustment_get_upper gtk_adjustment_get_upper;
10458 alias c_gtk_adjustment_get_value gtk_adjustment_get_value;
10459 alias c_gtk_adjustment_set_lower gtk_adjustment_set_lower;
10460 alias c_gtk_adjustment_set_page_increment gtk_adjustment_set_page_increment;
10461 alias c_gtk_adjustment_set_page_size gtk_adjustment_set_page_size;
10462 alias c_gtk_adjustment_set_step_increment gtk_adjustment_set_step_increment;
10463 alias c_gtk_adjustment_set_upper gtk_adjustment_set_upper;
10464 alias c_gtk_adjustment_set_value gtk_adjustment_set_value;
10465 alias c_gtk_adjustment_value_changed gtk_adjustment_value_changed;
10466 
10467 // gtk.Alignment
10468 
10469 alias c_gtk_alignment_get_type gtk_alignment_get_type;
10470 alias c_gtk_alignment_new gtk_alignment_new;
10471 alias c_gtk_alignment_get_padding gtk_alignment_get_padding;
10472 alias c_gtk_alignment_set gtk_alignment_set;
10473 alias c_gtk_alignment_set_padding gtk_alignment_set_padding;
10474 
10475 // gtk.AppChooser
10476 
10477 alias c_gtk_app_chooser_get_type gtk_app_chooser_get_type;
10478 alias c_gtk_app_chooser_get_app_info gtk_app_chooser_get_app_info;
10479 alias c_gtk_app_chooser_get_content_type gtk_app_chooser_get_content_type;
10480 alias c_gtk_app_chooser_refresh gtk_app_chooser_refresh;
10481 
10482 // gtk.AppChooserButton
10483 
10484 alias c_gtk_app_chooser_button_get_type gtk_app_chooser_button_get_type;
10485 alias c_gtk_app_chooser_button_new gtk_app_chooser_button_new;
10486 alias c_gtk_app_chooser_button_append_custom_item gtk_app_chooser_button_append_custom_item;
10487 alias c_gtk_app_chooser_button_append_separator gtk_app_chooser_button_append_separator;
10488 alias c_gtk_app_chooser_button_get_heading gtk_app_chooser_button_get_heading;
10489 alias c_gtk_app_chooser_button_get_show_default_item gtk_app_chooser_button_get_show_default_item;
10490 alias c_gtk_app_chooser_button_get_show_dialog_item gtk_app_chooser_button_get_show_dialog_item;
10491 alias c_gtk_app_chooser_button_set_active_custom_item gtk_app_chooser_button_set_active_custom_item;
10492 alias c_gtk_app_chooser_button_set_heading gtk_app_chooser_button_set_heading;
10493 alias c_gtk_app_chooser_button_set_show_default_item gtk_app_chooser_button_set_show_default_item;
10494 alias c_gtk_app_chooser_button_set_show_dialog_item gtk_app_chooser_button_set_show_dialog_item;
10495 
10496 // gtk.AppChooserDialog
10497 
10498 alias c_gtk_app_chooser_dialog_get_type gtk_app_chooser_dialog_get_type;
10499 alias c_gtk_app_chooser_dialog_new gtk_app_chooser_dialog_new;
10500 alias c_gtk_app_chooser_dialog_new_for_content_type gtk_app_chooser_dialog_new_for_content_type;
10501 alias c_gtk_app_chooser_dialog_get_heading gtk_app_chooser_dialog_get_heading;
10502 alias c_gtk_app_chooser_dialog_get_widget gtk_app_chooser_dialog_get_widget;
10503 alias c_gtk_app_chooser_dialog_set_heading gtk_app_chooser_dialog_set_heading;
10504 
10505 // gtk.AppChooserWidget
10506 
10507 alias c_gtk_app_chooser_widget_get_type gtk_app_chooser_widget_get_type;
10508 alias c_gtk_app_chooser_widget_new gtk_app_chooser_widget_new;
10509 alias c_gtk_app_chooser_widget_get_default_text gtk_app_chooser_widget_get_default_text;
10510 alias c_gtk_app_chooser_widget_get_show_all gtk_app_chooser_widget_get_show_all;
10511 alias c_gtk_app_chooser_widget_get_show_default gtk_app_chooser_widget_get_show_default;
10512 alias c_gtk_app_chooser_widget_get_show_fallback gtk_app_chooser_widget_get_show_fallback;
10513 alias c_gtk_app_chooser_widget_get_show_other gtk_app_chooser_widget_get_show_other;
10514 alias c_gtk_app_chooser_widget_get_show_recommended gtk_app_chooser_widget_get_show_recommended;
10515 alias c_gtk_app_chooser_widget_set_default_text gtk_app_chooser_widget_set_default_text;
10516 alias c_gtk_app_chooser_widget_set_show_all gtk_app_chooser_widget_set_show_all;
10517 alias c_gtk_app_chooser_widget_set_show_default gtk_app_chooser_widget_set_show_default;
10518 alias c_gtk_app_chooser_widget_set_show_fallback gtk_app_chooser_widget_set_show_fallback;
10519 alias c_gtk_app_chooser_widget_set_show_other gtk_app_chooser_widget_set_show_other;
10520 alias c_gtk_app_chooser_widget_set_show_recommended gtk_app_chooser_widget_set_show_recommended;
10521 
10522 // gtk.Application
10523 
10524 alias c_gtk_application_get_type gtk_application_get_type;
10525 alias c_gtk_application_new gtk_application_new;
10526 alias c_gtk_application_add_accelerator gtk_application_add_accelerator;
10527 alias c_gtk_application_add_window gtk_application_add_window;
10528 alias c_gtk_application_get_accels_for_action gtk_application_get_accels_for_action;
10529 alias c_gtk_application_get_actions_for_accel gtk_application_get_actions_for_accel;
10530 alias c_gtk_application_get_active_window gtk_application_get_active_window;
10531 alias c_gtk_application_get_app_menu gtk_application_get_app_menu;
10532 alias c_gtk_application_get_menu_by_id gtk_application_get_menu_by_id;
10533 alias c_gtk_application_get_menubar gtk_application_get_menubar;
10534 alias c_gtk_application_get_window_by_id gtk_application_get_window_by_id;
10535 alias c_gtk_application_get_windows gtk_application_get_windows;
10536 alias c_gtk_application_inhibit gtk_application_inhibit;
10537 alias c_gtk_application_is_inhibited gtk_application_is_inhibited;
10538 alias c_gtk_application_list_action_descriptions gtk_application_list_action_descriptions;
10539 alias c_gtk_application_prefers_app_menu gtk_application_prefers_app_menu;
10540 alias c_gtk_application_remove_accelerator gtk_application_remove_accelerator;
10541 alias c_gtk_application_remove_window gtk_application_remove_window;
10542 alias c_gtk_application_set_accels_for_action gtk_application_set_accels_for_action;
10543 alias c_gtk_application_set_app_menu gtk_application_set_app_menu;
10544 alias c_gtk_application_set_menubar gtk_application_set_menubar;
10545 alias c_gtk_application_uninhibit gtk_application_uninhibit;
10546 
10547 // gtk.ApplicationWindow
10548 
10549 alias c_gtk_application_window_get_type gtk_application_window_get_type;
10550 alias c_gtk_application_window_new gtk_application_window_new;
10551 alias c_gtk_application_window_get_help_overlay gtk_application_window_get_help_overlay;
10552 alias c_gtk_application_window_get_id gtk_application_window_get_id;
10553 alias c_gtk_application_window_get_show_menubar gtk_application_window_get_show_menubar;
10554 alias c_gtk_application_window_set_help_overlay gtk_application_window_set_help_overlay;
10555 alias c_gtk_application_window_set_show_menubar gtk_application_window_set_show_menubar;
10556 
10557 // gtk.Arrow
10558 
10559 alias c_gtk_arrow_get_type gtk_arrow_get_type;
10560 alias c_gtk_arrow_new gtk_arrow_new;
10561 alias c_gtk_arrow_set gtk_arrow_set;
10562 
10563 // gtk.ArrowAccessible
10564 
10565 alias c_gtk_arrow_accessible_get_type gtk_arrow_accessible_get_type;
10566 
10567 // gtk.AspectFrame
10568 
10569 alias c_gtk_aspect_frame_get_type gtk_aspect_frame_get_type;
10570 alias c_gtk_aspect_frame_new gtk_aspect_frame_new;
10571 alias c_gtk_aspect_frame_set gtk_aspect_frame_set;
10572 
10573 // gtk.Assistant
10574 
10575 alias c_gtk_assistant_get_type gtk_assistant_get_type;
10576 alias c_gtk_assistant_new gtk_assistant_new;
10577 alias c_gtk_assistant_add_action_widget gtk_assistant_add_action_widget;
10578 alias c_gtk_assistant_append_page gtk_assistant_append_page;
10579 alias c_gtk_assistant_commit gtk_assistant_commit;
10580 alias c_gtk_assistant_get_current_page gtk_assistant_get_current_page;
10581 alias c_gtk_assistant_get_n_pages gtk_assistant_get_n_pages;
10582 alias c_gtk_assistant_get_nth_page gtk_assistant_get_nth_page;
10583 alias c_gtk_assistant_get_page_complete gtk_assistant_get_page_complete;
10584 alias c_gtk_assistant_get_page_has_padding gtk_assistant_get_page_has_padding;
10585 alias c_gtk_assistant_get_page_header_image gtk_assistant_get_page_header_image;
10586 alias c_gtk_assistant_get_page_side_image gtk_assistant_get_page_side_image;
10587 alias c_gtk_assistant_get_page_title gtk_assistant_get_page_title;
10588 alias c_gtk_assistant_get_page_type gtk_assistant_get_page_type;
10589 alias c_gtk_assistant_insert_page gtk_assistant_insert_page;
10590 alias c_gtk_assistant_next_page gtk_assistant_next_page;
10591 alias c_gtk_assistant_prepend_page gtk_assistant_prepend_page;
10592 alias c_gtk_assistant_previous_page gtk_assistant_previous_page;
10593 alias c_gtk_assistant_remove_action_widget gtk_assistant_remove_action_widget;
10594 alias c_gtk_assistant_remove_page gtk_assistant_remove_page;
10595 alias c_gtk_assistant_set_current_page gtk_assistant_set_current_page;
10596 alias c_gtk_assistant_set_forward_page_func gtk_assistant_set_forward_page_func;
10597 alias c_gtk_assistant_set_page_complete gtk_assistant_set_page_complete;
10598 alias c_gtk_assistant_set_page_has_padding gtk_assistant_set_page_has_padding;
10599 alias c_gtk_assistant_set_page_header_image gtk_assistant_set_page_header_image;
10600 alias c_gtk_assistant_set_page_side_image gtk_assistant_set_page_side_image;
10601 alias c_gtk_assistant_set_page_title gtk_assistant_set_page_title;
10602 alias c_gtk_assistant_set_page_type gtk_assistant_set_page_type;
10603 alias c_gtk_assistant_update_buttons_state gtk_assistant_update_buttons_state;
10604 
10605 // gtk.Bin
10606 
10607 alias c_gtk_bin_get_type gtk_bin_get_type;
10608 alias c_gtk_bin_get_child gtk_bin_get_child;
10609 
10610 // gtk.BindingEntry
10611 
10612 alias c_gtk_binding_entry_add_signal gtk_binding_entry_add_signal;
10613 alias c_gtk_binding_entry_add_signal_from_string gtk_binding_entry_add_signal_from_string;
10614 alias c_gtk_binding_entry_add_signall gtk_binding_entry_add_signall;
10615 alias c_gtk_binding_entry_remove gtk_binding_entry_remove;
10616 alias c_gtk_binding_entry_skip gtk_binding_entry_skip;
10617 
10618 // gtk.BindingSet
10619 
10620 alias c_gtk_binding_set_activate gtk_binding_set_activate;
10621 alias c_gtk_binding_set_add_path gtk_binding_set_add_path;
10622 alias c_gtk_binding_set_by_class gtk_binding_set_by_class;
10623 alias c_gtk_binding_set_find gtk_binding_set_find;
10624 alias c_gtk_binding_set_new gtk_binding_set_new;
10625 alias c_gtk_bindings_activate gtk_bindings_activate;
10626 alias c_gtk_bindings_activate_event gtk_bindings_activate_event;
10627 
10628 // gtk.BooleanCellAccessible
10629 
10630 alias c_gtk_boolean_cell_accessible_get_type gtk_boolean_cell_accessible_get_type;
10631 
10632 // gtk.Border
10633 
10634 alias c_gtk_border_get_type gtk_border_get_type;
10635 alias c_gtk_border_new gtk_border_new;
10636 alias c_gtk_border_copy gtk_border_copy;
10637 alias c_gtk_border_free gtk_border_free;
10638 
10639 // gtk.Box
10640 
10641 alias c_gtk_box_get_type gtk_box_get_type;
10642 alias c_gtk_box_new gtk_box_new;
10643 alias c_gtk_box_get_baseline_position gtk_box_get_baseline_position;
10644 alias c_gtk_box_get_center_widget gtk_box_get_center_widget;
10645 alias c_gtk_box_get_homogeneous gtk_box_get_homogeneous;
10646 alias c_gtk_box_get_spacing gtk_box_get_spacing;
10647 alias c_gtk_box_pack_end gtk_box_pack_end;
10648 alias c_gtk_box_pack_start gtk_box_pack_start;
10649 alias c_gtk_box_query_child_packing gtk_box_query_child_packing;
10650 alias c_gtk_box_reorder_child gtk_box_reorder_child;
10651 alias c_gtk_box_set_baseline_position gtk_box_set_baseline_position;
10652 alias c_gtk_box_set_center_widget gtk_box_set_center_widget;
10653 alias c_gtk_box_set_child_packing gtk_box_set_child_packing;
10654 alias c_gtk_box_set_homogeneous gtk_box_set_homogeneous;
10655 alias c_gtk_box_set_spacing gtk_box_set_spacing;
10656 
10657 // gtk.Buildable
10658 
10659 alias c_gtk_buildable_get_type gtk_buildable_get_type;
10660 alias c_gtk_buildable_add_child gtk_buildable_add_child;
10661 alias c_gtk_buildable_construct_child gtk_buildable_construct_child;
10662 alias c_gtk_buildable_custom_finished gtk_buildable_custom_finished;
10663 alias c_gtk_buildable_custom_tag_end gtk_buildable_custom_tag_end;
10664 alias c_gtk_buildable_custom_tag_start gtk_buildable_custom_tag_start;
10665 alias c_gtk_buildable_get_internal_child gtk_buildable_get_internal_child;
10666 alias c_gtk_buildable_get_name gtk_buildable_get_name;
10667 alias c_gtk_buildable_parser_finished gtk_buildable_parser_finished;
10668 alias c_gtk_buildable_set_buildable_property gtk_buildable_set_buildable_property;
10669 alias c_gtk_buildable_set_name gtk_buildable_set_name;
10670 
10671 // gtk.Builder
10672 
10673 alias c_gtk_builder_get_type gtk_builder_get_type;
10674 alias c_gtk_builder_new gtk_builder_new;
10675 alias c_gtk_builder_new_from_file gtk_builder_new_from_file;
10676 alias c_gtk_builder_new_from_resource gtk_builder_new_from_resource;
10677 alias c_gtk_builder_new_from_string gtk_builder_new_from_string;
10678 alias c_gtk_builder_add_callback_symbol gtk_builder_add_callback_symbol;
10679 alias c_gtk_builder_add_callback_symbols gtk_builder_add_callback_symbols;
10680 alias c_gtk_builder_add_from_file gtk_builder_add_from_file;
10681 alias c_gtk_builder_add_from_resource gtk_builder_add_from_resource;
10682 alias c_gtk_builder_add_from_string gtk_builder_add_from_string;
10683 alias c_gtk_builder_add_objects_from_file gtk_builder_add_objects_from_file;
10684 alias c_gtk_builder_add_objects_from_resource gtk_builder_add_objects_from_resource;
10685 alias c_gtk_builder_add_objects_from_string gtk_builder_add_objects_from_string;
10686 alias c_gtk_builder_connect_signals gtk_builder_connect_signals;
10687 alias c_gtk_builder_connect_signals_full gtk_builder_connect_signals_full;
10688 alias c_gtk_builder_expose_object gtk_builder_expose_object;
10689 alias c_gtk_builder_extend_with_template gtk_builder_extend_with_template;
10690 alias c_gtk_builder_get_application gtk_builder_get_application;
10691 alias c_gtk_builder_get_object gtk_builder_get_object;
10692 alias c_gtk_builder_get_objects gtk_builder_get_objects;
10693 alias c_gtk_builder_get_translation_domain gtk_builder_get_translation_domain;
10694 alias c_gtk_builder_get_type_from_name gtk_builder_get_type_from_name;
10695 alias c_gtk_builder_lookup_callback_symbol gtk_builder_lookup_callback_symbol;
10696 alias c_gtk_builder_set_application gtk_builder_set_application;
10697 alias c_gtk_builder_set_translation_domain gtk_builder_set_translation_domain;
10698 alias c_gtk_builder_value_from_string gtk_builder_value_from_string;
10699 alias c_gtk_builder_value_from_string_type gtk_builder_value_from_string_type;
10700 
10701 // gtk.Button
10702 
10703 alias c_gtk_button_get_type gtk_button_get_type;
10704 alias c_gtk_button_new gtk_button_new;
10705 alias c_gtk_button_new_from_icon_name gtk_button_new_from_icon_name;
10706 alias c_gtk_button_new_from_stock gtk_button_new_from_stock;
10707 alias c_gtk_button_new_with_label gtk_button_new_with_label;
10708 alias c_gtk_button_new_with_mnemonic gtk_button_new_with_mnemonic;
10709 alias c_gtk_button_clicked gtk_button_clicked;
10710 alias c_gtk_button_enter gtk_button_enter;
10711 alias c_gtk_button_get_alignment gtk_button_get_alignment;
10712 alias c_gtk_button_get_always_show_image gtk_button_get_always_show_image;
10713 alias c_gtk_button_get_event_window gtk_button_get_event_window;
10714 alias c_gtk_button_get_focus_on_click gtk_button_get_focus_on_click;
10715 alias c_gtk_button_get_image gtk_button_get_image;
10716 alias c_gtk_button_get_image_position gtk_button_get_image_position;
10717 alias c_gtk_button_get_label gtk_button_get_label;
10718 alias c_gtk_button_get_relief gtk_button_get_relief;
10719 alias c_gtk_button_get_use_stock gtk_button_get_use_stock;
10720 alias c_gtk_button_get_use_underline gtk_button_get_use_underline;
10721 alias c_gtk_button_leave gtk_button_leave;
10722 alias c_gtk_button_pressed gtk_button_pressed;
10723 alias c_gtk_button_released gtk_button_released;
10724 alias c_gtk_button_set_alignment gtk_button_set_alignment;
10725 alias c_gtk_button_set_always_show_image gtk_button_set_always_show_image;
10726 alias c_gtk_button_set_focus_on_click gtk_button_set_focus_on_click;
10727 alias c_gtk_button_set_image gtk_button_set_image;
10728 alias c_gtk_button_set_image_position gtk_button_set_image_position;
10729 alias c_gtk_button_set_label gtk_button_set_label;
10730 alias c_gtk_button_set_relief gtk_button_set_relief;
10731 alias c_gtk_button_set_use_stock gtk_button_set_use_stock;
10732 alias c_gtk_button_set_use_underline gtk_button_set_use_underline;
10733 
10734 // gtk.ButtonAccessible
10735 
10736 alias c_gtk_button_accessible_get_type gtk_button_accessible_get_type;
10737 
10738 // gtk.ButtonBox
10739 
10740 alias c_gtk_button_box_get_type gtk_button_box_get_type;
10741 alias c_gtk_button_box_new gtk_button_box_new;
10742 alias c_gtk_button_box_get_child_non_homogeneous gtk_button_box_get_child_non_homogeneous;
10743 alias c_gtk_button_box_get_child_secondary gtk_button_box_get_child_secondary;
10744 alias c_gtk_button_box_get_layout gtk_button_box_get_layout;
10745 alias c_gtk_button_box_set_child_non_homogeneous gtk_button_box_set_child_non_homogeneous;
10746 alias c_gtk_button_box_set_child_secondary gtk_button_box_set_child_secondary;
10747 alias c_gtk_button_box_set_layout gtk_button_box_set_layout;
10748 
10749 // gtk.Calendar
10750 
10751 alias c_gtk_calendar_get_type gtk_calendar_get_type;
10752 alias c_gtk_calendar_new gtk_calendar_new;
10753 alias c_gtk_calendar_clear_marks gtk_calendar_clear_marks;
10754 alias c_gtk_calendar_get_date gtk_calendar_get_date;
10755 alias c_gtk_calendar_get_day_is_marked gtk_calendar_get_day_is_marked;
10756 alias c_gtk_calendar_get_detail_height_rows gtk_calendar_get_detail_height_rows;
10757 alias c_gtk_calendar_get_detail_width_chars gtk_calendar_get_detail_width_chars;
10758 alias c_gtk_calendar_get_display_options gtk_calendar_get_display_options;
10759 alias c_gtk_calendar_mark_day gtk_calendar_mark_day;
10760 alias c_gtk_calendar_select_day gtk_calendar_select_day;
10761 alias c_gtk_calendar_select_month gtk_calendar_select_month;
10762 alias c_gtk_calendar_set_detail_func gtk_calendar_set_detail_func;
10763 alias c_gtk_calendar_set_detail_height_rows gtk_calendar_set_detail_height_rows;
10764 alias c_gtk_calendar_set_detail_width_chars gtk_calendar_set_detail_width_chars;
10765 alias c_gtk_calendar_set_display_options gtk_calendar_set_display_options;
10766 alias c_gtk_calendar_unmark_day gtk_calendar_unmark_day;
10767 
10768 // gtk.CellAccessible
10769 
10770 alias c_gtk_cell_accessible_get_type gtk_cell_accessible_get_type;
10771 
10772 // gtk.CellAccessibleParent
10773 
10774 alias c_gtk_cell_accessible_parent_get_type gtk_cell_accessible_parent_get_type;
10775 alias c_gtk_cell_accessible_parent_activate gtk_cell_accessible_parent_activate;
10776 alias c_gtk_cell_accessible_parent_edit gtk_cell_accessible_parent_edit;
10777 alias c_gtk_cell_accessible_parent_expand_collapse gtk_cell_accessible_parent_expand_collapse;
10778 alias c_gtk_cell_accessible_parent_get_cell_area gtk_cell_accessible_parent_get_cell_area;
10779 alias c_gtk_cell_accessible_parent_get_cell_extents gtk_cell_accessible_parent_get_cell_extents;
10780 alias c_gtk_cell_accessible_parent_get_child_index gtk_cell_accessible_parent_get_child_index;
10781 alias c_gtk_cell_accessible_parent_get_renderer_state gtk_cell_accessible_parent_get_renderer_state;
10782 alias c_gtk_cell_accessible_parent_grab_focus gtk_cell_accessible_parent_grab_focus;
10783 alias c_gtk_cell_accessible_parent_update_relationset gtk_cell_accessible_parent_update_relationset;
10784 
10785 // gtk.CellArea
10786 
10787 alias c_gtk_cell_area_get_type gtk_cell_area_get_type;
10788 alias c_gtk_cell_area_activate gtk_cell_area_activate;
10789 alias c_gtk_cell_area_activate_cell gtk_cell_area_activate_cell;
10790 alias c_gtk_cell_area_add gtk_cell_area_add;
10791 alias c_gtk_cell_area_add_focus_sibling gtk_cell_area_add_focus_sibling;
10792 alias c_gtk_cell_area_add_with_properties gtk_cell_area_add_with_properties;
10793 alias c_gtk_cell_area_apply_attributes gtk_cell_area_apply_attributes;
10794 alias c_gtk_cell_area_attribute_connect gtk_cell_area_attribute_connect;
10795 alias c_gtk_cell_area_attribute_disconnect gtk_cell_area_attribute_disconnect;
10796 alias c_gtk_cell_area_attribute_get_column gtk_cell_area_attribute_get_column;
10797 alias c_gtk_cell_area_cell_get gtk_cell_area_cell_get;
10798 alias c_gtk_cell_area_cell_get_property gtk_cell_area_cell_get_property;
10799 alias c_gtk_cell_area_cell_get_valist gtk_cell_area_cell_get_valist;
10800 alias c_gtk_cell_area_cell_set gtk_cell_area_cell_set;
10801 alias c_gtk_cell_area_cell_set_property gtk_cell_area_cell_set_property;
10802 alias c_gtk_cell_area_cell_set_valist gtk_cell_area_cell_set_valist;
10803 alias c_gtk_cell_area_copy_context gtk_cell_area_copy_context;
10804 alias c_gtk_cell_area_create_context gtk_cell_area_create_context;
10805 alias c_gtk_cell_area_event gtk_cell_area_event;
10806 alias c_gtk_cell_area_focus gtk_cell_area_focus;
10807 alias c_gtk_cell_area_foreach gtk_cell_area_foreach;
10808 alias c_gtk_cell_area_foreach_alloc gtk_cell_area_foreach_alloc;
10809 alias c_gtk_cell_area_get_cell_allocation gtk_cell_area_get_cell_allocation;
10810 alias c_gtk_cell_area_get_cell_at_position gtk_cell_area_get_cell_at_position;
10811 alias c_gtk_cell_area_get_current_path_string gtk_cell_area_get_current_path_string;
10812 alias c_gtk_cell_area_get_edit_widget gtk_cell_area_get_edit_widget;
10813 alias c_gtk_cell_area_get_edited_cell gtk_cell_area_get_edited_cell;
10814 alias c_gtk_cell_area_get_focus_cell gtk_cell_area_get_focus_cell;
10815 alias c_gtk_cell_area_get_focus_from_sibling gtk_cell_area_get_focus_from_sibling;
10816 alias c_gtk_cell_area_get_focus_siblings gtk_cell_area_get_focus_siblings;
10817 alias c_gtk_cell_area_get_preferred_height gtk_cell_area_get_preferred_height;
10818 alias c_gtk_cell_area_get_preferred_height_for_width gtk_cell_area_get_preferred_height_for_width;
10819 alias c_gtk_cell_area_get_preferred_width gtk_cell_area_get_preferred_width;
10820 alias c_gtk_cell_area_get_preferred_width_for_height gtk_cell_area_get_preferred_width_for_height;
10821 alias c_gtk_cell_area_get_request_mode gtk_cell_area_get_request_mode;
10822 alias c_gtk_cell_area_has_renderer gtk_cell_area_has_renderer;
10823 alias c_gtk_cell_area_inner_cell_area gtk_cell_area_inner_cell_area;
10824 alias c_gtk_cell_area_is_activatable gtk_cell_area_is_activatable;
10825 alias c_gtk_cell_area_is_focus_sibling gtk_cell_area_is_focus_sibling;
10826 alias c_gtk_cell_area_remove gtk_cell_area_remove;
10827 alias c_gtk_cell_area_remove_focus_sibling gtk_cell_area_remove_focus_sibling;
10828 alias c_gtk_cell_area_render gtk_cell_area_render;
10829 alias c_gtk_cell_area_request_renderer gtk_cell_area_request_renderer;
10830 alias c_gtk_cell_area_set_focus_cell gtk_cell_area_set_focus_cell;
10831 alias c_gtk_cell_area_stop_editing gtk_cell_area_stop_editing;
10832 
10833 // gtk.CellAreaBox
10834 
10835 alias c_gtk_cell_area_box_get_type gtk_cell_area_box_get_type;
10836 alias c_gtk_cell_area_box_new gtk_cell_area_box_new;
10837 alias c_gtk_cell_area_box_get_spacing gtk_cell_area_box_get_spacing;
10838 alias c_gtk_cell_area_box_pack_end gtk_cell_area_box_pack_end;
10839 alias c_gtk_cell_area_box_pack_start gtk_cell_area_box_pack_start;
10840 alias c_gtk_cell_area_box_set_spacing gtk_cell_area_box_set_spacing;
10841 
10842 // gtk.CellAreaClass
10843 
10844 alias c_gtk_cell_area_class_find_cell_property gtk_cell_area_class_find_cell_property;
10845 alias c_gtk_cell_area_class_install_cell_property gtk_cell_area_class_install_cell_property;
10846 alias c_gtk_cell_area_class_list_cell_properties gtk_cell_area_class_list_cell_properties;
10847 
10848 // gtk.CellAreaContext
10849 
10850 alias c_gtk_cell_area_context_get_type gtk_cell_area_context_get_type;
10851 alias c_gtk_cell_area_context_allocate gtk_cell_area_context_allocate;
10852 alias c_gtk_cell_area_context_get_allocation gtk_cell_area_context_get_allocation;
10853 alias c_gtk_cell_area_context_get_area gtk_cell_area_context_get_area;
10854 alias c_gtk_cell_area_context_get_preferred_height gtk_cell_area_context_get_preferred_height;
10855 alias c_gtk_cell_area_context_get_preferred_height_for_width gtk_cell_area_context_get_preferred_height_for_width;
10856 alias c_gtk_cell_area_context_get_preferred_width gtk_cell_area_context_get_preferred_width;
10857 alias c_gtk_cell_area_context_get_preferred_width_for_height gtk_cell_area_context_get_preferred_width_for_height;
10858 alias c_gtk_cell_area_context_push_preferred_height gtk_cell_area_context_push_preferred_height;
10859 alias c_gtk_cell_area_context_push_preferred_width gtk_cell_area_context_push_preferred_width;
10860 alias c_gtk_cell_area_context_reset gtk_cell_area_context_reset;
10861 
10862 // gtk.CellEditable
10863 
10864 alias c_gtk_cell_editable_get_type gtk_cell_editable_get_type;
10865 alias c_gtk_cell_editable_editing_done gtk_cell_editable_editing_done;
10866 alias c_gtk_cell_editable_remove_widget gtk_cell_editable_remove_widget;
10867 alias c_gtk_cell_editable_start_editing gtk_cell_editable_start_editing;
10868 
10869 // gtk.CellLayout
10870 
10871 alias c_gtk_cell_layout_get_type gtk_cell_layout_get_type;
10872 alias c_gtk_cell_layout_add_attribute gtk_cell_layout_add_attribute;
10873 alias c_gtk_cell_layout_clear gtk_cell_layout_clear;
10874 alias c_gtk_cell_layout_clear_attributes gtk_cell_layout_clear_attributes;
10875 alias c_gtk_cell_layout_get_area gtk_cell_layout_get_area;
10876 alias c_gtk_cell_layout_get_cells gtk_cell_layout_get_cells;
10877 alias c_gtk_cell_layout_pack_end gtk_cell_layout_pack_end;
10878 alias c_gtk_cell_layout_pack_start gtk_cell_layout_pack_start;
10879 alias c_gtk_cell_layout_reorder gtk_cell_layout_reorder;
10880 alias c_gtk_cell_layout_set_attributes gtk_cell_layout_set_attributes;
10881 alias c_gtk_cell_layout_set_cell_data_func gtk_cell_layout_set_cell_data_func;
10882 
10883 // gtk.CellRenderer
10884 
10885 alias c_gtk_cell_renderer_get_type gtk_cell_renderer_get_type;
10886 alias c_gtk_cell_renderer_activate gtk_cell_renderer_activate;
10887 alias c_gtk_cell_renderer_get_aligned_area gtk_cell_renderer_get_aligned_area;
10888 alias c_gtk_cell_renderer_get_alignment gtk_cell_renderer_get_alignment;
10889 alias c_gtk_cell_renderer_get_fixed_size gtk_cell_renderer_get_fixed_size;
10890 alias c_gtk_cell_renderer_get_padding gtk_cell_renderer_get_padding;
10891 alias c_gtk_cell_renderer_get_preferred_height gtk_cell_renderer_get_preferred_height;
10892 alias c_gtk_cell_renderer_get_preferred_height_for_width gtk_cell_renderer_get_preferred_height_for_width;
10893 alias c_gtk_cell_renderer_get_preferred_size gtk_cell_renderer_get_preferred_size;
10894 alias c_gtk_cell_renderer_get_preferred_width gtk_cell_renderer_get_preferred_width;
10895 alias c_gtk_cell_renderer_get_preferred_width_for_height gtk_cell_renderer_get_preferred_width_for_height;
10896 alias c_gtk_cell_renderer_get_request_mode gtk_cell_renderer_get_request_mode;
10897 alias c_gtk_cell_renderer_get_sensitive gtk_cell_renderer_get_sensitive;
10898 alias c_gtk_cell_renderer_get_size gtk_cell_renderer_get_size;
10899 alias c_gtk_cell_renderer_get_state gtk_cell_renderer_get_state;
10900 alias c_gtk_cell_renderer_get_visible gtk_cell_renderer_get_visible;
10901 alias c_gtk_cell_renderer_is_activatable gtk_cell_renderer_is_activatable;
10902 alias c_gtk_cell_renderer_render gtk_cell_renderer_render;
10903 alias c_gtk_cell_renderer_set_alignment gtk_cell_renderer_set_alignment;
10904 alias c_gtk_cell_renderer_set_fixed_size gtk_cell_renderer_set_fixed_size;
10905 alias c_gtk_cell_renderer_set_padding gtk_cell_renderer_set_padding;
10906 alias c_gtk_cell_renderer_set_sensitive gtk_cell_renderer_set_sensitive;
10907 alias c_gtk_cell_renderer_set_visible gtk_cell_renderer_set_visible;
10908 alias c_gtk_cell_renderer_start_editing gtk_cell_renderer_start_editing;
10909 alias c_gtk_cell_renderer_stop_editing gtk_cell_renderer_stop_editing;
10910 
10911 // gtk.CellRendererAccel
10912 
10913 alias c_gtk_cell_renderer_accel_get_type gtk_cell_renderer_accel_get_type;
10914 alias c_gtk_cell_renderer_accel_new gtk_cell_renderer_accel_new;
10915 
10916 // gtk.CellRendererClass
10917 
10918 alias c_gtk_cell_renderer_class_set_accessible_type gtk_cell_renderer_class_set_accessible_type;
10919 
10920 // gtk.CellRendererCombo
10921 
10922 alias c_gtk_cell_renderer_combo_get_type gtk_cell_renderer_combo_get_type;
10923 alias c_gtk_cell_renderer_combo_new gtk_cell_renderer_combo_new;
10924 
10925 // gtk.CellRendererPixbuf
10926 
10927 alias c_gtk_cell_renderer_pixbuf_get_type gtk_cell_renderer_pixbuf_get_type;
10928 alias c_gtk_cell_renderer_pixbuf_new gtk_cell_renderer_pixbuf_new;
10929 
10930 // gtk.CellRendererProgress
10931 
10932 alias c_gtk_cell_renderer_progress_get_type gtk_cell_renderer_progress_get_type;
10933 alias c_gtk_cell_renderer_progress_new gtk_cell_renderer_progress_new;
10934 
10935 // gtk.CellRendererSpin
10936 
10937 alias c_gtk_cell_renderer_spin_get_type gtk_cell_renderer_spin_get_type;
10938 alias c_gtk_cell_renderer_spin_new gtk_cell_renderer_spin_new;
10939 
10940 // gtk.CellRendererSpinner
10941 
10942 alias c_gtk_cell_renderer_spinner_get_type gtk_cell_renderer_spinner_get_type;
10943 alias c_gtk_cell_renderer_spinner_new gtk_cell_renderer_spinner_new;
10944 
10945 // gtk.CellRendererText
10946 
10947 alias c_gtk_cell_renderer_text_get_type gtk_cell_renderer_text_get_type;
10948 alias c_gtk_cell_renderer_text_new gtk_cell_renderer_text_new;
10949 alias c_gtk_cell_renderer_text_set_fixed_height_from_font gtk_cell_renderer_text_set_fixed_height_from_font;
10950 
10951 // gtk.CellRendererToggle
10952 
10953 alias c_gtk_cell_renderer_toggle_get_type gtk_cell_renderer_toggle_get_type;
10954 alias c_gtk_cell_renderer_toggle_new gtk_cell_renderer_toggle_new;
10955 alias c_gtk_cell_renderer_toggle_get_activatable gtk_cell_renderer_toggle_get_activatable;
10956 alias c_gtk_cell_renderer_toggle_get_active gtk_cell_renderer_toggle_get_active;
10957 alias c_gtk_cell_renderer_toggle_get_radio gtk_cell_renderer_toggle_get_radio;
10958 alias c_gtk_cell_renderer_toggle_set_activatable gtk_cell_renderer_toggle_set_activatable;
10959 alias c_gtk_cell_renderer_toggle_set_active gtk_cell_renderer_toggle_set_active;
10960 alias c_gtk_cell_renderer_toggle_set_radio gtk_cell_renderer_toggle_set_radio;
10961 
10962 // gtk.CellView
10963 
10964 alias c_gtk_cell_view_get_type gtk_cell_view_get_type;
10965 alias c_gtk_cell_view_new gtk_cell_view_new;
10966 alias c_gtk_cell_view_new_with_context gtk_cell_view_new_with_context;
10967 alias c_gtk_cell_view_new_with_markup gtk_cell_view_new_with_markup;
10968 alias c_gtk_cell_view_new_with_pixbuf gtk_cell_view_new_with_pixbuf;
10969 alias c_gtk_cell_view_new_with_text gtk_cell_view_new_with_text;
10970 alias c_gtk_cell_view_get_displayed_row gtk_cell_view_get_displayed_row;
10971 alias c_gtk_cell_view_get_draw_sensitive gtk_cell_view_get_draw_sensitive;
10972 alias c_gtk_cell_view_get_fit_model gtk_cell_view_get_fit_model;
10973 alias c_gtk_cell_view_get_model gtk_cell_view_get_model;
10974 alias c_gtk_cell_view_get_size_of_row gtk_cell_view_get_size_of_row;
10975 alias c_gtk_cell_view_set_background_color gtk_cell_view_set_background_color;
10976 alias c_gtk_cell_view_set_background_rgba gtk_cell_view_set_background_rgba;
10977 alias c_gtk_cell_view_set_displayed_row gtk_cell_view_set_displayed_row;
10978 alias c_gtk_cell_view_set_draw_sensitive gtk_cell_view_set_draw_sensitive;
10979 alias c_gtk_cell_view_set_fit_model gtk_cell_view_set_fit_model;
10980 alias c_gtk_cell_view_set_model gtk_cell_view_set_model;
10981 
10982 // gtk.CheckButton
10983 
10984 alias c_gtk_check_button_get_type gtk_check_button_get_type;
10985 alias c_gtk_check_button_new gtk_check_button_new;
10986 alias c_gtk_check_button_new_with_label gtk_check_button_new_with_label;
10987 alias c_gtk_check_button_new_with_mnemonic gtk_check_button_new_with_mnemonic;
10988 
10989 // gtk.CheckMenuItem
10990 
10991 alias c_gtk_check_menu_item_get_type gtk_check_menu_item_get_type;
10992 alias c_gtk_check_menu_item_new gtk_check_menu_item_new;
10993 alias c_gtk_check_menu_item_new_with_label gtk_check_menu_item_new_with_label;
10994 alias c_gtk_check_menu_item_new_with_mnemonic gtk_check_menu_item_new_with_mnemonic;
10995 alias c_gtk_check_menu_item_get_active gtk_check_menu_item_get_active;
10996 alias c_gtk_check_menu_item_get_draw_as_radio gtk_check_menu_item_get_draw_as_radio;
10997 alias c_gtk_check_menu_item_get_inconsistent gtk_check_menu_item_get_inconsistent;
10998 alias c_gtk_check_menu_item_set_active gtk_check_menu_item_set_active;
10999 alias c_gtk_check_menu_item_set_draw_as_radio gtk_check_menu_item_set_draw_as_radio;
11000 alias c_gtk_check_menu_item_set_inconsistent gtk_check_menu_item_set_inconsistent;
11001 alias c_gtk_check_menu_item_toggled gtk_check_menu_item_toggled;
11002 
11003 // gtk.CheckMenuItemAccessible
11004 
11005 alias c_gtk_check_menu_item_accessible_get_type gtk_check_menu_item_accessible_get_type;
11006 
11007 // gtk.Clipboard
11008 
11009 alias c_gtk_clipboard_get_type gtk_clipboard_get_type;
11010 alias c_gtk_clipboard_get gtk_clipboard_get;
11011 alias c_gtk_clipboard_get_default gtk_clipboard_get_default;
11012 alias c_gtk_clipboard_get_for_display gtk_clipboard_get_for_display;
11013 alias c_gtk_clipboard_clear gtk_clipboard_clear;
11014 alias c_gtk_clipboard_get_display gtk_clipboard_get_display;
11015 alias c_gtk_clipboard_get_owner gtk_clipboard_get_owner;
11016 alias c_gtk_clipboard_request_contents gtk_clipboard_request_contents;
11017 alias c_gtk_clipboard_request_image gtk_clipboard_request_image;
11018 alias c_gtk_clipboard_request_rich_text gtk_clipboard_request_rich_text;
11019 alias c_gtk_clipboard_request_targets gtk_clipboard_request_targets;
11020 alias c_gtk_clipboard_request_text gtk_clipboard_request_text;
11021 alias c_gtk_clipboard_request_uris gtk_clipboard_request_uris;
11022 alias c_gtk_clipboard_set_can_store gtk_clipboard_set_can_store;
11023 alias c_gtk_clipboard_set_image gtk_clipboard_set_image;
11024 alias c_gtk_clipboard_set_text gtk_clipboard_set_text;
11025 alias c_gtk_clipboard_set_with_data gtk_clipboard_set_with_data;
11026 alias c_gtk_clipboard_set_with_owner gtk_clipboard_set_with_owner;
11027 alias c_gtk_clipboard_store gtk_clipboard_store;
11028 alias c_gtk_clipboard_wait_for_contents gtk_clipboard_wait_for_contents;
11029 alias c_gtk_clipboard_wait_for_image gtk_clipboard_wait_for_image;
11030 alias c_gtk_clipboard_wait_for_rich_text gtk_clipboard_wait_for_rich_text;
11031 alias c_gtk_clipboard_wait_for_targets gtk_clipboard_wait_for_targets;
11032 alias c_gtk_clipboard_wait_for_text gtk_clipboard_wait_for_text;
11033 alias c_gtk_clipboard_wait_for_uris gtk_clipboard_wait_for_uris;
11034 alias c_gtk_clipboard_wait_is_image_available gtk_clipboard_wait_is_image_available;
11035 alias c_gtk_clipboard_wait_is_rich_text_available gtk_clipboard_wait_is_rich_text_available;
11036 alias c_gtk_clipboard_wait_is_target_available gtk_clipboard_wait_is_target_available;
11037 alias c_gtk_clipboard_wait_is_text_available gtk_clipboard_wait_is_text_available;
11038 alias c_gtk_clipboard_wait_is_uris_available gtk_clipboard_wait_is_uris_available;
11039 
11040 // gtk.ColorButton
11041 
11042 alias c_gtk_color_button_get_type gtk_color_button_get_type;
11043 alias c_gtk_color_button_new gtk_color_button_new;
11044 alias c_gtk_color_button_new_with_color gtk_color_button_new_with_color;
11045 alias c_gtk_color_button_new_with_rgba gtk_color_button_new_with_rgba;
11046 alias c_gtk_color_button_get_alpha gtk_color_button_get_alpha;
11047 alias c_gtk_color_button_get_color gtk_color_button_get_color;
11048 alias c_gtk_color_button_get_rgba gtk_color_button_get_rgba;
11049 alias c_gtk_color_button_get_title gtk_color_button_get_title;
11050 alias c_gtk_color_button_get_use_alpha gtk_color_button_get_use_alpha;
11051 alias c_gtk_color_button_set_alpha gtk_color_button_set_alpha;
11052 alias c_gtk_color_button_set_color gtk_color_button_set_color;
11053 alias c_gtk_color_button_set_rgba gtk_color_button_set_rgba;
11054 alias c_gtk_color_button_set_title gtk_color_button_set_title;
11055 alias c_gtk_color_button_set_use_alpha gtk_color_button_set_use_alpha;
11056 
11057 // gtk.ColorChooser
11058 
11059 alias c_gtk_color_chooser_get_type gtk_color_chooser_get_type;
11060 alias c_gtk_color_chooser_add_palette gtk_color_chooser_add_palette;
11061 alias c_gtk_color_chooser_get_rgba gtk_color_chooser_get_rgba;
11062 alias c_gtk_color_chooser_get_use_alpha gtk_color_chooser_get_use_alpha;
11063 alias c_gtk_color_chooser_set_rgba gtk_color_chooser_set_rgba;
11064 alias c_gtk_color_chooser_set_use_alpha gtk_color_chooser_set_use_alpha;
11065 
11066 // gtk.ColorChooserDialog
11067 
11068 alias c_gtk_color_chooser_dialog_get_type gtk_color_chooser_dialog_get_type;
11069 alias c_gtk_color_chooser_dialog_new gtk_color_chooser_dialog_new;
11070 
11071 // gtk.ColorChooserWidget
11072 
11073 alias c_gtk_color_chooser_widget_get_type gtk_color_chooser_widget_get_type;
11074 alias c_gtk_color_chooser_widget_new gtk_color_chooser_widget_new;
11075 
11076 // gtk.ColorSelection
11077 
11078 alias c_gtk_color_selection_get_type gtk_color_selection_get_type;
11079 alias c_gtk_color_selection_new gtk_color_selection_new;
11080 alias c_gtk_color_selection_palette_from_string gtk_color_selection_palette_from_string;
11081 alias c_gtk_color_selection_palette_to_string gtk_color_selection_palette_to_string;
11082 alias c_gtk_color_selection_set_change_palette_with_screen_hook gtk_color_selection_set_change_palette_with_screen_hook;
11083 alias c_gtk_color_selection_get_current_alpha gtk_color_selection_get_current_alpha;
11084 alias c_gtk_color_selection_get_current_color gtk_color_selection_get_current_color;
11085 alias c_gtk_color_selection_get_current_rgba gtk_color_selection_get_current_rgba;
11086 alias c_gtk_color_selection_get_has_opacity_control gtk_color_selection_get_has_opacity_control;
11087 alias c_gtk_color_selection_get_has_palette gtk_color_selection_get_has_palette;
11088 alias c_gtk_color_selection_get_previous_alpha gtk_color_selection_get_previous_alpha;
11089 alias c_gtk_color_selection_get_previous_color gtk_color_selection_get_previous_color;
11090 alias c_gtk_color_selection_get_previous_rgba gtk_color_selection_get_previous_rgba;
11091 alias c_gtk_color_selection_is_adjusting gtk_color_selection_is_adjusting;
11092 alias c_gtk_color_selection_set_current_alpha gtk_color_selection_set_current_alpha;
11093 alias c_gtk_color_selection_set_current_color gtk_color_selection_set_current_color;
11094 alias c_gtk_color_selection_set_current_rgba gtk_color_selection_set_current_rgba;
11095 alias c_gtk_color_selection_set_has_opacity_control gtk_color_selection_set_has_opacity_control;
11096 alias c_gtk_color_selection_set_has_palette gtk_color_selection_set_has_palette;
11097 alias c_gtk_color_selection_set_previous_alpha gtk_color_selection_set_previous_alpha;
11098 alias c_gtk_color_selection_set_previous_color gtk_color_selection_set_previous_color;
11099 alias c_gtk_color_selection_set_previous_rgba gtk_color_selection_set_previous_rgba;
11100 
11101 // gtk.ColorSelectionDialog
11102 
11103 alias c_gtk_color_selection_dialog_get_type gtk_color_selection_dialog_get_type;
11104 alias c_gtk_color_selection_dialog_new gtk_color_selection_dialog_new;
11105 alias c_gtk_color_selection_dialog_get_color_selection gtk_color_selection_dialog_get_color_selection;
11106 
11107 // gtk.ComboBox
11108 
11109 alias c_gtk_combo_box_get_type gtk_combo_box_get_type;
11110 alias c_gtk_combo_box_new gtk_combo_box_new;
11111 alias c_gtk_combo_box_new_with_area gtk_combo_box_new_with_area;
11112 alias c_gtk_combo_box_new_with_area_and_entry gtk_combo_box_new_with_area_and_entry;
11113 alias c_gtk_combo_box_new_with_entry gtk_combo_box_new_with_entry;
11114 alias c_gtk_combo_box_new_with_model gtk_combo_box_new_with_model;
11115 alias c_gtk_combo_box_new_with_model_and_entry gtk_combo_box_new_with_model_and_entry;
11116 alias c_gtk_combo_box_get_active gtk_combo_box_get_active;
11117 alias c_gtk_combo_box_get_active_id gtk_combo_box_get_active_id;
11118 alias c_gtk_combo_box_get_active_iter gtk_combo_box_get_active_iter;
11119 alias c_gtk_combo_box_get_add_tearoffs gtk_combo_box_get_add_tearoffs;
11120 alias c_gtk_combo_box_get_button_sensitivity gtk_combo_box_get_button_sensitivity;
11121 alias c_gtk_combo_box_get_column_span_column gtk_combo_box_get_column_span_column;
11122 alias c_gtk_combo_box_get_entry_text_column gtk_combo_box_get_entry_text_column;
11123 alias c_gtk_combo_box_get_focus_on_click gtk_combo_box_get_focus_on_click;
11124 alias c_gtk_combo_box_get_has_entry gtk_combo_box_get_has_entry;
11125 alias c_gtk_combo_box_get_id_column gtk_combo_box_get_id_column;
11126 alias c_gtk_combo_box_get_model gtk_combo_box_get_model;
11127 alias c_gtk_combo_box_get_popup_accessible gtk_combo_box_get_popup_accessible;
11128 alias c_gtk_combo_box_get_popup_fixed_width gtk_combo_box_get_popup_fixed_width;
11129 alias c_gtk_combo_box_get_row_separator_func gtk_combo_box_get_row_separator_func;
11130 alias c_gtk_combo_box_get_row_span_column gtk_combo_box_get_row_span_column;
11131 alias c_gtk_combo_box_get_title gtk_combo_box_get_title;
11132 alias c_gtk_combo_box_get_wrap_width gtk_combo_box_get_wrap_width;
11133 alias c_gtk_combo_box_popdown gtk_combo_box_popdown;
11134 alias c_gtk_combo_box_popup gtk_combo_box_popup;
11135 alias c_gtk_combo_box_popup_for_device gtk_combo_box_popup_for_device;
11136 alias c_gtk_combo_box_set_active gtk_combo_box_set_active;
11137 alias c_gtk_combo_box_set_active_id gtk_combo_box_set_active_id;
11138 alias c_gtk_combo_box_set_active_iter gtk_combo_box_set_active_iter;
11139 alias c_gtk_combo_box_set_add_tearoffs gtk_combo_box_set_add_tearoffs;
11140 alias c_gtk_combo_box_set_button_sensitivity gtk_combo_box_set_button_sensitivity;
11141 alias c_gtk_combo_box_set_column_span_column gtk_combo_box_set_column_span_column;
11142 alias c_gtk_combo_box_set_entry_text_column gtk_combo_box_set_entry_text_column;
11143 alias c_gtk_combo_box_set_focus_on_click gtk_combo_box_set_focus_on_click;
11144 alias c_gtk_combo_box_set_id_column gtk_combo_box_set_id_column;
11145 alias c_gtk_combo_box_set_model gtk_combo_box_set_model;
11146 alias c_gtk_combo_box_set_popup_fixed_width gtk_combo_box_set_popup_fixed_width;
11147 alias c_gtk_combo_box_set_row_separator_func gtk_combo_box_set_row_separator_func;
11148 alias c_gtk_combo_box_set_row_span_column gtk_combo_box_set_row_span_column;
11149 alias c_gtk_combo_box_set_title gtk_combo_box_set_title;
11150 alias c_gtk_combo_box_set_wrap_width gtk_combo_box_set_wrap_width;
11151 
11152 // gtk.ComboBoxAccessible
11153 
11154 alias c_gtk_combo_box_accessible_get_type gtk_combo_box_accessible_get_type;
11155 
11156 // gtk.ComboBoxText
11157 
11158 alias c_gtk_combo_box_text_get_type gtk_combo_box_text_get_type;
11159 alias c_gtk_combo_box_text_new gtk_combo_box_text_new;
11160 alias c_gtk_combo_box_text_new_with_entry gtk_combo_box_text_new_with_entry;
11161 alias c_gtk_combo_box_text_append gtk_combo_box_text_append;
11162 alias c_gtk_combo_box_text_append_text gtk_combo_box_text_append_text;
11163 alias c_gtk_combo_box_text_get_active_text gtk_combo_box_text_get_active_text;
11164 alias c_gtk_combo_box_text_insert gtk_combo_box_text_insert;
11165 alias c_gtk_combo_box_text_insert_text gtk_combo_box_text_insert_text;
11166 alias c_gtk_combo_box_text_prepend gtk_combo_box_text_prepend;
11167 alias c_gtk_combo_box_text_prepend_text gtk_combo_box_text_prepend_text;
11168 alias c_gtk_combo_box_text_remove gtk_combo_box_text_remove;
11169 alias c_gtk_combo_box_text_remove_all gtk_combo_box_text_remove_all;
11170 
11171 // gtk.Container
11172 
11173 alias c_gtk_container_get_type gtk_container_get_type;
11174 alias c_gtk_container_add gtk_container_add;
11175 alias c_gtk_container_add_with_properties gtk_container_add_with_properties;
11176 alias c_gtk_container_check_resize gtk_container_check_resize;
11177 alias c_gtk_container_child_get gtk_container_child_get;
11178 alias c_gtk_container_child_get_property gtk_container_child_get_property;
11179 alias c_gtk_container_child_get_valist gtk_container_child_get_valist;
11180 alias c_gtk_container_child_notify gtk_container_child_notify;
11181 alias c_gtk_container_child_notify_by_pspec gtk_container_child_notify_by_pspec;
11182 alias c_gtk_container_child_set gtk_container_child_set;
11183 alias c_gtk_container_child_set_property gtk_container_child_set_property;
11184 alias c_gtk_container_child_set_valist gtk_container_child_set_valist;
11185 alias c_gtk_container_child_type gtk_container_child_type;
11186 alias c_gtk_container_forall gtk_container_forall;
11187 alias c_gtk_container_foreach gtk_container_foreach;
11188 alias c_gtk_container_get_border_width gtk_container_get_border_width;
11189 alias c_gtk_container_get_children gtk_container_get_children;
11190 alias c_gtk_container_get_focus_chain gtk_container_get_focus_chain;
11191 alias c_gtk_container_get_focus_child gtk_container_get_focus_child;
11192 alias c_gtk_container_get_focus_hadjustment gtk_container_get_focus_hadjustment;
11193 alias c_gtk_container_get_focus_vadjustment gtk_container_get_focus_vadjustment;
11194 alias c_gtk_container_get_path_for_child gtk_container_get_path_for_child;
11195 alias c_gtk_container_get_resize_mode gtk_container_get_resize_mode;
11196 alias c_gtk_container_propagate_draw gtk_container_propagate_draw;
11197 alias c_gtk_container_remove gtk_container_remove;
11198 alias c_gtk_container_resize_children gtk_container_resize_children;
11199 alias c_gtk_container_set_border_width gtk_container_set_border_width;
11200 alias c_gtk_container_set_focus_chain gtk_container_set_focus_chain;
11201 alias c_gtk_container_set_focus_child gtk_container_set_focus_child;
11202 alias c_gtk_container_set_focus_hadjustment gtk_container_set_focus_hadjustment;
11203 alias c_gtk_container_set_focus_vadjustment gtk_container_set_focus_vadjustment;
11204 alias c_gtk_container_set_reallocate_redraws gtk_container_set_reallocate_redraws;
11205 alias c_gtk_container_set_resize_mode gtk_container_set_resize_mode;
11206 alias c_gtk_container_unset_focus_chain gtk_container_unset_focus_chain;
11207 
11208 // gtk.ContainerAccessible
11209 
11210 alias c_gtk_container_accessible_get_type gtk_container_accessible_get_type;
11211 
11212 // gtk.ContainerCellAccessible
11213 
11214 alias c_gtk_container_cell_accessible_get_type gtk_container_cell_accessible_get_type;
11215 alias c_gtk_container_cell_accessible_new gtk_container_cell_accessible_new;
11216 alias c_gtk_container_cell_accessible_add_child gtk_container_cell_accessible_add_child;
11217 alias c_gtk_container_cell_accessible_get_children gtk_container_cell_accessible_get_children;
11218 alias c_gtk_container_cell_accessible_remove_child gtk_container_cell_accessible_remove_child;
11219 
11220 // gtk.ContainerClass
11221 
11222 alias c_gtk_container_class_find_child_property gtk_container_class_find_child_property;
11223 alias c_gtk_container_class_handle_border_width gtk_container_class_handle_border_width;
11224 alias c_gtk_container_class_install_child_properties gtk_container_class_install_child_properties;
11225 alias c_gtk_container_class_install_child_property gtk_container_class_install_child_property;
11226 alias c_gtk_container_class_list_child_properties gtk_container_class_list_child_properties;
11227 
11228 // gtk.CssProvider
11229 
11230 alias c_gtk_css_provider_get_type gtk_css_provider_get_type;
11231 alias c_gtk_css_provider_new gtk_css_provider_new;
11232 alias c_gtk_css_provider_get_default gtk_css_provider_get_default;
11233 alias c_gtk_css_provider_get_named gtk_css_provider_get_named;
11234 alias c_gtk_css_provider_load_from_data gtk_css_provider_load_from_data;
11235 alias c_gtk_css_provider_load_from_file gtk_css_provider_load_from_file;
11236 alias c_gtk_css_provider_load_from_path gtk_css_provider_load_from_path;
11237 alias c_gtk_css_provider_load_from_resource gtk_css_provider_load_from_resource;
11238 alias c_gtk_css_provider_to_string gtk_css_provider_to_string;
11239 
11240 // gtk.CssSection
11241 
11242 alias c_gtk_css_section_get_type gtk_css_section_get_type;
11243 alias c_gtk_css_section_get_end_line gtk_css_section_get_end_line;
11244 alias c_gtk_css_section_get_end_position gtk_css_section_get_end_position;
11245 alias c_gtk_css_section_get_file gtk_css_section_get_file;
11246 alias c_gtk_css_section_get_parent gtk_css_section_get_parent;
11247 alias c_gtk_css_section_get_section_type gtk_css_section_get_section_type;
11248 alias c_gtk_css_section_get_start_line gtk_css_section_get_start_line;
11249 alias c_gtk_css_section_get_start_position gtk_css_section_get_start_position;
11250 alias c_gtk_css_section_ref gtk_css_section_ref;
11251 alias c_gtk_css_section_unref gtk_css_section_unref;
11252 
11253 // gtk.Dialog
11254 
11255 alias c_gtk_dialog_get_type gtk_dialog_get_type;
11256 alias c_gtk_dialog_new gtk_dialog_new;
11257 alias c_gtk_dialog_new_with_buttons gtk_dialog_new_with_buttons;
11258 alias c_gtk_dialog_add_action_widget gtk_dialog_add_action_widget;
11259 alias c_gtk_dialog_add_button gtk_dialog_add_button;
11260 alias c_gtk_dialog_add_buttons gtk_dialog_add_buttons;
11261 alias c_gtk_dialog_get_action_area gtk_dialog_get_action_area;
11262 alias c_gtk_dialog_get_content_area gtk_dialog_get_content_area;
11263 alias c_gtk_dialog_get_header_bar gtk_dialog_get_header_bar;
11264 alias c_gtk_dialog_get_response_for_widget gtk_dialog_get_response_for_widget;
11265 alias c_gtk_dialog_get_widget_for_response gtk_dialog_get_widget_for_response;
11266 alias c_gtk_dialog_response gtk_dialog_response;
11267 alias c_gtk_dialog_run gtk_dialog_run;
11268 alias c_gtk_dialog_set_alternative_button_order gtk_dialog_set_alternative_button_order;
11269 alias c_gtk_dialog_set_alternative_button_order_from_array gtk_dialog_set_alternative_button_order_from_array;
11270 alias c_gtk_dialog_set_default_response gtk_dialog_set_default_response;
11271 alias c_gtk_dialog_set_response_sensitive gtk_dialog_set_response_sensitive;
11272 alias c_gtk_alternative_dialog_button_order gtk_alternative_dialog_button_order;
11273 
11274 // gtk.DrawingArea
11275 
11276 alias c_gtk_drawing_area_get_type gtk_drawing_area_get_type;
11277 alias c_gtk_drawing_area_new gtk_drawing_area_new;
11278 
11279 // gtk.Editable
11280 
11281 alias c_gtk_editable_get_type gtk_editable_get_type;
11282 alias c_gtk_editable_copy_clipboard gtk_editable_copy_clipboard;
11283 alias c_gtk_editable_cut_clipboard gtk_editable_cut_clipboard;
11284 alias c_gtk_editable_delete_selection gtk_editable_delete_selection;
11285 alias c_gtk_editable_delete_text gtk_editable_delete_text;
11286 alias c_gtk_editable_get_chars gtk_editable_get_chars;
11287 alias c_gtk_editable_get_editable gtk_editable_get_editable;
11288 alias c_gtk_editable_get_position gtk_editable_get_position;
11289 alias c_gtk_editable_get_selection_bounds gtk_editable_get_selection_bounds;
11290 alias c_gtk_editable_insert_text gtk_editable_insert_text;
11291 alias c_gtk_editable_paste_clipboard gtk_editable_paste_clipboard;
11292 alias c_gtk_editable_select_region gtk_editable_select_region;
11293 alias c_gtk_editable_set_editable gtk_editable_set_editable;
11294 alias c_gtk_editable_set_position gtk_editable_set_position;
11295 
11296 // gtk.Entry
11297 
11298 alias c_gtk_entry_get_type gtk_entry_get_type;
11299 alias c_gtk_entry_new gtk_entry_new;
11300 alias c_gtk_entry_new_with_buffer gtk_entry_new_with_buffer;
11301 alias c_gtk_entry_get_activates_default gtk_entry_get_activates_default;
11302 alias c_gtk_entry_get_alignment gtk_entry_get_alignment;
11303 alias c_gtk_entry_get_attributes gtk_entry_get_attributes;
11304 alias c_gtk_entry_get_buffer gtk_entry_get_buffer;
11305 alias c_gtk_entry_get_completion gtk_entry_get_completion;
11306 alias c_gtk_entry_get_current_icon_drag_source gtk_entry_get_current_icon_drag_source;
11307 alias c_gtk_entry_get_cursor_hadjustment gtk_entry_get_cursor_hadjustment;
11308 alias c_gtk_entry_get_has_frame gtk_entry_get_has_frame;
11309 alias c_gtk_entry_get_icon_activatable gtk_entry_get_icon_activatable;
11310 alias c_gtk_entry_get_icon_area gtk_entry_get_icon_area;
11311 alias c_gtk_entry_get_icon_at_pos gtk_entry_get_icon_at_pos;
11312 alias c_gtk_entry_get_icon_gicon gtk_entry_get_icon_gicon;
11313 alias c_gtk_entry_get_icon_name gtk_entry_get_icon_name;
11314 alias c_gtk_entry_get_icon_pixbuf gtk_entry_get_icon_pixbuf;
11315 alias c_gtk_entry_get_icon_sensitive gtk_entry_get_icon_sensitive;
11316 alias c_gtk_entry_get_icon_stock gtk_entry_get_icon_stock;
11317 alias c_gtk_entry_get_icon_storage_type gtk_entry_get_icon_storage_type;
11318 alias c_gtk_entry_get_icon_tooltip_markup gtk_entry_get_icon_tooltip_markup;
11319 alias c_gtk_entry_get_icon_tooltip_text gtk_entry_get_icon_tooltip_text;
11320 alias c_gtk_entry_get_inner_border gtk_entry_get_inner_border;
11321 alias c_gtk_entry_get_input_hints gtk_entry_get_input_hints;
11322 alias c_gtk_entry_get_input_purpose gtk_entry_get_input_purpose;
11323 alias c_gtk_entry_get_invisible_char gtk_entry_get_invisible_char;
11324 alias c_gtk_entry_get_layout gtk_entry_get_layout;
11325 alias c_gtk_entry_get_layout_offsets gtk_entry_get_layout_offsets;
11326 alias c_gtk_entry_get_max_length gtk_entry_get_max_length;
11327 alias c_gtk_entry_get_max_width_chars gtk_entry_get_max_width_chars;
11328 alias c_gtk_entry_get_overwrite_mode gtk_entry_get_overwrite_mode;
11329 alias c_gtk_entry_get_placeholder_text gtk_entry_get_placeholder_text;
11330 alias c_gtk_entry_get_progress_fraction gtk_entry_get_progress_fraction;
11331 alias c_gtk_entry_get_progress_pulse_step gtk_entry_get_progress_pulse_step;
11332 alias c_gtk_entry_get_tabs gtk_entry_get_tabs;
11333 alias c_gtk_entry_get_text gtk_entry_get_text;
11334 alias c_gtk_entry_get_text_area gtk_entry_get_text_area;
11335 alias c_gtk_entry_get_text_length gtk_entry_get_text_length;
11336 alias c_gtk_entry_get_visibility gtk_entry_get_visibility;
11337 alias c_gtk_entry_get_width_chars gtk_entry_get_width_chars;
11338 alias c_gtk_entry_grab_focus_without_selecting gtk_entry_grab_focus_without_selecting;
11339 alias c_gtk_entry_im_context_filter_keypress gtk_entry_im_context_filter_keypress;
11340 alias c_gtk_entry_layout_index_to_text_index gtk_entry_layout_index_to_text_index;
11341 alias c_gtk_entry_progress_pulse gtk_entry_progress_pulse;
11342 alias c_gtk_entry_reset_im_context gtk_entry_reset_im_context;
11343 alias c_gtk_entry_set_activates_default gtk_entry_set_activates_default;
11344 alias c_gtk_entry_set_alignment gtk_entry_set_alignment;
11345 alias c_gtk_entry_set_attributes gtk_entry_set_attributes;
11346 alias c_gtk_entry_set_buffer gtk_entry_set_buffer;
11347 alias c_gtk_entry_set_completion gtk_entry_set_completion;
11348 alias c_gtk_entry_set_cursor_hadjustment gtk_entry_set_cursor_hadjustment;
11349 alias c_gtk_entry_set_has_frame gtk_entry_set_has_frame;
11350 alias c_gtk_entry_set_icon_activatable gtk_entry_set_icon_activatable;
11351 alias c_gtk_entry_set_icon_drag_source gtk_entry_set_icon_drag_source;
11352 alias c_gtk_entry_set_icon_from_gicon gtk_entry_set_icon_from_gicon;
11353 alias c_gtk_entry_set_icon_from_icon_name gtk_entry_set_icon_from_icon_name;
11354 alias c_gtk_entry_set_icon_from_pixbuf gtk_entry_set_icon_from_pixbuf;
11355 alias c_gtk_entry_set_icon_from_stock gtk_entry_set_icon_from_stock;
11356 alias c_gtk_entry_set_icon_sensitive gtk_entry_set_icon_sensitive;
11357 alias c_gtk_entry_set_icon_tooltip_markup gtk_entry_set_icon_tooltip_markup;
11358 alias c_gtk_entry_set_icon_tooltip_text gtk_entry_set_icon_tooltip_text;
11359 alias c_gtk_entry_set_inner_border gtk_entry_set_inner_border;
11360 alias c_gtk_entry_set_input_hints gtk_entry_set_input_hints;
11361 alias c_gtk_entry_set_input_purpose gtk_entry_set_input_purpose;
11362 alias c_gtk_entry_set_invisible_char gtk_entry_set_invisible_char;
11363 alias c_gtk_entry_set_max_length gtk_entry_set_max_length;
11364 alias c_gtk_entry_set_max_width_chars gtk_entry_set_max_width_chars;
11365 alias c_gtk_entry_set_overwrite_mode gtk_entry_set_overwrite_mode;
11366 alias c_gtk_entry_set_placeholder_text gtk_entry_set_placeholder_text;
11367 alias c_gtk_entry_set_progress_fraction gtk_entry_set_progress_fraction;
11368 alias c_gtk_entry_set_progress_pulse_step gtk_entry_set_progress_pulse_step;
11369 alias c_gtk_entry_set_tabs gtk_entry_set_tabs;
11370 alias c_gtk_entry_set_text gtk_entry_set_text;
11371 alias c_gtk_entry_set_visibility gtk_entry_set_visibility;
11372 alias c_gtk_entry_set_width_chars gtk_entry_set_width_chars;
11373 alias c_gtk_entry_text_index_to_layout_index gtk_entry_text_index_to_layout_index;
11374 alias c_gtk_entry_unset_invisible_char gtk_entry_unset_invisible_char;
11375 
11376 // gtk.EntryAccessible
11377 
11378 alias c_gtk_entry_accessible_get_type gtk_entry_accessible_get_type;
11379 
11380 // gtk.EntryBuffer
11381 
11382 alias c_gtk_entry_buffer_get_type gtk_entry_buffer_get_type;
11383 alias c_gtk_entry_buffer_new gtk_entry_buffer_new;
11384 alias c_gtk_entry_buffer_delete_text gtk_entry_buffer_delete_text;
11385 alias c_gtk_entry_buffer_emit_deleted_text gtk_entry_buffer_emit_deleted_text;
11386 alias c_gtk_entry_buffer_emit_inserted_text gtk_entry_buffer_emit_inserted_text;
11387 alias c_gtk_entry_buffer_get_bytes gtk_entry_buffer_get_bytes;
11388 alias c_gtk_entry_buffer_get_length gtk_entry_buffer_get_length;
11389 alias c_gtk_entry_buffer_get_max_length gtk_entry_buffer_get_max_length;
11390 alias c_gtk_entry_buffer_get_text gtk_entry_buffer_get_text;
11391 alias c_gtk_entry_buffer_insert_text gtk_entry_buffer_insert_text;
11392 alias c_gtk_entry_buffer_set_max_length gtk_entry_buffer_set_max_length;
11393 alias c_gtk_entry_buffer_set_text gtk_entry_buffer_set_text;
11394 
11395 // gtk.EntryCompletion
11396 
11397 alias c_gtk_entry_completion_get_type gtk_entry_completion_get_type;
11398 alias c_gtk_entry_completion_new gtk_entry_completion_new;
11399 alias c_gtk_entry_completion_new_with_area gtk_entry_completion_new_with_area;
11400 alias c_gtk_entry_completion_complete gtk_entry_completion_complete;
11401 alias c_gtk_entry_completion_compute_prefix gtk_entry_completion_compute_prefix;
11402 alias c_gtk_entry_completion_delete_action gtk_entry_completion_delete_action;
11403 alias c_gtk_entry_completion_get_completion_prefix gtk_entry_completion_get_completion_prefix;
11404 alias c_gtk_entry_completion_get_entry gtk_entry_completion_get_entry;
11405 alias c_gtk_entry_completion_get_inline_completion gtk_entry_completion_get_inline_completion;
11406 alias c_gtk_entry_completion_get_inline_selection gtk_entry_completion_get_inline_selection;
11407 alias c_gtk_entry_completion_get_minimum_key_length gtk_entry_completion_get_minimum_key_length;
11408 alias c_gtk_entry_completion_get_model gtk_entry_completion_get_model;
11409 alias c_gtk_entry_completion_get_popup_completion gtk_entry_completion_get_popup_completion;
11410 alias c_gtk_entry_completion_get_popup_set_width gtk_entry_completion_get_popup_set_width;
11411 alias c_gtk_entry_completion_get_popup_single_match gtk_entry_completion_get_popup_single_match;
11412 alias c_gtk_entry_completion_get_text_column gtk_entry_completion_get_text_column;
11413 alias c_gtk_entry_completion_insert_action_markup gtk_entry_completion_insert_action_markup;
11414 alias c_gtk_entry_completion_insert_action_text gtk_entry_completion_insert_action_text;
11415 alias c_gtk_entry_completion_insert_prefix gtk_entry_completion_insert_prefix;
11416 alias c_gtk_entry_completion_set_inline_completion gtk_entry_completion_set_inline_completion;
11417 alias c_gtk_entry_completion_set_inline_selection gtk_entry_completion_set_inline_selection;
11418 alias c_gtk_entry_completion_set_match_func gtk_entry_completion_set_match_func;
11419 alias c_gtk_entry_completion_set_minimum_key_length gtk_entry_completion_set_minimum_key_length;
11420 alias c_gtk_entry_completion_set_model gtk_entry_completion_set_model;
11421 alias c_gtk_entry_completion_set_popup_completion gtk_entry_completion_set_popup_completion;
11422 alias c_gtk_entry_completion_set_popup_set_width gtk_entry_completion_set_popup_set_width;
11423 alias c_gtk_entry_completion_set_popup_single_match gtk_entry_completion_set_popup_single_match;
11424 alias c_gtk_entry_completion_set_text_column gtk_entry_completion_set_text_column;
11425 
11426 // gtk.EntryIconAccessible
11427 
11428 alias c_gtk_entry_icon_accessible_get_type gtk_entry_icon_accessible_get_type;
11429 
11430 // gtk.EventBox
11431 
11432 alias c_gtk_event_box_get_type gtk_event_box_get_type;
11433 alias c_gtk_event_box_new gtk_event_box_new;
11434 alias c_gtk_event_box_get_above_child gtk_event_box_get_above_child;
11435 alias c_gtk_event_box_get_visible_window gtk_event_box_get_visible_window;
11436 alias c_gtk_event_box_set_above_child gtk_event_box_set_above_child;
11437 alias c_gtk_event_box_set_visible_window gtk_event_box_set_visible_window;
11438 
11439 // gtk.EventController
11440 
11441 alias c_gtk_event_controller_get_type gtk_event_controller_get_type;
11442 alias c_gtk_event_controller_get_propagation_phase gtk_event_controller_get_propagation_phase;
11443 alias c_gtk_event_controller_get_widget gtk_event_controller_get_widget;
11444 alias c_gtk_event_controller_handle_event gtk_event_controller_handle_event;
11445 alias c_gtk_event_controller_reset gtk_event_controller_reset;
11446 alias c_gtk_event_controller_set_propagation_phase gtk_event_controller_set_propagation_phase;
11447 
11448 // gtk.Expander
11449 
11450 alias c_gtk_expander_get_type gtk_expander_get_type;
11451 alias c_gtk_expander_new gtk_expander_new;
11452 alias c_gtk_expander_new_with_mnemonic gtk_expander_new_with_mnemonic;
11453 alias c_gtk_expander_get_expanded gtk_expander_get_expanded;
11454 alias c_gtk_expander_get_label gtk_expander_get_label;
11455 alias c_gtk_expander_get_label_fill gtk_expander_get_label_fill;
11456 alias c_gtk_expander_get_label_widget gtk_expander_get_label_widget;
11457 alias c_gtk_expander_get_resize_toplevel gtk_expander_get_resize_toplevel;
11458 alias c_gtk_expander_get_spacing gtk_expander_get_spacing;
11459 alias c_gtk_expander_get_use_markup gtk_expander_get_use_markup;
11460 alias c_gtk_expander_get_use_underline gtk_expander_get_use_underline;
11461 alias c_gtk_expander_set_expanded gtk_expander_set_expanded;
11462 alias c_gtk_expander_set_label gtk_expander_set_label;
11463 alias c_gtk_expander_set_label_fill gtk_expander_set_label_fill;
11464 alias c_gtk_expander_set_label_widget gtk_expander_set_label_widget;
11465 alias c_gtk_expander_set_resize_toplevel gtk_expander_set_resize_toplevel;
11466 alias c_gtk_expander_set_spacing gtk_expander_set_spacing;
11467 alias c_gtk_expander_set_use_markup gtk_expander_set_use_markup;
11468 alias c_gtk_expander_set_use_underline gtk_expander_set_use_underline;
11469 
11470 // gtk.ExpanderAccessible
11471 
11472 alias c_gtk_expander_accessible_get_type gtk_expander_accessible_get_type;
11473 
11474 // gtk.FileChooser
11475 
11476 alias c_gtk_file_chooser_get_type gtk_file_chooser_get_type;
11477 alias c_gtk_file_chooser_add_filter gtk_file_chooser_add_filter;
11478 alias c_gtk_file_chooser_add_shortcut_folder gtk_file_chooser_add_shortcut_folder;
11479 alias c_gtk_file_chooser_add_shortcut_folder_uri gtk_file_chooser_add_shortcut_folder_uri;
11480 alias c_gtk_file_chooser_get_action gtk_file_chooser_get_action;
11481 alias c_gtk_file_chooser_get_create_folders gtk_file_chooser_get_create_folders;
11482 alias c_gtk_file_chooser_get_current_folder gtk_file_chooser_get_current_folder;
11483 alias c_gtk_file_chooser_get_current_folder_file gtk_file_chooser_get_current_folder_file;
11484 alias c_gtk_file_chooser_get_current_folder_uri gtk_file_chooser_get_current_folder_uri;
11485 alias c_gtk_file_chooser_get_current_name gtk_file_chooser_get_current_name;
11486 alias c_gtk_file_chooser_get_do_overwrite_confirmation gtk_file_chooser_get_do_overwrite_confirmation;
11487 alias c_gtk_file_chooser_get_extra_widget gtk_file_chooser_get_extra_widget;
11488 alias c_gtk_file_chooser_get_file gtk_file_chooser_get_file;
11489 alias c_gtk_file_chooser_get_filename gtk_file_chooser_get_filename;
11490 alias c_gtk_file_chooser_get_filenames gtk_file_chooser_get_filenames;
11491 alias c_gtk_file_chooser_get_files gtk_file_chooser_get_files;
11492 alias c_gtk_file_chooser_get_filter gtk_file_chooser_get_filter;
11493 alias c_gtk_file_chooser_get_local_only gtk_file_chooser_get_local_only;
11494 alias c_gtk_file_chooser_get_preview_file gtk_file_chooser_get_preview_file;
11495 alias c_gtk_file_chooser_get_preview_filename gtk_file_chooser_get_preview_filename;
11496 alias c_gtk_file_chooser_get_preview_uri gtk_file_chooser_get_preview_uri;
11497 alias c_gtk_file_chooser_get_preview_widget gtk_file_chooser_get_preview_widget;
11498 alias c_gtk_file_chooser_get_preview_widget_active gtk_file_chooser_get_preview_widget_active;
11499 alias c_gtk_file_chooser_get_select_multiple gtk_file_chooser_get_select_multiple;
11500 alias c_gtk_file_chooser_get_show_hidden gtk_file_chooser_get_show_hidden;
11501 alias c_gtk_file_chooser_get_uri gtk_file_chooser_get_uri;
11502 alias c_gtk_file_chooser_get_uris gtk_file_chooser_get_uris;
11503 alias c_gtk_file_chooser_get_use_preview_label gtk_file_chooser_get_use_preview_label;
11504 alias c_gtk_file_chooser_list_filters gtk_file_chooser_list_filters;
11505 alias c_gtk_file_chooser_list_shortcut_folder_uris gtk_file_chooser_list_shortcut_folder_uris;
11506 alias c_gtk_file_chooser_list_shortcut_folders gtk_file_chooser_list_shortcut_folders;
11507 alias c_gtk_file_chooser_remove_filter gtk_file_chooser_remove_filter;
11508 alias c_gtk_file_chooser_remove_shortcut_folder gtk_file_chooser_remove_shortcut_folder;
11509 alias c_gtk_file_chooser_remove_shortcut_folder_uri gtk_file_chooser_remove_shortcut_folder_uri;
11510 alias c_gtk_file_chooser_select_all gtk_file_chooser_select_all;
11511 alias c_gtk_file_chooser_select_file gtk_file_chooser_select_file;
11512 alias c_gtk_file_chooser_select_filename gtk_file_chooser_select_filename;
11513 alias c_gtk_file_chooser_select_uri gtk_file_chooser_select_uri;
11514 alias c_gtk_file_chooser_set_action gtk_file_chooser_set_action;
11515 alias c_gtk_file_chooser_set_create_folders gtk_file_chooser_set_create_folders;
11516 alias c_gtk_file_chooser_set_current_folder gtk_file_chooser_set_current_folder;
11517 alias c_gtk_file_chooser_set_current_folder_file gtk_file_chooser_set_current_folder_file;
11518 alias c_gtk_file_chooser_set_current_folder_uri gtk_file_chooser_set_current_folder_uri;
11519 alias c_gtk_file_chooser_set_current_name gtk_file_chooser_set_current_name;
11520 alias c_gtk_file_chooser_set_do_overwrite_confirmation gtk_file_chooser_set_do_overwrite_confirmation;
11521 alias c_gtk_file_chooser_set_extra_widget gtk_file_chooser_set_extra_widget;
11522 alias c_gtk_file_chooser_set_file gtk_file_chooser_set_file;
11523 alias c_gtk_file_chooser_set_filename gtk_file_chooser_set_filename;
11524 alias c_gtk_file_chooser_set_filter gtk_file_chooser_set_filter;
11525 alias c_gtk_file_chooser_set_local_only gtk_file_chooser_set_local_only;
11526 alias c_gtk_file_chooser_set_preview_widget gtk_file_chooser_set_preview_widget;
11527 alias c_gtk_file_chooser_set_preview_widget_active gtk_file_chooser_set_preview_widget_active;
11528 alias c_gtk_file_chooser_set_select_multiple gtk_file_chooser_set_select_multiple;
11529 alias c_gtk_file_chooser_set_show_hidden gtk_file_chooser_set_show_hidden;
11530 alias c_gtk_file_chooser_set_uri gtk_file_chooser_set_uri;
11531 alias c_gtk_file_chooser_set_use_preview_label gtk_file_chooser_set_use_preview_label;
11532 alias c_gtk_file_chooser_unselect_all gtk_file_chooser_unselect_all;
11533 alias c_gtk_file_chooser_unselect_file gtk_file_chooser_unselect_file;
11534 alias c_gtk_file_chooser_unselect_filename gtk_file_chooser_unselect_filename;
11535 alias c_gtk_file_chooser_unselect_uri gtk_file_chooser_unselect_uri;
11536 
11537 // gtk.FileChooserButton
11538 
11539 alias c_gtk_file_chooser_button_get_type gtk_file_chooser_button_get_type;
11540 alias c_gtk_file_chooser_button_new gtk_file_chooser_button_new;
11541 alias c_gtk_file_chooser_button_new_with_dialog gtk_file_chooser_button_new_with_dialog;
11542 alias c_gtk_file_chooser_button_get_focus_on_click gtk_file_chooser_button_get_focus_on_click;
11543 alias c_gtk_file_chooser_button_get_title gtk_file_chooser_button_get_title;
11544 alias c_gtk_file_chooser_button_get_width_chars gtk_file_chooser_button_get_width_chars;
11545 alias c_gtk_file_chooser_button_set_focus_on_click gtk_file_chooser_button_set_focus_on_click;
11546 alias c_gtk_file_chooser_button_set_title gtk_file_chooser_button_set_title;
11547 alias c_gtk_file_chooser_button_set_width_chars gtk_file_chooser_button_set_width_chars;
11548 
11549 // gtk.FileChooserDialog
11550 
11551 alias c_gtk_file_chooser_dialog_get_type gtk_file_chooser_dialog_get_type;
11552 alias c_gtk_file_chooser_dialog_new gtk_file_chooser_dialog_new;
11553 
11554 // gtk.FileChooserNative
11555 
11556 alias c_gtk_file_chooser_native_get_type gtk_file_chooser_native_get_type;
11557 alias c_gtk_file_chooser_native_new gtk_file_chooser_native_new;
11558 alias c_gtk_file_chooser_native_get_accept_label gtk_file_chooser_native_get_accept_label;
11559 alias c_gtk_file_chooser_native_get_cancel_label gtk_file_chooser_native_get_cancel_label;
11560 alias c_gtk_file_chooser_native_set_accept_label gtk_file_chooser_native_set_accept_label;
11561 alias c_gtk_file_chooser_native_set_cancel_label gtk_file_chooser_native_set_cancel_label;
11562 
11563 // gtk.FileChooserWidget
11564 
11565 alias c_gtk_file_chooser_widget_get_type gtk_file_chooser_widget_get_type;
11566 alias c_gtk_file_chooser_widget_new gtk_file_chooser_widget_new;
11567 
11568 // gtk.FileFilter
11569 
11570 alias c_gtk_file_filter_get_type gtk_file_filter_get_type;
11571 alias c_gtk_file_filter_new gtk_file_filter_new;
11572 alias c_gtk_file_filter_add_custom gtk_file_filter_add_custom;
11573 alias c_gtk_file_filter_add_mime_type gtk_file_filter_add_mime_type;
11574 alias c_gtk_file_filter_add_pattern gtk_file_filter_add_pattern;
11575 alias c_gtk_file_filter_add_pixbuf_formats gtk_file_filter_add_pixbuf_formats;
11576 alias c_gtk_file_filter_filter gtk_file_filter_filter;
11577 alias c_gtk_file_filter_get_name gtk_file_filter_get_name;
11578 alias c_gtk_file_filter_get_needed gtk_file_filter_get_needed;
11579 alias c_gtk_file_filter_set_name gtk_file_filter_set_name;
11580 
11581 // gtk.Fixed
11582 
11583 alias c_gtk_fixed_get_type gtk_fixed_get_type;
11584 alias c_gtk_fixed_new gtk_fixed_new;
11585 alias c_gtk_fixed_move gtk_fixed_move;
11586 alias c_gtk_fixed_put gtk_fixed_put;
11587 
11588 // gtk.FlowBox
11589 
11590 alias c_gtk_flow_box_get_type gtk_flow_box_get_type;
11591 alias c_gtk_flow_box_new gtk_flow_box_new;
11592 alias c_gtk_flow_box_bind_model gtk_flow_box_bind_model;
11593 alias c_gtk_flow_box_get_activate_on_single_click gtk_flow_box_get_activate_on_single_click;
11594 alias c_gtk_flow_box_get_child_at_index gtk_flow_box_get_child_at_index;
11595 alias c_gtk_flow_box_get_column_spacing gtk_flow_box_get_column_spacing;
11596 alias c_gtk_flow_box_get_homogeneous gtk_flow_box_get_homogeneous;
11597 alias c_gtk_flow_box_get_max_children_per_line gtk_flow_box_get_max_children_per_line;
11598 alias c_gtk_flow_box_get_min_children_per_line gtk_flow_box_get_min_children_per_line;
11599 alias c_gtk_flow_box_get_row_spacing gtk_flow_box_get_row_spacing;
11600 alias c_gtk_flow_box_get_selected_children gtk_flow_box_get_selected_children;
11601 alias c_gtk_flow_box_get_selection_mode gtk_flow_box_get_selection_mode;
11602 alias c_gtk_flow_box_insert gtk_flow_box_insert;
11603 alias c_gtk_flow_box_invalidate_filter gtk_flow_box_invalidate_filter;
11604 alias c_gtk_flow_box_invalidate_sort gtk_flow_box_invalidate_sort;
11605 alias c_gtk_flow_box_select_all gtk_flow_box_select_all;
11606 alias c_gtk_flow_box_select_child gtk_flow_box_select_child;
11607 alias c_gtk_flow_box_selected_foreach gtk_flow_box_selected_foreach;
11608 alias c_gtk_flow_box_set_activate_on_single_click gtk_flow_box_set_activate_on_single_click;
11609 alias c_gtk_flow_box_set_column_spacing gtk_flow_box_set_column_spacing;
11610 alias c_gtk_flow_box_set_filter_func gtk_flow_box_set_filter_func;
11611 alias c_gtk_flow_box_set_hadjustment gtk_flow_box_set_hadjustment;
11612 alias c_gtk_flow_box_set_homogeneous gtk_flow_box_set_homogeneous;
11613 alias c_gtk_flow_box_set_max_children_per_line gtk_flow_box_set_max_children_per_line;
11614 alias c_gtk_flow_box_set_min_children_per_line gtk_flow_box_set_min_children_per_line;
11615 alias c_gtk_flow_box_set_row_spacing gtk_flow_box_set_row_spacing;
11616 alias c_gtk_flow_box_set_selection_mode gtk_flow_box_set_selection_mode;
11617 alias c_gtk_flow_box_set_sort_func gtk_flow_box_set_sort_func;
11618 alias c_gtk_flow_box_set_vadjustment gtk_flow_box_set_vadjustment;
11619 alias c_gtk_flow_box_unselect_all gtk_flow_box_unselect_all;
11620 alias c_gtk_flow_box_unselect_child gtk_flow_box_unselect_child;
11621 
11622 // gtk.FlowBoxAccessible
11623 
11624 alias c_gtk_flow_box_accessible_get_type gtk_flow_box_accessible_get_type;
11625 
11626 // gtk.FlowBoxChild
11627 
11628 alias c_gtk_flow_box_child_get_type gtk_flow_box_child_get_type;
11629 alias c_gtk_flow_box_child_new gtk_flow_box_child_new;
11630 alias c_gtk_flow_box_child_changed gtk_flow_box_child_changed;
11631 alias c_gtk_flow_box_child_get_index gtk_flow_box_child_get_index;
11632 alias c_gtk_flow_box_child_is_selected gtk_flow_box_child_is_selected;
11633 
11634 // gtk.FlowBoxChildAccessible
11635 
11636 alias c_gtk_flow_box_child_accessible_get_type gtk_flow_box_child_accessible_get_type;
11637 
11638 // gtk.FontButton
11639 
11640 alias c_gtk_font_button_get_type gtk_font_button_get_type;
11641 alias c_gtk_font_button_new gtk_font_button_new;
11642 alias c_gtk_font_button_new_with_font gtk_font_button_new_with_font;
11643 alias c_gtk_font_button_get_font_name gtk_font_button_get_font_name;
11644 alias c_gtk_font_button_get_show_size gtk_font_button_get_show_size;
11645 alias c_gtk_font_button_get_show_style gtk_font_button_get_show_style;
11646 alias c_gtk_font_button_get_title gtk_font_button_get_title;
11647 alias c_gtk_font_button_get_use_font gtk_font_button_get_use_font;
11648 alias c_gtk_font_button_get_use_size gtk_font_button_get_use_size;
11649 alias c_gtk_font_button_set_font_name gtk_font_button_set_font_name;
11650 alias c_gtk_font_button_set_show_size gtk_font_button_set_show_size;
11651 alias c_gtk_font_button_set_show_style gtk_font_button_set_show_style;
11652 alias c_gtk_font_button_set_title gtk_font_button_set_title;
11653 alias c_gtk_font_button_set_use_font gtk_font_button_set_use_font;
11654 alias c_gtk_font_button_set_use_size gtk_font_button_set_use_size;
11655 
11656 // gtk.FontChooser
11657 
11658 alias c_gtk_font_chooser_get_type gtk_font_chooser_get_type;
11659 alias c_gtk_font_chooser_get_font gtk_font_chooser_get_font;
11660 alias c_gtk_font_chooser_get_font_desc gtk_font_chooser_get_font_desc;
11661 alias c_gtk_font_chooser_get_font_face gtk_font_chooser_get_font_face;
11662 alias c_gtk_font_chooser_get_font_family gtk_font_chooser_get_font_family;
11663 alias c_gtk_font_chooser_get_font_map gtk_font_chooser_get_font_map;
11664 alias c_gtk_font_chooser_get_font_size gtk_font_chooser_get_font_size;
11665 alias c_gtk_font_chooser_get_preview_text gtk_font_chooser_get_preview_text;
11666 alias c_gtk_font_chooser_get_show_preview_entry gtk_font_chooser_get_show_preview_entry;
11667 alias c_gtk_font_chooser_set_filter_func gtk_font_chooser_set_filter_func;
11668 alias c_gtk_font_chooser_set_font gtk_font_chooser_set_font;
11669 alias c_gtk_font_chooser_set_font_desc gtk_font_chooser_set_font_desc;
11670 alias c_gtk_font_chooser_set_font_map gtk_font_chooser_set_font_map;
11671 alias c_gtk_font_chooser_set_preview_text gtk_font_chooser_set_preview_text;
11672 alias c_gtk_font_chooser_set_show_preview_entry gtk_font_chooser_set_show_preview_entry;
11673 
11674 // gtk.FontChooserDialog
11675 
11676 alias c_gtk_font_chooser_dialog_get_type gtk_font_chooser_dialog_get_type;
11677 alias c_gtk_font_chooser_dialog_new gtk_font_chooser_dialog_new;
11678 
11679 // gtk.FontChooserWidget
11680 
11681 alias c_gtk_font_chooser_widget_get_type gtk_font_chooser_widget_get_type;
11682 alias c_gtk_font_chooser_widget_new gtk_font_chooser_widget_new;
11683 
11684 // gtk.FontSelection
11685 
11686 alias c_gtk_font_selection_get_type gtk_font_selection_get_type;
11687 alias c_gtk_font_selection_new gtk_font_selection_new;
11688 alias c_gtk_font_selection_get_face gtk_font_selection_get_face;
11689 alias c_gtk_font_selection_get_face_list gtk_font_selection_get_face_list;
11690 alias c_gtk_font_selection_get_family gtk_font_selection_get_family;
11691 alias c_gtk_font_selection_get_family_list gtk_font_selection_get_family_list;
11692 alias c_gtk_font_selection_get_font_name gtk_font_selection_get_font_name;
11693 alias c_gtk_font_selection_get_preview_entry gtk_font_selection_get_preview_entry;
11694 alias c_gtk_font_selection_get_preview_text gtk_font_selection_get_preview_text;
11695 alias c_gtk_font_selection_get_size gtk_font_selection_get_size;
11696 alias c_gtk_font_selection_get_size_entry gtk_font_selection_get_size_entry;
11697 alias c_gtk_font_selection_get_size_list gtk_font_selection_get_size_list;
11698 alias c_gtk_font_selection_set_font_name gtk_font_selection_set_font_name;
11699 alias c_gtk_font_selection_set_preview_text gtk_font_selection_set_preview_text;
11700 
11701 // gtk.FontSelectionDialog
11702 
11703 alias c_gtk_font_selection_dialog_get_type gtk_font_selection_dialog_get_type;
11704 alias c_gtk_font_selection_dialog_new gtk_font_selection_dialog_new;
11705 alias c_gtk_font_selection_dialog_get_cancel_button gtk_font_selection_dialog_get_cancel_button;
11706 alias c_gtk_font_selection_dialog_get_font_name gtk_font_selection_dialog_get_font_name;
11707 alias c_gtk_font_selection_dialog_get_font_selection gtk_font_selection_dialog_get_font_selection;
11708 alias c_gtk_font_selection_dialog_get_ok_button gtk_font_selection_dialog_get_ok_button;
11709 alias c_gtk_font_selection_dialog_get_preview_text gtk_font_selection_dialog_get_preview_text;
11710 alias c_gtk_font_selection_dialog_set_font_name gtk_font_selection_dialog_set_font_name;
11711 alias c_gtk_font_selection_dialog_set_preview_text gtk_font_selection_dialog_set_preview_text;
11712 
11713 // gtk.Frame
11714 
11715 alias c_gtk_frame_get_type gtk_frame_get_type;
11716 alias c_gtk_frame_new gtk_frame_new;
11717 alias c_gtk_frame_get_label gtk_frame_get_label;
11718 alias c_gtk_frame_get_label_align gtk_frame_get_label_align;
11719 alias c_gtk_frame_get_label_widget gtk_frame_get_label_widget;
11720 alias c_gtk_frame_get_shadow_type gtk_frame_get_shadow_type;
11721 alias c_gtk_frame_set_label gtk_frame_set_label;
11722 alias c_gtk_frame_set_label_align gtk_frame_set_label_align;
11723 alias c_gtk_frame_set_label_widget gtk_frame_set_label_widget;
11724 alias c_gtk_frame_set_shadow_type gtk_frame_set_shadow_type;
11725 
11726 // gtk.FrameAccessible
11727 
11728 alias c_gtk_frame_accessible_get_type gtk_frame_accessible_get_type;
11729 
11730 // gtk.GLArea
11731 
11732 alias c_gtk_gl_area_get_type gtk_gl_area_get_type;
11733 alias c_gtk_gl_area_new gtk_gl_area_new;
11734 alias c_gtk_gl_area_attach_buffers gtk_gl_area_attach_buffers;
11735 alias c_gtk_gl_area_get_auto_render gtk_gl_area_get_auto_render;
11736 alias c_gtk_gl_area_get_context gtk_gl_area_get_context;
11737 alias c_gtk_gl_area_get_error gtk_gl_area_get_error;
11738 alias c_gtk_gl_area_get_has_alpha gtk_gl_area_get_has_alpha;
11739 alias c_gtk_gl_area_get_has_depth_buffer gtk_gl_area_get_has_depth_buffer;
11740 alias c_gtk_gl_area_get_has_stencil_buffer gtk_gl_area_get_has_stencil_buffer;
11741 alias c_gtk_gl_area_get_required_version gtk_gl_area_get_required_version;
11742 alias c_gtk_gl_area_make_current gtk_gl_area_make_current;
11743 alias c_gtk_gl_area_queue_render gtk_gl_area_queue_render;
11744 alias c_gtk_gl_area_set_auto_render gtk_gl_area_set_auto_render;
11745 alias c_gtk_gl_area_set_error gtk_gl_area_set_error;
11746 alias c_gtk_gl_area_set_has_alpha gtk_gl_area_set_has_alpha;
11747 alias c_gtk_gl_area_set_has_depth_buffer gtk_gl_area_set_has_depth_buffer;
11748 alias c_gtk_gl_area_set_has_stencil_buffer gtk_gl_area_set_has_stencil_buffer;
11749 alias c_gtk_gl_area_set_required_version gtk_gl_area_set_required_version;
11750 
11751 // gtk.Gesture
11752 
11753 alias c_gtk_gesture_get_type gtk_gesture_get_type;
11754 alias c_gtk_gesture_get_bounding_box gtk_gesture_get_bounding_box;
11755 alias c_gtk_gesture_get_bounding_box_center gtk_gesture_get_bounding_box_center;
11756 alias c_gtk_gesture_get_device gtk_gesture_get_device;
11757 alias c_gtk_gesture_get_group gtk_gesture_get_group;
11758 alias c_gtk_gesture_get_last_event gtk_gesture_get_last_event;
11759 alias c_gtk_gesture_get_last_updated_sequence gtk_gesture_get_last_updated_sequence;
11760 alias c_gtk_gesture_get_point gtk_gesture_get_point;
11761 alias c_gtk_gesture_get_sequence_state gtk_gesture_get_sequence_state;
11762 alias c_gtk_gesture_get_sequences gtk_gesture_get_sequences;
11763 alias c_gtk_gesture_get_window gtk_gesture_get_window;
11764 alias c_gtk_gesture_group gtk_gesture_group;
11765 alias c_gtk_gesture_handles_sequence gtk_gesture_handles_sequence;
11766 alias c_gtk_gesture_is_active gtk_gesture_is_active;
11767 alias c_gtk_gesture_is_grouped_with gtk_gesture_is_grouped_with;
11768 alias c_gtk_gesture_is_recognized gtk_gesture_is_recognized;
11769 alias c_gtk_gesture_set_sequence_state gtk_gesture_set_sequence_state;
11770 alias c_gtk_gesture_set_state gtk_gesture_set_state;
11771 alias c_gtk_gesture_set_window gtk_gesture_set_window;
11772 alias c_gtk_gesture_ungroup gtk_gesture_ungroup;
11773 
11774 // gtk.GestureDrag
11775 
11776 alias c_gtk_gesture_drag_get_type gtk_gesture_drag_get_type;
11777 alias c_gtk_gesture_drag_new gtk_gesture_drag_new;
11778 alias c_gtk_gesture_drag_get_offset gtk_gesture_drag_get_offset;
11779 alias c_gtk_gesture_drag_get_start_point gtk_gesture_drag_get_start_point;
11780 
11781 // gtk.GestureLongPress
11782 
11783 alias c_gtk_gesture_long_press_get_type gtk_gesture_long_press_get_type;
11784 alias c_gtk_gesture_long_press_new gtk_gesture_long_press_new;
11785 
11786 // gtk.GestureMultiPress
11787 
11788 alias c_gtk_gesture_multi_press_get_type gtk_gesture_multi_press_get_type;
11789 alias c_gtk_gesture_multi_press_new gtk_gesture_multi_press_new;
11790 alias c_gtk_gesture_multi_press_get_area gtk_gesture_multi_press_get_area;
11791 alias c_gtk_gesture_multi_press_set_area gtk_gesture_multi_press_set_area;
11792 
11793 // gtk.GesturePan
11794 
11795 alias c_gtk_gesture_pan_get_type gtk_gesture_pan_get_type;
11796 alias c_gtk_gesture_pan_new gtk_gesture_pan_new;
11797 alias c_gtk_gesture_pan_get_orientation gtk_gesture_pan_get_orientation;
11798 alias c_gtk_gesture_pan_set_orientation gtk_gesture_pan_set_orientation;
11799 
11800 // gtk.GestureRotate
11801 
11802 alias c_gtk_gesture_rotate_get_type gtk_gesture_rotate_get_type;
11803 alias c_gtk_gesture_rotate_new gtk_gesture_rotate_new;
11804 alias c_gtk_gesture_rotate_get_angle_delta gtk_gesture_rotate_get_angle_delta;
11805 
11806 // gtk.GestureSingle
11807 
11808 alias c_gtk_gesture_single_get_type gtk_gesture_single_get_type;
11809 alias c_gtk_gesture_single_get_button gtk_gesture_single_get_button;
11810 alias c_gtk_gesture_single_get_current_button gtk_gesture_single_get_current_button;
11811 alias c_gtk_gesture_single_get_current_sequence gtk_gesture_single_get_current_sequence;
11812 alias c_gtk_gesture_single_get_exclusive gtk_gesture_single_get_exclusive;
11813 alias c_gtk_gesture_single_get_touch_only gtk_gesture_single_get_touch_only;
11814 alias c_gtk_gesture_single_set_button gtk_gesture_single_set_button;
11815 alias c_gtk_gesture_single_set_exclusive gtk_gesture_single_set_exclusive;
11816 alias c_gtk_gesture_single_set_touch_only gtk_gesture_single_set_touch_only;
11817 
11818 // gtk.GestureSwipe
11819 
11820 alias c_gtk_gesture_swipe_get_type gtk_gesture_swipe_get_type;
11821 alias c_gtk_gesture_swipe_new gtk_gesture_swipe_new;
11822 alias c_gtk_gesture_swipe_get_velocity gtk_gesture_swipe_get_velocity;
11823 
11824 // gtk.GestureZoom
11825 
11826 alias c_gtk_gesture_zoom_get_type gtk_gesture_zoom_get_type;
11827 alias c_gtk_gesture_zoom_new gtk_gesture_zoom_new;
11828 alias c_gtk_gesture_zoom_get_scale_delta gtk_gesture_zoom_get_scale_delta;
11829 
11830 // gtk.Gradient
11831 
11832 alias c_gtk_gradient_get_type gtk_gradient_get_type;
11833 alias c_gtk_gradient_new_linear gtk_gradient_new_linear;
11834 alias c_gtk_gradient_new_radial gtk_gradient_new_radial;
11835 alias c_gtk_gradient_add_color_stop gtk_gradient_add_color_stop;
11836 alias c_gtk_gradient_ref gtk_gradient_ref;
11837 alias c_gtk_gradient_resolve gtk_gradient_resolve;
11838 alias c_gtk_gradient_resolve_for_context gtk_gradient_resolve_for_context;
11839 alias c_gtk_gradient_to_string gtk_gradient_to_string;
11840 alias c_gtk_gradient_unref gtk_gradient_unref;
11841 
11842 // gtk.Grid
11843 
11844 alias c_gtk_grid_get_type gtk_grid_get_type;
11845 alias c_gtk_grid_new gtk_grid_new;
11846 alias c_gtk_grid_attach gtk_grid_attach;
11847 alias c_gtk_grid_attach_next_to gtk_grid_attach_next_to;
11848 alias c_gtk_grid_get_baseline_row gtk_grid_get_baseline_row;
11849 alias c_gtk_grid_get_child_at gtk_grid_get_child_at;
11850 alias c_gtk_grid_get_column_homogeneous gtk_grid_get_column_homogeneous;
11851 alias c_gtk_grid_get_column_spacing gtk_grid_get_column_spacing;
11852 alias c_gtk_grid_get_row_baseline_position gtk_grid_get_row_baseline_position;
11853 alias c_gtk_grid_get_row_homogeneous gtk_grid_get_row_homogeneous;
11854 alias c_gtk_grid_get_row_spacing gtk_grid_get_row_spacing;
11855 alias c_gtk_grid_insert_column gtk_grid_insert_column;
11856 alias c_gtk_grid_insert_next_to gtk_grid_insert_next_to;
11857 alias c_gtk_grid_insert_row gtk_grid_insert_row;
11858 alias c_gtk_grid_remove_column gtk_grid_remove_column;
11859 alias c_gtk_grid_remove_row gtk_grid_remove_row;
11860 alias c_gtk_grid_set_baseline_row gtk_grid_set_baseline_row;
11861 alias c_gtk_grid_set_column_homogeneous gtk_grid_set_column_homogeneous;
11862 alias c_gtk_grid_set_column_spacing gtk_grid_set_column_spacing;
11863 alias c_gtk_grid_set_row_baseline_position gtk_grid_set_row_baseline_position;
11864 alias c_gtk_grid_set_row_homogeneous gtk_grid_set_row_homogeneous;
11865 alias c_gtk_grid_set_row_spacing gtk_grid_set_row_spacing;
11866 
11867 // gtk.HBox
11868 
11869 alias c_gtk_hbox_get_type gtk_hbox_get_type;
11870 alias c_gtk_hbox_new gtk_hbox_new;
11871 
11872 // gtk.HButtonBox
11873 
11874 alias c_gtk_hbutton_box_get_type gtk_hbutton_box_get_type;
11875 alias c_gtk_hbutton_box_new gtk_hbutton_box_new;
11876 
11877 // gtk.HPaned
11878 
11879 alias c_gtk_hpaned_get_type gtk_hpaned_get_type;
11880 alias c_gtk_hpaned_new gtk_hpaned_new;
11881 
11882 // gtk.HSV
11883 
11884 alias c_gtk_hsv_get_type gtk_hsv_get_type;
11885 alias c_gtk_hsv_new gtk_hsv_new;
11886 alias c_gtk_hsv_to_rgb gtk_hsv_to_rgb;
11887 alias c_gtk_hsv_get_color gtk_hsv_get_color;
11888 alias c_gtk_hsv_get_metrics gtk_hsv_get_metrics;
11889 alias c_gtk_hsv_is_adjusting gtk_hsv_is_adjusting;
11890 alias c_gtk_hsv_set_color gtk_hsv_set_color;
11891 alias c_gtk_hsv_set_metrics gtk_hsv_set_metrics;
11892 alias c_gtk_rgb_to_hsv gtk_rgb_to_hsv;
11893 
11894 // gtk.HScale
11895 
11896 alias c_gtk_hscale_get_type gtk_hscale_get_type;
11897 alias c_gtk_hscale_new gtk_hscale_new;
11898 alias c_gtk_hscale_new_with_range gtk_hscale_new_with_range;
11899 
11900 // gtk.HScrollbar
11901 
11902 alias c_gtk_hscrollbar_get_type gtk_hscrollbar_get_type;
11903 alias c_gtk_hscrollbar_new gtk_hscrollbar_new;
11904 
11905 // gtk.HSeparator
11906 
11907 alias c_gtk_hseparator_get_type gtk_hseparator_get_type;
11908 alias c_gtk_hseparator_new gtk_hseparator_new;
11909 
11910 // gtk.HandleBox
11911 
11912 alias c_gtk_handle_box_get_type gtk_handle_box_get_type;
11913 alias c_gtk_handle_box_new gtk_handle_box_new;
11914 alias c_gtk_handle_box_get_child_detached gtk_handle_box_get_child_detached;
11915 alias c_gtk_handle_box_get_handle_position gtk_handle_box_get_handle_position;
11916 alias c_gtk_handle_box_get_shadow_type gtk_handle_box_get_shadow_type;
11917 alias c_gtk_handle_box_get_snap_edge gtk_handle_box_get_snap_edge;
11918 alias c_gtk_handle_box_set_handle_position gtk_handle_box_set_handle_position;
11919 alias c_gtk_handle_box_set_shadow_type gtk_handle_box_set_shadow_type;
11920 alias c_gtk_handle_box_set_snap_edge gtk_handle_box_set_snap_edge;
11921 
11922 // gtk.HeaderBar
11923 
11924 alias c_gtk_header_bar_get_type gtk_header_bar_get_type;
11925 alias c_gtk_header_bar_new gtk_header_bar_new;
11926 alias c_gtk_header_bar_get_custom_title gtk_header_bar_get_custom_title;
11927 alias c_gtk_header_bar_get_decoration_layout gtk_header_bar_get_decoration_layout;
11928 alias c_gtk_header_bar_get_has_subtitle gtk_header_bar_get_has_subtitle;
11929 alias c_gtk_header_bar_get_show_close_button gtk_header_bar_get_show_close_button;
11930 alias c_gtk_header_bar_get_subtitle gtk_header_bar_get_subtitle;
11931 alias c_gtk_header_bar_get_title gtk_header_bar_get_title;
11932 alias c_gtk_header_bar_pack_end gtk_header_bar_pack_end;
11933 alias c_gtk_header_bar_pack_start gtk_header_bar_pack_start;
11934 alias c_gtk_header_bar_set_custom_title gtk_header_bar_set_custom_title;
11935 alias c_gtk_header_bar_set_decoration_layout gtk_header_bar_set_decoration_layout;
11936 alias c_gtk_header_bar_set_has_subtitle gtk_header_bar_set_has_subtitle;
11937 alias c_gtk_header_bar_set_show_close_button gtk_header_bar_set_show_close_button;
11938 alias c_gtk_header_bar_set_subtitle gtk_header_bar_set_subtitle;
11939 alias c_gtk_header_bar_set_title gtk_header_bar_set_title;
11940 
11941 // gtk.IMContext
11942 
11943 alias c_gtk_im_context_get_type gtk_im_context_get_type;
11944 alias c_gtk_im_context_delete_surrounding gtk_im_context_delete_surrounding;
11945 alias c_gtk_im_context_filter_keypress gtk_im_context_filter_keypress;
11946 alias c_gtk_im_context_focus_in gtk_im_context_focus_in;
11947 alias c_gtk_im_context_focus_out gtk_im_context_focus_out;
11948 alias c_gtk_im_context_get_preedit_string gtk_im_context_get_preedit_string;
11949 alias c_gtk_im_context_get_surrounding gtk_im_context_get_surrounding;
11950 alias c_gtk_im_context_reset gtk_im_context_reset;
11951 alias c_gtk_im_context_set_client_window gtk_im_context_set_client_window;
11952 alias c_gtk_im_context_set_cursor_location gtk_im_context_set_cursor_location;
11953 alias c_gtk_im_context_set_surrounding gtk_im_context_set_surrounding;
11954 alias c_gtk_im_context_set_use_preedit gtk_im_context_set_use_preedit;
11955 
11956 // gtk.IMContextSimple
11957 
11958 alias c_gtk_im_context_simple_get_type gtk_im_context_simple_get_type;
11959 alias c_gtk_im_context_simple_new gtk_im_context_simple_new;
11960 alias c_gtk_im_context_simple_add_compose_file gtk_im_context_simple_add_compose_file;
11961 alias c_gtk_im_context_simple_add_table gtk_im_context_simple_add_table;
11962 
11963 // gtk.IMMulticontext
11964 
11965 alias c_gtk_im_multicontext_get_type gtk_im_multicontext_get_type;
11966 alias c_gtk_im_multicontext_new gtk_im_multicontext_new;
11967 alias c_gtk_im_multicontext_append_menuitems gtk_im_multicontext_append_menuitems;
11968 alias c_gtk_im_multicontext_get_context_id gtk_im_multicontext_get_context_id;
11969 alias c_gtk_im_multicontext_set_context_id gtk_im_multicontext_set_context_id;
11970 
11971 // gtk.IconFactory
11972 
11973 alias c_gtk_icon_factory_get_type gtk_icon_factory_get_type;
11974 alias c_gtk_icon_factory_new gtk_icon_factory_new;
11975 alias c_gtk_icon_factory_lookup_default gtk_icon_factory_lookup_default;
11976 alias c_gtk_icon_factory_add gtk_icon_factory_add;
11977 alias c_gtk_icon_factory_add_default gtk_icon_factory_add_default;
11978 alias c_gtk_icon_factory_lookup gtk_icon_factory_lookup;
11979 alias c_gtk_icon_factory_remove_default gtk_icon_factory_remove_default;
11980 
11981 // gtk.IconInfo
11982 
11983 alias c_gtk_icon_info_get_type gtk_icon_info_get_type;
11984 alias c_gtk_icon_info_new_for_pixbuf gtk_icon_info_new_for_pixbuf;
11985 alias c_gtk_icon_info_copy gtk_icon_info_copy;
11986 alias c_gtk_icon_info_free gtk_icon_info_free;
11987 alias c_gtk_icon_info_get_attach_points gtk_icon_info_get_attach_points;
11988 alias c_gtk_icon_info_get_base_scale gtk_icon_info_get_base_scale;
11989 alias c_gtk_icon_info_get_base_size gtk_icon_info_get_base_size;
11990 alias c_gtk_icon_info_get_builtin_pixbuf gtk_icon_info_get_builtin_pixbuf;
11991 alias c_gtk_icon_info_get_display_name gtk_icon_info_get_display_name;
11992 alias c_gtk_icon_info_get_embedded_rect gtk_icon_info_get_embedded_rect;
11993 alias c_gtk_icon_info_get_filename gtk_icon_info_get_filename;
11994 alias c_gtk_icon_info_is_symbolic gtk_icon_info_is_symbolic;
11995 alias c_gtk_icon_info_load_icon gtk_icon_info_load_icon;
11996 alias c_gtk_icon_info_load_icon_async gtk_icon_info_load_icon_async;
11997 alias c_gtk_icon_info_load_icon_finish gtk_icon_info_load_icon_finish;
11998 alias c_gtk_icon_info_load_surface gtk_icon_info_load_surface;
11999 alias c_gtk_icon_info_load_symbolic gtk_icon_info_load_symbolic;
12000 alias c_gtk_icon_info_load_symbolic_async gtk_icon_info_load_symbolic_async;
12001 alias c_gtk_icon_info_load_symbolic_finish gtk_icon_info_load_symbolic_finish;
12002 alias c_gtk_icon_info_load_symbolic_for_context gtk_icon_info_load_symbolic_for_context;
12003 alias c_gtk_icon_info_load_symbolic_for_context_async gtk_icon_info_load_symbolic_for_context_async;
12004 alias c_gtk_icon_info_load_symbolic_for_context_finish gtk_icon_info_load_symbolic_for_context_finish;
12005 alias c_gtk_icon_info_load_symbolic_for_style gtk_icon_info_load_symbolic_for_style;
12006 alias c_gtk_icon_info_set_raw_coordinates gtk_icon_info_set_raw_coordinates;
12007 
12008 // gtk.IconSet
12009 
12010 alias c_gtk_icon_set_get_type gtk_icon_set_get_type;
12011 alias c_gtk_icon_set_new gtk_icon_set_new;
12012 alias c_gtk_icon_set_new_from_pixbuf gtk_icon_set_new_from_pixbuf;
12013 alias c_gtk_icon_set_add_source gtk_icon_set_add_source;
12014 alias c_gtk_icon_set_copy gtk_icon_set_copy;
12015 alias c_gtk_icon_set_get_sizes gtk_icon_set_get_sizes;
12016 alias c_gtk_icon_set_ref gtk_icon_set_ref;
12017 alias c_gtk_icon_set_render_icon gtk_icon_set_render_icon;
12018 alias c_gtk_icon_set_render_icon_pixbuf gtk_icon_set_render_icon_pixbuf;
12019 alias c_gtk_icon_set_render_icon_surface gtk_icon_set_render_icon_surface;
12020 alias c_gtk_icon_set_unref gtk_icon_set_unref;
12021 
12022 // gtk.IconSource
12023 
12024 alias c_gtk_icon_source_get_type gtk_icon_source_get_type;
12025 alias c_gtk_icon_source_new gtk_icon_source_new;
12026 alias c_gtk_icon_source_copy gtk_icon_source_copy;
12027 alias c_gtk_icon_source_free gtk_icon_source_free;
12028 alias c_gtk_icon_source_get_direction gtk_icon_source_get_direction;
12029 alias c_gtk_icon_source_get_direction_wildcarded gtk_icon_source_get_direction_wildcarded;
12030 alias c_gtk_icon_source_get_filename gtk_icon_source_get_filename;
12031 alias c_gtk_icon_source_get_icon_name gtk_icon_source_get_icon_name;
12032 alias c_gtk_icon_source_get_pixbuf gtk_icon_source_get_pixbuf;
12033 alias c_gtk_icon_source_get_size gtk_icon_source_get_size;
12034 alias c_gtk_icon_source_get_size_wildcarded gtk_icon_source_get_size_wildcarded;
12035 alias c_gtk_icon_source_get_state gtk_icon_source_get_state;
12036 alias c_gtk_icon_source_get_state_wildcarded gtk_icon_source_get_state_wildcarded;
12037 alias c_gtk_icon_source_set_direction gtk_icon_source_set_direction;
12038 alias c_gtk_icon_source_set_direction_wildcarded gtk_icon_source_set_direction_wildcarded;
12039 alias c_gtk_icon_source_set_filename gtk_icon_source_set_filename;
12040 alias c_gtk_icon_source_set_icon_name gtk_icon_source_set_icon_name;
12041 alias c_gtk_icon_source_set_pixbuf gtk_icon_source_set_pixbuf;
12042 alias c_gtk_icon_source_set_size gtk_icon_source_set_size;
12043 alias c_gtk_icon_source_set_size_wildcarded gtk_icon_source_set_size_wildcarded;
12044 alias c_gtk_icon_source_set_state gtk_icon_source_set_state;
12045 alias c_gtk_icon_source_set_state_wildcarded gtk_icon_source_set_state_wildcarded;
12046 
12047 // gtk.IconTheme
12048 
12049 alias c_gtk_icon_theme_get_type gtk_icon_theme_get_type;
12050 alias c_gtk_icon_theme_new gtk_icon_theme_new;
12051 alias c_gtk_icon_theme_add_builtin_icon gtk_icon_theme_add_builtin_icon;
12052 alias c_gtk_icon_theme_get_default gtk_icon_theme_get_default;
12053 alias c_gtk_icon_theme_get_for_screen gtk_icon_theme_get_for_screen;
12054 alias c_gtk_icon_theme_add_resource_path gtk_icon_theme_add_resource_path;
12055 alias c_gtk_icon_theme_append_search_path gtk_icon_theme_append_search_path;
12056 alias c_gtk_icon_theme_choose_icon gtk_icon_theme_choose_icon;
12057 alias c_gtk_icon_theme_choose_icon_for_scale gtk_icon_theme_choose_icon_for_scale;
12058 alias c_gtk_icon_theme_get_example_icon_name gtk_icon_theme_get_example_icon_name;
12059 alias c_gtk_icon_theme_get_icon_sizes gtk_icon_theme_get_icon_sizes;
12060 alias c_gtk_icon_theme_get_search_path gtk_icon_theme_get_search_path;
12061 alias c_gtk_icon_theme_has_icon gtk_icon_theme_has_icon;
12062 alias c_gtk_icon_theme_list_contexts gtk_icon_theme_list_contexts;
12063 alias c_gtk_icon_theme_list_icons gtk_icon_theme_list_icons;
12064 alias c_gtk_icon_theme_load_icon gtk_icon_theme_load_icon;
12065 alias c_gtk_icon_theme_load_icon_for_scale gtk_icon_theme_load_icon_for_scale;
12066 alias c_gtk_icon_theme_load_surface gtk_icon_theme_load_surface;
12067 alias c_gtk_icon_theme_lookup_by_gicon gtk_icon_theme_lookup_by_gicon;
12068 alias c_gtk_icon_theme_lookup_by_gicon_for_scale gtk_icon_theme_lookup_by_gicon_for_scale;
12069 alias c_gtk_icon_theme_lookup_icon gtk_icon_theme_lookup_icon;
12070 alias c_gtk_icon_theme_lookup_icon_for_scale gtk_icon_theme_lookup_icon_for_scale;
12071 alias c_gtk_icon_theme_prepend_search_path gtk_icon_theme_prepend_search_path;
12072 alias c_gtk_icon_theme_rescan_if_needed gtk_icon_theme_rescan_if_needed;
12073 alias c_gtk_icon_theme_set_custom_theme gtk_icon_theme_set_custom_theme;
12074 alias c_gtk_icon_theme_set_screen gtk_icon_theme_set_screen;
12075 alias c_gtk_icon_theme_set_search_path gtk_icon_theme_set_search_path;
12076 
12077 // gtk.IconView
12078 
12079 alias c_gtk_icon_view_get_type gtk_icon_view_get_type;
12080 alias c_gtk_icon_view_new gtk_icon_view_new;
12081 alias c_gtk_icon_view_new_with_area gtk_icon_view_new_with_area;
12082 alias c_gtk_icon_view_new_with_model gtk_icon_view_new_with_model;
12083 alias c_gtk_icon_view_convert_widget_to_bin_window_coords gtk_icon_view_convert_widget_to_bin_window_coords;
12084 alias c_gtk_icon_view_create_drag_icon gtk_icon_view_create_drag_icon;
12085 alias c_gtk_icon_view_enable_model_drag_dest gtk_icon_view_enable_model_drag_dest;
12086 alias c_gtk_icon_view_enable_model_drag_source gtk_icon_view_enable_model_drag_source;
12087 alias c_gtk_icon_view_get_activate_on_single_click gtk_icon_view_get_activate_on_single_click;
12088 alias c_gtk_icon_view_get_cell_rect gtk_icon_view_get_cell_rect;
12089 alias c_gtk_icon_view_get_column_spacing gtk_icon_view_get_column_spacing;
12090 alias c_gtk_icon_view_get_columns gtk_icon_view_get_columns;
12091 alias c_gtk_icon_view_get_cursor gtk_icon_view_get_cursor;
12092 alias c_gtk_icon_view_get_dest_item_at_pos gtk_icon_view_get_dest_item_at_pos;
12093 alias c_gtk_icon_view_get_drag_dest_item gtk_icon_view_get_drag_dest_item;
12094 alias c_gtk_icon_view_get_item_at_pos gtk_icon_view_get_item_at_pos;
12095 alias c_gtk_icon_view_get_item_column gtk_icon_view_get_item_column;
12096 alias c_gtk_icon_view_get_item_orientation gtk_icon_view_get_item_orientation;
12097 alias c_gtk_icon_view_get_item_padding gtk_icon_view_get_item_padding;
12098 alias c_gtk_icon_view_get_item_row gtk_icon_view_get_item_row;
12099 alias c_gtk_icon_view_get_item_width gtk_icon_view_get_item_width;
12100 alias c_gtk_icon_view_get_margin gtk_icon_view_get_margin;
12101 alias c_gtk_icon_view_get_markup_column gtk_icon_view_get_markup_column;
12102 alias c_gtk_icon_view_get_model gtk_icon_view_get_model;
12103 alias c_gtk_icon_view_get_path_at_pos gtk_icon_view_get_path_at_pos;
12104 alias c_gtk_icon_view_get_pixbuf_column gtk_icon_view_get_pixbuf_column;
12105 alias c_gtk_icon_view_get_reorderable gtk_icon_view_get_reorderable;
12106 alias c_gtk_icon_view_get_row_spacing gtk_icon_view_get_row_spacing;
12107 alias c_gtk_icon_view_get_selected_items gtk_icon_view_get_selected_items;
12108 alias c_gtk_icon_view_get_selection_mode gtk_icon_view_get_selection_mode;
12109 alias c_gtk_icon_view_get_spacing gtk_icon_view_get_spacing;
12110 alias c_gtk_icon_view_get_text_column gtk_icon_view_get_text_column;
12111 alias c_gtk_icon_view_get_tooltip_column gtk_icon_view_get_tooltip_column;
12112 alias c_gtk_icon_view_get_tooltip_context gtk_icon_view_get_tooltip_context;
12113 alias c_gtk_icon_view_get_visible_range gtk_icon_view_get_visible_range;
12114 alias c_gtk_icon_view_item_activated gtk_icon_view_item_activated;
12115 alias c_gtk_icon_view_path_is_selected gtk_icon_view_path_is_selected;
12116 alias c_gtk_icon_view_scroll_to_path gtk_icon_view_scroll_to_path;
12117 alias c_gtk_icon_view_select_all gtk_icon_view_select_all;
12118 alias c_gtk_icon_view_select_path gtk_icon_view_select_path;
12119 alias c_gtk_icon_view_selected_foreach gtk_icon_view_selected_foreach;
12120 alias c_gtk_icon_view_set_activate_on_single_click gtk_icon_view_set_activate_on_single_click;
12121 alias c_gtk_icon_view_set_column_spacing gtk_icon_view_set_column_spacing;
12122 alias c_gtk_icon_view_set_columns gtk_icon_view_set_columns;
12123 alias c_gtk_icon_view_set_cursor gtk_icon_view_set_cursor;
12124 alias c_gtk_icon_view_set_drag_dest_item gtk_icon_view_set_drag_dest_item;
12125 alias c_gtk_icon_view_set_item_orientation gtk_icon_view_set_item_orientation;
12126 alias c_gtk_icon_view_set_item_padding gtk_icon_view_set_item_padding;
12127 alias c_gtk_icon_view_set_item_width gtk_icon_view_set_item_width;
12128 alias c_gtk_icon_view_set_margin gtk_icon_view_set_margin;
12129 alias c_gtk_icon_view_set_markup_column gtk_icon_view_set_markup_column;
12130 alias c_gtk_icon_view_set_model gtk_icon_view_set_model;
12131 alias c_gtk_icon_view_set_pixbuf_column gtk_icon_view_set_pixbuf_column;
12132 alias c_gtk_icon_view_set_reorderable gtk_icon_view_set_reorderable;
12133 alias c_gtk_icon_view_set_row_spacing gtk_icon_view_set_row_spacing;
12134 alias c_gtk_icon_view_set_selection_mode gtk_icon_view_set_selection_mode;
12135 alias c_gtk_icon_view_set_spacing gtk_icon_view_set_spacing;
12136 alias c_gtk_icon_view_set_text_column gtk_icon_view_set_text_column;
12137 alias c_gtk_icon_view_set_tooltip_cell gtk_icon_view_set_tooltip_cell;
12138 alias c_gtk_icon_view_set_tooltip_column gtk_icon_view_set_tooltip_column;
12139 alias c_gtk_icon_view_set_tooltip_item gtk_icon_view_set_tooltip_item;
12140 alias c_gtk_icon_view_unselect_all gtk_icon_view_unselect_all;
12141 alias c_gtk_icon_view_unselect_path gtk_icon_view_unselect_path;
12142 alias c_gtk_icon_view_unset_model_drag_dest gtk_icon_view_unset_model_drag_dest;
12143 alias c_gtk_icon_view_unset_model_drag_source gtk_icon_view_unset_model_drag_source;
12144 
12145 // gtk.IconViewAccessible
12146 
12147 alias c_gtk_icon_view_accessible_get_type gtk_icon_view_accessible_get_type;
12148 
12149 // gtk.Image
12150 
12151 alias c_gtk_image_get_type gtk_image_get_type;
12152 alias c_gtk_image_new gtk_image_new;
12153 alias c_gtk_image_new_from_animation gtk_image_new_from_animation;
12154 alias c_gtk_image_new_from_file gtk_image_new_from_file;
12155 alias c_gtk_image_new_from_gicon gtk_image_new_from_gicon;
12156 alias c_gtk_image_new_from_icon_name gtk_image_new_from_icon_name;
12157 alias c_gtk_image_new_from_icon_set gtk_image_new_from_icon_set;
12158 alias c_gtk_image_new_from_pixbuf gtk_image_new_from_pixbuf;
12159 alias c_gtk_image_new_from_resource gtk_image_new_from_resource;
12160 alias c_gtk_image_new_from_stock gtk_image_new_from_stock;
12161 alias c_gtk_image_new_from_surface gtk_image_new_from_surface;
12162 alias c_gtk_image_clear gtk_image_clear;
12163 alias c_gtk_image_get_animation gtk_image_get_animation;
12164 alias c_gtk_image_get_gicon gtk_image_get_gicon;
12165 alias c_gtk_image_get_icon_name gtk_image_get_icon_name;
12166 alias c_gtk_image_get_icon_set gtk_image_get_icon_set;
12167 alias c_gtk_image_get_pixbuf gtk_image_get_pixbuf;
12168 alias c_gtk_image_get_pixel_size gtk_image_get_pixel_size;
12169 alias c_gtk_image_get_stock gtk_image_get_stock;
12170 alias c_gtk_image_get_storage_type gtk_image_get_storage_type;
12171 alias c_gtk_image_set_from_animation gtk_image_set_from_animation;
12172 alias c_gtk_image_set_from_file gtk_image_set_from_file;
12173 alias c_gtk_image_set_from_gicon gtk_image_set_from_gicon;
12174 alias c_gtk_image_set_from_icon_name gtk_image_set_from_icon_name;
12175 alias c_gtk_image_set_from_icon_set gtk_image_set_from_icon_set;
12176 alias c_gtk_image_set_from_pixbuf gtk_image_set_from_pixbuf;
12177 alias c_gtk_image_set_from_resource gtk_image_set_from_resource;
12178 alias c_gtk_image_set_from_stock gtk_image_set_from_stock;
12179 alias c_gtk_image_set_from_surface gtk_image_set_from_surface;
12180 alias c_gtk_image_set_pixel_size gtk_image_set_pixel_size;
12181 
12182 // gtk.ImageAccessible
12183 
12184 alias c_gtk_image_accessible_get_type gtk_image_accessible_get_type;
12185 
12186 // gtk.ImageCellAccessible
12187 
12188 alias c_gtk_image_cell_accessible_get_type gtk_image_cell_accessible_get_type;
12189 
12190 // gtk.ImageMenuItem
12191 
12192 alias c_gtk_image_menu_item_get_type gtk_image_menu_item_get_type;
12193 alias c_gtk_image_menu_item_new gtk_image_menu_item_new;
12194 alias c_gtk_image_menu_item_new_from_stock gtk_image_menu_item_new_from_stock;
12195 alias c_gtk_image_menu_item_new_with_label gtk_image_menu_item_new_with_label;
12196 alias c_gtk_image_menu_item_new_with_mnemonic gtk_image_menu_item_new_with_mnemonic;
12197 alias c_gtk_image_menu_item_get_always_show_image gtk_image_menu_item_get_always_show_image;
12198 alias c_gtk_image_menu_item_get_image gtk_image_menu_item_get_image;
12199 alias c_gtk_image_menu_item_get_use_stock gtk_image_menu_item_get_use_stock;
12200 alias c_gtk_image_menu_item_set_accel_group gtk_image_menu_item_set_accel_group;
12201 alias c_gtk_image_menu_item_set_always_show_image gtk_image_menu_item_set_always_show_image;
12202 alias c_gtk_image_menu_item_set_image gtk_image_menu_item_set_image;
12203 alias c_gtk_image_menu_item_set_use_stock gtk_image_menu_item_set_use_stock;
12204 
12205 // gtk.InfoBar
12206 
12207 alias c_gtk_info_bar_get_type gtk_info_bar_get_type;
12208 alias c_gtk_info_bar_new gtk_info_bar_new;
12209 alias c_gtk_info_bar_new_with_buttons gtk_info_bar_new_with_buttons;
12210 alias c_gtk_info_bar_add_action_widget gtk_info_bar_add_action_widget;
12211 alias c_gtk_info_bar_add_button gtk_info_bar_add_button;
12212 alias c_gtk_info_bar_add_buttons gtk_info_bar_add_buttons;
12213 alias c_gtk_info_bar_get_action_area gtk_info_bar_get_action_area;
12214 alias c_gtk_info_bar_get_content_area gtk_info_bar_get_content_area;
12215 alias c_gtk_info_bar_get_message_type gtk_info_bar_get_message_type;
12216 alias c_gtk_info_bar_get_show_close_button gtk_info_bar_get_show_close_button;
12217 alias c_gtk_info_bar_response gtk_info_bar_response;
12218 alias c_gtk_info_bar_set_default_response gtk_info_bar_set_default_response;
12219 alias c_gtk_info_bar_set_message_type gtk_info_bar_set_message_type;
12220 alias c_gtk_info_bar_set_response_sensitive gtk_info_bar_set_response_sensitive;
12221 alias c_gtk_info_bar_set_show_close_button gtk_info_bar_set_show_close_button;
12222 
12223 // gtk.Invisible
12224 
12225 alias c_gtk_invisible_get_type gtk_invisible_get_type;
12226 alias c_gtk_invisible_new gtk_invisible_new;
12227 alias c_gtk_invisible_new_for_screen gtk_invisible_new_for_screen;
12228 alias c_gtk_invisible_get_screen gtk_invisible_get_screen;
12229 alias c_gtk_invisible_set_screen gtk_invisible_set_screen;
12230 
12231 // gtk.Label
12232 
12233 alias c_gtk_label_get_type gtk_label_get_type;
12234 alias c_gtk_label_new gtk_label_new;
12235 alias c_gtk_label_new_with_mnemonic gtk_label_new_with_mnemonic;
12236 alias c_gtk_label_get_angle gtk_label_get_angle;
12237 alias c_gtk_label_get_attributes gtk_label_get_attributes;
12238 alias c_gtk_label_get_current_uri gtk_label_get_current_uri;
12239 alias c_gtk_label_get_ellipsize gtk_label_get_ellipsize;
12240 alias c_gtk_label_get_justify gtk_label_get_justify;
12241 alias c_gtk_label_get_label gtk_label_get_label;
12242 alias c_gtk_label_get_layout gtk_label_get_layout;
12243 alias c_gtk_label_get_layout_offsets gtk_label_get_layout_offsets;
12244 alias c_gtk_label_get_line_wrap gtk_label_get_line_wrap;
12245 alias c_gtk_label_get_line_wrap_mode gtk_label_get_line_wrap_mode;
12246 alias c_gtk_label_get_lines gtk_label_get_lines;
12247 alias c_gtk_label_get_max_width_chars gtk_label_get_max_width_chars;
12248 alias c_gtk_label_get_mnemonic_keyval gtk_label_get_mnemonic_keyval;
12249 alias c_gtk_label_get_mnemonic_widget gtk_label_get_mnemonic_widget;
12250 alias c_gtk_label_get_selectable gtk_label_get_selectable;
12251 alias c_gtk_label_get_selection_bounds gtk_label_get_selection_bounds;
12252 alias c_gtk_label_get_single_line_mode gtk_label_get_single_line_mode;
12253 alias c_gtk_label_get_text gtk_label_get_text;
12254 alias c_gtk_label_get_track_visited_links gtk_label_get_track_visited_links;
12255 alias c_gtk_label_get_use_markup gtk_label_get_use_markup;
12256 alias c_gtk_label_get_use_underline gtk_label_get_use_underline;
12257 alias c_gtk_label_get_width_chars gtk_label_get_width_chars;
12258 alias c_gtk_label_get_xalign gtk_label_get_xalign;
12259 alias c_gtk_label_get_yalign gtk_label_get_yalign;
12260 alias c_gtk_label_select_region gtk_label_select_region;
12261 alias c_gtk_label_set_angle gtk_label_set_angle;
12262 alias c_gtk_label_set_attributes gtk_label_set_attributes;
12263 alias c_gtk_label_set_ellipsize gtk_label_set_ellipsize;
12264 alias c_gtk_label_set_justify gtk_label_set_justify;
12265 alias c_gtk_label_set_label gtk_label_set_label;
12266 alias c_gtk_label_set_line_wrap gtk_label_set_line_wrap;
12267 alias c_gtk_label_set_line_wrap_mode gtk_label_set_line_wrap_mode;
12268 alias c_gtk_label_set_lines gtk_label_set_lines;
12269 alias c_gtk_label_set_markup gtk_label_set_markup;
12270 alias c_gtk_label_set_markup_with_mnemonic gtk_label_set_markup_with_mnemonic;
12271 alias c_gtk_label_set_max_width_chars gtk_label_set_max_width_chars;
12272 alias c_gtk_label_set_mnemonic_widget gtk_label_set_mnemonic_widget;
12273 alias c_gtk_label_set_pattern gtk_label_set_pattern;
12274 alias c_gtk_label_set_selectable gtk_label_set_selectable;
12275 alias c_gtk_label_set_single_line_mode gtk_label_set_single_line_mode;
12276 alias c_gtk_label_set_text gtk_label_set_text;
12277 alias c_gtk_label_set_text_with_mnemonic gtk_label_set_text_with_mnemonic;
12278 alias c_gtk_label_set_track_visited_links gtk_label_set_track_visited_links;
12279 alias c_gtk_label_set_use_markup gtk_label_set_use_markup;
12280 alias c_gtk_label_set_use_underline gtk_label_set_use_underline;
12281 alias c_gtk_label_set_width_chars gtk_label_set_width_chars;
12282 alias c_gtk_label_set_xalign gtk_label_set_xalign;
12283 alias c_gtk_label_set_yalign gtk_label_set_yalign;
12284 
12285 // gtk.LabelAccessible
12286 
12287 alias c_gtk_label_accessible_get_type gtk_label_accessible_get_type;
12288 
12289 // gtk.Layout
12290 
12291 alias c_gtk_layout_get_type gtk_layout_get_type;
12292 alias c_gtk_layout_new gtk_layout_new;
12293 alias c_gtk_layout_get_bin_window gtk_layout_get_bin_window;
12294 alias c_gtk_layout_get_hadjustment gtk_layout_get_hadjustment;
12295 alias c_gtk_layout_get_size gtk_layout_get_size;
12296 alias c_gtk_layout_get_vadjustment gtk_layout_get_vadjustment;
12297 alias c_gtk_layout_move gtk_layout_move;
12298 alias c_gtk_layout_put gtk_layout_put;
12299 alias c_gtk_layout_set_hadjustment gtk_layout_set_hadjustment;
12300 alias c_gtk_layout_set_size gtk_layout_set_size;
12301 alias c_gtk_layout_set_vadjustment gtk_layout_set_vadjustment;
12302 
12303 // gtk.LevelBar
12304 
12305 alias c_gtk_level_bar_get_type gtk_level_bar_get_type;
12306 alias c_gtk_level_bar_new gtk_level_bar_new;
12307 alias c_gtk_level_bar_new_for_interval gtk_level_bar_new_for_interval;
12308 alias c_gtk_level_bar_add_offset_value gtk_level_bar_add_offset_value;
12309 alias c_gtk_level_bar_get_inverted gtk_level_bar_get_inverted;
12310 alias c_gtk_level_bar_get_max_value gtk_level_bar_get_max_value;
12311 alias c_gtk_level_bar_get_min_value gtk_level_bar_get_min_value;
12312 alias c_gtk_level_bar_get_mode gtk_level_bar_get_mode;
12313 alias c_gtk_level_bar_get_offset_value gtk_level_bar_get_offset_value;
12314 alias c_gtk_level_bar_get_value gtk_level_bar_get_value;
12315 alias c_gtk_level_bar_remove_offset_value gtk_level_bar_remove_offset_value;
12316 alias c_gtk_level_bar_set_inverted gtk_level_bar_set_inverted;
12317 alias c_gtk_level_bar_set_max_value gtk_level_bar_set_max_value;
12318 alias c_gtk_level_bar_set_min_value gtk_level_bar_set_min_value;
12319 alias c_gtk_level_bar_set_mode gtk_level_bar_set_mode;
12320 alias c_gtk_level_bar_set_value gtk_level_bar_set_value;
12321 
12322 // gtk.LevelBarAccessible
12323 
12324 alias c_gtk_level_bar_accessible_get_type gtk_level_bar_accessible_get_type;
12325 
12326 // gtk.LinkButton
12327 
12328 alias c_gtk_link_button_get_type gtk_link_button_get_type;
12329 alias c_gtk_link_button_new gtk_link_button_new;
12330 alias c_gtk_link_button_new_with_label gtk_link_button_new_with_label;
12331 alias c_gtk_link_button_get_uri gtk_link_button_get_uri;
12332 alias c_gtk_link_button_get_visited gtk_link_button_get_visited;
12333 alias c_gtk_link_button_set_uri gtk_link_button_set_uri;
12334 alias c_gtk_link_button_set_visited gtk_link_button_set_visited;
12335 
12336 // gtk.LinkButtonAccessible
12337 
12338 alias c_gtk_link_button_accessible_get_type gtk_link_button_accessible_get_type;
12339 
12340 // gtk.ListBox
12341 
12342 alias c_gtk_list_box_get_type gtk_list_box_get_type;
12343 alias c_gtk_list_box_new gtk_list_box_new;
12344 alias c_gtk_list_box_bind_model gtk_list_box_bind_model;
12345 alias c_gtk_list_box_drag_highlight_row gtk_list_box_drag_highlight_row;
12346 alias c_gtk_list_box_drag_unhighlight_row gtk_list_box_drag_unhighlight_row;
12347 alias c_gtk_list_box_get_activate_on_single_click gtk_list_box_get_activate_on_single_click;
12348 alias c_gtk_list_box_get_adjustment gtk_list_box_get_adjustment;
12349 alias c_gtk_list_box_get_row_at_index gtk_list_box_get_row_at_index;
12350 alias c_gtk_list_box_get_row_at_y gtk_list_box_get_row_at_y;
12351 alias c_gtk_list_box_get_selected_row gtk_list_box_get_selected_row;
12352 alias c_gtk_list_box_get_selected_rows gtk_list_box_get_selected_rows;
12353 alias c_gtk_list_box_get_selection_mode gtk_list_box_get_selection_mode;
12354 alias c_gtk_list_box_insert gtk_list_box_insert;
12355 alias c_gtk_list_box_invalidate_filter gtk_list_box_invalidate_filter;
12356 alias c_gtk_list_box_invalidate_headers gtk_list_box_invalidate_headers;
12357 alias c_gtk_list_box_invalidate_sort gtk_list_box_invalidate_sort;
12358 alias c_gtk_list_box_prepend gtk_list_box_prepend;
12359 alias c_gtk_list_box_select_all gtk_list_box_select_all;
12360 alias c_gtk_list_box_select_row gtk_list_box_select_row;
12361 alias c_gtk_list_box_selected_foreach gtk_list_box_selected_foreach;
12362 alias c_gtk_list_box_set_activate_on_single_click gtk_list_box_set_activate_on_single_click;
12363 alias c_gtk_list_box_set_adjustment gtk_list_box_set_adjustment;
12364 alias c_gtk_list_box_set_filter_func gtk_list_box_set_filter_func;
12365 alias c_gtk_list_box_set_header_func gtk_list_box_set_header_func;
12366 alias c_gtk_list_box_set_placeholder gtk_list_box_set_placeholder;
12367 alias c_gtk_list_box_set_selection_mode gtk_list_box_set_selection_mode;
12368 alias c_gtk_list_box_set_sort_func gtk_list_box_set_sort_func;
12369 alias c_gtk_list_box_unselect_all gtk_list_box_unselect_all;
12370 alias c_gtk_list_box_unselect_row gtk_list_box_unselect_row;
12371 
12372 // gtk.ListBoxAccessible
12373 
12374 alias c_gtk_list_box_accessible_get_type gtk_list_box_accessible_get_type;
12375 
12376 // gtk.ListBoxRow
12377 
12378 alias c_gtk_list_box_row_get_type gtk_list_box_row_get_type;
12379 alias c_gtk_list_box_row_new gtk_list_box_row_new;
12380 alias c_gtk_list_box_row_changed gtk_list_box_row_changed;
12381 alias c_gtk_list_box_row_get_activatable gtk_list_box_row_get_activatable;
12382 alias c_gtk_list_box_row_get_header gtk_list_box_row_get_header;
12383 alias c_gtk_list_box_row_get_index gtk_list_box_row_get_index;
12384 alias c_gtk_list_box_row_get_selectable gtk_list_box_row_get_selectable;
12385 alias c_gtk_list_box_row_is_selected gtk_list_box_row_is_selected;
12386 alias c_gtk_list_box_row_set_activatable gtk_list_box_row_set_activatable;
12387 alias c_gtk_list_box_row_set_header gtk_list_box_row_set_header;
12388 alias c_gtk_list_box_row_set_selectable gtk_list_box_row_set_selectable;
12389 
12390 // gtk.ListBoxRowAccessible
12391 
12392 alias c_gtk_list_box_row_accessible_get_type gtk_list_box_row_accessible_get_type;
12393 
12394 // gtk.ListStore
12395 
12396 alias c_gtk_list_store_get_type gtk_list_store_get_type;
12397 alias c_gtk_list_store_new gtk_list_store_new;
12398 alias c_gtk_list_store_newv gtk_list_store_newv;
12399 alias c_gtk_list_store_append gtk_list_store_append;
12400 alias c_gtk_list_store_clear gtk_list_store_clear;
12401 alias c_gtk_list_store_insert gtk_list_store_insert;
12402 alias c_gtk_list_store_insert_after gtk_list_store_insert_after;
12403 alias c_gtk_list_store_insert_before gtk_list_store_insert_before;
12404 alias c_gtk_list_store_insert_with_values gtk_list_store_insert_with_values;
12405 alias c_gtk_list_store_insert_with_valuesv gtk_list_store_insert_with_valuesv;
12406 alias c_gtk_list_store_iter_is_valid gtk_list_store_iter_is_valid;
12407 alias c_gtk_list_store_move_after gtk_list_store_move_after;
12408 alias c_gtk_list_store_move_before gtk_list_store_move_before;
12409 alias c_gtk_list_store_prepend gtk_list_store_prepend;
12410 alias c_gtk_list_store_remove gtk_list_store_remove;
12411 alias c_gtk_list_store_reorder gtk_list_store_reorder;
12412 alias c_gtk_list_store_set gtk_list_store_set;
12413 alias c_gtk_list_store_set_column_types gtk_list_store_set_column_types;
12414 alias c_gtk_list_store_set_valist gtk_list_store_set_valist;
12415 alias c_gtk_list_store_set_value gtk_list_store_set_value;
12416 alias c_gtk_list_store_set_valuesv gtk_list_store_set_valuesv;
12417 alias c_gtk_list_store_swap gtk_list_store_swap;
12418 
12419 // gtk.LockButton
12420 
12421 alias c_gtk_lock_button_get_type gtk_lock_button_get_type;
12422 alias c_gtk_lock_button_new gtk_lock_button_new;
12423 alias c_gtk_lock_button_get_permission gtk_lock_button_get_permission;
12424 alias c_gtk_lock_button_set_permission gtk_lock_button_set_permission;
12425 
12426 // gtk.LockButtonAccessible
12427 
12428 alias c_gtk_lock_button_accessible_get_type gtk_lock_button_accessible_get_type;
12429 
12430 // gtk.Menu
12431 
12432 alias c_gtk_menu_get_type gtk_menu_get_type;
12433 alias c_gtk_menu_new gtk_menu_new;
12434 alias c_gtk_menu_new_from_model gtk_menu_new_from_model;
12435 alias c_gtk_menu_get_for_attach_widget gtk_menu_get_for_attach_widget;
12436 alias c_gtk_menu_attach gtk_menu_attach;
12437 alias c_gtk_menu_attach_to_widget gtk_menu_attach_to_widget;
12438 alias c_gtk_menu_detach gtk_menu_detach;
12439 alias c_gtk_menu_get_accel_group gtk_menu_get_accel_group;
12440 alias c_gtk_menu_get_accel_path gtk_menu_get_accel_path;
12441 alias c_gtk_menu_get_active gtk_menu_get_active;
12442 alias c_gtk_menu_get_attach_widget gtk_menu_get_attach_widget;
12443 alias c_gtk_menu_get_monitor gtk_menu_get_monitor;
12444 alias c_gtk_menu_get_reserve_toggle_size gtk_menu_get_reserve_toggle_size;
12445 alias c_gtk_menu_get_tearoff_state gtk_menu_get_tearoff_state;
12446 alias c_gtk_menu_get_title gtk_menu_get_title;
12447 alias c_gtk_menu_popdown gtk_menu_popdown;
12448 alias c_gtk_menu_popup gtk_menu_popup;
12449 alias c_gtk_menu_popup_for_device gtk_menu_popup_for_device;
12450 alias c_gtk_menu_reorder_child gtk_menu_reorder_child;
12451 alias c_gtk_menu_reposition gtk_menu_reposition;
12452 alias c_gtk_menu_set_accel_group gtk_menu_set_accel_group;
12453 alias c_gtk_menu_set_accel_path gtk_menu_set_accel_path;
12454 alias c_gtk_menu_set_active gtk_menu_set_active;
12455 alias c_gtk_menu_set_monitor gtk_menu_set_monitor;
12456 alias c_gtk_menu_set_reserve_toggle_size gtk_menu_set_reserve_toggle_size;
12457 alias c_gtk_menu_set_screen gtk_menu_set_screen;
12458 alias c_gtk_menu_set_tearoff_state gtk_menu_set_tearoff_state;
12459 alias c_gtk_menu_set_title gtk_menu_set_title;
12460 
12461 // gtk.MenuAccessible
12462 
12463 alias c_gtk_menu_accessible_get_type gtk_menu_accessible_get_type;
12464 
12465 // gtk.MenuBar
12466 
12467 alias c_gtk_menu_bar_get_type gtk_menu_bar_get_type;
12468 alias c_gtk_menu_bar_new gtk_menu_bar_new;
12469 alias c_gtk_menu_bar_new_from_model gtk_menu_bar_new_from_model;
12470 alias c_gtk_menu_bar_get_child_pack_direction gtk_menu_bar_get_child_pack_direction;
12471 alias c_gtk_menu_bar_get_pack_direction gtk_menu_bar_get_pack_direction;
12472 alias c_gtk_menu_bar_set_child_pack_direction gtk_menu_bar_set_child_pack_direction;
12473 alias c_gtk_menu_bar_set_pack_direction gtk_menu_bar_set_pack_direction;
12474 
12475 // gtk.MenuButton
12476 
12477 alias c_gtk_menu_button_get_type gtk_menu_button_get_type;
12478 alias c_gtk_menu_button_new gtk_menu_button_new;
12479 alias c_gtk_menu_button_get_align_widget gtk_menu_button_get_align_widget;
12480 alias c_gtk_menu_button_get_direction gtk_menu_button_get_direction;
12481 alias c_gtk_menu_button_get_menu_model gtk_menu_button_get_menu_model;
12482 alias c_gtk_menu_button_get_popover gtk_menu_button_get_popover;
12483 alias c_gtk_menu_button_get_popup gtk_menu_button_get_popup;
12484 alias c_gtk_menu_button_get_use_popover gtk_menu_button_get_use_popover;
12485 alias c_gtk_menu_button_set_align_widget gtk_menu_button_set_align_widget;
12486 alias c_gtk_menu_button_set_direction gtk_menu_button_set_direction;
12487 alias c_gtk_menu_button_set_menu_model gtk_menu_button_set_menu_model;
12488 alias c_gtk_menu_button_set_popover gtk_menu_button_set_popover;
12489 alias c_gtk_menu_button_set_popup gtk_menu_button_set_popup;
12490 alias c_gtk_menu_button_set_use_popover gtk_menu_button_set_use_popover;
12491 
12492 // gtk.MenuButtonAccessible
12493 
12494 alias c_gtk_menu_button_accessible_get_type gtk_menu_button_accessible_get_type;
12495 
12496 // gtk.MenuItem
12497 
12498 alias c_gtk_menu_item_get_type gtk_menu_item_get_type;
12499 alias c_gtk_menu_item_new gtk_menu_item_new;
12500 alias c_gtk_menu_item_new_with_label gtk_menu_item_new_with_label;
12501 alias c_gtk_menu_item_new_with_mnemonic gtk_menu_item_new_with_mnemonic;
12502 alias c_gtk_menu_item_activate gtk_menu_item_activate;
12503 alias c_gtk_menu_item_deselect gtk_menu_item_deselect;
12504 alias c_gtk_menu_item_get_accel_path gtk_menu_item_get_accel_path;
12505 alias c_gtk_menu_item_get_label gtk_menu_item_get_label;
12506 alias c_gtk_menu_item_get_reserve_indicator gtk_menu_item_get_reserve_indicator;
12507 alias c_gtk_menu_item_get_right_justified gtk_menu_item_get_right_justified;
12508 alias c_gtk_menu_item_get_submenu gtk_menu_item_get_submenu;
12509 alias c_gtk_menu_item_get_use_underline gtk_menu_item_get_use_underline;
12510 alias c_gtk_menu_item_select gtk_menu_item_select;
12511 alias c_gtk_menu_item_set_accel_path gtk_menu_item_set_accel_path;
12512 alias c_gtk_menu_item_set_label gtk_menu_item_set_label;
12513 alias c_gtk_menu_item_set_reserve_indicator gtk_menu_item_set_reserve_indicator;
12514 alias c_gtk_menu_item_set_right_justified gtk_menu_item_set_right_justified;
12515 alias c_gtk_menu_item_set_submenu gtk_menu_item_set_submenu;
12516 alias c_gtk_menu_item_set_use_underline gtk_menu_item_set_use_underline;
12517 alias c_gtk_menu_item_toggle_size_allocate gtk_menu_item_toggle_size_allocate;
12518 alias c_gtk_menu_item_toggle_size_request gtk_menu_item_toggle_size_request;
12519 
12520 // gtk.MenuItemAccessible
12521 
12522 alias c_gtk_menu_item_accessible_get_type gtk_menu_item_accessible_get_type;
12523 
12524 // gtk.MenuShell
12525 
12526 alias c_gtk_menu_shell_get_type gtk_menu_shell_get_type;
12527 alias c_gtk_menu_shell_activate_item gtk_menu_shell_activate_item;
12528 alias c_gtk_menu_shell_append gtk_menu_shell_append;
12529 alias c_gtk_menu_shell_bind_model gtk_menu_shell_bind_model;
12530 alias c_gtk_menu_shell_cancel gtk_menu_shell_cancel;
12531 alias c_gtk_menu_shell_deactivate gtk_menu_shell_deactivate;
12532 alias c_gtk_menu_shell_deselect gtk_menu_shell_deselect;
12533 alias c_gtk_menu_shell_get_parent_shell gtk_menu_shell_get_parent_shell;
12534 alias c_gtk_menu_shell_get_selected_item gtk_menu_shell_get_selected_item;
12535 alias c_gtk_menu_shell_get_take_focus gtk_menu_shell_get_take_focus;
12536 alias c_gtk_menu_shell_insert gtk_menu_shell_insert;
12537 alias c_gtk_menu_shell_prepend gtk_menu_shell_prepend;
12538 alias c_gtk_menu_shell_select_first gtk_menu_shell_select_first;
12539 alias c_gtk_menu_shell_select_item gtk_menu_shell_select_item;
12540 alias c_gtk_menu_shell_set_take_focus gtk_menu_shell_set_take_focus;
12541 
12542 // gtk.MenuShellAccessible
12543 
12544 alias c_gtk_menu_shell_accessible_get_type gtk_menu_shell_accessible_get_type;
12545 
12546 // gtk.MenuToolButton
12547 
12548 alias c_gtk_menu_tool_button_get_type gtk_menu_tool_button_get_type;
12549 alias c_gtk_menu_tool_button_new gtk_menu_tool_button_new;
12550 alias c_gtk_menu_tool_button_new_from_stock gtk_menu_tool_button_new_from_stock;
12551 alias c_gtk_menu_tool_button_get_menu gtk_menu_tool_button_get_menu;
12552 alias c_gtk_menu_tool_button_set_arrow_tooltip_markup gtk_menu_tool_button_set_arrow_tooltip_markup;
12553 alias c_gtk_menu_tool_button_set_arrow_tooltip_text gtk_menu_tool_button_set_arrow_tooltip_text;
12554 alias c_gtk_menu_tool_button_set_menu gtk_menu_tool_button_set_menu;
12555 
12556 // gtk.MessageDialog
12557 
12558 alias c_gtk_message_dialog_get_type gtk_message_dialog_get_type;
12559 alias c_gtk_message_dialog_new gtk_message_dialog_new;
12560 alias c_gtk_message_dialog_new_with_markup gtk_message_dialog_new_with_markup;
12561 alias c_gtk_message_dialog_format_secondary_markup gtk_message_dialog_format_secondary_markup;
12562 alias c_gtk_message_dialog_format_secondary_text gtk_message_dialog_format_secondary_text;
12563 alias c_gtk_message_dialog_get_image gtk_message_dialog_get_image;
12564 alias c_gtk_message_dialog_get_message_area gtk_message_dialog_get_message_area;
12565 alias c_gtk_message_dialog_set_image gtk_message_dialog_set_image;
12566 alias c_gtk_message_dialog_set_markup gtk_message_dialog_set_markup;
12567 
12568 // gtk.Misc
12569 
12570 alias c_gtk_misc_get_type gtk_misc_get_type;
12571 alias c_gtk_misc_get_alignment gtk_misc_get_alignment;
12572 alias c_gtk_misc_get_padding gtk_misc_get_padding;
12573 alias c_gtk_misc_set_alignment gtk_misc_set_alignment;
12574 alias c_gtk_misc_set_padding gtk_misc_set_padding;
12575 
12576 // gtk.ModelButton
12577 
12578 alias c_gtk_model_button_get_type gtk_model_button_get_type;
12579 alias c_gtk_model_button_new gtk_model_button_new;
12580 
12581 // gtk.MountOperation
12582 
12583 alias c_gtk_mount_operation_get_type gtk_mount_operation_get_type;
12584 alias c_gtk_mount_operation_new gtk_mount_operation_new;
12585 alias c_gtk_mount_operation_get_parent gtk_mount_operation_get_parent;
12586 alias c_gtk_mount_operation_get_screen gtk_mount_operation_get_screen;
12587 alias c_gtk_mount_operation_is_showing gtk_mount_operation_is_showing;
12588 alias c_gtk_mount_operation_set_parent gtk_mount_operation_set_parent;
12589 alias c_gtk_mount_operation_set_screen gtk_mount_operation_set_screen;
12590 alias c_gtk_show_uri gtk_show_uri;
12591 
12592 // gtk.NativeDialog
12593 
12594 alias c_gtk_native_dialog_get_type gtk_native_dialog_get_type;
12595 alias c_gtk_native_dialog_destroy gtk_native_dialog_destroy;
12596 alias c_gtk_native_dialog_get_modal gtk_native_dialog_get_modal;
12597 alias c_gtk_native_dialog_get_title gtk_native_dialog_get_title;
12598 alias c_gtk_native_dialog_get_transient_for gtk_native_dialog_get_transient_for;
12599 alias c_gtk_native_dialog_get_visible gtk_native_dialog_get_visible;
12600 alias c_gtk_native_dialog_hide gtk_native_dialog_hide;
12601 alias c_gtk_native_dialog_run gtk_native_dialog_run;
12602 alias c_gtk_native_dialog_set_modal gtk_native_dialog_set_modal;
12603 alias c_gtk_native_dialog_set_title gtk_native_dialog_set_title;
12604 alias c_gtk_native_dialog_set_transient_for gtk_native_dialog_set_transient_for;
12605 alias c_gtk_native_dialog_show gtk_native_dialog_show;
12606 
12607 // gtk.Notebook
12608 
12609 alias c_gtk_notebook_get_type gtk_notebook_get_type;
12610 alias c_gtk_notebook_new gtk_notebook_new;
12611 alias c_gtk_notebook_append_page gtk_notebook_append_page;
12612 alias c_gtk_notebook_append_page_menu gtk_notebook_append_page_menu;
12613 alias c_gtk_notebook_detach_tab gtk_notebook_detach_tab;
12614 alias c_gtk_notebook_get_action_widget gtk_notebook_get_action_widget;
12615 alias c_gtk_notebook_get_current_page gtk_notebook_get_current_page;
12616 alias c_gtk_notebook_get_group_name gtk_notebook_get_group_name;
12617 alias c_gtk_notebook_get_menu_label gtk_notebook_get_menu_label;
12618 alias c_gtk_notebook_get_menu_label_text gtk_notebook_get_menu_label_text;
12619 alias c_gtk_notebook_get_n_pages gtk_notebook_get_n_pages;
12620 alias c_gtk_notebook_get_nth_page gtk_notebook_get_nth_page;
12621 alias c_gtk_notebook_get_scrollable gtk_notebook_get_scrollable;
12622 alias c_gtk_notebook_get_show_border gtk_notebook_get_show_border;
12623 alias c_gtk_notebook_get_show_tabs gtk_notebook_get_show_tabs;
12624 alias c_gtk_notebook_get_tab_detachable gtk_notebook_get_tab_detachable;
12625 alias c_gtk_notebook_get_tab_hborder gtk_notebook_get_tab_hborder;
12626 alias c_gtk_notebook_get_tab_label gtk_notebook_get_tab_label;
12627 alias c_gtk_notebook_get_tab_label_text gtk_notebook_get_tab_label_text;
12628 alias c_gtk_notebook_get_tab_pos gtk_notebook_get_tab_pos;
12629 alias c_gtk_notebook_get_tab_reorderable gtk_notebook_get_tab_reorderable;
12630 alias c_gtk_notebook_get_tab_vborder gtk_notebook_get_tab_vborder;
12631 alias c_gtk_notebook_insert_page gtk_notebook_insert_page;
12632 alias c_gtk_notebook_insert_page_menu gtk_notebook_insert_page_menu;
12633 alias c_gtk_notebook_next_page gtk_notebook_next_page;
12634 alias c_gtk_notebook_page_num gtk_notebook_page_num;
12635 alias c_gtk_notebook_popup_disable gtk_notebook_popup_disable;
12636 alias c_gtk_notebook_popup_enable gtk_notebook_popup_enable;
12637 alias c_gtk_notebook_prepend_page gtk_notebook_prepend_page;
12638 alias c_gtk_notebook_prepend_page_menu gtk_notebook_prepend_page_menu;
12639 alias c_gtk_notebook_prev_page gtk_notebook_prev_page;
12640 alias c_gtk_notebook_remove_page gtk_notebook_remove_page;
12641 alias c_gtk_notebook_reorder_child gtk_notebook_reorder_child;
12642 alias c_gtk_notebook_set_action_widget gtk_notebook_set_action_widget;
12643 alias c_gtk_notebook_set_current_page gtk_notebook_set_current_page;
12644 alias c_gtk_notebook_set_group_name gtk_notebook_set_group_name;
12645 alias c_gtk_notebook_set_menu_label gtk_notebook_set_menu_label;
12646 alias c_gtk_notebook_set_menu_label_text gtk_notebook_set_menu_label_text;
12647 alias c_gtk_notebook_set_scrollable gtk_notebook_set_scrollable;
12648 alias c_gtk_notebook_set_show_border gtk_notebook_set_show_border;
12649 alias c_gtk_notebook_set_show_tabs gtk_notebook_set_show_tabs;
12650 alias c_gtk_notebook_set_tab_detachable gtk_notebook_set_tab_detachable;
12651 alias c_gtk_notebook_set_tab_label gtk_notebook_set_tab_label;
12652 alias c_gtk_notebook_set_tab_label_text gtk_notebook_set_tab_label_text;
12653 alias c_gtk_notebook_set_tab_pos gtk_notebook_set_tab_pos;
12654 alias c_gtk_notebook_set_tab_reorderable gtk_notebook_set_tab_reorderable;
12655 
12656 // gtk.NotebookAccessible
12657 
12658 alias c_gtk_notebook_accessible_get_type gtk_notebook_accessible_get_type;
12659 
12660 // gtk.NotebookPageAccessible
12661 
12662 alias c_gtk_notebook_page_accessible_get_type gtk_notebook_page_accessible_get_type;
12663 alias c_gtk_notebook_page_accessible_new gtk_notebook_page_accessible_new;
12664 alias c_gtk_notebook_page_accessible_invalidate gtk_notebook_page_accessible_invalidate;
12665 
12666 // gtk.NumerableIcon
12667 
12668 alias c_gtk_numerable_icon_get_type gtk_numerable_icon_get_type;
12669 alias c_gtk_numerable_icon_new gtk_numerable_icon_new;
12670 alias c_gtk_numerable_icon_new_with_style_context gtk_numerable_icon_new_with_style_context;
12671 alias c_gtk_numerable_icon_get_background_gicon gtk_numerable_icon_get_background_gicon;
12672 alias c_gtk_numerable_icon_get_background_icon_name gtk_numerable_icon_get_background_icon_name;
12673 alias c_gtk_numerable_icon_get_count gtk_numerable_icon_get_count;
12674 alias c_gtk_numerable_icon_get_label gtk_numerable_icon_get_label;
12675 alias c_gtk_numerable_icon_get_style_context gtk_numerable_icon_get_style_context;
12676 alias c_gtk_numerable_icon_set_background_gicon gtk_numerable_icon_set_background_gicon;
12677 alias c_gtk_numerable_icon_set_background_icon_name gtk_numerable_icon_set_background_icon_name;
12678 alias c_gtk_numerable_icon_set_count gtk_numerable_icon_set_count;
12679 alias c_gtk_numerable_icon_set_label gtk_numerable_icon_set_label;
12680 alias c_gtk_numerable_icon_set_style_context gtk_numerable_icon_set_style_context;
12681 
12682 // gtk.OffscreenWindow
12683 
12684 alias c_gtk_offscreen_window_get_type gtk_offscreen_window_get_type;
12685 alias c_gtk_offscreen_window_new gtk_offscreen_window_new;
12686 alias c_gtk_offscreen_window_get_pixbuf gtk_offscreen_window_get_pixbuf;
12687 alias c_gtk_offscreen_window_get_surface gtk_offscreen_window_get_surface;
12688 
12689 // gtk.Orientable
12690 
12691 alias c_gtk_orientable_get_type gtk_orientable_get_type;
12692 alias c_gtk_orientable_get_orientation gtk_orientable_get_orientation;
12693 alias c_gtk_orientable_set_orientation gtk_orientable_set_orientation;
12694 
12695 // gtk.Overlay
12696 
12697 alias c_gtk_overlay_get_type gtk_overlay_get_type;
12698 alias c_gtk_overlay_new gtk_overlay_new;
12699 alias c_gtk_overlay_add_overlay gtk_overlay_add_overlay;
12700 alias c_gtk_overlay_get_overlay_pass_through gtk_overlay_get_overlay_pass_through;
12701 alias c_gtk_overlay_reorder_overlay gtk_overlay_reorder_overlay;
12702 alias c_gtk_overlay_set_overlay_pass_through gtk_overlay_set_overlay_pass_through;
12703 
12704 // gtk.PageSetup
12705 
12706 alias c_gtk_page_setup_get_type gtk_page_setup_get_type;
12707 alias c_gtk_page_setup_new gtk_page_setup_new;
12708 alias c_gtk_page_setup_new_from_file gtk_page_setup_new_from_file;
12709 alias c_gtk_page_setup_new_from_key_file gtk_page_setup_new_from_key_file;
12710 alias c_gtk_page_setup_copy gtk_page_setup_copy;
12711 alias c_gtk_page_setup_get_bottom_margin gtk_page_setup_get_bottom_margin;
12712 alias c_gtk_page_setup_get_left_margin gtk_page_setup_get_left_margin;
12713 alias c_gtk_page_setup_get_orientation gtk_page_setup_get_orientation;
12714 alias c_gtk_page_setup_get_page_height gtk_page_setup_get_page_height;
12715 alias c_gtk_page_setup_get_page_width gtk_page_setup_get_page_width;
12716 alias c_gtk_page_setup_get_paper_height gtk_page_setup_get_paper_height;
12717 alias c_gtk_page_setup_get_paper_size gtk_page_setup_get_paper_size;
12718 alias c_gtk_page_setup_get_paper_width gtk_page_setup_get_paper_width;
12719 alias c_gtk_page_setup_get_right_margin gtk_page_setup_get_right_margin;
12720 alias c_gtk_page_setup_get_top_margin gtk_page_setup_get_top_margin;
12721 alias c_gtk_page_setup_load_file gtk_page_setup_load_file;
12722 alias c_gtk_page_setup_load_key_file gtk_page_setup_load_key_file;
12723 alias c_gtk_page_setup_set_bottom_margin gtk_page_setup_set_bottom_margin;
12724 alias c_gtk_page_setup_set_left_margin gtk_page_setup_set_left_margin;
12725 alias c_gtk_page_setup_set_orientation gtk_page_setup_set_orientation;
12726 alias c_gtk_page_setup_set_paper_size gtk_page_setup_set_paper_size;
12727 alias c_gtk_page_setup_set_paper_size_and_default_margins gtk_page_setup_set_paper_size_and_default_margins;
12728 alias c_gtk_page_setup_set_right_margin gtk_page_setup_set_right_margin;
12729 alias c_gtk_page_setup_set_top_margin gtk_page_setup_set_top_margin;
12730 alias c_gtk_page_setup_to_file gtk_page_setup_to_file;
12731 alias c_gtk_page_setup_to_key_file gtk_page_setup_to_key_file;
12732 
12733 // gtk.Paned
12734 
12735 alias c_gtk_paned_get_type gtk_paned_get_type;
12736 alias c_gtk_paned_new gtk_paned_new;
12737 alias c_gtk_paned_add1 gtk_paned_add1;
12738 alias c_gtk_paned_add2 gtk_paned_add2;
12739 alias c_gtk_paned_get_child1 gtk_paned_get_child1;
12740 alias c_gtk_paned_get_child2 gtk_paned_get_child2;
12741 alias c_gtk_paned_get_handle_window gtk_paned_get_handle_window;
12742 alias c_gtk_paned_get_position gtk_paned_get_position;
12743 alias c_gtk_paned_get_wide_handle gtk_paned_get_wide_handle;
12744 alias c_gtk_paned_pack1 gtk_paned_pack1;
12745 alias c_gtk_paned_pack2 gtk_paned_pack2;
12746 alias c_gtk_paned_set_position gtk_paned_set_position;
12747 alias c_gtk_paned_set_wide_handle gtk_paned_set_wide_handle;
12748 
12749 // gtk.PanedAccessible
12750 
12751 alias c_gtk_paned_accessible_get_type gtk_paned_accessible_get_type;
12752 
12753 // gtk.PaperSize
12754 
12755 alias c_gtk_paper_size_get_type gtk_paper_size_get_type;
12756 alias c_gtk_paper_size_new gtk_paper_size_new;
12757 alias c_gtk_paper_size_new_custom gtk_paper_size_new_custom;
12758 alias c_gtk_paper_size_new_from_ipp gtk_paper_size_new_from_ipp;
12759 alias c_gtk_paper_size_new_from_key_file gtk_paper_size_new_from_key_file;
12760 alias c_gtk_paper_size_new_from_ppd gtk_paper_size_new_from_ppd;
12761 alias c_gtk_paper_size_copy gtk_paper_size_copy;
12762 alias c_gtk_paper_size_free gtk_paper_size_free;
12763 alias c_gtk_paper_size_get_default_bottom_margin gtk_paper_size_get_default_bottom_margin;
12764 alias c_gtk_paper_size_get_default_left_margin gtk_paper_size_get_default_left_margin;
12765 alias c_gtk_paper_size_get_default_right_margin gtk_paper_size_get_default_right_margin;
12766 alias c_gtk_paper_size_get_default_top_margin gtk_paper_size_get_default_top_margin;
12767 alias c_gtk_paper_size_get_display_name gtk_paper_size_get_display_name;
12768 alias c_gtk_paper_size_get_height gtk_paper_size_get_height;
12769 alias c_gtk_paper_size_get_name gtk_paper_size_get_name;
12770 alias c_gtk_paper_size_get_ppd_name gtk_paper_size_get_ppd_name;
12771 alias c_gtk_paper_size_get_width gtk_paper_size_get_width;
12772 alias c_gtk_paper_size_is_custom gtk_paper_size_is_custom;
12773 alias c_gtk_paper_size_is_equal gtk_paper_size_is_equal;
12774 alias c_gtk_paper_size_is_ipp gtk_paper_size_is_ipp;
12775 alias c_gtk_paper_size_set_size gtk_paper_size_set_size;
12776 alias c_gtk_paper_size_to_key_file gtk_paper_size_to_key_file;
12777 alias c_gtk_paper_size_get_default gtk_paper_size_get_default;
12778 alias c_gtk_paper_size_get_paper_sizes gtk_paper_size_get_paper_sizes;
12779 
12780 // gtk.PlacesSidebar
12781 
12782 alias c_gtk_places_sidebar_get_type gtk_places_sidebar_get_type;
12783 alias c_gtk_places_sidebar_new gtk_places_sidebar_new;
12784 alias c_gtk_places_sidebar_add_shortcut gtk_places_sidebar_add_shortcut;
12785 alias c_gtk_places_sidebar_get_local_only gtk_places_sidebar_get_local_only;
12786 alias c_gtk_places_sidebar_get_location gtk_places_sidebar_get_location;
12787 alias c_gtk_places_sidebar_get_nth_bookmark gtk_places_sidebar_get_nth_bookmark;
12788 alias c_gtk_places_sidebar_get_open_flags gtk_places_sidebar_get_open_flags;
12789 alias c_gtk_places_sidebar_get_show_connect_to_server gtk_places_sidebar_get_show_connect_to_server;
12790 alias c_gtk_places_sidebar_get_show_desktop gtk_places_sidebar_get_show_desktop;
12791 alias c_gtk_places_sidebar_get_show_enter_location gtk_places_sidebar_get_show_enter_location;
12792 alias c_gtk_places_sidebar_get_show_other_locations gtk_places_sidebar_get_show_other_locations;
12793 alias c_gtk_places_sidebar_get_show_recent gtk_places_sidebar_get_show_recent;
12794 alias c_gtk_places_sidebar_get_show_trash gtk_places_sidebar_get_show_trash;
12795 alias c_gtk_places_sidebar_list_shortcuts gtk_places_sidebar_list_shortcuts;
12796 alias c_gtk_places_sidebar_remove_shortcut gtk_places_sidebar_remove_shortcut;
12797 alias c_gtk_places_sidebar_set_drop_targets_visible gtk_places_sidebar_set_drop_targets_visible;
12798 alias c_gtk_places_sidebar_set_local_only gtk_places_sidebar_set_local_only;
12799 alias c_gtk_places_sidebar_set_location gtk_places_sidebar_set_location;
12800 alias c_gtk_places_sidebar_set_open_flags gtk_places_sidebar_set_open_flags;
12801 alias c_gtk_places_sidebar_set_show_connect_to_server gtk_places_sidebar_set_show_connect_to_server;
12802 alias c_gtk_places_sidebar_set_show_desktop gtk_places_sidebar_set_show_desktop;
12803 alias c_gtk_places_sidebar_set_show_enter_location gtk_places_sidebar_set_show_enter_location;
12804 alias c_gtk_places_sidebar_set_show_other_locations gtk_places_sidebar_set_show_other_locations;
12805 alias c_gtk_places_sidebar_set_show_recent gtk_places_sidebar_set_show_recent;
12806 alias c_gtk_places_sidebar_set_show_trash gtk_places_sidebar_set_show_trash;
12807 
12808 // gtk.Plug
12809 
12810 alias c_gtk_plug_get_type gtk_plug_get_type;
12811 alias c_gtk_plug_new gtk_plug_new;
12812 alias c_gtk_plug_new_for_display gtk_plug_new_for_display;
12813 alias c_gtk_plug_construct gtk_plug_construct;
12814 alias c_gtk_plug_construct_for_display gtk_plug_construct_for_display;
12815 alias c_gtk_plug_get_embedded gtk_plug_get_embedded;
12816 alias c_gtk_plug_get_id gtk_plug_get_id;
12817 alias c_gtk_plug_get_socket_window gtk_plug_get_socket_window;
12818 
12819 // gtk.Popover
12820 
12821 alias c_gtk_popover_get_type gtk_popover_get_type;
12822 alias c_gtk_popover_new gtk_popover_new;
12823 alias c_gtk_popover_new_from_model gtk_popover_new_from_model;
12824 alias c_gtk_popover_bind_model gtk_popover_bind_model;
12825 alias c_gtk_popover_get_constrain_to gtk_popover_get_constrain_to;
12826 alias c_gtk_popover_get_default_widget gtk_popover_get_default_widget;
12827 alias c_gtk_popover_get_modal gtk_popover_get_modal;
12828 alias c_gtk_popover_get_pointing_to gtk_popover_get_pointing_to;
12829 alias c_gtk_popover_get_position gtk_popover_get_position;
12830 alias c_gtk_popover_get_relative_to gtk_popover_get_relative_to;
12831 alias c_gtk_popover_get_transitions_enabled gtk_popover_get_transitions_enabled;
12832 alias c_gtk_popover_set_constrain_to gtk_popover_set_constrain_to;
12833 alias c_gtk_popover_set_default_widget gtk_popover_set_default_widget;
12834 alias c_gtk_popover_set_modal gtk_popover_set_modal;
12835 alias c_gtk_popover_set_pointing_to gtk_popover_set_pointing_to;
12836 alias c_gtk_popover_set_position gtk_popover_set_position;
12837 alias c_gtk_popover_set_relative_to gtk_popover_set_relative_to;
12838 alias c_gtk_popover_set_transitions_enabled gtk_popover_set_transitions_enabled;
12839 
12840 // gtk.PopoverAccessible
12841 
12842 alias c_gtk_popover_accessible_get_type gtk_popover_accessible_get_type;
12843 
12844 // gtk.PopoverMenu
12845 
12846 alias c_gtk_popover_menu_get_type gtk_popover_menu_get_type;
12847 alias c_gtk_popover_menu_new gtk_popover_menu_new;
12848 alias c_gtk_popover_menu_open_submenu gtk_popover_menu_open_submenu;
12849 
12850 // gtk.PrintContext
12851 
12852 alias c_gtk_print_context_get_type gtk_print_context_get_type;
12853 alias c_gtk_print_context_create_pango_context gtk_print_context_create_pango_context;
12854 alias c_gtk_print_context_create_pango_layout gtk_print_context_create_pango_layout;
12855 alias c_gtk_print_context_get_cairo_context gtk_print_context_get_cairo_context;
12856 alias c_gtk_print_context_get_dpi_x gtk_print_context_get_dpi_x;
12857 alias c_gtk_print_context_get_dpi_y gtk_print_context_get_dpi_y;
12858 alias c_gtk_print_context_get_hard_margins gtk_print_context_get_hard_margins;
12859 alias c_gtk_print_context_get_height gtk_print_context_get_height;
12860 alias c_gtk_print_context_get_page_setup gtk_print_context_get_page_setup;
12861 alias c_gtk_print_context_get_pango_fontmap gtk_print_context_get_pango_fontmap;
12862 alias c_gtk_print_context_get_width gtk_print_context_get_width;
12863 alias c_gtk_print_context_set_cairo_context gtk_print_context_set_cairo_context;
12864 
12865 // gtk.PrintOperation
12866 
12867 alias c_gtk_print_operation_get_type gtk_print_operation_get_type;
12868 alias c_gtk_print_operation_new gtk_print_operation_new;
12869 alias c_gtk_print_operation_cancel gtk_print_operation_cancel;
12870 alias c_gtk_print_operation_draw_page_finish gtk_print_operation_draw_page_finish;
12871 alias c_gtk_print_operation_get_default_page_setup gtk_print_operation_get_default_page_setup;
12872 alias c_gtk_print_operation_get_embed_page_setup gtk_print_operation_get_embed_page_setup;
12873 alias c_gtk_print_operation_get_error gtk_print_operation_get_error;
12874 alias c_gtk_print_operation_get_has_selection gtk_print_operation_get_has_selection;
12875 alias c_gtk_print_operation_get_n_pages_to_print gtk_print_operation_get_n_pages_to_print;
12876 alias c_gtk_print_operation_get_print_settings gtk_print_operation_get_print_settings;
12877 alias c_gtk_print_operation_get_status gtk_print_operation_get_status;
12878 alias c_gtk_print_operation_get_status_string gtk_print_operation_get_status_string;
12879 alias c_gtk_print_operation_get_support_selection gtk_print_operation_get_support_selection;
12880 alias c_gtk_print_operation_is_finished gtk_print_operation_is_finished;
12881 alias c_gtk_print_operation_run gtk_print_operation_run;
12882 alias c_gtk_print_operation_set_allow_async gtk_print_operation_set_allow_async;
12883 alias c_gtk_print_operation_set_current_page gtk_print_operation_set_current_page;
12884 alias c_gtk_print_operation_set_custom_tab_label gtk_print_operation_set_custom_tab_label;
12885 alias c_gtk_print_operation_set_default_page_setup gtk_print_operation_set_default_page_setup;
12886 alias c_gtk_print_operation_set_defer_drawing gtk_print_operation_set_defer_drawing;
12887 alias c_gtk_print_operation_set_embed_page_setup gtk_print_operation_set_embed_page_setup;
12888 alias c_gtk_print_operation_set_export_filename gtk_print_operation_set_export_filename;
12889 alias c_gtk_print_operation_set_has_selection gtk_print_operation_set_has_selection;
12890 alias c_gtk_print_operation_set_job_name gtk_print_operation_set_job_name;
12891 alias c_gtk_print_operation_set_n_pages gtk_print_operation_set_n_pages;
12892 alias c_gtk_print_operation_set_print_settings gtk_print_operation_set_print_settings;
12893 alias c_gtk_print_operation_set_show_progress gtk_print_operation_set_show_progress;
12894 alias c_gtk_print_operation_set_support_selection gtk_print_operation_set_support_selection;
12895 alias c_gtk_print_operation_set_track_print_status gtk_print_operation_set_track_print_status;
12896 alias c_gtk_print_operation_set_unit gtk_print_operation_set_unit;
12897 alias c_gtk_print_operation_set_use_full_page gtk_print_operation_set_use_full_page;
12898 alias c_gtk_print_run_page_setup_dialog gtk_print_run_page_setup_dialog;
12899 alias c_gtk_print_run_page_setup_dialog_async gtk_print_run_page_setup_dialog_async;
12900 
12901 // gtk.PrintOperationPreview
12902 
12903 alias c_gtk_print_operation_preview_get_type gtk_print_operation_preview_get_type;
12904 alias c_gtk_print_operation_preview_end_preview gtk_print_operation_preview_end_preview;
12905 alias c_gtk_print_operation_preview_is_selected gtk_print_operation_preview_is_selected;
12906 alias c_gtk_print_operation_preview_render_page gtk_print_operation_preview_render_page;
12907 
12908 // gtk.PrintSettings
12909 
12910 alias c_gtk_print_settings_get_type gtk_print_settings_get_type;
12911 alias c_gtk_print_settings_new gtk_print_settings_new;
12912 alias c_gtk_print_settings_new_from_file gtk_print_settings_new_from_file;
12913 alias c_gtk_print_settings_new_from_key_file gtk_print_settings_new_from_key_file;
12914 alias c_gtk_print_settings_copy gtk_print_settings_copy;
12915 alias c_gtk_print_settings_foreach gtk_print_settings_foreach;
12916 alias c_gtk_print_settings_get gtk_print_settings_get;
12917 alias c_gtk_print_settings_get_bool gtk_print_settings_get_bool;
12918 alias c_gtk_print_settings_get_collate gtk_print_settings_get_collate;
12919 alias c_gtk_print_settings_get_default_source gtk_print_settings_get_default_source;
12920 alias c_gtk_print_settings_get_dither gtk_print_settings_get_dither;
12921 alias c_gtk_print_settings_get_double gtk_print_settings_get_double;
12922 alias c_gtk_print_settings_get_double_with_default gtk_print_settings_get_double_with_default;
12923 alias c_gtk_print_settings_get_duplex gtk_print_settings_get_duplex;
12924 alias c_gtk_print_settings_get_finishings gtk_print_settings_get_finishings;
12925 alias c_gtk_print_settings_get_int gtk_print_settings_get_int;
12926 alias c_gtk_print_settings_get_int_with_default gtk_print_settings_get_int_with_default;
12927 alias c_gtk_print_settings_get_length gtk_print_settings_get_length;
12928 alias c_gtk_print_settings_get_media_type gtk_print_settings_get_media_type;
12929 alias c_gtk_print_settings_get_n_copies gtk_print_settings_get_n_copies;
12930 alias c_gtk_print_settings_get_number_up gtk_print_settings_get_number_up;
12931 alias c_gtk_print_settings_get_number_up_layout gtk_print_settings_get_number_up_layout;
12932 alias c_gtk_print_settings_get_orientation gtk_print_settings_get_orientation;
12933 alias c_gtk_print_settings_get_output_bin gtk_print_settings_get_output_bin;
12934 alias c_gtk_print_settings_get_page_ranges gtk_print_settings_get_page_ranges;
12935 alias c_gtk_print_settings_get_page_set gtk_print_settings_get_page_set;
12936 alias c_gtk_print_settings_get_paper_height gtk_print_settings_get_paper_height;
12937 alias c_gtk_print_settings_get_paper_size gtk_print_settings_get_paper_size;
12938 alias c_gtk_print_settings_get_paper_width gtk_print_settings_get_paper_width;
12939 alias c_gtk_print_settings_get_print_pages gtk_print_settings_get_print_pages;
12940 alias c_gtk_print_settings_get_printer gtk_print_settings_get_printer;
12941 alias c_gtk_print_settings_get_printer_lpi gtk_print_settings_get_printer_lpi;
12942 alias c_gtk_print_settings_get_quality gtk_print_settings_get_quality;
12943 alias c_gtk_print_settings_get_resolution gtk_print_settings_get_resolution;
12944 alias c_gtk_print_settings_get_resolution_x gtk_print_settings_get_resolution_x;
12945 alias c_gtk_print_settings_get_resolution_y gtk_print_settings_get_resolution_y;
12946 alias c_gtk_print_settings_get_reverse gtk_print_settings_get_reverse;
12947 alias c_gtk_print_settings_get_scale gtk_print_settings_get_scale;
12948 alias c_gtk_print_settings_get_use_color gtk_print_settings_get_use_color;
12949 alias c_gtk_print_settings_has_key gtk_print_settings_has_key;
12950 alias c_gtk_print_settings_load_file gtk_print_settings_load_file;
12951 alias c_gtk_print_settings_load_key_file gtk_print_settings_load_key_file;
12952 alias c_gtk_print_settings_set gtk_print_settings_set;
12953 alias c_gtk_print_settings_set_bool gtk_print_settings_set_bool;
12954 alias c_gtk_print_settings_set_collate gtk_print_settings_set_collate;
12955 alias c_gtk_print_settings_set_default_source gtk_print_settings_set_default_source;
12956 alias c_gtk_print_settings_set_dither gtk_print_settings_set_dither;
12957 alias c_gtk_print_settings_set_double gtk_print_settings_set_double;
12958 alias c_gtk_print_settings_set_duplex gtk_print_settings_set_duplex;
12959 alias c_gtk_print_settings_set_finishings gtk_print_settings_set_finishings;
12960 alias c_gtk_print_settings_set_int gtk_print_settings_set_int;
12961 alias c_gtk_print_settings_set_length gtk_print_settings_set_length;
12962 alias c_gtk_print_settings_set_media_type gtk_print_settings_set_media_type;
12963 alias c_gtk_print_settings_set_n_copies gtk_print_settings_set_n_copies;
12964 alias c_gtk_print_settings_set_number_up gtk_print_settings_set_number_up;
12965 alias c_gtk_print_settings_set_number_up_layout gtk_print_settings_set_number_up_layout;
12966 alias c_gtk_print_settings_set_orientation gtk_print_settings_set_orientation;
12967 alias c_gtk_print_settings_set_output_bin gtk_print_settings_set_output_bin;
12968 alias c_gtk_print_settings_set_page_ranges gtk_print_settings_set_page_ranges;
12969 alias c_gtk_print_settings_set_page_set gtk_print_settings_set_page_set;
12970 alias c_gtk_print_settings_set_paper_height gtk_print_settings_set_paper_height;
12971 alias c_gtk_print_settings_set_paper_size gtk_print_settings_set_paper_size;
12972 alias c_gtk_print_settings_set_paper_width gtk_print_settings_set_paper_width;
12973 alias c_gtk_print_settings_set_print_pages gtk_print_settings_set_print_pages;
12974 alias c_gtk_print_settings_set_printer gtk_print_settings_set_printer;
12975 alias c_gtk_print_settings_set_printer_lpi gtk_print_settings_set_printer_lpi;
12976 alias c_gtk_print_settings_set_quality gtk_print_settings_set_quality;
12977 alias c_gtk_print_settings_set_resolution gtk_print_settings_set_resolution;
12978 alias c_gtk_print_settings_set_resolution_xy gtk_print_settings_set_resolution_xy;
12979 alias c_gtk_print_settings_set_reverse gtk_print_settings_set_reverse;
12980 alias c_gtk_print_settings_set_scale gtk_print_settings_set_scale;
12981 alias c_gtk_print_settings_set_use_color gtk_print_settings_set_use_color;
12982 alias c_gtk_print_settings_to_file gtk_print_settings_to_file;
12983 alias c_gtk_print_settings_to_key_file gtk_print_settings_to_key_file;
12984 alias c_gtk_print_settings_unset gtk_print_settings_unset;
12985 
12986 // gtk.ProgressBar
12987 
12988 alias c_gtk_progress_bar_get_type gtk_progress_bar_get_type;
12989 alias c_gtk_progress_bar_new gtk_progress_bar_new;
12990 alias c_gtk_progress_bar_get_ellipsize gtk_progress_bar_get_ellipsize;
12991 alias c_gtk_progress_bar_get_fraction gtk_progress_bar_get_fraction;
12992 alias c_gtk_progress_bar_get_inverted gtk_progress_bar_get_inverted;
12993 alias c_gtk_progress_bar_get_pulse_step gtk_progress_bar_get_pulse_step;
12994 alias c_gtk_progress_bar_get_show_text gtk_progress_bar_get_show_text;
12995 alias c_gtk_progress_bar_get_text gtk_progress_bar_get_text;
12996 alias c_gtk_progress_bar_pulse gtk_progress_bar_pulse;
12997 alias c_gtk_progress_bar_set_ellipsize gtk_progress_bar_set_ellipsize;
12998 alias c_gtk_progress_bar_set_fraction gtk_progress_bar_set_fraction;
12999 alias c_gtk_progress_bar_set_inverted gtk_progress_bar_set_inverted;
13000 alias c_gtk_progress_bar_set_pulse_step gtk_progress_bar_set_pulse_step;
13001 alias c_gtk_progress_bar_set_show_text gtk_progress_bar_set_show_text;
13002 alias c_gtk_progress_bar_set_text gtk_progress_bar_set_text;
13003 
13004 // gtk.ProgressBarAccessible
13005 
13006 alias c_gtk_progress_bar_accessible_get_type gtk_progress_bar_accessible_get_type;
13007 
13008 // gtk.RadioAction
13009 
13010 alias c_gtk_radio_action_get_type gtk_radio_action_get_type;
13011 alias c_gtk_radio_action_new gtk_radio_action_new;
13012 alias c_gtk_radio_action_get_current_value gtk_radio_action_get_current_value;
13013 alias c_gtk_radio_action_get_group gtk_radio_action_get_group;
13014 alias c_gtk_radio_action_join_group gtk_radio_action_join_group;
13015 alias c_gtk_radio_action_set_current_value gtk_radio_action_set_current_value;
13016 alias c_gtk_radio_action_set_group gtk_radio_action_set_group;
13017 
13018 // gtk.RadioButton
13019 
13020 alias c_gtk_radio_button_get_type gtk_radio_button_get_type;
13021 alias c_gtk_radio_button_new gtk_radio_button_new;
13022 alias c_gtk_radio_button_new_from_widget gtk_radio_button_new_from_widget;
13023 alias c_gtk_radio_button_new_with_label gtk_radio_button_new_with_label;
13024 alias c_gtk_radio_button_new_with_label_from_widget gtk_radio_button_new_with_label_from_widget;
13025 alias c_gtk_radio_button_new_with_mnemonic gtk_radio_button_new_with_mnemonic;
13026 alias c_gtk_radio_button_new_with_mnemonic_from_widget gtk_radio_button_new_with_mnemonic_from_widget;
13027 alias c_gtk_radio_button_get_group gtk_radio_button_get_group;
13028 alias c_gtk_radio_button_join_group gtk_radio_button_join_group;
13029 alias c_gtk_radio_button_set_group gtk_radio_button_set_group;
13030 
13031 // gtk.RadioButtonAccessible
13032 
13033 alias c_gtk_radio_button_accessible_get_type gtk_radio_button_accessible_get_type;
13034 
13035 // gtk.RadioMenuItem
13036 
13037 alias c_gtk_radio_menu_item_get_type gtk_radio_menu_item_get_type;
13038 alias c_gtk_radio_menu_item_new gtk_radio_menu_item_new;
13039 alias c_gtk_radio_menu_item_new_from_widget gtk_radio_menu_item_new_from_widget;
13040 alias c_gtk_radio_menu_item_new_with_label gtk_radio_menu_item_new_with_label;
13041 alias c_gtk_radio_menu_item_new_with_label_from_widget gtk_radio_menu_item_new_with_label_from_widget;
13042 alias c_gtk_radio_menu_item_new_with_mnemonic gtk_radio_menu_item_new_with_mnemonic;
13043 alias c_gtk_radio_menu_item_new_with_mnemonic_from_widget gtk_radio_menu_item_new_with_mnemonic_from_widget;
13044 alias c_gtk_radio_menu_item_get_group gtk_radio_menu_item_get_group;
13045 alias c_gtk_radio_menu_item_join_group gtk_radio_menu_item_join_group;
13046 alias c_gtk_radio_menu_item_set_group gtk_radio_menu_item_set_group;
13047 
13048 // gtk.RadioMenuItemAccessible
13049 
13050 alias c_gtk_radio_menu_item_accessible_get_type gtk_radio_menu_item_accessible_get_type;
13051 
13052 // gtk.RadioToolButton
13053 
13054 alias c_gtk_radio_tool_button_get_type gtk_radio_tool_button_get_type;
13055 alias c_gtk_radio_tool_button_new gtk_radio_tool_button_new;
13056 alias c_gtk_radio_tool_button_new_from_stock gtk_radio_tool_button_new_from_stock;
13057 alias c_gtk_radio_tool_button_new_from_widget gtk_radio_tool_button_new_from_widget;
13058 alias c_gtk_radio_tool_button_new_with_stock_from_widget gtk_radio_tool_button_new_with_stock_from_widget;
13059 alias c_gtk_radio_tool_button_get_group gtk_radio_tool_button_get_group;
13060 alias c_gtk_radio_tool_button_set_group gtk_radio_tool_button_set_group;
13061 
13062 // gtk.Range
13063 
13064 alias c_gtk_range_get_type gtk_range_get_type;
13065 alias c_gtk_range_get_adjustment gtk_range_get_adjustment;
13066 alias c_gtk_range_get_fill_level gtk_range_get_fill_level;
13067 alias c_gtk_range_get_flippable gtk_range_get_flippable;
13068 alias c_gtk_range_get_inverted gtk_range_get_inverted;
13069 alias c_gtk_range_get_lower_stepper_sensitivity gtk_range_get_lower_stepper_sensitivity;
13070 alias c_gtk_range_get_min_slider_size gtk_range_get_min_slider_size;
13071 alias c_gtk_range_get_range_rect gtk_range_get_range_rect;
13072 alias c_gtk_range_get_restrict_to_fill_level gtk_range_get_restrict_to_fill_level;
13073 alias c_gtk_range_get_round_digits gtk_range_get_round_digits;
13074 alias c_gtk_range_get_show_fill_level gtk_range_get_show_fill_level;
13075 alias c_gtk_range_get_slider_range gtk_range_get_slider_range;
13076 alias c_gtk_range_get_slider_size_fixed gtk_range_get_slider_size_fixed;
13077 alias c_gtk_range_get_upper_stepper_sensitivity gtk_range_get_upper_stepper_sensitivity;
13078 alias c_gtk_range_get_value gtk_range_get_value;
13079 alias c_gtk_range_set_adjustment gtk_range_set_adjustment;
13080 alias c_gtk_range_set_fill_level gtk_range_set_fill_level;
13081 alias c_gtk_range_set_flippable gtk_range_set_flippable;
13082 alias c_gtk_range_set_increments gtk_range_set_increments;
13083 alias c_gtk_range_set_inverted gtk_range_set_inverted;
13084 alias c_gtk_range_set_lower_stepper_sensitivity gtk_range_set_lower_stepper_sensitivity;
13085 alias c_gtk_range_set_min_slider_size gtk_range_set_min_slider_size;
13086 alias c_gtk_range_set_range gtk_range_set_range;
13087 alias c_gtk_range_set_restrict_to_fill_level gtk_range_set_restrict_to_fill_level;
13088 alias c_gtk_range_set_round_digits gtk_range_set_round_digits;
13089 alias c_gtk_range_set_show_fill_level gtk_range_set_show_fill_level;
13090 alias c_gtk_range_set_slider_size_fixed gtk_range_set_slider_size_fixed;
13091 alias c_gtk_range_set_upper_stepper_sensitivity gtk_range_set_upper_stepper_sensitivity;
13092 alias c_gtk_range_set_value gtk_range_set_value;
13093 
13094 // gtk.RangeAccessible
13095 
13096 alias c_gtk_range_accessible_get_type gtk_range_accessible_get_type;
13097 
13098 // gtk.RcProperty
13099 
13100 alias c_gtk_rc_property_parse_border gtk_rc_property_parse_border;
13101 alias c_gtk_rc_property_parse_color gtk_rc_property_parse_color;
13102 alias c_gtk_rc_property_parse_enum gtk_rc_property_parse_enum;
13103 alias c_gtk_rc_property_parse_flags gtk_rc_property_parse_flags;
13104 alias c_gtk_rc_property_parse_requisition gtk_rc_property_parse_requisition;
13105 
13106 // gtk.RcStyle
13107 
13108 alias c_gtk_rc_style_get_type gtk_rc_style_get_type;
13109 alias c_gtk_rc_style_new gtk_rc_style_new;
13110 alias c_gtk_rc_style_copy gtk_rc_style_copy;
13111 alias c_gtk_rc_add_default_file gtk_rc_add_default_file;
13112 alias c_gtk_rc_find_module_in_path gtk_rc_find_module_in_path;
13113 alias c_gtk_rc_find_pixmap_in_path gtk_rc_find_pixmap_in_path;
13114 alias c_gtk_rc_get_default_files gtk_rc_get_default_files;
13115 alias c_gtk_rc_get_im_module_file gtk_rc_get_im_module_file;
13116 alias c_gtk_rc_get_im_module_path gtk_rc_get_im_module_path;
13117 alias c_gtk_rc_get_module_dir gtk_rc_get_module_dir;
13118 alias c_gtk_rc_get_style gtk_rc_get_style;
13119 alias c_gtk_rc_get_style_by_paths gtk_rc_get_style_by_paths;
13120 alias c_gtk_rc_get_theme_dir gtk_rc_get_theme_dir;
13121 alias c_gtk_rc_parse gtk_rc_parse;
13122 alias c_gtk_rc_parse_color gtk_rc_parse_color;
13123 alias c_gtk_rc_parse_color_full gtk_rc_parse_color_full;
13124 alias c_gtk_rc_parse_priority gtk_rc_parse_priority;
13125 alias c_gtk_rc_parse_state gtk_rc_parse_state;
13126 alias c_gtk_rc_parse_string gtk_rc_parse_string;
13127 alias c_gtk_rc_reparse_all gtk_rc_reparse_all;
13128 alias c_gtk_rc_reparse_all_for_settings gtk_rc_reparse_all_for_settings;
13129 alias c_gtk_rc_reset_styles gtk_rc_reset_styles;
13130 alias c_gtk_rc_scanner_new gtk_rc_scanner_new;
13131 alias c_gtk_rc_set_default_files gtk_rc_set_default_files;
13132 
13133 // gtk.RecentAction
13134 
13135 alias c_gtk_recent_action_get_type gtk_recent_action_get_type;
13136 alias c_gtk_recent_action_new gtk_recent_action_new;
13137 alias c_gtk_recent_action_new_for_manager gtk_recent_action_new_for_manager;
13138 alias c_gtk_recent_action_get_show_numbers gtk_recent_action_get_show_numbers;
13139 alias c_gtk_recent_action_set_show_numbers gtk_recent_action_set_show_numbers;
13140 
13141 // gtk.RecentChooser
13142 
13143 alias c_gtk_recent_chooser_get_type gtk_recent_chooser_get_type;
13144 alias c_gtk_recent_chooser_add_filter gtk_recent_chooser_add_filter;
13145 alias c_gtk_recent_chooser_get_current_item gtk_recent_chooser_get_current_item;
13146 alias c_gtk_recent_chooser_get_current_uri gtk_recent_chooser_get_current_uri;
13147 alias c_gtk_recent_chooser_get_filter gtk_recent_chooser_get_filter;
13148 alias c_gtk_recent_chooser_get_items gtk_recent_chooser_get_items;
13149 alias c_gtk_recent_chooser_get_limit gtk_recent_chooser_get_limit;
13150 alias c_gtk_recent_chooser_get_local_only gtk_recent_chooser_get_local_only;
13151 alias c_gtk_recent_chooser_get_select_multiple gtk_recent_chooser_get_select_multiple;
13152 alias c_gtk_recent_chooser_get_show_icons gtk_recent_chooser_get_show_icons;
13153 alias c_gtk_recent_chooser_get_show_not_found gtk_recent_chooser_get_show_not_found;
13154 alias c_gtk_recent_chooser_get_show_private gtk_recent_chooser_get_show_private;
13155 alias c_gtk_recent_chooser_get_show_tips gtk_recent_chooser_get_show_tips;
13156 alias c_gtk_recent_chooser_get_sort_type gtk_recent_chooser_get_sort_type;
13157 alias c_gtk_recent_chooser_get_uris gtk_recent_chooser_get_uris;
13158 alias c_gtk_recent_chooser_list_filters gtk_recent_chooser_list_filters;
13159 alias c_gtk_recent_chooser_remove_filter gtk_recent_chooser_remove_filter;
13160 alias c_gtk_recent_chooser_select_all gtk_recent_chooser_select_all;
13161 alias c_gtk_recent_chooser_select_uri gtk_recent_chooser_select_uri;
13162 alias c_gtk_recent_chooser_set_current_uri gtk_recent_chooser_set_current_uri;
13163 alias c_gtk_recent_chooser_set_filter gtk_recent_chooser_set_filter;
13164 alias c_gtk_recent_chooser_set_limit gtk_recent_chooser_set_limit;
13165 alias c_gtk_recent_chooser_set_local_only gtk_recent_chooser_set_local_only;
13166 alias c_gtk_recent_chooser_set_select_multiple gtk_recent_chooser_set_select_multiple;
13167 alias c_gtk_recent_chooser_set_show_icons gtk_recent_chooser_set_show_icons;
13168 alias c_gtk_recent_chooser_set_show_not_found gtk_recent_chooser_set_show_not_found;
13169 alias c_gtk_recent_chooser_set_show_private gtk_recent_chooser_set_show_private;
13170 alias c_gtk_recent_chooser_set_show_tips gtk_recent_chooser_set_show_tips;
13171 alias c_gtk_recent_chooser_set_sort_func gtk_recent_chooser_set_sort_func;
13172 alias c_gtk_recent_chooser_set_sort_type gtk_recent_chooser_set_sort_type;
13173 alias c_gtk_recent_chooser_unselect_all gtk_recent_chooser_unselect_all;
13174 alias c_gtk_recent_chooser_unselect_uri gtk_recent_chooser_unselect_uri;
13175 
13176 // gtk.RecentChooserDialog
13177 
13178 alias c_gtk_recent_chooser_dialog_get_type gtk_recent_chooser_dialog_get_type;
13179 alias c_gtk_recent_chooser_dialog_new gtk_recent_chooser_dialog_new;
13180 alias c_gtk_recent_chooser_dialog_new_for_manager gtk_recent_chooser_dialog_new_for_manager;
13181 
13182 // gtk.RecentChooserMenu
13183 
13184 alias c_gtk_recent_chooser_menu_get_type gtk_recent_chooser_menu_get_type;
13185 alias c_gtk_recent_chooser_menu_new gtk_recent_chooser_menu_new;
13186 alias c_gtk_recent_chooser_menu_new_for_manager gtk_recent_chooser_menu_new_for_manager;
13187 alias c_gtk_recent_chooser_menu_get_show_numbers gtk_recent_chooser_menu_get_show_numbers;
13188 alias c_gtk_recent_chooser_menu_set_show_numbers gtk_recent_chooser_menu_set_show_numbers;
13189 
13190 // gtk.RecentChooserWidget
13191 
13192 alias c_gtk_recent_chooser_widget_get_type gtk_recent_chooser_widget_get_type;
13193 alias c_gtk_recent_chooser_widget_new gtk_recent_chooser_widget_new;
13194 alias c_gtk_recent_chooser_widget_new_for_manager gtk_recent_chooser_widget_new_for_manager;
13195 
13196 // gtk.RecentFilter
13197 
13198 alias c_gtk_recent_filter_get_type gtk_recent_filter_get_type;
13199 alias c_gtk_recent_filter_new gtk_recent_filter_new;
13200 alias c_gtk_recent_filter_add_age gtk_recent_filter_add_age;
13201 alias c_gtk_recent_filter_add_application gtk_recent_filter_add_application;
13202 alias c_gtk_recent_filter_add_custom gtk_recent_filter_add_custom;
13203 alias c_gtk_recent_filter_add_group gtk_recent_filter_add_group;
13204 alias c_gtk_recent_filter_add_mime_type gtk_recent_filter_add_mime_type;
13205 alias c_gtk_recent_filter_add_pattern gtk_recent_filter_add_pattern;
13206 alias c_gtk_recent_filter_add_pixbuf_formats gtk_recent_filter_add_pixbuf_formats;
13207 alias c_gtk_recent_filter_filter gtk_recent_filter_filter;
13208 alias c_gtk_recent_filter_get_name gtk_recent_filter_get_name;
13209 alias c_gtk_recent_filter_get_needed gtk_recent_filter_get_needed;
13210 alias c_gtk_recent_filter_set_name gtk_recent_filter_set_name;
13211 
13212 // gtk.RecentInfo
13213 
13214 alias c_gtk_recent_info_get_type gtk_recent_info_get_type;
13215 alias c_gtk_recent_info_create_app_info gtk_recent_info_create_app_info;
13216 alias c_gtk_recent_info_exists gtk_recent_info_exists;
13217 alias c_gtk_recent_info_get_added gtk_recent_info_get_added;
13218 alias c_gtk_recent_info_get_age gtk_recent_info_get_age;
13219 alias c_gtk_recent_info_get_application_info gtk_recent_info_get_application_info;
13220 alias c_gtk_recent_info_get_applications gtk_recent_info_get_applications;
13221 alias c_gtk_recent_info_get_description gtk_recent_info_get_description;
13222 alias c_gtk_recent_info_get_display_name gtk_recent_info_get_display_name;
13223 alias c_gtk_recent_info_get_gicon gtk_recent_info_get_gicon;
13224 alias c_gtk_recent_info_get_groups gtk_recent_info_get_groups;
13225 alias c_gtk_recent_info_get_icon gtk_recent_info_get_icon;
13226 alias c_gtk_recent_info_get_mime_type gtk_recent_info_get_mime_type;
13227 alias c_gtk_recent_info_get_modified gtk_recent_info_get_modified;
13228 alias c_gtk_recent_info_get_private_hint gtk_recent_info_get_private_hint;
13229 alias c_gtk_recent_info_get_short_name gtk_recent_info_get_short_name;
13230 alias c_gtk_recent_info_get_uri gtk_recent_info_get_uri;
13231 alias c_gtk_recent_info_get_uri_display gtk_recent_info_get_uri_display;
13232 alias c_gtk_recent_info_get_visited gtk_recent_info_get_visited;
13233 alias c_gtk_recent_info_has_application gtk_recent_info_has_application;
13234 alias c_gtk_recent_info_has_group gtk_recent_info_has_group;
13235 alias c_gtk_recent_info_is_local gtk_recent_info_is_local;
13236 alias c_gtk_recent_info_last_application gtk_recent_info_last_application;
13237 alias c_gtk_recent_info_match gtk_recent_info_match;
13238 alias c_gtk_recent_info_ref gtk_recent_info_ref;
13239 alias c_gtk_recent_info_unref gtk_recent_info_unref;
13240 
13241 // gtk.RecentManager
13242 
13243 alias c_gtk_recent_manager_get_type gtk_recent_manager_get_type;
13244 alias c_gtk_recent_manager_new gtk_recent_manager_new;
13245 alias c_gtk_recent_manager_get_default gtk_recent_manager_get_default;
13246 alias c_gtk_recent_manager_add_full gtk_recent_manager_add_full;
13247 alias c_gtk_recent_manager_add_item gtk_recent_manager_add_item;
13248 alias c_gtk_recent_manager_get_items gtk_recent_manager_get_items;
13249 alias c_gtk_recent_manager_has_item gtk_recent_manager_has_item;
13250 alias c_gtk_recent_manager_lookup_item gtk_recent_manager_lookup_item;
13251 alias c_gtk_recent_manager_move_item gtk_recent_manager_move_item;
13252 alias c_gtk_recent_manager_purge_items gtk_recent_manager_purge_items;
13253 alias c_gtk_recent_manager_remove_item gtk_recent_manager_remove_item;
13254 
13255 // gtk.RendererCellAccessible
13256 
13257 alias c_gtk_renderer_cell_accessible_get_type gtk_renderer_cell_accessible_get_type;
13258 alias c_gtk_renderer_cell_accessible_new gtk_renderer_cell_accessible_new;
13259 
13260 // gtk.Requisition
13261 
13262 alias c_gtk_requisition_get_type gtk_requisition_get_type;
13263 alias c_gtk_requisition_new gtk_requisition_new;
13264 alias c_gtk_requisition_copy gtk_requisition_copy;
13265 alias c_gtk_requisition_free gtk_requisition_free;
13266 
13267 // gtk.Revealer
13268 
13269 alias c_gtk_revealer_get_type gtk_revealer_get_type;
13270 alias c_gtk_revealer_new gtk_revealer_new;
13271 alias c_gtk_revealer_get_child_revealed gtk_revealer_get_child_revealed;
13272 alias c_gtk_revealer_get_reveal_child gtk_revealer_get_reveal_child;
13273 alias c_gtk_revealer_get_transition_duration gtk_revealer_get_transition_duration;
13274 alias c_gtk_revealer_get_transition_type gtk_revealer_get_transition_type;
13275 alias c_gtk_revealer_set_reveal_child gtk_revealer_set_reveal_child;
13276 alias c_gtk_revealer_set_transition_duration gtk_revealer_set_transition_duration;
13277 alias c_gtk_revealer_set_transition_type gtk_revealer_set_transition_type;
13278 
13279 // gtk.Scale
13280 
13281 alias c_gtk_scale_get_type gtk_scale_get_type;
13282 alias c_gtk_scale_new gtk_scale_new;
13283 alias c_gtk_scale_new_with_range gtk_scale_new_with_range;
13284 alias c_gtk_scale_add_mark gtk_scale_add_mark;
13285 alias c_gtk_scale_clear_marks gtk_scale_clear_marks;
13286 alias c_gtk_scale_get_digits gtk_scale_get_digits;
13287 alias c_gtk_scale_get_draw_value gtk_scale_get_draw_value;
13288 alias c_gtk_scale_get_has_origin gtk_scale_get_has_origin;
13289 alias c_gtk_scale_get_layout gtk_scale_get_layout;
13290 alias c_gtk_scale_get_layout_offsets gtk_scale_get_layout_offsets;
13291 alias c_gtk_scale_get_value_pos gtk_scale_get_value_pos;
13292 alias c_gtk_scale_set_digits gtk_scale_set_digits;
13293 alias c_gtk_scale_set_draw_value gtk_scale_set_draw_value;
13294 alias c_gtk_scale_set_has_origin gtk_scale_set_has_origin;
13295 alias c_gtk_scale_set_value_pos gtk_scale_set_value_pos;
13296 
13297 // gtk.ScaleAccessible
13298 
13299 alias c_gtk_scale_accessible_get_type gtk_scale_accessible_get_type;
13300 
13301 // gtk.ScaleButton
13302 
13303 alias c_gtk_scale_button_get_type gtk_scale_button_get_type;
13304 alias c_gtk_scale_button_new gtk_scale_button_new;
13305 alias c_gtk_scale_button_get_adjustment gtk_scale_button_get_adjustment;
13306 alias c_gtk_scale_button_get_minus_button gtk_scale_button_get_minus_button;
13307 alias c_gtk_scale_button_get_plus_button gtk_scale_button_get_plus_button;
13308 alias c_gtk_scale_button_get_popup gtk_scale_button_get_popup;
13309 alias c_gtk_scale_button_get_value gtk_scale_button_get_value;
13310 alias c_gtk_scale_button_set_adjustment gtk_scale_button_set_adjustment;
13311 alias c_gtk_scale_button_set_icons gtk_scale_button_set_icons;
13312 alias c_gtk_scale_button_set_value gtk_scale_button_set_value;
13313 
13314 // gtk.ScaleButtonAccessible
13315 
13316 alias c_gtk_scale_button_accessible_get_type gtk_scale_button_accessible_get_type;
13317 
13318 // gtk.Scrollable
13319 
13320 alias c_gtk_scrollable_get_type gtk_scrollable_get_type;
13321 alias c_gtk_scrollable_get_border gtk_scrollable_get_border;
13322 alias c_gtk_scrollable_get_hadjustment gtk_scrollable_get_hadjustment;
13323 alias c_gtk_scrollable_get_hscroll_policy gtk_scrollable_get_hscroll_policy;
13324 alias c_gtk_scrollable_get_vadjustment gtk_scrollable_get_vadjustment;
13325 alias c_gtk_scrollable_get_vscroll_policy gtk_scrollable_get_vscroll_policy;
13326 alias c_gtk_scrollable_set_hadjustment gtk_scrollable_set_hadjustment;
13327 alias c_gtk_scrollable_set_hscroll_policy gtk_scrollable_set_hscroll_policy;
13328 alias c_gtk_scrollable_set_vadjustment gtk_scrollable_set_vadjustment;
13329 alias c_gtk_scrollable_set_vscroll_policy gtk_scrollable_set_vscroll_policy;
13330 
13331 // gtk.Scrollbar
13332 
13333 alias c_gtk_scrollbar_get_type gtk_scrollbar_get_type;
13334 alias c_gtk_scrollbar_new gtk_scrollbar_new;
13335 
13336 // gtk.ScrolledWindow
13337 
13338 alias c_gtk_scrolled_window_get_type gtk_scrolled_window_get_type;
13339 alias c_gtk_scrolled_window_new gtk_scrolled_window_new;
13340 alias c_gtk_scrolled_window_add_with_viewport gtk_scrolled_window_add_with_viewport;
13341 alias c_gtk_scrolled_window_get_capture_button_press gtk_scrolled_window_get_capture_button_press;
13342 alias c_gtk_scrolled_window_get_hadjustment gtk_scrolled_window_get_hadjustment;
13343 alias c_gtk_scrolled_window_get_hscrollbar gtk_scrolled_window_get_hscrollbar;
13344 alias c_gtk_scrolled_window_get_kinetic_scrolling gtk_scrolled_window_get_kinetic_scrolling;
13345 alias c_gtk_scrolled_window_get_min_content_height gtk_scrolled_window_get_min_content_height;
13346 alias c_gtk_scrolled_window_get_min_content_width gtk_scrolled_window_get_min_content_width;
13347 alias c_gtk_scrolled_window_get_overlay_scrolling gtk_scrolled_window_get_overlay_scrolling;
13348 alias c_gtk_scrolled_window_get_placement gtk_scrolled_window_get_placement;
13349 alias c_gtk_scrolled_window_get_policy gtk_scrolled_window_get_policy;
13350 alias c_gtk_scrolled_window_get_shadow_type gtk_scrolled_window_get_shadow_type;
13351 alias c_gtk_scrolled_window_get_vadjustment gtk_scrolled_window_get_vadjustment;
13352 alias c_gtk_scrolled_window_get_vscrollbar gtk_scrolled_window_get_vscrollbar;
13353 alias c_gtk_scrolled_window_set_capture_button_press gtk_scrolled_window_set_capture_button_press;
13354 alias c_gtk_scrolled_window_set_hadjustment gtk_scrolled_window_set_hadjustment;
13355 alias c_gtk_scrolled_window_set_kinetic_scrolling gtk_scrolled_window_set_kinetic_scrolling;
13356 alias c_gtk_scrolled_window_set_min_content_height gtk_scrolled_window_set_min_content_height;
13357 alias c_gtk_scrolled_window_set_min_content_width gtk_scrolled_window_set_min_content_width;
13358 alias c_gtk_scrolled_window_set_overlay_scrolling gtk_scrolled_window_set_overlay_scrolling;
13359 alias c_gtk_scrolled_window_set_placement gtk_scrolled_window_set_placement;
13360 alias c_gtk_scrolled_window_set_policy gtk_scrolled_window_set_policy;
13361 alias c_gtk_scrolled_window_set_shadow_type gtk_scrolled_window_set_shadow_type;
13362 alias c_gtk_scrolled_window_set_vadjustment gtk_scrolled_window_set_vadjustment;
13363 alias c_gtk_scrolled_window_unset_placement gtk_scrolled_window_unset_placement;
13364 
13365 // gtk.ScrolledWindowAccessible
13366 
13367 alias c_gtk_scrolled_window_accessible_get_type gtk_scrolled_window_accessible_get_type;
13368 
13369 // gtk.SearchBar
13370 
13371 alias c_gtk_search_bar_get_type gtk_search_bar_get_type;
13372 alias c_gtk_search_bar_new gtk_search_bar_new;
13373 alias c_gtk_search_bar_connect_entry gtk_search_bar_connect_entry;
13374 alias c_gtk_search_bar_get_search_mode gtk_search_bar_get_search_mode;
13375 alias c_gtk_search_bar_get_show_close_button gtk_search_bar_get_show_close_button;
13376 alias c_gtk_search_bar_handle_event gtk_search_bar_handle_event;
13377 alias c_gtk_search_bar_set_search_mode gtk_search_bar_set_search_mode;
13378 alias c_gtk_search_bar_set_show_close_button gtk_search_bar_set_show_close_button;
13379 
13380 // gtk.SearchEntry
13381 
13382 alias c_gtk_search_entry_get_type gtk_search_entry_get_type;
13383 alias c_gtk_search_entry_new gtk_search_entry_new;
13384 alias c_gtk_search_entry_handle_event gtk_search_entry_handle_event;
13385 
13386 // gtk.SelectionData
13387 
13388 alias c_gtk_selection_data_get_type gtk_selection_data_get_type;
13389 alias c_gtk_selection_data_copy gtk_selection_data_copy;
13390 alias c_gtk_selection_data_free gtk_selection_data_free;
13391 alias c_gtk_selection_data_get_data gtk_selection_data_get_data;
13392 alias c_gtk_selection_data_get_data_type gtk_selection_data_get_data_type;
13393 alias c_gtk_selection_data_get_data_with_length gtk_selection_data_get_data_with_length;
13394 alias c_gtk_selection_data_get_display gtk_selection_data_get_display;
13395 alias c_gtk_selection_data_get_format gtk_selection_data_get_format;
13396 alias c_gtk_selection_data_get_length gtk_selection_data_get_length;
13397 alias c_gtk_selection_data_get_pixbuf gtk_selection_data_get_pixbuf;
13398 alias c_gtk_selection_data_get_selection gtk_selection_data_get_selection;
13399 alias c_gtk_selection_data_get_target gtk_selection_data_get_target;
13400 alias c_gtk_selection_data_get_targets gtk_selection_data_get_targets;
13401 alias c_gtk_selection_data_get_text gtk_selection_data_get_text;
13402 alias c_gtk_selection_data_get_uris gtk_selection_data_get_uris;
13403 alias c_gtk_selection_data_set gtk_selection_data_set;
13404 alias c_gtk_selection_data_set_pixbuf gtk_selection_data_set_pixbuf;
13405 alias c_gtk_selection_data_set_text gtk_selection_data_set_text;
13406 alias c_gtk_selection_data_set_uris gtk_selection_data_set_uris;
13407 alias c_gtk_selection_data_targets_include_image gtk_selection_data_targets_include_image;
13408 alias c_gtk_selection_data_targets_include_rich_text gtk_selection_data_targets_include_rich_text;
13409 alias c_gtk_selection_data_targets_include_text gtk_selection_data_targets_include_text;
13410 alias c_gtk_selection_data_targets_include_uri gtk_selection_data_targets_include_uri;
13411 alias c_gtk_selection_add_target gtk_selection_add_target;
13412 alias c_gtk_selection_add_targets gtk_selection_add_targets;
13413 alias c_gtk_selection_clear_targets gtk_selection_clear_targets;
13414 alias c_gtk_selection_convert gtk_selection_convert;
13415 alias c_gtk_selection_owner_set gtk_selection_owner_set;
13416 alias c_gtk_selection_owner_set_for_display gtk_selection_owner_set_for_display;
13417 alias c_gtk_selection_remove_all gtk_selection_remove_all;
13418 
13419 // gtk.Separator
13420 
13421 alias c_gtk_separator_get_type gtk_separator_get_type;
13422 alias c_gtk_separator_new gtk_separator_new;
13423 
13424 // gtk.SeparatorMenuItem
13425 
13426 alias c_gtk_separator_menu_item_get_type gtk_separator_menu_item_get_type;
13427 alias c_gtk_separator_menu_item_new gtk_separator_menu_item_new;
13428 
13429 // gtk.SeparatorToolItem
13430 
13431 alias c_gtk_separator_tool_item_get_type gtk_separator_tool_item_get_type;
13432 alias c_gtk_separator_tool_item_new gtk_separator_tool_item_new;
13433 alias c_gtk_separator_tool_item_get_draw gtk_separator_tool_item_get_draw;
13434 alias c_gtk_separator_tool_item_set_draw gtk_separator_tool_item_set_draw;
13435 
13436 // gtk.Settings
13437 
13438 alias c_gtk_settings_get_type gtk_settings_get_type;
13439 alias c_gtk_settings_get_default gtk_settings_get_default;
13440 alias c_gtk_settings_get_for_screen gtk_settings_get_for_screen;
13441 alias c_gtk_settings_install_property gtk_settings_install_property;
13442 alias c_gtk_settings_install_property_parser gtk_settings_install_property_parser;
13443 alias c_gtk_settings_reset_property gtk_settings_reset_property;
13444 alias c_gtk_settings_set_double_property gtk_settings_set_double_property;
13445 alias c_gtk_settings_set_long_property gtk_settings_set_long_property;
13446 alias c_gtk_settings_set_property_value gtk_settings_set_property_value;
13447 alias c_gtk_settings_set_string_property gtk_settings_set_string_property;
13448 
13449 // gtk.ShortcutsGroup
13450 
13451 alias c_gtk_shortcuts_group_get_type gtk_shortcuts_group_get_type;
13452 
13453 // gtk.ShortcutsSection
13454 
13455 alias c_gtk_shortcuts_section_get_type gtk_shortcuts_section_get_type;
13456 
13457 // gtk.ShortcutsShortcut
13458 
13459 alias c_gtk_shortcuts_shortcut_get_type gtk_shortcuts_shortcut_get_type;
13460 
13461 // gtk.ShortcutsWindow
13462 
13463 alias c_gtk_shortcuts_window_get_type gtk_shortcuts_window_get_type;
13464 
13465 // gtk.SizeGroup
13466 
13467 alias c_gtk_size_group_get_type gtk_size_group_get_type;
13468 alias c_gtk_size_group_new gtk_size_group_new;
13469 alias c_gtk_size_group_add_widget gtk_size_group_add_widget;
13470 alias c_gtk_size_group_get_ignore_hidden gtk_size_group_get_ignore_hidden;
13471 alias c_gtk_size_group_get_mode gtk_size_group_get_mode;
13472 alias c_gtk_size_group_get_widgets gtk_size_group_get_widgets;
13473 alias c_gtk_size_group_remove_widget gtk_size_group_remove_widget;
13474 alias c_gtk_size_group_set_ignore_hidden gtk_size_group_set_ignore_hidden;
13475 alias c_gtk_size_group_set_mode gtk_size_group_set_mode;
13476 
13477 // gtk.Socket
13478 
13479 alias c_gtk_socket_get_type gtk_socket_get_type;
13480 alias c_gtk_socket_new gtk_socket_new;
13481 alias c_gtk_socket_add_id gtk_socket_add_id;
13482 alias c_gtk_socket_get_id gtk_socket_get_id;
13483 alias c_gtk_socket_get_plug_window gtk_socket_get_plug_window;
13484 
13485 // gtk.SpinButton
13486 
13487 alias c_gtk_spin_button_get_type gtk_spin_button_get_type;
13488 alias c_gtk_spin_button_new gtk_spin_button_new;
13489 alias c_gtk_spin_button_new_with_range gtk_spin_button_new_with_range;
13490 alias c_gtk_spin_button_configure gtk_spin_button_configure;
13491 alias c_gtk_spin_button_get_adjustment gtk_spin_button_get_adjustment;
13492 alias c_gtk_spin_button_get_digits gtk_spin_button_get_digits;
13493 alias c_gtk_spin_button_get_increments gtk_spin_button_get_increments;
13494 alias c_gtk_spin_button_get_numeric gtk_spin_button_get_numeric;
13495 alias c_gtk_spin_button_get_range gtk_spin_button_get_range;
13496 alias c_gtk_spin_button_get_snap_to_ticks gtk_spin_button_get_snap_to_ticks;
13497 alias c_gtk_spin_button_get_update_policy gtk_spin_button_get_update_policy;
13498 alias c_gtk_spin_button_get_value gtk_spin_button_get_value;
13499 alias c_gtk_spin_button_get_value_as_int gtk_spin_button_get_value_as_int;
13500 alias c_gtk_spin_button_get_wrap gtk_spin_button_get_wrap;
13501 alias c_gtk_spin_button_set_adjustment gtk_spin_button_set_adjustment;
13502 alias c_gtk_spin_button_set_digits gtk_spin_button_set_digits;
13503 alias c_gtk_spin_button_set_increments gtk_spin_button_set_increments;
13504 alias c_gtk_spin_button_set_numeric gtk_spin_button_set_numeric;
13505 alias c_gtk_spin_button_set_range gtk_spin_button_set_range;
13506 alias c_gtk_spin_button_set_snap_to_ticks gtk_spin_button_set_snap_to_ticks;
13507 alias c_gtk_spin_button_set_update_policy gtk_spin_button_set_update_policy;
13508 alias c_gtk_spin_button_set_value gtk_spin_button_set_value;
13509 alias c_gtk_spin_button_set_wrap gtk_spin_button_set_wrap;
13510 alias c_gtk_spin_button_spin gtk_spin_button_spin;
13511 alias c_gtk_spin_button_update gtk_spin_button_update;
13512 
13513 // gtk.SpinButtonAccessible
13514 
13515 alias c_gtk_spin_button_accessible_get_type gtk_spin_button_accessible_get_type;
13516 
13517 // gtk.Spinner
13518 
13519 alias c_gtk_spinner_get_type gtk_spinner_get_type;
13520 alias c_gtk_spinner_new gtk_spinner_new;
13521 alias c_gtk_spinner_start gtk_spinner_start;
13522 alias c_gtk_spinner_stop gtk_spinner_stop;
13523 
13524 // gtk.SpinnerAccessible
13525 
13526 alias c_gtk_spinner_accessible_get_type gtk_spinner_accessible_get_type;
13527 
13528 // gtk.Stack
13529 
13530 alias c_gtk_stack_get_type gtk_stack_get_type;
13531 alias c_gtk_stack_new gtk_stack_new;
13532 alias c_gtk_stack_add_named gtk_stack_add_named;
13533 alias c_gtk_stack_add_titled gtk_stack_add_titled;
13534 alias c_gtk_stack_get_child_by_name gtk_stack_get_child_by_name;
13535 alias c_gtk_stack_get_hhomogeneous gtk_stack_get_hhomogeneous;
13536 alias c_gtk_stack_get_homogeneous gtk_stack_get_homogeneous;
13537 alias c_gtk_stack_get_interpolate_size gtk_stack_get_interpolate_size;
13538 alias c_gtk_stack_get_transition_duration gtk_stack_get_transition_duration;
13539 alias c_gtk_stack_get_transition_running gtk_stack_get_transition_running;
13540 alias c_gtk_stack_get_transition_type gtk_stack_get_transition_type;
13541 alias c_gtk_stack_get_vhomogeneous gtk_stack_get_vhomogeneous;
13542 alias c_gtk_stack_get_visible_child gtk_stack_get_visible_child;
13543 alias c_gtk_stack_get_visible_child_name gtk_stack_get_visible_child_name;
13544 alias c_gtk_stack_set_hhomogeneous gtk_stack_set_hhomogeneous;
13545 alias c_gtk_stack_set_homogeneous gtk_stack_set_homogeneous;
13546 alias c_gtk_stack_set_interpolate_size gtk_stack_set_interpolate_size;
13547 alias c_gtk_stack_set_transition_duration gtk_stack_set_transition_duration;
13548 alias c_gtk_stack_set_transition_type gtk_stack_set_transition_type;
13549 alias c_gtk_stack_set_vhomogeneous gtk_stack_set_vhomogeneous;
13550 alias c_gtk_stack_set_visible_child gtk_stack_set_visible_child;
13551 alias c_gtk_stack_set_visible_child_full gtk_stack_set_visible_child_full;
13552 alias c_gtk_stack_set_visible_child_name gtk_stack_set_visible_child_name;
13553 
13554 // gtk.StackSidebar
13555 
13556 alias c_gtk_stack_sidebar_get_type gtk_stack_sidebar_get_type;
13557 alias c_gtk_stack_sidebar_new gtk_stack_sidebar_new;
13558 alias c_gtk_stack_sidebar_get_stack gtk_stack_sidebar_get_stack;
13559 alias c_gtk_stack_sidebar_set_stack gtk_stack_sidebar_set_stack;
13560 
13561 // gtk.StackSwitcher
13562 
13563 alias c_gtk_stack_switcher_get_type gtk_stack_switcher_get_type;
13564 alias c_gtk_stack_switcher_new gtk_stack_switcher_new;
13565 alias c_gtk_stack_switcher_get_stack gtk_stack_switcher_get_stack;
13566 alias c_gtk_stack_switcher_set_stack gtk_stack_switcher_set_stack;
13567 
13568 // gtk.StatusIcon
13569 
13570 alias c_gtk_status_icon_get_type gtk_status_icon_get_type;
13571 alias c_gtk_status_icon_new gtk_status_icon_new;
13572 alias c_gtk_status_icon_new_from_file gtk_status_icon_new_from_file;
13573 alias c_gtk_status_icon_new_from_gicon gtk_status_icon_new_from_gicon;
13574 alias c_gtk_status_icon_new_from_icon_name gtk_status_icon_new_from_icon_name;
13575 alias c_gtk_status_icon_new_from_pixbuf gtk_status_icon_new_from_pixbuf;
13576 alias c_gtk_status_icon_new_from_stock gtk_status_icon_new_from_stock;
13577 alias c_gtk_status_icon_position_menu gtk_status_icon_position_menu;
13578 alias c_gtk_status_icon_get_geometry gtk_status_icon_get_geometry;
13579 alias c_gtk_status_icon_get_gicon gtk_status_icon_get_gicon;
13580 alias c_gtk_status_icon_get_has_tooltip gtk_status_icon_get_has_tooltip;
13581 alias c_gtk_status_icon_get_icon_name gtk_status_icon_get_icon_name;
13582 alias c_gtk_status_icon_get_pixbuf gtk_status_icon_get_pixbuf;
13583 alias c_gtk_status_icon_get_screen gtk_status_icon_get_screen;
13584 alias c_gtk_status_icon_get_size gtk_status_icon_get_size;
13585 alias c_gtk_status_icon_get_stock gtk_status_icon_get_stock;
13586 alias c_gtk_status_icon_get_storage_type gtk_status_icon_get_storage_type;
13587 alias c_gtk_status_icon_get_title gtk_status_icon_get_title;
13588 alias c_gtk_status_icon_get_tooltip_markup gtk_status_icon_get_tooltip_markup;
13589 alias c_gtk_status_icon_get_tooltip_text gtk_status_icon_get_tooltip_text;
13590 alias c_gtk_status_icon_get_visible gtk_status_icon_get_visible;
13591 alias c_gtk_status_icon_get_x11_window_id gtk_status_icon_get_x11_window_id;
13592 alias c_gtk_status_icon_is_embedded gtk_status_icon_is_embedded;
13593 alias c_gtk_status_icon_set_from_file gtk_status_icon_set_from_file;
13594 alias c_gtk_status_icon_set_from_gicon gtk_status_icon_set_from_gicon;
13595 alias c_gtk_status_icon_set_from_icon_name gtk_status_icon_set_from_icon_name;
13596 alias c_gtk_status_icon_set_from_pixbuf gtk_status_icon_set_from_pixbuf;
13597 alias c_gtk_status_icon_set_from_stock gtk_status_icon_set_from_stock;
13598 alias c_gtk_status_icon_set_has_tooltip gtk_status_icon_set_has_tooltip;
13599 alias c_gtk_status_icon_set_name gtk_status_icon_set_name;
13600 alias c_gtk_status_icon_set_screen gtk_status_icon_set_screen;
13601 alias c_gtk_status_icon_set_title gtk_status_icon_set_title;
13602 alias c_gtk_status_icon_set_tooltip_markup gtk_status_icon_set_tooltip_markup;
13603 alias c_gtk_status_icon_set_tooltip_text gtk_status_icon_set_tooltip_text;
13604 alias c_gtk_status_icon_set_visible gtk_status_icon_set_visible;
13605 
13606 // gtk.Statusbar
13607 
13608 alias c_gtk_statusbar_get_type gtk_statusbar_get_type;
13609 alias c_gtk_statusbar_new gtk_statusbar_new;
13610 alias c_gtk_statusbar_get_context_id gtk_statusbar_get_context_id;
13611 alias c_gtk_statusbar_get_message_area gtk_statusbar_get_message_area;
13612 alias c_gtk_statusbar_pop gtk_statusbar_pop;
13613 alias c_gtk_statusbar_push gtk_statusbar_push;
13614 alias c_gtk_statusbar_remove gtk_statusbar_remove;
13615 alias c_gtk_statusbar_remove_all gtk_statusbar_remove_all;
13616 
13617 // gtk.StatusbarAccessible
13618 
13619 alias c_gtk_statusbar_accessible_get_type gtk_statusbar_accessible_get_type;
13620 
13621 // gtk.StockItem
13622 
13623 alias c_gtk_stock_item_copy gtk_stock_item_copy;
13624 alias c_gtk_stock_item_free gtk_stock_item_free;
13625 alias c_gtk_stock_add gtk_stock_add;
13626 alias c_gtk_stock_add_static gtk_stock_add_static;
13627 alias c_gtk_stock_list_ids gtk_stock_list_ids;
13628 alias c_gtk_stock_lookup gtk_stock_lookup;
13629 alias c_gtk_stock_set_translate_func gtk_stock_set_translate_func;
13630 
13631 // gtk.Style
13632 
13633 alias c_gtk_style_get_type gtk_style_get_type;
13634 alias c_gtk_style_new gtk_style_new;
13635 alias c_gtk_style_apply_default_background gtk_style_apply_default_background;
13636 alias c_gtk_style_attach gtk_style_attach;
13637 alias c_gtk_style_copy gtk_style_copy;
13638 alias c_gtk_style_detach gtk_style_detach;
13639 alias c_gtk_style_get gtk_style_get;
13640 alias c_gtk_style_get_style_property gtk_style_get_style_property;
13641 alias c_gtk_style_get_valist gtk_style_get_valist;
13642 alias c_gtk_style_has_context gtk_style_has_context;
13643 alias c_gtk_style_lookup_color gtk_style_lookup_color;
13644 alias c_gtk_style_lookup_icon_set gtk_style_lookup_icon_set;
13645 alias c_gtk_style_render_icon gtk_style_render_icon;
13646 alias c_gtk_style_set_background gtk_style_set_background;
13647 alias c_gtk_paint_arrow gtk_paint_arrow;
13648 alias c_gtk_paint_box gtk_paint_box;
13649 alias c_gtk_paint_box_gap gtk_paint_box_gap;
13650 alias c_gtk_paint_check gtk_paint_check;
13651 alias c_gtk_paint_diamond gtk_paint_diamond;
13652 alias c_gtk_paint_expander gtk_paint_expander;
13653 alias c_gtk_paint_extension gtk_paint_extension;
13654 alias c_gtk_paint_flat_box gtk_paint_flat_box;
13655 alias c_gtk_paint_focus gtk_paint_focus;
13656 alias c_gtk_paint_handle gtk_paint_handle;
13657 alias c_gtk_paint_hline gtk_paint_hline;
13658 alias c_gtk_paint_layout gtk_paint_layout;
13659 alias c_gtk_paint_option gtk_paint_option;
13660 alias c_gtk_paint_resize_grip gtk_paint_resize_grip;
13661 alias c_gtk_paint_shadow gtk_paint_shadow;
13662 alias c_gtk_paint_shadow_gap gtk_paint_shadow_gap;
13663 alias c_gtk_paint_slider gtk_paint_slider;
13664 alias c_gtk_paint_spinner gtk_paint_spinner;
13665 alias c_gtk_paint_tab gtk_paint_tab;
13666 alias c_gtk_paint_vline gtk_paint_vline;
13667 
13668 // gtk.StyleContext
13669 
13670 alias c_gtk_style_context_get_type gtk_style_context_get_type;
13671 alias c_gtk_style_context_new gtk_style_context_new;
13672 alias c_gtk_style_context_add_provider_for_screen gtk_style_context_add_provider_for_screen;
13673 alias c_gtk_style_context_remove_provider_for_screen gtk_style_context_remove_provider_for_screen;
13674 alias c_gtk_style_context_reset_widgets gtk_style_context_reset_widgets;
13675 alias c_gtk_style_context_add_class gtk_style_context_add_class;
13676 alias c_gtk_style_context_add_provider gtk_style_context_add_provider;
13677 alias c_gtk_style_context_add_region gtk_style_context_add_region;
13678 alias c_gtk_style_context_cancel_animations gtk_style_context_cancel_animations;
13679 alias c_gtk_style_context_get gtk_style_context_get;
13680 alias c_gtk_style_context_get_background_color gtk_style_context_get_background_color;
13681 alias c_gtk_style_context_get_border gtk_style_context_get_border;
13682 alias c_gtk_style_context_get_border_color gtk_style_context_get_border_color;
13683 alias c_gtk_style_context_get_color gtk_style_context_get_color;
13684 alias c_gtk_style_context_get_direction gtk_style_context_get_direction;
13685 alias c_gtk_style_context_get_font gtk_style_context_get_font;
13686 alias c_gtk_style_context_get_frame_clock gtk_style_context_get_frame_clock;
13687 alias c_gtk_style_context_get_junction_sides gtk_style_context_get_junction_sides;
13688 alias c_gtk_style_context_get_margin gtk_style_context_get_margin;
13689 alias c_gtk_style_context_get_padding gtk_style_context_get_padding;
13690 alias c_gtk_style_context_get_parent gtk_style_context_get_parent;
13691 alias c_gtk_style_context_get_path gtk_style_context_get_path;
13692 alias c_gtk_style_context_get_property gtk_style_context_get_property;
13693 alias c_gtk_style_context_get_scale gtk_style_context_get_scale;
13694 alias c_gtk_style_context_get_screen gtk_style_context_get_screen;
13695 alias c_gtk_style_context_get_section gtk_style_context_get_section;
13696 alias c_gtk_style_context_get_state gtk_style_context_get_state;
13697 alias c_gtk_style_context_get_style gtk_style_context_get_style;
13698 alias c_gtk_style_context_get_style_property gtk_style_context_get_style_property;
13699 alias c_gtk_style_context_get_style_valist gtk_style_context_get_style_valist;
13700 alias c_gtk_style_context_get_valist gtk_style_context_get_valist;
13701 alias c_gtk_style_context_has_class gtk_style_context_has_class;
13702 alias c_gtk_style_context_has_region gtk_style_context_has_region;
13703 alias c_gtk_style_context_invalidate gtk_style_context_invalidate;
13704 alias c_gtk_style_context_list_classes gtk_style_context_list_classes;
13705 alias c_gtk_style_context_list_regions gtk_style_context_list_regions;
13706 alias c_gtk_style_context_lookup_color gtk_style_context_lookup_color;
13707 alias c_gtk_style_context_lookup_icon_set gtk_style_context_lookup_icon_set;
13708 alias c_gtk_style_context_notify_state_change gtk_style_context_notify_state_change;
13709 alias c_gtk_style_context_pop_animatable_region gtk_style_context_pop_animatable_region;
13710 alias c_gtk_style_context_push_animatable_region gtk_style_context_push_animatable_region;
13711 alias c_gtk_style_context_remove_class gtk_style_context_remove_class;
13712 alias c_gtk_style_context_remove_provider gtk_style_context_remove_provider;
13713 alias c_gtk_style_context_remove_region gtk_style_context_remove_region;
13714 alias c_gtk_style_context_restore gtk_style_context_restore;
13715 alias c_gtk_style_context_save gtk_style_context_save;
13716 alias c_gtk_style_context_scroll_animations gtk_style_context_scroll_animations;
13717 alias c_gtk_style_context_set_background gtk_style_context_set_background;
13718 alias c_gtk_style_context_set_direction gtk_style_context_set_direction;
13719 alias c_gtk_style_context_set_frame_clock gtk_style_context_set_frame_clock;
13720 alias c_gtk_style_context_set_junction_sides gtk_style_context_set_junction_sides;
13721 alias c_gtk_style_context_set_parent gtk_style_context_set_parent;
13722 alias c_gtk_style_context_set_path gtk_style_context_set_path;
13723 alias c_gtk_style_context_set_scale gtk_style_context_set_scale;
13724 alias c_gtk_style_context_set_screen gtk_style_context_set_screen;
13725 alias c_gtk_style_context_set_state gtk_style_context_set_state;
13726 alias c_gtk_style_context_state_is_running gtk_style_context_state_is_running;
13727 alias c_gtk_style_context_to_string gtk_style_context_to_string;
13728 alias c_gtk_render_activity gtk_render_activity;
13729 alias c_gtk_render_arrow gtk_render_arrow;
13730 alias c_gtk_render_background gtk_render_background;
13731 alias c_gtk_render_background_get_clip gtk_render_background_get_clip;
13732 alias c_gtk_render_check gtk_render_check;
13733 alias c_gtk_render_expander gtk_render_expander;
13734 alias c_gtk_render_extension gtk_render_extension;
13735 alias c_gtk_render_focus gtk_render_focus;
13736 alias c_gtk_render_frame gtk_render_frame;
13737 alias c_gtk_render_frame_gap gtk_render_frame_gap;
13738 alias c_gtk_render_handle gtk_render_handle;
13739 alias c_gtk_render_icon gtk_render_icon;
13740 alias c_gtk_render_icon_pixbuf gtk_render_icon_pixbuf;
13741 alias c_gtk_render_icon_surface gtk_render_icon_surface;
13742 alias c_gtk_render_insertion_cursor gtk_render_insertion_cursor;
13743 alias c_gtk_render_layout gtk_render_layout;
13744 alias c_gtk_render_line gtk_render_line;
13745 alias c_gtk_render_option gtk_render_option;
13746 alias c_gtk_render_slider gtk_render_slider;
13747 
13748 // gtk.StyleProperties
13749 
13750 alias c_gtk_style_properties_get_type gtk_style_properties_get_type;
13751 alias c_gtk_style_properties_new gtk_style_properties_new;
13752 alias c_gtk_style_properties_lookup_property gtk_style_properties_lookup_property;
13753 alias c_gtk_style_properties_register_property gtk_style_properties_register_property;
13754 alias c_gtk_style_properties_clear gtk_style_properties_clear;
13755 alias c_gtk_style_properties_get gtk_style_properties_get;
13756 alias c_gtk_style_properties_get_property gtk_style_properties_get_property;
13757 alias c_gtk_style_properties_get_valist gtk_style_properties_get_valist;
13758 alias c_gtk_style_properties_lookup_color gtk_style_properties_lookup_color;
13759 alias c_gtk_style_properties_map_color gtk_style_properties_map_color;
13760 alias c_gtk_style_properties_merge gtk_style_properties_merge;
13761 alias c_gtk_style_properties_set gtk_style_properties_set;
13762 alias c_gtk_style_properties_set_property gtk_style_properties_set_property;
13763 alias c_gtk_style_properties_set_valist gtk_style_properties_set_valist;
13764 alias c_gtk_style_properties_unset_property gtk_style_properties_unset_property;
13765 
13766 // gtk.StyleProvider
13767 
13768 alias c_gtk_style_provider_get_type gtk_style_provider_get_type;
13769 alias c_gtk_style_provider_get_icon_factory gtk_style_provider_get_icon_factory;
13770 alias c_gtk_style_provider_get_style gtk_style_provider_get_style;
13771 alias c_gtk_style_provider_get_style_property gtk_style_provider_get_style_property;
13772 
13773 // gtk.Switch
13774 
13775 alias c_gtk_switch_get_type gtk_switch_get_type;
13776 alias c_gtk_switch_new gtk_switch_new;
13777 alias c_gtk_switch_get_active gtk_switch_get_active;
13778 alias c_gtk_switch_get_state gtk_switch_get_state;
13779 alias c_gtk_switch_set_active gtk_switch_set_active;
13780 alias c_gtk_switch_set_state gtk_switch_set_state;
13781 
13782 // gtk.SwitchAccessible
13783 
13784 alias c_gtk_switch_accessible_get_type gtk_switch_accessible_get_type;
13785 
13786 // gtk.SymbolicColor
13787 
13788 alias c_gtk_symbolic_color_get_type gtk_symbolic_color_get_type;
13789 alias c_gtk_symbolic_color_new_alpha gtk_symbolic_color_new_alpha;
13790 alias c_gtk_symbolic_color_new_literal gtk_symbolic_color_new_literal;
13791 alias c_gtk_symbolic_color_new_mix gtk_symbolic_color_new_mix;
13792 alias c_gtk_symbolic_color_new_name gtk_symbolic_color_new_name;
13793 alias c_gtk_symbolic_color_new_shade gtk_symbolic_color_new_shade;
13794 alias c_gtk_symbolic_color_new_win32 gtk_symbolic_color_new_win32;
13795 alias c_gtk_symbolic_color_ref gtk_symbolic_color_ref;
13796 alias c_gtk_symbolic_color_resolve gtk_symbolic_color_resolve;
13797 alias c_gtk_symbolic_color_to_string gtk_symbolic_color_to_string;
13798 alias c_gtk_symbolic_color_unref gtk_symbolic_color_unref;
13799 
13800 // gtk.Table
13801 
13802 alias c_gtk_table_get_type gtk_table_get_type;
13803 alias c_gtk_table_new gtk_table_new;
13804 alias c_gtk_table_attach gtk_table_attach;
13805 alias c_gtk_table_attach_defaults gtk_table_attach_defaults;
13806 alias c_gtk_table_get_col_spacing gtk_table_get_col_spacing;
13807 alias c_gtk_table_get_default_col_spacing gtk_table_get_default_col_spacing;
13808 alias c_gtk_table_get_default_row_spacing gtk_table_get_default_row_spacing;
13809 alias c_gtk_table_get_homogeneous gtk_table_get_homogeneous;
13810 alias c_gtk_table_get_row_spacing gtk_table_get_row_spacing;
13811 alias c_gtk_table_get_size gtk_table_get_size;
13812 alias c_gtk_table_resize gtk_table_resize;
13813 alias c_gtk_table_set_col_spacing gtk_table_set_col_spacing;
13814 alias c_gtk_table_set_col_spacings gtk_table_set_col_spacings;
13815 alias c_gtk_table_set_homogeneous gtk_table_set_homogeneous;
13816 alias c_gtk_table_set_row_spacing gtk_table_set_row_spacing;
13817 alias c_gtk_table_set_row_spacings gtk_table_set_row_spacings;
13818 
13819 // gtk.TargetEntry
13820 
13821 alias c_gtk_target_entry_get_type gtk_target_entry_get_type;
13822 alias c_gtk_target_entry_new gtk_target_entry_new;
13823 alias c_gtk_target_entry_copy gtk_target_entry_copy;
13824 alias c_gtk_target_entry_free gtk_target_entry_free;
13825 
13826 // gtk.TargetList
13827 
13828 alias c_gtk_target_list_get_type gtk_target_list_get_type;
13829 alias c_gtk_target_list_new gtk_target_list_new;
13830 alias c_gtk_target_list_add gtk_target_list_add;
13831 alias c_gtk_target_list_add_image_targets gtk_target_list_add_image_targets;
13832 alias c_gtk_target_list_add_rich_text_targets gtk_target_list_add_rich_text_targets;
13833 alias c_gtk_target_list_add_table gtk_target_list_add_table;
13834 alias c_gtk_target_list_add_text_targets gtk_target_list_add_text_targets;
13835 alias c_gtk_target_list_add_uri_targets gtk_target_list_add_uri_targets;
13836 alias c_gtk_target_list_find gtk_target_list_find;
13837 alias c_gtk_target_list_ref gtk_target_list_ref;
13838 alias c_gtk_target_list_remove gtk_target_list_remove;
13839 alias c_gtk_target_list_unref gtk_target_list_unref;
13840 alias c_gtk_target_table_free gtk_target_table_free;
13841 alias c_gtk_target_table_new_from_list gtk_target_table_new_from_list;
13842 alias c_gtk_targets_include_image gtk_targets_include_image;
13843 alias c_gtk_targets_include_rich_text gtk_targets_include_rich_text;
13844 alias c_gtk_targets_include_text gtk_targets_include_text;
13845 alias c_gtk_targets_include_uri gtk_targets_include_uri;
13846 
13847 // gtk.TearoffMenuItem
13848 
13849 alias c_gtk_tearoff_menu_item_get_type gtk_tearoff_menu_item_get_type;
13850 alias c_gtk_tearoff_menu_item_new gtk_tearoff_menu_item_new;
13851 
13852 // gtk.TextAttributes
13853 
13854 alias c_gtk_text_attributes_get_type gtk_text_attributes_get_type;
13855 alias c_gtk_text_attributes_new gtk_text_attributes_new;
13856 alias c_gtk_text_attributes_copy gtk_text_attributes_copy;
13857 alias c_gtk_text_attributes_copy_values gtk_text_attributes_copy_values;
13858 alias c_gtk_text_attributes_ref gtk_text_attributes_ref;
13859 alias c_gtk_text_attributes_unref gtk_text_attributes_unref;
13860 
13861 // gtk.TextBuffer
13862 
13863 alias c_gtk_text_buffer_get_type gtk_text_buffer_get_type;
13864 alias c_gtk_text_buffer_new gtk_text_buffer_new;
13865 alias c_gtk_text_buffer_add_mark gtk_text_buffer_add_mark;
13866 alias c_gtk_text_buffer_add_selection_clipboard gtk_text_buffer_add_selection_clipboard;
13867 alias c_gtk_text_buffer_apply_tag gtk_text_buffer_apply_tag;
13868 alias c_gtk_text_buffer_apply_tag_by_name gtk_text_buffer_apply_tag_by_name;
13869 alias c_gtk_text_buffer_backspace gtk_text_buffer_backspace;
13870 alias c_gtk_text_buffer_begin_user_action gtk_text_buffer_begin_user_action;
13871 alias c_gtk_text_buffer_copy_clipboard gtk_text_buffer_copy_clipboard;
13872 alias c_gtk_text_buffer_create_child_anchor gtk_text_buffer_create_child_anchor;
13873 alias c_gtk_text_buffer_create_mark gtk_text_buffer_create_mark;
13874 alias c_gtk_text_buffer_create_tag gtk_text_buffer_create_tag;
13875 alias c_gtk_text_buffer_cut_clipboard gtk_text_buffer_cut_clipboard;
13876 alias c_gtk_text_buffer_delete gtk_text_buffer_delete;
13877 alias c_gtk_text_buffer_delete_interactive gtk_text_buffer_delete_interactive;
13878 alias c_gtk_text_buffer_delete_mark gtk_text_buffer_delete_mark;
13879 alias c_gtk_text_buffer_delete_mark_by_name gtk_text_buffer_delete_mark_by_name;
13880 alias c_gtk_text_buffer_delete_selection gtk_text_buffer_delete_selection;
13881 alias c_gtk_text_buffer_deserialize gtk_text_buffer_deserialize;
13882 alias c_gtk_text_buffer_deserialize_get_can_create_tags gtk_text_buffer_deserialize_get_can_create_tags;
13883 alias c_gtk_text_buffer_deserialize_set_can_create_tags gtk_text_buffer_deserialize_set_can_create_tags;
13884 alias c_gtk_text_buffer_end_user_action gtk_text_buffer_end_user_action;
13885 alias c_gtk_text_buffer_get_bounds gtk_text_buffer_get_bounds;
13886 alias c_gtk_text_buffer_get_char_count gtk_text_buffer_get_char_count;
13887 alias c_gtk_text_buffer_get_copy_target_list gtk_text_buffer_get_copy_target_list;
13888 alias c_gtk_text_buffer_get_deserialize_formats gtk_text_buffer_get_deserialize_formats;
13889 alias c_gtk_text_buffer_get_end_iter gtk_text_buffer_get_end_iter;
13890 alias c_gtk_text_buffer_get_has_selection gtk_text_buffer_get_has_selection;
13891 alias c_gtk_text_buffer_get_insert gtk_text_buffer_get_insert;
13892 alias c_gtk_text_buffer_get_iter_at_child_anchor gtk_text_buffer_get_iter_at_child_anchor;
13893 alias c_gtk_text_buffer_get_iter_at_line gtk_text_buffer_get_iter_at_line;
13894 alias c_gtk_text_buffer_get_iter_at_line_index gtk_text_buffer_get_iter_at_line_index;
13895 alias c_gtk_text_buffer_get_iter_at_line_offset gtk_text_buffer_get_iter_at_line_offset;
13896 alias c_gtk_text_buffer_get_iter_at_mark gtk_text_buffer_get_iter_at_mark;
13897 alias c_gtk_text_buffer_get_iter_at_offset gtk_text_buffer_get_iter_at_offset;
13898 alias c_gtk_text_buffer_get_line_count gtk_text_buffer_get_line_count;
13899 alias c_gtk_text_buffer_get_mark gtk_text_buffer_get_mark;
13900 alias c_gtk_text_buffer_get_modified gtk_text_buffer_get_modified;
13901 alias c_gtk_text_buffer_get_paste_target_list gtk_text_buffer_get_paste_target_list;
13902 alias c_gtk_text_buffer_get_selection_bound gtk_text_buffer_get_selection_bound;
13903 alias c_gtk_text_buffer_get_selection_bounds gtk_text_buffer_get_selection_bounds;
13904 alias c_gtk_text_buffer_get_serialize_formats gtk_text_buffer_get_serialize_formats;
13905 alias c_gtk_text_buffer_get_slice gtk_text_buffer_get_slice;
13906 alias c_gtk_text_buffer_get_start_iter gtk_text_buffer_get_start_iter;
13907 alias c_gtk_text_buffer_get_tag_table gtk_text_buffer_get_tag_table;
13908 alias c_gtk_text_buffer_get_text gtk_text_buffer_get_text;
13909 alias c_gtk_text_buffer_insert gtk_text_buffer_insert;
13910 alias c_gtk_text_buffer_insert_at_cursor gtk_text_buffer_insert_at_cursor;
13911 alias c_gtk_text_buffer_insert_child_anchor gtk_text_buffer_insert_child_anchor;
13912 alias c_gtk_text_buffer_insert_interactive gtk_text_buffer_insert_interactive;
13913 alias c_gtk_text_buffer_insert_interactive_at_cursor gtk_text_buffer_insert_interactive_at_cursor;
13914 alias c_gtk_text_buffer_insert_markup gtk_text_buffer_insert_markup;
13915 alias c_gtk_text_buffer_insert_pixbuf gtk_text_buffer_insert_pixbuf;
13916 alias c_gtk_text_buffer_insert_range gtk_text_buffer_insert_range;
13917 alias c_gtk_text_buffer_insert_range_interactive gtk_text_buffer_insert_range_interactive;
13918 alias c_gtk_text_buffer_insert_with_tags gtk_text_buffer_insert_with_tags;
13919 alias c_gtk_text_buffer_insert_with_tags_by_name gtk_text_buffer_insert_with_tags_by_name;
13920 alias c_gtk_text_buffer_move_mark gtk_text_buffer_move_mark;
13921 alias c_gtk_text_buffer_move_mark_by_name gtk_text_buffer_move_mark_by_name;
13922 alias c_gtk_text_buffer_paste_clipboard gtk_text_buffer_paste_clipboard;
13923 alias c_gtk_text_buffer_place_cursor gtk_text_buffer_place_cursor;
13924 alias c_gtk_text_buffer_register_deserialize_format gtk_text_buffer_register_deserialize_format;
13925 alias c_gtk_text_buffer_register_deserialize_tagset gtk_text_buffer_register_deserialize_tagset;
13926 alias c_gtk_text_buffer_register_serialize_format gtk_text_buffer_register_serialize_format;
13927 alias c_gtk_text_buffer_register_serialize_tagset gtk_text_buffer_register_serialize_tagset;
13928 alias c_gtk_text_buffer_remove_all_tags gtk_text_buffer_remove_all_tags;
13929 alias c_gtk_text_buffer_remove_selection_clipboard gtk_text_buffer_remove_selection_clipboard;
13930 alias c_gtk_text_buffer_remove_tag gtk_text_buffer_remove_tag;
13931 alias c_gtk_text_buffer_remove_tag_by_name gtk_text_buffer_remove_tag_by_name;
13932 alias c_gtk_text_buffer_select_range gtk_text_buffer_select_range;
13933 alias c_gtk_text_buffer_serialize gtk_text_buffer_serialize;
13934 alias c_gtk_text_buffer_set_modified gtk_text_buffer_set_modified;
13935 alias c_gtk_text_buffer_set_text gtk_text_buffer_set_text;
13936 alias c_gtk_text_buffer_unregister_deserialize_format gtk_text_buffer_unregister_deserialize_format;
13937 alias c_gtk_text_buffer_unregister_serialize_format gtk_text_buffer_unregister_serialize_format;
13938 
13939 // gtk.TextCellAccessible
13940 
13941 alias c_gtk_text_cell_accessible_get_type gtk_text_cell_accessible_get_type;
13942 
13943 // gtk.TextChildAnchor
13944 
13945 alias c_gtk_text_child_anchor_get_type gtk_text_child_anchor_get_type;
13946 alias c_gtk_text_child_anchor_new gtk_text_child_anchor_new;
13947 alias c_gtk_text_child_anchor_get_deleted gtk_text_child_anchor_get_deleted;
13948 alias c_gtk_text_child_anchor_get_widgets gtk_text_child_anchor_get_widgets;
13949 
13950 // gtk.TextIter
13951 
13952 alias c_gtk_text_iter_get_type gtk_text_iter_get_type;
13953 alias c_gtk_text_iter_assign gtk_text_iter_assign;
13954 alias c_gtk_text_iter_backward_char gtk_text_iter_backward_char;
13955 alias c_gtk_text_iter_backward_chars gtk_text_iter_backward_chars;
13956 alias c_gtk_text_iter_backward_cursor_position gtk_text_iter_backward_cursor_position;
13957 alias c_gtk_text_iter_backward_cursor_positions gtk_text_iter_backward_cursor_positions;
13958 alias c_gtk_text_iter_backward_find_char gtk_text_iter_backward_find_char;
13959 alias c_gtk_text_iter_backward_line gtk_text_iter_backward_line;
13960 alias c_gtk_text_iter_backward_lines gtk_text_iter_backward_lines;
13961 alias c_gtk_text_iter_backward_search gtk_text_iter_backward_search;
13962 alias c_gtk_text_iter_backward_sentence_start gtk_text_iter_backward_sentence_start;
13963 alias c_gtk_text_iter_backward_sentence_starts gtk_text_iter_backward_sentence_starts;
13964 alias c_gtk_text_iter_backward_to_tag_toggle gtk_text_iter_backward_to_tag_toggle;
13965 alias c_gtk_text_iter_backward_visible_cursor_position gtk_text_iter_backward_visible_cursor_position;
13966 alias c_gtk_text_iter_backward_visible_cursor_positions gtk_text_iter_backward_visible_cursor_positions;
13967 alias c_gtk_text_iter_backward_visible_line gtk_text_iter_backward_visible_line;
13968 alias c_gtk_text_iter_backward_visible_lines gtk_text_iter_backward_visible_lines;
13969 alias c_gtk_text_iter_backward_visible_word_start gtk_text_iter_backward_visible_word_start;
13970 alias c_gtk_text_iter_backward_visible_word_starts gtk_text_iter_backward_visible_word_starts;
13971 alias c_gtk_text_iter_backward_word_start gtk_text_iter_backward_word_start;
13972 alias c_gtk_text_iter_backward_word_starts gtk_text_iter_backward_word_starts;
13973 alias c_gtk_text_iter_begins_tag gtk_text_iter_begins_tag;
13974 alias c_gtk_text_iter_can_insert gtk_text_iter_can_insert;
13975 alias c_gtk_text_iter_compare gtk_text_iter_compare;
13976 alias c_gtk_text_iter_copy gtk_text_iter_copy;
13977 alias c_gtk_text_iter_editable gtk_text_iter_editable;
13978 alias c_gtk_text_iter_ends_line gtk_text_iter_ends_line;
13979 alias c_gtk_text_iter_ends_sentence gtk_text_iter_ends_sentence;
13980 alias c_gtk_text_iter_ends_tag gtk_text_iter_ends_tag;
13981 alias c_gtk_text_iter_ends_word gtk_text_iter_ends_word;
13982 alias c_gtk_text_iter_equal gtk_text_iter_equal;
13983 alias c_gtk_text_iter_forward_char gtk_text_iter_forward_char;
13984 alias c_gtk_text_iter_forward_chars gtk_text_iter_forward_chars;
13985 alias c_gtk_text_iter_forward_cursor_position gtk_text_iter_forward_cursor_position;
13986 alias c_gtk_text_iter_forward_cursor_positions gtk_text_iter_forward_cursor_positions;
13987 alias c_gtk_text_iter_forward_find_char gtk_text_iter_forward_find_char;
13988 alias c_gtk_text_iter_forward_line gtk_text_iter_forward_line;
13989 alias c_gtk_text_iter_forward_lines gtk_text_iter_forward_lines;
13990 alias c_gtk_text_iter_forward_search gtk_text_iter_forward_search;
13991 alias c_gtk_text_iter_forward_sentence_end gtk_text_iter_forward_sentence_end;
13992 alias c_gtk_text_iter_forward_sentence_ends gtk_text_iter_forward_sentence_ends;
13993 alias c_gtk_text_iter_forward_to_end gtk_text_iter_forward_to_end;
13994 alias c_gtk_text_iter_forward_to_line_end gtk_text_iter_forward_to_line_end;
13995 alias c_gtk_text_iter_forward_to_tag_toggle gtk_text_iter_forward_to_tag_toggle;
13996 alias c_gtk_text_iter_forward_visible_cursor_position gtk_text_iter_forward_visible_cursor_position;
13997 alias c_gtk_text_iter_forward_visible_cursor_positions gtk_text_iter_forward_visible_cursor_positions;
13998 alias c_gtk_text_iter_forward_visible_line gtk_text_iter_forward_visible_line;
13999 alias c_gtk_text_iter_forward_visible_lines gtk_text_iter_forward_visible_lines;
14000 alias c_gtk_text_iter_forward_visible_word_end gtk_text_iter_forward_visible_word_end;
14001 alias c_gtk_text_iter_forward_visible_word_ends gtk_text_iter_forward_visible_word_ends;
14002 alias c_gtk_text_iter_forward_word_end gtk_text_iter_forward_word_end;
14003 alias c_gtk_text_iter_forward_word_ends gtk_text_iter_forward_word_ends;
14004 alias c_gtk_text_iter_free gtk_text_iter_free;
14005 alias c_gtk_text_iter_get_attributes gtk_text_iter_get_attributes;
14006 alias c_gtk_text_iter_get_buffer gtk_text_iter_get_buffer;
14007 alias c_gtk_text_iter_get_bytes_in_line gtk_text_iter_get_bytes_in_line;
14008 alias c_gtk_text_iter_get_char gtk_text_iter_get_char;
14009 alias c_gtk_text_iter_get_chars_in_line gtk_text_iter_get_chars_in_line;
14010 alias c_gtk_text_iter_get_child_anchor gtk_text_iter_get_child_anchor;
14011 alias c_gtk_text_iter_get_language gtk_text_iter_get_language;
14012 alias c_gtk_text_iter_get_line gtk_text_iter_get_line;
14013 alias c_gtk_text_iter_get_line_index gtk_text_iter_get_line_index;
14014 alias c_gtk_text_iter_get_line_offset gtk_text_iter_get_line_offset;
14015 alias c_gtk_text_iter_get_marks gtk_text_iter_get_marks;
14016 alias c_gtk_text_iter_get_offset gtk_text_iter_get_offset;
14017 alias c_gtk_text_iter_get_pixbuf gtk_text_iter_get_pixbuf;
14018 alias c_gtk_text_iter_get_slice gtk_text_iter_get_slice;
14019 alias c_gtk_text_iter_get_tags gtk_text_iter_get_tags;
14020 alias c_gtk_text_iter_get_text gtk_text_iter_get_text;
14021 alias c_gtk_text_iter_get_toggled_tags gtk_text_iter_get_toggled_tags;
14022 alias c_gtk_text_iter_get_visible_line_index gtk_text_iter_get_visible_line_index;
14023 alias c_gtk_text_iter_get_visible_line_offset gtk_text_iter_get_visible_line_offset;
14024 alias c_gtk_text_iter_get_visible_slice gtk_text_iter_get_visible_slice;
14025 alias c_gtk_text_iter_get_visible_text gtk_text_iter_get_visible_text;
14026 alias c_gtk_text_iter_has_tag gtk_text_iter_has_tag;
14027 alias c_gtk_text_iter_in_range gtk_text_iter_in_range;
14028 alias c_gtk_text_iter_inside_sentence gtk_text_iter_inside_sentence;
14029 alias c_gtk_text_iter_inside_word gtk_text_iter_inside_word;
14030 alias c_gtk_text_iter_is_cursor_position gtk_text_iter_is_cursor_position;
14031 alias c_gtk_text_iter_is_end gtk_text_iter_is_end;
14032 alias c_gtk_text_iter_is_start gtk_text_iter_is_start;
14033 alias c_gtk_text_iter_order gtk_text_iter_order;
14034 alias c_gtk_text_iter_set_line gtk_text_iter_set_line;
14035 alias c_gtk_text_iter_set_line_index gtk_text_iter_set_line_index;
14036 alias c_gtk_text_iter_set_line_offset gtk_text_iter_set_line_offset;
14037 alias c_gtk_text_iter_set_offset gtk_text_iter_set_offset;
14038 alias c_gtk_text_iter_set_visible_line_index gtk_text_iter_set_visible_line_index;
14039 alias c_gtk_text_iter_set_visible_line_offset gtk_text_iter_set_visible_line_offset;
14040 alias c_gtk_text_iter_starts_line gtk_text_iter_starts_line;
14041 alias c_gtk_text_iter_starts_sentence gtk_text_iter_starts_sentence;
14042 alias c_gtk_text_iter_starts_tag gtk_text_iter_starts_tag;
14043 alias c_gtk_text_iter_starts_word gtk_text_iter_starts_word;
14044 alias c_gtk_text_iter_toggles_tag gtk_text_iter_toggles_tag;
14045 
14046 // gtk.TextMark
14047 
14048 alias c_gtk_text_mark_get_type gtk_text_mark_get_type;
14049 alias c_gtk_text_mark_new gtk_text_mark_new;
14050 alias c_gtk_text_mark_get_buffer gtk_text_mark_get_buffer;
14051 alias c_gtk_text_mark_get_deleted gtk_text_mark_get_deleted;
14052 alias c_gtk_text_mark_get_left_gravity gtk_text_mark_get_left_gravity;
14053 alias c_gtk_text_mark_get_name gtk_text_mark_get_name;
14054 alias c_gtk_text_mark_get_visible gtk_text_mark_get_visible;
14055 alias c_gtk_text_mark_set_visible gtk_text_mark_set_visible;
14056 
14057 // gtk.TextTag
14058 
14059 alias c_gtk_text_tag_get_type gtk_text_tag_get_type;
14060 alias c_gtk_text_tag_new gtk_text_tag_new;
14061 alias c_gtk_text_tag_changed gtk_text_tag_changed;
14062 alias c_gtk_text_tag_event gtk_text_tag_event;
14063 alias c_gtk_text_tag_get_priority gtk_text_tag_get_priority;
14064 alias c_gtk_text_tag_set_priority gtk_text_tag_set_priority;
14065 
14066 // gtk.TextTagTable
14067 
14068 alias c_gtk_text_tag_table_get_type gtk_text_tag_table_get_type;
14069 alias c_gtk_text_tag_table_new gtk_text_tag_table_new;
14070 alias c_gtk_text_tag_table_add gtk_text_tag_table_add;
14071 alias c_gtk_text_tag_table_foreach gtk_text_tag_table_foreach;
14072 alias c_gtk_text_tag_table_get_size gtk_text_tag_table_get_size;
14073 alias c_gtk_text_tag_table_lookup gtk_text_tag_table_lookup;
14074 alias c_gtk_text_tag_table_remove gtk_text_tag_table_remove;
14075 
14076 // gtk.TextView
14077 
14078 alias c_gtk_text_view_get_type gtk_text_view_get_type;
14079 alias c_gtk_text_view_new gtk_text_view_new;
14080 alias c_gtk_text_view_new_with_buffer gtk_text_view_new_with_buffer;
14081 alias c_gtk_text_view_add_child_at_anchor gtk_text_view_add_child_at_anchor;
14082 alias c_gtk_text_view_add_child_in_window gtk_text_view_add_child_in_window;
14083 alias c_gtk_text_view_backward_display_line gtk_text_view_backward_display_line;
14084 alias c_gtk_text_view_backward_display_line_start gtk_text_view_backward_display_line_start;
14085 alias c_gtk_text_view_buffer_to_window_coords gtk_text_view_buffer_to_window_coords;
14086 alias c_gtk_text_view_forward_display_line gtk_text_view_forward_display_line;
14087 alias c_gtk_text_view_forward_display_line_end gtk_text_view_forward_display_line_end;
14088 alias c_gtk_text_view_get_accepts_tab gtk_text_view_get_accepts_tab;
14089 alias c_gtk_text_view_get_border_window_size gtk_text_view_get_border_window_size;
14090 alias c_gtk_text_view_get_bottom_margin gtk_text_view_get_bottom_margin;
14091 alias c_gtk_text_view_get_buffer gtk_text_view_get_buffer;
14092 alias c_gtk_text_view_get_cursor_locations gtk_text_view_get_cursor_locations;
14093 alias c_gtk_text_view_get_cursor_visible gtk_text_view_get_cursor_visible;
14094 alias c_gtk_text_view_get_default_attributes gtk_text_view_get_default_attributes;
14095 alias c_gtk_text_view_get_editable gtk_text_view_get_editable;
14096 alias c_gtk_text_view_get_hadjustment gtk_text_view_get_hadjustment;
14097 alias c_gtk_text_view_get_indent gtk_text_view_get_indent;
14098 alias c_gtk_text_view_get_input_hints gtk_text_view_get_input_hints;
14099 alias c_gtk_text_view_get_input_purpose gtk_text_view_get_input_purpose;
14100 alias c_gtk_text_view_get_iter_at_location gtk_text_view_get_iter_at_location;
14101 alias c_gtk_text_view_get_iter_at_position gtk_text_view_get_iter_at_position;
14102 alias c_gtk_text_view_get_iter_location gtk_text_view_get_iter_location;
14103 alias c_gtk_text_view_get_justification gtk_text_view_get_justification;
14104 alias c_gtk_text_view_get_left_margin gtk_text_view_get_left_margin;
14105 alias c_gtk_text_view_get_line_at_y gtk_text_view_get_line_at_y;
14106 alias c_gtk_text_view_get_line_yrange gtk_text_view_get_line_yrange;
14107 alias c_gtk_text_view_get_monospace gtk_text_view_get_monospace;
14108 alias c_gtk_text_view_get_overwrite gtk_text_view_get_overwrite;
14109 alias c_gtk_text_view_get_pixels_above_lines gtk_text_view_get_pixels_above_lines;
14110 alias c_gtk_text_view_get_pixels_below_lines gtk_text_view_get_pixels_below_lines;
14111 alias c_gtk_text_view_get_pixels_inside_wrap gtk_text_view_get_pixels_inside_wrap;
14112 alias c_gtk_text_view_get_right_margin gtk_text_view_get_right_margin;
14113 alias c_gtk_text_view_get_tabs gtk_text_view_get_tabs;
14114 alias c_gtk_text_view_get_top_margin gtk_text_view_get_top_margin;
14115 alias c_gtk_text_view_get_vadjustment gtk_text_view_get_vadjustment;
14116 alias c_gtk_text_view_get_visible_rect gtk_text_view_get_visible_rect;
14117 alias c_gtk_text_view_get_window gtk_text_view_get_window;
14118 alias c_gtk_text_view_get_window_type gtk_text_view_get_window_type;
14119 alias c_gtk_text_view_get_wrap_mode gtk_text_view_get_wrap_mode;
14120 alias c_gtk_text_view_im_context_filter_keypress gtk_text_view_im_context_filter_keypress;
14121 alias c_gtk_text_view_move_child gtk_text_view_move_child;
14122 alias c_gtk_text_view_move_mark_onscreen gtk_text_view_move_mark_onscreen;
14123 alias c_gtk_text_view_move_visually gtk_text_view_move_visually;
14124 alias c_gtk_text_view_place_cursor_onscreen gtk_text_view_place_cursor_onscreen;
14125 alias c_gtk_text_view_reset_cursor_blink gtk_text_view_reset_cursor_blink;
14126 alias c_gtk_text_view_reset_im_context gtk_text_view_reset_im_context;
14127 alias c_gtk_text_view_scroll_mark_onscreen gtk_text_view_scroll_mark_onscreen;
14128 alias c_gtk_text_view_scroll_to_iter gtk_text_view_scroll_to_iter;
14129 alias c_gtk_text_view_scroll_to_mark gtk_text_view_scroll_to_mark;
14130 alias c_gtk_text_view_set_accepts_tab gtk_text_view_set_accepts_tab;
14131 alias c_gtk_text_view_set_border_window_size gtk_text_view_set_border_window_size;
14132 alias c_gtk_text_view_set_bottom_margin gtk_text_view_set_bottom_margin;
14133 alias c_gtk_text_view_set_buffer gtk_text_view_set_buffer;
14134 alias c_gtk_text_view_set_cursor_visible gtk_text_view_set_cursor_visible;
14135 alias c_gtk_text_view_set_editable gtk_text_view_set_editable;
14136 alias c_gtk_text_view_set_indent gtk_text_view_set_indent;
14137 alias c_gtk_text_view_set_input_hints gtk_text_view_set_input_hints;
14138 alias c_gtk_text_view_set_input_purpose gtk_text_view_set_input_purpose;
14139 alias c_gtk_text_view_set_justification gtk_text_view_set_justification;
14140 alias c_gtk_text_view_set_left_margin gtk_text_view_set_left_margin;
14141 alias c_gtk_text_view_set_monospace gtk_text_view_set_monospace;
14142 alias c_gtk_text_view_set_overwrite gtk_text_view_set_overwrite;
14143 alias c_gtk_text_view_set_pixels_above_lines gtk_text_view_set_pixels_above_lines;
14144 alias c_gtk_text_view_set_pixels_below_lines gtk_text_view_set_pixels_below_lines;
14145 alias c_gtk_text_view_set_pixels_inside_wrap gtk_text_view_set_pixels_inside_wrap;
14146 alias c_gtk_text_view_set_right_margin gtk_text_view_set_right_margin;
14147 alias c_gtk_text_view_set_tabs gtk_text_view_set_tabs;
14148 alias c_gtk_text_view_set_top_margin gtk_text_view_set_top_margin;
14149 alias c_gtk_text_view_set_wrap_mode gtk_text_view_set_wrap_mode;
14150 alias c_gtk_text_view_starts_display_line gtk_text_view_starts_display_line;
14151 alias c_gtk_text_view_window_to_buffer_coords gtk_text_view_window_to_buffer_coords;
14152 
14153 // gtk.TextViewAccessible
14154 
14155 alias c_gtk_text_view_accessible_get_type gtk_text_view_accessible_get_type;
14156 
14157 // gtk.ThemingEngine
14158 
14159 alias c_gtk_theming_engine_get_type gtk_theming_engine_get_type;
14160 alias c_gtk_theming_engine_load gtk_theming_engine_load;
14161 alias c_gtk_theming_engine_register_property gtk_theming_engine_register_property;
14162 alias c_gtk_theming_engine_get gtk_theming_engine_get;
14163 alias c_gtk_theming_engine_get_background_color gtk_theming_engine_get_background_color;
14164 alias c_gtk_theming_engine_get_border gtk_theming_engine_get_border;
14165 alias c_gtk_theming_engine_get_border_color gtk_theming_engine_get_border_color;
14166 alias c_gtk_theming_engine_get_color gtk_theming_engine_get_color;
14167 alias c_gtk_theming_engine_get_direction gtk_theming_engine_get_direction;
14168 alias c_gtk_theming_engine_get_font gtk_theming_engine_get_font;
14169 alias c_gtk_theming_engine_get_junction_sides gtk_theming_engine_get_junction_sides;
14170 alias c_gtk_theming_engine_get_margin gtk_theming_engine_get_margin;
14171 alias c_gtk_theming_engine_get_padding gtk_theming_engine_get_padding;
14172 alias c_gtk_theming_engine_get_path gtk_theming_engine_get_path;
14173 alias c_gtk_theming_engine_get_property gtk_theming_engine_get_property;
14174 alias c_gtk_theming_engine_get_screen gtk_theming_engine_get_screen;
14175 alias c_gtk_theming_engine_get_state gtk_theming_engine_get_state;
14176 alias c_gtk_theming_engine_get_style gtk_theming_engine_get_style;
14177 alias c_gtk_theming_engine_get_style_property gtk_theming_engine_get_style_property;
14178 alias c_gtk_theming_engine_get_style_valist gtk_theming_engine_get_style_valist;
14179 alias c_gtk_theming_engine_get_valist gtk_theming_engine_get_valist;
14180 alias c_gtk_theming_engine_has_class gtk_theming_engine_has_class;
14181 alias c_gtk_theming_engine_has_region gtk_theming_engine_has_region;
14182 alias c_gtk_theming_engine_lookup_color gtk_theming_engine_lookup_color;
14183 alias c_gtk_theming_engine_state_is_running gtk_theming_engine_state_is_running;
14184 
14185 // gtk.ToggleAction
14186 
14187 alias c_gtk_toggle_action_get_type gtk_toggle_action_get_type;
14188 alias c_gtk_toggle_action_new gtk_toggle_action_new;
14189 alias c_gtk_toggle_action_get_active gtk_toggle_action_get_active;
14190 alias c_gtk_toggle_action_get_draw_as_radio gtk_toggle_action_get_draw_as_radio;
14191 alias c_gtk_toggle_action_set_active gtk_toggle_action_set_active;
14192 alias c_gtk_toggle_action_set_draw_as_radio gtk_toggle_action_set_draw_as_radio;
14193 alias c_gtk_toggle_action_toggled gtk_toggle_action_toggled;
14194 
14195 // gtk.ToggleButton
14196 
14197 alias c_gtk_toggle_button_get_type gtk_toggle_button_get_type;
14198 alias c_gtk_toggle_button_new gtk_toggle_button_new;
14199 alias c_gtk_toggle_button_new_with_label gtk_toggle_button_new_with_label;
14200 alias c_gtk_toggle_button_new_with_mnemonic gtk_toggle_button_new_with_mnemonic;
14201 alias c_gtk_toggle_button_get_active gtk_toggle_button_get_active;
14202 alias c_gtk_toggle_button_get_inconsistent gtk_toggle_button_get_inconsistent;
14203 alias c_gtk_toggle_button_get_mode gtk_toggle_button_get_mode;
14204 alias c_gtk_toggle_button_set_active gtk_toggle_button_set_active;
14205 alias c_gtk_toggle_button_set_inconsistent gtk_toggle_button_set_inconsistent;
14206 alias c_gtk_toggle_button_set_mode gtk_toggle_button_set_mode;
14207 alias c_gtk_toggle_button_toggled gtk_toggle_button_toggled;
14208 
14209 // gtk.ToggleButtonAccessible
14210 
14211 alias c_gtk_toggle_button_accessible_get_type gtk_toggle_button_accessible_get_type;
14212 
14213 // gtk.ToggleToolButton
14214 
14215 alias c_gtk_toggle_tool_button_get_type gtk_toggle_tool_button_get_type;
14216 alias c_gtk_toggle_tool_button_new gtk_toggle_tool_button_new;
14217 alias c_gtk_toggle_tool_button_new_from_stock gtk_toggle_tool_button_new_from_stock;
14218 alias c_gtk_toggle_tool_button_get_active gtk_toggle_tool_button_get_active;
14219 alias c_gtk_toggle_tool_button_set_active gtk_toggle_tool_button_set_active;
14220 
14221 // gtk.ToolButton
14222 
14223 alias c_gtk_tool_button_get_type gtk_tool_button_get_type;
14224 alias c_gtk_tool_button_new gtk_tool_button_new;
14225 alias c_gtk_tool_button_new_from_stock gtk_tool_button_new_from_stock;
14226 alias c_gtk_tool_button_get_icon_name gtk_tool_button_get_icon_name;
14227 alias c_gtk_tool_button_get_icon_widget gtk_tool_button_get_icon_widget;
14228 alias c_gtk_tool_button_get_label gtk_tool_button_get_label;
14229 alias c_gtk_tool_button_get_label_widget gtk_tool_button_get_label_widget;
14230 alias c_gtk_tool_button_get_stock_id gtk_tool_button_get_stock_id;
14231 alias c_gtk_tool_button_get_use_underline gtk_tool_button_get_use_underline;
14232 alias c_gtk_tool_button_set_icon_name gtk_tool_button_set_icon_name;
14233 alias c_gtk_tool_button_set_icon_widget gtk_tool_button_set_icon_widget;
14234 alias c_gtk_tool_button_set_label gtk_tool_button_set_label;
14235 alias c_gtk_tool_button_set_label_widget gtk_tool_button_set_label_widget;
14236 alias c_gtk_tool_button_set_stock_id gtk_tool_button_set_stock_id;
14237 alias c_gtk_tool_button_set_use_underline gtk_tool_button_set_use_underline;
14238 
14239 // gtk.ToolItem
14240 
14241 alias c_gtk_tool_item_get_type gtk_tool_item_get_type;
14242 alias c_gtk_tool_item_new gtk_tool_item_new;
14243 alias c_gtk_tool_item_get_ellipsize_mode gtk_tool_item_get_ellipsize_mode;
14244 alias c_gtk_tool_item_get_expand gtk_tool_item_get_expand;
14245 alias c_gtk_tool_item_get_homogeneous gtk_tool_item_get_homogeneous;
14246 alias c_gtk_tool_item_get_icon_size gtk_tool_item_get_icon_size;
14247 alias c_gtk_tool_item_get_is_important gtk_tool_item_get_is_important;
14248 alias c_gtk_tool_item_get_orientation gtk_tool_item_get_orientation;
14249 alias c_gtk_tool_item_get_proxy_menu_item gtk_tool_item_get_proxy_menu_item;
14250 alias c_gtk_tool_item_get_relief_style gtk_tool_item_get_relief_style;
14251 alias c_gtk_tool_item_get_text_alignment gtk_tool_item_get_text_alignment;
14252 alias c_gtk_tool_item_get_text_orientation gtk_tool_item_get_text_orientation;
14253 alias c_gtk_tool_item_get_text_size_group gtk_tool_item_get_text_size_group;
14254 alias c_gtk_tool_item_get_toolbar_style gtk_tool_item_get_toolbar_style;
14255 alias c_gtk_tool_item_get_use_drag_window gtk_tool_item_get_use_drag_window;
14256 alias c_gtk_tool_item_get_visible_horizontal gtk_tool_item_get_visible_horizontal;
14257 alias c_gtk_tool_item_get_visible_vertical gtk_tool_item_get_visible_vertical;
14258 alias c_gtk_tool_item_rebuild_menu gtk_tool_item_rebuild_menu;
14259 alias c_gtk_tool_item_retrieve_proxy_menu_item gtk_tool_item_retrieve_proxy_menu_item;
14260 alias c_gtk_tool_item_set_expand gtk_tool_item_set_expand;
14261 alias c_gtk_tool_item_set_homogeneous gtk_tool_item_set_homogeneous;
14262 alias c_gtk_tool_item_set_is_important gtk_tool_item_set_is_important;
14263 alias c_gtk_tool_item_set_proxy_menu_item gtk_tool_item_set_proxy_menu_item;
14264 alias c_gtk_tool_item_set_tooltip_markup gtk_tool_item_set_tooltip_markup;
14265 alias c_gtk_tool_item_set_tooltip_text gtk_tool_item_set_tooltip_text;
14266 alias c_gtk_tool_item_set_use_drag_window gtk_tool_item_set_use_drag_window;
14267 alias c_gtk_tool_item_set_visible_horizontal gtk_tool_item_set_visible_horizontal;
14268 alias c_gtk_tool_item_set_visible_vertical gtk_tool_item_set_visible_vertical;
14269 alias c_gtk_tool_item_toolbar_reconfigured gtk_tool_item_toolbar_reconfigured;
14270 
14271 // gtk.ToolItemGroup
14272 
14273 alias c_gtk_tool_item_group_get_type gtk_tool_item_group_get_type;
14274 alias c_gtk_tool_item_group_new gtk_tool_item_group_new;
14275 alias c_gtk_tool_item_group_get_collapsed gtk_tool_item_group_get_collapsed;
14276 alias c_gtk_tool_item_group_get_drop_item gtk_tool_item_group_get_drop_item;
14277 alias c_gtk_tool_item_group_get_ellipsize gtk_tool_item_group_get_ellipsize;
14278 alias c_gtk_tool_item_group_get_header_relief gtk_tool_item_group_get_header_relief;
14279 alias c_gtk_tool_item_group_get_item_position gtk_tool_item_group_get_item_position;
14280 alias c_gtk_tool_item_group_get_label gtk_tool_item_group_get_label;
14281 alias c_gtk_tool_item_group_get_label_widget gtk_tool_item_group_get_label_widget;
14282 alias c_gtk_tool_item_group_get_n_items gtk_tool_item_group_get_n_items;
14283 alias c_gtk_tool_item_group_get_nth_item gtk_tool_item_group_get_nth_item;
14284 alias c_gtk_tool_item_group_insert gtk_tool_item_group_insert;
14285 alias c_gtk_tool_item_group_set_collapsed gtk_tool_item_group_set_collapsed;
14286 alias c_gtk_tool_item_group_set_ellipsize gtk_tool_item_group_set_ellipsize;
14287 alias c_gtk_tool_item_group_set_header_relief gtk_tool_item_group_set_header_relief;
14288 alias c_gtk_tool_item_group_set_item_position gtk_tool_item_group_set_item_position;
14289 alias c_gtk_tool_item_group_set_label gtk_tool_item_group_set_label;
14290 alias c_gtk_tool_item_group_set_label_widget gtk_tool_item_group_set_label_widget;
14291 
14292 // gtk.ToolPalette
14293 
14294 alias c_gtk_tool_palette_get_type gtk_tool_palette_get_type;
14295 alias c_gtk_tool_palette_new gtk_tool_palette_new;
14296 alias c_gtk_tool_palette_get_drag_target_group gtk_tool_palette_get_drag_target_group;
14297 alias c_gtk_tool_palette_get_drag_target_item gtk_tool_palette_get_drag_target_item;
14298 alias c_gtk_tool_palette_add_drag_dest gtk_tool_palette_add_drag_dest;
14299 alias c_gtk_tool_palette_get_drag_item gtk_tool_palette_get_drag_item;
14300 alias c_gtk_tool_palette_get_drop_group gtk_tool_palette_get_drop_group;
14301 alias c_gtk_tool_palette_get_drop_item gtk_tool_palette_get_drop_item;
14302 alias c_gtk_tool_palette_get_exclusive gtk_tool_palette_get_exclusive;
14303 alias c_gtk_tool_palette_get_expand gtk_tool_palette_get_expand;
14304 alias c_gtk_tool_palette_get_group_position gtk_tool_palette_get_group_position;
14305 alias c_gtk_tool_palette_get_hadjustment gtk_tool_palette_get_hadjustment;
14306 alias c_gtk_tool_palette_get_icon_size gtk_tool_palette_get_icon_size;
14307 alias c_gtk_tool_palette_get_style gtk_tool_palette_get_style;
14308 alias c_gtk_tool_palette_get_vadjustment gtk_tool_palette_get_vadjustment;
14309 alias c_gtk_tool_palette_set_drag_source gtk_tool_palette_set_drag_source;
14310 alias c_gtk_tool_palette_set_exclusive gtk_tool_palette_set_exclusive;
14311 alias c_gtk_tool_palette_set_expand gtk_tool_palette_set_expand;
14312 alias c_gtk_tool_palette_set_group_position gtk_tool_palette_set_group_position;
14313 alias c_gtk_tool_palette_set_icon_size gtk_tool_palette_set_icon_size;
14314 alias c_gtk_tool_palette_set_style gtk_tool_palette_set_style;
14315 alias c_gtk_tool_palette_unset_icon_size gtk_tool_palette_unset_icon_size;
14316 alias c_gtk_tool_palette_unset_style gtk_tool_palette_unset_style;
14317 
14318 // gtk.ToolShell
14319 
14320 alias c_gtk_tool_shell_get_type gtk_tool_shell_get_type;
14321 alias c_gtk_tool_shell_get_ellipsize_mode gtk_tool_shell_get_ellipsize_mode;
14322 alias c_gtk_tool_shell_get_icon_size gtk_tool_shell_get_icon_size;
14323 alias c_gtk_tool_shell_get_orientation gtk_tool_shell_get_orientation;
14324 alias c_gtk_tool_shell_get_relief_style gtk_tool_shell_get_relief_style;
14325 alias c_gtk_tool_shell_get_style gtk_tool_shell_get_style;
14326 alias c_gtk_tool_shell_get_text_alignment gtk_tool_shell_get_text_alignment;
14327 alias c_gtk_tool_shell_get_text_orientation gtk_tool_shell_get_text_orientation;
14328 alias c_gtk_tool_shell_get_text_size_group gtk_tool_shell_get_text_size_group;
14329 alias c_gtk_tool_shell_rebuild_menu gtk_tool_shell_rebuild_menu;
14330 
14331 // gtk.Toolbar
14332 
14333 alias c_gtk_toolbar_get_type gtk_toolbar_get_type;
14334 alias c_gtk_toolbar_new gtk_toolbar_new;
14335 alias c_gtk_toolbar_get_drop_index gtk_toolbar_get_drop_index;
14336 alias c_gtk_toolbar_get_icon_size gtk_toolbar_get_icon_size;
14337 alias c_gtk_toolbar_get_item_index gtk_toolbar_get_item_index;
14338 alias c_gtk_toolbar_get_n_items gtk_toolbar_get_n_items;
14339 alias c_gtk_toolbar_get_nth_item gtk_toolbar_get_nth_item;
14340 alias c_gtk_toolbar_get_relief_style gtk_toolbar_get_relief_style;
14341 alias c_gtk_toolbar_get_show_arrow gtk_toolbar_get_show_arrow;
14342 alias c_gtk_toolbar_get_style gtk_toolbar_get_style;
14343 alias c_gtk_toolbar_insert gtk_toolbar_insert;
14344 alias c_gtk_toolbar_set_drop_highlight_item gtk_toolbar_set_drop_highlight_item;
14345 alias c_gtk_toolbar_set_icon_size gtk_toolbar_set_icon_size;
14346 alias c_gtk_toolbar_set_show_arrow gtk_toolbar_set_show_arrow;
14347 alias c_gtk_toolbar_set_style gtk_toolbar_set_style;
14348 alias c_gtk_toolbar_unset_icon_size gtk_toolbar_unset_icon_size;
14349 alias c_gtk_toolbar_unset_style gtk_toolbar_unset_style;
14350 
14351 // gtk.Tooltip
14352 
14353 alias c_gtk_tooltip_get_type gtk_tooltip_get_type;
14354 alias c_gtk_tooltip_trigger_tooltip_query gtk_tooltip_trigger_tooltip_query;
14355 alias c_gtk_tooltip_set_custom gtk_tooltip_set_custom;
14356 alias c_gtk_tooltip_set_icon gtk_tooltip_set_icon;
14357 alias c_gtk_tooltip_set_icon_from_gicon gtk_tooltip_set_icon_from_gicon;
14358 alias c_gtk_tooltip_set_icon_from_icon_name gtk_tooltip_set_icon_from_icon_name;
14359 alias c_gtk_tooltip_set_icon_from_stock gtk_tooltip_set_icon_from_stock;
14360 alias c_gtk_tooltip_set_markup gtk_tooltip_set_markup;
14361 alias c_gtk_tooltip_set_text gtk_tooltip_set_text;
14362 alias c_gtk_tooltip_set_tip_area gtk_tooltip_set_tip_area;
14363 
14364 // gtk.ToplevelAccessible
14365 
14366 alias c_gtk_toplevel_accessible_get_type gtk_toplevel_accessible_get_type;
14367 alias c_gtk_toplevel_accessible_get_children gtk_toplevel_accessible_get_children;
14368 
14369 // gtk.TreeDragDest
14370 
14371 alias c_gtk_tree_drag_dest_get_type gtk_tree_drag_dest_get_type;
14372 alias c_gtk_tree_drag_dest_drag_data_received gtk_tree_drag_dest_drag_data_received;
14373 alias c_gtk_tree_drag_dest_row_drop_possible gtk_tree_drag_dest_row_drop_possible;
14374 
14375 // gtk.TreeDragSource
14376 
14377 alias c_gtk_tree_drag_source_get_type gtk_tree_drag_source_get_type;
14378 alias c_gtk_tree_drag_source_drag_data_delete gtk_tree_drag_source_drag_data_delete;
14379 alias c_gtk_tree_drag_source_drag_data_get gtk_tree_drag_source_drag_data_get;
14380 alias c_gtk_tree_drag_source_row_draggable gtk_tree_drag_source_row_draggable;
14381 alias c_gtk_tree_get_row_drag_data gtk_tree_get_row_drag_data;
14382 alias c_gtk_tree_set_row_drag_data gtk_tree_set_row_drag_data;
14383 
14384 // gtk.TreeIter
14385 
14386 alias c_gtk_tree_iter_get_type gtk_tree_iter_get_type;
14387 alias c_gtk_tree_iter_copy gtk_tree_iter_copy;
14388 alias c_gtk_tree_iter_free gtk_tree_iter_free;
14389 
14390 // gtk.TreeModel
14391 
14392 alias c_gtk_tree_model_get_type gtk_tree_model_get_type;
14393 alias c_gtk_tree_model_filter_new gtk_tree_model_filter_new;
14394 alias c_gtk_tree_model_foreach gtk_tree_model_foreach;
14395 alias c_gtk_tree_model_get gtk_tree_model_get;
14396 alias c_gtk_tree_model_get_column_type gtk_tree_model_get_column_type;
14397 alias c_gtk_tree_model_get_flags gtk_tree_model_get_flags;
14398 alias c_gtk_tree_model_get_iter gtk_tree_model_get_iter;
14399 alias c_gtk_tree_model_get_iter_first gtk_tree_model_get_iter_first;
14400 alias c_gtk_tree_model_get_iter_from_string gtk_tree_model_get_iter_from_string;
14401 alias c_gtk_tree_model_get_n_columns gtk_tree_model_get_n_columns;
14402 alias c_gtk_tree_model_get_path gtk_tree_model_get_path;
14403 alias c_gtk_tree_model_get_string_from_iter gtk_tree_model_get_string_from_iter;
14404 alias c_gtk_tree_model_get_valist gtk_tree_model_get_valist;
14405 alias c_gtk_tree_model_get_value gtk_tree_model_get_value;
14406 alias c_gtk_tree_model_iter_children gtk_tree_model_iter_children;
14407 alias c_gtk_tree_model_iter_has_child gtk_tree_model_iter_has_child;
14408 alias c_gtk_tree_model_iter_n_children gtk_tree_model_iter_n_children;
14409 alias c_gtk_tree_model_iter_next gtk_tree_model_iter_next;
14410 alias c_gtk_tree_model_iter_nth_child gtk_tree_model_iter_nth_child;
14411 alias c_gtk_tree_model_iter_parent gtk_tree_model_iter_parent;
14412 alias c_gtk_tree_model_iter_previous gtk_tree_model_iter_previous;
14413 alias c_gtk_tree_model_ref_node gtk_tree_model_ref_node;
14414 alias c_gtk_tree_model_row_changed gtk_tree_model_row_changed;
14415 alias c_gtk_tree_model_row_deleted gtk_tree_model_row_deleted;
14416 alias c_gtk_tree_model_row_has_child_toggled gtk_tree_model_row_has_child_toggled;
14417 alias c_gtk_tree_model_row_inserted gtk_tree_model_row_inserted;
14418 alias c_gtk_tree_model_rows_reordered gtk_tree_model_rows_reordered;
14419 alias c_gtk_tree_model_rows_reordered_with_length gtk_tree_model_rows_reordered_with_length;
14420 alias c_gtk_tree_model_sort_new_with_model gtk_tree_model_sort_new_with_model;
14421 alias c_gtk_tree_model_unref_node gtk_tree_model_unref_node;
14422 
14423 // gtk.TreeModelFilter
14424 
14425 alias c_gtk_tree_model_filter_get_type gtk_tree_model_filter_get_type;
14426 alias c_gtk_tree_model_filter_clear_cache gtk_tree_model_filter_clear_cache;
14427 alias c_gtk_tree_model_filter_convert_child_iter_to_iter gtk_tree_model_filter_convert_child_iter_to_iter;
14428 alias c_gtk_tree_model_filter_convert_child_path_to_path gtk_tree_model_filter_convert_child_path_to_path;
14429 alias c_gtk_tree_model_filter_convert_iter_to_child_iter gtk_tree_model_filter_convert_iter_to_child_iter;
14430 alias c_gtk_tree_model_filter_convert_path_to_child_path gtk_tree_model_filter_convert_path_to_child_path;
14431 alias c_gtk_tree_model_filter_get_model gtk_tree_model_filter_get_model;
14432 alias c_gtk_tree_model_filter_refilter gtk_tree_model_filter_refilter;
14433 alias c_gtk_tree_model_filter_set_modify_func gtk_tree_model_filter_set_modify_func;
14434 alias c_gtk_tree_model_filter_set_visible_column gtk_tree_model_filter_set_visible_column;
14435 alias c_gtk_tree_model_filter_set_visible_func gtk_tree_model_filter_set_visible_func;
14436 
14437 // gtk.TreeModelSort
14438 
14439 alias c_gtk_tree_model_sort_get_type gtk_tree_model_sort_get_type;
14440 alias c_gtk_tree_model_sort_clear_cache gtk_tree_model_sort_clear_cache;
14441 alias c_gtk_tree_model_sort_convert_child_iter_to_iter gtk_tree_model_sort_convert_child_iter_to_iter;
14442 alias c_gtk_tree_model_sort_convert_child_path_to_path gtk_tree_model_sort_convert_child_path_to_path;
14443 alias c_gtk_tree_model_sort_convert_iter_to_child_iter gtk_tree_model_sort_convert_iter_to_child_iter;
14444 alias c_gtk_tree_model_sort_convert_path_to_child_path gtk_tree_model_sort_convert_path_to_child_path;
14445 alias c_gtk_tree_model_sort_get_model gtk_tree_model_sort_get_model;
14446 alias c_gtk_tree_model_sort_iter_is_valid gtk_tree_model_sort_iter_is_valid;
14447 alias c_gtk_tree_model_sort_reset_default_sort_func gtk_tree_model_sort_reset_default_sort_func;
14448 
14449 // gtk.TreePath
14450 
14451 alias c_gtk_tree_path_get_type gtk_tree_path_get_type;
14452 alias c_gtk_tree_path_new gtk_tree_path_new;
14453 alias c_gtk_tree_path_new_first gtk_tree_path_new_first;
14454 alias c_gtk_tree_path_new_from_indices gtk_tree_path_new_from_indices;
14455 alias c_gtk_tree_path_new_from_indicesv gtk_tree_path_new_from_indicesv;
14456 alias c_gtk_tree_path_new_from_string gtk_tree_path_new_from_string;
14457 alias c_gtk_tree_path_append_index gtk_tree_path_append_index;
14458 alias c_gtk_tree_path_compare gtk_tree_path_compare;
14459 alias c_gtk_tree_path_copy gtk_tree_path_copy;
14460 alias c_gtk_tree_path_down gtk_tree_path_down;
14461 alias c_gtk_tree_path_free gtk_tree_path_free;
14462 alias c_gtk_tree_path_get_depth gtk_tree_path_get_depth;
14463 alias c_gtk_tree_path_get_indices gtk_tree_path_get_indices;
14464 alias c_gtk_tree_path_get_indices_with_depth gtk_tree_path_get_indices_with_depth;
14465 alias c_gtk_tree_path_is_ancestor gtk_tree_path_is_ancestor;
14466 alias c_gtk_tree_path_is_descendant gtk_tree_path_is_descendant;
14467 alias c_gtk_tree_path_next gtk_tree_path_next;
14468 alias c_gtk_tree_path_prepend_index gtk_tree_path_prepend_index;
14469 alias c_gtk_tree_path_prev gtk_tree_path_prev;
14470 alias c_gtk_tree_path_to_string gtk_tree_path_to_string;
14471 alias c_gtk_tree_path_up gtk_tree_path_up;
14472 
14473 // gtk.TreeRowReference
14474 
14475 alias c_gtk_tree_row_reference_get_type gtk_tree_row_reference_get_type;
14476 alias c_gtk_tree_row_reference_new gtk_tree_row_reference_new;
14477 alias c_gtk_tree_row_reference_new_proxy gtk_tree_row_reference_new_proxy;
14478 alias c_gtk_tree_row_reference_copy gtk_tree_row_reference_copy;
14479 alias c_gtk_tree_row_reference_free gtk_tree_row_reference_free;
14480 alias c_gtk_tree_row_reference_get_model gtk_tree_row_reference_get_model;
14481 alias c_gtk_tree_row_reference_get_path gtk_tree_row_reference_get_path;
14482 alias c_gtk_tree_row_reference_valid gtk_tree_row_reference_valid;
14483 alias c_gtk_tree_row_reference_deleted gtk_tree_row_reference_deleted;
14484 alias c_gtk_tree_row_reference_inserted gtk_tree_row_reference_inserted;
14485 alias c_gtk_tree_row_reference_reordered gtk_tree_row_reference_reordered;
14486 
14487 // gtk.TreeSelection
14488 
14489 alias c_gtk_tree_selection_get_type gtk_tree_selection_get_type;
14490 alias c_gtk_tree_selection_count_selected_rows gtk_tree_selection_count_selected_rows;
14491 alias c_gtk_tree_selection_get_mode gtk_tree_selection_get_mode;
14492 alias c_gtk_tree_selection_get_select_function gtk_tree_selection_get_select_function;
14493 alias c_gtk_tree_selection_get_selected gtk_tree_selection_get_selected;
14494 alias c_gtk_tree_selection_get_selected_rows gtk_tree_selection_get_selected_rows;
14495 alias c_gtk_tree_selection_get_tree_view gtk_tree_selection_get_tree_view;
14496 alias c_gtk_tree_selection_get_user_data gtk_tree_selection_get_user_data;
14497 alias c_gtk_tree_selection_iter_is_selected gtk_tree_selection_iter_is_selected;
14498 alias c_gtk_tree_selection_path_is_selected gtk_tree_selection_path_is_selected;
14499 alias c_gtk_tree_selection_select_all gtk_tree_selection_select_all;
14500 alias c_gtk_tree_selection_select_iter gtk_tree_selection_select_iter;
14501 alias c_gtk_tree_selection_select_path gtk_tree_selection_select_path;
14502 alias c_gtk_tree_selection_select_range gtk_tree_selection_select_range;
14503 alias c_gtk_tree_selection_selected_foreach gtk_tree_selection_selected_foreach;
14504 alias c_gtk_tree_selection_set_mode gtk_tree_selection_set_mode;
14505 alias c_gtk_tree_selection_set_select_function gtk_tree_selection_set_select_function;
14506 alias c_gtk_tree_selection_unselect_all gtk_tree_selection_unselect_all;
14507 alias c_gtk_tree_selection_unselect_iter gtk_tree_selection_unselect_iter;
14508 alias c_gtk_tree_selection_unselect_path gtk_tree_selection_unselect_path;
14509 alias c_gtk_tree_selection_unselect_range gtk_tree_selection_unselect_range;
14510 
14511 // gtk.TreeSortable
14512 
14513 alias c_gtk_tree_sortable_get_type gtk_tree_sortable_get_type;
14514 alias c_gtk_tree_sortable_get_sort_column_id gtk_tree_sortable_get_sort_column_id;
14515 alias c_gtk_tree_sortable_has_default_sort_func gtk_tree_sortable_has_default_sort_func;
14516 alias c_gtk_tree_sortable_set_default_sort_func gtk_tree_sortable_set_default_sort_func;
14517 alias c_gtk_tree_sortable_set_sort_column_id gtk_tree_sortable_set_sort_column_id;
14518 alias c_gtk_tree_sortable_set_sort_func gtk_tree_sortable_set_sort_func;
14519 alias c_gtk_tree_sortable_sort_column_changed gtk_tree_sortable_sort_column_changed;
14520 
14521 // gtk.TreeStore
14522 
14523 alias c_gtk_tree_store_get_type gtk_tree_store_get_type;
14524 alias c_gtk_tree_store_new gtk_tree_store_new;
14525 alias c_gtk_tree_store_newv gtk_tree_store_newv;
14526 alias c_gtk_tree_store_append gtk_tree_store_append;
14527 alias c_gtk_tree_store_clear gtk_tree_store_clear;
14528 alias c_gtk_tree_store_insert gtk_tree_store_insert;
14529 alias c_gtk_tree_store_insert_after gtk_tree_store_insert_after;
14530 alias c_gtk_tree_store_insert_before gtk_tree_store_insert_before;
14531 alias c_gtk_tree_store_insert_with_values gtk_tree_store_insert_with_values;
14532 alias c_gtk_tree_store_insert_with_valuesv gtk_tree_store_insert_with_valuesv;
14533 alias c_gtk_tree_store_is_ancestor gtk_tree_store_is_ancestor;
14534 alias c_gtk_tree_store_iter_depth gtk_tree_store_iter_depth;
14535 alias c_gtk_tree_store_iter_is_valid gtk_tree_store_iter_is_valid;
14536 alias c_gtk_tree_store_move_after gtk_tree_store_move_after;
14537 alias c_gtk_tree_store_move_before gtk_tree_store_move_before;
14538 alias c_gtk_tree_store_prepend gtk_tree_store_prepend;
14539 alias c_gtk_tree_store_remove gtk_tree_store_remove;
14540 alias c_gtk_tree_store_reorder gtk_tree_store_reorder;
14541 alias c_gtk_tree_store_set gtk_tree_store_set;
14542 alias c_gtk_tree_store_set_column_types gtk_tree_store_set_column_types;
14543 alias c_gtk_tree_store_set_valist gtk_tree_store_set_valist;
14544 alias c_gtk_tree_store_set_value gtk_tree_store_set_value;
14545 alias c_gtk_tree_store_set_valuesv gtk_tree_store_set_valuesv;
14546 alias c_gtk_tree_store_swap gtk_tree_store_swap;
14547 
14548 // gtk.TreeView
14549 
14550 alias c_gtk_tree_view_get_type gtk_tree_view_get_type;
14551 alias c_gtk_tree_view_new gtk_tree_view_new;
14552 alias c_gtk_tree_view_new_with_model gtk_tree_view_new_with_model;
14553 alias c_gtk_tree_view_append_column gtk_tree_view_append_column;
14554 alias c_gtk_tree_view_collapse_all gtk_tree_view_collapse_all;
14555 alias c_gtk_tree_view_collapse_row gtk_tree_view_collapse_row;
14556 alias c_gtk_tree_view_columns_autosize gtk_tree_view_columns_autosize;
14557 alias c_gtk_tree_view_convert_bin_window_to_tree_coords gtk_tree_view_convert_bin_window_to_tree_coords;
14558 alias c_gtk_tree_view_convert_bin_window_to_widget_coords gtk_tree_view_convert_bin_window_to_widget_coords;
14559 alias c_gtk_tree_view_convert_tree_to_bin_window_coords gtk_tree_view_convert_tree_to_bin_window_coords;
14560 alias c_gtk_tree_view_convert_tree_to_widget_coords gtk_tree_view_convert_tree_to_widget_coords;
14561 alias c_gtk_tree_view_convert_widget_to_bin_window_coords gtk_tree_view_convert_widget_to_bin_window_coords;
14562 alias c_gtk_tree_view_convert_widget_to_tree_coords gtk_tree_view_convert_widget_to_tree_coords;
14563 alias c_gtk_tree_view_create_row_drag_icon gtk_tree_view_create_row_drag_icon;
14564 alias c_gtk_tree_view_enable_model_drag_dest gtk_tree_view_enable_model_drag_dest;
14565 alias c_gtk_tree_view_enable_model_drag_source gtk_tree_view_enable_model_drag_source;
14566 alias c_gtk_tree_view_expand_all gtk_tree_view_expand_all;
14567 alias c_gtk_tree_view_expand_row gtk_tree_view_expand_row;
14568 alias c_gtk_tree_view_expand_to_path gtk_tree_view_expand_to_path;
14569 alias c_gtk_tree_view_get_activate_on_single_click gtk_tree_view_get_activate_on_single_click;
14570 alias c_gtk_tree_view_get_background_area gtk_tree_view_get_background_area;
14571 alias c_gtk_tree_view_get_bin_window gtk_tree_view_get_bin_window;
14572 alias c_gtk_tree_view_get_cell_area gtk_tree_view_get_cell_area;
14573 alias c_gtk_tree_view_get_column gtk_tree_view_get_column;
14574 alias c_gtk_tree_view_get_columns gtk_tree_view_get_columns;
14575 alias c_gtk_tree_view_get_cursor gtk_tree_view_get_cursor;
14576 alias c_gtk_tree_view_get_dest_row_at_pos gtk_tree_view_get_dest_row_at_pos;
14577 alias c_gtk_tree_view_get_drag_dest_row gtk_tree_view_get_drag_dest_row;
14578 alias c_gtk_tree_view_get_enable_search gtk_tree_view_get_enable_search;
14579 alias c_gtk_tree_view_get_enable_tree_lines gtk_tree_view_get_enable_tree_lines;
14580 alias c_gtk_tree_view_get_expander_column gtk_tree_view_get_expander_column;
14581 alias c_gtk_tree_view_get_fixed_height_mode gtk_tree_view_get_fixed_height_mode;
14582 alias c_gtk_tree_view_get_grid_lines gtk_tree_view_get_grid_lines;
14583 alias c_gtk_tree_view_get_hadjustment gtk_tree_view_get_hadjustment;
14584 alias c_gtk_tree_view_get_headers_clickable gtk_tree_view_get_headers_clickable;
14585 alias c_gtk_tree_view_get_headers_visible gtk_tree_view_get_headers_visible;
14586 alias c_gtk_tree_view_get_hover_expand gtk_tree_view_get_hover_expand;
14587 alias c_gtk_tree_view_get_hover_selection gtk_tree_view_get_hover_selection;
14588 alias c_gtk_tree_view_get_level_indentation gtk_tree_view_get_level_indentation;
14589 alias c_gtk_tree_view_get_model gtk_tree_view_get_model;
14590 alias c_gtk_tree_view_get_n_columns gtk_tree_view_get_n_columns;
14591 alias c_gtk_tree_view_get_path_at_pos gtk_tree_view_get_path_at_pos;
14592 alias c_gtk_tree_view_get_reorderable gtk_tree_view_get_reorderable;
14593 alias c_gtk_tree_view_get_row_separator_func gtk_tree_view_get_row_separator_func;
14594 alias c_gtk_tree_view_get_rubber_banding gtk_tree_view_get_rubber_banding;
14595 alias c_gtk_tree_view_get_rules_hint gtk_tree_view_get_rules_hint;
14596 alias c_gtk_tree_view_get_search_column gtk_tree_view_get_search_column;
14597 alias c_gtk_tree_view_get_search_entry gtk_tree_view_get_search_entry;
14598 alias c_gtk_tree_view_get_search_equal_func gtk_tree_view_get_search_equal_func;
14599 alias c_gtk_tree_view_get_search_position_func gtk_tree_view_get_search_position_func;
14600 alias c_gtk_tree_view_get_selection gtk_tree_view_get_selection;
14601 alias c_gtk_tree_view_get_show_expanders gtk_tree_view_get_show_expanders;
14602 alias c_gtk_tree_view_get_tooltip_column gtk_tree_view_get_tooltip_column;
14603 alias c_gtk_tree_view_get_tooltip_context gtk_tree_view_get_tooltip_context;
14604 alias c_gtk_tree_view_get_vadjustment gtk_tree_view_get_vadjustment;
14605 alias c_gtk_tree_view_get_visible_range gtk_tree_view_get_visible_range;
14606 alias c_gtk_tree_view_get_visible_rect gtk_tree_view_get_visible_rect;
14607 alias c_gtk_tree_view_insert_column gtk_tree_view_insert_column;
14608 alias c_gtk_tree_view_insert_column_with_attributes gtk_tree_view_insert_column_with_attributes;
14609 alias c_gtk_tree_view_insert_column_with_data_func gtk_tree_view_insert_column_with_data_func;
14610 alias c_gtk_tree_view_is_blank_at_pos gtk_tree_view_is_blank_at_pos;
14611 alias c_gtk_tree_view_is_rubber_banding_active gtk_tree_view_is_rubber_banding_active;
14612 alias c_gtk_tree_view_map_expanded_rows gtk_tree_view_map_expanded_rows;
14613 alias c_gtk_tree_view_move_column_after gtk_tree_view_move_column_after;
14614 alias c_gtk_tree_view_remove_column gtk_tree_view_remove_column;
14615 alias c_gtk_tree_view_row_activated gtk_tree_view_row_activated;
14616 alias c_gtk_tree_view_row_expanded gtk_tree_view_row_expanded;
14617 alias c_gtk_tree_view_scroll_to_cell gtk_tree_view_scroll_to_cell;
14618 alias c_gtk_tree_view_scroll_to_point gtk_tree_view_scroll_to_point;
14619 alias c_gtk_tree_view_set_activate_on_single_click gtk_tree_view_set_activate_on_single_click;
14620 alias c_gtk_tree_view_set_column_drag_function gtk_tree_view_set_column_drag_function;
14621 alias c_gtk_tree_view_set_cursor gtk_tree_view_set_cursor;
14622 alias c_gtk_tree_view_set_cursor_on_cell gtk_tree_view_set_cursor_on_cell;
14623 alias c_gtk_tree_view_set_destroy_count_func gtk_tree_view_set_destroy_count_func;
14624 alias c_gtk_tree_view_set_drag_dest_row gtk_tree_view_set_drag_dest_row;
14625 alias c_gtk_tree_view_set_enable_search gtk_tree_view_set_enable_search;
14626 alias c_gtk_tree_view_set_enable_tree_lines gtk_tree_view_set_enable_tree_lines;
14627 alias c_gtk_tree_view_set_expander_column gtk_tree_view_set_expander_column;
14628 alias c_gtk_tree_view_set_fixed_height_mode gtk_tree_view_set_fixed_height_mode;
14629 alias c_gtk_tree_view_set_grid_lines gtk_tree_view_set_grid_lines;
14630 alias c_gtk_tree_view_set_hadjustment gtk_tree_view_set_hadjustment;
14631 alias c_gtk_tree_view_set_headers_clickable gtk_tree_view_set_headers_clickable;
14632 alias c_gtk_tree_view_set_headers_visible gtk_tree_view_set_headers_visible;
14633 alias c_gtk_tree_view_set_hover_expand gtk_tree_view_set_hover_expand;
14634 alias c_gtk_tree_view_set_hover_selection gtk_tree_view_set_hover_selection;
14635 alias c_gtk_tree_view_set_level_indentation gtk_tree_view_set_level_indentation;
14636 alias c_gtk_tree_view_set_model gtk_tree_view_set_model;
14637 alias c_gtk_tree_view_set_reorderable gtk_tree_view_set_reorderable;
14638 alias c_gtk_tree_view_set_row_separator_func gtk_tree_view_set_row_separator_func;
14639 alias c_gtk_tree_view_set_rubber_banding gtk_tree_view_set_rubber_banding;
14640 alias c_gtk_tree_view_set_rules_hint gtk_tree_view_set_rules_hint;
14641 alias c_gtk_tree_view_set_search_column gtk_tree_view_set_search_column;
14642 alias c_gtk_tree_view_set_search_entry gtk_tree_view_set_search_entry;
14643 alias c_gtk_tree_view_set_search_equal_func gtk_tree_view_set_search_equal_func;
14644 alias c_gtk_tree_view_set_search_position_func gtk_tree_view_set_search_position_func;
14645 alias c_gtk_tree_view_set_show_expanders gtk_tree_view_set_show_expanders;
14646 alias c_gtk_tree_view_set_tooltip_cell gtk_tree_view_set_tooltip_cell;
14647 alias c_gtk_tree_view_set_tooltip_column gtk_tree_view_set_tooltip_column;
14648 alias c_gtk_tree_view_set_tooltip_row gtk_tree_view_set_tooltip_row;
14649 alias c_gtk_tree_view_set_vadjustment gtk_tree_view_set_vadjustment;
14650 alias c_gtk_tree_view_unset_rows_drag_dest gtk_tree_view_unset_rows_drag_dest;
14651 alias c_gtk_tree_view_unset_rows_drag_source gtk_tree_view_unset_rows_drag_source;
14652 
14653 // gtk.TreeViewAccessible
14654 
14655 alias c_gtk_tree_view_accessible_get_type gtk_tree_view_accessible_get_type;
14656 
14657 // gtk.TreeViewColumn
14658 
14659 alias c_gtk_tree_view_column_get_type gtk_tree_view_column_get_type;
14660 alias c_gtk_tree_view_column_new gtk_tree_view_column_new;
14661 alias c_gtk_tree_view_column_new_with_area gtk_tree_view_column_new_with_area;
14662 alias c_gtk_tree_view_column_new_with_attributes gtk_tree_view_column_new_with_attributes;
14663 alias c_gtk_tree_view_column_add_attribute gtk_tree_view_column_add_attribute;
14664 alias c_gtk_tree_view_column_cell_get_position gtk_tree_view_column_cell_get_position;
14665 alias c_gtk_tree_view_column_cell_get_size gtk_tree_view_column_cell_get_size;
14666 alias c_gtk_tree_view_column_cell_is_visible gtk_tree_view_column_cell_is_visible;
14667 alias c_gtk_tree_view_column_cell_set_cell_data gtk_tree_view_column_cell_set_cell_data;
14668 alias c_gtk_tree_view_column_clear gtk_tree_view_column_clear;
14669 alias c_gtk_tree_view_column_clear_attributes gtk_tree_view_column_clear_attributes;
14670 alias c_gtk_tree_view_column_clicked gtk_tree_view_column_clicked;
14671 alias c_gtk_tree_view_column_focus_cell gtk_tree_view_column_focus_cell;
14672 alias c_gtk_tree_view_column_get_alignment gtk_tree_view_column_get_alignment;
14673 alias c_gtk_tree_view_column_get_button gtk_tree_view_column_get_button;
14674 alias c_gtk_tree_view_column_get_clickable gtk_tree_view_column_get_clickable;
14675 alias c_gtk_tree_view_column_get_expand gtk_tree_view_column_get_expand;
14676 alias c_gtk_tree_view_column_get_fixed_width gtk_tree_view_column_get_fixed_width;
14677 alias c_gtk_tree_view_column_get_max_width gtk_tree_view_column_get_max_width;
14678 alias c_gtk_tree_view_column_get_min_width gtk_tree_view_column_get_min_width;
14679 alias c_gtk_tree_view_column_get_reorderable gtk_tree_view_column_get_reorderable;
14680 alias c_gtk_tree_view_column_get_resizable gtk_tree_view_column_get_resizable;
14681 alias c_gtk_tree_view_column_get_sizing gtk_tree_view_column_get_sizing;
14682 alias c_gtk_tree_view_column_get_sort_column_id gtk_tree_view_column_get_sort_column_id;
14683 alias c_gtk_tree_view_column_get_sort_indicator gtk_tree_view_column_get_sort_indicator;
14684 alias c_gtk_tree_view_column_get_sort_order gtk_tree_view_column_get_sort_order;
14685 alias c_gtk_tree_view_column_get_spacing gtk_tree_view_column_get_spacing;
14686 alias c_gtk_tree_view_column_get_title gtk_tree_view_column_get_title;
14687 alias c_gtk_tree_view_column_get_tree_view gtk_tree_view_column_get_tree_view;
14688 alias c_gtk_tree_view_column_get_visible gtk_tree_view_column_get_visible;
14689 alias c_gtk_tree_view_column_get_widget gtk_tree_view_column_get_widget;
14690 alias c_gtk_tree_view_column_get_width gtk_tree_view_column_get_width;
14691 alias c_gtk_tree_view_column_get_x_offset gtk_tree_view_column_get_x_offset;
14692 alias c_gtk_tree_view_column_pack_end gtk_tree_view_column_pack_end;
14693 alias c_gtk_tree_view_column_pack_start gtk_tree_view_column_pack_start;
14694 alias c_gtk_tree_view_column_queue_resize gtk_tree_view_column_queue_resize;
14695 alias c_gtk_tree_view_column_set_alignment gtk_tree_view_column_set_alignment;
14696 alias c_gtk_tree_view_column_set_attributes gtk_tree_view_column_set_attributes;
14697 alias c_gtk_tree_view_column_set_cell_data_func gtk_tree_view_column_set_cell_data_func;
14698 alias c_gtk_tree_view_column_set_clickable gtk_tree_view_column_set_clickable;
14699 alias c_gtk_tree_view_column_set_expand gtk_tree_view_column_set_expand;
14700 alias c_gtk_tree_view_column_set_fixed_width gtk_tree_view_column_set_fixed_width;
14701 alias c_gtk_tree_view_column_set_max_width gtk_tree_view_column_set_max_width;
14702 alias c_gtk_tree_view_column_set_min_width gtk_tree_view_column_set_min_width;
14703 alias c_gtk_tree_view_column_set_reorderable gtk_tree_view_column_set_reorderable;
14704 alias c_gtk_tree_view_column_set_resizable gtk_tree_view_column_set_resizable;
14705 alias c_gtk_tree_view_column_set_sizing gtk_tree_view_column_set_sizing;
14706 alias c_gtk_tree_view_column_set_sort_column_id gtk_tree_view_column_set_sort_column_id;
14707 alias c_gtk_tree_view_column_set_sort_indicator gtk_tree_view_column_set_sort_indicator;
14708 alias c_gtk_tree_view_column_set_sort_order gtk_tree_view_column_set_sort_order;
14709 alias c_gtk_tree_view_column_set_spacing gtk_tree_view_column_set_spacing;
14710 alias c_gtk_tree_view_column_set_title gtk_tree_view_column_set_title;
14711 alias c_gtk_tree_view_column_set_visible gtk_tree_view_column_set_visible;
14712 alias c_gtk_tree_view_column_set_widget gtk_tree_view_column_set_widget;
14713 
14714 // gtk.UIManager
14715 
14716 alias c_gtk_ui_manager_get_type gtk_ui_manager_get_type;
14717 alias c_gtk_ui_manager_new gtk_ui_manager_new;
14718 alias c_gtk_ui_manager_add_ui gtk_ui_manager_add_ui;
14719 alias c_gtk_ui_manager_add_ui_from_file gtk_ui_manager_add_ui_from_file;
14720 alias c_gtk_ui_manager_add_ui_from_resource gtk_ui_manager_add_ui_from_resource;
14721 alias c_gtk_ui_manager_add_ui_from_string gtk_ui_manager_add_ui_from_string;
14722 alias c_gtk_ui_manager_ensure_update gtk_ui_manager_ensure_update;
14723 alias c_gtk_ui_manager_get_accel_group gtk_ui_manager_get_accel_group;
14724 alias c_gtk_ui_manager_get_action gtk_ui_manager_get_action;
14725 alias c_gtk_ui_manager_get_action_groups gtk_ui_manager_get_action_groups;
14726 alias c_gtk_ui_manager_get_add_tearoffs gtk_ui_manager_get_add_tearoffs;
14727 alias c_gtk_ui_manager_get_toplevels gtk_ui_manager_get_toplevels;
14728 alias c_gtk_ui_manager_get_ui gtk_ui_manager_get_ui;
14729 alias c_gtk_ui_manager_get_widget gtk_ui_manager_get_widget;
14730 alias c_gtk_ui_manager_insert_action_group gtk_ui_manager_insert_action_group;
14731 alias c_gtk_ui_manager_new_merge_id gtk_ui_manager_new_merge_id;
14732 alias c_gtk_ui_manager_remove_action_group gtk_ui_manager_remove_action_group;
14733 alias c_gtk_ui_manager_remove_ui gtk_ui_manager_remove_ui;
14734 alias c_gtk_ui_manager_set_add_tearoffs gtk_ui_manager_set_add_tearoffs;
14735 
14736 // gtk.VBox
14737 
14738 alias c_gtk_vbox_get_type gtk_vbox_get_type;
14739 alias c_gtk_vbox_new gtk_vbox_new;
14740 
14741 // gtk.VButtonBox
14742 
14743 alias c_gtk_vbutton_box_get_type gtk_vbutton_box_get_type;
14744 alias c_gtk_vbutton_box_new gtk_vbutton_box_new;
14745 
14746 // gtk.VPaned
14747 
14748 alias c_gtk_vpaned_get_type gtk_vpaned_get_type;
14749 alias c_gtk_vpaned_new gtk_vpaned_new;
14750 
14751 // gtk.VScale
14752 
14753 alias c_gtk_vscale_get_type gtk_vscale_get_type;
14754 alias c_gtk_vscale_new gtk_vscale_new;
14755 alias c_gtk_vscale_new_with_range gtk_vscale_new_with_range;
14756 
14757 // gtk.VScrollbar
14758 
14759 alias c_gtk_vscrollbar_get_type gtk_vscrollbar_get_type;
14760 alias c_gtk_vscrollbar_new gtk_vscrollbar_new;
14761 
14762 // gtk.VSeparator
14763 
14764 alias c_gtk_vseparator_get_type gtk_vseparator_get_type;
14765 alias c_gtk_vseparator_new gtk_vseparator_new;
14766 
14767 // gtk.Viewport
14768 
14769 alias c_gtk_viewport_get_type gtk_viewport_get_type;
14770 alias c_gtk_viewport_new gtk_viewport_new;
14771 alias c_gtk_viewport_get_bin_window gtk_viewport_get_bin_window;
14772 alias c_gtk_viewport_get_hadjustment gtk_viewport_get_hadjustment;
14773 alias c_gtk_viewport_get_shadow_type gtk_viewport_get_shadow_type;
14774 alias c_gtk_viewport_get_vadjustment gtk_viewport_get_vadjustment;
14775 alias c_gtk_viewport_get_view_window gtk_viewport_get_view_window;
14776 alias c_gtk_viewport_set_hadjustment gtk_viewport_set_hadjustment;
14777 alias c_gtk_viewport_set_shadow_type gtk_viewport_set_shadow_type;
14778 alias c_gtk_viewport_set_vadjustment gtk_viewport_set_vadjustment;
14779 
14780 // gtk.VolumeButton
14781 
14782 alias c_gtk_volume_button_get_type gtk_volume_button_get_type;
14783 alias c_gtk_volume_button_new gtk_volume_button_new;
14784 
14785 // gtk.Widget
14786 
14787 alias c_gtk_widget_get_type gtk_widget_get_type;
14788 alias c_gtk_widget_new gtk_widget_new;
14789 alias c_gtk_widget_get_default_direction gtk_widget_get_default_direction;
14790 alias c_gtk_widget_get_default_style gtk_widget_get_default_style;
14791 alias c_gtk_widget_pop_composite_child gtk_widget_pop_composite_child;
14792 alias c_gtk_widget_push_composite_child gtk_widget_push_composite_child;
14793 alias c_gtk_widget_set_default_direction gtk_widget_set_default_direction;
14794 alias c_gtk_widget_activate gtk_widget_activate;
14795 alias c_gtk_widget_add_accelerator gtk_widget_add_accelerator;
14796 alias c_gtk_widget_add_device_events gtk_widget_add_device_events;
14797 alias c_gtk_widget_add_events gtk_widget_add_events;
14798 alias c_gtk_widget_add_mnemonic_label gtk_widget_add_mnemonic_label;
14799 alias c_gtk_widget_add_tick_callback gtk_widget_add_tick_callback;
14800 alias c_gtk_widget_can_activate_accel gtk_widget_can_activate_accel;
14801 alias c_gtk_widget_child_focus gtk_widget_child_focus;
14802 alias c_gtk_widget_child_notify gtk_widget_child_notify;
14803 alias c_gtk_widget_class_path gtk_widget_class_path;
14804 alias c_gtk_widget_compute_expand gtk_widget_compute_expand;
14805 alias c_gtk_widget_create_pango_context gtk_widget_create_pango_context;
14806 alias c_gtk_widget_create_pango_layout gtk_widget_create_pango_layout;
14807 alias c_gtk_widget_destroy gtk_widget_destroy;
14808 alias c_gtk_widget_destroyed gtk_widget_destroyed;
14809 alias c_gtk_widget_device_is_shadowed gtk_widget_device_is_shadowed;
14810 alias c_gtk_drag_begin gtk_drag_begin;
14811 alias c_gtk_drag_begin_with_coordinates gtk_drag_begin_with_coordinates;
14812 alias c_gtk_drag_check_threshold gtk_drag_check_threshold;
14813 alias c_gtk_drag_dest_add_image_targets gtk_drag_dest_add_image_targets;
14814 alias c_gtk_drag_dest_add_text_targets gtk_drag_dest_add_text_targets;
14815 alias c_gtk_drag_dest_add_uri_targets gtk_drag_dest_add_uri_targets;
14816 alias c_gtk_drag_dest_find_target gtk_drag_dest_find_target;
14817 alias c_gtk_drag_dest_get_target_list gtk_drag_dest_get_target_list;
14818 alias c_gtk_drag_dest_get_track_motion gtk_drag_dest_get_track_motion;
14819 alias c_gtk_drag_dest_set gtk_drag_dest_set;
14820 alias c_gtk_drag_dest_set_proxy gtk_drag_dest_set_proxy;
14821 alias c_gtk_drag_dest_set_target_list gtk_drag_dest_set_target_list;
14822 alias c_gtk_drag_dest_set_track_motion gtk_drag_dest_set_track_motion;
14823 alias c_gtk_drag_dest_unset gtk_drag_dest_unset;
14824 alias c_gtk_drag_get_data gtk_drag_get_data;
14825 alias c_gtk_drag_highlight gtk_drag_highlight;
14826 alias c_gtk_drag_source_add_image_targets gtk_drag_source_add_image_targets;
14827 alias c_gtk_drag_source_add_text_targets gtk_drag_source_add_text_targets;
14828 alias c_gtk_drag_source_add_uri_targets gtk_drag_source_add_uri_targets;
14829 alias c_gtk_drag_source_get_target_list gtk_drag_source_get_target_list;
14830 alias c_gtk_drag_source_set gtk_drag_source_set;
14831 alias c_gtk_drag_source_set_icon_gicon gtk_drag_source_set_icon_gicon;
14832 alias c_gtk_drag_source_set_icon_name gtk_drag_source_set_icon_name;
14833 alias c_gtk_drag_source_set_icon_pixbuf gtk_drag_source_set_icon_pixbuf;
14834 alias c_gtk_drag_source_set_icon_stock gtk_drag_source_set_icon_stock;
14835 alias c_gtk_drag_source_set_target_list gtk_drag_source_set_target_list;
14836 alias c_gtk_drag_source_unset gtk_drag_source_unset;
14837 alias c_gtk_drag_unhighlight gtk_drag_unhighlight;
14838 alias c_gtk_widget_draw gtk_widget_draw;
14839 alias c_gtk_widget_ensure_style gtk_widget_ensure_style;
14840 alias c_gtk_widget_error_bell gtk_widget_error_bell;
14841 alias c_gtk_widget_event gtk_widget_event;
14842 alias c_gtk_widget_freeze_child_notify gtk_widget_freeze_child_notify;
14843 alias c_gtk_widget_get_accessible gtk_widget_get_accessible;
14844 alias c_gtk_widget_get_action_group gtk_widget_get_action_group;
14845 alias c_gtk_widget_get_allocated_baseline gtk_widget_get_allocated_baseline;
14846 alias c_gtk_widget_get_allocated_height gtk_widget_get_allocated_height;
14847 alias c_gtk_widget_get_allocated_size gtk_widget_get_allocated_size;
14848 alias c_gtk_widget_get_allocated_width gtk_widget_get_allocated_width;
14849 alias c_gtk_widget_get_allocation gtk_widget_get_allocation;
14850 alias c_gtk_widget_get_ancestor gtk_widget_get_ancestor;
14851 alias c_gtk_widget_get_app_paintable gtk_widget_get_app_paintable;
14852 alias c_gtk_widget_get_can_default gtk_widget_get_can_default;
14853 alias c_gtk_widget_get_can_focus gtk_widget_get_can_focus;
14854 alias c_gtk_widget_get_child_requisition gtk_widget_get_child_requisition;
14855 alias c_gtk_widget_get_child_visible gtk_widget_get_child_visible;
14856 alias c_gtk_widget_get_clip gtk_widget_get_clip;
14857 alias c_gtk_widget_get_clipboard gtk_widget_get_clipboard;
14858 alias c_gtk_widget_get_composite_name gtk_widget_get_composite_name;
14859 alias c_gtk_widget_get_device_enabled gtk_widget_get_device_enabled;
14860 alias c_gtk_widget_get_device_events gtk_widget_get_device_events;
14861 alias c_gtk_widget_get_direction gtk_widget_get_direction;
14862 alias c_gtk_widget_get_display gtk_widget_get_display;
14863 alias c_gtk_widget_get_double_buffered gtk_widget_get_double_buffered;
14864 alias c_gtk_widget_get_events gtk_widget_get_events;
14865 alias c_gtk_widget_get_focus_on_click gtk_widget_get_focus_on_click;
14866 alias c_gtk_widget_get_font_map gtk_widget_get_font_map;
14867 alias c_gtk_widget_get_font_options gtk_widget_get_font_options;
14868 alias c_gtk_widget_get_frame_clock gtk_widget_get_frame_clock;
14869 alias c_gtk_widget_get_halign gtk_widget_get_halign;
14870 alias c_gtk_widget_get_has_tooltip gtk_widget_get_has_tooltip;
14871 alias c_gtk_widget_get_has_window gtk_widget_get_has_window;
14872 alias c_gtk_widget_get_hexpand gtk_widget_get_hexpand;
14873 alias c_gtk_widget_get_hexpand_set gtk_widget_get_hexpand_set;
14874 alias c_gtk_widget_get_mapped gtk_widget_get_mapped;
14875 alias c_gtk_widget_get_margin_bottom gtk_widget_get_margin_bottom;
14876 alias c_gtk_widget_get_margin_end gtk_widget_get_margin_end;
14877 alias c_gtk_widget_get_margin_left gtk_widget_get_margin_left;
14878 alias c_gtk_widget_get_margin_right gtk_widget_get_margin_right;
14879 alias c_gtk_widget_get_margin_start gtk_widget_get_margin_start;
14880 alias c_gtk_widget_get_margin_top gtk_widget_get_margin_top;
14881 alias c_gtk_widget_get_modifier_mask gtk_widget_get_modifier_mask;
14882 alias c_gtk_widget_get_modifier_style gtk_widget_get_modifier_style;
14883 alias c_gtk_widget_get_name gtk_widget_get_name;
14884 alias c_gtk_widget_get_no_show_all gtk_widget_get_no_show_all;
14885 alias c_gtk_widget_get_opacity gtk_widget_get_opacity;
14886 alias c_gtk_widget_get_pango_context gtk_widget_get_pango_context;
14887 alias c_gtk_widget_get_parent gtk_widget_get_parent;
14888 alias c_gtk_widget_get_parent_window gtk_widget_get_parent_window;
14889 alias c_gtk_widget_get_path gtk_widget_get_path;
14890 alias c_gtk_widget_get_pointer gtk_widget_get_pointer;
14891 alias c_gtk_widget_get_preferred_height gtk_widget_get_preferred_height;
14892 alias c_gtk_widget_get_preferred_height_and_baseline_for_width gtk_widget_get_preferred_height_and_baseline_for_width;
14893 alias c_gtk_widget_get_preferred_height_for_width gtk_widget_get_preferred_height_for_width;
14894 alias c_gtk_widget_get_preferred_size gtk_widget_get_preferred_size;
14895 alias c_gtk_widget_get_preferred_width gtk_widget_get_preferred_width;
14896 alias c_gtk_widget_get_preferred_width_for_height gtk_widget_get_preferred_width_for_height;
14897 alias c_gtk_widget_get_realized gtk_widget_get_realized;
14898 alias c_gtk_widget_get_receives_default gtk_widget_get_receives_default;
14899 alias c_gtk_widget_get_request_mode gtk_widget_get_request_mode;
14900 alias c_gtk_widget_get_requisition gtk_widget_get_requisition;
14901 alias c_gtk_widget_get_root_window gtk_widget_get_root_window;
14902 alias c_gtk_widget_get_scale_factor gtk_widget_get_scale_factor;
14903 alias c_gtk_widget_get_screen gtk_widget_get_screen;
14904 alias c_gtk_widget_get_sensitive gtk_widget_get_sensitive;
14905 alias c_gtk_widget_get_settings gtk_widget_get_settings;
14906 alias c_gtk_widget_get_size_request gtk_widget_get_size_request;
14907 alias c_gtk_widget_get_state gtk_widget_get_state;
14908 alias c_gtk_widget_get_state_flags gtk_widget_get_state_flags;
14909 alias c_gtk_widget_get_style gtk_widget_get_style;
14910 alias c_gtk_widget_get_style_context gtk_widget_get_style_context;
14911 alias c_gtk_widget_get_support_multidevice gtk_widget_get_support_multidevice;
14912 alias c_gtk_widget_get_template_child gtk_widget_get_template_child;
14913 alias c_gtk_widget_get_tooltip_markup gtk_widget_get_tooltip_markup;
14914 alias c_gtk_widget_get_tooltip_text gtk_widget_get_tooltip_text;
14915 alias c_gtk_widget_get_tooltip_window gtk_widget_get_tooltip_window;
14916 alias c_gtk_widget_get_toplevel gtk_widget_get_toplevel;
14917 alias c_gtk_widget_get_valign gtk_widget_get_valign;
14918 alias c_gtk_widget_get_valign_with_baseline gtk_widget_get_valign_with_baseline;
14919 alias c_gtk_widget_get_vexpand gtk_widget_get_vexpand;
14920 alias c_gtk_widget_get_vexpand_set gtk_widget_get_vexpand_set;
14921 alias c_gtk_widget_get_visible gtk_widget_get_visible;
14922 alias c_gtk_widget_get_visual gtk_widget_get_visual;
14923 alias c_gtk_widget_get_window gtk_widget_get_window;
14924 alias c_gtk_grab_add gtk_grab_add;
14925 alias c_gtk_widget_grab_default gtk_widget_grab_default;
14926 alias c_gtk_widget_grab_focus gtk_widget_grab_focus;
14927 alias c_gtk_grab_remove gtk_grab_remove;
14928 alias c_gtk_widget_has_default gtk_widget_has_default;
14929 alias c_gtk_widget_has_focus gtk_widget_has_focus;
14930 alias c_gtk_widget_has_grab gtk_widget_has_grab;
14931 alias c_gtk_widget_has_rc_style gtk_widget_has_rc_style;
14932 alias c_gtk_widget_has_screen gtk_widget_has_screen;
14933 alias c_gtk_widget_has_visible_focus gtk_widget_has_visible_focus;
14934 alias c_gtk_widget_hide gtk_widget_hide;
14935 alias c_gtk_widget_hide_on_delete gtk_widget_hide_on_delete;
14936 alias c_gtk_widget_in_destruction gtk_widget_in_destruction;
14937 alias c_gtk_widget_init_template gtk_widget_init_template;
14938 alias c_gtk_widget_input_shape_combine_region gtk_widget_input_shape_combine_region;
14939 alias c_gtk_widget_insert_action_group gtk_widget_insert_action_group;
14940 alias c_gtk_widget_intersect gtk_widget_intersect;
14941 alias c_gtk_widget_is_ancestor gtk_widget_is_ancestor;
14942 alias c_gtk_widget_is_composited gtk_widget_is_composited;
14943 alias c_gtk_widget_is_drawable gtk_widget_is_drawable;
14944 alias c_gtk_widget_is_focus gtk_widget_is_focus;
14945 alias c_gtk_widget_is_sensitive gtk_widget_is_sensitive;
14946 alias c_gtk_widget_is_toplevel gtk_widget_is_toplevel;
14947 alias c_gtk_widget_is_visible gtk_widget_is_visible;
14948 alias c_gtk_widget_keynav_failed gtk_widget_keynav_failed;
14949 alias c_gtk_widget_list_accel_closures gtk_widget_list_accel_closures;
14950 alias c_gtk_widget_list_action_prefixes gtk_widget_list_action_prefixes;
14951 alias c_gtk_widget_list_mnemonic_labels gtk_widget_list_mnemonic_labels;
14952 alias c_gtk_widget_map gtk_widget_map;
14953 alias c_gtk_widget_mnemonic_activate gtk_widget_mnemonic_activate;
14954 alias c_gtk_widget_modify_base gtk_widget_modify_base;
14955 alias c_gtk_widget_modify_bg gtk_widget_modify_bg;
14956 alias c_gtk_widget_modify_cursor gtk_widget_modify_cursor;
14957 alias c_gtk_widget_modify_fg gtk_widget_modify_fg;
14958 alias c_gtk_widget_modify_font gtk_widget_modify_font;
14959 alias c_gtk_widget_modify_style gtk_widget_modify_style;
14960 alias c_gtk_widget_modify_text gtk_widget_modify_text;
14961 alias c_gtk_widget_override_background_color gtk_widget_override_background_color;
14962 alias c_gtk_widget_override_color gtk_widget_override_color;
14963 alias c_gtk_widget_override_cursor gtk_widget_override_cursor;
14964 alias c_gtk_widget_override_font gtk_widget_override_font;
14965 alias c_gtk_widget_override_symbolic_color gtk_widget_override_symbolic_color;
14966 alias c_gtk_widget_path gtk_widget_path;
14967 alias c_gtk_widget_queue_allocate gtk_widget_queue_allocate;
14968 alias c_gtk_widget_queue_compute_expand gtk_widget_queue_compute_expand;
14969 alias c_gtk_widget_queue_draw gtk_widget_queue_draw;
14970 alias c_gtk_widget_queue_draw_area gtk_widget_queue_draw_area;
14971 alias c_gtk_widget_queue_draw_region gtk_widget_queue_draw_region;
14972 alias c_gtk_widget_queue_resize gtk_widget_queue_resize;
14973 alias c_gtk_widget_queue_resize_no_redraw gtk_widget_queue_resize_no_redraw;
14974 alias c_gtk_widget_realize gtk_widget_realize;
14975 alias c_gtk_widget_region_intersect gtk_widget_region_intersect;
14976 alias c_gtk_widget_register_window gtk_widget_register_window;
14977 alias c_gtk_widget_remove_accelerator gtk_widget_remove_accelerator;
14978 alias c_gtk_widget_remove_mnemonic_label gtk_widget_remove_mnemonic_label;
14979 alias c_gtk_widget_remove_tick_callback gtk_widget_remove_tick_callback;
14980 alias c_gtk_widget_render_icon gtk_widget_render_icon;
14981 alias c_gtk_widget_render_icon_pixbuf gtk_widget_render_icon_pixbuf;
14982 alias c_gtk_widget_reparent gtk_widget_reparent;
14983 alias c_gtk_widget_reset_rc_styles gtk_widget_reset_rc_styles;
14984 alias c_gtk_widget_reset_style gtk_widget_reset_style;
14985 alias c_gtk_widget_send_expose gtk_widget_send_expose;
14986 alias c_gtk_widget_send_focus_change gtk_widget_send_focus_change;
14987 alias c_gtk_widget_set_accel_path gtk_widget_set_accel_path;
14988 alias c_gtk_widget_set_allocation gtk_widget_set_allocation;
14989 alias c_gtk_widget_set_app_paintable gtk_widget_set_app_paintable;
14990 alias c_gtk_widget_set_can_default gtk_widget_set_can_default;
14991 alias c_gtk_widget_set_can_focus gtk_widget_set_can_focus;
14992 alias c_gtk_widget_set_child_visible gtk_widget_set_child_visible;
14993 alias c_gtk_widget_set_clip gtk_widget_set_clip;
14994 alias c_gtk_widget_set_composite_name gtk_widget_set_composite_name;
14995 alias c_gtk_widget_set_device_enabled gtk_widget_set_device_enabled;
14996 alias c_gtk_widget_set_device_events gtk_widget_set_device_events;
14997 alias c_gtk_widget_set_direction gtk_widget_set_direction;
14998 alias c_gtk_widget_set_double_buffered gtk_widget_set_double_buffered;
14999 alias c_gtk_widget_set_events gtk_widget_set_events;
15000 alias c_gtk_widget_set_focus_on_click gtk_widget_set_focus_on_click;
15001 alias c_gtk_widget_set_font_map gtk_widget_set_font_map;
15002 alias c_gtk_widget_set_font_options gtk_widget_set_font_options;
15003 alias c_gtk_widget_set_halign gtk_widget_set_halign;
15004 alias c_gtk_widget_set_has_tooltip gtk_widget_set_has_tooltip;
15005 alias c_gtk_widget_set_has_window gtk_widget_set_has_window;
15006 alias c_gtk_widget_set_hexpand gtk_widget_set_hexpand;
15007 alias c_gtk_widget_set_hexpand_set gtk_widget_set_hexpand_set;
15008 alias c_gtk_widget_set_mapped gtk_widget_set_mapped;
15009 alias c_gtk_widget_set_margin_bottom gtk_widget_set_margin_bottom;
15010 alias c_gtk_widget_set_margin_end gtk_widget_set_margin_end;
15011 alias c_gtk_widget_set_margin_left gtk_widget_set_margin_left;
15012 alias c_gtk_widget_set_margin_right gtk_widget_set_margin_right;
15013 alias c_gtk_widget_set_margin_start gtk_widget_set_margin_start;
15014 alias c_gtk_widget_set_margin_top gtk_widget_set_margin_top;
15015 alias c_gtk_widget_set_name gtk_widget_set_name;
15016 alias c_gtk_widget_set_no_show_all gtk_widget_set_no_show_all;
15017 alias c_gtk_widget_set_opacity gtk_widget_set_opacity;
15018 alias c_gtk_widget_set_parent gtk_widget_set_parent;
15019 alias c_gtk_widget_set_parent_window gtk_widget_set_parent_window;
15020 alias c_gtk_widget_set_realized gtk_widget_set_realized;
15021 alias c_gtk_widget_set_receives_default gtk_widget_set_receives_default;
15022 alias c_gtk_widget_set_redraw_on_allocate gtk_widget_set_redraw_on_allocate;
15023 alias c_gtk_widget_set_sensitive gtk_widget_set_sensitive;
15024 alias c_gtk_widget_set_size_request gtk_widget_set_size_request;
15025 alias c_gtk_widget_set_state gtk_widget_set_state;
15026 alias c_gtk_widget_set_state_flags gtk_widget_set_state_flags;
15027 alias c_gtk_widget_set_style gtk_widget_set_style;
15028 alias c_gtk_widget_set_support_multidevice gtk_widget_set_support_multidevice;
15029 alias c_gtk_widget_set_tooltip_markup gtk_widget_set_tooltip_markup;
15030 alias c_gtk_widget_set_tooltip_text gtk_widget_set_tooltip_text;
15031 alias c_gtk_widget_set_tooltip_window gtk_widget_set_tooltip_window;
15032 alias c_gtk_widget_set_valign gtk_widget_set_valign;
15033 alias c_gtk_widget_set_vexpand gtk_widget_set_vexpand;
15034 alias c_gtk_widget_set_vexpand_set gtk_widget_set_vexpand_set;
15035 alias c_gtk_widget_set_visible gtk_widget_set_visible;
15036 alias c_gtk_widget_set_visual gtk_widget_set_visual;
15037 alias c_gtk_widget_set_window gtk_widget_set_window;
15038 alias c_gtk_widget_shape_combine_region gtk_widget_shape_combine_region;
15039 alias c_gtk_widget_show gtk_widget_show;
15040 alias c_gtk_widget_show_all gtk_widget_show_all;
15041 alias c_gtk_widget_show_now gtk_widget_show_now;
15042 alias c_gtk_widget_size_allocate gtk_widget_size_allocate;
15043 alias c_gtk_widget_size_allocate_with_baseline gtk_widget_size_allocate_with_baseline;
15044 alias c_gtk_widget_size_request gtk_widget_size_request;
15045 alias c_gtk_widget_style_attach gtk_widget_style_attach;
15046 alias c_gtk_widget_style_get gtk_widget_style_get;
15047 alias c_gtk_widget_style_get_property gtk_widget_style_get_property;
15048 alias c_gtk_widget_style_get_valist gtk_widget_style_get_valist;
15049 alias c_gtk_widget_thaw_child_notify gtk_widget_thaw_child_notify;
15050 alias c_gtk_widget_translate_coordinates gtk_widget_translate_coordinates;
15051 alias c_gtk_widget_trigger_tooltip_query gtk_widget_trigger_tooltip_query;
15052 alias c_gtk_widget_unmap gtk_widget_unmap;
15053 alias c_gtk_widget_unparent gtk_widget_unparent;
15054 alias c_gtk_widget_unrealize gtk_widget_unrealize;
15055 alias c_gtk_widget_unregister_window gtk_widget_unregister_window;
15056 alias c_gtk_widget_unset_state_flags gtk_widget_unset_state_flags;
15057 alias c_gtk_cairo_should_draw_window gtk_cairo_should_draw_window;
15058 alias c_gtk_cairo_transform_to_window gtk_cairo_transform_to_window;
15059 alias c_gtk_distribute_natural_allocation gtk_distribute_natural_allocation;
15060 
15061 // gtk.WidgetAccessible
15062 
15063 alias c_gtk_widget_accessible_get_type gtk_widget_accessible_get_type;
15064 
15065 // gtk.WidgetClass
15066 
15067 alias c_gtk_widget_class_bind_template_callback_full gtk_widget_class_bind_template_callback_full;
15068 alias c_gtk_widget_class_bind_template_child_full gtk_widget_class_bind_template_child_full;
15069 alias c_gtk_widget_class_find_style_property gtk_widget_class_find_style_property;
15070 alias c_gtk_widget_class_get_css_name gtk_widget_class_get_css_name;
15071 alias c_gtk_widget_class_install_style_property gtk_widget_class_install_style_property;
15072 alias c_gtk_widget_class_install_style_property_parser gtk_widget_class_install_style_property_parser;
15073 alias c_gtk_widget_class_list_style_properties gtk_widget_class_list_style_properties;
15074 alias c_gtk_widget_class_set_accessible_role gtk_widget_class_set_accessible_role;
15075 alias c_gtk_widget_class_set_accessible_type gtk_widget_class_set_accessible_type;
15076 alias c_gtk_widget_class_set_connect_func gtk_widget_class_set_connect_func;
15077 alias c_gtk_widget_class_set_css_name gtk_widget_class_set_css_name;
15078 alias c_gtk_widget_class_set_template gtk_widget_class_set_template;
15079 alias c_gtk_widget_class_set_template_from_resource gtk_widget_class_set_template_from_resource;
15080 
15081 // gtk.WidgetPath
15082 
15083 alias c_gtk_widget_path_get_type gtk_widget_path_get_type;
15084 alias c_gtk_widget_path_new gtk_widget_path_new;
15085 alias c_gtk_widget_path_append_for_widget gtk_widget_path_append_for_widget;
15086 alias c_gtk_widget_path_append_type gtk_widget_path_append_type;
15087 alias c_gtk_widget_path_append_with_siblings gtk_widget_path_append_with_siblings;
15088 alias c_gtk_widget_path_copy gtk_widget_path_copy;
15089 alias c_gtk_widget_path_free gtk_widget_path_free;
15090 alias c_gtk_widget_path_get_object_type gtk_widget_path_get_object_type;
15091 alias c_gtk_widget_path_has_parent gtk_widget_path_has_parent;
15092 alias c_gtk_widget_path_is_type gtk_widget_path_is_type;
15093 alias c_gtk_widget_path_iter_add_class gtk_widget_path_iter_add_class;
15094 alias c_gtk_widget_path_iter_add_region gtk_widget_path_iter_add_region;
15095 alias c_gtk_widget_path_iter_clear_classes gtk_widget_path_iter_clear_classes;
15096 alias c_gtk_widget_path_iter_clear_regions gtk_widget_path_iter_clear_regions;
15097 alias c_gtk_widget_path_iter_get_name gtk_widget_path_iter_get_name;
15098 alias c_gtk_widget_path_iter_get_object_name gtk_widget_path_iter_get_object_name;
15099 alias c_gtk_widget_path_iter_get_object_type gtk_widget_path_iter_get_object_type;
15100 alias c_gtk_widget_path_iter_get_sibling_index gtk_widget_path_iter_get_sibling_index;
15101 alias c_gtk_widget_path_iter_get_siblings gtk_widget_path_iter_get_siblings;
15102 alias c_gtk_widget_path_iter_get_state gtk_widget_path_iter_get_state;
15103 alias c_gtk_widget_path_iter_has_class gtk_widget_path_iter_has_class;
15104 alias c_gtk_widget_path_iter_has_name gtk_widget_path_iter_has_name;
15105 alias c_gtk_widget_path_iter_has_qclass gtk_widget_path_iter_has_qclass;
15106 alias c_gtk_widget_path_iter_has_qname gtk_widget_path_iter_has_qname;
15107 alias c_gtk_widget_path_iter_has_qregion gtk_widget_path_iter_has_qregion;
15108 alias c_gtk_widget_path_iter_has_region gtk_widget_path_iter_has_region;
15109 alias c_gtk_widget_path_iter_list_classes gtk_widget_path_iter_list_classes;
15110 alias c_gtk_widget_path_iter_list_regions gtk_widget_path_iter_list_regions;
15111 alias c_gtk_widget_path_iter_remove_class gtk_widget_path_iter_remove_class;
15112 alias c_gtk_widget_path_iter_remove_region gtk_widget_path_iter_remove_region;
15113 alias c_gtk_widget_path_iter_set_name gtk_widget_path_iter_set_name;
15114 alias c_gtk_widget_path_iter_set_object_name gtk_widget_path_iter_set_object_name;
15115 alias c_gtk_widget_path_iter_set_object_type gtk_widget_path_iter_set_object_type;
15116 alias c_gtk_widget_path_iter_set_state gtk_widget_path_iter_set_state;
15117 alias c_gtk_widget_path_length gtk_widget_path_length;
15118 alias c_gtk_widget_path_prepend_type gtk_widget_path_prepend_type;
15119 alias c_gtk_widget_path_ref gtk_widget_path_ref;
15120 alias c_gtk_widget_path_to_string gtk_widget_path_to_string;
15121 alias c_gtk_widget_path_unref gtk_widget_path_unref;
15122 
15123 // gtk.Window
15124 
15125 alias c_gtk_window_get_type gtk_window_get_type;
15126 alias c_gtk_window_new gtk_window_new;
15127 alias c_gtk_window_get_default_icon_list gtk_window_get_default_icon_list;
15128 alias c_gtk_window_get_default_icon_name gtk_window_get_default_icon_name;
15129 alias c_gtk_window_list_toplevels gtk_window_list_toplevels;
15130 alias c_gtk_window_set_auto_startup_notification gtk_window_set_auto_startup_notification;
15131 alias c_gtk_window_set_default_icon gtk_window_set_default_icon;
15132 alias c_gtk_window_set_default_icon_from_file gtk_window_set_default_icon_from_file;
15133 alias c_gtk_window_set_default_icon_list gtk_window_set_default_icon_list;
15134 alias c_gtk_window_set_default_icon_name gtk_window_set_default_icon_name;
15135 alias c_gtk_window_set_interactive_debugging gtk_window_set_interactive_debugging;
15136 alias c_gtk_window_activate_default gtk_window_activate_default;
15137 alias c_gtk_window_activate_focus gtk_window_activate_focus;
15138 alias c_gtk_window_activate_key gtk_window_activate_key;
15139 alias c_gtk_window_add_accel_group gtk_window_add_accel_group;
15140 alias c_gtk_window_add_mnemonic gtk_window_add_mnemonic;
15141 alias c_gtk_window_begin_move_drag gtk_window_begin_move_drag;
15142 alias c_gtk_window_begin_resize_drag gtk_window_begin_resize_drag;
15143 alias c_gtk_window_close gtk_window_close;
15144 alias c_gtk_window_deiconify gtk_window_deiconify;
15145 alias c_gtk_window_fullscreen gtk_window_fullscreen;
15146 alias c_gtk_window_fullscreen_on_monitor gtk_window_fullscreen_on_monitor;
15147 alias c_gtk_window_get_accept_focus gtk_window_get_accept_focus;
15148 alias c_gtk_window_get_application gtk_window_get_application;
15149 alias c_gtk_window_get_attached_to gtk_window_get_attached_to;
15150 alias c_gtk_window_get_decorated gtk_window_get_decorated;
15151 alias c_gtk_window_get_default_size gtk_window_get_default_size;
15152 alias c_gtk_window_get_default_widget gtk_window_get_default_widget;
15153 alias c_gtk_window_get_deletable gtk_window_get_deletable;
15154 alias c_gtk_window_get_destroy_with_parent gtk_window_get_destroy_with_parent;
15155 alias c_gtk_window_get_focus gtk_window_get_focus;
15156 alias c_gtk_window_get_focus_on_map gtk_window_get_focus_on_map;
15157 alias c_gtk_window_get_focus_visible gtk_window_get_focus_visible;
15158 alias c_gtk_window_get_gravity gtk_window_get_gravity;
15159 alias c_gtk_window_get_group gtk_window_get_group;
15160 alias c_gtk_window_get_has_resize_grip gtk_window_get_has_resize_grip;
15161 alias c_gtk_window_get_hide_titlebar_when_maximized gtk_window_get_hide_titlebar_when_maximized;
15162 alias c_gtk_window_get_icon gtk_window_get_icon;
15163 alias c_gtk_window_get_icon_list gtk_window_get_icon_list;
15164 alias c_gtk_window_get_icon_name gtk_window_get_icon_name;
15165 alias c_gtk_window_get_mnemonic_modifier gtk_window_get_mnemonic_modifier;
15166 alias c_gtk_window_get_mnemonics_visible gtk_window_get_mnemonics_visible;
15167 alias c_gtk_window_get_modal gtk_window_get_modal;
15168 alias c_gtk_window_get_opacity gtk_window_get_opacity;
15169 alias c_gtk_window_get_position gtk_window_get_position;
15170 alias c_gtk_window_get_resizable gtk_window_get_resizable;
15171 alias c_gtk_window_get_resize_grip_area gtk_window_get_resize_grip_area;
15172 alias c_gtk_window_get_role gtk_window_get_role;
15173 alias c_gtk_window_get_screen gtk_window_get_screen;
15174 alias c_gtk_window_get_size gtk_window_get_size;
15175 alias c_gtk_window_get_skip_pager_hint gtk_window_get_skip_pager_hint;
15176 alias c_gtk_window_get_skip_taskbar_hint gtk_window_get_skip_taskbar_hint;
15177 alias c_gtk_window_get_title gtk_window_get_title;
15178 alias c_gtk_window_get_titlebar gtk_window_get_titlebar;
15179 alias c_gtk_window_get_transient_for gtk_window_get_transient_for;
15180 alias c_gtk_window_get_type_hint gtk_window_get_type_hint;
15181 alias c_gtk_window_get_urgency_hint gtk_window_get_urgency_hint;
15182 alias c_gtk_window_get_window_type gtk_window_get_window_type;
15183 alias c_gtk_window_has_group gtk_window_has_group;
15184 alias c_gtk_window_has_toplevel_focus gtk_window_has_toplevel_focus;
15185 alias c_gtk_window_iconify gtk_window_iconify;
15186 alias c_gtk_window_is_active gtk_window_is_active;
15187 alias c_gtk_window_is_maximized gtk_window_is_maximized;
15188 alias c_gtk_window_maximize gtk_window_maximize;
15189 alias c_gtk_window_mnemonic_activate gtk_window_mnemonic_activate;
15190 alias c_gtk_window_move gtk_window_move;
15191 alias c_gtk_window_parse_geometry gtk_window_parse_geometry;
15192 alias c_gtk_window_present gtk_window_present;
15193 alias c_gtk_window_present_with_time gtk_window_present_with_time;
15194 alias c_gtk_window_propagate_key_event gtk_window_propagate_key_event;
15195 alias c_gtk_window_remove_accel_group gtk_window_remove_accel_group;
15196 alias c_gtk_window_remove_mnemonic gtk_window_remove_mnemonic;
15197 alias c_gtk_window_reshow_with_initial_size gtk_window_reshow_with_initial_size;
15198 alias c_gtk_window_resize gtk_window_resize;
15199 alias c_gtk_window_resize_grip_is_visible gtk_window_resize_grip_is_visible;
15200 alias c_gtk_window_resize_to_geometry gtk_window_resize_to_geometry;
15201 alias c_gtk_window_set_accept_focus gtk_window_set_accept_focus;
15202 alias c_gtk_window_set_application gtk_window_set_application;
15203 alias c_gtk_window_set_attached_to gtk_window_set_attached_to;
15204 alias c_gtk_window_set_decorated gtk_window_set_decorated;
15205 alias c_gtk_window_set_default gtk_window_set_default;
15206 alias c_gtk_window_set_default_geometry gtk_window_set_default_geometry;
15207 alias c_gtk_window_set_default_size gtk_window_set_default_size;
15208 alias c_gtk_window_set_deletable gtk_window_set_deletable;
15209 alias c_gtk_window_set_destroy_with_parent gtk_window_set_destroy_with_parent;
15210 alias c_gtk_window_set_focus gtk_window_set_focus;
15211 alias c_gtk_window_set_focus_on_map gtk_window_set_focus_on_map;
15212 alias c_gtk_window_set_focus_visible gtk_window_set_focus_visible;
15213 alias c_gtk_window_set_geometry_hints gtk_window_set_geometry_hints;
15214 alias c_gtk_window_set_gravity gtk_window_set_gravity;
15215 alias c_gtk_window_set_has_resize_grip gtk_window_set_has_resize_grip;
15216 alias c_gtk_window_set_has_user_ref_count gtk_window_set_has_user_ref_count;
15217 alias c_gtk_window_set_hide_titlebar_when_maximized gtk_window_set_hide_titlebar_when_maximized;
15218 alias c_gtk_window_set_icon gtk_window_set_icon;
15219 alias c_gtk_window_set_icon_from_file gtk_window_set_icon_from_file;
15220 alias c_gtk_window_set_icon_list gtk_window_set_icon_list;
15221 alias c_gtk_window_set_icon_name gtk_window_set_icon_name;
15222 alias c_gtk_window_set_keep_above gtk_window_set_keep_above;
15223 alias c_gtk_window_set_keep_below gtk_window_set_keep_below;
15224 alias c_gtk_window_set_mnemonic_modifier gtk_window_set_mnemonic_modifier;
15225 alias c_gtk_window_set_mnemonics_visible gtk_window_set_mnemonics_visible;
15226 alias c_gtk_window_set_modal gtk_window_set_modal;
15227 alias c_gtk_window_set_opacity gtk_window_set_opacity;
15228 alias c_gtk_window_set_position gtk_window_set_position;
15229 alias c_gtk_window_set_resizable gtk_window_set_resizable;
15230 alias c_gtk_window_set_role gtk_window_set_role;
15231 alias c_gtk_window_set_screen gtk_window_set_screen;
15232 alias c_gtk_window_set_skip_pager_hint gtk_window_set_skip_pager_hint;
15233 alias c_gtk_window_set_skip_taskbar_hint gtk_window_set_skip_taskbar_hint;
15234 alias c_gtk_window_set_startup_id gtk_window_set_startup_id;
15235 alias c_gtk_window_set_title gtk_window_set_title;
15236 alias c_gtk_window_set_titlebar gtk_window_set_titlebar;
15237 alias c_gtk_window_set_transient_for gtk_window_set_transient_for;
15238 alias c_gtk_window_set_type_hint gtk_window_set_type_hint;
15239 alias c_gtk_window_set_urgency_hint gtk_window_set_urgency_hint;
15240 alias c_gtk_window_set_wmclass gtk_window_set_wmclass;
15241 alias c_gtk_window_stick gtk_window_stick;
15242 alias c_gtk_window_unfullscreen gtk_window_unfullscreen;
15243 alias c_gtk_window_unmaximize gtk_window_unmaximize;
15244 alias c_gtk_window_unstick gtk_window_unstick;
15245 
15246 // gtk.WindowAccessible
15247 
15248 alias c_gtk_window_accessible_get_type gtk_window_accessible_get_type;
15249 
15250 // gtk.WindowGroup
15251 
15252 alias c_gtk_window_group_get_type gtk_window_group_get_type;
15253 alias c_gtk_window_group_new gtk_window_group_new;
15254 alias c_gtk_window_group_add_window gtk_window_group_add_window;
15255 alias c_gtk_window_group_get_current_device_grab gtk_window_group_get_current_device_grab;
15256 alias c_gtk_window_group_get_current_grab gtk_window_group_get_current_grab;
15257 alias c_gtk_window_group_list_windows gtk_window_group_list_windows;
15258 alias c_gtk_window_group_remove_window gtk_window_group_remove_window;
15259 
15260 // gtk.Main
15261 
15262 alias c_gtk_device_grab_add gtk_device_grab_add;
15263 alias c_gtk_device_grab_remove gtk_device_grab_remove;
15264 alias c_gtk_disable_setlocale gtk_disable_setlocale;
15265 alias c_gtk_events_pending gtk_events_pending;
15266 alias c_gtk_get_current_event gtk_get_current_event;
15267 alias c_gtk_get_current_event_device gtk_get_current_event_device;
15268 alias c_gtk_get_current_event_state gtk_get_current_event_state;
15269 alias c_gtk_get_current_event_time gtk_get_current_event_time;
15270 alias c_gtk_get_debug_flags gtk_get_debug_flags;
15271 alias c_gtk_get_default_language gtk_get_default_language;
15272 alias c_gtk_get_event_widget gtk_get_event_widget;
15273 alias c_gtk_get_locale_direction gtk_get_locale_direction;
15274 alias c_gtk_get_option_group gtk_get_option_group;
15275 alias c_gtk_grab_get_current gtk_grab_get_current;
15276 alias c_gtk_init gtk_init;
15277 alias c_gtk_init_check gtk_init_check;
15278 alias c_gtk_init_with_args gtk_init_with_args;
15279 alias c_gtk_key_snooper_install gtk_key_snooper_install;
15280 alias c_gtk_key_snooper_remove gtk_key_snooper_remove;
15281 alias c_gtk_main gtk_main;
15282 alias c_gtk_main_do_event gtk_main_do_event;
15283 alias c_gtk_main_iteration gtk_main_iteration;
15284 alias c_gtk_main_iteration_do gtk_main_iteration_do;
15285 alias c_gtk_main_level gtk_main_level;
15286 alias c_gtk_main_quit gtk_main_quit;
15287 alias c_gtk_parse_args gtk_parse_args;
15288 alias c_gtk_propagate_event gtk_propagate_event;
15289 alias c_gtk_set_debug_flags gtk_set_debug_flags;
15290 
15291 // gtk.Testing
15292 
15293 alias c_gtk_test_create_simple_window gtk_test_create_simple_window;
15294 alias c_gtk_test_create_widget gtk_test_create_widget;
15295 alias c_gtk_test_display_button_window gtk_test_display_button_window;
15296 alias c_gtk_test_find_label gtk_test_find_label;
15297 alias c_gtk_test_find_sibling gtk_test_find_sibling;
15298 alias c_gtk_test_find_widget gtk_test_find_widget;
15299 alias c_gtk_test_init gtk_test_init;
15300 alias c_gtk_test_list_all_types gtk_test_list_all_types;
15301 alias c_gtk_test_register_all_types gtk_test_register_all_types;
15302 alias c_gtk_test_slider_get_value gtk_test_slider_get_value;
15303 alias c_gtk_test_slider_set_perc gtk_test_slider_set_perc;
15304 alias c_gtk_test_spin_button_click gtk_test_spin_button_click;
15305 alias c_gtk_test_text_get gtk_test_text_get;
15306 alias c_gtk_test_text_set gtk_test_text_set;
15307 alias c_gtk_test_widget_click gtk_test_widget_click;
15308 alias c_gtk_test_widget_send_key gtk_test_widget_send_key;
15309 alias c_gtk_test_widget_wait_for_draw gtk_test_widget_wait_for_draw;
15310 
15311 // gtk.DragAndDrop
15312 
15313 alias c_gtk_drag_cancel gtk_drag_cancel;
15314 alias c_gtk_drag_finish gtk_drag_finish;
15315 alias c_gtk_drag_get_source_widget gtk_drag_get_source_widget;
15316 alias c_gtk_drag_set_icon_default gtk_drag_set_icon_default;
15317 alias c_gtk_drag_set_icon_gicon gtk_drag_set_icon_gicon;
15318 alias c_gtk_drag_set_icon_name gtk_drag_set_icon_name;
15319 alias c_gtk_drag_set_icon_pixbuf gtk_drag_set_icon_pixbuf;
15320 alias c_gtk_drag_set_icon_stock gtk_drag_set_icon_stock;
15321 alias c_gtk_drag_set_icon_surface gtk_drag_set_icon_surface;
15322 alias c_gtk_drag_set_icon_widget gtk_drag_set_icon_widget;
15323 alias c_gtk_draw_insertion_cursor gtk_draw_insertion_cursor;
15324 
15325 // gtk.IconSize
15326 
15327 alias c_gtk_icon_size_from_name gtk_icon_size_from_name;
15328 alias c_gtk_icon_size_get_name gtk_icon_size_get_name;
15329 alias c_gtk_icon_size_lookup gtk_icon_size_lookup;
15330 alias c_gtk_icon_size_lookup_for_settings gtk_icon_size_lookup_for_settings;
15331 alias c_gtk_icon_size_register gtk_icon_size_register;
15332 alias c_gtk_icon_size_register_alias gtk_icon_size_register_alias;
15333 
15334 // gtk.Version
15335 
15336 alias c_gtk_check_version gtk_check_version;
15337 alias c_gtk_get_binary_age gtk_get_binary_age;
15338 alias c_gtk_get_interface_age gtk_get_interface_age;
15339 alias c_gtk_get_major_version gtk_get_major_version;
15340 alias c_gtk_get_micro_version gtk_get_micro_version;
15341 alias c_gtk_get_minor_version gtk_get_minor_version;