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_id, "gtk_application_window_get_id", LIBRARY.GTK);
344 	Linker.link(gtk_application_window_get_show_menubar, "gtk_application_window_get_show_menubar", LIBRARY.GTK);
345 	Linker.link(gtk_application_window_set_show_menubar, "gtk_application_window_set_show_menubar", LIBRARY.GTK);
346 
347 	// gtk.Arrow
348 
349 	Linker.link(gtk_arrow_get_type, "gtk_arrow_get_type", LIBRARY.GTK);
350 	Linker.link(gtk_arrow_new, "gtk_arrow_new", LIBRARY.GTK);
351 	Linker.link(gtk_arrow_set, "gtk_arrow_set", LIBRARY.GTK);
352 
353 	// gtk.ArrowAccessible
354 
355 	Linker.link(gtk_arrow_accessible_get_type, "gtk_arrow_accessible_get_type", LIBRARY.GTK);
356 
357 	// gtk.AspectFrame
358 
359 	Linker.link(gtk_aspect_frame_get_type, "gtk_aspect_frame_get_type", LIBRARY.GTK);
360 	Linker.link(gtk_aspect_frame_new, "gtk_aspect_frame_new", LIBRARY.GTK);
361 	Linker.link(gtk_aspect_frame_set, "gtk_aspect_frame_set", LIBRARY.GTK);
362 
363 	// gtk.Assistant
364 
365 	Linker.link(gtk_assistant_get_type, "gtk_assistant_get_type", LIBRARY.GTK);
366 	Linker.link(gtk_assistant_new, "gtk_assistant_new", LIBRARY.GTK);
367 	Linker.link(gtk_assistant_add_action_widget, "gtk_assistant_add_action_widget", LIBRARY.GTK);
368 	Linker.link(gtk_assistant_append_page, "gtk_assistant_append_page", LIBRARY.GTK);
369 	Linker.link(gtk_assistant_commit, "gtk_assistant_commit", LIBRARY.GTK);
370 	Linker.link(gtk_assistant_get_current_page, "gtk_assistant_get_current_page", LIBRARY.GTK);
371 	Linker.link(gtk_assistant_get_n_pages, "gtk_assistant_get_n_pages", LIBRARY.GTK);
372 	Linker.link(gtk_assistant_get_nth_page, "gtk_assistant_get_nth_page", LIBRARY.GTK);
373 	Linker.link(gtk_assistant_get_page_complete, "gtk_assistant_get_page_complete", LIBRARY.GTK);
374 	Linker.link(gtk_assistant_get_page_header_image, "gtk_assistant_get_page_header_image", LIBRARY.GTK);
375 	Linker.link(gtk_assistant_get_page_side_image, "gtk_assistant_get_page_side_image", LIBRARY.GTK);
376 	Linker.link(gtk_assistant_get_page_title, "gtk_assistant_get_page_title", LIBRARY.GTK);
377 	Linker.link(gtk_assistant_get_page_type, "gtk_assistant_get_page_type", LIBRARY.GTK);
378 	Linker.link(gtk_assistant_insert_page, "gtk_assistant_insert_page", LIBRARY.GTK);
379 	Linker.link(gtk_assistant_next_page, "gtk_assistant_next_page", LIBRARY.GTK);
380 	Linker.link(gtk_assistant_prepend_page, "gtk_assistant_prepend_page", LIBRARY.GTK);
381 	Linker.link(gtk_assistant_previous_page, "gtk_assistant_previous_page", LIBRARY.GTK);
382 	Linker.link(gtk_assistant_remove_action_widget, "gtk_assistant_remove_action_widget", LIBRARY.GTK);
383 	Linker.link(gtk_assistant_remove_page, "gtk_assistant_remove_page", LIBRARY.GTK);
384 	Linker.link(gtk_assistant_set_current_page, "gtk_assistant_set_current_page", LIBRARY.GTK);
385 	Linker.link(gtk_assistant_set_forward_page_func, "gtk_assistant_set_forward_page_func", LIBRARY.GTK);
386 	Linker.link(gtk_assistant_set_page_complete, "gtk_assistant_set_page_complete", LIBRARY.GTK);
387 	Linker.link(gtk_assistant_set_page_header_image, "gtk_assistant_set_page_header_image", LIBRARY.GTK);
388 	Linker.link(gtk_assistant_set_page_side_image, "gtk_assistant_set_page_side_image", LIBRARY.GTK);
389 	Linker.link(gtk_assistant_set_page_title, "gtk_assistant_set_page_title", LIBRARY.GTK);
390 	Linker.link(gtk_assistant_set_page_type, "gtk_assistant_set_page_type", LIBRARY.GTK);
391 	Linker.link(gtk_assistant_update_buttons_state, "gtk_assistant_update_buttons_state", LIBRARY.GTK);
392 
393 	// gtk.Bin
394 
395 	Linker.link(gtk_bin_get_type, "gtk_bin_get_type", LIBRARY.GTK);
396 	Linker.link(gtk_bin_get_child, "gtk_bin_get_child", LIBRARY.GTK);
397 
398 	// gtk.BindingEntry
399 
400 	Linker.link(gtk_binding_entry_add_signal, "gtk_binding_entry_add_signal", LIBRARY.GTK);
401 	Linker.link(gtk_binding_entry_add_signal_from_string, "gtk_binding_entry_add_signal_from_string", LIBRARY.GTK);
402 	Linker.link(gtk_binding_entry_add_signall, "gtk_binding_entry_add_signall", LIBRARY.GTK);
403 	Linker.link(gtk_binding_entry_remove, "gtk_binding_entry_remove", LIBRARY.GTK);
404 	Linker.link(gtk_binding_entry_skip, "gtk_binding_entry_skip", LIBRARY.GTK);
405 
406 	// gtk.BindingSet
407 
408 	Linker.link(gtk_binding_set_activate, "gtk_binding_set_activate", LIBRARY.GTK);
409 	Linker.link(gtk_binding_set_add_path, "gtk_binding_set_add_path", LIBRARY.GTK);
410 	Linker.link(gtk_binding_set_by_class, "gtk_binding_set_by_class", LIBRARY.GTK);
411 	Linker.link(gtk_binding_set_find, "gtk_binding_set_find", LIBRARY.GTK);
412 	Linker.link(gtk_binding_set_new, "gtk_binding_set_new", LIBRARY.GTK);
413 	Linker.link(gtk_bindings_activate, "gtk_bindings_activate", LIBRARY.GTK);
414 	Linker.link(gtk_bindings_activate_event, "gtk_bindings_activate_event", LIBRARY.GTK);
415 
416 	// gtk.BooleanCellAccessible
417 
418 	Linker.link(gtk_boolean_cell_accessible_get_type, "gtk_boolean_cell_accessible_get_type", LIBRARY.GTK);
419 
420 	// gtk.Border
421 
422 	Linker.link(gtk_border_get_type, "gtk_border_get_type", LIBRARY.GTK);
423 	Linker.link(gtk_border_new, "gtk_border_new", LIBRARY.GTK);
424 	Linker.link(gtk_border_copy, "gtk_border_copy", LIBRARY.GTK);
425 	Linker.link(gtk_border_free, "gtk_border_free", LIBRARY.GTK);
426 
427 	// gtk.Box
428 
429 	Linker.link(gtk_box_get_type, "gtk_box_get_type", LIBRARY.GTK);
430 	Linker.link(gtk_box_new, "gtk_box_new", LIBRARY.GTK);
431 	Linker.link(gtk_box_get_baseline_position, "gtk_box_get_baseline_position", LIBRARY.GTK);
432 	Linker.link(gtk_box_get_center_widget, "gtk_box_get_center_widget", LIBRARY.GTK);
433 	Linker.link(gtk_box_get_homogeneous, "gtk_box_get_homogeneous", LIBRARY.GTK);
434 	Linker.link(gtk_box_get_spacing, "gtk_box_get_spacing", LIBRARY.GTK);
435 	Linker.link(gtk_box_pack_end, "gtk_box_pack_end", LIBRARY.GTK);
436 	Linker.link(gtk_box_pack_start, "gtk_box_pack_start", LIBRARY.GTK);
437 	Linker.link(gtk_box_query_child_packing, "gtk_box_query_child_packing", LIBRARY.GTK);
438 	Linker.link(gtk_box_reorder_child, "gtk_box_reorder_child", LIBRARY.GTK);
439 	Linker.link(gtk_box_set_baseline_position, "gtk_box_set_baseline_position", LIBRARY.GTK);
440 	Linker.link(gtk_box_set_center_widget, "gtk_box_set_center_widget", LIBRARY.GTK);
441 	Linker.link(gtk_box_set_child_packing, "gtk_box_set_child_packing", LIBRARY.GTK);
442 	Linker.link(gtk_box_set_homogeneous, "gtk_box_set_homogeneous", LIBRARY.GTK);
443 	Linker.link(gtk_box_set_spacing, "gtk_box_set_spacing", LIBRARY.GTK);
444 
445 	// gtk.Buildable
446 
447 	Linker.link(gtk_buildable_get_type, "gtk_buildable_get_type", LIBRARY.GTK);
448 	Linker.link(gtk_buildable_add_child, "gtk_buildable_add_child", LIBRARY.GTK);
449 	Linker.link(gtk_buildable_construct_child, "gtk_buildable_construct_child", LIBRARY.GTK);
450 	Linker.link(gtk_buildable_custom_finished, "gtk_buildable_custom_finished", LIBRARY.GTK);
451 	Linker.link(gtk_buildable_custom_tag_end, "gtk_buildable_custom_tag_end", LIBRARY.GTK);
452 	Linker.link(gtk_buildable_custom_tag_start, "gtk_buildable_custom_tag_start", LIBRARY.GTK);
453 	Linker.link(gtk_buildable_get_internal_child, "gtk_buildable_get_internal_child", LIBRARY.GTK);
454 	Linker.link(gtk_buildable_get_name, "gtk_buildable_get_name", LIBRARY.GTK);
455 	Linker.link(gtk_buildable_parser_finished, "gtk_buildable_parser_finished", LIBRARY.GTK);
456 	Linker.link(gtk_buildable_set_buildable_property, "gtk_buildable_set_buildable_property", LIBRARY.GTK);
457 	Linker.link(gtk_buildable_set_name, "gtk_buildable_set_name", LIBRARY.GTK);
458 
459 	// gtk.Builder
460 
461 	Linker.link(gtk_builder_get_type, "gtk_builder_get_type", LIBRARY.GTK);
462 	Linker.link(gtk_builder_new, "gtk_builder_new", LIBRARY.GTK);
463 	Linker.link(gtk_builder_new_from_file, "gtk_builder_new_from_file", LIBRARY.GTK);
464 	Linker.link(gtk_builder_new_from_resource, "gtk_builder_new_from_resource", LIBRARY.GTK);
465 	Linker.link(gtk_builder_new_from_string, "gtk_builder_new_from_string", LIBRARY.GTK);
466 	Linker.link(gtk_builder_add_callback_symbol, "gtk_builder_add_callback_symbol", LIBRARY.GTK);
467 	Linker.link(gtk_builder_add_callback_symbols, "gtk_builder_add_callback_symbols", LIBRARY.GTK);
468 	Linker.link(gtk_builder_add_from_file, "gtk_builder_add_from_file", LIBRARY.GTK);
469 	Linker.link(gtk_builder_add_from_resource, "gtk_builder_add_from_resource", LIBRARY.GTK);
470 	Linker.link(gtk_builder_add_from_string, "gtk_builder_add_from_string", LIBRARY.GTK);
471 	Linker.link(gtk_builder_add_objects_from_file, "gtk_builder_add_objects_from_file", LIBRARY.GTK);
472 	Linker.link(gtk_builder_add_objects_from_resource, "gtk_builder_add_objects_from_resource", LIBRARY.GTK);
473 	Linker.link(gtk_builder_add_objects_from_string, "gtk_builder_add_objects_from_string", LIBRARY.GTK);
474 	Linker.link(gtk_builder_connect_signals, "gtk_builder_connect_signals", LIBRARY.GTK);
475 	Linker.link(gtk_builder_connect_signals_full, "gtk_builder_connect_signals_full", LIBRARY.GTK);
476 	Linker.link(gtk_builder_expose_object, "gtk_builder_expose_object", LIBRARY.GTK);
477 	Linker.link(gtk_builder_get_application, "gtk_builder_get_application", LIBRARY.GTK);
478 	Linker.link(gtk_builder_get_object, "gtk_builder_get_object", LIBRARY.GTK);
479 	Linker.link(gtk_builder_get_objects, "gtk_builder_get_objects", LIBRARY.GTK);
480 	Linker.link(gtk_builder_get_translation_domain, "gtk_builder_get_translation_domain", LIBRARY.GTK);
481 	Linker.link(gtk_builder_get_type_from_name, "gtk_builder_get_type_from_name", LIBRARY.GTK);
482 	Linker.link(gtk_builder_lookup_callback_symbol, "gtk_builder_lookup_callback_symbol", LIBRARY.GTK);
483 	Linker.link(gtk_builder_set_application, "gtk_builder_set_application", LIBRARY.GTK);
484 	Linker.link(gtk_builder_set_translation_domain, "gtk_builder_set_translation_domain", LIBRARY.GTK);
485 	Linker.link(gtk_builder_value_from_string, "gtk_builder_value_from_string", LIBRARY.GTK);
486 	Linker.link(gtk_builder_value_from_string_type, "gtk_builder_value_from_string_type", LIBRARY.GTK);
487 
488 	// gtk.Button
489 
490 	Linker.link(gtk_button_get_type, "gtk_button_get_type", LIBRARY.GTK);
491 	Linker.link(gtk_button_new, "gtk_button_new", LIBRARY.GTK);
492 	Linker.link(gtk_button_new_from_icon_name, "gtk_button_new_from_icon_name", LIBRARY.GTK);
493 	Linker.link(gtk_button_new_from_stock, "gtk_button_new_from_stock", LIBRARY.GTK);
494 	Linker.link(gtk_button_new_with_label, "gtk_button_new_with_label", LIBRARY.GTK);
495 	Linker.link(gtk_button_new_with_mnemonic, "gtk_button_new_with_mnemonic", LIBRARY.GTK);
496 	Linker.link(gtk_button_clicked, "gtk_button_clicked", LIBRARY.GTK);
497 	Linker.link(gtk_button_enter, "gtk_button_enter", LIBRARY.GTK);
498 	Linker.link(gtk_button_get_alignment, "gtk_button_get_alignment", LIBRARY.GTK);
499 	Linker.link(gtk_button_get_always_show_image, "gtk_button_get_always_show_image", LIBRARY.GTK);
500 	Linker.link(gtk_button_get_event_window, "gtk_button_get_event_window", LIBRARY.GTK);
501 	Linker.link(gtk_button_get_focus_on_click, "gtk_button_get_focus_on_click", LIBRARY.GTK);
502 	Linker.link(gtk_button_get_image, "gtk_button_get_image", LIBRARY.GTK);
503 	Linker.link(gtk_button_get_image_position, "gtk_button_get_image_position", LIBRARY.GTK);
504 	Linker.link(gtk_button_get_label, "gtk_button_get_label", LIBRARY.GTK);
505 	Linker.link(gtk_button_get_relief, "gtk_button_get_relief", LIBRARY.GTK);
506 	Linker.link(gtk_button_get_use_stock, "gtk_button_get_use_stock", LIBRARY.GTK);
507 	Linker.link(gtk_button_get_use_underline, "gtk_button_get_use_underline", LIBRARY.GTK);
508 	Linker.link(gtk_button_leave, "gtk_button_leave", LIBRARY.GTK);
509 	Linker.link(gtk_button_pressed, "gtk_button_pressed", LIBRARY.GTK);
510 	Linker.link(gtk_button_released, "gtk_button_released", LIBRARY.GTK);
511 	Linker.link(gtk_button_set_alignment, "gtk_button_set_alignment", LIBRARY.GTK);
512 	Linker.link(gtk_button_set_always_show_image, "gtk_button_set_always_show_image", LIBRARY.GTK);
513 	Linker.link(gtk_button_set_focus_on_click, "gtk_button_set_focus_on_click", LIBRARY.GTK);
514 	Linker.link(gtk_button_set_image, "gtk_button_set_image", LIBRARY.GTK);
515 	Linker.link(gtk_button_set_image_position, "gtk_button_set_image_position", LIBRARY.GTK);
516 	Linker.link(gtk_button_set_label, "gtk_button_set_label", LIBRARY.GTK);
517 	Linker.link(gtk_button_set_relief, "gtk_button_set_relief", LIBRARY.GTK);
518 	Linker.link(gtk_button_set_use_stock, "gtk_button_set_use_stock", LIBRARY.GTK);
519 	Linker.link(gtk_button_set_use_underline, "gtk_button_set_use_underline", LIBRARY.GTK);
520 
521 	// gtk.ButtonAccessible
522 
523 	Linker.link(gtk_button_accessible_get_type, "gtk_button_accessible_get_type", LIBRARY.GTK);
524 
525 	// gtk.ButtonBox
526 
527 	Linker.link(gtk_button_box_get_type, "gtk_button_box_get_type", LIBRARY.GTK);
528 	Linker.link(gtk_button_box_new, "gtk_button_box_new", LIBRARY.GTK);
529 	Linker.link(gtk_button_box_get_child_non_homogeneous, "gtk_button_box_get_child_non_homogeneous", LIBRARY.GTK);
530 	Linker.link(gtk_button_box_get_child_secondary, "gtk_button_box_get_child_secondary", LIBRARY.GTK);
531 	Linker.link(gtk_button_box_get_layout, "gtk_button_box_get_layout", LIBRARY.GTK);
532 	Linker.link(gtk_button_box_set_child_non_homogeneous, "gtk_button_box_set_child_non_homogeneous", LIBRARY.GTK);
533 	Linker.link(gtk_button_box_set_child_secondary, "gtk_button_box_set_child_secondary", LIBRARY.GTK);
534 	Linker.link(gtk_button_box_set_layout, "gtk_button_box_set_layout", LIBRARY.GTK);
535 
536 	// gtk.Calendar
537 
538 	Linker.link(gtk_calendar_get_type, "gtk_calendar_get_type", LIBRARY.GTK);
539 	Linker.link(gtk_calendar_new, "gtk_calendar_new", LIBRARY.GTK);
540 	Linker.link(gtk_calendar_clear_marks, "gtk_calendar_clear_marks", LIBRARY.GTK);
541 	Linker.link(gtk_calendar_get_date, "gtk_calendar_get_date", LIBRARY.GTK);
542 	Linker.link(gtk_calendar_get_day_is_marked, "gtk_calendar_get_day_is_marked", LIBRARY.GTK);
543 	Linker.link(gtk_calendar_get_detail_height_rows, "gtk_calendar_get_detail_height_rows", LIBRARY.GTK);
544 	Linker.link(gtk_calendar_get_detail_width_chars, "gtk_calendar_get_detail_width_chars", LIBRARY.GTK);
545 	Linker.link(gtk_calendar_get_display_options, "gtk_calendar_get_display_options", LIBRARY.GTK);
546 	Linker.link(gtk_calendar_mark_day, "gtk_calendar_mark_day", LIBRARY.GTK);
547 	Linker.link(gtk_calendar_select_day, "gtk_calendar_select_day", LIBRARY.GTK);
548 	Linker.link(gtk_calendar_select_month, "gtk_calendar_select_month", LIBRARY.GTK);
549 	Linker.link(gtk_calendar_set_detail_func, "gtk_calendar_set_detail_func", LIBRARY.GTK);
550 	Linker.link(gtk_calendar_set_detail_height_rows, "gtk_calendar_set_detail_height_rows", LIBRARY.GTK);
551 	Linker.link(gtk_calendar_set_detail_width_chars, "gtk_calendar_set_detail_width_chars", LIBRARY.GTK);
552 	Linker.link(gtk_calendar_set_display_options, "gtk_calendar_set_display_options", LIBRARY.GTK);
553 	Linker.link(gtk_calendar_unmark_day, "gtk_calendar_unmark_day", LIBRARY.GTK);
554 
555 	// gtk.CellAccessible
556 
557 	Linker.link(gtk_cell_accessible_get_type, "gtk_cell_accessible_get_type", LIBRARY.GTK);
558 
559 	// gtk.CellAccessibleParent
560 
561 	Linker.link(gtk_cell_accessible_parent_get_type, "gtk_cell_accessible_parent_get_type", LIBRARY.GTK);
562 	Linker.link(gtk_cell_accessible_parent_activate, "gtk_cell_accessible_parent_activate", LIBRARY.GTK);
563 	Linker.link(gtk_cell_accessible_parent_edit, "gtk_cell_accessible_parent_edit", LIBRARY.GTK);
564 	Linker.link(gtk_cell_accessible_parent_expand_collapse, "gtk_cell_accessible_parent_expand_collapse", LIBRARY.GTK);
565 	Linker.link(gtk_cell_accessible_parent_get_cell_area, "gtk_cell_accessible_parent_get_cell_area", LIBRARY.GTK);
566 	Linker.link(gtk_cell_accessible_parent_get_cell_extents, "gtk_cell_accessible_parent_get_cell_extents", LIBRARY.GTK);
567 	Linker.link(gtk_cell_accessible_parent_get_child_index, "gtk_cell_accessible_parent_get_child_index", LIBRARY.GTK);
568 	Linker.link(gtk_cell_accessible_parent_get_renderer_state, "gtk_cell_accessible_parent_get_renderer_state", LIBRARY.GTK);
569 	Linker.link(gtk_cell_accessible_parent_grab_focus, "gtk_cell_accessible_parent_grab_focus", LIBRARY.GTK);
570 	Linker.link(gtk_cell_accessible_parent_update_relationset, "gtk_cell_accessible_parent_update_relationset", LIBRARY.GTK);
571 
572 	// gtk.CellArea
573 
574 	Linker.link(gtk_cell_area_get_type, "gtk_cell_area_get_type", LIBRARY.GTK);
575 	Linker.link(gtk_cell_area_activate, "gtk_cell_area_activate", LIBRARY.GTK);
576 	Linker.link(gtk_cell_area_activate_cell, "gtk_cell_area_activate_cell", LIBRARY.GTK);
577 	Linker.link(gtk_cell_area_add, "gtk_cell_area_add", LIBRARY.GTK);
578 	Linker.link(gtk_cell_area_add_focus_sibling, "gtk_cell_area_add_focus_sibling", LIBRARY.GTK);
579 	Linker.link(gtk_cell_area_add_with_properties, "gtk_cell_area_add_with_properties", LIBRARY.GTK);
580 	Linker.link(gtk_cell_area_apply_attributes, "gtk_cell_area_apply_attributes", LIBRARY.GTK);
581 	Linker.link(gtk_cell_area_attribute_connect, "gtk_cell_area_attribute_connect", LIBRARY.GTK);
582 	Linker.link(gtk_cell_area_attribute_disconnect, "gtk_cell_area_attribute_disconnect", LIBRARY.GTK);
583 	Linker.link(gtk_cell_area_attribute_get_column, "gtk_cell_area_attribute_get_column", LIBRARY.GTK);
584 	Linker.link(gtk_cell_area_cell_get, "gtk_cell_area_cell_get", LIBRARY.GTK);
585 	Linker.link(gtk_cell_area_cell_get_property, "gtk_cell_area_cell_get_property", LIBRARY.GTK);
586 	Linker.link(gtk_cell_area_cell_get_valist, "gtk_cell_area_cell_get_valist", LIBRARY.GTK);
587 	Linker.link(gtk_cell_area_cell_set, "gtk_cell_area_cell_set", LIBRARY.GTK);
588 	Linker.link(gtk_cell_area_cell_set_property, "gtk_cell_area_cell_set_property", LIBRARY.GTK);
589 	Linker.link(gtk_cell_area_cell_set_valist, "gtk_cell_area_cell_set_valist", LIBRARY.GTK);
590 	Linker.link(gtk_cell_area_copy_context, "gtk_cell_area_copy_context", LIBRARY.GTK);
591 	Linker.link(gtk_cell_area_create_context, "gtk_cell_area_create_context", LIBRARY.GTK);
592 	Linker.link(gtk_cell_area_event, "gtk_cell_area_event", LIBRARY.GTK);
593 	Linker.link(gtk_cell_area_focus, "gtk_cell_area_focus", LIBRARY.GTK);
594 	Linker.link(gtk_cell_area_foreach, "gtk_cell_area_foreach", LIBRARY.GTK);
595 	Linker.link(gtk_cell_area_foreach_alloc, "gtk_cell_area_foreach_alloc", LIBRARY.GTK);
596 	Linker.link(gtk_cell_area_get_cell_allocation, "gtk_cell_area_get_cell_allocation", LIBRARY.GTK);
597 	Linker.link(gtk_cell_area_get_cell_at_position, "gtk_cell_area_get_cell_at_position", LIBRARY.GTK);
598 	Linker.link(gtk_cell_area_get_current_path_string, "gtk_cell_area_get_current_path_string", LIBRARY.GTK);
599 	Linker.link(gtk_cell_area_get_edit_widget, "gtk_cell_area_get_edit_widget", LIBRARY.GTK);
600 	Linker.link(gtk_cell_area_get_edited_cell, "gtk_cell_area_get_edited_cell", LIBRARY.GTK);
601 	Linker.link(gtk_cell_area_get_focus_cell, "gtk_cell_area_get_focus_cell", LIBRARY.GTK);
602 	Linker.link(gtk_cell_area_get_focus_from_sibling, "gtk_cell_area_get_focus_from_sibling", LIBRARY.GTK);
603 	Linker.link(gtk_cell_area_get_focus_siblings, "gtk_cell_area_get_focus_siblings", LIBRARY.GTK);
604 	Linker.link(gtk_cell_area_get_preferred_height, "gtk_cell_area_get_preferred_height", LIBRARY.GTK);
605 	Linker.link(gtk_cell_area_get_preferred_height_for_width, "gtk_cell_area_get_preferred_height_for_width", LIBRARY.GTK);
606 	Linker.link(gtk_cell_area_get_preferred_width, "gtk_cell_area_get_preferred_width", LIBRARY.GTK);
607 	Linker.link(gtk_cell_area_get_preferred_width_for_height, "gtk_cell_area_get_preferred_width_for_height", LIBRARY.GTK);
608 	Linker.link(gtk_cell_area_get_request_mode, "gtk_cell_area_get_request_mode", LIBRARY.GTK);
609 	Linker.link(gtk_cell_area_has_renderer, "gtk_cell_area_has_renderer", LIBRARY.GTK);
610 	Linker.link(gtk_cell_area_inner_cell_area, "gtk_cell_area_inner_cell_area", LIBRARY.GTK);
611 	Linker.link(gtk_cell_area_is_activatable, "gtk_cell_area_is_activatable", LIBRARY.GTK);
612 	Linker.link(gtk_cell_area_is_focus_sibling, "gtk_cell_area_is_focus_sibling", LIBRARY.GTK);
613 	Linker.link(gtk_cell_area_remove, "gtk_cell_area_remove", LIBRARY.GTK);
614 	Linker.link(gtk_cell_area_remove_focus_sibling, "gtk_cell_area_remove_focus_sibling", LIBRARY.GTK);
615 	Linker.link(gtk_cell_area_render, "gtk_cell_area_render", LIBRARY.GTK);
616 	Linker.link(gtk_cell_area_request_renderer, "gtk_cell_area_request_renderer", LIBRARY.GTK);
617 	Linker.link(gtk_cell_area_set_focus_cell, "gtk_cell_area_set_focus_cell", LIBRARY.GTK);
618 	Linker.link(gtk_cell_area_stop_editing, "gtk_cell_area_stop_editing", LIBRARY.GTK);
619 
620 	// gtk.CellAreaBox
621 
622 	Linker.link(gtk_cell_area_box_get_type, "gtk_cell_area_box_get_type", LIBRARY.GTK);
623 	Linker.link(gtk_cell_area_box_new, "gtk_cell_area_box_new", LIBRARY.GTK);
624 	Linker.link(gtk_cell_area_box_get_spacing, "gtk_cell_area_box_get_spacing", LIBRARY.GTK);
625 	Linker.link(gtk_cell_area_box_pack_end, "gtk_cell_area_box_pack_end", LIBRARY.GTK);
626 	Linker.link(gtk_cell_area_box_pack_start, "gtk_cell_area_box_pack_start", LIBRARY.GTK);
627 	Linker.link(gtk_cell_area_box_set_spacing, "gtk_cell_area_box_set_spacing", LIBRARY.GTK);
628 
629 	// gtk.CellAreaClass
630 
631 	Linker.link(gtk_cell_area_class_find_cell_property, "gtk_cell_area_class_find_cell_property", LIBRARY.GTK);
632 	Linker.link(gtk_cell_area_class_install_cell_property, "gtk_cell_area_class_install_cell_property", LIBRARY.GTK);
633 	Linker.link(gtk_cell_area_class_list_cell_properties, "gtk_cell_area_class_list_cell_properties", LIBRARY.GTK);
634 
635 	// gtk.CellAreaContext
636 
637 	Linker.link(gtk_cell_area_context_get_type, "gtk_cell_area_context_get_type", LIBRARY.GTK);
638 	Linker.link(gtk_cell_area_context_allocate, "gtk_cell_area_context_allocate", LIBRARY.GTK);
639 	Linker.link(gtk_cell_area_context_get_allocation, "gtk_cell_area_context_get_allocation", LIBRARY.GTK);
640 	Linker.link(gtk_cell_area_context_get_area, "gtk_cell_area_context_get_area", LIBRARY.GTK);
641 	Linker.link(gtk_cell_area_context_get_preferred_height, "gtk_cell_area_context_get_preferred_height", LIBRARY.GTK);
642 	Linker.link(gtk_cell_area_context_get_preferred_height_for_width, "gtk_cell_area_context_get_preferred_height_for_width", LIBRARY.GTK);
643 	Linker.link(gtk_cell_area_context_get_preferred_width, "gtk_cell_area_context_get_preferred_width", LIBRARY.GTK);
644 	Linker.link(gtk_cell_area_context_get_preferred_width_for_height, "gtk_cell_area_context_get_preferred_width_for_height", LIBRARY.GTK);
645 	Linker.link(gtk_cell_area_context_push_preferred_height, "gtk_cell_area_context_push_preferred_height", LIBRARY.GTK);
646 	Linker.link(gtk_cell_area_context_push_preferred_width, "gtk_cell_area_context_push_preferred_width", LIBRARY.GTK);
647 	Linker.link(gtk_cell_area_context_reset, "gtk_cell_area_context_reset", LIBRARY.GTK);
648 
649 	// gtk.CellEditable
650 
651 	Linker.link(gtk_cell_editable_get_type, "gtk_cell_editable_get_type", LIBRARY.GTK);
652 	Linker.link(gtk_cell_editable_editing_done, "gtk_cell_editable_editing_done", LIBRARY.GTK);
653 	Linker.link(gtk_cell_editable_remove_widget, "gtk_cell_editable_remove_widget", LIBRARY.GTK);
654 	Linker.link(gtk_cell_editable_start_editing, "gtk_cell_editable_start_editing", LIBRARY.GTK);
655 
656 	// gtk.CellLayout
657 
658 	Linker.link(gtk_cell_layout_get_type, "gtk_cell_layout_get_type", LIBRARY.GTK);
659 	Linker.link(gtk_cell_layout_add_attribute, "gtk_cell_layout_add_attribute", LIBRARY.GTK);
660 	Linker.link(gtk_cell_layout_clear, "gtk_cell_layout_clear", LIBRARY.GTK);
661 	Linker.link(gtk_cell_layout_clear_attributes, "gtk_cell_layout_clear_attributes", LIBRARY.GTK);
662 	Linker.link(gtk_cell_layout_get_area, "gtk_cell_layout_get_area", LIBRARY.GTK);
663 	Linker.link(gtk_cell_layout_get_cells, "gtk_cell_layout_get_cells", LIBRARY.GTK);
664 	Linker.link(gtk_cell_layout_pack_end, "gtk_cell_layout_pack_end", LIBRARY.GTK);
665 	Linker.link(gtk_cell_layout_pack_start, "gtk_cell_layout_pack_start", LIBRARY.GTK);
666 	Linker.link(gtk_cell_layout_reorder, "gtk_cell_layout_reorder", LIBRARY.GTK);
667 	Linker.link(gtk_cell_layout_set_attributes, "gtk_cell_layout_set_attributes", LIBRARY.GTK);
668 	Linker.link(gtk_cell_layout_set_cell_data_func, "gtk_cell_layout_set_cell_data_func", LIBRARY.GTK);
669 
670 	// gtk.CellRenderer
671 
672 	Linker.link(gtk_cell_renderer_get_type, "gtk_cell_renderer_get_type", LIBRARY.GTK);
673 	Linker.link(gtk_cell_renderer_activate, "gtk_cell_renderer_activate", LIBRARY.GTK);
674 	Linker.link(gtk_cell_renderer_get_aligned_area, "gtk_cell_renderer_get_aligned_area", LIBRARY.GTK);
675 	Linker.link(gtk_cell_renderer_get_alignment, "gtk_cell_renderer_get_alignment", LIBRARY.GTK);
676 	Linker.link(gtk_cell_renderer_get_fixed_size, "gtk_cell_renderer_get_fixed_size", LIBRARY.GTK);
677 	Linker.link(gtk_cell_renderer_get_padding, "gtk_cell_renderer_get_padding", LIBRARY.GTK);
678 	Linker.link(gtk_cell_renderer_get_preferred_height, "gtk_cell_renderer_get_preferred_height", LIBRARY.GTK);
679 	Linker.link(gtk_cell_renderer_get_preferred_height_for_width, "gtk_cell_renderer_get_preferred_height_for_width", LIBRARY.GTK);
680 	Linker.link(gtk_cell_renderer_get_preferred_size, "gtk_cell_renderer_get_preferred_size", LIBRARY.GTK);
681 	Linker.link(gtk_cell_renderer_get_preferred_width, "gtk_cell_renderer_get_preferred_width", LIBRARY.GTK);
682 	Linker.link(gtk_cell_renderer_get_preferred_width_for_height, "gtk_cell_renderer_get_preferred_width_for_height", LIBRARY.GTK);
683 	Linker.link(gtk_cell_renderer_get_request_mode, "gtk_cell_renderer_get_request_mode", LIBRARY.GTK);
684 	Linker.link(gtk_cell_renderer_get_sensitive, "gtk_cell_renderer_get_sensitive", LIBRARY.GTK);
685 	Linker.link(gtk_cell_renderer_get_size, "gtk_cell_renderer_get_size", LIBRARY.GTK);
686 	Linker.link(gtk_cell_renderer_get_state, "gtk_cell_renderer_get_state", LIBRARY.GTK);
687 	Linker.link(gtk_cell_renderer_get_visible, "gtk_cell_renderer_get_visible", LIBRARY.GTK);
688 	Linker.link(gtk_cell_renderer_is_activatable, "gtk_cell_renderer_is_activatable", LIBRARY.GTK);
689 	Linker.link(gtk_cell_renderer_render, "gtk_cell_renderer_render", LIBRARY.GTK);
690 	Linker.link(gtk_cell_renderer_set_alignment, "gtk_cell_renderer_set_alignment", LIBRARY.GTK);
691 	Linker.link(gtk_cell_renderer_set_fixed_size, "gtk_cell_renderer_set_fixed_size", LIBRARY.GTK);
692 	Linker.link(gtk_cell_renderer_set_padding, "gtk_cell_renderer_set_padding", LIBRARY.GTK);
693 	Linker.link(gtk_cell_renderer_set_sensitive, "gtk_cell_renderer_set_sensitive", LIBRARY.GTK);
694 	Linker.link(gtk_cell_renderer_set_visible, "gtk_cell_renderer_set_visible", LIBRARY.GTK);
695 	Linker.link(gtk_cell_renderer_start_editing, "gtk_cell_renderer_start_editing", LIBRARY.GTK);
696 	Linker.link(gtk_cell_renderer_stop_editing, "gtk_cell_renderer_stop_editing", LIBRARY.GTK);
697 
698 	// gtk.CellRendererAccel
699 
700 	Linker.link(gtk_cell_renderer_accel_get_type, "gtk_cell_renderer_accel_get_type", LIBRARY.GTK);
701 	Linker.link(gtk_cell_renderer_accel_new, "gtk_cell_renderer_accel_new", LIBRARY.GTK);
702 
703 	// gtk.CellRendererClass
704 
705 	Linker.link(gtk_cell_renderer_class_set_accessible_type, "gtk_cell_renderer_class_set_accessible_type", LIBRARY.GTK);
706 
707 	// gtk.CellRendererCombo
708 
709 	Linker.link(gtk_cell_renderer_combo_get_type, "gtk_cell_renderer_combo_get_type", LIBRARY.GTK);
710 	Linker.link(gtk_cell_renderer_combo_new, "gtk_cell_renderer_combo_new", LIBRARY.GTK);
711 
712 	// gtk.CellRendererPixbuf
713 
714 	Linker.link(gtk_cell_renderer_pixbuf_get_type, "gtk_cell_renderer_pixbuf_get_type", LIBRARY.GTK);
715 	Linker.link(gtk_cell_renderer_pixbuf_new, "gtk_cell_renderer_pixbuf_new", LIBRARY.GTK);
716 
717 	// gtk.CellRendererProgress
718 
719 	Linker.link(gtk_cell_renderer_progress_get_type, "gtk_cell_renderer_progress_get_type", LIBRARY.GTK);
720 	Linker.link(gtk_cell_renderer_progress_new, "gtk_cell_renderer_progress_new", LIBRARY.GTK);
721 
722 	// gtk.CellRendererSpin
723 
724 	Linker.link(gtk_cell_renderer_spin_get_type, "gtk_cell_renderer_spin_get_type", LIBRARY.GTK);
725 	Linker.link(gtk_cell_renderer_spin_new, "gtk_cell_renderer_spin_new", LIBRARY.GTK);
726 
727 	// gtk.CellRendererSpinner
728 
729 	Linker.link(gtk_cell_renderer_spinner_get_type, "gtk_cell_renderer_spinner_get_type", LIBRARY.GTK);
730 	Linker.link(gtk_cell_renderer_spinner_new, "gtk_cell_renderer_spinner_new", LIBRARY.GTK);
731 
732 	// gtk.CellRendererText
733 
734 	Linker.link(gtk_cell_renderer_text_get_type, "gtk_cell_renderer_text_get_type", LIBRARY.GTK);
735 	Linker.link(gtk_cell_renderer_text_new, "gtk_cell_renderer_text_new", LIBRARY.GTK);
736 	Linker.link(gtk_cell_renderer_text_set_fixed_height_from_font, "gtk_cell_renderer_text_set_fixed_height_from_font", LIBRARY.GTK);
737 
738 	// gtk.CellRendererToggle
739 
740 	Linker.link(gtk_cell_renderer_toggle_get_type, "gtk_cell_renderer_toggle_get_type", LIBRARY.GTK);
741 	Linker.link(gtk_cell_renderer_toggle_new, "gtk_cell_renderer_toggle_new", LIBRARY.GTK);
742 	Linker.link(gtk_cell_renderer_toggle_get_activatable, "gtk_cell_renderer_toggle_get_activatable", LIBRARY.GTK);
743 	Linker.link(gtk_cell_renderer_toggle_get_active, "gtk_cell_renderer_toggle_get_active", LIBRARY.GTK);
744 	Linker.link(gtk_cell_renderer_toggle_get_radio, "gtk_cell_renderer_toggle_get_radio", LIBRARY.GTK);
745 	Linker.link(gtk_cell_renderer_toggle_set_activatable, "gtk_cell_renderer_toggle_set_activatable", LIBRARY.GTK);
746 	Linker.link(gtk_cell_renderer_toggle_set_active, "gtk_cell_renderer_toggle_set_active", LIBRARY.GTK);
747 	Linker.link(gtk_cell_renderer_toggle_set_radio, "gtk_cell_renderer_toggle_set_radio", LIBRARY.GTK);
748 
749 	// gtk.CellView
750 
751 	Linker.link(gtk_cell_view_get_type, "gtk_cell_view_get_type", LIBRARY.GTK);
752 	Linker.link(gtk_cell_view_new, "gtk_cell_view_new", LIBRARY.GTK);
753 	Linker.link(gtk_cell_view_new_with_context, "gtk_cell_view_new_with_context", LIBRARY.GTK);
754 	Linker.link(gtk_cell_view_new_with_markup, "gtk_cell_view_new_with_markup", LIBRARY.GTK);
755 	Linker.link(gtk_cell_view_new_with_pixbuf, "gtk_cell_view_new_with_pixbuf", LIBRARY.GTK);
756 	Linker.link(gtk_cell_view_new_with_text, "gtk_cell_view_new_with_text", LIBRARY.GTK);
757 	Linker.link(gtk_cell_view_get_displayed_row, "gtk_cell_view_get_displayed_row", LIBRARY.GTK);
758 	Linker.link(gtk_cell_view_get_draw_sensitive, "gtk_cell_view_get_draw_sensitive", LIBRARY.GTK);
759 	Linker.link(gtk_cell_view_get_fit_model, "gtk_cell_view_get_fit_model", LIBRARY.GTK);
760 	Linker.link(gtk_cell_view_get_model, "gtk_cell_view_get_model", LIBRARY.GTK);
761 	Linker.link(gtk_cell_view_get_size_of_row, "gtk_cell_view_get_size_of_row", LIBRARY.GTK);
762 	Linker.link(gtk_cell_view_set_background_color, "gtk_cell_view_set_background_color", LIBRARY.GTK);
763 	Linker.link(gtk_cell_view_set_background_rgba, "gtk_cell_view_set_background_rgba", LIBRARY.GTK);
764 	Linker.link(gtk_cell_view_set_displayed_row, "gtk_cell_view_set_displayed_row", LIBRARY.GTK);
765 	Linker.link(gtk_cell_view_set_draw_sensitive, "gtk_cell_view_set_draw_sensitive", LIBRARY.GTK);
766 	Linker.link(gtk_cell_view_set_fit_model, "gtk_cell_view_set_fit_model", LIBRARY.GTK);
767 	Linker.link(gtk_cell_view_set_model, "gtk_cell_view_set_model", LIBRARY.GTK);
768 
769 	// gtk.CheckButton
770 
771 	Linker.link(gtk_check_button_get_type, "gtk_check_button_get_type", LIBRARY.GTK);
772 	Linker.link(gtk_check_button_new, "gtk_check_button_new", LIBRARY.GTK);
773 	Linker.link(gtk_check_button_new_with_label, "gtk_check_button_new_with_label", LIBRARY.GTK);
774 	Linker.link(gtk_check_button_new_with_mnemonic, "gtk_check_button_new_with_mnemonic", LIBRARY.GTK);
775 
776 	// gtk.CheckMenuItem
777 
778 	Linker.link(gtk_check_menu_item_get_type, "gtk_check_menu_item_get_type", LIBRARY.GTK);
779 	Linker.link(gtk_check_menu_item_new, "gtk_check_menu_item_new", LIBRARY.GTK);
780 	Linker.link(gtk_check_menu_item_new_with_label, "gtk_check_menu_item_new_with_label", LIBRARY.GTK);
781 	Linker.link(gtk_check_menu_item_new_with_mnemonic, "gtk_check_menu_item_new_with_mnemonic", LIBRARY.GTK);
782 	Linker.link(gtk_check_menu_item_get_active, "gtk_check_menu_item_get_active", LIBRARY.GTK);
783 	Linker.link(gtk_check_menu_item_get_draw_as_radio, "gtk_check_menu_item_get_draw_as_radio", LIBRARY.GTK);
784 	Linker.link(gtk_check_menu_item_get_inconsistent, "gtk_check_menu_item_get_inconsistent", LIBRARY.GTK);
785 	Linker.link(gtk_check_menu_item_set_active, "gtk_check_menu_item_set_active", LIBRARY.GTK);
786 	Linker.link(gtk_check_menu_item_set_draw_as_radio, "gtk_check_menu_item_set_draw_as_radio", LIBRARY.GTK);
787 	Linker.link(gtk_check_menu_item_set_inconsistent, "gtk_check_menu_item_set_inconsistent", LIBRARY.GTK);
788 	Linker.link(gtk_check_menu_item_toggled, "gtk_check_menu_item_toggled", LIBRARY.GTK);
789 
790 	// gtk.CheckMenuItemAccessible
791 
792 	Linker.link(gtk_check_menu_item_accessible_get_type, "gtk_check_menu_item_accessible_get_type", LIBRARY.GTK);
793 
794 	// gtk.Clipboard
795 
796 	Linker.link(gtk_clipboard_get_type, "gtk_clipboard_get_type", LIBRARY.GTK);
797 	Linker.link(gtk_clipboard_get, "gtk_clipboard_get", LIBRARY.GTK);
798 	Linker.link(gtk_clipboard_get_for_display, "gtk_clipboard_get_for_display", LIBRARY.GTK);
799 	Linker.link(gtk_clipboard_clear, "gtk_clipboard_clear", LIBRARY.GTK);
800 	Linker.link(gtk_clipboard_get_display, "gtk_clipboard_get_display", LIBRARY.GTK);
801 	Linker.link(gtk_clipboard_get_owner, "gtk_clipboard_get_owner", LIBRARY.GTK);
802 	Linker.link(gtk_clipboard_request_contents, "gtk_clipboard_request_contents", LIBRARY.GTK);
803 	Linker.link(gtk_clipboard_request_image, "gtk_clipboard_request_image", LIBRARY.GTK);
804 	Linker.link(gtk_clipboard_request_rich_text, "gtk_clipboard_request_rich_text", LIBRARY.GTK);
805 	Linker.link(gtk_clipboard_request_targets, "gtk_clipboard_request_targets", LIBRARY.GTK);
806 	Linker.link(gtk_clipboard_request_text, "gtk_clipboard_request_text", LIBRARY.GTK);
807 	Linker.link(gtk_clipboard_request_uris, "gtk_clipboard_request_uris", LIBRARY.GTK);
808 	Linker.link(gtk_clipboard_set_can_store, "gtk_clipboard_set_can_store", LIBRARY.GTK);
809 	Linker.link(gtk_clipboard_set_image, "gtk_clipboard_set_image", LIBRARY.GTK);
810 	Linker.link(gtk_clipboard_set_text, "gtk_clipboard_set_text", LIBRARY.GTK);
811 	Linker.link(gtk_clipboard_set_with_data, "gtk_clipboard_set_with_data", LIBRARY.GTK);
812 	Linker.link(gtk_clipboard_set_with_owner, "gtk_clipboard_set_with_owner", LIBRARY.GTK);
813 	Linker.link(gtk_clipboard_store, "gtk_clipboard_store", LIBRARY.GTK);
814 	Linker.link(gtk_clipboard_wait_for_contents, "gtk_clipboard_wait_for_contents", LIBRARY.GTK);
815 	Linker.link(gtk_clipboard_wait_for_image, "gtk_clipboard_wait_for_image", LIBRARY.GTK);
816 	Linker.link(gtk_clipboard_wait_for_rich_text, "gtk_clipboard_wait_for_rich_text", LIBRARY.GTK);
817 	Linker.link(gtk_clipboard_wait_for_targets, "gtk_clipboard_wait_for_targets", LIBRARY.GTK);
818 	Linker.link(gtk_clipboard_wait_for_text, "gtk_clipboard_wait_for_text", LIBRARY.GTK);
819 	Linker.link(gtk_clipboard_wait_for_uris, "gtk_clipboard_wait_for_uris", LIBRARY.GTK);
820 	Linker.link(gtk_clipboard_wait_is_image_available, "gtk_clipboard_wait_is_image_available", LIBRARY.GTK);
821 	Linker.link(gtk_clipboard_wait_is_rich_text_available, "gtk_clipboard_wait_is_rich_text_available", LIBRARY.GTK);
822 	Linker.link(gtk_clipboard_wait_is_target_available, "gtk_clipboard_wait_is_target_available", LIBRARY.GTK);
823 	Linker.link(gtk_clipboard_wait_is_text_available, "gtk_clipboard_wait_is_text_available", LIBRARY.GTK);
824 	Linker.link(gtk_clipboard_wait_is_uris_available, "gtk_clipboard_wait_is_uris_available", LIBRARY.GTK);
825 
826 	// gtk.ColorButton
827 
828 	Linker.link(gtk_color_button_get_type, "gtk_color_button_get_type", LIBRARY.GTK);
829 	Linker.link(gtk_color_button_new, "gtk_color_button_new", LIBRARY.GTK);
830 	Linker.link(gtk_color_button_new_with_color, "gtk_color_button_new_with_color", LIBRARY.GTK);
831 	Linker.link(gtk_color_button_new_with_rgba, "gtk_color_button_new_with_rgba", LIBRARY.GTK);
832 	Linker.link(gtk_color_button_get_alpha, "gtk_color_button_get_alpha", LIBRARY.GTK);
833 	Linker.link(gtk_color_button_get_color, "gtk_color_button_get_color", LIBRARY.GTK);
834 	Linker.link(gtk_color_button_get_rgba, "gtk_color_button_get_rgba", LIBRARY.GTK);
835 	Linker.link(gtk_color_button_get_title, "gtk_color_button_get_title", LIBRARY.GTK);
836 	Linker.link(gtk_color_button_get_use_alpha, "gtk_color_button_get_use_alpha", LIBRARY.GTK);
837 	Linker.link(gtk_color_button_set_alpha, "gtk_color_button_set_alpha", LIBRARY.GTK);
838 	Linker.link(gtk_color_button_set_color, "gtk_color_button_set_color", LIBRARY.GTK);
839 	Linker.link(gtk_color_button_set_rgba, "gtk_color_button_set_rgba", LIBRARY.GTK);
840 	Linker.link(gtk_color_button_set_title, "gtk_color_button_set_title", LIBRARY.GTK);
841 	Linker.link(gtk_color_button_set_use_alpha, "gtk_color_button_set_use_alpha", LIBRARY.GTK);
842 
843 	// gtk.ColorChooser
844 
845 	Linker.link(gtk_color_chooser_get_type, "gtk_color_chooser_get_type", LIBRARY.GTK);
846 	Linker.link(gtk_color_chooser_add_palette, "gtk_color_chooser_add_palette", LIBRARY.GTK);
847 	Linker.link(gtk_color_chooser_get_rgba, "gtk_color_chooser_get_rgba", LIBRARY.GTK);
848 	Linker.link(gtk_color_chooser_get_use_alpha, "gtk_color_chooser_get_use_alpha", LIBRARY.GTK);
849 	Linker.link(gtk_color_chooser_set_rgba, "gtk_color_chooser_set_rgba", LIBRARY.GTK);
850 	Linker.link(gtk_color_chooser_set_use_alpha, "gtk_color_chooser_set_use_alpha", LIBRARY.GTK);
851 
852 	// gtk.ColorChooserDialog
853 
854 	Linker.link(gtk_color_chooser_dialog_get_type, "gtk_color_chooser_dialog_get_type", LIBRARY.GTK);
855 	Linker.link(gtk_color_chooser_dialog_new, "gtk_color_chooser_dialog_new", LIBRARY.GTK);
856 
857 	// gtk.ColorChooserWidget
858 
859 	Linker.link(gtk_color_chooser_widget_get_type, "gtk_color_chooser_widget_get_type", LIBRARY.GTK);
860 	Linker.link(gtk_color_chooser_widget_new, "gtk_color_chooser_widget_new", LIBRARY.GTK);
861 
862 	// gtk.ColorSelection
863 
864 	Linker.link(gtk_color_selection_get_type, "gtk_color_selection_get_type", LIBRARY.GTK);
865 	Linker.link(gtk_color_selection_new, "gtk_color_selection_new", LIBRARY.GTK);
866 	Linker.link(gtk_color_selection_palette_from_string, "gtk_color_selection_palette_from_string", LIBRARY.GTK);
867 	Linker.link(gtk_color_selection_palette_to_string, "gtk_color_selection_palette_to_string", LIBRARY.GTK);
868 	Linker.link(gtk_color_selection_set_change_palette_with_screen_hook, "gtk_color_selection_set_change_palette_with_screen_hook", LIBRARY.GTK);
869 	Linker.link(gtk_color_selection_get_current_alpha, "gtk_color_selection_get_current_alpha", LIBRARY.GTK);
870 	Linker.link(gtk_color_selection_get_current_color, "gtk_color_selection_get_current_color", LIBRARY.GTK);
871 	Linker.link(gtk_color_selection_get_current_rgba, "gtk_color_selection_get_current_rgba", LIBRARY.GTK);
872 	Linker.link(gtk_color_selection_get_has_opacity_control, "gtk_color_selection_get_has_opacity_control", LIBRARY.GTK);
873 	Linker.link(gtk_color_selection_get_has_palette, "gtk_color_selection_get_has_palette", LIBRARY.GTK);
874 	Linker.link(gtk_color_selection_get_previous_alpha, "gtk_color_selection_get_previous_alpha", LIBRARY.GTK);
875 	Linker.link(gtk_color_selection_get_previous_color, "gtk_color_selection_get_previous_color", LIBRARY.GTK);
876 	Linker.link(gtk_color_selection_get_previous_rgba, "gtk_color_selection_get_previous_rgba", LIBRARY.GTK);
877 	Linker.link(gtk_color_selection_is_adjusting, "gtk_color_selection_is_adjusting", LIBRARY.GTK);
878 	Linker.link(gtk_color_selection_set_current_alpha, "gtk_color_selection_set_current_alpha", LIBRARY.GTK);
879 	Linker.link(gtk_color_selection_set_current_color, "gtk_color_selection_set_current_color", LIBRARY.GTK);
880 	Linker.link(gtk_color_selection_set_current_rgba, "gtk_color_selection_set_current_rgba", LIBRARY.GTK);
881 	Linker.link(gtk_color_selection_set_has_opacity_control, "gtk_color_selection_set_has_opacity_control", LIBRARY.GTK);
882 	Linker.link(gtk_color_selection_set_has_palette, "gtk_color_selection_set_has_palette", LIBRARY.GTK);
883 	Linker.link(gtk_color_selection_set_previous_alpha, "gtk_color_selection_set_previous_alpha", LIBRARY.GTK);
884 	Linker.link(gtk_color_selection_set_previous_color, "gtk_color_selection_set_previous_color", LIBRARY.GTK);
885 	Linker.link(gtk_color_selection_set_previous_rgba, "gtk_color_selection_set_previous_rgba", LIBRARY.GTK);
886 
887 	// gtk.ColorSelectionDialog
888 
889 	Linker.link(gtk_color_selection_dialog_get_type, "gtk_color_selection_dialog_get_type", LIBRARY.GTK);
890 	Linker.link(gtk_color_selection_dialog_new, "gtk_color_selection_dialog_new", LIBRARY.GTK);
891 	Linker.link(gtk_color_selection_dialog_get_color_selection, "gtk_color_selection_dialog_get_color_selection", LIBRARY.GTK);
892 
893 	// gtk.ComboBox
894 
895 	Linker.link(gtk_combo_box_get_type, "gtk_combo_box_get_type", LIBRARY.GTK);
896 	Linker.link(gtk_combo_box_new, "gtk_combo_box_new", LIBRARY.GTK);
897 	Linker.link(gtk_combo_box_new_with_area, "gtk_combo_box_new_with_area", LIBRARY.GTK);
898 	Linker.link(gtk_combo_box_new_with_area_and_entry, "gtk_combo_box_new_with_area_and_entry", LIBRARY.GTK);
899 	Linker.link(gtk_combo_box_new_with_entry, "gtk_combo_box_new_with_entry", LIBRARY.GTK);
900 	Linker.link(gtk_combo_box_new_with_model, "gtk_combo_box_new_with_model", LIBRARY.GTK);
901 	Linker.link(gtk_combo_box_new_with_model_and_entry, "gtk_combo_box_new_with_model_and_entry", LIBRARY.GTK);
902 	Linker.link(gtk_combo_box_get_active, "gtk_combo_box_get_active", LIBRARY.GTK);
903 	Linker.link(gtk_combo_box_get_active_id, "gtk_combo_box_get_active_id", LIBRARY.GTK);
904 	Linker.link(gtk_combo_box_get_active_iter, "gtk_combo_box_get_active_iter", LIBRARY.GTK);
905 	Linker.link(gtk_combo_box_get_add_tearoffs, "gtk_combo_box_get_add_tearoffs", LIBRARY.GTK);
906 	Linker.link(gtk_combo_box_get_button_sensitivity, "gtk_combo_box_get_button_sensitivity", LIBRARY.GTK);
907 	Linker.link(gtk_combo_box_get_column_span_column, "gtk_combo_box_get_column_span_column", LIBRARY.GTK);
908 	Linker.link(gtk_combo_box_get_entry_text_column, "gtk_combo_box_get_entry_text_column", LIBRARY.GTK);
909 	Linker.link(gtk_combo_box_get_focus_on_click, "gtk_combo_box_get_focus_on_click", LIBRARY.GTK);
910 	Linker.link(gtk_combo_box_get_has_entry, "gtk_combo_box_get_has_entry", LIBRARY.GTK);
911 	Linker.link(gtk_combo_box_get_id_column, "gtk_combo_box_get_id_column", LIBRARY.GTK);
912 	Linker.link(gtk_combo_box_get_model, "gtk_combo_box_get_model", LIBRARY.GTK);
913 	Linker.link(gtk_combo_box_get_popup_accessible, "gtk_combo_box_get_popup_accessible", LIBRARY.GTK);
914 	Linker.link(gtk_combo_box_get_popup_fixed_width, "gtk_combo_box_get_popup_fixed_width", LIBRARY.GTK);
915 	Linker.link(gtk_combo_box_get_row_separator_func, "gtk_combo_box_get_row_separator_func", LIBRARY.GTK);
916 	Linker.link(gtk_combo_box_get_row_span_column, "gtk_combo_box_get_row_span_column", LIBRARY.GTK);
917 	Linker.link(gtk_combo_box_get_title, "gtk_combo_box_get_title", LIBRARY.GTK);
918 	Linker.link(gtk_combo_box_get_wrap_width, "gtk_combo_box_get_wrap_width", LIBRARY.GTK);
919 	Linker.link(gtk_combo_box_popdown, "gtk_combo_box_popdown", LIBRARY.GTK);
920 	Linker.link(gtk_combo_box_popup, "gtk_combo_box_popup", LIBRARY.GTK);
921 	Linker.link(gtk_combo_box_popup_for_device, "gtk_combo_box_popup_for_device", LIBRARY.GTK);
922 	Linker.link(gtk_combo_box_set_active, "gtk_combo_box_set_active", LIBRARY.GTK);
923 	Linker.link(gtk_combo_box_set_active_id, "gtk_combo_box_set_active_id", LIBRARY.GTK);
924 	Linker.link(gtk_combo_box_set_active_iter, "gtk_combo_box_set_active_iter", LIBRARY.GTK);
925 	Linker.link(gtk_combo_box_set_add_tearoffs, "gtk_combo_box_set_add_tearoffs", LIBRARY.GTK);
926 	Linker.link(gtk_combo_box_set_button_sensitivity, "gtk_combo_box_set_button_sensitivity", LIBRARY.GTK);
927 	Linker.link(gtk_combo_box_set_column_span_column, "gtk_combo_box_set_column_span_column", LIBRARY.GTK);
928 	Linker.link(gtk_combo_box_set_entry_text_column, "gtk_combo_box_set_entry_text_column", LIBRARY.GTK);
929 	Linker.link(gtk_combo_box_set_focus_on_click, "gtk_combo_box_set_focus_on_click", LIBRARY.GTK);
930 	Linker.link(gtk_combo_box_set_id_column, "gtk_combo_box_set_id_column", LIBRARY.GTK);
931 	Linker.link(gtk_combo_box_set_model, "gtk_combo_box_set_model", LIBRARY.GTK);
932 	Linker.link(gtk_combo_box_set_popup_fixed_width, "gtk_combo_box_set_popup_fixed_width", LIBRARY.GTK);
933 	Linker.link(gtk_combo_box_set_row_separator_func, "gtk_combo_box_set_row_separator_func", LIBRARY.GTK);
934 	Linker.link(gtk_combo_box_set_row_span_column, "gtk_combo_box_set_row_span_column", LIBRARY.GTK);
935 	Linker.link(gtk_combo_box_set_title, "gtk_combo_box_set_title", LIBRARY.GTK);
936 	Linker.link(gtk_combo_box_set_wrap_width, "gtk_combo_box_set_wrap_width", LIBRARY.GTK);
937 
938 	// gtk.ComboBoxAccessible
939 
940 	Linker.link(gtk_combo_box_accessible_get_type, "gtk_combo_box_accessible_get_type", LIBRARY.GTK);
941 
942 	// gtk.ComboBoxText
943 
944 	Linker.link(gtk_combo_box_text_get_type, "gtk_combo_box_text_get_type", LIBRARY.GTK);
945 	Linker.link(gtk_combo_box_text_new, "gtk_combo_box_text_new", LIBRARY.GTK);
946 	Linker.link(gtk_combo_box_text_new_with_entry, "gtk_combo_box_text_new_with_entry", LIBRARY.GTK);
947 	Linker.link(gtk_combo_box_text_append, "gtk_combo_box_text_append", LIBRARY.GTK);
948 	Linker.link(gtk_combo_box_text_append_text, "gtk_combo_box_text_append_text", LIBRARY.GTK);
949 	Linker.link(gtk_combo_box_text_get_active_text, "gtk_combo_box_text_get_active_text", LIBRARY.GTK);
950 	Linker.link(gtk_combo_box_text_insert, "gtk_combo_box_text_insert", LIBRARY.GTK);
951 	Linker.link(gtk_combo_box_text_insert_text, "gtk_combo_box_text_insert_text", LIBRARY.GTK);
952 	Linker.link(gtk_combo_box_text_prepend, "gtk_combo_box_text_prepend", LIBRARY.GTK);
953 	Linker.link(gtk_combo_box_text_prepend_text, "gtk_combo_box_text_prepend_text", LIBRARY.GTK);
954 	Linker.link(gtk_combo_box_text_remove, "gtk_combo_box_text_remove", LIBRARY.GTK);
955 	Linker.link(gtk_combo_box_text_remove_all, "gtk_combo_box_text_remove_all", LIBRARY.GTK);
956 
957 	// gtk.Container
958 
959 	Linker.link(gtk_container_get_type, "gtk_container_get_type", LIBRARY.GTK);
960 	Linker.link(gtk_container_add, "gtk_container_add", LIBRARY.GTK);
961 	Linker.link(gtk_container_add_with_properties, "gtk_container_add_with_properties", LIBRARY.GTK);
962 	Linker.link(gtk_container_check_resize, "gtk_container_check_resize", LIBRARY.GTK);
963 	Linker.link(gtk_container_child_get, "gtk_container_child_get", LIBRARY.GTK);
964 	Linker.link(gtk_container_child_get_property, "gtk_container_child_get_property", LIBRARY.GTK);
965 	Linker.link(gtk_container_child_get_valist, "gtk_container_child_get_valist", LIBRARY.GTK);
966 	Linker.link(gtk_container_child_notify, "gtk_container_child_notify", LIBRARY.GTK);
967 	Linker.link(gtk_container_child_set, "gtk_container_child_set", LIBRARY.GTK);
968 	Linker.link(gtk_container_child_set_property, "gtk_container_child_set_property", LIBRARY.GTK);
969 	Linker.link(gtk_container_child_set_valist, "gtk_container_child_set_valist", LIBRARY.GTK);
970 	Linker.link(gtk_container_child_type, "gtk_container_child_type", LIBRARY.GTK);
971 	Linker.link(gtk_container_forall, "gtk_container_forall", LIBRARY.GTK);
972 	Linker.link(gtk_container_foreach, "gtk_container_foreach", LIBRARY.GTK);
973 	Linker.link(gtk_container_get_border_width, "gtk_container_get_border_width", LIBRARY.GTK);
974 	Linker.link(gtk_container_get_children, "gtk_container_get_children", LIBRARY.GTK);
975 	Linker.link(gtk_container_get_focus_chain, "gtk_container_get_focus_chain", LIBRARY.GTK);
976 	Linker.link(gtk_container_get_focus_child, "gtk_container_get_focus_child", LIBRARY.GTK);
977 	Linker.link(gtk_container_get_focus_hadjustment, "gtk_container_get_focus_hadjustment", LIBRARY.GTK);
978 	Linker.link(gtk_container_get_focus_vadjustment, "gtk_container_get_focus_vadjustment", LIBRARY.GTK);
979 	Linker.link(gtk_container_get_path_for_child, "gtk_container_get_path_for_child", LIBRARY.GTK);
980 	Linker.link(gtk_container_get_resize_mode, "gtk_container_get_resize_mode", LIBRARY.GTK);
981 	Linker.link(gtk_container_propagate_draw, "gtk_container_propagate_draw", LIBRARY.GTK);
982 	Linker.link(gtk_container_remove, "gtk_container_remove", LIBRARY.GTK);
983 	Linker.link(gtk_container_resize_children, "gtk_container_resize_children", LIBRARY.GTK);
984 	Linker.link(gtk_container_set_border_width, "gtk_container_set_border_width", LIBRARY.GTK);
985 	Linker.link(gtk_container_set_focus_chain, "gtk_container_set_focus_chain", LIBRARY.GTK);
986 	Linker.link(gtk_container_set_focus_child, "gtk_container_set_focus_child", LIBRARY.GTK);
987 	Linker.link(gtk_container_set_focus_hadjustment, "gtk_container_set_focus_hadjustment", LIBRARY.GTK);
988 	Linker.link(gtk_container_set_focus_vadjustment, "gtk_container_set_focus_vadjustment", LIBRARY.GTK);
989 	Linker.link(gtk_container_set_reallocate_redraws, "gtk_container_set_reallocate_redraws", LIBRARY.GTK);
990 	Linker.link(gtk_container_set_resize_mode, "gtk_container_set_resize_mode", LIBRARY.GTK);
991 	Linker.link(gtk_container_unset_focus_chain, "gtk_container_unset_focus_chain", LIBRARY.GTK);
992 
993 	// gtk.ContainerAccessible
994 
995 	Linker.link(gtk_container_accessible_get_type, "gtk_container_accessible_get_type", LIBRARY.GTK);
996 
997 	// gtk.ContainerCellAccessible
998 
999 	Linker.link(gtk_container_cell_accessible_get_type, "gtk_container_cell_accessible_get_type", LIBRARY.GTK);
1000 	Linker.link(gtk_container_cell_accessible_new, "gtk_container_cell_accessible_new", LIBRARY.GTK);
1001 	Linker.link(gtk_container_cell_accessible_add_child, "gtk_container_cell_accessible_add_child", LIBRARY.GTK);
1002 	Linker.link(gtk_container_cell_accessible_get_children, "gtk_container_cell_accessible_get_children", LIBRARY.GTK);
1003 	Linker.link(gtk_container_cell_accessible_remove_child, "gtk_container_cell_accessible_remove_child", LIBRARY.GTK);
1004 
1005 	// gtk.ContainerClass
1006 
1007 	Linker.link(gtk_container_class_find_child_property, "gtk_container_class_find_child_property", LIBRARY.GTK);
1008 	Linker.link(gtk_container_class_handle_border_width, "gtk_container_class_handle_border_width", LIBRARY.GTK);
1009 	Linker.link(gtk_container_class_install_child_property, "gtk_container_class_install_child_property", LIBRARY.GTK);
1010 	Linker.link(gtk_container_class_list_child_properties, "gtk_container_class_list_child_properties", LIBRARY.GTK);
1011 
1012 	// gtk.CssProvider
1013 
1014 	Linker.link(gtk_css_provider_get_type, "gtk_css_provider_get_type", LIBRARY.GTK);
1015 	Linker.link(gtk_css_provider_new, "gtk_css_provider_new", LIBRARY.GTK);
1016 	Linker.link(gtk_css_provider_get_default, "gtk_css_provider_get_default", LIBRARY.GTK);
1017 	Linker.link(gtk_css_provider_get_named, "gtk_css_provider_get_named", LIBRARY.GTK);
1018 	Linker.link(gtk_css_provider_load_from_data, "gtk_css_provider_load_from_data", LIBRARY.GTK);
1019 	Linker.link(gtk_css_provider_load_from_file, "gtk_css_provider_load_from_file", LIBRARY.GTK);
1020 	Linker.link(gtk_css_provider_load_from_path, "gtk_css_provider_load_from_path", LIBRARY.GTK);
1021 	Linker.link(gtk_css_provider_to_string, "gtk_css_provider_to_string", LIBRARY.GTK);
1022 
1023 	// gtk.CssSection
1024 
1025 	Linker.link(gtk_css_section_get_type, "gtk_css_section_get_type", LIBRARY.GTK);
1026 	Linker.link(gtk_css_section_get_end_line, "gtk_css_section_get_end_line", LIBRARY.GTK);
1027 	Linker.link(gtk_css_section_get_end_position, "gtk_css_section_get_end_position", LIBRARY.GTK);
1028 	Linker.link(gtk_css_section_get_file, "gtk_css_section_get_file", LIBRARY.GTK);
1029 	Linker.link(gtk_css_section_get_parent, "gtk_css_section_get_parent", LIBRARY.GTK);
1030 	Linker.link(gtk_css_section_get_section_type, "gtk_css_section_get_section_type", LIBRARY.GTK);
1031 	Linker.link(gtk_css_section_get_start_line, "gtk_css_section_get_start_line", LIBRARY.GTK);
1032 	Linker.link(gtk_css_section_get_start_position, "gtk_css_section_get_start_position", LIBRARY.GTK);
1033 	Linker.link(gtk_css_section_ref, "gtk_css_section_ref", LIBRARY.GTK);
1034 	Linker.link(gtk_css_section_unref, "gtk_css_section_unref", LIBRARY.GTK);
1035 
1036 	// gtk.Dialog
1037 
1038 	Linker.link(gtk_dialog_get_type, "gtk_dialog_get_type", LIBRARY.GTK);
1039 	Linker.link(gtk_dialog_new, "gtk_dialog_new", LIBRARY.GTK);
1040 	Linker.link(gtk_dialog_new_with_buttons, "gtk_dialog_new_with_buttons", LIBRARY.GTK);
1041 	Linker.link(gtk_dialog_add_action_widget, "gtk_dialog_add_action_widget", LIBRARY.GTK);
1042 	Linker.link(gtk_dialog_add_button, "gtk_dialog_add_button", LIBRARY.GTK);
1043 	Linker.link(gtk_dialog_add_buttons, "gtk_dialog_add_buttons", LIBRARY.GTK);
1044 	Linker.link(gtk_dialog_get_action_area, "gtk_dialog_get_action_area", LIBRARY.GTK);
1045 	Linker.link(gtk_dialog_get_content_area, "gtk_dialog_get_content_area", LIBRARY.GTK);
1046 	Linker.link(gtk_dialog_get_header_bar, "gtk_dialog_get_header_bar", LIBRARY.GTK);
1047 	Linker.link(gtk_dialog_get_response_for_widget, "gtk_dialog_get_response_for_widget", LIBRARY.GTK);
1048 	Linker.link(gtk_dialog_get_widget_for_response, "gtk_dialog_get_widget_for_response", LIBRARY.GTK);
1049 	Linker.link(gtk_dialog_response, "gtk_dialog_response", LIBRARY.GTK);
1050 	Linker.link(gtk_dialog_run, "gtk_dialog_run", LIBRARY.GTK);
1051 	Linker.link(gtk_dialog_set_alternative_button_order, "gtk_dialog_set_alternative_button_order", LIBRARY.GTK);
1052 	Linker.link(gtk_dialog_set_alternative_button_order_from_array, "gtk_dialog_set_alternative_button_order_from_array", LIBRARY.GTK);
1053 	Linker.link(gtk_dialog_set_default_response, "gtk_dialog_set_default_response", LIBRARY.GTK);
1054 	Linker.link(gtk_dialog_set_response_sensitive, "gtk_dialog_set_response_sensitive", LIBRARY.GTK);
1055 	Linker.link(gtk_alternative_dialog_button_order, "gtk_alternative_dialog_button_order", LIBRARY.GTK);
1056 
1057 	// gtk.DrawingArea
1058 
1059 	Linker.link(gtk_drawing_area_get_type, "gtk_drawing_area_get_type", LIBRARY.GTK);
1060 	Linker.link(gtk_drawing_area_new, "gtk_drawing_area_new", LIBRARY.GTK);
1061 
1062 	// gtk.Editable
1063 
1064 	Linker.link(gtk_editable_get_type, "gtk_editable_get_type", LIBRARY.GTK);
1065 	Linker.link(gtk_editable_copy_clipboard, "gtk_editable_copy_clipboard", LIBRARY.GTK);
1066 	Linker.link(gtk_editable_cut_clipboard, "gtk_editable_cut_clipboard", LIBRARY.GTK);
1067 	Linker.link(gtk_editable_delete_selection, "gtk_editable_delete_selection", LIBRARY.GTK);
1068 	Linker.link(gtk_editable_delete_text, "gtk_editable_delete_text", LIBRARY.GTK);
1069 	Linker.link(gtk_editable_get_chars, "gtk_editable_get_chars", LIBRARY.GTK);
1070 	Linker.link(gtk_editable_get_editable, "gtk_editable_get_editable", LIBRARY.GTK);
1071 	Linker.link(gtk_editable_get_position, "gtk_editable_get_position", LIBRARY.GTK);
1072 	Linker.link(gtk_editable_get_selection_bounds, "gtk_editable_get_selection_bounds", LIBRARY.GTK);
1073 	Linker.link(gtk_editable_insert_text, "gtk_editable_insert_text", LIBRARY.GTK);
1074 	Linker.link(gtk_editable_paste_clipboard, "gtk_editable_paste_clipboard", LIBRARY.GTK);
1075 	Linker.link(gtk_editable_select_region, "gtk_editable_select_region", LIBRARY.GTK);
1076 	Linker.link(gtk_editable_set_editable, "gtk_editable_set_editable", LIBRARY.GTK);
1077 	Linker.link(gtk_editable_set_position, "gtk_editable_set_position", LIBRARY.GTK);
1078 
1079 	// gtk.Entry
1080 
1081 	Linker.link(gtk_entry_get_type, "gtk_entry_get_type", LIBRARY.GTK);
1082 	Linker.link(gtk_entry_new, "gtk_entry_new", LIBRARY.GTK);
1083 	Linker.link(gtk_entry_new_with_buffer, "gtk_entry_new_with_buffer", LIBRARY.GTK);
1084 	Linker.link(gtk_entry_get_activates_default, "gtk_entry_get_activates_default", LIBRARY.GTK);
1085 	Linker.link(gtk_entry_get_alignment, "gtk_entry_get_alignment", LIBRARY.GTK);
1086 	Linker.link(gtk_entry_get_attributes, "gtk_entry_get_attributes", LIBRARY.GTK);
1087 	Linker.link(gtk_entry_get_buffer, "gtk_entry_get_buffer", LIBRARY.GTK);
1088 	Linker.link(gtk_entry_get_completion, "gtk_entry_get_completion", LIBRARY.GTK);
1089 	Linker.link(gtk_entry_get_current_icon_drag_source, "gtk_entry_get_current_icon_drag_source", LIBRARY.GTK);
1090 	Linker.link(gtk_entry_get_cursor_hadjustment, "gtk_entry_get_cursor_hadjustment", LIBRARY.GTK);
1091 	Linker.link(gtk_entry_get_has_frame, "gtk_entry_get_has_frame", LIBRARY.GTK);
1092 	Linker.link(gtk_entry_get_icon_activatable, "gtk_entry_get_icon_activatable", LIBRARY.GTK);
1093 	Linker.link(gtk_entry_get_icon_area, "gtk_entry_get_icon_area", LIBRARY.GTK);
1094 	Linker.link(gtk_entry_get_icon_at_pos, "gtk_entry_get_icon_at_pos", LIBRARY.GTK);
1095 	Linker.link(gtk_entry_get_icon_gicon, "gtk_entry_get_icon_gicon", LIBRARY.GTK);
1096 	Linker.link(gtk_entry_get_icon_name, "gtk_entry_get_icon_name", LIBRARY.GTK);
1097 	Linker.link(gtk_entry_get_icon_pixbuf, "gtk_entry_get_icon_pixbuf", LIBRARY.GTK);
1098 	Linker.link(gtk_entry_get_icon_sensitive, "gtk_entry_get_icon_sensitive", LIBRARY.GTK);
1099 	Linker.link(gtk_entry_get_icon_stock, "gtk_entry_get_icon_stock", LIBRARY.GTK);
1100 	Linker.link(gtk_entry_get_icon_storage_type, "gtk_entry_get_icon_storage_type", LIBRARY.GTK);
1101 	Linker.link(gtk_entry_get_icon_tooltip_markup, "gtk_entry_get_icon_tooltip_markup", LIBRARY.GTK);
1102 	Linker.link(gtk_entry_get_icon_tooltip_text, "gtk_entry_get_icon_tooltip_text", LIBRARY.GTK);
1103 	Linker.link(gtk_entry_get_inner_border, "gtk_entry_get_inner_border", LIBRARY.GTK);
1104 	Linker.link(gtk_entry_get_input_hints, "gtk_entry_get_input_hints", LIBRARY.GTK);
1105 	Linker.link(gtk_entry_get_input_purpose, "gtk_entry_get_input_purpose", LIBRARY.GTK);
1106 	Linker.link(gtk_entry_get_invisible_char, "gtk_entry_get_invisible_char", LIBRARY.GTK);
1107 	Linker.link(gtk_entry_get_layout, "gtk_entry_get_layout", LIBRARY.GTK);
1108 	Linker.link(gtk_entry_get_layout_offsets, "gtk_entry_get_layout_offsets", LIBRARY.GTK);
1109 	Linker.link(gtk_entry_get_max_length, "gtk_entry_get_max_length", LIBRARY.GTK);
1110 	Linker.link(gtk_entry_get_max_width_chars, "gtk_entry_get_max_width_chars", LIBRARY.GTK);
1111 	Linker.link(gtk_entry_get_overwrite_mode, "gtk_entry_get_overwrite_mode", LIBRARY.GTK);
1112 	Linker.link(gtk_entry_get_placeholder_text, "gtk_entry_get_placeholder_text", LIBRARY.GTK);
1113 	Linker.link(gtk_entry_get_progress_fraction, "gtk_entry_get_progress_fraction", LIBRARY.GTK);
1114 	Linker.link(gtk_entry_get_progress_pulse_step, "gtk_entry_get_progress_pulse_step", LIBRARY.GTK);
1115 	Linker.link(gtk_entry_get_tabs, "gtk_entry_get_tabs", LIBRARY.GTK);
1116 	Linker.link(gtk_entry_get_text, "gtk_entry_get_text", LIBRARY.GTK);
1117 	Linker.link(gtk_entry_get_text_area, "gtk_entry_get_text_area", LIBRARY.GTK);
1118 	Linker.link(gtk_entry_get_text_length, "gtk_entry_get_text_length", LIBRARY.GTK);
1119 	Linker.link(gtk_entry_get_visibility, "gtk_entry_get_visibility", LIBRARY.GTK);
1120 	Linker.link(gtk_entry_get_width_chars, "gtk_entry_get_width_chars", LIBRARY.GTK);
1121 	Linker.link(gtk_entry_im_context_filter_keypress, "gtk_entry_im_context_filter_keypress", LIBRARY.GTK);
1122 	Linker.link(gtk_entry_layout_index_to_text_index, "gtk_entry_layout_index_to_text_index", LIBRARY.GTK);
1123 	Linker.link(gtk_entry_progress_pulse, "gtk_entry_progress_pulse", LIBRARY.GTK);
1124 	Linker.link(gtk_entry_reset_im_context, "gtk_entry_reset_im_context", LIBRARY.GTK);
1125 	Linker.link(gtk_entry_set_activates_default, "gtk_entry_set_activates_default", LIBRARY.GTK);
1126 	Linker.link(gtk_entry_set_alignment, "gtk_entry_set_alignment", LIBRARY.GTK);
1127 	Linker.link(gtk_entry_set_attributes, "gtk_entry_set_attributes", LIBRARY.GTK);
1128 	Linker.link(gtk_entry_set_buffer, "gtk_entry_set_buffer", LIBRARY.GTK);
1129 	Linker.link(gtk_entry_set_completion, "gtk_entry_set_completion", LIBRARY.GTK);
1130 	Linker.link(gtk_entry_set_cursor_hadjustment, "gtk_entry_set_cursor_hadjustment", LIBRARY.GTK);
1131 	Linker.link(gtk_entry_set_has_frame, "gtk_entry_set_has_frame", LIBRARY.GTK);
1132 	Linker.link(gtk_entry_set_icon_activatable, "gtk_entry_set_icon_activatable", LIBRARY.GTK);
1133 	Linker.link(gtk_entry_set_icon_drag_source, "gtk_entry_set_icon_drag_source", LIBRARY.GTK);
1134 	Linker.link(gtk_entry_set_icon_from_gicon, "gtk_entry_set_icon_from_gicon", LIBRARY.GTK);
1135 	Linker.link(gtk_entry_set_icon_from_icon_name, "gtk_entry_set_icon_from_icon_name", LIBRARY.GTK);
1136 	Linker.link(gtk_entry_set_icon_from_pixbuf, "gtk_entry_set_icon_from_pixbuf", LIBRARY.GTK);
1137 	Linker.link(gtk_entry_set_icon_from_stock, "gtk_entry_set_icon_from_stock", LIBRARY.GTK);
1138 	Linker.link(gtk_entry_set_icon_sensitive, "gtk_entry_set_icon_sensitive", LIBRARY.GTK);
1139 	Linker.link(gtk_entry_set_icon_tooltip_markup, "gtk_entry_set_icon_tooltip_markup", LIBRARY.GTK);
1140 	Linker.link(gtk_entry_set_icon_tooltip_text, "gtk_entry_set_icon_tooltip_text", LIBRARY.GTK);
1141 	Linker.link(gtk_entry_set_inner_border, "gtk_entry_set_inner_border", LIBRARY.GTK);
1142 	Linker.link(gtk_entry_set_input_hints, "gtk_entry_set_input_hints", LIBRARY.GTK);
1143 	Linker.link(gtk_entry_set_input_purpose, "gtk_entry_set_input_purpose", LIBRARY.GTK);
1144 	Linker.link(gtk_entry_set_invisible_char, "gtk_entry_set_invisible_char", LIBRARY.GTK);
1145 	Linker.link(gtk_entry_set_max_length, "gtk_entry_set_max_length", LIBRARY.GTK);
1146 	Linker.link(gtk_entry_set_max_width_chars, "gtk_entry_set_max_width_chars", LIBRARY.GTK);
1147 	Linker.link(gtk_entry_set_overwrite_mode, "gtk_entry_set_overwrite_mode", LIBRARY.GTK);
1148 	Linker.link(gtk_entry_set_placeholder_text, "gtk_entry_set_placeholder_text", LIBRARY.GTK);
1149 	Linker.link(gtk_entry_set_progress_fraction, "gtk_entry_set_progress_fraction", LIBRARY.GTK);
1150 	Linker.link(gtk_entry_set_progress_pulse_step, "gtk_entry_set_progress_pulse_step", LIBRARY.GTK);
1151 	Linker.link(gtk_entry_set_tabs, "gtk_entry_set_tabs", LIBRARY.GTK);
1152 	Linker.link(gtk_entry_set_text, "gtk_entry_set_text", LIBRARY.GTK);
1153 	Linker.link(gtk_entry_set_visibility, "gtk_entry_set_visibility", LIBRARY.GTK);
1154 	Linker.link(gtk_entry_set_width_chars, "gtk_entry_set_width_chars", LIBRARY.GTK);
1155 	Linker.link(gtk_entry_text_index_to_layout_index, "gtk_entry_text_index_to_layout_index", LIBRARY.GTK);
1156 	Linker.link(gtk_entry_unset_invisible_char, "gtk_entry_unset_invisible_char", LIBRARY.GTK);
1157 
1158 	// gtk.EntryAccessible
1159 
1160 	Linker.link(gtk_entry_accessible_get_type, "gtk_entry_accessible_get_type", LIBRARY.GTK);
1161 
1162 	// gtk.EntryBuffer
1163 
1164 	Linker.link(gtk_entry_buffer_get_type, "gtk_entry_buffer_get_type", LIBRARY.GTK);
1165 	Linker.link(gtk_entry_buffer_new, "gtk_entry_buffer_new", LIBRARY.GTK);
1166 	Linker.link(gtk_entry_buffer_delete_text, "gtk_entry_buffer_delete_text", LIBRARY.GTK);
1167 	Linker.link(gtk_entry_buffer_emit_deleted_text, "gtk_entry_buffer_emit_deleted_text", LIBRARY.GTK);
1168 	Linker.link(gtk_entry_buffer_emit_inserted_text, "gtk_entry_buffer_emit_inserted_text", LIBRARY.GTK);
1169 	Linker.link(gtk_entry_buffer_get_bytes, "gtk_entry_buffer_get_bytes", LIBRARY.GTK);
1170 	Linker.link(gtk_entry_buffer_get_length, "gtk_entry_buffer_get_length", LIBRARY.GTK);
1171 	Linker.link(gtk_entry_buffer_get_max_length, "gtk_entry_buffer_get_max_length", LIBRARY.GTK);
1172 	Linker.link(gtk_entry_buffer_get_text, "gtk_entry_buffer_get_text", LIBRARY.GTK);
1173 	Linker.link(gtk_entry_buffer_insert_text, "gtk_entry_buffer_insert_text", LIBRARY.GTK);
1174 	Linker.link(gtk_entry_buffer_set_max_length, "gtk_entry_buffer_set_max_length", LIBRARY.GTK);
1175 	Linker.link(gtk_entry_buffer_set_text, "gtk_entry_buffer_set_text", LIBRARY.GTK);
1176 
1177 	// gtk.EntryCompletion
1178 
1179 	Linker.link(gtk_entry_completion_get_type, "gtk_entry_completion_get_type", LIBRARY.GTK);
1180 	Linker.link(gtk_entry_completion_new, "gtk_entry_completion_new", LIBRARY.GTK);
1181 	Linker.link(gtk_entry_completion_new_with_area, "gtk_entry_completion_new_with_area", LIBRARY.GTK);
1182 	Linker.link(gtk_entry_completion_complete, "gtk_entry_completion_complete", LIBRARY.GTK);
1183 	Linker.link(gtk_entry_completion_compute_prefix, "gtk_entry_completion_compute_prefix", LIBRARY.GTK);
1184 	Linker.link(gtk_entry_completion_delete_action, "gtk_entry_completion_delete_action", LIBRARY.GTK);
1185 	Linker.link(gtk_entry_completion_get_completion_prefix, "gtk_entry_completion_get_completion_prefix", LIBRARY.GTK);
1186 	Linker.link(gtk_entry_completion_get_entry, "gtk_entry_completion_get_entry", LIBRARY.GTK);
1187 	Linker.link(gtk_entry_completion_get_inline_completion, "gtk_entry_completion_get_inline_completion", LIBRARY.GTK);
1188 	Linker.link(gtk_entry_completion_get_inline_selection, "gtk_entry_completion_get_inline_selection", LIBRARY.GTK);
1189 	Linker.link(gtk_entry_completion_get_minimum_key_length, "gtk_entry_completion_get_minimum_key_length", LIBRARY.GTK);
1190 	Linker.link(gtk_entry_completion_get_model, "gtk_entry_completion_get_model", LIBRARY.GTK);
1191 	Linker.link(gtk_entry_completion_get_popup_completion, "gtk_entry_completion_get_popup_completion", LIBRARY.GTK);
1192 	Linker.link(gtk_entry_completion_get_popup_set_width, "gtk_entry_completion_get_popup_set_width", LIBRARY.GTK);
1193 	Linker.link(gtk_entry_completion_get_popup_single_match, "gtk_entry_completion_get_popup_single_match", LIBRARY.GTK);
1194 	Linker.link(gtk_entry_completion_get_text_column, "gtk_entry_completion_get_text_column", LIBRARY.GTK);
1195 	Linker.link(gtk_entry_completion_insert_action_markup, "gtk_entry_completion_insert_action_markup", LIBRARY.GTK);
1196 	Linker.link(gtk_entry_completion_insert_action_text, "gtk_entry_completion_insert_action_text", LIBRARY.GTK);
1197 	Linker.link(gtk_entry_completion_insert_prefix, "gtk_entry_completion_insert_prefix", LIBRARY.GTK);
1198 	Linker.link(gtk_entry_completion_set_inline_completion, "gtk_entry_completion_set_inline_completion", LIBRARY.GTK);
1199 	Linker.link(gtk_entry_completion_set_inline_selection, "gtk_entry_completion_set_inline_selection", LIBRARY.GTK);
1200 	Linker.link(gtk_entry_completion_set_match_func, "gtk_entry_completion_set_match_func", LIBRARY.GTK);
1201 	Linker.link(gtk_entry_completion_set_minimum_key_length, "gtk_entry_completion_set_minimum_key_length", LIBRARY.GTK);
1202 	Linker.link(gtk_entry_completion_set_model, "gtk_entry_completion_set_model", LIBRARY.GTK);
1203 	Linker.link(gtk_entry_completion_set_popup_completion, "gtk_entry_completion_set_popup_completion", LIBRARY.GTK);
1204 	Linker.link(gtk_entry_completion_set_popup_set_width, "gtk_entry_completion_set_popup_set_width", LIBRARY.GTK);
1205 	Linker.link(gtk_entry_completion_set_popup_single_match, "gtk_entry_completion_set_popup_single_match", LIBRARY.GTK);
1206 	Linker.link(gtk_entry_completion_set_text_column, "gtk_entry_completion_set_text_column", LIBRARY.GTK);
1207 
1208 	// gtk.EntryIconAccessible
1209 
1210 	Linker.link(gtk_entry_icon_accessible_get_type, "gtk_entry_icon_accessible_get_type", LIBRARY.GTK);
1211 
1212 	// gtk.EventBox
1213 
1214 	Linker.link(gtk_event_box_get_type, "gtk_event_box_get_type", LIBRARY.GTK);
1215 	Linker.link(gtk_event_box_new, "gtk_event_box_new", LIBRARY.GTK);
1216 	Linker.link(gtk_event_box_get_above_child, "gtk_event_box_get_above_child", LIBRARY.GTK);
1217 	Linker.link(gtk_event_box_get_visible_window, "gtk_event_box_get_visible_window", LIBRARY.GTK);
1218 	Linker.link(gtk_event_box_set_above_child, "gtk_event_box_set_above_child", LIBRARY.GTK);
1219 	Linker.link(gtk_event_box_set_visible_window, "gtk_event_box_set_visible_window", LIBRARY.GTK);
1220 
1221 	// gtk.EventController
1222 
1223 	Linker.link(gtk_event_controller_get_type, "gtk_event_controller_get_type", LIBRARY.GTK);
1224 	Linker.link(gtk_event_controller_get_propagation_phase, "gtk_event_controller_get_propagation_phase", LIBRARY.GTK);
1225 	Linker.link(gtk_event_controller_get_widget, "gtk_event_controller_get_widget", LIBRARY.GTK);
1226 	Linker.link(gtk_event_controller_handle_event, "gtk_event_controller_handle_event", LIBRARY.GTK);
1227 	Linker.link(gtk_event_controller_reset, "gtk_event_controller_reset", LIBRARY.GTK);
1228 	Linker.link(gtk_event_controller_set_propagation_phase, "gtk_event_controller_set_propagation_phase", LIBRARY.GTK);
1229 
1230 	// gtk.Expander
1231 
1232 	Linker.link(gtk_expander_get_type, "gtk_expander_get_type", LIBRARY.GTK);
1233 	Linker.link(gtk_expander_new, "gtk_expander_new", LIBRARY.GTK);
1234 	Linker.link(gtk_expander_new_with_mnemonic, "gtk_expander_new_with_mnemonic", LIBRARY.GTK);
1235 	Linker.link(gtk_expander_get_expanded, "gtk_expander_get_expanded", LIBRARY.GTK);
1236 	Linker.link(gtk_expander_get_label, "gtk_expander_get_label", LIBRARY.GTK);
1237 	Linker.link(gtk_expander_get_label_fill, "gtk_expander_get_label_fill", LIBRARY.GTK);
1238 	Linker.link(gtk_expander_get_label_widget, "gtk_expander_get_label_widget", LIBRARY.GTK);
1239 	Linker.link(gtk_expander_get_resize_toplevel, "gtk_expander_get_resize_toplevel", LIBRARY.GTK);
1240 	Linker.link(gtk_expander_get_spacing, "gtk_expander_get_spacing", LIBRARY.GTK);
1241 	Linker.link(gtk_expander_get_use_markup, "gtk_expander_get_use_markup", LIBRARY.GTK);
1242 	Linker.link(gtk_expander_get_use_underline, "gtk_expander_get_use_underline", LIBRARY.GTK);
1243 	Linker.link(gtk_expander_set_expanded, "gtk_expander_set_expanded", LIBRARY.GTK);
1244 	Linker.link(gtk_expander_set_label, "gtk_expander_set_label", LIBRARY.GTK);
1245 	Linker.link(gtk_expander_set_label_fill, "gtk_expander_set_label_fill", LIBRARY.GTK);
1246 	Linker.link(gtk_expander_set_label_widget, "gtk_expander_set_label_widget", LIBRARY.GTK);
1247 	Linker.link(gtk_expander_set_resize_toplevel, "gtk_expander_set_resize_toplevel", LIBRARY.GTK);
1248 	Linker.link(gtk_expander_set_spacing, "gtk_expander_set_spacing", LIBRARY.GTK);
1249 	Linker.link(gtk_expander_set_use_markup, "gtk_expander_set_use_markup", LIBRARY.GTK);
1250 	Linker.link(gtk_expander_set_use_underline, "gtk_expander_set_use_underline", LIBRARY.GTK);
1251 
1252 	// gtk.ExpanderAccessible
1253 
1254 	Linker.link(gtk_expander_accessible_get_type, "gtk_expander_accessible_get_type", LIBRARY.GTK);
1255 
1256 	// gtk.FileChooser
1257 
1258 	Linker.link(gtk_file_chooser_get_type, "gtk_file_chooser_get_type", LIBRARY.GTK);
1259 	Linker.link(gtk_file_chooser_add_filter, "gtk_file_chooser_add_filter", LIBRARY.GTK);
1260 	Linker.link(gtk_file_chooser_add_shortcut_folder, "gtk_file_chooser_add_shortcut_folder", LIBRARY.GTK);
1261 	Linker.link(gtk_file_chooser_add_shortcut_folder_uri, "gtk_file_chooser_add_shortcut_folder_uri", LIBRARY.GTK);
1262 	Linker.link(gtk_file_chooser_get_action, "gtk_file_chooser_get_action", LIBRARY.GTK);
1263 	Linker.link(gtk_file_chooser_get_create_folders, "gtk_file_chooser_get_create_folders", LIBRARY.GTK);
1264 	Linker.link(gtk_file_chooser_get_current_folder, "gtk_file_chooser_get_current_folder", LIBRARY.GTK);
1265 	Linker.link(gtk_file_chooser_get_current_folder_file, "gtk_file_chooser_get_current_folder_file", LIBRARY.GTK);
1266 	Linker.link(gtk_file_chooser_get_current_folder_uri, "gtk_file_chooser_get_current_folder_uri", LIBRARY.GTK);
1267 	Linker.link(gtk_file_chooser_get_current_name, "gtk_file_chooser_get_current_name", LIBRARY.GTK);
1268 	Linker.link(gtk_file_chooser_get_do_overwrite_confirmation, "gtk_file_chooser_get_do_overwrite_confirmation", LIBRARY.GTK);
1269 	Linker.link(gtk_file_chooser_get_extra_widget, "gtk_file_chooser_get_extra_widget", LIBRARY.GTK);
1270 	Linker.link(gtk_file_chooser_get_file, "gtk_file_chooser_get_file", LIBRARY.GTK);
1271 	Linker.link(gtk_file_chooser_get_filename, "gtk_file_chooser_get_filename", LIBRARY.GTK);
1272 	Linker.link(gtk_file_chooser_get_filenames, "gtk_file_chooser_get_filenames", LIBRARY.GTK);
1273 	Linker.link(gtk_file_chooser_get_files, "gtk_file_chooser_get_files", LIBRARY.GTK);
1274 	Linker.link(gtk_file_chooser_get_filter, "gtk_file_chooser_get_filter", LIBRARY.GTK);
1275 	Linker.link(gtk_file_chooser_get_local_only, "gtk_file_chooser_get_local_only", LIBRARY.GTK);
1276 	Linker.link(gtk_file_chooser_get_preview_file, "gtk_file_chooser_get_preview_file", LIBRARY.GTK);
1277 	Linker.link(gtk_file_chooser_get_preview_filename, "gtk_file_chooser_get_preview_filename", LIBRARY.GTK);
1278 	Linker.link(gtk_file_chooser_get_preview_uri, "gtk_file_chooser_get_preview_uri", LIBRARY.GTK);
1279 	Linker.link(gtk_file_chooser_get_preview_widget, "gtk_file_chooser_get_preview_widget", LIBRARY.GTK);
1280 	Linker.link(gtk_file_chooser_get_preview_widget_active, "gtk_file_chooser_get_preview_widget_active", LIBRARY.GTK);
1281 	Linker.link(gtk_file_chooser_get_select_multiple, "gtk_file_chooser_get_select_multiple", LIBRARY.GTK);
1282 	Linker.link(gtk_file_chooser_get_show_hidden, "gtk_file_chooser_get_show_hidden", LIBRARY.GTK);
1283 	Linker.link(gtk_file_chooser_get_uri, "gtk_file_chooser_get_uri", LIBRARY.GTK);
1284 	Linker.link(gtk_file_chooser_get_uris, "gtk_file_chooser_get_uris", LIBRARY.GTK);
1285 	Linker.link(gtk_file_chooser_get_use_preview_label, "gtk_file_chooser_get_use_preview_label", LIBRARY.GTK);
1286 	Linker.link(gtk_file_chooser_list_filters, "gtk_file_chooser_list_filters", LIBRARY.GTK);
1287 	Linker.link(gtk_file_chooser_list_shortcut_folder_uris, "gtk_file_chooser_list_shortcut_folder_uris", LIBRARY.GTK);
1288 	Linker.link(gtk_file_chooser_list_shortcut_folders, "gtk_file_chooser_list_shortcut_folders", LIBRARY.GTK);
1289 	Linker.link(gtk_file_chooser_remove_filter, "gtk_file_chooser_remove_filter", LIBRARY.GTK);
1290 	Linker.link(gtk_file_chooser_remove_shortcut_folder, "gtk_file_chooser_remove_shortcut_folder", LIBRARY.GTK);
1291 	Linker.link(gtk_file_chooser_remove_shortcut_folder_uri, "gtk_file_chooser_remove_shortcut_folder_uri", LIBRARY.GTK);
1292 	Linker.link(gtk_file_chooser_select_all, "gtk_file_chooser_select_all", LIBRARY.GTK);
1293 	Linker.link(gtk_file_chooser_select_file, "gtk_file_chooser_select_file", LIBRARY.GTK);
1294 	Linker.link(gtk_file_chooser_select_filename, "gtk_file_chooser_select_filename", LIBRARY.GTK);
1295 	Linker.link(gtk_file_chooser_select_uri, "gtk_file_chooser_select_uri", LIBRARY.GTK);
1296 	Linker.link(gtk_file_chooser_set_action, "gtk_file_chooser_set_action", LIBRARY.GTK);
1297 	Linker.link(gtk_file_chooser_set_create_folders, "gtk_file_chooser_set_create_folders", LIBRARY.GTK);
1298 	Linker.link(gtk_file_chooser_set_current_folder, "gtk_file_chooser_set_current_folder", LIBRARY.GTK);
1299 	Linker.link(gtk_file_chooser_set_current_folder_file, "gtk_file_chooser_set_current_folder_file", LIBRARY.GTK);
1300 	Linker.link(gtk_file_chooser_set_current_folder_uri, "gtk_file_chooser_set_current_folder_uri", LIBRARY.GTK);
1301 	Linker.link(gtk_file_chooser_set_current_name, "gtk_file_chooser_set_current_name", LIBRARY.GTK);
1302 	Linker.link(gtk_file_chooser_set_do_overwrite_confirmation, "gtk_file_chooser_set_do_overwrite_confirmation", LIBRARY.GTK);
1303 	Linker.link(gtk_file_chooser_set_extra_widget, "gtk_file_chooser_set_extra_widget", LIBRARY.GTK);
1304 	Linker.link(gtk_file_chooser_set_file, "gtk_file_chooser_set_file", LIBRARY.GTK);
1305 	Linker.link(gtk_file_chooser_set_filename, "gtk_file_chooser_set_filename", LIBRARY.GTK);
1306 	Linker.link(gtk_file_chooser_set_filter, "gtk_file_chooser_set_filter", LIBRARY.GTK);
1307 	Linker.link(gtk_file_chooser_set_local_only, "gtk_file_chooser_set_local_only", LIBRARY.GTK);
1308 	Linker.link(gtk_file_chooser_set_preview_widget, "gtk_file_chooser_set_preview_widget", LIBRARY.GTK);
1309 	Linker.link(gtk_file_chooser_set_preview_widget_active, "gtk_file_chooser_set_preview_widget_active", LIBRARY.GTK);
1310 	Linker.link(gtk_file_chooser_set_select_multiple, "gtk_file_chooser_set_select_multiple", LIBRARY.GTK);
1311 	Linker.link(gtk_file_chooser_set_show_hidden, "gtk_file_chooser_set_show_hidden", LIBRARY.GTK);
1312 	Linker.link(gtk_file_chooser_set_uri, "gtk_file_chooser_set_uri", LIBRARY.GTK);
1313 	Linker.link(gtk_file_chooser_set_use_preview_label, "gtk_file_chooser_set_use_preview_label", LIBRARY.GTK);
1314 	Linker.link(gtk_file_chooser_unselect_all, "gtk_file_chooser_unselect_all", LIBRARY.GTK);
1315 	Linker.link(gtk_file_chooser_unselect_file, "gtk_file_chooser_unselect_file", LIBRARY.GTK);
1316 	Linker.link(gtk_file_chooser_unselect_filename, "gtk_file_chooser_unselect_filename", LIBRARY.GTK);
1317 	Linker.link(gtk_file_chooser_unselect_uri, "gtk_file_chooser_unselect_uri", LIBRARY.GTK);
1318 
1319 	// gtk.FileChooserButton
1320 
1321 	Linker.link(gtk_file_chooser_button_get_type, "gtk_file_chooser_button_get_type", LIBRARY.GTK);
1322 	Linker.link(gtk_file_chooser_button_new, "gtk_file_chooser_button_new", LIBRARY.GTK);
1323 	Linker.link(gtk_file_chooser_button_new_with_dialog, "gtk_file_chooser_button_new_with_dialog", LIBRARY.GTK);
1324 	Linker.link(gtk_file_chooser_button_get_focus_on_click, "gtk_file_chooser_button_get_focus_on_click", LIBRARY.GTK);
1325 	Linker.link(gtk_file_chooser_button_get_title, "gtk_file_chooser_button_get_title", LIBRARY.GTK);
1326 	Linker.link(gtk_file_chooser_button_get_width_chars, "gtk_file_chooser_button_get_width_chars", LIBRARY.GTK);
1327 	Linker.link(gtk_file_chooser_button_set_focus_on_click, "gtk_file_chooser_button_set_focus_on_click", LIBRARY.GTK);
1328 	Linker.link(gtk_file_chooser_button_set_title, "gtk_file_chooser_button_set_title", LIBRARY.GTK);
1329 	Linker.link(gtk_file_chooser_button_set_width_chars, "gtk_file_chooser_button_set_width_chars", LIBRARY.GTK);
1330 
1331 	// gtk.FileChooserDialog
1332 
1333 	Linker.link(gtk_file_chooser_dialog_get_type, "gtk_file_chooser_dialog_get_type", LIBRARY.GTK);
1334 	Linker.link(gtk_file_chooser_dialog_new, "gtk_file_chooser_dialog_new", LIBRARY.GTK);
1335 
1336 	// gtk.FileChooserWidget
1337 
1338 	Linker.link(gtk_file_chooser_widget_get_type, "gtk_file_chooser_widget_get_type", LIBRARY.GTK);
1339 	Linker.link(gtk_file_chooser_widget_new, "gtk_file_chooser_widget_new", LIBRARY.GTK);
1340 
1341 	// gtk.FileFilter
1342 
1343 	Linker.link(gtk_file_filter_get_type, "gtk_file_filter_get_type", LIBRARY.GTK);
1344 	Linker.link(gtk_file_filter_new, "gtk_file_filter_new", LIBRARY.GTK);
1345 	Linker.link(gtk_file_filter_add_custom, "gtk_file_filter_add_custom", LIBRARY.GTK);
1346 	Linker.link(gtk_file_filter_add_mime_type, "gtk_file_filter_add_mime_type", LIBRARY.GTK);
1347 	Linker.link(gtk_file_filter_add_pattern, "gtk_file_filter_add_pattern", LIBRARY.GTK);
1348 	Linker.link(gtk_file_filter_add_pixbuf_formats, "gtk_file_filter_add_pixbuf_formats", LIBRARY.GTK);
1349 	Linker.link(gtk_file_filter_filter, "gtk_file_filter_filter", LIBRARY.GTK);
1350 	Linker.link(gtk_file_filter_get_name, "gtk_file_filter_get_name", LIBRARY.GTK);
1351 	Linker.link(gtk_file_filter_get_needed, "gtk_file_filter_get_needed", LIBRARY.GTK);
1352 	Linker.link(gtk_file_filter_set_name, "gtk_file_filter_set_name", LIBRARY.GTK);
1353 
1354 	// gtk.Fixed
1355 
1356 	Linker.link(gtk_fixed_get_type, "gtk_fixed_get_type", LIBRARY.GTK);
1357 	Linker.link(gtk_fixed_new, "gtk_fixed_new", LIBRARY.GTK);
1358 	Linker.link(gtk_fixed_move, "gtk_fixed_move", LIBRARY.GTK);
1359 	Linker.link(gtk_fixed_put, "gtk_fixed_put", LIBRARY.GTK);
1360 
1361 	// gtk.FlowBox
1362 
1363 	Linker.link(gtk_flow_box_get_type, "gtk_flow_box_get_type", LIBRARY.GTK);
1364 	Linker.link(gtk_flow_box_new, "gtk_flow_box_new", LIBRARY.GTK);
1365 	Linker.link(gtk_flow_box_get_activate_on_single_click, "gtk_flow_box_get_activate_on_single_click", LIBRARY.GTK);
1366 	Linker.link(gtk_flow_box_get_child_at_index, "gtk_flow_box_get_child_at_index", LIBRARY.GTK);
1367 	Linker.link(gtk_flow_box_get_column_spacing, "gtk_flow_box_get_column_spacing", LIBRARY.GTK);
1368 	Linker.link(gtk_flow_box_get_homogeneous, "gtk_flow_box_get_homogeneous", LIBRARY.GTK);
1369 	Linker.link(gtk_flow_box_get_max_children_per_line, "gtk_flow_box_get_max_children_per_line", LIBRARY.GTK);
1370 	Linker.link(gtk_flow_box_get_min_children_per_line, "gtk_flow_box_get_min_children_per_line", LIBRARY.GTK);
1371 	Linker.link(gtk_flow_box_get_row_spacing, "gtk_flow_box_get_row_spacing", LIBRARY.GTK);
1372 	Linker.link(gtk_flow_box_get_selected_children, "gtk_flow_box_get_selected_children", LIBRARY.GTK);
1373 	Linker.link(gtk_flow_box_get_selection_mode, "gtk_flow_box_get_selection_mode", LIBRARY.GTK);
1374 	Linker.link(gtk_flow_box_insert, "gtk_flow_box_insert", LIBRARY.GTK);
1375 	Linker.link(gtk_flow_box_invalidate_filter, "gtk_flow_box_invalidate_filter", LIBRARY.GTK);
1376 	Linker.link(gtk_flow_box_invalidate_sort, "gtk_flow_box_invalidate_sort", LIBRARY.GTK);
1377 	Linker.link(gtk_flow_box_select_all, "gtk_flow_box_select_all", LIBRARY.GTK);
1378 	Linker.link(gtk_flow_box_select_child, "gtk_flow_box_select_child", LIBRARY.GTK);
1379 	Linker.link(gtk_flow_box_selected_foreach, "gtk_flow_box_selected_foreach", LIBRARY.GTK);
1380 	Linker.link(gtk_flow_box_set_activate_on_single_click, "gtk_flow_box_set_activate_on_single_click", LIBRARY.GTK);
1381 	Linker.link(gtk_flow_box_set_column_spacing, "gtk_flow_box_set_column_spacing", LIBRARY.GTK);
1382 	Linker.link(gtk_flow_box_set_filter_func, "gtk_flow_box_set_filter_func", LIBRARY.GTK);
1383 	Linker.link(gtk_flow_box_set_hadjustment, "gtk_flow_box_set_hadjustment", LIBRARY.GTK);
1384 	Linker.link(gtk_flow_box_set_homogeneous, "gtk_flow_box_set_homogeneous", LIBRARY.GTK);
1385 	Linker.link(gtk_flow_box_set_max_children_per_line, "gtk_flow_box_set_max_children_per_line", LIBRARY.GTK);
1386 	Linker.link(gtk_flow_box_set_min_children_per_line, "gtk_flow_box_set_min_children_per_line", LIBRARY.GTK);
1387 	Linker.link(gtk_flow_box_set_row_spacing, "gtk_flow_box_set_row_spacing", LIBRARY.GTK);
1388 	Linker.link(gtk_flow_box_set_selection_mode, "gtk_flow_box_set_selection_mode", LIBRARY.GTK);
1389 	Linker.link(gtk_flow_box_set_sort_func, "gtk_flow_box_set_sort_func", LIBRARY.GTK);
1390 	Linker.link(gtk_flow_box_set_vadjustment, "gtk_flow_box_set_vadjustment", LIBRARY.GTK);
1391 	Linker.link(gtk_flow_box_unselect_all, "gtk_flow_box_unselect_all", LIBRARY.GTK);
1392 	Linker.link(gtk_flow_box_unselect_child, "gtk_flow_box_unselect_child", LIBRARY.GTK);
1393 
1394 	// gtk.FlowBoxAccessible
1395 
1396 	Linker.link(gtk_flow_box_accessible_get_type, "gtk_flow_box_accessible_get_type", LIBRARY.GTK);
1397 
1398 	// gtk.FlowBoxChild
1399 
1400 	Linker.link(gtk_flow_box_child_get_type, "gtk_flow_box_child_get_type", LIBRARY.GTK);
1401 	Linker.link(gtk_flow_box_child_new, "gtk_flow_box_child_new", LIBRARY.GTK);
1402 	Linker.link(gtk_flow_box_child_changed, "gtk_flow_box_child_changed", LIBRARY.GTK);
1403 	Linker.link(gtk_flow_box_child_get_index, "gtk_flow_box_child_get_index", LIBRARY.GTK);
1404 	Linker.link(gtk_flow_box_child_is_selected, "gtk_flow_box_child_is_selected", LIBRARY.GTK);
1405 
1406 	// gtk.FlowBoxChildAccessible
1407 
1408 	Linker.link(gtk_flow_box_child_accessible_get_type, "gtk_flow_box_child_accessible_get_type", LIBRARY.GTK);
1409 
1410 	// gtk.FontButton
1411 
1412 	Linker.link(gtk_font_button_get_type, "gtk_font_button_get_type", LIBRARY.GTK);
1413 	Linker.link(gtk_font_button_new, "gtk_font_button_new", LIBRARY.GTK);
1414 	Linker.link(gtk_font_button_new_with_font, "gtk_font_button_new_with_font", LIBRARY.GTK);
1415 	Linker.link(gtk_font_button_get_font_name, "gtk_font_button_get_font_name", LIBRARY.GTK);
1416 	Linker.link(gtk_font_button_get_show_size, "gtk_font_button_get_show_size", LIBRARY.GTK);
1417 	Linker.link(gtk_font_button_get_show_style, "gtk_font_button_get_show_style", LIBRARY.GTK);
1418 	Linker.link(gtk_font_button_get_title, "gtk_font_button_get_title", LIBRARY.GTK);
1419 	Linker.link(gtk_font_button_get_use_font, "gtk_font_button_get_use_font", LIBRARY.GTK);
1420 	Linker.link(gtk_font_button_get_use_size, "gtk_font_button_get_use_size", LIBRARY.GTK);
1421 	Linker.link(gtk_font_button_set_font_name, "gtk_font_button_set_font_name", LIBRARY.GTK);
1422 	Linker.link(gtk_font_button_set_show_size, "gtk_font_button_set_show_size", LIBRARY.GTK);
1423 	Linker.link(gtk_font_button_set_show_style, "gtk_font_button_set_show_style", LIBRARY.GTK);
1424 	Linker.link(gtk_font_button_set_title, "gtk_font_button_set_title", LIBRARY.GTK);
1425 	Linker.link(gtk_font_button_set_use_font, "gtk_font_button_set_use_font", LIBRARY.GTK);
1426 	Linker.link(gtk_font_button_set_use_size, "gtk_font_button_set_use_size", LIBRARY.GTK);
1427 
1428 	// gtk.FontChooser
1429 
1430 	Linker.link(gtk_font_chooser_get_type, "gtk_font_chooser_get_type", LIBRARY.GTK);
1431 	Linker.link(gtk_font_chooser_get_font, "gtk_font_chooser_get_font", LIBRARY.GTK);
1432 	Linker.link(gtk_font_chooser_get_font_desc, "gtk_font_chooser_get_font_desc", LIBRARY.GTK);
1433 	Linker.link(gtk_font_chooser_get_font_face, "gtk_font_chooser_get_font_face", LIBRARY.GTK);
1434 	Linker.link(gtk_font_chooser_get_font_family, "gtk_font_chooser_get_font_family", LIBRARY.GTK);
1435 	Linker.link(gtk_font_chooser_get_font_size, "gtk_font_chooser_get_font_size", LIBRARY.GTK);
1436 	Linker.link(gtk_font_chooser_get_preview_text, "gtk_font_chooser_get_preview_text", LIBRARY.GTK);
1437 	Linker.link(gtk_font_chooser_get_show_preview_entry, "gtk_font_chooser_get_show_preview_entry", LIBRARY.GTK);
1438 	Linker.link(gtk_font_chooser_set_filter_func, "gtk_font_chooser_set_filter_func", LIBRARY.GTK);
1439 	Linker.link(gtk_font_chooser_set_font, "gtk_font_chooser_set_font", LIBRARY.GTK);
1440 	Linker.link(gtk_font_chooser_set_font_desc, "gtk_font_chooser_set_font_desc", LIBRARY.GTK);
1441 	Linker.link(gtk_font_chooser_set_preview_text, "gtk_font_chooser_set_preview_text", LIBRARY.GTK);
1442 	Linker.link(gtk_font_chooser_set_show_preview_entry, "gtk_font_chooser_set_show_preview_entry", LIBRARY.GTK);
1443 
1444 	// gtk.FontChooserDialog
1445 
1446 	Linker.link(gtk_font_chooser_dialog_get_type, "gtk_font_chooser_dialog_get_type", LIBRARY.GTK);
1447 	Linker.link(gtk_font_chooser_dialog_new, "gtk_font_chooser_dialog_new", LIBRARY.GTK);
1448 
1449 	// gtk.FontChooserWidget
1450 
1451 	Linker.link(gtk_font_chooser_widget_get_type, "gtk_font_chooser_widget_get_type", LIBRARY.GTK);
1452 	Linker.link(gtk_font_chooser_widget_new, "gtk_font_chooser_widget_new", LIBRARY.GTK);
1453 
1454 	// gtk.FontSelection
1455 
1456 	Linker.link(gtk_font_selection_get_type, "gtk_font_selection_get_type", LIBRARY.GTK);
1457 	Linker.link(gtk_font_selection_new, "gtk_font_selection_new", LIBRARY.GTK);
1458 	Linker.link(gtk_font_selection_get_face, "gtk_font_selection_get_face", LIBRARY.GTK);
1459 	Linker.link(gtk_font_selection_get_face_list, "gtk_font_selection_get_face_list", LIBRARY.GTK);
1460 	Linker.link(gtk_font_selection_get_family, "gtk_font_selection_get_family", LIBRARY.GTK);
1461 	Linker.link(gtk_font_selection_get_family_list, "gtk_font_selection_get_family_list", LIBRARY.GTK);
1462 	Linker.link(gtk_font_selection_get_font_name, "gtk_font_selection_get_font_name", LIBRARY.GTK);
1463 	Linker.link(gtk_font_selection_get_preview_entry, "gtk_font_selection_get_preview_entry", LIBRARY.GTK);
1464 	Linker.link(gtk_font_selection_get_preview_text, "gtk_font_selection_get_preview_text", LIBRARY.GTK);
1465 	Linker.link(gtk_font_selection_get_size, "gtk_font_selection_get_size", LIBRARY.GTK);
1466 	Linker.link(gtk_font_selection_get_size_entry, "gtk_font_selection_get_size_entry", LIBRARY.GTK);
1467 	Linker.link(gtk_font_selection_get_size_list, "gtk_font_selection_get_size_list", LIBRARY.GTK);
1468 	Linker.link(gtk_font_selection_set_font_name, "gtk_font_selection_set_font_name", LIBRARY.GTK);
1469 	Linker.link(gtk_font_selection_set_preview_text, "gtk_font_selection_set_preview_text", LIBRARY.GTK);
1470 
1471 	// gtk.FontSelectionDialog
1472 
1473 	Linker.link(gtk_font_selection_dialog_get_type, "gtk_font_selection_dialog_get_type", LIBRARY.GTK);
1474 	Linker.link(gtk_font_selection_dialog_new, "gtk_font_selection_dialog_new", LIBRARY.GTK);
1475 	Linker.link(gtk_font_selection_dialog_get_cancel_button, "gtk_font_selection_dialog_get_cancel_button", LIBRARY.GTK);
1476 	Linker.link(gtk_font_selection_dialog_get_font_name, "gtk_font_selection_dialog_get_font_name", LIBRARY.GTK);
1477 	Linker.link(gtk_font_selection_dialog_get_font_selection, "gtk_font_selection_dialog_get_font_selection", LIBRARY.GTK);
1478 	Linker.link(gtk_font_selection_dialog_get_ok_button, "gtk_font_selection_dialog_get_ok_button", LIBRARY.GTK);
1479 	Linker.link(gtk_font_selection_dialog_get_preview_text, "gtk_font_selection_dialog_get_preview_text", LIBRARY.GTK);
1480 	Linker.link(gtk_font_selection_dialog_set_font_name, "gtk_font_selection_dialog_set_font_name", LIBRARY.GTK);
1481 	Linker.link(gtk_font_selection_dialog_set_preview_text, "gtk_font_selection_dialog_set_preview_text", LIBRARY.GTK);
1482 
1483 	// gtk.Frame
1484 
1485 	Linker.link(gtk_frame_get_type, "gtk_frame_get_type", LIBRARY.GTK);
1486 	Linker.link(gtk_frame_new, "gtk_frame_new", LIBRARY.GTK);
1487 	Linker.link(gtk_frame_get_label, "gtk_frame_get_label", LIBRARY.GTK);
1488 	Linker.link(gtk_frame_get_label_align, "gtk_frame_get_label_align", LIBRARY.GTK);
1489 	Linker.link(gtk_frame_get_label_widget, "gtk_frame_get_label_widget", LIBRARY.GTK);
1490 	Linker.link(gtk_frame_get_shadow_type, "gtk_frame_get_shadow_type", LIBRARY.GTK);
1491 	Linker.link(gtk_frame_set_label, "gtk_frame_set_label", LIBRARY.GTK);
1492 	Linker.link(gtk_frame_set_label_align, "gtk_frame_set_label_align", LIBRARY.GTK);
1493 	Linker.link(gtk_frame_set_label_widget, "gtk_frame_set_label_widget", LIBRARY.GTK);
1494 	Linker.link(gtk_frame_set_shadow_type, "gtk_frame_set_shadow_type", LIBRARY.GTK);
1495 
1496 	// gtk.FrameAccessible
1497 
1498 	Linker.link(gtk_frame_accessible_get_type, "gtk_frame_accessible_get_type", LIBRARY.GTK);
1499 
1500 	// gtk.Gesture
1501 
1502 	Linker.link(gtk_gesture_get_type, "gtk_gesture_get_type", LIBRARY.GTK);
1503 	Linker.link(gtk_gesture_get_bounding_box, "gtk_gesture_get_bounding_box", LIBRARY.GTK);
1504 	Linker.link(gtk_gesture_get_bounding_box_center, "gtk_gesture_get_bounding_box_center", LIBRARY.GTK);
1505 	Linker.link(gtk_gesture_get_device, "gtk_gesture_get_device", LIBRARY.GTK);
1506 	Linker.link(gtk_gesture_get_group, "gtk_gesture_get_group", LIBRARY.GTK);
1507 	Linker.link(gtk_gesture_get_last_event, "gtk_gesture_get_last_event", LIBRARY.GTK);
1508 	Linker.link(gtk_gesture_get_last_updated_sequence, "gtk_gesture_get_last_updated_sequence", LIBRARY.GTK);
1509 	Linker.link(gtk_gesture_get_point, "gtk_gesture_get_point", LIBRARY.GTK);
1510 	Linker.link(gtk_gesture_get_sequence_state, "gtk_gesture_get_sequence_state", LIBRARY.GTK);
1511 	Linker.link(gtk_gesture_get_sequences, "gtk_gesture_get_sequences", LIBRARY.GTK);
1512 	Linker.link(gtk_gesture_get_window, "gtk_gesture_get_window", LIBRARY.GTK);
1513 	Linker.link(gtk_gesture_group, "gtk_gesture_group", LIBRARY.GTK);
1514 	Linker.link(gtk_gesture_handles_sequence, "gtk_gesture_handles_sequence", LIBRARY.GTK);
1515 	Linker.link(gtk_gesture_is_active, "gtk_gesture_is_active", LIBRARY.GTK);
1516 	Linker.link(gtk_gesture_is_grouped_with, "gtk_gesture_is_grouped_with", LIBRARY.GTK);
1517 	Linker.link(gtk_gesture_is_recognized, "gtk_gesture_is_recognized", LIBRARY.GTK);
1518 	Linker.link(gtk_gesture_set_sequence_state, "gtk_gesture_set_sequence_state", LIBRARY.GTK);
1519 	Linker.link(gtk_gesture_set_state, "gtk_gesture_set_state", LIBRARY.GTK);
1520 	Linker.link(gtk_gesture_set_window, "gtk_gesture_set_window", LIBRARY.GTK);
1521 	Linker.link(gtk_gesture_ungroup, "gtk_gesture_ungroup", LIBRARY.GTK);
1522 
1523 	// gtk.GestureDrag
1524 
1525 	Linker.link(gtk_gesture_drag_get_type, "gtk_gesture_drag_get_type", LIBRARY.GTK);
1526 	Linker.link(gtk_gesture_drag_new, "gtk_gesture_drag_new", LIBRARY.GTK);
1527 	Linker.link(gtk_gesture_drag_get_offset, "gtk_gesture_drag_get_offset", LIBRARY.GTK);
1528 	Linker.link(gtk_gesture_drag_get_start_point, "gtk_gesture_drag_get_start_point", LIBRARY.GTK);
1529 
1530 	// gtk.GestureLongPress
1531 
1532 	Linker.link(gtk_gesture_long_press_get_type, "gtk_gesture_long_press_get_type", LIBRARY.GTK);
1533 	Linker.link(gtk_gesture_long_press_new, "gtk_gesture_long_press_new", LIBRARY.GTK);
1534 
1535 	// gtk.GestureMultiPress
1536 
1537 	Linker.link(gtk_gesture_multi_press_get_type, "gtk_gesture_multi_press_get_type", LIBRARY.GTK);
1538 	Linker.link(gtk_gesture_multi_press_new, "gtk_gesture_multi_press_new", LIBRARY.GTK);
1539 	Linker.link(gtk_gesture_multi_press_get_area, "gtk_gesture_multi_press_get_area", LIBRARY.GTK);
1540 	Linker.link(gtk_gesture_multi_press_set_area, "gtk_gesture_multi_press_set_area", LIBRARY.GTK);
1541 
1542 	// gtk.GesturePan
1543 
1544 	Linker.link(gtk_gesture_pan_get_type, "gtk_gesture_pan_get_type", LIBRARY.GTK);
1545 	Linker.link(gtk_gesture_pan_new, "gtk_gesture_pan_new", LIBRARY.GTK);
1546 	Linker.link(gtk_gesture_pan_get_orientation, "gtk_gesture_pan_get_orientation", LIBRARY.GTK);
1547 	Linker.link(gtk_gesture_pan_set_orientation, "gtk_gesture_pan_set_orientation", LIBRARY.GTK);
1548 
1549 	// gtk.GestureRotate
1550 
1551 	Linker.link(gtk_gesture_rotate_get_type, "gtk_gesture_rotate_get_type", LIBRARY.GTK);
1552 	Linker.link(gtk_gesture_rotate_new, "gtk_gesture_rotate_new", LIBRARY.GTK);
1553 	Linker.link(gtk_gesture_rotate_get_angle_delta, "gtk_gesture_rotate_get_angle_delta", LIBRARY.GTK);
1554 
1555 	// gtk.GestureSingle
1556 
1557 	Linker.link(gtk_gesture_single_get_type, "gtk_gesture_single_get_type", LIBRARY.GTK);
1558 	Linker.link(gtk_gesture_single_get_button, "gtk_gesture_single_get_button", LIBRARY.GTK);
1559 	Linker.link(gtk_gesture_single_get_current_button, "gtk_gesture_single_get_current_button", LIBRARY.GTK);
1560 	Linker.link(gtk_gesture_single_get_current_sequence, "gtk_gesture_single_get_current_sequence", LIBRARY.GTK);
1561 	Linker.link(gtk_gesture_single_get_exclusive, "gtk_gesture_single_get_exclusive", LIBRARY.GTK);
1562 	Linker.link(gtk_gesture_single_get_touch_only, "gtk_gesture_single_get_touch_only", LIBRARY.GTK);
1563 	Linker.link(gtk_gesture_single_set_button, "gtk_gesture_single_set_button", LIBRARY.GTK);
1564 	Linker.link(gtk_gesture_single_set_exclusive, "gtk_gesture_single_set_exclusive", LIBRARY.GTK);
1565 	Linker.link(gtk_gesture_single_set_touch_only, "gtk_gesture_single_set_touch_only", LIBRARY.GTK);
1566 
1567 	// gtk.GestureSwipe
1568 
1569 	Linker.link(gtk_gesture_swipe_get_type, "gtk_gesture_swipe_get_type", LIBRARY.GTK);
1570 	Linker.link(gtk_gesture_swipe_new, "gtk_gesture_swipe_new", LIBRARY.GTK);
1571 	Linker.link(gtk_gesture_swipe_get_velocity, "gtk_gesture_swipe_get_velocity", LIBRARY.GTK);
1572 
1573 	// gtk.GestureZoom
1574 
1575 	Linker.link(gtk_gesture_zoom_get_type, "gtk_gesture_zoom_get_type", LIBRARY.GTK);
1576 	Linker.link(gtk_gesture_zoom_new, "gtk_gesture_zoom_new", LIBRARY.GTK);
1577 	Linker.link(gtk_gesture_zoom_get_scale_delta, "gtk_gesture_zoom_get_scale_delta", LIBRARY.GTK);
1578 
1579 	// gtk.Gradient
1580 
1581 	Linker.link(gtk_gradient_get_type, "gtk_gradient_get_type", LIBRARY.GTK);
1582 	Linker.link(gtk_gradient_new_linear, "gtk_gradient_new_linear", LIBRARY.GTK);
1583 	Linker.link(gtk_gradient_new_radial, "gtk_gradient_new_radial", LIBRARY.GTK);
1584 	Linker.link(gtk_gradient_add_color_stop, "gtk_gradient_add_color_stop", LIBRARY.GTK);
1585 	Linker.link(gtk_gradient_ref, "gtk_gradient_ref", LIBRARY.GTK);
1586 	Linker.link(gtk_gradient_resolve, "gtk_gradient_resolve", LIBRARY.GTK);
1587 	Linker.link(gtk_gradient_resolve_for_context, "gtk_gradient_resolve_for_context", LIBRARY.GTK);
1588 	Linker.link(gtk_gradient_to_string, "gtk_gradient_to_string", LIBRARY.GTK);
1589 	Linker.link(gtk_gradient_unref, "gtk_gradient_unref", LIBRARY.GTK);
1590 
1591 	// gtk.Grid
1592 
1593 	Linker.link(gtk_grid_get_type, "gtk_grid_get_type", LIBRARY.GTK);
1594 	Linker.link(gtk_grid_new, "gtk_grid_new", LIBRARY.GTK);
1595 	Linker.link(gtk_grid_attach, "gtk_grid_attach", LIBRARY.GTK);
1596 	Linker.link(gtk_grid_attach_next_to, "gtk_grid_attach_next_to", LIBRARY.GTK);
1597 	Linker.link(gtk_grid_get_baseline_row, "gtk_grid_get_baseline_row", LIBRARY.GTK);
1598 	Linker.link(gtk_grid_get_child_at, "gtk_grid_get_child_at", LIBRARY.GTK);
1599 	Linker.link(gtk_grid_get_column_homogeneous, "gtk_grid_get_column_homogeneous", LIBRARY.GTK);
1600 	Linker.link(gtk_grid_get_column_spacing, "gtk_grid_get_column_spacing", LIBRARY.GTK);
1601 	Linker.link(gtk_grid_get_row_baseline_position, "gtk_grid_get_row_baseline_position", LIBRARY.GTK);
1602 	Linker.link(gtk_grid_get_row_homogeneous, "gtk_grid_get_row_homogeneous", LIBRARY.GTK);
1603 	Linker.link(gtk_grid_get_row_spacing, "gtk_grid_get_row_spacing", LIBRARY.GTK);
1604 	Linker.link(gtk_grid_insert_column, "gtk_grid_insert_column", LIBRARY.GTK);
1605 	Linker.link(gtk_grid_insert_next_to, "gtk_grid_insert_next_to", LIBRARY.GTK);
1606 	Linker.link(gtk_grid_insert_row, "gtk_grid_insert_row", LIBRARY.GTK);
1607 	Linker.link(gtk_grid_remove_column, "gtk_grid_remove_column", LIBRARY.GTK);
1608 	Linker.link(gtk_grid_remove_row, "gtk_grid_remove_row", LIBRARY.GTK);
1609 	Linker.link(gtk_grid_set_baseline_row, "gtk_grid_set_baseline_row", LIBRARY.GTK);
1610 	Linker.link(gtk_grid_set_column_homogeneous, "gtk_grid_set_column_homogeneous", LIBRARY.GTK);
1611 	Linker.link(gtk_grid_set_column_spacing, "gtk_grid_set_column_spacing", LIBRARY.GTK);
1612 	Linker.link(gtk_grid_set_row_baseline_position, "gtk_grid_set_row_baseline_position", LIBRARY.GTK);
1613 	Linker.link(gtk_grid_set_row_homogeneous, "gtk_grid_set_row_homogeneous", LIBRARY.GTK);
1614 	Linker.link(gtk_grid_set_row_spacing, "gtk_grid_set_row_spacing", LIBRARY.GTK);
1615 
1616 	// gtk.HBox
1617 
1618 	Linker.link(gtk_hbox_get_type, "gtk_hbox_get_type", LIBRARY.GTK);
1619 	Linker.link(gtk_hbox_new, "gtk_hbox_new", LIBRARY.GTK);
1620 
1621 	// gtk.HButtonBox
1622 
1623 	Linker.link(gtk_hbutton_box_get_type, "gtk_hbutton_box_get_type", LIBRARY.GTK);
1624 	Linker.link(gtk_hbutton_box_new, "gtk_hbutton_box_new", LIBRARY.GTK);
1625 
1626 	// gtk.HPaned
1627 
1628 	Linker.link(gtk_hpaned_get_type, "gtk_hpaned_get_type", LIBRARY.GTK);
1629 	Linker.link(gtk_hpaned_new, "gtk_hpaned_new", LIBRARY.GTK);
1630 
1631 	// gtk.HSV
1632 
1633 	Linker.link(gtk_hsv_get_type, "gtk_hsv_get_type", LIBRARY.GTK);
1634 	Linker.link(gtk_hsv_new, "gtk_hsv_new", LIBRARY.GTK);
1635 	Linker.link(gtk_hsv_to_rgb, "gtk_hsv_to_rgb", LIBRARY.GTK);
1636 	Linker.link(gtk_hsv_get_color, "gtk_hsv_get_color", LIBRARY.GTK);
1637 	Linker.link(gtk_hsv_get_metrics, "gtk_hsv_get_metrics", LIBRARY.GTK);
1638 	Linker.link(gtk_hsv_is_adjusting, "gtk_hsv_is_adjusting", LIBRARY.GTK);
1639 	Linker.link(gtk_hsv_set_color, "gtk_hsv_set_color", LIBRARY.GTK);
1640 	Linker.link(gtk_hsv_set_metrics, "gtk_hsv_set_metrics", LIBRARY.GTK);
1641 	Linker.link(gtk_rgb_to_hsv, "gtk_rgb_to_hsv", LIBRARY.GTK);
1642 
1643 	// gtk.HScale
1644 
1645 	Linker.link(gtk_hscale_get_type, "gtk_hscale_get_type", LIBRARY.GTK);
1646 	Linker.link(gtk_hscale_new, "gtk_hscale_new", LIBRARY.GTK);
1647 	Linker.link(gtk_hscale_new_with_range, "gtk_hscale_new_with_range", LIBRARY.GTK);
1648 
1649 	// gtk.HScrollbar
1650 
1651 	Linker.link(gtk_hscrollbar_get_type, "gtk_hscrollbar_get_type", LIBRARY.GTK);
1652 	Linker.link(gtk_hscrollbar_new, "gtk_hscrollbar_new", LIBRARY.GTK);
1653 
1654 	// gtk.HSeparator
1655 
1656 	Linker.link(gtk_hseparator_get_type, "gtk_hseparator_get_type", LIBRARY.GTK);
1657 	Linker.link(gtk_hseparator_new, "gtk_hseparator_new", LIBRARY.GTK);
1658 
1659 	// gtk.HandleBox
1660 
1661 	Linker.link(gtk_handle_box_get_type, "gtk_handle_box_get_type", LIBRARY.GTK);
1662 	Linker.link(gtk_handle_box_new, "gtk_handle_box_new", LIBRARY.GTK);
1663 	Linker.link(gtk_handle_box_get_child_detached, "gtk_handle_box_get_child_detached", LIBRARY.GTK);
1664 	Linker.link(gtk_handle_box_get_handle_position, "gtk_handle_box_get_handle_position", LIBRARY.GTK);
1665 	Linker.link(gtk_handle_box_get_shadow_type, "gtk_handle_box_get_shadow_type", LIBRARY.GTK);
1666 	Linker.link(gtk_handle_box_get_snap_edge, "gtk_handle_box_get_snap_edge", LIBRARY.GTK);
1667 	Linker.link(gtk_handle_box_set_handle_position, "gtk_handle_box_set_handle_position", LIBRARY.GTK);
1668 	Linker.link(gtk_handle_box_set_shadow_type, "gtk_handle_box_set_shadow_type", LIBRARY.GTK);
1669 	Linker.link(gtk_handle_box_set_snap_edge, "gtk_handle_box_set_snap_edge", LIBRARY.GTK);
1670 
1671 	// gtk.HeaderBar
1672 
1673 	Linker.link(gtk_header_bar_get_type, "gtk_header_bar_get_type", LIBRARY.GTK);
1674 	Linker.link(gtk_header_bar_new, "gtk_header_bar_new", LIBRARY.GTK);
1675 	Linker.link(gtk_header_bar_get_custom_title, "gtk_header_bar_get_custom_title", LIBRARY.GTK);
1676 	Linker.link(gtk_header_bar_get_decoration_layout, "gtk_header_bar_get_decoration_layout", LIBRARY.GTK);
1677 	Linker.link(gtk_header_bar_get_has_subtitle, "gtk_header_bar_get_has_subtitle", LIBRARY.GTK);
1678 	Linker.link(gtk_header_bar_get_show_close_button, "gtk_header_bar_get_show_close_button", LIBRARY.GTK);
1679 	Linker.link(gtk_header_bar_get_subtitle, "gtk_header_bar_get_subtitle", LIBRARY.GTK);
1680 	Linker.link(gtk_header_bar_get_title, "gtk_header_bar_get_title", LIBRARY.GTK);
1681 	Linker.link(gtk_header_bar_pack_end, "gtk_header_bar_pack_end", LIBRARY.GTK);
1682 	Linker.link(gtk_header_bar_pack_start, "gtk_header_bar_pack_start", LIBRARY.GTK);
1683 	Linker.link(gtk_header_bar_set_custom_title, "gtk_header_bar_set_custom_title", LIBRARY.GTK);
1684 	Linker.link(gtk_header_bar_set_decoration_layout, "gtk_header_bar_set_decoration_layout", LIBRARY.GTK);
1685 	Linker.link(gtk_header_bar_set_has_subtitle, "gtk_header_bar_set_has_subtitle", LIBRARY.GTK);
1686 	Linker.link(gtk_header_bar_set_show_close_button, "gtk_header_bar_set_show_close_button", LIBRARY.GTK);
1687 	Linker.link(gtk_header_bar_set_subtitle, "gtk_header_bar_set_subtitle", LIBRARY.GTK);
1688 	Linker.link(gtk_header_bar_set_title, "gtk_header_bar_set_title", LIBRARY.GTK);
1689 
1690 	// gtk.IMContext
1691 
1692 	Linker.link(gtk_im_context_get_type, "gtk_im_context_get_type", LIBRARY.GTK);
1693 	Linker.link(gtk_im_context_delete_surrounding, "gtk_im_context_delete_surrounding", LIBRARY.GTK);
1694 	Linker.link(gtk_im_context_filter_keypress, "gtk_im_context_filter_keypress", LIBRARY.GTK);
1695 	Linker.link(gtk_im_context_focus_in, "gtk_im_context_focus_in", LIBRARY.GTK);
1696 	Linker.link(gtk_im_context_focus_out, "gtk_im_context_focus_out", LIBRARY.GTK);
1697 	Linker.link(gtk_im_context_get_preedit_string, "gtk_im_context_get_preedit_string", LIBRARY.GTK);
1698 	Linker.link(gtk_im_context_get_surrounding, "gtk_im_context_get_surrounding", LIBRARY.GTK);
1699 	Linker.link(gtk_im_context_reset, "gtk_im_context_reset", LIBRARY.GTK);
1700 	Linker.link(gtk_im_context_set_client_window, "gtk_im_context_set_client_window", LIBRARY.GTK);
1701 	Linker.link(gtk_im_context_set_cursor_location, "gtk_im_context_set_cursor_location", LIBRARY.GTK);
1702 	Linker.link(gtk_im_context_set_surrounding, "gtk_im_context_set_surrounding", LIBRARY.GTK);
1703 	Linker.link(gtk_im_context_set_use_preedit, "gtk_im_context_set_use_preedit", LIBRARY.GTK);
1704 
1705 	// gtk.IMContextSimple
1706 
1707 	Linker.link(gtk_im_context_simple_get_type, "gtk_im_context_simple_get_type", LIBRARY.GTK);
1708 	Linker.link(gtk_im_context_simple_new, "gtk_im_context_simple_new", LIBRARY.GTK);
1709 	Linker.link(gtk_im_context_simple_add_table, "gtk_im_context_simple_add_table", LIBRARY.GTK);
1710 
1711 	// gtk.IMMulticontext
1712 
1713 	Linker.link(gtk_im_multicontext_get_type, "gtk_im_multicontext_get_type", LIBRARY.GTK);
1714 	Linker.link(gtk_im_multicontext_new, "gtk_im_multicontext_new", LIBRARY.GTK);
1715 	Linker.link(gtk_im_multicontext_append_menuitems, "gtk_im_multicontext_append_menuitems", LIBRARY.GTK);
1716 	Linker.link(gtk_im_multicontext_get_context_id, "gtk_im_multicontext_get_context_id", LIBRARY.GTK);
1717 	Linker.link(gtk_im_multicontext_set_context_id, "gtk_im_multicontext_set_context_id", LIBRARY.GTK);
1718 
1719 	// gtk.IconFactory
1720 
1721 	Linker.link(gtk_icon_factory_get_type, "gtk_icon_factory_get_type", LIBRARY.GTK);
1722 	Linker.link(gtk_icon_factory_new, "gtk_icon_factory_new", LIBRARY.GTK);
1723 	Linker.link(gtk_icon_factory_lookup_default, "gtk_icon_factory_lookup_default", LIBRARY.GTK);
1724 	Linker.link(gtk_icon_factory_add, "gtk_icon_factory_add", LIBRARY.GTK);
1725 	Linker.link(gtk_icon_factory_add_default, "gtk_icon_factory_add_default", LIBRARY.GTK);
1726 	Linker.link(gtk_icon_factory_lookup, "gtk_icon_factory_lookup", LIBRARY.GTK);
1727 	Linker.link(gtk_icon_factory_remove_default, "gtk_icon_factory_remove_default", LIBRARY.GTK);
1728 
1729 	// gtk.IconInfo
1730 
1731 	Linker.link(gtk_icon_info_get_type, "gtk_icon_info_get_type", LIBRARY.GTK);
1732 	Linker.link(gtk_icon_info_new_for_pixbuf, "gtk_icon_info_new_for_pixbuf", LIBRARY.GTK);
1733 	Linker.link(gtk_icon_info_copy, "gtk_icon_info_copy", LIBRARY.GTK);
1734 	Linker.link(gtk_icon_info_free, "gtk_icon_info_free", LIBRARY.GTK);
1735 	Linker.link(gtk_icon_info_get_attach_points, "gtk_icon_info_get_attach_points", LIBRARY.GTK);
1736 	Linker.link(gtk_icon_info_get_base_scale, "gtk_icon_info_get_base_scale", LIBRARY.GTK);
1737 	Linker.link(gtk_icon_info_get_base_size, "gtk_icon_info_get_base_size", LIBRARY.GTK);
1738 	Linker.link(gtk_icon_info_get_builtin_pixbuf, "gtk_icon_info_get_builtin_pixbuf", LIBRARY.GTK);
1739 	Linker.link(gtk_icon_info_get_display_name, "gtk_icon_info_get_display_name", LIBRARY.GTK);
1740 	Linker.link(gtk_icon_info_get_embedded_rect, "gtk_icon_info_get_embedded_rect", LIBRARY.GTK);
1741 	Linker.link(gtk_icon_info_get_filename, "gtk_icon_info_get_filename", LIBRARY.GTK);
1742 	Linker.link(gtk_icon_info_is_symbolic, "gtk_icon_info_is_symbolic", LIBRARY.GTK);
1743 	Linker.link(gtk_icon_info_load_icon, "gtk_icon_info_load_icon", LIBRARY.GTK);
1744 	Linker.link(gtk_icon_info_load_icon_async, "gtk_icon_info_load_icon_async", LIBRARY.GTK);
1745 	Linker.link(gtk_icon_info_load_icon_finish, "gtk_icon_info_load_icon_finish", LIBRARY.GTK);
1746 	Linker.link(gtk_icon_info_load_surface, "gtk_icon_info_load_surface", LIBRARY.GTK);
1747 	Linker.link(gtk_icon_info_load_symbolic, "gtk_icon_info_load_symbolic", LIBRARY.GTK);
1748 	Linker.link(gtk_icon_info_load_symbolic_async, "gtk_icon_info_load_symbolic_async", LIBRARY.GTK);
1749 	Linker.link(gtk_icon_info_load_symbolic_finish, "gtk_icon_info_load_symbolic_finish", LIBRARY.GTK);
1750 	Linker.link(gtk_icon_info_load_symbolic_for_context, "gtk_icon_info_load_symbolic_for_context", LIBRARY.GTK);
1751 	Linker.link(gtk_icon_info_load_symbolic_for_context_async, "gtk_icon_info_load_symbolic_for_context_async", LIBRARY.GTK);
1752 	Linker.link(gtk_icon_info_load_symbolic_for_context_finish, "gtk_icon_info_load_symbolic_for_context_finish", LIBRARY.GTK);
1753 	Linker.link(gtk_icon_info_load_symbolic_for_style, "gtk_icon_info_load_symbolic_for_style", LIBRARY.GTK);
1754 	Linker.link(gtk_icon_info_set_raw_coordinates, "gtk_icon_info_set_raw_coordinates", LIBRARY.GTK);
1755 
1756 	// gtk.IconSet
1757 
1758 	Linker.link(gtk_icon_set_get_type, "gtk_icon_set_get_type", LIBRARY.GTK);
1759 	Linker.link(gtk_icon_set_new, "gtk_icon_set_new", LIBRARY.GTK);
1760 	Linker.link(gtk_icon_set_new_from_pixbuf, "gtk_icon_set_new_from_pixbuf", LIBRARY.GTK);
1761 	Linker.link(gtk_icon_set_add_source, "gtk_icon_set_add_source", LIBRARY.GTK);
1762 	Linker.link(gtk_icon_set_copy, "gtk_icon_set_copy", LIBRARY.GTK);
1763 	Linker.link(gtk_icon_set_get_sizes, "gtk_icon_set_get_sizes", LIBRARY.GTK);
1764 	Linker.link(gtk_icon_set_ref, "gtk_icon_set_ref", LIBRARY.GTK);
1765 	Linker.link(gtk_icon_set_render_icon, "gtk_icon_set_render_icon", LIBRARY.GTK);
1766 	Linker.link(gtk_icon_set_render_icon_pixbuf, "gtk_icon_set_render_icon_pixbuf", LIBRARY.GTK);
1767 	Linker.link(gtk_icon_set_render_icon_surface, "gtk_icon_set_render_icon_surface", LIBRARY.GTK);
1768 	Linker.link(gtk_icon_set_unref, "gtk_icon_set_unref", LIBRARY.GTK);
1769 
1770 	// gtk.IconSource
1771 
1772 	Linker.link(gtk_icon_source_get_type, "gtk_icon_source_get_type", LIBRARY.GTK);
1773 	Linker.link(gtk_icon_source_new, "gtk_icon_source_new", LIBRARY.GTK);
1774 	Linker.link(gtk_icon_source_copy, "gtk_icon_source_copy", LIBRARY.GTK);
1775 	Linker.link(gtk_icon_source_free, "gtk_icon_source_free", LIBRARY.GTK);
1776 	Linker.link(gtk_icon_source_get_direction, "gtk_icon_source_get_direction", LIBRARY.GTK);
1777 	Linker.link(gtk_icon_source_get_direction_wildcarded, "gtk_icon_source_get_direction_wildcarded", LIBRARY.GTK);
1778 	Linker.link(gtk_icon_source_get_filename, "gtk_icon_source_get_filename", LIBRARY.GTK);
1779 	Linker.link(gtk_icon_source_get_icon_name, "gtk_icon_source_get_icon_name", LIBRARY.GTK);
1780 	Linker.link(gtk_icon_source_get_pixbuf, "gtk_icon_source_get_pixbuf", LIBRARY.GTK);
1781 	Linker.link(gtk_icon_source_get_size, "gtk_icon_source_get_size", LIBRARY.GTK);
1782 	Linker.link(gtk_icon_source_get_size_wildcarded, "gtk_icon_source_get_size_wildcarded", LIBRARY.GTK);
1783 	Linker.link(gtk_icon_source_get_state, "gtk_icon_source_get_state", LIBRARY.GTK);
1784 	Linker.link(gtk_icon_source_get_state_wildcarded, "gtk_icon_source_get_state_wildcarded", LIBRARY.GTK);
1785 	Linker.link(gtk_icon_source_set_direction, "gtk_icon_source_set_direction", LIBRARY.GTK);
1786 	Linker.link(gtk_icon_source_set_direction_wildcarded, "gtk_icon_source_set_direction_wildcarded", LIBRARY.GTK);
1787 	Linker.link(gtk_icon_source_set_filename, "gtk_icon_source_set_filename", LIBRARY.GTK);
1788 	Linker.link(gtk_icon_source_set_icon_name, "gtk_icon_source_set_icon_name", LIBRARY.GTK);
1789 	Linker.link(gtk_icon_source_set_pixbuf, "gtk_icon_source_set_pixbuf", LIBRARY.GTK);
1790 	Linker.link(gtk_icon_source_set_size, "gtk_icon_source_set_size", LIBRARY.GTK);
1791 	Linker.link(gtk_icon_source_set_size_wildcarded, "gtk_icon_source_set_size_wildcarded", LIBRARY.GTK);
1792 	Linker.link(gtk_icon_source_set_state, "gtk_icon_source_set_state", LIBRARY.GTK);
1793 	Linker.link(gtk_icon_source_set_state_wildcarded, "gtk_icon_source_set_state_wildcarded", LIBRARY.GTK);
1794 
1795 	// gtk.IconTheme
1796 
1797 	Linker.link(gtk_icon_theme_get_type, "gtk_icon_theme_get_type", LIBRARY.GTK);
1798 	Linker.link(gtk_icon_theme_new, "gtk_icon_theme_new", LIBRARY.GTK);
1799 	Linker.link(gtk_icon_theme_add_builtin_icon, "gtk_icon_theme_add_builtin_icon", LIBRARY.GTK);
1800 	Linker.link(gtk_icon_theme_get_default, "gtk_icon_theme_get_default", LIBRARY.GTK);
1801 	Linker.link(gtk_icon_theme_get_for_screen, "gtk_icon_theme_get_for_screen", LIBRARY.GTK);
1802 	Linker.link(gtk_icon_theme_add_resource_path, "gtk_icon_theme_add_resource_path", LIBRARY.GTK);
1803 	Linker.link(gtk_icon_theme_append_search_path, "gtk_icon_theme_append_search_path", LIBRARY.GTK);
1804 	Linker.link(gtk_icon_theme_choose_icon, "gtk_icon_theme_choose_icon", LIBRARY.GTK);
1805 	Linker.link(gtk_icon_theme_choose_icon_for_scale, "gtk_icon_theme_choose_icon_for_scale", LIBRARY.GTK);
1806 	Linker.link(gtk_icon_theme_get_example_icon_name, "gtk_icon_theme_get_example_icon_name", LIBRARY.GTK);
1807 	Linker.link(gtk_icon_theme_get_icon_sizes, "gtk_icon_theme_get_icon_sizes", LIBRARY.GTK);
1808 	Linker.link(gtk_icon_theme_get_search_path, "gtk_icon_theme_get_search_path", LIBRARY.GTK);
1809 	Linker.link(gtk_icon_theme_has_icon, "gtk_icon_theme_has_icon", LIBRARY.GTK);
1810 	Linker.link(gtk_icon_theme_list_contexts, "gtk_icon_theme_list_contexts", LIBRARY.GTK);
1811 	Linker.link(gtk_icon_theme_list_icons, "gtk_icon_theme_list_icons", LIBRARY.GTK);
1812 	Linker.link(gtk_icon_theme_load_icon, "gtk_icon_theme_load_icon", LIBRARY.GTK);
1813 	Linker.link(gtk_icon_theme_load_icon_for_scale, "gtk_icon_theme_load_icon_for_scale", LIBRARY.GTK);
1814 	Linker.link(gtk_icon_theme_load_surface, "gtk_icon_theme_load_surface", LIBRARY.GTK);
1815 	Linker.link(gtk_icon_theme_lookup_by_gicon, "gtk_icon_theme_lookup_by_gicon", LIBRARY.GTK);
1816 	Linker.link(gtk_icon_theme_lookup_by_gicon_for_scale, "gtk_icon_theme_lookup_by_gicon_for_scale", LIBRARY.GTK);
1817 	Linker.link(gtk_icon_theme_lookup_icon, "gtk_icon_theme_lookup_icon", LIBRARY.GTK);
1818 	Linker.link(gtk_icon_theme_lookup_icon_for_scale, "gtk_icon_theme_lookup_icon_for_scale", LIBRARY.GTK);
1819 	Linker.link(gtk_icon_theme_prepend_search_path, "gtk_icon_theme_prepend_search_path", LIBRARY.GTK);
1820 	Linker.link(gtk_icon_theme_rescan_if_needed, "gtk_icon_theme_rescan_if_needed", LIBRARY.GTK);
1821 	Linker.link(gtk_icon_theme_set_custom_theme, "gtk_icon_theme_set_custom_theme", LIBRARY.GTK);
1822 	Linker.link(gtk_icon_theme_set_screen, "gtk_icon_theme_set_screen", LIBRARY.GTK);
1823 	Linker.link(gtk_icon_theme_set_search_path, "gtk_icon_theme_set_search_path", LIBRARY.GTK);
1824 
1825 	// gtk.IconView
1826 
1827 	Linker.link(gtk_icon_view_get_type, "gtk_icon_view_get_type", LIBRARY.GTK);
1828 	Linker.link(gtk_icon_view_new, "gtk_icon_view_new", LIBRARY.GTK);
1829 	Linker.link(gtk_icon_view_new_with_area, "gtk_icon_view_new_with_area", LIBRARY.GTK);
1830 	Linker.link(gtk_icon_view_new_with_model, "gtk_icon_view_new_with_model", LIBRARY.GTK);
1831 	Linker.link(gtk_icon_view_convert_widget_to_bin_window_coords, "gtk_icon_view_convert_widget_to_bin_window_coords", LIBRARY.GTK);
1832 	Linker.link(gtk_icon_view_create_drag_icon, "gtk_icon_view_create_drag_icon", LIBRARY.GTK);
1833 	Linker.link(gtk_icon_view_enable_model_drag_dest, "gtk_icon_view_enable_model_drag_dest", LIBRARY.GTK);
1834 	Linker.link(gtk_icon_view_enable_model_drag_source, "gtk_icon_view_enable_model_drag_source", LIBRARY.GTK);
1835 	Linker.link(gtk_icon_view_get_activate_on_single_click, "gtk_icon_view_get_activate_on_single_click", LIBRARY.GTK);
1836 	Linker.link(gtk_icon_view_get_cell_rect, "gtk_icon_view_get_cell_rect", LIBRARY.GTK);
1837 	Linker.link(gtk_icon_view_get_column_spacing, "gtk_icon_view_get_column_spacing", LIBRARY.GTK);
1838 	Linker.link(gtk_icon_view_get_columns, "gtk_icon_view_get_columns", LIBRARY.GTK);
1839 	Linker.link(gtk_icon_view_get_cursor, "gtk_icon_view_get_cursor", LIBRARY.GTK);
1840 	Linker.link(gtk_icon_view_get_dest_item_at_pos, "gtk_icon_view_get_dest_item_at_pos", LIBRARY.GTK);
1841 	Linker.link(gtk_icon_view_get_drag_dest_item, "gtk_icon_view_get_drag_dest_item", LIBRARY.GTK);
1842 	Linker.link(gtk_icon_view_get_item_at_pos, "gtk_icon_view_get_item_at_pos", LIBRARY.GTK);
1843 	Linker.link(gtk_icon_view_get_item_column, "gtk_icon_view_get_item_column", LIBRARY.GTK);
1844 	Linker.link(gtk_icon_view_get_item_orientation, "gtk_icon_view_get_item_orientation", LIBRARY.GTK);
1845 	Linker.link(gtk_icon_view_get_item_padding, "gtk_icon_view_get_item_padding", LIBRARY.GTK);
1846 	Linker.link(gtk_icon_view_get_item_row, "gtk_icon_view_get_item_row", LIBRARY.GTK);
1847 	Linker.link(gtk_icon_view_get_item_width, "gtk_icon_view_get_item_width", LIBRARY.GTK);
1848 	Linker.link(gtk_icon_view_get_margin, "gtk_icon_view_get_margin", LIBRARY.GTK);
1849 	Linker.link(gtk_icon_view_get_markup_column, "gtk_icon_view_get_markup_column", LIBRARY.GTK);
1850 	Linker.link(gtk_icon_view_get_model, "gtk_icon_view_get_model", LIBRARY.GTK);
1851 	Linker.link(gtk_icon_view_get_path_at_pos, "gtk_icon_view_get_path_at_pos", LIBRARY.GTK);
1852 	Linker.link(gtk_icon_view_get_pixbuf_column, "gtk_icon_view_get_pixbuf_column", LIBRARY.GTK);
1853 	Linker.link(gtk_icon_view_get_reorderable, "gtk_icon_view_get_reorderable", LIBRARY.GTK);
1854 	Linker.link(gtk_icon_view_get_row_spacing, "gtk_icon_view_get_row_spacing", LIBRARY.GTK);
1855 	Linker.link(gtk_icon_view_get_selected_items, "gtk_icon_view_get_selected_items", LIBRARY.GTK);
1856 	Linker.link(gtk_icon_view_get_selection_mode, "gtk_icon_view_get_selection_mode", LIBRARY.GTK);
1857 	Linker.link(gtk_icon_view_get_spacing, "gtk_icon_view_get_spacing", LIBRARY.GTK);
1858 	Linker.link(gtk_icon_view_get_text_column, "gtk_icon_view_get_text_column", LIBRARY.GTK);
1859 	Linker.link(gtk_icon_view_get_tooltip_column, "gtk_icon_view_get_tooltip_column", LIBRARY.GTK);
1860 	Linker.link(gtk_icon_view_get_tooltip_context, "gtk_icon_view_get_tooltip_context", LIBRARY.GTK);
1861 	Linker.link(gtk_icon_view_get_visible_range, "gtk_icon_view_get_visible_range", LIBRARY.GTK);
1862 	Linker.link(gtk_icon_view_item_activated, "gtk_icon_view_item_activated", LIBRARY.GTK);
1863 	Linker.link(gtk_icon_view_path_is_selected, "gtk_icon_view_path_is_selected", LIBRARY.GTK);
1864 	Linker.link(gtk_icon_view_scroll_to_path, "gtk_icon_view_scroll_to_path", LIBRARY.GTK);
1865 	Linker.link(gtk_icon_view_select_all, "gtk_icon_view_select_all", LIBRARY.GTK);
1866 	Linker.link(gtk_icon_view_select_path, "gtk_icon_view_select_path", LIBRARY.GTK);
1867 	Linker.link(gtk_icon_view_selected_foreach, "gtk_icon_view_selected_foreach", LIBRARY.GTK);
1868 	Linker.link(gtk_icon_view_set_activate_on_single_click, "gtk_icon_view_set_activate_on_single_click", LIBRARY.GTK);
1869 	Linker.link(gtk_icon_view_set_column_spacing, "gtk_icon_view_set_column_spacing", LIBRARY.GTK);
1870 	Linker.link(gtk_icon_view_set_columns, "gtk_icon_view_set_columns", LIBRARY.GTK);
1871 	Linker.link(gtk_icon_view_set_cursor, "gtk_icon_view_set_cursor", LIBRARY.GTK);
1872 	Linker.link(gtk_icon_view_set_drag_dest_item, "gtk_icon_view_set_drag_dest_item", LIBRARY.GTK);
1873 	Linker.link(gtk_icon_view_set_item_orientation, "gtk_icon_view_set_item_orientation", LIBRARY.GTK);
1874 	Linker.link(gtk_icon_view_set_item_padding, "gtk_icon_view_set_item_padding", LIBRARY.GTK);
1875 	Linker.link(gtk_icon_view_set_item_width, "gtk_icon_view_set_item_width", LIBRARY.GTK);
1876 	Linker.link(gtk_icon_view_set_margin, "gtk_icon_view_set_margin", LIBRARY.GTK);
1877 	Linker.link(gtk_icon_view_set_markup_column, "gtk_icon_view_set_markup_column", LIBRARY.GTK);
1878 	Linker.link(gtk_icon_view_set_model, "gtk_icon_view_set_model", LIBRARY.GTK);
1879 	Linker.link(gtk_icon_view_set_pixbuf_column, "gtk_icon_view_set_pixbuf_column", LIBRARY.GTK);
1880 	Linker.link(gtk_icon_view_set_reorderable, "gtk_icon_view_set_reorderable", LIBRARY.GTK);
1881 	Linker.link(gtk_icon_view_set_row_spacing, "gtk_icon_view_set_row_spacing", LIBRARY.GTK);
1882 	Linker.link(gtk_icon_view_set_selection_mode, "gtk_icon_view_set_selection_mode", LIBRARY.GTK);
1883 	Linker.link(gtk_icon_view_set_spacing, "gtk_icon_view_set_spacing", LIBRARY.GTK);
1884 	Linker.link(gtk_icon_view_set_text_column, "gtk_icon_view_set_text_column", LIBRARY.GTK);
1885 	Linker.link(gtk_icon_view_set_tooltip_cell, "gtk_icon_view_set_tooltip_cell", LIBRARY.GTK);
1886 	Linker.link(gtk_icon_view_set_tooltip_column, "gtk_icon_view_set_tooltip_column", LIBRARY.GTK);
1887 	Linker.link(gtk_icon_view_set_tooltip_item, "gtk_icon_view_set_tooltip_item", LIBRARY.GTK);
1888 	Linker.link(gtk_icon_view_unselect_all, "gtk_icon_view_unselect_all", LIBRARY.GTK);
1889 	Linker.link(gtk_icon_view_unselect_path, "gtk_icon_view_unselect_path", LIBRARY.GTK);
1890 	Linker.link(gtk_icon_view_unset_model_drag_dest, "gtk_icon_view_unset_model_drag_dest", LIBRARY.GTK);
1891 	Linker.link(gtk_icon_view_unset_model_drag_source, "gtk_icon_view_unset_model_drag_source", LIBRARY.GTK);
1892 
1893 	// gtk.IconViewAccessible
1894 
1895 	Linker.link(gtk_icon_view_accessible_get_type, "gtk_icon_view_accessible_get_type", LIBRARY.GTK);
1896 
1897 	// gtk.Image
1898 
1899 	Linker.link(gtk_image_get_type, "gtk_image_get_type", LIBRARY.GTK);
1900 	Linker.link(gtk_image_new, "gtk_image_new", LIBRARY.GTK);
1901 	Linker.link(gtk_image_new_from_animation, "gtk_image_new_from_animation", LIBRARY.GTK);
1902 	Linker.link(gtk_image_new_from_file, "gtk_image_new_from_file", LIBRARY.GTK);
1903 	Linker.link(gtk_image_new_from_gicon, "gtk_image_new_from_gicon", LIBRARY.GTK);
1904 	Linker.link(gtk_image_new_from_icon_name, "gtk_image_new_from_icon_name", LIBRARY.GTK);
1905 	Linker.link(gtk_image_new_from_icon_set, "gtk_image_new_from_icon_set", LIBRARY.GTK);
1906 	Linker.link(gtk_image_new_from_pixbuf, "gtk_image_new_from_pixbuf", LIBRARY.GTK);
1907 	Linker.link(gtk_image_new_from_resource, "gtk_image_new_from_resource", LIBRARY.GTK);
1908 	Linker.link(gtk_image_new_from_stock, "gtk_image_new_from_stock", LIBRARY.GTK);
1909 	Linker.link(gtk_image_new_from_surface, "gtk_image_new_from_surface", LIBRARY.GTK);
1910 	Linker.link(gtk_image_clear, "gtk_image_clear", LIBRARY.GTK);
1911 	Linker.link(gtk_image_get_animation, "gtk_image_get_animation", LIBRARY.GTK);
1912 	Linker.link(gtk_image_get_gicon, "gtk_image_get_gicon", LIBRARY.GTK);
1913 	Linker.link(gtk_image_get_icon_name, "gtk_image_get_icon_name", LIBRARY.GTK);
1914 	Linker.link(gtk_image_get_icon_set, "gtk_image_get_icon_set", LIBRARY.GTK);
1915 	Linker.link(gtk_image_get_pixbuf, "gtk_image_get_pixbuf", LIBRARY.GTK);
1916 	Linker.link(gtk_image_get_pixel_size, "gtk_image_get_pixel_size", LIBRARY.GTK);
1917 	Linker.link(gtk_image_get_stock, "gtk_image_get_stock", LIBRARY.GTK);
1918 	Linker.link(gtk_image_get_storage_type, "gtk_image_get_storage_type", LIBRARY.GTK);
1919 	Linker.link(gtk_image_set_from_animation, "gtk_image_set_from_animation", LIBRARY.GTK);
1920 	Linker.link(gtk_image_set_from_file, "gtk_image_set_from_file", LIBRARY.GTK);
1921 	Linker.link(gtk_image_set_from_gicon, "gtk_image_set_from_gicon", LIBRARY.GTK);
1922 	Linker.link(gtk_image_set_from_icon_name, "gtk_image_set_from_icon_name", LIBRARY.GTK);
1923 	Linker.link(gtk_image_set_from_icon_set, "gtk_image_set_from_icon_set", LIBRARY.GTK);
1924 	Linker.link(gtk_image_set_from_pixbuf, "gtk_image_set_from_pixbuf", LIBRARY.GTK);
1925 	Linker.link(gtk_image_set_from_resource, "gtk_image_set_from_resource", LIBRARY.GTK);
1926 	Linker.link(gtk_image_set_from_stock, "gtk_image_set_from_stock", LIBRARY.GTK);
1927 	Linker.link(gtk_image_set_from_surface, "gtk_image_set_from_surface", LIBRARY.GTK);
1928 	Linker.link(gtk_image_set_pixel_size, "gtk_image_set_pixel_size", LIBRARY.GTK);
1929 
1930 	// gtk.ImageAccessible
1931 
1932 	Linker.link(gtk_image_accessible_get_type, "gtk_image_accessible_get_type", LIBRARY.GTK);
1933 
1934 	// gtk.ImageCellAccessible
1935 
1936 	Linker.link(gtk_image_cell_accessible_get_type, "gtk_image_cell_accessible_get_type", LIBRARY.GTK);
1937 
1938 	// gtk.ImageMenuItem
1939 
1940 	Linker.link(gtk_image_menu_item_get_type, "gtk_image_menu_item_get_type", LIBRARY.GTK);
1941 	Linker.link(gtk_image_menu_item_new, "gtk_image_menu_item_new", LIBRARY.GTK);
1942 	Linker.link(gtk_image_menu_item_new_from_stock, "gtk_image_menu_item_new_from_stock", LIBRARY.GTK);
1943 	Linker.link(gtk_image_menu_item_new_with_label, "gtk_image_menu_item_new_with_label", LIBRARY.GTK);
1944 	Linker.link(gtk_image_menu_item_new_with_mnemonic, "gtk_image_menu_item_new_with_mnemonic", LIBRARY.GTK);
1945 	Linker.link(gtk_image_menu_item_get_always_show_image, "gtk_image_menu_item_get_always_show_image", LIBRARY.GTK);
1946 	Linker.link(gtk_image_menu_item_get_image, "gtk_image_menu_item_get_image", LIBRARY.GTK);
1947 	Linker.link(gtk_image_menu_item_get_use_stock, "gtk_image_menu_item_get_use_stock", LIBRARY.GTK);
1948 	Linker.link(gtk_image_menu_item_set_accel_group, "gtk_image_menu_item_set_accel_group", LIBRARY.GTK);
1949 	Linker.link(gtk_image_menu_item_set_always_show_image, "gtk_image_menu_item_set_always_show_image", LIBRARY.GTK);
1950 	Linker.link(gtk_image_menu_item_set_image, "gtk_image_menu_item_set_image", LIBRARY.GTK);
1951 	Linker.link(gtk_image_menu_item_set_use_stock, "gtk_image_menu_item_set_use_stock", LIBRARY.GTK);
1952 
1953 	// gtk.InfoBar
1954 
1955 	Linker.link(gtk_info_bar_get_type, "gtk_info_bar_get_type", LIBRARY.GTK);
1956 	Linker.link(gtk_info_bar_new, "gtk_info_bar_new", LIBRARY.GTK);
1957 	Linker.link(gtk_info_bar_new_with_buttons, "gtk_info_bar_new_with_buttons", LIBRARY.GTK);
1958 	Linker.link(gtk_info_bar_add_action_widget, "gtk_info_bar_add_action_widget", LIBRARY.GTK);
1959 	Linker.link(gtk_info_bar_add_button, "gtk_info_bar_add_button", LIBRARY.GTK);
1960 	Linker.link(gtk_info_bar_add_buttons, "gtk_info_bar_add_buttons", LIBRARY.GTK);
1961 	Linker.link(gtk_info_bar_get_action_area, "gtk_info_bar_get_action_area", LIBRARY.GTK);
1962 	Linker.link(gtk_info_bar_get_content_area, "gtk_info_bar_get_content_area", LIBRARY.GTK);
1963 	Linker.link(gtk_info_bar_get_message_type, "gtk_info_bar_get_message_type", LIBRARY.GTK);
1964 	Linker.link(gtk_info_bar_get_show_close_button, "gtk_info_bar_get_show_close_button", LIBRARY.GTK);
1965 	Linker.link(gtk_info_bar_response, "gtk_info_bar_response", LIBRARY.GTK);
1966 	Linker.link(gtk_info_bar_set_default_response, "gtk_info_bar_set_default_response", LIBRARY.GTK);
1967 	Linker.link(gtk_info_bar_set_message_type, "gtk_info_bar_set_message_type", LIBRARY.GTK);
1968 	Linker.link(gtk_info_bar_set_response_sensitive, "gtk_info_bar_set_response_sensitive", LIBRARY.GTK);
1969 	Linker.link(gtk_info_bar_set_show_close_button, "gtk_info_bar_set_show_close_button", LIBRARY.GTK);
1970 
1971 	// gtk.Invisible
1972 
1973 	Linker.link(gtk_invisible_get_type, "gtk_invisible_get_type", LIBRARY.GTK);
1974 	Linker.link(gtk_invisible_new, "gtk_invisible_new", LIBRARY.GTK);
1975 	Linker.link(gtk_invisible_new_for_screen, "gtk_invisible_new_for_screen", LIBRARY.GTK);
1976 	Linker.link(gtk_invisible_get_screen, "gtk_invisible_get_screen", LIBRARY.GTK);
1977 	Linker.link(gtk_invisible_set_screen, "gtk_invisible_set_screen", LIBRARY.GTK);
1978 
1979 	// gtk.Label
1980 
1981 	Linker.link(gtk_label_get_type, "gtk_label_get_type", LIBRARY.GTK);
1982 	Linker.link(gtk_label_new, "gtk_label_new", LIBRARY.GTK);
1983 	Linker.link(gtk_label_new_with_mnemonic, "gtk_label_new_with_mnemonic", LIBRARY.GTK);
1984 	Linker.link(gtk_label_get_angle, "gtk_label_get_angle", LIBRARY.GTK);
1985 	Linker.link(gtk_label_get_attributes, "gtk_label_get_attributes", LIBRARY.GTK);
1986 	Linker.link(gtk_label_get_current_uri, "gtk_label_get_current_uri", LIBRARY.GTK);
1987 	Linker.link(gtk_label_get_ellipsize, "gtk_label_get_ellipsize", LIBRARY.GTK);
1988 	Linker.link(gtk_label_get_justify, "gtk_label_get_justify", LIBRARY.GTK);
1989 	Linker.link(gtk_label_get_label, "gtk_label_get_label", LIBRARY.GTK);
1990 	Linker.link(gtk_label_get_layout, "gtk_label_get_layout", LIBRARY.GTK);
1991 	Linker.link(gtk_label_get_layout_offsets, "gtk_label_get_layout_offsets", LIBRARY.GTK);
1992 	Linker.link(gtk_label_get_line_wrap, "gtk_label_get_line_wrap", LIBRARY.GTK);
1993 	Linker.link(gtk_label_get_line_wrap_mode, "gtk_label_get_line_wrap_mode", LIBRARY.GTK);
1994 	Linker.link(gtk_label_get_lines, "gtk_label_get_lines", LIBRARY.GTK);
1995 	Linker.link(gtk_label_get_max_width_chars, "gtk_label_get_max_width_chars", LIBRARY.GTK);
1996 	Linker.link(gtk_label_get_mnemonic_keyval, "gtk_label_get_mnemonic_keyval", LIBRARY.GTK);
1997 	Linker.link(gtk_label_get_mnemonic_widget, "gtk_label_get_mnemonic_widget", LIBRARY.GTK);
1998 	Linker.link(gtk_label_get_selectable, "gtk_label_get_selectable", LIBRARY.GTK);
1999 	Linker.link(gtk_label_get_selection_bounds, "gtk_label_get_selection_bounds", LIBRARY.GTK);
2000 	Linker.link(gtk_label_get_single_line_mode, "gtk_label_get_single_line_mode", LIBRARY.GTK);
2001 	Linker.link(gtk_label_get_text, "gtk_label_get_text", LIBRARY.GTK);
2002 	Linker.link(gtk_label_get_track_visited_links, "gtk_label_get_track_visited_links", LIBRARY.GTK);
2003 	Linker.link(gtk_label_get_use_markup, "gtk_label_get_use_markup", LIBRARY.GTK);
2004 	Linker.link(gtk_label_get_use_underline, "gtk_label_get_use_underline", LIBRARY.GTK);
2005 	Linker.link(gtk_label_get_width_chars, "gtk_label_get_width_chars", LIBRARY.GTK);
2006 	Linker.link(gtk_label_select_region, "gtk_label_select_region", LIBRARY.GTK);
2007 	Linker.link(gtk_label_set_angle, "gtk_label_set_angle", LIBRARY.GTK);
2008 	Linker.link(gtk_label_set_attributes, "gtk_label_set_attributes", LIBRARY.GTK);
2009 	Linker.link(gtk_label_set_ellipsize, "gtk_label_set_ellipsize", LIBRARY.GTK);
2010 	Linker.link(gtk_label_set_justify, "gtk_label_set_justify", LIBRARY.GTK);
2011 	Linker.link(gtk_label_set_label, "gtk_label_set_label", LIBRARY.GTK);
2012 	Linker.link(gtk_label_set_line_wrap, "gtk_label_set_line_wrap", LIBRARY.GTK);
2013 	Linker.link(gtk_label_set_line_wrap_mode, "gtk_label_set_line_wrap_mode", LIBRARY.GTK);
2014 	Linker.link(gtk_label_set_lines, "gtk_label_set_lines", LIBRARY.GTK);
2015 	Linker.link(gtk_label_set_markup, "gtk_label_set_markup", LIBRARY.GTK);
2016 	Linker.link(gtk_label_set_markup_with_mnemonic, "gtk_label_set_markup_with_mnemonic", LIBRARY.GTK);
2017 	Linker.link(gtk_label_set_max_width_chars, "gtk_label_set_max_width_chars", LIBRARY.GTK);
2018 	Linker.link(gtk_label_set_mnemonic_widget, "gtk_label_set_mnemonic_widget", LIBRARY.GTK);
2019 	Linker.link(gtk_label_set_pattern, "gtk_label_set_pattern", LIBRARY.GTK);
2020 	Linker.link(gtk_label_set_selectable, "gtk_label_set_selectable", LIBRARY.GTK);
2021 	Linker.link(gtk_label_set_single_line_mode, "gtk_label_set_single_line_mode", LIBRARY.GTK);
2022 	Linker.link(gtk_label_set_text, "gtk_label_set_text", LIBRARY.GTK);
2023 	Linker.link(gtk_label_set_text_with_mnemonic, "gtk_label_set_text_with_mnemonic", LIBRARY.GTK);
2024 	Linker.link(gtk_label_set_track_visited_links, "gtk_label_set_track_visited_links", LIBRARY.GTK);
2025 	Linker.link(gtk_label_set_use_markup, "gtk_label_set_use_markup", LIBRARY.GTK);
2026 	Linker.link(gtk_label_set_use_underline, "gtk_label_set_use_underline", LIBRARY.GTK);
2027 	Linker.link(gtk_label_set_width_chars, "gtk_label_set_width_chars", LIBRARY.GTK);
2028 
2029 	// gtk.LabelAccessible
2030 
2031 	Linker.link(gtk_label_accessible_get_type, "gtk_label_accessible_get_type", LIBRARY.GTK);
2032 
2033 	// gtk.Layout
2034 
2035 	Linker.link(gtk_layout_get_type, "gtk_layout_get_type", LIBRARY.GTK);
2036 	Linker.link(gtk_layout_new, "gtk_layout_new", LIBRARY.GTK);
2037 	Linker.link(gtk_layout_get_bin_window, "gtk_layout_get_bin_window", LIBRARY.GTK);
2038 	Linker.link(gtk_layout_get_hadjustment, "gtk_layout_get_hadjustment", LIBRARY.GTK);
2039 	Linker.link(gtk_layout_get_size, "gtk_layout_get_size", LIBRARY.GTK);
2040 	Linker.link(gtk_layout_get_vadjustment, "gtk_layout_get_vadjustment", LIBRARY.GTK);
2041 	Linker.link(gtk_layout_move, "gtk_layout_move", LIBRARY.GTK);
2042 	Linker.link(gtk_layout_put, "gtk_layout_put", LIBRARY.GTK);
2043 	Linker.link(gtk_layout_set_hadjustment, "gtk_layout_set_hadjustment", LIBRARY.GTK);
2044 	Linker.link(gtk_layout_set_size, "gtk_layout_set_size", LIBRARY.GTK);
2045 	Linker.link(gtk_layout_set_vadjustment, "gtk_layout_set_vadjustment", LIBRARY.GTK);
2046 
2047 	// gtk.LevelBar
2048 
2049 	Linker.link(gtk_level_bar_get_type, "gtk_level_bar_get_type", LIBRARY.GTK);
2050 	Linker.link(gtk_level_bar_new, "gtk_level_bar_new", LIBRARY.GTK);
2051 	Linker.link(gtk_level_bar_new_for_interval, "gtk_level_bar_new_for_interval", LIBRARY.GTK);
2052 	Linker.link(gtk_level_bar_add_offset_value, "gtk_level_bar_add_offset_value", LIBRARY.GTK);
2053 	Linker.link(gtk_level_bar_get_inverted, "gtk_level_bar_get_inverted", LIBRARY.GTK);
2054 	Linker.link(gtk_level_bar_get_max_value, "gtk_level_bar_get_max_value", LIBRARY.GTK);
2055 	Linker.link(gtk_level_bar_get_min_value, "gtk_level_bar_get_min_value", LIBRARY.GTK);
2056 	Linker.link(gtk_level_bar_get_mode, "gtk_level_bar_get_mode", LIBRARY.GTK);
2057 	Linker.link(gtk_level_bar_get_offset_value, "gtk_level_bar_get_offset_value", LIBRARY.GTK);
2058 	Linker.link(gtk_level_bar_get_value, "gtk_level_bar_get_value", LIBRARY.GTK);
2059 	Linker.link(gtk_level_bar_remove_offset_value, "gtk_level_bar_remove_offset_value", LIBRARY.GTK);
2060 	Linker.link(gtk_level_bar_set_inverted, "gtk_level_bar_set_inverted", LIBRARY.GTK);
2061 	Linker.link(gtk_level_bar_set_max_value, "gtk_level_bar_set_max_value", LIBRARY.GTK);
2062 	Linker.link(gtk_level_bar_set_min_value, "gtk_level_bar_set_min_value", LIBRARY.GTK);
2063 	Linker.link(gtk_level_bar_set_mode, "gtk_level_bar_set_mode", LIBRARY.GTK);
2064 	Linker.link(gtk_level_bar_set_value, "gtk_level_bar_set_value", LIBRARY.GTK);
2065 
2066 	// gtk.LevelBarAccessible
2067 
2068 	Linker.link(gtk_level_bar_accessible_get_type, "gtk_level_bar_accessible_get_type", LIBRARY.GTK);
2069 
2070 	// gtk.LinkButton
2071 
2072 	Linker.link(gtk_link_button_get_type, "gtk_link_button_get_type", LIBRARY.GTK);
2073 	Linker.link(gtk_link_button_new, "gtk_link_button_new", LIBRARY.GTK);
2074 	Linker.link(gtk_link_button_new_with_label, "gtk_link_button_new_with_label", LIBRARY.GTK);
2075 	Linker.link(gtk_link_button_get_uri, "gtk_link_button_get_uri", LIBRARY.GTK);
2076 	Linker.link(gtk_link_button_get_visited, "gtk_link_button_get_visited", LIBRARY.GTK);
2077 	Linker.link(gtk_link_button_set_uri, "gtk_link_button_set_uri", LIBRARY.GTK);
2078 	Linker.link(gtk_link_button_set_visited, "gtk_link_button_set_visited", LIBRARY.GTK);
2079 
2080 	// gtk.LinkButtonAccessible
2081 
2082 	Linker.link(gtk_link_button_accessible_get_type, "gtk_link_button_accessible_get_type", LIBRARY.GTK);
2083 
2084 	// gtk.ListBox
2085 
2086 	Linker.link(gtk_list_box_get_type, "gtk_list_box_get_type", LIBRARY.GTK);
2087 	Linker.link(gtk_list_box_new, "gtk_list_box_new", LIBRARY.GTK);
2088 	Linker.link(gtk_list_box_drag_highlight_row, "gtk_list_box_drag_highlight_row", LIBRARY.GTK);
2089 	Linker.link(gtk_list_box_drag_unhighlight_row, "gtk_list_box_drag_unhighlight_row", LIBRARY.GTK);
2090 	Linker.link(gtk_list_box_get_activate_on_single_click, "gtk_list_box_get_activate_on_single_click", LIBRARY.GTK);
2091 	Linker.link(gtk_list_box_get_adjustment, "gtk_list_box_get_adjustment", LIBRARY.GTK);
2092 	Linker.link(gtk_list_box_get_row_at_index, "gtk_list_box_get_row_at_index", LIBRARY.GTK);
2093 	Linker.link(gtk_list_box_get_row_at_y, "gtk_list_box_get_row_at_y", LIBRARY.GTK);
2094 	Linker.link(gtk_list_box_get_selected_row, "gtk_list_box_get_selected_row", LIBRARY.GTK);
2095 	Linker.link(gtk_list_box_get_selected_rows, "gtk_list_box_get_selected_rows", LIBRARY.GTK);
2096 	Linker.link(gtk_list_box_get_selection_mode, "gtk_list_box_get_selection_mode", LIBRARY.GTK);
2097 	Linker.link(gtk_list_box_insert, "gtk_list_box_insert", LIBRARY.GTK);
2098 	Linker.link(gtk_list_box_invalidate_filter, "gtk_list_box_invalidate_filter", LIBRARY.GTK);
2099 	Linker.link(gtk_list_box_invalidate_headers, "gtk_list_box_invalidate_headers", LIBRARY.GTK);
2100 	Linker.link(gtk_list_box_invalidate_sort, "gtk_list_box_invalidate_sort", LIBRARY.GTK);
2101 	Linker.link(gtk_list_box_prepend, "gtk_list_box_prepend", LIBRARY.GTK);
2102 	Linker.link(gtk_list_box_select_all, "gtk_list_box_select_all", LIBRARY.GTK);
2103 	Linker.link(gtk_list_box_select_row, "gtk_list_box_select_row", LIBRARY.GTK);
2104 	Linker.link(gtk_list_box_selected_foreach, "gtk_list_box_selected_foreach", LIBRARY.GTK);
2105 	Linker.link(gtk_list_box_set_activate_on_single_click, "gtk_list_box_set_activate_on_single_click", LIBRARY.GTK);
2106 	Linker.link(gtk_list_box_set_adjustment, "gtk_list_box_set_adjustment", LIBRARY.GTK);
2107 	Linker.link(gtk_list_box_set_filter_func, "gtk_list_box_set_filter_func", LIBRARY.GTK);
2108 	Linker.link(gtk_list_box_set_header_func, "gtk_list_box_set_header_func", LIBRARY.GTK);
2109 	Linker.link(gtk_list_box_set_placeholder, "gtk_list_box_set_placeholder", LIBRARY.GTK);
2110 	Linker.link(gtk_list_box_set_selection_mode, "gtk_list_box_set_selection_mode", LIBRARY.GTK);
2111 	Linker.link(gtk_list_box_set_sort_func, "gtk_list_box_set_sort_func", LIBRARY.GTK);
2112 	Linker.link(gtk_list_box_unselect_all, "gtk_list_box_unselect_all", LIBRARY.GTK);
2113 	Linker.link(gtk_list_box_unselect_row, "gtk_list_box_unselect_row", LIBRARY.GTK);
2114 
2115 	// gtk.ListBoxAccessible
2116 
2117 	Linker.link(gtk_list_box_accessible_get_type, "gtk_list_box_accessible_get_type", LIBRARY.GTK);
2118 
2119 	// gtk.ListBoxRow
2120 
2121 	Linker.link(gtk_list_box_row_get_type, "gtk_list_box_row_get_type", LIBRARY.GTK);
2122 	Linker.link(gtk_list_box_row_new, "gtk_list_box_row_new", LIBRARY.GTK);
2123 	Linker.link(gtk_list_box_row_changed, "gtk_list_box_row_changed", LIBRARY.GTK);
2124 	Linker.link(gtk_list_box_row_get_activatable, "gtk_list_box_row_get_activatable", LIBRARY.GTK);
2125 	Linker.link(gtk_list_box_row_get_header, "gtk_list_box_row_get_header", LIBRARY.GTK);
2126 	Linker.link(gtk_list_box_row_get_index, "gtk_list_box_row_get_index", LIBRARY.GTK);
2127 	Linker.link(gtk_list_box_row_get_selectable, "gtk_list_box_row_get_selectable", LIBRARY.GTK);
2128 	Linker.link(gtk_list_box_row_is_selected, "gtk_list_box_row_is_selected", LIBRARY.GTK);
2129 	Linker.link(gtk_list_box_row_set_activatable, "gtk_list_box_row_set_activatable", LIBRARY.GTK);
2130 	Linker.link(gtk_list_box_row_set_header, "gtk_list_box_row_set_header", LIBRARY.GTK);
2131 	Linker.link(gtk_list_box_row_set_selectable, "gtk_list_box_row_set_selectable", LIBRARY.GTK);
2132 
2133 	// gtk.ListBoxRowAccessible
2134 
2135 	Linker.link(gtk_list_box_row_accessible_get_type, "gtk_list_box_row_accessible_get_type", LIBRARY.GTK);
2136 
2137 	// gtk.ListStore
2138 
2139 	Linker.link(gtk_list_store_get_type, "gtk_list_store_get_type", LIBRARY.GTK);
2140 	Linker.link(gtk_list_store_new, "gtk_list_store_new", LIBRARY.GTK);
2141 	Linker.link(gtk_list_store_newv, "gtk_list_store_newv", LIBRARY.GTK);
2142 	Linker.link(gtk_list_store_append, "gtk_list_store_append", LIBRARY.GTK);
2143 	Linker.link(gtk_list_store_clear, "gtk_list_store_clear", LIBRARY.GTK);
2144 	Linker.link(gtk_list_store_insert, "gtk_list_store_insert", LIBRARY.GTK);
2145 	Linker.link(gtk_list_store_insert_after, "gtk_list_store_insert_after", LIBRARY.GTK);
2146 	Linker.link(gtk_list_store_insert_before, "gtk_list_store_insert_before", LIBRARY.GTK);
2147 	Linker.link(gtk_list_store_insert_with_values, "gtk_list_store_insert_with_values", LIBRARY.GTK);
2148 	Linker.link(gtk_list_store_insert_with_valuesv, "gtk_list_store_insert_with_valuesv", LIBRARY.GTK);
2149 	Linker.link(gtk_list_store_iter_is_valid, "gtk_list_store_iter_is_valid", LIBRARY.GTK);
2150 	Linker.link(gtk_list_store_move_after, "gtk_list_store_move_after", LIBRARY.GTK);
2151 	Linker.link(gtk_list_store_move_before, "gtk_list_store_move_before", LIBRARY.GTK);
2152 	Linker.link(gtk_list_store_prepend, "gtk_list_store_prepend", LIBRARY.GTK);
2153 	Linker.link(gtk_list_store_remove, "gtk_list_store_remove", LIBRARY.GTK);
2154 	Linker.link(gtk_list_store_reorder, "gtk_list_store_reorder", LIBRARY.GTK);
2155 	Linker.link(gtk_list_store_set, "gtk_list_store_set", LIBRARY.GTK);
2156 	Linker.link(gtk_list_store_set_column_types, "gtk_list_store_set_column_types", LIBRARY.GTK);
2157 	Linker.link(gtk_list_store_set_valist, "gtk_list_store_set_valist", LIBRARY.GTK);
2158 	Linker.link(gtk_list_store_set_value, "gtk_list_store_set_value", LIBRARY.GTK);
2159 	Linker.link(gtk_list_store_set_valuesv, "gtk_list_store_set_valuesv", LIBRARY.GTK);
2160 	Linker.link(gtk_list_store_swap, "gtk_list_store_swap", LIBRARY.GTK);
2161 
2162 	// gtk.LockButton
2163 
2164 	Linker.link(gtk_lock_button_get_type, "gtk_lock_button_get_type", LIBRARY.GTK);
2165 	Linker.link(gtk_lock_button_new, "gtk_lock_button_new", LIBRARY.GTK);
2166 	Linker.link(gtk_lock_button_get_permission, "gtk_lock_button_get_permission", LIBRARY.GTK);
2167 	Linker.link(gtk_lock_button_set_permission, "gtk_lock_button_set_permission", LIBRARY.GTK);
2168 
2169 	// gtk.LockButtonAccessible
2170 
2171 	Linker.link(gtk_lock_button_accessible_get_type, "gtk_lock_button_accessible_get_type", LIBRARY.GTK);
2172 
2173 	// gtk.Menu
2174 
2175 	Linker.link(gtk_menu_get_type, "gtk_menu_get_type", LIBRARY.GTK);
2176 	Linker.link(gtk_menu_new, "gtk_menu_new", LIBRARY.GTK);
2177 	Linker.link(gtk_menu_new_from_model, "gtk_menu_new_from_model", LIBRARY.GTK);
2178 	Linker.link(gtk_menu_get_for_attach_widget, "gtk_menu_get_for_attach_widget", LIBRARY.GTK);
2179 	Linker.link(gtk_menu_attach, "gtk_menu_attach", LIBRARY.GTK);
2180 	Linker.link(gtk_menu_attach_to_widget, "gtk_menu_attach_to_widget", LIBRARY.GTK);
2181 	Linker.link(gtk_menu_detach, "gtk_menu_detach", LIBRARY.GTK);
2182 	Linker.link(gtk_menu_get_accel_group, "gtk_menu_get_accel_group", LIBRARY.GTK);
2183 	Linker.link(gtk_menu_get_accel_path, "gtk_menu_get_accel_path", LIBRARY.GTK);
2184 	Linker.link(gtk_menu_get_active, "gtk_menu_get_active", LIBRARY.GTK);
2185 	Linker.link(gtk_menu_get_attach_widget, "gtk_menu_get_attach_widget", LIBRARY.GTK);
2186 	Linker.link(gtk_menu_get_monitor, "gtk_menu_get_monitor", LIBRARY.GTK);
2187 	Linker.link(gtk_menu_get_reserve_toggle_size, "gtk_menu_get_reserve_toggle_size", LIBRARY.GTK);
2188 	Linker.link(gtk_menu_get_tearoff_state, "gtk_menu_get_tearoff_state", LIBRARY.GTK);
2189 	Linker.link(gtk_menu_get_title, "gtk_menu_get_title", LIBRARY.GTK);
2190 	Linker.link(gtk_menu_popdown, "gtk_menu_popdown", LIBRARY.GTK);
2191 	Linker.link(gtk_menu_popup, "gtk_menu_popup", LIBRARY.GTK);
2192 	Linker.link(gtk_menu_popup_for_device, "gtk_menu_popup_for_device", LIBRARY.GTK);
2193 	Linker.link(gtk_menu_reorder_child, "gtk_menu_reorder_child", LIBRARY.GTK);
2194 	Linker.link(gtk_menu_reposition, "gtk_menu_reposition", LIBRARY.GTK);
2195 	Linker.link(gtk_menu_set_accel_group, "gtk_menu_set_accel_group", LIBRARY.GTK);
2196 	Linker.link(gtk_menu_set_accel_path, "gtk_menu_set_accel_path", LIBRARY.GTK);
2197 	Linker.link(gtk_menu_set_active, "gtk_menu_set_active", LIBRARY.GTK);
2198 	Linker.link(gtk_menu_set_monitor, "gtk_menu_set_monitor", LIBRARY.GTK);
2199 	Linker.link(gtk_menu_set_reserve_toggle_size, "gtk_menu_set_reserve_toggle_size", LIBRARY.GTK);
2200 	Linker.link(gtk_menu_set_screen, "gtk_menu_set_screen", LIBRARY.GTK);
2201 	Linker.link(gtk_menu_set_tearoff_state, "gtk_menu_set_tearoff_state", LIBRARY.GTK);
2202 	Linker.link(gtk_menu_set_title, "gtk_menu_set_title", LIBRARY.GTK);
2203 
2204 	// gtk.MenuAccessible
2205 
2206 	Linker.link(gtk_menu_accessible_get_type, "gtk_menu_accessible_get_type", LIBRARY.GTK);
2207 
2208 	// gtk.MenuBar
2209 
2210 	Linker.link(gtk_menu_bar_get_type, "gtk_menu_bar_get_type", LIBRARY.GTK);
2211 	Linker.link(gtk_menu_bar_new, "gtk_menu_bar_new", LIBRARY.GTK);
2212 	Linker.link(gtk_menu_bar_new_from_model, "gtk_menu_bar_new_from_model", LIBRARY.GTK);
2213 	Linker.link(gtk_menu_bar_get_child_pack_direction, "gtk_menu_bar_get_child_pack_direction", LIBRARY.GTK);
2214 	Linker.link(gtk_menu_bar_get_pack_direction, "gtk_menu_bar_get_pack_direction", LIBRARY.GTK);
2215 	Linker.link(gtk_menu_bar_set_child_pack_direction, "gtk_menu_bar_set_child_pack_direction", LIBRARY.GTK);
2216 	Linker.link(gtk_menu_bar_set_pack_direction, "gtk_menu_bar_set_pack_direction", LIBRARY.GTK);
2217 
2218 	// gtk.MenuButton
2219 
2220 	Linker.link(gtk_menu_button_get_type, "gtk_menu_button_get_type", LIBRARY.GTK);
2221 	Linker.link(gtk_menu_button_new, "gtk_menu_button_new", LIBRARY.GTK);
2222 	Linker.link(gtk_menu_button_get_align_widget, "gtk_menu_button_get_align_widget", LIBRARY.GTK);
2223 	Linker.link(gtk_menu_button_get_direction, "gtk_menu_button_get_direction", LIBRARY.GTK);
2224 	Linker.link(gtk_menu_button_get_menu_model, "gtk_menu_button_get_menu_model", LIBRARY.GTK);
2225 	Linker.link(gtk_menu_button_get_popover, "gtk_menu_button_get_popover", LIBRARY.GTK);
2226 	Linker.link(gtk_menu_button_get_popup, "gtk_menu_button_get_popup", LIBRARY.GTK);
2227 	Linker.link(gtk_menu_button_get_use_popover, "gtk_menu_button_get_use_popover", LIBRARY.GTK);
2228 	Linker.link(gtk_menu_button_set_align_widget, "gtk_menu_button_set_align_widget", LIBRARY.GTK);
2229 	Linker.link(gtk_menu_button_set_direction, "gtk_menu_button_set_direction", LIBRARY.GTK);
2230 	Linker.link(gtk_menu_button_set_menu_model, "gtk_menu_button_set_menu_model", LIBRARY.GTK);
2231 	Linker.link(gtk_menu_button_set_popover, "gtk_menu_button_set_popover", LIBRARY.GTK);
2232 	Linker.link(gtk_menu_button_set_popup, "gtk_menu_button_set_popup", LIBRARY.GTK);
2233 	Linker.link(gtk_menu_button_set_use_popover, "gtk_menu_button_set_use_popover", LIBRARY.GTK);
2234 
2235 	// gtk.MenuButtonAccessible
2236 
2237 	Linker.link(gtk_menu_button_accessible_get_type, "gtk_menu_button_accessible_get_type", LIBRARY.GTK);
2238 
2239 	// gtk.MenuItem
2240 
2241 	Linker.link(gtk_menu_item_get_type, "gtk_menu_item_get_type", LIBRARY.GTK);
2242 	Linker.link(gtk_menu_item_new, "gtk_menu_item_new", LIBRARY.GTK);
2243 	Linker.link(gtk_menu_item_new_with_label, "gtk_menu_item_new_with_label", LIBRARY.GTK);
2244 	Linker.link(gtk_menu_item_new_with_mnemonic, "gtk_menu_item_new_with_mnemonic", LIBRARY.GTK);
2245 	Linker.link(gtk_menu_item_activate, "gtk_menu_item_activate", LIBRARY.GTK);
2246 	Linker.link(gtk_menu_item_deselect, "gtk_menu_item_deselect", LIBRARY.GTK);
2247 	Linker.link(gtk_menu_item_get_accel_path, "gtk_menu_item_get_accel_path", LIBRARY.GTK);
2248 	Linker.link(gtk_menu_item_get_label, "gtk_menu_item_get_label", LIBRARY.GTK);
2249 	Linker.link(gtk_menu_item_get_reserve_indicator, "gtk_menu_item_get_reserve_indicator", LIBRARY.GTK);
2250 	Linker.link(gtk_menu_item_get_right_justified, "gtk_menu_item_get_right_justified", LIBRARY.GTK);
2251 	Linker.link(gtk_menu_item_get_submenu, "gtk_menu_item_get_submenu", LIBRARY.GTK);
2252 	Linker.link(gtk_menu_item_get_use_underline, "gtk_menu_item_get_use_underline", LIBRARY.GTK);
2253 	Linker.link(gtk_menu_item_select, "gtk_menu_item_select", LIBRARY.GTK);
2254 	Linker.link(gtk_menu_item_set_accel_path, "gtk_menu_item_set_accel_path", LIBRARY.GTK);
2255 	Linker.link(gtk_menu_item_set_label, "gtk_menu_item_set_label", LIBRARY.GTK);
2256 	Linker.link(gtk_menu_item_set_reserve_indicator, "gtk_menu_item_set_reserve_indicator", LIBRARY.GTK);
2257 	Linker.link(gtk_menu_item_set_right_justified, "gtk_menu_item_set_right_justified", LIBRARY.GTK);
2258 	Linker.link(gtk_menu_item_set_submenu, "gtk_menu_item_set_submenu", LIBRARY.GTK);
2259 	Linker.link(gtk_menu_item_set_use_underline, "gtk_menu_item_set_use_underline", LIBRARY.GTK);
2260 	Linker.link(gtk_menu_item_toggle_size_allocate, "gtk_menu_item_toggle_size_allocate", LIBRARY.GTK);
2261 	Linker.link(gtk_menu_item_toggle_size_request, "gtk_menu_item_toggle_size_request", LIBRARY.GTK);
2262 
2263 	// gtk.MenuItemAccessible
2264 
2265 	Linker.link(gtk_menu_item_accessible_get_type, "gtk_menu_item_accessible_get_type", LIBRARY.GTK);
2266 
2267 	// gtk.MenuShell
2268 
2269 	Linker.link(gtk_menu_shell_get_type, "gtk_menu_shell_get_type", LIBRARY.GTK);
2270 	Linker.link(gtk_menu_shell_activate_item, "gtk_menu_shell_activate_item", LIBRARY.GTK);
2271 	Linker.link(gtk_menu_shell_append, "gtk_menu_shell_append", LIBRARY.GTK);
2272 	Linker.link(gtk_menu_shell_bind_model, "gtk_menu_shell_bind_model", LIBRARY.GTK);
2273 	Linker.link(gtk_menu_shell_cancel, "gtk_menu_shell_cancel", LIBRARY.GTK);
2274 	Linker.link(gtk_menu_shell_deactivate, "gtk_menu_shell_deactivate", LIBRARY.GTK);
2275 	Linker.link(gtk_menu_shell_deselect, "gtk_menu_shell_deselect", LIBRARY.GTK);
2276 	Linker.link(gtk_menu_shell_get_parent_shell, "gtk_menu_shell_get_parent_shell", LIBRARY.GTK);
2277 	Linker.link(gtk_menu_shell_get_selected_item, "gtk_menu_shell_get_selected_item", LIBRARY.GTK);
2278 	Linker.link(gtk_menu_shell_get_take_focus, "gtk_menu_shell_get_take_focus", LIBRARY.GTK);
2279 	Linker.link(gtk_menu_shell_insert, "gtk_menu_shell_insert", LIBRARY.GTK);
2280 	Linker.link(gtk_menu_shell_prepend, "gtk_menu_shell_prepend", LIBRARY.GTK);
2281 	Linker.link(gtk_menu_shell_select_first, "gtk_menu_shell_select_first", LIBRARY.GTK);
2282 	Linker.link(gtk_menu_shell_select_item, "gtk_menu_shell_select_item", LIBRARY.GTK);
2283 	Linker.link(gtk_menu_shell_set_take_focus, "gtk_menu_shell_set_take_focus", LIBRARY.GTK);
2284 
2285 	// gtk.MenuShellAccessible
2286 
2287 	Linker.link(gtk_menu_shell_accessible_get_type, "gtk_menu_shell_accessible_get_type", LIBRARY.GTK);
2288 
2289 	// gtk.MenuToolButton
2290 
2291 	Linker.link(gtk_menu_tool_button_get_type, "gtk_menu_tool_button_get_type", LIBRARY.GTK);
2292 	Linker.link(gtk_menu_tool_button_new, "gtk_menu_tool_button_new", LIBRARY.GTK);
2293 	Linker.link(gtk_menu_tool_button_new_from_stock, "gtk_menu_tool_button_new_from_stock", LIBRARY.GTK);
2294 	Linker.link(gtk_menu_tool_button_get_menu, "gtk_menu_tool_button_get_menu", LIBRARY.GTK);
2295 	Linker.link(gtk_menu_tool_button_set_arrow_tooltip_markup, "gtk_menu_tool_button_set_arrow_tooltip_markup", LIBRARY.GTK);
2296 	Linker.link(gtk_menu_tool_button_set_arrow_tooltip_text, "gtk_menu_tool_button_set_arrow_tooltip_text", LIBRARY.GTK);
2297 	Linker.link(gtk_menu_tool_button_set_menu, "gtk_menu_tool_button_set_menu", LIBRARY.GTK);
2298 
2299 	// gtk.MessageDialog
2300 
2301 	Linker.link(gtk_message_dialog_get_type, "gtk_message_dialog_get_type", LIBRARY.GTK);
2302 	Linker.link(gtk_message_dialog_new, "gtk_message_dialog_new", LIBRARY.GTK);
2303 	Linker.link(gtk_message_dialog_new_with_markup, "gtk_message_dialog_new_with_markup", LIBRARY.GTK);
2304 	Linker.link(gtk_message_dialog_format_secondary_markup, "gtk_message_dialog_format_secondary_markup", LIBRARY.GTK);
2305 	Linker.link(gtk_message_dialog_format_secondary_text, "gtk_message_dialog_format_secondary_text", LIBRARY.GTK);
2306 	Linker.link(gtk_message_dialog_get_image, "gtk_message_dialog_get_image", LIBRARY.GTK);
2307 	Linker.link(gtk_message_dialog_get_message_area, "gtk_message_dialog_get_message_area", LIBRARY.GTK);
2308 	Linker.link(gtk_message_dialog_set_image, "gtk_message_dialog_set_image", LIBRARY.GTK);
2309 	Linker.link(gtk_message_dialog_set_markup, "gtk_message_dialog_set_markup", LIBRARY.GTK);
2310 
2311 	// gtk.Misc
2312 
2313 	Linker.link(gtk_misc_get_type, "gtk_misc_get_type", LIBRARY.GTK);
2314 	Linker.link(gtk_misc_get_alignment, "gtk_misc_get_alignment", LIBRARY.GTK);
2315 	Linker.link(gtk_misc_get_padding, "gtk_misc_get_padding", LIBRARY.GTK);
2316 	Linker.link(gtk_misc_set_alignment, "gtk_misc_set_alignment", LIBRARY.GTK);
2317 	Linker.link(gtk_misc_set_padding, "gtk_misc_set_padding", LIBRARY.GTK);
2318 
2319 	// gtk.MountOperation
2320 
2321 	Linker.link(gtk_mount_operation_get_type, "gtk_mount_operation_get_type", LIBRARY.GTK);
2322 	Linker.link(gtk_mount_operation_new, "gtk_mount_operation_new", LIBRARY.GTK);
2323 	Linker.link(gtk_mount_operation_get_parent, "gtk_mount_operation_get_parent", LIBRARY.GTK);
2324 	Linker.link(gtk_mount_operation_get_screen, "gtk_mount_operation_get_screen", LIBRARY.GTK);
2325 	Linker.link(gtk_mount_operation_is_showing, "gtk_mount_operation_is_showing", LIBRARY.GTK);
2326 	Linker.link(gtk_mount_operation_set_parent, "gtk_mount_operation_set_parent", LIBRARY.GTK);
2327 	Linker.link(gtk_mount_operation_set_screen, "gtk_mount_operation_set_screen", LIBRARY.GTK);
2328 	Linker.link(gtk_show_uri, "gtk_show_uri", LIBRARY.GTK);
2329 
2330 	// gtk.Notebook
2331 
2332 	Linker.link(gtk_notebook_get_type, "gtk_notebook_get_type", LIBRARY.GTK);
2333 	Linker.link(gtk_notebook_new, "gtk_notebook_new", LIBRARY.GTK);
2334 	Linker.link(gtk_notebook_append_page, "gtk_notebook_append_page", LIBRARY.GTK);
2335 	Linker.link(gtk_notebook_append_page_menu, "gtk_notebook_append_page_menu", LIBRARY.GTK);
2336 	Linker.link(gtk_notebook_get_action_widget, "gtk_notebook_get_action_widget", LIBRARY.GTK);
2337 	Linker.link(gtk_notebook_get_current_page, "gtk_notebook_get_current_page", LIBRARY.GTK);
2338 	Linker.link(gtk_notebook_get_group_name, "gtk_notebook_get_group_name", LIBRARY.GTK);
2339 	Linker.link(gtk_notebook_get_menu_label, "gtk_notebook_get_menu_label", LIBRARY.GTK);
2340 	Linker.link(gtk_notebook_get_menu_label_text, "gtk_notebook_get_menu_label_text", LIBRARY.GTK);
2341 	Linker.link(gtk_notebook_get_n_pages, "gtk_notebook_get_n_pages", LIBRARY.GTK);
2342 	Linker.link(gtk_notebook_get_nth_page, "gtk_notebook_get_nth_page", LIBRARY.GTK);
2343 	Linker.link(gtk_notebook_get_scrollable, "gtk_notebook_get_scrollable", LIBRARY.GTK);
2344 	Linker.link(gtk_notebook_get_show_border, "gtk_notebook_get_show_border", LIBRARY.GTK);
2345 	Linker.link(gtk_notebook_get_show_tabs, "gtk_notebook_get_show_tabs", LIBRARY.GTK);
2346 	Linker.link(gtk_notebook_get_tab_detachable, "gtk_notebook_get_tab_detachable", LIBRARY.GTK);
2347 	Linker.link(gtk_notebook_get_tab_hborder, "gtk_notebook_get_tab_hborder", LIBRARY.GTK);
2348 	Linker.link(gtk_notebook_get_tab_label, "gtk_notebook_get_tab_label", LIBRARY.GTK);
2349 	Linker.link(gtk_notebook_get_tab_label_text, "gtk_notebook_get_tab_label_text", LIBRARY.GTK);
2350 	Linker.link(gtk_notebook_get_tab_pos, "gtk_notebook_get_tab_pos", LIBRARY.GTK);
2351 	Linker.link(gtk_notebook_get_tab_reorderable, "gtk_notebook_get_tab_reorderable", LIBRARY.GTK);
2352 	Linker.link(gtk_notebook_get_tab_vborder, "gtk_notebook_get_tab_vborder", LIBRARY.GTK);
2353 	Linker.link(gtk_notebook_insert_page, "gtk_notebook_insert_page", LIBRARY.GTK);
2354 	Linker.link(gtk_notebook_insert_page_menu, "gtk_notebook_insert_page_menu", LIBRARY.GTK);
2355 	Linker.link(gtk_notebook_next_page, "gtk_notebook_next_page", LIBRARY.GTK);
2356 	Linker.link(gtk_notebook_page_num, "gtk_notebook_page_num", LIBRARY.GTK);
2357 	Linker.link(gtk_notebook_popup_disable, "gtk_notebook_popup_disable", LIBRARY.GTK);
2358 	Linker.link(gtk_notebook_popup_enable, "gtk_notebook_popup_enable", LIBRARY.GTK);
2359 	Linker.link(gtk_notebook_prepend_page, "gtk_notebook_prepend_page", LIBRARY.GTK);
2360 	Linker.link(gtk_notebook_prepend_page_menu, "gtk_notebook_prepend_page_menu", LIBRARY.GTK);
2361 	Linker.link(gtk_notebook_prev_page, "gtk_notebook_prev_page", LIBRARY.GTK);
2362 	Linker.link(gtk_notebook_remove_page, "gtk_notebook_remove_page", LIBRARY.GTK);
2363 	Linker.link(gtk_notebook_reorder_child, "gtk_notebook_reorder_child", LIBRARY.GTK);
2364 	Linker.link(gtk_notebook_set_action_widget, "gtk_notebook_set_action_widget", LIBRARY.GTK);
2365 	Linker.link(gtk_notebook_set_current_page, "gtk_notebook_set_current_page", LIBRARY.GTK);
2366 	Linker.link(gtk_notebook_set_group_name, "gtk_notebook_set_group_name", LIBRARY.GTK);
2367 	Linker.link(gtk_notebook_set_menu_label, "gtk_notebook_set_menu_label", LIBRARY.GTK);
2368 	Linker.link(gtk_notebook_set_menu_label_text, "gtk_notebook_set_menu_label_text", LIBRARY.GTK);
2369 	Linker.link(gtk_notebook_set_scrollable, "gtk_notebook_set_scrollable", LIBRARY.GTK);
2370 	Linker.link(gtk_notebook_set_show_border, "gtk_notebook_set_show_border", LIBRARY.GTK);
2371 	Linker.link(gtk_notebook_set_show_tabs, "gtk_notebook_set_show_tabs", LIBRARY.GTK);
2372 	Linker.link(gtk_notebook_set_tab_detachable, "gtk_notebook_set_tab_detachable", LIBRARY.GTK);
2373 	Linker.link(gtk_notebook_set_tab_label, "gtk_notebook_set_tab_label", LIBRARY.GTK);
2374 	Linker.link(gtk_notebook_set_tab_label_text, "gtk_notebook_set_tab_label_text", LIBRARY.GTK);
2375 	Linker.link(gtk_notebook_set_tab_pos, "gtk_notebook_set_tab_pos", LIBRARY.GTK);
2376 	Linker.link(gtk_notebook_set_tab_reorderable, "gtk_notebook_set_tab_reorderable", LIBRARY.GTK);
2377 
2378 	// gtk.NotebookAccessible
2379 
2380 	Linker.link(gtk_notebook_accessible_get_type, "gtk_notebook_accessible_get_type", LIBRARY.GTK);
2381 
2382 	// gtk.NotebookPageAccessible
2383 
2384 	Linker.link(gtk_notebook_page_accessible_get_type, "gtk_notebook_page_accessible_get_type", LIBRARY.GTK);
2385 	Linker.link(gtk_notebook_page_accessible_new, "gtk_notebook_page_accessible_new", LIBRARY.GTK);
2386 	Linker.link(gtk_notebook_page_accessible_invalidate, "gtk_notebook_page_accessible_invalidate", LIBRARY.GTK);
2387 
2388 	// gtk.NumerableIcon
2389 
2390 	Linker.link(gtk_numerable_icon_get_type, "gtk_numerable_icon_get_type", LIBRARY.GTK);
2391 	Linker.link(gtk_numerable_icon_new, "gtk_numerable_icon_new", LIBRARY.GTK);
2392 	Linker.link(gtk_numerable_icon_new_with_style_context, "gtk_numerable_icon_new_with_style_context", LIBRARY.GTK);
2393 	Linker.link(gtk_numerable_icon_get_background_gicon, "gtk_numerable_icon_get_background_gicon", LIBRARY.GTK);
2394 	Linker.link(gtk_numerable_icon_get_background_icon_name, "gtk_numerable_icon_get_background_icon_name", LIBRARY.GTK);
2395 	Linker.link(gtk_numerable_icon_get_count, "gtk_numerable_icon_get_count", LIBRARY.GTK);
2396 	Linker.link(gtk_numerable_icon_get_label, "gtk_numerable_icon_get_label", LIBRARY.GTK);
2397 	Linker.link(gtk_numerable_icon_get_style_context, "gtk_numerable_icon_get_style_context", LIBRARY.GTK);
2398 	Linker.link(gtk_numerable_icon_set_background_gicon, "gtk_numerable_icon_set_background_gicon", LIBRARY.GTK);
2399 	Linker.link(gtk_numerable_icon_set_background_icon_name, "gtk_numerable_icon_set_background_icon_name", LIBRARY.GTK);
2400 	Linker.link(gtk_numerable_icon_set_count, "gtk_numerable_icon_set_count", LIBRARY.GTK);
2401 	Linker.link(gtk_numerable_icon_set_label, "gtk_numerable_icon_set_label", LIBRARY.GTK);
2402 	Linker.link(gtk_numerable_icon_set_style_context, "gtk_numerable_icon_set_style_context", LIBRARY.GTK);
2403 
2404 	// gtk.OffscreenWindow
2405 
2406 	Linker.link(gtk_offscreen_window_get_type, "gtk_offscreen_window_get_type", LIBRARY.GTK);
2407 	Linker.link(gtk_offscreen_window_new, "gtk_offscreen_window_new", LIBRARY.GTK);
2408 	Linker.link(gtk_offscreen_window_get_pixbuf, "gtk_offscreen_window_get_pixbuf", LIBRARY.GTK);
2409 	Linker.link(gtk_offscreen_window_get_surface, "gtk_offscreen_window_get_surface", LIBRARY.GTK);
2410 
2411 	// gtk.Orientable
2412 
2413 	Linker.link(gtk_orientable_get_type, "gtk_orientable_get_type", LIBRARY.GTK);
2414 	Linker.link(gtk_orientable_get_orientation, "gtk_orientable_get_orientation", LIBRARY.GTK);
2415 	Linker.link(gtk_orientable_set_orientation, "gtk_orientable_set_orientation", LIBRARY.GTK);
2416 
2417 	// gtk.Overlay
2418 
2419 	Linker.link(gtk_overlay_get_type, "gtk_overlay_get_type", LIBRARY.GTK);
2420 	Linker.link(gtk_overlay_new, "gtk_overlay_new", LIBRARY.GTK);
2421 	Linker.link(gtk_overlay_add_overlay, "gtk_overlay_add_overlay", LIBRARY.GTK);
2422 
2423 	// gtk.PageSetup
2424 
2425 	Linker.link(gtk_page_setup_get_type, "gtk_page_setup_get_type", LIBRARY.GTK);
2426 	Linker.link(gtk_page_setup_new, "gtk_page_setup_new", LIBRARY.GTK);
2427 	Linker.link(gtk_page_setup_new_from_file, "gtk_page_setup_new_from_file", LIBRARY.GTK);
2428 	Linker.link(gtk_page_setup_new_from_key_file, "gtk_page_setup_new_from_key_file", LIBRARY.GTK);
2429 	Linker.link(gtk_page_setup_copy, "gtk_page_setup_copy", LIBRARY.GTK);
2430 	Linker.link(gtk_page_setup_get_bottom_margin, "gtk_page_setup_get_bottom_margin", LIBRARY.GTK);
2431 	Linker.link(gtk_page_setup_get_left_margin, "gtk_page_setup_get_left_margin", LIBRARY.GTK);
2432 	Linker.link(gtk_page_setup_get_orientation, "gtk_page_setup_get_orientation", LIBRARY.GTK);
2433 	Linker.link(gtk_page_setup_get_page_height, "gtk_page_setup_get_page_height", LIBRARY.GTK);
2434 	Linker.link(gtk_page_setup_get_page_width, "gtk_page_setup_get_page_width", LIBRARY.GTK);
2435 	Linker.link(gtk_page_setup_get_paper_height, "gtk_page_setup_get_paper_height", LIBRARY.GTK);
2436 	Linker.link(gtk_page_setup_get_paper_size, "gtk_page_setup_get_paper_size", LIBRARY.GTK);
2437 	Linker.link(gtk_page_setup_get_paper_width, "gtk_page_setup_get_paper_width", LIBRARY.GTK);
2438 	Linker.link(gtk_page_setup_get_right_margin, "gtk_page_setup_get_right_margin", LIBRARY.GTK);
2439 	Linker.link(gtk_page_setup_get_top_margin, "gtk_page_setup_get_top_margin", LIBRARY.GTK);
2440 	Linker.link(gtk_page_setup_load_file, "gtk_page_setup_load_file", LIBRARY.GTK);
2441 	Linker.link(gtk_page_setup_load_key_file, "gtk_page_setup_load_key_file", LIBRARY.GTK);
2442 	Linker.link(gtk_page_setup_set_bottom_margin, "gtk_page_setup_set_bottom_margin", LIBRARY.GTK);
2443 	Linker.link(gtk_page_setup_set_left_margin, "gtk_page_setup_set_left_margin", LIBRARY.GTK);
2444 	Linker.link(gtk_page_setup_set_orientation, "gtk_page_setup_set_orientation", LIBRARY.GTK);
2445 	Linker.link(gtk_page_setup_set_paper_size, "gtk_page_setup_set_paper_size", LIBRARY.GTK);
2446 	Linker.link(gtk_page_setup_set_paper_size_and_default_margins, "gtk_page_setup_set_paper_size_and_default_margins", LIBRARY.GTK);
2447 	Linker.link(gtk_page_setup_set_right_margin, "gtk_page_setup_set_right_margin", LIBRARY.GTK);
2448 	Linker.link(gtk_page_setup_set_top_margin, "gtk_page_setup_set_top_margin", LIBRARY.GTK);
2449 	Linker.link(gtk_page_setup_to_file, "gtk_page_setup_to_file", LIBRARY.GTK);
2450 	Linker.link(gtk_page_setup_to_key_file, "gtk_page_setup_to_key_file", LIBRARY.GTK);
2451 
2452 	// gtk.Paned
2453 
2454 	Linker.link(gtk_paned_get_type, "gtk_paned_get_type", LIBRARY.GTK);
2455 	Linker.link(gtk_paned_new, "gtk_paned_new", LIBRARY.GTK);
2456 	Linker.link(gtk_paned_add1, "gtk_paned_add1", LIBRARY.GTK);
2457 	Linker.link(gtk_paned_add2, "gtk_paned_add2", LIBRARY.GTK);
2458 	Linker.link(gtk_paned_get_child1, "gtk_paned_get_child1", LIBRARY.GTK);
2459 	Linker.link(gtk_paned_get_child2, "gtk_paned_get_child2", LIBRARY.GTK);
2460 	Linker.link(gtk_paned_get_handle_window, "gtk_paned_get_handle_window", LIBRARY.GTK);
2461 	Linker.link(gtk_paned_get_position, "gtk_paned_get_position", LIBRARY.GTK);
2462 	Linker.link(gtk_paned_pack1, "gtk_paned_pack1", LIBRARY.GTK);
2463 	Linker.link(gtk_paned_pack2, "gtk_paned_pack2", LIBRARY.GTK);
2464 	Linker.link(gtk_paned_set_position, "gtk_paned_set_position", LIBRARY.GTK);
2465 
2466 	// gtk.PanedAccessible
2467 
2468 	Linker.link(gtk_paned_accessible_get_type, "gtk_paned_accessible_get_type", LIBRARY.GTK);
2469 
2470 	// gtk.PaperSize
2471 
2472 	Linker.link(gtk_paper_size_get_type, "gtk_paper_size_get_type", LIBRARY.GTK);
2473 	Linker.link(gtk_paper_size_new, "gtk_paper_size_new", LIBRARY.GTK);
2474 	Linker.link(gtk_paper_size_new_custom, "gtk_paper_size_new_custom", LIBRARY.GTK);
2475 	Linker.link(gtk_paper_size_new_from_key_file, "gtk_paper_size_new_from_key_file", LIBRARY.GTK);
2476 	Linker.link(gtk_paper_size_new_from_ppd, "gtk_paper_size_new_from_ppd", LIBRARY.GTK);
2477 	Linker.link(gtk_paper_size_copy, "gtk_paper_size_copy", LIBRARY.GTK);
2478 	Linker.link(gtk_paper_size_free, "gtk_paper_size_free", LIBRARY.GTK);
2479 	Linker.link(gtk_paper_size_get_default_bottom_margin, "gtk_paper_size_get_default_bottom_margin", LIBRARY.GTK);
2480 	Linker.link(gtk_paper_size_get_default_left_margin, "gtk_paper_size_get_default_left_margin", LIBRARY.GTK);
2481 	Linker.link(gtk_paper_size_get_default_right_margin, "gtk_paper_size_get_default_right_margin", LIBRARY.GTK);
2482 	Linker.link(gtk_paper_size_get_default_top_margin, "gtk_paper_size_get_default_top_margin", LIBRARY.GTK);
2483 	Linker.link(gtk_paper_size_get_display_name, "gtk_paper_size_get_display_name", LIBRARY.GTK);
2484 	Linker.link(gtk_paper_size_get_height, "gtk_paper_size_get_height", LIBRARY.GTK);
2485 	Linker.link(gtk_paper_size_get_name, "gtk_paper_size_get_name", LIBRARY.GTK);
2486 	Linker.link(gtk_paper_size_get_ppd_name, "gtk_paper_size_get_ppd_name", LIBRARY.GTK);
2487 	Linker.link(gtk_paper_size_get_width, "gtk_paper_size_get_width", LIBRARY.GTK);
2488 	Linker.link(gtk_paper_size_is_custom, "gtk_paper_size_is_custom", LIBRARY.GTK);
2489 	Linker.link(gtk_paper_size_is_equal, "gtk_paper_size_is_equal", LIBRARY.GTK);
2490 	Linker.link(gtk_paper_size_set_size, "gtk_paper_size_set_size", LIBRARY.GTK);
2491 	Linker.link(gtk_paper_size_to_key_file, "gtk_paper_size_to_key_file", LIBRARY.GTK);
2492 	Linker.link(gtk_paper_size_get_default, "gtk_paper_size_get_default", LIBRARY.GTK);
2493 	Linker.link(gtk_paper_size_get_paper_sizes, "gtk_paper_size_get_paper_sizes", LIBRARY.GTK);
2494 
2495 	// gtk.PlacesSidebar
2496 
2497 	Linker.link(gtk_places_sidebar_get_type, "gtk_places_sidebar_get_type", LIBRARY.GTK);
2498 	Linker.link(gtk_places_sidebar_new, "gtk_places_sidebar_new", LIBRARY.GTK);
2499 	Linker.link(gtk_places_sidebar_add_shortcut, "gtk_places_sidebar_add_shortcut", LIBRARY.GTK);
2500 	Linker.link(gtk_places_sidebar_get_local_only, "gtk_places_sidebar_get_local_only", LIBRARY.GTK);
2501 	Linker.link(gtk_places_sidebar_get_location, "gtk_places_sidebar_get_location", LIBRARY.GTK);
2502 	Linker.link(gtk_places_sidebar_get_nth_bookmark, "gtk_places_sidebar_get_nth_bookmark", LIBRARY.GTK);
2503 	Linker.link(gtk_places_sidebar_get_open_flags, "gtk_places_sidebar_get_open_flags", LIBRARY.GTK);
2504 	Linker.link(gtk_places_sidebar_get_show_connect_to_server, "gtk_places_sidebar_get_show_connect_to_server", LIBRARY.GTK);
2505 	Linker.link(gtk_places_sidebar_get_show_desktop, "gtk_places_sidebar_get_show_desktop", LIBRARY.GTK);
2506 	Linker.link(gtk_places_sidebar_get_show_enter_location, "gtk_places_sidebar_get_show_enter_location", LIBRARY.GTK);
2507 	Linker.link(gtk_places_sidebar_list_shortcuts, "gtk_places_sidebar_list_shortcuts", LIBRARY.GTK);
2508 	Linker.link(gtk_places_sidebar_remove_shortcut, "gtk_places_sidebar_remove_shortcut", LIBRARY.GTK);
2509 	Linker.link(gtk_places_sidebar_set_local_only, "gtk_places_sidebar_set_local_only", LIBRARY.GTK);
2510 	Linker.link(gtk_places_sidebar_set_location, "gtk_places_sidebar_set_location", LIBRARY.GTK);
2511 	Linker.link(gtk_places_sidebar_set_open_flags, "gtk_places_sidebar_set_open_flags", LIBRARY.GTK);
2512 	Linker.link(gtk_places_sidebar_set_show_connect_to_server, "gtk_places_sidebar_set_show_connect_to_server", LIBRARY.GTK);
2513 	Linker.link(gtk_places_sidebar_set_show_desktop, "gtk_places_sidebar_set_show_desktop", LIBRARY.GTK);
2514 	Linker.link(gtk_places_sidebar_set_show_enter_location, "gtk_places_sidebar_set_show_enter_location", LIBRARY.GTK);
2515 
2516 	// gtk.Plug
2517 
2518 	Linker.link(gtk_plug_get_type, "gtk_plug_get_type", LIBRARY.GTK);
2519 	Linker.link(gtk_plug_new, "gtk_plug_new", LIBRARY.GTK);
2520 	Linker.link(gtk_plug_new_for_display, "gtk_plug_new_for_display", LIBRARY.GTK);
2521 	Linker.link(gtk_plug_construct, "gtk_plug_construct", LIBRARY.GTK);
2522 	Linker.link(gtk_plug_construct_for_display, "gtk_plug_construct_for_display", LIBRARY.GTK);
2523 	Linker.link(gtk_plug_get_embedded, "gtk_plug_get_embedded", LIBRARY.GTK);
2524 	Linker.link(gtk_plug_get_id, "gtk_plug_get_id", LIBRARY.GTK);
2525 	Linker.link(gtk_plug_get_socket_window, "gtk_plug_get_socket_window", LIBRARY.GTK);
2526 
2527 	// gtk.Popover
2528 
2529 	Linker.link(gtk_popover_get_type, "gtk_popover_get_type", LIBRARY.GTK);
2530 	Linker.link(gtk_popover_new, "gtk_popover_new", LIBRARY.GTK);
2531 	Linker.link(gtk_popover_new_from_model, "gtk_popover_new_from_model", LIBRARY.GTK);
2532 	Linker.link(gtk_popover_bind_model, "gtk_popover_bind_model", LIBRARY.GTK);
2533 	Linker.link(gtk_popover_get_modal, "gtk_popover_get_modal", LIBRARY.GTK);
2534 	Linker.link(gtk_popover_get_pointing_to, "gtk_popover_get_pointing_to", LIBRARY.GTK);
2535 	Linker.link(gtk_popover_get_position, "gtk_popover_get_position", LIBRARY.GTK);
2536 	Linker.link(gtk_popover_get_relative_to, "gtk_popover_get_relative_to", LIBRARY.GTK);
2537 	Linker.link(gtk_popover_set_modal, "gtk_popover_set_modal", LIBRARY.GTK);
2538 	Linker.link(gtk_popover_set_pointing_to, "gtk_popover_set_pointing_to", LIBRARY.GTK);
2539 	Linker.link(gtk_popover_set_position, "gtk_popover_set_position", LIBRARY.GTK);
2540 	Linker.link(gtk_popover_set_relative_to, "gtk_popover_set_relative_to", LIBRARY.GTK);
2541 
2542 	// gtk.PopoverAccessible
2543 
2544 	Linker.link(gtk_popover_accessible_get_type, "gtk_popover_accessible_get_type", LIBRARY.GTK);
2545 
2546 	// gtk.PrintContext
2547 
2548 	Linker.link(gtk_print_context_get_type, "gtk_print_context_get_type", LIBRARY.GTK);
2549 	Linker.link(gtk_print_context_create_pango_context, "gtk_print_context_create_pango_context", LIBRARY.GTK);
2550 	Linker.link(gtk_print_context_create_pango_layout, "gtk_print_context_create_pango_layout", LIBRARY.GTK);
2551 	Linker.link(gtk_print_context_get_cairo_context, "gtk_print_context_get_cairo_context", LIBRARY.GTK);
2552 	Linker.link(gtk_print_context_get_dpi_x, "gtk_print_context_get_dpi_x", LIBRARY.GTK);
2553 	Linker.link(gtk_print_context_get_dpi_y, "gtk_print_context_get_dpi_y", LIBRARY.GTK);
2554 	Linker.link(gtk_print_context_get_hard_margins, "gtk_print_context_get_hard_margins", LIBRARY.GTK);
2555 	Linker.link(gtk_print_context_get_height, "gtk_print_context_get_height", LIBRARY.GTK);
2556 	Linker.link(gtk_print_context_get_page_setup, "gtk_print_context_get_page_setup", LIBRARY.GTK);
2557 	Linker.link(gtk_print_context_get_pango_fontmap, "gtk_print_context_get_pango_fontmap", LIBRARY.GTK);
2558 	Linker.link(gtk_print_context_get_width, "gtk_print_context_get_width", LIBRARY.GTK);
2559 	Linker.link(gtk_print_context_set_cairo_context, "gtk_print_context_set_cairo_context", LIBRARY.GTK);
2560 
2561 	// gtk.PrintOperation
2562 
2563 	Linker.link(gtk_print_operation_get_type, "gtk_print_operation_get_type", LIBRARY.GTK);
2564 	Linker.link(gtk_print_operation_new, "gtk_print_operation_new", LIBRARY.GTK);
2565 	Linker.link(gtk_print_operation_cancel, "gtk_print_operation_cancel", LIBRARY.GTK);
2566 	Linker.link(gtk_print_operation_draw_page_finish, "gtk_print_operation_draw_page_finish", LIBRARY.GTK);
2567 	Linker.link(gtk_print_operation_get_default_page_setup, "gtk_print_operation_get_default_page_setup", LIBRARY.GTK);
2568 	Linker.link(gtk_print_operation_get_embed_page_setup, "gtk_print_operation_get_embed_page_setup", LIBRARY.GTK);
2569 	Linker.link(gtk_print_operation_get_error, "gtk_print_operation_get_error", LIBRARY.GTK);
2570 	Linker.link(gtk_print_operation_get_has_selection, "gtk_print_operation_get_has_selection", LIBRARY.GTK);
2571 	Linker.link(gtk_print_operation_get_n_pages_to_print, "gtk_print_operation_get_n_pages_to_print", LIBRARY.GTK);
2572 	Linker.link(gtk_print_operation_get_print_settings, "gtk_print_operation_get_print_settings", LIBRARY.GTK);
2573 	Linker.link(gtk_print_operation_get_status, "gtk_print_operation_get_status", LIBRARY.GTK);
2574 	Linker.link(gtk_print_operation_get_status_string, "gtk_print_operation_get_status_string", LIBRARY.GTK);
2575 	Linker.link(gtk_print_operation_get_support_selection, "gtk_print_operation_get_support_selection", LIBRARY.GTK);
2576 	Linker.link(gtk_print_operation_is_finished, "gtk_print_operation_is_finished", LIBRARY.GTK);
2577 	Linker.link(gtk_print_operation_run, "gtk_print_operation_run", LIBRARY.GTK);
2578 	Linker.link(gtk_print_operation_set_allow_async, "gtk_print_operation_set_allow_async", LIBRARY.GTK);
2579 	Linker.link(gtk_print_operation_set_current_page, "gtk_print_operation_set_current_page", LIBRARY.GTK);
2580 	Linker.link(gtk_print_operation_set_custom_tab_label, "gtk_print_operation_set_custom_tab_label", LIBRARY.GTK);
2581 	Linker.link(gtk_print_operation_set_default_page_setup, "gtk_print_operation_set_default_page_setup", LIBRARY.GTK);
2582 	Linker.link(gtk_print_operation_set_defer_drawing, "gtk_print_operation_set_defer_drawing", LIBRARY.GTK);
2583 	Linker.link(gtk_print_operation_set_embed_page_setup, "gtk_print_operation_set_embed_page_setup", LIBRARY.GTK);
2584 	Linker.link(gtk_print_operation_set_export_filename, "gtk_print_operation_set_export_filename", LIBRARY.GTK);
2585 	Linker.link(gtk_print_operation_set_has_selection, "gtk_print_operation_set_has_selection", LIBRARY.GTK);
2586 	Linker.link(gtk_print_operation_set_job_name, "gtk_print_operation_set_job_name", LIBRARY.GTK);
2587 	Linker.link(gtk_print_operation_set_n_pages, "gtk_print_operation_set_n_pages", LIBRARY.GTK);
2588 	Linker.link(gtk_print_operation_set_print_settings, "gtk_print_operation_set_print_settings", LIBRARY.GTK);
2589 	Linker.link(gtk_print_operation_set_show_progress, "gtk_print_operation_set_show_progress", LIBRARY.GTK);
2590 	Linker.link(gtk_print_operation_set_support_selection, "gtk_print_operation_set_support_selection", LIBRARY.GTK);
2591 	Linker.link(gtk_print_operation_set_track_print_status, "gtk_print_operation_set_track_print_status", LIBRARY.GTK);
2592 	Linker.link(gtk_print_operation_set_unit, "gtk_print_operation_set_unit", LIBRARY.GTK);
2593 	Linker.link(gtk_print_operation_set_use_full_page, "gtk_print_operation_set_use_full_page", LIBRARY.GTK);
2594 	Linker.link(gtk_print_run_page_setup_dialog, "gtk_print_run_page_setup_dialog", LIBRARY.GTK);
2595 	Linker.link(gtk_print_run_page_setup_dialog_async, "gtk_print_run_page_setup_dialog_async", LIBRARY.GTK);
2596 
2597 	// gtk.PrintOperationPreview
2598 
2599 	Linker.link(gtk_print_operation_preview_get_type, "gtk_print_operation_preview_get_type", LIBRARY.GTK);
2600 	Linker.link(gtk_print_operation_preview_end_preview, "gtk_print_operation_preview_end_preview", LIBRARY.GTK);
2601 	Linker.link(gtk_print_operation_preview_is_selected, "gtk_print_operation_preview_is_selected", LIBRARY.GTK);
2602 	Linker.link(gtk_print_operation_preview_render_page, "gtk_print_operation_preview_render_page", LIBRARY.GTK);
2603 
2604 	// gtk.PrintSettings
2605 
2606 	Linker.link(gtk_print_settings_get_type, "gtk_print_settings_get_type", LIBRARY.GTK);
2607 	Linker.link(gtk_print_settings_new, "gtk_print_settings_new", LIBRARY.GTK);
2608 	Linker.link(gtk_print_settings_new_from_file, "gtk_print_settings_new_from_file", LIBRARY.GTK);
2609 	Linker.link(gtk_print_settings_new_from_key_file, "gtk_print_settings_new_from_key_file", LIBRARY.GTK);
2610 	Linker.link(gtk_print_settings_copy, "gtk_print_settings_copy", LIBRARY.GTK);
2611 	Linker.link(gtk_print_settings_foreach, "gtk_print_settings_foreach", LIBRARY.GTK);
2612 	Linker.link(gtk_print_settings_get, "gtk_print_settings_get", LIBRARY.GTK);
2613 	Linker.link(gtk_print_settings_get_bool, "gtk_print_settings_get_bool", LIBRARY.GTK);
2614 	Linker.link(gtk_print_settings_get_collate, "gtk_print_settings_get_collate", LIBRARY.GTK);
2615 	Linker.link(gtk_print_settings_get_default_source, "gtk_print_settings_get_default_source", LIBRARY.GTK);
2616 	Linker.link(gtk_print_settings_get_dither, "gtk_print_settings_get_dither", LIBRARY.GTK);
2617 	Linker.link(gtk_print_settings_get_double, "gtk_print_settings_get_double", LIBRARY.GTK);
2618 	Linker.link(gtk_print_settings_get_double_with_default, "gtk_print_settings_get_double_with_default", LIBRARY.GTK);
2619 	Linker.link(gtk_print_settings_get_duplex, "gtk_print_settings_get_duplex", LIBRARY.GTK);
2620 	Linker.link(gtk_print_settings_get_finishings, "gtk_print_settings_get_finishings", LIBRARY.GTK);
2621 	Linker.link(gtk_print_settings_get_int, "gtk_print_settings_get_int", LIBRARY.GTK);
2622 	Linker.link(gtk_print_settings_get_int_with_default, "gtk_print_settings_get_int_with_default", LIBRARY.GTK);
2623 	Linker.link(gtk_print_settings_get_length, "gtk_print_settings_get_length", LIBRARY.GTK);
2624 	Linker.link(gtk_print_settings_get_media_type, "gtk_print_settings_get_media_type", LIBRARY.GTK);
2625 	Linker.link(gtk_print_settings_get_n_copies, "gtk_print_settings_get_n_copies", LIBRARY.GTK);
2626 	Linker.link(gtk_print_settings_get_number_up, "gtk_print_settings_get_number_up", LIBRARY.GTK);
2627 	Linker.link(gtk_print_settings_get_number_up_layout, "gtk_print_settings_get_number_up_layout", LIBRARY.GTK);
2628 	Linker.link(gtk_print_settings_get_orientation, "gtk_print_settings_get_orientation", LIBRARY.GTK);
2629 	Linker.link(gtk_print_settings_get_output_bin, "gtk_print_settings_get_output_bin", LIBRARY.GTK);
2630 	Linker.link(gtk_print_settings_get_page_ranges, "gtk_print_settings_get_page_ranges", LIBRARY.GTK);
2631 	Linker.link(gtk_print_settings_get_page_set, "gtk_print_settings_get_page_set", LIBRARY.GTK);
2632 	Linker.link(gtk_print_settings_get_paper_height, "gtk_print_settings_get_paper_height", LIBRARY.GTK);
2633 	Linker.link(gtk_print_settings_get_paper_size, "gtk_print_settings_get_paper_size", LIBRARY.GTK);
2634 	Linker.link(gtk_print_settings_get_paper_width, "gtk_print_settings_get_paper_width", LIBRARY.GTK);
2635 	Linker.link(gtk_print_settings_get_print_pages, "gtk_print_settings_get_print_pages", LIBRARY.GTK);
2636 	Linker.link(gtk_print_settings_get_printer, "gtk_print_settings_get_printer", LIBRARY.GTK);
2637 	Linker.link(gtk_print_settings_get_printer_lpi, "gtk_print_settings_get_printer_lpi", LIBRARY.GTK);
2638 	Linker.link(gtk_print_settings_get_quality, "gtk_print_settings_get_quality", LIBRARY.GTK);
2639 	Linker.link(gtk_print_settings_get_resolution, "gtk_print_settings_get_resolution", LIBRARY.GTK);
2640 	Linker.link(gtk_print_settings_get_resolution_x, "gtk_print_settings_get_resolution_x", LIBRARY.GTK);
2641 	Linker.link(gtk_print_settings_get_resolution_y, "gtk_print_settings_get_resolution_y", LIBRARY.GTK);
2642 	Linker.link(gtk_print_settings_get_reverse, "gtk_print_settings_get_reverse", LIBRARY.GTK);
2643 	Linker.link(gtk_print_settings_get_scale, "gtk_print_settings_get_scale", LIBRARY.GTK);
2644 	Linker.link(gtk_print_settings_get_use_color, "gtk_print_settings_get_use_color", LIBRARY.GTK);
2645 	Linker.link(gtk_print_settings_has_key, "gtk_print_settings_has_key", LIBRARY.GTK);
2646 	Linker.link(gtk_print_settings_load_file, "gtk_print_settings_load_file", LIBRARY.GTK);
2647 	Linker.link(gtk_print_settings_load_key_file, "gtk_print_settings_load_key_file", LIBRARY.GTK);
2648 	Linker.link(gtk_print_settings_set, "gtk_print_settings_set", LIBRARY.GTK);
2649 	Linker.link(gtk_print_settings_set_bool, "gtk_print_settings_set_bool", LIBRARY.GTK);
2650 	Linker.link(gtk_print_settings_set_collate, "gtk_print_settings_set_collate", LIBRARY.GTK);
2651 	Linker.link(gtk_print_settings_set_default_source, "gtk_print_settings_set_default_source", LIBRARY.GTK);
2652 	Linker.link(gtk_print_settings_set_dither, "gtk_print_settings_set_dither", LIBRARY.GTK);
2653 	Linker.link(gtk_print_settings_set_double, "gtk_print_settings_set_double", LIBRARY.GTK);
2654 	Linker.link(gtk_print_settings_set_duplex, "gtk_print_settings_set_duplex", LIBRARY.GTK);
2655 	Linker.link(gtk_print_settings_set_finishings, "gtk_print_settings_set_finishings", LIBRARY.GTK);
2656 	Linker.link(gtk_print_settings_set_int, "gtk_print_settings_set_int", LIBRARY.GTK);
2657 	Linker.link(gtk_print_settings_set_length, "gtk_print_settings_set_length", LIBRARY.GTK);
2658 	Linker.link(gtk_print_settings_set_media_type, "gtk_print_settings_set_media_type", LIBRARY.GTK);
2659 	Linker.link(gtk_print_settings_set_n_copies, "gtk_print_settings_set_n_copies", LIBRARY.GTK);
2660 	Linker.link(gtk_print_settings_set_number_up, "gtk_print_settings_set_number_up", LIBRARY.GTK);
2661 	Linker.link(gtk_print_settings_set_number_up_layout, "gtk_print_settings_set_number_up_layout", LIBRARY.GTK);
2662 	Linker.link(gtk_print_settings_set_orientation, "gtk_print_settings_set_orientation", LIBRARY.GTK);
2663 	Linker.link(gtk_print_settings_set_output_bin, "gtk_print_settings_set_output_bin", LIBRARY.GTK);
2664 	Linker.link(gtk_print_settings_set_page_ranges, "gtk_print_settings_set_page_ranges", LIBRARY.GTK);
2665 	Linker.link(gtk_print_settings_set_page_set, "gtk_print_settings_set_page_set", LIBRARY.GTK);
2666 	Linker.link(gtk_print_settings_set_paper_height, "gtk_print_settings_set_paper_height", LIBRARY.GTK);
2667 	Linker.link(gtk_print_settings_set_paper_size, "gtk_print_settings_set_paper_size", LIBRARY.GTK);
2668 	Linker.link(gtk_print_settings_set_paper_width, "gtk_print_settings_set_paper_width", LIBRARY.GTK);
2669 	Linker.link(gtk_print_settings_set_print_pages, "gtk_print_settings_set_print_pages", LIBRARY.GTK);
2670 	Linker.link(gtk_print_settings_set_printer, "gtk_print_settings_set_printer", LIBRARY.GTK);
2671 	Linker.link(gtk_print_settings_set_printer_lpi, "gtk_print_settings_set_printer_lpi", LIBRARY.GTK);
2672 	Linker.link(gtk_print_settings_set_quality, "gtk_print_settings_set_quality", LIBRARY.GTK);
2673 	Linker.link(gtk_print_settings_set_resolution, "gtk_print_settings_set_resolution", LIBRARY.GTK);
2674 	Linker.link(gtk_print_settings_set_resolution_xy, "gtk_print_settings_set_resolution_xy", LIBRARY.GTK);
2675 	Linker.link(gtk_print_settings_set_reverse, "gtk_print_settings_set_reverse", LIBRARY.GTK);
2676 	Linker.link(gtk_print_settings_set_scale, "gtk_print_settings_set_scale", LIBRARY.GTK);
2677 	Linker.link(gtk_print_settings_set_use_color, "gtk_print_settings_set_use_color", LIBRARY.GTK);
2678 	Linker.link(gtk_print_settings_to_file, "gtk_print_settings_to_file", LIBRARY.GTK);
2679 	Linker.link(gtk_print_settings_to_key_file, "gtk_print_settings_to_key_file", LIBRARY.GTK);
2680 	Linker.link(gtk_print_settings_unset, "gtk_print_settings_unset", LIBRARY.GTK);
2681 
2682 	// gtk.ProgressBar
2683 
2684 	Linker.link(gtk_progress_bar_get_type, "gtk_progress_bar_get_type", LIBRARY.GTK);
2685 	Linker.link(gtk_progress_bar_new, "gtk_progress_bar_new", LIBRARY.GTK);
2686 	Linker.link(gtk_progress_bar_get_ellipsize, "gtk_progress_bar_get_ellipsize", LIBRARY.GTK);
2687 	Linker.link(gtk_progress_bar_get_fraction, "gtk_progress_bar_get_fraction", LIBRARY.GTK);
2688 	Linker.link(gtk_progress_bar_get_inverted, "gtk_progress_bar_get_inverted", LIBRARY.GTK);
2689 	Linker.link(gtk_progress_bar_get_pulse_step, "gtk_progress_bar_get_pulse_step", LIBRARY.GTK);
2690 	Linker.link(gtk_progress_bar_get_show_text, "gtk_progress_bar_get_show_text", LIBRARY.GTK);
2691 	Linker.link(gtk_progress_bar_get_text, "gtk_progress_bar_get_text", LIBRARY.GTK);
2692 	Linker.link(gtk_progress_bar_pulse, "gtk_progress_bar_pulse", LIBRARY.GTK);
2693 	Linker.link(gtk_progress_bar_set_ellipsize, "gtk_progress_bar_set_ellipsize", LIBRARY.GTK);
2694 	Linker.link(gtk_progress_bar_set_fraction, "gtk_progress_bar_set_fraction", LIBRARY.GTK);
2695 	Linker.link(gtk_progress_bar_set_inverted, "gtk_progress_bar_set_inverted", LIBRARY.GTK);
2696 	Linker.link(gtk_progress_bar_set_pulse_step, "gtk_progress_bar_set_pulse_step", LIBRARY.GTK);
2697 	Linker.link(gtk_progress_bar_set_show_text, "gtk_progress_bar_set_show_text", LIBRARY.GTK);
2698 	Linker.link(gtk_progress_bar_set_text, "gtk_progress_bar_set_text", LIBRARY.GTK);
2699 
2700 	// gtk.ProgressBarAccessible
2701 
2702 	Linker.link(gtk_progress_bar_accessible_get_type, "gtk_progress_bar_accessible_get_type", LIBRARY.GTK);
2703 
2704 	// gtk.RadioAction
2705 
2706 	Linker.link(gtk_radio_action_get_type, "gtk_radio_action_get_type", LIBRARY.GTK);
2707 	Linker.link(gtk_radio_action_new, "gtk_radio_action_new", LIBRARY.GTK);
2708 	Linker.link(gtk_radio_action_get_current_value, "gtk_radio_action_get_current_value", LIBRARY.GTK);
2709 	Linker.link(gtk_radio_action_get_group, "gtk_radio_action_get_group", LIBRARY.GTK);
2710 	Linker.link(gtk_radio_action_join_group, "gtk_radio_action_join_group", LIBRARY.GTK);
2711 	Linker.link(gtk_radio_action_set_current_value, "gtk_radio_action_set_current_value", LIBRARY.GTK);
2712 	Linker.link(gtk_radio_action_set_group, "gtk_radio_action_set_group", LIBRARY.GTK);
2713 
2714 	// gtk.RadioButton
2715 
2716 	Linker.link(gtk_radio_button_get_type, "gtk_radio_button_get_type", LIBRARY.GTK);
2717 	Linker.link(gtk_radio_button_new, "gtk_radio_button_new", LIBRARY.GTK);
2718 	Linker.link(gtk_radio_button_new_from_widget, "gtk_radio_button_new_from_widget", LIBRARY.GTK);
2719 	Linker.link(gtk_radio_button_new_with_label, "gtk_radio_button_new_with_label", LIBRARY.GTK);
2720 	Linker.link(gtk_radio_button_new_with_label_from_widget, "gtk_radio_button_new_with_label_from_widget", LIBRARY.GTK);
2721 	Linker.link(gtk_radio_button_new_with_mnemonic, "gtk_radio_button_new_with_mnemonic", LIBRARY.GTK);
2722 	Linker.link(gtk_radio_button_new_with_mnemonic_from_widget, "gtk_radio_button_new_with_mnemonic_from_widget", LIBRARY.GTK);
2723 	Linker.link(gtk_radio_button_get_group, "gtk_radio_button_get_group", LIBRARY.GTK);
2724 	Linker.link(gtk_radio_button_join_group, "gtk_radio_button_join_group", LIBRARY.GTK);
2725 	Linker.link(gtk_radio_button_set_group, "gtk_radio_button_set_group", LIBRARY.GTK);
2726 
2727 	// gtk.RadioButtonAccessible
2728 
2729 	Linker.link(gtk_radio_button_accessible_get_type, "gtk_radio_button_accessible_get_type", LIBRARY.GTK);
2730 
2731 	// gtk.RadioMenuItem
2732 
2733 	Linker.link(gtk_radio_menu_item_get_type, "gtk_radio_menu_item_get_type", LIBRARY.GTK);
2734 	Linker.link(gtk_radio_menu_item_new, "gtk_radio_menu_item_new", LIBRARY.GTK);
2735 	Linker.link(gtk_radio_menu_item_new_from_widget, "gtk_radio_menu_item_new_from_widget", LIBRARY.GTK);
2736 	Linker.link(gtk_radio_menu_item_new_with_label, "gtk_radio_menu_item_new_with_label", LIBRARY.GTK);
2737 	Linker.link(gtk_radio_menu_item_new_with_label_from_widget, "gtk_radio_menu_item_new_with_label_from_widget", LIBRARY.GTK);
2738 	Linker.link(gtk_radio_menu_item_new_with_mnemonic, "gtk_radio_menu_item_new_with_mnemonic", LIBRARY.GTK);
2739 	Linker.link(gtk_radio_menu_item_new_with_mnemonic_from_widget, "gtk_radio_menu_item_new_with_mnemonic_from_widget", LIBRARY.GTK);
2740 	Linker.link(gtk_radio_menu_item_get_group, "gtk_radio_menu_item_get_group", LIBRARY.GTK);
2741 	Linker.link(gtk_radio_menu_item_set_group, "gtk_radio_menu_item_set_group", LIBRARY.GTK);
2742 
2743 	// gtk.RadioMenuItemAccessible
2744 
2745 	Linker.link(gtk_radio_menu_item_accessible_get_type, "gtk_radio_menu_item_accessible_get_type", LIBRARY.GTK);
2746 
2747 	// gtk.RadioToolButton
2748 
2749 	Linker.link(gtk_radio_tool_button_get_type, "gtk_radio_tool_button_get_type", LIBRARY.GTK);
2750 	Linker.link(gtk_radio_tool_button_new, "gtk_radio_tool_button_new", LIBRARY.GTK);
2751 	Linker.link(gtk_radio_tool_button_new_from_stock, "gtk_radio_tool_button_new_from_stock", LIBRARY.GTK);
2752 	Linker.link(gtk_radio_tool_button_new_from_widget, "gtk_radio_tool_button_new_from_widget", LIBRARY.GTK);
2753 	Linker.link(gtk_radio_tool_button_new_with_stock_from_widget, "gtk_radio_tool_button_new_with_stock_from_widget", LIBRARY.GTK);
2754 	Linker.link(gtk_radio_tool_button_get_group, "gtk_radio_tool_button_get_group", LIBRARY.GTK);
2755 	Linker.link(gtk_radio_tool_button_set_group, "gtk_radio_tool_button_set_group", LIBRARY.GTK);
2756 
2757 	// gtk.Range
2758 
2759 	Linker.link(gtk_range_get_type, "gtk_range_get_type", LIBRARY.GTK);
2760 	Linker.link(gtk_range_get_adjustment, "gtk_range_get_adjustment", LIBRARY.GTK);
2761 	Linker.link(gtk_range_get_fill_level, "gtk_range_get_fill_level", LIBRARY.GTK);
2762 	Linker.link(gtk_range_get_flippable, "gtk_range_get_flippable", LIBRARY.GTK);
2763 	Linker.link(gtk_range_get_inverted, "gtk_range_get_inverted", LIBRARY.GTK);
2764 	Linker.link(gtk_range_get_lower_stepper_sensitivity, "gtk_range_get_lower_stepper_sensitivity", LIBRARY.GTK);
2765 	Linker.link(gtk_range_get_min_slider_size, "gtk_range_get_min_slider_size", LIBRARY.GTK);
2766 	Linker.link(gtk_range_get_range_rect, "gtk_range_get_range_rect", LIBRARY.GTK);
2767 	Linker.link(gtk_range_get_restrict_to_fill_level, "gtk_range_get_restrict_to_fill_level", LIBRARY.GTK);
2768 	Linker.link(gtk_range_get_round_digits, "gtk_range_get_round_digits", LIBRARY.GTK);
2769 	Linker.link(gtk_range_get_show_fill_level, "gtk_range_get_show_fill_level", LIBRARY.GTK);
2770 	Linker.link(gtk_range_get_slider_range, "gtk_range_get_slider_range", LIBRARY.GTK);
2771 	Linker.link(gtk_range_get_slider_size_fixed, "gtk_range_get_slider_size_fixed", LIBRARY.GTK);
2772 	Linker.link(gtk_range_get_upper_stepper_sensitivity, "gtk_range_get_upper_stepper_sensitivity", LIBRARY.GTK);
2773 	Linker.link(gtk_range_get_value, "gtk_range_get_value", LIBRARY.GTK);
2774 	Linker.link(gtk_range_set_adjustment, "gtk_range_set_adjustment", LIBRARY.GTK);
2775 	Linker.link(gtk_range_set_fill_level, "gtk_range_set_fill_level", LIBRARY.GTK);
2776 	Linker.link(gtk_range_set_flippable, "gtk_range_set_flippable", LIBRARY.GTK);
2777 	Linker.link(gtk_range_set_increments, "gtk_range_set_increments", LIBRARY.GTK);
2778 	Linker.link(gtk_range_set_inverted, "gtk_range_set_inverted", LIBRARY.GTK);
2779 	Linker.link(gtk_range_set_lower_stepper_sensitivity, "gtk_range_set_lower_stepper_sensitivity", LIBRARY.GTK);
2780 	Linker.link(gtk_range_set_min_slider_size, "gtk_range_set_min_slider_size", LIBRARY.GTK);
2781 	Linker.link(gtk_range_set_range, "gtk_range_set_range", LIBRARY.GTK);
2782 	Linker.link(gtk_range_set_restrict_to_fill_level, "gtk_range_set_restrict_to_fill_level", LIBRARY.GTK);
2783 	Linker.link(gtk_range_set_round_digits, "gtk_range_set_round_digits", LIBRARY.GTK);
2784 	Linker.link(gtk_range_set_show_fill_level, "gtk_range_set_show_fill_level", LIBRARY.GTK);
2785 	Linker.link(gtk_range_set_slider_size_fixed, "gtk_range_set_slider_size_fixed", LIBRARY.GTK);
2786 	Linker.link(gtk_range_set_upper_stepper_sensitivity, "gtk_range_set_upper_stepper_sensitivity", LIBRARY.GTK);
2787 	Linker.link(gtk_range_set_value, "gtk_range_set_value", LIBRARY.GTK);
2788 
2789 	// gtk.RangeAccessible
2790 
2791 	Linker.link(gtk_range_accessible_get_type, "gtk_range_accessible_get_type", LIBRARY.GTK);
2792 
2793 	// gtk.RcProperty
2794 
2795 	Linker.link(gtk_rc_property_parse_border, "gtk_rc_property_parse_border", LIBRARY.GTK);
2796 	Linker.link(gtk_rc_property_parse_color, "gtk_rc_property_parse_color", LIBRARY.GTK);
2797 	Linker.link(gtk_rc_property_parse_enum, "gtk_rc_property_parse_enum", LIBRARY.GTK);
2798 	Linker.link(gtk_rc_property_parse_flags, "gtk_rc_property_parse_flags", LIBRARY.GTK);
2799 	Linker.link(gtk_rc_property_parse_requisition, "gtk_rc_property_parse_requisition", LIBRARY.GTK);
2800 
2801 	// gtk.RcStyle
2802 
2803 	Linker.link(gtk_rc_style_get_type, "gtk_rc_style_get_type", LIBRARY.GTK);
2804 	Linker.link(gtk_rc_style_new, "gtk_rc_style_new", LIBRARY.GTK);
2805 	Linker.link(gtk_rc_style_copy, "gtk_rc_style_copy", LIBRARY.GTK);
2806 	Linker.link(gtk_rc_add_default_file, "gtk_rc_add_default_file", LIBRARY.GTK);
2807 	Linker.link(gtk_rc_find_module_in_path, "gtk_rc_find_module_in_path", LIBRARY.GTK);
2808 	Linker.link(gtk_rc_find_pixmap_in_path, "gtk_rc_find_pixmap_in_path", LIBRARY.GTK);
2809 	Linker.link(gtk_rc_get_default_files, "gtk_rc_get_default_files", LIBRARY.GTK);
2810 	Linker.link(gtk_rc_get_im_module_file, "gtk_rc_get_im_module_file", LIBRARY.GTK);
2811 	Linker.link(gtk_rc_get_im_module_path, "gtk_rc_get_im_module_path", LIBRARY.GTK);
2812 	Linker.link(gtk_rc_get_module_dir, "gtk_rc_get_module_dir", LIBRARY.GTK);
2813 	Linker.link(gtk_rc_get_style, "gtk_rc_get_style", LIBRARY.GTK);
2814 	Linker.link(gtk_rc_get_style_by_paths, "gtk_rc_get_style_by_paths", LIBRARY.GTK);
2815 	Linker.link(gtk_rc_get_theme_dir, "gtk_rc_get_theme_dir", LIBRARY.GTK);
2816 	Linker.link(gtk_rc_parse, "gtk_rc_parse", LIBRARY.GTK);
2817 	Linker.link(gtk_rc_parse_color, "gtk_rc_parse_color", LIBRARY.GTK);
2818 	Linker.link(gtk_rc_parse_color_full, "gtk_rc_parse_color_full", LIBRARY.GTK);
2819 	Linker.link(gtk_rc_parse_priority, "gtk_rc_parse_priority", LIBRARY.GTK);
2820 	Linker.link(gtk_rc_parse_state, "gtk_rc_parse_state", LIBRARY.GTK);
2821 	Linker.link(gtk_rc_parse_string, "gtk_rc_parse_string", LIBRARY.GTK);
2822 	Linker.link(gtk_rc_reparse_all, "gtk_rc_reparse_all", LIBRARY.GTK);
2823 	Linker.link(gtk_rc_reparse_all_for_settings, "gtk_rc_reparse_all_for_settings", LIBRARY.GTK);
2824 	Linker.link(gtk_rc_reset_styles, "gtk_rc_reset_styles", LIBRARY.GTK);
2825 	Linker.link(gtk_rc_scanner_new, "gtk_rc_scanner_new", LIBRARY.GTK);
2826 	Linker.link(gtk_rc_set_default_files, "gtk_rc_set_default_files", LIBRARY.GTK);
2827 
2828 	// gtk.RecentAction
2829 
2830 	Linker.link(gtk_recent_action_get_type, "gtk_recent_action_get_type", LIBRARY.GTK);
2831 	Linker.link(gtk_recent_action_new, "gtk_recent_action_new", LIBRARY.GTK);
2832 	Linker.link(gtk_recent_action_new_for_manager, "gtk_recent_action_new_for_manager", LIBRARY.GTK);
2833 	Linker.link(gtk_recent_action_get_show_numbers, "gtk_recent_action_get_show_numbers", LIBRARY.GTK);
2834 	Linker.link(gtk_recent_action_set_show_numbers, "gtk_recent_action_set_show_numbers", LIBRARY.GTK);
2835 
2836 	// gtk.RecentChooser
2837 
2838 	Linker.link(gtk_recent_chooser_get_type, "gtk_recent_chooser_get_type", LIBRARY.GTK);
2839 	Linker.link(gtk_recent_chooser_add_filter, "gtk_recent_chooser_add_filter", LIBRARY.GTK);
2840 	Linker.link(gtk_recent_chooser_get_current_item, "gtk_recent_chooser_get_current_item", LIBRARY.GTK);
2841 	Linker.link(gtk_recent_chooser_get_current_uri, "gtk_recent_chooser_get_current_uri", LIBRARY.GTK);
2842 	Linker.link(gtk_recent_chooser_get_filter, "gtk_recent_chooser_get_filter", LIBRARY.GTK);
2843 	Linker.link(gtk_recent_chooser_get_items, "gtk_recent_chooser_get_items", LIBRARY.GTK);
2844 	Linker.link(gtk_recent_chooser_get_limit, "gtk_recent_chooser_get_limit", LIBRARY.GTK);
2845 	Linker.link(gtk_recent_chooser_get_local_only, "gtk_recent_chooser_get_local_only", LIBRARY.GTK);
2846 	Linker.link(gtk_recent_chooser_get_select_multiple, "gtk_recent_chooser_get_select_multiple", LIBRARY.GTK);
2847 	Linker.link(gtk_recent_chooser_get_show_icons, "gtk_recent_chooser_get_show_icons", LIBRARY.GTK);
2848 	Linker.link(gtk_recent_chooser_get_show_not_found, "gtk_recent_chooser_get_show_not_found", LIBRARY.GTK);
2849 	Linker.link(gtk_recent_chooser_get_show_private, "gtk_recent_chooser_get_show_private", LIBRARY.GTK);
2850 	Linker.link(gtk_recent_chooser_get_show_tips, "gtk_recent_chooser_get_show_tips", LIBRARY.GTK);
2851 	Linker.link(gtk_recent_chooser_get_sort_type, "gtk_recent_chooser_get_sort_type", LIBRARY.GTK);
2852 	Linker.link(gtk_recent_chooser_get_uris, "gtk_recent_chooser_get_uris", LIBRARY.GTK);
2853 	Linker.link(gtk_recent_chooser_list_filters, "gtk_recent_chooser_list_filters", LIBRARY.GTK);
2854 	Linker.link(gtk_recent_chooser_remove_filter, "gtk_recent_chooser_remove_filter", LIBRARY.GTK);
2855 	Linker.link(gtk_recent_chooser_select_all, "gtk_recent_chooser_select_all", LIBRARY.GTK);
2856 	Linker.link(gtk_recent_chooser_select_uri, "gtk_recent_chooser_select_uri", LIBRARY.GTK);
2857 	Linker.link(gtk_recent_chooser_set_current_uri, "gtk_recent_chooser_set_current_uri", LIBRARY.GTK);
2858 	Linker.link(gtk_recent_chooser_set_filter, "gtk_recent_chooser_set_filter", LIBRARY.GTK);
2859 	Linker.link(gtk_recent_chooser_set_limit, "gtk_recent_chooser_set_limit", LIBRARY.GTK);
2860 	Linker.link(gtk_recent_chooser_set_local_only, "gtk_recent_chooser_set_local_only", LIBRARY.GTK);
2861 	Linker.link(gtk_recent_chooser_set_select_multiple, "gtk_recent_chooser_set_select_multiple", LIBRARY.GTK);
2862 	Linker.link(gtk_recent_chooser_set_show_icons, "gtk_recent_chooser_set_show_icons", LIBRARY.GTK);
2863 	Linker.link(gtk_recent_chooser_set_show_not_found, "gtk_recent_chooser_set_show_not_found", LIBRARY.GTK);
2864 	Linker.link(gtk_recent_chooser_set_show_private, "gtk_recent_chooser_set_show_private", LIBRARY.GTK);
2865 	Linker.link(gtk_recent_chooser_set_show_tips, "gtk_recent_chooser_set_show_tips", LIBRARY.GTK);
2866 	Linker.link(gtk_recent_chooser_set_sort_func, "gtk_recent_chooser_set_sort_func", LIBRARY.GTK);
2867 	Linker.link(gtk_recent_chooser_set_sort_type, "gtk_recent_chooser_set_sort_type", LIBRARY.GTK);
2868 	Linker.link(gtk_recent_chooser_unselect_all, "gtk_recent_chooser_unselect_all", LIBRARY.GTK);
2869 	Linker.link(gtk_recent_chooser_unselect_uri, "gtk_recent_chooser_unselect_uri", LIBRARY.GTK);
2870 
2871 	// gtk.RecentChooserDialog
2872 
2873 	Linker.link(gtk_recent_chooser_dialog_get_type, "gtk_recent_chooser_dialog_get_type", LIBRARY.GTK);
2874 	Linker.link(gtk_recent_chooser_dialog_new, "gtk_recent_chooser_dialog_new", LIBRARY.GTK);
2875 	Linker.link(gtk_recent_chooser_dialog_new_for_manager, "gtk_recent_chooser_dialog_new_for_manager", LIBRARY.GTK);
2876 
2877 	// gtk.RecentChooserMenu
2878 
2879 	Linker.link(gtk_recent_chooser_menu_get_type, "gtk_recent_chooser_menu_get_type", LIBRARY.GTK);
2880 	Linker.link(gtk_recent_chooser_menu_new, "gtk_recent_chooser_menu_new", LIBRARY.GTK);
2881 	Linker.link(gtk_recent_chooser_menu_new_for_manager, "gtk_recent_chooser_menu_new_for_manager", LIBRARY.GTK);
2882 	Linker.link(gtk_recent_chooser_menu_get_show_numbers, "gtk_recent_chooser_menu_get_show_numbers", LIBRARY.GTK);
2883 	Linker.link(gtk_recent_chooser_menu_set_show_numbers, "gtk_recent_chooser_menu_set_show_numbers", LIBRARY.GTK);
2884 
2885 	// gtk.RecentChooserWidget
2886 
2887 	Linker.link(gtk_recent_chooser_widget_get_type, "gtk_recent_chooser_widget_get_type", LIBRARY.GTK);
2888 	Linker.link(gtk_recent_chooser_widget_new, "gtk_recent_chooser_widget_new", LIBRARY.GTK);
2889 	Linker.link(gtk_recent_chooser_widget_new_for_manager, "gtk_recent_chooser_widget_new_for_manager", LIBRARY.GTK);
2890 
2891 	// gtk.RecentFilter
2892 
2893 	Linker.link(gtk_recent_filter_get_type, "gtk_recent_filter_get_type", LIBRARY.GTK);
2894 	Linker.link(gtk_recent_filter_new, "gtk_recent_filter_new", LIBRARY.GTK);
2895 	Linker.link(gtk_recent_filter_add_age, "gtk_recent_filter_add_age", LIBRARY.GTK);
2896 	Linker.link(gtk_recent_filter_add_application, "gtk_recent_filter_add_application", LIBRARY.GTK);
2897 	Linker.link(gtk_recent_filter_add_custom, "gtk_recent_filter_add_custom", LIBRARY.GTK);
2898 	Linker.link(gtk_recent_filter_add_group, "gtk_recent_filter_add_group", LIBRARY.GTK);
2899 	Linker.link(gtk_recent_filter_add_mime_type, "gtk_recent_filter_add_mime_type", LIBRARY.GTK);
2900 	Linker.link(gtk_recent_filter_add_pattern, "gtk_recent_filter_add_pattern", LIBRARY.GTK);
2901 	Linker.link(gtk_recent_filter_add_pixbuf_formats, "gtk_recent_filter_add_pixbuf_formats", LIBRARY.GTK);
2902 	Linker.link(gtk_recent_filter_filter, "gtk_recent_filter_filter", LIBRARY.GTK);
2903 	Linker.link(gtk_recent_filter_get_name, "gtk_recent_filter_get_name", LIBRARY.GTK);
2904 	Linker.link(gtk_recent_filter_get_needed, "gtk_recent_filter_get_needed", LIBRARY.GTK);
2905 	Linker.link(gtk_recent_filter_set_name, "gtk_recent_filter_set_name", LIBRARY.GTK);
2906 
2907 	// gtk.RecentInfo
2908 
2909 	Linker.link(gtk_recent_info_get_type, "gtk_recent_info_get_type", LIBRARY.GTK);
2910 	Linker.link(gtk_recent_info_create_app_info, "gtk_recent_info_create_app_info", LIBRARY.GTK);
2911 	Linker.link(gtk_recent_info_exists, "gtk_recent_info_exists", LIBRARY.GTK);
2912 	Linker.link(gtk_recent_info_get_added, "gtk_recent_info_get_added", LIBRARY.GTK);
2913 	Linker.link(gtk_recent_info_get_age, "gtk_recent_info_get_age", LIBRARY.GTK);
2914 	Linker.link(gtk_recent_info_get_application_info, "gtk_recent_info_get_application_info", LIBRARY.GTK);
2915 	Linker.link(gtk_recent_info_get_applications, "gtk_recent_info_get_applications", LIBRARY.GTK);
2916 	Linker.link(gtk_recent_info_get_description, "gtk_recent_info_get_description", LIBRARY.GTK);
2917 	Linker.link(gtk_recent_info_get_display_name, "gtk_recent_info_get_display_name", LIBRARY.GTK);
2918 	Linker.link(gtk_recent_info_get_gicon, "gtk_recent_info_get_gicon", LIBRARY.GTK);
2919 	Linker.link(gtk_recent_info_get_groups, "gtk_recent_info_get_groups", LIBRARY.GTK);
2920 	Linker.link(gtk_recent_info_get_icon, "gtk_recent_info_get_icon", LIBRARY.GTK);
2921 	Linker.link(gtk_recent_info_get_mime_type, "gtk_recent_info_get_mime_type", LIBRARY.GTK);
2922 	Linker.link(gtk_recent_info_get_modified, "gtk_recent_info_get_modified", LIBRARY.GTK);
2923 	Linker.link(gtk_recent_info_get_private_hint, "gtk_recent_info_get_private_hint", LIBRARY.GTK);
2924 	Linker.link(gtk_recent_info_get_short_name, "gtk_recent_info_get_short_name", LIBRARY.GTK);
2925 	Linker.link(gtk_recent_info_get_uri, "gtk_recent_info_get_uri", LIBRARY.GTK);
2926 	Linker.link(gtk_recent_info_get_uri_display, "gtk_recent_info_get_uri_display", LIBRARY.GTK);
2927 	Linker.link(gtk_recent_info_get_visited, "gtk_recent_info_get_visited", LIBRARY.GTK);
2928 	Linker.link(gtk_recent_info_has_application, "gtk_recent_info_has_application", LIBRARY.GTK);
2929 	Linker.link(gtk_recent_info_has_group, "gtk_recent_info_has_group", LIBRARY.GTK);
2930 	Linker.link(gtk_recent_info_is_local, "gtk_recent_info_is_local", LIBRARY.GTK);
2931 	Linker.link(gtk_recent_info_last_application, "gtk_recent_info_last_application", LIBRARY.GTK);
2932 	Linker.link(gtk_recent_info_match, "gtk_recent_info_match", LIBRARY.GTK);
2933 	Linker.link(gtk_recent_info_ref, "gtk_recent_info_ref", LIBRARY.GTK);
2934 	Linker.link(gtk_recent_info_unref, "gtk_recent_info_unref", LIBRARY.GTK);
2935 
2936 	// gtk.RecentManager
2937 
2938 	Linker.link(gtk_recent_manager_get_type, "gtk_recent_manager_get_type", LIBRARY.GTK);
2939 	Linker.link(gtk_recent_manager_new, "gtk_recent_manager_new", LIBRARY.GTK);
2940 	Linker.link(gtk_recent_manager_get_default, "gtk_recent_manager_get_default", LIBRARY.GTK);
2941 	Linker.link(gtk_recent_manager_add_full, "gtk_recent_manager_add_full", LIBRARY.GTK);
2942 	Linker.link(gtk_recent_manager_add_item, "gtk_recent_manager_add_item", LIBRARY.GTK);
2943 	Linker.link(gtk_recent_manager_get_items, "gtk_recent_manager_get_items", LIBRARY.GTK);
2944 	Linker.link(gtk_recent_manager_has_item, "gtk_recent_manager_has_item", LIBRARY.GTK);
2945 	Linker.link(gtk_recent_manager_lookup_item, "gtk_recent_manager_lookup_item", LIBRARY.GTK);
2946 	Linker.link(gtk_recent_manager_move_item, "gtk_recent_manager_move_item", LIBRARY.GTK);
2947 	Linker.link(gtk_recent_manager_purge_items, "gtk_recent_manager_purge_items", LIBRARY.GTK);
2948 	Linker.link(gtk_recent_manager_remove_item, "gtk_recent_manager_remove_item", LIBRARY.GTK);
2949 
2950 	// gtk.RendererCellAccessible
2951 
2952 	Linker.link(gtk_renderer_cell_accessible_get_type, "gtk_renderer_cell_accessible_get_type", LIBRARY.GTK);
2953 	Linker.link(gtk_renderer_cell_accessible_new, "gtk_renderer_cell_accessible_new", LIBRARY.GTK);
2954 
2955 	// gtk.Requisition
2956 
2957 	Linker.link(gtk_requisition_get_type, "gtk_requisition_get_type", LIBRARY.GTK);
2958 	Linker.link(gtk_requisition_new, "gtk_requisition_new", LIBRARY.GTK);
2959 	Linker.link(gtk_requisition_copy, "gtk_requisition_copy", LIBRARY.GTK);
2960 	Linker.link(gtk_requisition_free, "gtk_requisition_free", LIBRARY.GTK);
2961 
2962 	// gtk.Revealer
2963 
2964 	Linker.link(gtk_revealer_get_type, "gtk_revealer_get_type", LIBRARY.GTK);
2965 	Linker.link(gtk_revealer_new, "gtk_revealer_new", LIBRARY.GTK);
2966 	Linker.link(gtk_revealer_get_child_revealed, "gtk_revealer_get_child_revealed", LIBRARY.GTK);
2967 	Linker.link(gtk_revealer_get_reveal_child, "gtk_revealer_get_reveal_child", LIBRARY.GTK);
2968 	Linker.link(gtk_revealer_get_transition_duration, "gtk_revealer_get_transition_duration", LIBRARY.GTK);
2969 	Linker.link(gtk_revealer_get_transition_type, "gtk_revealer_get_transition_type", LIBRARY.GTK);
2970 	Linker.link(gtk_revealer_set_reveal_child, "gtk_revealer_set_reveal_child", LIBRARY.GTK);
2971 	Linker.link(gtk_revealer_set_transition_duration, "gtk_revealer_set_transition_duration", LIBRARY.GTK);
2972 	Linker.link(gtk_revealer_set_transition_type, "gtk_revealer_set_transition_type", LIBRARY.GTK);
2973 
2974 	// gtk.Scale
2975 
2976 	Linker.link(gtk_scale_get_type, "gtk_scale_get_type", LIBRARY.GTK);
2977 	Linker.link(gtk_scale_new, "gtk_scale_new", LIBRARY.GTK);
2978 	Linker.link(gtk_scale_new_with_range, "gtk_scale_new_with_range", LIBRARY.GTK);
2979 	Linker.link(gtk_scale_add_mark, "gtk_scale_add_mark", LIBRARY.GTK);
2980 	Linker.link(gtk_scale_clear_marks, "gtk_scale_clear_marks", LIBRARY.GTK);
2981 	Linker.link(gtk_scale_get_digits, "gtk_scale_get_digits", LIBRARY.GTK);
2982 	Linker.link(gtk_scale_get_draw_value, "gtk_scale_get_draw_value", LIBRARY.GTK);
2983 	Linker.link(gtk_scale_get_has_origin, "gtk_scale_get_has_origin", LIBRARY.GTK);
2984 	Linker.link(gtk_scale_get_layout, "gtk_scale_get_layout", LIBRARY.GTK);
2985 	Linker.link(gtk_scale_get_layout_offsets, "gtk_scale_get_layout_offsets", LIBRARY.GTK);
2986 	Linker.link(gtk_scale_get_value_pos, "gtk_scale_get_value_pos", LIBRARY.GTK);
2987 	Linker.link(gtk_scale_set_digits, "gtk_scale_set_digits", LIBRARY.GTK);
2988 	Linker.link(gtk_scale_set_draw_value, "gtk_scale_set_draw_value", LIBRARY.GTK);
2989 	Linker.link(gtk_scale_set_has_origin, "gtk_scale_set_has_origin", LIBRARY.GTK);
2990 	Linker.link(gtk_scale_set_value_pos, "gtk_scale_set_value_pos", LIBRARY.GTK);
2991 
2992 	// gtk.ScaleAccessible
2993 
2994 	Linker.link(gtk_scale_accessible_get_type, "gtk_scale_accessible_get_type", LIBRARY.GTK);
2995 
2996 	// gtk.ScaleButton
2997 
2998 	Linker.link(gtk_scale_button_get_type, "gtk_scale_button_get_type", LIBRARY.GTK);
2999 	Linker.link(gtk_scale_button_new, "gtk_scale_button_new", LIBRARY.GTK);
3000 	Linker.link(gtk_scale_button_get_adjustment, "gtk_scale_button_get_adjustment", LIBRARY.GTK);
3001 	Linker.link(gtk_scale_button_get_minus_button, "gtk_scale_button_get_minus_button", LIBRARY.GTK);
3002 	Linker.link(gtk_scale_button_get_plus_button, "gtk_scale_button_get_plus_button", LIBRARY.GTK);
3003 	Linker.link(gtk_scale_button_get_popup, "gtk_scale_button_get_popup", LIBRARY.GTK);
3004 	Linker.link(gtk_scale_button_get_value, "gtk_scale_button_get_value", LIBRARY.GTK);
3005 	Linker.link(gtk_scale_button_set_adjustment, "gtk_scale_button_set_adjustment", LIBRARY.GTK);
3006 	Linker.link(gtk_scale_button_set_icons, "gtk_scale_button_set_icons", LIBRARY.GTK);
3007 	Linker.link(gtk_scale_button_set_value, "gtk_scale_button_set_value", LIBRARY.GTK);
3008 
3009 	// gtk.ScaleButtonAccessible
3010 
3011 	Linker.link(gtk_scale_button_accessible_get_type, "gtk_scale_button_accessible_get_type", LIBRARY.GTK);
3012 
3013 	// gtk.Scrollable
3014 
3015 	Linker.link(gtk_scrollable_get_type, "gtk_scrollable_get_type", LIBRARY.GTK);
3016 	Linker.link(gtk_scrollable_get_hadjustment, "gtk_scrollable_get_hadjustment", LIBRARY.GTK);
3017 	Linker.link(gtk_scrollable_get_hscroll_policy, "gtk_scrollable_get_hscroll_policy", LIBRARY.GTK);
3018 	Linker.link(gtk_scrollable_get_vadjustment, "gtk_scrollable_get_vadjustment", LIBRARY.GTK);
3019 	Linker.link(gtk_scrollable_get_vscroll_policy, "gtk_scrollable_get_vscroll_policy", LIBRARY.GTK);
3020 	Linker.link(gtk_scrollable_set_hadjustment, "gtk_scrollable_set_hadjustment", LIBRARY.GTK);
3021 	Linker.link(gtk_scrollable_set_hscroll_policy, "gtk_scrollable_set_hscroll_policy", LIBRARY.GTK);
3022 	Linker.link(gtk_scrollable_set_vadjustment, "gtk_scrollable_set_vadjustment", LIBRARY.GTK);
3023 	Linker.link(gtk_scrollable_set_vscroll_policy, "gtk_scrollable_set_vscroll_policy", LIBRARY.GTK);
3024 
3025 	// gtk.Scrollbar
3026 
3027 	Linker.link(gtk_scrollbar_get_type, "gtk_scrollbar_get_type", LIBRARY.GTK);
3028 	Linker.link(gtk_scrollbar_new, "gtk_scrollbar_new", LIBRARY.GTK);
3029 
3030 	// gtk.ScrolledWindow
3031 
3032 	Linker.link(gtk_scrolled_window_get_type, "gtk_scrolled_window_get_type", LIBRARY.GTK);
3033 	Linker.link(gtk_scrolled_window_new, "gtk_scrolled_window_new", LIBRARY.GTK);
3034 	Linker.link(gtk_scrolled_window_add_with_viewport, "gtk_scrolled_window_add_with_viewport", LIBRARY.GTK);
3035 	Linker.link(gtk_scrolled_window_get_capture_button_press, "gtk_scrolled_window_get_capture_button_press", LIBRARY.GTK);
3036 	Linker.link(gtk_scrolled_window_get_hadjustment, "gtk_scrolled_window_get_hadjustment", LIBRARY.GTK);
3037 	Linker.link(gtk_scrolled_window_get_hscrollbar, "gtk_scrolled_window_get_hscrollbar", LIBRARY.GTK);
3038 	Linker.link(gtk_scrolled_window_get_kinetic_scrolling, "gtk_scrolled_window_get_kinetic_scrolling", LIBRARY.GTK);
3039 	Linker.link(gtk_scrolled_window_get_min_content_height, "gtk_scrolled_window_get_min_content_height", LIBRARY.GTK);
3040 	Linker.link(gtk_scrolled_window_get_min_content_width, "gtk_scrolled_window_get_min_content_width", LIBRARY.GTK);
3041 	Linker.link(gtk_scrolled_window_get_placement, "gtk_scrolled_window_get_placement", LIBRARY.GTK);
3042 	Linker.link(gtk_scrolled_window_get_policy, "gtk_scrolled_window_get_policy", LIBRARY.GTK);
3043 	Linker.link(gtk_scrolled_window_get_shadow_type, "gtk_scrolled_window_get_shadow_type", LIBRARY.GTK);
3044 	Linker.link(gtk_scrolled_window_get_vadjustment, "gtk_scrolled_window_get_vadjustment", LIBRARY.GTK);
3045 	Linker.link(gtk_scrolled_window_get_vscrollbar, "gtk_scrolled_window_get_vscrollbar", LIBRARY.GTK);
3046 	Linker.link(gtk_scrolled_window_set_capture_button_press, "gtk_scrolled_window_set_capture_button_press", LIBRARY.GTK);
3047 	Linker.link(gtk_scrolled_window_set_hadjustment, "gtk_scrolled_window_set_hadjustment", LIBRARY.GTK);
3048 	Linker.link(gtk_scrolled_window_set_kinetic_scrolling, "gtk_scrolled_window_set_kinetic_scrolling", LIBRARY.GTK);
3049 	Linker.link(gtk_scrolled_window_set_min_content_height, "gtk_scrolled_window_set_min_content_height", LIBRARY.GTK);
3050 	Linker.link(gtk_scrolled_window_set_min_content_width, "gtk_scrolled_window_set_min_content_width", LIBRARY.GTK);
3051 	Linker.link(gtk_scrolled_window_set_placement, "gtk_scrolled_window_set_placement", LIBRARY.GTK);
3052 	Linker.link(gtk_scrolled_window_set_policy, "gtk_scrolled_window_set_policy", LIBRARY.GTK);
3053 	Linker.link(gtk_scrolled_window_set_shadow_type, "gtk_scrolled_window_set_shadow_type", LIBRARY.GTK);
3054 	Linker.link(gtk_scrolled_window_set_vadjustment, "gtk_scrolled_window_set_vadjustment", LIBRARY.GTK);
3055 	Linker.link(gtk_scrolled_window_unset_placement, "gtk_scrolled_window_unset_placement", LIBRARY.GTK);
3056 
3057 	// gtk.ScrolledWindowAccessible
3058 
3059 	Linker.link(gtk_scrolled_window_accessible_get_type, "gtk_scrolled_window_accessible_get_type", LIBRARY.GTK);
3060 
3061 	// gtk.SearchBar
3062 
3063 	Linker.link(gtk_search_bar_get_type, "gtk_search_bar_get_type", LIBRARY.GTK);
3064 	Linker.link(gtk_search_bar_new, "gtk_search_bar_new", LIBRARY.GTK);
3065 	Linker.link(gtk_search_bar_connect_entry, "gtk_search_bar_connect_entry", LIBRARY.GTK);
3066 	Linker.link(gtk_search_bar_get_search_mode, "gtk_search_bar_get_search_mode", LIBRARY.GTK);
3067 	Linker.link(gtk_search_bar_get_show_close_button, "gtk_search_bar_get_show_close_button", LIBRARY.GTK);
3068 	Linker.link(gtk_search_bar_handle_event, "gtk_search_bar_handle_event", LIBRARY.GTK);
3069 	Linker.link(gtk_search_bar_set_search_mode, "gtk_search_bar_set_search_mode", LIBRARY.GTK);
3070 	Linker.link(gtk_search_bar_set_show_close_button, "gtk_search_bar_set_show_close_button", LIBRARY.GTK);
3071 
3072 	// gtk.SearchEntry
3073 
3074 	Linker.link(gtk_search_entry_get_type, "gtk_search_entry_get_type", LIBRARY.GTK);
3075 	Linker.link(gtk_search_entry_new, "gtk_search_entry_new", LIBRARY.GTK);
3076 
3077 	// gtk.SelectionData
3078 
3079 	Linker.link(gtk_selection_data_get_type, "gtk_selection_data_get_type", LIBRARY.GTK);
3080 	Linker.link(gtk_selection_data_copy, "gtk_selection_data_copy", LIBRARY.GTK);
3081 	Linker.link(gtk_selection_data_free, "gtk_selection_data_free", LIBRARY.GTK);
3082 	Linker.link(gtk_selection_data_get_data, "gtk_selection_data_get_data", LIBRARY.GTK);
3083 	Linker.link(gtk_selection_data_get_data_type, "gtk_selection_data_get_data_type", LIBRARY.GTK);
3084 	Linker.link(gtk_selection_data_get_data_with_length, "gtk_selection_data_get_data_with_length", LIBRARY.GTK);
3085 	Linker.link(gtk_selection_data_get_display, "gtk_selection_data_get_display", LIBRARY.GTK);
3086 	Linker.link(gtk_selection_data_get_format, "gtk_selection_data_get_format", LIBRARY.GTK);
3087 	Linker.link(gtk_selection_data_get_length, "gtk_selection_data_get_length", LIBRARY.GTK);
3088 	Linker.link(gtk_selection_data_get_pixbuf, "gtk_selection_data_get_pixbuf", LIBRARY.GTK);
3089 	Linker.link(gtk_selection_data_get_selection, "gtk_selection_data_get_selection", LIBRARY.GTK);
3090 	Linker.link(gtk_selection_data_get_target, "gtk_selection_data_get_target", LIBRARY.GTK);
3091 	Linker.link(gtk_selection_data_get_targets, "gtk_selection_data_get_targets", LIBRARY.GTK);
3092 	Linker.link(gtk_selection_data_get_text, "gtk_selection_data_get_text", LIBRARY.GTK);
3093 	Linker.link(gtk_selection_data_get_uris, "gtk_selection_data_get_uris", LIBRARY.GTK);
3094 	Linker.link(gtk_selection_data_set, "gtk_selection_data_set", LIBRARY.GTK);
3095 	Linker.link(gtk_selection_data_set_pixbuf, "gtk_selection_data_set_pixbuf", LIBRARY.GTK);
3096 	Linker.link(gtk_selection_data_set_text, "gtk_selection_data_set_text", LIBRARY.GTK);
3097 	Linker.link(gtk_selection_data_set_uris, "gtk_selection_data_set_uris", LIBRARY.GTK);
3098 	Linker.link(gtk_selection_data_targets_include_image, "gtk_selection_data_targets_include_image", LIBRARY.GTK);
3099 	Linker.link(gtk_selection_data_targets_include_rich_text, "gtk_selection_data_targets_include_rich_text", LIBRARY.GTK);
3100 	Linker.link(gtk_selection_data_targets_include_text, "gtk_selection_data_targets_include_text", LIBRARY.GTK);
3101 	Linker.link(gtk_selection_data_targets_include_uri, "gtk_selection_data_targets_include_uri", LIBRARY.GTK);
3102 	Linker.link(gtk_selection_add_target, "gtk_selection_add_target", LIBRARY.GTK);
3103 	Linker.link(gtk_selection_add_targets, "gtk_selection_add_targets", LIBRARY.GTK);
3104 	Linker.link(gtk_selection_clear_targets, "gtk_selection_clear_targets", LIBRARY.GTK);
3105 	Linker.link(gtk_selection_convert, "gtk_selection_convert", LIBRARY.GTK);
3106 	Linker.link(gtk_selection_owner_set, "gtk_selection_owner_set", LIBRARY.GTK);
3107 	Linker.link(gtk_selection_owner_set_for_display, "gtk_selection_owner_set_for_display", LIBRARY.GTK);
3108 	Linker.link(gtk_selection_remove_all, "gtk_selection_remove_all", LIBRARY.GTK);
3109 
3110 	// gtk.Separator
3111 
3112 	Linker.link(gtk_separator_get_type, "gtk_separator_get_type", LIBRARY.GTK);
3113 	Linker.link(gtk_separator_new, "gtk_separator_new", LIBRARY.GTK);
3114 
3115 	// gtk.SeparatorMenuItem
3116 
3117 	Linker.link(gtk_separator_menu_item_get_type, "gtk_separator_menu_item_get_type", LIBRARY.GTK);
3118 	Linker.link(gtk_separator_menu_item_new, "gtk_separator_menu_item_new", LIBRARY.GTK);
3119 
3120 	// gtk.SeparatorToolItem
3121 
3122 	Linker.link(gtk_separator_tool_item_get_type, "gtk_separator_tool_item_get_type", LIBRARY.GTK);
3123 	Linker.link(gtk_separator_tool_item_new, "gtk_separator_tool_item_new", LIBRARY.GTK);
3124 	Linker.link(gtk_separator_tool_item_get_draw, "gtk_separator_tool_item_get_draw", LIBRARY.GTK);
3125 	Linker.link(gtk_separator_tool_item_set_draw, "gtk_separator_tool_item_set_draw", LIBRARY.GTK);
3126 
3127 	// gtk.Settings
3128 
3129 	Linker.link(gtk_settings_get_type, "gtk_settings_get_type", LIBRARY.GTK);
3130 	Linker.link(gtk_settings_get_default, "gtk_settings_get_default", LIBRARY.GTK);
3131 	Linker.link(gtk_settings_get_for_screen, "gtk_settings_get_for_screen", LIBRARY.GTK);
3132 	Linker.link(gtk_settings_install_property, "gtk_settings_install_property", LIBRARY.GTK);
3133 	Linker.link(gtk_settings_install_property_parser, "gtk_settings_install_property_parser", LIBRARY.GTK);
3134 	Linker.link(gtk_settings_set_double_property, "gtk_settings_set_double_property", LIBRARY.GTK);
3135 	Linker.link(gtk_settings_set_long_property, "gtk_settings_set_long_property", LIBRARY.GTK);
3136 	Linker.link(gtk_settings_set_property_value, "gtk_settings_set_property_value", LIBRARY.GTK);
3137 	Linker.link(gtk_settings_set_string_property, "gtk_settings_set_string_property", LIBRARY.GTK);
3138 
3139 	// gtk.SizeGroup
3140 
3141 	Linker.link(gtk_size_group_get_type, "gtk_size_group_get_type", LIBRARY.GTK);
3142 	Linker.link(gtk_size_group_new, "gtk_size_group_new", LIBRARY.GTK);
3143 	Linker.link(gtk_size_group_add_widget, "gtk_size_group_add_widget", LIBRARY.GTK);
3144 	Linker.link(gtk_size_group_get_ignore_hidden, "gtk_size_group_get_ignore_hidden", LIBRARY.GTK);
3145 	Linker.link(gtk_size_group_get_mode, "gtk_size_group_get_mode", LIBRARY.GTK);
3146 	Linker.link(gtk_size_group_get_widgets, "gtk_size_group_get_widgets", LIBRARY.GTK);
3147 	Linker.link(gtk_size_group_remove_widget, "gtk_size_group_remove_widget", LIBRARY.GTK);
3148 	Linker.link(gtk_size_group_set_ignore_hidden, "gtk_size_group_set_ignore_hidden", LIBRARY.GTK);
3149 	Linker.link(gtk_size_group_set_mode, "gtk_size_group_set_mode", LIBRARY.GTK);
3150 
3151 	// gtk.Socket
3152 
3153 	Linker.link(gtk_socket_get_type, "gtk_socket_get_type", LIBRARY.GTK);
3154 	Linker.link(gtk_socket_new, "gtk_socket_new", LIBRARY.GTK);
3155 	Linker.link(gtk_socket_add_id, "gtk_socket_add_id", LIBRARY.GTK);
3156 	Linker.link(gtk_socket_get_id, "gtk_socket_get_id", LIBRARY.GTK);
3157 	Linker.link(gtk_socket_get_plug_window, "gtk_socket_get_plug_window", LIBRARY.GTK);
3158 
3159 	// gtk.SpinButton
3160 
3161 	Linker.link(gtk_spin_button_get_type, "gtk_spin_button_get_type", LIBRARY.GTK);
3162 	Linker.link(gtk_spin_button_new, "gtk_spin_button_new", LIBRARY.GTK);
3163 	Linker.link(gtk_spin_button_new_with_range, "gtk_spin_button_new_with_range", LIBRARY.GTK);
3164 	Linker.link(gtk_spin_button_configure, "gtk_spin_button_configure", LIBRARY.GTK);
3165 	Linker.link(gtk_spin_button_get_adjustment, "gtk_spin_button_get_adjustment", LIBRARY.GTK);
3166 	Linker.link(gtk_spin_button_get_digits, "gtk_spin_button_get_digits", LIBRARY.GTK);
3167 	Linker.link(gtk_spin_button_get_increments, "gtk_spin_button_get_increments", LIBRARY.GTK);
3168 	Linker.link(gtk_spin_button_get_numeric, "gtk_spin_button_get_numeric", LIBRARY.GTK);
3169 	Linker.link(gtk_spin_button_get_range, "gtk_spin_button_get_range", LIBRARY.GTK);
3170 	Linker.link(gtk_spin_button_get_snap_to_ticks, "gtk_spin_button_get_snap_to_ticks", LIBRARY.GTK);
3171 	Linker.link(gtk_spin_button_get_update_policy, "gtk_spin_button_get_update_policy", LIBRARY.GTK);
3172 	Linker.link(gtk_spin_button_get_value, "gtk_spin_button_get_value", LIBRARY.GTK);
3173 	Linker.link(gtk_spin_button_get_value_as_int, "gtk_spin_button_get_value_as_int", LIBRARY.GTK);
3174 	Linker.link(gtk_spin_button_get_wrap, "gtk_spin_button_get_wrap", LIBRARY.GTK);
3175 	Linker.link(gtk_spin_button_set_adjustment, "gtk_spin_button_set_adjustment", LIBRARY.GTK);
3176 	Linker.link(gtk_spin_button_set_digits, "gtk_spin_button_set_digits", LIBRARY.GTK);
3177 	Linker.link(gtk_spin_button_set_increments, "gtk_spin_button_set_increments", LIBRARY.GTK);
3178 	Linker.link(gtk_spin_button_set_numeric, "gtk_spin_button_set_numeric", LIBRARY.GTK);
3179 	Linker.link(gtk_spin_button_set_range, "gtk_spin_button_set_range", LIBRARY.GTK);
3180 	Linker.link(gtk_spin_button_set_snap_to_ticks, "gtk_spin_button_set_snap_to_ticks", LIBRARY.GTK);
3181 	Linker.link(gtk_spin_button_set_update_policy, "gtk_spin_button_set_update_policy", LIBRARY.GTK);
3182 	Linker.link(gtk_spin_button_set_value, "gtk_spin_button_set_value", LIBRARY.GTK);
3183 	Linker.link(gtk_spin_button_set_wrap, "gtk_spin_button_set_wrap", LIBRARY.GTK);
3184 	Linker.link(gtk_spin_button_spin, "gtk_spin_button_spin", LIBRARY.GTK);
3185 	Linker.link(gtk_spin_button_update, "gtk_spin_button_update", LIBRARY.GTK);
3186 
3187 	// gtk.SpinButtonAccessible
3188 
3189 	Linker.link(gtk_spin_button_accessible_get_type, "gtk_spin_button_accessible_get_type", LIBRARY.GTK);
3190 
3191 	// gtk.Spinner
3192 
3193 	Linker.link(gtk_spinner_get_type, "gtk_spinner_get_type", LIBRARY.GTK);
3194 	Linker.link(gtk_spinner_new, "gtk_spinner_new", LIBRARY.GTK);
3195 	Linker.link(gtk_spinner_start, "gtk_spinner_start", LIBRARY.GTK);
3196 	Linker.link(gtk_spinner_stop, "gtk_spinner_stop", LIBRARY.GTK);
3197 
3198 	// gtk.SpinnerAccessible
3199 
3200 	Linker.link(gtk_spinner_accessible_get_type, "gtk_spinner_accessible_get_type", LIBRARY.GTK);
3201 
3202 	// gtk.Stack
3203 
3204 	Linker.link(gtk_stack_get_type, "gtk_stack_get_type", LIBRARY.GTK);
3205 	Linker.link(gtk_stack_new, "gtk_stack_new", LIBRARY.GTK);
3206 	Linker.link(gtk_stack_add_named, "gtk_stack_add_named", LIBRARY.GTK);
3207 	Linker.link(gtk_stack_add_titled, "gtk_stack_add_titled", LIBRARY.GTK);
3208 	Linker.link(gtk_stack_get_child_by_name, "gtk_stack_get_child_by_name", LIBRARY.GTK);
3209 	Linker.link(gtk_stack_get_homogeneous, "gtk_stack_get_homogeneous", LIBRARY.GTK);
3210 	Linker.link(gtk_stack_get_transition_duration, "gtk_stack_get_transition_duration", LIBRARY.GTK);
3211 	Linker.link(gtk_stack_get_transition_running, "gtk_stack_get_transition_running", LIBRARY.GTK);
3212 	Linker.link(gtk_stack_get_transition_type, "gtk_stack_get_transition_type", LIBRARY.GTK);
3213 	Linker.link(gtk_stack_get_visible_child, "gtk_stack_get_visible_child", LIBRARY.GTK);
3214 	Linker.link(gtk_stack_get_visible_child_name, "gtk_stack_get_visible_child_name", LIBRARY.GTK);
3215 	Linker.link(gtk_stack_set_homogeneous, "gtk_stack_set_homogeneous", LIBRARY.GTK);
3216 	Linker.link(gtk_stack_set_transition_duration, "gtk_stack_set_transition_duration", LIBRARY.GTK);
3217 	Linker.link(gtk_stack_set_transition_type, "gtk_stack_set_transition_type", LIBRARY.GTK);
3218 	Linker.link(gtk_stack_set_visible_child, "gtk_stack_set_visible_child", LIBRARY.GTK);
3219 	Linker.link(gtk_stack_set_visible_child_full, "gtk_stack_set_visible_child_full", LIBRARY.GTK);
3220 	Linker.link(gtk_stack_set_visible_child_name, "gtk_stack_set_visible_child_name", LIBRARY.GTK);
3221 
3222 	// gtk.StackSwitcher
3223 
3224 	Linker.link(gtk_stack_switcher_get_type, "gtk_stack_switcher_get_type", LIBRARY.GTK);
3225 	Linker.link(gtk_stack_switcher_new, "gtk_stack_switcher_new", LIBRARY.GTK);
3226 	Linker.link(gtk_stack_switcher_get_stack, "gtk_stack_switcher_get_stack", LIBRARY.GTK);
3227 	Linker.link(gtk_stack_switcher_set_stack, "gtk_stack_switcher_set_stack", LIBRARY.GTK);
3228 
3229 	// gtk.StatusIcon
3230 
3231 	Linker.link(gtk_status_icon_get_type, "gtk_status_icon_get_type", LIBRARY.GTK);
3232 	Linker.link(gtk_status_icon_new, "gtk_status_icon_new", LIBRARY.GTK);
3233 	Linker.link(gtk_status_icon_new_from_file, "gtk_status_icon_new_from_file", LIBRARY.GTK);
3234 	Linker.link(gtk_status_icon_new_from_gicon, "gtk_status_icon_new_from_gicon", LIBRARY.GTK);
3235 	Linker.link(gtk_status_icon_new_from_icon_name, "gtk_status_icon_new_from_icon_name", LIBRARY.GTK);
3236 	Linker.link(gtk_status_icon_new_from_pixbuf, "gtk_status_icon_new_from_pixbuf", LIBRARY.GTK);
3237 	Linker.link(gtk_status_icon_new_from_stock, "gtk_status_icon_new_from_stock", LIBRARY.GTK);
3238 	Linker.link(gtk_status_icon_position_menu, "gtk_status_icon_position_menu", LIBRARY.GTK);
3239 	Linker.link(gtk_status_icon_get_geometry, "gtk_status_icon_get_geometry", LIBRARY.GTK);
3240 	Linker.link(gtk_status_icon_get_gicon, "gtk_status_icon_get_gicon", LIBRARY.GTK);
3241 	Linker.link(gtk_status_icon_get_has_tooltip, "gtk_status_icon_get_has_tooltip", LIBRARY.GTK);
3242 	Linker.link(gtk_status_icon_get_icon_name, "gtk_status_icon_get_icon_name", LIBRARY.GTK);
3243 	Linker.link(gtk_status_icon_get_pixbuf, "gtk_status_icon_get_pixbuf", LIBRARY.GTK);
3244 	Linker.link(gtk_status_icon_get_screen, "gtk_status_icon_get_screen", LIBRARY.GTK);
3245 	Linker.link(gtk_status_icon_get_size, "gtk_status_icon_get_size", LIBRARY.GTK);
3246 	Linker.link(gtk_status_icon_get_stock, "gtk_status_icon_get_stock", LIBRARY.GTK);
3247 	Linker.link(gtk_status_icon_get_storage_type, "gtk_status_icon_get_storage_type", LIBRARY.GTK);
3248 	Linker.link(gtk_status_icon_get_title, "gtk_status_icon_get_title", LIBRARY.GTK);
3249 	Linker.link(gtk_status_icon_get_tooltip_markup, "gtk_status_icon_get_tooltip_markup", LIBRARY.GTK);
3250 	Linker.link(gtk_status_icon_get_tooltip_text, "gtk_status_icon_get_tooltip_text", LIBRARY.GTK);
3251 	Linker.link(gtk_status_icon_get_visible, "gtk_status_icon_get_visible", LIBRARY.GTK);
3252 	Linker.link(gtk_status_icon_get_x11_window_id, "gtk_status_icon_get_x11_window_id", LIBRARY.GTK);
3253 	Linker.link(gtk_status_icon_is_embedded, "gtk_status_icon_is_embedded", LIBRARY.GTK);
3254 	Linker.link(gtk_status_icon_set_from_file, "gtk_status_icon_set_from_file", LIBRARY.GTK);
3255 	Linker.link(gtk_status_icon_set_from_gicon, "gtk_status_icon_set_from_gicon", LIBRARY.GTK);
3256 	Linker.link(gtk_status_icon_set_from_icon_name, "gtk_status_icon_set_from_icon_name", LIBRARY.GTK);
3257 	Linker.link(gtk_status_icon_set_from_pixbuf, "gtk_status_icon_set_from_pixbuf", LIBRARY.GTK);
3258 	Linker.link(gtk_status_icon_set_from_stock, "gtk_status_icon_set_from_stock", LIBRARY.GTK);
3259 	Linker.link(gtk_status_icon_set_has_tooltip, "gtk_status_icon_set_has_tooltip", LIBRARY.GTK);
3260 	Linker.link(gtk_status_icon_set_name, "gtk_status_icon_set_name", LIBRARY.GTK);
3261 	Linker.link(gtk_status_icon_set_screen, "gtk_status_icon_set_screen", LIBRARY.GTK);
3262 	Linker.link(gtk_status_icon_set_title, "gtk_status_icon_set_title", LIBRARY.GTK);
3263 	Linker.link(gtk_status_icon_set_tooltip_markup, "gtk_status_icon_set_tooltip_markup", LIBRARY.GTK);
3264 	Linker.link(gtk_status_icon_set_tooltip_text, "gtk_status_icon_set_tooltip_text", LIBRARY.GTK);
3265 	Linker.link(gtk_status_icon_set_visible, "gtk_status_icon_set_visible", LIBRARY.GTK);
3266 
3267 	// gtk.Statusbar
3268 
3269 	Linker.link(gtk_statusbar_get_type, "gtk_statusbar_get_type", LIBRARY.GTK);
3270 	Linker.link(gtk_statusbar_new, "gtk_statusbar_new", LIBRARY.GTK);
3271 	Linker.link(gtk_statusbar_get_context_id, "gtk_statusbar_get_context_id", LIBRARY.GTK);
3272 	Linker.link(gtk_statusbar_get_message_area, "gtk_statusbar_get_message_area", LIBRARY.GTK);
3273 	Linker.link(gtk_statusbar_pop, "gtk_statusbar_pop", LIBRARY.GTK);
3274 	Linker.link(gtk_statusbar_push, "gtk_statusbar_push", LIBRARY.GTK);
3275 	Linker.link(gtk_statusbar_remove, "gtk_statusbar_remove", LIBRARY.GTK);
3276 	Linker.link(gtk_statusbar_remove_all, "gtk_statusbar_remove_all", LIBRARY.GTK);
3277 
3278 	// gtk.StatusbarAccessible
3279 
3280 	Linker.link(gtk_statusbar_accessible_get_type, "gtk_statusbar_accessible_get_type", LIBRARY.GTK);
3281 
3282 	// gtk.StockItem
3283 
3284 	Linker.link(gtk_stock_item_copy, "gtk_stock_item_copy", LIBRARY.GTK);
3285 	Linker.link(gtk_stock_item_free, "gtk_stock_item_free", LIBRARY.GTK);
3286 	Linker.link(gtk_stock_add, "gtk_stock_add", LIBRARY.GTK);
3287 	Linker.link(gtk_stock_add_static, "gtk_stock_add_static", LIBRARY.GTK);
3288 	Linker.link(gtk_stock_list_ids, "gtk_stock_list_ids", LIBRARY.GTK);
3289 	Linker.link(gtk_stock_lookup, "gtk_stock_lookup", LIBRARY.GTK);
3290 	Linker.link(gtk_stock_set_translate_func, "gtk_stock_set_translate_func", LIBRARY.GTK);
3291 
3292 	// gtk.Style
3293 
3294 	Linker.link(gtk_style_get_type, "gtk_style_get_type", LIBRARY.GTK);
3295 	Linker.link(gtk_style_new, "gtk_style_new", LIBRARY.GTK);
3296 	Linker.link(gtk_style_apply_default_background, "gtk_style_apply_default_background", LIBRARY.GTK);
3297 	Linker.link(gtk_style_attach, "gtk_style_attach", LIBRARY.GTK);
3298 	Linker.link(gtk_style_copy, "gtk_style_copy", LIBRARY.GTK);
3299 	Linker.link(gtk_style_detach, "gtk_style_detach", LIBRARY.GTK);
3300 	Linker.link(gtk_style_get, "gtk_style_get", LIBRARY.GTK);
3301 	Linker.link(gtk_style_get_style_property, "gtk_style_get_style_property", LIBRARY.GTK);
3302 	Linker.link(gtk_style_get_valist, "gtk_style_get_valist", LIBRARY.GTK);
3303 	Linker.link(gtk_style_has_context, "gtk_style_has_context", LIBRARY.GTK);
3304 	Linker.link(gtk_style_lookup_color, "gtk_style_lookup_color", LIBRARY.GTK);
3305 	Linker.link(gtk_style_lookup_icon_set, "gtk_style_lookup_icon_set", LIBRARY.GTK);
3306 	Linker.link(gtk_style_render_icon, "gtk_style_render_icon", LIBRARY.GTK);
3307 	Linker.link(gtk_style_set_background, "gtk_style_set_background", LIBRARY.GTK);
3308 	Linker.link(gtk_paint_arrow, "gtk_paint_arrow", LIBRARY.GTK);
3309 	Linker.link(gtk_paint_box, "gtk_paint_box", LIBRARY.GTK);
3310 	Linker.link(gtk_paint_box_gap, "gtk_paint_box_gap", LIBRARY.GTK);
3311 	Linker.link(gtk_paint_check, "gtk_paint_check", LIBRARY.GTK);
3312 	Linker.link(gtk_paint_diamond, "gtk_paint_diamond", LIBRARY.GTK);
3313 	Linker.link(gtk_paint_expander, "gtk_paint_expander", LIBRARY.GTK);
3314 	Linker.link(gtk_paint_extension, "gtk_paint_extension", LIBRARY.GTK);
3315 	Linker.link(gtk_paint_flat_box, "gtk_paint_flat_box", LIBRARY.GTK);
3316 	Linker.link(gtk_paint_focus, "gtk_paint_focus", LIBRARY.GTK);
3317 	Linker.link(gtk_paint_handle, "gtk_paint_handle", LIBRARY.GTK);
3318 	Linker.link(gtk_paint_hline, "gtk_paint_hline", LIBRARY.GTK);
3319 	Linker.link(gtk_paint_layout, "gtk_paint_layout", LIBRARY.GTK);
3320 	Linker.link(gtk_paint_option, "gtk_paint_option", LIBRARY.GTK);
3321 	Linker.link(gtk_paint_resize_grip, "gtk_paint_resize_grip", LIBRARY.GTK);
3322 	Linker.link(gtk_paint_shadow, "gtk_paint_shadow", LIBRARY.GTK);
3323 	Linker.link(gtk_paint_shadow_gap, "gtk_paint_shadow_gap", LIBRARY.GTK);
3324 	Linker.link(gtk_paint_slider, "gtk_paint_slider", LIBRARY.GTK);
3325 	Linker.link(gtk_paint_spinner, "gtk_paint_spinner", LIBRARY.GTK);
3326 	Linker.link(gtk_paint_tab, "gtk_paint_tab", LIBRARY.GTK);
3327 	Linker.link(gtk_paint_vline, "gtk_paint_vline", LIBRARY.GTK);
3328 
3329 	// gtk.StyleContext
3330 
3331 	Linker.link(gtk_style_context_get_type, "gtk_style_context_get_type", LIBRARY.GTK);
3332 	Linker.link(gtk_style_context_new, "gtk_style_context_new", LIBRARY.GTK);
3333 	Linker.link(gtk_style_context_add_provider_for_screen, "gtk_style_context_add_provider_for_screen", LIBRARY.GTK);
3334 	Linker.link(gtk_style_context_remove_provider_for_screen, "gtk_style_context_remove_provider_for_screen", LIBRARY.GTK);
3335 	Linker.link(gtk_style_context_reset_widgets, "gtk_style_context_reset_widgets", LIBRARY.GTK);
3336 	Linker.link(gtk_style_context_add_class, "gtk_style_context_add_class", LIBRARY.GTK);
3337 	Linker.link(gtk_style_context_add_provider, "gtk_style_context_add_provider", LIBRARY.GTK);
3338 	Linker.link(gtk_style_context_add_region, "gtk_style_context_add_region", LIBRARY.GTK);
3339 	Linker.link(gtk_style_context_cancel_animations, "gtk_style_context_cancel_animations", LIBRARY.GTK);
3340 	Linker.link(gtk_style_context_get, "gtk_style_context_get", LIBRARY.GTK);
3341 	Linker.link(gtk_style_context_get_background_color, "gtk_style_context_get_background_color", LIBRARY.GTK);
3342 	Linker.link(gtk_style_context_get_border, "gtk_style_context_get_border", LIBRARY.GTK);
3343 	Linker.link(gtk_style_context_get_border_color, "gtk_style_context_get_border_color", LIBRARY.GTK);
3344 	Linker.link(gtk_style_context_get_color, "gtk_style_context_get_color", LIBRARY.GTK);
3345 	Linker.link(gtk_style_context_get_direction, "gtk_style_context_get_direction", LIBRARY.GTK);
3346 	Linker.link(gtk_style_context_get_font, "gtk_style_context_get_font", LIBRARY.GTK);
3347 	Linker.link(gtk_style_context_get_frame_clock, "gtk_style_context_get_frame_clock", LIBRARY.GTK);
3348 	Linker.link(gtk_style_context_get_junction_sides, "gtk_style_context_get_junction_sides", LIBRARY.GTK);
3349 	Linker.link(gtk_style_context_get_margin, "gtk_style_context_get_margin", LIBRARY.GTK);
3350 	Linker.link(gtk_style_context_get_padding, "gtk_style_context_get_padding", LIBRARY.GTK);
3351 	Linker.link(gtk_style_context_get_parent, "gtk_style_context_get_parent", LIBRARY.GTK);
3352 	Linker.link(gtk_style_context_get_path, "gtk_style_context_get_path", LIBRARY.GTK);
3353 	Linker.link(gtk_style_context_get_property, "gtk_style_context_get_property", LIBRARY.GTK);
3354 	Linker.link(gtk_style_context_get_scale, "gtk_style_context_get_scale", LIBRARY.GTK);
3355 	Linker.link(gtk_style_context_get_screen, "gtk_style_context_get_screen", LIBRARY.GTK);
3356 	Linker.link(gtk_style_context_get_section, "gtk_style_context_get_section", LIBRARY.GTK);
3357 	Linker.link(gtk_style_context_get_state, "gtk_style_context_get_state", LIBRARY.GTK);
3358 	Linker.link(gtk_style_context_get_style, "gtk_style_context_get_style", LIBRARY.GTK);
3359 	Linker.link(gtk_style_context_get_style_property, "gtk_style_context_get_style_property", LIBRARY.GTK);
3360 	Linker.link(gtk_style_context_get_style_valist, "gtk_style_context_get_style_valist", LIBRARY.GTK);
3361 	Linker.link(gtk_style_context_get_valist, "gtk_style_context_get_valist", LIBRARY.GTK);
3362 	Linker.link(gtk_style_context_has_class, "gtk_style_context_has_class", LIBRARY.GTK);
3363 	Linker.link(gtk_style_context_has_region, "gtk_style_context_has_region", LIBRARY.GTK);
3364 	Linker.link(gtk_style_context_invalidate, "gtk_style_context_invalidate", LIBRARY.GTK);
3365 	Linker.link(gtk_style_context_list_classes, "gtk_style_context_list_classes", LIBRARY.GTK);
3366 	Linker.link(gtk_style_context_list_regions, "gtk_style_context_list_regions", LIBRARY.GTK);
3367 	Linker.link(gtk_style_context_lookup_color, "gtk_style_context_lookup_color", LIBRARY.GTK);
3368 	Linker.link(gtk_style_context_lookup_icon_set, "gtk_style_context_lookup_icon_set", LIBRARY.GTK);
3369 	Linker.link(gtk_style_context_notify_state_change, "gtk_style_context_notify_state_change", LIBRARY.GTK);
3370 	Linker.link(gtk_style_context_pop_animatable_region, "gtk_style_context_pop_animatable_region", LIBRARY.GTK);
3371 	Linker.link(gtk_style_context_push_animatable_region, "gtk_style_context_push_animatable_region", LIBRARY.GTK);
3372 	Linker.link(gtk_style_context_remove_class, "gtk_style_context_remove_class", LIBRARY.GTK);
3373 	Linker.link(gtk_style_context_remove_provider, "gtk_style_context_remove_provider", LIBRARY.GTK);
3374 	Linker.link(gtk_style_context_remove_region, "gtk_style_context_remove_region", LIBRARY.GTK);
3375 	Linker.link(gtk_style_context_restore, "gtk_style_context_restore", LIBRARY.GTK);
3376 	Linker.link(gtk_style_context_save, "gtk_style_context_save", LIBRARY.GTK);
3377 	Linker.link(gtk_style_context_scroll_animations, "gtk_style_context_scroll_animations", LIBRARY.GTK);
3378 	Linker.link(gtk_style_context_set_background, "gtk_style_context_set_background", LIBRARY.GTK);
3379 	Linker.link(gtk_style_context_set_direction, "gtk_style_context_set_direction", LIBRARY.GTK);
3380 	Linker.link(gtk_style_context_set_frame_clock, "gtk_style_context_set_frame_clock", LIBRARY.GTK);
3381 	Linker.link(gtk_style_context_set_junction_sides, "gtk_style_context_set_junction_sides", LIBRARY.GTK);
3382 	Linker.link(gtk_style_context_set_parent, "gtk_style_context_set_parent", LIBRARY.GTK);
3383 	Linker.link(gtk_style_context_set_path, "gtk_style_context_set_path", LIBRARY.GTK);
3384 	Linker.link(gtk_style_context_set_scale, "gtk_style_context_set_scale", LIBRARY.GTK);
3385 	Linker.link(gtk_style_context_set_screen, "gtk_style_context_set_screen", LIBRARY.GTK);
3386 	Linker.link(gtk_style_context_set_state, "gtk_style_context_set_state", LIBRARY.GTK);
3387 	Linker.link(gtk_style_context_state_is_running, "gtk_style_context_state_is_running", LIBRARY.GTK);
3388 	Linker.link(gtk_render_activity, "gtk_render_activity", LIBRARY.GTK);
3389 	Linker.link(gtk_render_arrow, "gtk_render_arrow", LIBRARY.GTK);
3390 	Linker.link(gtk_render_background, "gtk_render_background", LIBRARY.GTK);
3391 	Linker.link(gtk_render_check, "gtk_render_check", LIBRARY.GTK);
3392 	Linker.link(gtk_render_expander, "gtk_render_expander", LIBRARY.GTK);
3393 	Linker.link(gtk_render_extension, "gtk_render_extension", LIBRARY.GTK);
3394 	Linker.link(gtk_render_focus, "gtk_render_focus", LIBRARY.GTK);
3395 	Linker.link(gtk_render_frame, "gtk_render_frame", LIBRARY.GTK);
3396 	Linker.link(gtk_render_frame_gap, "gtk_render_frame_gap", LIBRARY.GTK);
3397 	Linker.link(gtk_render_handle, "gtk_render_handle", LIBRARY.GTK);
3398 	Linker.link(gtk_render_icon, "gtk_render_icon", LIBRARY.GTK);
3399 	Linker.link(gtk_render_icon_pixbuf, "gtk_render_icon_pixbuf", LIBRARY.GTK);
3400 	Linker.link(gtk_render_icon_surface, "gtk_render_icon_surface", LIBRARY.GTK);
3401 	Linker.link(gtk_render_insertion_cursor, "gtk_render_insertion_cursor", LIBRARY.GTK);
3402 	Linker.link(gtk_render_layout, "gtk_render_layout", LIBRARY.GTK);
3403 	Linker.link(gtk_render_line, "gtk_render_line", LIBRARY.GTK);
3404 	Linker.link(gtk_render_option, "gtk_render_option", LIBRARY.GTK);
3405 	Linker.link(gtk_render_slider, "gtk_render_slider", LIBRARY.GTK);
3406 
3407 	// gtk.StyleProperties
3408 
3409 	Linker.link(gtk_style_properties_get_type, "gtk_style_properties_get_type", LIBRARY.GTK);
3410 	Linker.link(gtk_style_properties_new, "gtk_style_properties_new", LIBRARY.GTK);
3411 	Linker.link(gtk_style_properties_lookup_property, "gtk_style_properties_lookup_property", LIBRARY.GTK);
3412 	Linker.link(gtk_style_properties_register_property, "gtk_style_properties_register_property", LIBRARY.GTK);
3413 	Linker.link(gtk_style_properties_clear, "gtk_style_properties_clear", LIBRARY.GTK);
3414 	Linker.link(gtk_style_properties_get, "gtk_style_properties_get", LIBRARY.GTK);
3415 	Linker.link(gtk_style_properties_get_property, "gtk_style_properties_get_property", LIBRARY.GTK);
3416 	Linker.link(gtk_style_properties_get_valist, "gtk_style_properties_get_valist", LIBRARY.GTK);
3417 	Linker.link(gtk_style_properties_lookup_color, "gtk_style_properties_lookup_color", LIBRARY.GTK);
3418 	Linker.link(gtk_style_properties_map_color, "gtk_style_properties_map_color", LIBRARY.GTK);
3419 	Linker.link(gtk_style_properties_merge, "gtk_style_properties_merge", LIBRARY.GTK);
3420 	Linker.link(gtk_style_properties_set, "gtk_style_properties_set", LIBRARY.GTK);
3421 	Linker.link(gtk_style_properties_set_property, "gtk_style_properties_set_property", LIBRARY.GTK);
3422 	Linker.link(gtk_style_properties_set_valist, "gtk_style_properties_set_valist", LIBRARY.GTK);
3423 	Linker.link(gtk_style_properties_unset_property, "gtk_style_properties_unset_property", LIBRARY.GTK);
3424 
3425 	// gtk.StyleProvider
3426 
3427 	Linker.link(gtk_style_provider_get_type, "gtk_style_provider_get_type", LIBRARY.GTK);
3428 	Linker.link(gtk_style_provider_get_icon_factory, "gtk_style_provider_get_icon_factory", LIBRARY.GTK);
3429 	Linker.link(gtk_style_provider_get_style, "gtk_style_provider_get_style", LIBRARY.GTK);
3430 	Linker.link(gtk_style_provider_get_style_property, "gtk_style_provider_get_style_property", LIBRARY.GTK);
3431 
3432 	// gtk.Switch
3433 
3434 	Linker.link(gtk_switch_get_type, "gtk_switch_get_type", LIBRARY.GTK);
3435 	Linker.link(gtk_switch_new, "gtk_switch_new", LIBRARY.GTK);
3436 	Linker.link(gtk_switch_get_active, "gtk_switch_get_active", LIBRARY.GTK);
3437 	Linker.link(gtk_switch_get_state, "gtk_switch_get_state", LIBRARY.GTK);
3438 	Linker.link(gtk_switch_set_active, "gtk_switch_set_active", LIBRARY.GTK);
3439 	Linker.link(gtk_switch_set_state, "gtk_switch_set_state", LIBRARY.GTK);
3440 
3441 	// gtk.SwitchAccessible
3442 
3443 	Linker.link(gtk_switch_accessible_get_type, "gtk_switch_accessible_get_type", LIBRARY.GTK);
3444 
3445 	// gtk.SymbolicColor
3446 
3447 	Linker.link(gtk_symbolic_color_get_type, "gtk_symbolic_color_get_type", LIBRARY.GTK);
3448 	Linker.link(gtk_symbolic_color_new_alpha, "gtk_symbolic_color_new_alpha", LIBRARY.GTK);
3449 	Linker.link(gtk_symbolic_color_new_literal, "gtk_symbolic_color_new_literal", LIBRARY.GTK);
3450 	Linker.link(gtk_symbolic_color_new_mix, "gtk_symbolic_color_new_mix", LIBRARY.GTK);
3451 	Linker.link(gtk_symbolic_color_new_name, "gtk_symbolic_color_new_name", LIBRARY.GTK);
3452 	Linker.link(gtk_symbolic_color_new_shade, "gtk_symbolic_color_new_shade", LIBRARY.GTK);
3453 	Linker.link(gtk_symbolic_color_new_win32, "gtk_symbolic_color_new_win32", LIBRARY.GTK);
3454 	Linker.link(gtk_symbolic_color_ref, "gtk_symbolic_color_ref", LIBRARY.GTK);
3455 	Linker.link(gtk_symbolic_color_resolve, "gtk_symbolic_color_resolve", LIBRARY.GTK);
3456 	Linker.link(gtk_symbolic_color_to_string, "gtk_symbolic_color_to_string", LIBRARY.GTK);
3457 	Linker.link(gtk_symbolic_color_unref, "gtk_symbolic_color_unref", LIBRARY.GTK);
3458 
3459 	// gtk.Table
3460 
3461 	Linker.link(gtk_table_get_type, "gtk_table_get_type", LIBRARY.GTK);
3462 	Linker.link(gtk_table_new, "gtk_table_new", LIBRARY.GTK);
3463 	Linker.link(gtk_table_attach, "gtk_table_attach", LIBRARY.GTK);
3464 	Linker.link(gtk_table_attach_defaults, "gtk_table_attach_defaults", LIBRARY.GTK);
3465 	Linker.link(gtk_table_get_col_spacing, "gtk_table_get_col_spacing", LIBRARY.GTK);
3466 	Linker.link(gtk_table_get_default_col_spacing, "gtk_table_get_default_col_spacing", LIBRARY.GTK);
3467 	Linker.link(gtk_table_get_default_row_spacing, "gtk_table_get_default_row_spacing", LIBRARY.GTK);
3468 	Linker.link(gtk_table_get_homogeneous, "gtk_table_get_homogeneous", LIBRARY.GTK);
3469 	Linker.link(gtk_table_get_row_spacing, "gtk_table_get_row_spacing", LIBRARY.GTK);
3470 	Linker.link(gtk_table_get_size, "gtk_table_get_size", LIBRARY.GTK);
3471 	Linker.link(gtk_table_resize, "gtk_table_resize", LIBRARY.GTK);
3472 	Linker.link(gtk_table_set_col_spacing, "gtk_table_set_col_spacing", LIBRARY.GTK);
3473 	Linker.link(gtk_table_set_col_spacings, "gtk_table_set_col_spacings", LIBRARY.GTK);
3474 	Linker.link(gtk_table_set_homogeneous, "gtk_table_set_homogeneous", LIBRARY.GTK);
3475 	Linker.link(gtk_table_set_row_spacing, "gtk_table_set_row_spacing", LIBRARY.GTK);
3476 	Linker.link(gtk_table_set_row_spacings, "gtk_table_set_row_spacings", LIBRARY.GTK);
3477 
3478 	// gtk.TargetEntry
3479 
3480 	Linker.link(gtk_target_entry_get_type, "gtk_target_entry_get_type", LIBRARY.GTK);
3481 	Linker.link(gtk_target_entry_new, "gtk_target_entry_new", LIBRARY.GTK);
3482 	Linker.link(gtk_target_entry_copy, "gtk_target_entry_copy", LIBRARY.GTK);
3483 	Linker.link(gtk_target_entry_free, "gtk_target_entry_free", LIBRARY.GTK);
3484 
3485 	// gtk.TargetList
3486 
3487 	Linker.link(gtk_target_list_get_type, "gtk_target_list_get_type", LIBRARY.GTK);
3488 	Linker.link(gtk_target_list_new, "gtk_target_list_new", LIBRARY.GTK);
3489 	Linker.link(gtk_target_list_add, "gtk_target_list_add", LIBRARY.GTK);
3490 	Linker.link(gtk_target_list_add_image_targets, "gtk_target_list_add_image_targets", LIBRARY.GTK);
3491 	Linker.link(gtk_target_list_add_rich_text_targets, "gtk_target_list_add_rich_text_targets", LIBRARY.GTK);
3492 	Linker.link(gtk_target_list_add_table, "gtk_target_list_add_table", LIBRARY.GTK);
3493 	Linker.link(gtk_target_list_add_text_targets, "gtk_target_list_add_text_targets", LIBRARY.GTK);
3494 	Linker.link(gtk_target_list_add_uri_targets, "gtk_target_list_add_uri_targets", LIBRARY.GTK);
3495 	Linker.link(gtk_target_list_find, "gtk_target_list_find", LIBRARY.GTK);
3496 	Linker.link(gtk_target_list_ref, "gtk_target_list_ref", LIBRARY.GTK);
3497 	Linker.link(gtk_target_list_remove, "gtk_target_list_remove", LIBRARY.GTK);
3498 	Linker.link(gtk_target_list_unref, "gtk_target_list_unref", LIBRARY.GTK);
3499 	Linker.link(gtk_target_table_free, "gtk_target_table_free", LIBRARY.GTK);
3500 	Linker.link(gtk_target_table_new_from_list, "gtk_target_table_new_from_list", LIBRARY.GTK);
3501 	Linker.link(gtk_targets_include_image, "gtk_targets_include_image", LIBRARY.GTK);
3502 	Linker.link(gtk_targets_include_rich_text, "gtk_targets_include_rich_text", LIBRARY.GTK);
3503 	Linker.link(gtk_targets_include_text, "gtk_targets_include_text", LIBRARY.GTK);
3504 	Linker.link(gtk_targets_include_uri, "gtk_targets_include_uri", LIBRARY.GTK);
3505 
3506 	// gtk.TearoffMenuItem
3507 
3508 	Linker.link(gtk_tearoff_menu_item_get_type, "gtk_tearoff_menu_item_get_type", LIBRARY.GTK);
3509 	Linker.link(gtk_tearoff_menu_item_new, "gtk_tearoff_menu_item_new", LIBRARY.GTK);
3510 
3511 	// gtk.TextAttributes
3512 
3513 	Linker.link(gtk_text_attributes_get_type, "gtk_text_attributes_get_type", LIBRARY.GTK);
3514 	Linker.link(gtk_text_attributes_new, "gtk_text_attributes_new", LIBRARY.GTK);
3515 	Linker.link(gtk_text_attributes_copy, "gtk_text_attributes_copy", LIBRARY.GTK);
3516 	Linker.link(gtk_text_attributes_copy_values, "gtk_text_attributes_copy_values", LIBRARY.GTK);
3517 	Linker.link(gtk_text_attributes_ref, "gtk_text_attributes_ref", LIBRARY.GTK);
3518 	Linker.link(gtk_text_attributes_unref, "gtk_text_attributes_unref", LIBRARY.GTK);
3519 
3520 	// gtk.TextBuffer
3521 
3522 	Linker.link(gtk_text_buffer_get_type, "gtk_text_buffer_get_type", LIBRARY.GTK);
3523 	Linker.link(gtk_text_buffer_new, "gtk_text_buffer_new", LIBRARY.GTK);
3524 	Linker.link(gtk_text_buffer_add_mark, "gtk_text_buffer_add_mark", LIBRARY.GTK);
3525 	Linker.link(gtk_text_buffer_add_selection_clipboard, "gtk_text_buffer_add_selection_clipboard", LIBRARY.GTK);
3526 	Linker.link(gtk_text_buffer_apply_tag, "gtk_text_buffer_apply_tag", LIBRARY.GTK);
3527 	Linker.link(gtk_text_buffer_apply_tag_by_name, "gtk_text_buffer_apply_tag_by_name", LIBRARY.GTK);
3528 	Linker.link(gtk_text_buffer_backspace, "gtk_text_buffer_backspace", LIBRARY.GTK);
3529 	Linker.link(gtk_text_buffer_begin_user_action, "gtk_text_buffer_begin_user_action", LIBRARY.GTK);
3530 	Linker.link(gtk_text_buffer_copy_clipboard, "gtk_text_buffer_copy_clipboard", LIBRARY.GTK);
3531 	Linker.link(gtk_text_buffer_create_child_anchor, "gtk_text_buffer_create_child_anchor", LIBRARY.GTK);
3532 	Linker.link(gtk_text_buffer_create_mark, "gtk_text_buffer_create_mark", LIBRARY.GTK);
3533 	Linker.link(gtk_text_buffer_create_tag, "gtk_text_buffer_create_tag", LIBRARY.GTK);
3534 	Linker.link(gtk_text_buffer_cut_clipboard, "gtk_text_buffer_cut_clipboard", LIBRARY.GTK);
3535 	Linker.link(gtk_text_buffer_delete, "gtk_text_buffer_delete", LIBRARY.GTK);
3536 	Linker.link(gtk_text_buffer_delete_interactive, "gtk_text_buffer_delete_interactive", LIBRARY.GTK);
3537 	Linker.link(gtk_text_buffer_delete_mark, "gtk_text_buffer_delete_mark", LIBRARY.GTK);
3538 	Linker.link(gtk_text_buffer_delete_mark_by_name, "gtk_text_buffer_delete_mark_by_name", LIBRARY.GTK);
3539 	Linker.link(gtk_text_buffer_delete_selection, "gtk_text_buffer_delete_selection", LIBRARY.GTK);
3540 	Linker.link(gtk_text_buffer_deserialize, "gtk_text_buffer_deserialize", LIBRARY.GTK);
3541 	Linker.link(gtk_text_buffer_deserialize_get_can_create_tags, "gtk_text_buffer_deserialize_get_can_create_tags", LIBRARY.GTK);
3542 	Linker.link(gtk_text_buffer_deserialize_set_can_create_tags, "gtk_text_buffer_deserialize_set_can_create_tags", LIBRARY.GTK);
3543 	Linker.link(gtk_text_buffer_end_user_action, "gtk_text_buffer_end_user_action", LIBRARY.GTK);
3544 	Linker.link(gtk_text_buffer_get_bounds, "gtk_text_buffer_get_bounds", LIBRARY.GTK);
3545 	Linker.link(gtk_text_buffer_get_char_count, "gtk_text_buffer_get_char_count", LIBRARY.GTK);
3546 	Linker.link(gtk_text_buffer_get_copy_target_list, "gtk_text_buffer_get_copy_target_list", LIBRARY.GTK);
3547 	Linker.link(gtk_text_buffer_get_deserialize_formats, "gtk_text_buffer_get_deserialize_formats", LIBRARY.GTK);
3548 	Linker.link(gtk_text_buffer_get_end_iter, "gtk_text_buffer_get_end_iter", LIBRARY.GTK);
3549 	Linker.link(gtk_text_buffer_get_has_selection, "gtk_text_buffer_get_has_selection", LIBRARY.GTK);
3550 	Linker.link(gtk_text_buffer_get_insert, "gtk_text_buffer_get_insert", LIBRARY.GTK);
3551 	Linker.link(gtk_text_buffer_get_iter_at_child_anchor, "gtk_text_buffer_get_iter_at_child_anchor", LIBRARY.GTK);
3552 	Linker.link(gtk_text_buffer_get_iter_at_line, "gtk_text_buffer_get_iter_at_line", LIBRARY.GTK);
3553 	Linker.link(gtk_text_buffer_get_iter_at_line_index, "gtk_text_buffer_get_iter_at_line_index", LIBRARY.GTK);
3554 	Linker.link(gtk_text_buffer_get_iter_at_line_offset, "gtk_text_buffer_get_iter_at_line_offset", LIBRARY.GTK);
3555 	Linker.link(gtk_text_buffer_get_iter_at_mark, "gtk_text_buffer_get_iter_at_mark", LIBRARY.GTK);
3556 	Linker.link(gtk_text_buffer_get_iter_at_offset, "gtk_text_buffer_get_iter_at_offset", LIBRARY.GTK);
3557 	Linker.link(gtk_text_buffer_get_line_count, "gtk_text_buffer_get_line_count", LIBRARY.GTK);
3558 	Linker.link(gtk_text_buffer_get_mark, "gtk_text_buffer_get_mark", LIBRARY.GTK);
3559 	Linker.link(gtk_text_buffer_get_modified, "gtk_text_buffer_get_modified", LIBRARY.GTK);
3560 	Linker.link(gtk_text_buffer_get_paste_target_list, "gtk_text_buffer_get_paste_target_list", LIBRARY.GTK);
3561 	Linker.link(gtk_text_buffer_get_selection_bound, "gtk_text_buffer_get_selection_bound", LIBRARY.GTK);
3562 	Linker.link(gtk_text_buffer_get_selection_bounds, "gtk_text_buffer_get_selection_bounds", LIBRARY.GTK);
3563 	Linker.link(gtk_text_buffer_get_serialize_formats, "gtk_text_buffer_get_serialize_formats", LIBRARY.GTK);
3564 	Linker.link(gtk_text_buffer_get_slice, "gtk_text_buffer_get_slice", LIBRARY.GTK);
3565 	Linker.link(gtk_text_buffer_get_start_iter, "gtk_text_buffer_get_start_iter", LIBRARY.GTK);
3566 	Linker.link(gtk_text_buffer_get_tag_table, "gtk_text_buffer_get_tag_table", LIBRARY.GTK);
3567 	Linker.link(gtk_text_buffer_get_text, "gtk_text_buffer_get_text", LIBRARY.GTK);
3568 	Linker.link(gtk_text_buffer_insert, "gtk_text_buffer_insert", LIBRARY.GTK);
3569 	Linker.link(gtk_text_buffer_insert_at_cursor, "gtk_text_buffer_insert_at_cursor", LIBRARY.GTK);
3570 	Linker.link(gtk_text_buffer_insert_child_anchor, "gtk_text_buffer_insert_child_anchor", LIBRARY.GTK);
3571 	Linker.link(gtk_text_buffer_insert_interactive, "gtk_text_buffer_insert_interactive", LIBRARY.GTK);
3572 	Linker.link(gtk_text_buffer_insert_interactive_at_cursor, "gtk_text_buffer_insert_interactive_at_cursor", LIBRARY.GTK);
3573 	Linker.link(gtk_text_buffer_insert_pixbuf, "gtk_text_buffer_insert_pixbuf", LIBRARY.GTK);
3574 	Linker.link(gtk_text_buffer_insert_range, "gtk_text_buffer_insert_range", LIBRARY.GTK);
3575 	Linker.link(gtk_text_buffer_insert_range_interactive, "gtk_text_buffer_insert_range_interactive", LIBRARY.GTK);
3576 	Linker.link(gtk_text_buffer_insert_with_tags, "gtk_text_buffer_insert_with_tags", LIBRARY.GTK);
3577 	Linker.link(gtk_text_buffer_insert_with_tags_by_name, "gtk_text_buffer_insert_with_tags_by_name", LIBRARY.GTK);
3578 	Linker.link(gtk_text_buffer_move_mark, "gtk_text_buffer_move_mark", LIBRARY.GTK);
3579 	Linker.link(gtk_text_buffer_move_mark_by_name, "gtk_text_buffer_move_mark_by_name", LIBRARY.GTK);
3580 	Linker.link(gtk_text_buffer_paste_clipboard, "gtk_text_buffer_paste_clipboard", LIBRARY.GTK);
3581 	Linker.link(gtk_text_buffer_place_cursor, "gtk_text_buffer_place_cursor", LIBRARY.GTK);
3582 	Linker.link(gtk_text_buffer_register_deserialize_format, "gtk_text_buffer_register_deserialize_format", LIBRARY.GTK);
3583 	Linker.link(gtk_text_buffer_register_deserialize_tagset, "gtk_text_buffer_register_deserialize_tagset", LIBRARY.GTK);
3584 	Linker.link(gtk_text_buffer_register_serialize_format, "gtk_text_buffer_register_serialize_format", LIBRARY.GTK);
3585 	Linker.link(gtk_text_buffer_register_serialize_tagset, "gtk_text_buffer_register_serialize_tagset", LIBRARY.GTK);
3586 	Linker.link(gtk_text_buffer_remove_all_tags, "gtk_text_buffer_remove_all_tags", LIBRARY.GTK);
3587 	Linker.link(gtk_text_buffer_remove_selection_clipboard, "gtk_text_buffer_remove_selection_clipboard", LIBRARY.GTK);
3588 	Linker.link(gtk_text_buffer_remove_tag, "gtk_text_buffer_remove_tag", LIBRARY.GTK);
3589 	Linker.link(gtk_text_buffer_remove_tag_by_name, "gtk_text_buffer_remove_tag_by_name", LIBRARY.GTK);
3590 	Linker.link(gtk_text_buffer_select_range, "gtk_text_buffer_select_range", LIBRARY.GTK);
3591 	Linker.link(gtk_text_buffer_serialize, "gtk_text_buffer_serialize", LIBRARY.GTK);
3592 	Linker.link(gtk_text_buffer_set_modified, "gtk_text_buffer_set_modified", LIBRARY.GTK);
3593 	Linker.link(gtk_text_buffer_set_text, "gtk_text_buffer_set_text", LIBRARY.GTK);
3594 	Linker.link(gtk_text_buffer_unregister_deserialize_format, "gtk_text_buffer_unregister_deserialize_format", LIBRARY.GTK);
3595 	Linker.link(gtk_text_buffer_unregister_serialize_format, "gtk_text_buffer_unregister_serialize_format", LIBRARY.GTK);
3596 
3597 	// gtk.TextCellAccessible
3598 
3599 	Linker.link(gtk_text_cell_accessible_get_type, "gtk_text_cell_accessible_get_type", LIBRARY.GTK);
3600 
3601 	// gtk.TextChildAnchor
3602 
3603 	Linker.link(gtk_text_child_anchor_get_type, "gtk_text_child_anchor_get_type", LIBRARY.GTK);
3604 	Linker.link(gtk_text_child_anchor_new, "gtk_text_child_anchor_new", LIBRARY.GTK);
3605 	Linker.link(gtk_text_child_anchor_get_deleted, "gtk_text_child_anchor_get_deleted", LIBRARY.GTK);
3606 	Linker.link(gtk_text_child_anchor_get_widgets, "gtk_text_child_anchor_get_widgets", LIBRARY.GTK);
3607 
3608 	// gtk.TextIter
3609 
3610 	Linker.link(gtk_text_iter_get_type, "gtk_text_iter_get_type", LIBRARY.GTK);
3611 	Linker.link(gtk_text_iter_assign, "gtk_text_iter_assign", LIBRARY.GTK);
3612 	Linker.link(gtk_text_iter_backward_char, "gtk_text_iter_backward_char", LIBRARY.GTK);
3613 	Linker.link(gtk_text_iter_backward_chars, "gtk_text_iter_backward_chars", LIBRARY.GTK);
3614 	Linker.link(gtk_text_iter_backward_cursor_position, "gtk_text_iter_backward_cursor_position", LIBRARY.GTK);
3615 	Linker.link(gtk_text_iter_backward_cursor_positions, "gtk_text_iter_backward_cursor_positions", LIBRARY.GTK);
3616 	Linker.link(gtk_text_iter_backward_find_char, "gtk_text_iter_backward_find_char", LIBRARY.GTK);
3617 	Linker.link(gtk_text_iter_backward_line, "gtk_text_iter_backward_line", LIBRARY.GTK);
3618 	Linker.link(gtk_text_iter_backward_lines, "gtk_text_iter_backward_lines", LIBRARY.GTK);
3619 	Linker.link(gtk_text_iter_backward_search, "gtk_text_iter_backward_search", LIBRARY.GTK);
3620 	Linker.link(gtk_text_iter_backward_sentence_start, "gtk_text_iter_backward_sentence_start", LIBRARY.GTK);
3621 	Linker.link(gtk_text_iter_backward_sentence_starts, "gtk_text_iter_backward_sentence_starts", LIBRARY.GTK);
3622 	Linker.link(gtk_text_iter_backward_to_tag_toggle, "gtk_text_iter_backward_to_tag_toggle", LIBRARY.GTK);
3623 	Linker.link(gtk_text_iter_backward_visible_cursor_position, "gtk_text_iter_backward_visible_cursor_position", LIBRARY.GTK);
3624 	Linker.link(gtk_text_iter_backward_visible_cursor_positions, "gtk_text_iter_backward_visible_cursor_positions", LIBRARY.GTK);
3625 	Linker.link(gtk_text_iter_backward_visible_line, "gtk_text_iter_backward_visible_line", LIBRARY.GTK);
3626 	Linker.link(gtk_text_iter_backward_visible_lines, "gtk_text_iter_backward_visible_lines", LIBRARY.GTK);
3627 	Linker.link(gtk_text_iter_backward_visible_word_start, "gtk_text_iter_backward_visible_word_start", LIBRARY.GTK);
3628 	Linker.link(gtk_text_iter_backward_visible_word_starts, "gtk_text_iter_backward_visible_word_starts", LIBRARY.GTK);
3629 	Linker.link(gtk_text_iter_backward_word_start, "gtk_text_iter_backward_word_start", LIBRARY.GTK);
3630 	Linker.link(gtk_text_iter_backward_word_starts, "gtk_text_iter_backward_word_starts", LIBRARY.GTK);
3631 	Linker.link(gtk_text_iter_begins_tag, "gtk_text_iter_begins_tag", LIBRARY.GTK);
3632 	Linker.link(gtk_text_iter_can_insert, "gtk_text_iter_can_insert", LIBRARY.GTK);
3633 	Linker.link(gtk_text_iter_compare, "gtk_text_iter_compare", LIBRARY.GTK);
3634 	Linker.link(gtk_text_iter_copy, "gtk_text_iter_copy", LIBRARY.GTK);
3635 	Linker.link(gtk_text_iter_editable, "gtk_text_iter_editable", LIBRARY.GTK);
3636 	Linker.link(gtk_text_iter_ends_line, "gtk_text_iter_ends_line", LIBRARY.GTK);
3637 	Linker.link(gtk_text_iter_ends_sentence, "gtk_text_iter_ends_sentence", LIBRARY.GTK);
3638 	Linker.link(gtk_text_iter_ends_tag, "gtk_text_iter_ends_tag", LIBRARY.GTK);
3639 	Linker.link(gtk_text_iter_ends_word, "gtk_text_iter_ends_word", LIBRARY.GTK);
3640 	Linker.link(gtk_text_iter_equal, "gtk_text_iter_equal", LIBRARY.GTK);
3641 	Linker.link(gtk_text_iter_forward_char, "gtk_text_iter_forward_char", LIBRARY.GTK);
3642 	Linker.link(gtk_text_iter_forward_chars, "gtk_text_iter_forward_chars", LIBRARY.GTK);
3643 	Linker.link(gtk_text_iter_forward_cursor_position, "gtk_text_iter_forward_cursor_position", LIBRARY.GTK);
3644 	Linker.link(gtk_text_iter_forward_cursor_positions, "gtk_text_iter_forward_cursor_positions", LIBRARY.GTK);
3645 	Linker.link(gtk_text_iter_forward_find_char, "gtk_text_iter_forward_find_char", LIBRARY.GTK);
3646 	Linker.link(gtk_text_iter_forward_line, "gtk_text_iter_forward_line", LIBRARY.GTK);
3647 	Linker.link(gtk_text_iter_forward_lines, "gtk_text_iter_forward_lines", LIBRARY.GTK);
3648 	Linker.link(gtk_text_iter_forward_search, "gtk_text_iter_forward_search", LIBRARY.GTK);
3649 	Linker.link(gtk_text_iter_forward_sentence_end, "gtk_text_iter_forward_sentence_end", LIBRARY.GTK);
3650 	Linker.link(gtk_text_iter_forward_sentence_ends, "gtk_text_iter_forward_sentence_ends", LIBRARY.GTK);
3651 	Linker.link(gtk_text_iter_forward_to_end, "gtk_text_iter_forward_to_end", LIBRARY.GTK);
3652 	Linker.link(gtk_text_iter_forward_to_line_end, "gtk_text_iter_forward_to_line_end", LIBRARY.GTK);
3653 	Linker.link(gtk_text_iter_forward_to_tag_toggle, "gtk_text_iter_forward_to_tag_toggle", LIBRARY.GTK);
3654 	Linker.link(gtk_text_iter_forward_visible_cursor_position, "gtk_text_iter_forward_visible_cursor_position", LIBRARY.GTK);
3655 	Linker.link(gtk_text_iter_forward_visible_cursor_positions, "gtk_text_iter_forward_visible_cursor_positions", LIBRARY.GTK);
3656 	Linker.link(gtk_text_iter_forward_visible_line, "gtk_text_iter_forward_visible_line", LIBRARY.GTK);
3657 	Linker.link(gtk_text_iter_forward_visible_lines, "gtk_text_iter_forward_visible_lines", LIBRARY.GTK);
3658 	Linker.link(gtk_text_iter_forward_visible_word_end, "gtk_text_iter_forward_visible_word_end", LIBRARY.GTK);
3659 	Linker.link(gtk_text_iter_forward_visible_word_ends, "gtk_text_iter_forward_visible_word_ends", LIBRARY.GTK);
3660 	Linker.link(gtk_text_iter_forward_word_end, "gtk_text_iter_forward_word_end", LIBRARY.GTK);
3661 	Linker.link(gtk_text_iter_forward_word_ends, "gtk_text_iter_forward_word_ends", LIBRARY.GTK);
3662 	Linker.link(gtk_text_iter_free, "gtk_text_iter_free", LIBRARY.GTK);
3663 	Linker.link(gtk_text_iter_get_attributes, "gtk_text_iter_get_attributes", LIBRARY.GTK);
3664 	Linker.link(gtk_text_iter_get_buffer, "gtk_text_iter_get_buffer", LIBRARY.GTK);
3665 	Linker.link(gtk_text_iter_get_bytes_in_line, "gtk_text_iter_get_bytes_in_line", LIBRARY.GTK);
3666 	Linker.link(gtk_text_iter_get_char, "gtk_text_iter_get_char", LIBRARY.GTK);
3667 	Linker.link(gtk_text_iter_get_chars_in_line, "gtk_text_iter_get_chars_in_line", LIBRARY.GTK);
3668 	Linker.link(gtk_text_iter_get_child_anchor, "gtk_text_iter_get_child_anchor", LIBRARY.GTK);
3669 	Linker.link(gtk_text_iter_get_language, "gtk_text_iter_get_language", LIBRARY.GTK);
3670 	Linker.link(gtk_text_iter_get_line, "gtk_text_iter_get_line", LIBRARY.GTK);
3671 	Linker.link(gtk_text_iter_get_line_index, "gtk_text_iter_get_line_index", LIBRARY.GTK);
3672 	Linker.link(gtk_text_iter_get_line_offset, "gtk_text_iter_get_line_offset", LIBRARY.GTK);
3673 	Linker.link(gtk_text_iter_get_marks, "gtk_text_iter_get_marks", LIBRARY.GTK);
3674 	Linker.link(gtk_text_iter_get_offset, "gtk_text_iter_get_offset", LIBRARY.GTK);
3675 	Linker.link(gtk_text_iter_get_pixbuf, "gtk_text_iter_get_pixbuf", LIBRARY.GTK);
3676 	Linker.link(gtk_text_iter_get_slice, "gtk_text_iter_get_slice", LIBRARY.GTK);
3677 	Linker.link(gtk_text_iter_get_tags, "gtk_text_iter_get_tags", LIBRARY.GTK);
3678 	Linker.link(gtk_text_iter_get_text, "gtk_text_iter_get_text", LIBRARY.GTK);
3679 	Linker.link(gtk_text_iter_get_toggled_tags, "gtk_text_iter_get_toggled_tags", LIBRARY.GTK);
3680 	Linker.link(gtk_text_iter_get_visible_line_index, "gtk_text_iter_get_visible_line_index", LIBRARY.GTK);
3681 	Linker.link(gtk_text_iter_get_visible_line_offset, "gtk_text_iter_get_visible_line_offset", LIBRARY.GTK);
3682 	Linker.link(gtk_text_iter_get_visible_slice, "gtk_text_iter_get_visible_slice", LIBRARY.GTK);
3683 	Linker.link(gtk_text_iter_get_visible_text, "gtk_text_iter_get_visible_text", LIBRARY.GTK);
3684 	Linker.link(gtk_text_iter_has_tag, "gtk_text_iter_has_tag", LIBRARY.GTK);
3685 	Linker.link(gtk_text_iter_in_range, "gtk_text_iter_in_range", LIBRARY.GTK);
3686 	Linker.link(gtk_text_iter_inside_sentence, "gtk_text_iter_inside_sentence", LIBRARY.GTK);
3687 	Linker.link(gtk_text_iter_inside_word, "gtk_text_iter_inside_word", LIBRARY.GTK);
3688 	Linker.link(gtk_text_iter_is_cursor_position, "gtk_text_iter_is_cursor_position", LIBRARY.GTK);
3689 	Linker.link(gtk_text_iter_is_end, "gtk_text_iter_is_end", LIBRARY.GTK);
3690 	Linker.link(gtk_text_iter_is_start, "gtk_text_iter_is_start", LIBRARY.GTK);
3691 	Linker.link(gtk_text_iter_order, "gtk_text_iter_order", LIBRARY.GTK);
3692 	Linker.link(gtk_text_iter_set_line, "gtk_text_iter_set_line", LIBRARY.GTK);
3693 	Linker.link(gtk_text_iter_set_line_index, "gtk_text_iter_set_line_index", LIBRARY.GTK);
3694 	Linker.link(gtk_text_iter_set_line_offset, "gtk_text_iter_set_line_offset", LIBRARY.GTK);
3695 	Linker.link(gtk_text_iter_set_offset, "gtk_text_iter_set_offset", LIBRARY.GTK);
3696 	Linker.link(gtk_text_iter_set_visible_line_index, "gtk_text_iter_set_visible_line_index", LIBRARY.GTK);
3697 	Linker.link(gtk_text_iter_set_visible_line_offset, "gtk_text_iter_set_visible_line_offset", LIBRARY.GTK);
3698 	Linker.link(gtk_text_iter_starts_line, "gtk_text_iter_starts_line", LIBRARY.GTK);
3699 	Linker.link(gtk_text_iter_starts_sentence, "gtk_text_iter_starts_sentence", LIBRARY.GTK);
3700 	Linker.link(gtk_text_iter_starts_word, "gtk_text_iter_starts_word", LIBRARY.GTK);
3701 	Linker.link(gtk_text_iter_toggles_tag, "gtk_text_iter_toggles_tag", LIBRARY.GTK);
3702 
3703 	// gtk.TextMark
3704 
3705 	Linker.link(gtk_text_mark_get_type, "gtk_text_mark_get_type", LIBRARY.GTK);
3706 	Linker.link(gtk_text_mark_new, "gtk_text_mark_new", LIBRARY.GTK);
3707 	Linker.link(gtk_text_mark_get_buffer, "gtk_text_mark_get_buffer", LIBRARY.GTK);
3708 	Linker.link(gtk_text_mark_get_deleted, "gtk_text_mark_get_deleted", LIBRARY.GTK);
3709 	Linker.link(gtk_text_mark_get_left_gravity, "gtk_text_mark_get_left_gravity", LIBRARY.GTK);
3710 	Linker.link(gtk_text_mark_get_name, "gtk_text_mark_get_name", LIBRARY.GTK);
3711 	Linker.link(gtk_text_mark_get_visible, "gtk_text_mark_get_visible", LIBRARY.GTK);
3712 	Linker.link(gtk_text_mark_set_visible, "gtk_text_mark_set_visible", LIBRARY.GTK);
3713 
3714 	// gtk.TextTag
3715 
3716 	Linker.link(gtk_text_tag_get_type, "gtk_text_tag_get_type", LIBRARY.GTK);
3717 	Linker.link(gtk_text_tag_new, "gtk_text_tag_new", LIBRARY.GTK);
3718 	Linker.link(gtk_text_tag_event, "gtk_text_tag_event", LIBRARY.GTK);
3719 	Linker.link(gtk_text_tag_get_priority, "gtk_text_tag_get_priority", LIBRARY.GTK);
3720 	Linker.link(gtk_text_tag_set_priority, "gtk_text_tag_set_priority", LIBRARY.GTK);
3721 
3722 	// gtk.TextTagTable
3723 
3724 	Linker.link(gtk_text_tag_table_get_type, "gtk_text_tag_table_get_type", LIBRARY.GTK);
3725 	Linker.link(gtk_text_tag_table_new, "gtk_text_tag_table_new", LIBRARY.GTK);
3726 	Linker.link(gtk_text_tag_table_add, "gtk_text_tag_table_add", LIBRARY.GTK);
3727 	Linker.link(gtk_text_tag_table_foreach, "gtk_text_tag_table_foreach", LIBRARY.GTK);
3728 	Linker.link(gtk_text_tag_table_get_size, "gtk_text_tag_table_get_size", LIBRARY.GTK);
3729 	Linker.link(gtk_text_tag_table_lookup, "gtk_text_tag_table_lookup", LIBRARY.GTK);
3730 	Linker.link(gtk_text_tag_table_remove, "gtk_text_tag_table_remove", LIBRARY.GTK);
3731 
3732 	// gtk.TextView
3733 
3734 	Linker.link(gtk_text_view_get_type, "gtk_text_view_get_type", LIBRARY.GTK);
3735 	Linker.link(gtk_text_view_new, "gtk_text_view_new", LIBRARY.GTK);
3736 	Linker.link(gtk_text_view_new_with_buffer, "gtk_text_view_new_with_buffer", LIBRARY.GTK);
3737 	Linker.link(gtk_text_view_add_child_at_anchor, "gtk_text_view_add_child_at_anchor", LIBRARY.GTK);
3738 	Linker.link(gtk_text_view_add_child_in_window, "gtk_text_view_add_child_in_window", LIBRARY.GTK);
3739 	Linker.link(gtk_text_view_backward_display_line, "gtk_text_view_backward_display_line", LIBRARY.GTK);
3740 	Linker.link(gtk_text_view_backward_display_line_start, "gtk_text_view_backward_display_line_start", LIBRARY.GTK);
3741 	Linker.link(gtk_text_view_buffer_to_window_coords, "gtk_text_view_buffer_to_window_coords", LIBRARY.GTK);
3742 	Linker.link(gtk_text_view_forward_display_line, "gtk_text_view_forward_display_line", LIBRARY.GTK);
3743 	Linker.link(gtk_text_view_forward_display_line_end, "gtk_text_view_forward_display_line_end", LIBRARY.GTK);
3744 	Linker.link(gtk_text_view_get_accepts_tab, "gtk_text_view_get_accepts_tab", LIBRARY.GTK);
3745 	Linker.link(gtk_text_view_get_border_window_size, "gtk_text_view_get_border_window_size", LIBRARY.GTK);
3746 	Linker.link(gtk_text_view_get_buffer, "gtk_text_view_get_buffer", LIBRARY.GTK);
3747 	Linker.link(gtk_text_view_get_cursor_locations, "gtk_text_view_get_cursor_locations", LIBRARY.GTK);
3748 	Linker.link(gtk_text_view_get_cursor_visible, "gtk_text_view_get_cursor_visible", LIBRARY.GTK);
3749 	Linker.link(gtk_text_view_get_default_attributes, "gtk_text_view_get_default_attributes", LIBRARY.GTK);
3750 	Linker.link(gtk_text_view_get_editable, "gtk_text_view_get_editable", LIBRARY.GTK);
3751 	Linker.link(gtk_text_view_get_hadjustment, "gtk_text_view_get_hadjustment", LIBRARY.GTK);
3752 	Linker.link(gtk_text_view_get_indent, "gtk_text_view_get_indent", LIBRARY.GTK);
3753 	Linker.link(gtk_text_view_get_input_hints, "gtk_text_view_get_input_hints", LIBRARY.GTK);
3754 	Linker.link(gtk_text_view_get_input_purpose, "gtk_text_view_get_input_purpose", LIBRARY.GTK);
3755 	Linker.link(gtk_text_view_get_iter_at_location, "gtk_text_view_get_iter_at_location", LIBRARY.GTK);
3756 	Linker.link(gtk_text_view_get_iter_at_position, "gtk_text_view_get_iter_at_position", LIBRARY.GTK);
3757 	Linker.link(gtk_text_view_get_iter_location, "gtk_text_view_get_iter_location", LIBRARY.GTK);
3758 	Linker.link(gtk_text_view_get_justification, "gtk_text_view_get_justification", LIBRARY.GTK);
3759 	Linker.link(gtk_text_view_get_left_margin, "gtk_text_view_get_left_margin", LIBRARY.GTK);
3760 	Linker.link(gtk_text_view_get_line_at_y, "gtk_text_view_get_line_at_y", LIBRARY.GTK);
3761 	Linker.link(gtk_text_view_get_line_yrange, "gtk_text_view_get_line_yrange", LIBRARY.GTK);
3762 	Linker.link(gtk_text_view_get_overwrite, "gtk_text_view_get_overwrite", LIBRARY.GTK);
3763 	Linker.link(gtk_text_view_get_pixels_above_lines, "gtk_text_view_get_pixels_above_lines", LIBRARY.GTK);
3764 	Linker.link(gtk_text_view_get_pixels_below_lines, "gtk_text_view_get_pixels_below_lines", LIBRARY.GTK);
3765 	Linker.link(gtk_text_view_get_pixels_inside_wrap, "gtk_text_view_get_pixels_inside_wrap", LIBRARY.GTK);
3766 	Linker.link(gtk_text_view_get_right_margin, "gtk_text_view_get_right_margin", LIBRARY.GTK);
3767 	Linker.link(gtk_text_view_get_tabs, "gtk_text_view_get_tabs", LIBRARY.GTK);
3768 	Linker.link(gtk_text_view_get_vadjustment, "gtk_text_view_get_vadjustment", LIBRARY.GTK);
3769 	Linker.link(gtk_text_view_get_visible_rect, "gtk_text_view_get_visible_rect", LIBRARY.GTK);
3770 	Linker.link(gtk_text_view_get_window, "gtk_text_view_get_window", LIBRARY.GTK);
3771 	Linker.link(gtk_text_view_get_window_type, "gtk_text_view_get_window_type", LIBRARY.GTK);
3772 	Linker.link(gtk_text_view_get_wrap_mode, "gtk_text_view_get_wrap_mode", LIBRARY.GTK);
3773 	Linker.link(gtk_text_view_im_context_filter_keypress, "gtk_text_view_im_context_filter_keypress", LIBRARY.GTK);
3774 	Linker.link(gtk_text_view_move_child, "gtk_text_view_move_child", LIBRARY.GTK);
3775 	Linker.link(gtk_text_view_move_mark_onscreen, "gtk_text_view_move_mark_onscreen", LIBRARY.GTK);
3776 	Linker.link(gtk_text_view_move_visually, "gtk_text_view_move_visually", LIBRARY.GTK);
3777 	Linker.link(gtk_text_view_place_cursor_onscreen, "gtk_text_view_place_cursor_onscreen", LIBRARY.GTK);
3778 	Linker.link(gtk_text_view_reset_im_context, "gtk_text_view_reset_im_context", LIBRARY.GTK);
3779 	Linker.link(gtk_text_view_scroll_mark_onscreen, "gtk_text_view_scroll_mark_onscreen", LIBRARY.GTK);
3780 	Linker.link(gtk_text_view_scroll_to_iter, "gtk_text_view_scroll_to_iter", LIBRARY.GTK);
3781 	Linker.link(gtk_text_view_scroll_to_mark, "gtk_text_view_scroll_to_mark", LIBRARY.GTK);
3782 	Linker.link(gtk_text_view_set_accepts_tab, "gtk_text_view_set_accepts_tab", LIBRARY.GTK);
3783 	Linker.link(gtk_text_view_set_border_window_size, "gtk_text_view_set_border_window_size", LIBRARY.GTK);
3784 	Linker.link(gtk_text_view_set_buffer, "gtk_text_view_set_buffer", LIBRARY.GTK);
3785 	Linker.link(gtk_text_view_set_cursor_visible, "gtk_text_view_set_cursor_visible", LIBRARY.GTK);
3786 	Linker.link(gtk_text_view_set_editable, "gtk_text_view_set_editable", LIBRARY.GTK);
3787 	Linker.link(gtk_text_view_set_indent, "gtk_text_view_set_indent", LIBRARY.GTK);
3788 	Linker.link(gtk_text_view_set_input_hints, "gtk_text_view_set_input_hints", LIBRARY.GTK);
3789 	Linker.link(gtk_text_view_set_input_purpose, "gtk_text_view_set_input_purpose", LIBRARY.GTK);
3790 	Linker.link(gtk_text_view_set_justification, "gtk_text_view_set_justification", LIBRARY.GTK);
3791 	Linker.link(gtk_text_view_set_left_margin, "gtk_text_view_set_left_margin", LIBRARY.GTK);
3792 	Linker.link(gtk_text_view_set_overwrite, "gtk_text_view_set_overwrite", LIBRARY.GTK);
3793 	Linker.link(gtk_text_view_set_pixels_above_lines, "gtk_text_view_set_pixels_above_lines", LIBRARY.GTK);
3794 	Linker.link(gtk_text_view_set_pixels_below_lines, "gtk_text_view_set_pixels_below_lines", LIBRARY.GTK);
3795 	Linker.link(gtk_text_view_set_pixels_inside_wrap, "gtk_text_view_set_pixels_inside_wrap", LIBRARY.GTK);
3796 	Linker.link(gtk_text_view_set_right_margin, "gtk_text_view_set_right_margin", LIBRARY.GTK);
3797 	Linker.link(gtk_text_view_set_tabs, "gtk_text_view_set_tabs", LIBRARY.GTK);
3798 	Linker.link(gtk_text_view_set_wrap_mode, "gtk_text_view_set_wrap_mode", LIBRARY.GTK);
3799 	Linker.link(gtk_text_view_starts_display_line, "gtk_text_view_starts_display_line", LIBRARY.GTK);
3800 	Linker.link(gtk_text_view_window_to_buffer_coords, "gtk_text_view_window_to_buffer_coords", LIBRARY.GTK);
3801 
3802 	// gtk.TextViewAccessible
3803 
3804 	Linker.link(gtk_text_view_accessible_get_type, "gtk_text_view_accessible_get_type", LIBRARY.GTK);
3805 
3806 	// gtk.ThemingEngine
3807 
3808 	Linker.link(gtk_theming_engine_get_type, "gtk_theming_engine_get_type", LIBRARY.GTK);
3809 	Linker.link(gtk_theming_engine_load, "gtk_theming_engine_load", LIBRARY.GTK);
3810 	Linker.link(gtk_theming_engine_register_property, "gtk_theming_engine_register_property", LIBRARY.GTK);
3811 	Linker.link(gtk_theming_engine_get, "gtk_theming_engine_get", LIBRARY.GTK);
3812 	Linker.link(gtk_theming_engine_get_background_color, "gtk_theming_engine_get_background_color", LIBRARY.GTK);
3813 	Linker.link(gtk_theming_engine_get_border, "gtk_theming_engine_get_border", LIBRARY.GTK);
3814 	Linker.link(gtk_theming_engine_get_border_color, "gtk_theming_engine_get_border_color", LIBRARY.GTK);
3815 	Linker.link(gtk_theming_engine_get_color, "gtk_theming_engine_get_color", LIBRARY.GTK);
3816 	Linker.link(gtk_theming_engine_get_direction, "gtk_theming_engine_get_direction", LIBRARY.GTK);
3817 	Linker.link(gtk_theming_engine_get_font, "gtk_theming_engine_get_font", LIBRARY.GTK);
3818 	Linker.link(gtk_theming_engine_get_junction_sides, "gtk_theming_engine_get_junction_sides", LIBRARY.GTK);
3819 	Linker.link(gtk_theming_engine_get_margin, "gtk_theming_engine_get_margin", LIBRARY.GTK);
3820 	Linker.link(gtk_theming_engine_get_padding, "gtk_theming_engine_get_padding", LIBRARY.GTK);
3821 	Linker.link(gtk_theming_engine_get_path, "gtk_theming_engine_get_path", LIBRARY.GTK);
3822 	Linker.link(gtk_theming_engine_get_property, "gtk_theming_engine_get_property", LIBRARY.GTK);
3823 	Linker.link(gtk_theming_engine_get_screen, "gtk_theming_engine_get_screen", LIBRARY.GTK);
3824 	Linker.link(gtk_theming_engine_get_state, "gtk_theming_engine_get_state", LIBRARY.GTK);
3825 	Linker.link(gtk_theming_engine_get_style, "gtk_theming_engine_get_style", LIBRARY.GTK);
3826 	Linker.link(gtk_theming_engine_get_style_property, "gtk_theming_engine_get_style_property", LIBRARY.GTK);
3827 	Linker.link(gtk_theming_engine_get_style_valist, "gtk_theming_engine_get_style_valist", LIBRARY.GTK);
3828 	Linker.link(gtk_theming_engine_get_valist, "gtk_theming_engine_get_valist", LIBRARY.GTK);
3829 	Linker.link(gtk_theming_engine_has_class, "gtk_theming_engine_has_class", LIBRARY.GTK);
3830 	Linker.link(gtk_theming_engine_has_region, "gtk_theming_engine_has_region", LIBRARY.GTK);
3831 	Linker.link(gtk_theming_engine_lookup_color, "gtk_theming_engine_lookup_color", LIBRARY.GTK);
3832 	Linker.link(gtk_theming_engine_state_is_running, "gtk_theming_engine_state_is_running", LIBRARY.GTK);
3833 
3834 	// gtk.ToggleAction
3835 
3836 	Linker.link(gtk_toggle_action_get_type, "gtk_toggle_action_get_type", LIBRARY.GTK);
3837 	Linker.link(gtk_toggle_action_new, "gtk_toggle_action_new", LIBRARY.GTK);
3838 	Linker.link(gtk_toggle_action_get_active, "gtk_toggle_action_get_active", LIBRARY.GTK);
3839 	Linker.link(gtk_toggle_action_get_draw_as_radio, "gtk_toggle_action_get_draw_as_radio", LIBRARY.GTK);
3840 	Linker.link(gtk_toggle_action_set_active, "gtk_toggle_action_set_active", LIBRARY.GTK);
3841 	Linker.link(gtk_toggle_action_set_draw_as_radio, "gtk_toggle_action_set_draw_as_radio", LIBRARY.GTK);
3842 	Linker.link(gtk_toggle_action_toggled, "gtk_toggle_action_toggled", LIBRARY.GTK);
3843 
3844 	// gtk.ToggleButton
3845 
3846 	Linker.link(gtk_toggle_button_get_type, "gtk_toggle_button_get_type", LIBRARY.GTK);
3847 	Linker.link(gtk_toggle_button_new, "gtk_toggle_button_new", LIBRARY.GTK);
3848 	Linker.link(gtk_toggle_button_new_with_label, "gtk_toggle_button_new_with_label", LIBRARY.GTK);
3849 	Linker.link(gtk_toggle_button_new_with_mnemonic, "gtk_toggle_button_new_with_mnemonic", LIBRARY.GTK);
3850 	Linker.link(gtk_toggle_button_get_active, "gtk_toggle_button_get_active", LIBRARY.GTK);
3851 	Linker.link(gtk_toggle_button_get_inconsistent, "gtk_toggle_button_get_inconsistent", LIBRARY.GTK);
3852 	Linker.link(gtk_toggle_button_get_mode, "gtk_toggle_button_get_mode", LIBRARY.GTK);
3853 	Linker.link(gtk_toggle_button_set_active, "gtk_toggle_button_set_active", LIBRARY.GTK);
3854 	Linker.link(gtk_toggle_button_set_inconsistent, "gtk_toggle_button_set_inconsistent", LIBRARY.GTK);
3855 	Linker.link(gtk_toggle_button_set_mode, "gtk_toggle_button_set_mode", LIBRARY.GTK);
3856 	Linker.link(gtk_toggle_button_toggled, "gtk_toggle_button_toggled", LIBRARY.GTK);
3857 
3858 	// gtk.ToggleButtonAccessible
3859 
3860 	Linker.link(gtk_toggle_button_accessible_get_type, "gtk_toggle_button_accessible_get_type", LIBRARY.GTK);
3861 
3862 	// gtk.ToggleToolButton
3863 
3864 	Linker.link(gtk_toggle_tool_button_get_type, "gtk_toggle_tool_button_get_type", LIBRARY.GTK);
3865 	Linker.link(gtk_toggle_tool_button_new, "gtk_toggle_tool_button_new", LIBRARY.GTK);
3866 	Linker.link(gtk_toggle_tool_button_new_from_stock, "gtk_toggle_tool_button_new_from_stock", LIBRARY.GTK);
3867 	Linker.link(gtk_toggle_tool_button_get_active, "gtk_toggle_tool_button_get_active", LIBRARY.GTK);
3868 	Linker.link(gtk_toggle_tool_button_set_active, "gtk_toggle_tool_button_set_active", LIBRARY.GTK);
3869 
3870 	// gtk.ToolButton
3871 
3872 	Linker.link(gtk_tool_button_get_type, "gtk_tool_button_get_type", LIBRARY.GTK);
3873 	Linker.link(gtk_tool_button_new, "gtk_tool_button_new", LIBRARY.GTK);
3874 	Linker.link(gtk_tool_button_new_from_stock, "gtk_tool_button_new_from_stock", LIBRARY.GTK);
3875 	Linker.link(gtk_tool_button_get_icon_name, "gtk_tool_button_get_icon_name", LIBRARY.GTK);
3876 	Linker.link(gtk_tool_button_get_icon_widget, "gtk_tool_button_get_icon_widget", LIBRARY.GTK);
3877 	Linker.link(gtk_tool_button_get_label, "gtk_tool_button_get_label", LIBRARY.GTK);
3878 	Linker.link(gtk_tool_button_get_label_widget, "gtk_tool_button_get_label_widget", LIBRARY.GTK);
3879 	Linker.link(gtk_tool_button_get_stock_id, "gtk_tool_button_get_stock_id", LIBRARY.GTK);
3880 	Linker.link(gtk_tool_button_get_use_underline, "gtk_tool_button_get_use_underline", LIBRARY.GTK);
3881 	Linker.link(gtk_tool_button_set_icon_name, "gtk_tool_button_set_icon_name", LIBRARY.GTK);
3882 	Linker.link(gtk_tool_button_set_icon_widget, "gtk_tool_button_set_icon_widget", LIBRARY.GTK);
3883 	Linker.link(gtk_tool_button_set_label, "gtk_tool_button_set_label", LIBRARY.GTK);
3884 	Linker.link(gtk_tool_button_set_label_widget, "gtk_tool_button_set_label_widget", LIBRARY.GTK);
3885 	Linker.link(gtk_tool_button_set_stock_id, "gtk_tool_button_set_stock_id", LIBRARY.GTK);
3886 	Linker.link(gtk_tool_button_set_use_underline, "gtk_tool_button_set_use_underline", LIBRARY.GTK);
3887 
3888 	// gtk.ToolItem
3889 
3890 	Linker.link(gtk_tool_item_get_type, "gtk_tool_item_get_type", LIBRARY.GTK);
3891 	Linker.link(gtk_tool_item_new, "gtk_tool_item_new", LIBRARY.GTK);
3892 	Linker.link(gtk_tool_item_get_ellipsize_mode, "gtk_tool_item_get_ellipsize_mode", LIBRARY.GTK);
3893 	Linker.link(gtk_tool_item_get_expand, "gtk_tool_item_get_expand", LIBRARY.GTK);
3894 	Linker.link(gtk_tool_item_get_homogeneous, "gtk_tool_item_get_homogeneous", LIBRARY.GTK);
3895 	Linker.link(gtk_tool_item_get_icon_size, "gtk_tool_item_get_icon_size", LIBRARY.GTK);
3896 	Linker.link(gtk_tool_item_get_is_important, "gtk_tool_item_get_is_important", LIBRARY.GTK);
3897 	Linker.link(gtk_tool_item_get_orientation, "gtk_tool_item_get_orientation", LIBRARY.GTK);
3898 	Linker.link(gtk_tool_item_get_proxy_menu_item, "gtk_tool_item_get_proxy_menu_item", LIBRARY.GTK);
3899 	Linker.link(gtk_tool_item_get_relief_style, "gtk_tool_item_get_relief_style", LIBRARY.GTK);
3900 	Linker.link(gtk_tool_item_get_text_alignment, "gtk_tool_item_get_text_alignment", LIBRARY.GTK);
3901 	Linker.link(gtk_tool_item_get_text_orientation, "gtk_tool_item_get_text_orientation", LIBRARY.GTK);
3902 	Linker.link(gtk_tool_item_get_text_size_group, "gtk_tool_item_get_text_size_group", LIBRARY.GTK);
3903 	Linker.link(gtk_tool_item_get_toolbar_style, "gtk_tool_item_get_toolbar_style", LIBRARY.GTK);
3904 	Linker.link(gtk_tool_item_get_use_drag_window, "gtk_tool_item_get_use_drag_window", LIBRARY.GTK);
3905 	Linker.link(gtk_tool_item_get_visible_horizontal, "gtk_tool_item_get_visible_horizontal", LIBRARY.GTK);
3906 	Linker.link(gtk_tool_item_get_visible_vertical, "gtk_tool_item_get_visible_vertical", LIBRARY.GTK);
3907 	Linker.link(gtk_tool_item_rebuild_menu, "gtk_tool_item_rebuild_menu", LIBRARY.GTK);
3908 	Linker.link(gtk_tool_item_retrieve_proxy_menu_item, "gtk_tool_item_retrieve_proxy_menu_item", LIBRARY.GTK);
3909 	Linker.link(gtk_tool_item_set_expand, "gtk_tool_item_set_expand", LIBRARY.GTK);
3910 	Linker.link(gtk_tool_item_set_homogeneous, "gtk_tool_item_set_homogeneous", LIBRARY.GTK);
3911 	Linker.link(gtk_tool_item_set_is_important, "gtk_tool_item_set_is_important", LIBRARY.GTK);
3912 	Linker.link(gtk_tool_item_set_proxy_menu_item, "gtk_tool_item_set_proxy_menu_item", LIBRARY.GTK);
3913 	Linker.link(gtk_tool_item_set_tooltip_markup, "gtk_tool_item_set_tooltip_markup", LIBRARY.GTK);
3914 	Linker.link(gtk_tool_item_set_tooltip_text, "gtk_tool_item_set_tooltip_text", LIBRARY.GTK);
3915 	Linker.link(gtk_tool_item_set_use_drag_window, "gtk_tool_item_set_use_drag_window", LIBRARY.GTK);
3916 	Linker.link(gtk_tool_item_set_visible_horizontal, "gtk_tool_item_set_visible_horizontal", LIBRARY.GTK);
3917 	Linker.link(gtk_tool_item_set_visible_vertical, "gtk_tool_item_set_visible_vertical", LIBRARY.GTK);
3918 	Linker.link(gtk_tool_item_toolbar_reconfigured, "gtk_tool_item_toolbar_reconfigured", LIBRARY.GTK);
3919 
3920 	// gtk.ToolItemGroup
3921 
3922 	Linker.link(gtk_tool_item_group_get_type, "gtk_tool_item_group_get_type", LIBRARY.GTK);
3923 	Linker.link(gtk_tool_item_group_new, "gtk_tool_item_group_new", LIBRARY.GTK);
3924 	Linker.link(gtk_tool_item_group_get_collapsed, "gtk_tool_item_group_get_collapsed", LIBRARY.GTK);
3925 	Linker.link(gtk_tool_item_group_get_drop_item, "gtk_tool_item_group_get_drop_item", LIBRARY.GTK);
3926 	Linker.link(gtk_tool_item_group_get_ellipsize, "gtk_tool_item_group_get_ellipsize", LIBRARY.GTK);
3927 	Linker.link(gtk_tool_item_group_get_header_relief, "gtk_tool_item_group_get_header_relief", LIBRARY.GTK);
3928 	Linker.link(gtk_tool_item_group_get_item_position, "gtk_tool_item_group_get_item_position", LIBRARY.GTK);
3929 	Linker.link(gtk_tool_item_group_get_label, "gtk_tool_item_group_get_label", LIBRARY.GTK);
3930 	Linker.link(gtk_tool_item_group_get_label_widget, "gtk_tool_item_group_get_label_widget", LIBRARY.GTK);
3931 	Linker.link(gtk_tool_item_group_get_n_items, "gtk_tool_item_group_get_n_items", LIBRARY.GTK);
3932 	Linker.link(gtk_tool_item_group_get_nth_item, "gtk_tool_item_group_get_nth_item", LIBRARY.GTK);
3933 	Linker.link(gtk_tool_item_group_insert, "gtk_tool_item_group_insert", LIBRARY.GTK);
3934 	Linker.link(gtk_tool_item_group_set_collapsed, "gtk_tool_item_group_set_collapsed", LIBRARY.GTK);
3935 	Linker.link(gtk_tool_item_group_set_ellipsize, "gtk_tool_item_group_set_ellipsize", LIBRARY.GTK);
3936 	Linker.link(gtk_tool_item_group_set_header_relief, "gtk_tool_item_group_set_header_relief", LIBRARY.GTK);
3937 	Linker.link(gtk_tool_item_group_set_item_position, "gtk_tool_item_group_set_item_position", LIBRARY.GTK);
3938 	Linker.link(gtk_tool_item_group_set_label, "gtk_tool_item_group_set_label", LIBRARY.GTK);
3939 	Linker.link(gtk_tool_item_group_set_label_widget, "gtk_tool_item_group_set_label_widget", LIBRARY.GTK);
3940 
3941 	// gtk.ToolPalette
3942 
3943 	Linker.link(gtk_tool_palette_get_type, "gtk_tool_palette_get_type", LIBRARY.GTK);
3944 	Linker.link(gtk_tool_palette_new, "gtk_tool_palette_new", LIBRARY.GTK);
3945 	Linker.link(gtk_tool_palette_get_drag_target_group, "gtk_tool_palette_get_drag_target_group", LIBRARY.GTK);
3946 	Linker.link(gtk_tool_palette_get_drag_target_item, "gtk_tool_palette_get_drag_target_item", LIBRARY.GTK);
3947 	Linker.link(gtk_tool_palette_add_drag_dest, "gtk_tool_palette_add_drag_dest", LIBRARY.GTK);
3948 	Linker.link(gtk_tool_palette_get_drag_item, "gtk_tool_palette_get_drag_item", LIBRARY.GTK);
3949 	Linker.link(gtk_tool_palette_get_drop_group, "gtk_tool_palette_get_drop_group", LIBRARY.GTK);
3950 	Linker.link(gtk_tool_palette_get_drop_item, "gtk_tool_palette_get_drop_item", LIBRARY.GTK);
3951 	Linker.link(gtk_tool_palette_get_exclusive, "gtk_tool_palette_get_exclusive", LIBRARY.GTK);
3952 	Linker.link(gtk_tool_palette_get_expand, "gtk_tool_palette_get_expand", LIBRARY.GTK);
3953 	Linker.link(gtk_tool_palette_get_group_position, "gtk_tool_palette_get_group_position", LIBRARY.GTK);
3954 	Linker.link(gtk_tool_palette_get_hadjustment, "gtk_tool_palette_get_hadjustment", LIBRARY.GTK);
3955 	Linker.link(gtk_tool_palette_get_icon_size, "gtk_tool_palette_get_icon_size", LIBRARY.GTK);
3956 	Linker.link(gtk_tool_palette_get_style, "gtk_tool_palette_get_style", LIBRARY.GTK);
3957 	Linker.link(gtk_tool_palette_get_vadjustment, "gtk_tool_palette_get_vadjustment", LIBRARY.GTK);
3958 	Linker.link(gtk_tool_palette_set_drag_source, "gtk_tool_palette_set_drag_source", LIBRARY.GTK);
3959 	Linker.link(gtk_tool_palette_set_exclusive, "gtk_tool_palette_set_exclusive", LIBRARY.GTK);
3960 	Linker.link(gtk_tool_palette_set_expand, "gtk_tool_palette_set_expand", LIBRARY.GTK);
3961 	Linker.link(gtk_tool_palette_set_group_position, "gtk_tool_palette_set_group_position", LIBRARY.GTK);
3962 	Linker.link(gtk_tool_palette_set_icon_size, "gtk_tool_palette_set_icon_size", LIBRARY.GTK);
3963 	Linker.link(gtk_tool_palette_set_style, "gtk_tool_palette_set_style", LIBRARY.GTK);
3964 	Linker.link(gtk_tool_palette_unset_icon_size, "gtk_tool_palette_unset_icon_size", LIBRARY.GTK);
3965 	Linker.link(gtk_tool_palette_unset_style, "gtk_tool_palette_unset_style", LIBRARY.GTK);
3966 
3967 	// gtk.ToolShell
3968 
3969 	Linker.link(gtk_tool_shell_get_type, "gtk_tool_shell_get_type", LIBRARY.GTK);
3970 	Linker.link(gtk_tool_shell_get_ellipsize_mode, "gtk_tool_shell_get_ellipsize_mode", LIBRARY.GTK);
3971 	Linker.link(gtk_tool_shell_get_icon_size, "gtk_tool_shell_get_icon_size", LIBRARY.GTK);
3972 	Linker.link(gtk_tool_shell_get_orientation, "gtk_tool_shell_get_orientation", LIBRARY.GTK);
3973 	Linker.link(gtk_tool_shell_get_relief_style, "gtk_tool_shell_get_relief_style", LIBRARY.GTK);
3974 	Linker.link(gtk_tool_shell_get_style, "gtk_tool_shell_get_style", LIBRARY.GTK);
3975 	Linker.link(gtk_tool_shell_get_text_alignment, "gtk_tool_shell_get_text_alignment", LIBRARY.GTK);
3976 	Linker.link(gtk_tool_shell_get_text_orientation, "gtk_tool_shell_get_text_orientation", LIBRARY.GTK);
3977 	Linker.link(gtk_tool_shell_get_text_size_group, "gtk_tool_shell_get_text_size_group", LIBRARY.GTK);
3978 	Linker.link(gtk_tool_shell_rebuild_menu, "gtk_tool_shell_rebuild_menu", LIBRARY.GTK);
3979 
3980 	// gtk.Toolbar
3981 
3982 	Linker.link(gtk_toolbar_get_type, "gtk_toolbar_get_type", LIBRARY.GTK);
3983 	Linker.link(gtk_toolbar_new, "gtk_toolbar_new", LIBRARY.GTK);
3984 	Linker.link(gtk_toolbar_get_drop_index, "gtk_toolbar_get_drop_index", LIBRARY.GTK);
3985 	Linker.link(gtk_toolbar_get_icon_size, "gtk_toolbar_get_icon_size", LIBRARY.GTK);
3986 	Linker.link(gtk_toolbar_get_item_index, "gtk_toolbar_get_item_index", LIBRARY.GTK);
3987 	Linker.link(gtk_toolbar_get_n_items, "gtk_toolbar_get_n_items", LIBRARY.GTK);
3988 	Linker.link(gtk_toolbar_get_nth_item, "gtk_toolbar_get_nth_item", LIBRARY.GTK);
3989 	Linker.link(gtk_toolbar_get_relief_style, "gtk_toolbar_get_relief_style", LIBRARY.GTK);
3990 	Linker.link(gtk_toolbar_get_show_arrow, "gtk_toolbar_get_show_arrow", LIBRARY.GTK);
3991 	Linker.link(gtk_toolbar_get_style, "gtk_toolbar_get_style", LIBRARY.GTK);
3992 	Linker.link(gtk_toolbar_insert, "gtk_toolbar_insert", LIBRARY.GTK);
3993 	Linker.link(gtk_toolbar_set_drop_highlight_item, "gtk_toolbar_set_drop_highlight_item", LIBRARY.GTK);
3994 	Linker.link(gtk_toolbar_set_icon_size, "gtk_toolbar_set_icon_size", LIBRARY.GTK);
3995 	Linker.link(gtk_toolbar_set_show_arrow, "gtk_toolbar_set_show_arrow", LIBRARY.GTK);
3996 	Linker.link(gtk_toolbar_set_style, "gtk_toolbar_set_style", LIBRARY.GTK);
3997 	Linker.link(gtk_toolbar_unset_icon_size, "gtk_toolbar_unset_icon_size", LIBRARY.GTK);
3998 	Linker.link(gtk_toolbar_unset_style, "gtk_toolbar_unset_style", LIBRARY.GTK);
3999 
4000 	// gtk.Tooltip
4001 
4002 	Linker.link(gtk_tooltip_get_type, "gtk_tooltip_get_type", LIBRARY.GTK);
4003 	Linker.link(gtk_tooltip_trigger_tooltip_query, "gtk_tooltip_trigger_tooltip_query", LIBRARY.GTK);
4004 	Linker.link(gtk_tooltip_set_custom, "gtk_tooltip_set_custom", LIBRARY.GTK);
4005 	Linker.link(gtk_tooltip_set_icon, "gtk_tooltip_set_icon", LIBRARY.GTK);
4006 	Linker.link(gtk_tooltip_set_icon_from_gicon, "gtk_tooltip_set_icon_from_gicon", LIBRARY.GTK);
4007 	Linker.link(gtk_tooltip_set_icon_from_icon_name, "gtk_tooltip_set_icon_from_icon_name", LIBRARY.GTK);
4008 	Linker.link(gtk_tooltip_set_icon_from_stock, "gtk_tooltip_set_icon_from_stock", LIBRARY.GTK);
4009 	Linker.link(gtk_tooltip_set_markup, "gtk_tooltip_set_markup", LIBRARY.GTK);
4010 	Linker.link(gtk_tooltip_set_text, "gtk_tooltip_set_text", LIBRARY.GTK);
4011 	Linker.link(gtk_tooltip_set_tip_area, "gtk_tooltip_set_tip_area", LIBRARY.GTK);
4012 
4013 	// gtk.ToplevelAccessible
4014 
4015 	Linker.link(gtk_toplevel_accessible_get_type, "gtk_toplevel_accessible_get_type", LIBRARY.GTK);
4016 	Linker.link(gtk_toplevel_accessible_get_children, "gtk_toplevel_accessible_get_children", LIBRARY.GTK);
4017 
4018 	// gtk.TreeDragDest
4019 
4020 	Linker.link(gtk_tree_drag_dest_get_type, "gtk_tree_drag_dest_get_type", LIBRARY.GTK);
4021 	Linker.link(gtk_tree_drag_dest_drag_data_received, "gtk_tree_drag_dest_drag_data_received", LIBRARY.GTK);
4022 	Linker.link(gtk_tree_drag_dest_row_drop_possible, "gtk_tree_drag_dest_row_drop_possible", LIBRARY.GTK);
4023 
4024 	// gtk.TreeDragSource
4025 
4026 	Linker.link(gtk_tree_drag_source_get_type, "gtk_tree_drag_source_get_type", LIBRARY.GTK);
4027 	Linker.link(gtk_tree_drag_source_drag_data_delete, "gtk_tree_drag_source_drag_data_delete", LIBRARY.GTK);
4028 	Linker.link(gtk_tree_drag_source_drag_data_get, "gtk_tree_drag_source_drag_data_get", LIBRARY.GTK);
4029 	Linker.link(gtk_tree_drag_source_row_draggable, "gtk_tree_drag_source_row_draggable", LIBRARY.GTK);
4030 	Linker.link(gtk_tree_get_row_drag_data, "gtk_tree_get_row_drag_data", LIBRARY.GTK);
4031 	Linker.link(gtk_tree_set_row_drag_data, "gtk_tree_set_row_drag_data", LIBRARY.GTK);
4032 
4033 	// gtk.TreeIter
4034 
4035 	Linker.link(gtk_tree_iter_get_type, "gtk_tree_iter_get_type", LIBRARY.GTK);
4036 	Linker.link(gtk_tree_iter_copy, "gtk_tree_iter_copy", LIBRARY.GTK);
4037 	Linker.link(gtk_tree_iter_free, "gtk_tree_iter_free", LIBRARY.GTK);
4038 
4039 	// gtk.TreeModel
4040 
4041 	Linker.link(gtk_tree_model_get_type, "gtk_tree_model_get_type", LIBRARY.GTK);
4042 	Linker.link(gtk_tree_model_filter_new, "gtk_tree_model_filter_new", LIBRARY.GTK);
4043 	Linker.link(gtk_tree_model_foreach, "gtk_tree_model_foreach", LIBRARY.GTK);
4044 	Linker.link(gtk_tree_model_get, "gtk_tree_model_get", LIBRARY.GTK);
4045 	Linker.link(gtk_tree_model_get_column_type, "gtk_tree_model_get_column_type", LIBRARY.GTK);
4046 	Linker.link(gtk_tree_model_get_flags, "gtk_tree_model_get_flags", LIBRARY.GTK);
4047 	Linker.link(gtk_tree_model_get_iter, "gtk_tree_model_get_iter", LIBRARY.GTK);
4048 	Linker.link(gtk_tree_model_get_iter_first, "gtk_tree_model_get_iter_first", LIBRARY.GTK);
4049 	Linker.link(gtk_tree_model_get_iter_from_string, "gtk_tree_model_get_iter_from_string", LIBRARY.GTK);
4050 	Linker.link(gtk_tree_model_get_n_columns, "gtk_tree_model_get_n_columns", LIBRARY.GTK);
4051 	Linker.link(gtk_tree_model_get_path, "gtk_tree_model_get_path", LIBRARY.GTK);
4052 	Linker.link(gtk_tree_model_get_string_from_iter, "gtk_tree_model_get_string_from_iter", LIBRARY.GTK);
4053 	Linker.link(gtk_tree_model_get_valist, "gtk_tree_model_get_valist", LIBRARY.GTK);
4054 	Linker.link(gtk_tree_model_get_value, "gtk_tree_model_get_value", LIBRARY.GTK);
4055 	Linker.link(gtk_tree_model_iter_children, "gtk_tree_model_iter_children", LIBRARY.GTK);
4056 	Linker.link(gtk_tree_model_iter_has_child, "gtk_tree_model_iter_has_child", LIBRARY.GTK);
4057 	Linker.link(gtk_tree_model_iter_n_children, "gtk_tree_model_iter_n_children", LIBRARY.GTK);
4058 	Linker.link(gtk_tree_model_iter_next, "gtk_tree_model_iter_next", LIBRARY.GTK);
4059 	Linker.link(gtk_tree_model_iter_nth_child, "gtk_tree_model_iter_nth_child", LIBRARY.GTK);
4060 	Linker.link(gtk_tree_model_iter_parent, "gtk_tree_model_iter_parent", LIBRARY.GTK);
4061 	Linker.link(gtk_tree_model_iter_previous, "gtk_tree_model_iter_previous", LIBRARY.GTK);
4062 	Linker.link(gtk_tree_model_ref_node, "gtk_tree_model_ref_node", LIBRARY.GTK);
4063 	Linker.link(gtk_tree_model_row_changed, "gtk_tree_model_row_changed", LIBRARY.GTK);
4064 	Linker.link(gtk_tree_model_row_deleted, "gtk_tree_model_row_deleted", LIBRARY.GTK);
4065 	Linker.link(gtk_tree_model_row_has_child_toggled, "gtk_tree_model_row_has_child_toggled", LIBRARY.GTK);
4066 	Linker.link(gtk_tree_model_row_inserted, "gtk_tree_model_row_inserted", LIBRARY.GTK);
4067 	Linker.link(gtk_tree_model_rows_reordered, "gtk_tree_model_rows_reordered", LIBRARY.GTK);
4068 	Linker.link(gtk_tree_model_rows_reordered_with_length, "gtk_tree_model_rows_reordered_with_length", LIBRARY.GTK);
4069 	Linker.link(gtk_tree_model_sort_new_with_model, "gtk_tree_model_sort_new_with_model", LIBRARY.GTK);
4070 	Linker.link(gtk_tree_model_unref_node, "gtk_tree_model_unref_node", LIBRARY.GTK);
4071 
4072 	// gtk.TreeModelFilter
4073 
4074 	Linker.link(gtk_tree_model_filter_get_type, "gtk_tree_model_filter_get_type", LIBRARY.GTK);
4075 	Linker.link(gtk_tree_model_filter_clear_cache, "gtk_tree_model_filter_clear_cache", LIBRARY.GTK);
4076 	Linker.link(gtk_tree_model_filter_convert_child_iter_to_iter, "gtk_tree_model_filter_convert_child_iter_to_iter", LIBRARY.GTK);
4077 	Linker.link(gtk_tree_model_filter_convert_child_path_to_path, "gtk_tree_model_filter_convert_child_path_to_path", LIBRARY.GTK);
4078 	Linker.link(gtk_tree_model_filter_convert_iter_to_child_iter, "gtk_tree_model_filter_convert_iter_to_child_iter", LIBRARY.GTK);
4079 	Linker.link(gtk_tree_model_filter_convert_path_to_child_path, "gtk_tree_model_filter_convert_path_to_child_path", LIBRARY.GTK);
4080 	Linker.link(gtk_tree_model_filter_get_model, "gtk_tree_model_filter_get_model", LIBRARY.GTK);
4081 	Linker.link(gtk_tree_model_filter_refilter, "gtk_tree_model_filter_refilter", LIBRARY.GTK);
4082 	Linker.link(gtk_tree_model_filter_set_modify_func, "gtk_tree_model_filter_set_modify_func", LIBRARY.GTK);
4083 	Linker.link(gtk_tree_model_filter_set_visible_column, "gtk_tree_model_filter_set_visible_column", LIBRARY.GTK);
4084 	Linker.link(gtk_tree_model_filter_set_visible_func, "gtk_tree_model_filter_set_visible_func", LIBRARY.GTK);
4085 
4086 	// gtk.TreeModelSort
4087 
4088 	Linker.link(gtk_tree_model_sort_get_type, "gtk_tree_model_sort_get_type", LIBRARY.GTK);
4089 	Linker.link(gtk_tree_model_sort_clear_cache, "gtk_tree_model_sort_clear_cache", LIBRARY.GTK);
4090 	Linker.link(gtk_tree_model_sort_convert_child_iter_to_iter, "gtk_tree_model_sort_convert_child_iter_to_iter", LIBRARY.GTK);
4091 	Linker.link(gtk_tree_model_sort_convert_child_path_to_path, "gtk_tree_model_sort_convert_child_path_to_path", LIBRARY.GTK);
4092 	Linker.link(gtk_tree_model_sort_convert_iter_to_child_iter, "gtk_tree_model_sort_convert_iter_to_child_iter", LIBRARY.GTK);
4093 	Linker.link(gtk_tree_model_sort_convert_path_to_child_path, "gtk_tree_model_sort_convert_path_to_child_path", LIBRARY.GTK);
4094 	Linker.link(gtk_tree_model_sort_get_model, "gtk_tree_model_sort_get_model", LIBRARY.GTK);
4095 	Linker.link(gtk_tree_model_sort_iter_is_valid, "gtk_tree_model_sort_iter_is_valid", LIBRARY.GTK);
4096 	Linker.link(gtk_tree_model_sort_reset_default_sort_func, "gtk_tree_model_sort_reset_default_sort_func", LIBRARY.GTK);
4097 
4098 	// gtk.TreePath
4099 
4100 	Linker.link(gtk_tree_path_get_type, "gtk_tree_path_get_type", LIBRARY.GTK);
4101 	Linker.link(gtk_tree_path_new, "gtk_tree_path_new", LIBRARY.GTK);
4102 	Linker.link(gtk_tree_path_new_first, "gtk_tree_path_new_first", LIBRARY.GTK);
4103 	Linker.link(gtk_tree_path_new_from_indices, "gtk_tree_path_new_from_indices", LIBRARY.GTK);
4104 	Linker.link(gtk_tree_path_new_from_indicesv, "gtk_tree_path_new_from_indicesv", LIBRARY.GTK);
4105 	Linker.link(gtk_tree_path_new_from_string, "gtk_tree_path_new_from_string", LIBRARY.GTK);
4106 	Linker.link(gtk_tree_path_append_index, "gtk_tree_path_append_index", LIBRARY.GTK);
4107 	Linker.link(gtk_tree_path_compare, "gtk_tree_path_compare", LIBRARY.GTK);
4108 	Linker.link(gtk_tree_path_copy, "gtk_tree_path_copy", LIBRARY.GTK);
4109 	Linker.link(gtk_tree_path_down, "gtk_tree_path_down", LIBRARY.GTK);
4110 	Linker.link(gtk_tree_path_free, "gtk_tree_path_free", LIBRARY.GTK);
4111 	Linker.link(gtk_tree_path_get_depth, "gtk_tree_path_get_depth", LIBRARY.GTK);
4112 	Linker.link(gtk_tree_path_get_indices, "gtk_tree_path_get_indices", LIBRARY.GTK);
4113 	Linker.link(gtk_tree_path_get_indices_with_depth, "gtk_tree_path_get_indices_with_depth", LIBRARY.GTK);
4114 	Linker.link(gtk_tree_path_is_ancestor, "gtk_tree_path_is_ancestor", LIBRARY.GTK);
4115 	Linker.link(gtk_tree_path_is_descendant, "gtk_tree_path_is_descendant", LIBRARY.GTK);
4116 	Linker.link(gtk_tree_path_next, "gtk_tree_path_next", LIBRARY.GTK);
4117 	Linker.link(gtk_tree_path_prepend_index, "gtk_tree_path_prepend_index", LIBRARY.GTK);
4118 	Linker.link(gtk_tree_path_prev, "gtk_tree_path_prev", LIBRARY.GTK);
4119 	Linker.link(gtk_tree_path_to_string, "gtk_tree_path_to_string", LIBRARY.GTK);
4120 	Linker.link(gtk_tree_path_up, "gtk_tree_path_up", LIBRARY.GTK);
4121 
4122 	// gtk.TreeRowReference
4123 
4124 	Linker.link(gtk_tree_row_reference_get_type, "gtk_tree_row_reference_get_type", LIBRARY.GTK);
4125 	Linker.link(gtk_tree_row_reference_new, "gtk_tree_row_reference_new", LIBRARY.GTK);
4126 	Linker.link(gtk_tree_row_reference_new_proxy, "gtk_tree_row_reference_new_proxy", LIBRARY.GTK);
4127 	Linker.link(gtk_tree_row_reference_copy, "gtk_tree_row_reference_copy", LIBRARY.GTK);
4128 	Linker.link(gtk_tree_row_reference_free, "gtk_tree_row_reference_free", LIBRARY.GTK);
4129 	Linker.link(gtk_tree_row_reference_get_model, "gtk_tree_row_reference_get_model", LIBRARY.GTK);
4130 	Linker.link(gtk_tree_row_reference_get_path, "gtk_tree_row_reference_get_path", LIBRARY.GTK);
4131 	Linker.link(gtk_tree_row_reference_valid, "gtk_tree_row_reference_valid", LIBRARY.GTK);
4132 	Linker.link(gtk_tree_row_reference_deleted, "gtk_tree_row_reference_deleted", LIBRARY.GTK);
4133 	Linker.link(gtk_tree_row_reference_inserted, "gtk_tree_row_reference_inserted", LIBRARY.GTK);
4134 	Linker.link(gtk_tree_row_reference_reordered, "gtk_tree_row_reference_reordered", LIBRARY.GTK);
4135 
4136 	// gtk.TreeSelection
4137 
4138 	Linker.link(gtk_tree_selection_get_type, "gtk_tree_selection_get_type", LIBRARY.GTK);
4139 	Linker.link(gtk_tree_selection_count_selected_rows, "gtk_tree_selection_count_selected_rows", LIBRARY.GTK);
4140 	Linker.link(gtk_tree_selection_get_mode, "gtk_tree_selection_get_mode", LIBRARY.GTK);
4141 	Linker.link(gtk_tree_selection_get_select_function, "gtk_tree_selection_get_select_function", LIBRARY.GTK);
4142 	Linker.link(gtk_tree_selection_get_selected, "gtk_tree_selection_get_selected", LIBRARY.GTK);
4143 	Linker.link(gtk_tree_selection_get_selected_rows, "gtk_tree_selection_get_selected_rows", LIBRARY.GTK);
4144 	Linker.link(gtk_tree_selection_get_tree_view, "gtk_tree_selection_get_tree_view", LIBRARY.GTK);
4145 	Linker.link(gtk_tree_selection_get_user_data, "gtk_tree_selection_get_user_data", LIBRARY.GTK);
4146 	Linker.link(gtk_tree_selection_iter_is_selected, "gtk_tree_selection_iter_is_selected", LIBRARY.GTK);
4147 	Linker.link(gtk_tree_selection_path_is_selected, "gtk_tree_selection_path_is_selected", LIBRARY.GTK);
4148 	Linker.link(gtk_tree_selection_select_all, "gtk_tree_selection_select_all", LIBRARY.GTK);
4149 	Linker.link(gtk_tree_selection_select_iter, "gtk_tree_selection_select_iter", LIBRARY.GTK);
4150 	Linker.link(gtk_tree_selection_select_path, "gtk_tree_selection_select_path", LIBRARY.GTK);
4151 	Linker.link(gtk_tree_selection_select_range, "gtk_tree_selection_select_range", LIBRARY.GTK);
4152 	Linker.link(gtk_tree_selection_selected_foreach, "gtk_tree_selection_selected_foreach", LIBRARY.GTK);
4153 	Linker.link(gtk_tree_selection_set_mode, "gtk_tree_selection_set_mode", LIBRARY.GTK);
4154 	Linker.link(gtk_tree_selection_set_select_function, "gtk_tree_selection_set_select_function", LIBRARY.GTK);
4155 	Linker.link(gtk_tree_selection_unselect_all, "gtk_tree_selection_unselect_all", LIBRARY.GTK);
4156 	Linker.link(gtk_tree_selection_unselect_iter, "gtk_tree_selection_unselect_iter", LIBRARY.GTK);
4157 	Linker.link(gtk_tree_selection_unselect_path, "gtk_tree_selection_unselect_path", LIBRARY.GTK);
4158 	Linker.link(gtk_tree_selection_unselect_range, "gtk_tree_selection_unselect_range", LIBRARY.GTK);
4159 
4160 	// gtk.TreeSortable
4161 
4162 	Linker.link(gtk_tree_sortable_get_type, "gtk_tree_sortable_get_type", LIBRARY.GTK);
4163 	Linker.link(gtk_tree_sortable_get_sort_column_id, "gtk_tree_sortable_get_sort_column_id", LIBRARY.GTK);
4164 	Linker.link(gtk_tree_sortable_has_default_sort_func, "gtk_tree_sortable_has_default_sort_func", LIBRARY.GTK);
4165 	Linker.link(gtk_tree_sortable_set_default_sort_func, "gtk_tree_sortable_set_default_sort_func", LIBRARY.GTK);
4166 	Linker.link(gtk_tree_sortable_set_sort_column_id, "gtk_tree_sortable_set_sort_column_id", LIBRARY.GTK);
4167 	Linker.link(gtk_tree_sortable_set_sort_func, "gtk_tree_sortable_set_sort_func", LIBRARY.GTK);
4168 	Linker.link(gtk_tree_sortable_sort_column_changed, "gtk_tree_sortable_sort_column_changed", LIBRARY.GTK);
4169 
4170 	// gtk.TreeStore
4171 
4172 	Linker.link(gtk_tree_store_get_type, "gtk_tree_store_get_type", LIBRARY.GTK);
4173 	Linker.link(gtk_tree_store_new, "gtk_tree_store_new", LIBRARY.GTK);
4174 	Linker.link(gtk_tree_store_newv, "gtk_tree_store_newv", LIBRARY.GTK);
4175 	Linker.link(gtk_tree_store_append, "gtk_tree_store_append", LIBRARY.GTK);
4176 	Linker.link(gtk_tree_store_clear, "gtk_tree_store_clear", LIBRARY.GTK);
4177 	Linker.link(gtk_tree_store_insert, "gtk_tree_store_insert", LIBRARY.GTK);
4178 	Linker.link(gtk_tree_store_insert_after, "gtk_tree_store_insert_after", LIBRARY.GTK);
4179 	Linker.link(gtk_tree_store_insert_before, "gtk_tree_store_insert_before", LIBRARY.GTK);
4180 	Linker.link(gtk_tree_store_insert_with_values, "gtk_tree_store_insert_with_values", LIBRARY.GTK);
4181 	Linker.link(gtk_tree_store_insert_with_valuesv, "gtk_tree_store_insert_with_valuesv", LIBRARY.GTK);
4182 	Linker.link(gtk_tree_store_is_ancestor, "gtk_tree_store_is_ancestor", LIBRARY.GTK);
4183 	Linker.link(gtk_tree_store_iter_depth, "gtk_tree_store_iter_depth", LIBRARY.GTK);
4184 	Linker.link(gtk_tree_store_iter_is_valid, "gtk_tree_store_iter_is_valid", LIBRARY.GTK);
4185 	Linker.link(gtk_tree_store_move_after, "gtk_tree_store_move_after", LIBRARY.GTK);
4186 	Linker.link(gtk_tree_store_move_before, "gtk_tree_store_move_before", LIBRARY.GTK);
4187 	Linker.link(gtk_tree_store_prepend, "gtk_tree_store_prepend", LIBRARY.GTK);
4188 	Linker.link(gtk_tree_store_remove, "gtk_tree_store_remove", LIBRARY.GTK);
4189 	Linker.link(gtk_tree_store_reorder, "gtk_tree_store_reorder", LIBRARY.GTK);
4190 	Linker.link(gtk_tree_store_set, "gtk_tree_store_set", LIBRARY.GTK);
4191 	Linker.link(gtk_tree_store_set_column_types, "gtk_tree_store_set_column_types", LIBRARY.GTK);
4192 	Linker.link(gtk_tree_store_set_valist, "gtk_tree_store_set_valist", LIBRARY.GTK);
4193 	Linker.link(gtk_tree_store_set_value, "gtk_tree_store_set_value", LIBRARY.GTK);
4194 	Linker.link(gtk_tree_store_set_valuesv, "gtk_tree_store_set_valuesv", LIBRARY.GTK);
4195 	Linker.link(gtk_tree_store_swap, "gtk_tree_store_swap", LIBRARY.GTK);
4196 
4197 	// gtk.TreeView
4198 
4199 	Linker.link(gtk_tree_view_get_type, "gtk_tree_view_get_type", LIBRARY.GTK);
4200 	Linker.link(gtk_tree_view_new, "gtk_tree_view_new", LIBRARY.GTK);
4201 	Linker.link(gtk_tree_view_new_with_model, "gtk_tree_view_new_with_model", LIBRARY.GTK);
4202 	Linker.link(gtk_tree_view_append_column, "gtk_tree_view_append_column", LIBRARY.GTK);
4203 	Linker.link(gtk_tree_view_collapse_all, "gtk_tree_view_collapse_all", LIBRARY.GTK);
4204 	Linker.link(gtk_tree_view_collapse_row, "gtk_tree_view_collapse_row", LIBRARY.GTK);
4205 	Linker.link(gtk_tree_view_columns_autosize, "gtk_tree_view_columns_autosize", LIBRARY.GTK);
4206 	Linker.link(gtk_tree_view_convert_bin_window_to_tree_coords, "gtk_tree_view_convert_bin_window_to_tree_coords", LIBRARY.GTK);
4207 	Linker.link(gtk_tree_view_convert_bin_window_to_widget_coords, "gtk_tree_view_convert_bin_window_to_widget_coords", LIBRARY.GTK);
4208 	Linker.link(gtk_tree_view_convert_tree_to_bin_window_coords, "gtk_tree_view_convert_tree_to_bin_window_coords", LIBRARY.GTK);
4209 	Linker.link(gtk_tree_view_convert_tree_to_widget_coords, "gtk_tree_view_convert_tree_to_widget_coords", LIBRARY.GTK);
4210 	Linker.link(gtk_tree_view_convert_widget_to_bin_window_coords, "gtk_tree_view_convert_widget_to_bin_window_coords", LIBRARY.GTK);
4211 	Linker.link(gtk_tree_view_convert_widget_to_tree_coords, "gtk_tree_view_convert_widget_to_tree_coords", LIBRARY.GTK);
4212 	Linker.link(gtk_tree_view_create_row_drag_icon, "gtk_tree_view_create_row_drag_icon", LIBRARY.GTK);
4213 	Linker.link(gtk_tree_view_enable_model_drag_dest, "gtk_tree_view_enable_model_drag_dest", LIBRARY.GTK);
4214 	Linker.link(gtk_tree_view_enable_model_drag_source, "gtk_tree_view_enable_model_drag_source", LIBRARY.GTK);
4215 	Linker.link(gtk_tree_view_expand_all, "gtk_tree_view_expand_all", LIBRARY.GTK);
4216 	Linker.link(gtk_tree_view_expand_row, "gtk_tree_view_expand_row", LIBRARY.GTK);
4217 	Linker.link(gtk_tree_view_expand_to_path, "gtk_tree_view_expand_to_path", LIBRARY.GTK);
4218 	Linker.link(gtk_tree_view_get_activate_on_single_click, "gtk_tree_view_get_activate_on_single_click", LIBRARY.GTK);
4219 	Linker.link(gtk_tree_view_get_background_area, "gtk_tree_view_get_background_area", LIBRARY.GTK);
4220 	Linker.link(gtk_tree_view_get_bin_window, "gtk_tree_view_get_bin_window", LIBRARY.GTK);
4221 	Linker.link(gtk_tree_view_get_cell_area, "gtk_tree_view_get_cell_area", LIBRARY.GTK);
4222 	Linker.link(gtk_tree_view_get_column, "gtk_tree_view_get_column", LIBRARY.GTK);
4223 	Linker.link(gtk_tree_view_get_columns, "gtk_tree_view_get_columns", LIBRARY.GTK);
4224 	Linker.link(gtk_tree_view_get_cursor, "gtk_tree_view_get_cursor", LIBRARY.GTK);
4225 	Linker.link(gtk_tree_view_get_dest_row_at_pos, "gtk_tree_view_get_dest_row_at_pos", LIBRARY.GTK);
4226 	Linker.link(gtk_tree_view_get_drag_dest_row, "gtk_tree_view_get_drag_dest_row", LIBRARY.GTK);
4227 	Linker.link(gtk_tree_view_get_enable_search, "gtk_tree_view_get_enable_search", LIBRARY.GTK);
4228 	Linker.link(gtk_tree_view_get_enable_tree_lines, "gtk_tree_view_get_enable_tree_lines", LIBRARY.GTK);
4229 	Linker.link(gtk_tree_view_get_expander_column, "gtk_tree_view_get_expander_column", LIBRARY.GTK);
4230 	Linker.link(gtk_tree_view_get_fixed_height_mode, "gtk_tree_view_get_fixed_height_mode", LIBRARY.GTK);
4231 	Linker.link(gtk_tree_view_get_grid_lines, "gtk_tree_view_get_grid_lines", LIBRARY.GTK);
4232 	Linker.link(gtk_tree_view_get_hadjustment, "gtk_tree_view_get_hadjustment", LIBRARY.GTK);
4233 	Linker.link(gtk_tree_view_get_headers_clickable, "gtk_tree_view_get_headers_clickable", LIBRARY.GTK);
4234 	Linker.link(gtk_tree_view_get_headers_visible, "gtk_tree_view_get_headers_visible", LIBRARY.GTK);
4235 	Linker.link(gtk_tree_view_get_hover_expand, "gtk_tree_view_get_hover_expand", LIBRARY.GTK);
4236 	Linker.link(gtk_tree_view_get_hover_selection, "gtk_tree_view_get_hover_selection", LIBRARY.GTK);
4237 	Linker.link(gtk_tree_view_get_level_indentation, "gtk_tree_view_get_level_indentation", LIBRARY.GTK);
4238 	Linker.link(gtk_tree_view_get_model, "gtk_tree_view_get_model", LIBRARY.GTK);
4239 	Linker.link(gtk_tree_view_get_n_columns, "gtk_tree_view_get_n_columns", LIBRARY.GTK);
4240 	Linker.link(gtk_tree_view_get_path_at_pos, "gtk_tree_view_get_path_at_pos", LIBRARY.GTK);
4241 	Linker.link(gtk_tree_view_get_reorderable, "gtk_tree_view_get_reorderable", LIBRARY.GTK);
4242 	Linker.link(gtk_tree_view_get_row_separator_func, "gtk_tree_view_get_row_separator_func", LIBRARY.GTK);
4243 	Linker.link(gtk_tree_view_get_rubber_banding, "gtk_tree_view_get_rubber_banding", LIBRARY.GTK);
4244 	Linker.link(gtk_tree_view_get_rules_hint, "gtk_tree_view_get_rules_hint", LIBRARY.GTK);
4245 	Linker.link(gtk_tree_view_get_search_column, "gtk_tree_view_get_search_column", LIBRARY.GTK);
4246 	Linker.link(gtk_tree_view_get_search_entry, "gtk_tree_view_get_search_entry", LIBRARY.GTK);
4247 	Linker.link(gtk_tree_view_get_search_equal_func, "gtk_tree_view_get_search_equal_func", LIBRARY.GTK);
4248 	Linker.link(gtk_tree_view_get_search_position_func, "gtk_tree_view_get_search_position_func", LIBRARY.GTK);
4249 	Linker.link(gtk_tree_view_get_selection, "gtk_tree_view_get_selection", LIBRARY.GTK);
4250 	Linker.link(gtk_tree_view_get_show_expanders, "gtk_tree_view_get_show_expanders", LIBRARY.GTK);
4251 	Linker.link(gtk_tree_view_get_tooltip_column, "gtk_tree_view_get_tooltip_column", LIBRARY.GTK);
4252 	Linker.link(gtk_tree_view_get_tooltip_context, "gtk_tree_view_get_tooltip_context", LIBRARY.GTK);
4253 	Linker.link(gtk_tree_view_get_vadjustment, "gtk_tree_view_get_vadjustment", LIBRARY.GTK);
4254 	Linker.link(gtk_tree_view_get_visible_range, "gtk_tree_view_get_visible_range", LIBRARY.GTK);
4255 	Linker.link(gtk_tree_view_get_visible_rect, "gtk_tree_view_get_visible_rect", LIBRARY.GTK);
4256 	Linker.link(gtk_tree_view_insert_column, "gtk_tree_view_insert_column", LIBRARY.GTK);
4257 	Linker.link(gtk_tree_view_insert_column_with_attributes, "gtk_tree_view_insert_column_with_attributes", LIBRARY.GTK);
4258 	Linker.link(gtk_tree_view_insert_column_with_data_func, "gtk_tree_view_insert_column_with_data_func", LIBRARY.GTK);
4259 	Linker.link(gtk_tree_view_is_blank_at_pos, "gtk_tree_view_is_blank_at_pos", LIBRARY.GTK);
4260 	Linker.link(gtk_tree_view_is_rubber_banding_active, "gtk_tree_view_is_rubber_banding_active", LIBRARY.GTK);
4261 	Linker.link(gtk_tree_view_map_expanded_rows, "gtk_tree_view_map_expanded_rows", LIBRARY.GTK);
4262 	Linker.link(gtk_tree_view_move_column_after, "gtk_tree_view_move_column_after", LIBRARY.GTK);
4263 	Linker.link(gtk_tree_view_remove_column, "gtk_tree_view_remove_column", LIBRARY.GTK);
4264 	Linker.link(gtk_tree_view_row_activated, "gtk_tree_view_row_activated", LIBRARY.GTK);
4265 	Linker.link(gtk_tree_view_row_expanded, "gtk_tree_view_row_expanded", LIBRARY.GTK);
4266 	Linker.link(gtk_tree_view_scroll_to_cell, "gtk_tree_view_scroll_to_cell", LIBRARY.GTK);
4267 	Linker.link(gtk_tree_view_scroll_to_point, "gtk_tree_view_scroll_to_point", LIBRARY.GTK);
4268 	Linker.link(gtk_tree_view_set_activate_on_single_click, "gtk_tree_view_set_activate_on_single_click", LIBRARY.GTK);
4269 	Linker.link(gtk_tree_view_set_column_drag_function, "gtk_tree_view_set_column_drag_function", LIBRARY.GTK);
4270 	Linker.link(gtk_tree_view_set_cursor, "gtk_tree_view_set_cursor", LIBRARY.GTK);
4271 	Linker.link(gtk_tree_view_set_cursor_on_cell, "gtk_tree_view_set_cursor_on_cell", LIBRARY.GTK);
4272 	Linker.link(gtk_tree_view_set_destroy_count_func, "gtk_tree_view_set_destroy_count_func", LIBRARY.GTK);
4273 	Linker.link(gtk_tree_view_set_drag_dest_row, "gtk_tree_view_set_drag_dest_row", LIBRARY.GTK);
4274 	Linker.link(gtk_tree_view_set_enable_search, "gtk_tree_view_set_enable_search", LIBRARY.GTK);
4275 	Linker.link(gtk_tree_view_set_enable_tree_lines, "gtk_tree_view_set_enable_tree_lines", LIBRARY.GTK);
4276 	Linker.link(gtk_tree_view_set_expander_column, "gtk_tree_view_set_expander_column", LIBRARY.GTK);
4277 	Linker.link(gtk_tree_view_set_fixed_height_mode, "gtk_tree_view_set_fixed_height_mode", LIBRARY.GTK);
4278 	Linker.link(gtk_tree_view_set_grid_lines, "gtk_tree_view_set_grid_lines", LIBRARY.GTK);
4279 	Linker.link(gtk_tree_view_set_hadjustment, "gtk_tree_view_set_hadjustment", LIBRARY.GTK);
4280 	Linker.link(gtk_tree_view_set_headers_clickable, "gtk_tree_view_set_headers_clickable", LIBRARY.GTK);
4281 	Linker.link(gtk_tree_view_set_headers_visible, "gtk_tree_view_set_headers_visible", LIBRARY.GTK);
4282 	Linker.link(gtk_tree_view_set_hover_expand, "gtk_tree_view_set_hover_expand", LIBRARY.GTK);
4283 	Linker.link(gtk_tree_view_set_hover_selection, "gtk_tree_view_set_hover_selection", LIBRARY.GTK);
4284 	Linker.link(gtk_tree_view_set_level_indentation, "gtk_tree_view_set_level_indentation", LIBRARY.GTK);
4285 	Linker.link(gtk_tree_view_set_model, "gtk_tree_view_set_model", LIBRARY.GTK);
4286 	Linker.link(gtk_tree_view_set_reorderable, "gtk_tree_view_set_reorderable", LIBRARY.GTK);
4287 	Linker.link(gtk_tree_view_set_row_separator_func, "gtk_tree_view_set_row_separator_func", LIBRARY.GTK);
4288 	Linker.link(gtk_tree_view_set_rubber_banding, "gtk_tree_view_set_rubber_banding", LIBRARY.GTK);
4289 	Linker.link(gtk_tree_view_set_rules_hint, "gtk_tree_view_set_rules_hint", LIBRARY.GTK);
4290 	Linker.link(gtk_tree_view_set_search_column, "gtk_tree_view_set_search_column", LIBRARY.GTK);
4291 	Linker.link(gtk_tree_view_set_search_entry, "gtk_tree_view_set_search_entry", LIBRARY.GTK);
4292 	Linker.link(gtk_tree_view_set_search_equal_func, "gtk_tree_view_set_search_equal_func", LIBRARY.GTK);
4293 	Linker.link(gtk_tree_view_set_search_position_func, "gtk_tree_view_set_search_position_func", LIBRARY.GTK);
4294 	Linker.link(gtk_tree_view_set_show_expanders, "gtk_tree_view_set_show_expanders", LIBRARY.GTK);
4295 	Linker.link(gtk_tree_view_set_tooltip_cell, "gtk_tree_view_set_tooltip_cell", LIBRARY.GTK);
4296 	Linker.link(gtk_tree_view_set_tooltip_column, "gtk_tree_view_set_tooltip_column", LIBRARY.GTK);
4297 	Linker.link(gtk_tree_view_set_tooltip_row, "gtk_tree_view_set_tooltip_row", LIBRARY.GTK);
4298 	Linker.link(gtk_tree_view_set_vadjustment, "gtk_tree_view_set_vadjustment", LIBRARY.GTK);
4299 	Linker.link(gtk_tree_view_unset_rows_drag_dest, "gtk_tree_view_unset_rows_drag_dest", LIBRARY.GTK);
4300 	Linker.link(gtk_tree_view_unset_rows_drag_source, "gtk_tree_view_unset_rows_drag_source", LIBRARY.GTK);
4301 
4302 	// gtk.TreeViewAccessible
4303 
4304 	Linker.link(gtk_tree_view_accessible_get_type, "gtk_tree_view_accessible_get_type", LIBRARY.GTK);
4305 
4306 	// gtk.TreeViewColumn
4307 
4308 	Linker.link(gtk_tree_view_column_get_type, "gtk_tree_view_column_get_type", LIBRARY.GTK);
4309 	Linker.link(gtk_tree_view_column_new, "gtk_tree_view_column_new", LIBRARY.GTK);
4310 	Linker.link(gtk_tree_view_column_new_with_area, "gtk_tree_view_column_new_with_area", LIBRARY.GTK);
4311 	Linker.link(gtk_tree_view_column_new_with_attributes, "gtk_tree_view_column_new_with_attributes", LIBRARY.GTK);
4312 	Linker.link(gtk_tree_view_column_add_attribute, "gtk_tree_view_column_add_attribute", LIBRARY.GTK);
4313 	Linker.link(gtk_tree_view_column_cell_get_position, "gtk_tree_view_column_cell_get_position", LIBRARY.GTK);
4314 	Linker.link(gtk_tree_view_column_cell_get_size, "gtk_tree_view_column_cell_get_size", LIBRARY.GTK);
4315 	Linker.link(gtk_tree_view_column_cell_is_visible, "gtk_tree_view_column_cell_is_visible", LIBRARY.GTK);
4316 	Linker.link(gtk_tree_view_column_cell_set_cell_data, "gtk_tree_view_column_cell_set_cell_data", LIBRARY.GTK);
4317 	Linker.link(gtk_tree_view_column_clear, "gtk_tree_view_column_clear", LIBRARY.GTK);
4318 	Linker.link(gtk_tree_view_column_clear_attributes, "gtk_tree_view_column_clear_attributes", LIBRARY.GTK);
4319 	Linker.link(gtk_tree_view_column_clicked, "gtk_tree_view_column_clicked", LIBRARY.GTK);
4320 	Linker.link(gtk_tree_view_column_focus_cell, "gtk_tree_view_column_focus_cell", LIBRARY.GTK);
4321 	Linker.link(gtk_tree_view_column_get_alignment, "gtk_tree_view_column_get_alignment", LIBRARY.GTK);
4322 	Linker.link(gtk_tree_view_column_get_button, "gtk_tree_view_column_get_button", LIBRARY.GTK);
4323 	Linker.link(gtk_tree_view_column_get_clickable, "gtk_tree_view_column_get_clickable", LIBRARY.GTK);
4324 	Linker.link(gtk_tree_view_column_get_expand, "gtk_tree_view_column_get_expand", LIBRARY.GTK);
4325 	Linker.link(gtk_tree_view_column_get_fixed_width, "gtk_tree_view_column_get_fixed_width", LIBRARY.GTK);
4326 	Linker.link(gtk_tree_view_column_get_max_width, "gtk_tree_view_column_get_max_width", LIBRARY.GTK);
4327 	Linker.link(gtk_tree_view_column_get_min_width, "gtk_tree_view_column_get_min_width", LIBRARY.GTK);
4328 	Linker.link(gtk_tree_view_column_get_reorderable, "gtk_tree_view_column_get_reorderable", LIBRARY.GTK);
4329 	Linker.link(gtk_tree_view_column_get_resizable, "gtk_tree_view_column_get_resizable", LIBRARY.GTK);
4330 	Linker.link(gtk_tree_view_column_get_sizing, "gtk_tree_view_column_get_sizing", LIBRARY.GTK);
4331 	Linker.link(gtk_tree_view_column_get_sort_column_id, "gtk_tree_view_column_get_sort_column_id", LIBRARY.GTK);
4332 	Linker.link(gtk_tree_view_column_get_sort_indicator, "gtk_tree_view_column_get_sort_indicator", LIBRARY.GTK);
4333 	Linker.link(gtk_tree_view_column_get_sort_order, "gtk_tree_view_column_get_sort_order", LIBRARY.GTK);
4334 	Linker.link(gtk_tree_view_column_get_spacing, "gtk_tree_view_column_get_spacing", LIBRARY.GTK);
4335 	Linker.link(gtk_tree_view_column_get_title, "gtk_tree_view_column_get_title", LIBRARY.GTK);
4336 	Linker.link(gtk_tree_view_column_get_tree_view, "gtk_tree_view_column_get_tree_view", LIBRARY.GTK);
4337 	Linker.link(gtk_tree_view_column_get_visible, "gtk_tree_view_column_get_visible", LIBRARY.GTK);
4338 	Linker.link(gtk_tree_view_column_get_widget, "gtk_tree_view_column_get_widget", LIBRARY.GTK);
4339 	Linker.link(gtk_tree_view_column_get_width, "gtk_tree_view_column_get_width", LIBRARY.GTK);
4340 	Linker.link(gtk_tree_view_column_get_x_offset, "gtk_tree_view_column_get_x_offset", LIBRARY.GTK);
4341 	Linker.link(gtk_tree_view_column_pack_end, "gtk_tree_view_column_pack_end", LIBRARY.GTK);
4342 	Linker.link(gtk_tree_view_column_pack_start, "gtk_tree_view_column_pack_start", LIBRARY.GTK);
4343 	Linker.link(gtk_tree_view_column_queue_resize, "gtk_tree_view_column_queue_resize", LIBRARY.GTK);
4344 	Linker.link(gtk_tree_view_column_set_alignment, "gtk_tree_view_column_set_alignment", LIBRARY.GTK);
4345 	Linker.link(gtk_tree_view_column_set_attributes, "gtk_tree_view_column_set_attributes", LIBRARY.GTK);
4346 	Linker.link(gtk_tree_view_column_set_cell_data_func, "gtk_tree_view_column_set_cell_data_func", LIBRARY.GTK);
4347 	Linker.link(gtk_tree_view_column_set_clickable, "gtk_tree_view_column_set_clickable", LIBRARY.GTK);
4348 	Linker.link(gtk_tree_view_column_set_expand, "gtk_tree_view_column_set_expand", LIBRARY.GTK);
4349 	Linker.link(gtk_tree_view_column_set_fixed_width, "gtk_tree_view_column_set_fixed_width", LIBRARY.GTK);
4350 	Linker.link(gtk_tree_view_column_set_max_width, "gtk_tree_view_column_set_max_width", LIBRARY.GTK);
4351 	Linker.link(gtk_tree_view_column_set_min_width, "gtk_tree_view_column_set_min_width", LIBRARY.GTK);
4352 	Linker.link(gtk_tree_view_column_set_reorderable, "gtk_tree_view_column_set_reorderable", LIBRARY.GTK);
4353 	Linker.link(gtk_tree_view_column_set_resizable, "gtk_tree_view_column_set_resizable", LIBRARY.GTK);
4354 	Linker.link(gtk_tree_view_column_set_sizing, "gtk_tree_view_column_set_sizing", LIBRARY.GTK);
4355 	Linker.link(gtk_tree_view_column_set_sort_column_id, "gtk_tree_view_column_set_sort_column_id", LIBRARY.GTK);
4356 	Linker.link(gtk_tree_view_column_set_sort_indicator, "gtk_tree_view_column_set_sort_indicator", LIBRARY.GTK);
4357 	Linker.link(gtk_tree_view_column_set_sort_order, "gtk_tree_view_column_set_sort_order", LIBRARY.GTK);
4358 	Linker.link(gtk_tree_view_column_set_spacing, "gtk_tree_view_column_set_spacing", LIBRARY.GTK);
4359 	Linker.link(gtk_tree_view_column_set_title, "gtk_tree_view_column_set_title", LIBRARY.GTK);
4360 	Linker.link(gtk_tree_view_column_set_visible, "gtk_tree_view_column_set_visible", LIBRARY.GTK);
4361 	Linker.link(gtk_tree_view_column_set_widget, "gtk_tree_view_column_set_widget", LIBRARY.GTK);
4362 
4363 	// gtk.UIManager
4364 
4365 	Linker.link(gtk_ui_manager_get_type, "gtk_ui_manager_get_type", LIBRARY.GTK);
4366 	Linker.link(gtk_ui_manager_new, "gtk_ui_manager_new", LIBRARY.GTK);
4367 	Linker.link(gtk_ui_manager_add_ui, "gtk_ui_manager_add_ui", LIBRARY.GTK);
4368 	Linker.link(gtk_ui_manager_add_ui_from_file, "gtk_ui_manager_add_ui_from_file", LIBRARY.GTK);
4369 	Linker.link(gtk_ui_manager_add_ui_from_resource, "gtk_ui_manager_add_ui_from_resource", LIBRARY.GTK);
4370 	Linker.link(gtk_ui_manager_add_ui_from_string, "gtk_ui_manager_add_ui_from_string", LIBRARY.GTK);
4371 	Linker.link(gtk_ui_manager_ensure_update, "gtk_ui_manager_ensure_update", LIBRARY.GTK);
4372 	Linker.link(gtk_ui_manager_get_accel_group, "gtk_ui_manager_get_accel_group", LIBRARY.GTK);
4373 	Linker.link(gtk_ui_manager_get_action, "gtk_ui_manager_get_action", LIBRARY.GTK);
4374 	Linker.link(gtk_ui_manager_get_action_groups, "gtk_ui_manager_get_action_groups", LIBRARY.GTK);
4375 	Linker.link(gtk_ui_manager_get_add_tearoffs, "gtk_ui_manager_get_add_tearoffs", LIBRARY.GTK);
4376 	Linker.link(gtk_ui_manager_get_toplevels, "gtk_ui_manager_get_toplevels", LIBRARY.GTK);
4377 	Linker.link(gtk_ui_manager_get_ui, "gtk_ui_manager_get_ui", LIBRARY.GTK);
4378 	Linker.link(gtk_ui_manager_get_widget, "gtk_ui_manager_get_widget", LIBRARY.GTK);
4379 	Linker.link(gtk_ui_manager_insert_action_group, "gtk_ui_manager_insert_action_group", LIBRARY.GTK);
4380 	Linker.link(gtk_ui_manager_new_merge_id, "gtk_ui_manager_new_merge_id", LIBRARY.GTK);
4381 	Linker.link(gtk_ui_manager_remove_action_group, "gtk_ui_manager_remove_action_group", LIBRARY.GTK);
4382 	Linker.link(gtk_ui_manager_remove_ui, "gtk_ui_manager_remove_ui", LIBRARY.GTK);
4383 	Linker.link(gtk_ui_manager_set_add_tearoffs, "gtk_ui_manager_set_add_tearoffs", LIBRARY.GTK);
4384 
4385 	// gtk.VBox
4386 
4387 	Linker.link(gtk_vbox_get_type, "gtk_vbox_get_type", LIBRARY.GTK);
4388 	Linker.link(gtk_vbox_new, "gtk_vbox_new", LIBRARY.GTK);
4389 
4390 	// gtk.VButtonBox
4391 
4392 	Linker.link(gtk_vbutton_box_get_type, "gtk_vbutton_box_get_type", LIBRARY.GTK);
4393 	Linker.link(gtk_vbutton_box_new, "gtk_vbutton_box_new", LIBRARY.GTK);
4394 
4395 	// gtk.VPaned
4396 
4397 	Linker.link(gtk_vpaned_get_type, "gtk_vpaned_get_type", LIBRARY.GTK);
4398 	Linker.link(gtk_vpaned_new, "gtk_vpaned_new", LIBRARY.GTK);
4399 
4400 	// gtk.VScale
4401 
4402 	Linker.link(gtk_vscale_get_type, "gtk_vscale_get_type", LIBRARY.GTK);
4403 	Linker.link(gtk_vscale_new, "gtk_vscale_new", LIBRARY.GTK);
4404 	Linker.link(gtk_vscale_new_with_range, "gtk_vscale_new_with_range", LIBRARY.GTK);
4405 
4406 	// gtk.VScrollbar
4407 
4408 	Linker.link(gtk_vscrollbar_get_type, "gtk_vscrollbar_get_type", LIBRARY.GTK);
4409 	Linker.link(gtk_vscrollbar_new, "gtk_vscrollbar_new", LIBRARY.GTK);
4410 
4411 	// gtk.VSeparator
4412 
4413 	Linker.link(gtk_vseparator_get_type, "gtk_vseparator_get_type", LIBRARY.GTK);
4414 	Linker.link(gtk_vseparator_new, "gtk_vseparator_new", LIBRARY.GTK);
4415 
4416 	// gtk.Viewport
4417 
4418 	Linker.link(gtk_viewport_get_type, "gtk_viewport_get_type", LIBRARY.GTK);
4419 	Linker.link(gtk_viewport_new, "gtk_viewport_new", LIBRARY.GTK);
4420 	Linker.link(gtk_viewport_get_bin_window, "gtk_viewport_get_bin_window", LIBRARY.GTK);
4421 	Linker.link(gtk_viewport_get_hadjustment, "gtk_viewport_get_hadjustment", LIBRARY.GTK);
4422 	Linker.link(gtk_viewport_get_shadow_type, "gtk_viewport_get_shadow_type", LIBRARY.GTK);
4423 	Linker.link(gtk_viewport_get_vadjustment, "gtk_viewport_get_vadjustment", LIBRARY.GTK);
4424 	Linker.link(gtk_viewport_get_view_window, "gtk_viewport_get_view_window", LIBRARY.GTK);
4425 	Linker.link(gtk_viewport_set_hadjustment, "gtk_viewport_set_hadjustment", LIBRARY.GTK);
4426 	Linker.link(gtk_viewport_set_shadow_type, "gtk_viewport_set_shadow_type", LIBRARY.GTK);
4427 	Linker.link(gtk_viewport_set_vadjustment, "gtk_viewport_set_vadjustment", LIBRARY.GTK);
4428 
4429 	// gtk.VolumeButton
4430 
4431 	Linker.link(gtk_volume_button_get_type, "gtk_volume_button_get_type", LIBRARY.GTK);
4432 	Linker.link(gtk_volume_button_new, "gtk_volume_button_new", LIBRARY.GTK);
4433 
4434 	// gtk.Widget
4435 
4436 	Linker.link(gtk_widget_get_type, "gtk_widget_get_type", LIBRARY.GTK);
4437 	Linker.link(gtk_widget_new, "gtk_widget_new", LIBRARY.GTK);
4438 	Linker.link(gtk_widget_get_default_direction, "gtk_widget_get_default_direction", LIBRARY.GTK);
4439 	Linker.link(gtk_widget_get_default_style, "gtk_widget_get_default_style", LIBRARY.GTK);
4440 	Linker.link(gtk_widget_pop_composite_child, "gtk_widget_pop_composite_child", LIBRARY.GTK);
4441 	Linker.link(gtk_widget_push_composite_child, "gtk_widget_push_composite_child", LIBRARY.GTK);
4442 	Linker.link(gtk_widget_set_default_direction, "gtk_widget_set_default_direction", LIBRARY.GTK);
4443 	Linker.link(gtk_widget_activate, "gtk_widget_activate", LIBRARY.GTK);
4444 	Linker.link(gtk_widget_add_accelerator, "gtk_widget_add_accelerator", LIBRARY.GTK);
4445 	Linker.link(gtk_widget_add_device_events, "gtk_widget_add_device_events", LIBRARY.GTK);
4446 	Linker.link(gtk_widget_add_events, "gtk_widget_add_events", LIBRARY.GTK);
4447 	Linker.link(gtk_widget_add_mnemonic_label, "gtk_widget_add_mnemonic_label", LIBRARY.GTK);
4448 	Linker.link(gtk_widget_add_tick_callback, "gtk_widget_add_tick_callback", LIBRARY.GTK);
4449 	Linker.link(gtk_widget_can_activate_accel, "gtk_widget_can_activate_accel", LIBRARY.GTK);
4450 	Linker.link(gtk_widget_child_focus, "gtk_widget_child_focus", LIBRARY.GTK);
4451 	Linker.link(gtk_widget_child_notify, "gtk_widget_child_notify", LIBRARY.GTK);
4452 	Linker.link(gtk_widget_class_path, "gtk_widget_class_path", LIBRARY.GTK);
4453 	Linker.link(gtk_widget_compute_expand, "gtk_widget_compute_expand", LIBRARY.GTK);
4454 	Linker.link(gtk_widget_create_pango_context, "gtk_widget_create_pango_context", LIBRARY.GTK);
4455 	Linker.link(gtk_widget_create_pango_layout, "gtk_widget_create_pango_layout", LIBRARY.GTK);
4456 	Linker.link(gtk_widget_destroy, "gtk_widget_destroy", LIBRARY.GTK);
4457 	Linker.link(gtk_widget_destroyed, "gtk_widget_destroyed", LIBRARY.GTK);
4458 	Linker.link(gtk_widget_device_is_shadowed, "gtk_widget_device_is_shadowed", LIBRARY.GTK);
4459 	Linker.link(gtk_drag_begin, "gtk_drag_begin", LIBRARY.GTK);
4460 	Linker.link(gtk_drag_begin_with_coordinates, "gtk_drag_begin_with_coordinates", LIBRARY.GTK);
4461 	Linker.link(gtk_drag_check_threshold, "gtk_drag_check_threshold", LIBRARY.GTK);
4462 	Linker.link(gtk_drag_dest_add_image_targets, "gtk_drag_dest_add_image_targets", LIBRARY.GTK);
4463 	Linker.link(gtk_drag_dest_add_text_targets, "gtk_drag_dest_add_text_targets", LIBRARY.GTK);
4464 	Linker.link(gtk_drag_dest_add_uri_targets, "gtk_drag_dest_add_uri_targets", LIBRARY.GTK);
4465 	Linker.link(gtk_drag_dest_find_target, "gtk_drag_dest_find_target", LIBRARY.GTK);
4466 	Linker.link(gtk_drag_dest_get_target_list, "gtk_drag_dest_get_target_list", LIBRARY.GTK);
4467 	Linker.link(gtk_drag_dest_get_track_motion, "gtk_drag_dest_get_track_motion", LIBRARY.GTK);
4468 	Linker.link(gtk_drag_dest_set, "gtk_drag_dest_set", LIBRARY.GTK);
4469 	Linker.link(gtk_drag_dest_set_proxy, "gtk_drag_dest_set_proxy", LIBRARY.GTK);
4470 	Linker.link(gtk_drag_dest_set_target_list, "gtk_drag_dest_set_target_list", LIBRARY.GTK);
4471 	Linker.link(gtk_drag_dest_set_track_motion, "gtk_drag_dest_set_track_motion", LIBRARY.GTK);
4472 	Linker.link(gtk_drag_dest_unset, "gtk_drag_dest_unset", LIBRARY.GTK);
4473 	Linker.link(gtk_drag_get_data, "gtk_drag_get_data", LIBRARY.GTK);
4474 	Linker.link(gtk_drag_highlight, "gtk_drag_highlight", LIBRARY.GTK);
4475 	Linker.link(gtk_drag_source_add_image_targets, "gtk_drag_source_add_image_targets", LIBRARY.GTK);
4476 	Linker.link(gtk_drag_source_add_text_targets, "gtk_drag_source_add_text_targets", LIBRARY.GTK);
4477 	Linker.link(gtk_drag_source_add_uri_targets, "gtk_drag_source_add_uri_targets", LIBRARY.GTK);
4478 	Linker.link(gtk_drag_source_get_target_list, "gtk_drag_source_get_target_list", LIBRARY.GTK);
4479 	Linker.link(gtk_drag_source_set, "gtk_drag_source_set", LIBRARY.GTK);
4480 	Linker.link(gtk_drag_source_set_icon_gicon, "gtk_drag_source_set_icon_gicon", LIBRARY.GTK);
4481 	Linker.link(gtk_drag_source_set_icon_name, "gtk_drag_source_set_icon_name", LIBRARY.GTK);
4482 	Linker.link(gtk_drag_source_set_icon_pixbuf, "gtk_drag_source_set_icon_pixbuf", LIBRARY.GTK);
4483 	Linker.link(gtk_drag_source_set_icon_stock, "gtk_drag_source_set_icon_stock", LIBRARY.GTK);
4484 	Linker.link(gtk_drag_source_set_target_list, "gtk_drag_source_set_target_list", LIBRARY.GTK);
4485 	Linker.link(gtk_drag_source_unset, "gtk_drag_source_unset", LIBRARY.GTK);
4486 	Linker.link(gtk_drag_unhighlight, "gtk_drag_unhighlight", LIBRARY.GTK);
4487 	Linker.link(gtk_widget_draw, "gtk_widget_draw", LIBRARY.GTK);
4488 	Linker.link(gtk_widget_ensure_style, "gtk_widget_ensure_style", LIBRARY.GTK);
4489 	Linker.link(gtk_widget_error_bell, "gtk_widget_error_bell", LIBRARY.GTK);
4490 	Linker.link(gtk_widget_event, "gtk_widget_event", LIBRARY.GTK);
4491 	Linker.link(gtk_widget_freeze_child_notify, "gtk_widget_freeze_child_notify", LIBRARY.GTK);
4492 	Linker.link(gtk_widget_get_accessible, "gtk_widget_get_accessible", LIBRARY.GTK);
4493 	Linker.link(gtk_widget_get_allocated_baseline, "gtk_widget_get_allocated_baseline", LIBRARY.GTK);
4494 	Linker.link(gtk_widget_get_allocated_height, "gtk_widget_get_allocated_height", LIBRARY.GTK);
4495 	Linker.link(gtk_widget_get_allocated_width, "gtk_widget_get_allocated_width", LIBRARY.GTK);
4496 	Linker.link(gtk_widget_get_allocation, "gtk_widget_get_allocation", LIBRARY.GTK);
4497 	Linker.link(gtk_widget_get_ancestor, "gtk_widget_get_ancestor", LIBRARY.GTK);
4498 	Linker.link(gtk_widget_get_app_paintable, "gtk_widget_get_app_paintable", LIBRARY.GTK);
4499 	Linker.link(gtk_widget_get_can_default, "gtk_widget_get_can_default", LIBRARY.GTK);
4500 	Linker.link(gtk_widget_get_can_focus, "gtk_widget_get_can_focus", LIBRARY.GTK);
4501 	Linker.link(gtk_widget_get_child_requisition, "gtk_widget_get_child_requisition", LIBRARY.GTK);
4502 	Linker.link(gtk_widget_get_child_visible, "gtk_widget_get_child_visible", LIBRARY.GTK);
4503 	Linker.link(gtk_widget_get_clip, "gtk_widget_get_clip", LIBRARY.GTK);
4504 	Linker.link(gtk_widget_get_clipboard, "gtk_widget_get_clipboard", LIBRARY.GTK);
4505 	Linker.link(gtk_widget_get_composite_name, "gtk_widget_get_composite_name", LIBRARY.GTK);
4506 	Linker.link(gtk_widget_get_device_enabled, "gtk_widget_get_device_enabled", LIBRARY.GTK);
4507 	Linker.link(gtk_widget_get_device_events, "gtk_widget_get_device_events", LIBRARY.GTK);
4508 	Linker.link(gtk_widget_get_direction, "gtk_widget_get_direction", LIBRARY.GTK);
4509 	Linker.link(gtk_widget_get_display, "gtk_widget_get_display", LIBRARY.GTK);
4510 	Linker.link(gtk_widget_get_double_buffered, "gtk_widget_get_double_buffered", LIBRARY.GTK);
4511 	Linker.link(gtk_widget_get_events, "gtk_widget_get_events", LIBRARY.GTK);
4512 	Linker.link(gtk_widget_get_frame_clock, "gtk_widget_get_frame_clock", LIBRARY.GTK);
4513 	Linker.link(gtk_widget_get_halign, "gtk_widget_get_halign", LIBRARY.GTK);
4514 	Linker.link(gtk_widget_get_has_tooltip, "gtk_widget_get_has_tooltip", LIBRARY.GTK);
4515 	Linker.link(gtk_widget_get_has_window, "gtk_widget_get_has_window", LIBRARY.GTK);
4516 	Linker.link(gtk_widget_get_hexpand, "gtk_widget_get_hexpand", LIBRARY.GTK);
4517 	Linker.link(gtk_widget_get_hexpand_set, "gtk_widget_get_hexpand_set", LIBRARY.GTK);
4518 	Linker.link(gtk_widget_get_mapped, "gtk_widget_get_mapped", LIBRARY.GTK);
4519 	Linker.link(gtk_widget_get_margin_bottom, "gtk_widget_get_margin_bottom", LIBRARY.GTK);
4520 	Linker.link(gtk_widget_get_margin_end, "gtk_widget_get_margin_end", LIBRARY.GTK);
4521 	Linker.link(gtk_widget_get_margin_left, "gtk_widget_get_margin_left", LIBRARY.GTK);
4522 	Linker.link(gtk_widget_get_margin_right, "gtk_widget_get_margin_right", LIBRARY.GTK);
4523 	Linker.link(gtk_widget_get_margin_start, "gtk_widget_get_margin_start", LIBRARY.GTK);
4524 	Linker.link(gtk_widget_get_margin_top, "gtk_widget_get_margin_top", LIBRARY.GTK);
4525 	Linker.link(gtk_widget_get_modifier_mask, "gtk_widget_get_modifier_mask", LIBRARY.GTK);
4526 	Linker.link(gtk_widget_get_modifier_style, "gtk_widget_get_modifier_style", LIBRARY.GTK);
4527 	Linker.link(gtk_widget_get_name, "gtk_widget_get_name", LIBRARY.GTK);
4528 	Linker.link(gtk_widget_get_no_show_all, "gtk_widget_get_no_show_all", LIBRARY.GTK);
4529 	Linker.link(gtk_widget_get_opacity, "gtk_widget_get_opacity", LIBRARY.GTK);
4530 	Linker.link(gtk_widget_get_pango_context, "gtk_widget_get_pango_context", LIBRARY.GTK);
4531 	Linker.link(gtk_widget_get_parent, "gtk_widget_get_parent", LIBRARY.GTK);
4532 	Linker.link(gtk_widget_get_parent_window, "gtk_widget_get_parent_window", LIBRARY.GTK);
4533 	Linker.link(gtk_widget_get_path, "gtk_widget_get_path", LIBRARY.GTK);
4534 	Linker.link(gtk_widget_get_pointer, "gtk_widget_get_pointer", LIBRARY.GTK);
4535 	Linker.link(gtk_widget_get_preferred_height, "gtk_widget_get_preferred_height", LIBRARY.GTK);
4536 	Linker.link(gtk_widget_get_preferred_height_and_baseline_for_width, "gtk_widget_get_preferred_height_and_baseline_for_width", LIBRARY.GTK);
4537 	Linker.link(gtk_widget_get_preferred_height_for_width, "gtk_widget_get_preferred_height_for_width", LIBRARY.GTK);
4538 	Linker.link(gtk_widget_get_preferred_size, "gtk_widget_get_preferred_size", LIBRARY.GTK);
4539 	Linker.link(gtk_widget_get_preferred_width, "gtk_widget_get_preferred_width", LIBRARY.GTK);
4540 	Linker.link(gtk_widget_get_preferred_width_for_height, "gtk_widget_get_preferred_width_for_height", LIBRARY.GTK);
4541 	Linker.link(gtk_widget_get_realized, "gtk_widget_get_realized", LIBRARY.GTK);
4542 	Linker.link(gtk_widget_get_receives_default, "gtk_widget_get_receives_default", LIBRARY.GTK);
4543 	Linker.link(gtk_widget_get_request_mode, "gtk_widget_get_request_mode", LIBRARY.GTK);
4544 	Linker.link(gtk_widget_get_requisition, "gtk_widget_get_requisition", LIBRARY.GTK);
4545 	Linker.link(gtk_widget_get_root_window, "gtk_widget_get_root_window", LIBRARY.GTK);
4546 	Linker.link(gtk_widget_get_scale_factor, "gtk_widget_get_scale_factor", LIBRARY.GTK);
4547 	Linker.link(gtk_widget_get_screen, "gtk_widget_get_screen", LIBRARY.GTK);
4548 	Linker.link(gtk_widget_get_sensitive, "gtk_widget_get_sensitive", LIBRARY.GTK);
4549 	Linker.link(gtk_widget_get_settings, "gtk_widget_get_settings", LIBRARY.GTK);
4550 	Linker.link(gtk_widget_get_size_request, "gtk_widget_get_size_request", LIBRARY.GTK);
4551 	Linker.link(gtk_widget_get_state, "gtk_widget_get_state", LIBRARY.GTK);
4552 	Linker.link(gtk_widget_get_state_flags, "gtk_widget_get_state_flags", LIBRARY.GTK);
4553 	Linker.link(gtk_widget_get_style, "gtk_widget_get_style", LIBRARY.GTK);
4554 	Linker.link(gtk_widget_get_style_context, "gtk_widget_get_style_context", LIBRARY.GTK);
4555 	Linker.link(gtk_widget_get_support_multidevice, "gtk_widget_get_support_multidevice", LIBRARY.GTK);
4556 	Linker.link(gtk_widget_get_template_child, "gtk_widget_get_template_child", LIBRARY.GTK);
4557 	Linker.link(gtk_widget_get_tooltip_markup, "gtk_widget_get_tooltip_markup", LIBRARY.GTK);
4558 	Linker.link(gtk_widget_get_tooltip_text, "gtk_widget_get_tooltip_text", LIBRARY.GTK);
4559 	Linker.link(gtk_widget_get_tooltip_window, "gtk_widget_get_tooltip_window", LIBRARY.GTK);
4560 	Linker.link(gtk_widget_get_toplevel, "gtk_widget_get_toplevel", LIBRARY.GTK);
4561 	Linker.link(gtk_widget_get_valign, "gtk_widget_get_valign", LIBRARY.GTK);
4562 	Linker.link(gtk_widget_get_valign_with_baseline, "gtk_widget_get_valign_with_baseline", LIBRARY.GTK);
4563 	Linker.link(gtk_widget_get_vexpand, "gtk_widget_get_vexpand", LIBRARY.GTK);
4564 	Linker.link(gtk_widget_get_vexpand_set, "gtk_widget_get_vexpand_set", LIBRARY.GTK);
4565 	Linker.link(gtk_widget_get_visible, "gtk_widget_get_visible", LIBRARY.GTK);
4566 	Linker.link(gtk_widget_get_visual, "gtk_widget_get_visual", LIBRARY.GTK);
4567 	Linker.link(gtk_widget_get_window, "gtk_widget_get_window", LIBRARY.GTK);
4568 	Linker.link(gtk_grab_add, "gtk_grab_add", LIBRARY.GTK);
4569 	Linker.link(gtk_widget_grab_default, "gtk_widget_grab_default", LIBRARY.GTK);
4570 	Linker.link(gtk_widget_grab_focus, "gtk_widget_grab_focus", LIBRARY.GTK);
4571 	Linker.link(gtk_grab_remove, "gtk_grab_remove", LIBRARY.GTK);
4572 	Linker.link(gtk_widget_has_default, "gtk_widget_has_default", LIBRARY.GTK);
4573 	Linker.link(gtk_widget_has_focus, "gtk_widget_has_focus", LIBRARY.GTK);
4574 	Linker.link(gtk_widget_has_grab, "gtk_widget_has_grab", LIBRARY.GTK);
4575 	Linker.link(gtk_widget_has_rc_style, "gtk_widget_has_rc_style", LIBRARY.GTK);
4576 	Linker.link(gtk_widget_has_screen, "gtk_widget_has_screen", LIBRARY.GTK);
4577 	Linker.link(gtk_widget_has_visible_focus, "gtk_widget_has_visible_focus", LIBRARY.GTK);
4578 	Linker.link(gtk_widget_hide, "gtk_widget_hide", LIBRARY.GTK);
4579 	Linker.link(gtk_widget_hide_on_delete, "gtk_widget_hide_on_delete", LIBRARY.GTK);
4580 	Linker.link(gtk_widget_in_destruction, "gtk_widget_in_destruction", LIBRARY.GTK);
4581 	Linker.link(gtk_widget_init_template, "gtk_widget_init_template", LIBRARY.GTK);
4582 	Linker.link(gtk_widget_input_shape_combine_region, "gtk_widget_input_shape_combine_region", LIBRARY.GTK);
4583 	Linker.link(gtk_widget_insert_action_group, "gtk_widget_insert_action_group", LIBRARY.GTK);
4584 	Linker.link(gtk_widget_intersect, "gtk_widget_intersect", LIBRARY.GTK);
4585 	Linker.link(gtk_widget_is_ancestor, "gtk_widget_is_ancestor", LIBRARY.GTK);
4586 	Linker.link(gtk_widget_is_composited, "gtk_widget_is_composited", LIBRARY.GTK);
4587 	Linker.link(gtk_widget_is_drawable, "gtk_widget_is_drawable", LIBRARY.GTK);
4588 	Linker.link(gtk_widget_is_focus, "gtk_widget_is_focus", LIBRARY.GTK);
4589 	Linker.link(gtk_widget_is_sensitive, "gtk_widget_is_sensitive", LIBRARY.GTK);
4590 	Linker.link(gtk_widget_is_toplevel, "gtk_widget_is_toplevel", LIBRARY.GTK);
4591 	Linker.link(gtk_widget_is_visible, "gtk_widget_is_visible", LIBRARY.GTK);
4592 	Linker.link(gtk_widget_keynav_failed, "gtk_widget_keynav_failed", LIBRARY.GTK);
4593 	Linker.link(gtk_widget_list_accel_closures, "gtk_widget_list_accel_closures", LIBRARY.GTK);
4594 	Linker.link(gtk_widget_list_mnemonic_labels, "gtk_widget_list_mnemonic_labels", LIBRARY.GTK);
4595 	Linker.link(gtk_widget_map, "gtk_widget_map", LIBRARY.GTK);
4596 	Linker.link(gtk_widget_mnemonic_activate, "gtk_widget_mnemonic_activate", LIBRARY.GTK);
4597 	Linker.link(gtk_widget_modify_base, "gtk_widget_modify_base", LIBRARY.GTK);
4598 	Linker.link(gtk_widget_modify_bg, "gtk_widget_modify_bg", LIBRARY.GTK);
4599 	Linker.link(gtk_widget_modify_cursor, "gtk_widget_modify_cursor", LIBRARY.GTK);
4600 	Linker.link(gtk_widget_modify_fg, "gtk_widget_modify_fg", LIBRARY.GTK);
4601 	Linker.link(gtk_widget_modify_font, "gtk_widget_modify_font", LIBRARY.GTK);
4602 	Linker.link(gtk_widget_modify_style, "gtk_widget_modify_style", LIBRARY.GTK);
4603 	Linker.link(gtk_widget_modify_text, "gtk_widget_modify_text", LIBRARY.GTK);
4604 	Linker.link(gtk_widget_override_background_color, "gtk_widget_override_background_color", LIBRARY.GTK);
4605 	Linker.link(gtk_widget_override_color, "gtk_widget_override_color", LIBRARY.GTK);
4606 	Linker.link(gtk_widget_override_cursor, "gtk_widget_override_cursor", LIBRARY.GTK);
4607 	Linker.link(gtk_widget_override_font, "gtk_widget_override_font", LIBRARY.GTK);
4608 	Linker.link(gtk_widget_override_symbolic_color, "gtk_widget_override_symbolic_color", LIBRARY.GTK);
4609 	Linker.link(gtk_widget_path, "gtk_widget_path", LIBRARY.GTK);
4610 	Linker.link(gtk_widget_queue_compute_expand, "gtk_widget_queue_compute_expand", LIBRARY.GTK);
4611 	Linker.link(gtk_widget_queue_draw, "gtk_widget_queue_draw", LIBRARY.GTK);
4612 	Linker.link(gtk_widget_queue_draw_area, "gtk_widget_queue_draw_area", LIBRARY.GTK);
4613 	Linker.link(gtk_widget_queue_draw_region, "gtk_widget_queue_draw_region", LIBRARY.GTK);
4614 	Linker.link(gtk_widget_queue_resize, "gtk_widget_queue_resize", LIBRARY.GTK);
4615 	Linker.link(gtk_widget_queue_resize_no_redraw, "gtk_widget_queue_resize_no_redraw", LIBRARY.GTK);
4616 	Linker.link(gtk_widget_realize, "gtk_widget_realize", LIBRARY.GTK);
4617 	Linker.link(gtk_widget_region_intersect, "gtk_widget_region_intersect", LIBRARY.GTK);
4618 	Linker.link(gtk_widget_register_window, "gtk_widget_register_window", LIBRARY.GTK);
4619 	Linker.link(gtk_widget_remove_accelerator, "gtk_widget_remove_accelerator", LIBRARY.GTK);
4620 	Linker.link(gtk_widget_remove_mnemonic_label, "gtk_widget_remove_mnemonic_label", LIBRARY.GTK);
4621 	Linker.link(gtk_widget_remove_tick_callback, "gtk_widget_remove_tick_callback", LIBRARY.GTK);
4622 	Linker.link(gtk_widget_render_icon, "gtk_widget_render_icon", LIBRARY.GTK);
4623 	Linker.link(gtk_widget_render_icon_pixbuf, "gtk_widget_render_icon_pixbuf", LIBRARY.GTK);
4624 	Linker.link(gtk_widget_reparent, "gtk_widget_reparent", LIBRARY.GTK);
4625 	Linker.link(gtk_widget_reset_rc_styles, "gtk_widget_reset_rc_styles", LIBRARY.GTK);
4626 	Linker.link(gtk_widget_reset_style, "gtk_widget_reset_style", LIBRARY.GTK);
4627 	Linker.link(gtk_widget_send_expose, "gtk_widget_send_expose", LIBRARY.GTK);
4628 	Linker.link(gtk_widget_send_focus_change, "gtk_widget_send_focus_change", LIBRARY.GTK);
4629 	Linker.link(gtk_widget_set_accel_path, "gtk_widget_set_accel_path", LIBRARY.GTK);
4630 	Linker.link(gtk_widget_set_allocation, "gtk_widget_set_allocation", LIBRARY.GTK);
4631 	Linker.link(gtk_widget_set_app_paintable, "gtk_widget_set_app_paintable", LIBRARY.GTK);
4632 	Linker.link(gtk_widget_set_can_default, "gtk_widget_set_can_default", LIBRARY.GTK);
4633 	Linker.link(gtk_widget_set_can_focus, "gtk_widget_set_can_focus", LIBRARY.GTK);
4634 	Linker.link(gtk_widget_set_child_visible, "gtk_widget_set_child_visible", LIBRARY.GTK);
4635 	Linker.link(gtk_widget_set_clip, "gtk_widget_set_clip", LIBRARY.GTK);
4636 	Linker.link(gtk_widget_set_composite_name, "gtk_widget_set_composite_name", LIBRARY.GTK);
4637 	Linker.link(gtk_widget_set_device_enabled, "gtk_widget_set_device_enabled", LIBRARY.GTK);
4638 	Linker.link(gtk_widget_set_device_events, "gtk_widget_set_device_events", LIBRARY.GTK);
4639 	Linker.link(gtk_widget_set_direction, "gtk_widget_set_direction", LIBRARY.GTK);
4640 	Linker.link(gtk_widget_set_double_buffered, "gtk_widget_set_double_buffered", LIBRARY.GTK);
4641 	Linker.link(gtk_widget_set_events, "gtk_widget_set_events", LIBRARY.GTK);
4642 	Linker.link(gtk_widget_set_halign, "gtk_widget_set_halign", LIBRARY.GTK);
4643 	Linker.link(gtk_widget_set_has_tooltip, "gtk_widget_set_has_tooltip", LIBRARY.GTK);
4644 	Linker.link(gtk_widget_set_has_window, "gtk_widget_set_has_window", LIBRARY.GTK);
4645 	Linker.link(gtk_widget_set_hexpand, "gtk_widget_set_hexpand", LIBRARY.GTK);
4646 	Linker.link(gtk_widget_set_hexpand_set, "gtk_widget_set_hexpand_set", LIBRARY.GTK);
4647 	Linker.link(gtk_widget_set_mapped, "gtk_widget_set_mapped", LIBRARY.GTK);
4648 	Linker.link(gtk_widget_set_margin_bottom, "gtk_widget_set_margin_bottom", LIBRARY.GTK);
4649 	Linker.link(gtk_widget_set_margin_end, "gtk_widget_set_margin_end", LIBRARY.GTK);
4650 	Linker.link(gtk_widget_set_margin_left, "gtk_widget_set_margin_left", LIBRARY.GTK);
4651 	Linker.link(gtk_widget_set_margin_right, "gtk_widget_set_margin_right", LIBRARY.GTK);
4652 	Linker.link(gtk_widget_set_margin_start, "gtk_widget_set_margin_start", LIBRARY.GTK);
4653 	Linker.link(gtk_widget_set_margin_top, "gtk_widget_set_margin_top", LIBRARY.GTK);
4654 	Linker.link(gtk_widget_set_name, "gtk_widget_set_name", LIBRARY.GTK);
4655 	Linker.link(gtk_widget_set_no_show_all, "gtk_widget_set_no_show_all", LIBRARY.GTK);
4656 	Linker.link(gtk_widget_set_opacity, "gtk_widget_set_opacity", LIBRARY.GTK);
4657 	Linker.link(gtk_widget_set_parent, "gtk_widget_set_parent", LIBRARY.GTK);
4658 	Linker.link(gtk_widget_set_parent_window, "gtk_widget_set_parent_window", LIBRARY.GTK);
4659 	Linker.link(gtk_widget_set_realized, "gtk_widget_set_realized", LIBRARY.GTK);
4660 	Linker.link(gtk_widget_set_receives_default, "gtk_widget_set_receives_default", LIBRARY.GTK);
4661 	Linker.link(gtk_widget_set_redraw_on_allocate, "gtk_widget_set_redraw_on_allocate", LIBRARY.GTK);
4662 	Linker.link(gtk_widget_set_sensitive, "gtk_widget_set_sensitive", LIBRARY.GTK);
4663 	Linker.link(gtk_widget_set_size_request, "gtk_widget_set_size_request", LIBRARY.GTK);
4664 	Linker.link(gtk_widget_set_state, "gtk_widget_set_state", LIBRARY.GTK);
4665 	Linker.link(gtk_widget_set_state_flags, "gtk_widget_set_state_flags", LIBRARY.GTK);
4666 	Linker.link(gtk_widget_set_style, "gtk_widget_set_style", LIBRARY.GTK);
4667 	Linker.link(gtk_widget_set_support_multidevice, "gtk_widget_set_support_multidevice", LIBRARY.GTK);
4668 	Linker.link(gtk_widget_set_tooltip_markup, "gtk_widget_set_tooltip_markup", LIBRARY.GTK);
4669 	Linker.link(gtk_widget_set_tooltip_text, "gtk_widget_set_tooltip_text", LIBRARY.GTK);
4670 	Linker.link(gtk_widget_set_tooltip_window, "gtk_widget_set_tooltip_window", LIBRARY.GTK);
4671 	Linker.link(gtk_widget_set_valign, "gtk_widget_set_valign", LIBRARY.GTK);
4672 	Linker.link(gtk_widget_set_vexpand, "gtk_widget_set_vexpand", LIBRARY.GTK);
4673 	Linker.link(gtk_widget_set_vexpand_set, "gtk_widget_set_vexpand_set", LIBRARY.GTK);
4674 	Linker.link(gtk_widget_set_visible, "gtk_widget_set_visible", LIBRARY.GTK);
4675 	Linker.link(gtk_widget_set_visual, "gtk_widget_set_visual", LIBRARY.GTK);
4676 	Linker.link(gtk_widget_set_window, "gtk_widget_set_window", LIBRARY.GTK);
4677 	Linker.link(gtk_widget_shape_combine_region, "gtk_widget_shape_combine_region", LIBRARY.GTK);
4678 	Linker.link(gtk_widget_show, "gtk_widget_show", LIBRARY.GTK);
4679 	Linker.link(gtk_widget_show_all, "gtk_widget_show_all", LIBRARY.GTK);
4680 	Linker.link(gtk_widget_show_now, "gtk_widget_show_now", LIBRARY.GTK);
4681 	Linker.link(gtk_widget_size_allocate, "gtk_widget_size_allocate", LIBRARY.GTK);
4682 	Linker.link(gtk_widget_size_allocate_with_baseline, "gtk_widget_size_allocate_with_baseline", LIBRARY.GTK);
4683 	Linker.link(gtk_widget_size_request, "gtk_widget_size_request", LIBRARY.GTK);
4684 	Linker.link(gtk_widget_style_attach, "gtk_widget_style_attach", LIBRARY.GTK);
4685 	Linker.link(gtk_widget_style_get, "gtk_widget_style_get", LIBRARY.GTK);
4686 	Linker.link(gtk_widget_style_get_property, "gtk_widget_style_get_property", LIBRARY.GTK);
4687 	Linker.link(gtk_widget_style_get_valist, "gtk_widget_style_get_valist", LIBRARY.GTK);
4688 	Linker.link(gtk_widget_thaw_child_notify, "gtk_widget_thaw_child_notify", LIBRARY.GTK);
4689 	Linker.link(gtk_widget_translate_coordinates, "gtk_widget_translate_coordinates", LIBRARY.GTK);
4690 	Linker.link(gtk_widget_trigger_tooltip_query, "gtk_widget_trigger_tooltip_query", LIBRARY.GTK);
4691 	Linker.link(gtk_widget_unmap, "gtk_widget_unmap", LIBRARY.GTK);
4692 	Linker.link(gtk_widget_unparent, "gtk_widget_unparent", LIBRARY.GTK);
4693 	Linker.link(gtk_widget_unrealize, "gtk_widget_unrealize", LIBRARY.GTK);
4694 	Linker.link(gtk_widget_unregister_window, "gtk_widget_unregister_window", LIBRARY.GTK);
4695 	Linker.link(gtk_widget_unset_state_flags, "gtk_widget_unset_state_flags", LIBRARY.GTK);
4696 	Linker.link(gtk_cairo_should_draw_window, "gtk_cairo_should_draw_window", LIBRARY.GTK);
4697 	Linker.link(gtk_cairo_transform_to_window, "gtk_cairo_transform_to_window", LIBRARY.GTK);
4698 	Linker.link(gtk_distribute_natural_allocation, "gtk_distribute_natural_allocation", LIBRARY.GTK);
4699 
4700 	// gtk.WidgetAccessible
4701 
4702 	Linker.link(gtk_widget_accessible_get_type, "gtk_widget_accessible_get_type", LIBRARY.GTK);
4703 
4704 	// gtk.WidgetClass
4705 
4706 	Linker.link(gtk_widget_class_bind_template_callback_full, "gtk_widget_class_bind_template_callback_full", LIBRARY.GTK);
4707 	Linker.link(gtk_widget_class_bind_template_child_full, "gtk_widget_class_bind_template_child_full", LIBRARY.GTK);
4708 	Linker.link(gtk_widget_class_find_style_property, "gtk_widget_class_find_style_property", LIBRARY.GTK);
4709 	Linker.link(gtk_widget_class_install_style_property, "gtk_widget_class_install_style_property", LIBRARY.GTK);
4710 	Linker.link(gtk_widget_class_install_style_property_parser, "gtk_widget_class_install_style_property_parser", LIBRARY.GTK);
4711 	Linker.link(gtk_widget_class_list_style_properties, "gtk_widget_class_list_style_properties", LIBRARY.GTK);
4712 	Linker.link(gtk_widget_class_set_accessible_role, "gtk_widget_class_set_accessible_role", LIBRARY.GTK);
4713 	Linker.link(gtk_widget_class_set_accessible_type, "gtk_widget_class_set_accessible_type", LIBRARY.GTK);
4714 	Linker.link(gtk_widget_class_set_connect_func, "gtk_widget_class_set_connect_func", LIBRARY.GTK);
4715 	Linker.link(gtk_widget_class_set_template, "gtk_widget_class_set_template", LIBRARY.GTK);
4716 	Linker.link(gtk_widget_class_set_template_from_resource, "gtk_widget_class_set_template_from_resource", LIBRARY.GTK);
4717 
4718 	// gtk.WidgetPath
4719 
4720 	Linker.link(gtk_widget_path_get_type, "gtk_widget_path_get_type", LIBRARY.GTK);
4721 	Linker.link(gtk_widget_path_new, "gtk_widget_path_new", LIBRARY.GTK);
4722 	Linker.link(gtk_widget_path_append_for_widget, "gtk_widget_path_append_for_widget", LIBRARY.GTK);
4723 	Linker.link(gtk_widget_path_append_type, "gtk_widget_path_append_type", LIBRARY.GTK);
4724 	Linker.link(gtk_widget_path_append_with_siblings, "gtk_widget_path_append_with_siblings", LIBRARY.GTK);
4725 	Linker.link(gtk_widget_path_copy, "gtk_widget_path_copy", LIBRARY.GTK);
4726 	Linker.link(gtk_widget_path_free, "gtk_widget_path_free", LIBRARY.GTK);
4727 	Linker.link(gtk_widget_path_get_object_type, "gtk_widget_path_get_object_type", LIBRARY.GTK);
4728 	Linker.link(gtk_widget_path_has_parent, "gtk_widget_path_has_parent", LIBRARY.GTK);
4729 	Linker.link(gtk_widget_path_is_type, "gtk_widget_path_is_type", LIBRARY.GTK);
4730 	Linker.link(gtk_widget_path_iter_add_class, "gtk_widget_path_iter_add_class", LIBRARY.GTK);
4731 	Linker.link(gtk_widget_path_iter_add_region, "gtk_widget_path_iter_add_region", LIBRARY.GTK);
4732 	Linker.link(gtk_widget_path_iter_clear_classes, "gtk_widget_path_iter_clear_classes", LIBRARY.GTK);
4733 	Linker.link(gtk_widget_path_iter_clear_regions, "gtk_widget_path_iter_clear_regions", LIBRARY.GTK);
4734 	Linker.link(gtk_widget_path_iter_get_name, "gtk_widget_path_iter_get_name", LIBRARY.GTK);
4735 	Linker.link(gtk_widget_path_iter_get_object_type, "gtk_widget_path_iter_get_object_type", LIBRARY.GTK);
4736 	Linker.link(gtk_widget_path_iter_get_sibling_index, "gtk_widget_path_iter_get_sibling_index", LIBRARY.GTK);
4737 	Linker.link(gtk_widget_path_iter_get_siblings, "gtk_widget_path_iter_get_siblings", LIBRARY.GTK);
4738 	Linker.link(gtk_widget_path_iter_get_state, "gtk_widget_path_iter_get_state", LIBRARY.GTK);
4739 	Linker.link(gtk_widget_path_iter_has_class, "gtk_widget_path_iter_has_class", LIBRARY.GTK);
4740 	Linker.link(gtk_widget_path_iter_has_name, "gtk_widget_path_iter_has_name", LIBRARY.GTK);
4741 	Linker.link(gtk_widget_path_iter_has_qclass, "gtk_widget_path_iter_has_qclass", LIBRARY.GTK);
4742 	Linker.link(gtk_widget_path_iter_has_qname, "gtk_widget_path_iter_has_qname", LIBRARY.GTK);
4743 	Linker.link(gtk_widget_path_iter_has_qregion, "gtk_widget_path_iter_has_qregion", LIBRARY.GTK);
4744 	Linker.link(gtk_widget_path_iter_has_region, "gtk_widget_path_iter_has_region", LIBRARY.GTK);
4745 	Linker.link(gtk_widget_path_iter_list_classes, "gtk_widget_path_iter_list_classes", LIBRARY.GTK);
4746 	Linker.link(gtk_widget_path_iter_list_regions, "gtk_widget_path_iter_list_regions", LIBRARY.GTK);
4747 	Linker.link(gtk_widget_path_iter_remove_class, "gtk_widget_path_iter_remove_class", LIBRARY.GTK);
4748 	Linker.link(gtk_widget_path_iter_remove_region, "gtk_widget_path_iter_remove_region", LIBRARY.GTK);
4749 	Linker.link(gtk_widget_path_iter_set_name, "gtk_widget_path_iter_set_name", LIBRARY.GTK);
4750 	Linker.link(gtk_widget_path_iter_set_object_type, "gtk_widget_path_iter_set_object_type", LIBRARY.GTK);
4751 	Linker.link(gtk_widget_path_iter_set_state, "gtk_widget_path_iter_set_state", LIBRARY.GTK);
4752 	Linker.link(gtk_widget_path_length, "gtk_widget_path_length", LIBRARY.GTK);
4753 	Linker.link(gtk_widget_path_prepend_type, "gtk_widget_path_prepend_type", LIBRARY.GTK);
4754 	Linker.link(gtk_widget_path_ref, "gtk_widget_path_ref", LIBRARY.GTK);
4755 	Linker.link(gtk_widget_path_to_string, "gtk_widget_path_to_string", LIBRARY.GTK);
4756 	Linker.link(gtk_widget_path_unref, "gtk_widget_path_unref", LIBRARY.GTK);
4757 
4758 	// gtk.Window
4759 
4760 	Linker.link(gtk_window_get_type, "gtk_window_get_type", LIBRARY.GTK);
4761 	Linker.link(gtk_window_new, "gtk_window_new", LIBRARY.GTK);
4762 	Linker.link(gtk_window_get_default_icon_list, "gtk_window_get_default_icon_list", LIBRARY.GTK);
4763 	Linker.link(gtk_window_get_default_icon_name, "gtk_window_get_default_icon_name", LIBRARY.GTK);
4764 	Linker.link(gtk_window_list_toplevels, "gtk_window_list_toplevels", LIBRARY.GTK);
4765 	Linker.link(gtk_window_set_auto_startup_notification, "gtk_window_set_auto_startup_notification", LIBRARY.GTK);
4766 	Linker.link(gtk_window_set_default_icon, "gtk_window_set_default_icon", LIBRARY.GTK);
4767 	Linker.link(gtk_window_set_default_icon_from_file, "gtk_window_set_default_icon_from_file", LIBRARY.GTK);
4768 	Linker.link(gtk_window_set_default_icon_list, "gtk_window_set_default_icon_list", LIBRARY.GTK);
4769 	Linker.link(gtk_window_set_default_icon_name, "gtk_window_set_default_icon_name", LIBRARY.GTK);
4770 	Linker.link(gtk_window_set_interactive_debugging, "gtk_window_set_interactive_debugging", LIBRARY.GTK);
4771 	Linker.link(gtk_window_activate_default, "gtk_window_activate_default", LIBRARY.GTK);
4772 	Linker.link(gtk_window_activate_focus, "gtk_window_activate_focus", LIBRARY.GTK);
4773 	Linker.link(gtk_window_activate_key, "gtk_window_activate_key", LIBRARY.GTK);
4774 	Linker.link(gtk_window_add_accel_group, "gtk_window_add_accel_group", LIBRARY.GTK);
4775 	Linker.link(gtk_window_add_mnemonic, "gtk_window_add_mnemonic", LIBRARY.GTK);
4776 	Linker.link(gtk_window_begin_move_drag, "gtk_window_begin_move_drag", LIBRARY.GTK);
4777 	Linker.link(gtk_window_begin_resize_drag, "gtk_window_begin_resize_drag", LIBRARY.GTK);
4778 	Linker.link(gtk_window_close, "gtk_window_close", LIBRARY.GTK);
4779 	Linker.link(gtk_window_deiconify, "gtk_window_deiconify", LIBRARY.GTK);
4780 	Linker.link(gtk_window_fullscreen, "gtk_window_fullscreen", LIBRARY.GTK);
4781 	Linker.link(gtk_window_get_accept_focus, "gtk_window_get_accept_focus", LIBRARY.GTK);
4782 	Linker.link(gtk_window_get_application, "gtk_window_get_application", LIBRARY.GTK);
4783 	Linker.link(gtk_window_get_attached_to, "gtk_window_get_attached_to", LIBRARY.GTK);
4784 	Linker.link(gtk_window_get_decorated, "gtk_window_get_decorated", LIBRARY.GTK);
4785 	Linker.link(gtk_window_get_default_size, "gtk_window_get_default_size", LIBRARY.GTK);
4786 	Linker.link(gtk_window_get_default_widget, "gtk_window_get_default_widget", LIBRARY.GTK);
4787 	Linker.link(gtk_window_get_deletable, "gtk_window_get_deletable", LIBRARY.GTK);
4788 	Linker.link(gtk_window_get_destroy_with_parent, "gtk_window_get_destroy_with_parent", LIBRARY.GTK);
4789 	Linker.link(gtk_window_get_focus, "gtk_window_get_focus", LIBRARY.GTK);
4790 	Linker.link(gtk_window_get_focus_on_map, "gtk_window_get_focus_on_map", LIBRARY.GTK);
4791 	Linker.link(gtk_window_get_focus_visible, "gtk_window_get_focus_visible", LIBRARY.GTK);
4792 	Linker.link(gtk_window_get_gravity, "gtk_window_get_gravity", LIBRARY.GTK);
4793 	Linker.link(gtk_window_get_group, "gtk_window_get_group", LIBRARY.GTK);
4794 	Linker.link(gtk_window_get_has_resize_grip, "gtk_window_get_has_resize_grip", LIBRARY.GTK);
4795 	Linker.link(gtk_window_get_hide_titlebar_when_maximized, "gtk_window_get_hide_titlebar_when_maximized", LIBRARY.GTK);
4796 	Linker.link(gtk_window_get_icon, "gtk_window_get_icon", LIBRARY.GTK);
4797 	Linker.link(gtk_window_get_icon_list, "gtk_window_get_icon_list", LIBRARY.GTK);
4798 	Linker.link(gtk_window_get_icon_name, "gtk_window_get_icon_name", LIBRARY.GTK);
4799 	Linker.link(gtk_window_get_mnemonic_modifier, "gtk_window_get_mnemonic_modifier", LIBRARY.GTK);
4800 	Linker.link(gtk_window_get_mnemonics_visible, "gtk_window_get_mnemonics_visible", LIBRARY.GTK);
4801 	Linker.link(gtk_window_get_modal, "gtk_window_get_modal", LIBRARY.GTK);
4802 	Linker.link(gtk_window_get_opacity, "gtk_window_get_opacity", LIBRARY.GTK);
4803 	Linker.link(gtk_window_get_position, "gtk_window_get_position", LIBRARY.GTK);
4804 	Linker.link(gtk_window_get_resizable, "gtk_window_get_resizable", LIBRARY.GTK);
4805 	Linker.link(gtk_window_get_resize_grip_area, "gtk_window_get_resize_grip_area", LIBRARY.GTK);
4806 	Linker.link(gtk_window_get_role, "gtk_window_get_role", LIBRARY.GTK);
4807 	Linker.link(gtk_window_get_screen, "gtk_window_get_screen", LIBRARY.GTK);
4808 	Linker.link(gtk_window_get_size, "gtk_window_get_size", LIBRARY.GTK);
4809 	Linker.link(gtk_window_get_skip_pager_hint, "gtk_window_get_skip_pager_hint", LIBRARY.GTK);
4810 	Linker.link(gtk_window_get_skip_taskbar_hint, "gtk_window_get_skip_taskbar_hint", LIBRARY.GTK);
4811 	Linker.link(gtk_window_get_title, "gtk_window_get_title", LIBRARY.GTK);
4812 	Linker.link(gtk_window_get_transient_for, "gtk_window_get_transient_for", LIBRARY.GTK);
4813 	Linker.link(gtk_window_get_type_hint, "gtk_window_get_type_hint", LIBRARY.GTK);
4814 	Linker.link(gtk_window_get_urgency_hint, "gtk_window_get_urgency_hint", LIBRARY.GTK);
4815 	Linker.link(gtk_window_get_window_type, "gtk_window_get_window_type", LIBRARY.GTK);
4816 	Linker.link(gtk_window_has_group, "gtk_window_has_group", LIBRARY.GTK);
4817 	Linker.link(gtk_window_has_toplevel_focus, "gtk_window_has_toplevel_focus", LIBRARY.GTK);
4818 	Linker.link(gtk_window_iconify, "gtk_window_iconify", LIBRARY.GTK);
4819 	Linker.link(gtk_window_is_active, "gtk_window_is_active", LIBRARY.GTK);
4820 	Linker.link(gtk_window_is_maximized, "gtk_window_is_maximized", LIBRARY.GTK);
4821 	Linker.link(gtk_window_maximize, "gtk_window_maximize", LIBRARY.GTK);
4822 	Linker.link(gtk_window_mnemonic_activate, "gtk_window_mnemonic_activate", LIBRARY.GTK);
4823 	Linker.link(gtk_window_move, "gtk_window_move", LIBRARY.GTK);
4824 	Linker.link(gtk_window_parse_geometry, "gtk_window_parse_geometry", LIBRARY.GTK);
4825 	Linker.link(gtk_window_present, "gtk_window_present", LIBRARY.GTK);
4826 	Linker.link(gtk_window_present_with_time, "gtk_window_present_with_time", LIBRARY.GTK);
4827 	Linker.link(gtk_window_propagate_key_event, "gtk_window_propagate_key_event", LIBRARY.GTK);
4828 	Linker.link(gtk_window_remove_accel_group, "gtk_window_remove_accel_group", LIBRARY.GTK);
4829 	Linker.link(gtk_window_remove_mnemonic, "gtk_window_remove_mnemonic", LIBRARY.GTK);
4830 	Linker.link(gtk_window_reshow_with_initial_size, "gtk_window_reshow_with_initial_size", LIBRARY.GTK);
4831 	Linker.link(gtk_window_resize, "gtk_window_resize", LIBRARY.GTK);
4832 	Linker.link(gtk_window_resize_grip_is_visible, "gtk_window_resize_grip_is_visible", LIBRARY.GTK);
4833 	Linker.link(gtk_window_resize_to_geometry, "gtk_window_resize_to_geometry", LIBRARY.GTK);
4834 	Linker.link(gtk_window_set_accept_focus, "gtk_window_set_accept_focus", LIBRARY.GTK);
4835 	Linker.link(gtk_window_set_application, "gtk_window_set_application", LIBRARY.GTK);
4836 	Linker.link(gtk_window_set_attached_to, "gtk_window_set_attached_to", LIBRARY.GTK);
4837 	Linker.link(gtk_window_set_decorated, "gtk_window_set_decorated", LIBRARY.GTK);
4838 	Linker.link(gtk_window_set_default, "gtk_window_set_default", LIBRARY.GTK);
4839 	Linker.link(gtk_window_set_default_geometry, "gtk_window_set_default_geometry", LIBRARY.GTK);
4840 	Linker.link(gtk_window_set_default_size, "gtk_window_set_default_size", LIBRARY.GTK);
4841 	Linker.link(gtk_window_set_deletable, "gtk_window_set_deletable", LIBRARY.GTK);
4842 	Linker.link(gtk_window_set_destroy_with_parent, "gtk_window_set_destroy_with_parent", LIBRARY.GTK);
4843 	Linker.link(gtk_window_set_focus, "gtk_window_set_focus", LIBRARY.GTK);
4844 	Linker.link(gtk_window_set_focus_on_map, "gtk_window_set_focus_on_map", LIBRARY.GTK);
4845 	Linker.link(gtk_window_set_focus_visible, "gtk_window_set_focus_visible", LIBRARY.GTK);
4846 	Linker.link(gtk_window_set_geometry_hints, "gtk_window_set_geometry_hints", LIBRARY.GTK);
4847 	Linker.link(gtk_window_set_gravity, "gtk_window_set_gravity", LIBRARY.GTK);
4848 	Linker.link(gtk_window_set_has_resize_grip, "gtk_window_set_has_resize_grip", LIBRARY.GTK);
4849 	Linker.link(gtk_window_set_has_user_ref_count, "gtk_window_set_has_user_ref_count", LIBRARY.GTK);
4850 	Linker.link(gtk_window_set_hide_titlebar_when_maximized, "gtk_window_set_hide_titlebar_when_maximized", LIBRARY.GTK);
4851 	Linker.link(gtk_window_set_icon, "gtk_window_set_icon", LIBRARY.GTK);
4852 	Linker.link(gtk_window_set_icon_from_file, "gtk_window_set_icon_from_file", LIBRARY.GTK);
4853 	Linker.link(gtk_window_set_icon_list, "gtk_window_set_icon_list", LIBRARY.GTK);
4854 	Linker.link(gtk_window_set_icon_name, "gtk_window_set_icon_name", LIBRARY.GTK);
4855 	Linker.link(gtk_window_set_keep_above, "gtk_window_set_keep_above", LIBRARY.GTK);
4856 	Linker.link(gtk_window_set_keep_below, "gtk_window_set_keep_below", LIBRARY.GTK);
4857 	Linker.link(gtk_window_set_mnemonic_modifier, "gtk_window_set_mnemonic_modifier", LIBRARY.GTK);
4858 	Linker.link(gtk_window_set_mnemonics_visible, "gtk_window_set_mnemonics_visible", LIBRARY.GTK);
4859 	Linker.link(gtk_window_set_modal, "gtk_window_set_modal", LIBRARY.GTK);
4860 	Linker.link(gtk_window_set_opacity, "gtk_window_set_opacity", LIBRARY.GTK);
4861 	Linker.link(gtk_window_set_position, "gtk_window_set_position", LIBRARY.GTK);
4862 	Linker.link(gtk_window_set_resizable, "gtk_window_set_resizable", LIBRARY.GTK);
4863 	Linker.link(gtk_window_set_role, "gtk_window_set_role", LIBRARY.GTK);
4864 	Linker.link(gtk_window_set_screen, "gtk_window_set_screen", LIBRARY.GTK);
4865 	Linker.link(gtk_window_set_skip_pager_hint, "gtk_window_set_skip_pager_hint", LIBRARY.GTK);
4866 	Linker.link(gtk_window_set_skip_taskbar_hint, "gtk_window_set_skip_taskbar_hint", LIBRARY.GTK);
4867 	Linker.link(gtk_window_set_startup_id, "gtk_window_set_startup_id", LIBRARY.GTK);
4868 	Linker.link(gtk_window_set_title, "gtk_window_set_title", LIBRARY.GTK);
4869 	Linker.link(gtk_window_set_titlebar, "gtk_window_set_titlebar", LIBRARY.GTK);
4870 	Linker.link(gtk_window_set_transient_for, "gtk_window_set_transient_for", LIBRARY.GTK);
4871 	Linker.link(gtk_window_set_type_hint, "gtk_window_set_type_hint", LIBRARY.GTK);
4872 	Linker.link(gtk_window_set_urgency_hint, "gtk_window_set_urgency_hint", LIBRARY.GTK);
4873 	Linker.link(gtk_window_set_wmclass, "gtk_window_set_wmclass", LIBRARY.GTK);
4874 	Linker.link(gtk_window_stick, "gtk_window_stick", LIBRARY.GTK);
4875 	Linker.link(gtk_window_unfullscreen, "gtk_window_unfullscreen", LIBRARY.GTK);
4876 	Linker.link(gtk_window_unmaximize, "gtk_window_unmaximize", LIBRARY.GTK);
4877 	Linker.link(gtk_window_unstick, "gtk_window_unstick", LIBRARY.GTK);
4878 
4879 	// gtk.WindowAccessible
4880 
4881 	Linker.link(gtk_window_accessible_get_type, "gtk_window_accessible_get_type", LIBRARY.GTK);
4882 
4883 	// gtk.WindowGroup
4884 
4885 	Linker.link(gtk_window_group_get_type, "gtk_window_group_get_type", LIBRARY.GTK);
4886 	Linker.link(gtk_window_group_new, "gtk_window_group_new", LIBRARY.GTK);
4887 	Linker.link(gtk_window_group_add_window, "gtk_window_group_add_window", LIBRARY.GTK);
4888 	Linker.link(gtk_window_group_get_current_device_grab, "gtk_window_group_get_current_device_grab", LIBRARY.GTK);
4889 	Linker.link(gtk_window_group_get_current_grab, "gtk_window_group_get_current_grab", LIBRARY.GTK);
4890 	Linker.link(gtk_window_group_list_windows, "gtk_window_group_list_windows", LIBRARY.GTK);
4891 	Linker.link(gtk_window_group_remove_window, "gtk_window_group_remove_window", LIBRARY.GTK);
4892 
4893 	// gtk.Main
4894 
4895 	Linker.link(gtk_device_grab_add, "gtk_device_grab_add", LIBRARY.GTK);
4896 	Linker.link(gtk_device_grab_remove, "gtk_device_grab_remove", LIBRARY.GTK);
4897 	Linker.link(gtk_disable_setlocale, "gtk_disable_setlocale", LIBRARY.GTK);
4898 	Linker.link(gtk_events_pending, "gtk_events_pending", LIBRARY.GTK);
4899 	Linker.link(gtk_get_current_event, "gtk_get_current_event", LIBRARY.GTK);
4900 	Linker.link(gtk_get_current_event_device, "gtk_get_current_event_device", LIBRARY.GTK);
4901 	Linker.link(gtk_get_current_event_state, "gtk_get_current_event_state", LIBRARY.GTK);
4902 	Linker.link(gtk_get_current_event_time, "gtk_get_current_event_time", LIBRARY.GTK);
4903 	Linker.link(gtk_get_debug_flags, "gtk_get_debug_flags", LIBRARY.GTK);
4904 	Linker.link(gtk_get_default_language, "gtk_get_default_language", LIBRARY.GTK);
4905 	Linker.link(gtk_get_event_widget, "gtk_get_event_widget", LIBRARY.GTK);
4906 	Linker.link(gtk_get_locale_direction, "gtk_get_locale_direction", LIBRARY.GTK);
4907 	Linker.link(gtk_get_option_group, "gtk_get_option_group", LIBRARY.GTK);
4908 	Linker.link(gtk_grab_get_current, "gtk_grab_get_current", LIBRARY.GTK);
4909 	Linker.link(gtk_init, "gtk_init", LIBRARY.GTK);
4910 	Linker.link(gtk_init_check, "gtk_init_check", LIBRARY.GTK);
4911 	Linker.link(gtk_init_with_args, "gtk_init_with_args", LIBRARY.GTK);
4912 	Linker.link(gtk_key_snooper_install, "gtk_key_snooper_install", LIBRARY.GTK);
4913 	Linker.link(gtk_key_snooper_remove, "gtk_key_snooper_remove", LIBRARY.GTK);
4914 	Linker.link(gtk_main, "gtk_main", LIBRARY.GTK);
4915 	Linker.link(gtk_main_do_event, "gtk_main_do_event", LIBRARY.GTK);
4916 	Linker.link(gtk_main_iteration, "gtk_main_iteration", LIBRARY.GTK);
4917 	Linker.link(gtk_main_iteration_do, "gtk_main_iteration_do", LIBRARY.GTK);
4918 	Linker.link(gtk_main_level, "gtk_main_level", LIBRARY.GTK);
4919 	Linker.link(gtk_main_quit, "gtk_main_quit", LIBRARY.GTK);
4920 	Linker.link(gtk_parse_args, "gtk_parse_args", LIBRARY.GTK);
4921 	Linker.link(gtk_propagate_event, "gtk_propagate_event", LIBRARY.GTK);
4922 	Linker.link(gtk_set_debug_flags, "gtk_set_debug_flags", LIBRARY.GTK);
4923 
4924 	// gtk.Testing
4925 
4926 	Linker.link(gtk_test_create_simple_window, "gtk_test_create_simple_window", LIBRARY.GTK);
4927 	Linker.link(gtk_test_create_widget, "gtk_test_create_widget", LIBRARY.GTK);
4928 	Linker.link(gtk_test_display_button_window, "gtk_test_display_button_window", LIBRARY.GTK);
4929 	Linker.link(gtk_test_find_label, "gtk_test_find_label", LIBRARY.GTK);
4930 	Linker.link(gtk_test_find_sibling, "gtk_test_find_sibling", LIBRARY.GTK);
4931 	Linker.link(gtk_test_find_widget, "gtk_test_find_widget", LIBRARY.GTK);
4932 	Linker.link(gtk_test_init, "gtk_test_init", LIBRARY.GTK);
4933 	Linker.link(gtk_test_list_all_types, "gtk_test_list_all_types", LIBRARY.GTK);
4934 	Linker.link(gtk_test_register_all_types, "gtk_test_register_all_types", LIBRARY.GTK);
4935 	Linker.link(gtk_test_slider_get_value, "gtk_test_slider_get_value", LIBRARY.GTK);
4936 	Linker.link(gtk_test_slider_set_perc, "gtk_test_slider_set_perc", LIBRARY.GTK);
4937 	Linker.link(gtk_test_spin_button_click, "gtk_test_spin_button_click", LIBRARY.GTK);
4938 	Linker.link(gtk_test_text_get, "gtk_test_text_get", LIBRARY.GTK);
4939 	Linker.link(gtk_test_text_set, "gtk_test_text_set", LIBRARY.GTK);
4940 	Linker.link(gtk_test_widget_click, "gtk_test_widget_click", LIBRARY.GTK);
4941 	Linker.link(gtk_test_widget_send_key, "gtk_test_widget_send_key", LIBRARY.GTK);
4942 	Linker.link(gtk_test_widget_wait_for_draw, "gtk_test_widget_wait_for_draw", LIBRARY.GTK);
4943 
4944 	// gtk.DragAndDrop
4945 
4946 	Linker.link(gtk_drag_finish, "gtk_drag_finish", LIBRARY.GTK);
4947 	Linker.link(gtk_drag_get_source_widget, "gtk_drag_get_source_widget", LIBRARY.GTK);
4948 	Linker.link(gtk_drag_set_icon_default, "gtk_drag_set_icon_default", LIBRARY.GTK);
4949 	Linker.link(gtk_drag_set_icon_gicon, "gtk_drag_set_icon_gicon", LIBRARY.GTK);
4950 	Linker.link(gtk_drag_set_icon_name, "gtk_drag_set_icon_name", LIBRARY.GTK);
4951 	Linker.link(gtk_drag_set_icon_pixbuf, "gtk_drag_set_icon_pixbuf", LIBRARY.GTK);
4952 	Linker.link(gtk_drag_set_icon_stock, "gtk_drag_set_icon_stock", LIBRARY.GTK);
4953 	Linker.link(gtk_drag_set_icon_surface, "gtk_drag_set_icon_surface", LIBRARY.GTK);
4954 	Linker.link(gtk_drag_set_icon_widget, "gtk_drag_set_icon_widget", LIBRARY.GTK);
4955 	Linker.link(gtk_draw_insertion_cursor, "gtk_draw_insertion_cursor", LIBRARY.GTK);
4956 
4957 	// gtk.IconSize
4958 
4959 	Linker.link(gtk_icon_size_from_name, "gtk_icon_size_from_name", LIBRARY.GTK);
4960 	Linker.link(gtk_icon_size_get_name, "gtk_icon_size_get_name", LIBRARY.GTK);
4961 	Linker.link(gtk_icon_size_lookup, "gtk_icon_size_lookup", LIBRARY.GTK);
4962 	Linker.link(gtk_icon_size_lookup_for_settings, "gtk_icon_size_lookup_for_settings", LIBRARY.GTK);
4963 	Linker.link(gtk_icon_size_register, "gtk_icon_size_register", LIBRARY.GTK);
4964 	Linker.link(gtk_icon_size_register_alias, "gtk_icon_size_register_alias", LIBRARY.GTK);
4965 
4966 	// gtk.Version
4967 
4968 	Linker.link(gtk_check_version, "gtk_check_version", LIBRARY.GTK);
4969 	Linker.link(gtk_get_binary_age, "gtk_get_binary_age", LIBRARY.GTK);
4970 	Linker.link(gtk_get_interface_age, "gtk_get_interface_age", LIBRARY.GTK);
4971 	Linker.link(gtk_get_major_version, "gtk_get_major_version", LIBRARY.GTK);
4972 	Linker.link(gtk_get_micro_version, "gtk_get_micro_version", LIBRARY.GTK);
4973 	Linker.link(gtk_get_minor_version, "gtk_get_minor_version", LIBRARY.GTK);
4974 }
4975 
4976 __gshared extern(C)
4977 {
4978 
4979 	// gtk.AboutDialog
4980 
4981 	GType function() c_gtk_about_dialog_get_type;
4982 	GtkWidget* function() c_gtk_about_dialog_new;
4983 	void function(GtkAboutDialog* about, const(char)* sectionName, char** people) c_gtk_about_dialog_add_credit_section;
4984 	char** function(GtkAboutDialog* about) c_gtk_about_dialog_get_artists;
4985 	char** function(GtkAboutDialog* about) c_gtk_about_dialog_get_authors;
4986 	const(char)* function(GtkAboutDialog* about) c_gtk_about_dialog_get_comments;
4987 	const(char)* function(GtkAboutDialog* about) c_gtk_about_dialog_get_copyright;
4988 	char** function(GtkAboutDialog* about) c_gtk_about_dialog_get_documenters;
4989 	const(char)* function(GtkAboutDialog* about) c_gtk_about_dialog_get_license;
4990 	GtkLicense function(GtkAboutDialog* about) c_gtk_about_dialog_get_license_type;
4991 	GdkPixbuf* function(GtkAboutDialog* about) c_gtk_about_dialog_get_logo;
4992 	const(char)* function(GtkAboutDialog* about) c_gtk_about_dialog_get_logo_icon_name;
4993 	const(char)* function(GtkAboutDialog* about) c_gtk_about_dialog_get_program_name;
4994 	const(char)* function(GtkAboutDialog* about) c_gtk_about_dialog_get_translator_credits;
4995 	const(char)* function(GtkAboutDialog* about) c_gtk_about_dialog_get_version;
4996 	const(char)* function(GtkAboutDialog* about) c_gtk_about_dialog_get_website;
4997 	const(char)* function(GtkAboutDialog* about) c_gtk_about_dialog_get_website_label;
4998 	int function(GtkAboutDialog* about) c_gtk_about_dialog_get_wrap_license;
4999 	void function(GtkAboutDialog* about, char** artists) c_gtk_about_dialog_set_artists;
5000 	void function(GtkAboutDialog* about, char** authors) c_gtk_about_dialog_set_authors;
5001 	void function(GtkAboutDialog* about, const(char)* comments) c_gtk_about_dialog_set_comments;
5002 	void function(GtkAboutDialog* about, const(char)* copyright) c_gtk_about_dialog_set_copyright;
5003 	void function(GtkAboutDialog* about, char** documenters) c_gtk_about_dialog_set_documenters;
5004 	void function(GtkAboutDialog* about, const(char)* license) c_gtk_about_dialog_set_license;
5005 	void function(GtkAboutDialog* about, GtkLicense licenseType) c_gtk_about_dialog_set_license_type;
5006 	void function(GtkAboutDialog* about, GdkPixbuf* logo) c_gtk_about_dialog_set_logo;
5007 	void function(GtkAboutDialog* about, const(char)* iconName) c_gtk_about_dialog_set_logo_icon_name;
5008 	void function(GtkAboutDialog* about, const(char)* name) c_gtk_about_dialog_set_program_name;
5009 	void function(GtkAboutDialog* about, const(char)* translatorCredits) c_gtk_about_dialog_set_translator_credits;
5010 	void function(GtkAboutDialog* about, const(char)* versio) c_gtk_about_dialog_set_version;
5011 	void function(GtkAboutDialog* about, const(char)* website) c_gtk_about_dialog_set_website;
5012 	void function(GtkAboutDialog* about, const(char)* websiteLabel) c_gtk_about_dialog_set_website_label;
5013 	void function(GtkAboutDialog* about, int wrapLicense) c_gtk_about_dialog_set_wrap_license;
5014 	void function(GtkWindow* parent, const(char)* firstPropertyName, ... ) c_gtk_show_about_dialog;
5015 
5016 	// gtk.AccelGroup
5017 
5018 	GType function() c_gtk_accel_group_get_type;
5019 	GtkAccelGroup* function() c_gtk_accel_group_new;
5020 	GtkAccelGroup* function(GClosure* closure) c_gtk_accel_group_from_accel_closure;
5021 	int function(GtkAccelGroup* accelGroup, GQuark accelQuark, GObject* acceleratable, uint accelKey, GdkModifierType accelMods) c_gtk_accel_group_activate;
5022 	void function(GtkAccelGroup* accelGroup, uint accelKey, GdkModifierType accelMods, GtkAccelFlags accelFlags, GClosure* closure) c_gtk_accel_group_connect;
5023 	void function(GtkAccelGroup* accelGroup, const(char)* accelPath, GClosure* closure) c_gtk_accel_group_connect_by_path;
5024 	int function(GtkAccelGroup* accelGroup, GClosure* closure) c_gtk_accel_group_disconnect;
5025 	int function(GtkAccelGroup* accelGroup, uint accelKey, GdkModifierType accelMods) c_gtk_accel_group_disconnect_key;
5026 	GtkAccelKey* function(GtkAccelGroup* accelGroup, GtkAccelGroupFindFunc findFunc, void* data) c_gtk_accel_group_find;
5027 	int function(GtkAccelGroup* accelGroup) c_gtk_accel_group_get_is_locked;
5028 	GdkModifierType function(GtkAccelGroup* accelGroup) c_gtk_accel_group_get_modifier_mask;
5029 	void function(GtkAccelGroup* accelGroup) c_gtk_accel_group_lock;
5030 	GtkAccelGroupEntry* function(GtkAccelGroup* accelGroup, uint accelKey, GdkModifierType accelMods, uint* nEntries) c_gtk_accel_group_query;
5031 	void function(GtkAccelGroup* accelGroup) c_gtk_accel_group_unlock;
5032 	int function(GObject* object, uint accelKey, GdkModifierType accelMods) c_gtk_accel_groups_activate;
5033 	GSList* function(GObject* object) c_gtk_accel_groups_from_object;
5034 	GdkModifierType function() c_gtk_accelerator_get_default_mod_mask;
5035 	char* function(uint acceleratorKey, GdkModifierType acceleratorMods) c_gtk_accelerator_get_label;
5036 	char* function(GdkDisplay* display, uint acceleratorKey, uint keycode, GdkModifierType acceleratorMods) c_gtk_accelerator_get_label_with_keycode;
5037 	char* function(uint acceleratorKey, GdkModifierType acceleratorMods) c_gtk_accelerator_name;
5038 	char* function(GdkDisplay* display, uint acceleratorKey, uint keycode, GdkModifierType acceleratorMods) c_gtk_accelerator_name_with_keycode;
5039 	void function(const(char)* accelerator, uint* acceleratorKey, GdkModifierType* acceleratorMods) c_gtk_accelerator_parse;
5040 	void function(const(char)* accelerator, uint* acceleratorKey, uint** acceleratorCodes, GdkModifierType* acceleratorMods) c_gtk_accelerator_parse_with_keycode;
5041 	void function(GdkModifierType defaultModMask) c_gtk_accelerator_set_default_mod_mask;
5042 	int function(uint keyval, GdkModifierType modifiers) c_gtk_accelerator_valid;
5043 
5044 	// gtk.AccelLabel
5045 
5046 	GType function() c_gtk_accel_label_get_type;
5047 	GtkWidget* function(const(char)* str) c_gtk_accel_label_new;
5048 	void function(GtkAccelLabel* accelLabel, uint* acceleratorKey, GdkModifierType* acceleratorMods) c_gtk_accel_label_get_accel;
5049 	GtkWidget* function(GtkAccelLabel* accelLabel) c_gtk_accel_label_get_accel_widget;
5050 	uint function(GtkAccelLabel* accelLabel) c_gtk_accel_label_get_accel_width;
5051 	int function(GtkAccelLabel* accelLabel) c_gtk_accel_label_refetch;
5052 	void function(GtkAccelLabel* accelLabel, uint acceleratorKey, GdkModifierType acceleratorMods) c_gtk_accel_label_set_accel;
5053 	void function(GtkAccelLabel* accelLabel, GClosure* accelClosure) c_gtk_accel_label_set_accel_closure;
5054 	void function(GtkAccelLabel* accelLabel, GtkWidget* accelWidget) c_gtk_accel_label_set_accel_widget;
5055 
5056 	// gtk.AccelMap
5057 
5058 	GType function() c_gtk_accel_map_get_type;
5059 	void function(const(char)* accelPath, uint accelKey, GdkModifierType accelMods) c_gtk_accel_map_add_entry;
5060 	void function(const(char)* filterPattern) c_gtk_accel_map_add_filter;
5061 	int function(const(char)* accelPath, uint accelKey, GdkModifierType accelMods, int replace) c_gtk_accel_map_change_entry;
5062 	void function(void* data, GtkAccelMapForeach foreachFunc) c_gtk_accel_map_foreach;
5063 	void function(void* data, GtkAccelMapForeach foreachFunc) c_gtk_accel_map_foreach_unfiltered;
5064 	GtkAccelMap* function() c_gtk_accel_map_get;
5065 	void function(char* fileName) c_gtk_accel_map_load;
5066 	void function(int fd) c_gtk_accel_map_load_fd;
5067 	void function(GScanner* scanner) c_gtk_accel_map_load_scanner;
5068 	void function(const(char)* accelPath) c_gtk_accel_map_lock_path;
5069 	int function(const(char)* accelPath, GtkAccelKey* key) c_gtk_accel_map_lookup_entry;
5070 	void function(char* fileName) c_gtk_accel_map_save;
5071 	void function(int fd) c_gtk_accel_map_save_fd;
5072 	void function(const(char)* accelPath) c_gtk_accel_map_unlock_path;
5073 
5074 	// gtk.Accessible
5075 
5076 	GType function() c_gtk_accessible_get_type;
5077 	void function(GtkAccessible* accessible) c_gtk_accessible_connect_widget_destroyed;
5078 	GtkWidget* function(GtkAccessible* accessible) c_gtk_accessible_get_widget;
5079 	void function(GtkAccessible* accessible, GtkWidget* widget) c_gtk_accessible_set_widget;
5080 
5081 	// gtk.Action
5082 
5083 	GType function() c_gtk_action_get_type;
5084 	GtkAction* function(const(char)* name, const(char)* label, const(char)* tooltip, const(char)* stockId) c_gtk_action_new;
5085 	void function(GtkAction* action) c_gtk_action_activate;
5086 	void function(GtkAction* action) c_gtk_action_block_activate;
5087 	void function(GtkAction* action) c_gtk_action_connect_accelerator;
5088 	GtkWidget* function(GtkAction* action, GtkIconSize iconSize) c_gtk_action_create_icon;
5089 	GtkWidget* function(GtkAction* action) c_gtk_action_create_menu;
5090 	GtkWidget* function(GtkAction* action) c_gtk_action_create_menu_item;
5091 	GtkWidget* function(GtkAction* action) c_gtk_action_create_tool_item;
5092 	void function(GtkAction* action) c_gtk_action_disconnect_accelerator;
5093 	GClosure* function(GtkAction* action) c_gtk_action_get_accel_closure;
5094 	const(char)* function(GtkAction* action) c_gtk_action_get_accel_path;
5095 	int function(GtkAction* action) c_gtk_action_get_always_show_image;
5096 	GIcon* function(GtkAction* action) c_gtk_action_get_gicon;
5097 	const(char)* function(GtkAction* action) c_gtk_action_get_icon_name;
5098 	int function(GtkAction* action) c_gtk_action_get_is_important;
5099 	const(char)* function(GtkAction* action) c_gtk_action_get_label;
5100 	const(char)* function(GtkAction* action) c_gtk_action_get_name;
5101 	GSList* function(GtkAction* action) c_gtk_action_get_proxies;
5102 	int function(GtkAction* action) c_gtk_action_get_sensitive;
5103 	const(char)* function(GtkAction* action) c_gtk_action_get_short_label;
5104 	const(char)* function(GtkAction* action) c_gtk_action_get_stock_id;
5105 	const(char)* function(GtkAction* action) c_gtk_action_get_tooltip;
5106 	int function(GtkAction* action) c_gtk_action_get_visible;
5107 	int function(GtkAction* action) c_gtk_action_get_visible_horizontal;
5108 	int function(GtkAction* action) c_gtk_action_get_visible_vertical;
5109 	int function(GtkAction* action) c_gtk_action_is_sensitive;
5110 	int function(GtkAction* action) c_gtk_action_is_visible;
5111 	void function(GtkAction* action, GtkAccelGroup* accelGroup) c_gtk_action_set_accel_group;
5112 	void function(GtkAction* action, const(char)* accelPath) c_gtk_action_set_accel_path;
5113 	void function(GtkAction* action, int alwaysShow) c_gtk_action_set_always_show_image;
5114 	void function(GtkAction* action, GIcon* icon) c_gtk_action_set_gicon;
5115 	void function(GtkAction* action, const(char)* iconName) c_gtk_action_set_icon_name;
5116 	void function(GtkAction* action, int isImportant) c_gtk_action_set_is_important;
5117 	void function(GtkAction* action, const(char)* label) c_gtk_action_set_label;
5118 	void function(GtkAction* action, int sensitive) c_gtk_action_set_sensitive;
5119 	void function(GtkAction* action, const(char)* shortLabel) c_gtk_action_set_short_label;
5120 	void function(GtkAction* action, const(char)* stockId) c_gtk_action_set_stock_id;
5121 	void function(GtkAction* action, const(char)* tooltip) c_gtk_action_set_tooltip;
5122 	void function(GtkAction* action, int visible) c_gtk_action_set_visible;
5123 	void function(GtkAction* action, int visibleHorizontal) c_gtk_action_set_visible_horizontal;
5124 	void function(GtkAction* action, int visibleVertical) c_gtk_action_set_visible_vertical;
5125 	void function(GtkAction* action) c_gtk_action_unblock_activate;
5126 
5127 	// gtk.ActionBar
5128 
5129 	GType function() c_gtk_action_bar_get_type;
5130 	GtkWidget* function() c_gtk_action_bar_new;
5131 	GtkWidget* function(GtkActionBar* actionBar) c_gtk_action_bar_get_center_widget;
5132 	void function(GtkActionBar* actionBar, GtkWidget* child) c_gtk_action_bar_pack_end;
5133 	void function(GtkActionBar* actionBar, GtkWidget* child) c_gtk_action_bar_pack_start;
5134 	void function(GtkActionBar* actionBar, GtkWidget* centerWidget) c_gtk_action_bar_set_center_widget;
5135 
5136 	// gtk.ActionGroup
5137 
5138 	GType function() c_gtk_action_group_get_type;
5139 	GtkActionGroup* function(const(char)* name) c_gtk_action_group_new;
5140 	void function(GtkActionGroup* actionGroup, GtkAction* action) c_gtk_action_group_add_action;
5141 	void function(GtkActionGroup* actionGroup, GtkAction* action, const(char)* accelerator) c_gtk_action_group_add_action_with_accel;
5142 	void function(GtkActionGroup* actionGroup, GtkActionEntry* entries, uint nEntries, void* userData) c_gtk_action_group_add_actions;
5143 	void function(GtkActionGroup* actionGroup, GtkActionEntry* entries, uint nEntries, void* userData, GDestroyNotify destroy) c_gtk_action_group_add_actions_full;
5144 	void function(GtkActionGroup* actionGroup, GtkRadioActionEntry* entries, uint nEntries, int value, GCallback onChange, void* userData) c_gtk_action_group_add_radio_actions;
5145 	void function(GtkActionGroup* actionGroup, GtkRadioActionEntry* entries, uint nEntries, int value, GCallback onChange, void* userData, GDestroyNotify destroy) c_gtk_action_group_add_radio_actions_full;
5146 	void function(GtkActionGroup* actionGroup, GtkToggleActionEntry* entries, uint nEntries, void* userData) c_gtk_action_group_add_toggle_actions;
5147 	void function(GtkActionGroup* actionGroup, GtkToggleActionEntry* entries, uint nEntries, void* userData, GDestroyNotify destroy) c_gtk_action_group_add_toggle_actions_full;
5148 	GtkAccelGroup* function(GtkActionGroup* actionGroup) c_gtk_action_group_get_accel_group;
5149 	GtkAction* function(GtkActionGroup* actionGroup, const(char)* actionName) c_gtk_action_group_get_action;
5150 	const(char)* function(GtkActionGroup* actionGroup) c_gtk_action_group_get_name;
5151 	int function(GtkActionGroup* actionGroup) c_gtk_action_group_get_sensitive;
5152 	int function(GtkActionGroup* actionGroup) c_gtk_action_group_get_visible;
5153 	GList* function(GtkActionGroup* actionGroup) c_gtk_action_group_list_actions;
5154 	void function(GtkActionGroup* actionGroup, GtkAction* action) c_gtk_action_group_remove_action;
5155 	void function(GtkActionGroup* actionGroup, GtkAccelGroup* accelGroup) c_gtk_action_group_set_accel_group;
5156 	void function(GtkActionGroup* actionGroup, int sensitive) c_gtk_action_group_set_sensitive;
5157 	void function(GtkActionGroup* actionGroup, GtkTranslateFunc func, void* data, GDestroyNotify notify) c_gtk_action_group_set_translate_func;
5158 	void function(GtkActionGroup* actionGroup, const(char)* domain) c_gtk_action_group_set_translation_domain;
5159 	void function(GtkActionGroup* actionGroup, int visible) c_gtk_action_group_set_visible;
5160 	const(char)* function(GtkActionGroup* actionGroup, const(char)* str) c_gtk_action_group_translate_string;
5161 
5162 	// gtk.Actionable
5163 
5164 	GType function() c_gtk_actionable_get_type;
5165 	const(char)* function(GtkActionable* actionable) c_gtk_actionable_get_action_name;
5166 	GVariant* function(GtkActionable* actionable) c_gtk_actionable_get_action_target_value;
5167 	void function(GtkActionable* actionable, const(char)* actionName) c_gtk_actionable_set_action_name;
5168 	void function(GtkActionable* actionable, const(char)* formatString, ... ) c_gtk_actionable_set_action_target;
5169 	void function(GtkActionable* actionable, GVariant* targetValue) c_gtk_actionable_set_action_target_value;
5170 	void function(GtkActionable* actionable, const(char)* detailedActionName) c_gtk_actionable_set_detailed_action_name;
5171 
5172 	// gtk.Activatable
5173 
5174 	GType function() c_gtk_activatable_get_type;
5175 	void function(GtkActivatable* activatable, GtkAction* action) c_gtk_activatable_do_set_related_action;
5176 	GtkAction* function(GtkActivatable* activatable) c_gtk_activatable_get_related_action;
5177 	int function(GtkActivatable* activatable) c_gtk_activatable_get_use_action_appearance;
5178 	void function(GtkActivatable* activatable, GtkAction* action) c_gtk_activatable_set_related_action;
5179 	void function(GtkActivatable* activatable, int useAppearance) c_gtk_activatable_set_use_action_appearance;
5180 	void function(GtkActivatable* activatable, GtkAction* action) c_gtk_activatable_sync_action_properties;
5181 
5182 	// gtk.Adjustment
5183 
5184 	GType function() c_gtk_adjustment_get_type;
5185 	GtkAdjustment* function(double value, double lower, double upper, double stepIncrement, double pageIncrement, double pageSize) c_gtk_adjustment_new;
5186 	void function(GtkAdjustment* adjustment) c_gtk_adjustment_changed;
5187 	void function(GtkAdjustment* adjustment, double lower, double upper) c_gtk_adjustment_clamp_page;
5188 	void function(GtkAdjustment* adjustment, double value, double lower, double upper, double stepIncrement, double pageIncrement, double pageSize) c_gtk_adjustment_configure;
5189 	double function(GtkAdjustment* adjustment) c_gtk_adjustment_get_lower;
5190 	double function(GtkAdjustment* adjustment) c_gtk_adjustment_get_minimum_increment;
5191 	double function(GtkAdjustment* adjustment) c_gtk_adjustment_get_page_increment;
5192 	double function(GtkAdjustment* adjustment) c_gtk_adjustment_get_page_size;
5193 	double function(GtkAdjustment* adjustment) c_gtk_adjustment_get_step_increment;
5194 	double function(GtkAdjustment* adjustment) c_gtk_adjustment_get_upper;
5195 	double function(GtkAdjustment* adjustment) c_gtk_adjustment_get_value;
5196 	void function(GtkAdjustment* adjustment, double lower) c_gtk_adjustment_set_lower;
5197 	void function(GtkAdjustment* adjustment, double pageIncrement) c_gtk_adjustment_set_page_increment;
5198 	void function(GtkAdjustment* adjustment, double pageSize) c_gtk_adjustment_set_page_size;
5199 	void function(GtkAdjustment* adjustment, double stepIncrement) c_gtk_adjustment_set_step_increment;
5200 	void function(GtkAdjustment* adjustment, double upper) c_gtk_adjustment_set_upper;
5201 	void function(GtkAdjustment* adjustment, double value) c_gtk_adjustment_set_value;
5202 	void function(GtkAdjustment* adjustment) c_gtk_adjustment_value_changed;
5203 
5204 	// gtk.Alignment
5205 
5206 	GType function() c_gtk_alignment_get_type;
5207 	GtkWidget* function(float xalign, float yalign, float xscale, float yscale) c_gtk_alignment_new;
5208 	void function(GtkAlignment* alignment, uint* paddingTop, uint* paddingBottom, uint* paddingLeft, uint* paddingRight) c_gtk_alignment_get_padding;
5209 	void function(GtkAlignment* alignment, float xalign, float yalign, float xscale, float yscale) c_gtk_alignment_set;
5210 	void function(GtkAlignment* alignment, uint paddingTop, uint paddingBottom, uint paddingLeft, uint paddingRight) c_gtk_alignment_set_padding;
5211 
5212 	// gtk.AppChooser
5213 
5214 	GType function() c_gtk_app_chooser_get_type;
5215 	GAppInfo* function(GtkAppChooser* self) c_gtk_app_chooser_get_app_info;
5216 	char* function(GtkAppChooser* self) c_gtk_app_chooser_get_content_type;
5217 	void function(GtkAppChooser* self) c_gtk_app_chooser_refresh;
5218 
5219 	// gtk.AppChooserButton
5220 
5221 	GType function() c_gtk_app_chooser_button_get_type;
5222 	GtkWidget* function(const(char)* contentType) c_gtk_app_chooser_button_new;
5223 	void function(GtkAppChooserButton* self, const(char)* name, const(char)* label, GIcon* icon) c_gtk_app_chooser_button_append_custom_item;
5224 	void function(GtkAppChooserButton* self) c_gtk_app_chooser_button_append_separator;
5225 	const(char)* function(GtkAppChooserButton* self) c_gtk_app_chooser_button_get_heading;
5226 	int function(GtkAppChooserButton* self) c_gtk_app_chooser_button_get_show_default_item;
5227 	int function(GtkAppChooserButton* self) c_gtk_app_chooser_button_get_show_dialog_item;
5228 	void function(GtkAppChooserButton* self, const(char)* name) c_gtk_app_chooser_button_set_active_custom_item;
5229 	void function(GtkAppChooserButton* self, const(char)* heading) c_gtk_app_chooser_button_set_heading;
5230 	void function(GtkAppChooserButton* self, int setting) c_gtk_app_chooser_button_set_show_default_item;
5231 	void function(GtkAppChooserButton* self, int setting) c_gtk_app_chooser_button_set_show_dialog_item;
5232 
5233 	// gtk.AppChooserDialog
5234 
5235 	GType function() c_gtk_app_chooser_dialog_get_type;
5236 	GtkWidget* function(GtkWindow* parent, GtkDialogFlags flags, GFile* file) c_gtk_app_chooser_dialog_new;
5237 	GtkWidget* function(GtkWindow* parent, GtkDialogFlags flags, const(char)* contentType) c_gtk_app_chooser_dialog_new_for_content_type;
5238 	const(char)* function(GtkAppChooserDialog* self) c_gtk_app_chooser_dialog_get_heading;
5239 	GtkWidget* function(GtkAppChooserDialog* self) c_gtk_app_chooser_dialog_get_widget;
5240 	void function(GtkAppChooserDialog* self, const(char)* heading) c_gtk_app_chooser_dialog_set_heading;
5241 
5242 	// gtk.AppChooserWidget
5243 
5244 	GType function() c_gtk_app_chooser_widget_get_type;
5245 	GtkWidget* function(const(char)* contentType) c_gtk_app_chooser_widget_new;
5246 	const(char)* function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_default_text;
5247 	int function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_show_all;
5248 	int function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_show_default;
5249 	int function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_show_fallback;
5250 	int function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_show_other;
5251 	int function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_show_recommended;
5252 	void function(GtkAppChooserWidget* self, const(char)* text) c_gtk_app_chooser_widget_set_default_text;
5253 	void function(GtkAppChooserWidget* self, int setting) c_gtk_app_chooser_widget_set_show_all;
5254 	void function(GtkAppChooserWidget* self, int setting) c_gtk_app_chooser_widget_set_show_default;
5255 	void function(GtkAppChooserWidget* self, int setting) c_gtk_app_chooser_widget_set_show_fallback;
5256 	void function(GtkAppChooserWidget* self, int setting) c_gtk_app_chooser_widget_set_show_other;
5257 	void function(GtkAppChooserWidget* self, int setting) c_gtk_app_chooser_widget_set_show_recommended;
5258 
5259 	// gtk.Application
5260 
5261 	GType function() c_gtk_application_get_type;
5262 	GtkApplication* function(const(char)* applicationId, GApplicationFlags flags) c_gtk_application_new;
5263 	void function(GtkApplication* application, const(char)* accelerator, const(char)* actionName, GVariant* parameter) c_gtk_application_add_accelerator;
5264 	void function(GtkApplication* application, GtkWindow* window) c_gtk_application_add_window;
5265 	char** function(GtkApplication* application, const(char)* detailedActionName) c_gtk_application_get_accels_for_action;
5266 	char** function(GtkApplication* application, const(char)* accel) c_gtk_application_get_actions_for_accel;
5267 	GtkWindow* function(GtkApplication* application) c_gtk_application_get_active_window;
5268 	GMenuModel* function(GtkApplication* application) c_gtk_application_get_app_menu;
5269 	GMenu* function(GtkApplication* application, const(char)* id) c_gtk_application_get_menu_by_id;
5270 	GMenuModel* function(GtkApplication* application) c_gtk_application_get_menubar;
5271 	GtkWindow* function(GtkApplication* application, uint id) c_gtk_application_get_window_by_id;
5272 	GList* function(GtkApplication* application) c_gtk_application_get_windows;
5273 	uint function(GtkApplication* application, GtkWindow* window, GtkApplicationInhibitFlags flags, const(char)* reason) c_gtk_application_inhibit;
5274 	int function(GtkApplication* application, GtkApplicationInhibitFlags flags) c_gtk_application_is_inhibited;
5275 	char** function(GtkApplication* application) c_gtk_application_list_action_descriptions;
5276 	int function(GtkApplication* application) c_gtk_application_prefers_app_menu;
5277 	void function(GtkApplication* application, const(char)* actionName, GVariant* parameter) c_gtk_application_remove_accelerator;
5278 	void function(GtkApplication* application, GtkWindow* window) c_gtk_application_remove_window;
5279 	void function(GtkApplication* application, const(char)* detailedActionName, char** accels) c_gtk_application_set_accels_for_action;
5280 	void function(GtkApplication* application, GMenuModel* appMenu) c_gtk_application_set_app_menu;
5281 	void function(GtkApplication* application, GMenuModel* menubar) c_gtk_application_set_menubar;
5282 	void function(GtkApplication* application, uint cookie) c_gtk_application_uninhibit;
5283 
5284 	// gtk.ApplicationWindow
5285 
5286 	GType function() c_gtk_application_window_get_type;
5287 	GtkWidget* function(GtkApplication* application) c_gtk_application_window_new;
5288 	uint function(GtkApplicationWindow* window) c_gtk_application_window_get_id;
5289 	int function(GtkApplicationWindow* window) c_gtk_application_window_get_show_menubar;
5290 	void function(GtkApplicationWindow* window, int showMenubar) c_gtk_application_window_set_show_menubar;
5291 
5292 	// gtk.Arrow
5293 
5294 	GType function() c_gtk_arrow_get_type;
5295 	GtkWidget* function(GtkArrowType arrowType, GtkShadowType shadowType) c_gtk_arrow_new;
5296 	void function(GtkArrow* arrow, GtkArrowType arrowType, GtkShadowType shadowType) c_gtk_arrow_set;
5297 
5298 	// gtk.ArrowAccessible
5299 
5300 	GType function() c_gtk_arrow_accessible_get_type;
5301 
5302 	// gtk.AspectFrame
5303 
5304 	GType function() c_gtk_aspect_frame_get_type;
5305 	GtkWidget* function(const(char)* label, float xalign, float yalign, float ratio, int obeyChild) c_gtk_aspect_frame_new;
5306 	void function(GtkAspectFrame* aspectFrame, float xalign, float yalign, float ratio, int obeyChild) c_gtk_aspect_frame_set;
5307 
5308 	// gtk.Assistant
5309 
5310 	GType function() c_gtk_assistant_get_type;
5311 	GtkWidget* function() c_gtk_assistant_new;
5312 	void function(GtkAssistant* assistant, GtkWidget* child) c_gtk_assistant_add_action_widget;
5313 	int function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_append_page;
5314 	void function(GtkAssistant* assistant) c_gtk_assistant_commit;
5315 	int function(GtkAssistant* assistant) c_gtk_assistant_get_current_page;
5316 	int function(GtkAssistant* assistant) c_gtk_assistant_get_n_pages;
5317 	GtkWidget* function(GtkAssistant* assistant, int pageNum) c_gtk_assistant_get_nth_page;
5318 	int function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_complete;
5319 	GdkPixbuf* function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_header_image;
5320 	GdkPixbuf* function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_side_image;
5321 	const(char)* function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_title;
5322 	GtkAssistantPageType function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_type;
5323 	int function(GtkAssistant* assistant, GtkWidget* page, int position) c_gtk_assistant_insert_page;
5324 	void function(GtkAssistant* assistant) c_gtk_assistant_next_page;
5325 	int function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_prepend_page;
5326 	void function(GtkAssistant* assistant) c_gtk_assistant_previous_page;
5327 	void function(GtkAssistant* assistant, GtkWidget* child) c_gtk_assistant_remove_action_widget;
5328 	void function(GtkAssistant* assistant, int pageNum) c_gtk_assistant_remove_page;
5329 	void function(GtkAssistant* assistant, int pageNum) c_gtk_assistant_set_current_page;
5330 	void function(GtkAssistant* assistant, GtkAssistantPageFunc pageFunc, void* data, GDestroyNotify destroy) c_gtk_assistant_set_forward_page_func;
5331 	void function(GtkAssistant* assistant, GtkWidget* page, int complete) c_gtk_assistant_set_page_complete;
5332 	void function(GtkAssistant* assistant, GtkWidget* page, GdkPixbuf* pixbuf) c_gtk_assistant_set_page_header_image;
5333 	void function(GtkAssistant* assistant, GtkWidget* page, GdkPixbuf* pixbuf) c_gtk_assistant_set_page_side_image;
5334 	void function(GtkAssistant* assistant, GtkWidget* page, const(char)* title) c_gtk_assistant_set_page_title;
5335 	void function(GtkAssistant* assistant, GtkWidget* page, GtkAssistantPageType type) c_gtk_assistant_set_page_type;
5336 	void function(GtkAssistant* assistant) c_gtk_assistant_update_buttons_state;
5337 
5338 	// gtk.Bin
5339 
5340 	GType function() c_gtk_bin_get_type;
5341 	GtkWidget* function(GtkBin* bin) c_gtk_bin_get_child;
5342 
5343 	// gtk.BindingEntry
5344 
5345 	void function(GtkBindingSet* bindingSet, uint keyval, GdkModifierType modifiers, const(char)* signalName, uint nArgs, ... ) c_gtk_binding_entry_add_signal;
5346 	GTokenType function(GtkBindingSet* bindingSet, const(char)* signalDesc) c_gtk_binding_entry_add_signal_from_string;
5347 	void function(GtkBindingSet* bindingSet, uint keyval, GdkModifierType modifiers, const(char)* signalName, GSList* bindingArgs) c_gtk_binding_entry_add_signall;
5348 	void function(GtkBindingSet* bindingSet, uint keyval, GdkModifierType modifiers) c_gtk_binding_entry_remove;
5349 	void function(GtkBindingSet* bindingSet, uint keyval, GdkModifierType modifiers) c_gtk_binding_entry_skip;
5350 
5351 	// gtk.BindingSet
5352 
5353 	int function(GtkBindingSet* bindingSet, uint keyval, GdkModifierType modifiers, GObject* object) c_gtk_binding_set_activate;
5354 	void function(GtkBindingSet* bindingSet, GtkPathType pathType, const(char)* pathPattern, GtkPathPriorityType priority) c_gtk_binding_set_add_path;
5355 	GtkBindingSet* function(void* objectClass) c_gtk_binding_set_by_class;
5356 	GtkBindingSet* function(const(char)* setName) c_gtk_binding_set_find;
5357 	GtkBindingSet* function(const(char)* setName) c_gtk_binding_set_new;
5358 	int function(GObject* object, uint keyval, GdkModifierType modifiers) c_gtk_bindings_activate;
5359 	int function(GObject* object, GdkEventKey* event) c_gtk_bindings_activate_event;
5360 
5361 	// gtk.BooleanCellAccessible
5362 
5363 	GType function() c_gtk_boolean_cell_accessible_get_type;
5364 
5365 	// gtk.Border
5366 
5367 	GType function() c_gtk_border_get_type;
5368 	GtkBorder* function() c_gtk_border_new;
5369 	GtkBorder* function(GtkBorder* border) c_gtk_border_copy;
5370 	void function(GtkBorder* border) c_gtk_border_free;
5371 
5372 	// gtk.Box
5373 
5374 	GType function() c_gtk_box_get_type;
5375 	GtkWidget* function(GtkOrientation orientation, int spacing) c_gtk_box_new;
5376 	GtkBaselinePosition function(GtkBox* box) c_gtk_box_get_baseline_position;
5377 	GtkWidget* function(GtkBox* box) c_gtk_box_get_center_widget;
5378 	int function(GtkBox* box) c_gtk_box_get_homogeneous;
5379 	int function(GtkBox* box) c_gtk_box_get_spacing;
5380 	void function(GtkBox* box, GtkWidget* child, int expand, int fill, uint padding) c_gtk_box_pack_end;
5381 	void function(GtkBox* box, GtkWidget* child, int expand, int fill, uint padding) c_gtk_box_pack_start;
5382 	void function(GtkBox* box, GtkWidget* child, int* expand, int* fill, uint* padding, GtkPackType* packType) c_gtk_box_query_child_packing;
5383 	void function(GtkBox* box, GtkWidget* child, int position) c_gtk_box_reorder_child;
5384 	void function(GtkBox* box, GtkBaselinePosition position) c_gtk_box_set_baseline_position;
5385 	void function(GtkBox* box, GtkWidget* widget) c_gtk_box_set_center_widget;
5386 	void function(GtkBox* box, GtkWidget* child, int expand, int fill, uint padding, GtkPackType packType) c_gtk_box_set_child_packing;
5387 	void function(GtkBox* box, int homogeneous) c_gtk_box_set_homogeneous;
5388 	void function(GtkBox* box, int spacing) c_gtk_box_set_spacing;
5389 
5390 	// gtk.Buildable
5391 
5392 	GType function() c_gtk_buildable_get_type;
5393 	void function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, const(char)* type) c_gtk_buildable_add_child;
5394 	GObject* function(GtkBuildable* buildable, GtkBuilder* builder, const(char)* name) c_gtk_buildable_construct_child;
5395 	void function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, const(char)* tagname, void* data) c_gtk_buildable_custom_finished;
5396 	void function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, const(char)* tagname, void** data) c_gtk_buildable_custom_tag_end;
5397 	int function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, const(char)* tagname, GMarkupParser* parser, void** data) c_gtk_buildable_custom_tag_start;
5398 	GObject* function(GtkBuildable* buildable, GtkBuilder* builder, const(char)* childname) c_gtk_buildable_get_internal_child;
5399 	const(char)* function(GtkBuildable* buildable) c_gtk_buildable_get_name;
5400 	void function(GtkBuildable* buildable, GtkBuilder* builder) c_gtk_buildable_parser_finished;
5401 	void function(GtkBuildable* buildable, GtkBuilder* builder, const(char)* name, GValue* value) c_gtk_buildable_set_buildable_property;
5402 	void function(GtkBuildable* buildable, const(char)* name) c_gtk_buildable_set_name;
5403 
5404 	// gtk.Builder
5405 
5406 	GType function() c_gtk_builder_get_type;
5407 	GtkBuilder* function() c_gtk_builder_new;
5408 	GtkBuilder* function(const(char)* filename) c_gtk_builder_new_from_file;
5409 	GtkBuilder* function(const(char)* resourcePath) c_gtk_builder_new_from_resource;
5410 	GtkBuilder* function(const(char)* str, ptrdiff_t length) c_gtk_builder_new_from_string;
5411 	void function(GtkBuilder* builder, const(char)* callbackName, GCallback callbackSymbol) c_gtk_builder_add_callback_symbol;
5412 	void function(GtkBuilder* builder, const(char)* firstCallbackName, GCallback firstCallbackSymbol, ... ) c_gtk_builder_add_callback_symbols;
5413 	uint function(GtkBuilder* builder, const(char)* filename, GError** err) c_gtk_builder_add_from_file;
5414 	uint function(GtkBuilder* builder, const(char)* resourcePath, GError** err) c_gtk_builder_add_from_resource;
5415 	uint function(GtkBuilder* builder, const(char)* buffer, size_t length, GError** err) c_gtk_builder_add_from_string;
5416 	uint function(GtkBuilder* builder, const(char)* filename, char** objectIds, GError** err) c_gtk_builder_add_objects_from_file;
5417 	uint function(GtkBuilder* builder, const(char)* resourcePath, char** objectIds, GError** err) c_gtk_builder_add_objects_from_resource;
5418 	uint function(GtkBuilder* builder, const(char)* buffer, size_t length, char** objectIds, GError** err) c_gtk_builder_add_objects_from_string;
5419 	void function(GtkBuilder* builder, void* userData) c_gtk_builder_connect_signals;
5420 	void function(GtkBuilder* builder, GtkBuilderConnectFunc func, void* userData) c_gtk_builder_connect_signals_full;
5421 	void function(GtkBuilder* builder, const(char)* name, GObject* object) c_gtk_builder_expose_object;
5422 	GtkApplication* function(GtkBuilder* builder) c_gtk_builder_get_application;
5423 	GObject* function(GtkBuilder* builder, const(char)* name) c_gtk_builder_get_object;
5424 	GSList* function(GtkBuilder* builder) c_gtk_builder_get_objects;
5425 	const(char)* function(GtkBuilder* builder) c_gtk_builder_get_translation_domain;
5426 	GType function(GtkBuilder* builder, const(char)* typeName) c_gtk_builder_get_type_from_name;
5427 	GCallback function(GtkBuilder* builder, const(char)* callbackName) c_gtk_builder_lookup_callback_symbol;
5428 	void function(GtkBuilder* builder, GtkApplication* application) c_gtk_builder_set_application;
5429 	void function(GtkBuilder* builder, const(char)* domain) c_gtk_builder_set_translation_domain;
5430 	int function(GtkBuilder* builder, GParamSpec* pspec, const(char)* str, GValue* value, GError** err) c_gtk_builder_value_from_string;
5431 	int function(GtkBuilder* builder, GType type, const(char)* str, GValue* value, GError** err) c_gtk_builder_value_from_string_type;
5432 
5433 	// gtk.Button
5434 
5435 	GType function() c_gtk_button_get_type;
5436 	GtkWidget* function() c_gtk_button_new;
5437 	GtkWidget* function(const(char)* iconName, GtkIconSize size) c_gtk_button_new_from_icon_name;
5438 	GtkWidget* function(const(char)* stockId) c_gtk_button_new_from_stock;
5439 	GtkWidget* function(const(char)* label) c_gtk_button_new_with_label;
5440 	GtkWidget* function(const(char)* label) c_gtk_button_new_with_mnemonic;
5441 	void function(GtkButton* button) c_gtk_button_clicked;
5442 	void function(GtkButton* button) c_gtk_button_enter;
5443 	void function(GtkButton* button, float* xalign, float* yalign) c_gtk_button_get_alignment;
5444 	int function(GtkButton* button) c_gtk_button_get_always_show_image;
5445 	GdkWindow* function(GtkButton* button) c_gtk_button_get_event_window;
5446 	int function(GtkButton* button) c_gtk_button_get_focus_on_click;
5447 	GtkWidget* function(GtkButton* button) c_gtk_button_get_image;
5448 	GtkPositionType function(GtkButton* button) c_gtk_button_get_image_position;
5449 	const(char)* function(GtkButton* button) c_gtk_button_get_label;
5450 	GtkReliefStyle function(GtkButton* button) c_gtk_button_get_relief;
5451 	int function(GtkButton* button) c_gtk_button_get_use_stock;
5452 	int function(GtkButton* button) c_gtk_button_get_use_underline;
5453 	void function(GtkButton* button) c_gtk_button_leave;
5454 	void function(GtkButton* button) c_gtk_button_pressed;
5455 	void function(GtkButton* button) c_gtk_button_released;
5456 	void function(GtkButton* button, float xalign, float yalign) c_gtk_button_set_alignment;
5457 	void function(GtkButton* button, int alwaysShow) c_gtk_button_set_always_show_image;
5458 	void function(GtkButton* button, int focusOnClick) c_gtk_button_set_focus_on_click;
5459 	void function(GtkButton* button, GtkWidget* image) c_gtk_button_set_image;
5460 	void function(GtkButton* button, GtkPositionType position) c_gtk_button_set_image_position;
5461 	void function(GtkButton* button, const(char)* label) c_gtk_button_set_label;
5462 	void function(GtkButton* button, GtkReliefStyle relief) c_gtk_button_set_relief;
5463 	void function(GtkButton* button, int useStock) c_gtk_button_set_use_stock;
5464 	void function(GtkButton* button, int useUnderline) c_gtk_button_set_use_underline;
5465 
5466 	// gtk.ButtonAccessible
5467 
5468 	GType function() c_gtk_button_accessible_get_type;
5469 
5470 	// gtk.ButtonBox
5471 
5472 	GType function() c_gtk_button_box_get_type;
5473 	GtkWidget* function(GtkOrientation orientation) c_gtk_button_box_new;
5474 	int function(GtkButtonBox* widget, GtkWidget* child) c_gtk_button_box_get_child_non_homogeneous;
5475 	int function(GtkButtonBox* widget, GtkWidget* child) c_gtk_button_box_get_child_secondary;
5476 	GtkButtonBoxStyle function(GtkButtonBox* widget) c_gtk_button_box_get_layout;
5477 	void function(GtkButtonBox* widget, GtkWidget* child, int nonHomogeneous) c_gtk_button_box_set_child_non_homogeneous;
5478 	void function(GtkButtonBox* widget, GtkWidget* child, int isSecondary) c_gtk_button_box_set_child_secondary;
5479 	void function(GtkButtonBox* widget, GtkButtonBoxStyle layoutStyle) c_gtk_button_box_set_layout;
5480 
5481 	// gtk.Calendar
5482 
5483 	GType function() c_gtk_calendar_get_type;
5484 	GtkWidget* function() c_gtk_calendar_new;
5485 	void function(GtkCalendar* calendar) c_gtk_calendar_clear_marks;
5486 	void function(GtkCalendar* calendar, uint* year, uint* month, uint* day) c_gtk_calendar_get_date;
5487 	int function(GtkCalendar* calendar, uint day) c_gtk_calendar_get_day_is_marked;
5488 	int function(GtkCalendar* calendar) c_gtk_calendar_get_detail_height_rows;
5489 	int function(GtkCalendar* calendar) c_gtk_calendar_get_detail_width_chars;
5490 	GtkCalendarDisplayOptions function(GtkCalendar* calendar) c_gtk_calendar_get_display_options;
5491 	void function(GtkCalendar* calendar, uint day) c_gtk_calendar_mark_day;
5492 	void function(GtkCalendar* calendar, uint day) c_gtk_calendar_select_day;
5493 	void function(GtkCalendar* calendar, uint month, uint year) c_gtk_calendar_select_month;
5494 	void function(GtkCalendar* calendar, GtkCalendarDetailFunc func, void* data, GDestroyNotify destroy) c_gtk_calendar_set_detail_func;
5495 	void function(GtkCalendar* calendar, int rows) c_gtk_calendar_set_detail_height_rows;
5496 	void function(GtkCalendar* calendar, int chars) c_gtk_calendar_set_detail_width_chars;
5497 	void function(GtkCalendar* calendar, GtkCalendarDisplayOptions flags) c_gtk_calendar_set_display_options;
5498 	void function(GtkCalendar* calendar, uint day) c_gtk_calendar_unmark_day;
5499 
5500 	// gtk.CellAccessible
5501 
5502 	GType function() c_gtk_cell_accessible_get_type;
5503 
5504 	// gtk.CellAccessibleParent
5505 
5506 	GType function() c_gtk_cell_accessible_parent_get_type;
5507 	void function(GtkCellAccessibleParent* parent, GtkCellAccessible* cell) c_gtk_cell_accessible_parent_activate;
5508 	void function(GtkCellAccessibleParent* parent, GtkCellAccessible* cell) c_gtk_cell_accessible_parent_edit;
5509 	void function(GtkCellAccessibleParent* parent, GtkCellAccessible* cell) c_gtk_cell_accessible_parent_expand_collapse;
5510 	void function(GtkCellAccessibleParent* parent, GtkCellAccessible* cell, GdkRectangle* cellRect) c_gtk_cell_accessible_parent_get_cell_area;
5511 	void function(GtkCellAccessibleParent* parent, GtkCellAccessible* cell, int* x, int* y, int* width, int* height, AtkCoordType coordType) c_gtk_cell_accessible_parent_get_cell_extents;
5512 	int function(GtkCellAccessibleParent* parent, GtkCellAccessible* cell) c_gtk_cell_accessible_parent_get_child_index;
5513 	GtkCellRendererState function(GtkCellAccessibleParent* parent, GtkCellAccessible* cell) c_gtk_cell_accessible_parent_get_renderer_state;
5514 	int function(GtkCellAccessibleParent* parent, GtkCellAccessible* cell) c_gtk_cell_accessible_parent_grab_focus;
5515 	void function(GtkCellAccessibleParent* parent, GtkCellAccessible* cell, AtkRelationSet* relationset) c_gtk_cell_accessible_parent_update_relationset;
5516 
5517 	// gtk.CellArea
5518 
5519 	GType function() c_gtk_cell_area_get_type;
5520 	int function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, GdkRectangle* cellArea, GtkCellRendererState flags, int editOnly) c_gtk_cell_area_activate;
5521 	int function(GtkCellArea* area, GtkWidget* widget, GtkCellRenderer* renderer, GdkEvent* event, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_area_activate_cell;
5522 	void function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_add;
5523 	void function(GtkCellArea* area, GtkCellRenderer* renderer, GtkCellRenderer* sibling) c_gtk_cell_area_add_focus_sibling;
5524 	void function(GtkCellArea* area, GtkCellRenderer* renderer, const(char)* firstPropName, ... ) c_gtk_cell_area_add_with_properties;
5525 	void function(GtkCellArea* area, GtkTreeModel* treeModel, GtkTreeIter* iter, int isExpander, int isExpanded) c_gtk_cell_area_apply_attributes;
5526 	void function(GtkCellArea* area, GtkCellRenderer* renderer, const(char)* attribute, int column) c_gtk_cell_area_attribute_connect;
5527 	void function(GtkCellArea* area, GtkCellRenderer* renderer, const(char)* attribute) c_gtk_cell_area_attribute_disconnect;
5528 	int function(GtkCellArea* area, GtkCellRenderer* renderer, const(char)* attribute) c_gtk_cell_area_attribute_get_column;
5529 	void function(GtkCellArea* area, GtkCellRenderer* renderer, const(char)* firstPropName, ... ) c_gtk_cell_area_cell_get;
5530 	void function(GtkCellArea* area, GtkCellRenderer* renderer, const(char)* propertyName, GValue* value) c_gtk_cell_area_cell_get_property;
5531 	void function(GtkCellArea* area, GtkCellRenderer* renderer, const(char)* firstPropertyName, void* varArgs) c_gtk_cell_area_cell_get_valist;
5532 	void function(GtkCellArea* area, GtkCellRenderer* renderer, const(char)* firstPropName, ... ) c_gtk_cell_area_cell_set;
5533 	void function(GtkCellArea* area, GtkCellRenderer* renderer, const(char)* propertyName, GValue* value) c_gtk_cell_area_cell_set_property;
5534 	void function(GtkCellArea* area, GtkCellRenderer* renderer, const(char)* firstPropertyName, void* varArgs) c_gtk_cell_area_cell_set_valist;
5535 	GtkCellAreaContext* function(GtkCellArea* area, GtkCellAreaContext* context) c_gtk_cell_area_copy_context;
5536 	GtkCellAreaContext* function(GtkCellArea* area) c_gtk_cell_area_create_context;
5537 	int function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, GdkEvent* event, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_area_event;
5538 	int function(GtkCellArea* area, GtkDirectionType direction) c_gtk_cell_area_focus;
5539 	void function(GtkCellArea* area, GtkCellCallback callback, void* callbackData) c_gtk_cell_area_foreach;
5540 	void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, GdkRectangle* cellArea, GdkRectangle* backgroundArea, GtkCellAllocCallback callback, void* callbackData) c_gtk_cell_area_foreach_alloc;
5541 	void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, GtkCellRenderer* renderer, GdkRectangle* cellArea, GdkRectangle* allocation) c_gtk_cell_area_get_cell_allocation;
5542 	GtkCellRenderer* function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, GdkRectangle* cellArea, int x, int y, GdkRectangle* allocArea) c_gtk_cell_area_get_cell_at_position;
5543 	const(char)* function(GtkCellArea* area) c_gtk_cell_area_get_current_path_string;
5544 	GtkCellEditable* function(GtkCellArea* area) c_gtk_cell_area_get_edit_widget;
5545 	GtkCellRenderer* function(GtkCellArea* area) c_gtk_cell_area_get_edited_cell;
5546 	GtkCellRenderer* function(GtkCellArea* area) c_gtk_cell_area_get_focus_cell;
5547 	GtkCellRenderer* function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_get_focus_from_sibling;
5548 	GList* function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_get_focus_siblings;
5549 	void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, int* minimumHeight, int* naturalHeight) c_gtk_cell_area_get_preferred_height;
5550 	void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, int width, int* minimumHeight, int* naturalHeight) c_gtk_cell_area_get_preferred_height_for_width;
5551 	void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, int* minimumWidth, int* naturalWidth) c_gtk_cell_area_get_preferred_width;
5552 	void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, int height, int* minimumWidth, int* naturalWidth) c_gtk_cell_area_get_preferred_width_for_height;
5553 	GtkSizeRequestMode function(GtkCellArea* area) c_gtk_cell_area_get_request_mode;
5554 	int function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_has_renderer;
5555 	void function(GtkCellArea* area, GtkWidget* widget, GdkRectangle* cellArea, GdkRectangle* innerArea) c_gtk_cell_area_inner_cell_area;
5556 	int function(GtkCellArea* area) c_gtk_cell_area_is_activatable;
5557 	int function(GtkCellArea* area, GtkCellRenderer* renderer, GtkCellRenderer* sibling) c_gtk_cell_area_is_focus_sibling;
5558 	void function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_remove;
5559 	void function(GtkCellArea* area, GtkCellRenderer* renderer, GtkCellRenderer* sibling) c_gtk_cell_area_remove_focus_sibling;
5560 	void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, cairo_t* cr, GdkRectangle* backgroundArea, GdkRectangle* cellArea, GtkCellRendererState flags, int paintFocus) c_gtk_cell_area_render;
5561 	void function(GtkCellArea* area, GtkCellRenderer* renderer, GtkOrientation orientation, GtkWidget* widget, int forSize, int* minimumSize, int* naturalSize) c_gtk_cell_area_request_renderer;
5562 	void function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_set_focus_cell;
5563 	void function(GtkCellArea* area, int canceled) c_gtk_cell_area_stop_editing;
5564 
5565 	// gtk.CellAreaBox
5566 
5567 	GType function() c_gtk_cell_area_box_get_type;
5568 	GtkCellArea* function() c_gtk_cell_area_box_new;
5569 	int function(GtkCellAreaBox* box) c_gtk_cell_area_box_get_spacing;
5570 	void function(GtkCellAreaBox* box, GtkCellRenderer* renderer, int expand, int alig, int fixed) c_gtk_cell_area_box_pack_end;
5571 	void function(GtkCellAreaBox* box, GtkCellRenderer* renderer, int expand, int alig, int fixed) c_gtk_cell_area_box_pack_start;
5572 	void function(GtkCellAreaBox* box, int spacing) c_gtk_cell_area_box_set_spacing;
5573 
5574 	// gtk.CellAreaClass
5575 
5576 	GParamSpec* function(GtkCellAreaClass* aclass, const(char)* propertyName) c_gtk_cell_area_class_find_cell_property;
5577 	void function(GtkCellAreaClass* aclass, uint propertyId, GParamSpec* pspec) c_gtk_cell_area_class_install_cell_property;
5578 	GParamSpec** function(GtkCellAreaClass* aclass, uint* nProperties) c_gtk_cell_area_class_list_cell_properties;
5579 
5580 	// gtk.CellAreaContext
5581 
5582 	GType function() c_gtk_cell_area_context_get_type;
5583 	void function(GtkCellAreaContext* context, int width, int height) c_gtk_cell_area_context_allocate;
5584 	void function(GtkCellAreaContext* context, int* width, int* height) c_gtk_cell_area_context_get_allocation;
5585 	GtkCellArea* function(GtkCellAreaContext* context) c_gtk_cell_area_context_get_area;
5586 	void function(GtkCellAreaContext* context, int* minimumHeight, int* naturalHeight) c_gtk_cell_area_context_get_preferred_height;
5587 	void function(GtkCellAreaContext* context, int width, int* minimumHeight, int* naturalHeight) c_gtk_cell_area_context_get_preferred_height_for_width;
5588 	void function(GtkCellAreaContext* context, int* minimumWidth, int* naturalWidth) c_gtk_cell_area_context_get_preferred_width;
5589 	void function(GtkCellAreaContext* context, int height, int* minimumWidth, int* naturalWidth) c_gtk_cell_area_context_get_preferred_width_for_height;
5590 	void function(GtkCellAreaContext* context, int minimumHeight, int naturalHeight) c_gtk_cell_area_context_push_preferred_height;
5591 	void function(GtkCellAreaContext* context, int minimumWidth, int naturalWidth) c_gtk_cell_area_context_push_preferred_width;
5592 	void function(GtkCellAreaContext* context) c_gtk_cell_area_context_reset;
5593 
5594 	// gtk.CellEditable
5595 
5596 	GType function() c_gtk_cell_editable_get_type;
5597 	void function(GtkCellEditable* cellEditable) c_gtk_cell_editable_editing_done;
5598 	void function(GtkCellEditable* cellEditable) c_gtk_cell_editable_remove_widget;
5599 	void function(GtkCellEditable* cellEditable, GdkEvent* event) c_gtk_cell_editable_start_editing;
5600 
5601 	// gtk.CellLayout
5602 
5603 	GType function() c_gtk_cell_layout_get_type;
5604 	void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, const(char)* attribute, int column) c_gtk_cell_layout_add_attribute;
5605 	void function(GtkCellLayout* cellLayout) c_gtk_cell_layout_clear;
5606 	void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell) c_gtk_cell_layout_clear_attributes;
5607 	GtkCellArea* function(GtkCellLayout* cellLayout) c_gtk_cell_layout_get_area;
5608 	GList* function(GtkCellLayout* cellLayout) c_gtk_cell_layout_get_cells;
5609 	void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, int expand) c_gtk_cell_layout_pack_end;
5610 	void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, int expand) c_gtk_cell_layout_pack_start;
5611 	void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, int position) c_gtk_cell_layout_reorder;
5612 	void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, ... ) c_gtk_cell_layout_set_attributes;
5613 	void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, GtkCellLayoutDataFunc func, void* funcData, GDestroyNotify destroy) c_gtk_cell_layout_set_cell_data_func;
5614 
5615 	// gtk.CellRenderer
5616 
5617 	GType function() c_gtk_cell_renderer_get_type;
5618 	int function(GtkCellRenderer* cell, GdkEvent* event, GtkWidget* widget, const(char)* path, GdkRectangle* backgroundArea, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_renderer_activate;
5619 	void function(GtkCellRenderer* cell, GtkWidget* widget, GtkCellRendererState flags, GdkRectangle* cellArea, GdkRectangle* alignedArea) c_gtk_cell_renderer_get_aligned_area;
5620 	void function(GtkCellRenderer* cell, float* xalign, float* yalign) c_gtk_cell_renderer_get_alignment;
5621 	void function(GtkCellRenderer* cell, int* width, int* height) c_gtk_cell_renderer_get_fixed_size;
5622 	void function(GtkCellRenderer* cell, int* xpad, int* ypad) c_gtk_cell_renderer_get_padding;
5623 	void function(GtkCellRenderer* cell, GtkWidget* widget, int* minimumSize, int* naturalSize) c_gtk_cell_renderer_get_preferred_height;
5624 	void function(GtkCellRenderer* cell, GtkWidget* widget, int width, int* minimumHeight, int* naturalHeight) c_gtk_cell_renderer_get_preferred_height_for_width;
5625 	void function(GtkCellRenderer* cell, GtkWidget* widget, GtkRequisition* minimumSize, GtkRequisition* naturalSize) c_gtk_cell_renderer_get_preferred_size;
5626 	void function(GtkCellRenderer* cell, GtkWidget* widget, int* minimumSize, int* naturalSize) c_gtk_cell_renderer_get_preferred_width;
5627 	void function(GtkCellRenderer* cell, GtkWidget* widget, int height, int* minimumWidth, int* naturalWidth) c_gtk_cell_renderer_get_preferred_width_for_height;
5628 	GtkSizeRequestMode function(GtkCellRenderer* cell) c_gtk_cell_renderer_get_request_mode;
5629 	int function(GtkCellRenderer* cell) c_gtk_cell_renderer_get_sensitive;
5630 	void function(GtkCellRenderer* cell, GtkWidget* widget, GdkRectangle* cellArea, int* xOffset, int* yOffset, int* width, int* height) c_gtk_cell_renderer_get_size;
5631 	GtkStateFlags function(GtkCellRenderer* cell, GtkWidget* widget, GtkCellRendererState cellState) c_gtk_cell_renderer_get_state;
5632 	int function(GtkCellRenderer* cell) c_gtk_cell_renderer_get_visible;
5633 	int function(GtkCellRenderer* cell) c_gtk_cell_renderer_is_activatable;
5634 	void function(GtkCellRenderer* cell, cairo_t* cr, GtkWidget* widget, GdkRectangle* backgroundArea, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_renderer_render;
5635 	void function(GtkCellRenderer* cell, float xalign, float yalign) c_gtk_cell_renderer_set_alignment;
5636 	void function(GtkCellRenderer* cell, int width, int height) c_gtk_cell_renderer_set_fixed_size;
5637 	void function(GtkCellRenderer* cell, int xpad, int ypad) c_gtk_cell_renderer_set_padding;
5638 	void function(GtkCellRenderer* cell, int sensitive) c_gtk_cell_renderer_set_sensitive;
5639 	void function(GtkCellRenderer* cell, int visible) c_gtk_cell_renderer_set_visible;
5640 	GtkCellEditable* function(GtkCellRenderer* cell, GdkEvent* event, GtkWidget* widget, const(char)* path, GdkRectangle* backgroundArea, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_renderer_start_editing;
5641 	void function(GtkCellRenderer* cell, int canceled) c_gtk_cell_renderer_stop_editing;
5642 
5643 	// gtk.CellRendererAccel
5644 
5645 	GType function() c_gtk_cell_renderer_accel_get_type;
5646 	GtkCellRenderer* function() c_gtk_cell_renderer_accel_new;
5647 
5648 	// gtk.CellRendererClass
5649 
5650 	void function(GtkCellRendererClass* rendererClass, GType type) c_gtk_cell_renderer_class_set_accessible_type;
5651 
5652 	// gtk.CellRendererCombo
5653 
5654 	GType function() c_gtk_cell_renderer_combo_get_type;
5655 	GtkCellRenderer* function() c_gtk_cell_renderer_combo_new;
5656 
5657 	// gtk.CellRendererPixbuf
5658 
5659 	GType function() c_gtk_cell_renderer_pixbuf_get_type;
5660 	GtkCellRenderer* function() c_gtk_cell_renderer_pixbuf_new;
5661 
5662 	// gtk.CellRendererProgress
5663 
5664 	GType function() c_gtk_cell_renderer_progress_get_type;
5665 	GtkCellRenderer* function() c_gtk_cell_renderer_progress_new;
5666 
5667 	// gtk.CellRendererSpin
5668 
5669 	GType function() c_gtk_cell_renderer_spin_get_type;
5670 	GtkCellRenderer* function() c_gtk_cell_renderer_spin_new;
5671 
5672 	// gtk.CellRendererSpinner
5673 
5674 	GType function() c_gtk_cell_renderer_spinner_get_type;
5675 	GtkCellRenderer* function() c_gtk_cell_renderer_spinner_new;
5676 
5677 	// gtk.CellRendererText
5678 
5679 	GType function() c_gtk_cell_renderer_text_get_type;
5680 	GtkCellRenderer* function() c_gtk_cell_renderer_text_new;
5681 	void function(GtkCellRendererText* renderer, int numberOfRows) c_gtk_cell_renderer_text_set_fixed_height_from_font;
5682 
5683 	// gtk.CellRendererToggle
5684 
5685 	GType function() c_gtk_cell_renderer_toggle_get_type;
5686 	GtkCellRenderer* function() c_gtk_cell_renderer_toggle_new;
5687 	int function(GtkCellRendererToggle* toggle) c_gtk_cell_renderer_toggle_get_activatable;
5688 	int function(GtkCellRendererToggle* toggle) c_gtk_cell_renderer_toggle_get_active;
5689 	int function(GtkCellRendererToggle* toggle) c_gtk_cell_renderer_toggle_get_radio;
5690 	void function(GtkCellRendererToggle* toggle, int setting) c_gtk_cell_renderer_toggle_set_activatable;
5691 	void function(GtkCellRendererToggle* toggle, int setting) c_gtk_cell_renderer_toggle_set_active;
5692 	void function(GtkCellRendererToggle* toggle, int radio) c_gtk_cell_renderer_toggle_set_radio;
5693 
5694 	// gtk.CellView
5695 
5696 	GType function() c_gtk_cell_view_get_type;
5697 	GtkWidget* function() c_gtk_cell_view_new;
5698 	GtkWidget* function(GtkCellArea* area, GtkCellAreaContext* context) c_gtk_cell_view_new_with_context;
5699 	GtkWidget* function(const(char)* markup) c_gtk_cell_view_new_with_markup;
5700 	GtkWidget* function(GdkPixbuf* pixbuf) c_gtk_cell_view_new_with_pixbuf;
5701 	GtkWidget* function(const(char)* text) c_gtk_cell_view_new_with_text;
5702 	GtkTreePath* function(GtkCellView* cellView) c_gtk_cell_view_get_displayed_row;
5703 	int function(GtkCellView* cellView) c_gtk_cell_view_get_draw_sensitive;
5704 	int function(GtkCellView* cellView) c_gtk_cell_view_get_fit_model;
5705 	GtkTreeModel* function(GtkCellView* cellView) c_gtk_cell_view_get_model;
5706 	int function(GtkCellView* cellView, GtkTreePath* path, GtkRequisition* requisition) c_gtk_cell_view_get_size_of_row;
5707 	void function(GtkCellView* cellView, GdkColor* color) c_gtk_cell_view_set_background_color;
5708 	void function(GtkCellView* cellView, GdkRGBA* rgba) c_gtk_cell_view_set_background_rgba;
5709 	void function(GtkCellView* cellView, GtkTreePath* path) c_gtk_cell_view_set_displayed_row;
5710 	void function(GtkCellView* cellView, int drawSensitive) c_gtk_cell_view_set_draw_sensitive;
5711 	void function(GtkCellView* cellView, int fitModel) c_gtk_cell_view_set_fit_model;
5712 	void function(GtkCellView* cellView, GtkTreeModel* model) c_gtk_cell_view_set_model;
5713 
5714 	// gtk.CheckButton
5715 
5716 	GType function() c_gtk_check_button_get_type;
5717 	GtkWidget* function() c_gtk_check_button_new;
5718 	GtkWidget* function(const(char)* label) c_gtk_check_button_new_with_label;
5719 	GtkWidget* function(const(char)* label) c_gtk_check_button_new_with_mnemonic;
5720 
5721 	// gtk.CheckMenuItem
5722 
5723 	GType function() c_gtk_check_menu_item_get_type;
5724 	GtkWidget* function() c_gtk_check_menu_item_new;
5725 	GtkWidget* function(const(char)* label) c_gtk_check_menu_item_new_with_label;
5726 	GtkWidget* function(const(char)* label) c_gtk_check_menu_item_new_with_mnemonic;
5727 	int function(GtkCheckMenuItem* checkMenuItem) c_gtk_check_menu_item_get_active;
5728 	int function(GtkCheckMenuItem* checkMenuItem) c_gtk_check_menu_item_get_draw_as_radio;
5729 	int function(GtkCheckMenuItem* checkMenuItem) c_gtk_check_menu_item_get_inconsistent;
5730 	void function(GtkCheckMenuItem* checkMenuItem, int isActive) c_gtk_check_menu_item_set_active;
5731 	void function(GtkCheckMenuItem* checkMenuItem, int drawAsRadio) c_gtk_check_menu_item_set_draw_as_radio;
5732 	void function(GtkCheckMenuItem* checkMenuItem, int setting) c_gtk_check_menu_item_set_inconsistent;
5733 	void function(GtkCheckMenuItem* checkMenuItem) c_gtk_check_menu_item_toggled;
5734 
5735 	// gtk.CheckMenuItemAccessible
5736 
5737 	GType function() c_gtk_check_menu_item_accessible_get_type;
5738 
5739 	// gtk.Clipboard
5740 
5741 	GType function() c_gtk_clipboard_get_type;
5742 	GtkClipboard* function(GdkAtom selection) c_gtk_clipboard_get;
5743 	GtkClipboard* function(GdkDisplay* display, GdkAtom selection) c_gtk_clipboard_get_for_display;
5744 	void function(GtkClipboard* clipboard) c_gtk_clipboard_clear;
5745 	GdkDisplay* function(GtkClipboard* clipboard) c_gtk_clipboard_get_display;
5746 	GObject* function(GtkClipboard* clipboard) c_gtk_clipboard_get_owner;
5747 	void function(GtkClipboard* clipboard, GdkAtom target, GtkClipboardReceivedFunc callback, void* userData) c_gtk_clipboard_request_contents;
5748 	void function(GtkClipboard* clipboard, GtkClipboardImageReceivedFunc callback, void* userData) c_gtk_clipboard_request_image;
5749 	void function(GtkClipboard* clipboard, GtkTextBuffer* buffer, GtkClipboardRichTextReceivedFunc callback, void* userData) c_gtk_clipboard_request_rich_text;
5750 	void function(GtkClipboard* clipboard, GtkClipboardTargetsReceivedFunc callback, void* userData) c_gtk_clipboard_request_targets;
5751 	void function(GtkClipboard* clipboard, GtkClipboardTextReceivedFunc callback, void* userData) c_gtk_clipboard_request_text;
5752 	void function(GtkClipboard* clipboard, GtkClipboardURIReceivedFunc callback, void* userData) c_gtk_clipboard_request_uris;
5753 	void function(GtkClipboard* clipboard, GtkTargetEntry* targets, int nTargets) c_gtk_clipboard_set_can_store;
5754 	void function(GtkClipboard* clipboard, GdkPixbuf* pixbuf) c_gtk_clipboard_set_image;
5755 	void function(GtkClipboard* clipboard, const(char)* text, int len) c_gtk_clipboard_set_text;
5756 	int function(GtkClipboard* clipboard, GtkTargetEntry* targets, uint nTargets, GtkClipboardGetFunc getFunc, GtkClipboardClearFunc clearFunc, void* userData) c_gtk_clipboard_set_with_data;
5757 	int function(GtkClipboard* clipboard, GtkTargetEntry* targets, uint nTargets, GtkClipboardGetFunc getFunc, GtkClipboardClearFunc clearFunc, GObject* owner) c_gtk_clipboard_set_with_owner;
5758 	void function(GtkClipboard* clipboard) c_gtk_clipboard_store;
5759 	GtkSelectionData* function(GtkClipboard* clipboard, GdkAtom target) c_gtk_clipboard_wait_for_contents;
5760 	GdkPixbuf* function(GtkClipboard* clipboard) c_gtk_clipboard_wait_for_image;
5761 	ubyte* function(GtkClipboard* clipboard, GtkTextBuffer* buffer, GdkAtom* format, size_t* length) c_gtk_clipboard_wait_for_rich_text;
5762 	int function(GtkClipboard* clipboard, GdkAtom** targets, int* nTargets) c_gtk_clipboard_wait_for_targets;
5763 	char* function(GtkClipboard* clipboard) c_gtk_clipboard_wait_for_text;
5764 	char** function(GtkClipboard* clipboard) c_gtk_clipboard_wait_for_uris;
5765 	int function(GtkClipboard* clipboard) c_gtk_clipboard_wait_is_image_available;
5766 	int function(GtkClipboard* clipboard, GtkTextBuffer* buffer) c_gtk_clipboard_wait_is_rich_text_available;
5767 	int function(GtkClipboard* clipboard, GdkAtom target) c_gtk_clipboard_wait_is_target_available;
5768 	int function(GtkClipboard* clipboard) c_gtk_clipboard_wait_is_text_available;
5769 	int function(GtkClipboard* clipboard) c_gtk_clipboard_wait_is_uris_available;
5770 
5771 	// gtk.ColorButton
5772 
5773 	GType function() c_gtk_color_button_get_type;
5774 	GtkWidget* function() c_gtk_color_button_new;
5775 	GtkWidget* function(GdkColor* color) c_gtk_color_button_new_with_color;
5776 	GtkWidget* function(GdkRGBA* rgba) c_gtk_color_button_new_with_rgba;
5777 	ushort function(GtkColorButton* button) c_gtk_color_button_get_alpha;
5778 	void function(GtkColorButton* button, GdkColor* color) c_gtk_color_button_get_color;
5779 	void function(GtkColorButton* button, GdkRGBA* rgba) c_gtk_color_button_get_rgba;
5780 	const(char)* function(GtkColorButton* button) c_gtk_color_button_get_title;
5781 	int function(GtkColorButton* button) c_gtk_color_button_get_use_alpha;
5782 	void function(GtkColorButton* button, ushort alpha) c_gtk_color_button_set_alpha;
5783 	void function(GtkColorButton* button, GdkColor* color) c_gtk_color_button_set_color;
5784 	void function(GtkColorButton* button, GdkRGBA* rgba) c_gtk_color_button_set_rgba;
5785 	void function(GtkColorButton* button, const(char)* title) c_gtk_color_button_set_title;
5786 	void function(GtkColorButton* button, int useAlpha) c_gtk_color_button_set_use_alpha;
5787 
5788 	// gtk.ColorChooser
5789 
5790 	GType function() c_gtk_color_chooser_get_type;
5791 	void function(GtkColorChooser* chooser, GtkOrientation orientation, int colorsPerLine, int nColors, GdkRGBA* colors) c_gtk_color_chooser_add_palette;
5792 	void function(GtkColorChooser* chooser, GdkRGBA* color) c_gtk_color_chooser_get_rgba;
5793 	int function(GtkColorChooser* chooser) c_gtk_color_chooser_get_use_alpha;
5794 	void function(GtkColorChooser* chooser, GdkRGBA* color) c_gtk_color_chooser_set_rgba;
5795 	void function(GtkColorChooser* chooser, int useAlpha) c_gtk_color_chooser_set_use_alpha;
5796 
5797 	// gtk.ColorChooserDialog
5798 
5799 	GType function() c_gtk_color_chooser_dialog_get_type;
5800 	GtkWidget* function(const(char)* title, GtkWindow* parent) c_gtk_color_chooser_dialog_new;
5801 
5802 	// gtk.ColorChooserWidget
5803 
5804 	GType function() c_gtk_color_chooser_widget_get_type;
5805 	GtkWidget* function() c_gtk_color_chooser_widget_new;
5806 
5807 	// gtk.ColorSelection
5808 
5809 	GType function() c_gtk_color_selection_get_type;
5810 	GtkWidget* function() c_gtk_color_selection_new;
5811 	int function(const(char)* str, GdkColor** colors, int* nColors) c_gtk_color_selection_palette_from_string;
5812 	char* function(GdkColor* colors, int nColors) c_gtk_color_selection_palette_to_string;
5813 	GtkColorSelectionChangePaletteWithScreenFunc function(GtkColorSelectionChangePaletteWithScreenFunc func) c_gtk_color_selection_set_change_palette_with_screen_hook;
5814 	ushort function(GtkColorSelection* colorsel) c_gtk_color_selection_get_current_alpha;
5815 	void function(GtkColorSelection* colorsel, GdkColor* color) c_gtk_color_selection_get_current_color;
5816 	void function(GtkColorSelection* colorsel, GdkRGBA* rgba) c_gtk_color_selection_get_current_rgba;
5817 	int function(GtkColorSelection* colorsel) c_gtk_color_selection_get_has_opacity_control;
5818 	int function(GtkColorSelection* colorsel) c_gtk_color_selection_get_has_palette;
5819 	ushort function(GtkColorSelection* colorsel) c_gtk_color_selection_get_previous_alpha;
5820 	void function(GtkColorSelection* colorsel, GdkColor* color) c_gtk_color_selection_get_previous_color;
5821 	void function(GtkColorSelection* colorsel, GdkRGBA* rgba) c_gtk_color_selection_get_previous_rgba;
5822 	int function(GtkColorSelection* colorsel) c_gtk_color_selection_is_adjusting;
5823 	void function(GtkColorSelection* colorsel, ushort alpha) c_gtk_color_selection_set_current_alpha;
5824 	void function(GtkColorSelection* colorsel, GdkColor* color) c_gtk_color_selection_set_current_color;
5825 	void function(GtkColorSelection* colorsel, GdkRGBA* rgba) c_gtk_color_selection_set_current_rgba;
5826 	void function(GtkColorSelection* colorsel, int hasOpacity) c_gtk_color_selection_set_has_opacity_control;
5827 	void function(GtkColorSelection* colorsel, int hasPalette) c_gtk_color_selection_set_has_palette;
5828 	void function(GtkColorSelection* colorsel, ushort alpha) c_gtk_color_selection_set_previous_alpha;
5829 	void function(GtkColorSelection* colorsel, GdkColor* color) c_gtk_color_selection_set_previous_color;
5830 	void function(GtkColorSelection* colorsel, GdkRGBA* rgba) c_gtk_color_selection_set_previous_rgba;
5831 
5832 	// gtk.ColorSelectionDialog
5833 
5834 	GType function() c_gtk_color_selection_dialog_get_type;
5835 	GtkWidget* function(const(char)* title) c_gtk_color_selection_dialog_new;
5836 	GtkWidget* function(GtkColorSelectionDialog* colorsel) c_gtk_color_selection_dialog_get_color_selection;
5837 
5838 	// gtk.ComboBox
5839 
5840 	GType function() c_gtk_combo_box_get_type;
5841 	GtkWidget* function() c_gtk_combo_box_new;
5842 	GtkWidget* function(GtkCellArea* area) c_gtk_combo_box_new_with_area;
5843 	GtkWidget* function(GtkCellArea* area) c_gtk_combo_box_new_with_area_and_entry;
5844 	GtkWidget* function() c_gtk_combo_box_new_with_entry;
5845 	GtkWidget* function(GtkTreeModel* model) c_gtk_combo_box_new_with_model;
5846 	GtkWidget* function(GtkTreeModel* model) c_gtk_combo_box_new_with_model_and_entry;
5847 	int function(GtkComboBox* comboBox) c_gtk_combo_box_get_active;
5848 	const(char)* function(GtkComboBox* comboBox) c_gtk_combo_box_get_active_id;
5849 	int function(GtkComboBox* comboBox, GtkTreeIter* iter) c_gtk_combo_box_get_active_iter;
5850 	int function(GtkComboBox* comboBox) c_gtk_combo_box_get_add_tearoffs;
5851 	GtkSensitivityType function(GtkComboBox* comboBox) c_gtk_combo_box_get_button_sensitivity;
5852 	int function(GtkComboBox* comboBox) c_gtk_combo_box_get_column_span_column;
5853 	int function(GtkComboBox* comboBox) c_gtk_combo_box_get_entry_text_column;
5854 	int function(GtkComboBox* combo) c_gtk_combo_box_get_focus_on_click;
5855 	int function(GtkComboBox* comboBox) c_gtk_combo_box_get_has_entry;
5856 	int function(GtkComboBox* comboBox) c_gtk_combo_box_get_id_column;
5857 	GtkTreeModel* function(GtkComboBox* comboBox) c_gtk_combo_box_get_model;
5858 	AtkObject* function(GtkComboBox* comboBox) c_gtk_combo_box_get_popup_accessible;
5859 	int function(GtkComboBox* comboBox) c_gtk_combo_box_get_popup_fixed_width;
5860 	GtkTreeViewRowSeparatorFunc function(GtkComboBox* comboBox) c_gtk_combo_box_get_row_separator_func;
5861 	int function(GtkComboBox* comboBox) c_gtk_combo_box_get_row_span_column;
5862 	const(char)* function(GtkComboBox* comboBox) c_gtk_combo_box_get_title;
5863 	int function(GtkComboBox* comboBox) c_gtk_combo_box_get_wrap_width;
5864 	void function(GtkComboBox* comboBox) c_gtk_combo_box_popdown;
5865 	void function(GtkComboBox* comboBox) c_gtk_combo_box_popup;
5866 	void function(GtkComboBox* comboBox, GdkDevice* device) c_gtk_combo_box_popup_for_device;
5867 	void function(GtkComboBox* comboBox, int index) c_gtk_combo_box_set_active;
5868 	int function(GtkComboBox* comboBox, const(char)* activeId) c_gtk_combo_box_set_active_id;
5869 	void function(GtkComboBox* comboBox, GtkTreeIter* iter) c_gtk_combo_box_set_active_iter;
5870 	void function(GtkComboBox* comboBox, int addTearoffs) c_gtk_combo_box_set_add_tearoffs;
5871 	void function(GtkComboBox* comboBox, GtkSensitivityType sensitivity) c_gtk_combo_box_set_button_sensitivity;
5872 	void function(GtkComboBox* comboBox, int columnSpan) c_gtk_combo_box_set_column_span_column;
5873 	void function(GtkComboBox* comboBox, int textColumn) c_gtk_combo_box_set_entry_text_column;
5874 	void function(GtkComboBox* combo, int focusOnClick) c_gtk_combo_box_set_focus_on_click;
5875 	void function(GtkComboBox* comboBox, int idColumn) c_gtk_combo_box_set_id_column;
5876 	void function(GtkComboBox* comboBox, GtkTreeModel* model) c_gtk_combo_box_set_model;
5877 	void function(GtkComboBox* comboBox, int fixed) c_gtk_combo_box_set_popup_fixed_width;
5878 	void function(GtkComboBox* comboBox, GtkTreeViewRowSeparatorFunc func, void* data, GDestroyNotify destroy) c_gtk_combo_box_set_row_separator_func;
5879 	void function(GtkComboBox* comboBox, int rowSpan) c_gtk_combo_box_set_row_span_column;
5880 	void function(GtkComboBox* comboBox, const(char)* title) c_gtk_combo_box_set_title;
5881 	void function(GtkComboBox* comboBox, int width) c_gtk_combo_box_set_wrap_width;
5882 
5883 	// gtk.ComboBoxAccessible
5884 
5885 	GType function() c_gtk_combo_box_accessible_get_type;
5886 
5887 	// gtk.ComboBoxText
5888 
5889 	GType function() c_gtk_combo_box_text_get_type;
5890 	GtkWidget* function() c_gtk_combo_box_text_new;
5891 	GtkWidget* function() c_gtk_combo_box_text_new_with_entry;
5892 	void function(GtkComboBoxText* comboBox, const(char)* id, const(char)* text) c_gtk_combo_box_text_append;
5893 	void function(GtkComboBoxText* comboBox, const(char)* text) c_gtk_combo_box_text_append_text;
5894 	char* function(GtkComboBoxText* comboBox) c_gtk_combo_box_text_get_active_text;
5895 	void function(GtkComboBoxText* comboBox, int position, const(char)* id, const(char)* text) c_gtk_combo_box_text_insert;
5896 	void function(GtkComboBoxText* comboBox, int position, const(char)* text) c_gtk_combo_box_text_insert_text;
5897 	void function(GtkComboBoxText* comboBox, const(char)* id, const(char)* text) c_gtk_combo_box_text_prepend;
5898 	void function(GtkComboBoxText* comboBox, const(char)* text) c_gtk_combo_box_text_prepend_text;
5899 	void function(GtkComboBoxText* comboBox, int position) c_gtk_combo_box_text_remove;
5900 	void function(GtkComboBoxText* comboBox) c_gtk_combo_box_text_remove_all;
5901 
5902 	// gtk.Container
5903 
5904 	GType function() c_gtk_container_get_type;
5905 	void function(GtkContainer* container, GtkWidget* widget) c_gtk_container_add;
5906 	void function(GtkContainer* container, GtkWidget* widget, const(char)* firstPropName, ... ) c_gtk_container_add_with_properties;
5907 	void function(GtkContainer* container) c_gtk_container_check_resize;
5908 	void function(GtkContainer* container, GtkWidget* child, const(char)* firstPropName, ... ) c_gtk_container_child_get;
5909 	void function(GtkContainer* container, GtkWidget* child, const(char)* propertyName, GValue* value) c_gtk_container_child_get_property;
5910 	void function(GtkContainer* container, GtkWidget* child, const(char)* firstPropertyName, void* varArgs) c_gtk_container_child_get_valist;
5911 	void function(GtkContainer* container, GtkWidget* child, const(char)* childProperty) c_gtk_container_child_notify;
5912 	void function(GtkContainer* container, GtkWidget* child, const(char)* firstPropName, ... ) c_gtk_container_child_set;
5913 	void function(GtkContainer* container, GtkWidget* child, const(char)* propertyName, GValue* value) c_gtk_container_child_set_property;
5914 	void function(GtkContainer* container, GtkWidget* child, const(char)* firstPropertyName, void* varArgs) c_gtk_container_child_set_valist;
5915 	GType function(GtkContainer* container) c_gtk_container_child_type;
5916 	void function(GtkContainer* container, GtkCallback callback, void* callbackData) c_gtk_container_forall;
5917 	void function(GtkContainer* container, GtkCallback callback, void* callbackData) c_gtk_container_foreach;
5918 	uint function(GtkContainer* container) c_gtk_container_get_border_width;
5919 	GList* function(GtkContainer* container) c_gtk_container_get_children;
5920 	int function(GtkContainer* container, GList** focusableWidgets) c_gtk_container_get_focus_chain;
5921 	GtkWidget* function(GtkContainer* container) c_gtk_container_get_focus_child;
5922 	GtkAdjustment* function(GtkContainer* container) c_gtk_container_get_focus_hadjustment;
5923 	GtkAdjustment* function(GtkContainer* container) c_gtk_container_get_focus_vadjustment;
5924 	GtkWidgetPath* function(GtkContainer* container, GtkWidget* child) c_gtk_container_get_path_for_child;
5925 	GtkResizeMode function(GtkContainer* container) c_gtk_container_get_resize_mode;
5926 	void function(GtkContainer* container, GtkWidget* child, cairo_t* cr) c_gtk_container_propagate_draw;
5927 	void function(GtkContainer* container, GtkWidget* widget) c_gtk_container_remove;
5928 	void function(GtkContainer* container) c_gtk_container_resize_children;
5929 	void function(GtkContainer* container, uint borderWidth) c_gtk_container_set_border_width;
5930 	void function(GtkContainer* container, GList* focusableWidgets) c_gtk_container_set_focus_chain;
5931 	void function(GtkContainer* container, GtkWidget* child) c_gtk_container_set_focus_child;
5932 	void function(GtkContainer* container, GtkAdjustment* adjustment) c_gtk_container_set_focus_hadjustment;
5933 	void function(GtkContainer* container, GtkAdjustment* adjustment) c_gtk_container_set_focus_vadjustment;
5934 	void function(GtkContainer* container, int needsRedraws) c_gtk_container_set_reallocate_redraws;
5935 	void function(GtkContainer* container, GtkResizeMode resizeMode) c_gtk_container_set_resize_mode;
5936 	void function(GtkContainer* container) c_gtk_container_unset_focus_chain;
5937 
5938 	// gtk.ContainerAccessible
5939 
5940 	GType function() c_gtk_container_accessible_get_type;
5941 
5942 	// gtk.ContainerCellAccessible
5943 
5944 	GType function() c_gtk_container_cell_accessible_get_type;
5945 	GtkContainerCellAccessible* function() c_gtk_container_cell_accessible_new;
5946 	void function(GtkContainerCellAccessible* container, GtkCellAccessible* child) c_gtk_container_cell_accessible_add_child;
5947 	GList* function(GtkContainerCellAccessible* container) c_gtk_container_cell_accessible_get_children;
5948 	void function(GtkContainerCellAccessible* container, GtkCellAccessible* child) c_gtk_container_cell_accessible_remove_child;
5949 
5950 	// gtk.ContainerClass
5951 
5952 	GParamSpec* function(GObjectClass* cclass, const(char)* propertyName) c_gtk_container_class_find_child_property;
5953 	void function(GtkContainerClass* klass) c_gtk_container_class_handle_border_width;
5954 	void function(GtkContainerClass* cclass, uint propertyId, GParamSpec* pspec) c_gtk_container_class_install_child_property;
5955 	GParamSpec** function(GObjectClass* cclass, uint* nProperties) c_gtk_container_class_list_child_properties;
5956 
5957 	// gtk.CssProvider
5958 
5959 	GType function() c_gtk_css_provider_get_type;
5960 	GtkCssProvider* function() c_gtk_css_provider_new;
5961 	GtkCssProvider* function() c_gtk_css_provider_get_default;
5962 	GtkCssProvider* function(const(char)* name, const(char)* variant) c_gtk_css_provider_get_named;
5963 	int function(GtkCssProvider* cssProvider, char* data, ptrdiff_t length, GError** err) c_gtk_css_provider_load_from_data;
5964 	int function(GtkCssProvider* cssProvider, GFile* file, GError** err) c_gtk_css_provider_load_from_file;
5965 	int function(GtkCssProvider* cssProvider, const(char)* path, GError** err) c_gtk_css_provider_load_from_path;
5966 	char* function(GtkCssProvider* provider) c_gtk_css_provider_to_string;
5967 
5968 	// gtk.CssSection
5969 
5970 	GType function() c_gtk_css_section_get_type;
5971 	uint function(GtkCssSection* section) c_gtk_css_section_get_end_line;
5972 	uint function(GtkCssSection* section) c_gtk_css_section_get_end_position;
5973 	GFile* function(GtkCssSection* section) c_gtk_css_section_get_file;
5974 	GtkCssSection* function(GtkCssSection* section) c_gtk_css_section_get_parent;
5975 	GtkCssSectionType function(GtkCssSection* section) c_gtk_css_section_get_section_type;
5976 	uint function(GtkCssSection* section) c_gtk_css_section_get_start_line;
5977 	uint function(GtkCssSection* section) c_gtk_css_section_get_start_position;
5978 	GtkCssSection* function(GtkCssSection* section) c_gtk_css_section_ref;
5979 	void function(GtkCssSection* section) c_gtk_css_section_unref;
5980 
5981 	// gtk.Dialog
5982 
5983 	GType function() c_gtk_dialog_get_type;
5984 	GtkWidget* function() c_gtk_dialog_new;
5985 	GtkWidget* function(const(char)* title, GtkWindow* parent, GtkDialogFlags flags, const(char)* firstButtonText, ... ) c_gtk_dialog_new_with_buttons;
5986 	void function(GtkDialog* dialog, GtkWidget* child, int responseId) c_gtk_dialog_add_action_widget;
5987 	GtkWidget* function(GtkDialog* dialog, const(char)* buttonText, int responseId) c_gtk_dialog_add_button;
5988 	void function(GtkDialog* dialog, const(char)* firstButtonText, ... ) c_gtk_dialog_add_buttons;
5989 	GtkWidget* function(GtkDialog* dialog) c_gtk_dialog_get_action_area;
5990 	GtkWidget* function(GtkDialog* dialog) c_gtk_dialog_get_content_area;
5991 	GtkWidget* function(GtkDialog* dialog) c_gtk_dialog_get_header_bar;
5992 	int function(GtkDialog* dialog, GtkWidget* widget) c_gtk_dialog_get_response_for_widget;
5993 	GtkWidget* function(GtkDialog* dialog, int responseId) c_gtk_dialog_get_widget_for_response;
5994 	void function(GtkDialog* dialog, int responseId) c_gtk_dialog_response;
5995 	int function(GtkDialog* dialog) c_gtk_dialog_run;
5996 	void function(GtkDialog* dialog, int firstResponseId, ... ) c_gtk_dialog_set_alternative_button_order;
5997 	void function(GtkDialog* dialog, int nParams, int* newOrder) c_gtk_dialog_set_alternative_button_order_from_array;
5998 	void function(GtkDialog* dialog, int responseId) c_gtk_dialog_set_default_response;
5999 	void function(GtkDialog* dialog, int responseId, int setting) c_gtk_dialog_set_response_sensitive;
6000 	int function(GdkScreen* screen) c_gtk_alternative_dialog_button_order;
6001 
6002 	// gtk.DrawingArea
6003 
6004 	GType function() c_gtk_drawing_area_get_type;
6005 	GtkWidget* function() c_gtk_drawing_area_new;
6006 
6007 	// gtk.Editable
6008 
6009 	GType function() c_gtk_editable_get_type;
6010 	void function(GtkEditable* editable) c_gtk_editable_copy_clipboard;
6011 	void function(GtkEditable* editable) c_gtk_editable_cut_clipboard;
6012 	void function(GtkEditable* editable) c_gtk_editable_delete_selection;
6013 	void function(GtkEditable* editable, int startPos, int endPos) c_gtk_editable_delete_text;
6014 	char* function(GtkEditable* editable, int startPos, int endPos) c_gtk_editable_get_chars;
6015 	int function(GtkEditable* editable) c_gtk_editable_get_editable;
6016 	int function(GtkEditable* editable) c_gtk_editable_get_position;
6017 	int function(GtkEditable* editable, int* startPos, int* endPos) c_gtk_editable_get_selection_bounds;
6018 	void function(GtkEditable* editable, const(char)* newText, int newTextLength, int* position) c_gtk_editable_insert_text;
6019 	void function(GtkEditable* editable) c_gtk_editable_paste_clipboard;
6020 	void function(GtkEditable* editable, int startPos, int endPos) c_gtk_editable_select_region;
6021 	void function(GtkEditable* editable, int isEditable) c_gtk_editable_set_editable;
6022 	void function(GtkEditable* editable, int position) c_gtk_editable_set_position;
6023 
6024 	// gtk.Entry
6025 
6026 	GType function() c_gtk_entry_get_type;
6027 	GtkWidget* function() c_gtk_entry_new;
6028 	GtkWidget* function(GtkEntryBuffer* buffer) c_gtk_entry_new_with_buffer;
6029 	int function(GtkEntry* entry) c_gtk_entry_get_activates_default;
6030 	float function(GtkEntry* entry) c_gtk_entry_get_alignment;
6031 	PangoAttrList* function(GtkEntry* entry) c_gtk_entry_get_attributes;
6032 	GtkEntryBuffer* function(GtkEntry* entry) c_gtk_entry_get_buffer;
6033 	GtkEntryCompletion* function(GtkEntry* entry) c_gtk_entry_get_completion;
6034 	int function(GtkEntry* entry) c_gtk_entry_get_current_icon_drag_source;
6035 	GtkAdjustment* function(GtkEntry* entry) c_gtk_entry_get_cursor_hadjustment;
6036 	int function(GtkEntry* entry) c_gtk_entry_get_has_frame;
6037 	int function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_activatable;
6038 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, GdkRectangle* iconArea) c_gtk_entry_get_icon_area;
6039 	int function(GtkEntry* entry, int x, int y) c_gtk_entry_get_icon_at_pos;
6040 	GIcon* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_gicon;
6041 	const(char)* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_name;
6042 	GdkPixbuf* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_pixbuf;
6043 	int function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_sensitive;
6044 	const(char)* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_stock;
6045 	GtkImageType function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_storage_type;
6046 	char* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_tooltip_markup;
6047 	char* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_tooltip_text;
6048 	GtkBorder* function(GtkEntry* entry) c_gtk_entry_get_inner_border;
6049 	GtkInputHints function(GtkEntry* entry) c_gtk_entry_get_input_hints;
6050 	GtkInputPurpose function(GtkEntry* entry) c_gtk_entry_get_input_purpose;
6051 	dchar function(GtkEntry* entry) c_gtk_entry_get_invisible_char;
6052 	PangoLayout* function(GtkEntry* entry) c_gtk_entry_get_layout;
6053 	void function(GtkEntry* entry, int* x, int* y) c_gtk_entry_get_layout_offsets;
6054 	int function(GtkEntry* entry) c_gtk_entry_get_max_length;
6055 	int function(GtkEntry* entry) c_gtk_entry_get_max_width_chars;
6056 	int function(GtkEntry* entry) c_gtk_entry_get_overwrite_mode;
6057 	const(char)* function(GtkEntry* entry) c_gtk_entry_get_placeholder_text;
6058 	double function(GtkEntry* entry) c_gtk_entry_get_progress_fraction;
6059 	double function(GtkEntry* entry) c_gtk_entry_get_progress_pulse_step;
6060 	PangoTabArray* function(GtkEntry* entry) c_gtk_entry_get_tabs;
6061 	const(char)* function(GtkEntry* entry) c_gtk_entry_get_text;
6062 	void function(GtkEntry* entry, GdkRectangle* textArea) c_gtk_entry_get_text_area;
6063 	ushort function(GtkEntry* entry) c_gtk_entry_get_text_length;
6064 	int function(GtkEntry* entry) c_gtk_entry_get_visibility;
6065 	int function(GtkEntry* entry) c_gtk_entry_get_width_chars;
6066 	int function(GtkEntry* entry, GdkEventKey* event) c_gtk_entry_im_context_filter_keypress;
6067 	int function(GtkEntry* entry, int layoutIndex) c_gtk_entry_layout_index_to_text_index;
6068 	void function(GtkEntry* entry) c_gtk_entry_progress_pulse;
6069 	void function(GtkEntry* entry) c_gtk_entry_reset_im_context;
6070 	void function(GtkEntry* entry, int setting) c_gtk_entry_set_activates_default;
6071 	void function(GtkEntry* entry, float xalign) c_gtk_entry_set_alignment;
6072 	void function(GtkEntry* entry, PangoAttrList* attrs) c_gtk_entry_set_attributes;
6073 	void function(GtkEntry* entry, GtkEntryBuffer* buffer) c_gtk_entry_set_buffer;
6074 	void function(GtkEntry* entry, GtkEntryCompletion* completion) c_gtk_entry_set_completion;
6075 	void function(GtkEntry* entry, GtkAdjustment* adjustment) c_gtk_entry_set_cursor_hadjustment;
6076 	void function(GtkEntry* entry, int setting) c_gtk_entry_set_has_frame;
6077 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, int activatable) c_gtk_entry_set_icon_activatable;
6078 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, GtkTargetList* targetList, GdkDragAction actions) c_gtk_entry_set_icon_drag_source;
6079 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, GIcon* icon) c_gtk_entry_set_icon_from_gicon;
6080 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, const(char)* iconName) c_gtk_entry_set_icon_from_icon_name;
6081 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, GdkPixbuf* pixbuf) c_gtk_entry_set_icon_from_pixbuf;
6082 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, const(char)* stockId) c_gtk_entry_set_icon_from_stock;
6083 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, int sensitive) c_gtk_entry_set_icon_sensitive;
6084 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, const(char)* tooltip) c_gtk_entry_set_icon_tooltip_markup;
6085 	void function(GtkEntry* entry, GtkEntryIconPosition iconPos, const(char)* tooltip) c_gtk_entry_set_icon_tooltip_text;
6086 	void function(GtkEntry* entry, GtkBorder* border) c_gtk_entry_set_inner_border;
6087 	void function(GtkEntry* entry, GtkInputHints hints) c_gtk_entry_set_input_hints;
6088 	void function(GtkEntry* entry, GtkInputPurpose purpose) c_gtk_entry_set_input_purpose;
6089 	void function(GtkEntry* entry, dchar ch) c_gtk_entry_set_invisible_char;
6090 	void function(GtkEntry* entry, int max) c_gtk_entry_set_max_length;
6091 	void function(GtkEntry* entry, int nChars) c_gtk_entry_set_max_width_chars;
6092 	void function(GtkEntry* entry, int overwrite) c_gtk_entry_set_overwrite_mode;
6093 	void function(GtkEntry* entry, const(char)* text) c_gtk_entry_set_placeholder_text;
6094 	void function(GtkEntry* entry, double fraction) c_gtk_entry_set_progress_fraction;
6095 	void function(GtkEntry* entry, double fraction) c_gtk_entry_set_progress_pulse_step;
6096 	void function(GtkEntry* entry, PangoTabArray* tabs) c_gtk_entry_set_tabs;
6097 	void function(GtkEntry* entry, const(char)* text) c_gtk_entry_set_text;
6098 	void function(GtkEntry* entry, int visible) c_gtk_entry_set_visibility;
6099 	void function(GtkEntry* entry, int nChars) c_gtk_entry_set_width_chars;
6100 	int function(GtkEntry* entry, int textIndex) c_gtk_entry_text_index_to_layout_index;
6101 	void function(GtkEntry* entry) c_gtk_entry_unset_invisible_char;
6102 
6103 	// gtk.EntryAccessible
6104 
6105 	GType function() c_gtk_entry_accessible_get_type;
6106 
6107 	// gtk.EntryBuffer
6108 
6109 	GType function() c_gtk_entry_buffer_get_type;
6110 	GtkEntryBuffer* function(const(char)* initialChars, int nInitialChars) c_gtk_entry_buffer_new;
6111 	uint function(GtkEntryBuffer* buffer, uint position, int nChars) c_gtk_entry_buffer_delete_text;
6112 	void function(GtkEntryBuffer* buffer, uint position, uint nChars) c_gtk_entry_buffer_emit_deleted_text;
6113 	void function(GtkEntryBuffer* buffer, uint position, const(char)* chars, uint nChars) c_gtk_entry_buffer_emit_inserted_text;
6114 	size_t function(GtkEntryBuffer* buffer) c_gtk_entry_buffer_get_bytes;
6115 	uint function(GtkEntryBuffer* buffer) c_gtk_entry_buffer_get_length;
6116 	int function(GtkEntryBuffer* buffer) c_gtk_entry_buffer_get_max_length;
6117 	const(char)* function(GtkEntryBuffer* buffer) c_gtk_entry_buffer_get_text;
6118 	uint function(GtkEntryBuffer* buffer, uint position, const(char)* chars, int nChars) c_gtk_entry_buffer_insert_text;
6119 	void function(GtkEntryBuffer* buffer, int maxLength) c_gtk_entry_buffer_set_max_length;
6120 	void function(GtkEntryBuffer* buffer, const(char)* chars, int nChars) c_gtk_entry_buffer_set_text;
6121 
6122 	// gtk.EntryCompletion
6123 
6124 	GType function() c_gtk_entry_completion_get_type;
6125 	GtkEntryCompletion* function() c_gtk_entry_completion_new;
6126 	GtkEntryCompletion* function(GtkCellArea* area) c_gtk_entry_completion_new_with_area;
6127 	void function(GtkEntryCompletion* completion) c_gtk_entry_completion_complete;
6128 	char* function(GtkEntryCompletion* completion, const(char)* key) c_gtk_entry_completion_compute_prefix;
6129 	void function(GtkEntryCompletion* completion, int index) c_gtk_entry_completion_delete_action;
6130 	const(char)* function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_completion_prefix;
6131 	GtkWidget* function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_entry;
6132 	int function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_inline_completion;
6133 	int function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_inline_selection;
6134 	int function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_minimum_key_length;
6135 	GtkTreeModel* function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_model;
6136 	int function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_popup_completion;
6137 	int function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_popup_set_width;
6138 	int function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_popup_single_match;
6139 	int function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_text_column;
6140 	void function(GtkEntryCompletion* completion, int index, const(char)* markup) c_gtk_entry_completion_insert_action_markup;
6141 	void function(GtkEntryCompletion* completion, int index, const(char)* text) c_gtk_entry_completion_insert_action_text;
6142 	void function(GtkEntryCompletion* completion) c_gtk_entry_completion_insert_prefix;
6143 	void function(GtkEntryCompletion* completion, int inlineCompletion) c_gtk_entry_completion_set_inline_completion;
6144 	void function(GtkEntryCompletion* completion, int inlineSelection) c_gtk_entry_completion_set_inline_selection;
6145 	void function(GtkEntryCompletion* completion, GtkEntryCompletionMatchFunc func, void* funcData, GDestroyNotify funcNotify) c_gtk_entry_completion_set_match_func;
6146 	void function(GtkEntryCompletion* completion, int length) c_gtk_entry_completion_set_minimum_key_length;
6147 	void function(GtkEntryCompletion* completion, GtkTreeModel* model) c_gtk_entry_completion_set_model;
6148 	void function(GtkEntryCompletion* completion, int popupCompletion) c_gtk_entry_completion_set_popup_completion;
6149 	void function(GtkEntryCompletion* completion, int popupSetWidth) c_gtk_entry_completion_set_popup_set_width;
6150 	void function(GtkEntryCompletion* completion, int popupSingleMatch) c_gtk_entry_completion_set_popup_single_match;
6151 	void function(GtkEntryCompletion* completion, int column) c_gtk_entry_completion_set_text_column;
6152 
6153 	// gtk.EntryIconAccessible
6154 
6155 	GType function() c_gtk_entry_icon_accessible_get_type;
6156 
6157 	// gtk.EventBox
6158 
6159 	GType function() c_gtk_event_box_get_type;
6160 	GtkWidget* function() c_gtk_event_box_new;
6161 	int function(GtkEventBox* eventBox) c_gtk_event_box_get_above_child;
6162 	int function(GtkEventBox* eventBox) c_gtk_event_box_get_visible_window;
6163 	void function(GtkEventBox* eventBox, int aboveChild) c_gtk_event_box_set_above_child;
6164 	void function(GtkEventBox* eventBox, int visibleWindow) c_gtk_event_box_set_visible_window;
6165 
6166 	// gtk.EventController
6167 
6168 	GType function() c_gtk_event_controller_get_type;
6169 	GtkPropagationPhase function(GtkEventController* controller) c_gtk_event_controller_get_propagation_phase;
6170 	GtkWidget* function(GtkEventController* controller) c_gtk_event_controller_get_widget;
6171 	int function(GtkEventController* controller, GdkEvent* event) c_gtk_event_controller_handle_event;
6172 	void function(GtkEventController* controller) c_gtk_event_controller_reset;
6173 	void function(GtkEventController* controller, GtkPropagationPhase phase) c_gtk_event_controller_set_propagation_phase;
6174 
6175 	// gtk.Expander
6176 
6177 	GType function() c_gtk_expander_get_type;
6178 	GtkWidget* function(const(char)* label) c_gtk_expander_new;
6179 	GtkWidget* function(const(char)* label) c_gtk_expander_new_with_mnemonic;
6180 	int function(GtkExpander* expander) c_gtk_expander_get_expanded;
6181 	const(char)* function(GtkExpander* expander) c_gtk_expander_get_label;
6182 	int function(GtkExpander* expander) c_gtk_expander_get_label_fill;
6183 	GtkWidget* function(GtkExpander* expander) c_gtk_expander_get_label_widget;
6184 	int function(GtkExpander* expander) c_gtk_expander_get_resize_toplevel;
6185 	int function(GtkExpander* expander) c_gtk_expander_get_spacing;
6186 	int function(GtkExpander* expander) c_gtk_expander_get_use_markup;
6187 	int function(GtkExpander* expander) c_gtk_expander_get_use_underline;
6188 	void function(GtkExpander* expander, int expanded) c_gtk_expander_set_expanded;
6189 	void function(GtkExpander* expander, const(char)* label) c_gtk_expander_set_label;
6190 	void function(GtkExpander* expander, int labelFill) c_gtk_expander_set_label_fill;
6191 	void function(GtkExpander* expander, GtkWidget* labelWidget) c_gtk_expander_set_label_widget;
6192 	void function(GtkExpander* expander, int resizeToplevel) c_gtk_expander_set_resize_toplevel;
6193 	void function(GtkExpander* expander, int spacing) c_gtk_expander_set_spacing;
6194 	void function(GtkExpander* expander, int useMarkup) c_gtk_expander_set_use_markup;
6195 	void function(GtkExpander* expander, int useUnderline) c_gtk_expander_set_use_underline;
6196 
6197 	// gtk.ExpanderAccessible
6198 
6199 	GType function() c_gtk_expander_accessible_get_type;
6200 
6201 	// gtk.FileChooser
6202 
6203 	GType function() c_gtk_file_chooser_get_type;
6204 	void function(GtkFileChooser* chooser, GtkFileFilter* filter) c_gtk_file_chooser_add_filter;
6205 	int function(GtkFileChooser* chooser, char* folder, GError** err) c_gtk_file_chooser_add_shortcut_folder;
6206 	int function(GtkFileChooser* chooser, const(char)* uri, GError** err) c_gtk_file_chooser_add_shortcut_folder_uri;
6207 	GtkFileChooserAction function(GtkFileChooser* chooser) c_gtk_file_chooser_get_action;
6208 	int function(GtkFileChooser* chooser) c_gtk_file_chooser_get_create_folders;
6209 	char* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_current_folder;
6210 	GFile* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_current_folder_file;
6211 	char* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_current_folder_uri;
6212 	char* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_current_name;
6213 	int function(GtkFileChooser* chooser) c_gtk_file_chooser_get_do_overwrite_confirmation;
6214 	GtkWidget* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_extra_widget;
6215 	GFile* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_file;
6216 	char* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_filename;
6217 	GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_filenames;
6218 	GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_files;
6219 	GtkFileFilter* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_filter;
6220 	int function(GtkFileChooser* chooser) c_gtk_file_chooser_get_local_only;
6221 	GFile* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_file;
6222 	char* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_filename;
6223 	char* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_uri;
6224 	GtkWidget* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_widget;
6225 	int function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_widget_active;
6226 	int function(GtkFileChooser* chooser) c_gtk_file_chooser_get_select_multiple;
6227 	int function(GtkFileChooser* chooser) c_gtk_file_chooser_get_show_hidden;
6228 	char* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_uri;
6229 	GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_uris;
6230 	int function(GtkFileChooser* chooser) c_gtk_file_chooser_get_use_preview_label;
6231 	GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_list_filters;
6232 	GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_list_shortcut_folder_uris;
6233 	GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_list_shortcut_folders;
6234 	void function(GtkFileChooser* chooser, GtkFileFilter* filter) c_gtk_file_chooser_remove_filter;
6235 	int function(GtkFileChooser* chooser, char* folder, GError** err) c_gtk_file_chooser_remove_shortcut_folder;
6236 	int function(GtkFileChooser* chooser, const(char)* uri, GError** err) c_gtk_file_chooser_remove_shortcut_folder_uri;
6237 	void function(GtkFileChooser* chooser) c_gtk_file_chooser_select_all;
6238 	int function(GtkFileChooser* chooser, GFile* file, GError** err) c_gtk_file_chooser_select_file;
6239 	int function(GtkFileChooser* chooser, char* filename) c_gtk_file_chooser_select_filename;
6240 	int function(GtkFileChooser* chooser, const(char)* uri) c_gtk_file_chooser_select_uri;
6241 	void function(GtkFileChooser* chooser, GtkFileChooserAction action) c_gtk_file_chooser_set_action;
6242 	void function(GtkFileChooser* chooser, int createFolders) c_gtk_file_chooser_set_create_folders;
6243 	int function(GtkFileChooser* chooser, char* filename) c_gtk_file_chooser_set_current_folder;
6244 	int function(GtkFileChooser* chooser, GFile* file, GError** err) c_gtk_file_chooser_set_current_folder_file;
6245 	int function(GtkFileChooser* chooser, const(char)* uri) c_gtk_file_chooser_set_current_folder_uri;
6246 	void function(GtkFileChooser* chooser, char* name) c_gtk_file_chooser_set_current_name;
6247 	void function(GtkFileChooser* chooser, int doOverwriteConfirmation) c_gtk_file_chooser_set_do_overwrite_confirmation;
6248 	void function(GtkFileChooser* chooser, GtkWidget* extraWidget) c_gtk_file_chooser_set_extra_widget;
6249 	int function(GtkFileChooser* chooser, GFile* file, GError** err) c_gtk_file_chooser_set_file;
6250 	int function(GtkFileChooser* chooser, char* filename) c_gtk_file_chooser_set_filename;
6251 	void function(GtkFileChooser* chooser, GtkFileFilter* filter) c_gtk_file_chooser_set_filter;
6252 	void function(GtkFileChooser* chooser, int localOnly) c_gtk_file_chooser_set_local_only;
6253 	void function(GtkFileChooser* chooser, GtkWidget* previewWidget) c_gtk_file_chooser_set_preview_widget;
6254 	void function(GtkFileChooser* chooser, int active) c_gtk_file_chooser_set_preview_widget_active;
6255 	void function(GtkFileChooser* chooser, int selectMultiple) c_gtk_file_chooser_set_select_multiple;
6256 	void function(GtkFileChooser* chooser, int showHidden) c_gtk_file_chooser_set_show_hidden;
6257 	int function(GtkFileChooser* chooser, const(char)* uri) c_gtk_file_chooser_set_uri;
6258 	void function(GtkFileChooser* chooser, int useLabel) c_gtk_file_chooser_set_use_preview_label;
6259 	void function(GtkFileChooser* chooser) c_gtk_file_chooser_unselect_all;
6260 	void function(GtkFileChooser* chooser, GFile* file) c_gtk_file_chooser_unselect_file;
6261 	void function(GtkFileChooser* chooser, char* filename) c_gtk_file_chooser_unselect_filename;
6262 	void function(GtkFileChooser* chooser, const(char)* uri) c_gtk_file_chooser_unselect_uri;
6263 
6264 	// gtk.FileChooserButton
6265 
6266 	GType function() c_gtk_file_chooser_button_get_type;
6267 	GtkWidget* function(const(char)* title, GtkFileChooserAction action) c_gtk_file_chooser_button_new;
6268 	GtkWidget* function(GtkWidget* dialog) c_gtk_file_chooser_button_new_with_dialog;
6269 	int function(GtkFileChooserButton* button) c_gtk_file_chooser_button_get_focus_on_click;
6270 	const(char)* function(GtkFileChooserButton* button) c_gtk_file_chooser_button_get_title;
6271 	int function(GtkFileChooserButton* button) c_gtk_file_chooser_button_get_width_chars;
6272 	void function(GtkFileChooserButton* button, int focusOnClick) c_gtk_file_chooser_button_set_focus_on_click;
6273 	void function(GtkFileChooserButton* button, const(char)* title) c_gtk_file_chooser_button_set_title;
6274 	void function(GtkFileChooserButton* button, int nChars) c_gtk_file_chooser_button_set_width_chars;
6275 
6276 	// gtk.FileChooserDialog
6277 
6278 	GType function() c_gtk_file_chooser_dialog_get_type;
6279 	GtkWidget* function(const(char)* title, GtkWindow* parent, GtkFileChooserAction action, const(char)* firstButtonText, ... ) c_gtk_file_chooser_dialog_new;
6280 
6281 	// gtk.FileChooserWidget
6282 
6283 	GType function() c_gtk_file_chooser_widget_get_type;
6284 	GtkWidget* function(GtkFileChooserAction action) c_gtk_file_chooser_widget_new;
6285 
6286 	// gtk.FileFilter
6287 
6288 	GType function() c_gtk_file_filter_get_type;
6289 	GtkFileFilter* function() c_gtk_file_filter_new;
6290 	void function(GtkFileFilter* filter, GtkFileFilterFlags needed, GtkFileFilterFunc func, void* data, GDestroyNotify notify) c_gtk_file_filter_add_custom;
6291 	void function(GtkFileFilter* filter, const(char)* mimeType) c_gtk_file_filter_add_mime_type;
6292 	void function(GtkFileFilter* filter, const(char)* pattern) c_gtk_file_filter_add_pattern;
6293 	void function(GtkFileFilter* filter) c_gtk_file_filter_add_pixbuf_formats;
6294 	int function(GtkFileFilter* filter, GtkFileFilterInfo* filterInfo) c_gtk_file_filter_filter;
6295 	const(char)* function(GtkFileFilter* filter) c_gtk_file_filter_get_name;
6296 	GtkFileFilterFlags function(GtkFileFilter* filter) c_gtk_file_filter_get_needed;
6297 	void function(GtkFileFilter* filter, const(char)* name) c_gtk_file_filter_set_name;
6298 
6299 	// gtk.Fixed
6300 
6301 	GType function() c_gtk_fixed_get_type;
6302 	GtkWidget* function() c_gtk_fixed_new;
6303 	void function(GtkFixed* fixed, GtkWidget* widget, int x, int y) c_gtk_fixed_move;
6304 	void function(GtkFixed* fixed, GtkWidget* widget, int x, int y) c_gtk_fixed_put;
6305 
6306 	// gtk.FlowBox
6307 
6308 	GType function() c_gtk_flow_box_get_type;
6309 	GtkWidget* function() c_gtk_flow_box_new;
6310 	int function(GtkFlowBox* box) c_gtk_flow_box_get_activate_on_single_click;
6311 	GtkFlowBoxChild* function(GtkFlowBox* box, int idx) c_gtk_flow_box_get_child_at_index;
6312 	uint function(GtkFlowBox* box) c_gtk_flow_box_get_column_spacing;
6313 	int function(GtkFlowBox* box) c_gtk_flow_box_get_homogeneous;
6314 	uint function(GtkFlowBox* box) c_gtk_flow_box_get_max_children_per_line;
6315 	uint function(GtkFlowBox* box) c_gtk_flow_box_get_min_children_per_line;
6316 	uint function(GtkFlowBox* box) c_gtk_flow_box_get_row_spacing;
6317 	GList* function(GtkFlowBox* box) c_gtk_flow_box_get_selected_children;
6318 	GtkSelectionMode function(GtkFlowBox* box) c_gtk_flow_box_get_selection_mode;
6319 	void function(GtkFlowBox* box, GtkWidget* widget, int position) c_gtk_flow_box_insert;
6320 	void function(GtkFlowBox* box) c_gtk_flow_box_invalidate_filter;
6321 	void function(GtkFlowBox* box) c_gtk_flow_box_invalidate_sort;
6322 	void function(GtkFlowBox* box) c_gtk_flow_box_select_all;
6323 	void function(GtkFlowBox* box, GtkFlowBoxChild* child) c_gtk_flow_box_select_child;
6324 	void function(GtkFlowBox* box, GtkFlowBoxForeachFunc func, void* data) c_gtk_flow_box_selected_foreach;
6325 	void function(GtkFlowBox* box, int single) c_gtk_flow_box_set_activate_on_single_click;
6326 	void function(GtkFlowBox* box, uint spacing) c_gtk_flow_box_set_column_spacing;
6327 	void function(GtkFlowBox* box, GtkFlowBoxFilterFunc filterFunc, void* userData, GDestroyNotify destroy) c_gtk_flow_box_set_filter_func;
6328 	void function(GtkFlowBox* box, GtkAdjustment* adjustment) c_gtk_flow_box_set_hadjustment;
6329 	void function(GtkFlowBox* box, int homogeneous) c_gtk_flow_box_set_homogeneous;
6330 	void function(GtkFlowBox* box, uint nChildren) c_gtk_flow_box_set_max_children_per_line;
6331 	void function(GtkFlowBox* box, uint nChildren) c_gtk_flow_box_set_min_children_per_line;
6332 	void function(GtkFlowBox* box, uint spacing) c_gtk_flow_box_set_row_spacing;
6333 	void function(GtkFlowBox* box, GtkSelectionMode mode) c_gtk_flow_box_set_selection_mode;
6334 	void function(GtkFlowBox* box, GtkFlowBoxSortFunc sortFunc, void* userData, GDestroyNotify destroy) c_gtk_flow_box_set_sort_func;
6335 	void function(GtkFlowBox* box, GtkAdjustment* adjustment) c_gtk_flow_box_set_vadjustment;
6336 	void function(GtkFlowBox* box) c_gtk_flow_box_unselect_all;
6337 	void function(GtkFlowBox* box, GtkFlowBoxChild* child) c_gtk_flow_box_unselect_child;
6338 
6339 	// gtk.FlowBoxAccessible
6340 
6341 	GType function() c_gtk_flow_box_accessible_get_type;
6342 
6343 	// gtk.FlowBoxChild
6344 
6345 	GType function() c_gtk_flow_box_child_get_type;
6346 	GtkWidget* function() c_gtk_flow_box_child_new;
6347 	void function(GtkFlowBoxChild* child) c_gtk_flow_box_child_changed;
6348 	int function(GtkFlowBoxChild* child) c_gtk_flow_box_child_get_index;
6349 	int function(GtkFlowBoxChild* child) c_gtk_flow_box_child_is_selected;
6350 
6351 	// gtk.FlowBoxChildAccessible
6352 
6353 	GType function() c_gtk_flow_box_child_accessible_get_type;
6354 
6355 	// gtk.FontButton
6356 
6357 	GType function() c_gtk_font_button_get_type;
6358 	GtkWidget* function() c_gtk_font_button_new;
6359 	GtkWidget* function(const(char)* fontname) c_gtk_font_button_new_with_font;
6360 	const(char)* function(GtkFontButton* fontButton) c_gtk_font_button_get_font_name;
6361 	int function(GtkFontButton* fontButton) c_gtk_font_button_get_show_size;
6362 	int function(GtkFontButton* fontButton) c_gtk_font_button_get_show_style;
6363 	const(char)* function(GtkFontButton* fontButton) c_gtk_font_button_get_title;
6364 	int function(GtkFontButton* fontButton) c_gtk_font_button_get_use_font;
6365 	int function(GtkFontButton* fontButton) c_gtk_font_button_get_use_size;
6366 	int function(GtkFontButton* fontButton, const(char)* fontname) c_gtk_font_button_set_font_name;
6367 	void function(GtkFontButton* fontButton, int showSize) c_gtk_font_button_set_show_size;
6368 	void function(GtkFontButton* fontButton, int showStyle) c_gtk_font_button_set_show_style;
6369 	void function(GtkFontButton* fontButton, const(char)* title) c_gtk_font_button_set_title;
6370 	void function(GtkFontButton* fontButton, int useFont) c_gtk_font_button_set_use_font;
6371 	void function(GtkFontButton* fontButton, int useSize) c_gtk_font_button_set_use_size;
6372 
6373 	// gtk.FontChooser
6374 
6375 	GType function() c_gtk_font_chooser_get_type;
6376 	char* function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_font;
6377 	PangoFontDescription* function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_font_desc;
6378 	PangoFontFace* function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_font_face;
6379 	PangoFontFamily* function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_font_family;
6380 	int function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_font_size;
6381 	char* function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_preview_text;
6382 	int function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_show_preview_entry;
6383 	void function(GtkFontChooser* fontchooser, GtkFontFilterFunc filter, void* userData, GDestroyNotify destroy) c_gtk_font_chooser_set_filter_func;
6384 	void function(GtkFontChooser* fontchooser, const(char)* fontname) c_gtk_font_chooser_set_font;
6385 	void function(GtkFontChooser* fontchooser, PangoFontDescription* fontDesc) c_gtk_font_chooser_set_font_desc;
6386 	void function(GtkFontChooser* fontchooser, const(char)* text) c_gtk_font_chooser_set_preview_text;
6387 	void function(GtkFontChooser* fontchooser, int showPreviewEntry) c_gtk_font_chooser_set_show_preview_entry;
6388 
6389 	// gtk.FontChooserDialog
6390 
6391 	GType function() c_gtk_font_chooser_dialog_get_type;
6392 	GtkWidget* function(const(char)* title, GtkWindow* parent) c_gtk_font_chooser_dialog_new;
6393 
6394 	// gtk.FontChooserWidget
6395 
6396 	GType function() c_gtk_font_chooser_widget_get_type;
6397 	GtkWidget* function() c_gtk_font_chooser_widget_new;
6398 
6399 	// gtk.FontSelection
6400 
6401 	GType function() c_gtk_font_selection_get_type;
6402 	GtkWidget* function() c_gtk_font_selection_new;
6403 	PangoFontFace* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_face;
6404 	GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_face_list;
6405 	PangoFontFamily* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_family;
6406 	GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_family_list;
6407 	char* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_font_name;
6408 	GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_preview_entry;
6409 	const(char)* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_preview_text;
6410 	int function(GtkFontSelection* fontsel) c_gtk_font_selection_get_size;
6411 	GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_size_entry;
6412 	GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_size_list;
6413 	int function(GtkFontSelection* fontsel, const(char)* fontname) c_gtk_font_selection_set_font_name;
6414 	void function(GtkFontSelection* fontsel, const(char)* text) c_gtk_font_selection_set_preview_text;
6415 
6416 	// gtk.FontSelectionDialog
6417 
6418 	GType function() c_gtk_font_selection_dialog_get_type;
6419 	GtkWidget* function(const(char)* title) c_gtk_font_selection_dialog_new;
6420 	GtkWidget* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_cancel_button;
6421 	char* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_font_name;
6422 	GtkWidget* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_font_selection;
6423 	GtkWidget* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_ok_button;
6424 	const(char)* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_preview_text;
6425 	int function(GtkFontSelectionDialog* fsd, const(char)* fontname) c_gtk_font_selection_dialog_set_font_name;
6426 	void function(GtkFontSelectionDialog* fsd, const(char)* text) c_gtk_font_selection_dialog_set_preview_text;
6427 
6428 	// gtk.Frame
6429 
6430 	GType function() c_gtk_frame_get_type;
6431 	GtkWidget* function(const(char)* label) c_gtk_frame_new;
6432 	const(char)* function(GtkFrame* frame) c_gtk_frame_get_label;
6433 	void function(GtkFrame* frame, float* xalign, float* yalign) c_gtk_frame_get_label_align;
6434 	GtkWidget* function(GtkFrame* frame) c_gtk_frame_get_label_widget;
6435 	GtkShadowType function(GtkFrame* frame) c_gtk_frame_get_shadow_type;
6436 	void function(GtkFrame* frame, const(char)* label) c_gtk_frame_set_label;
6437 	void function(GtkFrame* frame, float xalign, float yalign) c_gtk_frame_set_label_align;
6438 	void function(GtkFrame* frame, GtkWidget* labelWidget) c_gtk_frame_set_label_widget;
6439 	void function(GtkFrame* frame, GtkShadowType type) c_gtk_frame_set_shadow_type;
6440 
6441 	// gtk.FrameAccessible
6442 
6443 	GType function() c_gtk_frame_accessible_get_type;
6444 
6445 	// gtk.Gesture
6446 
6447 	GType function() c_gtk_gesture_get_type;
6448 	int function(GtkGesture* gesture, GdkRectangle* rect) c_gtk_gesture_get_bounding_box;
6449 	int function(GtkGesture* gesture, double* x, double* y) c_gtk_gesture_get_bounding_box_center;
6450 	GdkDevice* function(GtkGesture* gesture) c_gtk_gesture_get_device;
6451 	GList* function(GtkGesture* gesture) c_gtk_gesture_get_group;
6452 	GdkEvent* function(GtkGesture* gesture, GdkEventSequence* sequence) c_gtk_gesture_get_last_event;
6453 	GdkEventSequence* function(GtkGesture* gesture) c_gtk_gesture_get_last_updated_sequence;
6454 	int function(GtkGesture* gesture, GdkEventSequence* sequence, double* x, double* y) c_gtk_gesture_get_point;
6455 	GtkEventSequenceState function(GtkGesture* gesture, GdkEventSequence* sequence) c_gtk_gesture_get_sequence_state;
6456 	GList* function(GtkGesture* gesture) c_gtk_gesture_get_sequences;
6457 	GdkWindow* function(GtkGesture* gesture) c_gtk_gesture_get_window;
6458 	void function(GtkGesture* groupGesture, GtkGesture* gesture) c_gtk_gesture_group;
6459 	int function(GtkGesture* gesture, GdkEventSequence* sequence) c_gtk_gesture_handles_sequence;
6460 	int function(GtkGesture* gesture) c_gtk_gesture_is_active;
6461 	int function(GtkGesture* gesture, GtkGesture* other) c_gtk_gesture_is_grouped_with;
6462 	int function(GtkGesture* gesture) c_gtk_gesture_is_recognized;
6463 	int function(GtkGesture* gesture, GdkEventSequence* sequence, GtkEventSequenceState state) c_gtk_gesture_set_sequence_state;
6464 	int function(GtkGesture* gesture, GtkEventSequenceState state) c_gtk_gesture_set_state;
6465 	void function(GtkGesture* gesture, GdkWindow* window) c_gtk_gesture_set_window;
6466 	void function(GtkGesture* gesture) c_gtk_gesture_ungroup;
6467 
6468 	// gtk.GestureDrag
6469 
6470 	GType function() c_gtk_gesture_drag_get_type;
6471 	GtkGesture* function(GtkWidget* widget) c_gtk_gesture_drag_new;
6472 	int function(GtkGestureDrag* gesture, double* x, double* y) c_gtk_gesture_drag_get_offset;
6473 	int function(GtkGestureDrag* gesture, double* x, double* y) c_gtk_gesture_drag_get_start_point;
6474 
6475 	// gtk.GestureLongPress
6476 
6477 	GType function() c_gtk_gesture_long_press_get_type;
6478 	GtkGesture* function(GtkWidget* widget) c_gtk_gesture_long_press_new;
6479 
6480 	// gtk.GestureMultiPress
6481 
6482 	GType function() c_gtk_gesture_multi_press_get_type;
6483 	GtkGesture* function(GtkWidget* widget) c_gtk_gesture_multi_press_new;
6484 	int function(GtkGestureMultiPress* gesture, GdkRectangle* rect) c_gtk_gesture_multi_press_get_area;
6485 	void function(GtkGestureMultiPress* gesture, GdkRectangle* rect) c_gtk_gesture_multi_press_set_area;
6486 
6487 	// gtk.GesturePan
6488 
6489 	GType function() c_gtk_gesture_pan_get_type;
6490 	GtkGesture* function(GtkWidget* widget, GtkOrientation orientation) c_gtk_gesture_pan_new;
6491 	GtkOrientation function(GtkGesturePan* gesture) c_gtk_gesture_pan_get_orientation;
6492 	void function(GtkGesturePan* gesture, GtkOrientation orientation) c_gtk_gesture_pan_set_orientation;
6493 
6494 	// gtk.GestureRotate
6495 
6496 	GType function() c_gtk_gesture_rotate_get_type;
6497 	GtkGesture* function(GtkWidget* widget) c_gtk_gesture_rotate_new;
6498 	double function(GtkGestureRotate* gesture) c_gtk_gesture_rotate_get_angle_delta;
6499 
6500 	// gtk.GestureSingle
6501 
6502 	GType function() c_gtk_gesture_single_get_type;
6503 	uint function(GtkGestureSingle* gesture) c_gtk_gesture_single_get_button;
6504 	uint function(GtkGestureSingle* gesture) c_gtk_gesture_single_get_current_button;
6505 	GdkEventSequence* function(GtkGestureSingle* gesture) c_gtk_gesture_single_get_current_sequence;
6506 	int function(GtkGestureSingle* gesture) c_gtk_gesture_single_get_exclusive;
6507 	int function(GtkGestureSingle* gesture) c_gtk_gesture_single_get_touch_only;
6508 	void function(GtkGestureSingle* gesture, uint button) c_gtk_gesture_single_set_button;
6509 	void function(GtkGestureSingle* gesture, int exclusive) c_gtk_gesture_single_set_exclusive;
6510 	void function(GtkGestureSingle* gesture, int touchOnly) c_gtk_gesture_single_set_touch_only;
6511 
6512 	// gtk.GestureSwipe
6513 
6514 	GType function() c_gtk_gesture_swipe_get_type;
6515 	GtkGesture* function(GtkWidget* widget) c_gtk_gesture_swipe_new;
6516 	int function(GtkGestureSwipe* gesture, double* velocityX, double* velocityY) c_gtk_gesture_swipe_get_velocity;
6517 
6518 	// gtk.GestureZoom
6519 
6520 	GType function() c_gtk_gesture_zoom_get_type;
6521 	GtkGesture* function(GtkWidget* widget) c_gtk_gesture_zoom_new;
6522 	double function(GtkGestureZoom* gesture) c_gtk_gesture_zoom_get_scale_delta;
6523 
6524 	// gtk.Gradient
6525 
6526 	GType function() c_gtk_gradient_get_type;
6527 	GtkGradient* function(double x0, double y0, double x1, double y1) c_gtk_gradient_new_linear;
6528 	GtkGradient* function(double x0, double y0, double radius0, double x1, double y1, double radius1) c_gtk_gradient_new_radial;
6529 	void function(GtkGradient* gradient, double offset, GtkSymbolicColor* color) c_gtk_gradient_add_color_stop;
6530 	GtkGradient* function(GtkGradient* gradient) c_gtk_gradient_ref;
6531 	int function(GtkGradient* gradient, GtkStyleProperties* props, cairo_pattern_t** resolvedGradient) c_gtk_gradient_resolve;
6532 	cairo_pattern_t* function(GtkGradient* gradient, GtkStyleContext* context) c_gtk_gradient_resolve_for_context;
6533 	char* function(GtkGradient* gradient) c_gtk_gradient_to_string;
6534 	void function(GtkGradient* gradient) c_gtk_gradient_unref;
6535 
6536 	// gtk.Grid
6537 
6538 	GType function() c_gtk_grid_get_type;
6539 	GtkWidget* function() c_gtk_grid_new;
6540 	void function(GtkGrid* grid, GtkWidget* child, int left, int top, int width, int height) c_gtk_grid_attach;
6541 	void function(GtkGrid* grid, GtkWidget* child, GtkWidget* sibling, GtkPositionType side, int width, int height) c_gtk_grid_attach_next_to;
6542 	int function(GtkGrid* grid) c_gtk_grid_get_baseline_row;
6543 	GtkWidget* function(GtkGrid* grid, int left, int top) c_gtk_grid_get_child_at;
6544 	int function(GtkGrid* grid) c_gtk_grid_get_column_homogeneous;
6545 	uint function(GtkGrid* grid) c_gtk_grid_get_column_spacing;
6546 	GtkBaselinePosition function(GtkGrid* grid, int row) c_gtk_grid_get_row_baseline_position;
6547 	int function(GtkGrid* grid) c_gtk_grid_get_row_homogeneous;
6548 	uint function(GtkGrid* grid) c_gtk_grid_get_row_spacing;
6549 	void function(GtkGrid* grid, int position) c_gtk_grid_insert_column;
6550 	void function(GtkGrid* grid, GtkWidget* sibling, GtkPositionType side) c_gtk_grid_insert_next_to;
6551 	void function(GtkGrid* grid, int position) c_gtk_grid_insert_row;
6552 	void function(GtkGrid* grid, int position) c_gtk_grid_remove_column;
6553 	void function(GtkGrid* grid, int position) c_gtk_grid_remove_row;
6554 	void function(GtkGrid* grid, int row) c_gtk_grid_set_baseline_row;
6555 	void function(GtkGrid* grid, int homogeneous) c_gtk_grid_set_column_homogeneous;
6556 	void function(GtkGrid* grid, uint spacing) c_gtk_grid_set_column_spacing;
6557 	void function(GtkGrid* grid, int row, GtkBaselinePosition pos) c_gtk_grid_set_row_baseline_position;
6558 	void function(GtkGrid* grid, int homogeneous) c_gtk_grid_set_row_homogeneous;
6559 	void function(GtkGrid* grid, uint spacing) c_gtk_grid_set_row_spacing;
6560 
6561 	// gtk.HBox
6562 
6563 	GType function() c_gtk_hbox_get_type;
6564 	GtkWidget* function(int homogeneous, int spacing) c_gtk_hbox_new;
6565 
6566 	// gtk.HButtonBox
6567 
6568 	GType function() c_gtk_hbutton_box_get_type;
6569 	GtkWidget* function() c_gtk_hbutton_box_new;
6570 
6571 	// gtk.HPaned
6572 
6573 	GType function() c_gtk_hpaned_get_type;
6574 	GtkWidget* function() c_gtk_hpaned_new;
6575 
6576 	// gtk.HSV
6577 
6578 	GType function() c_gtk_hsv_get_type;
6579 	GtkWidget* function() c_gtk_hsv_new;
6580 	void function(double h, double s, double v, double* r, double* g, double* b) c_gtk_hsv_to_rgb;
6581 	void function(GtkHSV* hsv, double* h, double* s, double* v) c_gtk_hsv_get_color;
6582 	void function(GtkHSV* hsv, int* size, int* ringWidth) c_gtk_hsv_get_metrics;
6583 	int function(GtkHSV* hsv) c_gtk_hsv_is_adjusting;
6584 	void function(GtkHSV* hsv, double h, double s, double v) c_gtk_hsv_set_color;
6585 	void function(GtkHSV* hsv, int size, int ringWidth) c_gtk_hsv_set_metrics;
6586 	void function(double r, double g, double b, double* h, double* s, double* v) c_gtk_rgb_to_hsv;
6587 
6588 	// gtk.HScale
6589 
6590 	GType function() c_gtk_hscale_get_type;
6591 	GtkWidget* function(GtkAdjustment* adjustment) c_gtk_hscale_new;
6592 	GtkWidget* function(double min, double max, double step) c_gtk_hscale_new_with_range;
6593 
6594 	// gtk.HScrollbar
6595 
6596 	GType function() c_gtk_hscrollbar_get_type;
6597 	GtkWidget* function(GtkAdjustment* adjustment) c_gtk_hscrollbar_new;
6598 
6599 	// gtk.HSeparator
6600 
6601 	GType function() c_gtk_hseparator_get_type;
6602 	GtkWidget* function() c_gtk_hseparator_new;
6603 
6604 	// gtk.HandleBox
6605 
6606 	GType function() c_gtk_handle_box_get_type;
6607 	GtkWidget* function() c_gtk_handle_box_new;
6608 	int function(GtkHandleBox* handleBox) c_gtk_handle_box_get_child_detached;
6609 	GtkPositionType function(GtkHandleBox* handleBox) c_gtk_handle_box_get_handle_position;
6610 	GtkShadowType function(GtkHandleBox* handleBox) c_gtk_handle_box_get_shadow_type;
6611 	GtkPositionType function(GtkHandleBox* handleBox) c_gtk_handle_box_get_snap_edge;
6612 	void function(GtkHandleBox* handleBox, GtkPositionType position) c_gtk_handle_box_set_handle_position;
6613 	void function(GtkHandleBox* handleBox, GtkShadowType type) c_gtk_handle_box_set_shadow_type;
6614 	void function(GtkHandleBox* handleBox, GtkPositionType edge) c_gtk_handle_box_set_snap_edge;
6615 
6616 	// gtk.HeaderBar
6617 
6618 	GType function() c_gtk_header_bar_get_type;
6619 	GtkWidget* function() c_gtk_header_bar_new;
6620 	GtkWidget* function(GtkHeaderBar* bar) c_gtk_header_bar_get_custom_title;
6621 	const(char)* function(GtkHeaderBar* bar) c_gtk_header_bar_get_decoration_layout;
6622 	int function(GtkHeaderBar* bar) c_gtk_header_bar_get_has_subtitle;
6623 	int function(GtkHeaderBar* bar) c_gtk_header_bar_get_show_close_button;
6624 	const(char)* function(GtkHeaderBar* bar) c_gtk_header_bar_get_subtitle;
6625 	const(char)* function(GtkHeaderBar* bar) c_gtk_header_bar_get_title;
6626 	void function(GtkHeaderBar* bar, GtkWidget* child) c_gtk_header_bar_pack_end;
6627 	void function(GtkHeaderBar* bar, GtkWidget* child) c_gtk_header_bar_pack_start;
6628 	void function(GtkHeaderBar* bar, GtkWidget* titleWidget) c_gtk_header_bar_set_custom_title;
6629 	void function(GtkHeaderBar* bar, const(char)* layout) c_gtk_header_bar_set_decoration_layout;
6630 	void function(GtkHeaderBar* bar, int setting) c_gtk_header_bar_set_has_subtitle;
6631 	void function(GtkHeaderBar* bar, int setting) c_gtk_header_bar_set_show_close_button;
6632 	void function(GtkHeaderBar* bar, const(char)* subtitle) c_gtk_header_bar_set_subtitle;
6633 	void function(GtkHeaderBar* bar, const(char)* title) c_gtk_header_bar_set_title;
6634 
6635 	// gtk.IMContext
6636 
6637 	GType function() c_gtk_im_context_get_type;
6638 	int function(GtkIMContext* context, int offset, int nChars) c_gtk_im_context_delete_surrounding;
6639 	int function(GtkIMContext* context, GdkEventKey* event) c_gtk_im_context_filter_keypress;
6640 	void function(GtkIMContext* context) c_gtk_im_context_focus_in;
6641 	void function(GtkIMContext* context) c_gtk_im_context_focus_out;
6642 	void function(GtkIMContext* context, char** str, PangoAttrList** attrs, int* cursorPos) c_gtk_im_context_get_preedit_string;
6643 	int function(GtkIMContext* context, char** text, int* cursorIndex) c_gtk_im_context_get_surrounding;
6644 	void function(GtkIMContext* context) c_gtk_im_context_reset;
6645 	void function(GtkIMContext* context, GdkWindow* window) c_gtk_im_context_set_client_window;
6646 	void function(GtkIMContext* context, GdkRectangle* area) c_gtk_im_context_set_cursor_location;
6647 	void function(GtkIMContext* context, const(char)* text, int len, int cursorIndex) c_gtk_im_context_set_surrounding;
6648 	void function(GtkIMContext* context, int usePreedit) c_gtk_im_context_set_use_preedit;
6649 
6650 	// gtk.IMContextSimple
6651 
6652 	GType function() c_gtk_im_context_simple_get_type;
6653 	GtkIMContext* function() c_gtk_im_context_simple_new;
6654 	void function(GtkIMContextSimple* contextSimple, ushort* data, int maxSeqLen, int nSeqs) c_gtk_im_context_simple_add_table;
6655 
6656 	// gtk.IMMulticontext
6657 
6658 	GType function() c_gtk_im_multicontext_get_type;
6659 	GtkIMContext* function() c_gtk_im_multicontext_new;
6660 	void function(GtkIMMulticontext* context, GtkMenuShell* menushell) c_gtk_im_multicontext_append_menuitems;
6661 	const(char)* function(GtkIMMulticontext* context) c_gtk_im_multicontext_get_context_id;
6662 	void function(GtkIMMulticontext* context, const(char)* contextId) c_gtk_im_multicontext_set_context_id;
6663 
6664 	// gtk.IconFactory
6665 
6666 	GType function() c_gtk_icon_factory_get_type;
6667 	GtkIconFactory* function() c_gtk_icon_factory_new;
6668 	GtkIconSet* function(const(char)* stockId) c_gtk_icon_factory_lookup_default;
6669 	void function(GtkIconFactory* factory, const(char)* stockId, GtkIconSet* iconSet) c_gtk_icon_factory_add;
6670 	void function(GtkIconFactory* factory) c_gtk_icon_factory_add_default;
6671 	GtkIconSet* function(GtkIconFactory* factory, const(char)* stockId) c_gtk_icon_factory_lookup;
6672 	void function(GtkIconFactory* factory) c_gtk_icon_factory_remove_default;
6673 
6674 	// gtk.IconInfo
6675 
6676 	GType function() c_gtk_icon_info_get_type;
6677 	GtkIconInfo* function(GtkIconTheme* iconTheme, GdkPixbuf* pixbuf) c_gtk_icon_info_new_for_pixbuf;
6678 	GtkIconInfo* function(GtkIconInfo* iconInfo) c_gtk_icon_info_copy;
6679 	void function(GtkIconInfo* iconInfo) c_gtk_icon_info_free;
6680 	int function(GtkIconInfo* iconInfo, GdkPoint** points, int* nPoints) c_gtk_icon_info_get_attach_points;
6681 	int function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_base_scale;
6682 	int function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_base_size;
6683 	GdkPixbuf* function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_builtin_pixbuf;
6684 	const(char)* function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_display_name;
6685 	int function(GtkIconInfo* iconInfo, GdkRectangle* rectangle) c_gtk_icon_info_get_embedded_rect;
6686 	char* function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_filename;
6687 	int function(GtkIconInfo* iconInfo) c_gtk_icon_info_is_symbolic;
6688 	GdkPixbuf* function(GtkIconInfo* iconInfo, GError** err) c_gtk_icon_info_load_icon;
6689 	void function(GtkIconInfo* iconInfo, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_gtk_icon_info_load_icon_async;
6690 	GdkPixbuf* function(GtkIconInfo* iconInfo, GAsyncResult* res, GError** err) c_gtk_icon_info_load_icon_finish;
6691 	cairo_surface_t* function(GtkIconInfo* iconInfo, GdkWindow* forWindow, GError** err) c_gtk_icon_info_load_surface;
6692 	GdkPixbuf* function(GtkIconInfo* iconInfo, GdkRGBA* fg, GdkRGBA* successColor, GdkRGBA* warningColor, GdkRGBA* errorColor, int* wasSymbolic, GError** err) c_gtk_icon_info_load_symbolic;
6693 	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;
6694 	GdkPixbuf* function(GtkIconInfo* iconInfo, GAsyncResult* res, int* wasSymbolic, GError** err) c_gtk_icon_info_load_symbolic_finish;
6695 	GdkPixbuf* function(GtkIconInfo* iconInfo, GtkStyleContext* context, int* wasSymbolic, GError** err) c_gtk_icon_info_load_symbolic_for_context;
6696 	void function(GtkIconInfo* iconInfo, GtkStyleContext* context, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_gtk_icon_info_load_symbolic_for_context_async;
6697 	GdkPixbuf* function(GtkIconInfo* iconInfo, GAsyncResult* res, int* wasSymbolic, GError** err) c_gtk_icon_info_load_symbolic_for_context_finish;
6698 	GdkPixbuf* function(GtkIconInfo* iconInfo, GtkStyle* style, GtkStateType state, int* wasSymbolic, GError** err) c_gtk_icon_info_load_symbolic_for_style;
6699 	void function(GtkIconInfo* iconInfo, int rawCoordinates) c_gtk_icon_info_set_raw_coordinates;
6700 
6701 	// gtk.IconSet
6702 
6703 	GType function() c_gtk_icon_set_get_type;
6704 	GtkIconSet* function() c_gtk_icon_set_new;
6705 	GtkIconSet* function(GdkPixbuf* pixbuf) c_gtk_icon_set_new_from_pixbuf;
6706 	void function(GtkIconSet* iconSet, GtkIconSource* source) c_gtk_icon_set_add_source;
6707 	GtkIconSet* function(GtkIconSet* iconSet) c_gtk_icon_set_copy;
6708 	void function(GtkIconSet* iconSet, GtkIconSize** sizes, int* nSizes) c_gtk_icon_set_get_sizes;
6709 	GtkIconSet* function(GtkIconSet* iconSet) c_gtk_icon_set_ref;
6710 	GdkPixbuf* function(GtkIconSet* iconSet, GtkStyle* style, GtkTextDirection direction, GtkStateType state, GtkIconSize size, GtkWidget* widget, const(char)* detail) c_gtk_icon_set_render_icon;
6711 	GdkPixbuf* function(GtkIconSet* iconSet, GtkStyleContext* context, GtkIconSize size) c_gtk_icon_set_render_icon_pixbuf;
6712 	cairo_surface_t* function(GtkIconSet* iconSet, GtkStyleContext* context, GtkIconSize size, int scale, GdkWindow* forWindow) c_gtk_icon_set_render_icon_surface;
6713 	void function(GtkIconSet* iconSet) c_gtk_icon_set_unref;
6714 
6715 	// gtk.IconSource
6716 
6717 	GType function() c_gtk_icon_source_get_type;
6718 	GtkIconSource* function() c_gtk_icon_source_new;
6719 	GtkIconSource* function(GtkIconSource* source) c_gtk_icon_source_copy;
6720 	void function(GtkIconSource* source) c_gtk_icon_source_free;
6721 	GtkTextDirection function(GtkIconSource* source) c_gtk_icon_source_get_direction;
6722 	int function(GtkIconSource* source) c_gtk_icon_source_get_direction_wildcarded;
6723 	char* function(GtkIconSource* source) c_gtk_icon_source_get_filename;
6724 	const(char)* function(GtkIconSource* source) c_gtk_icon_source_get_icon_name;
6725 	GdkPixbuf* function(GtkIconSource* source) c_gtk_icon_source_get_pixbuf;
6726 	GtkIconSize function(GtkIconSource* source) c_gtk_icon_source_get_size;
6727 	int function(GtkIconSource* source) c_gtk_icon_source_get_size_wildcarded;
6728 	GtkStateType function(GtkIconSource* source) c_gtk_icon_source_get_state;
6729 	int function(GtkIconSource* source) c_gtk_icon_source_get_state_wildcarded;
6730 	void function(GtkIconSource* source, GtkTextDirection direction) c_gtk_icon_source_set_direction;
6731 	void function(GtkIconSource* source, int setting) c_gtk_icon_source_set_direction_wildcarded;
6732 	void function(GtkIconSource* source, char* filename) c_gtk_icon_source_set_filename;
6733 	void function(GtkIconSource* source, const(char)* iconName) c_gtk_icon_source_set_icon_name;
6734 	void function(GtkIconSource* source, GdkPixbuf* pixbuf) c_gtk_icon_source_set_pixbuf;
6735 	void function(GtkIconSource* source, GtkIconSize size) c_gtk_icon_source_set_size;
6736 	void function(GtkIconSource* source, int setting) c_gtk_icon_source_set_size_wildcarded;
6737 	void function(GtkIconSource* source, GtkStateType state) c_gtk_icon_source_set_state;
6738 	void function(GtkIconSource* source, int setting) c_gtk_icon_source_set_state_wildcarded;
6739 
6740 	// gtk.IconTheme
6741 
6742 	GType function() c_gtk_icon_theme_get_type;
6743 	GtkIconTheme* function() c_gtk_icon_theme_new;
6744 	void function(const(char)* iconName, int size, GdkPixbuf* pixbuf) c_gtk_icon_theme_add_builtin_icon;
6745 	GtkIconTheme* function() c_gtk_icon_theme_get_default;
6746 	GtkIconTheme* function(GdkScreen* screen) c_gtk_icon_theme_get_for_screen;
6747 	void function(GtkIconTheme* iconTheme, const(char)* path) c_gtk_icon_theme_add_resource_path;
6748 	void function(GtkIconTheme* iconTheme, char* path) c_gtk_icon_theme_append_search_path;
6749 	GtkIconInfo* function(GtkIconTheme* iconTheme, char* iconNames, int size, GtkIconLookupFlags flags) c_gtk_icon_theme_choose_icon;
6750 	GtkIconInfo* function(GtkIconTheme* iconTheme, char* iconNames, int size, int scale, GtkIconLookupFlags flags) c_gtk_icon_theme_choose_icon_for_scale;
6751 	char* function(GtkIconTheme* iconTheme) c_gtk_icon_theme_get_example_icon_name;
6752 	int* function(GtkIconTheme* iconTheme, const(char)* iconName) c_gtk_icon_theme_get_icon_sizes;
6753 	void function(GtkIconTheme* iconTheme, char** path, int* nElements) c_gtk_icon_theme_get_search_path;
6754 	int function(GtkIconTheme* iconTheme, const(char)* iconName) c_gtk_icon_theme_has_icon;
6755 	GList* function(GtkIconTheme* iconTheme) c_gtk_icon_theme_list_contexts;
6756 	GList* function(GtkIconTheme* iconTheme, const(char)* context) c_gtk_icon_theme_list_icons;
6757 	GdkPixbuf* function(GtkIconTheme* iconTheme, const(char)* iconName, int size, GtkIconLookupFlags flags, GError** err) c_gtk_icon_theme_load_icon;
6758 	GdkPixbuf* function(GtkIconTheme* iconTheme, const(char)* iconName, int size, int scale, GtkIconLookupFlags flags, GError** err) c_gtk_icon_theme_load_icon_for_scale;
6759 	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;
6760 	GtkIconInfo* function(GtkIconTheme* iconTheme, GIcon* icon, int size, GtkIconLookupFlags flags) c_gtk_icon_theme_lookup_by_gicon;
6761 	GtkIconInfo* function(GtkIconTheme* iconTheme, GIcon* icon, int size, int scale, GtkIconLookupFlags flags) c_gtk_icon_theme_lookup_by_gicon_for_scale;
6762 	GtkIconInfo* function(GtkIconTheme* iconTheme, const(char)* iconName, int size, GtkIconLookupFlags flags) c_gtk_icon_theme_lookup_icon;
6763 	GtkIconInfo* function(GtkIconTheme* iconTheme, const(char)* iconName, int size, int scale, GtkIconLookupFlags flags) c_gtk_icon_theme_lookup_icon_for_scale;
6764 	void function(GtkIconTheme* iconTheme, char* path) c_gtk_icon_theme_prepend_search_path;
6765 	int function(GtkIconTheme* iconTheme) c_gtk_icon_theme_rescan_if_needed;
6766 	void function(GtkIconTheme* iconTheme, const(char)* themeName) c_gtk_icon_theme_set_custom_theme;
6767 	void function(GtkIconTheme* iconTheme, GdkScreen* screen) c_gtk_icon_theme_set_screen;
6768 	void function(GtkIconTheme* iconTheme, char** path, int nElements) c_gtk_icon_theme_set_search_path;
6769 
6770 	// gtk.IconView
6771 
6772 	GType function() c_gtk_icon_view_get_type;
6773 	GtkWidget* function() c_gtk_icon_view_new;
6774 	GtkWidget* function(GtkCellArea* area) c_gtk_icon_view_new_with_area;
6775 	GtkWidget* function(GtkTreeModel* model) c_gtk_icon_view_new_with_model;
6776 	void function(GtkIconView* iconView, int wx, int wy, int* bx, int* by) c_gtk_icon_view_convert_widget_to_bin_window_coords;
6777 	cairo_surface_t* function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_create_drag_icon;
6778 	void function(GtkIconView* iconView, GtkTargetEntry* targets, int nTargets, GdkDragAction actions) c_gtk_icon_view_enable_model_drag_dest;
6779 	void function(GtkIconView* iconView, GdkModifierType startButtonMask, GtkTargetEntry* targets, int nTargets, GdkDragAction actions) c_gtk_icon_view_enable_model_drag_source;
6780 	int function(GtkIconView* iconView) c_gtk_icon_view_get_activate_on_single_click;
6781 	int function(GtkIconView* iconView, GtkTreePath* path, GtkCellRenderer* cell, GdkRectangle* rect) c_gtk_icon_view_get_cell_rect;
6782 	int function(GtkIconView* iconView) c_gtk_icon_view_get_column_spacing;
6783 	int function(GtkIconView* iconView) c_gtk_icon_view_get_columns;
6784 	int function(GtkIconView* iconView, GtkTreePath** path, GtkCellRenderer** cell) c_gtk_icon_view_get_cursor;
6785 	int function(GtkIconView* iconView, int dragX, int dragY, GtkTreePath** path, GtkIconViewDropPosition* pos) c_gtk_icon_view_get_dest_item_at_pos;
6786 	void function(GtkIconView* iconView, GtkTreePath** path, GtkIconViewDropPosition* pos) c_gtk_icon_view_get_drag_dest_item;
6787 	int function(GtkIconView* iconView, int x, int y, GtkTreePath** path, GtkCellRenderer** cell) c_gtk_icon_view_get_item_at_pos;
6788 	int function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_get_item_column;
6789 	GtkOrientation function(GtkIconView* iconView) c_gtk_icon_view_get_item_orientation;
6790 	int function(GtkIconView* iconView) c_gtk_icon_view_get_item_padding;
6791 	int function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_get_item_row;
6792 	int function(GtkIconView* iconView) c_gtk_icon_view_get_item_width;
6793 	int function(GtkIconView* iconView) c_gtk_icon_view_get_margin;
6794 	int function(GtkIconView* iconView) c_gtk_icon_view_get_markup_column;
6795 	GtkTreeModel* function(GtkIconView* iconView) c_gtk_icon_view_get_model;
6796 	GtkTreePath* function(GtkIconView* iconView, int x, int y) c_gtk_icon_view_get_path_at_pos;
6797 	int function(GtkIconView* iconView) c_gtk_icon_view_get_pixbuf_column;
6798 	int function(GtkIconView* iconView) c_gtk_icon_view_get_reorderable;
6799 	int function(GtkIconView* iconView) c_gtk_icon_view_get_row_spacing;
6800 	GList* function(GtkIconView* iconView) c_gtk_icon_view_get_selected_items;
6801 	GtkSelectionMode function(GtkIconView* iconView) c_gtk_icon_view_get_selection_mode;
6802 	int function(GtkIconView* iconView) c_gtk_icon_view_get_spacing;
6803 	int function(GtkIconView* iconView) c_gtk_icon_view_get_text_column;
6804 	int function(GtkIconView* iconView) c_gtk_icon_view_get_tooltip_column;
6805 	int function(GtkIconView* iconView, int* x, int* y, int keyboardTip, GtkTreeModel** model, GtkTreePath** path, GtkTreeIter* iter) c_gtk_icon_view_get_tooltip_context;
6806 	int function(GtkIconView* iconView, GtkTreePath** startPath, GtkTreePath** endPath) c_gtk_icon_view_get_visible_range;
6807 	void function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_item_activated;
6808 	int function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_path_is_selected;
6809 	void function(GtkIconView* iconView, GtkTreePath* path, int useAlign, float rowAlign, float colAlign) c_gtk_icon_view_scroll_to_path;
6810 	void function(GtkIconView* iconView) c_gtk_icon_view_select_all;
6811 	void function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_select_path;
6812 	void function(GtkIconView* iconView, GtkIconViewForeachFunc func, void* data) c_gtk_icon_view_selected_foreach;
6813 	void function(GtkIconView* iconView, int single) c_gtk_icon_view_set_activate_on_single_click;
6814 	void function(GtkIconView* iconView, int columnSpacing) c_gtk_icon_view_set_column_spacing;
6815 	void function(GtkIconView* iconView, int columns) c_gtk_icon_view_set_columns;
6816 	void function(GtkIconView* iconView, GtkTreePath* path, GtkCellRenderer* cell, int startEditing) c_gtk_icon_view_set_cursor;
6817 	void function(GtkIconView* iconView, GtkTreePath* path, GtkIconViewDropPosition pos) c_gtk_icon_view_set_drag_dest_item;
6818 	void function(GtkIconView* iconView, GtkOrientation orientation) c_gtk_icon_view_set_item_orientation;
6819 	void function(GtkIconView* iconView, int itemPadding) c_gtk_icon_view_set_item_padding;
6820 	void function(GtkIconView* iconView, int itemWidth) c_gtk_icon_view_set_item_width;
6821 	void function(GtkIconView* iconView, int margin) c_gtk_icon_view_set_margin;
6822 	void function(GtkIconView* iconView, int column) c_gtk_icon_view_set_markup_column;
6823 	void function(GtkIconView* iconView, GtkTreeModel* model) c_gtk_icon_view_set_model;
6824 	void function(GtkIconView* iconView, int column) c_gtk_icon_view_set_pixbuf_column;
6825 	void function(GtkIconView* iconView, int reorderable) c_gtk_icon_view_set_reorderable;
6826 	void function(GtkIconView* iconView, int rowSpacing) c_gtk_icon_view_set_row_spacing;
6827 	void function(GtkIconView* iconView, GtkSelectionMode mode) c_gtk_icon_view_set_selection_mode;
6828 	void function(GtkIconView* iconView, int spacing) c_gtk_icon_view_set_spacing;
6829 	void function(GtkIconView* iconView, int column) c_gtk_icon_view_set_text_column;
6830 	void function(GtkIconView* iconView, GtkTooltip* tooltip, GtkTreePath* path, GtkCellRenderer* cell) c_gtk_icon_view_set_tooltip_cell;
6831 	void function(GtkIconView* iconView, int column) c_gtk_icon_view_set_tooltip_column;
6832 	void function(GtkIconView* iconView, GtkTooltip* tooltip, GtkTreePath* path) c_gtk_icon_view_set_tooltip_item;
6833 	void function(GtkIconView* iconView) c_gtk_icon_view_unselect_all;
6834 	void function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_unselect_path;
6835 	void function(GtkIconView* iconView) c_gtk_icon_view_unset_model_drag_dest;
6836 	void function(GtkIconView* iconView) c_gtk_icon_view_unset_model_drag_source;
6837 
6838 	// gtk.IconViewAccessible
6839 
6840 	GType function() c_gtk_icon_view_accessible_get_type;
6841 
6842 	// gtk.Image
6843 
6844 	GType function() c_gtk_image_get_type;
6845 	GtkWidget* function() c_gtk_image_new;
6846 	GtkWidget* function(GdkPixbufAnimation* animation) c_gtk_image_new_from_animation;
6847 	GtkWidget* function(char* filename) c_gtk_image_new_from_file;
6848 	GtkWidget* function(GIcon* icon, GtkIconSize size) c_gtk_image_new_from_gicon;
6849 	GtkWidget* function(const(char)* iconName, GtkIconSize size) c_gtk_image_new_from_icon_name;
6850 	GtkWidget* function(GtkIconSet* iconSet, GtkIconSize size) c_gtk_image_new_from_icon_set;
6851 	GtkWidget* function(GdkPixbuf* pixbuf) c_gtk_image_new_from_pixbuf;
6852 	GtkWidget* function(const(char)* resourcePath) c_gtk_image_new_from_resource;
6853 	GtkWidget* function(const(char)* stockId, GtkIconSize size) c_gtk_image_new_from_stock;
6854 	GtkWidget* function(cairo_surface_t* surface) c_gtk_image_new_from_surface;
6855 	void function(GtkImage* image) c_gtk_image_clear;
6856 	GdkPixbufAnimation* function(GtkImage* image) c_gtk_image_get_animation;
6857 	void function(GtkImage* image, GIcon** gicon, GtkIconSize* size) c_gtk_image_get_gicon;
6858 	void function(GtkImage* image, char** iconName, GtkIconSize* size) c_gtk_image_get_icon_name;
6859 	void function(GtkImage* image, GtkIconSet** iconSet, GtkIconSize* size) c_gtk_image_get_icon_set;
6860 	GdkPixbuf* function(GtkImage* image) c_gtk_image_get_pixbuf;
6861 	int function(GtkImage* image) c_gtk_image_get_pixel_size;
6862 	void function(GtkImage* image, char** stockId, GtkIconSize* size) c_gtk_image_get_stock;
6863 	GtkImageType function(GtkImage* image) c_gtk_image_get_storage_type;
6864 	void function(GtkImage* image, GdkPixbufAnimation* animation) c_gtk_image_set_from_animation;
6865 	void function(GtkImage* image, char* filename) c_gtk_image_set_from_file;
6866 	void function(GtkImage* image, GIcon* icon, GtkIconSize size) c_gtk_image_set_from_gicon;
6867 	void function(GtkImage* image, const(char)* iconName, GtkIconSize size) c_gtk_image_set_from_icon_name;
6868 	void function(GtkImage* image, GtkIconSet* iconSet, GtkIconSize size) c_gtk_image_set_from_icon_set;
6869 	void function(GtkImage* image, GdkPixbuf* pixbuf) c_gtk_image_set_from_pixbuf;
6870 	void function(GtkImage* image, const(char)* resourcePath) c_gtk_image_set_from_resource;
6871 	void function(GtkImage* image, const(char)* stockId, GtkIconSize size) c_gtk_image_set_from_stock;
6872 	void function(GtkImage* image, cairo_surface_t* surface) c_gtk_image_set_from_surface;
6873 	void function(GtkImage* image, int pixelSize) c_gtk_image_set_pixel_size;
6874 
6875 	// gtk.ImageAccessible
6876 
6877 	GType function() c_gtk_image_accessible_get_type;
6878 
6879 	// gtk.ImageCellAccessible
6880 
6881 	GType function() c_gtk_image_cell_accessible_get_type;
6882 
6883 	// gtk.ImageMenuItem
6884 
6885 	GType function() c_gtk_image_menu_item_get_type;
6886 	GtkWidget* function() c_gtk_image_menu_item_new;
6887 	GtkWidget* function(const(char)* stockId, GtkAccelGroup* accelGroup) c_gtk_image_menu_item_new_from_stock;
6888 	GtkWidget* function(const(char)* label) c_gtk_image_menu_item_new_with_label;
6889 	GtkWidget* function(const(char)* label) c_gtk_image_menu_item_new_with_mnemonic;
6890 	int function(GtkImageMenuItem* imageMenuItem) c_gtk_image_menu_item_get_always_show_image;
6891 	GtkWidget* function(GtkImageMenuItem* imageMenuItem) c_gtk_image_menu_item_get_image;
6892 	int function(GtkImageMenuItem* imageMenuItem) c_gtk_image_menu_item_get_use_stock;
6893 	void function(GtkImageMenuItem* imageMenuItem, GtkAccelGroup* accelGroup) c_gtk_image_menu_item_set_accel_group;
6894 	void function(GtkImageMenuItem* imageMenuItem, int alwaysShow) c_gtk_image_menu_item_set_always_show_image;
6895 	void function(GtkImageMenuItem* imageMenuItem, GtkWidget* image) c_gtk_image_menu_item_set_image;
6896 	void function(GtkImageMenuItem* imageMenuItem, int useStock) c_gtk_image_menu_item_set_use_stock;
6897 
6898 	// gtk.InfoBar
6899 
6900 	GType function() c_gtk_info_bar_get_type;
6901 	GtkWidget* function() c_gtk_info_bar_new;
6902 	GtkWidget* function(const(char)* firstButtonText, ... ) c_gtk_info_bar_new_with_buttons;
6903 	void function(GtkInfoBar* infoBar, GtkWidget* child, int responseId) c_gtk_info_bar_add_action_widget;
6904 	GtkWidget* function(GtkInfoBar* infoBar, const(char)* buttonText, int responseId) c_gtk_info_bar_add_button;
6905 	void function(GtkInfoBar* infoBar, const(char)* firstButtonText, ... ) c_gtk_info_bar_add_buttons;
6906 	GtkWidget* function(GtkInfoBar* infoBar) c_gtk_info_bar_get_action_area;
6907 	GtkWidget* function(GtkInfoBar* infoBar) c_gtk_info_bar_get_content_area;
6908 	GtkMessageType function(GtkInfoBar* infoBar) c_gtk_info_bar_get_message_type;
6909 	int function(GtkInfoBar* infoBar) c_gtk_info_bar_get_show_close_button;
6910 	void function(GtkInfoBar* infoBar, int responseId) c_gtk_info_bar_response;
6911 	void function(GtkInfoBar* infoBar, int responseId) c_gtk_info_bar_set_default_response;
6912 	void function(GtkInfoBar* infoBar, GtkMessageType messageType) c_gtk_info_bar_set_message_type;
6913 	void function(GtkInfoBar* infoBar, int responseId, int setting) c_gtk_info_bar_set_response_sensitive;
6914 	void function(GtkInfoBar* infoBar, int setting) c_gtk_info_bar_set_show_close_button;
6915 
6916 	// gtk.Invisible
6917 
6918 	GType function() c_gtk_invisible_get_type;
6919 	GtkWidget* function() c_gtk_invisible_new;
6920 	GtkWidget* function(GdkScreen* screen) c_gtk_invisible_new_for_screen;
6921 	GdkScreen* function(GtkInvisible* invisible) c_gtk_invisible_get_screen;
6922 	void function(GtkInvisible* invisible, GdkScreen* screen) c_gtk_invisible_set_screen;
6923 
6924 	// gtk.Label
6925 
6926 	GType function() c_gtk_label_get_type;
6927 	GtkWidget* function(const(char)* str) c_gtk_label_new;
6928 	GtkWidget* function(const(char)* str) c_gtk_label_new_with_mnemonic;
6929 	double function(GtkLabel* label) c_gtk_label_get_angle;
6930 	PangoAttrList* function(GtkLabel* label) c_gtk_label_get_attributes;
6931 	const(char)* function(GtkLabel* label) c_gtk_label_get_current_uri;
6932 	PangoEllipsizeMode function(GtkLabel* label) c_gtk_label_get_ellipsize;
6933 	GtkJustification function(GtkLabel* label) c_gtk_label_get_justify;
6934 	const(char)* function(GtkLabel* label) c_gtk_label_get_label;
6935 	PangoLayout* function(GtkLabel* label) c_gtk_label_get_layout;
6936 	void function(GtkLabel* label, int* x, int* y) c_gtk_label_get_layout_offsets;
6937 	int function(GtkLabel* label) c_gtk_label_get_line_wrap;
6938 	PangoWrapMode function(GtkLabel* label) c_gtk_label_get_line_wrap_mode;
6939 	int function(GtkLabel* label) c_gtk_label_get_lines;
6940 	int function(GtkLabel* label) c_gtk_label_get_max_width_chars;
6941 	uint function(GtkLabel* label) c_gtk_label_get_mnemonic_keyval;
6942 	GtkWidget* function(GtkLabel* label) c_gtk_label_get_mnemonic_widget;
6943 	int function(GtkLabel* label) c_gtk_label_get_selectable;
6944 	int function(GtkLabel* label, int* start, int* end) c_gtk_label_get_selection_bounds;
6945 	int function(GtkLabel* label) c_gtk_label_get_single_line_mode;
6946 	const(char)* function(GtkLabel* label) c_gtk_label_get_text;
6947 	int function(GtkLabel* label) c_gtk_label_get_track_visited_links;
6948 	int function(GtkLabel* label) c_gtk_label_get_use_markup;
6949 	int function(GtkLabel* label) c_gtk_label_get_use_underline;
6950 	int function(GtkLabel* label) c_gtk_label_get_width_chars;
6951 	void function(GtkLabel* label, int startOffset, int endOffset) c_gtk_label_select_region;
6952 	void function(GtkLabel* label, double angle) c_gtk_label_set_angle;
6953 	void function(GtkLabel* label, PangoAttrList* attrs) c_gtk_label_set_attributes;
6954 	void function(GtkLabel* label, PangoEllipsizeMode mode) c_gtk_label_set_ellipsize;
6955 	void function(GtkLabel* label, GtkJustification jtype) c_gtk_label_set_justify;
6956 	void function(GtkLabel* label, const(char)* str) c_gtk_label_set_label;
6957 	void function(GtkLabel* label, int wrap) c_gtk_label_set_line_wrap;
6958 	void function(GtkLabel* label, PangoWrapMode wrapMode) c_gtk_label_set_line_wrap_mode;
6959 	void function(GtkLabel* label, int lines) c_gtk_label_set_lines;
6960 	void function(GtkLabel* label, const(char)* str) c_gtk_label_set_markup;
6961 	void function(GtkLabel* label, const(char)* str) c_gtk_label_set_markup_with_mnemonic;
6962 	void function(GtkLabel* label, int nChars) c_gtk_label_set_max_width_chars;
6963 	void function(GtkLabel* label, GtkWidget* widget) c_gtk_label_set_mnemonic_widget;
6964 	void function(GtkLabel* label, const(char)* pattern) c_gtk_label_set_pattern;
6965 	void function(GtkLabel* label, int setting) c_gtk_label_set_selectable;
6966 	void function(GtkLabel* label, int singleLineMode) c_gtk_label_set_single_line_mode;
6967 	void function(GtkLabel* label, const(char)* str) c_gtk_label_set_text;
6968 	void function(GtkLabel* label, const(char)* str) c_gtk_label_set_text_with_mnemonic;
6969 	void function(GtkLabel* label, int trackLinks) c_gtk_label_set_track_visited_links;
6970 	void function(GtkLabel* label, int setting) c_gtk_label_set_use_markup;
6971 	void function(GtkLabel* label, int setting) c_gtk_label_set_use_underline;
6972 	void function(GtkLabel* label, int nChars) c_gtk_label_set_width_chars;
6973 
6974 	// gtk.LabelAccessible
6975 
6976 	GType function() c_gtk_label_accessible_get_type;
6977 
6978 	// gtk.Layout
6979 
6980 	GType function() c_gtk_layout_get_type;
6981 	GtkWidget* function(GtkAdjustment* hadjustment, GtkAdjustment* vadjustment) c_gtk_layout_new;
6982 	GdkWindow* function(GtkLayout* layout) c_gtk_layout_get_bin_window;
6983 	GtkAdjustment* function(GtkLayout* layout) c_gtk_layout_get_hadjustment;
6984 	void function(GtkLayout* layout, uint* width, uint* height) c_gtk_layout_get_size;
6985 	GtkAdjustment* function(GtkLayout* layout) c_gtk_layout_get_vadjustment;
6986 	void function(GtkLayout* layout, GtkWidget* childWidget, int x, int y) c_gtk_layout_move;
6987 	void function(GtkLayout* layout, GtkWidget* childWidget, int x, int y) c_gtk_layout_put;
6988 	void function(GtkLayout* layout, GtkAdjustment* adjustment) c_gtk_layout_set_hadjustment;
6989 	void function(GtkLayout* layout, uint width, uint height) c_gtk_layout_set_size;
6990 	void function(GtkLayout* layout, GtkAdjustment* adjustment) c_gtk_layout_set_vadjustment;
6991 
6992 	// gtk.LevelBar
6993 
6994 	GType function() c_gtk_level_bar_get_type;
6995 	GtkWidget* function() c_gtk_level_bar_new;
6996 	GtkWidget* function(double minValue, double maxValue) c_gtk_level_bar_new_for_interval;
6997 	void function(GtkLevelBar* self, const(char)* name, double value) c_gtk_level_bar_add_offset_value;
6998 	int function(GtkLevelBar* self) c_gtk_level_bar_get_inverted;
6999 	double function(GtkLevelBar* self) c_gtk_level_bar_get_max_value;
7000 	double function(GtkLevelBar* self) c_gtk_level_bar_get_min_value;
7001 	GtkLevelBarMode function(GtkLevelBar* self) c_gtk_level_bar_get_mode;
7002 	int function(GtkLevelBar* self, const(char)* name, double* value) c_gtk_level_bar_get_offset_value;
7003 	double function(GtkLevelBar* self) c_gtk_level_bar_get_value;
7004 	void function(GtkLevelBar* self, const(char)* name) c_gtk_level_bar_remove_offset_value;
7005 	void function(GtkLevelBar* self, int inverted) c_gtk_level_bar_set_inverted;
7006 	void function(GtkLevelBar* self, double value) c_gtk_level_bar_set_max_value;
7007 	void function(GtkLevelBar* self, double value) c_gtk_level_bar_set_min_value;
7008 	void function(GtkLevelBar* self, GtkLevelBarMode mode) c_gtk_level_bar_set_mode;
7009 	void function(GtkLevelBar* self, double value) c_gtk_level_bar_set_value;
7010 
7011 	// gtk.LevelBarAccessible
7012 
7013 	GType function() c_gtk_level_bar_accessible_get_type;
7014 
7015 	// gtk.LinkButton
7016 
7017 	GType function() c_gtk_link_button_get_type;
7018 	GtkWidget* function(const(char)* uri) c_gtk_link_button_new;
7019 	GtkWidget* function(const(char)* uri, const(char)* label) c_gtk_link_button_new_with_label;
7020 	const(char)* function(GtkLinkButton* linkButton) c_gtk_link_button_get_uri;
7021 	int function(GtkLinkButton* linkButton) c_gtk_link_button_get_visited;
7022 	void function(GtkLinkButton* linkButton, const(char)* uri) c_gtk_link_button_set_uri;
7023 	void function(GtkLinkButton* linkButton, int visited) c_gtk_link_button_set_visited;
7024 
7025 	// gtk.LinkButtonAccessible
7026 
7027 	GType function() c_gtk_link_button_accessible_get_type;
7028 
7029 	// gtk.ListBox
7030 
7031 	GType function() c_gtk_list_box_get_type;
7032 	GtkWidget* function() c_gtk_list_box_new;
7033 	void function(GtkListBox* box, GtkListBoxRow* row) c_gtk_list_box_drag_highlight_row;
7034 	void function(GtkListBox* box) c_gtk_list_box_drag_unhighlight_row;
7035 	int function(GtkListBox* box) c_gtk_list_box_get_activate_on_single_click;
7036 	GtkAdjustment* function(GtkListBox* box) c_gtk_list_box_get_adjustment;
7037 	GtkListBoxRow* function(GtkListBox* box, int index) c_gtk_list_box_get_row_at_index;
7038 	GtkListBoxRow* function(GtkListBox* box, int y) c_gtk_list_box_get_row_at_y;
7039 	GtkListBoxRow* function(GtkListBox* box) c_gtk_list_box_get_selected_row;
7040 	GList* function(GtkListBox* box) c_gtk_list_box_get_selected_rows;
7041 	GtkSelectionMode function(GtkListBox* box) c_gtk_list_box_get_selection_mode;
7042 	void function(GtkListBox* box, GtkWidget* child, int position) c_gtk_list_box_insert;
7043 	void function(GtkListBox* box) c_gtk_list_box_invalidate_filter;
7044 	void function(GtkListBox* box) c_gtk_list_box_invalidate_headers;
7045 	void function(GtkListBox* box) c_gtk_list_box_invalidate_sort;
7046 	void function(GtkListBox* box, GtkWidget* child) c_gtk_list_box_prepend;
7047 	void function(GtkListBox* box) c_gtk_list_box_select_all;
7048 	void function(GtkListBox* box, GtkListBoxRow* row) c_gtk_list_box_select_row;
7049 	void function(GtkListBox* box, GtkListBoxForeachFunc func, void* data) c_gtk_list_box_selected_foreach;
7050 	void function(GtkListBox* box, int single) c_gtk_list_box_set_activate_on_single_click;
7051 	void function(GtkListBox* box, GtkAdjustment* adjustment) c_gtk_list_box_set_adjustment;
7052 	void function(GtkListBox* box, GtkListBoxFilterFunc filterFunc, void* userData, GDestroyNotify destroy) c_gtk_list_box_set_filter_func;
7053 	void function(GtkListBox* box, GtkListBoxUpdateHeaderFunc updateHeader, void* userData, GDestroyNotify destroy) c_gtk_list_box_set_header_func;
7054 	void function(GtkListBox* box, GtkWidget* placeholder) c_gtk_list_box_set_placeholder;
7055 	void function(GtkListBox* box, GtkSelectionMode mode) c_gtk_list_box_set_selection_mode;
7056 	void function(GtkListBox* box, GtkListBoxSortFunc sortFunc, void* userData, GDestroyNotify destroy) c_gtk_list_box_set_sort_func;
7057 	void function(GtkListBox* box) c_gtk_list_box_unselect_all;
7058 	void function(GtkListBox* box, GtkListBoxRow* row) c_gtk_list_box_unselect_row;
7059 
7060 	// gtk.ListBoxAccessible
7061 
7062 	GType function() c_gtk_list_box_accessible_get_type;
7063 
7064 	// gtk.ListBoxRow
7065 
7066 	GType function() c_gtk_list_box_row_get_type;
7067 	GtkWidget* function() c_gtk_list_box_row_new;
7068 	void function(GtkListBoxRow* row) c_gtk_list_box_row_changed;
7069 	int function(GtkListBoxRow* row) c_gtk_list_box_row_get_activatable;
7070 	GtkWidget* function(GtkListBoxRow* row) c_gtk_list_box_row_get_header;
7071 	int function(GtkListBoxRow* row) c_gtk_list_box_row_get_index;
7072 	int function(GtkListBoxRow* row) c_gtk_list_box_row_get_selectable;
7073 	int function(GtkListBoxRow* row) c_gtk_list_box_row_is_selected;
7074 	void function(GtkListBoxRow* row, int activatable) c_gtk_list_box_row_set_activatable;
7075 	void function(GtkListBoxRow* row, GtkWidget* header) c_gtk_list_box_row_set_header;
7076 	void function(GtkListBoxRow* row, int selectable) c_gtk_list_box_row_set_selectable;
7077 
7078 	// gtk.ListBoxRowAccessible
7079 
7080 	GType function() c_gtk_list_box_row_accessible_get_type;
7081 
7082 	// gtk.ListStore
7083 
7084 	GType function() c_gtk_list_store_get_type;
7085 	GtkListStore* function(int nColumns, ... ) c_gtk_list_store_new;
7086 	GtkListStore* function(int nColumns, GType* types) c_gtk_list_store_newv;
7087 	void function(GtkListStore* listStore, GtkTreeIter* iter) c_gtk_list_store_append;
7088 	void function(GtkListStore* listStore) c_gtk_list_store_clear;
7089 	void function(GtkListStore* listStore, GtkTreeIter* iter, int position) c_gtk_list_store_insert;
7090 	void function(GtkListStore* listStore, GtkTreeIter* iter, GtkTreeIter* sibling) c_gtk_list_store_insert_after;
7091 	void function(GtkListStore* listStore, GtkTreeIter* iter, GtkTreeIter* sibling) c_gtk_list_store_insert_before;
7092 	void function(GtkListStore* listStore, GtkTreeIter* iter, int position, ... ) c_gtk_list_store_insert_with_values;
7093 	void function(GtkListStore* listStore, GtkTreeIter* iter, int position, int* columns, GValue* values, int nValues) c_gtk_list_store_insert_with_valuesv;
7094 	int function(GtkListStore* listStore, GtkTreeIter* iter) c_gtk_list_store_iter_is_valid;
7095 	void function(GtkListStore* store, GtkTreeIter* iter, GtkTreeIter* position) c_gtk_list_store_move_after;
7096 	void function(GtkListStore* store, GtkTreeIter* iter, GtkTreeIter* position) c_gtk_list_store_move_before;
7097 	void function(GtkListStore* listStore, GtkTreeIter* iter) c_gtk_list_store_prepend;
7098 	int function(GtkListStore* listStore, GtkTreeIter* iter) c_gtk_list_store_remove;
7099 	void function(GtkListStore* store, int* newOrder) c_gtk_list_store_reorder;
7100 	void function(GtkListStore* listStore, GtkTreeIter* iter, ... ) c_gtk_list_store_set;
7101 	void function(GtkListStore* listStore, int nColumns, GType* types) c_gtk_list_store_set_column_types;
7102 	void function(GtkListStore* listStore, GtkTreeIter* iter, void* varArgs) c_gtk_list_store_set_valist;
7103 	void function(GtkListStore* listStore, GtkTreeIter* iter, int column, GValue* value) c_gtk_list_store_set_value;
7104 	void function(GtkListStore* listStore, GtkTreeIter* iter, int* columns, GValue* values, int nValues) c_gtk_list_store_set_valuesv;
7105 	void function(GtkListStore* store, GtkTreeIter* a, GtkTreeIter* b) c_gtk_list_store_swap;
7106 
7107 	// gtk.LockButton
7108 
7109 	GType function() c_gtk_lock_button_get_type;
7110 	GtkWidget* function(GPermission* permission) c_gtk_lock_button_new;
7111 	GPermission* function(GtkLockButton* button) c_gtk_lock_button_get_permission;
7112 	void function(GtkLockButton* button, GPermission* permission) c_gtk_lock_button_set_permission;
7113 
7114 	// gtk.LockButtonAccessible
7115 
7116 	GType function() c_gtk_lock_button_accessible_get_type;
7117 
7118 	// gtk.Menu
7119 
7120 	GType function() c_gtk_menu_get_type;
7121 	GtkWidget* function() c_gtk_menu_new;
7122 	GtkWidget* function(GMenuModel* model) c_gtk_menu_new_from_model;
7123 	GList* function(GtkWidget* widget) c_gtk_menu_get_for_attach_widget;
7124 	void function(GtkMenu* menu, GtkWidget* child, uint leftAttach, uint rightAttach, uint topAttach, uint bottomAttach) c_gtk_menu_attach;
7125 	void function(GtkMenu* menu, GtkWidget* attachWidget, GtkMenuDetachFunc detacher) c_gtk_menu_attach_to_widget;
7126 	void function(GtkMenu* menu) c_gtk_menu_detach;
7127 	GtkAccelGroup* function(GtkMenu* menu) c_gtk_menu_get_accel_group;
7128 	const(char)* function(GtkMenu* menu) c_gtk_menu_get_accel_path;
7129 	GtkWidget* function(GtkMenu* menu) c_gtk_menu_get_active;
7130 	GtkWidget* function(GtkMenu* menu) c_gtk_menu_get_attach_widget;
7131 	int function(GtkMenu* menu) c_gtk_menu_get_monitor;
7132 	int function(GtkMenu* menu) c_gtk_menu_get_reserve_toggle_size;
7133 	int function(GtkMenu* menu) c_gtk_menu_get_tearoff_state;
7134 	const(char)* function(GtkMenu* menu) c_gtk_menu_get_title;
7135 	void function(GtkMenu* menu) c_gtk_menu_popdown;
7136 	void function(GtkMenu* menu, GtkWidget* parentMenuShell, GtkWidget* parentMenuItem, GtkMenuPositionFunc func, void* data, uint button, uint activateTime) c_gtk_menu_popup;
7137 	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;
7138 	void function(GtkMenu* menu, GtkWidget* child, int position) c_gtk_menu_reorder_child;
7139 	void function(GtkMenu* menu) c_gtk_menu_reposition;
7140 	void function(GtkMenu* menu, GtkAccelGroup* accelGroup) c_gtk_menu_set_accel_group;
7141 	void function(GtkMenu* menu, const(char)* accelPath) c_gtk_menu_set_accel_path;
7142 	void function(GtkMenu* menu, uint index) c_gtk_menu_set_active;
7143 	void function(GtkMenu* menu, int monitorNum) c_gtk_menu_set_monitor;
7144 	void function(GtkMenu* menu, int reserveToggleSize) c_gtk_menu_set_reserve_toggle_size;
7145 	void function(GtkMenu* menu, GdkScreen* screen) c_gtk_menu_set_screen;
7146 	void function(GtkMenu* menu, int tornOff) c_gtk_menu_set_tearoff_state;
7147 	void function(GtkMenu* menu, const(char)* title) c_gtk_menu_set_title;
7148 
7149 	// gtk.MenuAccessible
7150 
7151 	GType function() c_gtk_menu_accessible_get_type;
7152 
7153 	// gtk.MenuBar
7154 
7155 	GType function() c_gtk_menu_bar_get_type;
7156 	GtkWidget* function() c_gtk_menu_bar_new;
7157 	GtkWidget* function(GMenuModel* model) c_gtk_menu_bar_new_from_model;
7158 	GtkPackDirection function(GtkMenuBar* menubar) c_gtk_menu_bar_get_child_pack_direction;
7159 	GtkPackDirection function(GtkMenuBar* menubar) c_gtk_menu_bar_get_pack_direction;
7160 	void function(GtkMenuBar* menubar, GtkPackDirection childPackDir) c_gtk_menu_bar_set_child_pack_direction;
7161 	void function(GtkMenuBar* menubar, GtkPackDirection packDir) c_gtk_menu_bar_set_pack_direction;
7162 
7163 	// gtk.MenuButton
7164 
7165 	GType function() c_gtk_menu_button_get_type;
7166 	GtkWidget* function() c_gtk_menu_button_new;
7167 	GtkWidget* function(GtkMenuButton* menuButton) c_gtk_menu_button_get_align_widget;
7168 	GtkArrowType function(GtkMenuButton* menuButton) c_gtk_menu_button_get_direction;
7169 	GMenuModel* function(GtkMenuButton* menuButton) c_gtk_menu_button_get_menu_model;
7170 	GtkPopover* function(GtkMenuButton* menuButton) c_gtk_menu_button_get_popover;
7171 	GtkMenu* function(GtkMenuButton* menuButton) c_gtk_menu_button_get_popup;
7172 	int function(GtkMenuButton* menuButton) c_gtk_menu_button_get_use_popover;
7173 	void function(GtkMenuButton* menuButton, GtkWidget* alignWidget) c_gtk_menu_button_set_align_widget;
7174 	void function(GtkMenuButton* menuButton, GtkArrowType direction) c_gtk_menu_button_set_direction;
7175 	void function(GtkMenuButton* menuButton, GMenuModel* menuModel) c_gtk_menu_button_set_menu_model;
7176 	void function(GtkMenuButton* menuButton, GtkWidget* popover) c_gtk_menu_button_set_popover;
7177 	void function(GtkMenuButton* menuButton, GtkWidget* menu) c_gtk_menu_button_set_popup;
7178 	void function(GtkMenuButton* menuButton, int usePopover) c_gtk_menu_button_set_use_popover;
7179 
7180 	// gtk.MenuButtonAccessible
7181 
7182 	GType function() c_gtk_menu_button_accessible_get_type;
7183 
7184 	// gtk.MenuItem
7185 
7186 	GType function() c_gtk_menu_item_get_type;
7187 	GtkWidget* function() c_gtk_menu_item_new;
7188 	GtkWidget* function(const(char)* label) c_gtk_menu_item_new_with_label;
7189 	GtkWidget* function(const(char)* label) c_gtk_menu_item_new_with_mnemonic;
7190 	void function(GtkMenuItem* menuItem) c_gtk_menu_item_activate;
7191 	void function(GtkMenuItem* menuItem) c_gtk_menu_item_deselect;
7192 	const(char)* function(GtkMenuItem* menuItem) c_gtk_menu_item_get_accel_path;
7193 	const(char)* function(GtkMenuItem* menuItem) c_gtk_menu_item_get_label;
7194 	int function(GtkMenuItem* menuItem) c_gtk_menu_item_get_reserve_indicator;
7195 	int function(GtkMenuItem* menuItem) c_gtk_menu_item_get_right_justified;
7196 	GtkWidget* function(GtkMenuItem* menuItem) c_gtk_menu_item_get_submenu;
7197 	int function(GtkMenuItem* menuItem) c_gtk_menu_item_get_use_underline;
7198 	void function(GtkMenuItem* menuItem) c_gtk_menu_item_select;
7199 	void function(GtkMenuItem* menuItem, const(char)* accelPath) c_gtk_menu_item_set_accel_path;
7200 	void function(GtkMenuItem* menuItem, const(char)* label) c_gtk_menu_item_set_label;
7201 	void function(GtkMenuItem* menuItem, int reserve) c_gtk_menu_item_set_reserve_indicator;
7202 	void function(GtkMenuItem* menuItem, int rightJustified) c_gtk_menu_item_set_right_justified;
7203 	void function(GtkMenuItem* menuItem, GtkWidget* submenu) c_gtk_menu_item_set_submenu;
7204 	void function(GtkMenuItem* menuItem, int setting) c_gtk_menu_item_set_use_underline;
7205 	void function(GtkMenuItem* menuItem, int allocation) c_gtk_menu_item_toggle_size_allocate;
7206 	void function(GtkMenuItem* menuItem, int* requisition) c_gtk_menu_item_toggle_size_request;
7207 
7208 	// gtk.MenuItemAccessible
7209 
7210 	GType function() c_gtk_menu_item_accessible_get_type;
7211 
7212 	// gtk.MenuShell
7213 
7214 	GType function() c_gtk_menu_shell_get_type;
7215 	void function(GtkMenuShell* menuShell, GtkWidget* menuItem, int forceDeactivate) c_gtk_menu_shell_activate_item;
7216 	void function(GtkMenuShell* menuShell, GtkWidget* child) c_gtk_menu_shell_append;
7217 	void function(GtkMenuShell* menuShell, GMenuModel* model, const(char)* actionNamespace, int withSeparators) c_gtk_menu_shell_bind_model;
7218 	void function(GtkMenuShell* menuShell) c_gtk_menu_shell_cancel;
7219 	void function(GtkMenuShell* menuShell) c_gtk_menu_shell_deactivate;
7220 	void function(GtkMenuShell* menuShell) c_gtk_menu_shell_deselect;
7221 	GtkWidget* function(GtkMenuShell* menuShell) c_gtk_menu_shell_get_parent_shell;
7222 	GtkWidget* function(GtkMenuShell* menuShell) c_gtk_menu_shell_get_selected_item;
7223 	int function(GtkMenuShell* menuShell) c_gtk_menu_shell_get_take_focus;
7224 	void function(GtkMenuShell* menuShell, GtkWidget* child, int position) c_gtk_menu_shell_insert;
7225 	void function(GtkMenuShell* menuShell, GtkWidget* child) c_gtk_menu_shell_prepend;
7226 	void function(GtkMenuShell* menuShell, int searchSensitive) c_gtk_menu_shell_select_first;
7227 	void function(GtkMenuShell* menuShell, GtkWidget* menuItem) c_gtk_menu_shell_select_item;
7228 	void function(GtkMenuShell* menuShell, int takeFocus) c_gtk_menu_shell_set_take_focus;
7229 
7230 	// gtk.MenuShellAccessible
7231 
7232 	GType function() c_gtk_menu_shell_accessible_get_type;
7233 
7234 	// gtk.MenuToolButton
7235 
7236 	GType function() c_gtk_menu_tool_button_get_type;
7237 	GtkToolItem* function(GtkWidget* iconWidget, const(char)* label) c_gtk_menu_tool_button_new;
7238 	GtkToolItem* function(const(char)* stockId) c_gtk_menu_tool_button_new_from_stock;
7239 	GtkWidget* function(GtkMenuToolButton* button) c_gtk_menu_tool_button_get_menu;
7240 	void function(GtkMenuToolButton* button, const(char)* markup) c_gtk_menu_tool_button_set_arrow_tooltip_markup;
7241 	void function(GtkMenuToolButton* button, const(char)* text) c_gtk_menu_tool_button_set_arrow_tooltip_text;
7242 	void function(GtkMenuToolButton* button, GtkWidget* menu) c_gtk_menu_tool_button_set_menu;
7243 
7244 	// gtk.MessageDialog
7245 
7246 	GType function() c_gtk_message_dialog_get_type;
7247 	GtkWidget* function(GtkWindow* parent, GtkDialogFlags flags, GtkMessageType type, GtkButtonsType buttons, const(char)* messageFormat, ... ) c_gtk_message_dialog_new;
7248 	GtkWidget* function(GtkWindow* parent, GtkDialogFlags flags, GtkMessageType type, GtkButtonsType buttons, const(char)* messageFormat, ... ) c_gtk_message_dialog_new_with_markup;
7249 	void function(GtkMessageDialog* messageDialog, const(char)* messageFormat, ... ) c_gtk_message_dialog_format_secondary_markup;
7250 	void function(GtkMessageDialog* messageDialog, const(char)* messageFormat, ... ) c_gtk_message_dialog_format_secondary_text;
7251 	GtkWidget* function(GtkMessageDialog* dialog) c_gtk_message_dialog_get_image;
7252 	GtkWidget* function(GtkMessageDialog* messageDialog) c_gtk_message_dialog_get_message_area;
7253 	void function(GtkMessageDialog* dialog, GtkWidget* image) c_gtk_message_dialog_set_image;
7254 	void function(GtkMessageDialog* messageDialog, const(char)* str) c_gtk_message_dialog_set_markup;
7255 
7256 	// gtk.Misc
7257 
7258 	GType function() c_gtk_misc_get_type;
7259 	void function(GtkMisc* misc, float* xalign, float* yalign) c_gtk_misc_get_alignment;
7260 	void function(GtkMisc* misc, int* xpad, int* ypad) c_gtk_misc_get_padding;
7261 	void function(GtkMisc* misc, float xalign, float yalign) c_gtk_misc_set_alignment;
7262 	void function(GtkMisc* misc, int xpad, int ypad) c_gtk_misc_set_padding;
7263 
7264 	// gtk.MountOperation
7265 
7266 	GType function() c_gtk_mount_operation_get_type;
7267 	GMountOperation* function(GtkWindow* parent) c_gtk_mount_operation_new;
7268 	GtkWindow* function(GtkMountOperation* op) c_gtk_mount_operation_get_parent;
7269 	GdkScreen* function(GtkMountOperation* op) c_gtk_mount_operation_get_screen;
7270 	int function(GtkMountOperation* op) c_gtk_mount_operation_is_showing;
7271 	void function(GtkMountOperation* op, GtkWindow* parent) c_gtk_mount_operation_set_parent;
7272 	void function(GtkMountOperation* op, GdkScreen* screen) c_gtk_mount_operation_set_screen;
7273 	int function(GdkScreen* screen, const(char)* uri, uint timestamp, GError** err) c_gtk_show_uri;
7274 
7275 	// gtk.Notebook
7276 
7277 	GType function() c_gtk_notebook_get_type;
7278 	GtkWidget* function() c_gtk_notebook_new;
7279 	int function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel) c_gtk_notebook_append_page;
7280 	int function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel, GtkWidget* menuLabel) c_gtk_notebook_append_page_menu;
7281 	GtkWidget* function(GtkNotebook* notebook, GtkPackType packType) c_gtk_notebook_get_action_widget;
7282 	int function(GtkNotebook* notebook) c_gtk_notebook_get_current_page;
7283 	const(char)* function(GtkNotebook* notebook) c_gtk_notebook_get_group_name;
7284 	GtkWidget* function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_menu_label;
7285 	const(char)* function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_menu_label_text;
7286 	int function(GtkNotebook* notebook) c_gtk_notebook_get_n_pages;
7287 	GtkWidget* function(GtkNotebook* notebook, int pageNum) c_gtk_notebook_get_nth_page;
7288 	int function(GtkNotebook* notebook) c_gtk_notebook_get_scrollable;
7289 	int function(GtkNotebook* notebook) c_gtk_notebook_get_show_border;
7290 	int function(GtkNotebook* notebook) c_gtk_notebook_get_show_tabs;
7291 	int function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_tab_detachable;
7292 	ushort function(GtkNotebook* notebook) c_gtk_notebook_get_tab_hborder;
7293 	GtkWidget* function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_tab_label;
7294 	const(char)* function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_tab_label_text;
7295 	GtkPositionType function(GtkNotebook* notebook) c_gtk_notebook_get_tab_pos;
7296 	int function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_tab_reorderable;
7297 	ushort function(GtkNotebook* notebook) c_gtk_notebook_get_tab_vborder;
7298 	int function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel, int position) c_gtk_notebook_insert_page;
7299 	int function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel, GtkWidget* menuLabel, int position) c_gtk_notebook_insert_page_menu;
7300 	void function(GtkNotebook* notebook) c_gtk_notebook_next_page;
7301 	int function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_page_num;
7302 	void function(GtkNotebook* notebook) c_gtk_notebook_popup_disable;
7303 	void function(GtkNotebook* notebook) c_gtk_notebook_popup_enable;
7304 	int function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel) c_gtk_notebook_prepend_page;
7305 	int function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel, GtkWidget* menuLabel) c_gtk_notebook_prepend_page_menu;
7306 	void function(GtkNotebook* notebook) c_gtk_notebook_prev_page;
7307 	void function(GtkNotebook* notebook, int pageNum) c_gtk_notebook_remove_page;
7308 	void function(GtkNotebook* notebook, GtkWidget* child, int position) c_gtk_notebook_reorder_child;
7309 	void function(GtkNotebook* notebook, GtkWidget* widget, GtkPackType packType) c_gtk_notebook_set_action_widget;
7310 	void function(GtkNotebook* notebook, int pageNum) c_gtk_notebook_set_current_page;
7311 	void function(GtkNotebook* notebook, const(char)* groupName) c_gtk_notebook_set_group_name;
7312 	void function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* menuLabel) c_gtk_notebook_set_menu_label;
7313 	void function(GtkNotebook* notebook, GtkWidget* child, const(char)* menuText) c_gtk_notebook_set_menu_label_text;
7314 	void function(GtkNotebook* notebook, int scrollable) c_gtk_notebook_set_scrollable;
7315 	void function(GtkNotebook* notebook, int showBorder) c_gtk_notebook_set_show_border;
7316 	void function(GtkNotebook* notebook, int showTabs) c_gtk_notebook_set_show_tabs;
7317 	void function(GtkNotebook* notebook, GtkWidget* child, int detachable) c_gtk_notebook_set_tab_detachable;
7318 	void function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel) c_gtk_notebook_set_tab_label;
7319 	void function(GtkNotebook* notebook, GtkWidget* child, const(char)* tabText) c_gtk_notebook_set_tab_label_text;
7320 	void function(GtkNotebook* notebook, GtkPositionType pos) c_gtk_notebook_set_tab_pos;
7321 	void function(GtkNotebook* notebook, GtkWidget* child, int reorderable) c_gtk_notebook_set_tab_reorderable;
7322 
7323 	// gtk.NotebookAccessible
7324 
7325 	GType function() c_gtk_notebook_accessible_get_type;
7326 
7327 	// gtk.NotebookPageAccessible
7328 
7329 	GType function() c_gtk_notebook_page_accessible_get_type;
7330 	AtkObject* function(GtkNotebookAccessible* notebook, GtkWidget* child) c_gtk_notebook_page_accessible_new;
7331 	void function(GtkNotebookPageAccessible* page) c_gtk_notebook_page_accessible_invalidate;
7332 
7333 	// gtk.NumerableIcon
7334 
7335 	GType function() c_gtk_numerable_icon_get_type;
7336 	GIcon* function(GIcon* baseIcon) c_gtk_numerable_icon_new;
7337 	GIcon* function(GIcon* baseIcon, GtkStyleContext* context) c_gtk_numerable_icon_new_with_style_context;
7338 	GIcon* function(GtkNumerableIcon* self) c_gtk_numerable_icon_get_background_gicon;
7339 	const(char)* function(GtkNumerableIcon* self) c_gtk_numerable_icon_get_background_icon_name;
7340 	int function(GtkNumerableIcon* self) c_gtk_numerable_icon_get_count;
7341 	const(char)* function(GtkNumerableIcon* self) c_gtk_numerable_icon_get_label;
7342 	GtkStyleContext* function(GtkNumerableIcon* self) c_gtk_numerable_icon_get_style_context;
7343 	void function(GtkNumerableIcon* self, GIcon* icon) c_gtk_numerable_icon_set_background_gicon;
7344 	void function(GtkNumerableIcon* self, const(char)* iconName) c_gtk_numerable_icon_set_background_icon_name;
7345 	void function(GtkNumerableIcon* self, int count) c_gtk_numerable_icon_set_count;
7346 	void function(GtkNumerableIcon* self, const(char)* label) c_gtk_numerable_icon_set_label;
7347 	void function(GtkNumerableIcon* self, GtkStyleContext* style) c_gtk_numerable_icon_set_style_context;
7348 
7349 	// gtk.OffscreenWindow
7350 
7351 	GType function() c_gtk_offscreen_window_get_type;
7352 	GtkWidget* function() c_gtk_offscreen_window_new;
7353 	GdkPixbuf* function(GtkOffscreenWindow* offscreen) c_gtk_offscreen_window_get_pixbuf;
7354 	cairo_surface_t* function(GtkOffscreenWindow* offscreen) c_gtk_offscreen_window_get_surface;
7355 
7356 	// gtk.Orientable
7357 
7358 	GType function() c_gtk_orientable_get_type;
7359 	GtkOrientation function(GtkOrientable* orientable) c_gtk_orientable_get_orientation;
7360 	void function(GtkOrientable* orientable, GtkOrientation orientation) c_gtk_orientable_set_orientation;
7361 
7362 	// gtk.Overlay
7363 
7364 	GType function() c_gtk_overlay_get_type;
7365 	GtkWidget* function() c_gtk_overlay_new;
7366 	void function(GtkOverlay* overlay, GtkWidget* widget) c_gtk_overlay_add_overlay;
7367 
7368 	// gtk.PageSetup
7369 
7370 	GType function() c_gtk_page_setup_get_type;
7371 	GtkPageSetup* function() c_gtk_page_setup_new;
7372 	GtkPageSetup* function(char* fileName, GError** err) c_gtk_page_setup_new_from_file;
7373 	GtkPageSetup* function(GKeyFile* keyFile, const(char)* groupName, GError** err) c_gtk_page_setup_new_from_key_file;
7374 	GtkPageSetup* function(GtkPageSetup* other) c_gtk_page_setup_copy;
7375 	double function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_bottom_margin;
7376 	double function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_left_margin;
7377 	GtkPageOrientation function(GtkPageSetup* setup) c_gtk_page_setup_get_orientation;
7378 	double function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_page_height;
7379 	double function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_page_width;
7380 	double function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_paper_height;
7381 	GtkPaperSize* function(GtkPageSetup* setup) c_gtk_page_setup_get_paper_size;
7382 	double function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_paper_width;
7383 	double function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_right_margin;
7384 	double function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_top_margin;
7385 	int function(GtkPageSetup* setup, char* fileName, GError** err) c_gtk_page_setup_load_file;
7386 	int function(GtkPageSetup* setup, GKeyFile* keyFile, const(char)* groupName, GError** err) c_gtk_page_setup_load_key_file;
7387 	void function(GtkPageSetup* setup, double margin, GtkUnit unit) c_gtk_page_setup_set_bottom_margin;
7388 	void function(GtkPageSetup* setup, double margin, GtkUnit unit) c_gtk_page_setup_set_left_margin;
7389 	void function(GtkPageSetup* setup, GtkPageOrientation orientation) c_gtk_page_setup_set_orientation;
7390 	void function(GtkPageSetup* setup, GtkPaperSize* size) c_gtk_page_setup_set_paper_size;
7391 	void function(GtkPageSetup* setup, GtkPaperSize* size) c_gtk_page_setup_set_paper_size_and_default_margins;
7392 	void function(GtkPageSetup* setup, double margin, GtkUnit unit) c_gtk_page_setup_set_right_margin;
7393 	void function(GtkPageSetup* setup, double margin, GtkUnit unit) c_gtk_page_setup_set_top_margin;
7394 	int function(GtkPageSetup* setup, char* fileName, GError** err) c_gtk_page_setup_to_file;
7395 	void function(GtkPageSetup* setup, GKeyFile* keyFile, const(char)* groupName) c_gtk_page_setup_to_key_file;
7396 
7397 	// gtk.Paned
7398 
7399 	GType function() c_gtk_paned_get_type;
7400 	GtkWidget* function(GtkOrientation orientation) c_gtk_paned_new;
7401 	void function(GtkPaned* paned, GtkWidget* child) c_gtk_paned_add1;
7402 	void function(GtkPaned* paned, GtkWidget* child) c_gtk_paned_add2;
7403 	GtkWidget* function(GtkPaned* paned) c_gtk_paned_get_child1;
7404 	GtkWidget* function(GtkPaned* paned) c_gtk_paned_get_child2;
7405 	GdkWindow* function(GtkPaned* paned) c_gtk_paned_get_handle_window;
7406 	int function(GtkPaned* paned) c_gtk_paned_get_position;
7407 	void function(GtkPaned* paned, GtkWidget* child, int resize, int shrink) c_gtk_paned_pack1;
7408 	void function(GtkPaned* paned, GtkWidget* child, int resize, int shrink) c_gtk_paned_pack2;
7409 	void function(GtkPaned* paned, int position) c_gtk_paned_set_position;
7410 
7411 	// gtk.PanedAccessible
7412 
7413 	GType function() c_gtk_paned_accessible_get_type;
7414 
7415 	// gtk.PaperSize
7416 
7417 	GType function() c_gtk_paper_size_get_type;
7418 	GtkPaperSize* function(const(char)* name) c_gtk_paper_size_new;
7419 	GtkPaperSize* function(const(char)* name, const(char)* displayName, double width, double height, GtkUnit unit) c_gtk_paper_size_new_custom;
7420 	GtkPaperSize* function(GKeyFile* keyFile, const(char)* groupName, GError** err) c_gtk_paper_size_new_from_key_file;
7421 	GtkPaperSize* function(const(char)* ppdName, const(char)* ppdDisplayName, double width, double height) c_gtk_paper_size_new_from_ppd;
7422 	GtkPaperSize* function(GtkPaperSize* other) c_gtk_paper_size_copy;
7423 	void function(GtkPaperSize* size) c_gtk_paper_size_free;
7424 	double function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_default_bottom_margin;
7425 	double function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_default_left_margin;
7426 	double function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_default_right_margin;
7427 	double function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_default_top_margin;
7428 	const(char)* function(GtkPaperSize* size) c_gtk_paper_size_get_display_name;
7429 	double function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_height;
7430 	const(char)* function(GtkPaperSize* size) c_gtk_paper_size_get_name;
7431 	const(char)* function(GtkPaperSize* size) c_gtk_paper_size_get_ppd_name;
7432 	double function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_width;
7433 	int function(GtkPaperSize* size) c_gtk_paper_size_is_custom;
7434 	int function(GtkPaperSize* size1, GtkPaperSize* size2) c_gtk_paper_size_is_equal;
7435 	void function(GtkPaperSize* size, double width, double height, GtkUnit unit) c_gtk_paper_size_set_size;
7436 	void function(GtkPaperSize* size, GKeyFile* keyFile, const(char)* groupName) c_gtk_paper_size_to_key_file;
7437 	const(char)* function() c_gtk_paper_size_get_default;
7438 	GList* function(int includeCustom) c_gtk_paper_size_get_paper_sizes;
7439 
7440 	// gtk.PlacesSidebar
7441 
7442 	GType function() c_gtk_places_sidebar_get_type;
7443 	GtkWidget* function() c_gtk_places_sidebar_new;
7444 	void function(GtkPlacesSidebar* sidebar, GFile* location) c_gtk_places_sidebar_add_shortcut;
7445 	int function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_local_only;
7446 	GFile* function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_location;
7447 	GFile* function(GtkPlacesSidebar* sidebar, int n) c_gtk_places_sidebar_get_nth_bookmark;
7448 	GtkPlacesOpenFlags function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_open_flags;
7449 	int function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_show_connect_to_server;
7450 	int function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_show_desktop;
7451 	int function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_show_enter_location;
7452 	GSList* function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_list_shortcuts;
7453 	void function(GtkPlacesSidebar* sidebar, GFile* location) c_gtk_places_sidebar_remove_shortcut;
7454 	void function(GtkPlacesSidebar* sidebar, int localOnly) c_gtk_places_sidebar_set_local_only;
7455 	void function(GtkPlacesSidebar* sidebar, GFile* location) c_gtk_places_sidebar_set_location;
7456 	void function(GtkPlacesSidebar* sidebar, GtkPlacesOpenFlags flags) c_gtk_places_sidebar_set_open_flags;
7457 	void function(GtkPlacesSidebar* sidebar, int showConnectToServer) c_gtk_places_sidebar_set_show_connect_to_server;
7458 	void function(GtkPlacesSidebar* sidebar, int showDesktop) c_gtk_places_sidebar_set_show_desktop;
7459 	void function(GtkPlacesSidebar* sidebar, int showEnterLocation) c_gtk_places_sidebar_set_show_enter_location;
7460 
7461 	// gtk.Plug
7462 
7463 	GType function() c_gtk_plug_get_type;
7464 	GtkWidget* function(ulong socketId) c_gtk_plug_new;
7465 	GtkWidget* function(GdkDisplay* display, ulong socketId) c_gtk_plug_new_for_display;
7466 	void function(GtkPlug* plug, ulong socketId) c_gtk_plug_construct;
7467 	void function(GtkPlug* plug, GdkDisplay* display, ulong socketId) c_gtk_plug_construct_for_display;
7468 	int function(GtkPlug* plug) c_gtk_plug_get_embedded;
7469 	ulong function(GtkPlug* plug) c_gtk_plug_get_id;
7470 	GdkWindow* function(GtkPlug* plug) c_gtk_plug_get_socket_window;
7471 
7472 	// gtk.Popover
7473 
7474 	GType function() c_gtk_popover_get_type;
7475 	GtkWidget* function(GtkWidget* relativeTo) c_gtk_popover_new;
7476 	GtkWidget* function(GtkWidget* relativeTo, GMenuModel* model) c_gtk_popover_new_from_model;
7477 	void function(GtkPopover* popover, GMenuModel* model, const(char)* actionNamespace) c_gtk_popover_bind_model;
7478 	int function(GtkPopover* popover) c_gtk_popover_get_modal;
7479 	int function(GtkPopover* popover, GdkRectangle* rect) c_gtk_popover_get_pointing_to;
7480 	GtkPositionType function(GtkPopover* popover) c_gtk_popover_get_position;
7481 	GtkWidget* function(GtkPopover* popover) c_gtk_popover_get_relative_to;
7482 	void function(GtkPopover* popover, int modal) c_gtk_popover_set_modal;
7483 	void function(GtkPopover* popover, GdkRectangle* rect) c_gtk_popover_set_pointing_to;
7484 	void function(GtkPopover* popover, GtkPositionType position) c_gtk_popover_set_position;
7485 	void function(GtkPopover* popover, GtkWidget* relativeTo) c_gtk_popover_set_relative_to;
7486 
7487 	// gtk.PopoverAccessible
7488 
7489 	GType function() c_gtk_popover_accessible_get_type;
7490 
7491 	// gtk.PrintContext
7492 
7493 	GType function() c_gtk_print_context_get_type;
7494 	PangoContext* function(GtkPrintContext* context) c_gtk_print_context_create_pango_context;
7495 	PangoLayout* function(GtkPrintContext* context) c_gtk_print_context_create_pango_layout;
7496 	cairo_t* function(GtkPrintContext* context) c_gtk_print_context_get_cairo_context;
7497 	double function(GtkPrintContext* context) c_gtk_print_context_get_dpi_x;
7498 	double function(GtkPrintContext* context) c_gtk_print_context_get_dpi_y;
7499 	int function(GtkPrintContext* context, double* top, double* bottom, double* left, double* right) c_gtk_print_context_get_hard_margins;
7500 	double function(GtkPrintContext* context) c_gtk_print_context_get_height;
7501 	GtkPageSetup* function(GtkPrintContext* context) c_gtk_print_context_get_page_setup;
7502 	PangoFontMap* function(GtkPrintContext* context) c_gtk_print_context_get_pango_fontmap;
7503 	double function(GtkPrintContext* context) c_gtk_print_context_get_width;
7504 	void function(GtkPrintContext* context, cairo_t* cr, double dpiX, double dpiY) c_gtk_print_context_set_cairo_context;
7505 
7506 	// gtk.PrintOperation
7507 
7508 	GType function() c_gtk_print_operation_get_type;
7509 	GtkPrintOperation* function() c_gtk_print_operation_new;
7510 	void function(GtkPrintOperation* op) c_gtk_print_operation_cancel;
7511 	void function(GtkPrintOperation* op) c_gtk_print_operation_draw_page_finish;
7512 	GtkPageSetup* function(GtkPrintOperation* op) c_gtk_print_operation_get_default_page_setup;
7513 	int function(GtkPrintOperation* op) c_gtk_print_operation_get_embed_page_setup;
7514 	void function(GtkPrintOperation* op, GError** err) c_gtk_print_operation_get_error;
7515 	int function(GtkPrintOperation* op) c_gtk_print_operation_get_has_selection;
7516 	int function(GtkPrintOperation* op) c_gtk_print_operation_get_n_pages_to_print;
7517 	GtkPrintSettings* function(GtkPrintOperation* op) c_gtk_print_operation_get_print_settings;
7518 	GtkPrintStatus function(GtkPrintOperation* op) c_gtk_print_operation_get_status;
7519 	const(char)* function(GtkPrintOperation* op) c_gtk_print_operation_get_status_string;
7520 	int function(GtkPrintOperation* op) c_gtk_print_operation_get_support_selection;
7521 	int function(GtkPrintOperation* op) c_gtk_print_operation_is_finished;
7522 	GtkPrintOperationResult function(GtkPrintOperation* op, GtkPrintOperationAction action, GtkWindow* parent, GError** err) c_gtk_print_operation_run;
7523 	void function(GtkPrintOperation* op, int allowAsync) c_gtk_print_operation_set_allow_async;
7524 	void function(GtkPrintOperation* op, int currentPage) c_gtk_print_operation_set_current_page;
7525 	void function(GtkPrintOperation* op, const(char)* label) c_gtk_print_operation_set_custom_tab_label;
7526 	void function(GtkPrintOperation* op, GtkPageSetup* defaultPageSetup) c_gtk_print_operation_set_default_page_setup;
7527 	void function(GtkPrintOperation* op) c_gtk_print_operation_set_defer_drawing;
7528 	void function(GtkPrintOperation* op, int embed) c_gtk_print_operation_set_embed_page_setup;
7529 	void function(GtkPrintOperation* op, char* filename) c_gtk_print_operation_set_export_filename;
7530 	void function(GtkPrintOperation* op, int hasSelection) c_gtk_print_operation_set_has_selection;
7531 	void function(GtkPrintOperation* op, const(char)* jobName) c_gtk_print_operation_set_job_name;
7532 	void function(GtkPrintOperation* op, int nPages) c_gtk_print_operation_set_n_pages;
7533 	void function(GtkPrintOperation* op, GtkPrintSettings* printSettings) c_gtk_print_operation_set_print_settings;
7534 	void function(GtkPrintOperation* op, int showProgress) c_gtk_print_operation_set_show_progress;
7535 	void function(GtkPrintOperation* op, int supportSelection) c_gtk_print_operation_set_support_selection;
7536 	void function(GtkPrintOperation* op, int trackStatus) c_gtk_print_operation_set_track_print_status;
7537 	void function(GtkPrintOperation* op, GtkUnit unit) c_gtk_print_operation_set_unit;
7538 	void function(GtkPrintOperation* op, int fullPage) c_gtk_print_operation_set_use_full_page;
7539 	GtkPageSetup* function(GtkWindow* parent, GtkPageSetup* pageSetup, GtkPrintSettings* settings) c_gtk_print_run_page_setup_dialog;
7540 	void function(GtkWindow* parent, GtkPageSetup* pageSetup, GtkPrintSettings* settings, GtkPageSetupDoneFunc doneCb, void* data) c_gtk_print_run_page_setup_dialog_async;
7541 
7542 	// gtk.PrintOperationPreview
7543 
7544 	GType function() c_gtk_print_operation_preview_get_type;
7545 	void function(GtkPrintOperationPreview* preview) c_gtk_print_operation_preview_end_preview;
7546 	int function(GtkPrintOperationPreview* preview, int pageNr) c_gtk_print_operation_preview_is_selected;
7547 	void function(GtkPrintOperationPreview* preview, int pageNr) c_gtk_print_operation_preview_render_page;
7548 
7549 	// gtk.PrintSettings
7550 
7551 	GType function() c_gtk_print_settings_get_type;
7552 	GtkPrintSettings* function() c_gtk_print_settings_new;
7553 	GtkPrintSettings* function(char* fileName, GError** err) c_gtk_print_settings_new_from_file;
7554 	GtkPrintSettings* function(GKeyFile* keyFile, const(char)* groupName, GError** err) c_gtk_print_settings_new_from_key_file;
7555 	GtkPrintSettings* function(GtkPrintSettings* other) c_gtk_print_settings_copy;
7556 	void function(GtkPrintSettings* settings, GtkPrintSettingsFunc func, void* userData) c_gtk_print_settings_foreach;
7557 	const(char)* function(GtkPrintSettings* settings, const(char)* key) c_gtk_print_settings_get;
7558 	int function(GtkPrintSettings* settings, const(char)* key) c_gtk_print_settings_get_bool;
7559 	int function(GtkPrintSettings* settings) c_gtk_print_settings_get_collate;
7560 	const(char)* function(GtkPrintSettings* settings) c_gtk_print_settings_get_default_source;
7561 	const(char)* function(GtkPrintSettings* settings) c_gtk_print_settings_get_dither;
7562 	double function(GtkPrintSettings* settings, const(char)* key) c_gtk_print_settings_get_double;
7563 	double function(GtkPrintSettings* settings, const(char)* key, double def) c_gtk_print_settings_get_double_with_default;
7564 	GtkPrintDuplex function(GtkPrintSettings* settings) c_gtk_print_settings_get_duplex;
7565 	const(char)* function(GtkPrintSettings* settings) c_gtk_print_settings_get_finishings;
7566 	int function(GtkPrintSettings* settings, const(char)* key) c_gtk_print_settings_get_int;
7567 	int function(GtkPrintSettings* settings, const(char)* key, int def) c_gtk_print_settings_get_int_with_default;
7568 	double function(GtkPrintSettings* settings, const(char)* key, GtkUnit unit) c_gtk_print_settings_get_length;
7569 	const(char)* function(GtkPrintSettings* settings) c_gtk_print_settings_get_media_type;
7570 	int function(GtkPrintSettings* settings) c_gtk_print_settings_get_n_copies;
7571 	int function(GtkPrintSettings* settings) c_gtk_print_settings_get_number_up;
7572 	GtkNumberUpLayout function(GtkPrintSettings* settings) c_gtk_print_settings_get_number_up_layout;
7573 	GtkPageOrientation function(GtkPrintSettings* settings) c_gtk_print_settings_get_orientation;
7574 	const(char)* function(GtkPrintSettings* settings) c_gtk_print_settings_get_output_bin;
7575 	GtkPageRange* function(GtkPrintSettings* settings, int* numRanges) c_gtk_print_settings_get_page_ranges;
7576 	GtkPageSet function(GtkPrintSettings* settings) c_gtk_print_settings_get_page_set;
7577 	double function(GtkPrintSettings* settings, GtkUnit unit) c_gtk_print_settings_get_paper_height;
7578 	GtkPaperSize* function(GtkPrintSettings* settings) c_gtk_print_settings_get_paper_size;
7579 	double function(GtkPrintSettings* settings, GtkUnit unit) c_gtk_print_settings_get_paper_width;
7580 	GtkPrintPages function(GtkPrintSettings* settings) c_gtk_print_settings_get_print_pages;
7581 	const(char)* function(GtkPrintSettings* settings) c_gtk_print_settings_get_printer;
7582 	double function(GtkPrintSettings* settings) c_gtk_print_settings_get_printer_lpi;
7583 	GtkPrintQuality function(GtkPrintSettings* settings) c_gtk_print_settings_get_quality;
7584 	int function(GtkPrintSettings* settings) c_gtk_print_settings_get_resolution;
7585 	int function(GtkPrintSettings* settings) c_gtk_print_settings_get_resolution_x;
7586 	int function(GtkPrintSettings* settings) c_gtk_print_settings_get_resolution_y;
7587 	int function(GtkPrintSettings* settings) c_gtk_print_settings_get_reverse;
7588 	double function(GtkPrintSettings* settings) c_gtk_print_settings_get_scale;
7589 	int function(GtkPrintSettings* settings) c_gtk_print_settings_get_use_color;
7590 	int function(GtkPrintSettings* settings, const(char)* key) c_gtk_print_settings_has_key;
7591 	int function(GtkPrintSettings* settings, char* fileName, GError** err) c_gtk_print_settings_load_file;
7592 	int function(GtkPrintSettings* settings, GKeyFile* keyFile, const(char)* groupName, GError** err) c_gtk_print_settings_load_key_file;
7593 	void function(GtkPrintSettings* settings, const(char)* key, const(char)* value) c_gtk_print_settings_set;
7594 	void function(GtkPrintSettings* settings, const(char)* key, int value) c_gtk_print_settings_set_bool;
7595 	void function(GtkPrintSettings* settings, int collate) c_gtk_print_settings_set_collate;
7596 	void function(GtkPrintSettings* settings, const(char)* defaultSource) c_gtk_print_settings_set_default_source;
7597 	void function(GtkPrintSettings* settings, const(char)* dither) c_gtk_print_settings_set_dither;
7598 	void function(GtkPrintSettings* settings, const(char)* key, double value) c_gtk_print_settings_set_double;
7599 	void function(GtkPrintSettings* settings, GtkPrintDuplex duplex) c_gtk_print_settings_set_duplex;
7600 	void function(GtkPrintSettings* settings, const(char)* finishings) c_gtk_print_settings_set_finishings;
7601 	void function(GtkPrintSettings* settings, const(char)* key, int value) c_gtk_print_settings_set_int;
7602 	void function(GtkPrintSettings* settings, const(char)* key, double value, GtkUnit unit) c_gtk_print_settings_set_length;
7603 	void function(GtkPrintSettings* settings, const(char)* mediaType) c_gtk_print_settings_set_media_type;
7604 	void function(GtkPrintSettings* settings, int numCopies) c_gtk_print_settings_set_n_copies;
7605 	void function(GtkPrintSettings* settings, int numberUp) c_gtk_print_settings_set_number_up;
7606 	void function(GtkPrintSettings* settings, GtkNumberUpLayout numberUpLayout) c_gtk_print_settings_set_number_up_layout;
7607 	void function(GtkPrintSettings* settings, GtkPageOrientation orientation) c_gtk_print_settings_set_orientation;
7608 	void function(GtkPrintSettings* settings, const(char)* outputBin) c_gtk_print_settings_set_output_bin;
7609 	void function(GtkPrintSettings* settings, GtkPageRange* pageRanges, int numRanges) c_gtk_print_settings_set_page_ranges;
7610 	void function(GtkPrintSettings* settings, GtkPageSet pageSet) c_gtk_print_settings_set_page_set;
7611 	void function(GtkPrintSettings* settings, double height, GtkUnit unit) c_gtk_print_settings_set_paper_height;
7612 	void function(GtkPrintSettings* settings, GtkPaperSize* paperSize) c_gtk_print_settings_set_paper_size;
7613 	void function(GtkPrintSettings* settings, double width, GtkUnit unit) c_gtk_print_settings_set_paper_width;
7614 	void function(GtkPrintSettings* settings, GtkPrintPages pages) c_gtk_print_settings_set_print_pages;
7615 	void function(GtkPrintSettings* settings, const(char)* printer) c_gtk_print_settings_set_printer;
7616 	void function(GtkPrintSettings* settings, double lpi) c_gtk_print_settings_set_printer_lpi;
7617 	void function(GtkPrintSettings* settings, GtkPrintQuality quality) c_gtk_print_settings_set_quality;
7618 	void function(GtkPrintSettings* settings, int resolution) c_gtk_print_settings_set_resolution;
7619 	void function(GtkPrintSettings* settings, int resolutionX, int resolutionY) c_gtk_print_settings_set_resolution_xy;
7620 	void function(GtkPrintSettings* settings, int reverse) c_gtk_print_settings_set_reverse;
7621 	void function(GtkPrintSettings* settings, double scale) c_gtk_print_settings_set_scale;
7622 	void function(GtkPrintSettings* settings, int useColor) c_gtk_print_settings_set_use_color;
7623 	int function(GtkPrintSettings* settings, char* fileName, GError** err) c_gtk_print_settings_to_file;
7624 	void function(GtkPrintSettings* settings, GKeyFile* keyFile, const(char)* groupName) c_gtk_print_settings_to_key_file;
7625 	void function(GtkPrintSettings* settings, const(char)* key) c_gtk_print_settings_unset;
7626 
7627 	// gtk.ProgressBar
7628 
7629 	GType function() c_gtk_progress_bar_get_type;
7630 	GtkWidget* function() c_gtk_progress_bar_new;
7631 	PangoEllipsizeMode function(GtkProgressBar* pbar) c_gtk_progress_bar_get_ellipsize;
7632 	double function(GtkProgressBar* pbar) c_gtk_progress_bar_get_fraction;
7633 	int function(GtkProgressBar* pbar) c_gtk_progress_bar_get_inverted;
7634 	double function(GtkProgressBar* pbar) c_gtk_progress_bar_get_pulse_step;
7635 	int function(GtkProgressBar* pbar) c_gtk_progress_bar_get_show_text;
7636 	const(char)* function(GtkProgressBar* pbar) c_gtk_progress_bar_get_text;
7637 	void function(GtkProgressBar* pbar) c_gtk_progress_bar_pulse;
7638 	void function(GtkProgressBar* pbar, PangoEllipsizeMode mode) c_gtk_progress_bar_set_ellipsize;
7639 	void function(GtkProgressBar* pbar, double fraction) c_gtk_progress_bar_set_fraction;
7640 	void function(GtkProgressBar* pbar, int inverted) c_gtk_progress_bar_set_inverted;
7641 	void function(GtkProgressBar* pbar, double fraction) c_gtk_progress_bar_set_pulse_step;
7642 	void function(GtkProgressBar* pbar, int showText) c_gtk_progress_bar_set_show_text;
7643 	void function(GtkProgressBar* pbar, const(char)* text) c_gtk_progress_bar_set_text;
7644 
7645 	// gtk.ProgressBarAccessible
7646 
7647 	GType function() c_gtk_progress_bar_accessible_get_type;
7648 
7649 	// gtk.RadioAction
7650 
7651 	GType function() c_gtk_radio_action_get_type;
7652 	GtkRadioAction* function(const(char)* name, const(char)* label, const(char)* tooltip, const(char)* stockId, int value) c_gtk_radio_action_new;
7653 	int function(GtkRadioAction* action) c_gtk_radio_action_get_current_value;
7654 	GSList* function(GtkRadioAction* action) c_gtk_radio_action_get_group;
7655 	void function(GtkRadioAction* action, GtkRadioAction* groupSource) c_gtk_radio_action_join_group;
7656 	void function(GtkRadioAction* action, int currentValue) c_gtk_radio_action_set_current_value;
7657 	void function(GtkRadioAction* action, GSList* group) c_gtk_radio_action_set_group;
7658 
7659 	// gtk.RadioButton
7660 
7661 	GType function() c_gtk_radio_button_get_type;
7662 	GtkWidget* function(GSList* group) c_gtk_radio_button_new;
7663 	GtkWidget* function(GtkRadioButton* radioGroupMember) c_gtk_radio_button_new_from_widget;
7664 	GtkWidget* function(GSList* group, const(char)* label) c_gtk_radio_button_new_with_label;
7665 	GtkWidget* function(GtkRadioButton* radioGroupMember, const(char)* label) c_gtk_radio_button_new_with_label_from_widget;
7666 	GtkWidget* function(GSList* group, const(char)* label) c_gtk_radio_button_new_with_mnemonic;
7667 	GtkWidget* function(GtkRadioButton* radioGroupMember, const(char)* label) c_gtk_radio_button_new_with_mnemonic_from_widget;
7668 	GSList* function(GtkRadioButton* radioButton) c_gtk_radio_button_get_group;
7669 	void function(GtkRadioButton* radioButton, GtkRadioButton* groupSource) c_gtk_radio_button_join_group;
7670 	void function(GtkRadioButton* radioButton, GSList* group) c_gtk_radio_button_set_group;
7671 
7672 	// gtk.RadioButtonAccessible
7673 
7674 	GType function() c_gtk_radio_button_accessible_get_type;
7675 
7676 	// gtk.RadioMenuItem
7677 
7678 	GType function() c_gtk_radio_menu_item_get_type;
7679 	GtkWidget* function(GSList* group) c_gtk_radio_menu_item_new;
7680 	GtkWidget* function(GtkRadioMenuItem* group) c_gtk_radio_menu_item_new_from_widget;
7681 	GtkWidget* function(GSList* group, const(char)* label) c_gtk_radio_menu_item_new_with_label;
7682 	GtkWidget* function(GtkRadioMenuItem* group, const(char)* label) c_gtk_radio_menu_item_new_with_label_from_widget;
7683 	GtkWidget* function(GSList* group, const(char)* label) c_gtk_radio_menu_item_new_with_mnemonic;
7684 	GtkWidget* function(GtkRadioMenuItem* group, const(char)* label) c_gtk_radio_menu_item_new_with_mnemonic_from_widget;
7685 	GSList* function(GtkRadioMenuItem* radioMenuItem) c_gtk_radio_menu_item_get_group;
7686 	void function(GtkRadioMenuItem* radioMenuItem, GSList* group) c_gtk_radio_menu_item_set_group;
7687 
7688 	// gtk.RadioMenuItemAccessible
7689 
7690 	GType function() c_gtk_radio_menu_item_accessible_get_type;
7691 
7692 	// gtk.RadioToolButton
7693 
7694 	GType function() c_gtk_radio_tool_button_get_type;
7695 	GtkToolItem* function(GSList* group) c_gtk_radio_tool_button_new;
7696 	GtkToolItem* function(GSList* group, const(char)* stockId) c_gtk_radio_tool_button_new_from_stock;
7697 	GtkToolItem* function(GtkRadioToolButton* group) c_gtk_radio_tool_button_new_from_widget;
7698 	GtkToolItem* function(GtkRadioToolButton* group, const(char)* stockId) c_gtk_radio_tool_button_new_with_stock_from_widget;
7699 	GSList* function(GtkRadioToolButton* button) c_gtk_radio_tool_button_get_group;
7700 	void function(GtkRadioToolButton* button, GSList* group) c_gtk_radio_tool_button_set_group;
7701 
7702 	// gtk.Range
7703 
7704 	GType function() c_gtk_range_get_type;
7705 	GtkAdjustment* function(GtkRange* range) c_gtk_range_get_adjustment;
7706 	double function(GtkRange* range) c_gtk_range_get_fill_level;
7707 	int function(GtkRange* range) c_gtk_range_get_flippable;
7708 	int function(GtkRange* range) c_gtk_range_get_inverted;
7709 	GtkSensitivityType function(GtkRange* range) c_gtk_range_get_lower_stepper_sensitivity;
7710 	int function(GtkRange* range) c_gtk_range_get_min_slider_size;
7711 	void function(GtkRange* range, GdkRectangle* rangeRect) c_gtk_range_get_range_rect;
7712 	int function(GtkRange* range) c_gtk_range_get_restrict_to_fill_level;
7713 	int function(GtkRange* range) c_gtk_range_get_round_digits;
7714 	int function(GtkRange* range) c_gtk_range_get_show_fill_level;
7715 	void function(GtkRange* range, int* sliderStart, int* sliderEnd) c_gtk_range_get_slider_range;
7716 	int function(GtkRange* range) c_gtk_range_get_slider_size_fixed;
7717 	GtkSensitivityType function(GtkRange* range) c_gtk_range_get_upper_stepper_sensitivity;
7718 	double function(GtkRange* range) c_gtk_range_get_value;
7719 	void function(GtkRange* range, GtkAdjustment* adjustment) c_gtk_range_set_adjustment;
7720 	void function(GtkRange* range, double fillLevel) c_gtk_range_set_fill_level;
7721 	void function(GtkRange* range, int flippable) c_gtk_range_set_flippable;
7722 	void function(GtkRange* range, double step, double page) c_gtk_range_set_increments;
7723 	void function(GtkRange* range, int setting) c_gtk_range_set_inverted;
7724 	void function(GtkRange* range, GtkSensitivityType sensitivity) c_gtk_range_set_lower_stepper_sensitivity;
7725 	void function(GtkRange* range, int minSize) c_gtk_range_set_min_slider_size;
7726 	void function(GtkRange* range, double min, double max) c_gtk_range_set_range;
7727 	void function(GtkRange* range, int restrictToFillLevel) c_gtk_range_set_restrict_to_fill_level;
7728 	void function(GtkRange* range, int roundDigits) c_gtk_range_set_round_digits;
7729 	void function(GtkRange* range, int showFillLevel) c_gtk_range_set_show_fill_level;
7730 	void function(GtkRange* range, int sizeFixed) c_gtk_range_set_slider_size_fixed;
7731 	void function(GtkRange* range, GtkSensitivityType sensitivity) c_gtk_range_set_upper_stepper_sensitivity;
7732 	void function(GtkRange* range, double value) c_gtk_range_set_value;
7733 
7734 	// gtk.RangeAccessible
7735 
7736 	GType function() c_gtk_range_accessible_get_type;
7737 
7738 	// gtk.RcProperty
7739 
7740 	int function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_border;
7741 	int function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_color;
7742 	int function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_enum;
7743 	int function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_flags;
7744 	int function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_requisition;
7745 
7746 	// gtk.RcStyle
7747 
7748 	GType function() c_gtk_rc_style_get_type;
7749 	GtkRcStyle* function() c_gtk_rc_style_new;
7750 	GtkRcStyle* function(GtkRcStyle* orig) c_gtk_rc_style_copy;
7751 	void function(char* filename) c_gtk_rc_add_default_file;
7752 	char* function(const(char)* moduleFile) c_gtk_rc_find_module_in_path;
7753 	char* function(GtkSettings* settings, GScanner* scanner, const(char)* pixmapFile) c_gtk_rc_find_pixmap_in_path;
7754 	char** function() c_gtk_rc_get_default_files;
7755 	char* function() c_gtk_rc_get_im_module_file;
7756 	char* function() c_gtk_rc_get_im_module_path;
7757 	char* function() c_gtk_rc_get_module_dir;
7758 	GtkStyle* function(GtkWidget* widget) c_gtk_rc_get_style;
7759 	GtkStyle* function(GtkSettings* settings, const(char)* widgetPath, const(char)* classPath, GType type) c_gtk_rc_get_style_by_paths;
7760 	char* function() c_gtk_rc_get_theme_dir;
7761 	void function(const(char)* filename) c_gtk_rc_parse;
7762 	uint function(GScanner* scanner, GdkColor* color) c_gtk_rc_parse_color;
7763 	uint function(GScanner* scanner, GtkRcStyle* style, GdkColor* color) c_gtk_rc_parse_color_full;
7764 	uint function(GScanner* scanner, GtkPathPriorityType* priority) c_gtk_rc_parse_priority;
7765 	uint function(GScanner* scanner, GtkStateType* state) c_gtk_rc_parse_state;
7766 	void function(const(char)* rcString) c_gtk_rc_parse_string;
7767 	int function() c_gtk_rc_reparse_all;
7768 	int function(GtkSettings* settings, int forceLoad) c_gtk_rc_reparse_all_for_settings;
7769 	void function(GtkSettings* settings) c_gtk_rc_reset_styles;
7770 	GScanner* function() c_gtk_rc_scanner_new;
7771 	void function(char** filenames) c_gtk_rc_set_default_files;
7772 
7773 	// gtk.RecentAction
7774 
7775 	GType function() c_gtk_recent_action_get_type;
7776 	GtkAction* function(const(char)* name, const(char)* label, const(char)* tooltip, const(char)* stockId) c_gtk_recent_action_new;
7777 	GtkAction* function(const(char)* name, const(char)* label, const(char)* tooltip, const(char)* stockId, GtkRecentManager* manager) c_gtk_recent_action_new_for_manager;
7778 	int function(GtkRecentAction* action) c_gtk_recent_action_get_show_numbers;
7779 	void function(GtkRecentAction* action, int showNumbers) c_gtk_recent_action_set_show_numbers;
7780 
7781 	// gtk.RecentChooser
7782 
7783 	GType function() c_gtk_recent_chooser_get_type;
7784 	void function(GtkRecentChooser* chooser, GtkRecentFilter* filter) c_gtk_recent_chooser_add_filter;
7785 	GtkRecentInfo* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_current_item;
7786 	char* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_current_uri;
7787 	GtkRecentFilter* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_filter;
7788 	GList* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_items;
7789 	int function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_limit;
7790 	int function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_local_only;
7791 	int function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_select_multiple;
7792 	int function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_show_icons;
7793 	int function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_show_not_found;
7794 	int function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_show_private;
7795 	int function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_show_tips;
7796 	GtkRecentSortType function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_sort_type;
7797 	char** function(GtkRecentChooser* chooser, size_t* length) c_gtk_recent_chooser_get_uris;
7798 	GSList* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_list_filters;
7799 	void function(GtkRecentChooser* chooser, GtkRecentFilter* filter) c_gtk_recent_chooser_remove_filter;
7800 	void function(GtkRecentChooser* chooser) c_gtk_recent_chooser_select_all;
7801 	int function(GtkRecentChooser* chooser, const(char)* uri, GError** err) c_gtk_recent_chooser_select_uri;
7802 	int function(GtkRecentChooser* chooser, const(char)* uri, GError** err) c_gtk_recent_chooser_set_current_uri;
7803 	void function(GtkRecentChooser* chooser, GtkRecentFilter* filter) c_gtk_recent_chooser_set_filter;
7804 	void function(GtkRecentChooser* chooser, int limit) c_gtk_recent_chooser_set_limit;
7805 	void function(GtkRecentChooser* chooser, int localOnly) c_gtk_recent_chooser_set_local_only;
7806 	void function(GtkRecentChooser* chooser, int selectMultiple) c_gtk_recent_chooser_set_select_multiple;
7807 	void function(GtkRecentChooser* chooser, int showIcons) c_gtk_recent_chooser_set_show_icons;
7808 	void function(GtkRecentChooser* chooser, int showNotFound) c_gtk_recent_chooser_set_show_not_found;
7809 	void function(GtkRecentChooser* chooser, int showPrivate) c_gtk_recent_chooser_set_show_private;
7810 	void function(GtkRecentChooser* chooser, int showTips) c_gtk_recent_chooser_set_show_tips;
7811 	void function(GtkRecentChooser* chooser, GtkRecentSortFunc sortFunc, void* sortData, GDestroyNotify dataDestroy) c_gtk_recent_chooser_set_sort_func;
7812 	void function(GtkRecentChooser* chooser, GtkRecentSortType sortType) c_gtk_recent_chooser_set_sort_type;
7813 	void function(GtkRecentChooser* chooser) c_gtk_recent_chooser_unselect_all;
7814 	void function(GtkRecentChooser* chooser, const(char)* uri) c_gtk_recent_chooser_unselect_uri;
7815 
7816 	// gtk.RecentChooserDialog
7817 
7818 	GType function() c_gtk_recent_chooser_dialog_get_type;
7819 	GtkWidget* function(const(char)* title, GtkWindow* parent, const(char)* firstButtonText, ... ) c_gtk_recent_chooser_dialog_new;
7820 	GtkWidget* function(const(char)* title, GtkWindow* parent, GtkRecentManager* manager, const(char)* firstButtonText, ... ) c_gtk_recent_chooser_dialog_new_for_manager;
7821 
7822 	// gtk.RecentChooserMenu
7823 
7824 	GType function() c_gtk_recent_chooser_menu_get_type;
7825 	GtkWidget* function() c_gtk_recent_chooser_menu_new;
7826 	GtkWidget* function(GtkRecentManager* manager) c_gtk_recent_chooser_menu_new_for_manager;
7827 	int function(GtkRecentChooserMenu* menu) c_gtk_recent_chooser_menu_get_show_numbers;
7828 	void function(GtkRecentChooserMenu* menu, int showNumbers) c_gtk_recent_chooser_menu_set_show_numbers;
7829 
7830 	// gtk.RecentChooserWidget
7831 
7832 	GType function() c_gtk_recent_chooser_widget_get_type;
7833 	GtkWidget* function() c_gtk_recent_chooser_widget_new;
7834 	GtkWidget* function(GtkRecentManager* manager) c_gtk_recent_chooser_widget_new_for_manager;
7835 
7836 	// gtk.RecentFilter
7837 
7838 	GType function() c_gtk_recent_filter_get_type;
7839 	GtkRecentFilter* function() c_gtk_recent_filter_new;
7840 	void function(GtkRecentFilter* filter, int days) c_gtk_recent_filter_add_age;
7841 	void function(GtkRecentFilter* filter, const(char)* application) c_gtk_recent_filter_add_application;
7842 	void function(GtkRecentFilter* filter, GtkRecentFilterFlags needed, GtkRecentFilterFunc func, void* data, GDestroyNotify dataDestroy) c_gtk_recent_filter_add_custom;
7843 	void function(GtkRecentFilter* filter, const(char)* group) c_gtk_recent_filter_add_group;
7844 	void function(GtkRecentFilter* filter, const(char)* mimeType) c_gtk_recent_filter_add_mime_type;
7845 	void function(GtkRecentFilter* filter, const(char)* pattern) c_gtk_recent_filter_add_pattern;
7846 	void function(GtkRecentFilter* filter) c_gtk_recent_filter_add_pixbuf_formats;
7847 	int function(GtkRecentFilter* filter, GtkRecentFilterInfo* filterInfo) c_gtk_recent_filter_filter;
7848 	const(char)* function(GtkRecentFilter* filter) c_gtk_recent_filter_get_name;
7849 	GtkRecentFilterFlags function(GtkRecentFilter* filter) c_gtk_recent_filter_get_needed;
7850 	void function(GtkRecentFilter* filter, const(char)* name) c_gtk_recent_filter_set_name;
7851 
7852 	// gtk.RecentInfo
7853 
7854 	GType function() c_gtk_recent_info_get_type;
7855 	GAppInfo* function(GtkRecentInfo* info, const(char)* appName, GError** err) c_gtk_recent_info_create_app_info;
7856 	int function(GtkRecentInfo* info) c_gtk_recent_info_exists;
7857 	uint function(GtkRecentInfo* info) c_gtk_recent_info_get_added;
7858 	int function(GtkRecentInfo* info) c_gtk_recent_info_get_age;
7859 	int function(GtkRecentInfo* info, const(char)* appName, char** appExec, uint* count, uint* time) c_gtk_recent_info_get_application_info;
7860 	char** function(GtkRecentInfo* info, size_t* length) c_gtk_recent_info_get_applications;
7861 	const(char)* function(GtkRecentInfo* info) c_gtk_recent_info_get_description;
7862 	const(char)* function(GtkRecentInfo* info) c_gtk_recent_info_get_display_name;
7863 	GIcon* function(GtkRecentInfo* info) c_gtk_recent_info_get_gicon;
7864 	char** function(GtkRecentInfo* info, size_t* length) c_gtk_recent_info_get_groups;
7865 	GdkPixbuf* function(GtkRecentInfo* info, int size) c_gtk_recent_info_get_icon;
7866 	const(char)* function(GtkRecentInfo* info) c_gtk_recent_info_get_mime_type;
7867 	uint function(GtkRecentInfo* info) c_gtk_recent_info_get_modified;
7868 	int function(GtkRecentInfo* info) c_gtk_recent_info_get_private_hint;
7869 	char* function(GtkRecentInfo* info) c_gtk_recent_info_get_short_name;
7870 	const(char)* function(GtkRecentInfo* info) c_gtk_recent_info_get_uri;
7871 	char* function(GtkRecentInfo* info) c_gtk_recent_info_get_uri_display;
7872 	uint function(GtkRecentInfo* info) c_gtk_recent_info_get_visited;
7873 	int function(GtkRecentInfo* info, const(char)* appName) c_gtk_recent_info_has_application;
7874 	int function(GtkRecentInfo* info, const(char)* groupName) c_gtk_recent_info_has_group;
7875 	int function(GtkRecentInfo* info) c_gtk_recent_info_is_local;
7876 	char* function(GtkRecentInfo* info) c_gtk_recent_info_last_application;
7877 	int function(GtkRecentInfo* infoA, GtkRecentInfo* infoB) c_gtk_recent_info_match;
7878 	GtkRecentInfo* function(GtkRecentInfo* info) c_gtk_recent_info_ref;
7879 	void function(GtkRecentInfo* info) c_gtk_recent_info_unref;
7880 
7881 	// gtk.RecentManager
7882 
7883 	GType function() c_gtk_recent_manager_get_type;
7884 	GtkRecentManager* function() c_gtk_recent_manager_new;
7885 	GtkRecentManager* function() c_gtk_recent_manager_get_default;
7886 	int function(GtkRecentManager* manager, const(char)* uri, GtkRecentData* recentData) c_gtk_recent_manager_add_full;
7887 	int function(GtkRecentManager* manager, const(char)* uri) c_gtk_recent_manager_add_item;
7888 	GList* function(GtkRecentManager* manager) c_gtk_recent_manager_get_items;
7889 	int function(GtkRecentManager* manager, const(char)* uri) c_gtk_recent_manager_has_item;
7890 	GtkRecentInfo* function(GtkRecentManager* manager, const(char)* uri, GError** err) c_gtk_recent_manager_lookup_item;
7891 	int function(GtkRecentManager* manager, const(char)* uri, const(char)* newUri, GError** err) c_gtk_recent_manager_move_item;
7892 	int function(GtkRecentManager* manager, GError** err) c_gtk_recent_manager_purge_items;
7893 	int function(GtkRecentManager* manager, const(char)* uri, GError** err) c_gtk_recent_manager_remove_item;
7894 
7895 	// gtk.RendererCellAccessible
7896 
7897 	GType function() c_gtk_renderer_cell_accessible_get_type;
7898 	AtkObject* function(GtkCellRenderer* renderer) c_gtk_renderer_cell_accessible_new;
7899 
7900 	// gtk.Requisition
7901 
7902 	GType function() c_gtk_requisition_get_type;
7903 	GtkRequisition* function() c_gtk_requisition_new;
7904 	GtkRequisition* function(GtkRequisition* requisition) c_gtk_requisition_copy;
7905 	void function(GtkRequisition* requisition) c_gtk_requisition_free;
7906 
7907 	// gtk.Revealer
7908 
7909 	GType function() c_gtk_revealer_get_type;
7910 	GtkWidget* function() c_gtk_revealer_new;
7911 	int function(GtkRevealer* revealer) c_gtk_revealer_get_child_revealed;
7912 	int function(GtkRevealer* revealer) c_gtk_revealer_get_reveal_child;
7913 	uint function(GtkRevealer* revealer) c_gtk_revealer_get_transition_duration;
7914 	GtkRevealerTransitionType function(GtkRevealer* revealer) c_gtk_revealer_get_transition_type;
7915 	void function(GtkRevealer* revealer, int revealChild) c_gtk_revealer_set_reveal_child;
7916 	void function(GtkRevealer* revealer, uint duration) c_gtk_revealer_set_transition_duration;
7917 	void function(GtkRevealer* revealer, GtkRevealerTransitionType transition) c_gtk_revealer_set_transition_type;
7918 
7919 	// gtk.Scale
7920 
7921 	GType function() c_gtk_scale_get_type;
7922 	GtkWidget* function(GtkOrientation orientation, GtkAdjustment* adjustment) c_gtk_scale_new;
7923 	GtkWidget* function(GtkOrientation orientation, double min, double max, double step) c_gtk_scale_new_with_range;
7924 	void function(GtkScale* scale, double value, GtkPositionType position, const(char)* markup) c_gtk_scale_add_mark;
7925 	void function(GtkScale* scale) c_gtk_scale_clear_marks;
7926 	int function(GtkScale* scale) c_gtk_scale_get_digits;
7927 	int function(GtkScale* scale) c_gtk_scale_get_draw_value;
7928 	int function(GtkScale* scale) c_gtk_scale_get_has_origin;
7929 	PangoLayout* function(GtkScale* scale) c_gtk_scale_get_layout;
7930 	void function(GtkScale* scale, int* x, int* y) c_gtk_scale_get_layout_offsets;
7931 	GtkPositionType function(GtkScale* scale) c_gtk_scale_get_value_pos;
7932 	void function(GtkScale* scale, int digits) c_gtk_scale_set_digits;
7933 	void function(GtkScale* scale, int drawValue) c_gtk_scale_set_draw_value;
7934 	void function(GtkScale* scale, int hasOrigin) c_gtk_scale_set_has_origin;
7935 	void function(GtkScale* scale, GtkPositionType pos) c_gtk_scale_set_value_pos;
7936 
7937 	// gtk.ScaleAccessible
7938 
7939 	GType function() c_gtk_scale_accessible_get_type;
7940 
7941 	// gtk.ScaleButton
7942 
7943 	GType function() c_gtk_scale_button_get_type;
7944 	GtkWidget* function(GtkIconSize size, double min, double max, double step, char** icons) c_gtk_scale_button_new;
7945 	GtkAdjustment* function(GtkScaleButton* button) c_gtk_scale_button_get_adjustment;
7946 	GtkWidget* function(GtkScaleButton* button) c_gtk_scale_button_get_minus_button;
7947 	GtkWidget* function(GtkScaleButton* button) c_gtk_scale_button_get_plus_button;
7948 	GtkWidget* function(GtkScaleButton* button) c_gtk_scale_button_get_popup;
7949 	double function(GtkScaleButton* button) c_gtk_scale_button_get_value;
7950 	void function(GtkScaleButton* button, GtkAdjustment* adjustment) c_gtk_scale_button_set_adjustment;
7951 	void function(GtkScaleButton* button, char** icons) c_gtk_scale_button_set_icons;
7952 	void function(GtkScaleButton* button, double value) c_gtk_scale_button_set_value;
7953 
7954 	// gtk.ScaleButtonAccessible
7955 
7956 	GType function() c_gtk_scale_button_accessible_get_type;
7957 
7958 	// gtk.Scrollable
7959 
7960 	GType function() c_gtk_scrollable_get_type;
7961 	GtkAdjustment* function(GtkScrollable* scrollable) c_gtk_scrollable_get_hadjustment;
7962 	GtkScrollablePolicy function(GtkScrollable* scrollable) c_gtk_scrollable_get_hscroll_policy;
7963 	GtkAdjustment* function(GtkScrollable* scrollable) c_gtk_scrollable_get_vadjustment;
7964 	GtkScrollablePolicy function(GtkScrollable* scrollable) c_gtk_scrollable_get_vscroll_policy;
7965 	void function(GtkScrollable* scrollable, GtkAdjustment* hadjustment) c_gtk_scrollable_set_hadjustment;
7966 	void function(GtkScrollable* scrollable, GtkScrollablePolicy policy) c_gtk_scrollable_set_hscroll_policy;
7967 	void function(GtkScrollable* scrollable, GtkAdjustment* vadjustment) c_gtk_scrollable_set_vadjustment;
7968 	void function(GtkScrollable* scrollable, GtkScrollablePolicy policy) c_gtk_scrollable_set_vscroll_policy;
7969 
7970 	// gtk.Scrollbar
7971 
7972 	GType function() c_gtk_scrollbar_get_type;
7973 	GtkWidget* function(GtkOrientation orientation, GtkAdjustment* adjustment) c_gtk_scrollbar_new;
7974 
7975 	// gtk.ScrolledWindow
7976 
7977 	GType function() c_gtk_scrolled_window_get_type;
7978 	GtkWidget* function(GtkAdjustment* hadjustment, GtkAdjustment* vadjustment) c_gtk_scrolled_window_new;
7979 	void function(GtkScrolledWindow* scrolledWindow, GtkWidget* child) c_gtk_scrolled_window_add_with_viewport;
7980 	int function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_capture_button_press;
7981 	GtkAdjustment* function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_hadjustment;
7982 	GtkWidget* function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_hscrollbar;
7983 	int function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_kinetic_scrolling;
7984 	int function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_min_content_height;
7985 	int function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_min_content_width;
7986 	GtkCornerType function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_placement;
7987 	void function(GtkScrolledWindow* scrolledWindow, GtkPolicyType* hscrollbarPolicy, GtkPolicyType* vscrollbarPolicy) c_gtk_scrolled_window_get_policy;
7988 	GtkShadowType function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_shadow_type;
7989 	GtkAdjustment* function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_vadjustment;
7990 	GtkWidget* function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_vscrollbar;
7991 	void function(GtkScrolledWindow* scrolledWindow, int captureButtonPress) c_gtk_scrolled_window_set_capture_button_press;
7992 	void function(GtkScrolledWindow* scrolledWindow, GtkAdjustment* hadjustment) c_gtk_scrolled_window_set_hadjustment;
7993 	void function(GtkScrolledWindow* scrolledWindow, int kineticScrolling) c_gtk_scrolled_window_set_kinetic_scrolling;
7994 	void function(GtkScrolledWindow* scrolledWindow, int height) c_gtk_scrolled_window_set_min_content_height;
7995 	void function(GtkScrolledWindow* scrolledWindow, int width) c_gtk_scrolled_window_set_min_content_width;
7996 	void function(GtkScrolledWindow* scrolledWindow, GtkCornerType windowPlacement) c_gtk_scrolled_window_set_placement;
7997 	void function(GtkScrolledWindow* scrolledWindow, GtkPolicyType hscrollbarPolicy, GtkPolicyType vscrollbarPolicy) c_gtk_scrolled_window_set_policy;
7998 	void function(GtkScrolledWindow* scrolledWindow, GtkShadowType type) c_gtk_scrolled_window_set_shadow_type;
7999 	void function(GtkScrolledWindow* scrolledWindow, GtkAdjustment* vadjustment) c_gtk_scrolled_window_set_vadjustment;
8000 	void function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_unset_placement;
8001 
8002 	// gtk.ScrolledWindowAccessible
8003 
8004 	GType function() c_gtk_scrolled_window_accessible_get_type;
8005 
8006 	// gtk.SearchBar
8007 
8008 	GType function() c_gtk_search_bar_get_type;
8009 	GtkWidget* function() c_gtk_search_bar_new;
8010 	void function(GtkSearchBar* bar, GtkEntry* entry) c_gtk_search_bar_connect_entry;
8011 	int function(GtkSearchBar* bar) c_gtk_search_bar_get_search_mode;
8012 	int function(GtkSearchBar* bar) c_gtk_search_bar_get_show_close_button;
8013 	int function(GtkSearchBar* bar, GdkEvent* event) c_gtk_search_bar_handle_event;
8014 	void function(GtkSearchBar* bar, int searchMode) c_gtk_search_bar_set_search_mode;
8015 	void function(GtkSearchBar* bar, int visible) c_gtk_search_bar_set_show_close_button;
8016 
8017 	// gtk.SearchEntry
8018 
8019 	GType function() c_gtk_search_entry_get_type;
8020 	GtkWidget* function() c_gtk_search_entry_new;
8021 
8022 	// gtk.SelectionData
8023 
8024 	GType function() c_gtk_selection_data_get_type;
8025 	GtkSelectionData* function(GtkSelectionData* data) c_gtk_selection_data_copy;
8026 	void function(GtkSelectionData* data) c_gtk_selection_data_free;
8027 	char* function(GtkSelectionData* selectionData) c_gtk_selection_data_get_data;
8028 	GdkAtom function(GtkSelectionData* selectionData) c_gtk_selection_data_get_data_type;
8029 	char* function(GtkSelectionData* selectionData, int* length) c_gtk_selection_data_get_data_with_length;
8030 	GdkDisplay* function(GtkSelectionData* selectionData) c_gtk_selection_data_get_display;
8031 	int function(GtkSelectionData* selectionData) c_gtk_selection_data_get_format;
8032 	int function(GtkSelectionData* selectionData) c_gtk_selection_data_get_length;
8033 	GdkPixbuf* function(GtkSelectionData* selectionData) c_gtk_selection_data_get_pixbuf;
8034 	GdkAtom function(GtkSelectionData* selectionData) c_gtk_selection_data_get_selection;
8035 	GdkAtom function(GtkSelectionData* selectionData) c_gtk_selection_data_get_target;
8036 	int function(GtkSelectionData* selectionData, GdkAtom** targets, int* nAtoms) c_gtk_selection_data_get_targets;
8037 	char* function(GtkSelectionData* selectionData) c_gtk_selection_data_get_text;
8038 	char** function(GtkSelectionData* selectionData) c_gtk_selection_data_get_uris;
8039 	void function(GtkSelectionData* selectionData, GdkAtom type, int format, char* data, int length) c_gtk_selection_data_set;
8040 	int function(GtkSelectionData* selectionData, GdkPixbuf* pixbuf) c_gtk_selection_data_set_pixbuf;
8041 	int function(GtkSelectionData* selectionData, const(char)* str, int len) c_gtk_selection_data_set_text;
8042 	int function(GtkSelectionData* selectionData, char** uris) c_gtk_selection_data_set_uris;
8043 	int function(GtkSelectionData* selectionData, int writable) c_gtk_selection_data_targets_include_image;
8044 	int function(GtkSelectionData* selectionData, GtkTextBuffer* buffer) c_gtk_selection_data_targets_include_rich_text;
8045 	int function(GtkSelectionData* selectionData) c_gtk_selection_data_targets_include_text;
8046 	int function(GtkSelectionData* selectionData) c_gtk_selection_data_targets_include_uri;
8047 	void function(GtkWidget* widget, GdkAtom selection, GdkAtom target, uint info) c_gtk_selection_add_target;
8048 	void function(GtkWidget* widget, GdkAtom selection, GtkTargetEntry* targets, uint ntargets) c_gtk_selection_add_targets;
8049 	void function(GtkWidget* widget, GdkAtom selection) c_gtk_selection_clear_targets;
8050 	int function(GtkWidget* widget, GdkAtom selection, GdkAtom target, uint time) c_gtk_selection_convert;
8051 	int function(GtkWidget* widget, GdkAtom selection, uint time) c_gtk_selection_owner_set;
8052 	int function(GdkDisplay* display, GtkWidget* widget, GdkAtom selection, uint time) c_gtk_selection_owner_set_for_display;
8053 	void function(GtkWidget* widget) c_gtk_selection_remove_all;
8054 
8055 	// gtk.Separator
8056 
8057 	GType function() c_gtk_separator_get_type;
8058 	GtkWidget* function(GtkOrientation orientation) c_gtk_separator_new;
8059 
8060 	// gtk.SeparatorMenuItem
8061 
8062 	GType function() c_gtk_separator_menu_item_get_type;
8063 	GtkWidget* function() c_gtk_separator_menu_item_new;
8064 
8065 	// gtk.SeparatorToolItem
8066 
8067 	GType function() c_gtk_separator_tool_item_get_type;
8068 	GtkToolItem* function() c_gtk_separator_tool_item_new;
8069 	int function(GtkSeparatorToolItem* item) c_gtk_separator_tool_item_get_draw;
8070 	void function(GtkSeparatorToolItem* item, int draw) c_gtk_separator_tool_item_set_draw;
8071 
8072 	// gtk.Settings
8073 
8074 	GType function() c_gtk_settings_get_type;
8075 	GtkSettings* function() c_gtk_settings_get_default;
8076 	GtkSettings* function(GdkScreen* screen) c_gtk_settings_get_for_screen;
8077 	void function(GParamSpec* pspec) c_gtk_settings_install_property;
8078 	void function(GParamSpec* pspec, GtkRcPropertyParser parser) c_gtk_settings_install_property_parser;
8079 	void function(GtkSettings* settings, const(char)* name, double vDouble, const(char)* origin) c_gtk_settings_set_double_property;
8080 	void function(GtkSettings* settings, const(char)* name, glong vLong, const(char)* origin) c_gtk_settings_set_long_property;
8081 	void function(GtkSettings* settings, const(char)* name, GtkSettingsValue* svalue) c_gtk_settings_set_property_value;
8082 	void function(GtkSettings* settings, const(char)* name, const(char)* vString, const(char)* origin) c_gtk_settings_set_string_property;
8083 
8084 	// gtk.SizeGroup
8085 
8086 	GType function() c_gtk_size_group_get_type;
8087 	GtkSizeGroup* function(GtkSizeGroupMode mode) c_gtk_size_group_new;
8088 	void function(GtkSizeGroup* sizeGroup, GtkWidget* widget) c_gtk_size_group_add_widget;
8089 	int function(GtkSizeGroup* sizeGroup) c_gtk_size_group_get_ignore_hidden;
8090 	GtkSizeGroupMode function(GtkSizeGroup* sizeGroup) c_gtk_size_group_get_mode;
8091 	GSList* function(GtkSizeGroup* sizeGroup) c_gtk_size_group_get_widgets;
8092 	void function(GtkSizeGroup* sizeGroup, GtkWidget* widget) c_gtk_size_group_remove_widget;
8093 	void function(GtkSizeGroup* sizeGroup, int ignoreHidden) c_gtk_size_group_set_ignore_hidden;
8094 	void function(GtkSizeGroup* sizeGroup, GtkSizeGroupMode mode) c_gtk_size_group_set_mode;
8095 
8096 	// gtk.Socket
8097 
8098 	GType function() c_gtk_socket_get_type;
8099 	GtkWidget* function() c_gtk_socket_new;
8100 	void function(GtkSocket* socket, ulong window) c_gtk_socket_add_id;
8101 	ulong function(GtkSocket* socket) c_gtk_socket_get_id;
8102 	GdkWindow* function(GtkSocket* socket) c_gtk_socket_get_plug_window;
8103 
8104 	// gtk.SpinButton
8105 
8106 	GType function() c_gtk_spin_button_get_type;
8107 	GtkWidget* function(GtkAdjustment* adjustment, double climbRate, uint digits) c_gtk_spin_button_new;
8108 	GtkWidget* function(double min, double max, double step) c_gtk_spin_button_new_with_range;
8109 	void function(GtkSpinButton* spinButton, GtkAdjustment* adjustment, double climbRate, uint digits) c_gtk_spin_button_configure;
8110 	GtkAdjustment* function(GtkSpinButton* spinButton) c_gtk_spin_button_get_adjustment;
8111 	uint function(GtkSpinButton* spinButton) c_gtk_spin_button_get_digits;
8112 	void function(GtkSpinButton* spinButton, double* step, double* page) c_gtk_spin_button_get_increments;
8113 	int function(GtkSpinButton* spinButton) c_gtk_spin_button_get_numeric;
8114 	void function(GtkSpinButton* spinButton, double* min, double* max) c_gtk_spin_button_get_range;
8115 	int function(GtkSpinButton* spinButton) c_gtk_spin_button_get_snap_to_ticks;
8116 	GtkSpinButtonUpdatePolicy function(GtkSpinButton* spinButton) c_gtk_spin_button_get_update_policy;
8117 	double function(GtkSpinButton* spinButton) c_gtk_spin_button_get_value;
8118 	int function(GtkSpinButton* spinButton) c_gtk_spin_button_get_value_as_int;
8119 	int function(GtkSpinButton* spinButton) c_gtk_spin_button_get_wrap;
8120 	void function(GtkSpinButton* spinButton, GtkAdjustment* adjustment) c_gtk_spin_button_set_adjustment;
8121 	void function(GtkSpinButton* spinButton, uint digits) c_gtk_spin_button_set_digits;
8122 	void function(GtkSpinButton* spinButton, double step, double page) c_gtk_spin_button_set_increments;
8123 	void function(GtkSpinButton* spinButton, int numeric) c_gtk_spin_button_set_numeric;
8124 	void function(GtkSpinButton* spinButton, double min, double max) c_gtk_spin_button_set_range;
8125 	void function(GtkSpinButton* spinButton, int snapToTicks) c_gtk_spin_button_set_snap_to_ticks;
8126 	void function(GtkSpinButton* spinButton, GtkSpinButtonUpdatePolicy policy) c_gtk_spin_button_set_update_policy;
8127 	void function(GtkSpinButton* spinButton, double value) c_gtk_spin_button_set_value;
8128 	void function(GtkSpinButton* spinButton, int wrap) c_gtk_spin_button_set_wrap;
8129 	void function(GtkSpinButton* spinButton, GtkSpinType direction, double increment) c_gtk_spin_button_spin;
8130 	void function(GtkSpinButton* spinButton) c_gtk_spin_button_update;
8131 
8132 	// gtk.SpinButtonAccessible
8133 
8134 	GType function() c_gtk_spin_button_accessible_get_type;
8135 
8136 	// gtk.Spinner
8137 
8138 	GType function() c_gtk_spinner_get_type;
8139 	GtkWidget* function() c_gtk_spinner_new;
8140 	void function(GtkSpinner* spinner) c_gtk_spinner_start;
8141 	void function(GtkSpinner* spinner) c_gtk_spinner_stop;
8142 
8143 	// gtk.SpinnerAccessible
8144 
8145 	GType function() c_gtk_spinner_accessible_get_type;
8146 
8147 	// gtk.Stack
8148 
8149 	GType function() c_gtk_stack_get_type;
8150 	GtkWidget* function() c_gtk_stack_new;
8151 	void function(GtkStack* stack, GtkWidget* child, const(char)* name) c_gtk_stack_add_named;
8152 	void function(GtkStack* stack, GtkWidget* child, const(char)* name, const(char)* title) c_gtk_stack_add_titled;
8153 	GtkWidget* function(GtkStack* stack, const(char)* name) c_gtk_stack_get_child_by_name;
8154 	int function(GtkStack* stack) c_gtk_stack_get_homogeneous;
8155 	uint function(GtkStack* stack) c_gtk_stack_get_transition_duration;
8156 	int function(GtkStack* stack) c_gtk_stack_get_transition_running;
8157 	GtkStackTransitionType function(GtkStack* stack) c_gtk_stack_get_transition_type;
8158 	GtkWidget* function(GtkStack* stack) c_gtk_stack_get_visible_child;
8159 	const(char)* function(GtkStack* stack) c_gtk_stack_get_visible_child_name;
8160 	void function(GtkStack* stack, int homogeneous) c_gtk_stack_set_homogeneous;
8161 	void function(GtkStack* stack, uint duration) c_gtk_stack_set_transition_duration;
8162 	void function(GtkStack* stack, GtkStackTransitionType transition) c_gtk_stack_set_transition_type;
8163 	void function(GtkStack* stack, GtkWidget* child) c_gtk_stack_set_visible_child;
8164 	void function(GtkStack* stack, const(char)* name, GtkStackTransitionType transition) c_gtk_stack_set_visible_child_full;
8165 	void function(GtkStack* stack, const(char)* name) c_gtk_stack_set_visible_child_name;
8166 
8167 	// gtk.StackSwitcher
8168 
8169 	GType function() c_gtk_stack_switcher_get_type;
8170 	GtkWidget* function() c_gtk_stack_switcher_new;
8171 	GtkStack* function(GtkStackSwitcher* switcher) c_gtk_stack_switcher_get_stack;
8172 	void function(GtkStackSwitcher* switcher, GtkStack* stack) c_gtk_stack_switcher_set_stack;
8173 
8174 	// gtk.StatusIcon
8175 
8176 	GType function() c_gtk_status_icon_get_type;
8177 	GtkStatusIcon* function() c_gtk_status_icon_new;
8178 	GtkStatusIcon* function(char* filename) c_gtk_status_icon_new_from_file;
8179 	GtkStatusIcon* function(GIcon* icon) c_gtk_status_icon_new_from_gicon;
8180 	GtkStatusIcon* function(const(char)* iconName) c_gtk_status_icon_new_from_icon_name;
8181 	GtkStatusIcon* function(GdkPixbuf* pixbuf) c_gtk_status_icon_new_from_pixbuf;
8182 	GtkStatusIcon* function(const(char)* stockId) c_gtk_status_icon_new_from_stock;
8183 	void function(GtkMenu* menu, int* x, int* y, int* pushIn, void* userData) c_gtk_status_icon_position_menu;
8184 	int function(GtkStatusIcon* statusIcon, GdkScreen** screen, GdkRectangle* area, GtkOrientation* orientation) c_gtk_status_icon_get_geometry;
8185 	GIcon* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_gicon;
8186 	int function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_has_tooltip;
8187 	const(char)* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_icon_name;
8188 	GdkPixbuf* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_pixbuf;
8189 	GdkScreen* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_screen;
8190 	int function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_size;
8191 	const(char)* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_stock;
8192 	GtkImageType function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_storage_type;
8193 	const(char)* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_title;
8194 	char* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_tooltip_markup;
8195 	char* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_tooltip_text;
8196 	int function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_visible;
8197 	uint function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_x11_window_id;
8198 	int function(GtkStatusIcon* statusIcon) c_gtk_status_icon_is_embedded;
8199 	void function(GtkStatusIcon* statusIcon, char* filename) c_gtk_status_icon_set_from_file;
8200 	void function(GtkStatusIcon* statusIcon, GIcon* icon) c_gtk_status_icon_set_from_gicon;
8201 	void function(GtkStatusIcon* statusIcon, const(char)* iconName) c_gtk_status_icon_set_from_icon_name;
8202 	void function(GtkStatusIcon* statusIcon, GdkPixbuf* pixbuf) c_gtk_status_icon_set_from_pixbuf;
8203 	void function(GtkStatusIcon* statusIcon, const(char)* stockId) c_gtk_status_icon_set_from_stock;
8204 	void function(GtkStatusIcon* statusIcon, int hasTooltip) c_gtk_status_icon_set_has_tooltip;
8205 	void function(GtkStatusIcon* statusIcon, const(char)* name) c_gtk_status_icon_set_name;
8206 	void function(GtkStatusIcon* statusIcon, GdkScreen* screen) c_gtk_status_icon_set_screen;
8207 	void function(GtkStatusIcon* statusIcon, const(char)* title) c_gtk_status_icon_set_title;
8208 	void function(GtkStatusIcon* statusIcon, const(char)* markup) c_gtk_status_icon_set_tooltip_markup;
8209 	void function(GtkStatusIcon* statusIcon, const(char)* text) c_gtk_status_icon_set_tooltip_text;
8210 	void function(GtkStatusIcon* statusIcon, int visible) c_gtk_status_icon_set_visible;
8211 
8212 	// gtk.Statusbar
8213 
8214 	GType function() c_gtk_statusbar_get_type;
8215 	GtkWidget* function() c_gtk_statusbar_new;
8216 	uint function(GtkStatusbar* statusbar, const(char)* contextDescription) c_gtk_statusbar_get_context_id;
8217 	GtkWidget* function(GtkStatusbar* statusbar) c_gtk_statusbar_get_message_area;
8218 	void function(GtkStatusbar* statusbar, uint contextId) c_gtk_statusbar_pop;
8219 	uint function(GtkStatusbar* statusbar, uint contextId, const(char)* text) c_gtk_statusbar_push;
8220 	void function(GtkStatusbar* statusbar, uint contextId, uint messageId) c_gtk_statusbar_remove;
8221 	void function(GtkStatusbar* statusbar, uint contextId) c_gtk_statusbar_remove_all;
8222 
8223 	// gtk.StatusbarAccessible
8224 
8225 	GType function() c_gtk_statusbar_accessible_get_type;
8226 
8227 	// gtk.StockItem
8228 
8229 	GtkStockItem* function(GtkStockItem* item) c_gtk_stock_item_copy;
8230 	void function(GtkStockItem* item) c_gtk_stock_item_free;
8231 	void function(GtkStockItem* items, uint nItems) c_gtk_stock_add;
8232 	void function(GtkStockItem* items, uint nItems) c_gtk_stock_add_static;
8233 	GSList* function() c_gtk_stock_list_ids;
8234 	int function(const(char)* stockId, GtkStockItem* item) c_gtk_stock_lookup;
8235 	void function(const(char)* domain, GtkTranslateFunc func, void* data, GDestroyNotify notify) c_gtk_stock_set_translate_func;
8236 
8237 	// gtk.Style
8238 
8239 	GType function() c_gtk_style_get_type;
8240 	GtkStyle* function() c_gtk_style_new;
8241 	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;
8242 	GtkStyle* function(GtkStyle* style, GdkWindow* window) c_gtk_style_attach;
8243 	GtkStyle* function(GtkStyle* style) c_gtk_style_copy;
8244 	void function(GtkStyle* style) c_gtk_style_detach;
8245 	void function(GtkStyle* style, GType widgetType, const(char)* firstPropertyName, ... ) c_gtk_style_get;
8246 	void function(GtkStyle* style, GType widgetType, const(char)* propertyName, GValue* value) c_gtk_style_get_style_property;
8247 	void function(GtkStyle* style, GType widgetType, const(char)* firstPropertyName, void* varArgs) c_gtk_style_get_valist;
8248 	int function(GtkStyle* style) c_gtk_style_has_context;
8249 	int function(GtkStyle* style, const(char)* colorName, GdkColor* color) c_gtk_style_lookup_color;
8250 	GtkIconSet* function(GtkStyle* style, const(char)* stockId) c_gtk_style_lookup_icon_set;
8251 	GdkPixbuf* function(GtkStyle* style, GtkIconSource* source, GtkTextDirection direction, GtkStateType state, GtkIconSize size, GtkWidget* widget, const(char)* detail) c_gtk_style_render_icon;
8252 	void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType) c_gtk_style_set_background;
8253 	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;
8254 	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;
8255 	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;
8256 	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;
8257 	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;
8258 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkWidget* widget, const(char)* detail, int x, int y, GtkExpanderStyle expanderStyle) c_gtk_paint_expander;
8259 	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;
8260 	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;
8261 	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;
8262 	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;
8263 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkWidget* widget, const(char)* detail, int x1, int x2, int y) c_gtk_paint_hline;
8264 	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;
8265 	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;
8266 	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;
8267 	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;
8268 	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;
8269 	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;
8270 	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;
8271 	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;
8272 	void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkWidget* widget, const(char)* detail, int y1, int y2, int x) c_gtk_paint_vline;
8273 
8274 	// gtk.StyleContext
8275 
8276 	GType function() c_gtk_style_context_get_type;
8277 	GtkStyleContext* function() c_gtk_style_context_new;
8278 	void function(GdkScreen* screen, GtkStyleProvider* provider, uint priority) c_gtk_style_context_add_provider_for_screen;
8279 	void function(GdkScreen* screen, GtkStyleProvider* provider) c_gtk_style_context_remove_provider_for_screen;
8280 	void function(GdkScreen* screen) c_gtk_style_context_reset_widgets;
8281 	void function(GtkStyleContext* context, const(char)* className) c_gtk_style_context_add_class;
8282 	void function(GtkStyleContext* context, GtkStyleProvider* provider, uint priority) c_gtk_style_context_add_provider;
8283 	void function(GtkStyleContext* context, const(char)* regionName, GtkRegionFlags flags) c_gtk_style_context_add_region;
8284 	void function(GtkStyleContext* context, void* regionId) c_gtk_style_context_cancel_animations;
8285 	void function(GtkStyleContext* context, GtkStateFlags state, ... ) c_gtk_style_context_get;
8286 	void function(GtkStyleContext* context, GtkStateFlags state, GdkRGBA* color) c_gtk_style_context_get_background_color;
8287 	void function(GtkStyleContext* context, GtkStateFlags state, GtkBorder* border) c_gtk_style_context_get_border;
8288 	void function(GtkStyleContext* context, GtkStateFlags state, GdkRGBA* color) c_gtk_style_context_get_border_color;
8289 	void function(GtkStyleContext* context, GtkStateFlags state, GdkRGBA* color) c_gtk_style_context_get_color;
8290 	GtkTextDirection function(GtkStyleContext* context) c_gtk_style_context_get_direction;
8291 	PangoFontDescription* function(GtkStyleContext* context, GtkStateFlags state) c_gtk_style_context_get_font;
8292 	GdkFrameClock* function(GtkStyleContext* context) c_gtk_style_context_get_frame_clock;
8293 	GtkJunctionSides function(GtkStyleContext* context) c_gtk_style_context_get_junction_sides;
8294 	void function(GtkStyleContext* context, GtkStateFlags state, GtkBorder* margin) c_gtk_style_context_get_margin;
8295 	void function(GtkStyleContext* context, GtkStateFlags state, GtkBorder* padding) c_gtk_style_context_get_padding;
8296 	GtkStyleContext* function(GtkStyleContext* context) c_gtk_style_context_get_parent;
8297 	GtkWidgetPath* function(GtkStyleContext* context) c_gtk_style_context_get_path;
8298 	void function(GtkStyleContext* context, const(char)* property, GtkStateFlags state, GValue* value) c_gtk_style_context_get_property;
8299 	int function(GtkStyleContext* context) c_gtk_style_context_get_scale;
8300 	GdkScreen* function(GtkStyleContext* context) c_gtk_style_context_get_screen;
8301 	GtkCssSection* function(GtkStyleContext* context, const(char)* property) c_gtk_style_context_get_section;
8302 	GtkStateFlags function(GtkStyleContext* context) c_gtk_style_context_get_state;
8303 	void function(GtkStyleContext* context, ... ) c_gtk_style_context_get_style;
8304 	void function(GtkStyleContext* context, const(char)* propertyName, GValue* value) c_gtk_style_context_get_style_property;
8305 	void function(GtkStyleContext* context, void* args) c_gtk_style_context_get_style_valist;
8306 	void function(GtkStyleContext* context, GtkStateFlags state, void* args) c_gtk_style_context_get_valist;
8307 	int function(GtkStyleContext* context, const(char)* className) c_gtk_style_context_has_class;
8308 	int function(GtkStyleContext* context, const(char)* regionName, GtkRegionFlags* flagsReturn) c_gtk_style_context_has_region;
8309 	void function(GtkStyleContext* context) c_gtk_style_context_invalidate;
8310 	GList* function(GtkStyleContext* context) c_gtk_style_context_list_classes;
8311 	GList* function(GtkStyleContext* context) c_gtk_style_context_list_regions;
8312 	int function(GtkStyleContext* context, const(char)* colorName, GdkRGBA* color) c_gtk_style_context_lookup_color;
8313 	GtkIconSet* function(GtkStyleContext* context, const(char)* stockId) c_gtk_style_context_lookup_icon_set;
8314 	void function(GtkStyleContext* context, GdkWindow* window, void* regionId, GtkStateType state, int stateValue) c_gtk_style_context_notify_state_change;
8315 	void function(GtkStyleContext* context) c_gtk_style_context_pop_animatable_region;
8316 	void function(GtkStyleContext* context, void* regionId) c_gtk_style_context_push_animatable_region;
8317 	void function(GtkStyleContext* context, const(char)* className) c_gtk_style_context_remove_class;
8318 	void function(GtkStyleContext* context, GtkStyleProvider* provider) c_gtk_style_context_remove_provider;
8319 	void function(GtkStyleContext* context, const(char)* regionName) c_gtk_style_context_remove_region;
8320 	void function(GtkStyleContext* context) c_gtk_style_context_restore;
8321 	void function(GtkStyleContext* context) c_gtk_style_context_save;
8322 	void function(GtkStyleContext* context, GdkWindow* window, int dx, int dy) c_gtk_style_context_scroll_animations;
8323 	void function(GtkStyleContext* context, GdkWindow* window) c_gtk_style_context_set_background;
8324 	void function(GtkStyleContext* context, GtkTextDirection direction) c_gtk_style_context_set_direction;
8325 	void function(GtkStyleContext* context, GdkFrameClock* frameClock) c_gtk_style_context_set_frame_clock;
8326 	void function(GtkStyleContext* context, GtkJunctionSides sides) c_gtk_style_context_set_junction_sides;
8327 	void function(GtkStyleContext* context, GtkStyleContext* parent) c_gtk_style_context_set_parent;
8328 	void function(GtkStyleContext* context, GtkWidgetPath* path) c_gtk_style_context_set_path;
8329 	void function(GtkStyleContext* context, int scale) c_gtk_style_context_set_scale;
8330 	void function(GtkStyleContext* context, GdkScreen* screen) c_gtk_style_context_set_screen;
8331 	void function(GtkStyleContext* context, GtkStateFlags flags) c_gtk_style_context_set_state;
8332 	int function(GtkStyleContext* context, GtkStateType state, double* progress) c_gtk_style_context_state_is_running;
8333 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, double width, double height) c_gtk_render_activity;
8334 	void function(GtkStyleContext* context, cairo_t* cr, double angle, double x, double y, double size) c_gtk_render_arrow;
8335 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, double width, double height) c_gtk_render_background;
8336 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, double width, double height) c_gtk_render_check;
8337 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, double width, double height) c_gtk_render_expander;
8338 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, double width, double height, GtkPositionType gapSide) c_gtk_render_extension;
8339 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, double width, double height) c_gtk_render_focus;
8340 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, double width, double height) c_gtk_render_frame;
8341 	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;
8342 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, double width, double height) c_gtk_render_handle;
8343 	void function(GtkStyleContext* context, cairo_t* cr, GdkPixbuf* pixbuf, double x, double y) c_gtk_render_icon;
8344 	GdkPixbuf* function(GtkStyleContext* context, GtkIconSource* source, GtkIconSize size) c_gtk_render_icon_pixbuf;
8345 	void function(GtkStyleContext* context, cairo_t* cr, cairo_surface_t* surface, double x, double y) c_gtk_render_icon_surface;
8346 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, PangoLayout* layout, int index, PangoDirection direction) c_gtk_render_insertion_cursor;
8347 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, PangoLayout* layout) c_gtk_render_layout;
8348 	void function(GtkStyleContext* context, cairo_t* cr, double x0, double y0, double x1, double y1) c_gtk_render_line;
8349 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, double width, double height) c_gtk_render_option;
8350 	void function(GtkStyleContext* context, cairo_t* cr, double x, double y, double width, double height, GtkOrientation orientation) c_gtk_render_slider;
8351 
8352 	// gtk.StyleProperties
8353 
8354 	GType function() c_gtk_style_properties_get_type;
8355 	GtkStyleProperties* function() c_gtk_style_properties_new;
8356 	int function(const(char)* propertyName, GtkStylePropertyParser* parseFunc, GParamSpec** pspec) c_gtk_style_properties_lookup_property;
8357 	void function(GtkStylePropertyParser parseFunc, GParamSpec* pspec) c_gtk_style_properties_register_property;
8358 	void function(GtkStyleProperties* props) c_gtk_style_properties_clear;
8359 	void function(GtkStyleProperties* props, GtkStateFlags state, ... ) c_gtk_style_properties_get;
8360 	int function(GtkStyleProperties* props, const(char)* property, GtkStateFlags state, GValue* value) c_gtk_style_properties_get_property;
8361 	void function(GtkStyleProperties* props, GtkStateFlags state, void* args) c_gtk_style_properties_get_valist;
8362 	GtkSymbolicColor* function(GtkStyleProperties* props, const(char)* name) c_gtk_style_properties_lookup_color;
8363 	void function(GtkStyleProperties* props, const(char)* name, GtkSymbolicColor* color) c_gtk_style_properties_map_color;
8364 	void function(GtkStyleProperties* props, GtkStyleProperties* propsToMerge, int replace) c_gtk_style_properties_merge;
8365 	void function(GtkStyleProperties* props, GtkStateFlags state, ... ) c_gtk_style_properties_set;
8366 	void function(GtkStyleProperties* props, const(char)* property, GtkStateFlags state, GValue* value) c_gtk_style_properties_set_property;
8367 	void function(GtkStyleProperties* props, GtkStateFlags state, void* args) c_gtk_style_properties_set_valist;
8368 	void function(GtkStyleProperties* props, const(char)* property, GtkStateFlags state) c_gtk_style_properties_unset_property;
8369 
8370 	// gtk.StyleProvider
8371 
8372 	GType function() c_gtk_style_provider_get_type;
8373 	GtkIconFactory* function(GtkStyleProvider* provider, GtkWidgetPath* path) c_gtk_style_provider_get_icon_factory;
8374 	GtkStyleProperties* function(GtkStyleProvider* provider, GtkWidgetPath* path) c_gtk_style_provider_get_style;
8375 	int function(GtkStyleProvider* provider, GtkWidgetPath* path, GtkStateFlags state, GParamSpec* pspec, GValue* value) c_gtk_style_provider_get_style_property;
8376 
8377 	// gtk.Switch
8378 
8379 	GType function() c_gtk_switch_get_type;
8380 	GtkWidget* function() c_gtk_switch_new;
8381 	int function(GtkSwitch* sw) c_gtk_switch_get_active;
8382 	int function(GtkSwitch* sw) c_gtk_switch_get_state;
8383 	void function(GtkSwitch* sw, int isActive) c_gtk_switch_set_active;
8384 	void function(GtkSwitch* sw, int state) c_gtk_switch_set_state;
8385 
8386 	// gtk.SwitchAccessible
8387 
8388 	GType function() c_gtk_switch_accessible_get_type;
8389 
8390 	// gtk.SymbolicColor
8391 
8392 	GType function() c_gtk_symbolic_color_get_type;
8393 	GtkSymbolicColor* function(GtkSymbolicColor* color, double factor) c_gtk_symbolic_color_new_alpha;
8394 	GtkSymbolicColor* function(GdkRGBA* color) c_gtk_symbolic_color_new_literal;
8395 	GtkSymbolicColor* function(GtkSymbolicColor* color1, GtkSymbolicColor* color2, double factor) c_gtk_symbolic_color_new_mix;
8396 	GtkSymbolicColor* function(const(char)* name) c_gtk_symbolic_color_new_name;
8397 	GtkSymbolicColor* function(GtkSymbolicColor* color, double factor) c_gtk_symbolic_color_new_shade;
8398 	GtkSymbolicColor* function(const(char)* themeClass, int id) c_gtk_symbolic_color_new_win32;
8399 	GtkSymbolicColor* function(GtkSymbolicColor* color) c_gtk_symbolic_color_ref;
8400 	int function(GtkSymbolicColor* color, GtkStyleProperties* props, GdkRGBA* resolvedColor) c_gtk_symbolic_color_resolve;
8401 	char* function(GtkSymbolicColor* color) c_gtk_symbolic_color_to_string;
8402 	void function(GtkSymbolicColor* color) c_gtk_symbolic_color_unref;
8403 
8404 	// gtk.Table
8405 
8406 	GType function() c_gtk_table_get_type;
8407 	GtkWidget* function(uint rows, uint columns, int homogeneous) c_gtk_table_new;
8408 	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;
8409 	void function(GtkTable* table, GtkWidget* widget, uint leftAttach, uint rightAttach, uint topAttach, uint bottomAttach) c_gtk_table_attach_defaults;
8410 	uint function(GtkTable* table, uint column) c_gtk_table_get_col_spacing;
8411 	uint function(GtkTable* table) c_gtk_table_get_default_col_spacing;
8412 	uint function(GtkTable* table) c_gtk_table_get_default_row_spacing;
8413 	int function(GtkTable* table) c_gtk_table_get_homogeneous;
8414 	uint function(GtkTable* table, uint row) c_gtk_table_get_row_spacing;
8415 	void function(GtkTable* table, uint* rows, uint* columns) c_gtk_table_get_size;
8416 	void function(GtkTable* table, uint rows, uint columns) c_gtk_table_resize;
8417 	void function(GtkTable* table, uint column, uint spacing) c_gtk_table_set_col_spacing;
8418 	void function(GtkTable* table, uint spacing) c_gtk_table_set_col_spacings;
8419 	void function(GtkTable* table, int homogeneous) c_gtk_table_set_homogeneous;
8420 	void function(GtkTable* table, uint row, uint spacing) c_gtk_table_set_row_spacing;
8421 	void function(GtkTable* table, uint spacing) c_gtk_table_set_row_spacings;
8422 
8423 	// gtk.TargetEntry
8424 
8425 	GType function() c_gtk_target_entry_get_type;
8426 	GtkTargetEntry* function(const(char)* target, uint flags, uint info) c_gtk_target_entry_new;
8427 	GtkTargetEntry* function(GtkTargetEntry* data) c_gtk_target_entry_copy;
8428 	void function(GtkTargetEntry* data) c_gtk_target_entry_free;
8429 
8430 	// gtk.TargetList
8431 
8432 	GType function() c_gtk_target_list_get_type;
8433 	GtkTargetList* function(GtkTargetEntry* targets, uint ntargets) c_gtk_target_list_new;
8434 	void function(GtkTargetList* list, GdkAtom target, uint flags, uint info) c_gtk_target_list_add;
8435 	void function(GtkTargetList* list, uint info, int writable) c_gtk_target_list_add_image_targets;
8436 	void function(GtkTargetList* list, uint info, int deserializable, GtkTextBuffer* buffer) c_gtk_target_list_add_rich_text_targets;
8437 	void function(GtkTargetList* list, GtkTargetEntry* targets, uint ntargets) c_gtk_target_list_add_table;
8438 	void function(GtkTargetList* list, uint info) c_gtk_target_list_add_text_targets;
8439 	void function(GtkTargetList* list, uint info) c_gtk_target_list_add_uri_targets;
8440 	int function(GtkTargetList* list, GdkAtom target, uint* info) c_gtk_target_list_find;
8441 	GtkTargetList* function(GtkTargetList* list) c_gtk_target_list_ref;
8442 	void function(GtkTargetList* list, GdkAtom target) c_gtk_target_list_remove;
8443 	void function(GtkTargetList* list) c_gtk_target_list_unref;
8444 	void function(GtkTargetEntry* targets, int nTargets) c_gtk_target_table_free;
8445 	GtkTargetEntry* function(GtkTargetList* list, int* nTargets) c_gtk_target_table_new_from_list;
8446 	int function(GdkAtom* targets, int nTargets, int writable) c_gtk_targets_include_image;
8447 	int function(GdkAtom* targets, int nTargets, GtkTextBuffer* buffer) c_gtk_targets_include_rich_text;
8448 	int function(GdkAtom* targets, int nTargets) c_gtk_targets_include_text;
8449 	int function(GdkAtom* targets, int nTargets) c_gtk_targets_include_uri;
8450 
8451 	// gtk.TearoffMenuItem
8452 
8453 	GType function() c_gtk_tearoff_menu_item_get_type;
8454 	GtkWidget* function() c_gtk_tearoff_menu_item_new;
8455 
8456 	// gtk.TextAttributes
8457 
8458 	GType function() c_gtk_text_attributes_get_type;
8459 	GtkTextAttributes* function() c_gtk_text_attributes_new;
8460 	GtkTextAttributes* function(GtkTextAttributes* src) c_gtk_text_attributes_copy;
8461 	void function(GtkTextAttributes* src, GtkTextAttributes* dest) c_gtk_text_attributes_copy_values;
8462 	GtkTextAttributes* function(GtkTextAttributes* values) c_gtk_text_attributes_ref;
8463 	void function(GtkTextAttributes* values) c_gtk_text_attributes_unref;
8464 
8465 	// gtk.TextBuffer
8466 
8467 	GType function() c_gtk_text_buffer_get_type;
8468 	GtkTextBuffer* function(GtkTextTagTable* table) c_gtk_text_buffer_new;
8469 	void function(GtkTextBuffer* buffer, GtkTextMark* mark, GtkTextIter* where) c_gtk_text_buffer_add_mark;
8470 	void function(GtkTextBuffer* buffer, GtkClipboard* clipboard) c_gtk_text_buffer_add_selection_clipboard;
8471 	void function(GtkTextBuffer* buffer, GtkTextTag* tag, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_apply_tag;
8472 	void function(GtkTextBuffer* buffer, const(char)* name, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_apply_tag_by_name;
8473 	int function(GtkTextBuffer* buffer, GtkTextIter* iter, int interactive, int defaultEditable) c_gtk_text_buffer_backspace;
8474 	void function(GtkTextBuffer* buffer) c_gtk_text_buffer_begin_user_action;
8475 	void function(GtkTextBuffer* buffer, GtkClipboard* clipboard) c_gtk_text_buffer_copy_clipboard;
8476 	GtkTextChildAnchor* function(GtkTextBuffer* buffer, GtkTextIter* iter) c_gtk_text_buffer_create_child_anchor;
8477 	GtkTextMark* function(GtkTextBuffer* buffer, const(char)* markName, GtkTextIter* where, int leftGravity) c_gtk_text_buffer_create_mark;
8478 	GtkTextTag* function(GtkTextBuffer* buffer, const(char)* tagName, const(char)* firstPropertyName, ... ) c_gtk_text_buffer_create_tag;
8479 	void function(GtkTextBuffer* buffer, GtkClipboard* clipboard, int defaultEditable) c_gtk_text_buffer_cut_clipboard;
8480 	void function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_delete;
8481 	int function(GtkTextBuffer* buffer, GtkTextIter* startIter, GtkTextIter* endIter, int defaultEditable) c_gtk_text_buffer_delete_interactive;
8482 	void function(GtkTextBuffer* buffer, GtkTextMark* mark) c_gtk_text_buffer_delete_mark;
8483 	void function(GtkTextBuffer* buffer, const(char)* name) c_gtk_text_buffer_delete_mark_by_name;
8484 	int function(GtkTextBuffer* buffer, int interactive, int defaultEditable) c_gtk_text_buffer_delete_selection;
8485 	int function(GtkTextBuffer* registerBuffer, GtkTextBuffer* contentBuffer, GdkAtom format, GtkTextIter* iter, ubyte* data, size_t length, GError** err) c_gtk_text_buffer_deserialize;
8486 	int function(GtkTextBuffer* buffer, GdkAtom format) c_gtk_text_buffer_deserialize_get_can_create_tags;
8487 	void function(GtkTextBuffer* buffer, GdkAtom format, int canCreateTags) c_gtk_text_buffer_deserialize_set_can_create_tags;
8488 	void function(GtkTextBuffer* buffer) c_gtk_text_buffer_end_user_action;
8489 	void function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_get_bounds;
8490 	int function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_char_count;
8491 	GtkTargetList* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_copy_target_list;
8492 	GdkAtom* function(GtkTextBuffer* buffer, int* nFormats) c_gtk_text_buffer_get_deserialize_formats;
8493 	void function(GtkTextBuffer* buffer, GtkTextIter* iter) c_gtk_text_buffer_get_end_iter;
8494 	int function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_has_selection;
8495 	GtkTextMark* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_insert;
8496 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextChildAnchor* anchor) c_gtk_text_buffer_get_iter_at_child_anchor;
8497 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, int lineNumber) c_gtk_text_buffer_get_iter_at_line;
8498 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, int lineNumber, int byteIndex) c_gtk_text_buffer_get_iter_at_line_index;
8499 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, int lineNumber, int charOffset) c_gtk_text_buffer_get_iter_at_line_offset;
8500 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextMark* mark) c_gtk_text_buffer_get_iter_at_mark;
8501 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, int charOffset) c_gtk_text_buffer_get_iter_at_offset;
8502 	int function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_line_count;
8503 	GtkTextMark* function(GtkTextBuffer* buffer, const(char)* name) c_gtk_text_buffer_get_mark;
8504 	int function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_modified;
8505 	GtkTargetList* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_paste_target_list;
8506 	GtkTextMark* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_selection_bound;
8507 	int function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_get_selection_bounds;
8508 	GdkAtom* function(GtkTextBuffer* buffer, int* nFormats) c_gtk_text_buffer_get_serialize_formats;
8509 	char* function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end, int includeHiddenChars) c_gtk_text_buffer_get_slice;
8510 	void function(GtkTextBuffer* buffer, GtkTextIter* iter) c_gtk_text_buffer_get_start_iter;
8511 	GtkTextTagTable* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_tag_table;
8512 	char* function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end, int includeHiddenChars) c_gtk_text_buffer_get_text;
8513 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, const(char)* text, int len) c_gtk_text_buffer_insert;
8514 	void function(GtkTextBuffer* buffer, const(char)* text, int len) c_gtk_text_buffer_insert_at_cursor;
8515 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextChildAnchor* anchor) c_gtk_text_buffer_insert_child_anchor;
8516 	int function(GtkTextBuffer* buffer, GtkTextIter* iter, const(char)* text, int len, int defaultEditable) c_gtk_text_buffer_insert_interactive;
8517 	int function(GtkTextBuffer* buffer, const(char)* text, int len, int defaultEditable) c_gtk_text_buffer_insert_interactive_at_cursor;
8518 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, GdkPixbuf* pixbuf) c_gtk_text_buffer_insert_pixbuf;
8519 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_insert_range;
8520 	int function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextIter* start, GtkTextIter* end, int defaultEditable) c_gtk_text_buffer_insert_range_interactive;
8521 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, const(char)* text, int len, GtkTextTag* firstTag, ... ) c_gtk_text_buffer_insert_with_tags;
8522 	void function(GtkTextBuffer* buffer, GtkTextIter* iter, const(char)* text, int len, const(char)* firstTagName, ... ) c_gtk_text_buffer_insert_with_tags_by_name;
8523 	void function(GtkTextBuffer* buffer, GtkTextMark* mark, GtkTextIter* where) c_gtk_text_buffer_move_mark;
8524 	void function(GtkTextBuffer* buffer, const(char)* name, GtkTextIter* where) c_gtk_text_buffer_move_mark_by_name;
8525 	void function(GtkTextBuffer* buffer, GtkClipboard* clipboard, GtkTextIter* overrideLocation, int defaultEditable) c_gtk_text_buffer_paste_clipboard;
8526 	void function(GtkTextBuffer* buffer, GtkTextIter* where) c_gtk_text_buffer_place_cursor;
8527 	GdkAtom function(GtkTextBuffer* buffer, const(char)* mimeType, GtkTextBufferDeserializeFunc funct, void* userData, GDestroyNotify userDataDestroy) c_gtk_text_buffer_register_deserialize_format;
8528 	GdkAtom function(GtkTextBuffer* buffer, const(char)* tagsetName) c_gtk_text_buffer_register_deserialize_tagset;
8529 	GdkAtom function(GtkTextBuffer* buffer, const(char)* mimeType, GtkTextBufferSerializeFunc funct, void* userData, GDestroyNotify userDataDestroy) c_gtk_text_buffer_register_serialize_format;
8530 	GdkAtom function(GtkTextBuffer* buffer, const(char)* tagsetName) c_gtk_text_buffer_register_serialize_tagset;
8531 	void function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_remove_all_tags;
8532 	void function(GtkTextBuffer* buffer, GtkClipboard* clipboard) c_gtk_text_buffer_remove_selection_clipboard;
8533 	void function(GtkTextBuffer* buffer, GtkTextTag* tag, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_remove_tag;
8534 	void function(GtkTextBuffer* buffer, const(char)* name, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_remove_tag_by_name;
8535 	void function(GtkTextBuffer* buffer, GtkTextIter* ins, GtkTextIter* bound) c_gtk_text_buffer_select_range;
8536 	ubyte* function(GtkTextBuffer* registerBuffer, GtkTextBuffer* contentBuffer, GdkAtom format, GtkTextIter* start, GtkTextIter* end, size_t* length) c_gtk_text_buffer_serialize;
8537 	void function(GtkTextBuffer* buffer, int setting) c_gtk_text_buffer_set_modified;
8538 	void function(GtkTextBuffer* buffer, const(char)* text, int len) c_gtk_text_buffer_set_text;
8539 	void function(GtkTextBuffer* buffer, GdkAtom format) c_gtk_text_buffer_unregister_deserialize_format;
8540 	void function(GtkTextBuffer* buffer, GdkAtom format) c_gtk_text_buffer_unregister_serialize_format;
8541 
8542 	// gtk.TextCellAccessible
8543 
8544 	GType function() c_gtk_text_cell_accessible_get_type;
8545 
8546 	// gtk.TextChildAnchor
8547 
8548 	GType function() c_gtk_text_child_anchor_get_type;
8549 	GtkTextChildAnchor* function() c_gtk_text_child_anchor_new;
8550 	int function(GtkTextChildAnchor* anchor) c_gtk_text_child_anchor_get_deleted;
8551 	GList* function(GtkTextChildAnchor* anchor) c_gtk_text_child_anchor_get_widgets;
8552 
8553 	// gtk.TextIter
8554 
8555 	GType function() c_gtk_text_iter_get_type;
8556 	void function(GtkTextIter* iter, GtkTextIter* other) c_gtk_text_iter_assign;
8557 	int function(GtkTextIter* iter) c_gtk_text_iter_backward_char;
8558 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_backward_chars;
8559 	int function(GtkTextIter* iter) c_gtk_text_iter_backward_cursor_position;
8560 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_backward_cursor_positions;
8561 	int function(GtkTextIter* iter, GtkTextCharPredicate pred, void* userData, GtkTextIter* limit) c_gtk_text_iter_backward_find_char;
8562 	int function(GtkTextIter* iter) c_gtk_text_iter_backward_line;
8563 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_backward_lines;
8564 	int function(GtkTextIter* iter, const(char)* str, GtkTextSearchFlags flags, GtkTextIter* matchStart, GtkTextIter* matchEnd, GtkTextIter* limit) c_gtk_text_iter_backward_search;
8565 	int function(GtkTextIter* iter) c_gtk_text_iter_backward_sentence_start;
8566 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_backward_sentence_starts;
8567 	int function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_backward_to_tag_toggle;
8568 	int function(GtkTextIter* iter) c_gtk_text_iter_backward_visible_cursor_position;
8569 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_backward_visible_cursor_positions;
8570 	int function(GtkTextIter* iter) c_gtk_text_iter_backward_visible_line;
8571 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_backward_visible_lines;
8572 	int function(GtkTextIter* iter) c_gtk_text_iter_backward_visible_word_start;
8573 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_backward_visible_word_starts;
8574 	int function(GtkTextIter* iter) c_gtk_text_iter_backward_word_start;
8575 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_backward_word_starts;
8576 	int function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_begins_tag;
8577 	int function(GtkTextIter* iter, int defaultEditability) c_gtk_text_iter_can_insert;
8578 	int function(GtkTextIter* lhs, GtkTextIter* rhs) c_gtk_text_iter_compare;
8579 	GtkTextIter* function(GtkTextIter* iter) c_gtk_text_iter_copy;
8580 	int function(GtkTextIter* iter, int defaultSetting) c_gtk_text_iter_editable;
8581 	int function(GtkTextIter* iter) c_gtk_text_iter_ends_line;
8582 	int function(GtkTextIter* iter) c_gtk_text_iter_ends_sentence;
8583 	int function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_ends_tag;
8584 	int function(GtkTextIter* iter) c_gtk_text_iter_ends_word;
8585 	int function(GtkTextIter* lhs, GtkTextIter* rhs) c_gtk_text_iter_equal;
8586 	int function(GtkTextIter* iter) c_gtk_text_iter_forward_char;
8587 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_forward_chars;
8588 	int function(GtkTextIter* iter) c_gtk_text_iter_forward_cursor_position;
8589 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_forward_cursor_positions;
8590 	int function(GtkTextIter* iter, GtkTextCharPredicate pred, void* userData, GtkTextIter* limit) c_gtk_text_iter_forward_find_char;
8591 	int function(GtkTextIter* iter) c_gtk_text_iter_forward_line;
8592 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_forward_lines;
8593 	int function(GtkTextIter* iter, const(char)* str, GtkTextSearchFlags flags, GtkTextIter* matchStart, GtkTextIter* matchEnd, GtkTextIter* limit) c_gtk_text_iter_forward_search;
8594 	int function(GtkTextIter* iter) c_gtk_text_iter_forward_sentence_end;
8595 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_forward_sentence_ends;
8596 	void function(GtkTextIter* iter) c_gtk_text_iter_forward_to_end;
8597 	int function(GtkTextIter* iter) c_gtk_text_iter_forward_to_line_end;
8598 	int function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_forward_to_tag_toggle;
8599 	int function(GtkTextIter* iter) c_gtk_text_iter_forward_visible_cursor_position;
8600 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_forward_visible_cursor_positions;
8601 	int function(GtkTextIter* iter) c_gtk_text_iter_forward_visible_line;
8602 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_forward_visible_lines;
8603 	int function(GtkTextIter* iter) c_gtk_text_iter_forward_visible_word_end;
8604 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_forward_visible_word_ends;
8605 	int function(GtkTextIter* iter) c_gtk_text_iter_forward_word_end;
8606 	int function(GtkTextIter* iter, int count) c_gtk_text_iter_forward_word_ends;
8607 	void function(GtkTextIter* iter) c_gtk_text_iter_free;
8608 	int function(GtkTextIter* iter, GtkTextAttributes* values) c_gtk_text_iter_get_attributes;
8609 	GtkTextBuffer* function(GtkTextIter* iter) c_gtk_text_iter_get_buffer;
8610 	int function(GtkTextIter* iter) c_gtk_text_iter_get_bytes_in_line;
8611 	dchar function(GtkTextIter* iter) c_gtk_text_iter_get_char;
8612 	int function(GtkTextIter* iter) c_gtk_text_iter_get_chars_in_line;
8613 	GtkTextChildAnchor* function(GtkTextIter* iter) c_gtk_text_iter_get_child_anchor;
8614 	PangoLanguage* function(GtkTextIter* iter) c_gtk_text_iter_get_language;
8615 	int function(GtkTextIter* iter) c_gtk_text_iter_get_line;
8616 	int function(GtkTextIter* iter) c_gtk_text_iter_get_line_index;
8617 	int function(GtkTextIter* iter) c_gtk_text_iter_get_line_offset;
8618 	GSList* function(GtkTextIter* iter) c_gtk_text_iter_get_marks;
8619 	int function(GtkTextIter* iter) c_gtk_text_iter_get_offset;
8620 	GdkPixbuf* function(GtkTextIter* iter) c_gtk_text_iter_get_pixbuf;
8621 	char* function(GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_get_slice;
8622 	GSList* function(GtkTextIter* iter) c_gtk_text_iter_get_tags;
8623 	char* function(GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_get_text;
8624 	GSList* function(GtkTextIter* iter, int toggledOn) c_gtk_text_iter_get_toggled_tags;
8625 	int function(GtkTextIter* iter) c_gtk_text_iter_get_visible_line_index;
8626 	int function(GtkTextIter* iter) c_gtk_text_iter_get_visible_line_offset;
8627 	char* function(GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_get_visible_slice;
8628 	char* function(GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_get_visible_text;
8629 	int function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_has_tag;
8630 	int function(GtkTextIter* iter, GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_in_range;
8631 	int function(GtkTextIter* iter) c_gtk_text_iter_inside_sentence;
8632 	int function(GtkTextIter* iter) c_gtk_text_iter_inside_word;
8633 	int function(GtkTextIter* iter) c_gtk_text_iter_is_cursor_position;
8634 	int function(GtkTextIter* iter) c_gtk_text_iter_is_end;
8635 	int function(GtkTextIter* iter) c_gtk_text_iter_is_start;
8636 	void function(GtkTextIter* first, GtkTextIter* second) c_gtk_text_iter_order;
8637 	void function(GtkTextIter* iter, int lineNumber) c_gtk_text_iter_set_line;
8638 	void function(GtkTextIter* iter, int byteOnLine) c_gtk_text_iter_set_line_index;
8639 	void function(GtkTextIter* iter, int charOnLine) c_gtk_text_iter_set_line_offset;
8640 	void function(GtkTextIter* iter, int charOffset) c_gtk_text_iter_set_offset;
8641 	void function(GtkTextIter* iter, int byteOnLine) c_gtk_text_iter_set_visible_line_index;
8642 	void function(GtkTextIter* iter, int charOnLine) c_gtk_text_iter_set_visible_line_offset;
8643 	int function(GtkTextIter* iter) c_gtk_text_iter_starts_line;
8644 	int function(GtkTextIter* iter) c_gtk_text_iter_starts_sentence;
8645 	int function(GtkTextIter* iter) c_gtk_text_iter_starts_word;
8646 	int function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_toggles_tag;
8647 
8648 	// gtk.TextMark
8649 
8650 	GType function() c_gtk_text_mark_get_type;
8651 	GtkTextMark* function(const(char)* name, int leftGravity) c_gtk_text_mark_new;
8652 	GtkTextBuffer* function(GtkTextMark* mark) c_gtk_text_mark_get_buffer;
8653 	int function(GtkTextMark* mark) c_gtk_text_mark_get_deleted;
8654 	int function(GtkTextMark* mark) c_gtk_text_mark_get_left_gravity;
8655 	const(char)* function(GtkTextMark* mark) c_gtk_text_mark_get_name;
8656 	int function(GtkTextMark* mark) c_gtk_text_mark_get_visible;
8657 	void function(GtkTextMark* mark, int setting) c_gtk_text_mark_set_visible;
8658 
8659 	// gtk.TextTag
8660 
8661 	GType function() c_gtk_text_tag_get_type;
8662 	GtkTextTag* function(const(char)* name) c_gtk_text_tag_new;
8663 	int function(GtkTextTag* tag, GObject* eventObject, GdkEvent* event, GtkTextIter* iter) c_gtk_text_tag_event;
8664 	int function(GtkTextTag* tag) c_gtk_text_tag_get_priority;
8665 	void function(GtkTextTag* tag, int priority) c_gtk_text_tag_set_priority;
8666 
8667 	// gtk.TextTagTable
8668 
8669 	GType function() c_gtk_text_tag_table_get_type;
8670 	GtkTextTagTable* function() c_gtk_text_tag_table_new;
8671 	int function(GtkTextTagTable* table, GtkTextTag* tag) c_gtk_text_tag_table_add;
8672 	void function(GtkTextTagTable* table, GtkTextTagTableForeach func, void* data) c_gtk_text_tag_table_foreach;
8673 	int function(GtkTextTagTable* table) c_gtk_text_tag_table_get_size;
8674 	GtkTextTag* function(GtkTextTagTable* table, const(char)* name) c_gtk_text_tag_table_lookup;
8675 	void function(GtkTextTagTable* table, GtkTextTag* tag) c_gtk_text_tag_table_remove;
8676 
8677 	// gtk.TextView
8678 
8679 	GType function() c_gtk_text_view_get_type;
8680 	GtkWidget* function() c_gtk_text_view_new;
8681 	GtkWidget* function(GtkTextBuffer* buffer) c_gtk_text_view_new_with_buffer;
8682 	void function(GtkTextView* textView, GtkWidget* child, GtkTextChildAnchor* anchor) c_gtk_text_view_add_child_at_anchor;
8683 	void function(GtkTextView* textView, GtkWidget* child, GtkTextWindowType whichWindow, int xpos, int ypos) c_gtk_text_view_add_child_in_window;
8684 	int function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_backward_display_line;
8685 	int function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_backward_display_line_start;
8686 	void function(GtkTextView* textView, GtkTextWindowType win, int bufferX, int bufferY, int* windowX, int* windowY) c_gtk_text_view_buffer_to_window_coords;
8687 	int function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_forward_display_line;
8688 	int function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_forward_display_line_end;
8689 	int function(GtkTextView* textView) c_gtk_text_view_get_accepts_tab;
8690 	int function(GtkTextView* textView, GtkTextWindowType type) c_gtk_text_view_get_border_window_size;
8691 	GtkTextBuffer* function(GtkTextView* textView) c_gtk_text_view_get_buffer;
8692 	void function(GtkTextView* textView, GtkTextIter* iter, GdkRectangle* strong, GdkRectangle* weak) c_gtk_text_view_get_cursor_locations;
8693 	int function(GtkTextView* textView) c_gtk_text_view_get_cursor_visible;
8694 	GtkTextAttributes* function(GtkTextView* textView) c_gtk_text_view_get_default_attributes;
8695 	int function(GtkTextView* textView) c_gtk_text_view_get_editable;
8696 	GtkAdjustment* function(GtkTextView* textView) c_gtk_text_view_get_hadjustment;
8697 	int function(GtkTextView* textView) c_gtk_text_view_get_indent;
8698 	GtkInputHints function(GtkTextView* textView) c_gtk_text_view_get_input_hints;
8699 	GtkInputPurpose function(GtkTextView* textView) c_gtk_text_view_get_input_purpose;
8700 	void function(GtkTextView* textView, GtkTextIter* iter, int x, int y) c_gtk_text_view_get_iter_at_location;
8701 	void function(GtkTextView* textView, GtkTextIter* iter, int* trailing, int x, int y) c_gtk_text_view_get_iter_at_position;
8702 	void function(GtkTextView* textView, GtkTextIter* iter, GdkRectangle* location) c_gtk_text_view_get_iter_location;
8703 	GtkJustification function(GtkTextView* textView) c_gtk_text_view_get_justification;
8704 	int function(GtkTextView* textView) c_gtk_text_view_get_left_margin;
8705 	void function(GtkTextView* textView, GtkTextIter* targetIter, int y, int* lineTop) c_gtk_text_view_get_line_at_y;
8706 	void function(GtkTextView* textView, GtkTextIter* iter, int* y, int* height) c_gtk_text_view_get_line_yrange;
8707 	int function(GtkTextView* textView) c_gtk_text_view_get_overwrite;
8708 	int function(GtkTextView* textView) c_gtk_text_view_get_pixels_above_lines;
8709 	int function(GtkTextView* textView) c_gtk_text_view_get_pixels_below_lines;
8710 	int function(GtkTextView* textView) c_gtk_text_view_get_pixels_inside_wrap;
8711 	int function(GtkTextView* textView) c_gtk_text_view_get_right_margin;
8712 	PangoTabArray* function(GtkTextView* textView) c_gtk_text_view_get_tabs;
8713 	GtkAdjustment* function(GtkTextView* textView) c_gtk_text_view_get_vadjustment;
8714 	void function(GtkTextView* textView, GdkRectangle* visibleRect) c_gtk_text_view_get_visible_rect;
8715 	GdkWindow* function(GtkTextView* textView, GtkTextWindowType win) c_gtk_text_view_get_window;
8716 	GtkTextWindowType function(GtkTextView* textView, GdkWindow* window) c_gtk_text_view_get_window_type;
8717 	GtkWrapMode function(GtkTextView* textView) c_gtk_text_view_get_wrap_mode;
8718 	int function(GtkTextView* textView, GdkEventKey* event) c_gtk_text_view_im_context_filter_keypress;
8719 	void function(GtkTextView* textView, GtkWidget* child, int xpos, int ypos) c_gtk_text_view_move_child;
8720 	int function(GtkTextView* textView, GtkTextMark* mark) c_gtk_text_view_move_mark_onscreen;
8721 	int function(GtkTextView* textView, GtkTextIter* iter, int count) c_gtk_text_view_move_visually;
8722 	int function(GtkTextView* textView) c_gtk_text_view_place_cursor_onscreen;
8723 	void function(GtkTextView* textView) c_gtk_text_view_reset_im_context;
8724 	void function(GtkTextView* textView, GtkTextMark* mark) c_gtk_text_view_scroll_mark_onscreen;
8725 	int function(GtkTextView* textView, GtkTextIter* iter, double withinMargin, int useAlign, double xalign, double yalign) c_gtk_text_view_scroll_to_iter;
8726 	void function(GtkTextView* textView, GtkTextMark* mark, double withinMargin, int useAlign, double xalign, double yalign) c_gtk_text_view_scroll_to_mark;
8727 	void function(GtkTextView* textView, int acceptsTab) c_gtk_text_view_set_accepts_tab;
8728 	void function(GtkTextView* textView, GtkTextWindowType type, int size) c_gtk_text_view_set_border_window_size;
8729 	void function(GtkTextView* textView, GtkTextBuffer* buffer) c_gtk_text_view_set_buffer;
8730 	void function(GtkTextView* textView, int setting) c_gtk_text_view_set_cursor_visible;
8731 	void function(GtkTextView* textView, int setting) c_gtk_text_view_set_editable;
8732 	void function(GtkTextView* textView, int indent) c_gtk_text_view_set_indent;
8733 	void function(GtkTextView* textView, GtkInputHints hints) c_gtk_text_view_set_input_hints;
8734 	void function(GtkTextView* textView, GtkInputPurpose purpose) c_gtk_text_view_set_input_purpose;
8735 	void function(GtkTextView* textView, GtkJustification justification) c_gtk_text_view_set_justification;
8736 	void function(GtkTextView* textView, int leftMargin) c_gtk_text_view_set_left_margin;
8737 	void function(GtkTextView* textView, int overwrite) c_gtk_text_view_set_overwrite;
8738 	void function(GtkTextView* textView, int pixelsAboveLines) c_gtk_text_view_set_pixels_above_lines;
8739 	void function(GtkTextView* textView, int pixelsBelowLines) c_gtk_text_view_set_pixels_below_lines;
8740 	void function(GtkTextView* textView, int pixelsInsideWrap) c_gtk_text_view_set_pixels_inside_wrap;
8741 	void function(GtkTextView* textView, int rightMargin) c_gtk_text_view_set_right_margin;
8742 	void function(GtkTextView* textView, PangoTabArray* tabs) c_gtk_text_view_set_tabs;
8743 	void function(GtkTextView* textView, GtkWrapMode wrapMode) c_gtk_text_view_set_wrap_mode;
8744 	int function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_starts_display_line;
8745 	void function(GtkTextView* textView, GtkTextWindowType win, int windowX, int windowY, int* bufferX, int* bufferY) c_gtk_text_view_window_to_buffer_coords;
8746 
8747 	// gtk.TextViewAccessible
8748 
8749 	GType function() c_gtk_text_view_accessible_get_type;
8750 
8751 	// gtk.ThemingEngine
8752 
8753 	GType function() c_gtk_theming_engine_get_type;
8754 	GtkThemingEngine* function(const(char)* name) c_gtk_theming_engine_load;
8755 	void function(const(char)* nameSpace, GtkStylePropertyParser parseFunc, GParamSpec* pspec) c_gtk_theming_engine_register_property;
8756 	void function(GtkThemingEngine* engine, GtkStateFlags state, ... ) c_gtk_theming_engine_get;
8757 	void function(GtkThemingEngine* engine, GtkStateFlags state, GdkRGBA* color) c_gtk_theming_engine_get_background_color;
8758 	void function(GtkThemingEngine* engine, GtkStateFlags state, GtkBorder* border) c_gtk_theming_engine_get_border;
8759 	void function(GtkThemingEngine* engine, GtkStateFlags state, GdkRGBA* color) c_gtk_theming_engine_get_border_color;
8760 	void function(GtkThemingEngine* engine, GtkStateFlags state, GdkRGBA* color) c_gtk_theming_engine_get_color;
8761 	GtkTextDirection function(GtkThemingEngine* engine) c_gtk_theming_engine_get_direction;
8762 	PangoFontDescription* function(GtkThemingEngine* engine, GtkStateFlags state) c_gtk_theming_engine_get_font;
8763 	GtkJunctionSides function(GtkThemingEngine* engine) c_gtk_theming_engine_get_junction_sides;
8764 	void function(GtkThemingEngine* engine, GtkStateFlags state, GtkBorder* margin) c_gtk_theming_engine_get_margin;
8765 	void function(GtkThemingEngine* engine, GtkStateFlags state, GtkBorder* padding) c_gtk_theming_engine_get_padding;
8766 	GtkWidgetPath* function(GtkThemingEngine* engine) c_gtk_theming_engine_get_path;
8767 	void function(GtkThemingEngine* engine, const(char)* property, GtkStateFlags state, GValue* value) c_gtk_theming_engine_get_property;
8768 	GdkScreen* function(GtkThemingEngine* engine) c_gtk_theming_engine_get_screen;
8769 	GtkStateFlags function(GtkThemingEngine* engine) c_gtk_theming_engine_get_state;
8770 	void function(GtkThemingEngine* engine, ... ) c_gtk_theming_engine_get_style;
8771 	void function(GtkThemingEngine* engine, const(char)* propertyName, GValue* value) c_gtk_theming_engine_get_style_property;
8772 	void function(GtkThemingEngine* engine, void* args) c_gtk_theming_engine_get_style_valist;
8773 	void function(GtkThemingEngine* engine, GtkStateFlags state, void* args) c_gtk_theming_engine_get_valist;
8774 	int function(GtkThemingEngine* engine, const(char)* styleClass) c_gtk_theming_engine_has_class;
8775 	int function(GtkThemingEngine* engine, const(char)* styleRegion, GtkRegionFlags* flags) c_gtk_theming_engine_has_region;
8776 	int function(GtkThemingEngine* engine, const(char)* colorName, GdkRGBA* color) c_gtk_theming_engine_lookup_color;
8777 	int function(GtkThemingEngine* engine, GtkStateType state, double* progress) c_gtk_theming_engine_state_is_running;
8778 
8779 	// gtk.ToggleAction
8780 
8781 	GType function() c_gtk_toggle_action_get_type;
8782 	GtkToggleAction* function(const(char)* name, const(char)* label, const(char)* tooltip, const(char)* stockId) c_gtk_toggle_action_new;
8783 	int function(GtkToggleAction* action) c_gtk_toggle_action_get_active;
8784 	int function(GtkToggleAction* action) c_gtk_toggle_action_get_draw_as_radio;
8785 	void function(GtkToggleAction* action, int isActive) c_gtk_toggle_action_set_active;
8786 	void function(GtkToggleAction* action, int drawAsRadio) c_gtk_toggle_action_set_draw_as_radio;
8787 	void function(GtkToggleAction* action) c_gtk_toggle_action_toggled;
8788 
8789 	// gtk.ToggleButton
8790 
8791 	GType function() c_gtk_toggle_button_get_type;
8792 	GtkWidget* function() c_gtk_toggle_button_new;
8793 	GtkWidget* function(const(char)* label) c_gtk_toggle_button_new_with_label;
8794 	GtkWidget* function(const(char)* label) c_gtk_toggle_button_new_with_mnemonic;
8795 	int function(GtkToggleButton* toggleButton) c_gtk_toggle_button_get_active;
8796 	int function(GtkToggleButton* toggleButton) c_gtk_toggle_button_get_inconsistent;
8797 	int function(GtkToggleButton* toggleButton) c_gtk_toggle_button_get_mode;
8798 	void function(GtkToggleButton* toggleButton, int isActive) c_gtk_toggle_button_set_active;
8799 	void function(GtkToggleButton* toggleButton, int setting) c_gtk_toggle_button_set_inconsistent;
8800 	void function(GtkToggleButton* toggleButton, int drawIndicator) c_gtk_toggle_button_set_mode;
8801 	void function(GtkToggleButton* toggleButton) c_gtk_toggle_button_toggled;
8802 
8803 	// gtk.ToggleButtonAccessible
8804 
8805 	GType function() c_gtk_toggle_button_accessible_get_type;
8806 
8807 	// gtk.ToggleToolButton
8808 
8809 	GType function() c_gtk_toggle_tool_button_get_type;
8810 	GtkToolItem* function() c_gtk_toggle_tool_button_new;
8811 	GtkToolItem* function(const(char)* stockId) c_gtk_toggle_tool_button_new_from_stock;
8812 	int function(GtkToggleToolButton* button) c_gtk_toggle_tool_button_get_active;
8813 	void function(GtkToggleToolButton* button, int isActive) c_gtk_toggle_tool_button_set_active;
8814 
8815 	// gtk.ToolButton
8816 
8817 	GType function() c_gtk_tool_button_get_type;
8818 	GtkToolItem* function(GtkWidget* iconWidget, const(char)* label) c_gtk_tool_button_new;
8819 	GtkToolItem* function(const(char)* stockId) c_gtk_tool_button_new_from_stock;
8820 	const(char)* function(GtkToolButton* button) c_gtk_tool_button_get_icon_name;
8821 	GtkWidget* function(GtkToolButton* button) c_gtk_tool_button_get_icon_widget;
8822 	const(char)* function(GtkToolButton* button) c_gtk_tool_button_get_label;
8823 	GtkWidget* function(GtkToolButton* button) c_gtk_tool_button_get_label_widget;
8824 	const(char)* function(GtkToolButton* button) c_gtk_tool_button_get_stock_id;
8825 	int function(GtkToolButton* button) c_gtk_tool_button_get_use_underline;
8826 	void function(GtkToolButton* button, const(char)* iconName) c_gtk_tool_button_set_icon_name;
8827 	void function(GtkToolButton* button, GtkWidget* iconWidget) c_gtk_tool_button_set_icon_widget;
8828 	void function(GtkToolButton* button, const(char)* label) c_gtk_tool_button_set_label;
8829 	void function(GtkToolButton* button, GtkWidget* labelWidget) c_gtk_tool_button_set_label_widget;
8830 	void function(GtkToolButton* button, const(char)* stockId) c_gtk_tool_button_set_stock_id;
8831 	void function(GtkToolButton* button, int useUnderline) c_gtk_tool_button_set_use_underline;
8832 
8833 	// gtk.ToolItem
8834 
8835 	GType function() c_gtk_tool_item_get_type;
8836 	GtkToolItem* function() c_gtk_tool_item_new;
8837 	PangoEllipsizeMode function(GtkToolItem* toolItem) c_gtk_tool_item_get_ellipsize_mode;
8838 	int function(GtkToolItem* toolItem) c_gtk_tool_item_get_expand;
8839 	int function(GtkToolItem* toolItem) c_gtk_tool_item_get_homogeneous;
8840 	GtkIconSize function(GtkToolItem* toolItem) c_gtk_tool_item_get_icon_size;
8841 	int function(GtkToolItem* toolItem) c_gtk_tool_item_get_is_important;
8842 	GtkOrientation function(GtkToolItem* toolItem) c_gtk_tool_item_get_orientation;
8843 	GtkWidget* function(GtkToolItem* toolItem, const(char)* menuItemId) c_gtk_tool_item_get_proxy_menu_item;
8844 	GtkReliefStyle function(GtkToolItem* toolItem) c_gtk_tool_item_get_relief_style;
8845 	float function(GtkToolItem* toolItem) c_gtk_tool_item_get_text_alignment;
8846 	GtkOrientation function(GtkToolItem* toolItem) c_gtk_tool_item_get_text_orientation;
8847 	GtkSizeGroup* function(GtkToolItem* toolItem) c_gtk_tool_item_get_text_size_group;
8848 	GtkToolbarStyle function(GtkToolItem* toolItem) c_gtk_tool_item_get_toolbar_style;
8849 	int function(GtkToolItem* toolItem) c_gtk_tool_item_get_use_drag_window;
8850 	int function(GtkToolItem* toolItem) c_gtk_tool_item_get_visible_horizontal;
8851 	int function(GtkToolItem* toolItem) c_gtk_tool_item_get_visible_vertical;
8852 	void function(GtkToolItem* toolItem) c_gtk_tool_item_rebuild_menu;
8853 	GtkWidget* function(GtkToolItem* toolItem) c_gtk_tool_item_retrieve_proxy_menu_item;
8854 	void function(GtkToolItem* toolItem, int expand) c_gtk_tool_item_set_expand;
8855 	void function(GtkToolItem* toolItem, int homogeneous) c_gtk_tool_item_set_homogeneous;
8856 	void function(GtkToolItem* toolItem, int isImportant) c_gtk_tool_item_set_is_important;
8857 	void function(GtkToolItem* toolItem, const(char)* menuItemId, GtkWidget* menuItem) c_gtk_tool_item_set_proxy_menu_item;
8858 	void function(GtkToolItem* toolItem, const(char)* markup) c_gtk_tool_item_set_tooltip_markup;
8859 	void function(GtkToolItem* toolItem, const(char)* text) c_gtk_tool_item_set_tooltip_text;
8860 	void function(GtkToolItem* toolItem, int useDragWindow) c_gtk_tool_item_set_use_drag_window;
8861 	void function(GtkToolItem* toolItem, int visibleHorizontal) c_gtk_tool_item_set_visible_horizontal;
8862 	void function(GtkToolItem* toolItem, int visibleVertical) c_gtk_tool_item_set_visible_vertical;
8863 	void function(GtkToolItem* toolItem) c_gtk_tool_item_toolbar_reconfigured;
8864 
8865 	// gtk.ToolItemGroup
8866 
8867 	GType function() c_gtk_tool_item_group_get_type;
8868 	GtkWidget* function(const(char)* label) c_gtk_tool_item_group_new;
8869 	int function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_collapsed;
8870 	GtkToolItem* function(GtkToolItemGroup* group, int x, int y) c_gtk_tool_item_group_get_drop_item;
8871 	PangoEllipsizeMode function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_ellipsize;
8872 	GtkReliefStyle function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_header_relief;
8873 	int function(GtkToolItemGroup* group, GtkToolItem* item) c_gtk_tool_item_group_get_item_position;
8874 	const(char)* function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_label;
8875 	GtkWidget* function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_label_widget;
8876 	uint function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_n_items;
8877 	GtkToolItem* function(GtkToolItemGroup* group, uint index) c_gtk_tool_item_group_get_nth_item;
8878 	void function(GtkToolItemGroup* group, GtkToolItem* item, int position) c_gtk_tool_item_group_insert;
8879 	void function(GtkToolItemGroup* group, int collapsed) c_gtk_tool_item_group_set_collapsed;
8880 	void function(GtkToolItemGroup* group, PangoEllipsizeMode ellipsize) c_gtk_tool_item_group_set_ellipsize;
8881 	void function(GtkToolItemGroup* group, GtkReliefStyle style) c_gtk_tool_item_group_set_header_relief;
8882 	void function(GtkToolItemGroup* group, GtkToolItem* item, int position) c_gtk_tool_item_group_set_item_position;
8883 	void function(GtkToolItemGroup* group, const(char)* label) c_gtk_tool_item_group_set_label;
8884 	void function(GtkToolItemGroup* group, GtkWidget* labelWidget) c_gtk_tool_item_group_set_label_widget;
8885 
8886 	// gtk.ToolPalette
8887 
8888 	GType function() c_gtk_tool_palette_get_type;
8889 	GtkWidget* function() c_gtk_tool_palette_new;
8890 	GtkTargetEntry* function() c_gtk_tool_palette_get_drag_target_group;
8891 	GtkTargetEntry* function() c_gtk_tool_palette_get_drag_target_item;
8892 	void function(GtkToolPalette* palette, GtkWidget* widget, GtkDestDefaults flags, GtkToolPaletteDragTargets targets, GdkDragAction actions) c_gtk_tool_palette_add_drag_dest;
8893 	GtkWidget* function(GtkToolPalette* palette, GtkSelectionData* selection) c_gtk_tool_palette_get_drag_item;
8894 	GtkToolItemGroup* function(GtkToolPalette* palette, int x, int y) c_gtk_tool_palette_get_drop_group;
8895 	GtkToolItem* function(GtkToolPalette* palette, int x, int y) c_gtk_tool_palette_get_drop_item;
8896 	int function(GtkToolPalette* palette, GtkToolItemGroup* group) c_gtk_tool_palette_get_exclusive;
8897 	int function(GtkToolPalette* palette, GtkToolItemGroup* group) c_gtk_tool_palette_get_expand;
8898 	int function(GtkToolPalette* palette, GtkToolItemGroup* group) c_gtk_tool_palette_get_group_position;
8899 	GtkAdjustment* function(GtkToolPalette* palette) c_gtk_tool_palette_get_hadjustment;
8900 	GtkIconSize function(GtkToolPalette* palette) c_gtk_tool_palette_get_icon_size;
8901 	GtkToolbarStyle function(GtkToolPalette* palette) c_gtk_tool_palette_get_style;
8902 	GtkAdjustment* function(GtkToolPalette* palette) c_gtk_tool_palette_get_vadjustment;
8903 	void function(GtkToolPalette* palette, GtkToolPaletteDragTargets targets) c_gtk_tool_palette_set_drag_source;
8904 	void function(GtkToolPalette* palette, GtkToolItemGroup* group, int exclusive) c_gtk_tool_palette_set_exclusive;
8905 	void function(GtkToolPalette* palette, GtkToolItemGroup* group, int expand) c_gtk_tool_palette_set_expand;
8906 	void function(GtkToolPalette* palette, GtkToolItemGroup* group, int position) c_gtk_tool_palette_set_group_position;
8907 	void function(GtkToolPalette* palette, GtkIconSize iconSize) c_gtk_tool_palette_set_icon_size;
8908 	void function(GtkToolPalette* palette, GtkToolbarStyle style) c_gtk_tool_palette_set_style;
8909 	void function(GtkToolPalette* palette) c_gtk_tool_palette_unset_icon_size;
8910 	void function(GtkToolPalette* palette) c_gtk_tool_palette_unset_style;
8911 
8912 	// gtk.ToolShell
8913 
8914 	GType function() c_gtk_tool_shell_get_type;
8915 	PangoEllipsizeMode function(GtkToolShell* shell) c_gtk_tool_shell_get_ellipsize_mode;
8916 	GtkIconSize function(GtkToolShell* shell) c_gtk_tool_shell_get_icon_size;
8917 	GtkOrientation function(GtkToolShell* shell) c_gtk_tool_shell_get_orientation;
8918 	GtkReliefStyle function(GtkToolShell* shell) c_gtk_tool_shell_get_relief_style;
8919 	GtkToolbarStyle function(GtkToolShell* shell) c_gtk_tool_shell_get_style;
8920 	float function(GtkToolShell* shell) c_gtk_tool_shell_get_text_alignment;
8921 	GtkOrientation function(GtkToolShell* shell) c_gtk_tool_shell_get_text_orientation;
8922 	GtkSizeGroup* function(GtkToolShell* shell) c_gtk_tool_shell_get_text_size_group;
8923 	void function(GtkToolShell* shell) c_gtk_tool_shell_rebuild_menu;
8924 
8925 	// gtk.Toolbar
8926 
8927 	GType function() c_gtk_toolbar_get_type;
8928 	GtkWidget* function() c_gtk_toolbar_new;
8929 	int function(GtkToolbar* toolbar, int x, int y) c_gtk_toolbar_get_drop_index;
8930 	GtkIconSize function(GtkToolbar* toolbar) c_gtk_toolbar_get_icon_size;
8931 	int function(GtkToolbar* toolbar, GtkToolItem* item) c_gtk_toolbar_get_item_index;
8932 	int function(GtkToolbar* toolbar) c_gtk_toolbar_get_n_items;
8933 	GtkToolItem* function(GtkToolbar* toolbar, int n) c_gtk_toolbar_get_nth_item;
8934 	GtkReliefStyle function(GtkToolbar* toolbar) c_gtk_toolbar_get_relief_style;
8935 	int function(GtkToolbar* toolbar) c_gtk_toolbar_get_show_arrow;
8936 	GtkToolbarStyle function(GtkToolbar* toolbar) c_gtk_toolbar_get_style;
8937 	void function(GtkToolbar* toolbar, GtkToolItem* item, int pos) c_gtk_toolbar_insert;
8938 	void function(GtkToolbar* toolbar, GtkToolItem* toolItem, int index) c_gtk_toolbar_set_drop_highlight_item;
8939 	void function(GtkToolbar* toolbar, GtkIconSize iconSize) c_gtk_toolbar_set_icon_size;
8940 	void function(GtkToolbar* toolbar, int showArrow) c_gtk_toolbar_set_show_arrow;
8941 	void function(GtkToolbar* toolbar, GtkToolbarStyle style) c_gtk_toolbar_set_style;
8942 	void function(GtkToolbar* toolbar) c_gtk_toolbar_unset_icon_size;
8943 	void function(GtkToolbar* toolbar) c_gtk_toolbar_unset_style;
8944 
8945 	// gtk.Tooltip
8946 
8947 	GType function() c_gtk_tooltip_get_type;
8948 	void function(GdkDisplay* display) c_gtk_tooltip_trigger_tooltip_query;
8949 	void function(GtkTooltip* tooltip, GtkWidget* customWidget) c_gtk_tooltip_set_custom;
8950 	void function(GtkTooltip* tooltip, GdkPixbuf* pixbuf) c_gtk_tooltip_set_icon;
8951 	void function(GtkTooltip* tooltip, GIcon* gicon, GtkIconSize size) c_gtk_tooltip_set_icon_from_gicon;
8952 	void function(GtkTooltip* tooltip, const(char)* iconName, GtkIconSize size) c_gtk_tooltip_set_icon_from_icon_name;
8953 	void function(GtkTooltip* tooltip, const(char)* stockId, GtkIconSize size) c_gtk_tooltip_set_icon_from_stock;
8954 	void function(GtkTooltip* tooltip, const(char)* markup) c_gtk_tooltip_set_markup;
8955 	void function(GtkTooltip* tooltip, const(char)* text) c_gtk_tooltip_set_text;
8956 	void function(GtkTooltip* tooltip, GdkRectangle* rect) c_gtk_tooltip_set_tip_area;
8957 
8958 	// gtk.ToplevelAccessible
8959 
8960 	GType function() c_gtk_toplevel_accessible_get_type;
8961 	GList* function(GtkToplevelAccessible* accessible) c_gtk_toplevel_accessible_get_children;
8962 
8963 	// gtk.TreeDragDest
8964 
8965 	GType function() c_gtk_tree_drag_dest_get_type;
8966 	int function(GtkTreeDragDest* dragDest, GtkTreePath* dest, GtkSelectionData* selectionData) c_gtk_tree_drag_dest_drag_data_received;
8967 	int function(GtkTreeDragDest* dragDest, GtkTreePath* destPath, GtkSelectionData* selectionData) c_gtk_tree_drag_dest_row_drop_possible;
8968 
8969 	// gtk.TreeDragSource
8970 
8971 	GType function() c_gtk_tree_drag_source_get_type;
8972 	int function(GtkTreeDragSource* dragSource, GtkTreePath* path) c_gtk_tree_drag_source_drag_data_delete;
8973 	int function(GtkTreeDragSource* dragSource, GtkTreePath* path, GtkSelectionData* selectionData) c_gtk_tree_drag_source_drag_data_get;
8974 	int function(GtkTreeDragSource* dragSource, GtkTreePath* path) c_gtk_tree_drag_source_row_draggable;
8975 	int function(GtkSelectionData* selectionData, GtkTreeModel** treeModel, GtkTreePath** path) c_gtk_tree_get_row_drag_data;
8976 	int function(GtkSelectionData* selectionData, GtkTreeModel* treeModel, GtkTreePath* path) c_gtk_tree_set_row_drag_data;
8977 
8978 	// gtk.TreeIter
8979 
8980 	GType function() c_gtk_tree_iter_get_type;
8981 	GtkTreeIter* function(GtkTreeIter* iter) c_gtk_tree_iter_copy;
8982 	void function(GtkTreeIter* iter) c_gtk_tree_iter_free;
8983 
8984 	// gtk.TreeModel
8985 
8986 	GType function() c_gtk_tree_model_get_type;
8987 	GtkTreeModel* function(GtkTreeModel* childModel, GtkTreePath* root) c_gtk_tree_model_filter_new;
8988 	void function(GtkTreeModel* model, GtkTreeModelForeachFunc func, void* userData) c_gtk_tree_model_foreach;
8989 	void function(GtkTreeModel* treeModel, GtkTreeIter* iter, ... ) c_gtk_tree_model_get;
8990 	GType function(GtkTreeModel* treeModel, int index) c_gtk_tree_model_get_column_type;
8991 	GtkTreeModelFlags function(GtkTreeModel* treeModel) c_gtk_tree_model_get_flags;
8992 	int function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreePath* path) c_gtk_tree_model_get_iter;
8993 	int function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_get_iter_first;
8994 	int function(GtkTreeModel* treeModel, GtkTreeIter* iter, const(char)* pathString) c_gtk_tree_model_get_iter_from_string;
8995 	int function(GtkTreeModel* treeModel) c_gtk_tree_model_get_n_columns;
8996 	GtkTreePath* function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_get_path;
8997 	char* function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_get_string_from_iter;
8998 	void function(GtkTreeModel* treeModel, GtkTreeIter* iter, void* varArgs) c_gtk_tree_model_get_valist;
8999 	void function(GtkTreeModel* treeModel, GtkTreeIter* iter, int column, GValue* value) c_gtk_tree_model_get_value;
9000 	int function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreeIter* parent) c_gtk_tree_model_iter_children;
9001 	int function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_iter_has_child;
9002 	int function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_iter_n_children;
9003 	int function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_iter_next;
9004 	int function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreeIter* parent, int n) c_gtk_tree_model_iter_nth_child;
9005 	int function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreeIter* child) c_gtk_tree_model_iter_parent;
9006 	int function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_iter_previous;
9007 	void function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_ref_node;
9008 	void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter) c_gtk_tree_model_row_changed;
9009 	void function(GtkTreeModel* treeModel, GtkTreePath* path) c_gtk_tree_model_row_deleted;
9010 	void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter) c_gtk_tree_model_row_has_child_toggled;
9011 	void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter) c_gtk_tree_model_row_inserted;
9012 	void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter, int* newOrder) c_gtk_tree_model_rows_reordered;
9013 	void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter, int* newOrder, int length) c_gtk_tree_model_rows_reordered_with_length;
9014 	GtkTreeModel* function(GtkTreeModel* childModel) c_gtk_tree_model_sort_new_with_model;
9015 	void function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_unref_node;
9016 
9017 	// gtk.TreeModelFilter
9018 
9019 	GType function() c_gtk_tree_model_filter_get_type;
9020 	void function(GtkTreeModelFilter* filter) c_gtk_tree_model_filter_clear_cache;
9021 	int function(GtkTreeModelFilter* filter, GtkTreeIter* filterIter, GtkTreeIter* childIter) c_gtk_tree_model_filter_convert_child_iter_to_iter;
9022 	GtkTreePath* function(GtkTreeModelFilter* filter, GtkTreePath* childPath) c_gtk_tree_model_filter_convert_child_path_to_path;
9023 	void function(GtkTreeModelFilter* filter, GtkTreeIter* childIter, GtkTreeIter* filterIter) c_gtk_tree_model_filter_convert_iter_to_child_iter;
9024 	GtkTreePath* function(GtkTreeModelFilter* filter, GtkTreePath* filterPath) c_gtk_tree_model_filter_convert_path_to_child_path;
9025 	GtkTreeModel* function(GtkTreeModelFilter* filter) c_gtk_tree_model_filter_get_model;
9026 	void function(GtkTreeModelFilter* filter) c_gtk_tree_model_filter_refilter;
9027 	void function(GtkTreeModelFilter* filter, int nColumns, GType* types, GtkTreeModelFilterModifyFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_model_filter_set_modify_func;
9028 	void function(GtkTreeModelFilter* filter, int column) c_gtk_tree_model_filter_set_visible_column;
9029 	void function(GtkTreeModelFilter* filter, GtkTreeModelFilterVisibleFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_model_filter_set_visible_func;
9030 
9031 	// gtk.TreeModelSort
9032 
9033 	GType function() c_gtk_tree_model_sort_get_type;
9034 	void function(GtkTreeModelSort* treeModelSort) c_gtk_tree_model_sort_clear_cache;
9035 	int function(GtkTreeModelSort* treeModelSort, GtkTreeIter* sortIter, GtkTreeIter* childIter) c_gtk_tree_model_sort_convert_child_iter_to_iter;
9036 	GtkTreePath* function(GtkTreeModelSort* treeModelSort, GtkTreePath* childPath) c_gtk_tree_model_sort_convert_child_path_to_path;
9037 	void function(GtkTreeModelSort* treeModelSort, GtkTreeIter* childIter, GtkTreeIter* sortedIter) c_gtk_tree_model_sort_convert_iter_to_child_iter;
9038 	GtkTreePath* function(GtkTreeModelSort* treeModelSort, GtkTreePath* sortedPath) c_gtk_tree_model_sort_convert_path_to_child_path;
9039 	GtkTreeModel* function(GtkTreeModelSort* treeModel) c_gtk_tree_model_sort_get_model;
9040 	int function(GtkTreeModelSort* treeModelSort, GtkTreeIter* iter) c_gtk_tree_model_sort_iter_is_valid;
9041 	void function(GtkTreeModelSort* treeModelSort) c_gtk_tree_model_sort_reset_default_sort_func;
9042 
9043 	// gtk.TreePath
9044 
9045 	GType function() c_gtk_tree_path_get_type;
9046 	GtkTreePath* function() c_gtk_tree_path_new;
9047 	GtkTreePath* function() c_gtk_tree_path_new_first;
9048 	GtkTreePath* function(int firstIndex, ... ) c_gtk_tree_path_new_from_indices;
9049 	GtkTreePath* function(int* indices, size_t length) c_gtk_tree_path_new_from_indicesv;
9050 	GtkTreePath* function(const(char)* path) c_gtk_tree_path_new_from_string;
9051 	void function(GtkTreePath* path, int index) c_gtk_tree_path_append_index;
9052 	int function(GtkTreePath* a, GtkTreePath* b) c_gtk_tree_path_compare;
9053 	GtkTreePath* function(GtkTreePath* path) c_gtk_tree_path_copy;
9054 	void function(GtkTreePath* path) c_gtk_tree_path_down;
9055 	void function(GtkTreePath* path) c_gtk_tree_path_free;
9056 	int function(GtkTreePath* path) c_gtk_tree_path_get_depth;
9057 	int* function(GtkTreePath* path) c_gtk_tree_path_get_indices;
9058 	int* function(GtkTreePath* path, int* depth) c_gtk_tree_path_get_indices_with_depth;
9059 	int function(GtkTreePath* path, GtkTreePath* descendant) c_gtk_tree_path_is_ancestor;
9060 	int function(GtkTreePath* path, GtkTreePath* ancestor) c_gtk_tree_path_is_descendant;
9061 	void function(GtkTreePath* path) c_gtk_tree_path_next;
9062 	void function(GtkTreePath* path, int index) c_gtk_tree_path_prepend_index;
9063 	int function(GtkTreePath* path) c_gtk_tree_path_prev;
9064 	char* function(GtkTreePath* path) c_gtk_tree_path_to_string;
9065 	int function(GtkTreePath* path) c_gtk_tree_path_up;
9066 
9067 	// gtk.TreeRowReference
9068 
9069 	GType function() c_gtk_tree_row_reference_get_type;
9070 	GtkTreeRowReference* function(GtkTreeModel* model, GtkTreePath* path) c_gtk_tree_row_reference_new;
9071 	GtkTreeRowReference* function(GObject* proxy, GtkTreeModel* model, GtkTreePath* path) c_gtk_tree_row_reference_new_proxy;
9072 	GtkTreeRowReference* function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_copy;
9073 	void function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_free;
9074 	GtkTreeModel* function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_get_model;
9075 	GtkTreePath* function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_get_path;
9076 	int function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_valid;
9077 	void function(GObject* proxy, GtkTreePath* path) c_gtk_tree_row_reference_deleted;
9078 	void function(GObject* proxy, GtkTreePath* path) c_gtk_tree_row_reference_inserted;
9079 	void function(GObject* proxy, GtkTreePath* path, GtkTreeIter* iter, int* newOrder) c_gtk_tree_row_reference_reordered;
9080 
9081 	// gtk.TreeSelection
9082 
9083 	GType function() c_gtk_tree_selection_get_type;
9084 	int function(GtkTreeSelection* selection) c_gtk_tree_selection_count_selected_rows;
9085 	GtkSelectionMode function(GtkTreeSelection* selection) c_gtk_tree_selection_get_mode;
9086 	GtkTreeSelectionFunc function(GtkTreeSelection* selection) c_gtk_tree_selection_get_select_function;
9087 	int function(GtkTreeSelection* selection, GtkTreeModel** model, GtkTreeIter* iter) c_gtk_tree_selection_get_selected;
9088 	GList* function(GtkTreeSelection* selection, GtkTreeModel** model) c_gtk_tree_selection_get_selected_rows;
9089 	GtkTreeView* function(GtkTreeSelection* selection) c_gtk_tree_selection_get_tree_view;
9090 	void* function(GtkTreeSelection* selection) c_gtk_tree_selection_get_user_data;
9091 	int function(GtkTreeSelection* selection, GtkTreeIter* iter) c_gtk_tree_selection_iter_is_selected;
9092 	int function(GtkTreeSelection* selection, GtkTreePath* path) c_gtk_tree_selection_path_is_selected;
9093 	void function(GtkTreeSelection* selection) c_gtk_tree_selection_select_all;
9094 	void function(GtkTreeSelection* selection, GtkTreeIter* iter) c_gtk_tree_selection_select_iter;
9095 	void function(GtkTreeSelection* selection, GtkTreePath* path) c_gtk_tree_selection_select_path;
9096 	void function(GtkTreeSelection* selection, GtkTreePath* startPath, GtkTreePath* endPath) c_gtk_tree_selection_select_range;
9097 	void function(GtkTreeSelection* selection, GtkTreeSelectionForeachFunc func, void* data) c_gtk_tree_selection_selected_foreach;
9098 	void function(GtkTreeSelection* selection, GtkSelectionMode type) c_gtk_tree_selection_set_mode;
9099 	void function(GtkTreeSelection* selection, GtkTreeSelectionFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_selection_set_select_function;
9100 	void function(GtkTreeSelection* selection) c_gtk_tree_selection_unselect_all;
9101 	void function(GtkTreeSelection* selection, GtkTreeIter* iter) c_gtk_tree_selection_unselect_iter;
9102 	void function(GtkTreeSelection* selection, GtkTreePath* path) c_gtk_tree_selection_unselect_path;
9103 	void function(GtkTreeSelection* selection, GtkTreePath* startPath, GtkTreePath* endPath) c_gtk_tree_selection_unselect_range;
9104 
9105 	// gtk.TreeSortable
9106 
9107 	GType function() c_gtk_tree_sortable_get_type;
9108 	int function(GtkTreeSortable* sortable, int* sortColumnId, GtkSortType* order) c_gtk_tree_sortable_get_sort_column_id;
9109 	int function(GtkTreeSortable* sortable) c_gtk_tree_sortable_has_default_sort_func;
9110 	void function(GtkTreeSortable* sortable, GtkTreeIterCompareFunc sortFunc, void* userData, GDestroyNotify destroy) c_gtk_tree_sortable_set_default_sort_func;
9111 	void function(GtkTreeSortable* sortable, int sortColumnId, GtkSortType order) c_gtk_tree_sortable_set_sort_column_id;
9112 	void function(GtkTreeSortable* sortable, int sortColumnId, GtkTreeIterCompareFunc sortFunc, void* userData, GDestroyNotify destroy) c_gtk_tree_sortable_set_sort_func;
9113 	void function(GtkTreeSortable* sortable) c_gtk_tree_sortable_sort_column_changed;
9114 
9115 	// gtk.TreeStore
9116 
9117 	GType function() c_gtk_tree_store_get_type;
9118 	GtkTreeStore* function(int nColumns, ... ) c_gtk_tree_store_new;
9119 	GtkTreeStore* function(int nColumns, GType* types) c_gtk_tree_store_newv;
9120 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent) c_gtk_tree_store_append;
9121 	void function(GtkTreeStore* treeStore) c_gtk_tree_store_clear;
9122 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, int position) c_gtk_tree_store_insert;
9123 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, GtkTreeIter* sibling) c_gtk_tree_store_insert_after;
9124 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, GtkTreeIter* sibling) c_gtk_tree_store_insert_before;
9125 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, int position, ... ) c_gtk_tree_store_insert_with_values;
9126 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, int position, int* columns, GValue* values, int nValues) c_gtk_tree_store_insert_with_valuesv;
9127 	int function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* descendant) c_gtk_tree_store_is_ancestor;
9128 	int function(GtkTreeStore* treeStore, GtkTreeIter* iter) c_gtk_tree_store_iter_depth;
9129 	int function(GtkTreeStore* treeStore, GtkTreeIter* iter) c_gtk_tree_store_iter_is_valid;
9130 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* position) c_gtk_tree_store_move_after;
9131 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* position) c_gtk_tree_store_move_before;
9132 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent) c_gtk_tree_store_prepend;
9133 	int function(GtkTreeStore* treeStore, GtkTreeIter* iter) c_gtk_tree_store_remove;
9134 	void function(GtkTreeStore* treeStore, GtkTreeIter* parent, int* newOrder) c_gtk_tree_store_reorder;
9135 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, ... ) c_gtk_tree_store_set;
9136 	void function(GtkTreeStore* treeStore, int nColumns, GType* types) c_gtk_tree_store_set_column_types;
9137 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, void* varArgs) c_gtk_tree_store_set_valist;
9138 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, int column, GValue* value) c_gtk_tree_store_set_value;
9139 	void function(GtkTreeStore* treeStore, GtkTreeIter* iter, int* columns, GValue* values, int nValues) c_gtk_tree_store_set_valuesv;
9140 	void function(GtkTreeStore* treeStore, GtkTreeIter* a, GtkTreeIter* b) c_gtk_tree_store_swap;
9141 
9142 	// gtk.TreeView
9143 
9144 	GType function() c_gtk_tree_view_get_type;
9145 	GtkWidget* function() c_gtk_tree_view_new;
9146 	GtkWidget* function(GtkTreeModel* model) c_gtk_tree_view_new_with_model;
9147 	int function(GtkTreeView* treeView, GtkTreeViewColumn* column) c_gtk_tree_view_append_column;
9148 	void function(GtkTreeView* treeView) c_gtk_tree_view_collapse_all;
9149 	int function(GtkTreeView* treeView, GtkTreePath* path) c_gtk_tree_view_collapse_row;
9150 	void function(GtkTreeView* treeView) c_gtk_tree_view_columns_autosize;
9151 	void function(GtkTreeView* treeView, int bx, int by, int* tx, int* ty) c_gtk_tree_view_convert_bin_window_to_tree_coords;
9152 	void function(GtkTreeView* treeView, int bx, int by, int* wx, int* wy) c_gtk_tree_view_convert_bin_window_to_widget_coords;
9153 	void function(GtkTreeView* treeView, int tx, int ty, int* bx, int* by) c_gtk_tree_view_convert_tree_to_bin_window_coords;
9154 	void function(GtkTreeView* treeView, int tx, int ty, int* wx, int* wy) c_gtk_tree_view_convert_tree_to_widget_coords;
9155 	void function(GtkTreeView* treeView, int wx, int wy, int* bx, int* by) c_gtk_tree_view_convert_widget_to_bin_window_coords;
9156 	void function(GtkTreeView* treeView, int wx, int wy, int* tx, int* ty) c_gtk_tree_view_convert_widget_to_tree_coords;
9157 	cairo_surface_t* function(GtkTreeView* treeView, GtkTreePath* path) c_gtk_tree_view_create_row_drag_icon;
9158 	void function(GtkTreeView* treeView, GtkTargetEntry* targets, int nTargets, GdkDragAction actions) c_gtk_tree_view_enable_model_drag_dest;
9159 	void function(GtkTreeView* treeView, GdkModifierType startButtonMask, GtkTargetEntry* targets, int nTargets, GdkDragAction actions) c_gtk_tree_view_enable_model_drag_source;
9160 	void function(GtkTreeView* treeView) c_gtk_tree_view_expand_all;
9161 	int function(GtkTreeView* treeView, GtkTreePath* path, int openAll) c_gtk_tree_view_expand_row;
9162 	void function(GtkTreeView* treeView, GtkTreePath* path) c_gtk_tree_view_expand_to_path;
9163 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_activate_on_single_click;
9164 	void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* column, GdkRectangle* rect) c_gtk_tree_view_get_background_area;
9165 	GdkWindow* function(GtkTreeView* treeView) c_gtk_tree_view_get_bin_window;
9166 	void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* column, GdkRectangle* rect) c_gtk_tree_view_get_cell_area;
9167 	GtkTreeViewColumn* function(GtkTreeView* treeView, int n) c_gtk_tree_view_get_column;
9168 	GList* function(GtkTreeView* treeView) c_gtk_tree_view_get_columns;
9169 	void function(GtkTreeView* treeView, GtkTreePath** path, GtkTreeViewColumn** focusColumn) c_gtk_tree_view_get_cursor;
9170 	int function(GtkTreeView* treeView, int dragX, int dragY, GtkTreePath** path, GtkTreeViewDropPosition* pos) c_gtk_tree_view_get_dest_row_at_pos;
9171 	void function(GtkTreeView* treeView, GtkTreePath** path, GtkTreeViewDropPosition* pos) c_gtk_tree_view_get_drag_dest_row;
9172 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_enable_search;
9173 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_enable_tree_lines;
9174 	GtkTreeViewColumn* function(GtkTreeView* treeView) c_gtk_tree_view_get_expander_column;
9175 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_fixed_height_mode;
9176 	GtkTreeViewGridLines function(GtkTreeView* treeView) c_gtk_tree_view_get_grid_lines;
9177 	GtkAdjustment* function(GtkTreeView* treeView) c_gtk_tree_view_get_hadjustment;
9178 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_headers_clickable;
9179 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_headers_visible;
9180 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_hover_expand;
9181 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_hover_selection;
9182 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_level_indentation;
9183 	GtkTreeModel* function(GtkTreeView* treeView) c_gtk_tree_view_get_model;
9184 	uint function(GtkTreeView* treeView) c_gtk_tree_view_get_n_columns;
9185 	int function(GtkTreeView* treeView, int x, int y, GtkTreePath** path, GtkTreeViewColumn** column, int* cellX, int* cellY) c_gtk_tree_view_get_path_at_pos;
9186 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_reorderable;
9187 	GtkTreeViewRowSeparatorFunc function(GtkTreeView* treeView) c_gtk_tree_view_get_row_separator_func;
9188 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_rubber_banding;
9189 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_rules_hint;
9190 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_search_column;
9191 	GtkEntry* function(GtkTreeView* treeView) c_gtk_tree_view_get_search_entry;
9192 	GtkTreeViewSearchEqualFunc function(GtkTreeView* treeView) c_gtk_tree_view_get_search_equal_func;
9193 	GtkTreeViewSearchPositionFunc function(GtkTreeView* treeView) c_gtk_tree_view_get_search_position_func;
9194 	GtkTreeSelection* function(GtkTreeView* treeView) c_gtk_tree_view_get_selection;
9195 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_show_expanders;
9196 	int function(GtkTreeView* treeView) c_gtk_tree_view_get_tooltip_column;
9197 	int function(GtkTreeView* treeView, int* x, int* y, int keyboardTip, GtkTreeModel** model, GtkTreePath** path, GtkTreeIter* iter) c_gtk_tree_view_get_tooltip_context;
9198 	GtkAdjustment* function(GtkTreeView* treeView) c_gtk_tree_view_get_vadjustment;
9199 	int function(GtkTreeView* treeView, GtkTreePath** startPath, GtkTreePath** endPath) c_gtk_tree_view_get_visible_range;
9200 	void function(GtkTreeView* treeView, GdkRectangle* visibleRect) c_gtk_tree_view_get_visible_rect;
9201 	int function(GtkTreeView* treeView, GtkTreeViewColumn* column, int position) c_gtk_tree_view_insert_column;
9202 	int function(GtkTreeView* treeView, int position, const(char)* title, GtkCellRenderer* cell, ... ) c_gtk_tree_view_insert_column_with_attributes;
9203 	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;
9204 	int function(GtkTreeView* treeView, int x, int y, GtkTreePath** path, GtkTreeViewColumn** column, int* cellX, int* cellY) c_gtk_tree_view_is_blank_at_pos;
9205 	int function(GtkTreeView* treeView) c_gtk_tree_view_is_rubber_banding_active;
9206 	void function(GtkTreeView* treeView, GtkTreeViewMappingFunc func, void* data) c_gtk_tree_view_map_expanded_rows;
9207 	void function(GtkTreeView* treeView, GtkTreeViewColumn* column, GtkTreeViewColumn* baseColumn) c_gtk_tree_view_move_column_after;
9208 	int function(GtkTreeView* treeView, GtkTreeViewColumn* column) c_gtk_tree_view_remove_column;
9209 	void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* column) c_gtk_tree_view_row_activated;
9210 	int function(GtkTreeView* treeView, GtkTreePath* path) c_gtk_tree_view_row_expanded;
9211 	void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* column, int useAlign, float rowAlign, float colAlign) c_gtk_tree_view_scroll_to_cell;
9212 	void function(GtkTreeView* treeView, int treeX, int treeY) c_gtk_tree_view_scroll_to_point;
9213 	void function(GtkTreeView* treeView, int single) c_gtk_tree_view_set_activate_on_single_click;
9214 	void function(GtkTreeView* treeView, GtkTreeViewColumnDropFunc func, void* userData, GDestroyNotify destroy) c_gtk_tree_view_set_column_drag_function;
9215 	void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* focusColumn, int startEditing) c_gtk_tree_view_set_cursor;
9216 	void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* focusColumn, GtkCellRenderer* focusCell, int startEditing) c_gtk_tree_view_set_cursor_on_cell;
9217 	void function(GtkTreeView* treeView, GtkTreeDestroyCountFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_view_set_destroy_count_func;
9218 	void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewDropPosition pos) c_gtk_tree_view_set_drag_dest_row;
9219 	void function(GtkTreeView* treeView, int enableSearch) c_gtk_tree_view_set_enable_search;
9220 	void function(GtkTreeView* treeView, int enabled) c_gtk_tree_view_set_enable_tree_lines;
9221 	void function(GtkTreeView* treeView, GtkTreeViewColumn* column) c_gtk_tree_view_set_expander_column;
9222 	void function(GtkTreeView* treeView, int enable) c_gtk_tree_view_set_fixed_height_mode;
9223 	void function(GtkTreeView* treeView, GtkTreeViewGridLines gridLines) c_gtk_tree_view_set_grid_lines;
9224 	void function(GtkTreeView* treeView, GtkAdjustment* adjustment) c_gtk_tree_view_set_hadjustment;
9225 	void function(GtkTreeView* treeView, int setting) c_gtk_tree_view_set_headers_clickable;
9226 	void function(GtkTreeView* treeView, int headersVisible) c_gtk_tree_view_set_headers_visible;
9227 	void function(GtkTreeView* treeView, int expand) c_gtk_tree_view_set_hover_expand;
9228 	void function(GtkTreeView* treeView, int hover) c_gtk_tree_view_set_hover_selection;
9229 	void function(GtkTreeView* treeView, int indentation) c_gtk_tree_view_set_level_indentation;
9230 	void function(GtkTreeView* treeView, GtkTreeModel* model) c_gtk_tree_view_set_model;
9231 	void function(GtkTreeView* treeView, int reorderable) c_gtk_tree_view_set_reorderable;
9232 	void function(GtkTreeView* treeView, GtkTreeViewRowSeparatorFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_view_set_row_separator_func;
9233 	void function(GtkTreeView* treeView, int enable) c_gtk_tree_view_set_rubber_banding;
9234 	void function(GtkTreeView* treeView, int setting) c_gtk_tree_view_set_rules_hint;
9235 	void function(GtkTreeView* treeView, int column) c_gtk_tree_view_set_search_column;
9236 	void function(GtkTreeView* treeView, GtkEntry* entry) c_gtk_tree_view_set_search_entry;
9237 	void function(GtkTreeView* treeView, GtkTreeViewSearchEqualFunc searchEqualFunc, void* searchUserData, GDestroyNotify searchDestroy) c_gtk_tree_view_set_search_equal_func;
9238 	void function(GtkTreeView* treeView, GtkTreeViewSearchPositionFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_view_set_search_position_func;
9239 	void function(GtkTreeView* treeView, int enabled) c_gtk_tree_view_set_show_expanders;
9240 	void function(GtkTreeView* treeView, GtkTooltip* tooltip, GtkTreePath* path, GtkTreeViewColumn* column, GtkCellRenderer* cell) c_gtk_tree_view_set_tooltip_cell;
9241 	void function(GtkTreeView* treeView, int column) c_gtk_tree_view_set_tooltip_column;
9242 	void function(GtkTreeView* treeView, GtkTooltip* tooltip, GtkTreePath* path) c_gtk_tree_view_set_tooltip_row;
9243 	void function(GtkTreeView* treeView, GtkAdjustment* adjustment) c_gtk_tree_view_set_vadjustment;
9244 	void function(GtkTreeView* treeView) c_gtk_tree_view_unset_rows_drag_dest;
9245 	void function(GtkTreeView* treeView) c_gtk_tree_view_unset_rows_drag_source;
9246 
9247 	// gtk.TreeViewAccessible
9248 
9249 	GType function() c_gtk_tree_view_accessible_get_type;
9250 
9251 	// gtk.TreeViewColumn
9252 
9253 	GType function() c_gtk_tree_view_column_get_type;
9254 	GtkTreeViewColumn* function() c_gtk_tree_view_column_new;
9255 	GtkTreeViewColumn* function(GtkCellArea* area) c_gtk_tree_view_column_new_with_area;
9256 	GtkTreeViewColumn* function(const(char)* title, GtkCellRenderer* cell, ... ) c_gtk_tree_view_column_new_with_attributes;
9257 	void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer, const(char)* attribute, int column) c_gtk_tree_view_column_add_attribute;
9258 	int function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer, int* xOffset, int* width) c_gtk_tree_view_column_cell_get_position;
9259 	void function(GtkTreeViewColumn* treeColumn, GdkRectangle* cellArea, int* xOffset, int* yOffset, int* width, int* height) c_gtk_tree_view_column_cell_get_size;
9260 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_cell_is_visible;
9261 	void function(GtkTreeViewColumn* treeColumn, GtkTreeModel* treeModel, GtkTreeIter* iter, int isExpander, int isExpanded) c_gtk_tree_view_column_cell_set_cell_data;
9262 	void function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_clear;
9263 	void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer) c_gtk_tree_view_column_clear_attributes;
9264 	void function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_clicked;
9265 	void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cell) c_gtk_tree_view_column_focus_cell;
9266 	float function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_alignment;
9267 	GtkWidget* function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_button;
9268 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_clickable;
9269 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_expand;
9270 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_fixed_width;
9271 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_max_width;
9272 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_min_width;
9273 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_reorderable;
9274 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_resizable;
9275 	GtkTreeViewColumnSizing function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_sizing;
9276 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_sort_column_id;
9277 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_sort_indicator;
9278 	GtkSortType function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_sort_order;
9279 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_spacing;
9280 	const(char)* function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_title;
9281 	GtkWidget* function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_tree_view;
9282 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_visible;
9283 	GtkWidget* function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_widget;
9284 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_width;
9285 	int function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_x_offset;
9286 	void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cell, int expand) c_gtk_tree_view_column_pack_end;
9287 	void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cell, int expand) c_gtk_tree_view_column_pack_start;
9288 	void function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_queue_resize;
9289 	void function(GtkTreeViewColumn* treeColumn, float xalign) c_gtk_tree_view_column_set_alignment;
9290 	void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer, ... ) c_gtk_tree_view_column_set_attributes;
9291 	void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer, GtkTreeCellDataFunc func, void* funcData, GDestroyNotify destroy) c_gtk_tree_view_column_set_cell_data_func;
9292 	void function(GtkTreeViewColumn* treeColumn, int clickable) c_gtk_tree_view_column_set_clickable;
9293 	void function(GtkTreeViewColumn* treeColumn, int expand) c_gtk_tree_view_column_set_expand;
9294 	void function(GtkTreeViewColumn* treeColumn, int fixedWidth) c_gtk_tree_view_column_set_fixed_width;
9295 	void function(GtkTreeViewColumn* treeColumn, int maxWidth) c_gtk_tree_view_column_set_max_width;
9296 	void function(GtkTreeViewColumn* treeColumn, int minWidth) c_gtk_tree_view_column_set_min_width;
9297 	void function(GtkTreeViewColumn* treeColumn, int reorderable) c_gtk_tree_view_column_set_reorderable;
9298 	void function(GtkTreeViewColumn* treeColumn, int resizable) c_gtk_tree_view_column_set_resizable;
9299 	void function(GtkTreeViewColumn* treeColumn, GtkTreeViewColumnSizing type) c_gtk_tree_view_column_set_sizing;
9300 	void function(GtkTreeViewColumn* treeColumn, int sortColumnId) c_gtk_tree_view_column_set_sort_column_id;
9301 	void function(GtkTreeViewColumn* treeColumn, int setting) c_gtk_tree_view_column_set_sort_indicator;
9302 	void function(GtkTreeViewColumn* treeColumn, GtkSortType order) c_gtk_tree_view_column_set_sort_order;
9303 	void function(GtkTreeViewColumn* treeColumn, int spacing) c_gtk_tree_view_column_set_spacing;
9304 	void function(GtkTreeViewColumn* treeColumn, const(char)* title) c_gtk_tree_view_column_set_title;
9305 	void function(GtkTreeViewColumn* treeColumn, int visible) c_gtk_tree_view_column_set_visible;
9306 	void function(GtkTreeViewColumn* treeColumn, GtkWidget* widget) c_gtk_tree_view_column_set_widget;
9307 
9308 	// gtk.UIManager
9309 
9310 	GType function() c_gtk_ui_manager_get_type;
9311 	GtkUIManager* function() c_gtk_ui_manager_new;
9312 	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;
9313 	uint function(GtkUIManager* manager, char* filename, GError** err) c_gtk_ui_manager_add_ui_from_file;
9314 	uint function(GtkUIManager* manager, const(char)* resourcePath, GError** err) c_gtk_ui_manager_add_ui_from_resource;
9315 	uint function(GtkUIManager* manager, const(char)* buffer, ptrdiff_t length, GError** err) c_gtk_ui_manager_add_ui_from_string;
9316 	void function(GtkUIManager* manager) c_gtk_ui_manager_ensure_update;
9317 	GtkAccelGroup* function(GtkUIManager* manager) c_gtk_ui_manager_get_accel_group;
9318 	GtkAction* function(GtkUIManager* manager, const(char)* path) c_gtk_ui_manager_get_action;
9319 	GList* function(GtkUIManager* manager) c_gtk_ui_manager_get_action_groups;
9320 	int function(GtkUIManager* manager) c_gtk_ui_manager_get_add_tearoffs;
9321 	GSList* function(GtkUIManager* manager, GtkUIManagerItemType types) c_gtk_ui_manager_get_toplevels;
9322 	char* function(GtkUIManager* manager) c_gtk_ui_manager_get_ui;
9323 	GtkWidget* function(GtkUIManager* manager, const(char)* path) c_gtk_ui_manager_get_widget;
9324 	void function(GtkUIManager* manager, GtkActionGroup* actionGroup, int pos) c_gtk_ui_manager_insert_action_group;
9325 	uint function(GtkUIManager* manager) c_gtk_ui_manager_new_merge_id;
9326 	void function(GtkUIManager* manager, GtkActionGroup* actionGroup) c_gtk_ui_manager_remove_action_group;
9327 	void function(GtkUIManager* manager, uint mergeId) c_gtk_ui_manager_remove_ui;
9328 	void function(GtkUIManager* manager, int addTearoffs) c_gtk_ui_manager_set_add_tearoffs;
9329 
9330 	// gtk.VBox
9331 
9332 	GType function() c_gtk_vbox_get_type;
9333 	GtkWidget* function(int homogeneous, int spacing) c_gtk_vbox_new;
9334 
9335 	// gtk.VButtonBox
9336 
9337 	GType function() c_gtk_vbutton_box_get_type;
9338 	GtkWidget* function() c_gtk_vbutton_box_new;
9339 
9340 	// gtk.VPaned
9341 
9342 	GType function() c_gtk_vpaned_get_type;
9343 	GtkWidget* function() c_gtk_vpaned_new;
9344 
9345 	// gtk.VScale
9346 
9347 	GType function() c_gtk_vscale_get_type;
9348 	GtkWidget* function(GtkAdjustment* adjustment) c_gtk_vscale_new;
9349 	GtkWidget* function(double min, double max, double step) c_gtk_vscale_new_with_range;
9350 
9351 	// gtk.VScrollbar
9352 
9353 	GType function() c_gtk_vscrollbar_get_type;
9354 	GtkWidget* function(GtkAdjustment* adjustment) c_gtk_vscrollbar_new;
9355 
9356 	// gtk.VSeparator
9357 
9358 	GType function() c_gtk_vseparator_get_type;
9359 	GtkWidget* function() c_gtk_vseparator_new;
9360 
9361 	// gtk.Viewport
9362 
9363 	GType function() c_gtk_viewport_get_type;
9364 	GtkWidget* function(GtkAdjustment* hadjustment, GtkAdjustment* vadjustment) c_gtk_viewport_new;
9365 	GdkWindow* function(GtkViewport* viewport) c_gtk_viewport_get_bin_window;
9366 	GtkAdjustment* function(GtkViewport* viewport) c_gtk_viewport_get_hadjustment;
9367 	GtkShadowType function(GtkViewport* viewport) c_gtk_viewport_get_shadow_type;
9368 	GtkAdjustment* function(GtkViewport* viewport) c_gtk_viewport_get_vadjustment;
9369 	GdkWindow* function(GtkViewport* viewport) c_gtk_viewport_get_view_window;
9370 	void function(GtkViewport* viewport, GtkAdjustment* adjustment) c_gtk_viewport_set_hadjustment;
9371 	void function(GtkViewport* viewport, GtkShadowType type) c_gtk_viewport_set_shadow_type;
9372 	void function(GtkViewport* viewport, GtkAdjustment* adjustment) c_gtk_viewport_set_vadjustment;
9373 
9374 	// gtk.VolumeButton
9375 
9376 	GType function() c_gtk_volume_button_get_type;
9377 	GtkWidget* function() c_gtk_volume_button_new;
9378 
9379 	// gtk.Widget
9380 
9381 	GType function() c_gtk_widget_get_type;
9382 	GtkWidget* function(GType type, const(char)* firstPropertyName, ... ) c_gtk_widget_new;
9383 	GtkTextDirection function() c_gtk_widget_get_default_direction;
9384 	GtkStyle* function() c_gtk_widget_get_default_style;
9385 	void function() c_gtk_widget_pop_composite_child;
9386 	void function() c_gtk_widget_push_composite_child;
9387 	void function(GtkTextDirection dir) c_gtk_widget_set_default_direction;
9388 	int function(GtkWidget* widget) c_gtk_widget_activate;
9389 	void function(GtkWidget* widget, const(char)* accelSignal, GtkAccelGroup* accelGroup, uint accelKey, GdkModifierType accelMods, GtkAccelFlags accelFlags) c_gtk_widget_add_accelerator;
9390 	void function(GtkWidget* widget, GdkDevice* device, GdkEventMask events) c_gtk_widget_add_device_events;
9391 	void function(GtkWidget* widget, int events) c_gtk_widget_add_events;
9392 	void function(GtkWidget* widget, GtkWidget* label) c_gtk_widget_add_mnemonic_label;
9393 	uint function(GtkWidget* widget, GtkTickCallback callback, void* userData, GDestroyNotify notify) c_gtk_widget_add_tick_callback;
9394 	int function(GtkWidget* widget, uint signalId) c_gtk_widget_can_activate_accel;
9395 	int function(GtkWidget* widget, GtkDirectionType direction) c_gtk_widget_child_focus;
9396 	void function(GtkWidget* widget, const(char)* childProperty) c_gtk_widget_child_notify;
9397 	void function(GtkWidget* widget, uint* pathLength, char** path, char** pathReversed) c_gtk_widget_class_path;
9398 	int function(GtkWidget* widget, GtkOrientation orientation) c_gtk_widget_compute_expand;
9399 	PangoContext* function(GtkWidget* widget) c_gtk_widget_create_pango_context;
9400 	PangoLayout* function(GtkWidget* widget, const(char)* text) c_gtk_widget_create_pango_layout;
9401 	void function(GtkWidget* widget) c_gtk_widget_destroy;
9402 	void function(GtkWidget* widget, GtkWidget** widgetPointer) c_gtk_widget_destroyed;
9403 	int function(GtkWidget* widget, GdkDevice* device) c_gtk_widget_device_is_shadowed;
9404 	GdkDragContext* function(GtkWidget* widget, GtkTargetList* targets, GdkDragAction actions, int button, GdkEvent* event) c_gtk_drag_begin;
9405 	GdkDragContext* function(GtkWidget* widget, GtkTargetList* targets, GdkDragAction actions, int button, GdkEvent* event, int x, int y) c_gtk_drag_begin_with_coordinates;
9406 	int function(GtkWidget* widget, int startX, int startY, int currentX, int currentY) c_gtk_drag_check_threshold;
9407 	void function(GtkWidget* widget) c_gtk_drag_dest_add_image_targets;
9408 	void function(GtkWidget* widget) c_gtk_drag_dest_add_text_targets;
9409 	void function(GtkWidget* widget) c_gtk_drag_dest_add_uri_targets;
9410 	GdkAtom function(GtkWidget* widget, GdkDragContext* context, GtkTargetList* targetList) c_gtk_drag_dest_find_target;
9411 	GtkTargetList* function(GtkWidget* widget) c_gtk_drag_dest_get_target_list;
9412 	int function(GtkWidget* widget) c_gtk_drag_dest_get_track_motion;
9413 	void function(GtkWidget* widget, GtkDestDefaults flags, GtkTargetEntry* targets, int nTargets, GdkDragAction actions) c_gtk_drag_dest_set;
9414 	void function(GtkWidget* widget, GdkWindow* proxyWindow, GdkDragProtocol protocol, int useCoordinates) c_gtk_drag_dest_set_proxy;
9415 	void function(GtkWidget* widget, GtkTargetList* targetList) c_gtk_drag_dest_set_target_list;
9416 	void function(GtkWidget* widget, int trackMotion) c_gtk_drag_dest_set_track_motion;
9417 	void function(GtkWidget* widget) c_gtk_drag_dest_unset;
9418 	void function(GtkWidget* widget, GdkDragContext* context, GdkAtom target, uint time) c_gtk_drag_get_data;
9419 	void function(GtkWidget* widget) c_gtk_drag_highlight;
9420 	void function(GtkWidget* widget) c_gtk_drag_source_add_image_targets;
9421 	void function(GtkWidget* widget) c_gtk_drag_source_add_text_targets;
9422 	void function(GtkWidget* widget) c_gtk_drag_source_add_uri_targets;
9423 	GtkTargetList* function(GtkWidget* widget) c_gtk_drag_source_get_target_list;
9424 	void function(GtkWidget* widget, GdkModifierType startButtonMask, GtkTargetEntry* targets, int nTargets, GdkDragAction actions) c_gtk_drag_source_set;
9425 	void function(GtkWidget* widget, GIcon* icon) c_gtk_drag_source_set_icon_gicon;
9426 	void function(GtkWidget* widget, const(char)* iconName) c_gtk_drag_source_set_icon_name;
9427 	void function(GtkWidget* widget, GdkPixbuf* pixbuf) c_gtk_drag_source_set_icon_pixbuf;
9428 	void function(GtkWidget* widget, const(char)* stockId) c_gtk_drag_source_set_icon_stock;
9429 	void function(GtkWidget* widget, GtkTargetList* targetList) c_gtk_drag_source_set_target_list;
9430 	void function(GtkWidget* widget) c_gtk_drag_source_unset;
9431 	void function(GtkWidget* widget) c_gtk_drag_unhighlight;
9432 	void function(GtkWidget* widget, cairo_t* cr) c_gtk_widget_draw;
9433 	void function(GtkWidget* widget) c_gtk_widget_ensure_style;
9434 	void function(GtkWidget* widget) c_gtk_widget_error_bell;
9435 	int function(GtkWidget* widget, GdkEvent* event) c_gtk_widget_event;
9436 	void function(GtkWidget* widget) c_gtk_widget_freeze_child_notify;
9437 	AtkObject* function(GtkWidget* widget) c_gtk_widget_get_accessible;
9438 	int function(GtkWidget* widget) c_gtk_widget_get_allocated_baseline;
9439 	int function(GtkWidget* widget) c_gtk_widget_get_allocated_height;
9440 	int function(GtkWidget* widget) c_gtk_widget_get_allocated_width;
9441 	void function(GtkWidget* widget, GtkAllocation* allocation) c_gtk_widget_get_allocation;
9442 	GtkWidget* function(GtkWidget* widget, GType widgetType) c_gtk_widget_get_ancestor;
9443 	int function(GtkWidget* widget) c_gtk_widget_get_app_paintable;
9444 	int function(GtkWidget* widget) c_gtk_widget_get_can_default;
9445 	int function(GtkWidget* widget) c_gtk_widget_get_can_focus;
9446 	void function(GtkWidget* widget, GtkRequisition* requisition) c_gtk_widget_get_child_requisition;
9447 	int function(GtkWidget* widget) c_gtk_widget_get_child_visible;
9448 	void function(GtkWidget* widget, GtkAllocation* clip) c_gtk_widget_get_clip;
9449 	GtkClipboard* function(GtkWidget* widget, GdkAtom selection) c_gtk_widget_get_clipboard;
9450 	char* function(GtkWidget* widget) c_gtk_widget_get_composite_name;
9451 	int function(GtkWidget* widget, GdkDevice* device) c_gtk_widget_get_device_enabled;
9452 	GdkEventMask function(GtkWidget* widget, GdkDevice* device) c_gtk_widget_get_device_events;
9453 	GtkTextDirection function(GtkWidget* widget) c_gtk_widget_get_direction;
9454 	GdkDisplay* function(GtkWidget* widget) c_gtk_widget_get_display;
9455 	int function(GtkWidget* widget) c_gtk_widget_get_double_buffered;
9456 	int function(GtkWidget* widget) c_gtk_widget_get_events;
9457 	GdkFrameClock* function(GtkWidget* widget) c_gtk_widget_get_frame_clock;
9458 	GtkAlign function(GtkWidget* widget) c_gtk_widget_get_halign;
9459 	int function(GtkWidget* widget) c_gtk_widget_get_has_tooltip;
9460 	int function(GtkWidget* widget) c_gtk_widget_get_has_window;
9461 	int function(GtkWidget* widget) c_gtk_widget_get_hexpand;
9462 	int function(GtkWidget* widget) c_gtk_widget_get_hexpand_set;
9463 	int function(GtkWidget* widget) c_gtk_widget_get_mapped;
9464 	int function(GtkWidget* widget) c_gtk_widget_get_margin_bottom;
9465 	int function(GtkWidget* widget) c_gtk_widget_get_margin_end;
9466 	int function(GtkWidget* widget) c_gtk_widget_get_margin_left;
9467 	int function(GtkWidget* widget) c_gtk_widget_get_margin_right;
9468 	int function(GtkWidget* widget) c_gtk_widget_get_margin_start;
9469 	int function(GtkWidget* widget) c_gtk_widget_get_margin_top;
9470 	GdkModifierType function(GtkWidget* widget, GdkModifierIntent intent) c_gtk_widget_get_modifier_mask;
9471 	GtkRcStyle* function(GtkWidget* widget) c_gtk_widget_get_modifier_style;
9472 	const(char)* function(GtkWidget* widget) c_gtk_widget_get_name;
9473 	int function(GtkWidget* widget) c_gtk_widget_get_no_show_all;
9474 	double function(GtkWidget* widget) c_gtk_widget_get_opacity;
9475 	PangoContext* function(GtkWidget* widget) c_gtk_widget_get_pango_context;
9476 	GtkWidget* function(GtkWidget* widget) c_gtk_widget_get_parent;
9477 	GdkWindow* function(GtkWidget* widget) c_gtk_widget_get_parent_window;
9478 	GtkWidgetPath* function(GtkWidget* widget) c_gtk_widget_get_path;
9479 	void function(GtkWidget* widget, int* x, int* y) c_gtk_widget_get_pointer;
9480 	void function(GtkWidget* widget, int* minimumHeight, int* naturalHeight) c_gtk_widget_get_preferred_height;
9481 	void function(GtkWidget* widget, int width, int* minimumHeight, int* naturalHeight, int* minimumBaseline, int* naturalBaseline) c_gtk_widget_get_preferred_height_and_baseline_for_width;
9482 	void function(GtkWidget* widget, int width, int* minimumHeight, int* naturalHeight) c_gtk_widget_get_preferred_height_for_width;
9483 	void function(GtkWidget* widget, GtkRequisition* minimumSize, GtkRequisition* naturalSize) c_gtk_widget_get_preferred_size;
9484 	void function(GtkWidget* widget, int* minimumWidth, int* naturalWidth) c_gtk_widget_get_preferred_width;
9485 	void function(GtkWidget* widget, int height, int* minimumWidth, int* naturalWidth) c_gtk_widget_get_preferred_width_for_height;
9486 	int function(GtkWidget* widget) c_gtk_widget_get_realized;
9487 	int function(GtkWidget* widget) c_gtk_widget_get_receives_default;
9488 	GtkSizeRequestMode function(GtkWidget* widget) c_gtk_widget_get_request_mode;
9489 	void function(GtkWidget* widget, GtkRequisition* requisition) c_gtk_widget_get_requisition;
9490 	GdkWindow* function(GtkWidget* widget) c_gtk_widget_get_root_window;
9491 	int function(GtkWidget* widget) c_gtk_widget_get_scale_factor;
9492 	GdkScreen* function(GtkWidget* widget) c_gtk_widget_get_screen;
9493 	int function(GtkWidget* widget) c_gtk_widget_get_sensitive;
9494 	GtkSettings* function(GtkWidget* widget) c_gtk_widget_get_settings;
9495 	void function(GtkWidget* widget, int* width, int* height) c_gtk_widget_get_size_request;
9496 	GtkStateType function(GtkWidget* widget) c_gtk_widget_get_state;
9497 	GtkStateFlags function(GtkWidget* widget) c_gtk_widget_get_state_flags;
9498 	GtkStyle* function(GtkWidget* widget) c_gtk_widget_get_style;
9499 	GtkStyleContext* function(GtkWidget* widget) c_gtk_widget_get_style_context;
9500 	int function(GtkWidget* widget) c_gtk_widget_get_support_multidevice;
9501 	GObject* function(GtkWidget* widget, GType widgetType, const(char)* name) c_gtk_widget_get_template_child;
9502 	char* function(GtkWidget* widget) c_gtk_widget_get_tooltip_markup;
9503 	char* function(GtkWidget* widget) c_gtk_widget_get_tooltip_text;
9504 	GtkWindow* function(GtkWidget* widget) c_gtk_widget_get_tooltip_window;
9505 	GtkWidget* function(GtkWidget* widget) c_gtk_widget_get_toplevel;
9506 	GtkAlign function(GtkWidget* widget) c_gtk_widget_get_valign;
9507 	GtkAlign function(GtkWidget* widget) c_gtk_widget_get_valign_with_baseline;
9508 	int function(GtkWidget* widget) c_gtk_widget_get_vexpand;
9509 	int function(GtkWidget* widget) c_gtk_widget_get_vexpand_set;
9510 	int function(GtkWidget* widget) c_gtk_widget_get_visible;
9511 	GdkVisual* function(GtkWidget* widget) c_gtk_widget_get_visual;
9512 	GdkWindow* function(GtkWidget* widget) c_gtk_widget_get_window;
9513 	void function(GtkWidget* widget) c_gtk_grab_add;
9514 	void function(GtkWidget* widget) c_gtk_widget_grab_default;
9515 	void function(GtkWidget* widget) c_gtk_widget_grab_focus;
9516 	void function(GtkWidget* widget) c_gtk_grab_remove;
9517 	int function(GtkWidget* widget) c_gtk_widget_has_default;
9518 	int function(GtkWidget* widget) c_gtk_widget_has_focus;
9519 	int function(GtkWidget* widget) c_gtk_widget_has_grab;
9520 	int function(GtkWidget* widget) c_gtk_widget_has_rc_style;
9521 	int function(GtkWidget* widget) c_gtk_widget_has_screen;
9522 	int function(GtkWidget* widget) c_gtk_widget_has_visible_focus;
9523 	void function(GtkWidget* widget) c_gtk_widget_hide;
9524 	int function(GtkWidget* widget) c_gtk_widget_hide_on_delete;
9525 	int function(GtkWidget* widget) c_gtk_widget_in_destruction;
9526 	void function(GtkWidget* widget) c_gtk_widget_init_template;
9527 	void function(GtkWidget* widget, cairo_region_t* region) c_gtk_widget_input_shape_combine_region;
9528 	void function(GtkWidget* widget, const(char)* name, GActionGroup* group) c_gtk_widget_insert_action_group;
9529 	int function(GtkWidget* widget, GdkRectangle* area, GdkRectangle* intersection) c_gtk_widget_intersect;
9530 	int function(GtkWidget* widget, GtkWidget* ancestor) c_gtk_widget_is_ancestor;
9531 	int function(GtkWidget* widget) c_gtk_widget_is_composited;
9532 	int function(GtkWidget* widget) c_gtk_widget_is_drawable;
9533 	int function(GtkWidget* widget) c_gtk_widget_is_focus;
9534 	int function(GtkWidget* widget) c_gtk_widget_is_sensitive;
9535 	int function(GtkWidget* widget) c_gtk_widget_is_toplevel;
9536 	int function(GtkWidget* widget) c_gtk_widget_is_visible;
9537 	int function(GtkWidget* widget, GtkDirectionType direction) c_gtk_widget_keynav_failed;
9538 	GList* function(GtkWidget* widget) c_gtk_widget_list_accel_closures;
9539 	GList* function(GtkWidget* widget) c_gtk_widget_list_mnemonic_labels;
9540 	void function(GtkWidget* widget) c_gtk_widget_map;
9541 	int function(GtkWidget* widget, int groupCycling) c_gtk_widget_mnemonic_activate;
9542 	void function(GtkWidget* widget, GtkStateType state, GdkColor* color) c_gtk_widget_modify_base;
9543 	void function(GtkWidget* widget, GtkStateType state, GdkColor* color) c_gtk_widget_modify_bg;
9544 	void function(GtkWidget* widget, GdkColor* primary, GdkColor* secondary) c_gtk_widget_modify_cursor;
9545 	void function(GtkWidget* widget, GtkStateType state, GdkColor* color) c_gtk_widget_modify_fg;
9546 	void function(GtkWidget* widget, PangoFontDescription* fontDesc) c_gtk_widget_modify_font;
9547 	void function(GtkWidget* widget, GtkRcStyle* style) c_gtk_widget_modify_style;
9548 	void function(GtkWidget* widget, GtkStateType state, GdkColor* color) c_gtk_widget_modify_text;
9549 	void function(GtkWidget* widget, GtkStateFlags state, GdkRGBA* color) c_gtk_widget_override_background_color;
9550 	void function(GtkWidget* widget, GtkStateFlags state, GdkRGBA* color) c_gtk_widget_override_color;
9551 	void function(GtkWidget* widget, GdkRGBA* cursor, GdkRGBA* secondaryCursor) c_gtk_widget_override_cursor;
9552 	void function(GtkWidget* widget, PangoFontDescription* fontDesc) c_gtk_widget_override_font;
9553 	void function(GtkWidget* widget, const(char)* name, GdkRGBA* color) c_gtk_widget_override_symbolic_color;
9554 	void function(GtkWidget* widget, uint* pathLength, char** path, char** pathReversed) c_gtk_widget_path;
9555 	void function(GtkWidget* widget) c_gtk_widget_queue_compute_expand;
9556 	void function(GtkWidget* widget) c_gtk_widget_queue_draw;
9557 	void function(GtkWidget* widget, int x, int y, int width, int height) c_gtk_widget_queue_draw_area;
9558 	void function(GtkWidget* widget, cairo_region_t* region) c_gtk_widget_queue_draw_region;
9559 	void function(GtkWidget* widget) c_gtk_widget_queue_resize;
9560 	void function(GtkWidget* widget) c_gtk_widget_queue_resize_no_redraw;
9561 	void function(GtkWidget* widget) c_gtk_widget_realize;
9562 	cairo_region_t* function(GtkWidget* widget, cairo_region_t* region) c_gtk_widget_region_intersect;
9563 	void function(GtkWidget* widget, GdkWindow* window) c_gtk_widget_register_window;
9564 	int function(GtkWidget* widget, GtkAccelGroup* accelGroup, uint accelKey, GdkModifierType accelMods) c_gtk_widget_remove_accelerator;
9565 	void function(GtkWidget* widget, GtkWidget* label) c_gtk_widget_remove_mnemonic_label;
9566 	void function(GtkWidget* widget, uint id) c_gtk_widget_remove_tick_callback;
9567 	GdkPixbuf* function(GtkWidget* widget, const(char)* stockId, GtkIconSize size, const(char)* detail) c_gtk_widget_render_icon;
9568 	GdkPixbuf* function(GtkWidget* widget, const(char)* stockId, GtkIconSize size) c_gtk_widget_render_icon_pixbuf;
9569 	void function(GtkWidget* widget, GtkWidget* newParent) c_gtk_widget_reparent;
9570 	void function(GtkWidget* widget) c_gtk_widget_reset_rc_styles;
9571 	void function(GtkWidget* widget) c_gtk_widget_reset_style;
9572 	int function(GtkWidget* widget, GdkEvent* event) c_gtk_widget_send_expose;
9573 	int function(GtkWidget* widget, GdkEvent* event) c_gtk_widget_send_focus_change;
9574 	void function(GtkWidget* widget, const(char)* accelPath, GtkAccelGroup* accelGroup) c_gtk_widget_set_accel_path;
9575 	void function(GtkWidget* widget, GtkAllocation* allocation) c_gtk_widget_set_allocation;
9576 	void function(GtkWidget* widget, int appPaintable) c_gtk_widget_set_app_paintable;
9577 	void function(GtkWidget* widget, int canDefault) c_gtk_widget_set_can_default;
9578 	void function(GtkWidget* widget, int canFocus) c_gtk_widget_set_can_focus;
9579 	void function(GtkWidget* widget, int isVisible) c_gtk_widget_set_child_visible;
9580 	void function(GtkWidget* widget, GtkAllocation* clip) c_gtk_widget_set_clip;
9581 	void function(GtkWidget* widget, const(char)* name) c_gtk_widget_set_composite_name;
9582 	void function(GtkWidget* widget, GdkDevice* device, int enabled) c_gtk_widget_set_device_enabled;
9583 	void function(GtkWidget* widget, GdkDevice* device, GdkEventMask events) c_gtk_widget_set_device_events;
9584 	void function(GtkWidget* widget, GtkTextDirection dir) c_gtk_widget_set_direction;
9585 	void function(GtkWidget* widget, int doubleBuffered) c_gtk_widget_set_double_buffered;
9586 	void function(GtkWidget* widget, int events) c_gtk_widget_set_events;
9587 	void function(GtkWidget* widget, GtkAlign alig) c_gtk_widget_set_halign;
9588 	void function(GtkWidget* widget, int hasTooltip) c_gtk_widget_set_has_tooltip;
9589 	void function(GtkWidget* widget, int hasWindow) c_gtk_widget_set_has_window;
9590 	void function(GtkWidget* widget, int expand) c_gtk_widget_set_hexpand;
9591 	void function(GtkWidget* widget, int set) c_gtk_widget_set_hexpand_set;
9592 	void function(GtkWidget* widget, int mapped) c_gtk_widget_set_mapped;
9593 	void function(GtkWidget* widget, int margin) c_gtk_widget_set_margin_bottom;
9594 	void function(GtkWidget* widget, int margin) c_gtk_widget_set_margin_end;
9595 	void function(GtkWidget* widget, int margin) c_gtk_widget_set_margin_left;
9596 	void function(GtkWidget* widget, int margin) c_gtk_widget_set_margin_right;
9597 	void function(GtkWidget* widget, int margin) c_gtk_widget_set_margin_start;
9598 	void function(GtkWidget* widget, int margin) c_gtk_widget_set_margin_top;
9599 	void function(GtkWidget* widget, const(char)* name) c_gtk_widget_set_name;
9600 	void function(GtkWidget* widget, int noShowAll) c_gtk_widget_set_no_show_all;
9601 	void function(GtkWidget* widget, double opacity) c_gtk_widget_set_opacity;
9602 	void function(GtkWidget* widget, GtkWidget* parent) c_gtk_widget_set_parent;
9603 	void function(GtkWidget* widget, GdkWindow* parentWindow) c_gtk_widget_set_parent_window;
9604 	void function(GtkWidget* widget, int realized) c_gtk_widget_set_realized;
9605 	void function(GtkWidget* widget, int receivesDefault) c_gtk_widget_set_receives_default;
9606 	void function(GtkWidget* widget, int redrawOnAllocate) c_gtk_widget_set_redraw_on_allocate;
9607 	void function(GtkWidget* widget, int sensitive) c_gtk_widget_set_sensitive;
9608 	void function(GtkWidget* widget, int width, int height) c_gtk_widget_set_size_request;
9609 	void function(GtkWidget* widget, GtkStateType state) c_gtk_widget_set_state;
9610 	void function(GtkWidget* widget, GtkStateFlags flags, int clear) c_gtk_widget_set_state_flags;
9611 	void function(GtkWidget* widget, GtkStyle* style) c_gtk_widget_set_style;
9612 	void function(GtkWidget* widget, int supportMultidevice) c_gtk_widget_set_support_multidevice;
9613 	void function(GtkWidget* widget, const(char)* markup) c_gtk_widget_set_tooltip_markup;
9614 	void function(GtkWidget* widget, const(char)* text) c_gtk_widget_set_tooltip_text;
9615 	void function(GtkWidget* widget, GtkWindow* customWindow) c_gtk_widget_set_tooltip_window;
9616 	void function(GtkWidget* widget, GtkAlign alig) c_gtk_widget_set_valign;
9617 	void function(GtkWidget* widget, int expand) c_gtk_widget_set_vexpand;
9618 	void function(GtkWidget* widget, int set) c_gtk_widget_set_vexpand_set;
9619 	void function(GtkWidget* widget, int visible) c_gtk_widget_set_visible;
9620 	void function(GtkWidget* widget, GdkVisual* visual) c_gtk_widget_set_visual;
9621 	void function(GtkWidget* widget, GdkWindow* window) c_gtk_widget_set_window;
9622 	void function(GtkWidget* widget, cairo_region_t* region) c_gtk_widget_shape_combine_region;
9623 	void function(GtkWidget* widget) c_gtk_widget_show;
9624 	void function(GtkWidget* widget) c_gtk_widget_show_all;
9625 	void function(GtkWidget* widget) c_gtk_widget_show_now;
9626 	void function(GtkWidget* widget, GtkAllocation* allocation) c_gtk_widget_size_allocate;
9627 	void function(GtkWidget* widget, GtkAllocation* allocation, int baseline) c_gtk_widget_size_allocate_with_baseline;
9628 	void function(GtkWidget* widget, GtkRequisition* requisition) c_gtk_widget_size_request;
9629 	void function(GtkWidget* widget) c_gtk_widget_style_attach;
9630 	void function(GtkWidget* widget, const(char)* firstPropertyName, ... ) c_gtk_widget_style_get;
9631 	void function(GtkWidget* widget, const(char)* propertyName, GValue* value) c_gtk_widget_style_get_property;
9632 	void function(GtkWidget* widget, const(char)* firstPropertyName, void* varArgs) c_gtk_widget_style_get_valist;
9633 	void function(GtkWidget* widget) c_gtk_widget_thaw_child_notify;
9634 	int function(GtkWidget* srcWidget, GtkWidget* destWidget, int srcX, int srcY, int* destX, int* destY) c_gtk_widget_translate_coordinates;
9635 	void function(GtkWidget* widget) c_gtk_widget_trigger_tooltip_query;
9636 	void function(GtkWidget* widget) c_gtk_widget_unmap;
9637 	void function(GtkWidget* widget) c_gtk_widget_unparent;
9638 	void function(GtkWidget* widget) c_gtk_widget_unrealize;
9639 	void function(GtkWidget* widget, GdkWindow* window) c_gtk_widget_unregister_window;
9640 	void function(GtkWidget* widget, GtkStateFlags flags) c_gtk_widget_unset_state_flags;
9641 	int function(cairo_t* cr, GdkWindow* window) c_gtk_cairo_should_draw_window;
9642 	void function(cairo_t* cr, GtkWidget* widget, GdkWindow* window) c_gtk_cairo_transform_to_window;
9643 	int function(int extraSpace, uint nRequestedSizes, GtkRequestedSize* sizes) c_gtk_distribute_natural_allocation;
9644 
9645 	// gtk.WidgetAccessible
9646 
9647 	GType function() c_gtk_widget_accessible_get_type;
9648 
9649 	// gtk.WidgetClass
9650 
9651 	void function(GtkWidgetClass* widgetClass, const(char)* callbackName, GCallback callbackSymbol) c_gtk_widget_class_bind_template_callback_full;
9652 	void function(GtkWidgetClass* widgetClass, const(char)* name, int internalChild, ptrdiff_t structOffset) c_gtk_widget_class_bind_template_child_full;
9653 	GParamSpec* function(GtkWidgetClass* klass, const(char)* propertyName) c_gtk_widget_class_find_style_property;
9654 	void function(GtkWidgetClass* klass, GParamSpec* pspec) c_gtk_widget_class_install_style_property;
9655 	void function(GtkWidgetClass* klass, GParamSpec* pspec, GtkRcPropertyParser parser) c_gtk_widget_class_install_style_property_parser;
9656 	GParamSpec** function(GtkWidgetClass* klass, uint* nProperties) c_gtk_widget_class_list_style_properties;
9657 	void function(GtkWidgetClass* widgetClass, AtkRole role) c_gtk_widget_class_set_accessible_role;
9658 	void function(GtkWidgetClass* widgetClass, GType type) c_gtk_widget_class_set_accessible_type;
9659 	void function(GtkWidgetClass* widgetClass, GtkBuilderConnectFunc connectFunc, void* connectData, GDestroyNotify connectDataDestroy) c_gtk_widget_class_set_connect_func;
9660 	void function(GtkWidgetClass* widgetClass, GBytes* templateBytes) c_gtk_widget_class_set_template;
9661 	void function(GtkWidgetClass* widgetClass, const(char)* resourceName) c_gtk_widget_class_set_template_from_resource;
9662 
9663 	// gtk.WidgetPath
9664 
9665 	GType function() c_gtk_widget_path_get_type;
9666 	GtkWidgetPath* function() c_gtk_widget_path_new;
9667 	int function(GtkWidgetPath* path, GtkWidget* widget) c_gtk_widget_path_append_for_widget;
9668 	int function(GtkWidgetPath* path, GType type) c_gtk_widget_path_append_type;
9669 	int function(GtkWidgetPath* path, GtkWidgetPath* siblings, uint siblingIndex) c_gtk_widget_path_append_with_siblings;
9670 	GtkWidgetPath* function(GtkWidgetPath* path) c_gtk_widget_path_copy;
9671 	void function(GtkWidgetPath* path) c_gtk_widget_path_free;
9672 	GType function(GtkWidgetPath* path) c_gtk_widget_path_get_object_type;
9673 	int function(GtkWidgetPath* path, GType type) c_gtk_widget_path_has_parent;
9674 	int function(GtkWidgetPath* path, GType type) c_gtk_widget_path_is_type;
9675 	void function(GtkWidgetPath* path, int pos, const(char)* name) c_gtk_widget_path_iter_add_class;
9676 	void function(GtkWidgetPath* path, int pos, const(char)* name, GtkRegionFlags flags) c_gtk_widget_path_iter_add_region;
9677 	void function(GtkWidgetPath* path, int pos) c_gtk_widget_path_iter_clear_classes;
9678 	void function(GtkWidgetPath* path, int pos) c_gtk_widget_path_iter_clear_regions;
9679 	const(char)* function(GtkWidgetPath* path, int pos) c_gtk_widget_path_iter_get_name;
9680 	GType function(GtkWidgetPath* path, int pos) c_gtk_widget_path_iter_get_object_type;
9681 	uint function(GtkWidgetPath* path, int pos) c_gtk_widget_path_iter_get_sibling_index;
9682 	GtkWidgetPath* function(GtkWidgetPath* path, int pos) c_gtk_widget_path_iter_get_siblings;
9683 	GtkStateFlags function(GtkWidgetPath* path, int pos) c_gtk_widget_path_iter_get_state;
9684 	int function(GtkWidgetPath* path, int pos, const(char)* name) c_gtk_widget_path_iter_has_class;
9685 	int function(GtkWidgetPath* path, int pos, const(char)* name) c_gtk_widget_path_iter_has_name;
9686 	int function(GtkWidgetPath* path, int pos, GQuark qname) c_gtk_widget_path_iter_has_qclass;
9687 	int function(GtkWidgetPath* path, int pos, GQuark qname) c_gtk_widget_path_iter_has_qname;
9688 	int function(GtkWidgetPath* path, int pos, GQuark qname, GtkRegionFlags* flags) c_gtk_widget_path_iter_has_qregion;
9689 	int function(GtkWidgetPath* path, int pos, const(char)* name, GtkRegionFlags* flags) c_gtk_widget_path_iter_has_region;
9690 	GSList* function(GtkWidgetPath* path, int pos) c_gtk_widget_path_iter_list_classes;
9691 	GSList* function(GtkWidgetPath* path, int pos) c_gtk_widget_path_iter_list_regions;
9692 	void function(GtkWidgetPath* path, int pos, const(char)* name) c_gtk_widget_path_iter_remove_class;
9693 	void function(GtkWidgetPath* path, int pos, const(char)* name) c_gtk_widget_path_iter_remove_region;
9694 	void function(GtkWidgetPath* path, int pos, const(char)* name) c_gtk_widget_path_iter_set_name;
9695 	void function(GtkWidgetPath* path, int pos, GType type) c_gtk_widget_path_iter_set_object_type;
9696 	void function(GtkWidgetPath* path, int pos, GtkStateFlags state) c_gtk_widget_path_iter_set_state;
9697 	int function(GtkWidgetPath* path) c_gtk_widget_path_length;
9698 	void function(GtkWidgetPath* path, GType type) c_gtk_widget_path_prepend_type;
9699 	GtkWidgetPath* function(GtkWidgetPath* path) c_gtk_widget_path_ref;
9700 	char* function(GtkWidgetPath* path) c_gtk_widget_path_to_string;
9701 	void function(GtkWidgetPath* path) c_gtk_widget_path_unref;
9702 
9703 	// gtk.Window
9704 
9705 	GType function() c_gtk_window_get_type;
9706 	GtkWidget* function(GtkWindowType type) c_gtk_window_new;
9707 	GList* function() c_gtk_window_get_default_icon_list;
9708 	const(char)* function() c_gtk_window_get_default_icon_name;
9709 	GList* function() c_gtk_window_list_toplevels;
9710 	void function(int setting) c_gtk_window_set_auto_startup_notification;
9711 	void function(GdkPixbuf* icon) c_gtk_window_set_default_icon;
9712 	int function(char* filename, GError** err) c_gtk_window_set_default_icon_from_file;
9713 	void function(GList* list) c_gtk_window_set_default_icon_list;
9714 	void function(const(char)* name) c_gtk_window_set_default_icon_name;
9715 	void function(int enable) c_gtk_window_set_interactive_debugging;
9716 	int function(GtkWindow* window) c_gtk_window_activate_default;
9717 	int function(GtkWindow* window) c_gtk_window_activate_focus;
9718 	int function(GtkWindow* window, GdkEventKey* event) c_gtk_window_activate_key;
9719 	void function(GtkWindow* window, GtkAccelGroup* accelGroup) c_gtk_window_add_accel_group;
9720 	void function(GtkWindow* window, uint keyval, GtkWidget* target) c_gtk_window_add_mnemonic;
9721 	void function(GtkWindow* window, int button, int rootX, int rootY, uint timestamp) c_gtk_window_begin_move_drag;
9722 	void function(GtkWindow* window, GdkWindowEdge edge, int button, int rootX, int rootY, uint timestamp) c_gtk_window_begin_resize_drag;
9723 	void function(GtkWindow* window) c_gtk_window_close;
9724 	void function(GtkWindow* window) c_gtk_window_deiconify;
9725 	void function(GtkWindow* window) c_gtk_window_fullscreen;
9726 	int function(GtkWindow* window) c_gtk_window_get_accept_focus;
9727 	GtkApplication* function(GtkWindow* window) c_gtk_window_get_application;
9728 	GtkWidget* function(GtkWindow* window) c_gtk_window_get_attached_to;
9729 	int function(GtkWindow* window) c_gtk_window_get_decorated;
9730 	void function(GtkWindow* window, int* width, int* height) c_gtk_window_get_default_size;
9731 	GtkWidget* function(GtkWindow* window) c_gtk_window_get_default_widget;
9732 	int function(GtkWindow* window) c_gtk_window_get_deletable;
9733 	int function(GtkWindow* window) c_gtk_window_get_destroy_with_parent;
9734 	GtkWidget* function(GtkWindow* window) c_gtk_window_get_focus;
9735 	int function(GtkWindow* window) c_gtk_window_get_focus_on_map;
9736 	int function(GtkWindow* window) c_gtk_window_get_focus_visible;
9737 	GdkGravity function(GtkWindow* window) c_gtk_window_get_gravity;
9738 	GtkWindowGroup* function(GtkWindow* window) c_gtk_window_get_group;
9739 	int function(GtkWindow* window) c_gtk_window_get_has_resize_grip;
9740 	int function(GtkWindow* window) c_gtk_window_get_hide_titlebar_when_maximized;
9741 	GdkPixbuf* function(GtkWindow* window) c_gtk_window_get_icon;
9742 	GList* function(GtkWindow* window) c_gtk_window_get_icon_list;
9743 	const(char)* function(GtkWindow* window) c_gtk_window_get_icon_name;
9744 	GdkModifierType function(GtkWindow* window) c_gtk_window_get_mnemonic_modifier;
9745 	int function(GtkWindow* window) c_gtk_window_get_mnemonics_visible;
9746 	int function(GtkWindow* window) c_gtk_window_get_modal;
9747 	double function(GtkWindow* window) c_gtk_window_get_opacity;
9748 	void function(GtkWindow* window, int* rootX, int* rootY) c_gtk_window_get_position;
9749 	int function(GtkWindow* window) c_gtk_window_get_resizable;
9750 	int function(GtkWindow* window, GdkRectangle* rect) c_gtk_window_get_resize_grip_area;
9751 	const(char)* function(GtkWindow* window) c_gtk_window_get_role;
9752 	GdkScreen* function(GtkWindow* window) c_gtk_window_get_screen;
9753 	void function(GtkWindow* window, int* width, int* height) c_gtk_window_get_size;
9754 	int function(GtkWindow* window) c_gtk_window_get_skip_pager_hint;
9755 	int function(GtkWindow* window) c_gtk_window_get_skip_taskbar_hint;
9756 	const(char)* function(GtkWindow* window) c_gtk_window_get_title;
9757 	GtkWindow* function(GtkWindow* window) c_gtk_window_get_transient_for;
9758 	GdkWindowTypeHint function(GtkWindow* window) c_gtk_window_get_type_hint;
9759 	int function(GtkWindow* window) c_gtk_window_get_urgency_hint;
9760 	GtkWindowType function(GtkWindow* window) c_gtk_window_get_window_type;
9761 	int function(GtkWindow* window) c_gtk_window_has_group;
9762 	int function(GtkWindow* window) c_gtk_window_has_toplevel_focus;
9763 	void function(GtkWindow* window) c_gtk_window_iconify;
9764 	int function(GtkWindow* window) c_gtk_window_is_active;
9765 	int function(GtkWindow* window) c_gtk_window_is_maximized;
9766 	void function(GtkWindow* window) c_gtk_window_maximize;
9767 	int function(GtkWindow* window, uint keyval, GdkModifierType modifier) c_gtk_window_mnemonic_activate;
9768 	void function(GtkWindow* window, int x, int y) c_gtk_window_move;
9769 	int function(GtkWindow* window, const(char)* geometry) c_gtk_window_parse_geometry;
9770 	void function(GtkWindow* window) c_gtk_window_present;
9771 	void function(GtkWindow* window, uint timestamp) c_gtk_window_present_with_time;
9772 	int function(GtkWindow* window, GdkEventKey* event) c_gtk_window_propagate_key_event;
9773 	void function(GtkWindow* window, GtkAccelGroup* accelGroup) c_gtk_window_remove_accel_group;
9774 	void function(GtkWindow* window, uint keyval, GtkWidget* target) c_gtk_window_remove_mnemonic;
9775 	void function(GtkWindow* window) c_gtk_window_reshow_with_initial_size;
9776 	void function(GtkWindow* window, int width, int height) c_gtk_window_resize;
9777 	int function(GtkWindow* window) c_gtk_window_resize_grip_is_visible;
9778 	void function(GtkWindow* window, int width, int height) c_gtk_window_resize_to_geometry;
9779 	void function(GtkWindow* window, int setting) c_gtk_window_set_accept_focus;
9780 	void function(GtkWindow* window, GtkApplication* application) c_gtk_window_set_application;
9781 	void function(GtkWindow* window, GtkWidget* attachWidget) c_gtk_window_set_attached_to;
9782 	void function(GtkWindow* window, int setting) c_gtk_window_set_decorated;
9783 	void function(GtkWindow* window, GtkWidget* defaultWidget) c_gtk_window_set_default;
9784 	void function(GtkWindow* window, int width, int height) c_gtk_window_set_default_geometry;
9785 	void function(GtkWindow* window, int width, int height) c_gtk_window_set_default_size;
9786 	void function(GtkWindow* window, int setting) c_gtk_window_set_deletable;
9787 	void function(GtkWindow* window, int setting) c_gtk_window_set_destroy_with_parent;
9788 	void function(GtkWindow* window, GtkWidget* focus) c_gtk_window_set_focus;
9789 	void function(GtkWindow* window, int setting) c_gtk_window_set_focus_on_map;
9790 	void function(GtkWindow* window, int setting) c_gtk_window_set_focus_visible;
9791 	void function(GtkWindow* window, GtkWidget* geometryWidget, GdkGeometry* geometry, GdkWindowHints geomMask) c_gtk_window_set_geometry_hints;
9792 	void function(GtkWindow* window, GdkGravity gravity) c_gtk_window_set_gravity;
9793 	void function(GtkWindow* window, int value) c_gtk_window_set_has_resize_grip;
9794 	void function(GtkWindow* window, int setting) c_gtk_window_set_has_user_ref_count;
9795 	void function(GtkWindow* window, int setting) c_gtk_window_set_hide_titlebar_when_maximized;
9796 	void function(GtkWindow* window, GdkPixbuf* icon) c_gtk_window_set_icon;
9797 	int function(GtkWindow* window, char* filename, GError** err) c_gtk_window_set_icon_from_file;
9798 	void function(GtkWindow* window, GList* list) c_gtk_window_set_icon_list;
9799 	void function(GtkWindow* window, const(char)* name) c_gtk_window_set_icon_name;
9800 	void function(GtkWindow* window, int setting) c_gtk_window_set_keep_above;
9801 	void function(GtkWindow* window, int setting) c_gtk_window_set_keep_below;
9802 	void function(GtkWindow* window, GdkModifierType modifier) c_gtk_window_set_mnemonic_modifier;
9803 	void function(GtkWindow* window, int setting) c_gtk_window_set_mnemonics_visible;
9804 	void function(GtkWindow* window, int modal) c_gtk_window_set_modal;
9805 	void function(GtkWindow* window, double opacity) c_gtk_window_set_opacity;
9806 	void function(GtkWindow* window, GtkWindowPosition position) c_gtk_window_set_position;
9807 	void function(GtkWindow* window, int resizable) c_gtk_window_set_resizable;
9808 	void function(GtkWindow* window, const(char)* role) c_gtk_window_set_role;
9809 	void function(GtkWindow* window, GdkScreen* screen) c_gtk_window_set_screen;
9810 	void function(GtkWindow* window, int setting) c_gtk_window_set_skip_pager_hint;
9811 	void function(GtkWindow* window, int setting) c_gtk_window_set_skip_taskbar_hint;
9812 	void function(GtkWindow* window, const(char)* startupId) c_gtk_window_set_startup_id;
9813 	void function(GtkWindow* window, const(char)* title) c_gtk_window_set_title;
9814 	void function(GtkWindow* window, GtkWidget* titlebar) c_gtk_window_set_titlebar;
9815 	void function(GtkWindow* window, GtkWindow* parent) c_gtk_window_set_transient_for;
9816 	void function(GtkWindow* window, GdkWindowTypeHint hint) c_gtk_window_set_type_hint;
9817 	void function(GtkWindow* window, int setting) c_gtk_window_set_urgency_hint;
9818 	void function(GtkWindow* window, const(char)* wmclassName, const(char)* wmclassClass) c_gtk_window_set_wmclass;
9819 	void function(GtkWindow* window) c_gtk_window_stick;
9820 	void function(GtkWindow* window) c_gtk_window_unfullscreen;
9821 	void function(GtkWindow* window) c_gtk_window_unmaximize;
9822 	void function(GtkWindow* window) c_gtk_window_unstick;
9823 
9824 	// gtk.WindowAccessible
9825 
9826 	GType function() c_gtk_window_accessible_get_type;
9827 
9828 	// gtk.WindowGroup
9829 
9830 	GType function() c_gtk_window_group_get_type;
9831 	GtkWindowGroup* function() c_gtk_window_group_new;
9832 	void function(GtkWindowGroup* windowGroup, GtkWindow* window) c_gtk_window_group_add_window;
9833 	GtkWidget* function(GtkWindowGroup* windowGroup, GdkDevice* device) c_gtk_window_group_get_current_device_grab;
9834 	GtkWidget* function(GtkWindowGroup* windowGroup) c_gtk_window_group_get_current_grab;
9835 	GList* function(GtkWindowGroup* windowGroup) c_gtk_window_group_list_windows;
9836 	void function(GtkWindowGroup* windowGroup, GtkWindow* window) c_gtk_window_group_remove_window;
9837 
9838 	// gtk.Main
9839 
9840 	void function(GtkWidget* widget, GdkDevice* device, int blockOthers) c_gtk_device_grab_add;
9841 	void function(GtkWidget* widget, GdkDevice* device) c_gtk_device_grab_remove;
9842 	void function() c_gtk_disable_setlocale;
9843 	int function() c_gtk_events_pending;
9844 	GdkEvent* function() c_gtk_get_current_event;
9845 	GdkDevice* function() c_gtk_get_current_event_device;
9846 	int function(GdkModifierType* state) c_gtk_get_current_event_state;
9847 	uint function() c_gtk_get_current_event_time;
9848 	uint function() c_gtk_get_debug_flags;
9849 	PangoLanguage* function() c_gtk_get_default_language;
9850 	GtkWidget* function(GdkEvent* event) c_gtk_get_event_widget;
9851 	GtkTextDirection function() c_gtk_get_locale_direction;
9852 	GOptionGroup* function(int openDefaultDisplay) c_gtk_get_option_group;
9853 	GtkWidget* function() c_gtk_grab_get_current;
9854 	void function(int* argc, char*** argv) c_gtk_init;
9855 	int function(int* argc, char*** argv) c_gtk_init_check;
9856 	int function(int* argc, char*** argv, const(char)* parameterString, GOptionEntry* entries, const(char)* translationDomain, GError** err) c_gtk_init_with_args;
9857 	uint function(GtkKeySnoopFunc snooper, void* funcData) c_gtk_key_snooper_install;
9858 	void function(uint snooperHandlerId) c_gtk_key_snooper_remove;
9859 	void function() c_gtk_main;
9860 	void function(GdkEvent* event) c_gtk_main_do_event;
9861 	int function() c_gtk_main_iteration;
9862 	int function(int blocking) c_gtk_main_iteration_do;
9863 	uint function() c_gtk_main_level;
9864 	void function() c_gtk_main_quit;
9865 	int function(int* argc, char*** argv) c_gtk_parse_args;
9866 	void function(GtkWidget* widget, GdkEvent* event) c_gtk_propagate_event;
9867 	void function(uint flags) c_gtk_set_debug_flags;
9868 
9869 	// gtk.Testing
9870 
9871 	GtkWidget* function(const(char)* windowTitle, const(char)* dialogText) c_gtk_test_create_simple_window;
9872 	GtkWidget* function(GType widgetType, const(char)* firstPropertyName, ... ) c_gtk_test_create_widget;
9873 	GtkWidget* function(const(char)* windowTitle, const(char)* dialogText, ... ) c_gtk_test_display_button_window;
9874 	GtkWidget* function(GtkWidget* widget, const(char)* labelPattern) c_gtk_test_find_label;
9875 	GtkWidget* function(GtkWidget* baseWidget, GType widgetType) c_gtk_test_find_sibling;
9876 	GtkWidget* function(GtkWidget* widget, const(char)* labelPattern, GType widgetType) c_gtk_test_find_widget;
9877 	void function(int* argcp, char*** argvp, ... ) c_gtk_test_init;
9878 	GType* function(uint* nTypes) c_gtk_test_list_all_types;
9879 	void function() c_gtk_test_register_all_types;
9880 	double function(GtkWidget* widget) c_gtk_test_slider_get_value;
9881 	void function(GtkWidget* widget, double percentage) c_gtk_test_slider_set_perc;
9882 	int function(GtkSpinButton* spinner, uint button, int upwards) c_gtk_test_spin_button_click;
9883 	char* function(GtkWidget* widget) c_gtk_test_text_get;
9884 	void function(GtkWidget* widget, const(char)* str) c_gtk_test_text_set;
9885 	int function(GtkWidget* widget, uint button, GdkModifierType modifiers) c_gtk_test_widget_click;
9886 	int function(GtkWidget* widget, uint keyval, GdkModifierType modifiers) c_gtk_test_widget_send_key;
9887 	void function(GtkWidget* widget) c_gtk_test_widget_wait_for_draw;
9888 
9889 	// gtk.DragAndDrop
9890 
9891 	void function(GdkDragContext* context, int success, int del, uint time) c_gtk_drag_finish;
9892 	GtkWidget* function(GdkDragContext* context) c_gtk_drag_get_source_widget;
9893 	void function(GdkDragContext* context) c_gtk_drag_set_icon_default;
9894 	void function(GdkDragContext* context, GIcon* icon, int hotX, int hotY) c_gtk_drag_set_icon_gicon;
9895 	void function(GdkDragContext* context, const(char)* iconName, int hotX, int hotY) c_gtk_drag_set_icon_name;
9896 	void function(GdkDragContext* context, GdkPixbuf* pixbuf, int hotX, int hotY) c_gtk_drag_set_icon_pixbuf;
9897 	void function(GdkDragContext* context, const(char)* stockId, int hotX, int hotY) c_gtk_drag_set_icon_stock;
9898 	void function(GdkDragContext* context, cairo_surface_t* surface) c_gtk_drag_set_icon_surface;
9899 	void function(GdkDragContext* context, GtkWidget* widget, int hotX, int hotY) c_gtk_drag_set_icon_widget;
9900 	void function(GtkWidget* widget, cairo_t* cr, GdkRectangle* location, int isPrimary, GtkTextDirection direction, int drawArrow) c_gtk_draw_insertion_cursor;
9901 
9902 	// gtk.IconSize
9903 
9904 	GtkIconSize function(const(char)* name) c_gtk_icon_size_from_name;
9905 	const(char)* function(GtkIconSize size) c_gtk_icon_size_get_name;
9906 	int function(GtkIconSize size, int* width, int* height) c_gtk_icon_size_lookup;
9907 	int function(GtkSettings* settings, GtkIconSize size, int* width, int* height) c_gtk_icon_size_lookup_for_settings;
9908 	GtkIconSize function(const(char)* name, int width, int height) c_gtk_icon_size_register;
9909 	void function(const(char)* alias_, GtkIconSize target) c_gtk_icon_size_register_alias;
9910 
9911 	// gtk.Version
9912 
9913 	const(char)* function(uint requiredMajor, uint requiredMinor, uint requiredMicro) c_gtk_check_version;
9914 	uint function() c_gtk_get_binary_age;
9915 	uint function() c_gtk_get_interface_age;
9916 	uint function() c_gtk_get_major_version;
9917 	uint function() c_gtk_get_micro_version;
9918 	uint function() c_gtk_get_minor_version;
9919 }
9920 
9921 
9922 // gtk.AboutDialog
9923 
9924 alias c_gtk_about_dialog_get_type gtk_about_dialog_get_type;
9925 alias c_gtk_about_dialog_new gtk_about_dialog_new;
9926 alias c_gtk_about_dialog_add_credit_section gtk_about_dialog_add_credit_section;
9927 alias c_gtk_about_dialog_get_artists gtk_about_dialog_get_artists;
9928 alias c_gtk_about_dialog_get_authors gtk_about_dialog_get_authors;
9929 alias c_gtk_about_dialog_get_comments gtk_about_dialog_get_comments;
9930 alias c_gtk_about_dialog_get_copyright gtk_about_dialog_get_copyright;
9931 alias c_gtk_about_dialog_get_documenters gtk_about_dialog_get_documenters;
9932 alias c_gtk_about_dialog_get_license gtk_about_dialog_get_license;
9933 alias c_gtk_about_dialog_get_license_type gtk_about_dialog_get_license_type;
9934 alias c_gtk_about_dialog_get_logo gtk_about_dialog_get_logo;
9935 alias c_gtk_about_dialog_get_logo_icon_name gtk_about_dialog_get_logo_icon_name;
9936 alias c_gtk_about_dialog_get_program_name gtk_about_dialog_get_program_name;
9937 alias c_gtk_about_dialog_get_translator_credits gtk_about_dialog_get_translator_credits;
9938 alias c_gtk_about_dialog_get_version gtk_about_dialog_get_version;
9939 alias c_gtk_about_dialog_get_website gtk_about_dialog_get_website;
9940 alias c_gtk_about_dialog_get_website_label gtk_about_dialog_get_website_label;
9941 alias c_gtk_about_dialog_get_wrap_license gtk_about_dialog_get_wrap_license;
9942 alias c_gtk_about_dialog_set_artists gtk_about_dialog_set_artists;
9943 alias c_gtk_about_dialog_set_authors gtk_about_dialog_set_authors;
9944 alias c_gtk_about_dialog_set_comments gtk_about_dialog_set_comments;
9945 alias c_gtk_about_dialog_set_copyright gtk_about_dialog_set_copyright;
9946 alias c_gtk_about_dialog_set_documenters gtk_about_dialog_set_documenters;
9947 alias c_gtk_about_dialog_set_license gtk_about_dialog_set_license;
9948 alias c_gtk_about_dialog_set_license_type gtk_about_dialog_set_license_type;
9949 alias c_gtk_about_dialog_set_logo gtk_about_dialog_set_logo;
9950 alias c_gtk_about_dialog_set_logo_icon_name gtk_about_dialog_set_logo_icon_name;
9951 alias c_gtk_about_dialog_set_program_name gtk_about_dialog_set_program_name;
9952 alias c_gtk_about_dialog_set_translator_credits gtk_about_dialog_set_translator_credits;
9953 alias c_gtk_about_dialog_set_version gtk_about_dialog_set_version;
9954 alias c_gtk_about_dialog_set_website gtk_about_dialog_set_website;
9955 alias c_gtk_about_dialog_set_website_label gtk_about_dialog_set_website_label;
9956 alias c_gtk_about_dialog_set_wrap_license gtk_about_dialog_set_wrap_license;
9957 alias c_gtk_show_about_dialog gtk_show_about_dialog;
9958 
9959 // gtk.AccelGroup
9960 
9961 alias c_gtk_accel_group_get_type gtk_accel_group_get_type;
9962 alias c_gtk_accel_group_new gtk_accel_group_new;
9963 alias c_gtk_accel_group_from_accel_closure gtk_accel_group_from_accel_closure;
9964 alias c_gtk_accel_group_activate gtk_accel_group_activate;
9965 alias c_gtk_accel_group_connect gtk_accel_group_connect;
9966 alias c_gtk_accel_group_connect_by_path gtk_accel_group_connect_by_path;
9967 alias c_gtk_accel_group_disconnect gtk_accel_group_disconnect;
9968 alias c_gtk_accel_group_disconnect_key gtk_accel_group_disconnect_key;
9969 alias c_gtk_accel_group_find gtk_accel_group_find;
9970 alias c_gtk_accel_group_get_is_locked gtk_accel_group_get_is_locked;
9971 alias c_gtk_accel_group_get_modifier_mask gtk_accel_group_get_modifier_mask;
9972 alias c_gtk_accel_group_lock gtk_accel_group_lock;
9973 alias c_gtk_accel_group_query gtk_accel_group_query;
9974 alias c_gtk_accel_group_unlock gtk_accel_group_unlock;
9975 alias c_gtk_accel_groups_activate gtk_accel_groups_activate;
9976 alias c_gtk_accel_groups_from_object gtk_accel_groups_from_object;
9977 alias c_gtk_accelerator_get_default_mod_mask gtk_accelerator_get_default_mod_mask;
9978 alias c_gtk_accelerator_get_label gtk_accelerator_get_label;
9979 alias c_gtk_accelerator_get_label_with_keycode gtk_accelerator_get_label_with_keycode;
9980 alias c_gtk_accelerator_name gtk_accelerator_name;
9981 alias c_gtk_accelerator_name_with_keycode gtk_accelerator_name_with_keycode;
9982 alias c_gtk_accelerator_parse gtk_accelerator_parse;
9983 alias c_gtk_accelerator_parse_with_keycode gtk_accelerator_parse_with_keycode;
9984 alias c_gtk_accelerator_set_default_mod_mask gtk_accelerator_set_default_mod_mask;
9985 alias c_gtk_accelerator_valid gtk_accelerator_valid;
9986 
9987 // gtk.AccelLabel
9988 
9989 alias c_gtk_accel_label_get_type gtk_accel_label_get_type;
9990 alias c_gtk_accel_label_new gtk_accel_label_new;
9991 alias c_gtk_accel_label_get_accel gtk_accel_label_get_accel;
9992 alias c_gtk_accel_label_get_accel_widget gtk_accel_label_get_accel_widget;
9993 alias c_gtk_accel_label_get_accel_width gtk_accel_label_get_accel_width;
9994 alias c_gtk_accel_label_refetch gtk_accel_label_refetch;
9995 alias c_gtk_accel_label_set_accel gtk_accel_label_set_accel;
9996 alias c_gtk_accel_label_set_accel_closure gtk_accel_label_set_accel_closure;
9997 alias c_gtk_accel_label_set_accel_widget gtk_accel_label_set_accel_widget;
9998 
9999 // gtk.AccelMap
10000 
10001 alias c_gtk_accel_map_get_type gtk_accel_map_get_type;
10002 alias c_gtk_accel_map_add_entry gtk_accel_map_add_entry;
10003 alias c_gtk_accel_map_add_filter gtk_accel_map_add_filter;
10004 alias c_gtk_accel_map_change_entry gtk_accel_map_change_entry;
10005 alias c_gtk_accel_map_foreach gtk_accel_map_foreach;
10006 alias c_gtk_accel_map_foreach_unfiltered gtk_accel_map_foreach_unfiltered;
10007 alias c_gtk_accel_map_get gtk_accel_map_get;
10008 alias c_gtk_accel_map_load gtk_accel_map_load;
10009 alias c_gtk_accel_map_load_fd gtk_accel_map_load_fd;
10010 alias c_gtk_accel_map_load_scanner gtk_accel_map_load_scanner;
10011 alias c_gtk_accel_map_lock_path gtk_accel_map_lock_path;
10012 alias c_gtk_accel_map_lookup_entry gtk_accel_map_lookup_entry;
10013 alias c_gtk_accel_map_save gtk_accel_map_save;
10014 alias c_gtk_accel_map_save_fd gtk_accel_map_save_fd;
10015 alias c_gtk_accel_map_unlock_path gtk_accel_map_unlock_path;
10016 
10017 // gtk.Accessible
10018 
10019 alias c_gtk_accessible_get_type gtk_accessible_get_type;
10020 alias c_gtk_accessible_connect_widget_destroyed gtk_accessible_connect_widget_destroyed;
10021 alias c_gtk_accessible_get_widget gtk_accessible_get_widget;
10022 alias c_gtk_accessible_set_widget gtk_accessible_set_widget;
10023 
10024 // gtk.Action
10025 
10026 alias c_gtk_action_get_type gtk_action_get_type;
10027 alias c_gtk_action_new gtk_action_new;
10028 alias c_gtk_action_activate gtk_action_activate;
10029 alias c_gtk_action_block_activate gtk_action_block_activate;
10030 alias c_gtk_action_connect_accelerator gtk_action_connect_accelerator;
10031 alias c_gtk_action_create_icon gtk_action_create_icon;
10032 alias c_gtk_action_create_menu gtk_action_create_menu;
10033 alias c_gtk_action_create_menu_item gtk_action_create_menu_item;
10034 alias c_gtk_action_create_tool_item gtk_action_create_tool_item;
10035 alias c_gtk_action_disconnect_accelerator gtk_action_disconnect_accelerator;
10036 alias c_gtk_action_get_accel_closure gtk_action_get_accel_closure;
10037 alias c_gtk_action_get_accel_path gtk_action_get_accel_path;
10038 alias c_gtk_action_get_always_show_image gtk_action_get_always_show_image;
10039 alias c_gtk_action_get_gicon gtk_action_get_gicon;
10040 alias c_gtk_action_get_icon_name gtk_action_get_icon_name;
10041 alias c_gtk_action_get_is_important gtk_action_get_is_important;
10042 alias c_gtk_action_get_label gtk_action_get_label;
10043 alias c_gtk_action_get_name gtk_action_get_name;
10044 alias c_gtk_action_get_proxies gtk_action_get_proxies;
10045 alias c_gtk_action_get_sensitive gtk_action_get_sensitive;
10046 alias c_gtk_action_get_short_label gtk_action_get_short_label;
10047 alias c_gtk_action_get_stock_id gtk_action_get_stock_id;
10048 alias c_gtk_action_get_tooltip gtk_action_get_tooltip;
10049 alias c_gtk_action_get_visible gtk_action_get_visible;
10050 alias c_gtk_action_get_visible_horizontal gtk_action_get_visible_horizontal;
10051 alias c_gtk_action_get_visible_vertical gtk_action_get_visible_vertical;
10052 alias c_gtk_action_is_sensitive gtk_action_is_sensitive;
10053 alias c_gtk_action_is_visible gtk_action_is_visible;
10054 alias c_gtk_action_set_accel_group gtk_action_set_accel_group;
10055 alias c_gtk_action_set_accel_path gtk_action_set_accel_path;
10056 alias c_gtk_action_set_always_show_image gtk_action_set_always_show_image;
10057 alias c_gtk_action_set_gicon gtk_action_set_gicon;
10058 alias c_gtk_action_set_icon_name gtk_action_set_icon_name;
10059 alias c_gtk_action_set_is_important gtk_action_set_is_important;
10060 alias c_gtk_action_set_label gtk_action_set_label;
10061 alias c_gtk_action_set_sensitive gtk_action_set_sensitive;
10062 alias c_gtk_action_set_short_label gtk_action_set_short_label;
10063 alias c_gtk_action_set_stock_id gtk_action_set_stock_id;
10064 alias c_gtk_action_set_tooltip gtk_action_set_tooltip;
10065 alias c_gtk_action_set_visible gtk_action_set_visible;
10066 alias c_gtk_action_set_visible_horizontal gtk_action_set_visible_horizontal;
10067 alias c_gtk_action_set_visible_vertical gtk_action_set_visible_vertical;
10068 alias c_gtk_action_unblock_activate gtk_action_unblock_activate;
10069 
10070 // gtk.ActionBar
10071 
10072 alias c_gtk_action_bar_get_type gtk_action_bar_get_type;
10073 alias c_gtk_action_bar_new gtk_action_bar_new;
10074 alias c_gtk_action_bar_get_center_widget gtk_action_bar_get_center_widget;
10075 alias c_gtk_action_bar_pack_end gtk_action_bar_pack_end;
10076 alias c_gtk_action_bar_pack_start gtk_action_bar_pack_start;
10077 alias c_gtk_action_bar_set_center_widget gtk_action_bar_set_center_widget;
10078 
10079 // gtk.ActionGroup
10080 
10081 alias c_gtk_action_group_get_type gtk_action_group_get_type;
10082 alias c_gtk_action_group_new gtk_action_group_new;
10083 alias c_gtk_action_group_add_action gtk_action_group_add_action;
10084 alias c_gtk_action_group_add_action_with_accel gtk_action_group_add_action_with_accel;
10085 alias c_gtk_action_group_add_actions gtk_action_group_add_actions;
10086 alias c_gtk_action_group_add_actions_full gtk_action_group_add_actions_full;
10087 alias c_gtk_action_group_add_radio_actions gtk_action_group_add_radio_actions;
10088 alias c_gtk_action_group_add_radio_actions_full gtk_action_group_add_radio_actions_full;
10089 alias c_gtk_action_group_add_toggle_actions gtk_action_group_add_toggle_actions;
10090 alias c_gtk_action_group_add_toggle_actions_full gtk_action_group_add_toggle_actions_full;
10091 alias c_gtk_action_group_get_accel_group gtk_action_group_get_accel_group;
10092 alias c_gtk_action_group_get_action gtk_action_group_get_action;
10093 alias c_gtk_action_group_get_name gtk_action_group_get_name;
10094 alias c_gtk_action_group_get_sensitive gtk_action_group_get_sensitive;
10095 alias c_gtk_action_group_get_visible gtk_action_group_get_visible;
10096 alias c_gtk_action_group_list_actions gtk_action_group_list_actions;
10097 alias c_gtk_action_group_remove_action gtk_action_group_remove_action;
10098 alias c_gtk_action_group_set_accel_group gtk_action_group_set_accel_group;
10099 alias c_gtk_action_group_set_sensitive gtk_action_group_set_sensitive;
10100 alias c_gtk_action_group_set_translate_func gtk_action_group_set_translate_func;
10101 alias c_gtk_action_group_set_translation_domain gtk_action_group_set_translation_domain;
10102 alias c_gtk_action_group_set_visible gtk_action_group_set_visible;
10103 alias c_gtk_action_group_translate_string gtk_action_group_translate_string;
10104 
10105 // gtk.Actionable
10106 
10107 alias c_gtk_actionable_get_type gtk_actionable_get_type;
10108 alias c_gtk_actionable_get_action_name gtk_actionable_get_action_name;
10109 alias c_gtk_actionable_get_action_target_value gtk_actionable_get_action_target_value;
10110 alias c_gtk_actionable_set_action_name gtk_actionable_set_action_name;
10111 alias c_gtk_actionable_set_action_target gtk_actionable_set_action_target;
10112 alias c_gtk_actionable_set_action_target_value gtk_actionable_set_action_target_value;
10113 alias c_gtk_actionable_set_detailed_action_name gtk_actionable_set_detailed_action_name;
10114 
10115 // gtk.Activatable
10116 
10117 alias c_gtk_activatable_get_type gtk_activatable_get_type;
10118 alias c_gtk_activatable_do_set_related_action gtk_activatable_do_set_related_action;
10119 alias c_gtk_activatable_get_related_action gtk_activatable_get_related_action;
10120 alias c_gtk_activatable_get_use_action_appearance gtk_activatable_get_use_action_appearance;
10121 alias c_gtk_activatable_set_related_action gtk_activatable_set_related_action;
10122 alias c_gtk_activatable_set_use_action_appearance gtk_activatable_set_use_action_appearance;
10123 alias c_gtk_activatable_sync_action_properties gtk_activatable_sync_action_properties;
10124 
10125 // gtk.Adjustment
10126 
10127 alias c_gtk_adjustment_get_type gtk_adjustment_get_type;
10128 alias c_gtk_adjustment_new gtk_adjustment_new;
10129 alias c_gtk_adjustment_changed gtk_adjustment_changed;
10130 alias c_gtk_adjustment_clamp_page gtk_adjustment_clamp_page;
10131 alias c_gtk_adjustment_configure gtk_adjustment_configure;
10132 alias c_gtk_adjustment_get_lower gtk_adjustment_get_lower;
10133 alias c_gtk_adjustment_get_minimum_increment gtk_adjustment_get_minimum_increment;
10134 alias c_gtk_adjustment_get_page_increment gtk_adjustment_get_page_increment;
10135 alias c_gtk_adjustment_get_page_size gtk_adjustment_get_page_size;
10136 alias c_gtk_adjustment_get_step_increment gtk_adjustment_get_step_increment;
10137 alias c_gtk_adjustment_get_upper gtk_adjustment_get_upper;
10138 alias c_gtk_adjustment_get_value gtk_adjustment_get_value;
10139 alias c_gtk_adjustment_set_lower gtk_adjustment_set_lower;
10140 alias c_gtk_adjustment_set_page_increment gtk_adjustment_set_page_increment;
10141 alias c_gtk_adjustment_set_page_size gtk_adjustment_set_page_size;
10142 alias c_gtk_adjustment_set_step_increment gtk_adjustment_set_step_increment;
10143 alias c_gtk_adjustment_set_upper gtk_adjustment_set_upper;
10144 alias c_gtk_adjustment_set_value gtk_adjustment_set_value;
10145 alias c_gtk_adjustment_value_changed gtk_adjustment_value_changed;
10146 
10147 // gtk.Alignment
10148 
10149 alias c_gtk_alignment_get_type gtk_alignment_get_type;
10150 alias c_gtk_alignment_new gtk_alignment_new;
10151 alias c_gtk_alignment_get_padding gtk_alignment_get_padding;
10152 alias c_gtk_alignment_set gtk_alignment_set;
10153 alias c_gtk_alignment_set_padding gtk_alignment_set_padding;
10154 
10155 // gtk.AppChooser
10156 
10157 alias c_gtk_app_chooser_get_type gtk_app_chooser_get_type;
10158 alias c_gtk_app_chooser_get_app_info gtk_app_chooser_get_app_info;
10159 alias c_gtk_app_chooser_get_content_type gtk_app_chooser_get_content_type;
10160 alias c_gtk_app_chooser_refresh gtk_app_chooser_refresh;
10161 
10162 // gtk.AppChooserButton
10163 
10164 alias c_gtk_app_chooser_button_get_type gtk_app_chooser_button_get_type;
10165 alias c_gtk_app_chooser_button_new gtk_app_chooser_button_new;
10166 alias c_gtk_app_chooser_button_append_custom_item gtk_app_chooser_button_append_custom_item;
10167 alias c_gtk_app_chooser_button_append_separator gtk_app_chooser_button_append_separator;
10168 alias c_gtk_app_chooser_button_get_heading gtk_app_chooser_button_get_heading;
10169 alias c_gtk_app_chooser_button_get_show_default_item gtk_app_chooser_button_get_show_default_item;
10170 alias c_gtk_app_chooser_button_get_show_dialog_item gtk_app_chooser_button_get_show_dialog_item;
10171 alias c_gtk_app_chooser_button_set_active_custom_item gtk_app_chooser_button_set_active_custom_item;
10172 alias c_gtk_app_chooser_button_set_heading gtk_app_chooser_button_set_heading;
10173 alias c_gtk_app_chooser_button_set_show_default_item gtk_app_chooser_button_set_show_default_item;
10174 alias c_gtk_app_chooser_button_set_show_dialog_item gtk_app_chooser_button_set_show_dialog_item;
10175 
10176 // gtk.AppChooserDialog
10177 
10178 alias c_gtk_app_chooser_dialog_get_type gtk_app_chooser_dialog_get_type;
10179 alias c_gtk_app_chooser_dialog_new gtk_app_chooser_dialog_new;
10180 alias c_gtk_app_chooser_dialog_new_for_content_type gtk_app_chooser_dialog_new_for_content_type;
10181 alias c_gtk_app_chooser_dialog_get_heading gtk_app_chooser_dialog_get_heading;
10182 alias c_gtk_app_chooser_dialog_get_widget gtk_app_chooser_dialog_get_widget;
10183 alias c_gtk_app_chooser_dialog_set_heading gtk_app_chooser_dialog_set_heading;
10184 
10185 // gtk.AppChooserWidget
10186 
10187 alias c_gtk_app_chooser_widget_get_type gtk_app_chooser_widget_get_type;
10188 alias c_gtk_app_chooser_widget_new gtk_app_chooser_widget_new;
10189 alias c_gtk_app_chooser_widget_get_default_text gtk_app_chooser_widget_get_default_text;
10190 alias c_gtk_app_chooser_widget_get_show_all gtk_app_chooser_widget_get_show_all;
10191 alias c_gtk_app_chooser_widget_get_show_default gtk_app_chooser_widget_get_show_default;
10192 alias c_gtk_app_chooser_widget_get_show_fallback gtk_app_chooser_widget_get_show_fallback;
10193 alias c_gtk_app_chooser_widget_get_show_other gtk_app_chooser_widget_get_show_other;
10194 alias c_gtk_app_chooser_widget_get_show_recommended gtk_app_chooser_widget_get_show_recommended;
10195 alias c_gtk_app_chooser_widget_set_default_text gtk_app_chooser_widget_set_default_text;
10196 alias c_gtk_app_chooser_widget_set_show_all gtk_app_chooser_widget_set_show_all;
10197 alias c_gtk_app_chooser_widget_set_show_default gtk_app_chooser_widget_set_show_default;
10198 alias c_gtk_app_chooser_widget_set_show_fallback gtk_app_chooser_widget_set_show_fallback;
10199 alias c_gtk_app_chooser_widget_set_show_other gtk_app_chooser_widget_set_show_other;
10200 alias c_gtk_app_chooser_widget_set_show_recommended gtk_app_chooser_widget_set_show_recommended;
10201 
10202 // gtk.Application
10203 
10204 alias c_gtk_application_get_type gtk_application_get_type;
10205 alias c_gtk_application_new gtk_application_new;
10206 alias c_gtk_application_add_accelerator gtk_application_add_accelerator;
10207 alias c_gtk_application_add_window gtk_application_add_window;
10208 alias c_gtk_application_get_accels_for_action gtk_application_get_accels_for_action;
10209 alias c_gtk_application_get_actions_for_accel gtk_application_get_actions_for_accel;
10210 alias c_gtk_application_get_active_window gtk_application_get_active_window;
10211 alias c_gtk_application_get_app_menu gtk_application_get_app_menu;
10212 alias c_gtk_application_get_menu_by_id gtk_application_get_menu_by_id;
10213 alias c_gtk_application_get_menubar gtk_application_get_menubar;
10214 alias c_gtk_application_get_window_by_id gtk_application_get_window_by_id;
10215 alias c_gtk_application_get_windows gtk_application_get_windows;
10216 alias c_gtk_application_inhibit gtk_application_inhibit;
10217 alias c_gtk_application_is_inhibited gtk_application_is_inhibited;
10218 alias c_gtk_application_list_action_descriptions gtk_application_list_action_descriptions;
10219 alias c_gtk_application_prefers_app_menu gtk_application_prefers_app_menu;
10220 alias c_gtk_application_remove_accelerator gtk_application_remove_accelerator;
10221 alias c_gtk_application_remove_window gtk_application_remove_window;
10222 alias c_gtk_application_set_accels_for_action gtk_application_set_accels_for_action;
10223 alias c_gtk_application_set_app_menu gtk_application_set_app_menu;
10224 alias c_gtk_application_set_menubar gtk_application_set_menubar;
10225 alias c_gtk_application_uninhibit gtk_application_uninhibit;
10226 
10227 // gtk.ApplicationWindow
10228 
10229 alias c_gtk_application_window_get_type gtk_application_window_get_type;
10230 alias c_gtk_application_window_new gtk_application_window_new;
10231 alias c_gtk_application_window_get_id gtk_application_window_get_id;
10232 alias c_gtk_application_window_get_show_menubar gtk_application_window_get_show_menubar;
10233 alias c_gtk_application_window_set_show_menubar gtk_application_window_set_show_menubar;
10234 
10235 // gtk.Arrow
10236 
10237 alias c_gtk_arrow_get_type gtk_arrow_get_type;
10238 alias c_gtk_arrow_new gtk_arrow_new;
10239 alias c_gtk_arrow_set gtk_arrow_set;
10240 
10241 // gtk.ArrowAccessible
10242 
10243 alias c_gtk_arrow_accessible_get_type gtk_arrow_accessible_get_type;
10244 
10245 // gtk.AspectFrame
10246 
10247 alias c_gtk_aspect_frame_get_type gtk_aspect_frame_get_type;
10248 alias c_gtk_aspect_frame_new gtk_aspect_frame_new;
10249 alias c_gtk_aspect_frame_set gtk_aspect_frame_set;
10250 
10251 // gtk.Assistant
10252 
10253 alias c_gtk_assistant_get_type gtk_assistant_get_type;
10254 alias c_gtk_assistant_new gtk_assistant_new;
10255 alias c_gtk_assistant_add_action_widget gtk_assistant_add_action_widget;
10256 alias c_gtk_assistant_append_page gtk_assistant_append_page;
10257 alias c_gtk_assistant_commit gtk_assistant_commit;
10258 alias c_gtk_assistant_get_current_page gtk_assistant_get_current_page;
10259 alias c_gtk_assistant_get_n_pages gtk_assistant_get_n_pages;
10260 alias c_gtk_assistant_get_nth_page gtk_assistant_get_nth_page;
10261 alias c_gtk_assistant_get_page_complete gtk_assistant_get_page_complete;
10262 alias c_gtk_assistant_get_page_header_image gtk_assistant_get_page_header_image;
10263 alias c_gtk_assistant_get_page_side_image gtk_assistant_get_page_side_image;
10264 alias c_gtk_assistant_get_page_title gtk_assistant_get_page_title;
10265 alias c_gtk_assistant_get_page_type gtk_assistant_get_page_type;
10266 alias c_gtk_assistant_insert_page gtk_assistant_insert_page;
10267 alias c_gtk_assistant_next_page gtk_assistant_next_page;
10268 alias c_gtk_assistant_prepend_page gtk_assistant_prepend_page;
10269 alias c_gtk_assistant_previous_page gtk_assistant_previous_page;
10270 alias c_gtk_assistant_remove_action_widget gtk_assistant_remove_action_widget;
10271 alias c_gtk_assistant_remove_page gtk_assistant_remove_page;
10272 alias c_gtk_assistant_set_current_page gtk_assistant_set_current_page;
10273 alias c_gtk_assistant_set_forward_page_func gtk_assistant_set_forward_page_func;
10274 alias c_gtk_assistant_set_page_complete gtk_assistant_set_page_complete;
10275 alias c_gtk_assistant_set_page_header_image gtk_assistant_set_page_header_image;
10276 alias c_gtk_assistant_set_page_side_image gtk_assistant_set_page_side_image;
10277 alias c_gtk_assistant_set_page_title gtk_assistant_set_page_title;
10278 alias c_gtk_assistant_set_page_type gtk_assistant_set_page_type;
10279 alias c_gtk_assistant_update_buttons_state gtk_assistant_update_buttons_state;
10280 
10281 // gtk.Bin
10282 
10283 alias c_gtk_bin_get_type gtk_bin_get_type;
10284 alias c_gtk_bin_get_child gtk_bin_get_child;
10285 
10286 // gtk.BindingEntry
10287 
10288 alias c_gtk_binding_entry_add_signal gtk_binding_entry_add_signal;
10289 alias c_gtk_binding_entry_add_signal_from_string gtk_binding_entry_add_signal_from_string;
10290 alias c_gtk_binding_entry_add_signall gtk_binding_entry_add_signall;
10291 alias c_gtk_binding_entry_remove gtk_binding_entry_remove;
10292 alias c_gtk_binding_entry_skip gtk_binding_entry_skip;
10293 
10294 // gtk.BindingSet
10295 
10296 alias c_gtk_binding_set_activate gtk_binding_set_activate;
10297 alias c_gtk_binding_set_add_path gtk_binding_set_add_path;
10298 alias c_gtk_binding_set_by_class gtk_binding_set_by_class;
10299 alias c_gtk_binding_set_find gtk_binding_set_find;
10300 alias c_gtk_binding_set_new gtk_binding_set_new;
10301 alias c_gtk_bindings_activate gtk_bindings_activate;
10302 alias c_gtk_bindings_activate_event gtk_bindings_activate_event;
10303 
10304 // gtk.BooleanCellAccessible
10305 
10306 alias c_gtk_boolean_cell_accessible_get_type gtk_boolean_cell_accessible_get_type;
10307 
10308 // gtk.Border
10309 
10310 alias c_gtk_border_get_type gtk_border_get_type;
10311 alias c_gtk_border_new gtk_border_new;
10312 alias c_gtk_border_copy gtk_border_copy;
10313 alias c_gtk_border_free gtk_border_free;
10314 
10315 // gtk.Box
10316 
10317 alias c_gtk_box_get_type gtk_box_get_type;
10318 alias c_gtk_box_new gtk_box_new;
10319 alias c_gtk_box_get_baseline_position gtk_box_get_baseline_position;
10320 alias c_gtk_box_get_center_widget gtk_box_get_center_widget;
10321 alias c_gtk_box_get_homogeneous gtk_box_get_homogeneous;
10322 alias c_gtk_box_get_spacing gtk_box_get_spacing;
10323 alias c_gtk_box_pack_end gtk_box_pack_end;
10324 alias c_gtk_box_pack_start gtk_box_pack_start;
10325 alias c_gtk_box_query_child_packing gtk_box_query_child_packing;
10326 alias c_gtk_box_reorder_child gtk_box_reorder_child;
10327 alias c_gtk_box_set_baseline_position gtk_box_set_baseline_position;
10328 alias c_gtk_box_set_center_widget gtk_box_set_center_widget;
10329 alias c_gtk_box_set_child_packing gtk_box_set_child_packing;
10330 alias c_gtk_box_set_homogeneous gtk_box_set_homogeneous;
10331 alias c_gtk_box_set_spacing gtk_box_set_spacing;
10332 
10333 // gtk.Buildable
10334 
10335 alias c_gtk_buildable_get_type gtk_buildable_get_type;
10336 alias c_gtk_buildable_add_child gtk_buildable_add_child;
10337 alias c_gtk_buildable_construct_child gtk_buildable_construct_child;
10338 alias c_gtk_buildable_custom_finished gtk_buildable_custom_finished;
10339 alias c_gtk_buildable_custom_tag_end gtk_buildable_custom_tag_end;
10340 alias c_gtk_buildable_custom_tag_start gtk_buildable_custom_tag_start;
10341 alias c_gtk_buildable_get_internal_child gtk_buildable_get_internal_child;
10342 alias c_gtk_buildable_get_name gtk_buildable_get_name;
10343 alias c_gtk_buildable_parser_finished gtk_buildable_parser_finished;
10344 alias c_gtk_buildable_set_buildable_property gtk_buildable_set_buildable_property;
10345 alias c_gtk_buildable_set_name gtk_buildable_set_name;
10346 
10347 // gtk.Builder
10348 
10349 alias c_gtk_builder_get_type gtk_builder_get_type;
10350 alias c_gtk_builder_new gtk_builder_new;
10351 alias c_gtk_builder_new_from_file gtk_builder_new_from_file;
10352 alias c_gtk_builder_new_from_resource gtk_builder_new_from_resource;
10353 alias c_gtk_builder_new_from_string gtk_builder_new_from_string;
10354 alias c_gtk_builder_add_callback_symbol gtk_builder_add_callback_symbol;
10355 alias c_gtk_builder_add_callback_symbols gtk_builder_add_callback_symbols;
10356 alias c_gtk_builder_add_from_file gtk_builder_add_from_file;
10357 alias c_gtk_builder_add_from_resource gtk_builder_add_from_resource;
10358 alias c_gtk_builder_add_from_string gtk_builder_add_from_string;
10359 alias c_gtk_builder_add_objects_from_file gtk_builder_add_objects_from_file;
10360 alias c_gtk_builder_add_objects_from_resource gtk_builder_add_objects_from_resource;
10361 alias c_gtk_builder_add_objects_from_string gtk_builder_add_objects_from_string;
10362 alias c_gtk_builder_connect_signals gtk_builder_connect_signals;
10363 alias c_gtk_builder_connect_signals_full gtk_builder_connect_signals_full;
10364 alias c_gtk_builder_expose_object gtk_builder_expose_object;
10365 alias c_gtk_builder_get_application gtk_builder_get_application;
10366 alias c_gtk_builder_get_object gtk_builder_get_object;
10367 alias c_gtk_builder_get_objects gtk_builder_get_objects;
10368 alias c_gtk_builder_get_translation_domain gtk_builder_get_translation_domain;
10369 alias c_gtk_builder_get_type_from_name gtk_builder_get_type_from_name;
10370 alias c_gtk_builder_lookup_callback_symbol gtk_builder_lookup_callback_symbol;
10371 alias c_gtk_builder_set_application gtk_builder_set_application;
10372 alias c_gtk_builder_set_translation_domain gtk_builder_set_translation_domain;
10373 alias c_gtk_builder_value_from_string gtk_builder_value_from_string;
10374 alias c_gtk_builder_value_from_string_type gtk_builder_value_from_string_type;
10375 
10376 // gtk.Button
10377 
10378 alias c_gtk_button_get_type gtk_button_get_type;
10379 alias c_gtk_button_new gtk_button_new;
10380 alias c_gtk_button_new_from_icon_name gtk_button_new_from_icon_name;
10381 alias c_gtk_button_new_from_stock gtk_button_new_from_stock;
10382 alias c_gtk_button_new_with_label gtk_button_new_with_label;
10383 alias c_gtk_button_new_with_mnemonic gtk_button_new_with_mnemonic;
10384 alias c_gtk_button_clicked gtk_button_clicked;
10385 alias c_gtk_button_enter gtk_button_enter;
10386 alias c_gtk_button_get_alignment gtk_button_get_alignment;
10387 alias c_gtk_button_get_always_show_image gtk_button_get_always_show_image;
10388 alias c_gtk_button_get_event_window gtk_button_get_event_window;
10389 alias c_gtk_button_get_focus_on_click gtk_button_get_focus_on_click;
10390 alias c_gtk_button_get_image gtk_button_get_image;
10391 alias c_gtk_button_get_image_position gtk_button_get_image_position;
10392 alias c_gtk_button_get_label gtk_button_get_label;
10393 alias c_gtk_button_get_relief gtk_button_get_relief;
10394 alias c_gtk_button_get_use_stock gtk_button_get_use_stock;
10395 alias c_gtk_button_get_use_underline gtk_button_get_use_underline;
10396 alias c_gtk_button_leave gtk_button_leave;
10397 alias c_gtk_button_pressed gtk_button_pressed;
10398 alias c_gtk_button_released gtk_button_released;
10399 alias c_gtk_button_set_alignment gtk_button_set_alignment;
10400 alias c_gtk_button_set_always_show_image gtk_button_set_always_show_image;
10401 alias c_gtk_button_set_focus_on_click gtk_button_set_focus_on_click;
10402 alias c_gtk_button_set_image gtk_button_set_image;
10403 alias c_gtk_button_set_image_position gtk_button_set_image_position;
10404 alias c_gtk_button_set_label gtk_button_set_label;
10405 alias c_gtk_button_set_relief gtk_button_set_relief;
10406 alias c_gtk_button_set_use_stock gtk_button_set_use_stock;
10407 alias c_gtk_button_set_use_underline gtk_button_set_use_underline;
10408 
10409 // gtk.ButtonAccessible
10410 
10411 alias c_gtk_button_accessible_get_type gtk_button_accessible_get_type;
10412 
10413 // gtk.ButtonBox
10414 
10415 alias c_gtk_button_box_get_type gtk_button_box_get_type;
10416 alias c_gtk_button_box_new gtk_button_box_new;
10417 alias c_gtk_button_box_get_child_non_homogeneous gtk_button_box_get_child_non_homogeneous;
10418 alias c_gtk_button_box_get_child_secondary gtk_button_box_get_child_secondary;
10419 alias c_gtk_button_box_get_layout gtk_button_box_get_layout;
10420 alias c_gtk_button_box_set_child_non_homogeneous gtk_button_box_set_child_non_homogeneous;
10421 alias c_gtk_button_box_set_child_secondary gtk_button_box_set_child_secondary;
10422 alias c_gtk_button_box_set_layout gtk_button_box_set_layout;
10423 
10424 // gtk.Calendar
10425 
10426 alias c_gtk_calendar_get_type gtk_calendar_get_type;
10427 alias c_gtk_calendar_new gtk_calendar_new;
10428 alias c_gtk_calendar_clear_marks gtk_calendar_clear_marks;
10429 alias c_gtk_calendar_get_date gtk_calendar_get_date;
10430 alias c_gtk_calendar_get_day_is_marked gtk_calendar_get_day_is_marked;
10431 alias c_gtk_calendar_get_detail_height_rows gtk_calendar_get_detail_height_rows;
10432 alias c_gtk_calendar_get_detail_width_chars gtk_calendar_get_detail_width_chars;
10433 alias c_gtk_calendar_get_display_options gtk_calendar_get_display_options;
10434 alias c_gtk_calendar_mark_day gtk_calendar_mark_day;
10435 alias c_gtk_calendar_select_day gtk_calendar_select_day;
10436 alias c_gtk_calendar_select_month gtk_calendar_select_month;
10437 alias c_gtk_calendar_set_detail_func gtk_calendar_set_detail_func;
10438 alias c_gtk_calendar_set_detail_height_rows gtk_calendar_set_detail_height_rows;
10439 alias c_gtk_calendar_set_detail_width_chars gtk_calendar_set_detail_width_chars;
10440 alias c_gtk_calendar_set_display_options gtk_calendar_set_display_options;
10441 alias c_gtk_calendar_unmark_day gtk_calendar_unmark_day;
10442 
10443 // gtk.CellAccessible
10444 
10445 alias c_gtk_cell_accessible_get_type gtk_cell_accessible_get_type;
10446 
10447 // gtk.CellAccessibleParent
10448 
10449 alias c_gtk_cell_accessible_parent_get_type gtk_cell_accessible_parent_get_type;
10450 alias c_gtk_cell_accessible_parent_activate gtk_cell_accessible_parent_activate;
10451 alias c_gtk_cell_accessible_parent_edit gtk_cell_accessible_parent_edit;
10452 alias c_gtk_cell_accessible_parent_expand_collapse gtk_cell_accessible_parent_expand_collapse;
10453 alias c_gtk_cell_accessible_parent_get_cell_area gtk_cell_accessible_parent_get_cell_area;
10454 alias c_gtk_cell_accessible_parent_get_cell_extents gtk_cell_accessible_parent_get_cell_extents;
10455 alias c_gtk_cell_accessible_parent_get_child_index gtk_cell_accessible_parent_get_child_index;
10456 alias c_gtk_cell_accessible_parent_get_renderer_state gtk_cell_accessible_parent_get_renderer_state;
10457 alias c_gtk_cell_accessible_parent_grab_focus gtk_cell_accessible_parent_grab_focus;
10458 alias c_gtk_cell_accessible_parent_update_relationset gtk_cell_accessible_parent_update_relationset;
10459 
10460 // gtk.CellArea
10461 
10462 alias c_gtk_cell_area_get_type gtk_cell_area_get_type;
10463 alias c_gtk_cell_area_activate gtk_cell_area_activate;
10464 alias c_gtk_cell_area_activate_cell gtk_cell_area_activate_cell;
10465 alias c_gtk_cell_area_add gtk_cell_area_add;
10466 alias c_gtk_cell_area_add_focus_sibling gtk_cell_area_add_focus_sibling;
10467 alias c_gtk_cell_area_add_with_properties gtk_cell_area_add_with_properties;
10468 alias c_gtk_cell_area_apply_attributes gtk_cell_area_apply_attributes;
10469 alias c_gtk_cell_area_attribute_connect gtk_cell_area_attribute_connect;
10470 alias c_gtk_cell_area_attribute_disconnect gtk_cell_area_attribute_disconnect;
10471 alias c_gtk_cell_area_attribute_get_column gtk_cell_area_attribute_get_column;
10472 alias c_gtk_cell_area_cell_get gtk_cell_area_cell_get;
10473 alias c_gtk_cell_area_cell_get_property gtk_cell_area_cell_get_property;
10474 alias c_gtk_cell_area_cell_get_valist gtk_cell_area_cell_get_valist;
10475 alias c_gtk_cell_area_cell_set gtk_cell_area_cell_set;
10476 alias c_gtk_cell_area_cell_set_property gtk_cell_area_cell_set_property;
10477 alias c_gtk_cell_area_cell_set_valist gtk_cell_area_cell_set_valist;
10478 alias c_gtk_cell_area_copy_context gtk_cell_area_copy_context;
10479 alias c_gtk_cell_area_create_context gtk_cell_area_create_context;
10480 alias c_gtk_cell_area_event gtk_cell_area_event;
10481 alias c_gtk_cell_area_focus gtk_cell_area_focus;
10482 alias c_gtk_cell_area_foreach gtk_cell_area_foreach;
10483 alias c_gtk_cell_area_foreach_alloc gtk_cell_area_foreach_alloc;
10484 alias c_gtk_cell_area_get_cell_allocation gtk_cell_area_get_cell_allocation;
10485 alias c_gtk_cell_area_get_cell_at_position gtk_cell_area_get_cell_at_position;
10486 alias c_gtk_cell_area_get_current_path_string gtk_cell_area_get_current_path_string;
10487 alias c_gtk_cell_area_get_edit_widget gtk_cell_area_get_edit_widget;
10488 alias c_gtk_cell_area_get_edited_cell gtk_cell_area_get_edited_cell;
10489 alias c_gtk_cell_area_get_focus_cell gtk_cell_area_get_focus_cell;
10490 alias c_gtk_cell_area_get_focus_from_sibling gtk_cell_area_get_focus_from_sibling;
10491 alias c_gtk_cell_area_get_focus_siblings gtk_cell_area_get_focus_siblings;
10492 alias c_gtk_cell_area_get_preferred_height gtk_cell_area_get_preferred_height;
10493 alias c_gtk_cell_area_get_preferred_height_for_width gtk_cell_area_get_preferred_height_for_width;
10494 alias c_gtk_cell_area_get_preferred_width gtk_cell_area_get_preferred_width;
10495 alias c_gtk_cell_area_get_preferred_width_for_height gtk_cell_area_get_preferred_width_for_height;
10496 alias c_gtk_cell_area_get_request_mode gtk_cell_area_get_request_mode;
10497 alias c_gtk_cell_area_has_renderer gtk_cell_area_has_renderer;
10498 alias c_gtk_cell_area_inner_cell_area gtk_cell_area_inner_cell_area;
10499 alias c_gtk_cell_area_is_activatable gtk_cell_area_is_activatable;
10500 alias c_gtk_cell_area_is_focus_sibling gtk_cell_area_is_focus_sibling;
10501 alias c_gtk_cell_area_remove gtk_cell_area_remove;
10502 alias c_gtk_cell_area_remove_focus_sibling gtk_cell_area_remove_focus_sibling;
10503 alias c_gtk_cell_area_render gtk_cell_area_render;
10504 alias c_gtk_cell_area_request_renderer gtk_cell_area_request_renderer;
10505 alias c_gtk_cell_area_set_focus_cell gtk_cell_area_set_focus_cell;
10506 alias c_gtk_cell_area_stop_editing gtk_cell_area_stop_editing;
10507 
10508 // gtk.CellAreaBox
10509 
10510 alias c_gtk_cell_area_box_get_type gtk_cell_area_box_get_type;
10511 alias c_gtk_cell_area_box_new gtk_cell_area_box_new;
10512 alias c_gtk_cell_area_box_get_spacing gtk_cell_area_box_get_spacing;
10513 alias c_gtk_cell_area_box_pack_end gtk_cell_area_box_pack_end;
10514 alias c_gtk_cell_area_box_pack_start gtk_cell_area_box_pack_start;
10515 alias c_gtk_cell_area_box_set_spacing gtk_cell_area_box_set_spacing;
10516 
10517 // gtk.CellAreaClass
10518 
10519 alias c_gtk_cell_area_class_find_cell_property gtk_cell_area_class_find_cell_property;
10520 alias c_gtk_cell_area_class_install_cell_property gtk_cell_area_class_install_cell_property;
10521 alias c_gtk_cell_area_class_list_cell_properties gtk_cell_area_class_list_cell_properties;
10522 
10523 // gtk.CellAreaContext
10524 
10525 alias c_gtk_cell_area_context_get_type gtk_cell_area_context_get_type;
10526 alias c_gtk_cell_area_context_allocate gtk_cell_area_context_allocate;
10527 alias c_gtk_cell_area_context_get_allocation gtk_cell_area_context_get_allocation;
10528 alias c_gtk_cell_area_context_get_area gtk_cell_area_context_get_area;
10529 alias c_gtk_cell_area_context_get_preferred_height gtk_cell_area_context_get_preferred_height;
10530 alias c_gtk_cell_area_context_get_preferred_height_for_width gtk_cell_area_context_get_preferred_height_for_width;
10531 alias c_gtk_cell_area_context_get_preferred_width gtk_cell_area_context_get_preferred_width;
10532 alias c_gtk_cell_area_context_get_preferred_width_for_height gtk_cell_area_context_get_preferred_width_for_height;
10533 alias c_gtk_cell_area_context_push_preferred_height gtk_cell_area_context_push_preferred_height;
10534 alias c_gtk_cell_area_context_push_preferred_width gtk_cell_area_context_push_preferred_width;
10535 alias c_gtk_cell_area_context_reset gtk_cell_area_context_reset;
10536 
10537 // gtk.CellEditable
10538 
10539 alias c_gtk_cell_editable_get_type gtk_cell_editable_get_type;
10540 alias c_gtk_cell_editable_editing_done gtk_cell_editable_editing_done;
10541 alias c_gtk_cell_editable_remove_widget gtk_cell_editable_remove_widget;
10542 alias c_gtk_cell_editable_start_editing gtk_cell_editable_start_editing;
10543 
10544 // gtk.CellLayout
10545 
10546 alias c_gtk_cell_layout_get_type gtk_cell_layout_get_type;
10547 alias c_gtk_cell_layout_add_attribute gtk_cell_layout_add_attribute;
10548 alias c_gtk_cell_layout_clear gtk_cell_layout_clear;
10549 alias c_gtk_cell_layout_clear_attributes gtk_cell_layout_clear_attributes;
10550 alias c_gtk_cell_layout_get_area gtk_cell_layout_get_area;
10551 alias c_gtk_cell_layout_get_cells gtk_cell_layout_get_cells;
10552 alias c_gtk_cell_layout_pack_end gtk_cell_layout_pack_end;
10553 alias c_gtk_cell_layout_pack_start gtk_cell_layout_pack_start;
10554 alias c_gtk_cell_layout_reorder gtk_cell_layout_reorder;
10555 alias c_gtk_cell_layout_set_attributes gtk_cell_layout_set_attributes;
10556 alias c_gtk_cell_layout_set_cell_data_func gtk_cell_layout_set_cell_data_func;
10557 
10558 // gtk.CellRenderer
10559 
10560 alias c_gtk_cell_renderer_get_type gtk_cell_renderer_get_type;
10561 alias c_gtk_cell_renderer_activate gtk_cell_renderer_activate;
10562 alias c_gtk_cell_renderer_get_aligned_area gtk_cell_renderer_get_aligned_area;
10563 alias c_gtk_cell_renderer_get_alignment gtk_cell_renderer_get_alignment;
10564 alias c_gtk_cell_renderer_get_fixed_size gtk_cell_renderer_get_fixed_size;
10565 alias c_gtk_cell_renderer_get_padding gtk_cell_renderer_get_padding;
10566 alias c_gtk_cell_renderer_get_preferred_height gtk_cell_renderer_get_preferred_height;
10567 alias c_gtk_cell_renderer_get_preferred_height_for_width gtk_cell_renderer_get_preferred_height_for_width;
10568 alias c_gtk_cell_renderer_get_preferred_size gtk_cell_renderer_get_preferred_size;
10569 alias c_gtk_cell_renderer_get_preferred_width gtk_cell_renderer_get_preferred_width;
10570 alias c_gtk_cell_renderer_get_preferred_width_for_height gtk_cell_renderer_get_preferred_width_for_height;
10571 alias c_gtk_cell_renderer_get_request_mode gtk_cell_renderer_get_request_mode;
10572 alias c_gtk_cell_renderer_get_sensitive gtk_cell_renderer_get_sensitive;
10573 alias c_gtk_cell_renderer_get_size gtk_cell_renderer_get_size;
10574 alias c_gtk_cell_renderer_get_state gtk_cell_renderer_get_state;
10575 alias c_gtk_cell_renderer_get_visible gtk_cell_renderer_get_visible;
10576 alias c_gtk_cell_renderer_is_activatable gtk_cell_renderer_is_activatable;
10577 alias c_gtk_cell_renderer_render gtk_cell_renderer_render;
10578 alias c_gtk_cell_renderer_set_alignment gtk_cell_renderer_set_alignment;
10579 alias c_gtk_cell_renderer_set_fixed_size gtk_cell_renderer_set_fixed_size;
10580 alias c_gtk_cell_renderer_set_padding gtk_cell_renderer_set_padding;
10581 alias c_gtk_cell_renderer_set_sensitive gtk_cell_renderer_set_sensitive;
10582 alias c_gtk_cell_renderer_set_visible gtk_cell_renderer_set_visible;
10583 alias c_gtk_cell_renderer_start_editing gtk_cell_renderer_start_editing;
10584 alias c_gtk_cell_renderer_stop_editing gtk_cell_renderer_stop_editing;
10585 
10586 // gtk.CellRendererAccel
10587 
10588 alias c_gtk_cell_renderer_accel_get_type gtk_cell_renderer_accel_get_type;
10589 alias c_gtk_cell_renderer_accel_new gtk_cell_renderer_accel_new;
10590 
10591 // gtk.CellRendererClass
10592 
10593 alias c_gtk_cell_renderer_class_set_accessible_type gtk_cell_renderer_class_set_accessible_type;
10594 
10595 // gtk.CellRendererCombo
10596 
10597 alias c_gtk_cell_renderer_combo_get_type gtk_cell_renderer_combo_get_type;
10598 alias c_gtk_cell_renderer_combo_new gtk_cell_renderer_combo_new;
10599 
10600 // gtk.CellRendererPixbuf
10601 
10602 alias c_gtk_cell_renderer_pixbuf_get_type gtk_cell_renderer_pixbuf_get_type;
10603 alias c_gtk_cell_renderer_pixbuf_new gtk_cell_renderer_pixbuf_new;
10604 
10605 // gtk.CellRendererProgress
10606 
10607 alias c_gtk_cell_renderer_progress_get_type gtk_cell_renderer_progress_get_type;
10608 alias c_gtk_cell_renderer_progress_new gtk_cell_renderer_progress_new;
10609 
10610 // gtk.CellRendererSpin
10611 
10612 alias c_gtk_cell_renderer_spin_get_type gtk_cell_renderer_spin_get_type;
10613 alias c_gtk_cell_renderer_spin_new gtk_cell_renderer_spin_new;
10614 
10615 // gtk.CellRendererSpinner
10616 
10617 alias c_gtk_cell_renderer_spinner_get_type gtk_cell_renderer_spinner_get_type;
10618 alias c_gtk_cell_renderer_spinner_new gtk_cell_renderer_spinner_new;
10619 
10620 // gtk.CellRendererText
10621 
10622 alias c_gtk_cell_renderer_text_get_type gtk_cell_renderer_text_get_type;
10623 alias c_gtk_cell_renderer_text_new gtk_cell_renderer_text_new;
10624 alias c_gtk_cell_renderer_text_set_fixed_height_from_font gtk_cell_renderer_text_set_fixed_height_from_font;
10625 
10626 // gtk.CellRendererToggle
10627 
10628 alias c_gtk_cell_renderer_toggle_get_type gtk_cell_renderer_toggle_get_type;
10629 alias c_gtk_cell_renderer_toggle_new gtk_cell_renderer_toggle_new;
10630 alias c_gtk_cell_renderer_toggle_get_activatable gtk_cell_renderer_toggle_get_activatable;
10631 alias c_gtk_cell_renderer_toggle_get_active gtk_cell_renderer_toggle_get_active;
10632 alias c_gtk_cell_renderer_toggle_get_radio gtk_cell_renderer_toggle_get_radio;
10633 alias c_gtk_cell_renderer_toggle_set_activatable gtk_cell_renderer_toggle_set_activatable;
10634 alias c_gtk_cell_renderer_toggle_set_active gtk_cell_renderer_toggle_set_active;
10635 alias c_gtk_cell_renderer_toggle_set_radio gtk_cell_renderer_toggle_set_radio;
10636 
10637 // gtk.CellView
10638 
10639 alias c_gtk_cell_view_get_type gtk_cell_view_get_type;
10640 alias c_gtk_cell_view_new gtk_cell_view_new;
10641 alias c_gtk_cell_view_new_with_context gtk_cell_view_new_with_context;
10642 alias c_gtk_cell_view_new_with_markup gtk_cell_view_new_with_markup;
10643 alias c_gtk_cell_view_new_with_pixbuf gtk_cell_view_new_with_pixbuf;
10644 alias c_gtk_cell_view_new_with_text gtk_cell_view_new_with_text;
10645 alias c_gtk_cell_view_get_displayed_row gtk_cell_view_get_displayed_row;
10646 alias c_gtk_cell_view_get_draw_sensitive gtk_cell_view_get_draw_sensitive;
10647 alias c_gtk_cell_view_get_fit_model gtk_cell_view_get_fit_model;
10648 alias c_gtk_cell_view_get_model gtk_cell_view_get_model;
10649 alias c_gtk_cell_view_get_size_of_row gtk_cell_view_get_size_of_row;
10650 alias c_gtk_cell_view_set_background_color gtk_cell_view_set_background_color;
10651 alias c_gtk_cell_view_set_background_rgba gtk_cell_view_set_background_rgba;
10652 alias c_gtk_cell_view_set_displayed_row gtk_cell_view_set_displayed_row;
10653 alias c_gtk_cell_view_set_draw_sensitive gtk_cell_view_set_draw_sensitive;
10654 alias c_gtk_cell_view_set_fit_model gtk_cell_view_set_fit_model;
10655 alias c_gtk_cell_view_set_model gtk_cell_view_set_model;
10656 
10657 // gtk.CheckButton
10658 
10659 alias c_gtk_check_button_get_type gtk_check_button_get_type;
10660 alias c_gtk_check_button_new gtk_check_button_new;
10661 alias c_gtk_check_button_new_with_label gtk_check_button_new_with_label;
10662 alias c_gtk_check_button_new_with_mnemonic gtk_check_button_new_with_mnemonic;
10663 
10664 // gtk.CheckMenuItem
10665 
10666 alias c_gtk_check_menu_item_get_type gtk_check_menu_item_get_type;
10667 alias c_gtk_check_menu_item_new gtk_check_menu_item_new;
10668 alias c_gtk_check_menu_item_new_with_label gtk_check_menu_item_new_with_label;
10669 alias c_gtk_check_menu_item_new_with_mnemonic gtk_check_menu_item_new_with_mnemonic;
10670 alias c_gtk_check_menu_item_get_active gtk_check_menu_item_get_active;
10671 alias c_gtk_check_menu_item_get_draw_as_radio gtk_check_menu_item_get_draw_as_radio;
10672 alias c_gtk_check_menu_item_get_inconsistent gtk_check_menu_item_get_inconsistent;
10673 alias c_gtk_check_menu_item_set_active gtk_check_menu_item_set_active;
10674 alias c_gtk_check_menu_item_set_draw_as_radio gtk_check_menu_item_set_draw_as_radio;
10675 alias c_gtk_check_menu_item_set_inconsistent gtk_check_menu_item_set_inconsistent;
10676 alias c_gtk_check_menu_item_toggled gtk_check_menu_item_toggled;
10677 
10678 // gtk.CheckMenuItemAccessible
10679 
10680 alias c_gtk_check_menu_item_accessible_get_type gtk_check_menu_item_accessible_get_type;
10681 
10682 // gtk.Clipboard
10683 
10684 alias c_gtk_clipboard_get_type gtk_clipboard_get_type;
10685 alias c_gtk_clipboard_get gtk_clipboard_get;
10686 alias c_gtk_clipboard_get_for_display gtk_clipboard_get_for_display;
10687 alias c_gtk_clipboard_clear gtk_clipboard_clear;
10688 alias c_gtk_clipboard_get_display gtk_clipboard_get_display;
10689 alias c_gtk_clipboard_get_owner gtk_clipboard_get_owner;
10690 alias c_gtk_clipboard_request_contents gtk_clipboard_request_contents;
10691 alias c_gtk_clipboard_request_image gtk_clipboard_request_image;
10692 alias c_gtk_clipboard_request_rich_text gtk_clipboard_request_rich_text;
10693 alias c_gtk_clipboard_request_targets gtk_clipboard_request_targets;
10694 alias c_gtk_clipboard_request_text gtk_clipboard_request_text;
10695 alias c_gtk_clipboard_request_uris gtk_clipboard_request_uris;
10696 alias c_gtk_clipboard_set_can_store gtk_clipboard_set_can_store;
10697 alias c_gtk_clipboard_set_image gtk_clipboard_set_image;
10698 alias c_gtk_clipboard_set_text gtk_clipboard_set_text;
10699 alias c_gtk_clipboard_set_with_data gtk_clipboard_set_with_data;
10700 alias c_gtk_clipboard_set_with_owner gtk_clipboard_set_with_owner;
10701 alias c_gtk_clipboard_store gtk_clipboard_store;
10702 alias c_gtk_clipboard_wait_for_contents gtk_clipboard_wait_for_contents;
10703 alias c_gtk_clipboard_wait_for_image gtk_clipboard_wait_for_image;
10704 alias c_gtk_clipboard_wait_for_rich_text gtk_clipboard_wait_for_rich_text;
10705 alias c_gtk_clipboard_wait_for_targets gtk_clipboard_wait_for_targets;
10706 alias c_gtk_clipboard_wait_for_text gtk_clipboard_wait_for_text;
10707 alias c_gtk_clipboard_wait_for_uris gtk_clipboard_wait_for_uris;
10708 alias c_gtk_clipboard_wait_is_image_available gtk_clipboard_wait_is_image_available;
10709 alias c_gtk_clipboard_wait_is_rich_text_available gtk_clipboard_wait_is_rich_text_available;
10710 alias c_gtk_clipboard_wait_is_target_available gtk_clipboard_wait_is_target_available;
10711 alias c_gtk_clipboard_wait_is_text_available gtk_clipboard_wait_is_text_available;
10712 alias c_gtk_clipboard_wait_is_uris_available gtk_clipboard_wait_is_uris_available;
10713 
10714 // gtk.ColorButton
10715 
10716 alias c_gtk_color_button_get_type gtk_color_button_get_type;
10717 alias c_gtk_color_button_new gtk_color_button_new;
10718 alias c_gtk_color_button_new_with_color gtk_color_button_new_with_color;
10719 alias c_gtk_color_button_new_with_rgba gtk_color_button_new_with_rgba;
10720 alias c_gtk_color_button_get_alpha gtk_color_button_get_alpha;
10721 alias c_gtk_color_button_get_color gtk_color_button_get_color;
10722 alias c_gtk_color_button_get_rgba gtk_color_button_get_rgba;
10723 alias c_gtk_color_button_get_title gtk_color_button_get_title;
10724 alias c_gtk_color_button_get_use_alpha gtk_color_button_get_use_alpha;
10725 alias c_gtk_color_button_set_alpha gtk_color_button_set_alpha;
10726 alias c_gtk_color_button_set_color gtk_color_button_set_color;
10727 alias c_gtk_color_button_set_rgba gtk_color_button_set_rgba;
10728 alias c_gtk_color_button_set_title gtk_color_button_set_title;
10729 alias c_gtk_color_button_set_use_alpha gtk_color_button_set_use_alpha;
10730 
10731 // gtk.ColorChooser
10732 
10733 alias c_gtk_color_chooser_get_type gtk_color_chooser_get_type;
10734 alias c_gtk_color_chooser_add_palette gtk_color_chooser_add_palette;
10735 alias c_gtk_color_chooser_get_rgba gtk_color_chooser_get_rgba;
10736 alias c_gtk_color_chooser_get_use_alpha gtk_color_chooser_get_use_alpha;
10737 alias c_gtk_color_chooser_set_rgba gtk_color_chooser_set_rgba;
10738 alias c_gtk_color_chooser_set_use_alpha gtk_color_chooser_set_use_alpha;
10739 
10740 // gtk.ColorChooserDialog
10741 
10742 alias c_gtk_color_chooser_dialog_get_type gtk_color_chooser_dialog_get_type;
10743 alias c_gtk_color_chooser_dialog_new gtk_color_chooser_dialog_new;
10744 
10745 // gtk.ColorChooserWidget
10746 
10747 alias c_gtk_color_chooser_widget_get_type gtk_color_chooser_widget_get_type;
10748 alias c_gtk_color_chooser_widget_new gtk_color_chooser_widget_new;
10749 
10750 // gtk.ColorSelection
10751 
10752 alias c_gtk_color_selection_get_type gtk_color_selection_get_type;
10753 alias c_gtk_color_selection_new gtk_color_selection_new;
10754 alias c_gtk_color_selection_palette_from_string gtk_color_selection_palette_from_string;
10755 alias c_gtk_color_selection_palette_to_string gtk_color_selection_palette_to_string;
10756 alias c_gtk_color_selection_set_change_palette_with_screen_hook gtk_color_selection_set_change_palette_with_screen_hook;
10757 alias c_gtk_color_selection_get_current_alpha gtk_color_selection_get_current_alpha;
10758 alias c_gtk_color_selection_get_current_color gtk_color_selection_get_current_color;
10759 alias c_gtk_color_selection_get_current_rgba gtk_color_selection_get_current_rgba;
10760 alias c_gtk_color_selection_get_has_opacity_control gtk_color_selection_get_has_opacity_control;
10761 alias c_gtk_color_selection_get_has_palette gtk_color_selection_get_has_palette;
10762 alias c_gtk_color_selection_get_previous_alpha gtk_color_selection_get_previous_alpha;
10763 alias c_gtk_color_selection_get_previous_color gtk_color_selection_get_previous_color;
10764 alias c_gtk_color_selection_get_previous_rgba gtk_color_selection_get_previous_rgba;
10765 alias c_gtk_color_selection_is_adjusting gtk_color_selection_is_adjusting;
10766 alias c_gtk_color_selection_set_current_alpha gtk_color_selection_set_current_alpha;
10767 alias c_gtk_color_selection_set_current_color gtk_color_selection_set_current_color;
10768 alias c_gtk_color_selection_set_current_rgba gtk_color_selection_set_current_rgba;
10769 alias c_gtk_color_selection_set_has_opacity_control gtk_color_selection_set_has_opacity_control;
10770 alias c_gtk_color_selection_set_has_palette gtk_color_selection_set_has_palette;
10771 alias c_gtk_color_selection_set_previous_alpha gtk_color_selection_set_previous_alpha;
10772 alias c_gtk_color_selection_set_previous_color gtk_color_selection_set_previous_color;
10773 alias c_gtk_color_selection_set_previous_rgba gtk_color_selection_set_previous_rgba;
10774 
10775 // gtk.ColorSelectionDialog
10776 
10777 alias c_gtk_color_selection_dialog_get_type gtk_color_selection_dialog_get_type;
10778 alias c_gtk_color_selection_dialog_new gtk_color_selection_dialog_new;
10779 alias c_gtk_color_selection_dialog_get_color_selection gtk_color_selection_dialog_get_color_selection;
10780 
10781 // gtk.ComboBox
10782 
10783 alias c_gtk_combo_box_get_type gtk_combo_box_get_type;
10784 alias c_gtk_combo_box_new gtk_combo_box_new;
10785 alias c_gtk_combo_box_new_with_area gtk_combo_box_new_with_area;
10786 alias c_gtk_combo_box_new_with_area_and_entry gtk_combo_box_new_with_area_and_entry;
10787 alias c_gtk_combo_box_new_with_entry gtk_combo_box_new_with_entry;
10788 alias c_gtk_combo_box_new_with_model gtk_combo_box_new_with_model;
10789 alias c_gtk_combo_box_new_with_model_and_entry gtk_combo_box_new_with_model_and_entry;
10790 alias c_gtk_combo_box_get_active gtk_combo_box_get_active;
10791 alias c_gtk_combo_box_get_active_id gtk_combo_box_get_active_id;
10792 alias c_gtk_combo_box_get_active_iter gtk_combo_box_get_active_iter;
10793 alias c_gtk_combo_box_get_add_tearoffs gtk_combo_box_get_add_tearoffs;
10794 alias c_gtk_combo_box_get_button_sensitivity gtk_combo_box_get_button_sensitivity;
10795 alias c_gtk_combo_box_get_column_span_column gtk_combo_box_get_column_span_column;
10796 alias c_gtk_combo_box_get_entry_text_column gtk_combo_box_get_entry_text_column;
10797 alias c_gtk_combo_box_get_focus_on_click gtk_combo_box_get_focus_on_click;
10798 alias c_gtk_combo_box_get_has_entry gtk_combo_box_get_has_entry;
10799 alias c_gtk_combo_box_get_id_column gtk_combo_box_get_id_column;
10800 alias c_gtk_combo_box_get_model gtk_combo_box_get_model;
10801 alias c_gtk_combo_box_get_popup_accessible gtk_combo_box_get_popup_accessible;
10802 alias c_gtk_combo_box_get_popup_fixed_width gtk_combo_box_get_popup_fixed_width;
10803 alias c_gtk_combo_box_get_row_separator_func gtk_combo_box_get_row_separator_func;
10804 alias c_gtk_combo_box_get_row_span_column gtk_combo_box_get_row_span_column;
10805 alias c_gtk_combo_box_get_title gtk_combo_box_get_title;
10806 alias c_gtk_combo_box_get_wrap_width gtk_combo_box_get_wrap_width;
10807 alias c_gtk_combo_box_popdown gtk_combo_box_popdown;
10808 alias c_gtk_combo_box_popup gtk_combo_box_popup;
10809 alias c_gtk_combo_box_popup_for_device gtk_combo_box_popup_for_device;
10810 alias c_gtk_combo_box_set_active gtk_combo_box_set_active;
10811 alias c_gtk_combo_box_set_active_id gtk_combo_box_set_active_id;
10812 alias c_gtk_combo_box_set_active_iter gtk_combo_box_set_active_iter;
10813 alias c_gtk_combo_box_set_add_tearoffs gtk_combo_box_set_add_tearoffs;
10814 alias c_gtk_combo_box_set_button_sensitivity gtk_combo_box_set_button_sensitivity;
10815 alias c_gtk_combo_box_set_column_span_column gtk_combo_box_set_column_span_column;
10816 alias c_gtk_combo_box_set_entry_text_column gtk_combo_box_set_entry_text_column;
10817 alias c_gtk_combo_box_set_focus_on_click gtk_combo_box_set_focus_on_click;
10818 alias c_gtk_combo_box_set_id_column gtk_combo_box_set_id_column;
10819 alias c_gtk_combo_box_set_model gtk_combo_box_set_model;
10820 alias c_gtk_combo_box_set_popup_fixed_width gtk_combo_box_set_popup_fixed_width;
10821 alias c_gtk_combo_box_set_row_separator_func gtk_combo_box_set_row_separator_func;
10822 alias c_gtk_combo_box_set_row_span_column gtk_combo_box_set_row_span_column;
10823 alias c_gtk_combo_box_set_title gtk_combo_box_set_title;
10824 alias c_gtk_combo_box_set_wrap_width gtk_combo_box_set_wrap_width;
10825 
10826 // gtk.ComboBoxAccessible
10827 
10828 alias c_gtk_combo_box_accessible_get_type gtk_combo_box_accessible_get_type;
10829 
10830 // gtk.ComboBoxText
10831 
10832 alias c_gtk_combo_box_text_get_type gtk_combo_box_text_get_type;
10833 alias c_gtk_combo_box_text_new gtk_combo_box_text_new;
10834 alias c_gtk_combo_box_text_new_with_entry gtk_combo_box_text_new_with_entry;
10835 alias c_gtk_combo_box_text_append gtk_combo_box_text_append;
10836 alias c_gtk_combo_box_text_append_text gtk_combo_box_text_append_text;
10837 alias c_gtk_combo_box_text_get_active_text gtk_combo_box_text_get_active_text;
10838 alias c_gtk_combo_box_text_insert gtk_combo_box_text_insert;
10839 alias c_gtk_combo_box_text_insert_text gtk_combo_box_text_insert_text;
10840 alias c_gtk_combo_box_text_prepend gtk_combo_box_text_prepend;
10841 alias c_gtk_combo_box_text_prepend_text gtk_combo_box_text_prepend_text;
10842 alias c_gtk_combo_box_text_remove gtk_combo_box_text_remove;
10843 alias c_gtk_combo_box_text_remove_all gtk_combo_box_text_remove_all;
10844 
10845 // gtk.Container
10846 
10847 alias c_gtk_container_get_type gtk_container_get_type;
10848 alias c_gtk_container_add gtk_container_add;
10849 alias c_gtk_container_add_with_properties gtk_container_add_with_properties;
10850 alias c_gtk_container_check_resize gtk_container_check_resize;
10851 alias c_gtk_container_child_get gtk_container_child_get;
10852 alias c_gtk_container_child_get_property gtk_container_child_get_property;
10853 alias c_gtk_container_child_get_valist gtk_container_child_get_valist;
10854 alias c_gtk_container_child_notify gtk_container_child_notify;
10855 alias c_gtk_container_child_set gtk_container_child_set;
10856 alias c_gtk_container_child_set_property gtk_container_child_set_property;
10857 alias c_gtk_container_child_set_valist gtk_container_child_set_valist;
10858 alias c_gtk_container_child_type gtk_container_child_type;
10859 alias c_gtk_container_forall gtk_container_forall;
10860 alias c_gtk_container_foreach gtk_container_foreach;
10861 alias c_gtk_container_get_border_width gtk_container_get_border_width;
10862 alias c_gtk_container_get_children gtk_container_get_children;
10863 alias c_gtk_container_get_focus_chain gtk_container_get_focus_chain;
10864 alias c_gtk_container_get_focus_child gtk_container_get_focus_child;
10865 alias c_gtk_container_get_focus_hadjustment gtk_container_get_focus_hadjustment;
10866 alias c_gtk_container_get_focus_vadjustment gtk_container_get_focus_vadjustment;
10867 alias c_gtk_container_get_path_for_child gtk_container_get_path_for_child;
10868 alias c_gtk_container_get_resize_mode gtk_container_get_resize_mode;
10869 alias c_gtk_container_propagate_draw gtk_container_propagate_draw;
10870 alias c_gtk_container_remove gtk_container_remove;
10871 alias c_gtk_container_resize_children gtk_container_resize_children;
10872 alias c_gtk_container_set_border_width gtk_container_set_border_width;
10873 alias c_gtk_container_set_focus_chain gtk_container_set_focus_chain;
10874 alias c_gtk_container_set_focus_child gtk_container_set_focus_child;
10875 alias c_gtk_container_set_focus_hadjustment gtk_container_set_focus_hadjustment;
10876 alias c_gtk_container_set_focus_vadjustment gtk_container_set_focus_vadjustment;
10877 alias c_gtk_container_set_reallocate_redraws gtk_container_set_reallocate_redraws;
10878 alias c_gtk_container_set_resize_mode gtk_container_set_resize_mode;
10879 alias c_gtk_container_unset_focus_chain gtk_container_unset_focus_chain;
10880 
10881 // gtk.ContainerAccessible
10882 
10883 alias c_gtk_container_accessible_get_type gtk_container_accessible_get_type;
10884 
10885 // gtk.ContainerCellAccessible
10886 
10887 alias c_gtk_container_cell_accessible_get_type gtk_container_cell_accessible_get_type;
10888 alias c_gtk_container_cell_accessible_new gtk_container_cell_accessible_new;
10889 alias c_gtk_container_cell_accessible_add_child gtk_container_cell_accessible_add_child;
10890 alias c_gtk_container_cell_accessible_get_children gtk_container_cell_accessible_get_children;
10891 alias c_gtk_container_cell_accessible_remove_child gtk_container_cell_accessible_remove_child;
10892 
10893 // gtk.ContainerClass
10894 
10895 alias c_gtk_container_class_find_child_property gtk_container_class_find_child_property;
10896 alias c_gtk_container_class_handle_border_width gtk_container_class_handle_border_width;
10897 alias c_gtk_container_class_install_child_property gtk_container_class_install_child_property;
10898 alias c_gtk_container_class_list_child_properties gtk_container_class_list_child_properties;
10899 
10900 // gtk.CssProvider
10901 
10902 alias c_gtk_css_provider_get_type gtk_css_provider_get_type;
10903 alias c_gtk_css_provider_new gtk_css_provider_new;
10904 alias c_gtk_css_provider_get_default gtk_css_provider_get_default;
10905 alias c_gtk_css_provider_get_named gtk_css_provider_get_named;
10906 alias c_gtk_css_provider_load_from_data gtk_css_provider_load_from_data;
10907 alias c_gtk_css_provider_load_from_file gtk_css_provider_load_from_file;
10908 alias c_gtk_css_provider_load_from_path gtk_css_provider_load_from_path;
10909 alias c_gtk_css_provider_to_string gtk_css_provider_to_string;
10910 
10911 // gtk.CssSection
10912 
10913 alias c_gtk_css_section_get_type gtk_css_section_get_type;
10914 alias c_gtk_css_section_get_end_line gtk_css_section_get_end_line;
10915 alias c_gtk_css_section_get_end_position gtk_css_section_get_end_position;
10916 alias c_gtk_css_section_get_file gtk_css_section_get_file;
10917 alias c_gtk_css_section_get_parent gtk_css_section_get_parent;
10918 alias c_gtk_css_section_get_section_type gtk_css_section_get_section_type;
10919 alias c_gtk_css_section_get_start_line gtk_css_section_get_start_line;
10920 alias c_gtk_css_section_get_start_position gtk_css_section_get_start_position;
10921 alias c_gtk_css_section_ref gtk_css_section_ref;
10922 alias c_gtk_css_section_unref gtk_css_section_unref;
10923 
10924 // gtk.Dialog
10925 
10926 alias c_gtk_dialog_get_type gtk_dialog_get_type;
10927 alias c_gtk_dialog_new gtk_dialog_new;
10928 alias c_gtk_dialog_new_with_buttons gtk_dialog_new_with_buttons;
10929 alias c_gtk_dialog_add_action_widget gtk_dialog_add_action_widget;
10930 alias c_gtk_dialog_add_button gtk_dialog_add_button;
10931 alias c_gtk_dialog_add_buttons gtk_dialog_add_buttons;
10932 alias c_gtk_dialog_get_action_area gtk_dialog_get_action_area;
10933 alias c_gtk_dialog_get_content_area gtk_dialog_get_content_area;
10934 alias c_gtk_dialog_get_header_bar gtk_dialog_get_header_bar;
10935 alias c_gtk_dialog_get_response_for_widget gtk_dialog_get_response_for_widget;
10936 alias c_gtk_dialog_get_widget_for_response gtk_dialog_get_widget_for_response;
10937 alias c_gtk_dialog_response gtk_dialog_response;
10938 alias c_gtk_dialog_run gtk_dialog_run;
10939 alias c_gtk_dialog_set_alternative_button_order gtk_dialog_set_alternative_button_order;
10940 alias c_gtk_dialog_set_alternative_button_order_from_array gtk_dialog_set_alternative_button_order_from_array;
10941 alias c_gtk_dialog_set_default_response gtk_dialog_set_default_response;
10942 alias c_gtk_dialog_set_response_sensitive gtk_dialog_set_response_sensitive;
10943 alias c_gtk_alternative_dialog_button_order gtk_alternative_dialog_button_order;
10944 
10945 // gtk.DrawingArea
10946 
10947 alias c_gtk_drawing_area_get_type gtk_drawing_area_get_type;
10948 alias c_gtk_drawing_area_new gtk_drawing_area_new;
10949 
10950 // gtk.Editable
10951 
10952 alias c_gtk_editable_get_type gtk_editable_get_type;
10953 alias c_gtk_editable_copy_clipboard gtk_editable_copy_clipboard;
10954 alias c_gtk_editable_cut_clipboard gtk_editable_cut_clipboard;
10955 alias c_gtk_editable_delete_selection gtk_editable_delete_selection;
10956 alias c_gtk_editable_delete_text gtk_editable_delete_text;
10957 alias c_gtk_editable_get_chars gtk_editable_get_chars;
10958 alias c_gtk_editable_get_editable gtk_editable_get_editable;
10959 alias c_gtk_editable_get_position gtk_editable_get_position;
10960 alias c_gtk_editable_get_selection_bounds gtk_editable_get_selection_bounds;
10961 alias c_gtk_editable_insert_text gtk_editable_insert_text;
10962 alias c_gtk_editable_paste_clipboard gtk_editable_paste_clipboard;
10963 alias c_gtk_editable_select_region gtk_editable_select_region;
10964 alias c_gtk_editable_set_editable gtk_editable_set_editable;
10965 alias c_gtk_editable_set_position gtk_editable_set_position;
10966 
10967 // gtk.Entry
10968 
10969 alias c_gtk_entry_get_type gtk_entry_get_type;
10970 alias c_gtk_entry_new gtk_entry_new;
10971 alias c_gtk_entry_new_with_buffer gtk_entry_new_with_buffer;
10972 alias c_gtk_entry_get_activates_default gtk_entry_get_activates_default;
10973 alias c_gtk_entry_get_alignment gtk_entry_get_alignment;
10974 alias c_gtk_entry_get_attributes gtk_entry_get_attributes;
10975 alias c_gtk_entry_get_buffer gtk_entry_get_buffer;
10976 alias c_gtk_entry_get_completion gtk_entry_get_completion;
10977 alias c_gtk_entry_get_current_icon_drag_source gtk_entry_get_current_icon_drag_source;
10978 alias c_gtk_entry_get_cursor_hadjustment gtk_entry_get_cursor_hadjustment;
10979 alias c_gtk_entry_get_has_frame gtk_entry_get_has_frame;
10980 alias c_gtk_entry_get_icon_activatable gtk_entry_get_icon_activatable;
10981 alias c_gtk_entry_get_icon_area gtk_entry_get_icon_area;
10982 alias c_gtk_entry_get_icon_at_pos gtk_entry_get_icon_at_pos;
10983 alias c_gtk_entry_get_icon_gicon gtk_entry_get_icon_gicon;
10984 alias c_gtk_entry_get_icon_name gtk_entry_get_icon_name;
10985 alias c_gtk_entry_get_icon_pixbuf gtk_entry_get_icon_pixbuf;
10986 alias c_gtk_entry_get_icon_sensitive gtk_entry_get_icon_sensitive;
10987 alias c_gtk_entry_get_icon_stock gtk_entry_get_icon_stock;
10988 alias c_gtk_entry_get_icon_storage_type gtk_entry_get_icon_storage_type;
10989 alias c_gtk_entry_get_icon_tooltip_markup gtk_entry_get_icon_tooltip_markup;
10990 alias c_gtk_entry_get_icon_tooltip_text gtk_entry_get_icon_tooltip_text;
10991 alias c_gtk_entry_get_inner_border gtk_entry_get_inner_border;
10992 alias c_gtk_entry_get_input_hints gtk_entry_get_input_hints;
10993 alias c_gtk_entry_get_input_purpose gtk_entry_get_input_purpose;
10994 alias c_gtk_entry_get_invisible_char gtk_entry_get_invisible_char;
10995 alias c_gtk_entry_get_layout gtk_entry_get_layout;
10996 alias c_gtk_entry_get_layout_offsets gtk_entry_get_layout_offsets;
10997 alias c_gtk_entry_get_max_length gtk_entry_get_max_length;
10998 alias c_gtk_entry_get_max_width_chars gtk_entry_get_max_width_chars;
10999 alias c_gtk_entry_get_overwrite_mode gtk_entry_get_overwrite_mode;
11000 alias c_gtk_entry_get_placeholder_text gtk_entry_get_placeholder_text;
11001 alias c_gtk_entry_get_progress_fraction gtk_entry_get_progress_fraction;
11002 alias c_gtk_entry_get_progress_pulse_step gtk_entry_get_progress_pulse_step;
11003 alias c_gtk_entry_get_tabs gtk_entry_get_tabs;
11004 alias c_gtk_entry_get_text gtk_entry_get_text;
11005 alias c_gtk_entry_get_text_area gtk_entry_get_text_area;
11006 alias c_gtk_entry_get_text_length gtk_entry_get_text_length;
11007 alias c_gtk_entry_get_visibility gtk_entry_get_visibility;
11008 alias c_gtk_entry_get_width_chars gtk_entry_get_width_chars;
11009 alias c_gtk_entry_im_context_filter_keypress gtk_entry_im_context_filter_keypress;
11010 alias c_gtk_entry_layout_index_to_text_index gtk_entry_layout_index_to_text_index;
11011 alias c_gtk_entry_progress_pulse gtk_entry_progress_pulse;
11012 alias c_gtk_entry_reset_im_context gtk_entry_reset_im_context;
11013 alias c_gtk_entry_set_activates_default gtk_entry_set_activates_default;
11014 alias c_gtk_entry_set_alignment gtk_entry_set_alignment;
11015 alias c_gtk_entry_set_attributes gtk_entry_set_attributes;
11016 alias c_gtk_entry_set_buffer gtk_entry_set_buffer;
11017 alias c_gtk_entry_set_completion gtk_entry_set_completion;
11018 alias c_gtk_entry_set_cursor_hadjustment gtk_entry_set_cursor_hadjustment;
11019 alias c_gtk_entry_set_has_frame gtk_entry_set_has_frame;
11020 alias c_gtk_entry_set_icon_activatable gtk_entry_set_icon_activatable;
11021 alias c_gtk_entry_set_icon_drag_source gtk_entry_set_icon_drag_source;
11022 alias c_gtk_entry_set_icon_from_gicon gtk_entry_set_icon_from_gicon;
11023 alias c_gtk_entry_set_icon_from_icon_name gtk_entry_set_icon_from_icon_name;
11024 alias c_gtk_entry_set_icon_from_pixbuf gtk_entry_set_icon_from_pixbuf;
11025 alias c_gtk_entry_set_icon_from_stock gtk_entry_set_icon_from_stock;
11026 alias c_gtk_entry_set_icon_sensitive gtk_entry_set_icon_sensitive;
11027 alias c_gtk_entry_set_icon_tooltip_markup gtk_entry_set_icon_tooltip_markup;
11028 alias c_gtk_entry_set_icon_tooltip_text gtk_entry_set_icon_tooltip_text;
11029 alias c_gtk_entry_set_inner_border gtk_entry_set_inner_border;
11030 alias c_gtk_entry_set_input_hints gtk_entry_set_input_hints;
11031 alias c_gtk_entry_set_input_purpose gtk_entry_set_input_purpose;
11032 alias c_gtk_entry_set_invisible_char gtk_entry_set_invisible_char;
11033 alias c_gtk_entry_set_max_length gtk_entry_set_max_length;
11034 alias c_gtk_entry_set_max_width_chars gtk_entry_set_max_width_chars;
11035 alias c_gtk_entry_set_overwrite_mode gtk_entry_set_overwrite_mode;
11036 alias c_gtk_entry_set_placeholder_text gtk_entry_set_placeholder_text;
11037 alias c_gtk_entry_set_progress_fraction gtk_entry_set_progress_fraction;
11038 alias c_gtk_entry_set_progress_pulse_step gtk_entry_set_progress_pulse_step;
11039 alias c_gtk_entry_set_tabs gtk_entry_set_tabs;
11040 alias c_gtk_entry_set_text gtk_entry_set_text;
11041 alias c_gtk_entry_set_visibility gtk_entry_set_visibility;
11042 alias c_gtk_entry_set_width_chars gtk_entry_set_width_chars;
11043 alias c_gtk_entry_text_index_to_layout_index gtk_entry_text_index_to_layout_index;
11044 alias c_gtk_entry_unset_invisible_char gtk_entry_unset_invisible_char;
11045 
11046 // gtk.EntryAccessible
11047 
11048 alias c_gtk_entry_accessible_get_type gtk_entry_accessible_get_type;
11049 
11050 // gtk.EntryBuffer
11051 
11052 alias c_gtk_entry_buffer_get_type gtk_entry_buffer_get_type;
11053 alias c_gtk_entry_buffer_new gtk_entry_buffer_new;
11054 alias c_gtk_entry_buffer_delete_text gtk_entry_buffer_delete_text;
11055 alias c_gtk_entry_buffer_emit_deleted_text gtk_entry_buffer_emit_deleted_text;
11056 alias c_gtk_entry_buffer_emit_inserted_text gtk_entry_buffer_emit_inserted_text;
11057 alias c_gtk_entry_buffer_get_bytes gtk_entry_buffer_get_bytes;
11058 alias c_gtk_entry_buffer_get_length gtk_entry_buffer_get_length;
11059 alias c_gtk_entry_buffer_get_max_length gtk_entry_buffer_get_max_length;
11060 alias c_gtk_entry_buffer_get_text gtk_entry_buffer_get_text;
11061 alias c_gtk_entry_buffer_insert_text gtk_entry_buffer_insert_text;
11062 alias c_gtk_entry_buffer_set_max_length gtk_entry_buffer_set_max_length;
11063 alias c_gtk_entry_buffer_set_text gtk_entry_buffer_set_text;
11064 
11065 // gtk.EntryCompletion
11066 
11067 alias c_gtk_entry_completion_get_type gtk_entry_completion_get_type;
11068 alias c_gtk_entry_completion_new gtk_entry_completion_new;
11069 alias c_gtk_entry_completion_new_with_area gtk_entry_completion_new_with_area;
11070 alias c_gtk_entry_completion_complete gtk_entry_completion_complete;
11071 alias c_gtk_entry_completion_compute_prefix gtk_entry_completion_compute_prefix;
11072 alias c_gtk_entry_completion_delete_action gtk_entry_completion_delete_action;
11073 alias c_gtk_entry_completion_get_completion_prefix gtk_entry_completion_get_completion_prefix;
11074 alias c_gtk_entry_completion_get_entry gtk_entry_completion_get_entry;
11075 alias c_gtk_entry_completion_get_inline_completion gtk_entry_completion_get_inline_completion;
11076 alias c_gtk_entry_completion_get_inline_selection gtk_entry_completion_get_inline_selection;
11077 alias c_gtk_entry_completion_get_minimum_key_length gtk_entry_completion_get_minimum_key_length;
11078 alias c_gtk_entry_completion_get_model gtk_entry_completion_get_model;
11079 alias c_gtk_entry_completion_get_popup_completion gtk_entry_completion_get_popup_completion;
11080 alias c_gtk_entry_completion_get_popup_set_width gtk_entry_completion_get_popup_set_width;
11081 alias c_gtk_entry_completion_get_popup_single_match gtk_entry_completion_get_popup_single_match;
11082 alias c_gtk_entry_completion_get_text_column gtk_entry_completion_get_text_column;
11083 alias c_gtk_entry_completion_insert_action_markup gtk_entry_completion_insert_action_markup;
11084 alias c_gtk_entry_completion_insert_action_text gtk_entry_completion_insert_action_text;
11085 alias c_gtk_entry_completion_insert_prefix gtk_entry_completion_insert_prefix;
11086 alias c_gtk_entry_completion_set_inline_completion gtk_entry_completion_set_inline_completion;
11087 alias c_gtk_entry_completion_set_inline_selection gtk_entry_completion_set_inline_selection;
11088 alias c_gtk_entry_completion_set_match_func gtk_entry_completion_set_match_func;
11089 alias c_gtk_entry_completion_set_minimum_key_length gtk_entry_completion_set_minimum_key_length;
11090 alias c_gtk_entry_completion_set_model gtk_entry_completion_set_model;
11091 alias c_gtk_entry_completion_set_popup_completion gtk_entry_completion_set_popup_completion;
11092 alias c_gtk_entry_completion_set_popup_set_width gtk_entry_completion_set_popup_set_width;
11093 alias c_gtk_entry_completion_set_popup_single_match gtk_entry_completion_set_popup_single_match;
11094 alias c_gtk_entry_completion_set_text_column gtk_entry_completion_set_text_column;
11095 
11096 // gtk.EntryIconAccessible
11097 
11098 alias c_gtk_entry_icon_accessible_get_type gtk_entry_icon_accessible_get_type;
11099 
11100 // gtk.EventBox
11101 
11102 alias c_gtk_event_box_get_type gtk_event_box_get_type;
11103 alias c_gtk_event_box_new gtk_event_box_new;
11104 alias c_gtk_event_box_get_above_child gtk_event_box_get_above_child;
11105 alias c_gtk_event_box_get_visible_window gtk_event_box_get_visible_window;
11106 alias c_gtk_event_box_set_above_child gtk_event_box_set_above_child;
11107 alias c_gtk_event_box_set_visible_window gtk_event_box_set_visible_window;
11108 
11109 // gtk.EventController
11110 
11111 alias c_gtk_event_controller_get_type gtk_event_controller_get_type;
11112 alias c_gtk_event_controller_get_propagation_phase gtk_event_controller_get_propagation_phase;
11113 alias c_gtk_event_controller_get_widget gtk_event_controller_get_widget;
11114 alias c_gtk_event_controller_handle_event gtk_event_controller_handle_event;
11115 alias c_gtk_event_controller_reset gtk_event_controller_reset;
11116 alias c_gtk_event_controller_set_propagation_phase gtk_event_controller_set_propagation_phase;
11117 
11118 // gtk.Expander
11119 
11120 alias c_gtk_expander_get_type gtk_expander_get_type;
11121 alias c_gtk_expander_new gtk_expander_new;
11122 alias c_gtk_expander_new_with_mnemonic gtk_expander_new_with_mnemonic;
11123 alias c_gtk_expander_get_expanded gtk_expander_get_expanded;
11124 alias c_gtk_expander_get_label gtk_expander_get_label;
11125 alias c_gtk_expander_get_label_fill gtk_expander_get_label_fill;
11126 alias c_gtk_expander_get_label_widget gtk_expander_get_label_widget;
11127 alias c_gtk_expander_get_resize_toplevel gtk_expander_get_resize_toplevel;
11128 alias c_gtk_expander_get_spacing gtk_expander_get_spacing;
11129 alias c_gtk_expander_get_use_markup gtk_expander_get_use_markup;
11130 alias c_gtk_expander_get_use_underline gtk_expander_get_use_underline;
11131 alias c_gtk_expander_set_expanded gtk_expander_set_expanded;
11132 alias c_gtk_expander_set_label gtk_expander_set_label;
11133 alias c_gtk_expander_set_label_fill gtk_expander_set_label_fill;
11134 alias c_gtk_expander_set_label_widget gtk_expander_set_label_widget;
11135 alias c_gtk_expander_set_resize_toplevel gtk_expander_set_resize_toplevel;
11136 alias c_gtk_expander_set_spacing gtk_expander_set_spacing;
11137 alias c_gtk_expander_set_use_markup gtk_expander_set_use_markup;
11138 alias c_gtk_expander_set_use_underline gtk_expander_set_use_underline;
11139 
11140 // gtk.ExpanderAccessible
11141 
11142 alias c_gtk_expander_accessible_get_type gtk_expander_accessible_get_type;
11143 
11144 // gtk.FileChooser
11145 
11146 alias c_gtk_file_chooser_get_type gtk_file_chooser_get_type;
11147 alias c_gtk_file_chooser_add_filter gtk_file_chooser_add_filter;
11148 alias c_gtk_file_chooser_add_shortcut_folder gtk_file_chooser_add_shortcut_folder;
11149 alias c_gtk_file_chooser_add_shortcut_folder_uri gtk_file_chooser_add_shortcut_folder_uri;
11150 alias c_gtk_file_chooser_get_action gtk_file_chooser_get_action;
11151 alias c_gtk_file_chooser_get_create_folders gtk_file_chooser_get_create_folders;
11152 alias c_gtk_file_chooser_get_current_folder gtk_file_chooser_get_current_folder;
11153 alias c_gtk_file_chooser_get_current_folder_file gtk_file_chooser_get_current_folder_file;
11154 alias c_gtk_file_chooser_get_current_folder_uri gtk_file_chooser_get_current_folder_uri;
11155 alias c_gtk_file_chooser_get_current_name gtk_file_chooser_get_current_name;
11156 alias c_gtk_file_chooser_get_do_overwrite_confirmation gtk_file_chooser_get_do_overwrite_confirmation;
11157 alias c_gtk_file_chooser_get_extra_widget gtk_file_chooser_get_extra_widget;
11158 alias c_gtk_file_chooser_get_file gtk_file_chooser_get_file;
11159 alias c_gtk_file_chooser_get_filename gtk_file_chooser_get_filename;
11160 alias c_gtk_file_chooser_get_filenames gtk_file_chooser_get_filenames;
11161 alias c_gtk_file_chooser_get_files gtk_file_chooser_get_files;
11162 alias c_gtk_file_chooser_get_filter gtk_file_chooser_get_filter;
11163 alias c_gtk_file_chooser_get_local_only gtk_file_chooser_get_local_only;
11164 alias c_gtk_file_chooser_get_preview_file gtk_file_chooser_get_preview_file;
11165 alias c_gtk_file_chooser_get_preview_filename gtk_file_chooser_get_preview_filename;
11166 alias c_gtk_file_chooser_get_preview_uri gtk_file_chooser_get_preview_uri;
11167 alias c_gtk_file_chooser_get_preview_widget gtk_file_chooser_get_preview_widget;
11168 alias c_gtk_file_chooser_get_preview_widget_active gtk_file_chooser_get_preview_widget_active;
11169 alias c_gtk_file_chooser_get_select_multiple gtk_file_chooser_get_select_multiple;
11170 alias c_gtk_file_chooser_get_show_hidden gtk_file_chooser_get_show_hidden;
11171 alias c_gtk_file_chooser_get_uri gtk_file_chooser_get_uri;
11172 alias c_gtk_file_chooser_get_uris gtk_file_chooser_get_uris;
11173 alias c_gtk_file_chooser_get_use_preview_label gtk_file_chooser_get_use_preview_label;
11174 alias c_gtk_file_chooser_list_filters gtk_file_chooser_list_filters;
11175 alias c_gtk_file_chooser_list_shortcut_folder_uris gtk_file_chooser_list_shortcut_folder_uris;
11176 alias c_gtk_file_chooser_list_shortcut_folders gtk_file_chooser_list_shortcut_folders;
11177 alias c_gtk_file_chooser_remove_filter gtk_file_chooser_remove_filter;
11178 alias c_gtk_file_chooser_remove_shortcut_folder gtk_file_chooser_remove_shortcut_folder;
11179 alias c_gtk_file_chooser_remove_shortcut_folder_uri gtk_file_chooser_remove_shortcut_folder_uri;
11180 alias c_gtk_file_chooser_select_all gtk_file_chooser_select_all;
11181 alias c_gtk_file_chooser_select_file gtk_file_chooser_select_file;
11182 alias c_gtk_file_chooser_select_filename gtk_file_chooser_select_filename;
11183 alias c_gtk_file_chooser_select_uri gtk_file_chooser_select_uri;
11184 alias c_gtk_file_chooser_set_action gtk_file_chooser_set_action;
11185 alias c_gtk_file_chooser_set_create_folders gtk_file_chooser_set_create_folders;
11186 alias c_gtk_file_chooser_set_current_folder gtk_file_chooser_set_current_folder;
11187 alias c_gtk_file_chooser_set_current_folder_file gtk_file_chooser_set_current_folder_file;
11188 alias c_gtk_file_chooser_set_current_folder_uri gtk_file_chooser_set_current_folder_uri;
11189 alias c_gtk_file_chooser_set_current_name gtk_file_chooser_set_current_name;
11190 alias c_gtk_file_chooser_set_do_overwrite_confirmation gtk_file_chooser_set_do_overwrite_confirmation;
11191 alias c_gtk_file_chooser_set_extra_widget gtk_file_chooser_set_extra_widget;
11192 alias c_gtk_file_chooser_set_file gtk_file_chooser_set_file;
11193 alias c_gtk_file_chooser_set_filename gtk_file_chooser_set_filename;
11194 alias c_gtk_file_chooser_set_filter gtk_file_chooser_set_filter;
11195 alias c_gtk_file_chooser_set_local_only gtk_file_chooser_set_local_only;
11196 alias c_gtk_file_chooser_set_preview_widget gtk_file_chooser_set_preview_widget;
11197 alias c_gtk_file_chooser_set_preview_widget_active gtk_file_chooser_set_preview_widget_active;
11198 alias c_gtk_file_chooser_set_select_multiple gtk_file_chooser_set_select_multiple;
11199 alias c_gtk_file_chooser_set_show_hidden gtk_file_chooser_set_show_hidden;
11200 alias c_gtk_file_chooser_set_uri gtk_file_chooser_set_uri;
11201 alias c_gtk_file_chooser_set_use_preview_label gtk_file_chooser_set_use_preview_label;
11202 alias c_gtk_file_chooser_unselect_all gtk_file_chooser_unselect_all;
11203 alias c_gtk_file_chooser_unselect_file gtk_file_chooser_unselect_file;
11204 alias c_gtk_file_chooser_unselect_filename gtk_file_chooser_unselect_filename;
11205 alias c_gtk_file_chooser_unselect_uri gtk_file_chooser_unselect_uri;
11206 
11207 // gtk.FileChooserButton
11208 
11209 alias c_gtk_file_chooser_button_get_type gtk_file_chooser_button_get_type;
11210 alias c_gtk_file_chooser_button_new gtk_file_chooser_button_new;
11211 alias c_gtk_file_chooser_button_new_with_dialog gtk_file_chooser_button_new_with_dialog;
11212 alias c_gtk_file_chooser_button_get_focus_on_click gtk_file_chooser_button_get_focus_on_click;
11213 alias c_gtk_file_chooser_button_get_title gtk_file_chooser_button_get_title;
11214 alias c_gtk_file_chooser_button_get_width_chars gtk_file_chooser_button_get_width_chars;
11215 alias c_gtk_file_chooser_button_set_focus_on_click gtk_file_chooser_button_set_focus_on_click;
11216 alias c_gtk_file_chooser_button_set_title gtk_file_chooser_button_set_title;
11217 alias c_gtk_file_chooser_button_set_width_chars gtk_file_chooser_button_set_width_chars;
11218 
11219 // gtk.FileChooserDialog
11220 
11221 alias c_gtk_file_chooser_dialog_get_type gtk_file_chooser_dialog_get_type;
11222 alias c_gtk_file_chooser_dialog_new gtk_file_chooser_dialog_new;
11223 
11224 // gtk.FileChooserWidget
11225 
11226 alias c_gtk_file_chooser_widget_get_type gtk_file_chooser_widget_get_type;
11227 alias c_gtk_file_chooser_widget_new gtk_file_chooser_widget_new;
11228 
11229 // gtk.FileFilter
11230 
11231 alias c_gtk_file_filter_get_type gtk_file_filter_get_type;
11232 alias c_gtk_file_filter_new gtk_file_filter_new;
11233 alias c_gtk_file_filter_add_custom gtk_file_filter_add_custom;
11234 alias c_gtk_file_filter_add_mime_type gtk_file_filter_add_mime_type;
11235 alias c_gtk_file_filter_add_pattern gtk_file_filter_add_pattern;
11236 alias c_gtk_file_filter_add_pixbuf_formats gtk_file_filter_add_pixbuf_formats;
11237 alias c_gtk_file_filter_filter gtk_file_filter_filter;
11238 alias c_gtk_file_filter_get_name gtk_file_filter_get_name;
11239 alias c_gtk_file_filter_get_needed gtk_file_filter_get_needed;
11240 alias c_gtk_file_filter_set_name gtk_file_filter_set_name;
11241 
11242 // gtk.Fixed
11243 
11244 alias c_gtk_fixed_get_type gtk_fixed_get_type;
11245 alias c_gtk_fixed_new gtk_fixed_new;
11246 alias c_gtk_fixed_move gtk_fixed_move;
11247 alias c_gtk_fixed_put gtk_fixed_put;
11248 
11249 // gtk.FlowBox
11250 
11251 alias c_gtk_flow_box_get_type gtk_flow_box_get_type;
11252 alias c_gtk_flow_box_new gtk_flow_box_new;
11253 alias c_gtk_flow_box_get_activate_on_single_click gtk_flow_box_get_activate_on_single_click;
11254 alias c_gtk_flow_box_get_child_at_index gtk_flow_box_get_child_at_index;
11255 alias c_gtk_flow_box_get_column_spacing gtk_flow_box_get_column_spacing;
11256 alias c_gtk_flow_box_get_homogeneous gtk_flow_box_get_homogeneous;
11257 alias c_gtk_flow_box_get_max_children_per_line gtk_flow_box_get_max_children_per_line;
11258 alias c_gtk_flow_box_get_min_children_per_line gtk_flow_box_get_min_children_per_line;
11259 alias c_gtk_flow_box_get_row_spacing gtk_flow_box_get_row_spacing;
11260 alias c_gtk_flow_box_get_selected_children gtk_flow_box_get_selected_children;
11261 alias c_gtk_flow_box_get_selection_mode gtk_flow_box_get_selection_mode;
11262 alias c_gtk_flow_box_insert gtk_flow_box_insert;
11263 alias c_gtk_flow_box_invalidate_filter gtk_flow_box_invalidate_filter;
11264 alias c_gtk_flow_box_invalidate_sort gtk_flow_box_invalidate_sort;
11265 alias c_gtk_flow_box_select_all gtk_flow_box_select_all;
11266 alias c_gtk_flow_box_select_child gtk_flow_box_select_child;
11267 alias c_gtk_flow_box_selected_foreach gtk_flow_box_selected_foreach;
11268 alias c_gtk_flow_box_set_activate_on_single_click gtk_flow_box_set_activate_on_single_click;
11269 alias c_gtk_flow_box_set_column_spacing gtk_flow_box_set_column_spacing;
11270 alias c_gtk_flow_box_set_filter_func gtk_flow_box_set_filter_func;
11271 alias c_gtk_flow_box_set_hadjustment gtk_flow_box_set_hadjustment;
11272 alias c_gtk_flow_box_set_homogeneous gtk_flow_box_set_homogeneous;
11273 alias c_gtk_flow_box_set_max_children_per_line gtk_flow_box_set_max_children_per_line;
11274 alias c_gtk_flow_box_set_min_children_per_line gtk_flow_box_set_min_children_per_line;
11275 alias c_gtk_flow_box_set_row_spacing gtk_flow_box_set_row_spacing;
11276 alias c_gtk_flow_box_set_selection_mode gtk_flow_box_set_selection_mode;
11277 alias c_gtk_flow_box_set_sort_func gtk_flow_box_set_sort_func;
11278 alias c_gtk_flow_box_set_vadjustment gtk_flow_box_set_vadjustment;
11279 alias c_gtk_flow_box_unselect_all gtk_flow_box_unselect_all;
11280 alias c_gtk_flow_box_unselect_child gtk_flow_box_unselect_child;
11281 
11282 // gtk.FlowBoxAccessible
11283 
11284 alias c_gtk_flow_box_accessible_get_type gtk_flow_box_accessible_get_type;
11285 
11286 // gtk.FlowBoxChild
11287 
11288 alias c_gtk_flow_box_child_get_type gtk_flow_box_child_get_type;
11289 alias c_gtk_flow_box_child_new gtk_flow_box_child_new;
11290 alias c_gtk_flow_box_child_changed gtk_flow_box_child_changed;
11291 alias c_gtk_flow_box_child_get_index gtk_flow_box_child_get_index;
11292 alias c_gtk_flow_box_child_is_selected gtk_flow_box_child_is_selected;
11293 
11294 // gtk.FlowBoxChildAccessible
11295 
11296 alias c_gtk_flow_box_child_accessible_get_type gtk_flow_box_child_accessible_get_type;
11297 
11298 // gtk.FontButton
11299 
11300 alias c_gtk_font_button_get_type gtk_font_button_get_type;
11301 alias c_gtk_font_button_new gtk_font_button_new;
11302 alias c_gtk_font_button_new_with_font gtk_font_button_new_with_font;
11303 alias c_gtk_font_button_get_font_name gtk_font_button_get_font_name;
11304 alias c_gtk_font_button_get_show_size gtk_font_button_get_show_size;
11305 alias c_gtk_font_button_get_show_style gtk_font_button_get_show_style;
11306 alias c_gtk_font_button_get_title gtk_font_button_get_title;
11307 alias c_gtk_font_button_get_use_font gtk_font_button_get_use_font;
11308 alias c_gtk_font_button_get_use_size gtk_font_button_get_use_size;
11309 alias c_gtk_font_button_set_font_name gtk_font_button_set_font_name;
11310 alias c_gtk_font_button_set_show_size gtk_font_button_set_show_size;
11311 alias c_gtk_font_button_set_show_style gtk_font_button_set_show_style;
11312 alias c_gtk_font_button_set_title gtk_font_button_set_title;
11313 alias c_gtk_font_button_set_use_font gtk_font_button_set_use_font;
11314 alias c_gtk_font_button_set_use_size gtk_font_button_set_use_size;
11315 
11316 // gtk.FontChooser
11317 
11318 alias c_gtk_font_chooser_get_type gtk_font_chooser_get_type;
11319 alias c_gtk_font_chooser_get_font gtk_font_chooser_get_font;
11320 alias c_gtk_font_chooser_get_font_desc gtk_font_chooser_get_font_desc;
11321 alias c_gtk_font_chooser_get_font_face gtk_font_chooser_get_font_face;
11322 alias c_gtk_font_chooser_get_font_family gtk_font_chooser_get_font_family;
11323 alias c_gtk_font_chooser_get_font_size gtk_font_chooser_get_font_size;
11324 alias c_gtk_font_chooser_get_preview_text gtk_font_chooser_get_preview_text;
11325 alias c_gtk_font_chooser_get_show_preview_entry gtk_font_chooser_get_show_preview_entry;
11326 alias c_gtk_font_chooser_set_filter_func gtk_font_chooser_set_filter_func;
11327 alias c_gtk_font_chooser_set_font gtk_font_chooser_set_font;
11328 alias c_gtk_font_chooser_set_font_desc gtk_font_chooser_set_font_desc;
11329 alias c_gtk_font_chooser_set_preview_text gtk_font_chooser_set_preview_text;
11330 alias c_gtk_font_chooser_set_show_preview_entry gtk_font_chooser_set_show_preview_entry;
11331 
11332 // gtk.FontChooserDialog
11333 
11334 alias c_gtk_font_chooser_dialog_get_type gtk_font_chooser_dialog_get_type;
11335 alias c_gtk_font_chooser_dialog_new gtk_font_chooser_dialog_new;
11336 
11337 // gtk.FontChooserWidget
11338 
11339 alias c_gtk_font_chooser_widget_get_type gtk_font_chooser_widget_get_type;
11340 alias c_gtk_font_chooser_widget_new gtk_font_chooser_widget_new;
11341 
11342 // gtk.FontSelection
11343 
11344 alias c_gtk_font_selection_get_type gtk_font_selection_get_type;
11345 alias c_gtk_font_selection_new gtk_font_selection_new;
11346 alias c_gtk_font_selection_get_face gtk_font_selection_get_face;
11347 alias c_gtk_font_selection_get_face_list gtk_font_selection_get_face_list;
11348 alias c_gtk_font_selection_get_family gtk_font_selection_get_family;
11349 alias c_gtk_font_selection_get_family_list gtk_font_selection_get_family_list;
11350 alias c_gtk_font_selection_get_font_name gtk_font_selection_get_font_name;
11351 alias c_gtk_font_selection_get_preview_entry gtk_font_selection_get_preview_entry;
11352 alias c_gtk_font_selection_get_preview_text gtk_font_selection_get_preview_text;
11353 alias c_gtk_font_selection_get_size gtk_font_selection_get_size;
11354 alias c_gtk_font_selection_get_size_entry gtk_font_selection_get_size_entry;
11355 alias c_gtk_font_selection_get_size_list gtk_font_selection_get_size_list;
11356 alias c_gtk_font_selection_set_font_name gtk_font_selection_set_font_name;
11357 alias c_gtk_font_selection_set_preview_text gtk_font_selection_set_preview_text;
11358 
11359 // gtk.FontSelectionDialog
11360 
11361 alias c_gtk_font_selection_dialog_get_type gtk_font_selection_dialog_get_type;
11362 alias c_gtk_font_selection_dialog_new gtk_font_selection_dialog_new;
11363 alias c_gtk_font_selection_dialog_get_cancel_button gtk_font_selection_dialog_get_cancel_button;
11364 alias c_gtk_font_selection_dialog_get_font_name gtk_font_selection_dialog_get_font_name;
11365 alias c_gtk_font_selection_dialog_get_font_selection gtk_font_selection_dialog_get_font_selection;
11366 alias c_gtk_font_selection_dialog_get_ok_button gtk_font_selection_dialog_get_ok_button;
11367 alias c_gtk_font_selection_dialog_get_preview_text gtk_font_selection_dialog_get_preview_text;
11368 alias c_gtk_font_selection_dialog_set_font_name gtk_font_selection_dialog_set_font_name;
11369 alias c_gtk_font_selection_dialog_set_preview_text gtk_font_selection_dialog_set_preview_text;
11370 
11371 // gtk.Frame
11372 
11373 alias c_gtk_frame_get_type gtk_frame_get_type;
11374 alias c_gtk_frame_new gtk_frame_new;
11375 alias c_gtk_frame_get_label gtk_frame_get_label;
11376 alias c_gtk_frame_get_label_align gtk_frame_get_label_align;
11377 alias c_gtk_frame_get_label_widget gtk_frame_get_label_widget;
11378 alias c_gtk_frame_get_shadow_type gtk_frame_get_shadow_type;
11379 alias c_gtk_frame_set_label gtk_frame_set_label;
11380 alias c_gtk_frame_set_label_align gtk_frame_set_label_align;
11381 alias c_gtk_frame_set_label_widget gtk_frame_set_label_widget;
11382 alias c_gtk_frame_set_shadow_type gtk_frame_set_shadow_type;
11383 
11384 // gtk.FrameAccessible
11385 
11386 alias c_gtk_frame_accessible_get_type gtk_frame_accessible_get_type;
11387 
11388 // gtk.Gesture
11389 
11390 alias c_gtk_gesture_get_type gtk_gesture_get_type;
11391 alias c_gtk_gesture_get_bounding_box gtk_gesture_get_bounding_box;
11392 alias c_gtk_gesture_get_bounding_box_center gtk_gesture_get_bounding_box_center;
11393 alias c_gtk_gesture_get_device gtk_gesture_get_device;
11394 alias c_gtk_gesture_get_group gtk_gesture_get_group;
11395 alias c_gtk_gesture_get_last_event gtk_gesture_get_last_event;
11396 alias c_gtk_gesture_get_last_updated_sequence gtk_gesture_get_last_updated_sequence;
11397 alias c_gtk_gesture_get_point gtk_gesture_get_point;
11398 alias c_gtk_gesture_get_sequence_state gtk_gesture_get_sequence_state;
11399 alias c_gtk_gesture_get_sequences gtk_gesture_get_sequences;
11400 alias c_gtk_gesture_get_window gtk_gesture_get_window;
11401 alias c_gtk_gesture_group gtk_gesture_group;
11402 alias c_gtk_gesture_handles_sequence gtk_gesture_handles_sequence;
11403 alias c_gtk_gesture_is_active gtk_gesture_is_active;
11404 alias c_gtk_gesture_is_grouped_with gtk_gesture_is_grouped_with;
11405 alias c_gtk_gesture_is_recognized gtk_gesture_is_recognized;
11406 alias c_gtk_gesture_set_sequence_state gtk_gesture_set_sequence_state;
11407 alias c_gtk_gesture_set_state gtk_gesture_set_state;
11408 alias c_gtk_gesture_set_window gtk_gesture_set_window;
11409 alias c_gtk_gesture_ungroup gtk_gesture_ungroup;
11410 
11411 // gtk.GestureDrag
11412 
11413 alias c_gtk_gesture_drag_get_type gtk_gesture_drag_get_type;
11414 alias c_gtk_gesture_drag_new gtk_gesture_drag_new;
11415 alias c_gtk_gesture_drag_get_offset gtk_gesture_drag_get_offset;
11416 alias c_gtk_gesture_drag_get_start_point gtk_gesture_drag_get_start_point;
11417 
11418 // gtk.GestureLongPress
11419 
11420 alias c_gtk_gesture_long_press_get_type gtk_gesture_long_press_get_type;
11421 alias c_gtk_gesture_long_press_new gtk_gesture_long_press_new;
11422 
11423 // gtk.GestureMultiPress
11424 
11425 alias c_gtk_gesture_multi_press_get_type gtk_gesture_multi_press_get_type;
11426 alias c_gtk_gesture_multi_press_new gtk_gesture_multi_press_new;
11427 alias c_gtk_gesture_multi_press_get_area gtk_gesture_multi_press_get_area;
11428 alias c_gtk_gesture_multi_press_set_area gtk_gesture_multi_press_set_area;
11429 
11430 // gtk.GesturePan
11431 
11432 alias c_gtk_gesture_pan_get_type gtk_gesture_pan_get_type;
11433 alias c_gtk_gesture_pan_new gtk_gesture_pan_new;
11434 alias c_gtk_gesture_pan_get_orientation gtk_gesture_pan_get_orientation;
11435 alias c_gtk_gesture_pan_set_orientation gtk_gesture_pan_set_orientation;
11436 
11437 // gtk.GestureRotate
11438 
11439 alias c_gtk_gesture_rotate_get_type gtk_gesture_rotate_get_type;
11440 alias c_gtk_gesture_rotate_new gtk_gesture_rotate_new;
11441 alias c_gtk_gesture_rotate_get_angle_delta gtk_gesture_rotate_get_angle_delta;
11442 
11443 // gtk.GestureSingle
11444 
11445 alias c_gtk_gesture_single_get_type gtk_gesture_single_get_type;
11446 alias c_gtk_gesture_single_get_button gtk_gesture_single_get_button;
11447 alias c_gtk_gesture_single_get_current_button gtk_gesture_single_get_current_button;
11448 alias c_gtk_gesture_single_get_current_sequence gtk_gesture_single_get_current_sequence;
11449 alias c_gtk_gesture_single_get_exclusive gtk_gesture_single_get_exclusive;
11450 alias c_gtk_gesture_single_get_touch_only gtk_gesture_single_get_touch_only;
11451 alias c_gtk_gesture_single_set_button gtk_gesture_single_set_button;
11452 alias c_gtk_gesture_single_set_exclusive gtk_gesture_single_set_exclusive;
11453 alias c_gtk_gesture_single_set_touch_only gtk_gesture_single_set_touch_only;
11454 
11455 // gtk.GestureSwipe
11456 
11457 alias c_gtk_gesture_swipe_get_type gtk_gesture_swipe_get_type;
11458 alias c_gtk_gesture_swipe_new gtk_gesture_swipe_new;
11459 alias c_gtk_gesture_swipe_get_velocity gtk_gesture_swipe_get_velocity;
11460 
11461 // gtk.GestureZoom
11462 
11463 alias c_gtk_gesture_zoom_get_type gtk_gesture_zoom_get_type;
11464 alias c_gtk_gesture_zoom_new gtk_gesture_zoom_new;
11465 alias c_gtk_gesture_zoom_get_scale_delta gtk_gesture_zoom_get_scale_delta;
11466 
11467 // gtk.Gradient
11468 
11469 alias c_gtk_gradient_get_type gtk_gradient_get_type;
11470 alias c_gtk_gradient_new_linear gtk_gradient_new_linear;
11471 alias c_gtk_gradient_new_radial gtk_gradient_new_radial;
11472 alias c_gtk_gradient_add_color_stop gtk_gradient_add_color_stop;
11473 alias c_gtk_gradient_ref gtk_gradient_ref;
11474 alias c_gtk_gradient_resolve gtk_gradient_resolve;
11475 alias c_gtk_gradient_resolve_for_context gtk_gradient_resolve_for_context;
11476 alias c_gtk_gradient_to_string gtk_gradient_to_string;
11477 alias c_gtk_gradient_unref gtk_gradient_unref;
11478 
11479 // gtk.Grid
11480 
11481 alias c_gtk_grid_get_type gtk_grid_get_type;
11482 alias c_gtk_grid_new gtk_grid_new;
11483 alias c_gtk_grid_attach gtk_grid_attach;
11484 alias c_gtk_grid_attach_next_to gtk_grid_attach_next_to;
11485 alias c_gtk_grid_get_baseline_row gtk_grid_get_baseline_row;
11486 alias c_gtk_grid_get_child_at gtk_grid_get_child_at;
11487 alias c_gtk_grid_get_column_homogeneous gtk_grid_get_column_homogeneous;
11488 alias c_gtk_grid_get_column_spacing gtk_grid_get_column_spacing;
11489 alias c_gtk_grid_get_row_baseline_position gtk_grid_get_row_baseline_position;
11490 alias c_gtk_grid_get_row_homogeneous gtk_grid_get_row_homogeneous;
11491 alias c_gtk_grid_get_row_spacing gtk_grid_get_row_spacing;
11492 alias c_gtk_grid_insert_column gtk_grid_insert_column;
11493 alias c_gtk_grid_insert_next_to gtk_grid_insert_next_to;
11494 alias c_gtk_grid_insert_row gtk_grid_insert_row;
11495 alias c_gtk_grid_remove_column gtk_grid_remove_column;
11496 alias c_gtk_grid_remove_row gtk_grid_remove_row;
11497 alias c_gtk_grid_set_baseline_row gtk_grid_set_baseline_row;
11498 alias c_gtk_grid_set_column_homogeneous gtk_grid_set_column_homogeneous;
11499 alias c_gtk_grid_set_column_spacing gtk_grid_set_column_spacing;
11500 alias c_gtk_grid_set_row_baseline_position gtk_grid_set_row_baseline_position;
11501 alias c_gtk_grid_set_row_homogeneous gtk_grid_set_row_homogeneous;
11502 alias c_gtk_grid_set_row_spacing gtk_grid_set_row_spacing;
11503 
11504 // gtk.HBox
11505 
11506 alias c_gtk_hbox_get_type gtk_hbox_get_type;
11507 alias c_gtk_hbox_new gtk_hbox_new;
11508 
11509 // gtk.HButtonBox
11510 
11511 alias c_gtk_hbutton_box_get_type gtk_hbutton_box_get_type;
11512 alias c_gtk_hbutton_box_new gtk_hbutton_box_new;
11513 
11514 // gtk.HPaned
11515 
11516 alias c_gtk_hpaned_get_type gtk_hpaned_get_type;
11517 alias c_gtk_hpaned_new gtk_hpaned_new;
11518 
11519 // gtk.HSV
11520 
11521 alias c_gtk_hsv_get_type gtk_hsv_get_type;
11522 alias c_gtk_hsv_new gtk_hsv_new;
11523 alias c_gtk_hsv_to_rgb gtk_hsv_to_rgb;
11524 alias c_gtk_hsv_get_color gtk_hsv_get_color;
11525 alias c_gtk_hsv_get_metrics gtk_hsv_get_metrics;
11526 alias c_gtk_hsv_is_adjusting gtk_hsv_is_adjusting;
11527 alias c_gtk_hsv_set_color gtk_hsv_set_color;
11528 alias c_gtk_hsv_set_metrics gtk_hsv_set_metrics;
11529 alias c_gtk_rgb_to_hsv gtk_rgb_to_hsv;
11530 
11531 // gtk.HScale
11532 
11533 alias c_gtk_hscale_get_type gtk_hscale_get_type;
11534 alias c_gtk_hscale_new gtk_hscale_new;
11535 alias c_gtk_hscale_new_with_range gtk_hscale_new_with_range;
11536 
11537 // gtk.HScrollbar
11538 
11539 alias c_gtk_hscrollbar_get_type gtk_hscrollbar_get_type;
11540 alias c_gtk_hscrollbar_new gtk_hscrollbar_new;
11541 
11542 // gtk.HSeparator
11543 
11544 alias c_gtk_hseparator_get_type gtk_hseparator_get_type;
11545 alias c_gtk_hseparator_new gtk_hseparator_new;
11546 
11547 // gtk.HandleBox
11548 
11549 alias c_gtk_handle_box_get_type gtk_handle_box_get_type;
11550 alias c_gtk_handle_box_new gtk_handle_box_new;
11551 alias c_gtk_handle_box_get_child_detached gtk_handle_box_get_child_detached;
11552 alias c_gtk_handle_box_get_handle_position gtk_handle_box_get_handle_position;
11553 alias c_gtk_handle_box_get_shadow_type gtk_handle_box_get_shadow_type;
11554 alias c_gtk_handle_box_get_snap_edge gtk_handle_box_get_snap_edge;
11555 alias c_gtk_handle_box_set_handle_position gtk_handle_box_set_handle_position;
11556 alias c_gtk_handle_box_set_shadow_type gtk_handle_box_set_shadow_type;
11557 alias c_gtk_handle_box_set_snap_edge gtk_handle_box_set_snap_edge;
11558 
11559 // gtk.HeaderBar
11560 
11561 alias c_gtk_header_bar_get_type gtk_header_bar_get_type;
11562 alias c_gtk_header_bar_new gtk_header_bar_new;
11563 alias c_gtk_header_bar_get_custom_title gtk_header_bar_get_custom_title;
11564 alias c_gtk_header_bar_get_decoration_layout gtk_header_bar_get_decoration_layout;
11565 alias c_gtk_header_bar_get_has_subtitle gtk_header_bar_get_has_subtitle;
11566 alias c_gtk_header_bar_get_show_close_button gtk_header_bar_get_show_close_button;
11567 alias c_gtk_header_bar_get_subtitle gtk_header_bar_get_subtitle;
11568 alias c_gtk_header_bar_get_title gtk_header_bar_get_title;
11569 alias c_gtk_header_bar_pack_end gtk_header_bar_pack_end;
11570 alias c_gtk_header_bar_pack_start gtk_header_bar_pack_start;
11571 alias c_gtk_header_bar_set_custom_title gtk_header_bar_set_custom_title;
11572 alias c_gtk_header_bar_set_decoration_layout gtk_header_bar_set_decoration_layout;
11573 alias c_gtk_header_bar_set_has_subtitle gtk_header_bar_set_has_subtitle;
11574 alias c_gtk_header_bar_set_show_close_button gtk_header_bar_set_show_close_button;
11575 alias c_gtk_header_bar_set_subtitle gtk_header_bar_set_subtitle;
11576 alias c_gtk_header_bar_set_title gtk_header_bar_set_title;
11577 
11578 // gtk.IMContext
11579 
11580 alias c_gtk_im_context_get_type gtk_im_context_get_type;
11581 alias c_gtk_im_context_delete_surrounding gtk_im_context_delete_surrounding;
11582 alias c_gtk_im_context_filter_keypress gtk_im_context_filter_keypress;
11583 alias c_gtk_im_context_focus_in gtk_im_context_focus_in;
11584 alias c_gtk_im_context_focus_out gtk_im_context_focus_out;
11585 alias c_gtk_im_context_get_preedit_string gtk_im_context_get_preedit_string;
11586 alias c_gtk_im_context_get_surrounding gtk_im_context_get_surrounding;
11587 alias c_gtk_im_context_reset gtk_im_context_reset;
11588 alias c_gtk_im_context_set_client_window gtk_im_context_set_client_window;
11589 alias c_gtk_im_context_set_cursor_location gtk_im_context_set_cursor_location;
11590 alias c_gtk_im_context_set_surrounding gtk_im_context_set_surrounding;
11591 alias c_gtk_im_context_set_use_preedit gtk_im_context_set_use_preedit;
11592 
11593 // gtk.IMContextSimple
11594 
11595 alias c_gtk_im_context_simple_get_type gtk_im_context_simple_get_type;
11596 alias c_gtk_im_context_simple_new gtk_im_context_simple_new;
11597 alias c_gtk_im_context_simple_add_table gtk_im_context_simple_add_table;
11598 
11599 // gtk.IMMulticontext
11600 
11601 alias c_gtk_im_multicontext_get_type gtk_im_multicontext_get_type;
11602 alias c_gtk_im_multicontext_new gtk_im_multicontext_new;
11603 alias c_gtk_im_multicontext_append_menuitems gtk_im_multicontext_append_menuitems;
11604 alias c_gtk_im_multicontext_get_context_id gtk_im_multicontext_get_context_id;
11605 alias c_gtk_im_multicontext_set_context_id gtk_im_multicontext_set_context_id;
11606 
11607 // gtk.IconFactory
11608 
11609 alias c_gtk_icon_factory_get_type gtk_icon_factory_get_type;
11610 alias c_gtk_icon_factory_new gtk_icon_factory_new;
11611 alias c_gtk_icon_factory_lookup_default gtk_icon_factory_lookup_default;
11612 alias c_gtk_icon_factory_add gtk_icon_factory_add;
11613 alias c_gtk_icon_factory_add_default gtk_icon_factory_add_default;
11614 alias c_gtk_icon_factory_lookup gtk_icon_factory_lookup;
11615 alias c_gtk_icon_factory_remove_default gtk_icon_factory_remove_default;
11616 
11617 // gtk.IconInfo
11618 
11619 alias c_gtk_icon_info_get_type gtk_icon_info_get_type;
11620 alias c_gtk_icon_info_new_for_pixbuf gtk_icon_info_new_for_pixbuf;
11621 alias c_gtk_icon_info_copy gtk_icon_info_copy;
11622 alias c_gtk_icon_info_free gtk_icon_info_free;
11623 alias c_gtk_icon_info_get_attach_points gtk_icon_info_get_attach_points;
11624 alias c_gtk_icon_info_get_base_scale gtk_icon_info_get_base_scale;
11625 alias c_gtk_icon_info_get_base_size gtk_icon_info_get_base_size;
11626 alias c_gtk_icon_info_get_builtin_pixbuf gtk_icon_info_get_builtin_pixbuf;
11627 alias c_gtk_icon_info_get_display_name gtk_icon_info_get_display_name;
11628 alias c_gtk_icon_info_get_embedded_rect gtk_icon_info_get_embedded_rect;
11629 alias c_gtk_icon_info_get_filename gtk_icon_info_get_filename;
11630 alias c_gtk_icon_info_is_symbolic gtk_icon_info_is_symbolic;
11631 alias c_gtk_icon_info_load_icon gtk_icon_info_load_icon;
11632 alias c_gtk_icon_info_load_icon_async gtk_icon_info_load_icon_async;
11633 alias c_gtk_icon_info_load_icon_finish gtk_icon_info_load_icon_finish;
11634 alias c_gtk_icon_info_load_surface gtk_icon_info_load_surface;
11635 alias c_gtk_icon_info_load_symbolic gtk_icon_info_load_symbolic;
11636 alias c_gtk_icon_info_load_symbolic_async gtk_icon_info_load_symbolic_async;
11637 alias c_gtk_icon_info_load_symbolic_finish gtk_icon_info_load_symbolic_finish;
11638 alias c_gtk_icon_info_load_symbolic_for_context gtk_icon_info_load_symbolic_for_context;
11639 alias c_gtk_icon_info_load_symbolic_for_context_async gtk_icon_info_load_symbolic_for_context_async;
11640 alias c_gtk_icon_info_load_symbolic_for_context_finish gtk_icon_info_load_symbolic_for_context_finish;
11641 alias c_gtk_icon_info_load_symbolic_for_style gtk_icon_info_load_symbolic_for_style;
11642 alias c_gtk_icon_info_set_raw_coordinates gtk_icon_info_set_raw_coordinates;
11643 
11644 // gtk.IconSet
11645 
11646 alias c_gtk_icon_set_get_type gtk_icon_set_get_type;
11647 alias c_gtk_icon_set_new gtk_icon_set_new;
11648 alias c_gtk_icon_set_new_from_pixbuf gtk_icon_set_new_from_pixbuf;
11649 alias c_gtk_icon_set_add_source gtk_icon_set_add_source;
11650 alias c_gtk_icon_set_copy gtk_icon_set_copy;
11651 alias c_gtk_icon_set_get_sizes gtk_icon_set_get_sizes;
11652 alias c_gtk_icon_set_ref gtk_icon_set_ref;
11653 alias c_gtk_icon_set_render_icon gtk_icon_set_render_icon;
11654 alias c_gtk_icon_set_render_icon_pixbuf gtk_icon_set_render_icon_pixbuf;
11655 alias c_gtk_icon_set_render_icon_surface gtk_icon_set_render_icon_surface;
11656 alias c_gtk_icon_set_unref gtk_icon_set_unref;
11657 
11658 // gtk.IconSource
11659 
11660 alias c_gtk_icon_source_get_type gtk_icon_source_get_type;
11661 alias c_gtk_icon_source_new gtk_icon_source_new;
11662 alias c_gtk_icon_source_copy gtk_icon_source_copy;
11663 alias c_gtk_icon_source_free gtk_icon_source_free;
11664 alias c_gtk_icon_source_get_direction gtk_icon_source_get_direction;
11665 alias c_gtk_icon_source_get_direction_wildcarded gtk_icon_source_get_direction_wildcarded;
11666 alias c_gtk_icon_source_get_filename gtk_icon_source_get_filename;
11667 alias c_gtk_icon_source_get_icon_name gtk_icon_source_get_icon_name;
11668 alias c_gtk_icon_source_get_pixbuf gtk_icon_source_get_pixbuf;
11669 alias c_gtk_icon_source_get_size gtk_icon_source_get_size;
11670 alias c_gtk_icon_source_get_size_wildcarded gtk_icon_source_get_size_wildcarded;
11671 alias c_gtk_icon_source_get_state gtk_icon_source_get_state;
11672 alias c_gtk_icon_source_get_state_wildcarded gtk_icon_source_get_state_wildcarded;
11673 alias c_gtk_icon_source_set_direction gtk_icon_source_set_direction;
11674 alias c_gtk_icon_source_set_direction_wildcarded gtk_icon_source_set_direction_wildcarded;
11675 alias c_gtk_icon_source_set_filename gtk_icon_source_set_filename;
11676 alias c_gtk_icon_source_set_icon_name gtk_icon_source_set_icon_name;
11677 alias c_gtk_icon_source_set_pixbuf gtk_icon_source_set_pixbuf;
11678 alias c_gtk_icon_source_set_size gtk_icon_source_set_size;
11679 alias c_gtk_icon_source_set_size_wildcarded gtk_icon_source_set_size_wildcarded;
11680 alias c_gtk_icon_source_set_state gtk_icon_source_set_state;
11681 alias c_gtk_icon_source_set_state_wildcarded gtk_icon_source_set_state_wildcarded;
11682 
11683 // gtk.IconTheme
11684 
11685 alias c_gtk_icon_theme_get_type gtk_icon_theme_get_type;
11686 alias c_gtk_icon_theme_new gtk_icon_theme_new;
11687 alias c_gtk_icon_theme_add_builtin_icon gtk_icon_theme_add_builtin_icon;
11688 alias c_gtk_icon_theme_get_default gtk_icon_theme_get_default;
11689 alias c_gtk_icon_theme_get_for_screen gtk_icon_theme_get_for_screen;
11690 alias c_gtk_icon_theme_add_resource_path gtk_icon_theme_add_resource_path;
11691 alias c_gtk_icon_theme_append_search_path gtk_icon_theme_append_search_path;
11692 alias c_gtk_icon_theme_choose_icon gtk_icon_theme_choose_icon;
11693 alias c_gtk_icon_theme_choose_icon_for_scale gtk_icon_theme_choose_icon_for_scale;
11694 alias c_gtk_icon_theme_get_example_icon_name gtk_icon_theme_get_example_icon_name;
11695 alias c_gtk_icon_theme_get_icon_sizes gtk_icon_theme_get_icon_sizes;
11696 alias c_gtk_icon_theme_get_search_path gtk_icon_theme_get_search_path;
11697 alias c_gtk_icon_theme_has_icon gtk_icon_theme_has_icon;
11698 alias c_gtk_icon_theme_list_contexts gtk_icon_theme_list_contexts;
11699 alias c_gtk_icon_theme_list_icons gtk_icon_theme_list_icons;
11700 alias c_gtk_icon_theme_load_icon gtk_icon_theme_load_icon;
11701 alias c_gtk_icon_theme_load_icon_for_scale gtk_icon_theme_load_icon_for_scale;
11702 alias c_gtk_icon_theme_load_surface gtk_icon_theme_load_surface;
11703 alias c_gtk_icon_theme_lookup_by_gicon gtk_icon_theme_lookup_by_gicon;
11704 alias c_gtk_icon_theme_lookup_by_gicon_for_scale gtk_icon_theme_lookup_by_gicon_for_scale;
11705 alias c_gtk_icon_theme_lookup_icon gtk_icon_theme_lookup_icon;
11706 alias c_gtk_icon_theme_lookup_icon_for_scale gtk_icon_theme_lookup_icon_for_scale;
11707 alias c_gtk_icon_theme_prepend_search_path gtk_icon_theme_prepend_search_path;
11708 alias c_gtk_icon_theme_rescan_if_needed gtk_icon_theme_rescan_if_needed;
11709 alias c_gtk_icon_theme_set_custom_theme gtk_icon_theme_set_custom_theme;
11710 alias c_gtk_icon_theme_set_screen gtk_icon_theme_set_screen;
11711 alias c_gtk_icon_theme_set_search_path gtk_icon_theme_set_search_path;
11712 
11713 // gtk.IconView
11714 
11715 alias c_gtk_icon_view_get_type gtk_icon_view_get_type;
11716 alias c_gtk_icon_view_new gtk_icon_view_new;
11717 alias c_gtk_icon_view_new_with_area gtk_icon_view_new_with_area;
11718 alias c_gtk_icon_view_new_with_model gtk_icon_view_new_with_model;
11719 alias c_gtk_icon_view_convert_widget_to_bin_window_coords gtk_icon_view_convert_widget_to_bin_window_coords;
11720 alias c_gtk_icon_view_create_drag_icon gtk_icon_view_create_drag_icon;
11721 alias c_gtk_icon_view_enable_model_drag_dest gtk_icon_view_enable_model_drag_dest;
11722 alias c_gtk_icon_view_enable_model_drag_source gtk_icon_view_enable_model_drag_source;
11723 alias c_gtk_icon_view_get_activate_on_single_click gtk_icon_view_get_activate_on_single_click;
11724 alias c_gtk_icon_view_get_cell_rect gtk_icon_view_get_cell_rect;
11725 alias c_gtk_icon_view_get_column_spacing gtk_icon_view_get_column_spacing;
11726 alias c_gtk_icon_view_get_columns gtk_icon_view_get_columns;
11727 alias c_gtk_icon_view_get_cursor gtk_icon_view_get_cursor;
11728 alias c_gtk_icon_view_get_dest_item_at_pos gtk_icon_view_get_dest_item_at_pos;
11729 alias c_gtk_icon_view_get_drag_dest_item gtk_icon_view_get_drag_dest_item;
11730 alias c_gtk_icon_view_get_item_at_pos gtk_icon_view_get_item_at_pos;
11731 alias c_gtk_icon_view_get_item_column gtk_icon_view_get_item_column;
11732 alias c_gtk_icon_view_get_item_orientation gtk_icon_view_get_item_orientation;
11733 alias c_gtk_icon_view_get_item_padding gtk_icon_view_get_item_padding;
11734 alias c_gtk_icon_view_get_item_row gtk_icon_view_get_item_row;
11735 alias c_gtk_icon_view_get_item_width gtk_icon_view_get_item_width;
11736 alias c_gtk_icon_view_get_margin gtk_icon_view_get_margin;
11737 alias c_gtk_icon_view_get_markup_column gtk_icon_view_get_markup_column;
11738 alias c_gtk_icon_view_get_model gtk_icon_view_get_model;
11739 alias c_gtk_icon_view_get_path_at_pos gtk_icon_view_get_path_at_pos;
11740 alias c_gtk_icon_view_get_pixbuf_column gtk_icon_view_get_pixbuf_column;
11741 alias c_gtk_icon_view_get_reorderable gtk_icon_view_get_reorderable;
11742 alias c_gtk_icon_view_get_row_spacing gtk_icon_view_get_row_spacing;
11743 alias c_gtk_icon_view_get_selected_items gtk_icon_view_get_selected_items;
11744 alias c_gtk_icon_view_get_selection_mode gtk_icon_view_get_selection_mode;
11745 alias c_gtk_icon_view_get_spacing gtk_icon_view_get_spacing;
11746 alias c_gtk_icon_view_get_text_column gtk_icon_view_get_text_column;
11747 alias c_gtk_icon_view_get_tooltip_column gtk_icon_view_get_tooltip_column;
11748 alias c_gtk_icon_view_get_tooltip_context gtk_icon_view_get_tooltip_context;
11749 alias c_gtk_icon_view_get_visible_range gtk_icon_view_get_visible_range;
11750 alias c_gtk_icon_view_item_activated gtk_icon_view_item_activated;
11751 alias c_gtk_icon_view_path_is_selected gtk_icon_view_path_is_selected;
11752 alias c_gtk_icon_view_scroll_to_path gtk_icon_view_scroll_to_path;
11753 alias c_gtk_icon_view_select_all gtk_icon_view_select_all;
11754 alias c_gtk_icon_view_select_path gtk_icon_view_select_path;
11755 alias c_gtk_icon_view_selected_foreach gtk_icon_view_selected_foreach;
11756 alias c_gtk_icon_view_set_activate_on_single_click gtk_icon_view_set_activate_on_single_click;
11757 alias c_gtk_icon_view_set_column_spacing gtk_icon_view_set_column_spacing;
11758 alias c_gtk_icon_view_set_columns gtk_icon_view_set_columns;
11759 alias c_gtk_icon_view_set_cursor gtk_icon_view_set_cursor;
11760 alias c_gtk_icon_view_set_drag_dest_item gtk_icon_view_set_drag_dest_item;
11761 alias c_gtk_icon_view_set_item_orientation gtk_icon_view_set_item_orientation;
11762 alias c_gtk_icon_view_set_item_padding gtk_icon_view_set_item_padding;
11763 alias c_gtk_icon_view_set_item_width gtk_icon_view_set_item_width;
11764 alias c_gtk_icon_view_set_margin gtk_icon_view_set_margin;
11765 alias c_gtk_icon_view_set_markup_column gtk_icon_view_set_markup_column;
11766 alias c_gtk_icon_view_set_model gtk_icon_view_set_model;
11767 alias c_gtk_icon_view_set_pixbuf_column gtk_icon_view_set_pixbuf_column;
11768 alias c_gtk_icon_view_set_reorderable gtk_icon_view_set_reorderable;
11769 alias c_gtk_icon_view_set_row_spacing gtk_icon_view_set_row_spacing;
11770 alias c_gtk_icon_view_set_selection_mode gtk_icon_view_set_selection_mode;
11771 alias c_gtk_icon_view_set_spacing gtk_icon_view_set_spacing;
11772 alias c_gtk_icon_view_set_text_column gtk_icon_view_set_text_column;
11773 alias c_gtk_icon_view_set_tooltip_cell gtk_icon_view_set_tooltip_cell;
11774 alias c_gtk_icon_view_set_tooltip_column gtk_icon_view_set_tooltip_column;
11775 alias c_gtk_icon_view_set_tooltip_item gtk_icon_view_set_tooltip_item;
11776 alias c_gtk_icon_view_unselect_all gtk_icon_view_unselect_all;
11777 alias c_gtk_icon_view_unselect_path gtk_icon_view_unselect_path;
11778 alias c_gtk_icon_view_unset_model_drag_dest gtk_icon_view_unset_model_drag_dest;
11779 alias c_gtk_icon_view_unset_model_drag_source gtk_icon_view_unset_model_drag_source;
11780 
11781 // gtk.IconViewAccessible
11782 
11783 alias c_gtk_icon_view_accessible_get_type gtk_icon_view_accessible_get_type;
11784 
11785 // gtk.Image
11786 
11787 alias c_gtk_image_get_type gtk_image_get_type;
11788 alias c_gtk_image_new gtk_image_new;
11789 alias c_gtk_image_new_from_animation gtk_image_new_from_animation;
11790 alias c_gtk_image_new_from_file gtk_image_new_from_file;
11791 alias c_gtk_image_new_from_gicon gtk_image_new_from_gicon;
11792 alias c_gtk_image_new_from_icon_name gtk_image_new_from_icon_name;
11793 alias c_gtk_image_new_from_icon_set gtk_image_new_from_icon_set;
11794 alias c_gtk_image_new_from_pixbuf gtk_image_new_from_pixbuf;
11795 alias c_gtk_image_new_from_resource gtk_image_new_from_resource;
11796 alias c_gtk_image_new_from_stock gtk_image_new_from_stock;
11797 alias c_gtk_image_new_from_surface gtk_image_new_from_surface;
11798 alias c_gtk_image_clear gtk_image_clear;
11799 alias c_gtk_image_get_animation gtk_image_get_animation;
11800 alias c_gtk_image_get_gicon gtk_image_get_gicon;
11801 alias c_gtk_image_get_icon_name gtk_image_get_icon_name;
11802 alias c_gtk_image_get_icon_set gtk_image_get_icon_set;
11803 alias c_gtk_image_get_pixbuf gtk_image_get_pixbuf;
11804 alias c_gtk_image_get_pixel_size gtk_image_get_pixel_size;
11805 alias c_gtk_image_get_stock gtk_image_get_stock;
11806 alias c_gtk_image_get_storage_type gtk_image_get_storage_type;
11807 alias c_gtk_image_set_from_animation gtk_image_set_from_animation;
11808 alias c_gtk_image_set_from_file gtk_image_set_from_file;
11809 alias c_gtk_image_set_from_gicon gtk_image_set_from_gicon;
11810 alias c_gtk_image_set_from_icon_name gtk_image_set_from_icon_name;
11811 alias c_gtk_image_set_from_icon_set gtk_image_set_from_icon_set;
11812 alias c_gtk_image_set_from_pixbuf gtk_image_set_from_pixbuf;
11813 alias c_gtk_image_set_from_resource gtk_image_set_from_resource;
11814 alias c_gtk_image_set_from_stock gtk_image_set_from_stock;
11815 alias c_gtk_image_set_from_surface gtk_image_set_from_surface;
11816 alias c_gtk_image_set_pixel_size gtk_image_set_pixel_size;
11817 
11818 // gtk.ImageAccessible
11819 
11820 alias c_gtk_image_accessible_get_type gtk_image_accessible_get_type;
11821 
11822 // gtk.ImageCellAccessible
11823 
11824 alias c_gtk_image_cell_accessible_get_type gtk_image_cell_accessible_get_type;
11825 
11826 // gtk.ImageMenuItem
11827 
11828 alias c_gtk_image_menu_item_get_type gtk_image_menu_item_get_type;
11829 alias c_gtk_image_menu_item_new gtk_image_menu_item_new;
11830 alias c_gtk_image_menu_item_new_from_stock gtk_image_menu_item_new_from_stock;
11831 alias c_gtk_image_menu_item_new_with_label gtk_image_menu_item_new_with_label;
11832 alias c_gtk_image_menu_item_new_with_mnemonic gtk_image_menu_item_new_with_mnemonic;
11833 alias c_gtk_image_menu_item_get_always_show_image gtk_image_menu_item_get_always_show_image;
11834 alias c_gtk_image_menu_item_get_image gtk_image_menu_item_get_image;
11835 alias c_gtk_image_menu_item_get_use_stock gtk_image_menu_item_get_use_stock;
11836 alias c_gtk_image_menu_item_set_accel_group gtk_image_menu_item_set_accel_group;
11837 alias c_gtk_image_menu_item_set_always_show_image gtk_image_menu_item_set_always_show_image;
11838 alias c_gtk_image_menu_item_set_image gtk_image_menu_item_set_image;
11839 alias c_gtk_image_menu_item_set_use_stock gtk_image_menu_item_set_use_stock;
11840 
11841 // gtk.InfoBar
11842 
11843 alias c_gtk_info_bar_get_type gtk_info_bar_get_type;
11844 alias c_gtk_info_bar_new gtk_info_bar_new;
11845 alias c_gtk_info_bar_new_with_buttons gtk_info_bar_new_with_buttons;
11846 alias c_gtk_info_bar_add_action_widget gtk_info_bar_add_action_widget;
11847 alias c_gtk_info_bar_add_button gtk_info_bar_add_button;
11848 alias c_gtk_info_bar_add_buttons gtk_info_bar_add_buttons;
11849 alias c_gtk_info_bar_get_action_area gtk_info_bar_get_action_area;
11850 alias c_gtk_info_bar_get_content_area gtk_info_bar_get_content_area;
11851 alias c_gtk_info_bar_get_message_type gtk_info_bar_get_message_type;
11852 alias c_gtk_info_bar_get_show_close_button gtk_info_bar_get_show_close_button;
11853 alias c_gtk_info_bar_response gtk_info_bar_response;
11854 alias c_gtk_info_bar_set_default_response gtk_info_bar_set_default_response;
11855 alias c_gtk_info_bar_set_message_type gtk_info_bar_set_message_type;
11856 alias c_gtk_info_bar_set_response_sensitive gtk_info_bar_set_response_sensitive;
11857 alias c_gtk_info_bar_set_show_close_button gtk_info_bar_set_show_close_button;
11858 
11859 // gtk.Invisible
11860 
11861 alias c_gtk_invisible_get_type gtk_invisible_get_type;
11862 alias c_gtk_invisible_new gtk_invisible_new;
11863 alias c_gtk_invisible_new_for_screen gtk_invisible_new_for_screen;
11864 alias c_gtk_invisible_get_screen gtk_invisible_get_screen;
11865 alias c_gtk_invisible_set_screen gtk_invisible_set_screen;
11866 
11867 // gtk.Label
11868 
11869 alias c_gtk_label_get_type gtk_label_get_type;
11870 alias c_gtk_label_new gtk_label_new;
11871 alias c_gtk_label_new_with_mnemonic gtk_label_new_with_mnemonic;
11872 alias c_gtk_label_get_angle gtk_label_get_angle;
11873 alias c_gtk_label_get_attributes gtk_label_get_attributes;
11874 alias c_gtk_label_get_current_uri gtk_label_get_current_uri;
11875 alias c_gtk_label_get_ellipsize gtk_label_get_ellipsize;
11876 alias c_gtk_label_get_justify gtk_label_get_justify;
11877 alias c_gtk_label_get_label gtk_label_get_label;
11878 alias c_gtk_label_get_layout gtk_label_get_layout;
11879 alias c_gtk_label_get_layout_offsets gtk_label_get_layout_offsets;
11880 alias c_gtk_label_get_line_wrap gtk_label_get_line_wrap;
11881 alias c_gtk_label_get_line_wrap_mode gtk_label_get_line_wrap_mode;
11882 alias c_gtk_label_get_lines gtk_label_get_lines;
11883 alias c_gtk_label_get_max_width_chars gtk_label_get_max_width_chars;
11884 alias c_gtk_label_get_mnemonic_keyval gtk_label_get_mnemonic_keyval;
11885 alias c_gtk_label_get_mnemonic_widget gtk_label_get_mnemonic_widget;
11886 alias c_gtk_label_get_selectable gtk_label_get_selectable;
11887 alias c_gtk_label_get_selection_bounds gtk_label_get_selection_bounds;
11888 alias c_gtk_label_get_single_line_mode gtk_label_get_single_line_mode;
11889 alias c_gtk_label_get_text gtk_label_get_text;
11890 alias c_gtk_label_get_track_visited_links gtk_label_get_track_visited_links;
11891 alias c_gtk_label_get_use_markup gtk_label_get_use_markup;
11892 alias c_gtk_label_get_use_underline gtk_label_get_use_underline;
11893 alias c_gtk_label_get_width_chars gtk_label_get_width_chars;
11894 alias c_gtk_label_select_region gtk_label_select_region;
11895 alias c_gtk_label_set_angle gtk_label_set_angle;
11896 alias c_gtk_label_set_attributes gtk_label_set_attributes;
11897 alias c_gtk_label_set_ellipsize gtk_label_set_ellipsize;
11898 alias c_gtk_label_set_justify gtk_label_set_justify;
11899 alias c_gtk_label_set_label gtk_label_set_label;
11900 alias c_gtk_label_set_line_wrap gtk_label_set_line_wrap;
11901 alias c_gtk_label_set_line_wrap_mode gtk_label_set_line_wrap_mode;
11902 alias c_gtk_label_set_lines gtk_label_set_lines;
11903 alias c_gtk_label_set_markup gtk_label_set_markup;
11904 alias c_gtk_label_set_markup_with_mnemonic gtk_label_set_markup_with_mnemonic;
11905 alias c_gtk_label_set_max_width_chars gtk_label_set_max_width_chars;
11906 alias c_gtk_label_set_mnemonic_widget gtk_label_set_mnemonic_widget;
11907 alias c_gtk_label_set_pattern gtk_label_set_pattern;
11908 alias c_gtk_label_set_selectable gtk_label_set_selectable;
11909 alias c_gtk_label_set_single_line_mode gtk_label_set_single_line_mode;
11910 alias c_gtk_label_set_text gtk_label_set_text;
11911 alias c_gtk_label_set_text_with_mnemonic gtk_label_set_text_with_mnemonic;
11912 alias c_gtk_label_set_track_visited_links gtk_label_set_track_visited_links;
11913 alias c_gtk_label_set_use_markup gtk_label_set_use_markup;
11914 alias c_gtk_label_set_use_underline gtk_label_set_use_underline;
11915 alias c_gtk_label_set_width_chars gtk_label_set_width_chars;
11916 
11917 // gtk.LabelAccessible
11918 
11919 alias c_gtk_label_accessible_get_type gtk_label_accessible_get_type;
11920 
11921 // gtk.Layout
11922 
11923 alias c_gtk_layout_get_type gtk_layout_get_type;
11924 alias c_gtk_layout_new gtk_layout_new;
11925 alias c_gtk_layout_get_bin_window gtk_layout_get_bin_window;
11926 alias c_gtk_layout_get_hadjustment gtk_layout_get_hadjustment;
11927 alias c_gtk_layout_get_size gtk_layout_get_size;
11928 alias c_gtk_layout_get_vadjustment gtk_layout_get_vadjustment;
11929 alias c_gtk_layout_move gtk_layout_move;
11930 alias c_gtk_layout_put gtk_layout_put;
11931 alias c_gtk_layout_set_hadjustment gtk_layout_set_hadjustment;
11932 alias c_gtk_layout_set_size gtk_layout_set_size;
11933 alias c_gtk_layout_set_vadjustment gtk_layout_set_vadjustment;
11934 
11935 // gtk.LevelBar
11936 
11937 alias c_gtk_level_bar_get_type gtk_level_bar_get_type;
11938 alias c_gtk_level_bar_new gtk_level_bar_new;
11939 alias c_gtk_level_bar_new_for_interval gtk_level_bar_new_for_interval;
11940 alias c_gtk_level_bar_add_offset_value gtk_level_bar_add_offset_value;
11941 alias c_gtk_level_bar_get_inverted gtk_level_bar_get_inverted;
11942 alias c_gtk_level_bar_get_max_value gtk_level_bar_get_max_value;
11943 alias c_gtk_level_bar_get_min_value gtk_level_bar_get_min_value;
11944 alias c_gtk_level_bar_get_mode gtk_level_bar_get_mode;
11945 alias c_gtk_level_bar_get_offset_value gtk_level_bar_get_offset_value;
11946 alias c_gtk_level_bar_get_value gtk_level_bar_get_value;
11947 alias c_gtk_level_bar_remove_offset_value gtk_level_bar_remove_offset_value;
11948 alias c_gtk_level_bar_set_inverted gtk_level_bar_set_inverted;
11949 alias c_gtk_level_bar_set_max_value gtk_level_bar_set_max_value;
11950 alias c_gtk_level_bar_set_min_value gtk_level_bar_set_min_value;
11951 alias c_gtk_level_bar_set_mode gtk_level_bar_set_mode;
11952 alias c_gtk_level_bar_set_value gtk_level_bar_set_value;
11953 
11954 // gtk.LevelBarAccessible
11955 
11956 alias c_gtk_level_bar_accessible_get_type gtk_level_bar_accessible_get_type;
11957 
11958 // gtk.LinkButton
11959 
11960 alias c_gtk_link_button_get_type gtk_link_button_get_type;
11961 alias c_gtk_link_button_new gtk_link_button_new;
11962 alias c_gtk_link_button_new_with_label gtk_link_button_new_with_label;
11963 alias c_gtk_link_button_get_uri gtk_link_button_get_uri;
11964 alias c_gtk_link_button_get_visited gtk_link_button_get_visited;
11965 alias c_gtk_link_button_set_uri gtk_link_button_set_uri;
11966 alias c_gtk_link_button_set_visited gtk_link_button_set_visited;
11967 
11968 // gtk.LinkButtonAccessible
11969 
11970 alias c_gtk_link_button_accessible_get_type gtk_link_button_accessible_get_type;
11971 
11972 // gtk.ListBox
11973 
11974 alias c_gtk_list_box_get_type gtk_list_box_get_type;
11975 alias c_gtk_list_box_new gtk_list_box_new;
11976 alias c_gtk_list_box_drag_highlight_row gtk_list_box_drag_highlight_row;
11977 alias c_gtk_list_box_drag_unhighlight_row gtk_list_box_drag_unhighlight_row;
11978 alias c_gtk_list_box_get_activate_on_single_click gtk_list_box_get_activate_on_single_click;
11979 alias c_gtk_list_box_get_adjustment gtk_list_box_get_adjustment;
11980 alias c_gtk_list_box_get_row_at_index gtk_list_box_get_row_at_index;
11981 alias c_gtk_list_box_get_row_at_y gtk_list_box_get_row_at_y;
11982 alias c_gtk_list_box_get_selected_row gtk_list_box_get_selected_row;
11983 alias c_gtk_list_box_get_selected_rows gtk_list_box_get_selected_rows;
11984 alias c_gtk_list_box_get_selection_mode gtk_list_box_get_selection_mode;
11985 alias c_gtk_list_box_insert gtk_list_box_insert;
11986 alias c_gtk_list_box_invalidate_filter gtk_list_box_invalidate_filter;
11987 alias c_gtk_list_box_invalidate_headers gtk_list_box_invalidate_headers;
11988 alias c_gtk_list_box_invalidate_sort gtk_list_box_invalidate_sort;
11989 alias c_gtk_list_box_prepend gtk_list_box_prepend;
11990 alias c_gtk_list_box_select_all gtk_list_box_select_all;
11991 alias c_gtk_list_box_select_row gtk_list_box_select_row;
11992 alias c_gtk_list_box_selected_foreach gtk_list_box_selected_foreach;
11993 alias c_gtk_list_box_set_activate_on_single_click gtk_list_box_set_activate_on_single_click;
11994 alias c_gtk_list_box_set_adjustment gtk_list_box_set_adjustment;
11995 alias c_gtk_list_box_set_filter_func gtk_list_box_set_filter_func;
11996 alias c_gtk_list_box_set_header_func gtk_list_box_set_header_func;
11997 alias c_gtk_list_box_set_placeholder gtk_list_box_set_placeholder;
11998 alias c_gtk_list_box_set_selection_mode gtk_list_box_set_selection_mode;
11999 alias c_gtk_list_box_set_sort_func gtk_list_box_set_sort_func;
12000 alias c_gtk_list_box_unselect_all gtk_list_box_unselect_all;
12001 alias c_gtk_list_box_unselect_row gtk_list_box_unselect_row;
12002 
12003 // gtk.ListBoxAccessible
12004 
12005 alias c_gtk_list_box_accessible_get_type gtk_list_box_accessible_get_type;
12006 
12007 // gtk.ListBoxRow
12008 
12009 alias c_gtk_list_box_row_get_type gtk_list_box_row_get_type;
12010 alias c_gtk_list_box_row_new gtk_list_box_row_new;
12011 alias c_gtk_list_box_row_changed gtk_list_box_row_changed;
12012 alias c_gtk_list_box_row_get_activatable gtk_list_box_row_get_activatable;
12013 alias c_gtk_list_box_row_get_header gtk_list_box_row_get_header;
12014 alias c_gtk_list_box_row_get_index gtk_list_box_row_get_index;
12015 alias c_gtk_list_box_row_get_selectable gtk_list_box_row_get_selectable;
12016 alias c_gtk_list_box_row_is_selected gtk_list_box_row_is_selected;
12017 alias c_gtk_list_box_row_set_activatable gtk_list_box_row_set_activatable;
12018 alias c_gtk_list_box_row_set_header gtk_list_box_row_set_header;
12019 alias c_gtk_list_box_row_set_selectable gtk_list_box_row_set_selectable;
12020 
12021 // gtk.ListBoxRowAccessible
12022 
12023 alias c_gtk_list_box_row_accessible_get_type gtk_list_box_row_accessible_get_type;
12024 
12025 // gtk.ListStore
12026 
12027 alias c_gtk_list_store_get_type gtk_list_store_get_type;
12028 alias c_gtk_list_store_new gtk_list_store_new;
12029 alias c_gtk_list_store_newv gtk_list_store_newv;
12030 alias c_gtk_list_store_append gtk_list_store_append;
12031 alias c_gtk_list_store_clear gtk_list_store_clear;
12032 alias c_gtk_list_store_insert gtk_list_store_insert;
12033 alias c_gtk_list_store_insert_after gtk_list_store_insert_after;
12034 alias c_gtk_list_store_insert_before gtk_list_store_insert_before;
12035 alias c_gtk_list_store_insert_with_values gtk_list_store_insert_with_values;
12036 alias c_gtk_list_store_insert_with_valuesv gtk_list_store_insert_with_valuesv;
12037 alias c_gtk_list_store_iter_is_valid gtk_list_store_iter_is_valid;
12038 alias c_gtk_list_store_move_after gtk_list_store_move_after;
12039 alias c_gtk_list_store_move_before gtk_list_store_move_before;
12040 alias c_gtk_list_store_prepend gtk_list_store_prepend;
12041 alias c_gtk_list_store_remove gtk_list_store_remove;
12042 alias c_gtk_list_store_reorder gtk_list_store_reorder;
12043 alias c_gtk_list_store_set gtk_list_store_set;
12044 alias c_gtk_list_store_set_column_types gtk_list_store_set_column_types;
12045 alias c_gtk_list_store_set_valist gtk_list_store_set_valist;
12046 alias c_gtk_list_store_set_value gtk_list_store_set_value;
12047 alias c_gtk_list_store_set_valuesv gtk_list_store_set_valuesv;
12048 alias c_gtk_list_store_swap gtk_list_store_swap;
12049 
12050 // gtk.LockButton
12051 
12052 alias c_gtk_lock_button_get_type gtk_lock_button_get_type;
12053 alias c_gtk_lock_button_new gtk_lock_button_new;
12054 alias c_gtk_lock_button_get_permission gtk_lock_button_get_permission;
12055 alias c_gtk_lock_button_set_permission gtk_lock_button_set_permission;
12056 
12057 // gtk.LockButtonAccessible
12058 
12059 alias c_gtk_lock_button_accessible_get_type gtk_lock_button_accessible_get_type;
12060 
12061 // gtk.Menu
12062 
12063 alias c_gtk_menu_get_type gtk_menu_get_type;
12064 alias c_gtk_menu_new gtk_menu_new;
12065 alias c_gtk_menu_new_from_model gtk_menu_new_from_model;
12066 alias c_gtk_menu_get_for_attach_widget gtk_menu_get_for_attach_widget;
12067 alias c_gtk_menu_attach gtk_menu_attach;
12068 alias c_gtk_menu_attach_to_widget gtk_menu_attach_to_widget;
12069 alias c_gtk_menu_detach gtk_menu_detach;
12070 alias c_gtk_menu_get_accel_group gtk_menu_get_accel_group;
12071 alias c_gtk_menu_get_accel_path gtk_menu_get_accel_path;
12072 alias c_gtk_menu_get_active gtk_menu_get_active;
12073 alias c_gtk_menu_get_attach_widget gtk_menu_get_attach_widget;
12074 alias c_gtk_menu_get_monitor gtk_menu_get_monitor;
12075 alias c_gtk_menu_get_reserve_toggle_size gtk_menu_get_reserve_toggle_size;
12076 alias c_gtk_menu_get_tearoff_state gtk_menu_get_tearoff_state;
12077 alias c_gtk_menu_get_title gtk_menu_get_title;
12078 alias c_gtk_menu_popdown gtk_menu_popdown;
12079 alias c_gtk_menu_popup gtk_menu_popup;
12080 alias c_gtk_menu_popup_for_device gtk_menu_popup_for_device;
12081 alias c_gtk_menu_reorder_child gtk_menu_reorder_child;
12082 alias c_gtk_menu_reposition gtk_menu_reposition;
12083 alias c_gtk_menu_set_accel_group gtk_menu_set_accel_group;
12084 alias c_gtk_menu_set_accel_path gtk_menu_set_accel_path;
12085 alias c_gtk_menu_set_active gtk_menu_set_active;
12086 alias c_gtk_menu_set_monitor gtk_menu_set_monitor;
12087 alias c_gtk_menu_set_reserve_toggle_size gtk_menu_set_reserve_toggle_size;
12088 alias c_gtk_menu_set_screen gtk_menu_set_screen;
12089 alias c_gtk_menu_set_tearoff_state gtk_menu_set_tearoff_state;
12090 alias c_gtk_menu_set_title gtk_menu_set_title;
12091 
12092 // gtk.MenuAccessible
12093 
12094 alias c_gtk_menu_accessible_get_type gtk_menu_accessible_get_type;
12095 
12096 // gtk.MenuBar
12097 
12098 alias c_gtk_menu_bar_get_type gtk_menu_bar_get_type;
12099 alias c_gtk_menu_bar_new gtk_menu_bar_new;
12100 alias c_gtk_menu_bar_new_from_model gtk_menu_bar_new_from_model;
12101 alias c_gtk_menu_bar_get_child_pack_direction gtk_menu_bar_get_child_pack_direction;
12102 alias c_gtk_menu_bar_get_pack_direction gtk_menu_bar_get_pack_direction;
12103 alias c_gtk_menu_bar_set_child_pack_direction gtk_menu_bar_set_child_pack_direction;
12104 alias c_gtk_menu_bar_set_pack_direction gtk_menu_bar_set_pack_direction;
12105 
12106 // gtk.MenuButton
12107 
12108 alias c_gtk_menu_button_get_type gtk_menu_button_get_type;
12109 alias c_gtk_menu_button_new gtk_menu_button_new;
12110 alias c_gtk_menu_button_get_align_widget gtk_menu_button_get_align_widget;
12111 alias c_gtk_menu_button_get_direction gtk_menu_button_get_direction;
12112 alias c_gtk_menu_button_get_menu_model gtk_menu_button_get_menu_model;
12113 alias c_gtk_menu_button_get_popover gtk_menu_button_get_popover;
12114 alias c_gtk_menu_button_get_popup gtk_menu_button_get_popup;
12115 alias c_gtk_menu_button_get_use_popover gtk_menu_button_get_use_popover;
12116 alias c_gtk_menu_button_set_align_widget gtk_menu_button_set_align_widget;
12117 alias c_gtk_menu_button_set_direction gtk_menu_button_set_direction;
12118 alias c_gtk_menu_button_set_menu_model gtk_menu_button_set_menu_model;
12119 alias c_gtk_menu_button_set_popover gtk_menu_button_set_popover;
12120 alias c_gtk_menu_button_set_popup gtk_menu_button_set_popup;
12121 alias c_gtk_menu_button_set_use_popover gtk_menu_button_set_use_popover;
12122 
12123 // gtk.MenuButtonAccessible
12124 
12125 alias c_gtk_menu_button_accessible_get_type gtk_menu_button_accessible_get_type;
12126 
12127 // gtk.MenuItem
12128 
12129 alias c_gtk_menu_item_get_type gtk_menu_item_get_type;
12130 alias c_gtk_menu_item_new gtk_menu_item_new;
12131 alias c_gtk_menu_item_new_with_label gtk_menu_item_new_with_label;
12132 alias c_gtk_menu_item_new_with_mnemonic gtk_menu_item_new_with_mnemonic;
12133 alias c_gtk_menu_item_activate gtk_menu_item_activate;
12134 alias c_gtk_menu_item_deselect gtk_menu_item_deselect;
12135 alias c_gtk_menu_item_get_accel_path gtk_menu_item_get_accel_path;
12136 alias c_gtk_menu_item_get_label gtk_menu_item_get_label;
12137 alias c_gtk_menu_item_get_reserve_indicator gtk_menu_item_get_reserve_indicator;
12138 alias c_gtk_menu_item_get_right_justified gtk_menu_item_get_right_justified;
12139 alias c_gtk_menu_item_get_submenu gtk_menu_item_get_submenu;
12140 alias c_gtk_menu_item_get_use_underline gtk_menu_item_get_use_underline;
12141 alias c_gtk_menu_item_select gtk_menu_item_select;
12142 alias c_gtk_menu_item_set_accel_path gtk_menu_item_set_accel_path;
12143 alias c_gtk_menu_item_set_label gtk_menu_item_set_label;
12144 alias c_gtk_menu_item_set_reserve_indicator gtk_menu_item_set_reserve_indicator;
12145 alias c_gtk_menu_item_set_right_justified gtk_menu_item_set_right_justified;
12146 alias c_gtk_menu_item_set_submenu gtk_menu_item_set_submenu;
12147 alias c_gtk_menu_item_set_use_underline gtk_menu_item_set_use_underline;
12148 alias c_gtk_menu_item_toggle_size_allocate gtk_menu_item_toggle_size_allocate;
12149 alias c_gtk_menu_item_toggle_size_request gtk_menu_item_toggle_size_request;
12150 
12151 // gtk.MenuItemAccessible
12152 
12153 alias c_gtk_menu_item_accessible_get_type gtk_menu_item_accessible_get_type;
12154 
12155 // gtk.MenuShell
12156 
12157 alias c_gtk_menu_shell_get_type gtk_menu_shell_get_type;
12158 alias c_gtk_menu_shell_activate_item gtk_menu_shell_activate_item;
12159 alias c_gtk_menu_shell_append gtk_menu_shell_append;
12160 alias c_gtk_menu_shell_bind_model gtk_menu_shell_bind_model;
12161 alias c_gtk_menu_shell_cancel gtk_menu_shell_cancel;
12162 alias c_gtk_menu_shell_deactivate gtk_menu_shell_deactivate;
12163 alias c_gtk_menu_shell_deselect gtk_menu_shell_deselect;
12164 alias c_gtk_menu_shell_get_parent_shell gtk_menu_shell_get_parent_shell;
12165 alias c_gtk_menu_shell_get_selected_item gtk_menu_shell_get_selected_item;
12166 alias c_gtk_menu_shell_get_take_focus gtk_menu_shell_get_take_focus;
12167 alias c_gtk_menu_shell_insert gtk_menu_shell_insert;
12168 alias c_gtk_menu_shell_prepend gtk_menu_shell_prepend;
12169 alias c_gtk_menu_shell_select_first gtk_menu_shell_select_first;
12170 alias c_gtk_menu_shell_select_item gtk_menu_shell_select_item;
12171 alias c_gtk_menu_shell_set_take_focus gtk_menu_shell_set_take_focus;
12172 
12173 // gtk.MenuShellAccessible
12174 
12175 alias c_gtk_menu_shell_accessible_get_type gtk_menu_shell_accessible_get_type;
12176 
12177 // gtk.MenuToolButton
12178 
12179 alias c_gtk_menu_tool_button_get_type gtk_menu_tool_button_get_type;
12180 alias c_gtk_menu_tool_button_new gtk_menu_tool_button_new;
12181 alias c_gtk_menu_tool_button_new_from_stock gtk_menu_tool_button_new_from_stock;
12182 alias c_gtk_menu_tool_button_get_menu gtk_menu_tool_button_get_menu;
12183 alias c_gtk_menu_tool_button_set_arrow_tooltip_markup gtk_menu_tool_button_set_arrow_tooltip_markup;
12184 alias c_gtk_menu_tool_button_set_arrow_tooltip_text gtk_menu_tool_button_set_arrow_tooltip_text;
12185 alias c_gtk_menu_tool_button_set_menu gtk_menu_tool_button_set_menu;
12186 
12187 // gtk.MessageDialog
12188 
12189 alias c_gtk_message_dialog_get_type gtk_message_dialog_get_type;
12190 alias c_gtk_message_dialog_new gtk_message_dialog_new;
12191 alias c_gtk_message_dialog_new_with_markup gtk_message_dialog_new_with_markup;
12192 alias c_gtk_message_dialog_format_secondary_markup gtk_message_dialog_format_secondary_markup;
12193 alias c_gtk_message_dialog_format_secondary_text gtk_message_dialog_format_secondary_text;
12194 alias c_gtk_message_dialog_get_image gtk_message_dialog_get_image;
12195 alias c_gtk_message_dialog_get_message_area gtk_message_dialog_get_message_area;
12196 alias c_gtk_message_dialog_set_image gtk_message_dialog_set_image;
12197 alias c_gtk_message_dialog_set_markup gtk_message_dialog_set_markup;
12198 
12199 // gtk.Misc
12200 
12201 alias c_gtk_misc_get_type gtk_misc_get_type;
12202 alias c_gtk_misc_get_alignment gtk_misc_get_alignment;
12203 alias c_gtk_misc_get_padding gtk_misc_get_padding;
12204 alias c_gtk_misc_set_alignment gtk_misc_set_alignment;
12205 alias c_gtk_misc_set_padding gtk_misc_set_padding;
12206 
12207 // gtk.MountOperation
12208 
12209 alias c_gtk_mount_operation_get_type gtk_mount_operation_get_type;
12210 alias c_gtk_mount_operation_new gtk_mount_operation_new;
12211 alias c_gtk_mount_operation_get_parent gtk_mount_operation_get_parent;
12212 alias c_gtk_mount_operation_get_screen gtk_mount_operation_get_screen;
12213 alias c_gtk_mount_operation_is_showing gtk_mount_operation_is_showing;
12214 alias c_gtk_mount_operation_set_parent gtk_mount_operation_set_parent;
12215 alias c_gtk_mount_operation_set_screen gtk_mount_operation_set_screen;
12216 alias c_gtk_show_uri gtk_show_uri;
12217 
12218 // gtk.Notebook
12219 
12220 alias c_gtk_notebook_get_type gtk_notebook_get_type;
12221 alias c_gtk_notebook_new gtk_notebook_new;
12222 alias c_gtk_notebook_append_page gtk_notebook_append_page;
12223 alias c_gtk_notebook_append_page_menu gtk_notebook_append_page_menu;
12224 alias c_gtk_notebook_get_action_widget gtk_notebook_get_action_widget;
12225 alias c_gtk_notebook_get_current_page gtk_notebook_get_current_page;
12226 alias c_gtk_notebook_get_group_name gtk_notebook_get_group_name;
12227 alias c_gtk_notebook_get_menu_label gtk_notebook_get_menu_label;
12228 alias c_gtk_notebook_get_menu_label_text gtk_notebook_get_menu_label_text;
12229 alias c_gtk_notebook_get_n_pages gtk_notebook_get_n_pages;
12230 alias c_gtk_notebook_get_nth_page gtk_notebook_get_nth_page;
12231 alias c_gtk_notebook_get_scrollable gtk_notebook_get_scrollable;
12232 alias c_gtk_notebook_get_show_border gtk_notebook_get_show_border;
12233 alias c_gtk_notebook_get_show_tabs gtk_notebook_get_show_tabs;
12234 alias c_gtk_notebook_get_tab_detachable gtk_notebook_get_tab_detachable;
12235 alias c_gtk_notebook_get_tab_hborder gtk_notebook_get_tab_hborder;
12236 alias c_gtk_notebook_get_tab_label gtk_notebook_get_tab_label;
12237 alias c_gtk_notebook_get_tab_label_text gtk_notebook_get_tab_label_text;
12238 alias c_gtk_notebook_get_tab_pos gtk_notebook_get_tab_pos;
12239 alias c_gtk_notebook_get_tab_reorderable gtk_notebook_get_tab_reorderable;
12240 alias c_gtk_notebook_get_tab_vborder gtk_notebook_get_tab_vborder;
12241 alias c_gtk_notebook_insert_page gtk_notebook_insert_page;
12242 alias c_gtk_notebook_insert_page_menu gtk_notebook_insert_page_menu;
12243 alias c_gtk_notebook_next_page gtk_notebook_next_page;
12244 alias c_gtk_notebook_page_num gtk_notebook_page_num;
12245 alias c_gtk_notebook_popup_disable gtk_notebook_popup_disable;
12246 alias c_gtk_notebook_popup_enable gtk_notebook_popup_enable;
12247 alias c_gtk_notebook_prepend_page gtk_notebook_prepend_page;
12248 alias c_gtk_notebook_prepend_page_menu gtk_notebook_prepend_page_menu;
12249 alias c_gtk_notebook_prev_page gtk_notebook_prev_page;
12250 alias c_gtk_notebook_remove_page gtk_notebook_remove_page;
12251 alias c_gtk_notebook_reorder_child gtk_notebook_reorder_child;
12252 alias c_gtk_notebook_set_action_widget gtk_notebook_set_action_widget;
12253 alias c_gtk_notebook_set_current_page gtk_notebook_set_current_page;
12254 alias c_gtk_notebook_set_group_name gtk_notebook_set_group_name;
12255 alias c_gtk_notebook_set_menu_label gtk_notebook_set_menu_label;
12256 alias c_gtk_notebook_set_menu_label_text gtk_notebook_set_menu_label_text;
12257 alias c_gtk_notebook_set_scrollable gtk_notebook_set_scrollable;
12258 alias c_gtk_notebook_set_show_border gtk_notebook_set_show_border;
12259 alias c_gtk_notebook_set_show_tabs gtk_notebook_set_show_tabs;
12260 alias c_gtk_notebook_set_tab_detachable gtk_notebook_set_tab_detachable;
12261 alias c_gtk_notebook_set_tab_label gtk_notebook_set_tab_label;
12262 alias c_gtk_notebook_set_tab_label_text gtk_notebook_set_tab_label_text;
12263 alias c_gtk_notebook_set_tab_pos gtk_notebook_set_tab_pos;
12264 alias c_gtk_notebook_set_tab_reorderable gtk_notebook_set_tab_reorderable;
12265 
12266 // gtk.NotebookAccessible
12267 
12268 alias c_gtk_notebook_accessible_get_type gtk_notebook_accessible_get_type;
12269 
12270 // gtk.NotebookPageAccessible
12271 
12272 alias c_gtk_notebook_page_accessible_get_type gtk_notebook_page_accessible_get_type;
12273 alias c_gtk_notebook_page_accessible_new gtk_notebook_page_accessible_new;
12274 alias c_gtk_notebook_page_accessible_invalidate gtk_notebook_page_accessible_invalidate;
12275 
12276 // gtk.NumerableIcon
12277 
12278 alias c_gtk_numerable_icon_get_type gtk_numerable_icon_get_type;
12279 alias c_gtk_numerable_icon_new gtk_numerable_icon_new;
12280 alias c_gtk_numerable_icon_new_with_style_context gtk_numerable_icon_new_with_style_context;
12281 alias c_gtk_numerable_icon_get_background_gicon gtk_numerable_icon_get_background_gicon;
12282 alias c_gtk_numerable_icon_get_background_icon_name gtk_numerable_icon_get_background_icon_name;
12283 alias c_gtk_numerable_icon_get_count gtk_numerable_icon_get_count;
12284 alias c_gtk_numerable_icon_get_label gtk_numerable_icon_get_label;
12285 alias c_gtk_numerable_icon_get_style_context gtk_numerable_icon_get_style_context;
12286 alias c_gtk_numerable_icon_set_background_gicon gtk_numerable_icon_set_background_gicon;
12287 alias c_gtk_numerable_icon_set_background_icon_name gtk_numerable_icon_set_background_icon_name;
12288 alias c_gtk_numerable_icon_set_count gtk_numerable_icon_set_count;
12289 alias c_gtk_numerable_icon_set_label gtk_numerable_icon_set_label;
12290 alias c_gtk_numerable_icon_set_style_context gtk_numerable_icon_set_style_context;
12291 
12292 // gtk.OffscreenWindow
12293 
12294 alias c_gtk_offscreen_window_get_type gtk_offscreen_window_get_type;
12295 alias c_gtk_offscreen_window_new gtk_offscreen_window_new;
12296 alias c_gtk_offscreen_window_get_pixbuf gtk_offscreen_window_get_pixbuf;
12297 alias c_gtk_offscreen_window_get_surface gtk_offscreen_window_get_surface;
12298 
12299 // gtk.Orientable
12300 
12301 alias c_gtk_orientable_get_type gtk_orientable_get_type;
12302 alias c_gtk_orientable_get_orientation gtk_orientable_get_orientation;
12303 alias c_gtk_orientable_set_orientation gtk_orientable_set_orientation;
12304 
12305 // gtk.Overlay
12306 
12307 alias c_gtk_overlay_get_type gtk_overlay_get_type;
12308 alias c_gtk_overlay_new gtk_overlay_new;
12309 alias c_gtk_overlay_add_overlay gtk_overlay_add_overlay;
12310 
12311 // gtk.PageSetup
12312 
12313 alias c_gtk_page_setup_get_type gtk_page_setup_get_type;
12314 alias c_gtk_page_setup_new gtk_page_setup_new;
12315 alias c_gtk_page_setup_new_from_file gtk_page_setup_new_from_file;
12316 alias c_gtk_page_setup_new_from_key_file gtk_page_setup_new_from_key_file;
12317 alias c_gtk_page_setup_copy gtk_page_setup_copy;
12318 alias c_gtk_page_setup_get_bottom_margin gtk_page_setup_get_bottom_margin;
12319 alias c_gtk_page_setup_get_left_margin gtk_page_setup_get_left_margin;
12320 alias c_gtk_page_setup_get_orientation gtk_page_setup_get_orientation;
12321 alias c_gtk_page_setup_get_page_height gtk_page_setup_get_page_height;
12322 alias c_gtk_page_setup_get_page_width gtk_page_setup_get_page_width;
12323 alias c_gtk_page_setup_get_paper_height gtk_page_setup_get_paper_height;
12324 alias c_gtk_page_setup_get_paper_size gtk_page_setup_get_paper_size;
12325 alias c_gtk_page_setup_get_paper_width gtk_page_setup_get_paper_width;
12326 alias c_gtk_page_setup_get_right_margin gtk_page_setup_get_right_margin;
12327 alias c_gtk_page_setup_get_top_margin gtk_page_setup_get_top_margin;
12328 alias c_gtk_page_setup_load_file gtk_page_setup_load_file;
12329 alias c_gtk_page_setup_load_key_file gtk_page_setup_load_key_file;
12330 alias c_gtk_page_setup_set_bottom_margin gtk_page_setup_set_bottom_margin;
12331 alias c_gtk_page_setup_set_left_margin gtk_page_setup_set_left_margin;
12332 alias c_gtk_page_setup_set_orientation gtk_page_setup_set_orientation;
12333 alias c_gtk_page_setup_set_paper_size gtk_page_setup_set_paper_size;
12334 alias c_gtk_page_setup_set_paper_size_and_default_margins gtk_page_setup_set_paper_size_and_default_margins;
12335 alias c_gtk_page_setup_set_right_margin gtk_page_setup_set_right_margin;
12336 alias c_gtk_page_setup_set_top_margin gtk_page_setup_set_top_margin;
12337 alias c_gtk_page_setup_to_file gtk_page_setup_to_file;
12338 alias c_gtk_page_setup_to_key_file gtk_page_setup_to_key_file;
12339 
12340 // gtk.Paned
12341 
12342 alias c_gtk_paned_get_type gtk_paned_get_type;
12343 alias c_gtk_paned_new gtk_paned_new;
12344 alias c_gtk_paned_add1 gtk_paned_add1;
12345 alias c_gtk_paned_add2 gtk_paned_add2;
12346 alias c_gtk_paned_get_child1 gtk_paned_get_child1;
12347 alias c_gtk_paned_get_child2 gtk_paned_get_child2;
12348 alias c_gtk_paned_get_handle_window gtk_paned_get_handle_window;
12349 alias c_gtk_paned_get_position gtk_paned_get_position;
12350 alias c_gtk_paned_pack1 gtk_paned_pack1;
12351 alias c_gtk_paned_pack2 gtk_paned_pack2;
12352 alias c_gtk_paned_set_position gtk_paned_set_position;
12353 
12354 // gtk.PanedAccessible
12355 
12356 alias c_gtk_paned_accessible_get_type gtk_paned_accessible_get_type;
12357 
12358 // gtk.PaperSize
12359 
12360 alias c_gtk_paper_size_get_type gtk_paper_size_get_type;
12361 alias c_gtk_paper_size_new gtk_paper_size_new;
12362 alias c_gtk_paper_size_new_custom gtk_paper_size_new_custom;
12363 alias c_gtk_paper_size_new_from_key_file gtk_paper_size_new_from_key_file;
12364 alias c_gtk_paper_size_new_from_ppd gtk_paper_size_new_from_ppd;
12365 alias c_gtk_paper_size_copy gtk_paper_size_copy;
12366 alias c_gtk_paper_size_free gtk_paper_size_free;
12367 alias c_gtk_paper_size_get_default_bottom_margin gtk_paper_size_get_default_bottom_margin;
12368 alias c_gtk_paper_size_get_default_left_margin gtk_paper_size_get_default_left_margin;
12369 alias c_gtk_paper_size_get_default_right_margin gtk_paper_size_get_default_right_margin;
12370 alias c_gtk_paper_size_get_default_top_margin gtk_paper_size_get_default_top_margin;
12371 alias c_gtk_paper_size_get_display_name gtk_paper_size_get_display_name;
12372 alias c_gtk_paper_size_get_height gtk_paper_size_get_height;
12373 alias c_gtk_paper_size_get_name gtk_paper_size_get_name;
12374 alias c_gtk_paper_size_get_ppd_name gtk_paper_size_get_ppd_name;
12375 alias c_gtk_paper_size_get_width gtk_paper_size_get_width;
12376 alias c_gtk_paper_size_is_custom gtk_paper_size_is_custom;
12377 alias c_gtk_paper_size_is_equal gtk_paper_size_is_equal;
12378 alias c_gtk_paper_size_set_size gtk_paper_size_set_size;
12379 alias c_gtk_paper_size_to_key_file gtk_paper_size_to_key_file;
12380 alias c_gtk_paper_size_get_default gtk_paper_size_get_default;
12381 alias c_gtk_paper_size_get_paper_sizes gtk_paper_size_get_paper_sizes;
12382 
12383 // gtk.PlacesSidebar
12384 
12385 alias c_gtk_places_sidebar_get_type gtk_places_sidebar_get_type;
12386 alias c_gtk_places_sidebar_new gtk_places_sidebar_new;
12387 alias c_gtk_places_sidebar_add_shortcut gtk_places_sidebar_add_shortcut;
12388 alias c_gtk_places_sidebar_get_local_only gtk_places_sidebar_get_local_only;
12389 alias c_gtk_places_sidebar_get_location gtk_places_sidebar_get_location;
12390 alias c_gtk_places_sidebar_get_nth_bookmark gtk_places_sidebar_get_nth_bookmark;
12391 alias c_gtk_places_sidebar_get_open_flags gtk_places_sidebar_get_open_flags;
12392 alias c_gtk_places_sidebar_get_show_connect_to_server gtk_places_sidebar_get_show_connect_to_server;
12393 alias c_gtk_places_sidebar_get_show_desktop gtk_places_sidebar_get_show_desktop;
12394 alias c_gtk_places_sidebar_get_show_enter_location gtk_places_sidebar_get_show_enter_location;
12395 alias c_gtk_places_sidebar_list_shortcuts gtk_places_sidebar_list_shortcuts;
12396 alias c_gtk_places_sidebar_remove_shortcut gtk_places_sidebar_remove_shortcut;
12397 alias c_gtk_places_sidebar_set_local_only gtk_places_sidebar_set_local_only;
12398 alias c_gtk_places_sidebar_set_location gtk_places_sidebar_set_location;
12399 alias c_gtk_places_sidebar_set_open_flags gtk_places_sidebar_set_open_flags;
12400 alias c_gtk_places_sidebar_set_show_connect_to_server gtk_places_sidebar_set_show_connect_to_server;
12401 alias c_gtk_places_sidebar_set_show_desktop gtk_places_sidebar_set_show_desktop;
12402 alias c_gtk_places_sidebar_set_show_enter_location gtk_places_sidebar_set_show_enter_location;
12403 
12404 // gtk.Plug
12405 
12406 alias c_gtk_plug_get_type gtk_plug_get_type;
12407 alias c_gtk_plug_new gtk_plug_new;
12408 alias c_gtk_plug_new_for_display gtk_plug_new_for_display;
12409 alias c_gtk_plug_construct gtk_plug_construct;
12410 alias c_gtk_plug_construct_for_display gtk_plug_construct_for_display;
12411 alias c_gtk_plug_get_embedded gtk_plug_get_embedded;
12412 alias c_gtk_plug_get_id gtk_plug_get_id;
12413 alias c_gtk_plug_get_socket_window gtk_plug_get_socket_window;
12414 
12415 // gtk.Popover
12416 
12417 alias c_gtk_popover_get_type gtk_popover_get_type;
12418 alias c_gtk_popover_new gtk_popover_new;
12419 alias c_gtk_popover_new_from_model gtk_popover_new_from_model;
12420 alias c_gtk_popover_bind_model gtk_popover_bind_model;
12421 alias c_gtk_popover_get_modal gtk_popover_get_modal;
12422 alias c_gtk_popover_get_pointing_to gtk_popover_get_pointing_to;
12423 alias c_gtk_popover_get_position gtk_popover_get_position;
12424 alias c_gtk_popover_get_relative_to gtk_popover_get_relative_to;
12425 alias c_gtk_popover_set_modal gtk_popover_set_modal;
12426 alias c_gtk_popover_set_pointing_to gtk_popover_set_pointing_to;
12427 alias c_gtk_popover_set_position gtk_popover_set_position;
12428 alias c_gtk_popover_set_relative_to gtk_popover_set_relative_to;
12429 
12430 // gtk.PopoverAccessible
12431 
12432 alias c_gtk_popover_accessible_get_type gtk_popover_accessible_get_type;
12433 
12434 // gtk.PrintContext
12435 
12436 alias c_gtk_print_context_get_type gtk_print_context_get_type;
12437 alias c_gtk_print_context_create_pango_context gtk_print_context_create_pango_context;
12438 alias c_gtk_print_context_create_pango_layout gtk_print_context_create_pango_layout;
12439 alias c_gtk_print_context_get_cairo_context gtk_print_context_get_cairo_context;
12440 alias c_gtk_print_context_get_dpi_x gtk_print_context_get_dpi_x;
12441 alias c_gtk_print_context_get_dpi_y gtk_print_context_get_dpi_y;
12442 alias c_gtk_print_context_get_hard_margins gtk_print_context_get_hard_margins;
12443 alias c_gtk_print_context_get_height gtk_print_context_get_height;
12444 alias c_gtk_print_context_get_page_setup gtk_print_context_get_page_setup;
12445 alias c_gtk_print_context_get_pango_fontmap gtk_print_context_get_pango_fontmap;
12446 alias c_gtk_print_context_get_width gtk_print_context_get_width;
12447 alias c_gtk_print_context_set_cairo_context gtk_print_context_set_cairo_context;
12448 
12449 // gtk.PrintOperation
12450 
12451 alias c_gtk_print_operation_get_type gtk_print_operation_get_type;
12452 alias c_gtk_print_operation_new gtk_print_operation_new;
12453 alias c_gtk_print_operation_cancel gtk_print_operation_cancel;
12454 alias c_gtk_print_operation_draw_page_finish gtk_print_operation_draw_page_finish;
12455 alias c_gtk_print_operation_get_default_page_setup gtk_print_operation_get_default_page_setup;
12456 alias c_gtk_print_operation_get_embed_page_setup gtk_print_operation_get_embed_page_setup;
12457 alias c_gtk_print_operation_get_error gtk_print_operation_get_error;
12458 alias c_gtk_print_operation_get_has_selection gtk_print_operation_get_has_selection;
12459 alias c_gtk_print_operation_get_n_pages_to_print gtk_print_operation_get_n_pages_to_print;
12460 alias c_gtk_print_operation_get_print_settings gtk_print_operation_get_print_settings;
12461 alias c_gtk_print_operation_get_status gtk_print_operation_get_status;
12462 alias c_gtk_print_operation_get_status_string gtk_print_operation_get_status_string;
12463 alias c_gtk_print_operation_get_support_selection gtk_print_operation_get_support_selection;
12464 alias c_gtk_print_operation_is_finished gtk_print_operation_is_finished;
12465 alias c_gtk_print_operation_run gtk_print_operation_run;
12466 alias c_gtk_print_operation_set_allow_async gtk_print_operation_set_allow_async;
12467 alias c_gtk_print_operation_set_current_page gtk_print_operation_set_current_page;
12468 alias c_gtk_print_operation_set_custom_tab_label gtk_print_operation_set_custom_tab_label;
12469 alias c_gtk_print_operation_set_default_page_setup gtk_print_operation_set_default_page_setup;
12470 alias c_gtk_print_operation_set_defer_drawing gtk_print_operation_set_defer_drawing;
12471 alias c_gtk_print_operation_set_embed_page_setup gtk_print_operation_set_embed_page_setup;
12472 alias c_gtk_print_operation_set_export_filename gtk_print_operation_set_export_filename;
12473 alias c_gtk_print_operation_set_has_selection gtk_print_operation_set_has_selection;
12474 alias c_gtk_print_operation_set_job_name gtk_print_operation_set_job_name;
12475 alias c_gtk_print_operation_set_n_pages gtk_print_operation_set_n_pages;
12476 alias c_gtk_print_operation_set_print_settings gtk_print_operation_set_print_settings;
12477 alias c_gtk_print_operation_set_show_progress gtk_print_operation_set_show_progress;
12478 alias c_gtk_print_operation_set_support_selection gtk_print_operation_set_support_selection;
12479 alias c_gtk_print_operation_set_track_print_status gtk_print_operation_set_track_print_status;
12480 alias c_gtk_print_operation_set_unit gtk_print_operation_set_unit;
12481 alias c_gtk_print_operation_set_use_full_page gtk_print_operation_set_use_full_page;
12482 alias c_gtk_print_run_page_setup_dialog gtk_print_run_page_setup_dialog;
12483 alias c_gtk_print_run_page_setup_dialog_async gtk_print_run_page_setup_dialog_async;
12484 
12485 // gtk.PrintOperationPreview
12486 
12487 alias c_gtk_print_operation_preview_get_type gtk_print_operation_preview_get_type;
12488 alias c_gtk_print_operation_preview_end_preview gtk_print_operation_preview_end_preview;
12489 alias c_gtk_print_operation_preview_is_selected gtk_print_operation_preview_is_selected;
12490 alias c_gtk_print_operation_preview_render_page gtk_print_operation_preview_render_page;
12491 
12492 // gtk.PrintSettings
12493 
12494 alias c_gtk_print_settings_get_type gtk_print_settings_get_type;
12495 alias c_gtk_print_settings_new gtk_print_settings_new;
12496 alias c_gtk_print_settings_new_from_file gtk_print_settings_new_from_file;
12497 alias c_gtk_print_settings_new_from_key_file gtk_print_settings_new_from_key_file;
12498 alias c_gtk_print_settings_copy gtk_print_settings_copy;
12499 alias c_gtk_print_settings_foreach gtk_print_settings_foreach;
12500 alias c_gtk_print_settings_get gtk_print_settings_get;
12501 alias c_gtk_print_settings_get_bool gtk_print_settings_get_bool;
12502 alias c_gtk_print_settings_get_collate gtk_print_settings_get_collate;
12503 alias c_gtk_print_settings_get_default_source gtk_print_settings_get_default_source;
12504 alias c_gtk_print_settings_get_dither gtk_print_settings_get_dither;
12505 alias c_gtk_print_settings_get_double gtk_print_settings_get_double;
12506 alias c_gtk_print_settings_get_double_with_default gtk_print_settings_get_double_with_default;
12507 alias c_gtk_print_settings_get_duplex gtk_print_settings_get_duplex;
12508 alias c_gtk_print_settings_get_finishings gtk_print_settings_get_finishings;
12509 alias c_gtk_print_settings_get_int gtk_print_settings_get_int;
12510 alias c_gtk_print_settings_get_int_with_default gtk_print_settings_get_int_with_default;
12511 alias c_gtk_print_settings_get_length gtk_print_settings_get_length;
12512 alias c_gtk_print_settings_get_media_type gtk_print_settings_get_media_type;
12513 alias c_gtk_print_settings_get_n_copies gtk_print_settings_get_n_copies;
12514 alias c_gtk_print_settings_get_number_up gtk_print_settings_get_number_up;
12515 alias c_gtk_print_settings_get_number_up_layout gtk_print_settings_get_number_up_layout;
12516 alias c_gtk_print_settings_get_orientation gtk_print_settings_get_orientation;
12517 alias c_gtk_print_settings_get_output_bin gtk_print_settings_get_output_bin;
12518 alias c_gtk_print_settings_get_page_ranges gtk_print_settings_get_page_ranges;
12519 alias c_gtk_print_settings_get_page_set gtk_print_settings_get_page_set;
12520 alias c_gtk_print_settings_get_paper_height gtk_print_settings_get_paper_height;
12521 alias c_gtk_print_settings_get_paper_size gtk_print_settings_get_paper_size;
12522 alias c_gtk_print_settings_get_paper_width gtk_print_settings_get_paper_width;
12523 alias c_gtk_print_settings_get_print_pages gtk_print_settings_get_print_pages;
12524 alias c_gtk_print_settings_get_printer gtk_print_settings_get_printer;
12525 alias c_gtk_print_settings_get_printer_lpi gtk_print_settings_get_printer_lpi;
12526 alias c_gtk_print_settings_get_quality gtk_print_settings_get_quality;
12527 alias c_gtk_print_settings_get_resolution gtk_print_settings_get_resolution;
12528 alias c_gtk_print_settings_get_resolution_x gtk_print_settings_get_resolution_x;
12529 alias c_gtk_print_settings_get_resolution_y gtk_print_settings_get_resolution_y;
12530 alias c_gtk_print_settings_get_reverse gtk_print_settings_get_reverse;
12531 alias c_gtk_print_settings_get_scale gtk_print_settings_get_scale;
12532 alias c_gtk_print_settings_get_use_color gtk_print_settings_get_use_color;
12533 alias c_gtk_print_settings_has_key gtk_print_settings_has_key;
12534 alias c_gtk_print_settings_load_file gtk_print_settings_load_file;
12535 alias c_gtk_print_settings_load_key_file gtk_print_settings_load_key_file;
12536 alias c_gtk_print_settings_set gtk_print_settings_set;
12537 alias c_gtk_print_settings_set_bool gtk_print_settings_set_bool;
12538 alias c_gtk_print_settings_set_collate gtk_print_settings_set_collate;
12539 alias c_gtk_print_settings_set_default_source gtk_print_settings_set_default_source;
12540 alias c_gtk_print_settings_set_dither gtk_print_settings_set_dither;
12541 alias c_gtk_print_settings_set_double gtk_print_settings_set_double;
12542 alias c_gtk_print_settings_set_duplex gtk_print_settings_set_duplex;
12543 alias c_gtk_print_settings_set_finishings gtk_print_settings_set_finishings;
12544 alias c_gtk_print_settings_set_int gtk_print_settings_set_int;
12545 alias c_gtk_print_settings_set_length gtk_print_settings_set_length;
12546 alias c_gtk_print_settings_set_media_type gtk_print_settings_set_media_type;
12547 alias c_gtk_print_settings_set_n_copies gtk_print_settings_set_n_copies;
12548 alias c_gtk_print_settings_set_number_up gtk_print_settings_set_number_up;
12549 alias c_gtk_print_settings_set_number_up_layout gtk_print_settings_set_number_up_layout;
12550 alias c_gtk_print_settings_set_orientation gtk_print_settings_set_orientation;
12551 alias c_gtk_print_settings_set_output_bin gtk_print_settings_set_output_bin;
12552 alias c_gtk_print_settings_set_page_ranges gtk_print_settings_set_page_ranges;
12553 alias c_gtk_print_settings_set_page_set gtk_print_settings_set_page_set;
12554 alias c_gtk_print_settings_set_paper_height gtk_print_settings_set_paper_height;
12555 alias c_gtk_print_settings_set_paper_size gtk_print_settings_set_paper_size;
12556 alias c_gtk_print_settings_set_paper_width gtk_print_settings_set_paper_width;
12557 alias c_gtk_print_settings_set_print_pages gtk_print_settings_set_print_pages;
12558 alias c_gtk_print_settings_set_printer gtk_print_settings_set_printer;
12559 alias c_gtk_print_settings_set_printer_lpi gtk_print_settings_set_printer_lpi;
12560 alias c_gtk_print_settings_set_quality gtk_print_settings_set_quality;
12561 alias c_gtk_print_settings_set_resolution gtk_print_settings_set_resolution;
12562 alias c_gtk_print_settings_set_resolution_xy gtk_print_settings_set_resolution_xy;
12563 alias c_gtk_print_settings_set_reverse gtk_print_settings_set_reverse;
12564 alias c_gtk_print_settings_set_scale gtk_print_settings_set_scale;
12565 alias c_gtk_print_settings_set_use_color gtk_print_settings_set_use_color;
12566 alias c_gtk_print_settings_to_file gtk_print_settings_to_file;
12567 alias c_gtk_print_settings_to_key_file gtk_print_settings_to_key_file;
12568 alias c_gtk_print_settings_unset gtk_print_settings_unset;
12569 
12570 // gtk.ProgressBar
12571 
12572 alias c_gtk_progress_bar_get_type gtk_progress_bar_get_type;
12573 alias c_gtk_progress_bar_new gtk_progress_bar_new;
12574 alias c_gtk_progress_bar_get_ellipsize gtk_progress_bar_get_ellipsize;
12575 alias c_gtk_progress_bar_get_fraction gtk_progress_bar_get_fraction;
12576 alias c_gtk_progress_bar_get_inverted gtk_progress_bar_get_inverted;
12577 alias c_gtk_progress_bar_get_pulse_step gtk_progress_bar_get_pulse_step;
12578 alias c_gtk_progress_bar_get_show_text gtk_progress_bar_get_show_text;
12579 alias c_gtk_progress_bar_get_text gtk_progress_bar_get_text;
12580 alias c_gtk_progress_bar_pulse gtk_progress_bar_pulse;
12581 alias c_gtk_progress_bar_set_ellipsize gtk_progress_bar_set_ellipsize;
12582 alias c_gtk_progress_bar_set_fraction gtk_progress_bar_set_fraction;
12583 alias c_gtk_progress_bar_set_inverted gtk_progress_bar_set_inverted;
12584 alias c_gtk_progress_bar_set_pulse_step gtk_progress_bar_set_pulse_step;
12585 alias c_gtk_progress_bar_set_show_text gtk_progress_bar_set_show_text;
12586 alias c_gtk_progress_bar_set_text gtk_progress_bar_set_text;
12587 
12588 // gtk.ProgressBarAccessible
12589 
12590 alias c_gtk_progress_bar_accessible_get_type gtk_progress_bar_accessible_get_type;
12591 
12592 // gtk.RadioAction
12593 
12594 alias c_gtk_radio_action_get_type gtk_radio_action_get_type;
12595 alias c_gtk_radio_action_new gtk_radio_action_new;
12596 alias c_gtk_radio_action_get_current_value gtk_radio_action_get_current_value;
12597 alias c_gtk_radio_action_get_group gtk_radio_action_get_group;
12598 alias c_gtk_radio_action_join_group gtk_radio_action_join_group;
12599 alias c_gtk_radio_action_set_current_value gtk_radio_action_set_current_value;
12600 alias c_gtk_radio_action_set_group gtk_radio_action_set_group;
12601 
12602 // gtk.RadioButton
12603 
12604 alias c_gtk_radio_button_get_type gtk_radio_button_get_type;
12605 alias c_gtk_radio_button_new gtk_radio_button_new;
12606 alias c_gtk_radio_button_new_from_widget gtk_radio_button_new_from_widget;
12607 alias c_gtk_radio_button_new_with_label gtk_radio_button_new_with_label;
12608 alias c_gtk_radio_button_new_with_label_from_widget gtk_radio_button_new_with_label_from_widget;
12609 alias c_gtk_radio_button_new_with_mnemonic gtk_radio_button_new_with_mnemonic;
12610 alias c_gtk_radio_button_new_with_mnemonic_from_widget gtk_radio_button_new_with_mnemonic_from_widget;
12611 alias c_gtk_radio_button_get_group gtk_radio_button_get_group;
12612 alias c_gtk_radio_button_join_group gtk_radio_button_join_group;
12613 alias c_gtk_radio_button_set_group gtk_radio_button_set_group;
12614 
12615 // gtk.RadioButtonAccessible
12616 
12617 alias c_gtk_radio_button_accessible_get_type gtk_radio_button_accessible_get_type;
12618 
12619 // gtk.RadioMenuItem
12620 
12621 alias c_gtk_radio_menu_item_get_type gtk_radio_menu_item_get_type;
12622 alias c_gtk_radio_menu_item_new gtk_radio_menu_item_new;
12623 alias c_gtk_radio_menu_item_new_from_widget gtk_radio_menu_item_new_from_widget;
12624 alias c_gtk_radio_menu_item_new_with_label gtk_radio_menu_item_new_with_label;
12625 alias c_gtk_radio_menu_item_new_with_label_from_widget gtk_radio_menu_item_new_with_label_from_widget;
12626 alias c_gtk_radio_menu_item_new_with_mnemonic gtk_radio_menu_item_new_with_mnemonic;
12627 alias c_gtk_radio_menu_item_new_with_mnemonic_from_widget gtk_radio_menu_item_new_with_mnemonic_from_widget;
12628 alias c_gtk_radio_menu_item_get_group gtk_radio_menu_item_get_group;
12629 alias c_gtk_radio_menu_item_set_group gtk_radio_menu_item_set_group;
12630 
12631 // gtk.RadioMenuItemAccessible
12632 
12633 alias c_gtk_radio_menu_item_accessible_get_type gtk_radio_menu_item_accessible_get_type;
12634 
12635 // gtk.RadioToolButton
12636 
12637 alias c_gtk_radio_tool_button_get_type gtk_radio_tool_button_get_type;
12638 alias c_gtk_radio_tool_button_new gtk_radio_tool_button_new;
12639 alias c_gtk_radio_tool_button_new_from_stock gtk_radio_tool_button_new_from_stock;
12640 alias c_gtk_radio_tool_button_new_from_widget gtk_radio_tool_button_new_from_widget;
12641 alias c_gtk_radio_tool_button_new_with_stock_from_widget gtk_radio_tool_button_new_with_stock_from_widget;
12642 alias c_gtk_radio_tool_button_get_group gtk_radio_tool_button_get_group;
12643 alias c_gtk_radio_tool_button_set_group gtk_radio_tool_button_set_group;
12644 
12645 // gtk.Range
12646 
12647 alias c_gtk_range_get_type gtk_range_get_type;
12648 alias c_gtk_range_get_adjustment gtk_range_get_adjustment;
12649 alias c_gtk_range_get_fill_level gtk_range_get_fill_level;
12650 alias c_gtk_range_get_flippable gtk_range_get_flippable;
12651 alias c_gtk_range_get_inverted gtk_range_get_inverted;
12652 alias c_gtk_range_get_lower_stepper_sensitivity gtk_range_get_lower_stepper_sensitivity;
12653 alias c_gtk_range_get_min_slider_size gtk_range_get_min_slider_size;
12654 alias c_gtk_range_get_range_rect gtk_range_get_range_rect;
12655 alias c_gtk_range_get_restrict_to_fill_level gtk_range_get_restrict_to_fill_level;
12656 alias c_gtk_range_get_round_digits gtk_range_get_round_digits;
12657 alias c_gtk_range_get_show_fill_level gtk_range_get_show_fill_level;
12658 alias c_gtk_range_get_slider_range gtk_range_get_slider_range;
12659 alias c_gtk_range_get_slider_size_fixed gtk_range_get_slider_size_fixed;
12660 alias c_gtk_range_get_upper_stepper_sensitivity gtk_range_get_upper_stepper_sensitivity;
12661 alias c_gtk_range_get_value gtk_range_get_value;
12662 alias c_gtk_range_set_adjustment gtk_range_set_adjustment;
12663 alias c_gtk_range_set_fill_level gtk_range_set_fill_level;
12664 alias c_gtk_range_set_flippable gtk_range_set_flippable;
12665 alias c_gtk_range_set_increments gtk_range_set_increments;
12666 alias c_gtk_range_set_inverted gtk_range_set_inverted;
12667 alias c_gtk_range_set_lower_stepper_sensitivity gtk_range_set_lower_stepper_sensitivity;
12668 alias c_gtk_range_set_min_slider_size gtk_range_set_min_slider_size;
12669 alias c_gtk_range_set_range gtk_range_set_range;
12670 alias c_gtk_range_set_restrict_to_fill_level gtk_range_set_restrict_to_fill_level;
12671 alias c_gtk_range_set_round_digits gtk_range_set_round_digits;
12672 alias c_gtk_range_set_show_fill_level gtk_range_set_show_fill_level;
12673 alias c_gtk_range_set_slider_size_fixed gtk_range_set_slider_size_fixed;
12674 alias c_gtk_range_set_upper_stepper_sensitivity gtk_range_set_upper_stepper_sensitivity;
12675 alias c_gtk_range_set_value gtk_range_set_value;
12676 
12677 // gtk.RangeAccessible
12678 
12679 alias c_gtk_range_accessible_get_type gtk_range_accessible_get_type;
12680 
12681 // gtk.RcProperty
12682 
12683 alias c_gtk_rc_property_parse_border gtk_rc_property_parse_border;
12684 alias c_gtk_rc_property_parse_color gtk_rc_property_parse_color;
12685 alias c_gtk_rc_property_parse_enum gtk_rc_property_parse_enum;
12686 alias c_gtk_rc_property_parse_flags gtk_rc_property_parse_flags;
12687 alias c_gtk_rc_property_parse_requisition gtk_rc_property_parse_requisition;
12688 
12689 // gtk.RcStyle
12690 
12691 alias c_gtk_rc_style_get_type gtk_rc_style_get_type;
12692 alias c_gtk_rc_style_new gtk_rc_style_new;
12693 alias c_gtk_rc_style_copy gtk_rc_style_copy;
12694 alias c_gtk_rc_add_default_file gtk_rc_add_default_file;
12695 alias c_gtk_rc_find_module_in_path gtk_rc_find_module_in_path;
12696 alias c_gtk_rc_find_pixmap_in_path gtk_rc_find_pixmap_in_path;
12697 alias c_gtk_rc_get_default_files gtk_rc_get_default_files;
12698 alias c_gtk_rc_get_im_module_file gtk_rc_get_im_module_file;
12699 alias c_gtk_rc_get_im_module_path gtk_rc_get_im_module_path;
12700 alias c_gtk_rc_get_module_dir gtk_rc_get_module_dir;
12701 alias c_gtk_rc_get_style gtk_rc_get_style;
12702 alias c_gtk_rc_get_style_by_paths gtk_rc_get_style_by_paths;
12703 alias c_gtk_rc_get_theme_dir gtk_rc_get_theme_dir;
12704 alias c_gtk_rc_parse gtk_rc_parse;
12705 alias c_gtk_rc_parse_color gtk_rc_parse_color;
12706 alias c_gtk_rc_parse_color_full gtk_rc_parse_color_full;
12707 alias c_gtk_rc_parse_priority gtk_rc_parse_priority;
12708 alias c_gtk_rc_parse_state gtk_rc_parse_state;
12709 alias c_gtk_rc_parse_string gtk_rc_parse_string;
12710 alias c_gtk_rc_reparse_all gtk_rc_reparse_all;
12711 alias c_gtk_rc_reparse_all_for_settings gtk_rc_reparse_all_for_settings;
12712 alias c_gtk_rc_reset_styles gtk_rc_reset_styles;
12713 alias c_gtk_rc_scanner_new gtk_rc_scanner_new;
12714 alias c_gtk_rc_set_default_files gtk_rc_set_default_files;
12715 
12716 // gtk.RecentAction
12717 
12718 alias c_gtk_recent_action_get_type gtk_recent_action_get_type;
12719 alias c_gtk_recent_action_new gtk_recent_action_new;
12720 alias c_gtk_recent_action_new_for_manager gtk_recent_action_new_for_manager;
12721 alias c_gtk_recent_action_get_show_numbers gtk_recent_action_get_show_numbers;
12722 alias c_gtk_recent_action_set_show_numbers gtk_recent_action_set_show_numbers;
12723 
12724 // gtk.RecentChooser
12725 
12726 alias c_gtk_recent_chooser_get_type gtk_recent_chooser_get_type;
12727 alias c_gtk_recent_chooser_add_filter gtk_recent_chooser_add_filter;
12728 alias c_gtk_recent_chooser_get_current_item gtk_recent_chooser_get_current_item;
12729 alias c_gtk_recent_chooser_get_current_uri gtk_recent_chooser_get_current_uri;
12730 alias c_gtk_recent_chooser_get_filter gtk_recent_chooser_get_filter;
12731 alias c_gtk_recent_chooser_get_items gtk_recent_chooser_get_items;
12732 alias c_gtk_recent_chooser_get_limit gtk_recent_chooser_get_limit;
12733 alias c_gtk_recent_chooser_get_local_only gtk_recent_chooser_get_local_only;
12734 alias c_gtk_recent_chooser_get_select_multiple gtk_recent_chooser_get_select_multiple;
12735 alias c_gtk_recent_chooser_get_show_icons gtk_recent_chooser_get_show_icons;
12736 alias c_gtk_recent_chooser_get_show_not_found gtk_recent_chooser_get_show_not_found;
12737 alias c_gtk_recent_chooser_get_show_private gtk_recent_chooser_get_show_private;
12738 alias c_gtk_recent_chooser_get_show_tips gtk_recent_chooser_get_show_tips;
12739 alias c_gtk_recent_chooser_get_sort_type gtk_recent_chooser_get_sort_type;
12740 alias c_gtk_recent_chooser_get_uris gtk_recent_chooser_get_uris;
12741 alias c_gtk_recent_chooser_list_filters gtk_recent_chooser_list_filters;
12742 alias c_gtk_recent_chooser_remove_filter gtk_recent_chooser_remove_filter;
12743 alias c_gtk_recent_chooser_select_all gtk_recent_chooser_select_all;
12744 alias c_gtk_recent_chooser_select_uri gtk_recent_chooser_select_uri;
12745 alias c_gtk_recent_chooser_set_current_uri gtk_recent_chooser_set_current_uri;
12746 alias c_gtk_recent_chooser_set_filter gtk_recent_chooser_set_filter;
12747 alias c_gtk_recent_chooser_set_limit gtk_recent_chooser_set_limit;
12748 alias c_gtk_recent_chooser_set_local_only gtk_recent_chooser_set_local_only;
12749 alias c_gtk_recent_chooser_set_select_multiple gtk_recent_chooser_set_select_multiple;
12750 alias c_gtk_recent_chooser_set_show_icons gtk_recent_chooser_set_show_icons;
12751 alias c_gtk_recent_chooser_set_show_not_found gtk_recent_chooser_set_show_not_found;
12752 alias c_gtk_recent_chooser_set_show_private gtk_recent_chooser_set_show_private;
12753 alias c_gtk_recent_chooser_set_show_tips gtk_recent_chooser_set_show_tips;
12754 alias c_gtk_recent_chooser_set_sort_func gtk_recent_chooser_set_sort_func;
12755 alias c_gtk_recent_chooser_set_sort_type gtk_recent_chooser_set_sort_type;
12756 alias c_gtk_recent_chooser_unselect_all gtk_recent_chooser_unselect_all;
12757 alias c_gtk_recent_chooser_unselect_uri gtk_recent_chooser_unselect_uri;
12758 
12759 // gtk.RecentChooserDialog
12760 
12761 alias c_gtk_recent_chooser_dialog_get_type gtk_recent_chooser_dialog_get_type;
12762 alias c_gtk_recent_chooser_dialog_new gtk_recent_chooser_dialog_new;
12763 alias c_gtk_recent_chooser_dialog_new_for_manager gtk_recent_chooser_dialog_new_for_manager;
12764 
12765 // gtk.RecentChooserMenu
12766 
12767 alias c_gtk_recent_chooser_menu_get_type gtk_recent_chooser_menu_get_type;
12768 alias c_gtk_recent_chooser_menu_new gtk_recent_chooser_menu_new;
12769 alias c_gtk_recent_chooser_menu_new_for_manager gtk_recent_chooser_menu_new_for_manager;
12770 alias c_gtk_recent_chooser_menu_get_show_numbers gtk_recent_chooser_menu_get_show_numbers;
12771 alias c_gtk_recent_chooser_menu_set_show_numbers gtk_recent_chooser_menu_set_show_numbers;
12772 
12773 // gtk.RecentChooserWidget
12774 
12775 alias c_gtk_recent_chooser_widget_get_type gtk_recent_chooser_widget_get_type;
12776 alias c_gtk_recent_chooser_widget_new gtk_recent_chooser_widget_new;
12777 alias c_gtk_recent_chooser_widget_new_for_manager gtk_recent_chooser_widget_new_for_manager;
12778 
12779 // gtk.RecentFilter
12780 
12781 alias c_gtk_recent_filter_get_type gtk_recent_filter_get_type;
12782 alias c_gtk_recent_filter_new gtk_recent_filter_new;
12783 alias c_gtk_recent_filter_add_age gtk_recent_filter_add_age;
12784 alias c_gtk_recent_filter_add_application gtk_recent_filter_add_application;
12785 alias c_gtk_recent_filter_add_custom gtk_recent_filter_add_custom;
12786 alias c_gtk_recent_filter_add_group gtk_recent_filter_add_group;
12787 alias c_gtk_recent_filter_add_mime_type gtk_recent_filter_add_mime_type;
12788 alias c_gtk_recent_filter_add_pattern gtk_recent_filter_add_pattern;
12789 alias c_gtk_recent_filter_add_pixbuf_formats gtk_recent_filter_add_pixbuf_formats;
12790 alias c_gtk_recent_filter_filter gtk_recent_filter_filter;
12791 alias c_gtk_recent_filter_get_name gtk_recent_filter_get_name;
12792 alias c_gtk_recent_filter_get_needed gtk_recent_filter_get_needed;
12793 alias c_gtk_recent_filter_set_name gtk_recent_filter_set_name;
12794 
12795 // gtk.RecentInfo
12796 
12797 alias c_gtk_recent_info_get_type gtk_recent_info_get_type;
12798 alias c_gtk_recent_info_create_app_info gtk_recent_info_create_app_info;
12799 alias c_gtk_recent_info_exists gtk_recent_info_exists;
12800 alias c_gtk_recent_info_get_added gtk_recent_info_get_added;
12801 alias c_gtk_recent_info_get_age gtk_recent_info_get_age;
12802 alias c_gtk_recent_info_get_application_info gtk_recent_info_get_application_info;
12803 alias c_gtk_recent_info_get_applications gtk_recent_info_get_applications;
12804 alias c_gtk_recent_info_get_description gtk_recent_info_get_description;
12805 alias c_gtk_recent_info_get_display_name gtk_recent_info_get_display_name;
12806 alias c_gtk_recent_info_get_gicon gtk_recent_info_get_gicon;
12807 alias c_gtk_recent_info_get_groups gtk_recent_info_get_groups;
12808 alias c_gtk_recent_info_get_icon gtk_recent_info_get_icon;
12809 alias c_gtk_recent_info_get_mime_type gtk_recent_info_get_mime_type;
12810 alias c_gtk_recent_info_get_modified gtk_recent_info_get_modified;
12811 alias c_gtk_recent_info_get_private_hint gtk_recent_info_get_private_hint;
12812 alias c_gtk_recent_info_get_short_name gtk_recent_info_get_short_name;
12813 alias c_gtk_recent_info_get_uri gtk_recent_info_get_uri;
12814 alias c_gtk_recent_info_get_uri_display gtk_recent_info_get_uri_display;
12815 alias c_gtk_recent_info_get_visited gtk_recent_info_get_visited;
12816 alias c_gtk_recent_info_has_application gtk_recent_info_has_application;
12817 alias c_gtk_recent_info_has_group gtk_recent_info_has_group;
12818 alias c_gtk_recent_info_is_local gtk_recent_info_is_local;
12819 alias c_gtk_recent_info_last_application gtk_recent_info_last_application;
12820 alias c_gtk_recent_info_match gtk_recent_info_match;
12821 alias c_gtk_recent_info_ref gtk_recent_info_ref;
12822 alias c_gtk_recent_info_unref gtk_recent_info_unref;
12823 
12824 // gtk.RecentManager
12825 
12826 alias c_gtk_recent_manager_get_type gtk_recent_manager_get_type;
12827 alias c_gtk_recent_manager_new gtk_recent_manager_new;
12828 alias c_gtk_recent_manager_get_default gtk_recent_manager_get_default;
12829 alias c_gtk_recent_manager_add_full gtk_recent_manager_add_full;
12830 alias c_gtk_recent_manager_add_item gtk_recent_manager_add_item;
12831 alias c_gtk_recent_manager_get_items gtk_recent_manager_get_items;
12832 alias c_gtk_recent_manager_has_item gtk_recent_manager_has_item;
12833 alias c_gtk_recent_manager_lookup_item gtk_recent_manager_lookup_item;
12834 alias c_gtk_recent_manager_move_item gtk_recent_manager_move_item;
12835 alias c_gtk_recent_manager_purge_items gtk_recent_manager_purge_items;
12836 alias c_gtk_recent_manager_remove_item gtk_recent_manager_remove_item;
12837 
12838 // gtk.RendererCellAccessible
12839 
12840 alias c_gtk_renderer_cell_accessible_get_type gtk_renderer_cell_accessible_get_type;
12841 alias c_gtk_renderer_cell_accessible_new gtk_renderer_cell_accessible_new;
12842 
12843 // gtk.Requisition
12844 
12845 alias c_gtk_requisition_get_type gtk_requisition_get_type;
12846 alias c_gtk_requisition_new gtk_requisition_new;
12847 alias c_gtk_requisition_copy gtk_requisition_copy;
12848 alias c_gtk_requisition_free gtk_requisition_free;
12849 
12850 // gtk.Revealer
12851 
12852 alias c_gtk_revealer_get_type gtk_revealer_get_type;
12853 alias c_gtk_revealer_new gtk_revealer_new;
12854 alias c_gtk_revealer_get_child_revealed gtk_revealer_get_child_revealed;
12855 alias c_gtk_revealer_get_reveal_child gtk_revealer_get_reveal_child;
12856 alias c_gtk_revealer_get_transition_duration gtk_revealer_get_transition_duration;
12857 alias c_gtk_revealer_get_transition_type gtk_revealer_get_transition_type;
12858 alias c_gtk_revealer_set_reveal_child gtk_revealer_set_reveal_child;
12859 alias c_gtk_revealer_set_transition_duration gtk_revealer_set_transition_duration;
12860 alias c_gtk_revealer_set_transition_type gtk_revealer_set_transition_type;
12861 
12862 // gtk.Scale
12863 
12864 alias c_gtk_scale_get_type gtk_scale_get_type;
12865 alias c_gtk_scale_new gtk_scale_new;
12866 alias c_gtk_scale_new_with_range gtk_scale_new_with_range;
12867 alias c_gtk_scale_add_mark gtk_scale_add_mark;
12868 alias c_gtk_scale_clear_marks gtk_scale_clear_marks;
12869 alias c_gtk_scale_get_digits gtk_scale_get_digits;
12870 alias c_gtk_scale_get_draw_value gtk_scale_get_draw_value;
12871 alias c_gtk_scale_get_has_origin gtk_scale_get_has_origin;
12872 alias c_gtk_scale_get_layout gtk_scale_get_layout;
12873 alias c_gtk_scale_get_layout_offsets gtk_scale_get_layout_offsets;
12874 alias c_gtk_scale_get_value_pos gtk_scale_get_value_pos;
12875 alias c_gtk_scale_set_digits gtk_scale_set_digits;
12876 alias c_gtk_scale_set_draw_value gtk_scale_set_draw_value;
12877 alias c_gtk_scale_set_has_origin gtk_scale_set_has_origin;
12878 alias c_gtk_scale_set_value_pos gtk_scale_set_value_pos;
12879 
12880 // gtk.ScaleAccessible
12881 
12882 alias c_gtk_scale_accessible_get_type gtk_scale_accessible_get_type;
12883 
12884 // gtk.ScaleButton
12885 
12886 alias c_gtk_scale_button_get_type gtk_scale_button_get_type;
12887 alias c_gtk_scale_button_new gtk_scale_button_new;
12888 alias c_gtk_scale_button_get_adjustment gtk_scale_button_get_adjustment;
12889 alias c_gtk_scale_button_get_minus_button gtk_scale_button_get_minus_button;
12890 alias c_gtk_scale_button_get_plus_button gtk_scale_button_get_plus_button;
12891 alias c_gtk_scale_button_get_popup gtk_scale_button_get_popup;
12892 alias c_gtk_scale_button_get_value gtk_scale_button_get_value;
12893 alias c_gtk_scale_button_set_adjustment gtk_scale_button_set_adjustment;
12894 alias c_gtk_scale_button_set_icons gtk_scale_button_set_icons;
12895 alias c_gtk_scale_button_set_value gtk_scale_button_set_value;
12896 
12897 // gtk.ScaleButtonAccessible
12898 
12899 alias c_gtk_scale_button_accessible_get_type gtk_scale_button_accessible_get_type;
12900 
12901 // gtk.Scrollable
12902 
12903 alias c_gtk_scrollable_get_type gtk_scrollable_get_type;
12904 alias c_gtk_scrollable_get_hadjustment gtk_scrollable_get_hadjustment;
12905 alias c_gtk_scrollable_get_hscroll_policy gtk_scrollable_get_hscroll_policy;
12906 alias c_gtk_scrollable_get_vadjustment gtk_scrollable_get_vadjustment;
12907 alias c_gtk_scrollable_get_vscroll_policy gtk_scrollable_get_vscroll_policy;
12908 alias c_gtk_scrollable_set_hadjustment gtk_scrollable_set_hadjustment;
12909 alias c_gtk_scrollable_set_hscroll_policy gtk_scrollable_set_hscroll_policy;
12910 alias c_gtk_scrollable_set_vadjustment gtk_scrollable_set_vadjustment;
12911 alias c_gtk_scrollable_set_vscroll_policy gtk_scrollable_set_vscroll_policy;
12912 
12913 // gtk.Scrollbar
12914 
12915 alias c_gtk_scrollbar_get_type gtk_scrollbar_get_type;
12916 alias c_gtk_scrollbar_new gtk_scrollbar_new;
12917 
12918 // gtk.ScrolledWindow
12919 
12920 alias c_gtk_scrolled_window_get_type gtk_scrolled_window_get_type;
12921 alias c_gtk_scrolled_window_new gtk_scrolled_window_new;
12922 alias c_gtk_scrolled_window_add_with_viewport gtk_scrolled_window_add_with_viewport;
12923 alias c_gtk_scrolled_window_get_capture_button_press gtk_scrolled_window_get_capture_button_press;
12924 alias c_gtk_scrolled_window_get_hadjustment gtk_scrolled_window_get_hadjustment;
12925 alias c_gtk_scrolled_window_get_hscrollbar gtk_scrolled_window_get_hscrollbar;
12926 alias c_gtk_scrolled_window_get_kinetic_scrolling gtk_scrolled_window_get_kinetic_scrolling;
12927 alias c_gtk_scrolled_window_get_min_content_height gtk_scrolled_window_get_min_content_height;
12928 alias c_gtk_scrolled_window_get_min_content_width gtk_scrolled_window_get_min_content_width;
12929 alias c_gtk_scrolled_window_get_placement gtk_scrolled_window_get_placement;
12930 alias c_gtk_scrolled_window_get_policy gtk_scrolled_window_get_policy;
12931 alias c_gtk_scrolled_window_get_shadow_type gtk_scrolled_window_get_shadow_type;
12932 alias c_gtk_scrolled_window_get_vadjustment gtk_scrolled_window_get_vadjustment;
12933 alias c_gtk_scrolled_window_get_vscrollbar gtk_scrolled_window_get_vscrollbar;
12934 alias c_gtk_scrolled_window_set_capture_button_press gtk_scrolled_window_set_capture_button_press;
12935 alias c_gtk_scrolled_window_set_hadjustment gtk_scrolled_window_set_hadjustment;
12936 alias c_gtk_scrolled_window_set_kinetic_scrolling gtk_scrolled_window_set_kinetic_scrolling;
12937 alias c_gtk_scrolled_window_set_min_content_height gtk_scrolled_window_set_min_content_height;
12938 alias c_gtk_scrolled_window_set_min_content_width gtk_scrolled_window_set_min_content_width;
12939 alias c_gtk_scrolled_window_set_placement gtk_scrolled_window_set_placement;
12940 alias c_gtk_scrolled_window_set_policy gtk_scrolled_window_set_policy;
12941 alias c_gtk_scrolled_window_set_shadow_type gtk_scrolled_window_set_shadow_type;
12942 alias c_gtk_scrolled_window_set_vadjustment gtk_scrolled_window_set_vadjustment;
12943 alias c_gtk_scrolled_window_unset_placement gtk_scrolled_window_unset_placement;
12944 
12945 // gtk.ScrolledWindowAccessible
12946 
12947 alias c_gtk_scrolled_window_accessible_get_type gtk_scrolled_window_accessible_get_type;
12948 
12949 // gtk.SearchBar
12950 
12951 alias c_gtk_search_bar_get_type gtk_search_bar_get_type;
12952 alias c_gtk_search_bar_new gtk_search_bar_new;
12953 alias c_gtk_search_bar_connect_entry gtk_search_bar_connect_entry;
12954 alias c_gtk_search_bar_get_search_mode gtk_search_bar_get_search_mode;
12955 alias c_gtk_search_bar_get_show_close_button gtk_search_bar_get_show_close_button;
12956 alias c_gtk_search_bar_handle_event gtk_search_bar_handle_event;
12957 alias c_gtk_search_bar_set_search_mode gtk_search_bar_set_search_mode;
12958 alias c_gtk_search_bar_set_show_close_button gtk_search_bar_set_show_close_button;
12959 
12960 // gtk.SearchEntry
12961 
12962 alias c_gtk_search_entry_get_type gtk_search_entry_get_type;
12963 alias c_gtk_search_entry_new gtk_search_entry_new;
12964 
12965 // gtk.SelectionData
12966 
12967 alias c_gtk_selection_data_get_type gtk_selection_data_get_type;
12968 alias c_gtk_selection_data_copy gtk_selection_data_copy;
12969 alias c_gtk_selection_data_free gtk_selection_data_free;
12970 alias c_gtk_selection_data_get_data gtk_selection_data_get_data;
12971 alias c_gtk_selection_data_get_data_type gtk_selection_data_get_data_type;
12972 alias c_gtk_selection_data_get_data_with_length gtk_selection_data_get_data_with_length;
12973 alias c_gtk_selection_data_get_display gtk_selection_data_get_display;
12974 alias c_gtk_selection_data_get_format gtk_selection_data_get_format;
12975 alias c_gtk_selection_data_get_length gtk_selection_data_get_length;
12976 alias c_gtk_selection_data_get_pixbuf gtk_selection_data_get_pixbuf;
12977 alias c_gtk_selection_data_get_selection gtk_selection_data_get_selection;
12978 alias c_gtk_selection_data_get_target gtk_selection_data_get_target;
12979 alias c_gtk_selection_data_get_targets gtk_selection_data_get_targets;
12980 alias c_gtk_selection_data_get_text gtk_selection_data_get_text;
12981 alias c_gtk_selection_data_get_uris gtk_selection_data_get_uris;
12982 alias c_gtk_selection_data_set gtk_selection_data_set;
12983 alias c_gtk_selection_data_set_pixbuf gtk_selection_data_set_pixbuf;
12984 alias c_gtk_selection_data_set_text gtk_selection_data_set_text;
12985 alias c_gtk_selection_data_set_uris gtk_selection_data_set_uris;
12986 alias c_gtk_selection_data_targets_include_image gtk_selection_data_targets_include_image;
12987 alias c_gtk_selection_data_targets_include_rich_text gtk_selection_data_targets_include_rich_text;
12988 alias c_gtk_selection_data_targets_include_text gtk_selection_data_targets_include_text;
12989 alias c_gtk_selection_data_targets_include_uri gtk_selection_data_targets_include_uri;
12990 alias c_gtk_selection_add_target gtk_selection_add_target;
12991 alias c_gtk_selection_add_targets gtk_selection_add_targets;
12992 alias c_gtk_selection_clear_targets gtk_selection_clear_targets;
12993 alias c_gtk_selection_convert gtk_selection_convert;
12994 alias c_gtk_selection_owner_set gtk_selection_owner_set;
12995 alias c_gtk_selection_owner_set_for_display gtk_selection_owner_set_for_display;
12996 alias c_gtk_selection_remove_all gtk_selection_remove_all;
12997 
12998 // gtk.Separator
12999 
13000 alias c_gtk_separator_get_type gtk_separator_get_type;
13001 alias c_gtk_separator_new gtk_separator_new;
13002 
13003 // gtk.SeparatorMenuItem
13004 
13005 alias c_gtk_separator_menu_item_get_type gtk_separator_menu_item_get_type;
13006 alias c_gtk_separator_menu_item_new gtk_separator_menu_item_new;
13007 
13008 // gtk.SeparatorToolItem
13009 
13010 alias c_gtk_separator_tool_item_get_type gtk_separator_tool_item_get_type;
13011 alias c_gtk_separator_tool_item_new gtk_separator_tool_item_new;
13012 alias c_gtk_separator_tool_item_get_draw gtk_separator_tool_item_get_draw;
13013 alias c_gtk_separator_tool_item_set_draw gtk_separator_tool_item_set_draw;
13014 
13015 // gtk.Settings
13016 
13017 alias c_gtk_settings_get_type gtk_settings_get_type;
13018 alias c_gtk_settings_get_default gtk_settings_get_default;
13019 alias c_gtk_settings_get_for_screen gtk_settings_get_for_screen;
13020 alias c_gtk_settings_install_property gtk_settings_install_property;
13021 alias c_gtk_settings_install_property_parser gtk_settings_install_property_parser;
13022 alias c_gtk_settings_set_double_property gtk_settings_set_double_property;
13023 alias c_gtk_settings_set_long_property gtk_settings_set_long_property;
13024 alias c_gtk_settings_set_property_value gtk_settings_set_property_value;
13025 alias c_gtk_settings_set_string_property gtk_settings_set_string_property;
13026 
13027 // gtk.SizeGroup
13028 
13029 alias c_gtk_size_group_get_type gtk_size_group_get_type;
13030 alias c_gtk_size_group_new gtk_size_group_new;
13031 alias c_gtk_size_group_add_widget gtk_size_group_add_widget;
13032 alias c_gtk_size_group_get_ignore_hidden gtk_size_group_get_ignore_hidden;
13033 alias c_gtk_size_group_get_mode gtk_size_group_get_mode;
13034 alias c_gtk_size_group_get_widgets gtk_size_group_get_widgets;
13035 alias c_gtk_size_group_remove_widget gtk_size_group_remove_widget;
13036 alias c_gtk_size_group_set_ignore_hidden gtk_size_group_set_ignore_hidden;
13037 alias c_gtk_size_group_set_mode gtk_size_group_set_mode;
13038 
13039 // gtk.Socket
13040 
13041 alias c_gtk_socket_get_type gtk_socket_get_type;
13042 alias c_gtk_socket_new gtk_socket_new;
13043 alias c_gtk_socket_add_id gtk_socket_add_id;
13044 alias c_gtk_socket_get_id gtk_socket_get_id;
13045 alias c_gtk_socket_get_plug_window gtk_socket_get_plug_window;
13046 
13047 // gtk.SpinButton
13048 
13049 alias c_gtk_spin_button_get_type gtk_spin_button_get_type;
13050 alias c_gtk_spin_button_new gtk_spin_button_new;
13051 alias c_gtk_spin_button_new_with_range gtk_spin_button_new_with_range;
13052 alias c_gtk_spin_button_configure gtk_spin_button_configure;
13053 alias c_gtk_spin_button_get_adjustment gtk_spin_button_get_adjustment;
13054 alias c_gtk_spin_button_get_digits gtk_spin_button_get_digits;
13055 alias c_gtk_spin_button_get_increments gtk_spin_button_get_increments;
13056 alias c_gtk_spin_button_get_numeric gtk_spin_button_get_numeric;
13057 alias c_gtk_spin_button_get_range gtk_spin_button_get_range;
13058 alias c_gtk_spin_button_get_snap_to_ticks gtk_spin_button_get_snap_to_ticks;
13059 alias c_gtk_spin_button_get_update_policy gtk_spin_button_get_update_policy;
13060 alias c_gtk_spin_button_get_value gtk_spin_button_get_value;
13061 alias c_gtk_spin_button_get_value_as_int gtk_spin_button_get_value_as_int;
13062 alias c_gtk_spin_button_get_wrap gtk_spin_button_get_wrap;
13063 alias c_gtk_spin_button_set_adjustment gtk_spin_button_set_adjustment;
13064 alias c_gtk_spin_button_set_digits gtk_spin_button_set_digits;
13065 alias c_gtk_spin_button_set_increments gtk_spin_button_set_increments;
13066 alias c_gtk_spin_button_set_numeric gtk_spin_button_set_numeric;
13067 alias c_gtk_spin_button_set_range gtk_spin_button_set_range;
13068 alias c_gtk_spin_button_set_snap_to_ticks gtk_spin_button_set_snap_to_ticks;
13069 alias c_gtk_spin_button_set_update_policy gtk_spin_button_set_update_policy;
13070 alias c_gtk_spin_button_set_value gtk_spin_button_set_value;
13071 alias c_gtk_spin_button_set_wrap gtk_spin_button_set_wrap;
13072 alias c_gtk_spin_button_spin gtk_spin_button_spin;
13073 alias c_gtk_spin_button_update gtk_spin_button_update;
13074 
13075 // gtk.SpinButtonAccessible
13076 
13077 alias c_gtk_spin_button_accessible_get_type gtk_spin_button_accessible_get_type;
13078 
13079 // gtk.Spinner
13080 
13081 alias c_gtk_spinner_get_type gtk_spinner_get_type;
13082 alias c_gtk_spinner_new gtk_spinner_new;
13083 alias c_gtk_spinner_start gtk_spinner_start;
13084 alias c_gtk_spinner_stop gtk_spinner_stop;
13085 
13086 // gtk.SpinnerAccessible
13087 
13088 alias c_gtk_spinner_accessible_get_type gtk_spinner_accessible_get_type;
13089 
13090 // gtk.Stack
13091 
13092 alias c_gtk_stack_get_type gtk_stack_get_type;
13093 alias c_gtk_stack_new gtk_stack_new;
13094 alias c_gtk_stack_add_named gtk_stack_add_named;
13095 alias c_gtk_stack_add_titled gtk_stack_add_titled;
13096 alias c_gtk_stack_get_child_by_name gtk_stack_get_child_by_name;
13097 alias c_gtk_stack_get_homogeneous gtk_stack_get_homogeneous;
13098 alias c_gtk_stack_get_transition_duration gtk_stack_get_transition_duration;
13099 alias c_gtk_stack_get_transition_running gtk_stack_get_transition_running;
13100 alias c_gtk_stack_get_transition_type gtk_stack_get_transition_type;
13101 alias c_gtk_stack_get_visible_child gtk_stack_get_visible_child;
13102 alias c_gtk_stack_get_visible_child_name gtk_stack_get_visible_child_name;
13103 alias c_gtk_stack_set_homogeneous gtk_stack_set_homogeneous;
13104 alias c_gtk_stack_set_transition_duration gtk_stack_set_transition_duration;
13105 alias c_gtk_stack_set_transition_type gtk_stack_set_transition_type;
13106 alias c_gtk_stack_set_visible_child gtk_stack_set_visible_child;
13107 alias c_gtk_stack_set_visible_child_full gtk_stack_set_visible_child_full;
13108 alias c_gtk_stack_set_visible_child_name gtk_stack_set_visible_child_name;
13109 
13110 // gtk.StackSwitcher
13111 
13112 alias c_gtk_stack_switcher_get_type gtk_stack_switcher_get_type;
13113 alias c_gtk_stack_switcher_new gtk_stack_switcher_new;
13114 alias c_gtk_stack_switcher_get_stack gtk_stack_switcher_get_stack;
13115 alias c_gtk_stack_switcher_set_stack gtk_stack_switcher_set_stack;
13116 
13117 // gtk.StatusIcon
13118 
13119 alias c_gtk_status_icon_get_type gtk_status_icon_get_type;
13120 alias c_gtk_status_icon_new gtk_status_icon_new;
13121 alias c_gtk_status_icon_new_from_file gtk_status_icon_new_from_file;
13122 alias c_gtk_status_icon_new_from_gicon gtk_status_icon_new_from_gicon;
13123 alias c_gtk_status_icon_new_from_icon_name gtk_status_icon_new_from_icon_name;
13124 alias c_gtk_status_icon_new_from_pixbuf gtk_status_icon_new_from_pixbuf;
13125 alias c_gtk_status_icon_new_from_stock gtk_status_icon_new_from_stock;
13126 alias c_gtk_status_icon_position_menu gtk_status_icon_position_menu;
13127 alias c_gtk_status_icon_get_geometry gtk_status_icon_get_geometry;
13128 alias c_gtk_status_icon_get_gicon gtk_status_icon_get_gicon;
13129 alias c_gtk_status_icon_get_has_tooltip gtk_status_icon_get_has_tooltip;
13130 alias c_gtk_status_icon_get_icon_name gtk_status_icon_get_icon_name;
13131 alias c_gtk_status_icon_get_pixbuf gtk_status_icon_get_pixbuf;
13132 alias c_gtk_status_icon_get_screen gtk_status_icon_get_screen;
13133 alias c_gtk_status_icon_get_size gtk_status_icon_get_size;
13134 alias c_gtk_status_icon_get_stock gtk_status_icon_get_stock;
13135 alias c_gtk_status_icon_get_storage_type gtk_status_icon_get_storage_type;
13136 alias c_gtk_status_icon_get_title gtk_status_icon_get_title;
13137 alias c_gtk_status_icon_get_tooltip_markup gtk_status_icon_get_tooltip_markup;
13138 alias c_gtk_status_icon_get_tooltip_text gtk_status_icon_get_tooltip_text;
13139 alias c_gtk_status_icon_get_visible gtk_status_icon_get_visible;
13140 alias c_gtk_status_icon_get_x11_window_id gtk_status_icon_get_x11_window_id;
13141 alias c_gtk_status_icon_is_embedded gtk_status_icon_is_embedded;
13142 alias c_gtk_status_icon_set_from_file gtk_status_icon_set_from_file;
13143 alias c_gtk_status_icon_set_from_gicon gtk_status_icon_set_from_gicon;
13144 alias c_gtk_status_icon_set_from_icon_name gtk_status_icon_set_from_icon_name;
13145 alias c_gtk_status_icon_set_from_pixbuf gtk_status_icon_set_from_pixbuf;
13146 alias c_gtk_status_icon_set_from_stock gtk_status_icon_set_from_stock;
13147 alias c_gtk_status_icon_set_has_tooltip gtk_status_icon_set_has_tooltip;
13148 alias c_gtk_status_icon_set_name gtk_status_icon_set_name;
13149 alias c_gtk_status_icon_set_screen gtk_status_icon_set_screen;
13150 alias c_gtk_status_icon_set_title gtk_status_icon_set_title;
13151 alias c_gtk_status_icon_set_tooltip_markup gtk_status_icon_set_tooltip_markup;
13152 alias c_gtk_status_icon_set_tooltip_text gtk_status_icon_set_tooltip_text;
13153 alias c_gtk_status_icon_set_visible gtk_status_icon_set_visible;
13154 
13155 // gtk.Statusbar
13156 
13157 alias c_gtk_statusbar_get_type gtk_statusbar_get_type;
13158 alias c_gtk_statusbar_new gtk_statusbar_new;
13159 alias c_gtk_statusbar_get_context_id gtk_statusbar_get_context_id;
13160 alias c_gtk_statusbar_get_message_area gtk_statusbar_get_message_area;
13161 alias c_gtk_statusbar_pop gtk_statusbar_pop;
13162 alias c_gtk_statusbar_push gtk_statusbar_push;
13163 alias c_gtk_statusbar_remove gtk_statusbar_remove;
13164 alias c_gtk_statusbar_remove_all gtk_statusbar_remove_all;
13165 
13166 // gtk.StatusbarAccessible
13167 
13168 alias c_gtk_statusbar_accessible_get_type gtk_statusbar_accessible_get_type;
13169 
13170 // gtk.StockItem
13171 
13172 alias c_gtk_stock_item_copy gtk_stock_item_copy;
13173 alias c_gtk_stock_item_free gtk_stock_item_free;
13174 alias c_gtk_stock_add gtk_stock_add;
13175 alias c_gtk_stock_add_static gtk_stock_add_static;
13176 alias c_gtk_stock_list_ids gtk_stock_list_ids;
13177 alias c_gtk_stock_lookup gtk_stock_lookup;
13178 alias c_gtk_stock_set_translate_func gtk_stock_set_translate_func;
13179 
13180 // gtk.Style
13181 
13182 alias c_gtk_style_get_type gtk_style_get_type;
13183 alias c_gtk_style_new gtk_style_new;
13184 alias c_gtk_style_apply_default_background gtk_style_apply_default_background;
13185 alias c_gtk_style_attach gtk_style_attach;
13186 alias c_gtk_style_copy gtk_style_copy;
13187 alias c_gtk_style_detach gtk_style_detach;
13188 alias c_gtk_style_get gtk_style_get;
13189 alias c_gtk_style_get_style_property gtk_style_get_style_property;
13190 alias c_gtk_style_get_valist gtk_style_get_valist;
13191 alias c_gtk_style_has_context gtk_style_has_context;
13192 alias c_gtk_style_lookup_color gtk_style_lookup_color;
13193 alias c_gtk_style_lookup_icon_set gtk_style_lookup_icon_set;
13194 alias c_gtk_style_render_icon gtk_style_render_icon;
13195 alias c_gtk_style_set_background gtk_style_set_background;
13196 alias c_gtk_paint_arrow gtk_paint_arrow;
13197 alias c_gtk_paint_box gtk_paint_box;
13198 alias c_gtk_paint_box_gap gtk_paint_box_gap;
13199 alias c_gtk_paint_check gtk_paint_check;
13200 alias c_gtk_paint_diamond gtk_paint_diamond;
13201 alias c_gtk_paint_expander gtk_paint_expander;
13202 alias c_gtk_paint_extension gtk_paint_extension;
13203 alias c_gtk_paint_flat_box gtk_paint_flat_box;
13204 alias c_gtk_paint_focus gtk_paint_focus;
13205 alias c_gtk_paint_handle gtk_paint_handle;
13206 alias c_gtk_paint_hline gtk_paint_hline;
13207 alias c_gtk_paint_layout gtk_paint_layout;
13208 alias c_gtk_paint_option gtk_paint_option;
13209 alias c_gtk_paint_resize_grip gtk_paint_resize_grip;
13210 alias c_gtk_paint_shadow gtk_paint_shadow;
13211 alias c_gtk_paint_shadow_gap gtk_paint_shadow_gap;
13212 alias c_gtk_paint_slider gtk_paint_slider;
13213 alias c_gtk_paint_spinner gtk_paint_spinner;
13214 alias c_gtk_paint_tab gtk_paint_tab;
13215 alias c_gtk_paint_vline gtk_paint_vline;
13216 
13217 // gtk.StyleContext
13218 
13219 alias c_gtk_style_context_get_type gtk_style_context_get_type;
13220 alias c_gtk_style_context_new gtk_style_context_new;
13221 alias c_gtk_style_context_add_provider_for_screen gtk_style_context_add_provider_for_screen;
13222 alias c_gtk_style_context_remove_provider_for_screen gtk_style_context_remove_provider_for_screen;
13223 alias c_gtk_style_context_reset_widgets gtk_style_context_reset_widgets;
13224 alias c_gtk_style_context_add_class gtk_style_context_add_class;
13225 alias c_gtk_style_context_add_provider gtk_style_context_add_provider;
13226 alias c_gtk_style_context_add_region gtk_style_context_add_region;
13227 alias c_gtk_style_context_cancel_animations gtk_style_context_cancel_animations;
13228 alias c_gtk_style_context_get gtk_style_context_get;
13229 alias c_gtk_style_context_get_background_color gtk_style_context_get_background_color;
13230 alias c_gtk_style_context_get_border gtk_style_context_get_border;
13231 alias c_gtk_style_context_get_border_color gtk_style_context_get_border_color;
13232 alias c_gtk_style_context_get_color gtk_style_context_get_color;
13233 alias c_gtk_style_context_get_direction gtk_style_context_get_direction;
13234 alias c_gtk_style_context_get_font gtk_style_context_get_font;
13235 alias c_gtk_style_context_get_frame_clock gtk_style_context_get_frame_clock;
13236 alias c_gtk_style_context_get_junction_sides gtk_style_context_get_junction_sides;
13237 alias c_gtk_style_context_get_margin gtk_style_context_get_margin;
13238 alias c_gtk_style_context_get_padding gtk_style_context_get_padding;
13239 alias c_gtk_style_context_get_parent gtk_style_context_get_parent;
13240 alias c_gtk_style_context_get_path gtk_style_context_get_path;
13241 alias c_gtk_style_context_get_property gtk_style_context_get_property;
13242 alias c_gtk_style_context_get_scale gtk_style_context_get_scale;
13243 alias c_gtk_style_context_get_screen gtk_style_context_get_screen;
13244 alias c_gtk_style_context_get_section gtk_style_context_get_section;
13245 alias c_gtk_style_context_get_state gtk_style_context_get_state;
13246 alias c_gtk_style_context_get_style gtk_style_context_get_style;
13247 alias c_gtk_style_context_get_style_property gtk_style_context_get_style_property;
13248 alias c_gtk_style_context_get_style_valist gtk_style_context_get_style_valist;
13249 alias c_gtk_style_context_get_valist gtk_style_context_get_valist;
13250 alias c_gtk_style_context_has_class gtk_style_context_has_class;
13251 alias c_gtk_style_context_has_region gtk_style_context_has_region;
13252 alias c_gtk_style_context_invalidate gtk_style_context_invalidate;
13253 alias c_gtk_style_context_list_classes gtk_style_context_list_classes;
13254 alias c_gtk_style_context_list_regions gtk_style_context_list_regions;
13255 alias c_gtk_style_context_lookup_color gtk_style_context_lookup_color;
13256 alias c_gtk_style_context_lookup_icon_set gtk_style_context_lookup_icon_set;
13257 alias c_gtk_style_context_notify_state_change gtk_style_context_notify_state_change;
13258 alias c_gtk_style_context_pop_animatable_region gtk_style_context_pop_animatable_region;
13259 alias c_gtk_style_context_push_animatable_region gtk_style_context_push_animatable_region;
13260 alias c_gtk_style_context_remove_class gtk_style_context_remove_class;
13261 alias c_gtk_style_context_remove_provider gtk_style_context_remove_provider;
13262 alias c_gtk_style_context_remove_region gtk_style_context_remove_region;
13263 alias c_gtk_style_context_restore gtk_style_context_restore;
13264 alias c_gtk_style_context_save gtk_style_context_save;
13265 alias c_gtk_style_context_scroll_animations gtk_style_context_scroll_animations;
13266 alias c_gtk_style_context_set_background gtk_style_context_set_background;
13267 alias c_gtk_style_context_set_direction gtk_style_context_set_direction;
13268 alias c_gtk_style_context_set_frame_clock gtk_style_context_set_frame_clock;
13269 alias c_gtk_style_context_set_junction_sides gtk_style_context_set_junction_sides;
13270 alias c_gtk_style_context_set_parent gtk_style_context_set_parent;
13271 alias c_gtk_style_context_set_path gtk_style_context_set_path;
13272 alias c_gtk_style_context_set_scale gtk_style_context_set_scale;
13273 alias c_gtk_style_context_set_screen gtk_style_context_set_screen;
13274 alias c_gtk_style_context_set_state gtk_style_context_set_state;
13275 alias c_gtk_style_context_state_is_running gtk_style_context_state_is_running;
13276 alias c_gtk_render_activity gtk_render_activity;
13277 alias c_gtk_render_arrow gtk_render_arrow;
13278 alias c_gtk_render_background gtk_render_background;
13279 alias c_gtk_render_check gtk_render_check;
13280 alias c_gtk_render_expander gtk_render_expander;
13281 alias c_gtk_render_extension gtk_render_extension;
13282 alias c_gtk_render_focus gtk_render_focus;
13283 alias c_gtk_render_frame gtk_render_frame;
13284 alias c_gtk_render_frame_gap gtk_render_frame_gap;
13285 alias c_gtk_render_handle gtk_render_handle;
13286 alias c_gtk_render_icon gtk_render_icon;
13287 alias c_gtk_render_icon_pixbuf gtk_render_icon_pixbuf;
13288 alias c_gtk_render_icon_surface gtk_render_icon_surface;
13289 alias c_gtk_render_insertion_cursor gtk_render_insertion_cursor;
13290 alias c_gtk_render_layout gtk_render_layout;
13291 alias c_gtk_render_line gtk_render_line;
13292 alias c_gtk_render_option gtk_render_option;
13293 alias c_gtk_render_slider gtk_render_slider;
13294 
13295 // gtk.StyleProperties
13296 
13297 alias c_gtk_style_properties_get_type gtk_style_properties_get_type;
13298 alias c_gtk_style_properties_new gtk_style_properties_new;
13299 alias c_gtk_style_properties_lookup_property gtk_style_properties_lookup_property;
13300 alias c_gtk_style_properties_register_property gtk_style_properties_register_property;
13301 alias c_gtk_style_properties_clear gtk_style_properties_clear;
13302 alias c_gtk_style_properties_get gtk_style_properties_get;
13303 alias c_gtk_style_properties_get_property gtk_style_properties_get_property;
13304 alias c_gtk_style_properties_get_valist gtk_style_properties_get_valist;
13305 alias c_gtk_style_properties_lookup_color gtk_style_properties_lookup_color;
13306 alias c_gtk_style_properties_map_color gtk_style_properties_map_color;
13307 alias c_gtk_style_properties_merge gtk_style_properties_merge;
13308 alias c_gtk_style_properties_set gtk_style_properties_set;
13309 alias c_gtk_style_properties_set_property gtk_style_properties_set_property;
13310 alias c_gtk_style_properties_set_valist gtk_style_properties_set_valist;
13311 alias c_gtk_style_properties_unset_property gtk_style_properties_unset_property;
13312 
13313 // gtk.StyleProvider
13314 
13315 alias c_gtk_style_provider_get_type gtk_style_provider_get_type;
13316 alias c_gtk_style_provider_get_icon_factory gtk_style_provider_get_icon_factory;
13317 alias c_gtk_style_provider_get_style gtk_style_provider_get_style;
13318 alias c_gtk_style_provider_get_style_property gtk_style_provider_get_style_property;
13319 
13320 // gtk.Switch
13321 
13322 alias c_gtk_switch_get_type gtk_switch_get_type;
13323 alias c_gtk_switch_new gtk_switch_new;
13324 alias c_gtk_switch_get_active gtk_switch_get_active;
13325 alias c_gtk_switch_get_state gtk_switch_get_state;
13326 alias c_gtk_switch_set_active gtk_switch_set_active;
13327 alias c_gtk_switch_set_state gtk_switch_set_state;
13328 
13329 // gtk.SwitchAccessible
13330 
13331 alias c_gtk_switch_accessible_get_type gtk_switch_accessible_get_type;
13332 
13333 // gtk.SymbolicColor
13334 
13335 alias c_gtk_symbolic_color_get_type gtk_symbolic_color_get_type;
13336 alias c_gtk_symbolic_color_new_alpha gtk_symbolic_color_new_alpha;
13337 alias c_gtk_symbolic_color_new_literal gtk_symbolic_color_new_literal;
13338 alias c_gtk_symbolic_color_new_mix gtk_symbolic_color_new_mix;
13339 alias c_gtk_symbolic_color_new_name gtk_symbolic_color_new_name;
13340 alias c_gtk_symbolic_color_new_shade gtk_symbolic_color_new_shade;
13341 alias c_gtk_symbolic_color_new_win32 gtk_symbolic_color_new_win32;
13342 alias c_gtk_symbolic_color_ref gtk_symbolic_color_ref;
13343 alias c_gtk_symbolic_color_resolve gtk_symbolic_color_resolve;
13344 alias c_gtk_symbolic_color_to_string gtk_symbolic_color_to_string;
13345 alias c_gtk_symbolic_color_unref gtk_symbolic_color_unref;
13346 
13347 // gtk.Table
13348 
13349 alias c_gtk_table_get_type gtk_table_get_type;
13350 alias c_gtk_table_new gtk_table_new;
13351 alias c_gtk_table_attach gtk_table_attach;
13352 alias c_gtk_table_attach_defaults gtk_table_attach_defaults;
13353 alias c_gtk_table_get_col_spacing gtk_table_get_col_spacing;
13354 alias c_gtk_table_get_default_col_spacing gtk_table_get_default_col_spacing;
13355 alias c_gtk_table_get_default_row_spacing gtk_table_get_default_row_spacing;
13356 alias c_gtk_table_get_homogeneous gtk_table_get_homogeneous;
13357 alias c_gtk_table_get_row_spacing gtk_table_get_row_spacing;
13358 alias c_gtk_table_get_size gtk_table_get_size;
13359 alias c_gtk_table_resize gtk_table_resize;
13360 alias c_gtk_table_set_col_spacing gtk_table_set_col_spacing;
13361 alias c_gtk_table_set_col_spacings gtk_table_set_col_spacings;
13362 alias c_gtk_table_set_homogeneous gtk_table_set_homogeneous;
13363 alias c_gtk_table_set_row_spacing gtk_table_set_row_spacing;
13364 alias c_gtk_table_set_row_spacings gtk_table_set_row_spacings;
13365 
13366 // gtk.TargetEntry
13367 
13368 alias c_gtk_target_entry_get_type gtk_target_entry_get_type;
13369 alias c_gtk_target_entry_new gtk_target_entry_new;
13370 alias c_gtk_target_entry_copy gtk_target_entry_copy;
13371 alias c_gtk_target_entry_free gtk_target_entry_free;
13372 
13373 // gtk.TargetList
13374 
13375 alias c_gtk_target_list_get_type gtk_target_list_get_type;
13376 alias c_gtk_target_list_new gtk_target_list_new;
13377 alias c_gtk_target_list_add gtk_target_list_add;
13378 alias c_gtk_target_list_add_image_targets gtk_target_list_add_image_targets;
13379 alias c_gtk_target_list_add_rich_text_targets gtk_target_list_add_rich_text_targets;
13380 alias c_gtk_target_list_add_table gtk_target_list_add_table;
13381 alias c_gtk_target_list_add_text_targets gtk_target_list_add_text_targets;
13382 alias c_gtk_target_list_add_uri_targets gtk_target_list_add_uri_targets;
13383 alias c_gtk_target_list_find gtk_target_list_find;
13384 alias c_gtk_target_list_ref gtk_target_list_ref;
13385 alias c_gtk_target_list_remove gtk_target_list_remove;
13386 alias c_gtk_target_list_unref gtk_target_list_unref;
13387 alias c_gtk_target_table_free gtk_target_table_free;
13388 alias c_gtk_target_table_new_from_list gtk_target_table_new_from_list;
13389 alias c_gtk_targets_include_image gtk_targets_include_image;
13390 alias c_gtk_targets_include_rich_text gtk_targets_include_rich_text;
13391 alias c_gtk_targets_include_text gtk_targets_include_text;
13392 alias c_gtk_targets_include_uri gtk_targets_include_uri;
13393 
13394 // gtk.TearoffMenuItem
13395 
13396 alias c_gtk_tearoff_menu_item_get_type gtk_tearoff_menu_item_get_type;
13397 alias c_gtk_tearoff_menu_item_new gtk_tearoff_menu_item_new;
13398 
13399 // gtk.TextAttributes
13400 
13401 alias c_gtk_text_attributes_get_type gtk_text_attributes_get_type;
13402 alias c_gtk_text_attributes_new gtk_text_attributes_new;
13403 alias c_gtk_text_attributes_copy gtk_text_attributes_copy;
13404 alias c_gtk_text_attributes_copy_values gtk_text_attributes_copy_values;
13405 alias c_gtk_text_attributes_ref gtk_text_attributes_ref;
13406 alias c_gtk_text_attributes_unref gtk_text_attributes_unref;
13407 
13408 // gtk.TextBuffer
13409 
13410 alias c_gtk_text_buffer_get_type gtk_text_buffer_get_type;
13411 alias c_gtk_text_buffer_new gtk_text_buffer_new;
13412 alias c_gtk_text_buffer_add_mark gtk_text_buffer_add_mark;
13413 alias c_gtk_text_buffer_add_selection_clipboard gtk_text_buffer_add_selection_clipboard;
13414 alias c_gtk_text_buffer_apply_tag gtk_text_buffer_apply_tag;
13415 alias c_gtk_text_buffer_apply_tag_by_name gtk_text_buffer_apply_tag_by_name;
13416 alias c_gtk_text_buffer_backspace gtk_text_buffer_backspace;
13417 alias c_gtk_text_buffer_begin_user_action gtk_text_buffer_begin_user_action;
13418 alias c_gtk_text_buffer_copy_clipboard gtk_text_buffer_copy_clipboard;
13419 alias c_gtk_text_buffer_create_child_anchor gtk_text_buffer_create_child_anchor;
13420 alias c_gtk_text_buffer_create_mark gtk_text_buffer_create_mark;
13421 alias c_gtk_text_buffer_create_tag gtk_text_buffer_create_tag;
13422 alias c_gtk_text_buffer_cut_clipboard gtk_text_buffer_cut_clipboard;
13423 alias c_gtk_text_buffer_delete gtk_text_buffer_delete;
13424 alias c_gtk_text_buffer_delete_interactive gtk_text_buffer_delete_interactive;
13425 alias c_gtk_text_buffer_delete_mark gtk_text_buffer_delete_mark;
13426 alias c_gtk_text_buffer_delete_mark_by_name gtk_text_buffer_delete_mark_by_name;
13427 alias c_gtk_text_buffer_delete_selection gtk_text_buffer_delete_selection;
13428 alias c_gtk_text_buffer_deserialize gtk_text_buffer_deserialize;
13429 alias c_gtk_text_buffer_deserialize_get_can_create_tags gtk_text_buffer_deserialize_get_can_create_tags;
13430 alias c_gtk_text_buffer_deserialize_set_can_create_tags gtk_text_buffer_deserialize_set_can_create_tags;
13431 alias c_gtk_text_buffer_end_user_action gtk_text_buffer_end_user_action;
13432 alias c_gtk_text_buffer_get_bounds gtk_text_buffer_get_bounds;
13433 alias c_gtk_text_buffer_get_char_count gtk_text_buffer_get_char_count;
13434 alias c_gtk_text_buffer_get_copy_target_list gtk_text_buffer_get_copy_target_list;
13435 alias c_gtk_text_buffer_get_deserialize_formats gtk_text_buffer_get_deserialize_formats;
13436 alias c_gtk_text_buffer_get_end_iter gtk_text_buffer_get_end_iter;
13437 alias c_gtk_text_buffer_get_has_selection gtk_text_buffer_get_has_selection;
13438 alias c_gtk_text_buffer_get_insert gtk_text_buffer_get_insert;
13439 alias c_gtk_text_buffer_get_iter_at_child_anchor gtk_text_buffer_get_iter_at_child_anchor;
13440 alias c_gtk_text_buffer_get_iter_at_line gtk_text_buffer_get_iter_at_line;
13441 alias c_gtk_text_buffer_get_iter_at_line_index gtk_text_buffer_get_iter_at_line_index;
13442 alias c_gtk_text_buffer_get_iter_at_line_offset gtk_text_buffer_get_iter_at_line_offset;
13443 alias c_gtk_text_buffer_get_iter_at_mark gtk_text_buffer_get_iter_at_mark;
13444 alias c_gtk_text_buffer_get_iter_at_offset gtk_text_buffer_get_iter_at_offset;
13445 alias c_gtk_text_buffer_get_line_count gtk_text_buffer_get_line_count;
13446 alias c_gtk_text_buffer_get_mark gtk_text_buffer_get_mark;
13447 alias c_gtk_text_buffer_get_modified gtk_text_buffer_get_modified;
13448 alias c_gtk_text_buffer_get_paste_target_list gtk_text_buffer_get_paste_target_list;
13449 alias c_gtk_text_buffer_get_selection_bound gtk_text_buffer_get_selection_bound;
13450 alias c_gtk_text_buffer_get_selection_bounds gtk_text_buffer_get_selection_bounds;
13451 alias c_gtk_text_buffer_get_serialize_formats gtk_text_buffer_get_serialize_formats;
13452 alias c_gtk_text_buffer_get_slice gtk_text_buffer_get_slice;
13453 alias c_gtk_text_buffer_get_start_iter gtk_text_buffer_get_start_iter;
13454 alias c_gtk_text_buffer_get_tag_table gtk_text_buffer_get_tag_table;
13455 alias c_gtk_text_buffer_get_text gtk_text_buffer_get_text;
13456 alias c_gtk_text_buffer_insert gtk_text_buffer_insert;
13457 alias c_gtk_text_buffer_insert_at_cursor gtk_text_buffer_insert_at_cursor;
13458 alias c_gtk_text_buffer_insert_child_anchor gtk_text_buffer_insert_child_anchor;
13459 alias c_gtk_text_buffer_insert_interactive gtk_text_buffer_insert_interactive;
13460 alias c_gtk_text_buffer_insert_interactive_at_cursor gtk_text_buffer_insert_interactive_at_cursor;
13461 alias c_gtk_text_buffer_insert_pixbuf gtk_text_buffer_insert_pixbuf;
13462 alias c_gtk_text_buffer_insert_range gtk_text_buffer_insert_range;
13463 alias c_gtk_text_buffer_insert_range_interactive gtk_text_buffer_insert_range_interactive;
13464 alias c_gtk_text_buffer_insert_with_tags gtk_text_buffer_insert_with_tags;
13465 alias c_gtk_text_buffer_insert_with_tags_by_name gtk_text_buffer_insert_with_tags_by_name;
13466 alias c_gtk_text_buffer_move_mark gtk_text_buffer_move_mark;
13467 alias c_gtk_text_buffer_move_mark_by_name gtk_text_buffer_move_mark_by_name;
13468 alias c_gtk_text_buffer_paste_clipboard gtk_text_buffer_paste_clipboard;
13469 alias c_gtk_text_buffer_place_cursor gtk_text_buffer_place_cursor;
13470 alias c_gtk_text_buffer_register_deserialize_format gtk_text_buffer_register_deserialize_format;
13471 alias c_gtk_text_buffer_register_deserialize_tagset gtk_text_buffer_register_deserialize_tagset;
13472 alias c_gtk_text_buffer_register_serialize_format gtk_text_buffer_register_serialize_format;
13473 alias c_gtk_text_buffer_register_serialize_tagset gtk_text_buffer_register_serialize_tagset;
13474 alias c_gtk_text_buffer_remove_all_tags gtk_text_buffer_remove_all_tags;
13475 alias c_gtk_text_buffer_remove_selection_clipboard gtk_text_buffer_remove_selection_clipboard;
13476 alias c_gtk_text_buffer_remove_tag gtk_text_buffer_remove_tag;
13477 alias c_gtk_text_buffer_remove_tag_by_name gtk_text_buffer_remove_tag_by_name;
13478 alias c_gtk_text_buffer_select_range gtk_text_buffer_select_range;
13479 alias c_gtk_text_buffer_serialize gtk_text_buffer_serialize;
13480 alias c_gtk_text_buffer_set_modified gtk_text_buffer_set_modified;
13481 alias c_gtk_text_buffer_set_text gtk_text_buffer_set_text;
13482 alias c_gtk_text_buffer_unregister_deserialize_format gtk_text_buffer_unregister_deserialize_format;
13483 alias c_gtk_text_buffer_unregister_serialize_format gtk_text_buffer_unregister_serialize_format;
13484 
13485 // gtk.TextCellAccessible
13486 
13487 alias c_gtk_text_cell_accessible_get_type gtk_text_cell_accessible_get_type;
13488 
13489 // gtk.TextChildAnchor
13490 
13491 alias c_gtk_text_child_anchor_get_type gtk_text_child_anchor_get_type;
13492 alias c_gtk_text_child_anchor_new gtk_text_child_anchor_new;
13493 alias c_gtk_text_child_anchor_get_deleted gtk_text_child_anchor_get_deleted;
13494 alias c_gtk_text_child_anchor_get_widgets gtk_text_child_anchor_get_widgets;
13495 
13496 // gtk.TextIter
13497 
13498 alias c_gtk_text_iter_get_type gtk_text_iter_get_type;
13499 alias c_gtk_text_iter_assign gtk_text_iter_assign;
13500 alias c_gtk_text_iter_backward_char gtk_text_iter_backward_char;
13501 alias c_gtk_text_iter_backward_chars gtk_text_iter_backward_chars;
13502 alias c_gtk_text_iter_backward_cursor_position gtk_text_iter_backward_cursor_position;
13503 alias c_gtk_text_iter_backward_cursor_positions gtk_text_iter_backward_cursor_positions;
13504 alias c_gtk_text_iter_backward_find_char gtk_text_iter_backward_find_char;
13505 alias c_gtk_text_iter_backward_line gtk_text_iter_backward_line;
13506 alias c_gtk_text_iter_backward_lines gtk_text_iter_backward_lines;
13507 alias c_gtk_text_iter_backward_search gtk_text_iter_backward_search;
13508 alias c_gtk_text_iter_backward_sentence_start gtk_text_iter_backward_sentence_start;
13509 alias c_gtk_text_iter_backward_sentence_starts gtk_text_iter_backward_sentence_starts;
13510 alias c_gtk_text_iter_backward_to_tag_toggle gtk_text_iter_backward_to_tag_toggle;
13511 alias c_gtk_text_iter_backward_visible_cursor_position gtk_text_iter_backward_visible_cursor_position;
13512 alias c_gtk_text_iter_backward_visible_cursor_positions gtk_text_iter_backward_visible_cursor_positions;
13513 alias c_gtk_text_iter_backward_visible_line gtk_text_iter_backward_visible_line;
13514 alias c_gtk_text_iter_backward_visible_lines gtk_text_iter_backward_visible_lines;
13515 alias c_gtk_text_iter_backward_visible_word_start gtk_text_iter_backward_visible_word_start;
13516 alias c_gtk_text_iter_backward_visible_word_starts gtk_text_iter_backward_visible_word_starts;
13517 alias c_gtk_text_iter_backward_word_start gtk_text_iter_backward_word_start;
13518 alias c_gtk_text_iter_backward_word_starts gtk_text_iter_backward_word_starts;
13519 alias c_gtk_text_iter_begins_tag gtk_text_iter_begins_tag;
13520 alias c_gtk_text_iter_can_insert gtk_text_iter_can_insert;
13521 alias c_gtk_text_iter_compare gtk_text_iter_compare;
13522 alias c_gtk_text_iter_copy gtk_text_iter_copy;
13523 alias c_gtk_text_iter_editable gtk_text_iter_editable;
13524 alias c_gtk_text_iter_ends_line gtk_text_iter_ends_line;
13525 alias c_gtk_text_iter_ends_sentence gtk_text_iter_ends_sentence;
13526 alias c_gtk_text_iter_ends_tag gtk_text_iter_ends_tag;
13527 alias c_gtk_text_iter_ends_word gtk_text_iter_ends_word;
13528 alias c_gtk_text_iter_equal gtk_text_iter_equal;
13529 alias c_gtk_text_iter_forward_char gtk_text_iter_forward_char;
13530 alias c_gtk_text_iter_forward_chars gtk_text_iter_forward_chars;
13531 alias c_gtk_text_iter_forward_cursor_position gtk_text_iter_forward_cursor_position;
13532 alias c_gtk_text_iter_forward_cursor_positions gtk_text_iter_forward_cursor_positions;
13533 alias c_gtk_text_iter_forward_find_char gtk_text_iter_forward_find_char;
13534 alias c_gtk_text_iter_forward_line gtk_text_iter_forward_line;
13535 alias c_gtk_text_iter_forward_lines gtk_text_iter_forward_lines;
13536 alias c_gtk_text_iter_forward_search gtk_text_iter_forward_search;
13537 alias c_gtk_text_iter_forward_sentence_end gtk_text_iter_forward_sentence_end;
13538 alias c_gtk_text_iter_forward_sentence_ends gtk_text_iter_forward_sentence_ends;
13539 alias c_gtk_text_iter_forward_to_end gtk_text_iter_forward_to_end;
13540 alias c_gtk_text_iter_forward_to_line_end gtk_text_iter_forward_to_line_end;
13541 alias c_gtk_text_iter_forward_to_tag_toggle gtk_text_iter_forward_to_tag_toggle;
13542 alias c_gtk_text_iter_forward_visible_cursor_position gtk_text_iter_forward_visible_cursor_position;
13543 alias c_gtk_text_iter_forward_visible_cursor_positions gtk_text_iter_forward_visible_cursor_positions;
13544 alias c_gtk_text_iter_forward_visible_line gtk_text_iter_forward_visible_line;
13545 alias c_gtk_text_iter_forward_visible_lines gtk_text_iter_forward_visible_lines;
13546 alias c_gtk_text_iter_forward_visible_word_end gtk_text_iter_forward_visible_word_end;
13547 alias c_gtk_text_iter_forward_visible_word_ends gtk_text_iter_forward_visible_word_ends;
13548 alias c_gtk_text_iter_forward_word_end gtk_text_iter_forward_word_end;
13549 alias c_gtk_text_iter_forward_word_ends gtk_text_iter_forward_word_ends;
13550 alias c_gtk_text_iter_free gtk_text_iter_free;
13551 alias c_gtk_text_iter_get_attributes gtk_text_iter_get_attributes;
13552 alias c_gtk_text_iter_get_buffer gtk_text_iter_get_buffer;
13553 alias c_gtk_text_iter_get_bytes_in_line gtk_text_iter_get_bytes_in_line;
13554 alias c_gtk_text_iter_get_char gtk_text_iter_get_char;
13555 alias c_gtk_text_iter_get_chars_in_line gtk_text_iter_get_chars_in_line;
13556 alias c_gtk_text_iter_get_child_anchor gtk_text_iter_get_child_anchor;
13557 alias c_gtk_text_iter_get_language gtk_text_iter_get_language;
13558 alias c_gtk_text_iter_get_line gtk_text_iter_get_line;
13559 alias c_gtk_text_iter_get_line_index gtk_text_iter_get_line_index;
13560 alias c_gtk_text_iter_get_line_offset gtk_text_iter_get_line_offset;
13561 alias c_gtk_text_iter_get_marks gtk_text_iter_get_marks;
13562 alias c_gtk_text_iter_get_offset gtk_text_iter_get_offset;
13563 alias c_gtk_text_iter_get_pixbuf gtk_text_iter_get_pixbuf;
13564 alias c_gtk_text_iter_get_slice gtk_text_iter_get_slice;
13565 alias c_gtk_text_iter_get_tags gtk_text_iter_get_tags;
13566 alias c_gtk_text_iter_get_text gtk_text_iter_get_text;
13567 alias c_gtk_text_iter_get_toggled_tags gtk_text_iter_get_toggled_tags;
13568 alias c_gtk_text_iter_get_visible_line_index gtk_text_iter_get_visible_line_index;
13569 alias c_gtk_text_iter_get_visible_line_offset gtk_text_iter_get_visible_line_offset;
13570 alias c_gtk_text_iter_get_visible_slice gtk_text_iter_get_visible_slice;
13571 alias c_gtk_text_iter_get_visible_text gtk_text_iter_get_visible_text;
13572 alias c_gtk_text_iter_has_tag gtk_text_iter_has_tag;
13573 alias c_gtk_text_iter_in_range gtk_text_iter_in_range;
13574 alias c_gtk_text_iter_inside_sentence gtk_text_iter_inside_sentence;
13575 alias c_gtk_text_iter_inside_word gtk_text_iter_inside_word;
13576 alias c_gtk_text_iter_is_cursor_position gtk_text_iter_is_cursor_position;
13577 alias c_gtk_text_iter_is_end gtk_text_iter_is_end;
13578 alias c_gtk_text_iter_is_start gtk_text_iter_is_start;
13579 alias c_gtk_text_iter_order gtk_text_iter_order;
13580 alias c_gtk_text_iter_set_line gtk_text_iter_set_line;
13581 alias c_gtk_text_iter_set_line_index gtk_text_iter_set_line_index;
13582 alias c_gtk_text_iter_set_line_offset gtk_text_iter_set_line_offset;
13583 alias c_gtk_text_iter_set_offset gtk_text_iter_set_offset;
13584 alias c_gtk_text_iter_set_visible_line_index gtk_text_iter_set_visible_line_index;
13585 alias c_gtk_text_iter_set_visible_line_offset gtk_text_iter_set_visible_line_offset;
13586 alias c_gtk_text_iter_starts_line gtk_text_iter_starts_line;
13587 alias c_gtk_text_iter_starts_sentence gtk_text_iter_starts_sentence;
13588 alias c_gtk_text_iter_starts_word gtk_text_iter_starts_word;
13589 alias c_gtk_text_iter_toggles_tag gtk_text_iter_toggles_tag;
13590 
13591 // gtk.TextMark
13592 
13593 alias c_gtk_text_mark_get_type gtk_text_mark_get_type;
13594 alias c_gtk_text_mark_new gtk_text_mark_new;
13595 alias c_gtk_text_mark_get_buffer gtk_text_mark_get_buffer;
13596 alias c_gtk_text_mark_get_deleted gtk_text_mark_get_deleted;
13597 alias c_gtk_text_mark_get_left_gravity gtk_text_mark_get_left_gravity;
13598 alias c_gtk_text_mark_get_name gtk_text_mark_get_name;
13599 alias c_gtk_text_mark_get_visible gtk_text_mark_get_visible;
13600 alias c_gtk_text_mark_set_visible gtk_text_mark_set_visible;
13601 
13602 // gtk.TextTag
13603 
13604 alias c_gtk_text_tag_get_type gtk_text_tag_get_type;
13605 alias c_gtk_text_tag_new gtk_text_tag_new;
13606 alias c_gtk_text_tag_event gtk_text_tag_event;
13607 alias c_gtk_text_tag_get_priority gtk_text_tag_get_priority;
13608 alias c_gtk_text_tag_set_priority gtk_text_tag_set_priority;
13609 
13610 // gtk.TextTagTable
13611 
13612 alias c_gtk_text_tag_table_get_type gtk_text_tag_table_get_type;
13613 alias c_gtk_text_tag_table_new gtk_text_tag_table_new;
13614 alias c_gtk_text_tag_table_add gtk_text_tag_table_add;
13615 alias c_gtk_text_tag_table_foreach gtk_text_tag_table_foreach;
13616 alias c_gtk_text_tag_table_get_size gtk_text_tag_table_get_size;
13617 alias c_gtk_text_tag_table_lookup gtk_text_tag_table_lookup;
13618 alias c_gtk_text_tag_table_remove gtk_text_tag_table_remove;
13619 
13620 // gtk.TextView
13621 
13622 alias c_gtk_text_view_get_type gtk_text_view_get_type;
13623 alias c_gtk_text_view_new gtk_text_view_new;
13624 alias c_gtk_text_view_new_with_buffer gtk_text_view_new_with_buffer;
13625 alias c_gtk_text_view_add_child_at_anchor gtk_text_view_add_child_at_anchor;
13626 alias c_gtk_text_view_add_child_in_window gtk_text_view_add_child_in_window;
13627 alias c_gtk_text_view_backward_display_line gtk_text_view_backward_display_line;
13628 alias c_gtk_text_view_backward_display_line_start gtk_text_view_backward_display_line_start;
13629 alias c_gtk_text_view_buffer_to_window_coords gtk_text_view_buffer_to_window_coords;
13630 alias c_gtk_text_view_forward_display_line gtk_text_view_forward_display_line;
13631 alias c_gtk_text_view_forward_display_line_end gtk_text_view_forward_display_line_end;
13632 alias c_gtk_text_view_get_accepts_tab gtk_text_view_get_accepts_tab;
13633 alias c_gtk_text_view_get_border_window_size gtk_text_view_get_border_window_size;
13634 alias c_gtk_text_view_get_buffer gtk_text_view_get_buffer;
13635 alias c_gtk_text_view_get_cursor_locations gtk_text_view_get_cursor_locations;
13636 alias c_gtk_text_view_get_cursor_visible gtk_text_view_get_cursor_visible;
13637 alias c_gtk_text_view_get_default_attributes gtk_text_view_get_default_attributes;
13638 alias c_gtk_text_view_get_editable gtk_text_view_get_editable;
13639 alias c_gtk_text_view_get_hadjustment gtk_text_view_get_hadjustment;
13640 alias c_gtk_text_view_get_indent gtk_text_view_get_indent;
13641 alias c_gtk_text_view_get_input_hints gtk_text_view_get_input_hints;
13642 alias c_gtk_text_view_get_input_purpose gtk_text_view_get_input_purpose;
13643 alias c_gtk_text_view_get_iter_at_location gtk_text_view_get_iter_at_location;
13644 alias c_gtk_text_view_get_iter_at_position gtk_text_view_get_iter_at_position;
13645 alias c_gtk_text_view_get_iter_location gtk_text_view_get_iter_location;
13646 alias c_gtk_text_view_get_justification gtk_text_view_get_justification;
13647 alias c_gtk_text_view_get_left_margin gtk_text_view_get_left_margin;
13648 alias c_gtk_text_view_get_line_at_y gtk_text_view_get_line_at_y;
13649 alias c_gtk_text_view_get_line_yrange gtk_text_view_get_line_yrange;
13650 alias c_gtk_text_view_get_overwrite gtk_text_view_get_overwrite;
13651 alias c_gtk_text_view_get_pixels_above_lines gtk_text_view_get_pixels_above_lines;
13652 alias c_gtk_text_view_get_pixels_below_lines gtk_text_view_get_pixels_below_lines;
13653 alias c_gtk_text_view_get_pixels_inside_wrap gtk_text_view_get_pixels_inside_wrap;
13654 alias c_gtk_text_view_get_right_margin gtk_text_view_get_right_margin;
13655 alias c_gtk_text_view_get_tabs gtk_text_view_get_tabs;
13656 alias c_gtk_text_view_get_vadjustment gtk_text_view_get_vadjustment;
13657 alias c_gtk_text_view_get_visible_rect gtk_text_view_get_visible_rect;
13658 alias c_gtk_text_view_get_window gtk_text_view_get_window;
13659 alias c_gtk_text_view_get_window_type gtk_text_view_get_window_type;
13660 alias c_gtk_text_view_get_wrap_mode gtk_text_view_get_wrap_mode;
13661 alias c_gtk_text_view_im_context_filter_keypress gtk_text_view_im_context_filter_keypress;
13662 alias c_gtk_text_view_move_child gtk_text_view_move_child;
13663 alias c_gtk_text_view_move_mark_onscreen gtk_text_view_move_mark_onscreen;
13664 alias c_gtk_text_view_move_visually gtk_text_view_move_visually;
13665 alias c_gtk_text_view_place_cursor_onscreen gtk_text_view_place_cursor_onscreen;
13666 alias c_gtk_text_view_reset_im_context gtk_text_view_reset_im_context;
13667 alias c_gtk_text_view_scroll_mark_onscreen gtk_text_view_scroll_mark_onscreen;
13668 alias c_gtk_text_view_scroll_to_iter gtk_text_view_scroll_to_iter;
13669 alias c_gtk_text_view_scroll_to_mark gtk_text_view_scroll_to_mark;
13670 alias c_gtk_text_view_set_accepts_tab gtk_text_view_set_accepts_tab;
13671 alias c_gtk_text_view_set_border_window_size gtk_text_view_set_border_window_size;
13672 alias c_gtk_text_view_set_buffer gtk_text_view_set_buffer;
13673 alias c_gtk_text_view_set_cursor_visible gtk_text_view_set_cursor_visible;
13674 alias c_gtk_text_view_set_editable gtk_text_view_set_editable;
13675 alias c_gtk_text_view_set_indent gtk_text_view_set_indent;
13676 alias c_gtk_text_view_set_input_hints gtk_text_view_set_input_hints;
13677 alias c_gtk_text_view_set_input_purpose gtk_text_view_set_input_purpose;
13678 alias c_gtk_text_view_set_justification gtk_text_view_set_justification;
13679 alias c_gtk_text_view_set_left_margin gtk_text_view_set_left_margin;
13680 alias c_gtk_text_view_set_overwrite gtk_text_view_set_overwrite;
13681 alias c_gtk_text_view_set_pixels_above_lines gtk_text_view_set_pixels_above_lines;
13682 alias c_gtk_text_view_set_pixels_below_lines gtk_text_view_set_pixels_below_lines;
13683 alias c_gtk_text_view_set_pixels_inside_wrap gtk_text_view_set_pixels_inside_wrap;
13684 alias c_gtk_text_view_set_right_margin gtk_text_view_set_right_margin;
13685 alias c_gtk_text_view_set_tabs gtk_text_view_set_tabs;
13686 alias c_gtk_text_view_set_wrap_mode gtk_text_view_set_wrap_mode;
13687 alias c_gtk_text_view_starts_display_line gtk_text_view_starts_display_line;
13688 alias c_gtk_text_view_window_to_buffer_coords gtk_text_view_window_to_buffer_coords;
13689 
13690 // gtk.TextViewAccessible
13691 
13692 alias c_gtk_text_view_accessible_get_type gtk_text_view_accessible_get_type;
13693 
13694 // gtk.ThemingEngine
13695 
13696 alias c_gtk_theming_engine_get_type gtk_theming_engine_get_type;
13697 alias c_gtk_theming_engine_load gtk_theming_engine_load;
13698 alias c_gtk_theming_engine_register_property gtk_theming_engine_register_property;
13699 alias c_gtk_theming_engine_get gtk_theming_engine_get;
13700 alias c_gtk_theming_engine_get_background_color gtk_theming_engine_get_background_color;
13701 alias c_gtk_theming_engine_get_border gtk_theming_engine_get_border;
13702 alias c_gtk_theming_engine_get_border_color gtk_theming_engine_get_border_color;
13703 alias c_gtk_theming_engine_get_color gtk_theming_engine_get_color;
13704 alias c_gtk_theming_engine_get_direction gtk_theming_engine_get_direction;
13705 alias c_gtk_theming_engine_get_font gtk_theming_engine_get_font;
13706 alias c_gtk_theming_engine_get_junction_sides gtk_theming_engine_get_junction_sides;
13707 alias c_gtk_theming_engine_get_margin gtk_theming_engine_get_margin;
13708 alias c_gtk_theming_engine_get_padding gtk_theming_engine_get_padding;
13709 alias c_gtk_theming_engine_get_path gtk_theming_engine_get_path;
13710 alias c_gtk_theming_engine_get_property gtk_theming_engine_get_property;
13711 alias c_gtk_theming_engine_get_screen gtk_theming_engine_get_screen;
13712 alias c_gtk_theming_engine_get_state gtk_theming_engine_get_state;
13713 alias c_gtk_theming_engine_get_style gtk_theming_engine_get_style;
13714 alias c_gtk_theming_engine_get_style_property gtk_theming_engine_get_style_property;
13715 alias c_gtk_theming_engine_get_style_valist gtk_theming_engine_get_style_valist;
13716 alias c_gtk_theming_engine_get_valist gtk_theming_engine_get_valist;
13717 alias c_gtk_theming_engine_has_class gtk_theming_engine_has_class;
13718 alias c_gtk_theming_engine_has_region gtk_theming_engine_has_region;
13719 alias c_gtk_theming_engine_lookup_color gtk_theming_engine_lookup_color;
13720 alias c_gtk_theming_engine_state_is_running gtk_theming_engine_state_is_running;
13721 
13722 // gtk.ToggleAction
13723 
13724 alias c_gtk_toggle_action_get_type gtk_toggle_action_get_type;
13725 alias c_gtk_toggle_action_new gtk_toggle_action_new;
13726 alias c_gtk_toggle_action_get_active gtk_toggle_action_get_active;
13727 alias c_gtk_toggle_action_get_draw_as_radio gtk_toggle_action_get_draw_as_radio;
13728 alias c_gtk_toggle_action_set_active gtk_toggle_action_set_active;
13729 alias c_gtk_toggle_action_set_draw_as_radio gtk_toggle_action_set_draw_as_radio;
13730 alias c_gtk_toggle_action_toggled gtk_toggle_action_toggled;
13731 
13732 // gtk.ToggleButton
13733 
13734 alias c_gtk_toggle_button_get_type gtk_toggle_button_get_type;
13735 alias c_gtk_toggle_button_new gtk_toggle_button_new;
13736 alias c_gtk_toggle_button_new_with_label gtk_toggle_button_new_with_label;
13737 alias c_gtk_toggle_button_new_with_mnemonic gtk_toggle_button_new_with_mnemonic;
13738 alias c_gtk_toggle_button_get_active gtk_toggle_button_get_active;
13739 alias c_gtk_toggle_button_get_inconsistent gtk_toggle_button_get_inconsistent;
13740 alias c_gtk_toggle_button_get_mode gtk_toggle_button_get_mode;
13741 alias c_gtk_toggle_button_set_active gtk_toggle_button_set_active;
13742 alias c_gtk_toggle_button_set_inconsistent gtk_toggle_button_set_inconsistent;
13743 alias c_gtk_toggle_button_set_mode gtk_toggle_button_set_mode;
13744 alias c_gtk_toggle_button_toggled gtk_toggle_button_toggled;
13745 
13746 // gtk.ToggleButtonAccessible
13747 
13748 alias c_gtk_toggle_button_accessible_get_type gtk_toggle_button_accessible_get_type;
13749 
13750 // gtk.ToggleToolButton
13751 
13752 alias c_gtk_toggle_tool_button_get_type gtk_toggle_tool_button_get_type;
13753 alias c_gtk_toggle_tool_button_new gtk_toggle_tool_button_new;
13754 alias c_gtk_toggle_tool_button_new_from_stock gtk_toggle_tool_button_new_from_stock;
13755 alias c_gtk_toggle_tool_button_get_active gtk_toggle_tool_button_get_active;
13756 alias c_gtk_toggle_tool_button_set_active gtk_toggle_tool_button_set_active;
13757 
13758 // gtk.ToolButton
13759 
13760 alias c_gtk_tool_button_get_type gtk_tool_button_get_type;
13761 alias c_gtk_tool_button_new gtk_tool_button_new;
13762 alias c_gtk_tool_button_new_from_stock gtk_tool_button_new_from_stock;
13763 alias c_gtk_tool_button_get_icon_name gtk_tool_button_get_icon_name;
13764 alias c_gtk_tool_button_get_icon_widget gtk_tool_button_get_icon_widget;
13765 alias c_gtk_tool_button_get_label gtk_tool_button_get_label;
13766 alias c_gtk_tool_button_get_label_widget gtk_tool_button_get_label_widget;
13767 alias c_gtk_tool_button_get_stock_id gtk_tool_button_get_stock_id;
13768 alias c_gtk_tool_button_get_use_underline gtk_tool_button_get_use_underline;
13769 alias c_gtk_tool_button_set_icon_name gtk_tool_button_set_icon_name;
13770 alias c_gtk_tool_button_set_icon_widget gtk_tool_button_set_icon_widget;
13771 alias c_gtk_tool_button_set_label gtk_tool_button_set_label;
13772 alias c_gtk_tool_button_set_label_widget gtk_tool_button_set_label_widget;
13773 alias c_gtk_tool_button_set_stock_id gtk_tool_button_set_stock_id;
13774 alias c_gtk_tool_button_set_use_underline gtk_tool_button_set_use_underline;
13775 
13776 // gtk.ToolItem
13777 
13778 alias c_gtk_tool_item_get_type gtk_tool_item_get_type;
13779 alias c_gtk_tool_item_new gtk_tool_item_new;
13780 alias c_gtk_tool_item_get_ellipsize_mode gtk_tool_item_get_ellipsize_mode;
13781 alias c_gtk_tool_item_get_expand gtk_tool_item_get_expand;
13782 alias c_gtk_tool_item_get_homogeneous gtk_tool_item_get_homogeneous;
13783 alias c_gtk_tool_item_get_icon_size gtk_tool_item_get_icon_size;
13784 alias c_gtk_tool_item_get_is_important gtk_tool_item_get_is_important;
13785 alias c_gtk_tool_item_get_orientation gtk_tool_item_get_orientation;
13786 alias c_gtk_tool_item_get_proxy_menu_item gtk_tool_item_get_proxy_menu_item;
13787 alias c_gtk_tool_item_get_relief_style gtk_tool_item_get_relief_style;
13788 alias c_gtk_tool_item_get_text_alignment gtk_tool_item_get_text_alignment;
13789 alias c_gtk_tool_item_get_text_orientation gtk_tool_item_get_text_orientation;
13790 alias c_gtk_tool_item_get_text_size_group gtk_tool_item_get_text_size_group;
13791 alias c_gtk_tool_item_get_toolbar_style gtk_tool_item_get_toolbar_style;
13792 alias c_gtk_tool_item_get_use_drag_window gtk_tool_item_get_use_drag_window;
13793 alias c_gtk_tool_item_get_visible_horizontal gtk_tool_item_get_visible_horizontal;
13794 alias c_gtk_tool_item_get_visible_vertical gtk_tool_item_get_visible_vertical;
13795 alias c_gtk_tool_item_rebuild_menu gtk_tool_item_rebuild_menu;
13796 alias c_gtk_tool_item_retrieve_proxy_menu_item gtk_tool_item_retrieve_proxy_menu_item;
13797 alias c_gtk_tool_item_set_expand gtk_tool_item_set_expand;
13798 alias c_gtk_tool_item_set_homogeneous gtk_tool_item_set_homogeneous;
13799 alias c_gtk_tool_item_set_is_important gtk_tool_item_set_is_important;
13800 alias c_gtk_tool_item_set_proxy_menu_item gtk_tool_item_set_proxy_menu_item;
13801 alias c_gtk_tool_item_set_tooltip_markup gtk_tool_item_set_tooltip_markup;
13802 alias c_gtk_tool_item_set_tooltip_text gtk_tool_item_set_tooltip_text;
13803 alias c_gtk_tool_item_set_use_drag_window gtk_tool_item_set_use_drag_window;
13804 alias c_gtk_tool_item_set_visible_horizontal gtk_tool_item_set_visible_horizontal;
13805 alias c_gtk_tool_item_set_visible_vertical gtk_tool_item_set_visible_vertical;
13806 alias c_gtk_tool_item_toolbar_reconfigured gtk_tool_item_toolbar_reconfigured;
13807 
13808 // gtk.ToolItemGroup
13809 
13810 alias c_gtk_tool_item_group_get_type gtk_tool_item_group_get_type;
13811 alias c_gtk_tool_item_group_new gtk_tool_item_group_new;
13812 alias c_gtk_tool_item_group_get_collapsed gtk_tool_item_group_get_collapsed;
13813 alias c_gtk_tool_item_group_get_drop_item gtk_tool_item_group_get_drop_item;
13814 alias c_gtk_tool_item_group_get_ellipsize gtk_tool_item_group_get_ellipsize;
13815 alias c_gtk_tool_item_group_get_header_relief gtk_tool_item_group_get_header_relief;
13816 alias c_gtk_tool_item_group_get_item_position gtk_tool_item_group_get_item_position;
13817 alias c_gtk_tool_item_group_get_label gtk_tool_item_group_get_label;
13818 alias c_gtk_tool_item_group_get_label_widget gtk_tool_item_group_get_label_widget;
13819 alias c_gtk_tool_item_group_get_n_items gtk_tool_item_group_get_n_items;
13820 alias c_gtk_tool_item_group_get_nth_item gtk_tool_item_group_get_nth_item;
13821 alias c_gtk_tool_item_group_insert gtk_tool_item_group_insert;
13822 alias c_gtk_tool_item_group_set_collapsed gtk_tool_item_group_set_collapsed;
13823 alias c_gtk_tool_item_group_set_ellipsize gtk_tool_item_group_set_ellipsize;
13824 alias c_gtk_tool_item_group_set_header_relief gtk_tool_item_group_set_header_relief;
13825 alias c_gtk_tool_item_group_set_item_position gtk_tool_item_group_set_item_position;
13826 alias c_gtk_tool_item_group_set_label gtk_tool_item_group_set_label;
13827 alias c_gtk_tool_item_group_set_label_widget gtk_tool_item_group_set_label_widget;
13828 
13829 // gtk.ToolPalette
13830 
13831 alias c_gtk_tool_palette_get_type gtk_tool_palette_get_type;
13832 alias c_gtk_tool_palette_new gtk_tool_palette_new;
13833 alias c_gtk_tool_palette_get_drag_target_group gtk_tool_palette_get_drag_target_group;
13834 alias c_gtk_tool_palette_get_drag_target_item gtk_tool_palette_get_drag_target_item;
13835 alias c_gtk_tool_palette_add_drag_dest gtk_tool_palette_add_drag_dest;
13836 alias c_gtk_tool_palette_get_drag_item gtk_tool_palette_get_drag_item;
13837 alias c_gtk_tool_palette_get_drop_group gtk_tool_palette_get_drop_group;
13838 alias c_gtk_tool_palette_get_drop_item gtk_tool_palette_get_drop_item;
13839 alias c_gtk_tool_palette_get_exclusive gtk_tool_palette_get_exclusive;
13840 alias c_gtk_tool_palette_get_expand gtk_tool_palette_get_expand;
13841 alias c_gtk_tool_palette_get_group_position gtk_tool_palette_get_group_position;
13842 alias c_gtk_tool_palette_get_hadjustment gtk_tool_palette_get_hadjustment;
13843 alias c_gtk_tool_palette_get_icon_size gtk_tool_palette_get_icon_size;
13844 alias c_gtk_tool_palette_get_style gtk_tool_palette_get_style;
13845 alias c_gtk_tool_palette_get_vadjustment gtk_tool_palette_get_vadjustment;
13846 alias c_gtk_tool_palette_set_drag_source gtk_tool_palette_set_drag_source;
13847 alias c_gtk_tool_palette_set_exclusive gtk_tool_palette_set_exclusive;
13848 alias c_gtk_tool_palette_set_expand gtk_tool_palette_set_expand;
13849 alias c_gtk_tool_palette_set_group_position gtk_tool_palette_set_group_position;
13850 alias c_gtk_tool_palette_set_icon_size gtk_tool_palette_set_icon_size;
13851 alias c_gtk_tool_palette_set_style gtk_tool_palette_set_style;
13852 alias c_gtk_tool_palette_unset_icon_size gtk_tool_palette_unset_icon_size;
13853 alias c_gtk_tool_palette_unset_style gtk_tool_palette_unset_style;
13854 
13855 // gtk.ToolShell
13856 
13857 alias c_gtk_tool_shell_get_type gtk_tool_shell_get_type;
13858 alias c_gtk_tool_shell_get_ellipsize_mode gtk_tool_shell_get_ellipsize_mode;
13859 alias c_gtk_tool_shell_get_icon_size gtk_tool_shell_get_icon_size;
13860 alias c_gtk_tool_shell_get_orientation gtk_tool_shell_get_orientation;
13861 alias c_gtk_tool_shell_get_relief_style gtk_tool_shell_get_relief_style;
13862 alias c_gtk_tool_shell_get_style gtk_tool_shell_get_style;
13863 alias c_gtk_tool_shell_get_text_alignment gtk_tool_shell_get_text_alignment;
13864 alias c_gtk_tool_shell_get_text_orientation gtk_tool_shell_get_text_orientation;
13865 alias c_gtk_tool_shell_get_text_size_group gtk_tool_shell_get_text_size_group;
13866 alias c_gtk_tool_shell_rebuild_menu gtk_tool_shell_rebuild_menu;
13867 
13868 // gtk.Toolbar
13869 
13870 alias c_gtk_toolbar_get_type gtk_toolbar_get_type;
13871 alias c_gtk_toolbar_new gtk_toolbar_new;
13872 alias c_gtk_toolbar_get_drop_index gtk_toolbar_get_drop_index;
13873 alias c_gtk_toolbar_get_icon_size gtk_toolbar_get_icon_size;
13874 alias c_gtk_toolbar_get_item_index gtk_toolbar_get_item_index;
13875 alias c_gtk_toolbar_get_n_items gtk_toolbar_get_n_items;
13876 alias c_gtk_toolbar_get_nth_item gtk_toolbar_get_nth_item;
13877 alias c_gtk_toolbar_get_relief_style gtk_toolbar_get_relief_style;
13878 alias c_gtk_toolbar_get_show_arrow gtk_toolbar_get_show_arrow;
13879 alias c_gtk_toolbar_get_style gtk_toolbar_get_style;
13880 alias c_gtk_toolbar_insert gtk_toolbar_insert;
13881 alias c_gtk_toolbar_set_drop_highlight_item gtk_toolbar_set_drop_highlight_item;
13882 alias c_gtk_toolbar_set_icon_size gtk_toolbar_set_icon_size;
13883 alias c_gtk_toolbar_set_show_arrow gtk_toolbar_set_show_arrow;
13884 alias c_gtk_toolbar_set_style gtk_toolbar_set_style;
13885 alias c_gtk_toolbar_unset_icon_size gtk_toolbar_unset_icon_size;
13886 alias c_gtk_toolbar_unset_style gtk_toolbar_unset_style;
13887 
13888 // gtk.Tooltip
13889 
13890 alias c_gtk_tooltip_get_type gtk_tooltip_get_type;
13891 alias c_gtk_tooltip_trigger_tooltip_query gtk_tooltip_trigger_tooltip_query;
13892 alias c_gtk_tooltip_set_custom gtk_tooltip_set_custom;
13893 alias c_gtk_tooltip_set_icon gtk_tooltip_set_icon;
13894 alias c_gtk_tooltip_set_icon_from_gicon gtk_tooltip_set_icon_from_gicon;
13895 alias c_gtk_tooltip_set_icon_from_icon_name gtk_tooltip_set_icon_from_icon_name;
13896 alias c_gtk_tooltip_set_icon_from_stock gtk_tooltip_set_icon_from_stock;
13897 alias c_gtk_tooltip_set_markup gtk_tooltip_set_markup;
13898 alias c_gtk_tooltip_set_text gtk_tooltip_set_text;
13899 alias c_gtk_tooltip_set_tip_area gtk_tooltip_set_tip_area;
13900 
13901 // gtk.ToplevelAccessible
13902 
13903 alias c_gtk_toplevel_accessible_get_type gtk_toplevel_accessible_get_type;
13904 alias c_gtk_toplevel_accessible_get_children gtk_toplevel_accessible_get_children;
13905 
13906 // gtk.TreeDragDest
13907 
13908 alias c_gtk_tree_drag_dest_get_type gtk_tree_drag_dest_get_type;
13909 alias c_gtk_tree_drag_dest_drag_data_received gtk_tree_drag_dest_drag_data_received;
13910 alias c_gtk_tree_drag_dest_row_drop_possible gtk_tree_drag_dest_row_drop_possible;
13911 
13912 // gtk.TreeDragSource
13913 
13914 alias c_gtk_tree_drag_source_get_type gtk_tree_drag_source_get_type;
13915 alias c_gtk_tree_drag_source_drag_data_delete gtk_tree_drag_source_drag_data_delete;
13916 alias c_gtk_tree_drag_source_drag_data_get gtk_tree_drag_source_drag_data_get;
13917 alias c_gtk_tree_drag_source_row_draggable gtk_tree_drag_source_row_draggable;
13918 alias c_gtk_tree_get_row_drag_data gtk_tree_get_row_drag_data;
13919 alias c_gtk_tree_set_row_drag_data gtk_tree_set_row_drag_data;
13920 
13921 // gtk.TreeIter
13922 
13923 alias c_gtk_tree_iter_get_type gtk_tree_iter_get_type;
13924 alias c_gtk_tree_iter_copy gtk_tree_iter_copy;
13925 alias c_gtk_tree_iter_free gtk_tree_iter_free;
13926 
13927 // gtk.TreeModel
13928 
13929 alias c_gtk_tree_model_get_type gtk_tree_model_get_type;
13930 alias c_gtk_tree_model_filter_new gtk_tree_model_filter_new;
13931 alias c_gtk_tree_model_foreach gtk_tree_model_foreach;
13932 alias c_gtk_tree_model_get gtk_tree_model_get;
13933 alias c_gtk_tree_model_get_column_type gtk_tree_model_get_column_type;
13934 alias c_gtk_tree_model_get_flags gtk_tree_model_get_flags;
13935 alias c_gtk_tree_model_get_iter gtk_tree_model_get_iter;
13936 alias c_gtk_tree_model_get_iter_first gtk_tree_model_get_iter_first;
13937 alias c_gtk_tree_model_get_iter_from_string gtk_tree_model_get_iter_from_string;
13938 alias c_gtk_tree_model_get_n_columns gtk_tree_model_get_n_columns;
13939 alias c_gtk_tree_model_get_path gtk_tree_model_get_path;
13940 alias c_gtk_tree_model_get_string_from_iter gtk_tree_model_get_string_from_iter;
13941 alias c_gtk_tree_model_get_valist gtk_tree_model_get_valist;
13942 alias c_gtk_tree_model_get_value gtk_tree_model_get_value;
13943 alias c_gtk_tree_model_iter_children gtk_tree_model_iter_children;
13944 alias c_gtk_tree_model_iter_has_child gtk_tree_model_iter_has_child;
13945 alias c_gtk_tree_model_iter_n_children gtk_tree_model_iter_n_children;
13946 alias c_gtk_tree_model_iter_next gtk_tree_model_iter_next;
13947 alias c_gtk_tree_model_iter_nth_child gtk_tree_model_iter_nth_child;
13948 alias c_gtk_tree_model_iter_parent gtk_tree_model_iter_parent;
13949 alias c_gtk_tree_model_iter_previous gtk_tree_model_iter_previous;
13950 alias c_gtk_tree_model_ref_node gtk_tree_model_ref_node;
13951 alias c_gtk_tree_model_row_changed gtk_tree_model_row_changed;
13952 alias c_gtk_tree_model_row_deleted gtk_tree_model_row_deleted;
13953 alias c_gtk_tree_model_row_has_child_toggled gtk_tree_model_row_has_child_toggled;
13954 alias c_gtk_tree_model_row_inserted gtk_tree_model_row_inserted;
13955 alias c_gtk_tree_model_rows_reordered gtk_tree_model_rows_reordered;
13956 alias c_gtk_tree_model_rows_reordered_with_length gtk_tree_model_rows_reordered_with_length;
13957 alias c_gtk_tree_model_sort_new_with_model gtk_tree_model_sort_new_with_model;
13958 alias c_gtk_tree_model_unref_node gtk_tree_model_unref_node;
13959 
13960 // gtk.TreeModelFilter
13961 
13962 alias c_gtk_tree_model_filter_get_type gtk_tree_model_filter_get_type;
13963 alias c_gtk_tree_model_filter_clear_cache gtk_tree_model_filter_clear_cache;
13964 alias c_gtk_tree_model_filter_convert_child_iter_to_iter gtk_tree_model_filter_convert_child_iter_to_iter;
13965 alias c_gtk_tree_model_filter_convert_child_path_to_path gtk_tree_model_filter_convert_child_path_to_path;
13966 alias c_gtk_tree_model_filter_convert_iter_to_child_iter gtk_tree_model_filter_convert_iter_to_child_iter;
13967 alias c_gtk_tree_model_filter_convert_path_to_child_path gtk_tree_model_filter_convert_path_to_child_path;
13968 alias c_gtk_tree_model_filter_get_model gtk_tree_model_filter_get_model;
13969 alias c_gtk_tree_model_filter_refilter gtk_tree_model_filter_refilter;
13970 alias c_gtk_tree_model_filter_set_modify_func gtk_tree_model_filter_set_modify_func;
13971 alias c_gtk_tree_model_filter_set_visible_column gtk_tree_model_filter_set_visible_column;
13972 alias c_gtk_tree_model_filter_set_visible_func gtk_tree_model_filter_set_visible_func;
13973 
13974 // gtk.TreeModelSort
13975 
13976 alias c_gtk_tree_model_sort_get_type gtk_tree_model_sort_get_type;
13977 alias c_gtk_tree_model_sort_clear_cache gtk_tree_model_sort_clear_cache;
13978 alias c_gtk_tree_model_sort_convert_child_iter_to_iter gtk_tree_model_sort_convert_child_iter_to_iter;
13979 alias c_gtk_tree_model_sort_convert_child_path_to_path gtk_tree_model_sort_convert_child_path_to_path;
13980 alias c_gtk_tree_model_sort_convert_iter_to_child_iter gtk_tree_model_sort_convert_iter_to_child_iter;
13981 alias c_gtk_tree_model_sort_convert_path_to_child_path gtk_tree_model_sort_convert_path_to_child_path;
13982 alias c_gtk_tree_model_sort_get_model gtk_tree_model_sort_get_model;
13983 alias c_gtk_tree_model_sort_iter_is_valid gtk_tree_model_sort_iter_is_valid;
13984 alias c_gtk_tree_model_sort_reset_default_sort_func gtk_tree_model_sort_reset_default_sort_func;
13985 
13986 // gtk.TreePath
13987 
13988 alias c_gtk_tree_path_get_type gtk_tree_path_get_type;
13989 alias c_gtk_tree_path_new gtk_tree_path_new;
13990 alias c_gtk_tree_path_new_first gtk_tree_path_new_first;
13991 alias c_gtk_tree_path_new_from_indices gtk_tree_path_new_from_indices;
13992 alias c_gtk_tree_path_new_from_indicesv gtk_tree_path_new_from_indicesv;
13993 alias c_gtk_tree_path_new_from_string gtk_tree_path_new_from_string;
13994 alias c_gtk_tree_path_append_index gtk_tree_path_append_index;
13995 alias c_gtk_tree_path_compare gtk_tree_path_compare;
13996 alias c_gtk_tree_path_copy gtk_tree_path_copy;
13997 alias c_gtk_tree_path_down gtk_tree_path_down;
13998 alias c_gtk_tree_path_free gtk_tree_path_free;
13999 alias c_gtk_tree_path_get_depth gtk_tree_path_get_depth;
14000 alias c_gtk_tree_path_get_indices gtk_tree_path_get_indices;
14001 alias c_gtk_tree_path_get_indices_with_depth gtk_tree_path_get_indices_with_depth;
14002 alias c_gtk_tree_path_is_ancestor gtk_tree_path_is_ancestor;
14003 alias c_gtk_tree_path_is_descendant gtk_tree_path_is_descendant;
14004 alias c_gtk_tree_path_next gtk_tree_path_next;
14005 alias c_gtk_tree_path_prepend_index gtk_tree_path_prepend_index;
14006 alias c_gtk_tree_path_prev gtk_tree_path_prev;
14007 alias c_gtk_tree_path_to_string gtk_tree_path_to_string;
14008 alias c_gtk_tree_path_up gtk_tree_path_up;
14009 
14010 // gtk.TreeRowReference
14011 
14012 alias c_gtk_tree_row_reference_get_type gtk_tree_row_reference_get_type;
14013 alias c_gtk_tree_row_reference_new gtk_tree_row_reference_new;
14014 alias c_gtk_tree_row_reference_new_proxy gtk_tree_row_reference_new_proxy;
14015 alias c_gtk_tree_row_reference_copy gtk_tree_row_reference_copy;
14016 alias c_gtk_tree_row_reference_free gtk_tree_row_reference_free;
14017 alias c_gtk_tree_row_reference_get_model gtk_tree_row_reference_get_model;
14018 alias c_gtk_tree_row_reference_get_path gtk_tree_row_reference_get_path;
14019 alias c_gtk_tree_row_reference_valid gtk_tree_row_reference_valid;
14020 alias c_gtk_tree_row_reference_deleted gtk_tree_row_reference_deleted;
14021 alias c_gtk_tree_row_reference_inserted gtk_tree_row_reference_inserted;
14022 alias c_gtk_tree_row_reference_reordered gtk_tree_row_reference_reordered;
14023 
14024 // gtk.TreeSelection
14025 
14026 alias c_gtk_tree_selection_get_type gtk_tree_selection_get_type;
14027 alias c_gtk_tree_selection_count_selected_rows gtk_tree_selection_count_selected_rows;
14028 alias c_gtk_tree_selection_get_mode gtk_tree_selection_get_mode;
14029 alias c_gtk_tree_selection_get_select_function gtk_tree_selection_get_select_function;
14030 alias c_gtk_tree_selection_get_selected gtk_tree_selection_get_selected;
14031 alias c_gtk_tree_selection_get_selected_rows gtk_tree_selection_get_selected_rows;
14032 alias c_gtk_tree_selection_get_tree_view gtk_tree_selection_get_tree_view;
14033 alias c_gtk_tree_selection_get_user_data gtk_tree_selection_get_user_data;
14034 alias c_gtk_tree_selection_iter_is_selected gtk_tree_selection_iter_is_selected;
14035 alias c_gtk_tree_selection_path_is_selected gtk_tree_selection_path_is_selected;
14036 alias c_gtk_tree_selection_select_all gtk_tree_selection_select_all;
14037 alias c_gtk_tree_selection_select_iter gtk_tree_selection_select_iter;
14038 alias c_gtk_tree_selection_select_path gtk_tree_selection_select_path;
14039 alias c_gtk_tree_selection_select_range gtk_tree_selection_select_range;
14040 alias c_gtk_tree_selection_selected_foreach gtk_tree_selection_selected_foreach;
14041 alias c_gtk_tree_selection_set_mode gtk_tree_selection_set_mode;
14042 alias c_gtk_tree_selection_set_select_function gtk_tree_selection_set_select_function;
14043 alias c_gtk_tree_selection_unselect_all gtk_tree_selection_unselect_all;
14044 alias c_gtk_tree_selection_unselect_iter gtk_tree_selection_unselect_iter;
14045 alias c_gtk_tree_selection_unselect_path gtk_tree_selection_unselect_path;
14046 alias c_gtk_tree_selection_unselect_range gtk_tree_selection_unselect_range;
14047 
14048 // gtk.TreeSortable
14049 
14050 alias c_gtk_tree_sortable_get_type gtk_tree_sortable_get_type;
14051 alias c_gtk_tree_sortable_get_sort_column_id gtk_tree_sortable_get_sort_column_id;
14052 alias c_gtk_tree_sortable_has_default_sort_func gtk_tree_sortable_has_default_sort_func;
14053 alias c_gtk_tree_sortable_set_default_sort_func gtk_tree_sortable_set_default_sort_func;
14054 alias c_gtk_tree_sortable_set_sort_column_id gtk_tree_sortable_set_sort_column_id;
14055 alias c_gtk_tree_sortable_set_sort_func gtk_tree_sortable_set_sort_func;
14056 alias c_gtk_tree_sortable_sort_column_changed gtk_tree_sortable_sort_column_changed;
14057 
14058 // gtk.TreeStore
14059 
14060 alias c_gtk_tree_store_get_type gtk_tree_store_get_type;
14061 alias c_gtk_tree_store_new gtk_tree_store_new;
14062 alias c_gtk_tree_store_newv gtk_tree_store_newv;
14063 alias c_gtk_tree_store_append gtk_tree_store_append;
14064 alias c_gtk_tree_store_clear gtk_tree_store_clear;
14065 alias c_gtk_tree_store_insert gtk_tree_store_insert;
14066 alias c_gtk_tree_store_insert_after gtk_tree_store_insert_after;
14067 alias c_gtk_tree_store_insert_before gtk_tree_store_insert_before;
14068 alias c_gtk_tree_store_insert_with_values gtk_tree_store_insert_with_values;
14069 alias c_gtk_tree_store_insert_with_valuesv gtk_tree_store_insert_with_valuesv;
14070 alias c_gtk_tree_store_is_ancestor gtk_tree_store_is_ancestor;
14071 alias c_gtk_tree_store_iter_depth gtk_tree_store_iter_depth;
14072 alias c_gtk_tree_store_iter_is_valid gtk_tree_store_iter_is_valid;
14073 alias c_gtk_tree_store_move_after gtk_tree_store_move_after;
14074 alias c_gtk_tree_store_move_before gtk_tree_store_move_before;
14075 alias c_gtk_tree_store_prepend gtk_tree_store_prepend;
14076 alias c_gtk_tree_store_remove gtk_tree_store_remove;
14077 alias c_gtk_tree_store_reorder gtk_tree_store_reorder;
14078 alias c_gtk_tree_store_set gtk_tree_store_set;
14079 alias c_gtk_tree_store_set_column_types gtk_tree_store_set_column_types;
14080 alias c_gtk_tree_store_set_valist gtk_tree_store_set_valist;
14081 alias c_gtk_tree_store_set_value gtk_tree_store_set_value;
14082 alias c_gtk_tree_store_set_valuesv gtk_tree_store_set_valuesv;
14083 alias c_gtk_tree_store_swap gtk_tree_store_swap;
14084 
14085 // gtk.TreeView
14086 
14087 alias c_gtk_tree_view_get_type gtk_tree_view_get_type;
14088 alias c_gtk_tree_view_new gtk_tree_view_new;
14089 alias c_gtk_tree_view_new_with_model gtk_tree_view_new_with_model;
14090 alias c_gtk_tree_view_append_column gtk_tree_view_append_column;
14091 alias c_gtk_tree_view_collapse_all gtk_tree_view_collapse_all;
14092 alias c_gtk_tree_view_collapse_row gtk_tree_view_collapse_row;
14093 alias c_gtk_tree_view_columns_autosize gtk_tree_view_columns_autosize;
14094 alias c_gtk_tree_view_convert_bin_window_to_tree_coords gtk_tree_view_convert_bin_window_to_tree_coords;
14095 alias c_gtk_tree_view_convert_bin_window_to_widget_coords gtk_tree_view_convert_bin_window_to_widget_coords;
14096 alias c_gtk_tree_view_convert_tree_to_bin_window_coords gtk_tree_view_convert_tree_to_bin_window_coords;
14097 alias c_gtk_tree_view_convert_tree_to_widget_coords gtk_tree_view_convert_tree_to_widget_coords;
14098 alias c_gtk_tree_view_convert_widget_to_bin_window_coords gtk_tree_view_convert_widget_to_bin_window_coords;
14099 alias c_gtk_tree_view_convert_widget_to_tree_coords gtk_tree_view_convert_widget_to_tree_coords;
14100 alias c_gtk_tree_view_create_row_drag_icon gtk_tree_view_create_row_drag_icon;
14101 alias c_gtk_tree_view_enable_model_drag_dest gtk_tree_view_enable_model_drag_dest;
14102 alias c_gtk_tree_view_enable_model_drag_source gtk_tree_view_enable_model_drag_source;
14103 alias c_gtk_tree_view_expand_all gtk_tree_view_expand_all;
14104 alias c_gtk_tree_view_expand_row gtk_tree_view_expand_row;
14105 alias c_gtk_tree_view_expand_to_path gtk_tree_view_expand_to_path;
14106 alias c_gtk_tree_view_get_activate_on_single_click gtk_tree_view_get_activate_on_single_click;
14107 alias c_gtk_tree_view_get_background_area gtk_tree_view_get_background_area;
14108 alias c_gtk_tree_view_get_bin_window gtk_tree_view_get_bin_window;
14109 alias c_gtk_tree_view_get_cell_area gtk_tree_view_get_cell_area;
14110 alias c_gtk_tree_view_get_column gtk_tree_view_get_column;
14111 alias c_gtk_tree_view_get_columns gtk_tree_view_get_columns;
14112 alias c_gtk_tree_view_get_cursor gtk_tree_view_get_cursor;
14113 alias c_gtk_tree_view_get_dest_row_at_pos gtk_tree_view_get_dest_row_at_pos;
14114 alias c_gtk_tree_view_get_drag_dest_row gtk_tree_view_get_drag_dest_row;
14115 alias c_gtk_tree_view_get_enable_search gtk_tree_view_get_enable_search;
14116 alias c_gtk_tree_view_get_enable_tree_lines gtk_tree_view_get_enable_tree_lines;
14117 alias c_gtk_tree_view_get_expander_column gtk_tree_view_get_expander_column;
14118 alias c_gtk_tree_view_get_fixed_height_mode gtk_tree_view_get_fixed_height_mode;
14119 alias c_gtk_tree_view_get_grid_lines gtk_tree_view_get_grid_lines;
14120 alias c_gtk_tree_view_get_hadjustment gtk_tree_view_get_hadjustment;
14121 alias c_gtk_tree_view_get_headers_clickable gtk_tree_view_get_headers_clickable;
14122 alias c_gtk_tree_view_get_headers_visible gtk_tree_view_get_headers_visible;
14123 alias c_gtk_tree_view_get_hover_expand gtk_tree_view_get_hover_expand;
14124 alias c_gtk_tree_view_get_hover_selection gtk_tree_view_get_hover_selection;
14125 alias c_gtk_tree_view_get_level_indentation gtk_tree_view_get_level_indentation;
14126 alias c_gtk_tree_view_get_model gtk_tree_view_get_model;
14127 alias c_gtk_tree_view_get_n_columns gtk_tree_view_get_n_columns;
14128 alias c_gtk_tree_view_get_path_at_pos gtk_tree_view_get_path_at_pos;
14129 alias c_gtk_tree_view_get_reorderable gtk_tree_view_get_reorderable;
14130 alias c_gtk_tree_view_get_row_separator_func gtk_tree_view_get_row_separator_func;
14131 alias c_gtk_tree_view_get_rubber_banding gtk_tree_view_get_rubber_banding;
14132 alias c_gtk_tree_view_get_rules_hint gtk_tree_view_get_rules_hint;
14133 alias c_gtk_tree_view_get_search_column gtk_tree_view_get_search_column;
14134 alias c_gtk_tree_view_get_search_entry gtk_tree_view_get_search_entry;
14135 alias c_gtk_tree_view_get_search_equal_func gtk_tree_view_get_search_equal_func;
14136 alias c_gtk_tree_view_get_search_position_func gtk_tree_view_get_search_position_func;
14137 alias c_gtk_tree_view_get_selection gtk_tree_view_get_selection;
14138 alias c_gtk_tree_view_get_show_expanders gtk_tree_view_get_show_expanders;
14139 alias c_gtk_tree_view_get_tooltip_column gtk_tree_view_get_tooltip_column;
14140 alias c_gtk_tree_view_get_tooltip_context gtk_tree_view_get_tooltip_context;
14141 alias c_gtk_tree_view_get_vadjustment gtk_tree_view_get_vadjustment;
14142 alias c_gtk_tree_view_get_visible_range gtk_tree_view_get_visible_range;
14143 alias c_gtk_tree_view_get_visible_rect gtk_tree_view_get_visible_rect;
14144 alias c_gtk_tree_view_insert_column gtk_tree_view_insert_column;
14145 alias c_gtk_tree_view_insert_column_with_attributes gtk_tree_view_insert_column_with_attributes;
14146 alias c_gtk_tree_view_insert_column_with_data_func gtk_tree_view_insert_column_with_data_func;
14147 alias c_gtk_tree_view_is_blank_at_pos gtk_tree_view_is_blank_at_pos;
14148 alias c_gtk_tree_view_is_rubber_banding_active gtk_tree_view_is_rubber_banding_active;
14149 alias c_gtk_tree_view_map_expanded_rows gtk_tree_view_map_expanded_rows;
14150 alias c_gtk_tree_view_move_column_after gtk_tree_view_move_column_after;
14151 alias c_gtk_tree_view_remove_column gtk_tree_view_remove_column;
14152 alias c_gtk_tree_view_row_activated gtk_tree_view_row_activated;
14153 alias c_gtk_tree_view_row_expanded gtk_tree_view_row_expanded;
14154 alias c_gtk_tree_view_scroll_to_cell gtk_tree_view_scroll_to_cell;
14155 alias c_gtk_tree_view_scroll_to_point gtk_tree_view_scroll_to_point;
14156 alias c_gtk_tree_view_set_activate_on_single_click gtk_tree_view_set_activate_on_single_click;
14157 alias c_gtk_tree_view_set_column_drag_function gtk_tree_view_set_column_drag_function;
14158 alias c_gtk_tree_view_set_cursor gtk_tree_view_set_cursor;
14159 alias c_gtk_tree_view_set_cursor_on_cell gtk_tree_view_set_cursor_on_cell;
14160 alias c_gtk_tree_view_set_destroy_count_func gtk_tree_view_set_destroy_count_func;
14161 alias c_gtk_tree_view_set_drag_dest_row gtk_tree_view_set_drag_dest_row;
14162 alias c_gtk_tree_view_set_enable_search gtk_tree_view_set_enable_search;
14163 alias c_gtk_tree_view_set_enable_tree_lines gtk_tree_view_set_enable_tree_lines;
14164 alias c_gtk_tree_view_set_expander_column gtk_tree_view_set_expander_column;
14165 alias c_gtk_tree_view_set_fixed_height_mode gtk_tree_view_set_fixed_height_mode;
14166 alias c_gtk_tree_view_set_grid_lines gtk_tree_view_set_grid_lines;
14167 alias c_gtk_tree_view_set_hadjustment gtk_tree_view_set_hadjustment;
14168 alias c_gtk_tree_view_set_headers_clickable gtk_tree_view_set_headers_clickable;
14169 alias c_gtk_tree_view_set_headers_visible gtk_tree_view_set_headers_visible;
14170 alias c_gtk_tree_view_set_hover_expand gtk_tree_view_set_hover_expand;
14171 alias c_gtk_tree_view_set_hover_selection gtk_tree_view_set_hover_selection;
14172 alias c_gtk_tree_view_set_level_indentation gtk_tree_view_set_level_indentation;
14173 alias c_gtk_tree_view_set_model gtk_tree_view_set_model;
14174 alias c_gtk_tree_view_set_reorderable gtk_tree_view_set_reorderable;
14175 alias c_gtk_tree_view_set_row_separator_func gtk_tree_view_set_row_separator_func;
14176 alias c_gtk_tree_view_set_rubber_banding gtk_tree_view_set_rubber_banding;
14177 alias c_gtk_tree_view_set_rules_hint gtk_tree_view_set_rules_hint;
14178 alias c_gtk_tree_view_set_search_column gtk_tree_view_set_search_column;
14179 alias c_gtk_tree_view_set_search_entry gtk_tree_view_set_search_entry;
14180 alias c_gtk_tree_view_set_search_equal_func gtk_tree_view_set_search_equal_func;
14181 alias c_gtk_tree_view_set_search_position_func gtk_tree_view_set_search_position_func;
14182 alias c_gtk_tree_view_set_show_expanders gtk_tree_view_set_show_expanders;
14183 alias c_gtk_tree_view_set_tooltip_cell gtk_tree_view_set_tooltip_cell;
14184 alias c_gtk_tree_view_set_tooltip_column gtk_tree_view_set_tooltip_column;
14185 alias c_gtk_tree_view_set_tooltip_row gtk_tree_view_set_tooltip_row;
14186 alias c_gtk_tree_view_set_vadjustment gtk_tree_view_set_vadjustment;
14187 alias c_gtk_tree_view_unset_rows_drag_dest gtk_tree_view_unset_rows_drag_dest;
14188 alias c_gtk_tree_view_unset_rows_drag_source gtk_tree_view_unset_rows_drag_source;
14189 
14190 // gtk.TreeViewAccessible
14191 
14192 alias c_gtk_tree_view_accessible_get_type gtk_tree_view_accessible_get_type;
14193 
14194 // gtk.TreeViewColumn
14195 
14196 alias c_gtk_tree_view_column_get_type gtk_tree_view_column_get_type;
14197 alias c_gtk_tree_view_column_new gtk_tree_view_column_new;
14198 alias c_gtk_tree_view_column_new_with_area gtk_tree_view_column_new_with_area;
14199 alias c_gtk_tree_view_column_new_with_attributes gtk_tree_view_column_new_with_attributes;
14200 alias c_gtk_tree_view_column_add_attribute gtk_tree_view_column_add_attribute;
14201 alias c_gtk_tree_view_column_cell_get_position gtk_tree_view_column_cell_get_position;
14202 alias c_gtk_tree_view_column_cell_get_size gtk_tree_view_column_cell_get_size;
14203 alias c_gtk_tree_view_column_cell_is_visible gtk_tree_view_column_cell_is_visible;
14204 alias c_gtk_tree_view_column_cell_set_cell_data gtk_tree_view_column_cell_set_cell_data;
14205 alias c_gtk_tree_view_column_clear gtk_tree_view_column_clear;
14206 alias c_gtk_tree_view_column_clear_attributes gtk_tree_view_column_clear_attributes;
14207 alias c_gtk_tree_view_column_clicked gtk_tree_view_column_clicked;
14208 alias c_gtk_tree_view_column_focus_cell gtk_tree_view_column_focus_cell;
14209 alias c_gtk_tree_view_column_get_alignment gtk_tree_view_column_get_alignment;
14210 alias c_gtk_tree_view_column_get_button gtk_tree_view_column_get_button;
14211 alias c_gtk_tree_view_column_get_clickable gtk_tree_view_column_get_clickable;
14212 alias c_gtk_tree_view_column_get_expand gtk_tree_view_column_get_expand;
14213 alias c_gtk_tree_view_column_get_fixed_width gtk_tree_view_column_get_fixed_width;
14214 alias c_gtk_tree_view_column_get_max_width gtk_tree_view_column_get_max_width;
14215 alias c_gtk_tree_view_column_get_min_width gtk_tree_view_column_get_min_width;
14216 alias c_gtk_tree_view_column_get_reorderable gtk_tree_view_column_get_reorderable;
14217 alias c_gtk_tree_view_column_get_resizable gtk_tree_view_column_get_resizable;
14218 alias c_gtk_tree_view_column_get_sizing gtk_tree_view_column_get_sizing;
14219 alias c_gtk_tree_view_column_get_sort_column_id gtk_tree_view_column_get_sort_column_id;
14220 alias c_gtk_tree_view_column_get_sort_indicator gtk_tree_view_column_get_sort_indicator;
14221 alias c_gtk_tree_view_column_get_sort_order gtk_tree_view_column_get_sort_order;
14222 alias c_gtk_tree_view_column_get_spacing gtk_tree_view_column_get_spacing;
14223 alias c_gtk_tree_view_column_get_title gtk_tree_view_column_get_title;
14224 alias c_gtk_tree_view_column_get_tree_view gtk_tree_view_column_get_tree_view;
14225 alias c_gtk_tree_view_column_get_visible gtk_tree_view_column_get_visible;
14226 alias c_gtk_tree_view_column_get_widget gtk_tree_view_column_get_widget;
14227 alias c_gtk_tree_view_column_get_width gtk_tree_view_column_get_width;
14228 alias c_gtk_tree_view_column_get_x_offset gtk_tree_view_column_get_x_offset;
14229 alias c_gtk_tree_view_column_pack_end gtk_tree_view_column_pack_end;
14230 alias c_gtk_tree_view_column_pack_start gtk_tree_view_column_pack_start;
14231 alias c_gtk_tree_view_column_queue_resize gtk_tree_view_column_queue_resize;
14232 alias c_gtk_tree_view_column_set_alignment gtk_tree_view_column_set_alignment;
14233 alias c_gtk_tree_view_column_set_attributes gtk_tree_view_column_set_attributes;
14234 alias c_gtk_tree_view_column_set_cell_data_func gtk_tree_view_column_set_cell_data_func;
14235 alias c_gtk_tree_view_column_set_clickable gtk_tree_view_column_set_clickable;
14236 alias c_gtk_tree_view_column_set_expand gtk_tree_view_column_set_expand;
14237 alias c_gtk_tree_view_column_set_fixed_width gtk_tree_view_column_set_fixed_width;
14238 alias c_gtk_tree_view_column_set_max_width gtk_tree_view_column_set_max_width;
14239 alias c_gtk_tree_view_column_set_min_width gtk_tree_view_column_set_min_width;
14240 alias c_gtk_tree_view_column_set_reorderable gtk_tree_view_column_set_reorderable;
14241 alias c_gtk_tree_view_column_set_resizable gtk_tree_view_column_set_resizable;
14242 alias c_gtk_tree_view_column_set_sizing gtk_tree_view_column_set_sizing;
14243 alias c_gtk_tree_view_column_set_sort_column_id gtk_tree_view_column_set_sort_column_id;
14244 alias c_gtk_tree_view_column_set_sort_indicator gtk_tree_view_column_set_sort_indicator;
14245 alias c_gtk_tree_view_column_set_sort_order gtk_tree_view_column_set_sort_order;
14246 alias c_gtk_tree_view_column_set_spacing gtk_tree_view_column_set_spacing;
14247 alias c_gtk_tree_view_column_set_title gtk_tree_view_column_set_title;
14248 alias c_gtk_tree_view_column_set_visible gtk_tree_view_column_set_visible;
14249 alias c_gtk_tree_view_column_set_widget gtk_tree_view_column_set_widget;
14250 
14251 // gtk.UIManager
14252 
14253 alias c_gtk_ui_manager_get_type gtk_ui_manager_get_type;
14254 alias c_gtk_ui_manager_new gtk_ui_manager_new;
14255 alias c_gtk_ui_manager_add_ui gtk_ui_manager_add_ui;
14256 alias c_gtk_ui_manager_add_ui_from_file gtk_ui_manager_add_ui_from_file;
14257 alias c_gtk_ui_manager_add_ui_from_resource gtk_ui_manager_add_ui_from_resource;
14258 alias c_gtk_ui_manager_add_ui_from_string gtk_ui_manager_add_ui_from_string;
14259 alias c_gtk_ui_manager_ensure_update gtk_ui_manager_ensure_update;
14260 alias c_gtk_ui_manager_get_accel_group gtk_ui_manager_get_accel_group;
14261 alias c_gtk_ui_manager_get_action gtk_ui_manager_get_action;
14262 alias c_gtk_ui_manager_get_action_groups gtk_ui_manager_get_action_groups;
14263 alias c_gtk_ui_manager_get_add_tearoffs gtk_ui_manager_get_add_tearoffs;
14264 alias c_gtk_ui_manager_get_toplevels gtk_ui_manager_get_toplevels;
14265 alias c_gtk_ui_manager_get_ui gtk_ui_manager_get_ui;
14266 alias c_gtk_ui_manager_get_widget gtk_ui_manager_get_widget;
14267 alias c_gtk_ui_manager_insert_action_group gtk_ui_manager_insert_action_group;
14268 alias c_gtk_ui_manager_new_merge_id gtk_ui_manager_new_merge_id;
14269 alias c_gtk_ui_manager_remove_action_group gtk_ui_manager_remove_action_group;
14270 alias c_gtk_ui_manager_remove_ui gtk_ui_manager_remove_ui;
14271 alias c_gtk_ui_manager_set_add_tearoffs gtk_ui_manager_set_add_tearoffs;
14272 
14273 // gtk.VBox
14274 
14275 alias c_gtk_vbox_get_type gtk_vbox_get_type;
14276 alias c_gtk_vbox_new gtk_vbox_new;
14277 
14278 // gtk.VButtonBox
14279 
14280 alias c_gtk_vbutton_box_get_type gtk_vbutton_box_get_type;
14281 alias c_gtk_vbutton_box_new gtk_vbutton_box_new;
14282 
14283 // gtk.VPaned
14284 
14285 alias c_gtk_vpaned_get_type gtk_vpaned_get_type;
14286 alias c_gtk_vpaned_new gtk_vpaned_new;
14287 
14288 // gtk.VScale
14289 
14290 alias c_gtk_vscale_get_type gtk_vscale_get_type;
14291 alias c_gtk_vscale_new gtk_vscale_new;
14292 alias c_gtk_vscale_new_with_range gtk_vscale_new_with_range;
14293 
14294 // gtk.VScrollbar
14295 
14296 alias c_gtk_vscrollbar_get_type gtk_vscrollbar_get_type;
14297 alias c_gtk_vscrollbar_new gtk_vscrollbar_new;
14298 
14299 // gtk.VSeparator
14300 
14301 alias c_gtk_vseparator_get_type gtk_vseparator_get_type;
14302 alias c_gtk_vseparator_new gtk_vseparator_new;
14303 
14304 // gtk.Viewport
14305 
14306 alias c_gtk_viewport_get_type gtk_viewport_get_type;
14307 alias c_gtk_viewport_new gtk_viewport_new;
14308 alias c_gtk_viewport_get_bin_window gtk_viewport_get_bin_window;
14309 alias c_gtk_viewport_get_hadjustment gtk_viewport_get_hadjustment;
14310 alias c_gtk_viewport_get_shadow_type gtk_viewport_get_shadow_type;
14311 alias c_gtk_viewport_get_vadjustment gtk_viewport_get_vadjustment;
14312 alias c_gtk_viewport_get_view_window gtk_viewport_get_view_window;
14313 alias c_gtk_viewport_set_hadjustment gtk_viewport_set_hadjustment;
14314 alias c_gtk_viewport_set_shadow_type gtk_viewport_set_shadow_type;
14315 alias c_gtk_viewport_set_vadjustment gtk_viewport_set_vadjustment;
14316 
14317 // gtk.VolumeButton
14318 
14319 alias c_gtk_volume_button_get_type gtk_volume_button_get_type;
14320 alias c_gtk_volume_button_new gtk_volume_button_new;
14321 
14322 // gtk.Widget
14323 
14324 alias c_gtk_widget_get_type gtk_widget_get_type;
14325 alias c_gtk_widget_new gtk_widget_new;
14326 alias c_gtk_widget_get_default_direction gtk_widget_get_default_direction;
14327 alias c_gtk_widget_get_default_style gtk_widget_get_default_style;
14328 alias c_gtk_widget_pop_composite_child gtk_widget_pop_composite_child;
14329 alias c_gtk_widget_push_composite_child gtk_widget_push_composite_child;
14330 alias c_gtk_widget_set_default_direction gtk_widget_set_default_direction;
14331 alias c_gtk_widget_activate gtk_widget_activate;
14332 alias c_gtk_widget_add_accelerator gtk_widget_add_accelerator;
14333 alias c_gtk_widget_add_device_events gtk_widget_add_device_events;
14334 alias c_gtk_widget_add_events gtk_widget_add_events;
14335 alias c_gtk_widget_add_mnemonic_label gtk_widget_add_mnemonic_label;
14336 alias c_gtk_widget_add_tick_callback gtk_widget_add_tick_callback;
14337 alias c_gtk_widget_can_activate_accel gtk_widget_can_activate_accel;
14338 alias c_gtk_widget_child_focus gtk_widget_child_focus;
14339 alias c_gtk_widget_child_notify gtk_widget_child_notify;
14340 alias c_gtk_widget_class_path gtk_widget_class_path;
14341 alias c_gtk_widget_compute_expand gtk_widget_compute_expand;
14342 alias c_gtk_widget_create_pango_context gtk_widget_create_pango_context;
14343 alias c_gtk_widget_create_pango_layout gtk_widget_create_pango_layout;
14344 alias c_gtk_widget_destroy gtk_widget_destroy;
14345 alias c_gtk_widget_destroyed gtk_widget_destroyed;
14346 alias c_gtk_widget_device_is_shadowed gtk_widget_device_is_shadowed;
14347 alias c_gtk_drag_begin gtk_drag_begin;
14348 alias c_gtk_drag_begin_with_coordinates gtk_drag_begin_with_coordinates;
14349 alias c_gtk_drag_check_threshold gtk_drag_check_threshold;
14350 alias c_gtk_drag_dest_add_image_targets gtk_drag_dest_add_image_targets;
14351 alias c_gtk_drag_dest_add_text_targets gtk_drag_dest_add_text_targets;
14352 alias c_gtk_drag_dest_add_uri_targets gtk_drag_dest_add_uri_targets;
14353 alias c_gtk_drag_dest_find_target gtk_drag_dest_find_target;
14354 alias c_gtk_drag_dest_get_target_list gtk_drag_dest_get_target_list;
14355 alias c_gtk_drag_dest_get_track_motion gtk_drag_dest_get_track_motion;
14356 alias c_gtk_drag_dest_set gtk_drag_dest_set;
14357 alias c_gtk_drag_dest_set_proxy gtk_drag_dest_set_proxy;
14358 alias c_gtk_drag_dest_set_target_list gtk_drag_dest_set_target_list;
14359 alias c_gtk_drag_dest_set_track_motion gtk_drag_dest_set_track_motion;
14360 alias c_gtk_drag_dest_unset gtk_drag_dest_unset;
14361 alias c_gtk_drag_get_data gtk_drag_get_data;
14362 alias c_gtk_drag_highlight gtk_drag_highlight;
14363 alias c_gtk_drag_source_add_image_targets gtk_drag_source_add_image_targets;
14364 alias c_gtk_drag_source_add_text_targets gtk_drag_source_add_text_targets;
14365 alias c_gtk_drag_source_add_uri_targets gtk_drag_source_add_uri_targets;
14366 alias c_gtk_drag_source_get_target_list gtk_drag_source_get_target_list;
14367 alias c_gtk_drag_source_set gtk_drag_source_set;
14368 alias c_gtk_drag_source_set_icon_gicon gtk_drag_source_set_icon_gicon;
14369 alias c_gtk_drag_source_set_icon_name gtk_drag_source_set_icon_name;
14370 alias c_gtk_drag_source_set_icon_pixbuf gtk_drag_source_set_icon_pixbuf;
14371 alias c_gtk_drag_source_set_icon_stock gtk_drag_source_set_icon_stock;
14372 alias c_gtk_drag_source_set_target_list gtk_drag_source_set_target_list;
14373 alias c_gtk_drag_source_unset gtk_drag_source_unset;
14374 alias c_gtk_drag_unhighlight gtk_drag_unhighlight;
14375 alias c_gtk_widget_draw gtk_widget_draw;
14376 alias c_gtk_widget_ensure_style gtk_widget_ensure_style;
14377 alias c_gtk_widget_error_bell gtk_widget_error_bell;
14378 alias c_gtk_widget_event gtk_widget_event;
14379 alias c_gtk_widget_freeze_child_notify gtk_widget_freeze_child_notify;
14380 alias c_gtk_widget_get_accessible gtk_widget_get_accessible;
14381 alias c_gtk_widget_get_allocated_baseline gtk_widget_get_allocated_baseline;
14382 alias c_gtk_widget_get_allocated_height gtk_widget_get_allocated_height;
14383 alias c_gtk_widget_get_allocated_width gtk_widget_get_allocated_width;
14384 alias c_gtk_widget_get_allocation gtk_widget_get_allocation;
14385 alias c_gtk_widget_get_ancestor gtk_widget_get_ancestor;
14386 alias c_gtk_widget_get_app_paintable gtk_widget_get_app_paintable;
14387 alias c_gtk_widget_get_can_default gtk_widget_get_can_default;
14388 alias c_gtk_widget_get_can_focus gtk_widget_get_can_focus;
14389 alias c_gtk_widget_get_child_requisition gtk_widget_get_child_requisition;
14390 alias c_gtk_widget_get_child_visible gtk_widget_get_child_visible;
14391 alias c_gtk_widget_get_clip gtk_widget_get_clip;
14392 alias c_gtk_widget_get_clipboard gtk_widget_get_clipboard;
14393 alias c_gtk_widget_get_composite_name gtk_widget_get_composite_name;
14394 alias c_gtk_widget_get_device_enabled gtk_widget_get_device_enabled;
14395 alias c_gtk_widget_get_device_events gtk_widget_get_device_events;
14396 alias c_gtk_widget_get_direction gtk_widget_get_direction;
14397 alias c_gtk_widget_get_display gtk_widget_get_display;
14398 alias c_gtk_widget_get_double_buffered gtk_widget_get_double_buffered;
14399 alias c_gtk_widget_get_events gtk_widget_get_events;
14400 alias c_gtk_widget_get_frame_clock gtk_widget_get_frame_clock;
14401 alias c_gtk_widget_get_halign gtk_widget_get_halign;
14402 alias c_gtk_widget_get_has_tooltip gtk_widget_get_has_tooltip;
14403 alias c_gtk_widget_get_has_window gtk_widget_get_has_window;
14404 alias c_gtk_widget_get_hexpand gtk_widget_get_hexpand;
14405 alias c_gtk_widget_get_hexpand_set gtk_widget_get_hexpand_set;
14406 alias c_gtk_widget_get_mapped gtk_widget_get_mapped;
14407 alias c_gtk_widget_get_margin_bottom gtk_widget_get_margin_bottom;
14408 alias c_gtk_widget_get_margin_end gtk_widget_get_margin_end;
14409 alias c_gtk_widget_get_margin_left gtk_widget_get_margin_left;
14410 alias c_gtk_widget_get_margin_right gtk_widget_get_margin_right;
14411 alias c_gtk_widget_get_margin_start gtk_widget_get_margin_start;
14412 alias c_gtk_widget_get_margin_top gtk_widget_get_margin_top;
14413 alias c_gtk_widget_get_modifier_mask gtk_widget_get_modifier_mask;
14414 alias c_gtk_widget_get_modifier_style gtk_widget_get_modifier_style;
14415 alias c_gtk_widget_get_name gtk_widget_get_name;
14416 alias c_gtk_widget_get_no_show_all gtk_widget_get_no_show_all;
14417 alias c_gtk_widget_get_opacity gtk_widget_get_opacity;
14418 alias c_gtk_widget_get_pango_context gtk_widget_get_pango_context;
14419 alias c_gtk_widget_get_parent gtk_widget_get_parent;
14420 alias c_gtk_widget_get_parent_window gtk_widget_get_parent_window;
14421 alias c_gtk_widget_get_path gtk_widget_get_path;
14422 alias c_gtk_widget_get_pointer gtk_widget_get_pointer;
14423 alias c_gtk_widget_get_preferred_height gtk_widget_get_preferred_height;
14424 alias c_gtk_widget_get_preferred_height_and_baseline_for_width gtk_widget_get_preferred_height_and_baseline_for_width;
14425 alias c_gtk_widget_get_preferred_height_for_width gtk_widget_get_preferred_height_for_width;
14426 alias c_gtk_widget_get_preferred_size gtk_widget_get_preferred_size;
14427 alias c_gtk_widget_get_preferred_width gtk_widget_get_preferred_width;
14428 alias c_gtk_widget_get_preferred_width_for_height gtk_widget_get_preferred_width_for_height;
14429 alias c_gtk_widget_get_realized gtk_widget_get_realized;
14430 alias c_gtk_widget_get_receives_default gtk_widget_get_receives_default;
14431 alias c_gtk_widget_get_request_mode gtk_widget_get_request_mode;
14432 alias c_gtk_widget_get_requisition gtk_widget_get_requisition;
14433 alias c_gtk_widget_get_root_window gtk_widget_get_root_window;
14434 alias c_gtk_widget_get_scale_factor gtk_widget_get_scale_factor;
14435 alias c_gtk_widget_get_screen gtk_widget_get_screen;
14436 alias c_gtk_widget_get_sensitive gtk_widget_get_sensitive;
14437 alias c_gtk_widget_get_settings gtk_widget_get_settings;
14438 alias c_gtk_widget_get_size_request gtk_widget_get_size_request;
14439 alias c_gtk_widget_get_state gtk_widget_get_state;
14440 alias c_gtk_widget_get_state_flags gtk_widget_get_state_flags;
14441 alias c_gtk_widget_get_style gtk_widget_get_style;
14442 alias c_gtk_widget_get_style_context gtk_widget_get_style_context;
14443 alias c_gtk_widget_get_support_multidevice gtk_widget_get_support_multidevice;
14444 alias c_gtk_widget_get_template_child gtk_widget_get_template_child;
14445 alias c_gtk_widget_get_tooltip_markup gtk_widget_get_tooltip_markup;
14446 alias c_gtk_widget_get_tooltip_text gtk_widget_get_tooltip_text;
14447 alias c_gtk_widget_get_tooltip_window gtk_widget_get_tooltip_window;
14448 alias c_gtk_widget_get_toplevel gtk_widget_get_toplevel;
14449 alias c_gtk_widget_get_valign gtk_widget_get_valign;
14450 alias c_gtk_widget_get_valign_with_baseline gtk_widget_get_valign_with_baseline;
14451 alias c_gtk_widget_get_vexpand gtk_widget_get_vexpand;
14452 alias c_gtk_widget_get_vexpand_set gtk_widget_get_vexpand_set;
14453 alias c_gtk_widget_get_visible gtk_widget_get_visible;
14454 alias c_gtk_widget_get_visual gtk_widget_get_visual;
14455 alias c_gtk_widget_get_window gtk_widget_get_window;
14456 alias c_gtk_grab_add gtk_grab_add;
14457 alias c_gtk_widget_grab_default gtk_widget_grab_default;
14458 alias c_gtk_widget_grab_focus gtk_widget_grab_focus;
14459 alias c_gtk_grab_remove gtk_grab_remove;
14460 alias c_gtk_widget_has_default gtk_widget_has_default;
14461 alias c_gtk_widget_has_focus gtk_widget_has_focus;
14462 alias c_gtk_widget_has_grab gtk_widget_has_grab;
14463 alias c_gtk_widget_has_rc_style gtk_widget_has_rc_style;
14464 alias c_gtk_widget_has_screen gtk_widget_has_screen;
14465 alias c_gtk_widget_has_visible_focus gtk_widget_has_visible_focus;
14466 alias c_gtk_widget_hide gtk_widget_hide;
14467 alias c_gtk_widget_hide_on_delete gtk_widget_hide_on_delete;
14468 alias c_gtk_widget_in_destruction gtk_widget_in_destruction;
14469 alias c_gtk_widget_init_template gtk_widget_init_template;
14470 alias c_gtk_widget_input_shape_combine_region gtk_widget_input_shape_combine_region;
14471 alias c_gtk_widget_insert_action_group gtk_widget_insert_action_group;
14472 alias c_gtk_widget_intersect gtk_widget_intersect;
14473 alias c_gtk_widget_is_ancestor gtk_widget_is_ancestor;
14474 alias c_gtk_widget_is_composited gtk_widget_is_composited;
14475 alias c_gtk_widget_is_drawable gtk_widget_is_drawable;
14476 alias c_gtk_widget_is_focus gtk_widget_is_focus;
14477 alias c_gtk_widget_is_sensitive gtk_widget_is_sensitive;
14478 alias c_gtk_widget_is_toplevel gtk_widget_is_toplevel;
14479 alias c_gtk_widget_is_visible gtk_widget_is_visible;
14480 alias c_gtk_widget_keynav_failed gtk_widget_keynav_failed;
14481 alias c_gtk_widget_list_accel_closures gtk_widget_list_accel_closures;
14482 alias c_gtk_widget_list_mnemonic_labels gtk_widget_list_mnemonic_labels;
14483 alias c_gtk_widget_map gtk_widget_map;
14484 alias c_gtk_widget_mnemonic_activate gtk_widget_mnemonic_activate;
14485 alias c_gtk_widget_modify_base gtk_widget_modify_base;
14486 alias c_gtk_widget_modify_bg gtk_widget_modify_bg;
14487 alias c_gtk_widget_modify_cursor gtk_widget_modify_cursor;
14488 alias c_gtk_widget_modify_fg gtk_widget_modify_fg;
14489 alias c_gtk_widget_modify_font gtk_widget_modify_font;
14490 alias c_gtk_widget_modify_style gtk_widget_modify_style;
14491 alias c_gtk_widget_modify_text gtk_widget_modify_text;
14492 alias c_gtk_widget_override_background_color gtk_widget_override_background_color;
14493 alias c_gtk_widget_override_color gtk_widget_override_color;
14494 alias c_gtk_widget_override_cursor gtk_widget_override_cursor;
14495 alias c_gtk_widget_override_font gtk_widget_override_font;
14496 alias c_gtk_widget_override_symbolic_color gtk_widget_override_symbolic_color;
14497 alias c_gtk_widget_path gtk_widget_path;
14498 alias c_gtk_widget_queue_compute_expand gtk_widget_queue_compute_expand;
14499 alias c_gtk_widget_queue_draw gtk_widget_queue_draw;
14500 alias c_gtk_widget_queue_draw_area gtk_widget_queue_draw_area;
14501 alias c_gtk_widget_queue_draw_region gtk_widget_queue_draw_region;
14502 alias c_gtk_widget_queue_resize gtk_widget_queue_resize;
14503 alias c_gtk_widget_queue_resize_no_redraw gtk_widget_queue_resize_no_redraw;
14504 alias c_gtk_widget_realize gtk_widget_realize;
14505 alias c_gtk_widget_region_intersect gtk_widget_region_intersect;
14506 alias c_gtk_widget_register_window gtk_widget_register_window;
14507 alias c_gtk_widget_remove_accelerator gtk_widget_remove_accelerator;
14508 alias c_gtk_widget_remove_mnemonic_label gtk_widget_remove_mnemonic_label;
14509 alias c_gtk_widget_remove_tick_callback gtk_widget_remove_tick_callback;
14510 alias c_gtk_widget_render_icon gtk_widget_render_icon;
14511 alias c_gtk_widget_render_icon_pixbuf gtk_widget_render_icon_pixbuf;
14512 alias c_gtk_widget_reparent gtk_widget_reparent;
14513 alias c_gtk_widget_reset_rc_styles gtk_widget_reset_rc_styles;
14514 alias c_gtk_widget_reset_style gtk_widget_reset_style;
14515 alias c_gtk_widget_send_expose gtk_widget_send_expose;
14516 alias c_gtk_widget_send_focus_change gtk_widget_send_focus_change;
14517 alias c_gtk_widget_set_accel_path gtk_widget_set_accel_path;
14518 alias c_gtk_widget_set_allocation gtk_widget_set_allocation;
14519 alias c_gtk_widget_set_app_paintable gtk_widget_set_app_paintable;
14520 alias c_gtk_widget_set_can_default gtk_widget_set_can_default;
14521 alias c_gtk_widget_set_can_focus gtk_widget_set_can_focus;
14522 alias c_gtk_widget_set_child_visible gtk_widget_set_child_visible;
14523 alias c_gtk_widget_set_clip gtk_widget_set_clip;
14524 alias c_gtk_widget_set_composite_name gtk_widget_set_composite_name;
14525 alias c_gtk_widget_set_device_enabled gtk_widget_set_device_enabled;
14526 alias c_gtk_widget_set_device_events gtk_widget_set_device_events;
14527 alias c_gtk_widget_set_direction gtk_widget_set_direction;
14528 alias c_gtk_widget_set_double_buffered gtk_widget_set_double_buffered;
14529 alias c_gtk_widget_set_events gtk_widget_set_events;
14530 alias c_gtk_widget_set_halign gtk_widget_set_halign;
14531 alias c_gtk_widget_set_has_tooltip gtk_widget_set_has_tooltip;
14532 alias c_gtk_widget_set_has_window gtk_widget_set_has_window;
14533 alias c_gtk_widget_set_hexpand gtk_widget_set_hexpand;
14534 alias c_gtk_widget_set_hexpand_set gtk_widget_set_hexpand_set;
14535 alias c_gtk_widget_set_mapped gtk_widget_set_mapped;
14536 alias c_gtk_widget_set_margin_bottom gtk_widget_set_margin_bottom;
14537 alias c_gtk_widget_set_margin_end gtk_widget_set_margin_end;
14538 alias c_gtk_widget_set_margin_left gtk_widget_set_margin_left;
14539 alias c_gtk_widget_set_margin_right gtk_widget_set_margin_right;
14540 alias c_gtk_widget_set_margin_start gtk_widget_set_margin_start;
14541 alias c_gtk_widget_set_margin_top gtk_widget_set_margin_top;
14542 alias c_gtk_widget_set_name gtk_widget_set_name;
14543 alias c_gtk_widget_set_no_show_all gtk_widget_set_no_show_all;
14544 alias c_gtk_widget_set_opacity gtk_widget_set_opacity;
14545 alias c_gtk_widget_set_parent gtk_widget_set_parent;
14546 alias c_gtk_widget_set_parent_window gtk_widget_set_parent_window;
14547 alias c_gtk_widget_set_realized gtk_widget_set_realized;
14548 alias c_gtk_widget_set_receives_default gtk_widget_set_receives_default;
14549 alias c_gtk_widget_set_redraw_on_allocate gtk_widget_set_redraw_on_allocate;
14550 alias c_gtk_widget_set_sensitive gtk_widget_set_sensitive;
14551 alias c_gtk_widget_set_size_request gtk_widget_set_size_request;
14552 alias c_gtk_widget_set_state gtk_widget_set_state;
14553 alias c_gtk_widget_set_state_flags gtk_widget_set_state_flags;
14554 alias c_gtk_widget_set_style gtk_widget_set_style;
14555 alias c_gtk_widget_set_support_multidevice gtk_widget_set_support_multidevice;
14556 alias c_gtk_widget_set_tooltip_markup gtk_widget_set_tooltip_markup;
14557 alias c_gtk_widget_set_tooltip_text gtk_widget_set_tooltip_text;
14558 alias c_gtk_widget_set_tooltip_window gtk_widget_set_tooltip_window;
14559 alias c_gtk_widget_set_valign gtk_widget_set_valign;
14560 alias c_gtk_widget_set_vexpand gtk_widget_set_vexpand;
14561 alias c_gtk_widget_set_vexpand_set gtk_widget_set_vexpand_set;
14562 alias c_gtk_widget_set_visible gtk_widget_set_visible;
14563 alias c_gtk_widget_set_visual gtk_widget_set_visual;
14564 alias c_gtk_widget_set_window gtk_widget_set_window;
14565 alias c_gtk_widget_shape_combine_region gtk_widget_shape_combine_region;
14566 alias c_gtk_widget_show gtk_widget_show;
14567 alias c_gtk_widget_show_all gtk_widget_show_all;
14568 alias c_gtk_widget_show_now gtk_widget_show_now;
14569 alias c_gtk_widget_size_allocate gtk_widget_size_allocate;
14570 alias c_gtk_widget_size_allocate_with_baseline gtk_widget_size_allocate_with_baseline;
14571 alias c_gtk_widget_size_request gtk_widget_size_request;
14572 alias c_gtk_widget_style_attach gtk_widget_style_attach;
14573 alias c_gtk_widget_style_get gtk_widget_style_get;
14574 alias c_gtk_widget_style_get_property gtk_widget_style_get_property;
14575 alias c_gtk_widget_style_get_valist gtk_widget_style_get_valist;
14576 alias c_gtk_widget_thaw_child_notify gtk_widget_thaw_child_notify;
14577 alias c_gtk_widget_translate_coordinates gtk_widget_translate_coordinates;
14578 alias c_gtk_widget_trigger_tooltip_query gtk_widget_trigger_tooltip_query;
14579 alias c_gtk_widget_unmap gtk_widget_unmap;
14580 alias c_gtk_widget_unparent gtk_widget_unparent;
14581 alias c_gtk_widget_unrealize gtk_widget_unrealize;
14582 alias c_gtk_widget_unregister_window gtk_widget_unregister_window;
14583 alias c_gtk_widget_unset_state_flags gtk_widget_unset_state_flags;
14584 alias c_gtk_cairo_should_draw_window gtk_cairo_should_draw_window;
14585 alias c_gtk_cairo_transform_to_window gtk_cairo_transform_to_window;
14586 alias c_gtk_distribute_natural_allocation gtk_distribute_natural_allocation;
14587 
14588 // gtk.WidgetAccessible
14589 
14590 alias c_gtk_widget_accessible_get_type gtk_widget_accessible_get_type;
14591 
14592 // gtk.WidgetClass
14593 
14594 alias c_gtk_widget_class_bind_template_callback_full gtk_widget_class_bind_template_callback_full;
14595 alias c_gtk_widget_class_bind_template_child_full gtk_widget_class_bind_template_child_full;
14596 alias c_gtk_widget_class_find_style_property gtk_widget_class_find_style_property;
14597 alias c_gtk_widget_class_install_style_property gtk_widget_class_install_style_property;
14598 alias c_gtk_widget_class_install_style_property_parser gtk_widget_class_install_style_property_parser;
14599 alias c_gtk_widget_class_list_style_properties gtk_widget_class_list_style_properties;
14600 alias c_gtk_widget_class_set_accessible_role gtk_widget_class_set_accessible_role;
14601 alias c_gtk_widget_class_set_accessible_type gtk_widget_class_set_accessible_type;
14602 alias c_gtk_widget_class_set_connect_func gtk_widget_class_set_connect_func;
14603 alias c_gtk_widget_class_set_template gtk_widget_class_set_template;
14604 alias c_gtk_widget_class_set_template_from_resource gtk_widget_class_set_template_from_resource;
14605 
14606 // gtk.WidgetPath
14607 
14608 alias c_gtk_widget_path_get_type gtk_widget_path_get_type;
14609 alias c_gtk_widget_path_new gtk_widget_path_new;
14610 alias c_gtk_widget_path_append_for_widget gtk_widget_path_append_for_widget;
14611 alias c_gtk_widget_path_append_type gtk_widget_path_append_type;
14612 alias c_gtk_widget_path_append_with_siblings gtk_widget_path_append_with_siblings;
14613 alias c_gtk_widget_path_copy gtk_widget_path_copy;
14614 alias c_gtk_widget_path_free gtk_widget_path_free;
14615 alias c_gtk_widget_path_get_object_type gtk_widget_path_get_object_type;
14616 alias c_gtk_widget_path_has_parent gtk_widget_path_has_parent;
14617 alias c_gtk_widget_path_is_type gtk_widget_path_is_type;
14618 alias c_gtk_widget_path_iter_add_class gtk_widget_path_iter_add_class;
14619 alias c_gtk_widget_path_iter_add_region gtk_widget_path_iter_add_region;
14620 alias c_gtk_widget_path_iter_clear_classes gtk_widget_path_iter_clear_classes;
14621 alias c_gtk_widget_path_iter_clear_regions gtk_widget_path_iter_clear_regions;
14622 alias c_gtk_widget_path_iter_get_name gtk_widget_path_iter_get_name;
14623 alias c_gtk_widget_path_iter_get_object_type gtk_widget_path_iter_get_object_type;
14624 alias c_gtk_widget_path_iter_get_sibling_index gtk_widget_path_iter_get_sibling_index;
14625 alias c_gtk_widget_path_iter_get_siblings gtk_widget_path_iter_get_siblings;
14626 alias c_gtk_widget_path_iter_get_state gtk_widget_path_iter_get_state;
14627 alias c_gtk_widget_path_iter_has_class gtk_widget_path_iter_has_class;
14628 alias c_gtk_widget_path_iter_has_name gtk_widget_path_iter_has_name;
14629 alias c_gtk_widget_path_iter_has_qclass gtk_widget_path_iter_has_qclass;
14630 alias c_gtk_widget_path_iter_has_qname gtk_widget_path_iter_has_qname;
14631 alias c_gtk_widget_path_iter_has_qregion gtk_widget_path_iter_has_qregion;
14632 alias c_gtk_widget_path_iter_has_region gtk_widget_path_iter_has_region;
14633 alias c_gtk_widget_path_iter_list_classes gtk_widget_path_iter_list_classes;
14634 alias c_gtk_widget_path_iter_list_regions gtk_widget_path_iter_list_regions;
14635 alias c_gtk_widget_path_iter_remove_class gtk_widget_path_iter_remove_class;
14636 alias c_gtk_widget_path_iter_remove_region gtk_widget_path_iter_remove_region;
14637 alias c_gtk_widget_path_iter_set_name gtk_widget_path_iter_set_name;
14638 alias c_gtk_widget_path_iter_set_object_type gtk_widget_path_iter_set_object_type;
14639 alias c_gtk_widget_path_iter_set_state gtk_widget_path_iter_set_state;
14640 alias c_gtk_widget_path_length gtk_widget_path_length;
14641 alias c_gtk_widget_path_prepend_type gtk_widget_path_prepend_type;
14642 alias c_gtk_widget_path_ref gtk_widget_path_ref;
14643 alias c_gtk_widget_path_to_string gtk_widget_path_to_string;
14644 alias c_gtk_widget_path_unref gtk_widget_path_unref;
14645 
14646 // gtk.Window
14647 
14648 alias c_gtk_window_get_type gtk_window_get_type;
14649 alias c_gtk_window_new gtk_window_new;
14650 alias c_gtk_window_get_default_icon_list gtk_window_get_default_icon_list;
14651 alias c_gtk_window_get_default_icon_name gtk_window_get_default_icon_name;
14652 alias c_gtk_window_list_toplevels gtk_window_list_toplevels;
14653 alias c_gtk_window_set_auto_startup_notification gtk_window_set_auto_startup_notification;
14654 alias c_gtk_window_set_default_icon gtk_window_set_default_icon;
14655 alias c_gtk_window_set_default_icon_from_file gtk_window_set_default_icon_from_file;
14656 alias c_gtk_window_set_default_icon_list gtk_window_set_default_icon_list;
14657 alias c_gtk_window_set_default_icon_name gtk_window_set_default_icon_name;
14658 alias c_gtk_window_set_interactive_debugging gtk_window_set_interactive_debugging;
14659 alias c_gtk_window_activate_default gtk_window_activate_default;
14660 alias c_gtk_window_activate_focus gtk_window_activate_focus;
14661 alias c_gtk_window_activate_key gtk_window_activate_key;
14662 alias c_gtk_window_add_accel_group gtk_window_add_accel_group;
14663 alias c_gtk_window_add_mnemonic gtk_window_add_mnemonic;
14664 alias c_gtk_window_begin_move_drag gtk_window_begin_move_drag;
14665 alias c_gtk_window_begin_resize_drag gtk_window_begin_resize_drag;
14666 alias c_gtk_window_close gtk_window_close;
14667 alias c_gtk_window_deiconify gtk_window_deiconify;
14668 alias c_gtk_window_fullscreen gtk_window_fullscreen;
14669 alias c_gtk_window_get_accept_focus gtk_window_get_accept_focus;
14670 alias c_gtk_window_get_application gtk_window_get_application;
14671 alias c_gtk_window_get_attached_to gtk_window_get_attached_to;
14672 alias c_gtk_window_get_decorated gtk_window_get_decorated;
14673 alias c_gtk_window_get_default_size gtk_window_get_default_size;
14674 alias c_gtk_window_get_default_widget gtk_window_get_default_widget;
14675 alias c_gtk_window_get_deletable gtk_window_get_deletable;
14676 alias c_gtk_window_get_destroy_with_parent gtk_window_get_destroy_with_parent;
14677 alias c_gtk_window_get_focus gtk_window_get_focus;
14678 alias c_gtk_window_get_focus_on_map gtk_window_get_focus_on_map;
14679 alias c_gtk_window_get_focus_visible gtk_window_get_focus_visible;
14680 alias c_gtk_window_get_gravity gtk_window_get_gravity;
14681 alias c_gtk_window_get_group gtk_window_get_group;
14682 alias c_gtk_window_get_has_resize_grip gtk_window_get_has_resize_grip;
14683 alias c_gtk_window_get_hide_titlebar_when_maximized gtk_window_get_hide_titlebar_when_maximized;
14684 alias c_gtk_window_get_icon gtk_window_get_icon;
14685 alias c_gtk_window_get_icon_list gtk_window_get_icon_list;
14686 alias c_gtk_window_get_icon_name gtk_window_get_icon_name;
14687 alias c_gtk_window_get_mnemonic_modifier gtk_window_get_mnemonic_modifier;
14688 alias c_gtk_window_get_mnemonics_visible gtk_window_get_mnemonics_visible;
14689 alias c_gtk_window_get_modal gtk_window_get_modal;
14690 alias c_gtk_window_get_opacity gtk_window_get_opacity;
14691 alias c_gtk_window_get_position gtk_window_get_position;
14692 alias c_gtk_window_get_resizable gtk_window_get_resizable;
14693 alias c_gtk_window_get_resize_grip_area gtk_window_get_resize_grip_area;
14694 alias c_gtk_window_get_role gtk_window_get_role;
14695 alias c_gtk_window_get_screen gtk_window_get_screen;
14696 alias c_gtk_window_get_size gtk_window_get_size;
14697 alias c_gtk_window_get_skip_pager_hint gtk_window_get_skip_pager_hint;
14698 alias c_gtk_window_get_skip_taskbar_hint gtk_window_get_skip_taskbar_hint;
14699 alias c_gtk_window_get_title gtk_window_get_title;
14700 alias c_gtk_window_get_transient_for gtk_window_get_transient_for;
14701 alias c_gtk_window_get_type_hint gtk_window_get_type_hint;
14702 alias c_gtk_window_get_urgency_hint gtk_window_get_urgency_hint;
14703 alias c_gtk_window_get_window_type gtk_window_get_window_type;
14704 alias c_gtk_window_has_group gtk_window_has_group;
14705 alias c_gtk_window_has_toplevel_focus gtk_window_has_toplevel_focus;
14706 alias c_gtk_window_iconify gtk_window_iconify;
14707 alias c_gtk_window_is_active gtk_window_is_active;
14708 alias c_gtk_window_is_maximized gtk_window_is_maximized;
14709 alias c_gtk_window_maximize gtk_window_maximize;
14710 alias c_gtk_window_mnemonic_activate gtk_window_mnemonic_activate;
14711 alias c_gtk_window_move gtk_window_move;
14712 alias c_gtk_window_parse_geometry gtk_window_parse_geometry;
14713 alias c_gtk_window_present gtk_window_present;
14714 alias c_gtk_window_present_with_time gtk_window_present_with_time;
14715 alias c_gtk_window_propagate_key_event gtk_window_propagate_key_event;
14716 alias c_gtk_window_remove_accel_group gtk_window_remove_accel_group;
14717 alias c_gtk_window_remove_mnemonic gtk_window_remove_mnemonic;
14718 alias c_gtk_window_reshow_with_initial_size gtk_window_reshow_with_initial_size;
14719 alias c_gtk_window_resize gtk_window_resize;
14720 alias c_gtk_window_resize_grip_is_visible gtk_window_resize_grip_is_visible;
14721 alias c_gtk_window_resize_to_geometry gtk_window_resize_to_geometry;
14722 alias c_gtk_window_set_accept_focus gtk_window_set_accept_focus;
14723 alias c_gtk_window_set_application gtk_window_set_application;
14724 alias c_gtk_window_set_attached_to gtk_window_set_attached_to;
14725 alias c_gtk_window_set_decorated gtk_window_set_decorated;
14726 alias c_gtk_window_set_default gtk_window_set_default;
14727 alias c_gtk_window_set_default_geometry gtk_window_set_default_geometry;
14728 alias c_gtk_window_set_default_size gtk_window_set_default_size;
14729 alias c_gtk_window_set_deletable gtk_window_set_deletable;
14730 alias c_gtk_window_set_destroy_with_parent gtk_window_set_destroy_with_parent;
14731 alias c_gtk_window_set_focus gtk_window_set_focus;
14732 alias c_gtk_window_set_focus_on_map gtk_window_set_focus_on_map;
14733 alias c_gtk_window_set_focus_visible gtk_window_set_focus_visible;
14734 alias c_gtk_window_set_geometry_hints gtk_window_set_geometry_hints;
14735 alias c_gtk_window_set_gravity gtk_window_set_gravity;
14736 alias c_gtk_window_set_has_resize_grip gtk_window_set_has_resize_grip;
14737 alias c_gtk_window_set_has_user_ref_count gtk_window_set_has_user_ref_count;
14738 alias c_gtk_window_set_hide_titlebar_when_maximized gtk_window_set_hide_titlebar_when_maximized;
14739 alias c_gtk_window_set_icon gtk_window_set_icon;
14740 alias c_gtk_window_set_icon_from_file gtk_window_set_icon_from_file;
14741 alias c_gtk_window_set_icon_list gtk_window_set_icon_list;
14742 alias c_gtk_window_set_icon_name gtk_window_set_icon_name;
14743 alias c_gtk_window_set_keep_above gtk_window_set_keep_above;
14744 alias c_gtk_window_set_keep_below gtk_window_set_keep_below;
14745 alias c_gtk_window_set_mnemonic_modifier gtk_window_set_mnemonic_modifier;
14746 alias c_gtk_window_set_mnemonics_visible gtk_window_set_mnemonics_visible;
14747 alias c_gtk_window_set_modal gtk_window_set_modal;
14748 alias c_gtk_window_set_opacity gtk_window_set_opacity;
14749 alias c_gtk_window_set_position gtk_window_set_position;
14750 alias c_gtk_window_set_resizable gtk_window_set_resizable;
14751 alias c_gtk_window_set_role gtk_window_set_role;
14752 alias c_gtk_window_set_screen gtk_window_set_screen;
14753 alias c_gtk_window_set_skip_pager_hint gtk_window_set_skip_pager_hint;
14754 alias c_gtk_window_set_skip_taskbar_hint gtk_window_set_skip_taskbar_hint;
14755 alias c_gtk_window_set_startup_id gtk_window_set_startup_id;
14756 alias c_gtk_window_set_title gtk_window_set_title;
14757 alias c_gtk_window_set_titlebar gtk_window_set_titlebar;
14758 alias c_gtk_window_set_transient_for gtk_window_set_transient_for;
14759 alias c_gtk_window_set_type_hint gtk_window_set_type_hint;
14760 alias c_gtk_window_set_urgency_hint gtk_window_set_urgency_hint;
14761 alias c_gtk_window_set_wmclass gtk_window_set_wmclass;
14762 alias c_gtk_window_stick gtk_window_stick;
14763 alias c_gtk_window_unfullscreen gtk_window_unfullscreen;
14764 alias c_gtk_window_unmaximize gtk_window_unmaximize;
14765 alias c_gtk_window_unstick gtk_window_unstick;
14766 
14767 // gtk.WindowAccessible
14768 
14769 alias c_gtk_window_accessible_get_type gtk_window_accessible_get_type;
14770 
14771 // gtk.WindowGroup
14772 
14773 alias c_gtk_window_group_get_type gtk_window_group_get_type;
14774 alias c_gtk_window_group_new gtk_window_group_new;
14775 alias c_gtk_window_group_add_window gtk_window_group_add_window;
14776 alias c_gtk_window_group_get_current_device_grab gtk_window_group_get_current_device_grab;
14777 alias c_gtk_window_group_get_current_grab gtk_window_group_get_current_grab;
14778 alias c_gtk_window_group_list_windows gtk_window_group_list_windows;
14779 alias c_gtk_window_group_remove_window gtk_window_group_remove_window;
14780 
14781 // gtk.Main
14782 
14783 alias c_gtk_device_grab_add gtk_device_grab_add;
14784 alias c_gtk_device_grab_remove gtk_device_grab_remove;
14785 alias c_gtk_disable_setlocale gtk_disable_setlocale;
14786 alias c_gtk_events_pending gtk_events_pending;
14787 alias c_gtk_get_current_event gtk_get_current_event;
14788 alias c_gtk_get_current_event_device gtk_get_current_event_device;
14789 alias c_gtk_get_current_event_state gtk_get_current_event_state;
14790 alias c_gtk_get_current_event_time gtk_get_current_event_time;
14791 alias c_gtk_get_debug_flags gtk_get_debug_flags;
14792 alias c_gtk_get_default_language gtk_get_default_language;
14793 alias c_gtk_get_event_widget gtk_get_event_widget;
14794 alias c_gtk_get_locale_direction gtk_get_locale_direction;
14795 alias c_gtk_get_option_group gtk_get_option_group;
14796 alias c_gtk_grab_get_current gtk_grab_get_current;
14797 alias c_gtk_init gtk_init;
14798 alias c_gtk_init_check gtk_init_check;
14799 alias c_gtk_init_with_args gtk_init_with_args;
14800 alias c_gtk_key_snooper_install gtk_key_snooper_install;
14801 alias c_gtk_key_snooper_remove gtk_key_snooper_remove;
14802 alias c_gtk_main gtk_main;
14803 alias c_gtk_main_do_event gtk_main_do_event;
14804 alias c_gtk_main_iteration gtk_main_iteration;
14805 alias c_gtk_main_iteration_do gtk_main_iteration_do;
14806 alias c_gtk_main_level gtk_main_level;
14807 alias c_gtk_main_quit gtk_main_quit;
14808 alias c_gtk_parse_args gtk_parse_args;
14809 alias c_gtk_propagate_event gtk_propagate_event;
14810 alias c_gtk_set_debug_flags gtk_set_debug_flags;
14811 
14812 // gtk.Testing
14813 
14814 alias c_gtk_test_create_simple_window gtk_test_create_simple_window;
14815 alias c_gtk_test_create_widget gtk_test_create_widget;
14816 alias c_gtk_test_display_button_window gtk_test_display_button_window;
14817 alias c_gtk_test_find_label gtk_test_find_label;
14818 alias c_gtk_test_find_sibling gtk_test_find_sibling;
14819 alias c_gtk_test_find_widget gtk_test_find_widget;
14820 alias c_gtk_test_init gtk_test_init;
14821 alias c_gtk_test_list_all_types gtk_test_list_all_types;
14822 alias c_gtk_test_register_all_types gtk_test_register_all_types;
14823 alias c_gtk_test_slider_get_value gtk_test_slider_get_value;
14824 alias c_gtk_test_slider_set_perc gtk_test_slider_set_perc;
14825 alias c_gtk_test_spin_button_click gtk_test_spin_button_click;
14826 alias c_gtk_test_text_get gtk_test_text_get;
14827 alias c_gtk_test_text_set gtk_test_text_set;
14828 alias c_gtk_test_widget_click gtk_test_widget_click;
14829 alias c_gtk_test_widget_send_key gtk_test_widget_send_key;
14830 alias c_gtk_test_widget_wait_for_draw gtk_test_widget_wait_for_draw;
14831 
14832 // gtk.DragAndDrop
14833 
14834 alias c_gtk_drag_finish gtk_drag_finish;
14835 alias c_gtk_drag_get_source_widget gtk_drag_get_source_widget;
14836 alias c_gtk_drag_set_icon_default gtk_drag_set_icon_default;
14837 alias c_gtk_drag_set_icon_gicon gtk_drag_set_icon_gicon;
14838 alias c_gtk_drag_set_icon_name gtk_drag_set_icon_name;
14839 alias c_gtk_drag_set_icon_pixbuf gtk_drag_set_icon_pixbuf;
14840 alias c_gtk_drag_set_icon_stock gtk_drag_set_icon_stock;
14841 alias c_gtk_drag_set_icon_surface gtk_drag_set_icon_surface;
14842 alias c_gtk_drag_set_icon_widget gtk_drag_set_icon_widget;
14843 alias c_gtk_draw_insertion_cursor gtk_draw_insertion_cursor;
14844 
14845 // gtk.IconSize
14846 
14847 alias c_gtk_icon_size_from_name gtk_icon_size_from_name;
14848 alias c_gtk_icon_size_get_name gtk_icon_size_get_name;
14849 alias c_gtk_icon_size_lookup gtk_icon_size_lookup;
14850 alias c_gtk_icon_size_lookup_for_settings gtk_icon_size_lookup_for_settings;
14851 alias c_gtk_icon_size_register gtk_icon_size_register;
14852 alias c_gtk_icon_size_register_alias gtk_icon_size_register_alias;
14853 
14854 // gtk.Version
14855 
14856 alias c_gtk_check_version gtk_check_version;
14857 alias c_gtk_get_binary_age gtk_get_binary_age;
14858 alias c_gtk_get_interface_age gtk_get_interface_age;
14859 alias c_gtk_get_major_version gtk_get_major_version;
14860 alias c_gtk_get_micro_version gtk_get_micro_version;
14861 alias c_gtk_get_minor_version gtk_get_minor_version;