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.gio;
26 
27 import std.stdio;
28 import gtkc.giotypes;
29 import gtkd.Loader;
30 import gtkd.paths;
31 
32 shared static this()
33 {
34 	// gio.Action
35 
36 	Linker.link(g_action_get_type, "g_action_get_type", LIBRARY.GIO);
37 	Linker.link(g_action_name_is_valid, "g_action_name_is_valid", LIBRARY.GIO);
38 	Linker.link(g_action_parse_detailed_name, "g_action_parse_detailed_name", LIBRARY.GIO);
39 	Linker.link(g_action_print_detailed_name, "g_action_print_detailed_name", LIBRARY.GIO);
40 	Linker.link(g_action_activate, "g_action_activate", LIBRARY.GIO);
41 	Linker.link(g_action_change_state, "g_action_change_state", LIBRARY.GIO);
42 	Linker.link(g_action_get_enabled, "g_action_get_enabled", LIBRARY.GIO);
43 	Linker.link(g_action_get_name, "g_action_get_name", LIBRARY.GIO);
44 	Linker.link(g_action_get_parameter_type, "g_action_get_parameter_type", LIBRARY.GIO);
45 	Linker.link(g_action_get_state, "g_action_get_state", LIBRARY.GIO);
46 	Linker.link(g_action_get_state_hint, "g_action_get_state_hint", LIBRARY.GIO);
47 	Linker.link(g_action_get_state_type, "g_action_get_state_type", LIBRARY.GIO);
48 
49 	// gio.ActionGroup
50 
51 	Linker.link(g_action_group_get_type, "g_action_group_get_type", LIBRARY.GIO);
52 	Linker.link(g_action_group_action_added, "g_action_group_action_added", LIBRARY.GIO);
53 	Linker.link(g_action_group_action_enabled_changed, "g_action_group_action_enabled_changed", LIBRARY.GIO);
54 	Linker.link(g_action_group_action_removed, "g_action_group_action_removed", LIBRARY.GIO);
55 	Linker.link(g_action_group_action_state_changed, "g_action_group_action_state_changed", LIBRARY.GIO);
56 	Linker.link(g_action_group_activate_action, "g_action_group_activate_action", LIBRARY.GIO);
57 	Linker.link(g_action_group_change_action_state, "g_action_group_change_action_state", LIBRARY.GIO);
58 	Linker.link(g_action_group_get_action_enabled, "g_action_group_get_action_enabled", LIBRARY.GIO);
59 	Linker.link(g_action_group_get_action_parameter_type, "g_action_group_get_action_parameter_type", LIBRARY.GIO);
60 	Linker.link(g_action_group_get_action_state, "g_action_group_get_action_state", LIBRARY.GIO);
61 	Linker.link(g_action_group_get_action_state_hint, "g_action_group_get_action_state_hint", LIBRARY.GIO);
62 	Linker.link(g_action_group_get_action_state_type, "g_action_group_get_action_state_type", LIBRARY.GIO);
63 	Linker.link(g_action_group_has_action, "g_action_group_has_action", LIBRARY.GIO);
64 	Linker.link(g_action_group_list_actions, "g_action_group_list_actions", LIBRARY.GIO);
65 	Linker.link(g_action_group_query_action, "g_action_group_query_action", LIBRARY.GIO);
66 
67 	// gio.ActionMap
68 
69 	Linker.link(g_action_map_get_type, "g_action_map_get_type", LIBRARY.GIO);
70 	Linker.link(g_action_map_add_action, "g_action_map_add_action", LIBRARY.GIO);
71 	Linker.link(g_action_map_add_action_entries, "g_action_map_add_action_entries", LIBRARY.GIO);
72 	Linker.link(g_action_map_lookup_action, "g_action_map_lookup_action", LIBRARY.GIO);
73 	Linker.link(g_action_map_remove_action, "g_action_map_remove_action", LIBRARY.GIO);
74 
75 	// gio.AppInfo
76 
77 	Linker.link(g_app_info_get_type, "g_app_info_get_type", LIBRARY.GIO);
78 	Linker.link(g_app_info_create_from_commandline, "g_app_info_create_from_commandline", LIBRARY.GIO);
79 	Linker.link(g_app_info_get_all, "g_app_info_get_all", LIBRARY.GIO);
80 	Linker.link(g_app_info_get_all_for_type, "g_app_info_get_all_for_type", LIBRARY.GIO);
81 	Linker.link(g_app_info_get_default_for_type, "g_app_info_get_default_for_type", LIBRARY.GIO);
82 	Linker.link(g_app_info_get_default_for_uri_scheme, "g_app_info_get_default_for_uri_scheme", LIBRARY.GIO);
83 	Linker.link(g_app_info_get_fallback_for_type, "g_app_info_get_fallback_for_type", LIBRARY.GIO);
84 	Linker.link(g_app_info_get_recommended_for_type, "g_app_info_get_recommended_for_type", LIBRARY.GIO);
85 	Linker.link(g_app_info_launch_default_for_uri, "g_app_info_launch_default_for_uri", LIBRARY.GIO);
86 	Linker.link(g_app_info_launch_default_for_uri_async, "g_app_info_launch_default_for_uri_async", LIBRARY.GIO);
87 	Linker.link(g_app_info_launch_default_for_uri_finish, "g_app_info_launch_default_for_uri_finish", LIBRARY.GIO);
88 	Linker.link(g_app_info_reset_type_associations, "g_app_info_reset_type_associations", LIBRARY.GIO);
89 	Linker.link(g_app_info_add_supports_type, "g_app_info_add_supports_type", LIBRARY.GIO);
90 	Linker.link(g_app_info_can_delete, "g_app_info_can_delete", LIBRARY.GIO);
91 	Linker.link(g_app_info_can_remove_supports_type, "g_app_info_can_remove_supports_type", LIBRARY.GIO);
92 	Linker.link(g_app_info_delete, "g_app_info_delete", LIBRARY.GIO);
93 	Linker.link(g_app_info_dup, "g_app_info_dup", LIBRARY.GIO);
94 	Linker.link(g_app_info_equal, "g_app_info_equal", LIBRARY.GIO);
95 	Linker.link(g_app_info_get_commandline, "g_app_info_get_commandline", LIBRARY.GIO);
96 	Linker.link(g_app_info_get_description, "g_app_info_get_description", LIBRARY.GIO);
97 	Linker.link(g_app_info_get_display_name, "g_app_info_get_display_name", LIBRARY.GIO);
98 	Linker.link(g_app_info_get_executable, "g_app_info_get_executable", LIBRARY.GIO);
99 	Linker.link(g_app_info_get_icon, "g_app_info_get_icon", LIBRARY.GIO);
100 	Linker.link(g_app_info_get_id, "g_app_info_get_id", LIBRARY.GIO);
101 	Linker.link(g_app_info_get_name, "g_app_info_get_name", LIBRARY.GIO);
102 	Linker.link(g_app_info_get_supported_types, "g_app_info_get_supported_types", LIBRARY.GIO);
103 	Linker.link(g_app_info_launch, "g_app_info_launch", LIBRARY.GIO);
104 	Linker.link(g_app_info_launch_uris, "g_app_info_launch_uris", LIBRARY.GIO);
105 	Linker.link(g_app_info_remove_supports_type, "g_app_info_remove_supports_type", LIBRARY.GIO);
106 	Linker.link(g_app_info_set_as_default_for_extension, "g_app_info_set_as_default_for_extension", LIBRARY.GIO);
107 	Linker.link(g_app_info_set_as_default_for_type, "g_app_info_set_as_default_for_type", LIBRARY.GIO);
108 	Linker.link(g_app_info_set_as_last_used_for_type, "g_app_info_set_as_last_used_for_type", LIBRARY.GIO);
109 	Linker.link(g_app_info_should_show, "g_app_info_should_show", LIBRARY.GIO);
110 	Linker.link(g_app_info_supports_files, "g_app_info_supports_files", LIBRARY.GIO);
111 	Linker.link(g_app_info_supports_uris, "g_app_info_supports_uris", LIBRARY.GIO);
112 
113 	// gio.AppInfoMonitor
114 
115 	Linker.link(g_app_info_monitor_get_type, "g_app_info_monitor_get_type", LIBRARY.GIO);
116 	Linker.link(g_app_info_monitor_get, "g_app_info_monitor_get", LIBRARY.GIO);
117 
118 	// gio.AppLaunchContext
119 
120 	Linker.link(g_app_launch_context_get_type, "g_app_launch_context_get_type", LIBRARY.GIO);
121 	Linker.link(g_app_launch_context_new, "g_app_launch_context_new", LIBRARY.GIO);
122 	Linker.link(g_app_launch_context_get_display, "g_app_launch_context_get_display", LIBRARY.GIO);
123 	Linker.link(g_app_launch_context_get_environment, "g_app_launch_context_get_environment", LIBRARY.GIO);
124 	Linker.link(g_app_launch_context_get_startup_notify_id, "g_app_launch_context_get_startup_notify_id", LIBRARY.GIO);
125 	Linker.link(g_app_launch_context_launch_failed, "g_app_launch_context_launch_failed", LIBRARY.GIO);
126 	Linker.link(g_app_launch_context_setenv, "g_app_launch_context_setenv", LIBRARY.GIO);
127 	Linker.link(g_app_launch_context_unsetenv, "g_app_launch_context_unsetenv", LIBRARY.GIO);
128 
129 	// gio.Application
130 
131 	Linker.link(g_application_get_type, "g_application_get_type", LIBRARY.GIO);
132 	Linker.link(g_application_new, "g_application_new", LIBRARY.GIO);
133 	Linker.link(g_application_get_default, "g_application_get_default", LIBRARY.GIO);
134 	Linker.link(g_application_id_is_valid, "g_application_id_is_valid", LIBRARY.GIO);
135 	Linker.link(g_application_activate, "g_application_activate", LIBRARY.GIO);
136 	Linker.link(g_application_add_main_option, "g_application_add_main_option", LIBRARY.GIO);
137 	Linker.link(g_application_add_main_option_entries, "g_application_add_main_option_entries", LIBRARY.GIO);
138 	Linker.link(g_application_add_option_group, "g_application_add_option_group", LIBRARY.GIO);
139 	Linker.link(g_application_bind_busy_property, "g_application_bind_busy_property", LIBRARY.GIO);
140 	Linker.link(g_application_get_application_id, "g_application_get_application_id", LIBRARY.GIO);
141 	Linker.link(g_application_get_dbus_connection, "g_application_get_dbus_connection", LIBRARY.GIO);
142 	Linker.link(g_application_get_dbus_object_path, "g_application_get_dbus_object_path", LIBRARY.GIO);
143 	Linker.link(g_application_get_flags, "g_application_get_flags", LIBRARY.GIO);
144 	Linker.link(g_application_get_inactivity_timeout, "g_application_get_inactivity_timeout", LIBRARY.GIO);
145 	Linker.link(g_application_get_is_busy, "g_application_get_is_busy", LIBRARY.GIO);
146 	Linker.link(g_application_get_is_registered, "g_application_get_is_registered", LIBRARY.GIO);
147 	Linker.link(g_application_get_is_remote, "g_application_get_is_remote", LIBRARY.GIO);
148 	Linker.link(g_application_get_resource_base_path, "g_application_get_resource_base_path", LIBRARY.GIO);
149 	Linker.link(g_application_hold, "g_application_hold", LIBRARY.GIO);
150 	Linker.link(g_application_mark_busy, "g_application_mark_busy", LIBRARY.GIO);
151 	Linker.link(g_application_open, "g_application_open", LIBRARY.GIO);
152 	Linker.link(g_application_quit, "g_application_quit", LIBRARY.GIO);
153 	Linker.link(g_application_register, "g_application_register", LIBRARY.GIO);
154 	Linker.link(g_application_release, "g_application_release", LIBRARY.GIO);
155 	Linker.link(g_application_run, "g_application_run", LIBRARY.GIO);
156 	Linker.link(g_application_send_notification, "g_application_send_notification", LIBRARY.GIO);
157 	Linker.link(g_application_set_action_group, "g_application_set_action_group", LIBRARY.GIO);
158 	Linker.link(g_application_set_application_id, "g_application_set_application_id", LIBRARY.GIO);
159 	Linker.link(g_application_set_default, "g_application_set_default", LIBRARY.GIO);
160 	Linker.link(g_application_set_flags, "g_application_set_flags", LIBRARY.GIO);
161 	Linker.link(g_application_set_inactivity_timeout, "g_application_set_inactivity_timeout", LIBRARY.GIO);
162 	Linker.link(g_application_set_resource_base_path, "g_application_set_resource_base_path", LIBRARY.GIO);
163 	Linker.link(g_application_unbind_busy_property, "g_application_unbind_busy_property", LIBRARY.GIO);
164 	Linker.link(g_application_unmark_busy, "g_application_unmark_busy", LIBRARY.GIO);
165 	Linker.link(g_application_withdraw_notification, "g_application_withdraw_notification", LIBRARY.GIO);
166 
167 	// gio.ApplicationCommandLine
168 
169 	Linker.link(g_application_command_line_get_type, "g_application_command_line_get_type", LIBRARY.GIO);
170 	Linker.link(g_application_command_line_create_file_for_arg, "g_application_command_line_create_file_for_arg", LIBRARY.GIO);
171 	Linker.link(g_application_command_line_get_arguments, "g_application_command_line_get_arguments", LIBRARY.GIO);
172 	Linker.link(g_application_command_line_get_cwd, "g_application_command_line_get_cwd", LIBRARY.GIO);
173 	Linker.link(g_application_command_line_get_environ, "g_application_command_line_get_environ", LIBRARY.GIO);
174 	Linker.link(g_application_command_line_get_exit_status, "g_application_command_line_get_exit_status", LIBRARY.GIO);
175 	Linker.link(g_application_command_line_get_is_remote, "g_application_command_line_get_is_remote", LIBRARY.GIO);
176 	Linker.link(g_application_command_line_get_options_dict, "g_application_command_line_get_options_dict", LIBRARY.GIO);
177 	Linker.link(g_application_command_line_get_platform_data, "g_application_command_line_get_platform_data", LIBRARY.GIO);
178 	Linker.link(g_application_command_line_get_stdin, "g_application_command_line_get_stdin", LIBRARY.GIO);
179 	Linker.link(g_application_command_line_getenv, "g_application_command_line_getenv", LIBRARY.GIO);
180 	Linker.link(g_application_command_line_print, "g_application_command_line_print", LIBRARY.GIO);
181 	Linker.link(g_application_command_line_printerr, "g_application_command_line_printerr", LIBRARY.GIO);
182 	Linker.link(g_application_command_line_set_exit_status, "g_application_command_line_set_exit_status", LIBRARY.GIO);
183 
184 	// gio.AsyncInitable
185 
186 	Linker.link(g_async_initable_get_type, "g_async_initable_get_type", LIBRARY.GIO);
187 	Linker.link(g_async_initable_new_async, "g_async_initable_new_async", LIBRARY.GIO);
188 	Linker.link(g_async_initable_new_valist_async, "g_async_initable_new_valist_async", LIBRARY.GIO);
189 	Linker.link(g_async_initable_newv_async, "g_async_initable_newv_async", LIBRARY.GIO);
190 	Linker.link(g_async_initable_init_async, "g_async_initable_init_async", LIBRARY.GIO);
191 	Linker.link(g_async_initable_init_finish, "g_async_initable_init_finish", LIBRARY.GIO);
192 	Linker.link(g_async_initable_new_finish, "g_async_initable_new_finish", LIBRARY.GIO);
193 
194 	// gio.AsyncResult
195 
196 	Linker.link(g_async_result_get_type, "g_async_result_get_type", LIBRARY.GIO);
197 	Linker.link(g_async_result_get_source_object, "g_async_result_get_source_object", LIBRARY.GIO);
198 	Linker.link(g_async_result_get_user_data, "g_async_result_get_user_data", LIBRARY.GIO);
199 	Linker.link(g_async_result_is_tagged, "g_async_result_is_tagged", LIBRARY.GIO);
200 	Linker.link(g_async_result_legacy_propagate_error, "g_async_result_legacy_propagate_error", LIBRARY.GIO);
201 
202 	// gio.BufferedInputStream
203 
204 	Linker.link(g_buffered_input_stream_get_type, "g_buffered_input_stream_get_type", LIBRARY.GIO);
205 	Linker.link(g_buffered_input_stream_new, "g_buffered_input_stream_new", LIBRARY.GIO);
206 	Linker.link(g_buffered_input_stream_new_sized, "g_buffered_input_stream_new_sized", LIBRARY.GIO);
207 	Linker.link(g_buffered_input_stream_fill, "g_buffered_input_stream_fill", LIBRARY.GIO);
208 	Linker.link(g_buffered_input_stream_fill_async, "g_buffered_input_stream_fill_async", LIBRARY.GIO);
209 	Linker.link(g_buffered_input_stream_fill_finish, "g_buffered_input_stream_fill_finish", LIBRARY.GIO);
210 	Linker.link(g_buffered_input_stream_get_available, "g_buffered_input_stream_get_available", LIBRARY.GIO);
211 	Linker.link(g_buffered_input_stream_get_buffer_size, "g_buffered_input_stream_get_buffer_size", LIBRARY.GIO);
212 	Linker.link(g_buffered_input_stream_peek, "g_buffered_input_stream_peek", LIBRARY.GIO);
213 	Linker.link(g_buffered_input_stream_peek_buffer, "g_buffered_input_stream_peek_buffer", LIBRARY.GIO);
214 	Linker.link(g_buffered_input_stream_read_byte, "g_buffered_input_stream_read_byte", LIBRARY.GIO);
215 	Linker.link(g_buffered_input_stream_set_buffer_size, "g_buffered_input_stream_set_buffer_size", LIBRARY.GIO);
216 
217 	// gio.BufferedOutputStream
218 
219 	Linker.link(g_buffered_output_stream_get_type, "g_buffered_output_stream_get_type", LIBRARY.GIO);
220 	Linker.link(g_buffered_output_stream_new, "g_buffered_output_stream_new", LIBRARY.GIO);
221 	Linker.link(g_buffered_output_stream_new_sized, "g_buffered_output_stream_new_sized", LIBRARY.GIO);
222 	Linker.link(g_buffered_output_stream_get_auto_grow, "g_buffered_output_stream_get_auto_grow", LIBRARY.GIO);
223 	Linker.link(g_buffered_output_stream_get_buffer_size, "g_buffered_output_stream_get_buffer_size", LIBRARY.GIO);
224 	Linker.link(g_buffered_output_stream_set_auto_grow, "g_buffered_output_stream_set_auto_grow", LIBRARY.GIO);
225 	Linker.link(g_buffered_output_stream_set_buffer_size, "g_buffered_output_stream_set_buffer_size", LIBRARY.GIO);
226 
227 	// gio.BytesIcon
228 
229 	Linker.link(g_bytes_icon_get_type, "g_bytes_icon_get_type", LIBRARY.GIO);
230 	Linker.link(g_bytes_icon_new, "g_bytes_icon_new", LIBRARY.GIO);
231 	Linker.link(g_bytes_icon_get_bytes, "g_bytes_icon_get_bytes", LIBRARY.GIO);
232 
233 	// gio.Cancellable
234 
235 	Linker.link(g_cancellable_get_type, "g_cancellable_get_type", LIBRARY.GIO);
236 	Linker.link(g_cancellable_new, "g_cancellable_new", LIBRARY.GIO);
237 	Linker.link(g_cancellable_get_current, "g_cancellable_get_current", LIBRARY.GIO);
238 	Linker.link(g_cancellable_cancel, "g_cancellable_cancel", LIBRARY.GIO);
239 	Linker.link(g_cancellable_connect, "g_cancellable_connect", LIBRARY.GIO);
240 	Linker.link(g_cancellable_disconnect, "g_cancellable_disconnect", LIBRARY.GIO);
241 	Linker.link(g_cancellable_get_fd, "g_cancellable_get_fd", LIBRARY.GIO);
242 	Linker.link(g_cancellable_is_cancelled, "g_cancellable_is_cancelled", LIBRARY.GIO);
243 	Linker.link(g_cancellable_make_pollfd, "g_cancellable_make_pollfd", LIBRARY.GIO);
244 	Linker.link(g_cancellable_pop_current, "g_cancellable_pop_current", LIBRARY.GIO);
245 	Linker.link(g_cancellable_push_current, "g_cancellable_push_current", LIBRARY.GIO);
246 	Linker.link(g_cancellable_release_fd, "g_cancellable_release_fd", LIBRARY.GIO);
247 	Linker.link(g_cancellable_reset, "g_cancellable_reset", LIBRARY.GIO);
248 	Linker.link(g_cancellable_set_error_if_cancelled, "g_cancellable_set_error_if_cancelled", LIBRARY.GIO);
249 	Linker.link(g_cancellable_source_new, "g_cancellable_source_new", LIBRARY.GIO);
250 
251 	// gio.CharsetConverter
252 
253 	Linker.link(g_charset_converter_get_type, "g_charset_converter_get_type", LIBRARY.GIO);
254 	Linker.link(g_charset_converter_new, "g_charset_converter_new", LIBRARY.GIO);
255 	Linker.link(g_charset_converter_get_num_fallbacks, "g_charset_converter_get_num_fallbacks", LIBRARY.GIO);
256 	Linker.link(g_charset_converter_get_use_fallback, "g_charset_converter_get_use_fallback", LIBRARY.GIO);
257 	Linker.link(g_charset_converter_set_use_fallback, "g_charset_converter_set_use_fallback", LIBRARY.GIO);
258 
259 	// gio.Converter
260 
261 	Linker.link(g_converter_get_type, "g_converter_get_type", LIBRARY.GIO);
262 	Linker.link(g_converter_convert, "g_converter_convert", LIBRARY.GIO);
263 	Linker.link(g_converter_reset, "g_converter_reset", LIBRARY.GIO);
264 
265 	// gio.ConverterInputStream
266 
267 	Linker.link(g_converter_input_stream_get_type, "g_converter_input_stream_get_type", LIBRARY.GIO);
268 	Linker.link(g_converter_input_stream_new, "g_converter_input_stream_new", LIBRARY.GIO);
269 	Linker.link(g_converter_input_stream_get_converter, "g_converter_input_stream_get_converter", LIBRARY.GIO);
270 
271 	// gio.ConverterOutputStream
272 
273 	Linker.link(g_converter_output_stream_get_type, "g_converter_output_stream_get_type", LIBRARY.GIO);
274 	Linker.link(g_converter_output_stream_new, "g_converter_output_stream_new", LIBRARY.GIO);
275 	Linker.link(g_converter_output_stream_get_converter, "g_converter_output_stream_get_converter", LIBRARY.GIO);
276 
277 	// gio.Credentials
278 
279 	Linker.link(g_credentials_get_type, "g_credentials_get_type", LIBRARY.GIO);
280 	Linker.link(g_credentials_new, "g_credentials_new", LIBRARY.GIO);
281 	Linker.link(g_credentials_get_native, "g_credentials_get_native", LIBRARY.GIO);
282 	Linker.link(g_credentials_get_unix_pid, "g_credentials_get_unix_pid", LIBRARY.GIO);
283 	Linker.link(g_credentials_get_unix_user, "g_credentials_get_unix_user", LIBRARY.GIO);
284 	Linker.link(g_credentials_is_same_user, "g_credentials_is_same_user", LIBRARY.GIO);
285 	Linker.link(g_credentials_set_native, "g_credentials_set_native", LIBRARY.GIO);
286 	Linker.link(g_credentials_set_unix_user, "g_credentials_set_unix_user", LIBRARY.GIO);
287 	Linker.link(g_credentials_to_string, "g_credentials_to_string", LIBRARY.GIO);
288 
289 	// gio.DBusActionGroup
290 
291 	Linker.link(g_dbus_action_group_get_type, "g_dbus_action_group_get_type", LIBRARY.GIO);
292 	Linker.link(g_dbus_action_group_get, "g_dbus_action_group_get", LIBRARY.GIO);
293 
294 	// gio.DBusAnnotationInfo
295 
296 	Linker.link(g_dbus_annotation_info_get_type, "g_dbus_annotation_info_get_type", LIBRARY.GIO);
297 	Linker.link(g_dbus_annotation_info_ref, "g_dbus_annotation_info_ref", LIBRARY.GIO);
298 	Linker.link(g_dbus_annotation_info_unref, "g_dbus_annotation_info_unref", LIBRARY.GIO);
299 	Linker.link(g_dbus_annotation_info_lookup, "g_dbus_annotation_info_lookup", LIBRARY.GIO);
300 
301 	// gio.DBusArgInfo
302 
303 	Linker.link(g_dbus_arg_info_get_type, "g_dbus_arg_info_get_type", LIBRARY.GIO);
304 	Linker.link(g_dbus_arg_info_ref, "g_dbus_arg_info_ref", LIBRARY.GIO);
305 	Linker.link(g_dbus_arg_info_unref, "g_dbus_arg_info_unref", LIBRARY.GIO);
306 
307 	// gio.DBusAuthObserver
308 
309 	Linker.link(g_dbus_auth_observer_get_type, "g_dbus_auth_observer_get_type", LIBRARY.GIO);
310 	Linker.link(g_dbus_auth_observer_new, "g_dbus_auth_observer_new", LIBRARY.GIO);
311 	Linker.link(g_dbus_auth_observer_allow_mechanism, "g_dbus_auth_observer_allow_mechanism", LIBRARY.GIO);
312 	Linker.link(g_dbus_auth_observer_authorize_authenticated_peer, "g_dbus_auth_observer_authorize_authenticated_peer", LIBRARY.GIO);
313 
314 	// gio.DBusConnection
315 
316 	Linker.link(g_dbus_connection_get_type, "g_dbus_connection_get_type", LIBRARY.GIO);
317 	Linker.link(g_dbus_connection_new_finish, "g_dbus_connection_new_finish", LIBRARY.GIO);
318 	Linker.link(g_dbus_connection_new_for_address_finish, "g_dbus_connection_new_for_address_finish", LIBRARY.GIO);
319 	Linker.link(g_dbus_connection_new_for_address_sync, "g_dbus_connection_new_for_address_sync", LIBRARY.GIO);
320 	Linker.link(g_dbus_connection_new_sync, "g_dbus_connection_new_sync", LIBRARY.GIO);
321 	Linker.link(g_dbus_connection_new, "g_dbus_connection_new", LIBRARY.GIO);
322 	Linker.link(g_dbus_connection_new_for_address, "g_dbus_connection_new_for_address", LIBRARY.GIO);
323 	Linker.link(g_dbus_connection_add_filter, "g_dbus_connection_add_filter", LIBRARY.GIO);
324 	Linker.link(g_dbus_connection_call, "g_dbus_connection_call", LIBRARY.GIO);
325 	Linker.link(g_dbus_connection_call_finish, "g_dbus_connection_call_finish", LIBRARY.GIO);
326 	Linker.link(g_dbus_connection_call_sync, "g_dbus_connection_call_sync", LIBRARY.GIO);
327 	Linker.link(g_dbus_connection_call_with_unix_fd_list, "g_dbus_connection_call_with_unix_fd_list", LIBRARY.GIO);
328 	Linker.link(g_dbus_connection_call_with_unix_fd_list_finish, "g_dbus_connection_call_with_unix_fd_list_finish", LIBRARY.GIO);
329 	Linker.link(g_dbus_connection_call_with_unix_fd_list_sync, "g_dbus_connection_call_with_unix_fd_list_sync", LIBRARY.GIO);
330 	Linker.link(g_dbus_connection_close, "g_dbus_connection_close", LIBRARY.GIO);
331 	Linker.link(g_dbus_connection_close_finish, "g_dbus_connection_close_finish", LIBRARY.GIO);
332 	Linker.link(g_dbus_connection_close_sync, "g_dbus_connection_close_sync", LIBRARY.GIO);
333 	Linker.link(g_dbus_connection_emit_signal, "g_dbus_connection_emit_signal", LIBRARY.GIO);
334 	Linker.link(g_dbus_connection_export_action_group, "g_dbus_connection_export_action_group", LIBRARY.GIO);
335 	Linker.link(g_dbus_connection_export_menu_model, "g_dbus_connection_export_menu_model", LIBRARY.GIO);
336 	Linker.link(g_dbus_connection_flush, "g_dbus_connection_flush", LIBRARY.GIO);
337 	Linker.link(g_dbus_connection_flush_finish, "g_dbus_connection_flush_finish", LIBRARY.GIO);
338 	Linker.link(g_dbus_connection_flush_sync, "g_dbus_connection_flush_sync", LIBRARY.GIO);
339 	Linker.link(g_dbus_connection_get_capabilities, "g_dbus_connection_get_capabilities", LIBRARY.GIO);
340 	Linker.link(g_dbus_connection_get_exit_on_close, "g_dbus_connection_get_exit_on_close", LIBRARY.GIO);
341 	Linker.link(g_dbus_connection_get_guid, "g_dbus_connection_get_guid", LIBRARY.GIO);
342 	Linker.link(g_dbus_connection_get_last_serial, "g_dbus_connection_get_last_serial", LIBRARY.GIO);
343 	Linker.link(g_dbus_connection_get_peer_credentials, "g_dbus_connection_get_peer_credentials", LIBRARY.GIO);
344 	Linker.link(g_dbus_connection_get_stream, "g_dbus_connection_get_stream", LIBRARY.GIO);
345 	Linker.link(g_dbus_connection_get_unique_name, "g_dbus_connection_get_unique_name", LIBRARY.GIO);
346 	Linker.link(g_dbus_connection_is_closed, "g_dbus_connection_is_closed", LIBRARY.GIO);
347 	Linker.link(g_dbus_connection_register_object, "g_dbus_connection_register_object", LIBRARY.GIO);
348 	Linker.link(g_dbus_connection_register_object_with_closures, "g_dbus_connection_register_object_with_closures", LIBRARY.GIO);
349 	Linker.link(g_dbus_connection_register_subtree, "g_dbus_connection_register_subtree", LIBRARY.GIO);
350 	Linker.link(g_dbus_connection_remove_filter, "g_dbus_connection_remove_filter", LIBRARY.GIO);
351 	Linker.link(g_dbus_connection_send_message, "g_dbus_connection_send_message", LIBRARY.GIO);
352 	Linker.link(g_dbus_connection_send_message_with_reply, "g_dbus_connection_send_message_with_reply", LIBRARY.GIO);
353 	Linker.link(g_dbus_connection_send_message_with_reply_finish, "g_dbus_connection_send_message_with_reply_finish", LIBRARY.GIO);
354 	Linker.link(g_dbus_connection_send_message_with_reply_sync, "g_dbus_connection_send_message_with_reply_sync", LIBRARY.GIO);
355 	Linker.link(g_dbus_connection_set_exit_on_close, "g_dbus_connection_set_exit_on_close", LIBRARY.GIO);
356 	Linker.link(g_dbus_connection_signal_subscribe, "g_dbus_connection_signal_subscribe", LIBRARY.GIO);
357 	Linker.link(g_dbus_connection_signal_unsubscribe, "g_dbus_connection_signal_unsubscribe", LIBRARY.GIO);
358 	Linker.link(g_dbus_connection_start_message_processing, "g_dbus_connection_start_message_processing", LIBRARY.GIO);
359 	Linker.link(g_dbus_connection_unexport_action_group, "g_dbus_connection_unexport_action_group", LIBRARY.GIO);
360 	Linker.link(g_dbus_connection_unexport_menu_model, "g_dbus_connection_unexport_menu_model", LIBRARY.GIO);
361 	Linker.link(g_dbus_connection_unregister_object, "g_dbus_connection_unregister_object", LIBRARY.GIO);
362 	Linker.link(g_dbus_connection_unregister_subtree, "g_dbus_connection_unregister_subtree", LIBRARY.GIO);
363 	Linker.link(g_bus_get, "g_bus_get", LIBRARY.GIO);
364 	Linker.link(g_bus_get_finish, "g_bus_get_finish", LIBRARY.GIO);
365 	Linker.link(g_bus_get_sync, "g_bus_get_sync", LIBRARY.GIO);
366 
367 	// gio.DBusInterface
368 
369 	Linker.link(g_dbus_interface_get_type, "g_dbus_interface_get_type", LIBRARY.GIO);
370 	Linker.link(g_dbus_interface_dup_object, "g_dbus_interface_dup_object", LIBRARY.GIO);
371 	Linker.link(g_dbus_interface_get_info, "g_dbus_interface_get_info", LIBRARY.GIO);
372 	Linker.link(g_dbus_interface_get_object, "g_dbus_interface_get_object", LIBRARY.GIO);
373 	Linker.link(g_dbus_interface_set_object, "g_dbus_interface_set_object", LIBRARY.GIO);
374 
375 	// gio.DBusInterfaceInfo
376 
377 	Linker.link(g_dbus_interface_info_get_type, "g_dbus_interface_info_get_type", LIBRARY.GIO);
378 	Linker.link(g_dbus_interface_info_cache_build, "g_dbus_interface_info_cache_build", LIBRARY.GIO);
379 	Linker.link(g_dbus_interface_info_cache_release, "g_dbus_interface_info_cache_release", LIBRARY.GIO);
380 	Linker.link(g_dbus_interface_info_generate_xml, "g_dbus_interface_info_generate_xml", LIBRARY.GIO);
381 	Linker.link(g_dbus_interface_info_lookup_method, "g_dbus_interface_info_lookup_method", LIBRARY.GIO);
382 	Linker.link(g_dbus_interface_info_lookup_property, "g_dbus_interface_info_lookup_property", LIBRARY.GIO);
383 	Linker.link(g_dbus_interface_info_lookup_signal, "g_dbus_interface_info_lookup_signal", LIBRARY.GIO);
384 	Linker.link(g_dbus_interface_info_ref, "g_dbus_interface_info_ref", LIBRARY.GIO);
385 	Linker.link(g_dbus_interface_info_unref, "g_dbus_interface_info_unref", LIBRARY.GIO);
386 
387 	// gio.DBusInterfaceSkeleton
388 
389 	Linker.link(g_dbus_interface_skeleton_get_type, "g_dbus_interface_skeleton_get_type", LIBRARY.GIO);
390 	Linker.link(g_dbus_interface_skeleton_export, "g_dbus_interface_skeleton_export", LIBRARY.GIO);
391 	Linker.link(g_dbus_interface_skeleton_flush, "g_dbus_interface_skeleton_flush", LIBRARY.GIO);
392 	Linker.link(g_dbus_interface_skeleton_get_connection, "g_dbus_interface_skeleton_get_connection", LIBRARY.GIO);
393 	Linker.link(g_dbus_interface_skeleton_get_connections, "g_dbus_interface_skeleton_get_connections", LIBRARY.GIO);
394 	Linker.link(g_dbus_interface_skeleton_get_flags, "g_dbus_interface_skeleton_get_flags", LIBRARY.GIO);
395 	Linker.link(g_dbus_interface_skeleton_get_info, "g_dbus_interface_skeleton_get_info", LIBRARY.GIO);
396 	Linker.link(g_dbus_interface_skeleton_get_object_path, "g_dbus_interface_skeleton_get_object_path", LIBRARY.GIO);
397 	Linker.link(g_dbus_interface_skeleton_get_properties, "g_dbus_interface_skeleton_get_properties", LIBRARY.GIO);
398 	Linker.link(g_dbus_interface_skeleton_get_vtable, "g_dbus_interface_skeleton_get_vtable", LIBRARY.GIO);
399 	Linker.link(g_dbus_interface_skeleton_has_connection, "g_dbus_interface_skeleton_has_connection", LIBRARY.GIO);
400 	Linker.link(g_dbus_interface_skeleton_set_flags, "g_dbus_interface_skeleton_set_flags", LIBRARY.GIO);
401 	Linker.link(g_dbus_interface_skeleton_unexport, "g_dbus_interface_skeleton_unexport", LIBRARY.GIO);
402 	Linker.link(g_dbus_interface_skeleton_unexport_from_connection, "g_dbus_interface_skeleton_unexport_from_connection", LIBRARY.GIO);
403 
404 	// gio.DBusMenuModel
405 
406 	Linker.link(g_dbus_menu_model_get_type, "g_dbus_menu_model_get_type", LIBRARY.GIO);
407 	Linker.link(g_dbus_menu_model_get, "g_dbus_menu_model_get", LIBRARY.GIO);
408 
409 	// gio.DBusMessage
410 
411 	Linker.link(g_dbus_message_get_type, "g_dbus_message_get_type", LIBRARY.GIO);
412 	Linker.link(g_dbus_message_new, "g_dbus_message_new", LIBRARY.GIO);
413 	Linker.link(g_dbus_message_new_from_blob, "g_dbus_message_new_from_blob", LIBRARY.GIO);
414 	Linker.link(g_dbus_message_new_method_call, "g_dbus_message_new_method_call", LIBRARY.GIO);
415 	Linker.link(g_dbus_message_new_signal, "g_dbus_message_new_signal", LIBRARY.GIO);
416 	Linker.link(g_dbus_message_bytes_needed, "g_dbus_message_bytes_needed", LIBRARY.GIO);
417 	Linker.link(g_dbus_message_copy, "g_dbus_message_copy", LIBRARY.GIO);
418 	Linker.link(g_dbus_message_get_arg0, "g_dbus_message_get_arg0", LIBRARY.GIO);
419 	Linker.link(g_dbus_message_get_body, "g_dbus_message_get_body", LIBRARY.GIO);
420 	Linker.link(g_dbus_message_get_byte_order, "g_dbus_message_get_byte_order", LIBRARY.GIO);
421 	Linker.link(g_dbus_message_get_destination, "g_dbus_message_get_destination", LIBRARY.GIO);
422 	Linker.link(g_dbus_message_get_error_name, "g_dbus_message_get_error_name", LIBRARY.GIO);
423 	Linker.link(g_dbus_message_get_flags, "g_dbus_message_get_flags", LIBRARY.GIO);
424 	Linker.link(g_dbus_message_get_header, "g_dbus_message_get_header", LIBRARY.GIO);
425 	Linker.link(g_dbus_message_get_header_fields, "g_dbus_message_get_header_fields", LIBRARY.GIO);
426 	Linker.link(g_dbus_message_get_interface, "g_dbus_message_get_interface", LIBRARY.GIO);
427 	Linker.link(g_dbus_message_get_locked, "g_dbus_message_get_locked", LIBRARY.GIO);
428 	Linker.link(g_dbus_message_get_member, "g_dbus_message_get_member", LIBRARY.GIO);
429 	Linker.link(g_dbus_message_get_message_type, "g_dbus_message_get_message_type", LIBRARY.GIO);
430 	Linker.link(g_dbus_message_get_num_unix_fds, "g_dbus_message_get_num_unix_fds", LIBRARY.GIO);
431 	Linker.link(g_dbus_message_get_path, "g_dbus_message_get_path", LIBRARY.GIO);
432 	Linker.link(g_dbus_message_get_reply_serial, "g_dbus_message_get_reply_serial", LIBRARY.GIO);
433 	Linker.link(g_dbus_message_get_sender, "g_dbus_message_get_sender", LIBRARY.GIO);
434 	Linker.link(g_dbus_message_get_serial, "g_dbus_message_get_serial", LIBRARY.GIO);
435 	Linker.link(g_dbus_message_get_signature, "g_dbus_message_get_signature", LIBRARY.GIO);
436 	Linker.link(g_dbus_message_get_unix_fd_list, "g_dbus_message_get_unix_fd_list", LIBRARY.GIO);
437 	Linker.link(g_dbus_message_lock, "g_dbus_message_lock", LIBRARY.GIO);
438 	Linker.link(g_dbus_message_new_method_error, "g_dbus_message_new_method_error", LIBRARY.GIO);
439 	Linker.link(g_dbus_message_new_method_error_literal, "g_dbus_message_new_method_error_literal", LIBRARY.GIO);
440 	Linker.link(g_dbus_message_new_method_error_valist, "g_dbus_message_new_method_error_valist", LIBRARY.GIO);
441 	Linker.link(g_dbus_message_new_method_reply, "g_dbus_message_new_method_reply", LIBRARY.GIO);
442 	Linker.link(g_dbus_message_print, "g_dbus_message_print", LIBRARY.GIO);
443 	Linker.link(g_dbus_message_set_body, "g_dbus_message_set_body", LIBRARY.GIO);
444 	Linker.link(g_dbus_message_set_byte_order, "g_dbus_message_set_byte_order", LIBRARY.GIO);
445 	Linker.link(g_dbus_message_set_destination, "g_dbus_message_set_destination", LIBRARY.GIO);
446 	Linker.link(g_dbus_message_set_error_name, "g_dbus_message_set_error_name", LIBRARY.GIO);
447 	Linker.link(g_dbus_message_set_flags, "g_dbus_message_set_flags", LIBRARY.GIO);
448 	Linker.link(g_dbus_message_set_header, "g_dbus_message_set_header", LIBRARY.GIO);
449 	Linker.link(g_dbus_message_set_interface, "g_dbus_message_set_interface", LIBRARY.GIO);
450 	Linker.link(g_dbus_message_set_member, "g_dbus_message_set_member", LIBRARY.GIO);
451 	Linker.link(g_dbus_message_set_message_type, "g_dbus_message_set_message_type", LIBRARY.GIO);
452 	Linker.link(g_dbus_message_set_num_unix_fds, "g_dbus_message_set_num_unix_fds", LIBRARY.GIO);
453 	Linker.link(g_dbus_message_set_path, "g_dbus_message_set_path", LIBRARY.GIO);
454 	Linker.link(g_dbus_message_set_reply_serial, "g_dbus_message_set_reply_serial", LIBRARY.GIO);
455 	Linker.link(g_dbus_message_set_sender, "g_dbus_message_set_sender", LIBRARY.GIO);
456 	Linker.link(g_dbus_message_set_serial, "g_dbus_message_set_serial", LIBRARY.GIO);
457 	Linker.link(g_dbus_message_set_signature, "g_dbus_message_set_signature", LIBRARY.GIO);
458 	Linker.link(g_dbus_message_set_unix_fd_list, "g_dbus_message_set_unix_fd_list", LIBRARY.GIO);
459 	Linker.link(g_dbus_message_to_blob, "g_dbus_message_to_blob", LIBRARY.GIO);
460 	Linker.link(g_dbus_message_to_gerror, "g_dbus_message_to_gerror", LIBRARY.GIO);
461 
462 	// gio.DBusMethodInfo
463 
464 	Linker.link(g_dbus_method_info_get_type, "g_dbus_method_info_get_type", LIBRARY.GIO);
465 	Linker.link(g_dbus_method_info_ref, "g_dbus_method_info_ref", LIBRARY.GIO);
466 	Linker.link(g_dbus_method_info_unref, "g_dbus_method_info_unref", LIBRARY.GIO);
467 
468 	// gio.DBusMethodInvocation
469 
470 	Linker.link(g_dbus_method_invocation_get_type, "g_dbus_method_invocation_get_type", LIBRARY.GIO);
471 	Linker.link(g_dbus_method_invocation_get_connection, "g_dbus_method_invocation_get_connection", LIBRARY.GIO);
472 	Linker.link(g_dbus_method_invocation_get_interface_name, "g_dbus_method_invocation_get_interface_name", LIBRARY.GIO);
473 	Linker.link(g_dbus_method_invocation_get_message, "g_dbus_method_invocation_get_message", LIBRARY.GIO);
474 	Linker.link(g_dbus_method_invocation_get_method_info, "g_dbus_method_invocation_get_method_info", LIBRARY.GIO);
475 	Linker.link(g_dbus_method_invocation_get_method_name, "g_dbus_method_invocation_get_method_name", LIBRARY.GIO);
476 	Linker.link(g_dbus_method_invocation_get_object_path, "g_dbus_method_invocation_get_object_path", LIBRARY.GIO);
477 	Linker.link(g_dbus_method_invocation_get_parameters, "g_dbus_method_invocation_get_parameters", LIBRARY.GIO);
478 	Linker.link(g_dbus_method_invocation_get_property_info, "g_dbus_method_invocation_get_property_info", LIBRARY.GIO);
479 	Linker.link(g_dbus_method_invocation_get_sender, "g_dbus_method_invocation_get_sender", LIBRARY.GIO);
480 	Linker.link(g_dbus_method_invocation_get_user_data, "g_dbus_method_invocation_get_user_data", LIBRARY.GIO);
481 	Linker.link(g_dbus_method_invocation_return_dbus_error, "g_dbus_method_invocation_return_dbus_error", LIBRARY.GIO);
482 	Linker.link(g_dbus_method_invocation_return_error, "g_dbus_method_invocation_return_error", LIBRARY.GIO);
483 	Linker.link(g_dbus_method_invocation_return_error_literal, "g_dbus_method_invocation_return_error_literal", LIBRARY.GIO);
484 	Linker.link(g_dbus_method_invocation_return_error_valist, "g_dbus_method_invocation_return_error_valist", LIBRARY.GIO);
485 	Linker.link(g_dbus_method_invocation_return_gerror, "g_dbus_method_invocation_return_gerror", LIBRARY.GIO);
486 	Linker.link(g_dbus_method_invocation_return_value, "g_dbus_method_invocation_return_value", LIBRARY.GIO);
487 	Linker.link(g_dbus_method_invocation_return_value_with_unix_fd_list, "g_dbus_method_invocation_return_value_with_unix_fd_list", LIBRARY.GIO);
488 	Linker.link(g_dbus_method_invocation_take_error, "g_dbus_method_invocation_take_error", LIBRARY.GIO);
489 
490 	// gio.DBusNodeInfo
491 
492 	Linker.link(g_dbus_node_info_get_type, "g_dbus_node_info_get_type", LIBRARY.GIO);
493 	Linker.link(g_dbus_node_info_new_for_xml, "g_dbus_node_info_new_for_xml", LIBRARY.GIO);
494 	Linker.link(g_dbus_node_info_generate_xml, "g_dbus_node_info_generate_xml", LIBRARY.GIO);
495 	Linker.link(g_dbus_node_info_lookup_interface, "g_dbus_node_info_lookup_interface", LIBRARY.GIO);
496 	Linker.link(g_dbus_node_info_ref, "g_dbus_node_info_ref", LIBRARY.GIO);
497 	Linker.link(g_dbus_node_info_unref, "g_dbus_node_info_unref", LIBRARY.GIO);
498 
499 	// gio.DBusObject
500 
501 	Linker.link(g_dbus_object_get_type, "g_dbus_object_get_type", LIBRARY.GIO);
502 	Linker.link(g_dbus_object_get_interface, "g_dbus_object_get_interface", LIBRARY.GIO);
503 	Linker.link(g_dbus_object_get_interfaces, "g_dbus_object_get_interfaces", LIBRARY.GIO);
504 	Linker.link(g_dbus_object_get_object_path, "g_dbus_object_get_object_path", LIBRARY.GIO);
505 
506 	// gio.DBusObjectManager
507 
508 	Linker.link(g_dbus_object_manager_get_type, "g_dbus_object_manager_get_type", LIBRARY.GIO);
509 	Linker.link(g_dbus_object_manager_get_interface, "g_dbus_object_manager_get_interface", LIBRARY.GIO);
510 	Linker.link(g_dbus_object_manager_get_object, "g_dbus_object_manager_get_object", LIBRARY.GIO);
511 	Linker.link(g_dbus_object_manager_get_object_path, "g_dbus_object_manager_get_object_path", LIBRARY.GIO);
512 	Linker.link(g_dbus_object_manager_get_objects, "g_dbus_object_manager_get_objects", LIBRARY.GIO);
513 
514 	// gio.DBusObjectManagerClient
515 
516 	Linker.link(g_dbus_object_manager_client_get_type, "g_dbus_object_manager_client_get_type", LIBRARY.GIO);
517 	Linker.link(g_dbus_object_manager_client_new_finish, "g_dbus_object_manager_client_new_finish", LIBRARY.GIO);
518 	Linker.link(g_dbus_object_manager_client_new_for_bus_finish, "g_dbus_object_manager_client_new_for_bus_finish", LIBRARY.GIO);
519 	Linker.link(g_dbus_object_manager_client_new_for_bus_sync, "g_dbus_object_manager_client_new_for_bus_sync", LIBRARY.GIO);
520 	Linker.link(g_dbus_object_manager_client_new_sync, "g_dbus_object_manager_client_new_sync", LIBRARY.GIO);
521 	Linker.link(g_dbus_object_manager_client_new, "g_dbus_object_manager_client_new", LIBRARY.GIO);
522 	Linker.link(g_dbus_object_manager_client_new_for_bus, "g_dbus_object_manager_client_new_for_bus", LIBRARY.GIO);
523 	Linker.link(g_dbus_object_manager_client_get_connection, "g_dbus_object_manager_client_get_connection", LIBRARY.GIO);
524 	Linker.link(g_dbus_object_manager_client_get_flags, "g_dbus_object_manager_client_get_flags", LIBRARY.GIO);
525 	Linker.link(g_dbus_object_manager_client_get_name, "g_dbus_object_manager_client_get_name", LIBRARY.GIO);
526 	Linker.link(g_dbus_object_manager_client_get_name_owner, "g_dbus_object_manager_client_get_name_owner", LIBRARY.GIO);
527 
528 	// gio.DBusObjectManagerServer
529 
530 	Linker.link(g_dbus_object_manager_server_get_type, "g_dbus_object_manager_server_get_type", LIBRARY.GIO);
531 	Linker.link(g_dbus_object_manager_server_new, "g_dbus_object_manager_server_new", LIBRARY.GIO);
532 	Linker.link(g_dbus_object_manager_server_export, "g_dbus_object_manager_server_export", LIBRARY.GIO);
533 	Linker.link(g_dbus_object_manager_server_export_uniquely, "g_dbus_object_manager_server_export_uniquely", LIBRARY.GIO);
534 	Linker.link(g_dbus_object_manager_server_get_connection, "g_dbus_object_manager_server_get_connection", LIBRARY.GIO);
535 	Linker.link(g_dbus_object_manager_server_is_exported, "g_dbus_object_manager_server_is_exported", LIBRARY.GIO);
536 	Linker.link(g_dbus_object_manager_server_set_connection, "g_dbus_object_manager_server_set_connection", LIBRARY.GIO);
537 	Linker.link(g_dbus_object_manager_server_unexport, "g_dbus_object_manager_server_unexport", LIBRARY.GIO);
538 
539 	// gio.DBusObjectProxy
540 
541 	Linker.link(g_dbus_object_proxy_get_type, "g_dbus_object_proxy_get_type", LIBRARY.GIO);
542 	Linker.link(g_dbus_object_proxy_new, "g_dbus_object_proxy_new", LIBRARY.GIO);
543 	Linker.link(g_dbus_object_proxy_get_connection, "g_dbus_object_proxy_get_connection", LIBRARY.GIO);
544 
545 	// gio.DBusObjectSkeleton
546 
547 	Linker.link(g_dbus_object_skeleton_get_type, "g_dbus_object_skeleton_get_type", LIBRARY.GIO);
548 	Linker.link(g_dbus_object_skeleton_new, "g_dbus_object_skeleton_new", LIBRARY.GIO);
549 	Linker.link(g_dbus_object_skeleton_add_interface, "g_dbus_object_skeleton_add_interface", LIBRARY.GIO);
550 	Linker.link(g_dbus_object_skeleton_flush, "g_dbus_object_skeleton_flush", LIBRARY.GIO);
551 	Linker.link(g_dbus_object_skeleton_remove_interface, "g_dbus_object_skeleton_remove_interface", LIBRARY.GIO);
552 	Linker.link(g_dbus_object_skeleton_remove_interface_by_name, "g_dbus_object_skeleton_remove_interface_by_name", LIBRARY.GIO);
553 	Linker.link(g_dbus_object_skeleton_set_object_path, "g_dbus_object_skeleton_set_object_path", LIBRARY.GIO);
554 
555 	// gio.DBusPropertyInfo
556 
557 	Linker.link(g_dbus_property_info_get_type, "g_dbus_property_info_get_type", LIBRARY.GIO);
558 	Linker.link(g_dbus_property_info_ref, "g_dbus_property_info_ref", LIBRARY.GIO);
559 	Linker.link(g_dbus_property_info_unref, "g_dbus_property_info_unref", LIBRARY.GIO);
560 
561 	// gio.DBusProxy
562 
563 	Linker.link(g_dbus_proxy_get_type, "g_dbus_proxy_get_type", LIBRARY.GIO);
564 	Linker.link(g_dbus_proxy_new_finish, "g_dbus_proxy_new_finish", LIBRARY.GIO);
565 	Linker.link(g_dbus_proxy_new_for_bus_finish, "g_dbus_proxy_new_for_bus_finish", LIBRARY.GIO);
566 	Linker.link(g_dbus_proxy_new_for_bus_sync, "g_dbus_proxy_new_for_bus_sync", LIBRARY.GIO);
567 	Linker.link(g_dbus_proxy_new_sync, "g_dbus_proxy_new_sync", LIBRARY.GIO);
568 	Linker.link(g_dbus_proxy_new, "g_dbus_proxy_new", LIBRARY.GIO);
569 	Linker.link(g_dbus_proxy_new_for_bus, "g_dbus_proxy_new_for_bus", LIBRARY.GIO);
570 	Linker.link(g_dbus_proxy_call, "g_dbus_proxy_call", LIBRARY.GIO);
571 	Linker.link(g_dbus_proxy_call_finish, "g_dbus_proxy_call_finish", LIBRARY.GIO);
572 	Linker.link(g_dbus_proxy_call_sync, "g_dbus_proxy_call_sync", LIBRARY.GIO);
573 	Linker.link(g_dbus_proxy_call_with_unix_fd_list, "g_dbus_proxy_call_with_unix_fd_list", LIBRARY.GIO);
574 	Linker.link(g_dbus_proxy_call_with_unix_fd_list_finish, "g_dbus_proxy_call_with_unix_fd_list_finish", LIBRARY.GIO);
575 	Linker.link(g_dbus_proxy_call_with_unix_fd_list_sync, "g_dbus_proxy_call_with_unix_fd_list_sync", LIBRARY.GIO);
576 	Linker.link(g_dbus_proxy_get_cached_property, "g_dbus_proxy_get_cached_property", LIBRARY.GIO);
577 	Linker.link(g_dbus_proxy_get_cached_property_names, "g_dbus_proxy_get_cached_property_names", LIBRARY.GIO);
578 	Linker.link(g_dbus_proxy_get_connection, "g_dbus_proxy_get_connection", LIBRARY.GIO);
579 	Linker.link(g_dbus_proxy_get_default_timeout, "g_dbus_proxy_get_default_timeout", LIBRARY.GIO);
580 	Linker.link(g_dbus_proxy_get_flags, "g_dbus_proxy_get_flags", LIBRARY.GIO);
581 	Linker.link(g_dbus_proxy_get_interface_info, "g_dbus_proxy_get_interface_info", LIBRARY.GIO);
582 	Linker.link(g_dbus_proxy_get_interface_name, "g_dbus_proxy_get_interface_name", LIBRARY.GIO);
583 	Linker.link(g_dbus_proxy_get_name, "g_dbus_proxy_get_name", LIBRARY.GIO);
584 	Linker.link(g_dbus_proxy_get_name_owner, "g_dbus_proxy_get_name_owner", LIBRARY.GIO);
585 	Linker.link(g_dbus_proxy_get_object_path, "g_dbus_proxy_get_object_path", LIBRARY.GIO);
586 	Linker.link(g_dbus_proxy_set_cached_property, "g_dbus_proxy_set_cached_property", LIBRARY.GIO);
587 	Linker.link(g_dbus_proxy_set_default_timeout, "g_dbus_proxy_set_default_timeout", LIBRARY.GIO);
588 	Linker.link(g_dbus_proxy_set_interface_info, "g_dbus_proxy_set_interface_info", LIBRARY.GIO);
589 
590 	// gio.DBusServer
591 
592 	Linker.link(g_dbus_server_get_type, "g_dbus_server_get_type", LIBRARY.GIO);
593 	Linker.link(g_dbus_server_new_sync, "g_dbus_server_new_sync", LIBRARY.GIO);
594 	Linker.link(g_dbus_server_get_client_address, "g_dbus_server_get_client_address", LIBRARY.GIO);
595 	Linker.link(g_dbus_server_get_flags, "g_dbus_server_get_flags", LIBRARY.GIO);
596 	Linker.link(g_dbus_server_get_guid, "g_dbus_server_get_guid", LIBRARY.GIO);
597 	Linker.link(g_dbus_server_is_active, "g_dbus_server_is_active", LIBRARY.GIO);
598 	Linker.link(g_dbus_server_start, "g_dbus_server_start", LIBRARY.GIO);
599 	Linker.link(g_dbus_server_stop, "g_dbus_server_stop", LIBRARY.GIO);
600 
601 	// gio.DBusSignalInfo
602 
603 	Linker.link(g_dbus_signal_info_get_type, "g_dbus_signal_info_get_type", LIBRARY.GIO);
604 	Linker.link(g_dbus_signal_info_ref, "g_dbus_signal_info_ref", LIBRARY.GIO);
605 	Linker.link(g_dbus_signal_info_unref, "g_dbus_signal_info_unref", LIBRARY.GIO);
606 
607 	// gio.DataInputStream
608 
609 	Linker.link(g_data_input_stream_get_type, "g_data_input_stream_get_type", LIBRARY.GIO);
610 	Linker.link(g_data_input_stream_new, "g_data_input_stream_new", LIBRARY.GIO);
611 	Linker.link(g_data_input_stream_get_byte_order, "g_data_input_stream_get_byte_order", LIBRARY.GIO);
612 	Linker.link(g_data_input_stream_get_newline_type, "g_data_input_stream_get_newline_type", LIBRARY.GIO);
613 	Linker.link(g_data_input_stream_read_byte, "g_data_input_stream_read_byte", LIBRARY.GIO);
614 	Linker.link(g_data_input_stream_read_int16, "g_data_input_stream_read_int16", LIBRARY.GIO);
615 	Linker.link(g_data_input_stream_read_int32, "g_data_input_stream_read_int32", LIBRARY.GIO);
616 	Linker.link(g_data_input_stream_read_int64, "g_data_input_stream_read_int64", LIBRARY.GIO);
617 	Linker.link(g_data_input_stream_read_line, "g_data_input_stream_read_line", LIBRARY.GIO);
618 	Linker.link(g_data_input_stream_read_line_async, "g_data_input_stream_read_line_async", LIBRARY.GIO);
619 	Linker.link(g_data_input_stream_read_line_finish, "g_data_input_stream_read_line_finish", LIBRARY.GIO);
620 	Linker.link(g_data_input_stream_read_line_finish_utf8, "g_data_input_stream_read_line_finish_utf8", LIBRARY.GIO);
621 	Linker.link(g_data_input_stream_read_line_utf8, "g_data_input_stream_read_line_utf8", LIBRARY.GIO);
622 	Linker.link(g_data_input_stream_read_uint16, "g_data_input_stream_read_uint16", LIBRARY.GIO);
623 	Linker.link(g_data_input_stream_read_uint32, "g_data_input_stream_read_uint32", LIBRARY.GIO);
624 	Linker.link(g_data_input_stream_read_uint64, "g_data_input_stream_read_uint64", LIBRARY.GIO);
625 	Linker.link(g_data_input_stream_read_until, "g_data_input_stream_read_until", LIBRARY.GIO);
626 	Linker.link(g_data_input_stream_read_until_async, "g_data_input_stream_read_until_async", LIBRARY.GIO);
627 	Linker.link(g_data_input_stream_read_until_finish, "g_data_input_stream_read_until_finish", LIBRARY.GIO);
628 	Linker.link(g_data_input_stream_read_upto, "g_data_input_stream_read_upto", LIBRARY.GIO);
629 	Linker.link(g_data_input_stream_read_upto_async, "g_data_input_stream_read_upto_async", LIBRARY.GIO);
630 	Linker.link(g_data_input_stream_read_upto_finish, "g_data_input_stream_read_upto_finish", LIBRARY.GIO);
631 	Linker.link(g_data_input_stream_set_byte_order, "g_data_input_stream_set_byte_order", LIBRARY.GIO);
632 	Linker.link(g_data_input_stream_set_newline_type, "g_data_input_stream_set_newline_type", LIBRARY.GIO);
633 
634 	// gio.DataOutputStream
635 
636 	Linker.link(g_data_output_stream_get_type, "g_data_output_stream_get_type", LIBRARY.GIO);
637 	Linker.link(g_data_output_stream_new, "g_data_output_stream_new", LIBRARY.GIO);
638 	Linker.link(g_data_output_stream_get_byte_order, "g_data_output_stream_get_byte_order", LIBRARY.GIO);
639 	Linker.link(g_data_output_stream_put_byte, "g_data_output_stream_put_byte", LIBRARY.GIO);
640 	Linker.link(g_data_output_stream_put_int16, "g_data_output_stream_put_int16", LIBRARY.GIO);
641 	Linker.link(g_data_output_stream_put_int32, "g_data_output_stream_put_int32", LIBRARY.GIO);
642 	Linker.link(g_data_output_stream_put_int64, "g_data_output_stream_put_int64", LIBRARY.GIO);
643 	Linker.link(g_data_output_stream_put_string, "g_data_output_stream_put_string", LIBRARY.GIO);
644 	Linker.link(g_data_output_stream_put_uint16, "g_data_output_stream_put_uint16", LIBRARY.GIO);
645 	Linker.link(g_data_output_stream_put_uint32, "g_data_output_stream_put_uint32", LIBRARY.GIO);
646 	Linker.link(g_data_output_stream_put_uint64, "g_data_output_stream_put_uint64", LIBRARY.GIO);
647 	Linker.link(g_data_output_stream_set_byte_order, "g_data_output_stream_set_byte_order", LIBRARY.GIO);
648 
649 	// gio.DatagramBased
650 
651 	Linker.link(g_datagram_based_get_type, "g_datagram_based_get_type", LIBRARY.GIO);
652 	Linker.link(g_datagram_based_condition_check, "g_datagram_based_condition_check", LIBRARY.GIO);
653 	Linker.link(g_datagram_based_condition_wait, "g_datagram_based_condition_wait", LIBRARY.GIO);
654 	Linker.link(g_datagram_based_create_source, "g_datagram_based_create_source", LIBRARY.GIO);
655 	Linker.link(g_datagram_based_receive_messages, "g_datagram_based_receive_messages", LIBRARY.GIO);
656 	Linker.link(g_datagram_based_send_messages, "g_datagram_based_send_messages", LIBRARY.GIO);
657 
658 	// gio.DesktopAppInfo
659 
660 	Linker.link(g_desktop_app_info_get_type, "g_desktop_app_info_get_type", LIBRARY.GIO);
661 	Linker.link(g_desktop_app_info_new, "g_desktop_app_info_new", LIBRARY.GIO);
662 	Linker.link(g_desktop_app_info_new_from_filename, "g_desktop_app_info_new_from_filename", LIBRARY.GIO);
663 	Linker.link(g_desktop_app_info_new_from_keyfile, "g_desktop_app_info_new_from_keyfile", LIBRARY.GIO);
664 	Linker.link(g_desktop_app_info_get_implementations, "g_desktop_app_info_get_implementations", LIBRARY.GIO);
665 	Linker.link(g_desktop_app_info_search, "g_desktop_app_info_search", LIBRARY.GIO);
666 	Linker.link(g_desktop_app_info_set_desktop_env, "g_desktop_app_info_set_desktop_env", LIBRARY.GIO);
667 	Linker.link(g_desktop_app_info_get_action_name, "g_desktop_app_info_get_action_name", LIBRARY.GIO);
668 	Linker.link(g_desktop_app_info_get_boolean, "g_desktop_app_info_get_boolean", LIBRARY.GIO);
669 	Linker.link(g_desktop_app_info_get_categories, "g_desktop_app_info_get_categories", LIBRARY.GIO);
670 	Linker.link(g_desktop_app_info_get_filename, "g_desktop_app_info_get_filename", LIBRARY.GIO);
671 	Linker.link(g_desktop_app_info_get_generic_name, "g_desktop_app_info_get_generic_name", LIBRARY.GIO);
672 	Linker.link(g_desktop_app_info_get_is_hidden, "g_desktop_app_info_get_is_hidden", LIBRARY.GIO);
673 	Linker.link(g_desktop_app_info_get_keywords, "g_desktop_app_info_get_keywords", LIBRARY.GIO);
674 	Linker.link(g_desktop_app_info_get_nodisplay, "g_desktop_app_info_get_nodisplay", LIBRARY.GIO);
675 	Linker.link(g_desktop_app_info_get_show_in, "g_desktop_app_info_get_show_in", LIBRARY.GIO);
676 	Linker.link(g_desktop_app_info_get_startup_wm_class, "g_desktop_app_info_get_startup_wm_class", LIBRARY.GIO);
677 	Linker.link(g_desktop_app_info_get_string, "g_desktop_app_info_get_string", LIBRARY.GIO);
678 	Linker.link(g_desktop_app_info_has_key, "g_desktop_app_info_has_key", LIBRARY.GIO);
679 	Linker.link(g_desktop_app_info_launch_action, "g_desktop_app_info_launch_action", LIBRARY.GIO);
680 	Linker.link(g_desktop_app_info_launch_uris_as_manager, "g_desktop_app_info_launch_uris_as_manager", LIBRARY.GIO);
681 	Linker.link(g_desktop_app_info_list_actions, "g_desktop_app_info_list_actions", LIBRARY.GIO);
682 
683 	// gio.DesktopAppInfoLookup
684 
685 	Linker.link(g_desktop_app_info_lookup_get_type, "g_desktop_app_info_lookup_get_type", LIBRARY.GIO);
686 	Linker.link(g_desktop_app_info_lookup_get_default_for_uri_scheme, "g_desktop_app_info_lookup_get_default_for_uri_scheme", LIBRARY.GIO);
687 
688 	// gio.Drive
689 
690 	Linker.link(g_drive_get_type, "g_drive_get_type", LIBRARY.GIO);
691 	Linker.link(g_drive_can_eject, "g_drive_can_eject", LIBRARY.GIO);
692 	Linker.link(g_drive_can_poll_for_media, "g_drive_can_poll_for_media", LIBRARY.GIO);
693 	Linker.link(g_drive_can_start, "g_drive_can_start", LIBRARY.GIO);
694 	Linker.link(g_drive_can_start_degraded, "g_drive_can_start_degraded", LIBRARY.GIO);
695 	Linker.link(g_drive_can_stop, "g_drive_can_stop", LIBRARY.GIO);
696 	Linker.link(g_drive_eject, "g_drive_eject", LIBRARY.GIO);
697 	Linker.link(g_drive_eject_finish, "g_drive_eject_finish", LIBRARY.GIO);
698 	Linker.link(g_drive_eject_with_operation, "g_drive_eject_with_operation", LIBRARY.GIO);
699 	Linker.link(g_drive_eject_with_operation_finish, "g_drive_eject_with_operation_finish", LIBRARY.GIO);
700 	Linker.link(g_drive_enumerate_identifiers, "g_drive_enumerate_identifiers", LIBRARY.GIO);
701 	Linker.link(g_drive_get_icon, "g_drive_get_icon", LIBRARY.GIO);
702 	Linker.link(g_drive_get_identifier, "g_drive_get_identifier", LIBRARY.GIO);
703 	Linker.link(g_drive_get_name, "g_drive_get_name", LIBRARY.GIO);
704 	Linker.link(g_drive_get_sort_key, "g_drive_get_sort_key", LIBRARY.GIO);
705 	Linker.link(g_drive_get_start_stop_type, "g_drive_get_start_stop_type", LIBRARY.GIO);
706 	Linker.link(g_drive_get_symbolic_icon, "g_drive_get_symbolic_icon", LIBRARY.GIO);
707 	Linker.link(g_drive_get_volumes, "g_drive_get_volumes", LIBRARY.GIO);
708 	Linker.link(g_drive_has_media, "g_drive_has_media", LIBRARY.GIO);
709 	Linker.link(g_drive_has_volumes, "g_drive_has_volumes", LIBRARY.GIO);
710 	Linker.link(g_drive_is_media_check_automatic, "g_drive_is_media_check_automatic", LIBRARY.GIO);
711 	Linker.link(g_drive_is_media_removable, "g_drive_is_media_removable", LIBRARY.GIO);
712 	Linker.link(g_drive_is_removable, "g_drive_is_removable", LIBRARY.GIO);
713 	Linker.link(g_drive_poll_for_media, "g_drive_poll_for_media", LIBRARY.GIO);
714 	Linker.link(g_drive_poll_for_media_finish, "g_drive_poll_for_media_finish", LIBRARY.GIO);
715 	Linker.link(g_drive_start, "g_drive_start", LIBRARY.GIO);
716 	Linker.link(g_drive_start_finish, "g_drive_start_finish", LIBRARY.GIO);
717 	Linker.link(g_drive_stop, "g_drive_stop", LIBRARY.GIO);
718 	Linker.link(g_drive_stop_finish, "g_drive_stop_finish", LIBRARY.GIO);
719 
720 	// gio.DtlsClientConnection
721 
722 	Linker.link(g_dtls_client_connection_get_type, "g_dtls_client_connection_get_type", LIBRARY.GIO);
723 	Linker.link(g_dtls_client_connection_new, "g_dtls_client_connection_new", LIBRARY.GIO);
724 	Linker.link(g_dtls_client_connection_get_accepted_cas, "g_dtls_client_connection_get_accepted_cas", LIBRARY.GIO);
725 	Linker.link(g_dtls_client_connection_get_server_identity, "g_dtls_client_connection_get_server_identity", LIBRARY.GIO);
726 	Linker.link(g_dtls_client_connection_get_validation_flags, "g_dtls_client_connection_get_validation_flags", LIBRARY.GIO);
727 	Linker.link(g_dtls_client_connection_set_server_identity, "g_dtls_client_connection_set_server_identity", LIBRARY.GIO);
728 	Linker.link(g_dtls_client_connection_set_validation_flags, "g_dtls_client_connection_set_validation_flags", LIBRARY.GIO);
729 
730 	// gio.DtlsConnection
731 
732 	Linker.link(g_dtls_connection_get_type, "g_dtls_connection_get_type", LIBRARY.GIO);
733 	Linker.link(g_dtls_connection_close, "g_dtls_connection_close", LIBRARY.GIO);
734 	Linker.link(g_dtls_connection_close_async, "g_dtls_connection_close_async", LIBRARY.GIO);
735 	Linker.link(g_dtls_connection_close_finish, "g_dtls_connection_close_finish", LIBRARY.GIO);
736 	Linker.link(g_dtls_connection_emit_accept_certificate, "g_dtls_connection_emit_accept_certificate", LIBRARY.GIO);
737 	Linker.link(g_dtls_connection_get_certificate, "g_dtls_connection_get_certificate", LIBRARY.GIO);
738 	Linker.link(g_dtls_connection_get_database, "g_dtls_connection_get_database", LIBRARY.GIO);
739 	Linker.link(g_dtls_connection_get_interaction, "g_dtls_connection_get_interaction", LIBRARY.GIO);
740 	Linker.link(g_dtls_connection_get_peer_certificate, "g_dtls_connection_get_peer_certificate", LIBRARY.GIO);
741 	Linker.link(g_dtls_connection_get_peer_certificate_errors, "g_dtls_connection_get_peer_certificate_errors", LIBRARY.GIO);
742 	Linker.link(g_dtls_connection_get_rehandshake_mode, "g_dtls_connection_get_rehandshake_mode", LIBRARY.GIO);
743 	Linker.link(g_dtls_connection_get_require_close_notify, "g_dtls_connection_get_require_close_notify", LIBRARY.GIO);
744 	Linker.link(g_dtls_connection_handshake, "g_dtls_connection_handshake", LIBRARY.GIO);
745 	Linker.link(g_dtls_connection_handshake_async, "g_dtls_connection_handshake_async", LIBRARY.GIO);
746 	Linker.link(g_dtls_connection_handshake_finish, "g_dtls_connection_handshake_finish", LIBRARY.GIO);
747 	Linker.link(g_dtls_connection_set_certificate, "g_dtls_connection_set_certificate", LIBRARY.GIO);
748 	Linker.link(g_dtls_connection_set_database, "g_dtls_connection_set_database", LIBRARY.GIO);
749 	Linker.link(g_dtls_connection_set_interaction, "g_dtls_connection_set_interaction", LIBRARY.GIO);
750 	Linker.link(g_dtls_connection_set_rehandshake_mode, "g_dtls_connection_set_rehandshake_mode", LIBRARY.GIO);
751 	Linker.link(g_dtls_connection_set_require_close_notify, "g_dtls_connection_set_require_close_notify", LIBRARY.GIO);
752 	Linker.link(g_dtls_connection_shutdown, "g_dtls_connection_shutdown", LIBRARY.GIO);
753 	Linker.link(g_dtls_connection_shutdown_async, "g_dtls_connection_shutdown_async", LIBRARY.GIO);
754 	Linker.link(g_dtls_connection_shutdown_finish, "g_dtls_connection_shutdown_finish", LIBRARY.GIO);
755 
756 	// gio.DtlsServerConnection
757 
758 	Linker.link(g_dtls_server_connection_get_type, "g_dtls_server_connection_get_type", LIBRARY.GIO);
759 	Linker.link(g_dtls_server_connection_new, "g_dtls_server_connection_new", LIBRARY.GIO);
760 
761 	// gio.Emblem
762 
763 	Linker.link(g_emblem_get_type, "g_emblem_get_type", LIBRARY.GIO);
764 	Linker.link(g_emblem_new, "g_emblem_new", LIBRARY.GIO);
765 	Linker.link(g_emblem_new_with_origin, "g_emblem_new_with_origin", LIBRARY.GIO);
766 	Linker.link(g_emblem_get_icon, "g_emblem_get_icon", LIBRARY.GIO);
767 	Linker.link(g_emblem_get_origin, "g_emblem_get_origin", LIBRARY.GIO);
768 
769 	// gio.EmblemedIcon
770 
771 	Linker.link(g_emblemed_icon_get_type, "g_emblemed_icon_get_type", LIBRARY.GIO);
772 	Linker.link(g_emblemed_icon_new, "g_emblemed_icon_new", LIBRARY.GIO);
773 	Linker.link(g_emblemed_icon_add_emblem, "g_emblemed_icon_add_emblem", LIBRARY.GIO);
774 	Linker.link(g_emblemed_icon_clear_emblems, "g_emblemed_icon_clear_emblems", LIBRARY.GIO);
775 	Linker.link(g_emblemed_icon_get_emblems, "g_emblemed_icon_get_emblems", LIBRARY.GIO);
776 	Linker.link(g_emblemed_icon_get_icon, "g_emblemed_icon_get_icon", LIBRARY.GIO);
777 
778 	// gio.File
779 
780 	Linker.link(g_file_get_type, "g_file_get_type", LIBRARY.GIO);
781 	Linker.link(g_file_new_for_commandline_arg, "g_file_new_for_commandline_arg", LIBRARY.GIO);
782 	Linker.link(g_file_new_for_commandline_arg_and_cwd, "g_file_new_for_commandline_arg_and_cwd", LIBRARY.GIO);
783 	Linker.link(g_file_new_for_path, "g_file_new_for_path", LIBRARY.GIO);
784 	Linker.link(g_file_new_for_uri, "g_file_new_for_uri", LIBRARY.GIO);
785 	Linker.link(g_file_new_tmp, "g_file_new_tmp", LIBRARY.GIO);
786 	Linker.link(g_file_parse_name, "g_file_parse_name", LIBRARY.GIO);
787 	Linker.link(g_file_append_to, "g_file_append_to", LIBRARY.GIO);
788 	Linker.link(g_file_append_to_async, "g_file_append_to_async", LIBRARY.GIO);
789 	Linker.link(g_file_append_to_finish, "g_file_append_to_finish", LIBRARY.GIO);
790 	Linker.link(g_file_copy, "g_file_copy", LIBRARY.GIO);
791 	Linker.link(g_file_copy_async, "g_file_copy_async", LIBRARY.GIO);
792 	Linker.link(g_file_copy_attributes, "g_file_copy_attributes", LIBRARY.GIO);
793 	Linker.link(g_file_copy_finish, "g_file_copy_finish", LIBRARY.GIO);
794 	Linker.link(g_file_create, "g_file_create", LIBRARY.GIO);
795 	Linker.link(g_file_create_async, "g_file_create_async", LIBRARY.GIO);
796 	Linker.link(g_file_create_finish, "g_file_create_finish", LIBRARY.GIO);
797 	Linker.link(g_file_create_readwrite, "g_file_create_readwrite", LIBRARY.GIO);
798 	Linker.link(g_file_create_readwrite_async, "g_file_create_readwrite_async", LIBRARY.GIO);
799 	Linker.link(g_file_create_readwrite_finish, "g_file_create_readwrite_finish", LIBRARY.GIO);
800 	Linker.link(g_file_delete, "g_file_delete", LIBRARY.GIO);
801 	Linker.link(g_file_delete_async, "g_file_delete_async", LIBRARY.GIO);
802 	Linker.link(g_file_delete_finish, "g_file_delete_finish", LIBRARY.GIO);
803 	Linker.link(g_file_dup, "g_file_dup", LIBRARY.GIO);
804 	Linker.link(g_file_eject_mountable, "g_file_eject_mountable", LIBRARY.GIO);
805 	Linker.link(g_file_eject_mountable_finish, "g_file_eject_mountable_finish", LIBRARY.GIO);
806 	Linker.link(g_file_eject_mountable_with_operation, "g_file_eject_mountable_with_operation", LIBRARY.GIO);
807 	Linker.link(g_file_eject_mountable_with_operation_finish, "g_file_eject_mountable_with_operation_finish", LIBRARY.GIO);
808 	Linker.link(g_file_enumerate_children, "g_file_enumerate_children", LIBRARY.GIO);
809 	Linker.link(g_file_enumerate_children_async, "g_file_enumerate_children_async", LIBRARY.GIO);
810 	Linker.link(g_file_enumerate_children_finish, "g_file_enumerate_children_finish", LIBRARY.GIO);
811 	Linker.link(g_file_equal, "g_file_equal", LIBRARY.GIO);
812 	Linker.link(g_file_find_enclosing_mount, "g_file_find_enclosing_mount", LIBRARY.GIO);
813 	Linker.link(g_file_find_enclosing_mount_async, "g_file_find_enclosing_mount_async", LIBRARY.GIO);
814 	Linker.link(g_file_find_enclosing_mount_finish, "g_file_find_enclosing_mount_finish", LIBRARY.GIO);
815 	Linker.link(g_file_get_basename, "g_file_get_basename", LIBRARY.GIO);
816 	Linker.link(g_file_get_child, "g_file_get_child", LIBRARY.GIO);
817 	Linker.link(g_file_get_child_for_display_name, "g_file_get_child_for_display_name", LIBRARY.GIO);
818 	Linker.link(g_file_get_parent, "g_file_get_parent", LIBRARY.GIO);
819 	Linker.link(g_file_get_parse_name, "g_file_get_parse_name", LIBRARY.GIO);
820 	Linker.link(g_file_get_path, "g_file_get_path", LIBRARY.GIO);
821 	Linker.link(g_file_get_relative_path, "g_file_get_relative_path", LIBRARY.GIO);
822 	Linker.link(g_file_get_uri, "g_file_get_uri", LIBRARY.GIO);
823 	Linker.link(g_file_get_uri_scheme, "g_file_get_uri_scheme", LIBRARY.GIO);
824 	Linker.link(g_file_has_parent, "g_file_has_parent", LIBRARY.GIO);
825 	Linker.link(g_file_has_prefix, "g_file_has_prefix", LIBRARY.GIO);
826 	Linker.link(g_file_has_uri_scheme, "g_file_has_uri_scheme", LIBRARY.GIO);
827 	Linker.link(g_file_hash, "g_file_hash", LIBRARY.GIO);
828 	Linker.link(g_file_is_native, "g_file_is_native", LIBRARY.GIO);
829 	Linker.link(g_file_load_contents, "g_file_load_contents", LIBRARY.GIO);
830 	Linker.link(g_file_load_contents_async, "g_file_load_contents_async", LIBRARY.GIO);
831 	Linker.link(g_file_load_contents_finish, "g_file_load_contents_finish", LIBRARY.GIO);
832 	Linker.link(g_file_load_partial_contents_async, "g_file_load_partial_contents_async", LIBRARY.GIO);
833 	Linker.link(g_file_load_partial_contents_finish, "g_file_load_partial_contents_finish", LIBRARY.GIO);
834 	Linker.link(g_file_make_directory, "g_file_make_directory", LIBRARY.GIO);
835 	Linker.link(g_file_make_directory_async, "g_file_make_directory_async", LIBRARY.GIO);
836 	Linker.link(g_file_make_directory_finish, "g_file_make_directory_finish", LIBRARY.GIO);
837 	Linker.link(g_file_make_directory_with_parents, "g_file_make_directory_with_parents", LIBRARY.GIO);
838 	Linker.link(g_file_make_symbolic_link, "g_file_make_symbolic_link", LIBRARY.GIO);
839 	Linker.link(g_file_measure_disk_usage, "g_file_measure_disk_usage", LIBRARY.GIO);
840 	Linker.link(g_file_measure_disk_usage_async, "g_file_measure_disk_usage_async", LIBRARY.GIO);
841 	Linker.link(g_file_measure_disk_usage_finish, "g_file_measure_disk_usage_finish", LIBRARY.GIO);
842 	Linker.link(g_file_monitor, "g_file_monitor", LIBRARY.GIO);
843 	Linker.link(g_file_monitor_directory, "g_file_monitor_directory", LIBRARY.GIO);
844 	Linker.link(g_file_monitor_file, "g_file_monitor_file", LIBRARY.GIO);
845 	Linker.link(g_file_mount_enclosing_volume, "g_file_mount_enclosing_volume", LIBRARY.GIO);
846 	Linker.link(g_file_mount_enclosing_volume_finish, "g_file_mount_enclosing_volume_finish", LIBRARY.GIO);
847 	Linker.link(g_file_mount_mountable, "g_file_mount_mountable", LIBRARY.GIO);
848 	Linker.link(g_file_mount_mountable_finish, "g_file_mount_mountable_finish", LIBRARY.GIO);
849 	Linker.link(g_file_move, "g_file_move", LIBRARY.GIO);
850 	Linker.link(g_file_open_readwrite, "g_file_open_readwrite", LIBRARY.GIO);
851 	Linker.link(g_file_open_readwrite_async, "g_file_open_readwrite_async", LIBRARY.GIO);
852 	Linker.link(g_file_open_readwrite_finish, "g_file_open_readwrite_finish", LIBRARY.GIO);
853 	Linker.link(g_file_poll_mountable, "g_file_poll_mountable", LIBRARY.GIO);
854 	Linker.link(g_file_poll_mountable_finish, "g_file_poll_mountable_finish", LIBRARY.GIO);
855 	Linker.link(g_file_query_default_handler, "g_file_query_default_handler", LIBRARY.GIO);
856 	Linker.link(g_file_query_exists, "g_file_query_exists", LIBRARY.GIO);
857 	Linker.link(g_file_query_file_type, "g_file_query_file_type", LIBRARY.GIO);
858 	Linker.link(g_file_query_filesystem_info, "g_file_query_filesystem_info", LIBRARY.GIO);
859 	Linker.link(g_file_query_filesystem_info_async, "g_file_query_filesystem_info_async", LIBRARY.GIO);
860 	Linker.link(g_file_query_filesystem_info_finish, "g_file_query_filesystem_info_finish", LIBRARY.GIO);
861 	Linker.link(g_file_query_info, "g_file_query_info", LIBRARY.GIO);
862 	Linker.link(g_file_query_info_async, "g_file_query_info_async", LIBRARY.GIO);
863 	Linker.link(g_file_query_info_finish, "g_file_query_info_finish", LIBRARY.GIO);
864 	Linker.link(g_file_query_settable_attributes, "g_file_query_settable_attributes", LIBRARY.GIO);
865 	Linker.link(g_file_query_writable_namespaces, "g_file_query_writable_namespaces", LIBRARY.GIO);
866 	Linker.link(g_file_read, "g_file_read", LIBRARY.GIO);
867 	Linker.link(g_file_read_async, "g_file_read_async", LIBRARY.GIO);
868 	Linker.link(g_file_read_finish, "g_file_read_finish", LIBRARY.GIO);
869 	Linker.link(g_file_replace, "g_file_replace", LIBRARY.GIO);
870 	Linker.link(g_file_replace_async, "g_file_replace_async", LIBRARY.GIO);
871 	Linker.link(g_file_replace_contents, "g_file_replace_contents", LIBRARY.GIO);
872 	Linker.link(g_file_replace_contents_async, "g_file_replace_contents_async", LIBRARY.GIO);
873 	Linker.link(g_file_replace_contents_bytes_async, "g_file_replace_contents_bytes_async", LIBRARY.GIO);
874 	Linker.link(g_file_replace_contents_finish, "g_file_replace_contents_finish", LIBRARY.GIO);
875 	Linker.link(g_file_replace_finish, "g_file_replace_finish", LIBRARY.GIO);
876 	Linker.link(g_file_replace_readwrite, "g_file_replace_readwrite", LIBRARY.GIO);
877 	Linker.link(g_file_replace_readwrite_async, "g_file_replace_readwrite_async", LIBRARY.GIO);
878 	Linker.link(g_file_replace_readwrite_finish, "g_file_replace_readwrite_finish", LIBRARY.GIO);
879 	Linker.link(g_file_resolve_relative_path, "g_file_resolve_relative_path", LIBRARY.GIO);
880 	Linker.link(g_file_set_attribute, "g_file_set_attribute", LIBRARY.GIO);
881 	Linker.link(g_file_set_attribute_byte_string, "g_file_set_attribute_byte_string", LIBRARY.GIO);
882 	Linker.link(g_file_set_attribute_int32, "g_file_set_attribute_int32", LIBRARY.GIO);
883 	Linker.link(g_file_set_attribute_int64, "g_file_set_attribute_int64", LIBRARY.GIO);
884 	Linker.link(g_file_set_attribute_string, "g_file_set_attribute_string", LIBRARY.GIO);
885 	Linker.link(g_file_set_attribute_uint32, "g_file_set_attribute_uint32", LIBRARY.GIO);
886 	Linker.link(g_file_set_attribute_uint64, "g_file_set_attribute_uint64", LIBRARY.GIO);
887 	Linker.link(g_file_set_attributes_async, "g_file_set_attributes_async", LIBRARY.GIO);
888 	Linker.link(g_file_set_attributes_finish, "g_file_set_attributes_finish", LIBRARY.GIO);
889 	Linker.link(g_file_set_attributes_from_info, "g_file_set_attributes_from_info", LIBRARY.GIO);
890 	Linker.link(g_file_set_display_name, "g_file_set_display_name", LIBRARY.GIO);
891 	Linker.link(g_file_set_display_name_async, "g_file_set_display_name_async", LIBRARY.GIO);
892 	Linker.link(g_file_set_display_name_finish, "g_file_set_display_name_finish", LIBRARY.GIO);
893 	Linker.link(g_file_start_mountable, "g_file_start_mountable", LIBRARY.GIO);
894 	Linker.link(g_file_start_mountable_finish, "g_file_start_mountable_finish", LIBRARY.GIO);
895 	Linker.link(g_file_stop_mountable, "g_file_stop_mountable", LIBRARY.GIO);
896 	Linker.link(g_file_stop_mountable_finish, "g_file_stop_mountable_finish", LIBRARY.GIO);
897 	Linker.link(g_file_supports_thread_contexts, "g_file_supports_thread_contexts", LIBRARY.GIO);
898 	Linker.link(g_file_trash, "g_file_trash", LIBRARY.GIO);
899 	Linker.link(g_file_trash_async, "g_file_trash_async", LIBRARY.GIO);
900 	Linker.link(g_file_trash_finish, "g_file_trash_finish", LIBRARY.GIO);
901 	Linker.link(g_file_unmount_mountable, "g_file_unmount_mountable", LIBRARY.GIO);
902 	Linker.link(g_file_unmount_mountable_finish, "g_file_unmount_mountable_finish", LIBRARY.GIO);
903 	Linker.link(g_file_unmount_mountable_with_operation, "g_file_unmount_mountable_with_operation", LIBRARY.GIO);
904 	Linker.link(g_file_unmount_mountable_with_operation_finish, "g_file_unmount_mountable_with_operation_finish", LIBRARY.GIO);
905 
906 	// gio.FileAttributeInfoList
907 
908 	Linker.link(g_file_attribute_info_list_get_type, "g_file_attribute_info_list_get_type", LIBRARY.GIO);
909 	Linker.link(g_file_attribute_info_list_new, "g_file_attribute_info_list_new", LIBRARY.GIO);
910 	Linker.link(g_file_attribute_info_list_add, "g_file_attribute_info_list_add", LIBRARY.GIO);
911 	Linker.link(g_file_attribute_info_list_dup, "g_file_attribute_info_list_dup", LIBRARY.GIO);
912 	Linker.link(g_file_attribute_info_list_lookup, "g_file_attribute_info_list_lookup", LIBRARY.GIO);
913 	Linker.link(g_file_attribute_info_list_ref, "g_file_attribute_info_list_ref", LIBRARY.GIO);
914 	Linker.link(g_file_attribute_info_list_unref, "g_file_attribute_info_list_unref", LIBRARY.GIO);
915 
916 	// gio.FileAttributeMatcher
917 
918 	Linker.link(g_file_attribute_matcher_get_type, "g_file_attribute_matcher_get_type", LIBRARY.GIO);
919 	Linker.link(g_file_attribute_matcher_new, "g_file_attribute_matcher_new", LIBRARY.GIO);
920 	Linker.link(g_file_attribute_matcher_enumerate_namespace, "g_file_attribute_matcher_enumerate_namespace", LIBRARY.GIO);
921 	Linker.link(g_file_attribute_matcher_enumerate_next, "g_file_attribute_matcher_enumerate_next", LIBRARY.GIO);
922 	Linker.link(g_file_attribute_matcher_matches, "g_file_attribute_matcher_matches", LIBRARY.GIO);
923 	Linker.link(g_file_attribute_matcher_matches_only, "g_file_attribute_matcher_matches_only", LIBRARY.GIO);
924 	Linker.link(g_file_attribute_matcher_ref, "g_file_attribute_matcher_ref", LIBRARY.GIO);
925 	Linker.link(g_file_attribute_matcher_subtract, "g_file_attribute_matcher_subtract", LIBRARY.GIO);
926 	Linker.link(g_file_attribute_matcher_to_string, "g_file_attribute_matcher_to_string", LIBRARY.GIO);
927 	Linker.link(g_file_attribute_matcher_unref, "g_file_attribute_matcher_unref", LIBRARY.GIO);
928 
929 	// gio.FileDescriptorBased
930 
931 	Linker.link(g_file_descriptor_based_get_type, "g_file_descriptor_based_get_type", LIBRARY.GIO);
932 	Linker.link(g_file_descriptor_based_get_fd, "g_file_descriptor_based_get_fd", LIBRARY.GIO);
933 
934 	// gio.FileEnumerator
935 
936 	Linker.link(g_file_enumerator_get_type, "g_file_enumerator_get_type", LIBRARY.GIO);
937 	Linker.link(g_file_enumerator_close, "g_file_enumerator_close", LIBRARY.GIO);
938 	Linker.link(g_file_enumerator_close_async, "g_file_enumerator_close_async", LIBRARY.GIO);
939 	Linker.link(g_file_enumerator_close_finish, "g_file_enumerator_close_finish", LIBRARY.GIO);
940 	Linker.link(g_file_enumerator_get_child, "g_file_enumerator_get_child", LIBRARY.GIO);
941 	Linker.link(g_file_enumerator_get_container, "g_file_enumerator_get_container", LIBRARY.GIO);
942 	Linker.link(g_file_enumerator_has_pending, "g_file_enumerator_has_pending", LIBRARY.GIO);
943 	Linker.link(g_file_enumerator_is_closed, "g_file_enumerator_is_closed", LIBRARY.GIO);
944 	Linker.link(g_file_enumerator_iterate, "g_file_enumerator_iterate", LIBRARY.GIO);
945 	Linker.link(g_file_enumerator_next_file, "g_file_enumerator_next_file", LIBRARY.GIO);
946 	Linker.link(g_file_enumerator_next_files_async, "g_file_enumerator_next_files_async", LIBRARY.GIO);
947 	Linker.link(g_file_enumerator_next_files_finish, "g_file_enumerator_next_files_finish", LIBRARY.GIO);
948 	Linker.link(g_file_enumerator_set_pending, "g_file_enumerator_set_pending", LIBRARY.GIO);
949 
950 	// gio.FileIOStream
951 
952 	Linker.link(g_file_io_stream_get_type, "g_file_io_stream_get_type", LIBRARY.GIO);
953 	Linker.link(g_file_io_stream_get_etag, "g_file_io_stream_get_etag", LIBRARY.GIO);
954 	Linker.link(g_file_io_stream_query_info, "g_file_io_stream_query_info", LIBRARY.GIO);
955 	Linker.link(g_file_io_stream_query_info_async, "g_file_io_stream_query_info_async", LIBRARY.GIO);
956 	Linker.link(g_file_io_stream_query_info_finish, "g_file_io_stream_query_info_finish", LIBRARY.GIO);
957 
958 	// gio.FileIcon
959 
960 	Linker.link(g_file_icon_get_type, "g_file_icon_get_type", LIBRARY.GIO);
961 	Linker.link(g_file_icon_new, "g_file_icon_new", LIBRARY.GIO);
962 	Linker.link(g_file_icon_get_file, "g_file_icon_get_file", LIBRARY.GIO);
963 
964 	// gio.FileInfo
965 
966 	Linker.link(g_file_info_get_type, "g_file_info_get_type", LIBRARY.GIO);
967 	Linker.link(g_file_info_new, "g_file_info_new", LIBRARY.GIO);
968 	Linker.link(g_file_info_clear_status, "g_file_info_clear_status", LIBRARY.GIO);
969 	Linker.link(g_file_info_copy_into, "g_file_info_copy_into", LIBRARY.GIO);
970 	Linker.link(g_file_info_dup, "g_file_info_dup", LIBRARY.GIO);
971 	Linker.link(g_file_info_get_attribute_as_string, "g_file_info_get_attribute_as_string", LIBRARY.GIO);
972 	Linker.link(g_file_info_get_attribute_boolean, "g_file_info_get_attribute_boolean", LIBRARY.GIO);
973 	Linker.link(g_file_info_get_attribute_byte_string, "g_file_info_get_attribute_byte_string", LIBRARY.GIO);
974 	Linker.link(g_file_info_get_attribute_data, "g_file_info_get_attribute_data", LIBRARY.GIO);
975 	Linker.link(g_file_info_get_attribute_int32, "g_file_info_get_attribute_int32", LIBRARY.GIO);
976 	Linker.link(g_file_info_get_attribute_int64, "g_file_info_get_attribute_int64", LIBRARY.GIO);
977 	Linker.link(g_file_info_get_attribute_object, "g_file_info_get_attribute_object", LIBRARY.GIO);
978 	Linker.link(g_file_info_get_attribute_status, "g_file_info_get_attribute_status", LIBRARY.GIO);
979 	Linker.link(g_file_info_get_attribute_string, "g_file_info_get_attribute_string", LIBRARY.GIO);
980 	Linker.link(g_file_info_get_attribute_stringv, "g_file_info_get_attribute_stringv", LIBRARY.GIO);
981 	Linker.link(g_file_info_get_attribute_type, "g_file_info_get_attribute_type", LIBRARY.GIO);
982 	Linker.link(g_file_info_get_attribute_uint32, "g_file_info_get_attribute_uint32", LIBRARY.GIO);
983 	Linker.link(g_file_info_get_attribute_uint64, "g_file_info_get_attribute_uint64", LIBRARY.GIO);
984 	Linker.link(g_file_info_get_content_type, "g_file_info_get_content_type", LIBRARY.GIO);
985 	Linker.link(g_file_info_get_deletion_date, "g_file_info_get_deletion_date", LIBRARY.GIO);
986 	Linker.link(g_file_info_get_display_name, "g_file_info_get_display_name", LIBRARY.GIO);
987 	Linker.link(g_file_info_get_edit_name, "g_file_info_get_edit_name", LIBRARY.GIO);
988 	Linker.link(g_file_info_get_etag, "g_file_info_get_etag", LIBRARY.GIO);
989 	Linker.link(g_file_info_get_file_type, "g_file_info_get_file_type", LIBRARY.GIO);
990 	Linker.link(g_file_info_get_icon, "g_file_info_get_icon", LIBRARY.GIO);
991 	Linker.link(g_file_info_get_is_backup, "g_file_info_get_is_backup", LIBRARY.GIO);
992 	Linker.link(g_file_info_get_is_hidden, "g_file_info_get_is_hidden", LIBRARY.GIO);
993 	Linker.link(g_file_info_get_is_symlink, "g_file_info_get_is_symlink", LIBRARY.GIO);
994 	Linker.link(g_file_info_get_modification_time, "g_file_info_get_modification_time", LIBRARY.GIO);
995 	Linker.link(g_file_info_get_name, "g_file_info_get_name", LIBRARY.GIO);
996 	Linker.link(g_file_info_get_size, "g_file_info_get_size", LIBRARY.GIO);
997 	Linker.link(g_file_info_get_sort_order, "g_file_info_get_sort_order", LIBRARY.GIO);
998 	Linker.link(g_file_info_get_symbolic_icon, "g_file_info_get_symbolic_icon", LIBRARY.GIO);
999 	Linker.link(g_file_info_get_symlink_target, "g_file_info_get_symlink_target", LIBRARY.GIO);
1000 	Linker.link(g_file_info_has_attribute, "g_file_info_has_attribute", LIBRARY.GIO);
1001 	Linker.link(g_file_info_has_namespace, "g_file_info_has_namespace", LIBRARY.GIO);
1002 	Linker.link(g_file_info_list_attributes, "g_file_info_list_attributes", LIBRARY.GIO);
1003 	Linker.link(g_file_info_remove_attribute, "g_file_info_remove_attribute", LIBRARY.GIO);
1004 	Linker.link(g_file_info_set_attribute, "g_file_info_set_attribute", LIBRARY.GIO);
1005 	Linker.link(g_file_info_set_attribute_boolean, "g_file_info_set_attribute_boolean", LIBRARY.GIO);
1006 	Linker.link(g_file_info_set_attribute_byte_string, "g_file_info_set_attribute_byte_string", LIBRARY.GIO);
1007 	Linker.link(g_file_info_set_attribute_int32, "g_file_info_set_attribute_int32", LIBRARY.GIO);
1008 	Linker.link(g_file_info_set_attribute_int64, "g_file_info_set_attribute_int64", LIBRARY.GIO);
1009 	Linker.link(g_file_info_set_attribute_mask, "g_file_info_set_attribute_mask", LIBRARY.GIO);
1010 	Linker.link(g_file_info_set_attribute_object, "g_file_info_set_attribute_object", LIBRARY.GIO);
1011 	Linker.link(g_file_info_set_attribute_status, "g_file_info_set_attribute_status", LIBRARY.GIO);
1012 	Linker.link(g_file_info_set_attribute_string, "g_file_info_set_attribute_string", LIBRARY.GIO);
1013 	Linker.link(g_file_info_set_attribute_stringv, "g_file_info_set_attribute_stringv", LIBRARY.GIO);
1014 	Linker.link(g_file_info_set_attribute_uint32, "g_file_info_set_attribute_uint32", LIBRARY.GIO);
1015 	Linker.link(g_file_info_set_attribute_uint64, "g_file_info_set_attribute_uint64", LIBRARY.GIO);
1016 	Linker.link(g_file_info_set_content_type, "g_file_info_set_content_type", LIBRARY.GIO);
1017 	Linker.link(g_file_info_set_display_name, "g_file_info_set_display_name", LIBRARY.GIO);
1018 	Linker.link(g_file_info_set_edit_name, "g_file_info_set_edit_name", LIBRARY.GIO);
1019 	Linker.link(g_file_info_set_file_type, "g_file_info_set_file_type", LIBRARY.GIO);
1020 	Linker.link(g_file_info_set_icon, "g_file_info_set_icon", LIBRARY.GIO);
1021 	Linker.link(g_file_info_set_is_hidden, "g_file_info_set_is_hidden", LIBRARY.GIO);
1022 	Linker.link(g_file_info_set_is_symlink, "g_file_info_set_is_symlink", LIBRARY.GIO);
1023 	Linker.link(g_file_info_set_modification_time, "g_file_info_set_modification_time", LIBRARY.GIO);
1024 	Linker.link(g_file_info_set_name, "g_file_info_set_name", LIBRARY.GIO);
1025 	Linker.link(g_file_info_set_size, "g_file_info_set_size", LIBRARY.GIO);
1026 	Linker.link(g_file_info_set_sort_order, "g_file_info_set_sort_order", LIBRARY.GIO);
1027 	Linker.link(g_file_info_set_symbolic_icon, "g_file_info_set_symbolic_icon", LIBRARY.GIO);
1028 	Linker.link(g_file_info_set_symlink_target, "g_file_info_set_symlink_target", LIBRARY.GIO);
1029 	Linker.link(g_file_info_unset_attribute_mask, "g_file_info_unset_attribute_mask", LIBRARY.GIO);
1030 
1031 	// gio.FileInputStream
1032 
1033 	Linker.link(g_file_input_stream_get_type, "g_file_input_stream_get_type", LIBRARY.GIO);
1034 	Linker.link(g_file_input_stream_query_info, "g_file_input_stream_query_info", LIBRARY.GIO);
1035 	Linker.link(g_file_input_stream_query_info_async, "g_file_input_stream_query_info_async", LIBRARY.GIO);
1036 	Linker.link(g_file_input_stream_query_info_finish, "g_file_input_stream_query_info_finish", LIBRARY.GIO);
1037 
1038 	// gio.FileMonitor
1039 
1040 	Linker.link(g_file_monitor_get_type, "g_file_monitor_get_type", LIBRARY.GIO);
1041 	Linker.link(g_file_monitor_cancel, "g_file_monitor_cancel", LIBRARY.GIO);
1042 	Linker.link(g_file_monitor_emit_event, "g_file_monitor_emit_event", LIBRARY.GIO);
1043 	Linker.link(g_file_monitor_is_cancelled, "g_file_monitor_is_cancelled", LIBRARY.GIO);
1044 	Linker.link(g_file_monitor_set_rate_limit, "g_file_monitor_set_rate_limit", LIBRARY.GIO);
1045 
1046 	// gio.FileOutputStream
1047 
1048 	Linker.link(g_file_output_stream_get_type, "g_file_output_stream_get_type", LIBRARY.GIO);
1049 	Linker.link(g_file_output_stream_get_etag, "g_file_output_stream_get_etag", LIBRARY.GIO);
1050 	Linker.link(g_file_output_stream_query_info, "g_file_output_stream_query_info", LIBRARY.GIO);
1051 	Linker.link(g_file_output_stream_query_info_async, "g_file_output_stream_query_info_async", LIBRARY.GIO);
1052 	Linker.link(g_file_output_stream_query_info_finish, "g_file_output_stream_query_info_finish", LIBRARY.GIO);
1053 
1054 	// gio.FilenameCompleter
1055 
1056 	Linker.link(g_filename_completer_get_type, "g_filename_completer_get_type", LIBRARY.GIO);
1057 	Linker.link(g_filename_completer_new, "g_filename_completer_new", LIBRARY.GIO);
1058 	Linker.link(g_filename_completer_get_completion_suffix, "g_filename_completer_get_completion_suffix", LIBRARY.GIO);
1059 	Linker.link(g_filename_completer_get_completions, "g_filename_completer_get_completions", LIBRARY.GIO);
1060 	Linker.link(g_filename_completer_set_dirs_only, "g_filename_completer_set_dirs_only", LIBRARY.GIO);
1061 
1062 	// gio.FilterInputStream
1063 
1064 	Linker.link(g_filter_input_stream_get_type, "g_filter_input_stream_get_type", LIBRARY.GIO);
1065 	Linker.link(g_filter_input_stream_get_base_stream, "g_filter_input_stream_get_base_stream", LIBRARY.GIO);
1066 	Linker.link(g_filter_input_stream_get_close_base_stream, "g_filter_input_stream_get_close_base_stream", LIBRARY.GIO);
1067 	Linker.link(g_filter_input_stream_set_close_base_stream, "g_filter_input_stream_set_close_base_stream", LIBRARY.GIO);
1068 
1069 	// gio.FilterOutputStream
1070 
1071 	Linker.link(g_filter_output_stream_get_type, "g_filter_output_stream_get_type", LIBRARY.GIO);
1072 	Linker.link(g_filter_output_stream_get_base_stream, "g_filter_output_stream_get_base_stream", LIBRARY.GIO);
1073 	Linker.link(g_filter_output_stream_get_close_base_stream, "g_filter_output_stream_get_close_base_stream", LIBRARY.GIO);
1074 	Linker.link(g_filter_output_stream_set_close_base_stream, "g_filter_output_stream_set_close_base_stream", LIBRARY.GIO);
1075 
1076 	// gio.IOExtension
1077 
1078 	Linker.link(g_io_extension_get_name, "g_io_extension_get_name", LIBRARY.GIO);
1079 	Linker.link(g_io_extension_get_priority, "g_io_extension_get_priority", LIBRARY.GIO);
1080 	Linker.link(g_io_extension_get_type, "g_io_extension_get_type", LIBRARY.GIO);
1081 	Linker.link(g_io_extension_ref_class, "g_io_extension_ref_class", LIBRARY.GIO);
1082 
1083 	// gio.IOExtensionPoint
1084 
1085 	Linker.link(g_io_extension_point_get_extension_by_name, "g_io_extension_point_get_extension_by_name", LIBRARY.GIO);
1086 	Linker.link(g_io_extension_point_get_extensions, "g_io_extension_point_get_extensions", LIBRARY.GIO);
1087 	Linker.link(g_io_extension_point_get_required_type, "g_io_extension_point_get_required_type", LIBRARY.GIO);
1088 	Linker.link(g_io_extension_point_set_required_type, "g_io_extension_point_set_required_type", LIBRARY.GIO);
1089 	Linker.link(g_io_extension_point_implement, "g_io_extension_point_implement", LIBRARY.GIO);
1090 	Linker.link(g_io_extension_point_lookup, "g_io_extension_point_lookup", LIBRARY.GIO);
1091 	Linker.link(g_io_extension_point_register, "g_io_extension_point_register", LIBRARY.GIO);
1092 
1093 	// gio.IOModule
1094 
1095 	Linker.link(g_io_module_get_type, "g_io_module_get_type", LIBRARY.GIO);
1096 	Linker.link(g_io_module_new, "g_io_module_new", LIBRARY.GIO);
1097 	Linker.link(g_io_modules_load_all_in_directory, "g_io_modules_load_all_in_directory", LIBRARY.GIO);
1098 	Linker.link(g_io_modules_load_all_in_directory_with_scope, "g_io_modules_load_all_in_directory_with_scope", LIBRARY.GIO);
1099 	Linker.link(g_io_modules_scan_all_in_directory, "g_io_modules_scan_all_in_directory", LIBRARY.GIO);
1100 	Linker.link(g_io_modules_scan_all_in_directory_with_scope, "g_io_modules_scan_all_in_directory_with_scope", LIBRARY.GIO);
1101 
1102 	// gio.IOModuleScope
1103 
1104 	Linker.link(g_io_module_scope_block, "g_io_module_scope_block", LIBRARY.GIO);
1105 	Linker.link(g_io_module_scope_free, "g_io_module_scope_free", LIBRARY.GIO);
1106 	Linker.link(g_io_module_scope_new, "g_io_module_scope_new", LIBRARY.GIO);
1107 
1108 	// gio.IOSchedulerJob
1109 
1110 	Linker.link(g_io_scheduler_job_send_to_mainloop, "g_io_scheduler_job_send_to_mainloop", LIBRARY.GIO);
1111 	Linker.link(g_io_scheduler_job_send_to_mainloop_async, "g_io_scheduler_job_send_to_mainloop_async", LIBRARY.GIO);
1112 	Linker.link(g_io_scheduler_cancel_all_jobs, "g_io_scheduler_cancel_all_jobs", LIBRARY.GIO);
1113 	Linker.link(g_io_scheduler_push_job, "g_io_scheduler_push_job", LIBRARY.GIO);
1114 
1115 	// gio.IOStream
1116 
1117 	Linker.link(g_io_stream_get_type, "g_io_stream_get_type", LIBRARY.GIO);
1118 	Linker.link(g_io_stream_splice_finish, "g_io_stream_splice_finish", LIBRARY.GIO);
1119 	Linker.link(g_io_stream_clear_pending, "g_io_stream_clear_pending", LIBRARY.GIO);
1120 	Linker.link(g_io_stream_close, "g_io_stream_close", LIBRARY.GIO);
1121 	Linker.link(g_io_stream_close_async, "g_io_stream_close_async", LIBRARY.GIO);
1122 	Linker.link(g_io_stream_close_finish, "g_io_stream_close_finish", LIBRARY.GIO);
1123 	Linker.link(g_io_stream_get_input_stream, "g_io_stream_get_input_stream", LIBRARY.GIO);
1124 	Linker.link(g_io_stream_get_output_stream, "g_io_stream_get_output_stream", LIBRARY.GIO);
1125 	Linker.link(g_io_stream_has_pending, "g_io_stream_has_pending", LIBRARY.GIO);
1126 	Linker.link(g_io_stream_is_closed, "g_io_stream_is_closed", LIBRARY.GIO);
1127 	Linker.link(g_io_stream_set_pending, "g_io_stream_set_pending", LIBRARY.GIO);
1128 	Linker.link(g_io_stream_splice_async, "g_io_stream_splice_async", LIBRARY.GIO);
1129 
1130 	// gio.Icon
1131 
1132 	Linker.link(g_icon_get_type, "g_icon_get_type", LIBRARY.GIO);
1133 	Linker.link(g_icon_deserialize, "g_icon_deserialize", LIBRARY.GIO);
1134 	Linker.link(g_icon_hash, "g_icon_hash", LIBRARY.GIO);
1135 	Linker.link(g_icon_new_for_string, "g_icon_new_for_string", LIBRARY.GIO);
1136 	Linker.link(g_icon_equal, "g_icon_equal", LIBRARY.GIO);
1137 	Linker.link(g_icon_serialize, "g_icon_serialize", LIBRARY.GIO);
1138 	Linker.link(g_icon_to_string, "g_icon_to_string", LIBRARY.GIO);
1139 
1140 	// gio.InetAddress
1141 
1142 	Linker.link(g_inet_address_get_type, "g_inet_address_get_type", LIBRARY.GIO);
1143 	Linker.link(g_inet_address_new_any, "g_inet_address_new_any", LIBRARY.GIO);
1144 	Linker.link(g_inet_address_new_from_bytes, "g_inet_address_new_from_bytes", LIBRARY.GIO);
1145 	Linker.link(g_inet_address_new_from_string, "g_inet_address_new_from_string", LIBRARY.GIO);
1146 	Linker.link(g_inet_address_new_loopback, "g_inet_address_new_loopback", LIBRARY.GIO);
1147 	Linker.link(g_inet_address_equal, "g_inet_address_equal", LIBRARY.GIO);
1148 	Linker.link(g_inet_address_get_family, "g_inet_address_get_family", LIBRARY.GIO);
1149 	Linker.link(g_inet_address_get_is_any, "g_inet_address_get_is_any", LIBRARY.GIO);
1150 	Linker.link(g_inet_address_get_is_link_local, "g_inet_address_get_is_link_local", LIBRARY.GIO);
1151 	Linker.link(g_inet_address_get_is_loopback, "g_inet_address_get_is_loopback", LIBRARY.GIO);
1152 	Linker.link(g_inet_address_get_is_mc_global, "g_inet_address_get_is_mc_global", LIBRARY.GIO);
1153 	Linker.link(g_inet_address_get_is_mc_link_local, "g_inet_address_get_is_mc_link_local", LIBRARY.GIO);
1154 	Linker.link(g_inet_address_get_is_mc_node_local, "g_inet_address_get_is_mc_node_local", LIBRARY.GIO);
1155 	Linker.link(g_inet_address_get_is_mc_org_local, "g_inet_address_get_is_mc_org_local", LIBRARY.GIO);
1156 	Linker.link(g_inet_address_get_is_mc_site_local, "g_inet_address_get_is_mc_site_local", LIBRARY.GIO);
1157 	Linker.link(g_inet_address_get_is_multicast, "g_inet_address_get_is_multicast", LIBRARY.GIO);
1158 	Linker.link(g_inet_address_get_is_site_local, "g_inet_address_get_is_site_local", LIBRARY.GIO);
1159 	Linker.link(g_inet_address_get_native_size, "g_inet_address_get_native_size", LIBRARY.GIO);
1160 	Linker.link(g_inet_address_to_bytes, "g_inet_address_to_bytes", LIBRARY.GIO);
1161 	Linker.link(g_inet_address_to_string, "g_inet_address_to_string", LIBRARY.GIO);
1162 
1163 	// gio.InetAddressMask
1164 
1165 	Linker.link(g_inet_address_mask_get_type, "g_inet_address_mask_get_type", LIBRARY.GIO);
1166 	Linker.link(g_inet_address_mask_new, "g_inet_address_mask_new", LIBRARY.GIO);
1167 	Linker.link(g_inet_address_mask_new_from_string, "g_inet_address_mask_new_from_string", LIBRARY.GIO);
1168 	Linker.link(g_inet_address_mask_equal, "g_inet_address_mask_equal", LIBRARY.GIO);
1169 	Linker.link(g_inet_address_mask_get_address, "g_inet_address_mask_get_address", LIBRARY.GIO);
1170 	Linker.link(g_inet_address_mask_get_family, "g_inet_address_mask_get_family", LIBRARY.GIO);
1171 	Linker.link(g_inet_address_mask_get_length, "g_inet_address_mask_get_length", LIBRARY.GIO);
1172 	Linker.link(g_inet_address_mask_matches, "g_inet_address_mask_matches", LIBRARY.GIO);
1173 	Linker.link(g_inet_address_mask_to_string, "g_inet_address_mask_to_string", LIBRARY.GIO);
1174 
1175 	// gio.InetSocketAddress
1176 
1177 	Linker.link(g_inet_socket_address_get_type, "g_inet_socket_address_get_type", LIBRARY.GIO);
1178 	Linker.link(g_inet_socket_address_new, "g_inet_socket_address_new", LIBRARY.GIO);
1179 	Linker.link(g_inet_socket_address_new_from_string, "g_inet_socket_address_new_from_string", LIBRARY.GIO);
1180 	Linker.link(g_inet_socket_address_get_address, "g_inet_socket_address_get_address", LIBRARY.GIO);
1181 	Linker.link(g_inet_socket_address_get_flowinfo, "g_inet_socket_address_get_flowinfo", LIBRARY.GIO);
1182 	Linker.link(g_inet_socket_address_get_port, "g_inet_socket_address_get_port", LIBRARY.GIO);
1183 	Linker.link(g_inet_socket_address_get_scope_id, "g_inet_socket_address_get_scope_id", LIBRARY.GIO);
1184 
1185 	// gio.Initable
1186 
1187 	Linker.link(g_initable_get_type, "g_initable_get_type", LIBRARY.GIO);
1188 	Linker.link(g_initable_new, "g_initable_new", LIBRARY.GIO);
1189 	Linker.link(g_initable_new_valist, "g_initable_new_valist", LIBRARY.GIO);
1190 	Linker.link(g_initable_newv, "g_initable_newv", LIBRARY.GIO);
1191 	Linker.link(g_initable_init, "g_initable_init", LIBRARY.GIO);
1192 
1193 	// gio.InputStream
1194 
1195 	Linker.link(g_input_stream_get_type, "g_input_stream_get_type", LIBRARY.GIO);
1196 	Linker.link(g_input_stream_clear_pending, "g_input_stream_clear_pending", LIBRARY.GIO);
1197 	Linker.link(g_input_stream_close, "g_input_stream_close", LIBRARY.GIO);
1198 	Linker.link(g_input_stream_close_async, "g_input_stream_close_async", LIBRARY.GIO);
1199 	Linker.link(g_input_stream_close_finish, "g_input_stream_close_finish", LIBRARY.GIO);
1200 	Linker.link(g_input_stream_has_pending, "g_input_stream_has_pending", LIBRARY.GIO);
1201 	Linker.link(g_input_stream_is_closed, "g_input_stream_is_closed", LIBRARY.GIO);
1202 	Linker.link(g_input_stream_read, "g_input_stream_read", LIBRARY.GIO);
1203 	Linker.link(g_input_stream_read_all, "g_input_stream_read_all", LIBRARY.GIO);
1204 	Linker.link(g_input_stream_read_all_async, "g_input_stream_read_all_async", LIBRARY.GIO);
1205 	Linker.link(g_input_stream_read_all_finish, "g_input_stream_read_all_finish", LIBRARY.GIO);
1206 	Linker.link(g_input_stream_read_async, "g_input_stream_read_async", LIBRARY.GIO);
1207 	Linker.link(g_input_stream_read_bytes, "g_input_stream_read_bytes", LIBRARY.GIO);
1208 	Linker.link(g_input_stream_read_bytes_async, "g_input_stream_read_bytes_async", LIBRARY.GIO);
1209 	Linker.link(g_input_stream_read_bytes_finish, "g_input_stream_read_bytes_finish", LIBRARY.GIO);
1210 	Linker.link(g_input_stream_read_finish, "g_input_stream_read_finish", LIBRARY.GIO);
1211 	Linker.link(g_input_stream_set_pending, "g_input_stream_set_pending", LIBRARY.GIO);
1212 	Linker.link(g_input_stream_skip, "g_input_stream_skip", LIBRARY.GIO);
1213 	Linker.link(g_input_stream_skip_async, "g_input_stream_skip_async", LIBRARY.GIO);
1214 	Linker.link(g_input_stream_skip_finish, "g_input_stream_skip_finish", LIBRARY.GIO);
1215 
1216 	// gio.ListModel
1217 
1218 	Linker.link(g_list_model_get_type, "g_list_model_get_type", LIBRARY.GIO);
1219 	Linker.link(g_list_model_get_item, "g_list_model_get_item", LIBRARY.GIO);
1220 	Linker.link(g_list_model_get_item_type, "g_list_model_get_item_type", LIBRARY.GIO);
1221 	Linker.link(g_list_model_get_n_items, "g_list_model_get_n_items", LIBRARY.GIO);
1222 	Linker.link(g_list_model_get_object, "g_list_model_get_object", LIBRARY.GIO);
1223 	Linker.link(g_list_model_items_changed, "g_list_model_items_changed", LIBRARY.GIO);
1224 
1225 	// gio.ListStore
1226 
1227 	Linker.link(g_list_store_get_type, "g_list_store_get_type", LIBRARY.GIO);
1228 	Linker.link(g_list_store_new, "g_list_store_new", LIBRARY.GIO);
1229 	Linker.link(g_list_store_append, "g_list_store_append", LIBRARY.GIO);
1230 	Linker.link(g_list_store_insert, "g_list_store_insert", LIBRARY.GIO);
1231 	Linker.link(g_list_store_insert_sorted, "g_list_store_insert_sorted", LIBRARY.GIO);
1232 	Linker.link(g_list_store_remove, "g_list_store_remove", LIBRARY.GIO);
1233 	Linker.link(g_list_store_remove_all, "g_list_store_remove_all", LIBRARY.GIO);
1234 	Linker.link(g_list_store_sort, "g_list_store_sort", LIBRARY.GIO);
1235 	Linker.link(g_list_store_splice, "g_list_store_splice", LIBRARY.GIO);
1236 
1237 	// gio.LoadableIcon
1238 
1239 	Linker.link(g_loadable_icon_get_type, "g_loadable_icon_get_type", LIBRARY.GIO);
1240 	Linker.link(g_loadable_icon_load, "g_loadable_icon_load", LIBRARY.GIO);
1241 	Linker.link(g_loadable_icon_load_async, "g_loadable_icon_load_async", LIBRARY.GIO);
1242 	Linker.link(g_loadable_icon_load_finish, "g_loadable_icon_load_finish", LIBRARY.GIO);
1243 
1244 	// gio.MemoryInputStream
1245 
1246 	Linker.link(g_memory_input_stream_get_type, "g_memory_input_stream_get_type", LIBRARY.GIO);
1247 	Linker.link(g_memory_input_stream_new, "g_memory_input_stream_new", LIBRARY.GIO);
1248 	Linker.link(g_memory_input_stream_new_from_bytes, "g_memory_input_stream_new_from_bytes", LIBRARY.GIO);
1249 	Linker.link(g_memory_input_stream_new_from_data, "g_memory_input_stream_new_from_data", LIBRARY.GIO);
1250 	Linker.link(g_memory_input_stream_add_bytes, "g_memory_input_stream_add_bytes", LIBRARY.GIO);
1251 	Linker.link(g_memory_input_stream_add_data, "g_memory_input_stream_add_data", LIBRARY.GIO);
1252 
1253 	// gio.MemoryOutputStream
1254 
1255 	Linker.link(g_memory_output_stream_get_type, "g_memory_output_stream_get_type", LIBRARY.GIO);
1256 	Linker.link(g_memory_output_stream_new, "g_memory_output_stream_new", LIBRARY.GIO);
1257 	Linker.link(g_memory_output_stream_new_resizable, "g_memory_output_stream_new_resizable", LIBRARY.GIO);
1258 	Linker.link(g_memory_output_stream_get_data, "g_memory_output_stream_get_data", LIBRARY.GIO);
1259 	Linker.link(g_memory_output_stream_get_data_size, "g_memory_output_stream_get_data_size", LIBRARY.GIO);
1260 	Linker.link(g_memory_output_stream_get_size, "g_memory_output_stream_get_size", LIBRARY.GIO);
1261 	Linker.link(g_memory_output_stream_steal_as_bytes, "g_memory_output_stream_steal_as_bytes", LIBRARY.GIO);
1262 	Linker.link(g_memory_output_stream_steal_data, "g_memory_output_stream_steal_data", LIBRARY.GIO);
1263 
1264 	// gio.Menu
1265 
1266 	Linker.link(g_menu_get_type, "g_menu_get_type", LIBRARY.GIO);
1267 	Linker.link(g_menu_new, "g_menu_new", LIBRARY.GIO);
1268 	Linker.link(g_menu_append, "g_menu_append", LIBRARY.GIO);
1269 	Linker.link(g_menu_append_item, "g_menu_append_item", LIBRARY.GIO);
1270 	Linker.link(g_menu_append_section, "g_menu_append_section", LIBRARY.GIO);
1271 	Linker.link(g_menu_append_submenu, "g_menu_append_submenu", LIBRARY.GIO);
1272 	Linker.link(g_menu_freeze, "g_menu_freeze", LIBRARY.GIO);
1273 	Linker.link(g_menu_insert, "g_menu_insert", LIBRARY.GIO);
1274 	Linker.link(g_menu_insert_item, "g_menu_insert_item", LIBRARY.GIO);
1275 	Linker.link(g_menu_insert_section, "g_menu_insert_section", LIBRARY.GIO);
1276 	Linker.link(g_menu_insert_submenu, "g_menu_insert_submenu", LIBRARY.GIO);
1277 	Linker.link(g_menu_prepend, "g_menu_prepend", LIBRARY.GIO);
1278 	Linker.link(g_menu_prepend_item, "g_menu_prepend_item", LIBRARY.GIO);
1279 	Linker.link(g_menu_prepend_section, "g_menu_prepend_section", LIBRARY.GIO);
1280 	Linker.link(g_menu_prepend_submenu, "g_menu_prepend_submenu", LIBRARY.GIO);
1281 	Linker.link(g_menu_remove, "g_menu_remove", LIBRARY.GIO);
1282 	Linker.link(g_menu_remove_all, "g_menu_remove_all", LIBRARY.GIO);
1283 
1284 	// gio.MenuAttributeIter
1285 
1286 	Linker.link(g_menu_attribute_iter_get_type, "g_menu_attribute_iter_get_type", LIBRARY.GIO);
1287 	Linker.link(g_menu_attribute_iter_get_name, "g_menu_attribute_iter_get_name", LIBRARY.GIO);
1288 	Linker.link(g_menu_attribute_iter_get_next, "g_menu_attribute_iter_get_next", LIBRARY.GIO);
1289 	Linker.link(g_menu_attribute_iter_get_value, "g_menu_attribute_iter_get_value", LIBRARY.GIO);
1290 	Linker.link(g_menu_attribute_iter_next, "g_menu_attribute_iter_next", LIBRARY.GIO);
1291 
1292 	// gio.MenuItem
1293 
1294 	Linker.link(g_menu_item_get_type, "g_menu_item_get_type", LIBRARY.GIO);
1295 	Linker.link(g_menu_item_new, "g_menu_item_new", LIBRARY.GIO);
1296 	Linker.link(g_menu_item_new_from_model, "g_menu_item_new_from_model", LIBRARY.GIO);
1297 	Linker.link(g_menu_item_new_section, "g_menu_item_new_section", LIBRARY.GIO);
1298 	Linker.link(g_menu_item_new_submenu, "g_menu_item_new_submenu", LIBRARY.GIO);
1299 	Linker.link(g_menu_item_get_attribute, "g_menu_item_get_attribute", LIBRARY.GIO);
1300 	Linker.link(g_menu_item_get_attribute_value, "g_menu_item_get_attribute_value", LIBRARY.GIO);
1301 	Linker.link(g_menu_item_get_link, "g_menu_item_get_link", LIBRARY.GIO);
1302 	Linker.link(g_menu_item_set_action_and_target, "g_menu_item_set_action_and_target", LIBRARY.GIO);
1303 	Linker.link(g_menu_item_set_action_and_target_value, "g_menu_item_set_action_and_target_value", LIBRARY.GIO);
1304 	Linker.link(g_menu_item_set_attribute, "g_menu_item_set_attribute", LIBRARY.GIO);
1305 	Linker.link(g_menu_item_set_attribute_value, "g_menu_item_set_attribute_value", LIBRARY.GIO);
1306 	Linker.link(g_menu_item_set_detailed_action, "g_menu_item_set_detailed_action", LIBRARY.GIO);
1307 	Linker.link(g_menu_item_set_icon, "g_menu_item_set_icon", LIBRARY.GIO);
1308 	Linker.link(g_menu_item_set_label, "g_menu_item_set_label", LIBRARY.GIO);
1309 	Linker.link(g_menu_item_set_link, "g_menu_item_set_link", LIBRARY.GIO);
1310 	Linker.link(g_menu_item_set_section, "g_menu_item_set_section", LIBRARY.GIO);
1311 	Linker.link(g_menu_item_set_submenu, "g_menu_item_set_submenu", LIBRARY.GIO);
1312 
1313 	// gio.MenuLinkIter
1314 
1315 	Linker.link(g_menu_link_iter_get_type, "g_menu_link_iter_get_type", LIBRARY.GIO);
1316 	Linker.link(g_menu_link_iter_get_name, "g_menu_link_iter_get_name", LIBRARY.GIO);
1317 	Linker.link(g_menu_link_iter_get_next, "g_menu_link_iter_get_next", LIBRARY.GIO);
1318 	Linker.link(g_menu_link_iter_get_value, "g_menu_link_iter_get_value", LIBRARY.GIO);
1319 	Linker.link(g_menu_link_iter_next, "g_menu_link_iter_next", LIBRARY.GIO);
1320 
1321 	// gio.MenuModel
1322 
1323 	Linker.link(g_menu_model_get_type, "g_menu_model_get_type", LIBRARY.GIO);
1324 	Linker.link(g_menu_model_get_item_attribute, "g_menu_model_get_item_attribute", LIBRARY.GIO);
1325 	Linker.link(g_menu_model_get_item_attribute_value, "g_menu_model_get_item_attribute_value", LIBRARY.GIO);
1326 	Linker.link(g_menu_model_get_item_link, "g_menu_model_get_item_link", LIBRARY.GIO);
1327 	Linker.link(g_menu_model_get_n_items, "g_menu_model_get_n_items", LIBRARY.GIO);
1328 	Linker.link(g_menu_model_is_mutable, "g_menu_model_is_mutable", LIBRARY.GIO);
1329 	Linker.link(g_menu_model_items_changed, "g_menu_model_items_changed", LIBRARY.GIO);
1330 	Linker.link(g_menu_model_iterate_item_attributes, "g_menu_model_iterate_item_attributes", LIBRARY.GIO);
1331 	Linker.link(g_menu_model_iterate_item_links, "g_menu_model_iterate_item_links", LIBRARY.GIO);
1332 
1333 	// gio.Mount
1334 
1335 	Linker.link(g_mount_get_type, "g_mount_get_type", LIBRARY.GIO);
1336 	Linker.link(g_mount_can_eject, "g_mount_can_eject", LIBRARY.GIO);
1337 	Linker.link(g_mount_can_unmount, "g_mount_can_unmount", LIBRARY.GIO);
1338 	Linker.link(g_mount_eject, "g_mount_eject", LIBRARY.GIO);
1339 	Linker.link(g_mount_eject_finish, "g_mount_eject_finish", LIBRARY.GIO);
1340 	Linker.link(g_mount_eject_with_operation, "g_mount_eject_with_operation", LIBRARY.GIO);
1341 	Linker.link(g_mount_eject_with_operation_finish, "g_mount_eject_with_operation_finish", LIBRARY.GIO);
1342 	Linker.link(g_mount_get_default_location, "g_mount_get_default_location", LIBRARY.GIO);
1343 	Linker.link(g_mount_get_drive, "g_mount_get_drive", LIBRARY.GIO);
1344 	Linker.link(g_mount_get_icon, "g_mount_get_icon", LIBRARY.GIO);
1345 	Linker.link(g_mount_get_name, "g_mount_get_name", LIBRARY.GIO);
1346 	Linker.link(g_mount_get_root, "g_mount_get_root", LIBRARY.GIO);
1347 	Linker.link(g_mount_get_sort_key, "g_mount_get_sort_key", LIBRARY.GIO);
1348 	Linker.link(g_mount_get_symbolic_icon, "g_mount_get_symbolic_icon", LIBRARY.GIO);
1349 	Linker.link(g_mount_get_uuid, "g_mount_get_uuid", LIBRARY.GIO);
1350 	Linker.link(g_mount_get_volume, "g_mount_get_volume", LIBRARY.GIO);
1351 	Linker.link(g_mount_guess_content_type, "g_mount_guess_content_type", LIBRARY.GIO);
1352 	Linker.link(g_mount_guess_content_type_finish, "g_mount_guess_content_type_finish", LIBRARY.GIO);
1353 	Linker.link(g_mount_guess_content_type_sync, "g_mount_guess_content_type_sync", LIBRARY.GIO);
1354 	Linker.link(g_mount_is_shadowed, "g_mount_is_shadowed", LIBRARY.GIO);
1355 	Linker.link(g_mount_remount, "g_mount_remount", LIBRARY.GIO);
1356 	Linker.link(g_mount_remount_finish, "g_mount_remount_finish", LIBRARY.GIO);
1357 	Linker.link(g_mount_shadow, "g_mount_shadow", LIBRARY.GIO);
1358 	Linker.link(g_mount_unmount, "g_mount_unmount", LIBRARY.GIO);
1359 	Linker.link(g_mount_unmount_finish, "g_mount_unmount_finish", LIBRARY.GIO);
1360 	Linker.link(g_mount_unmount_with_operation, "g_mount_unmount_with_operation", LIBRARY.GIO);
1361 	Linker.link(g_mount_unmount_with_operation_finish, "g_mount_unmount_with_operation_finish", LIBRARY.GIO);
1362 	Linker.link(g_mount_unshadow, "g_mount_unshadow", LIBRARY.GIO);
1363 
1364 	// gio.MountOperation
1365 
1366 	Linker.link(g_mount_operation_get_type, "g_mount_operation_get_type", LIBRARY.GIO);
1367 	Linker.link(g_mount_operation_new, "g_mount_operation_new", LIBRARY.GIO);
1368 	Linker.link(g_mount_operation_get_anonymous, "g_mount_operation_get_anonymous", LIBRARY.GIO);
1369 	Linker.link(g_mount_operation_get_choice, "g_mount_operation_get_choice", LIBRARY.GIO);
1370 	Linker.link(g_mount_operation_get_domain, "g_mount_operation_get_domain", LIBRARY.GIO);
1371 	Linker.link(g_mount_operation_get_password, "g_mount_operation_get_password", LIBRARY.GIO);
1372 	Linker.link(g_mount_operation_get_password_save, "g_mount_operation_get_password_save", LIBRARY.GIO);
1373 	Linker.link(g_mount_operation_get_username, "g_mount_operation_get_username", LIBRARY.GIO);
1374 	Linker.link(g_mount_operation_reply, "g_mount_operation_reply", LIBRARY.GIO);
1375 	Linker.link(g_mount_operation_set_anonymous, "g_mount_operation_set_anonymous", LIBRARY.GIO);
1376 	Linker.link(g_mount_operation_set_choice, "g_mount_operation_set_choice", LIBRARY.GIO);
1377 	Linker.link(g_mount_operation_set_domain, "g_mount_operation_set_domain", LIBRARY.GIO);
1378 	Linker.link(g_mount_operation_set_password, "g_mount_operation_set_password", LIBRARY.GIO);
1379 	Linker.link(g_mount_operation_set_password_save, "g_mount_operation_set_password_save", LIBRARY.GIO);
1380 	Linker.link(g_mount_operation_set_username, "g_mount_operation_set_username", LIBRARY.GIO);
1381 
1382 	// gio.NativeVolumeMonitor
1383 
1384 	Linker.link(g_native_volume_monitor_get_type, "g_native_volume_monitor_get_type", LIBRARY.GIO);
1385 
1386 	// gio.NetworkAddress
1387 
1388 	Linker.link(g_network_address_get_type, "g_network_address_get_type", LIBRARY.GIO);
1389 	Linker.link(g_network_address_new, "g_network_address_new", LIBRARY.GIO);
1390 	Linker.link(g_network_address_new_loopback, "g_network_address_new_loopback", LIBRARY.GIO);
1391 	Linker.link(g_network_address_parse, "g_network_address_parse", LIBRARY.GIO);
1392 	Linker.link(g_network_address_parse_uri, "g_network_address_parse_uri", LIBRARY.GIO);
1393 	Linker.link(g_network_address_get_hostname, "g_network_address_get_hostname", LIBRARY.GIO);
1394 	Linker.link(g_network_address_get_port, "g_network_address_get_port", LIBRARY.GIO);
1395 	Linker.link(g_network_address_get_scheme, "g_network_address_get_scheme", LIBRARY.GIO);
1396 
1397 	// gio.NetworkMonitor
1398 
1399 	Linker.link(g_network_monitor_get_type, "g_network_monitor_get_type", LIBRARY.GIO);
1400 	Linker.link(g_network_monitor_get_default, "g_network_monitor_get_default", LIBRARY.GIO);
1401 	Linker.link(g_network_monitor_can_reach, "g_network_monitor_can_reach", LIBRARY.GIO);
1402 	Linker.link(g_network_monitor_can_reach_async, "g_network_monitor_can_reach_async", LIBRARY.GIO);
1403 	Linker.link(g_network_monitor_can_reach_finish, "g_network_monitor_can_reach_finish", LIBRARY.GIO);
1404 	Linker.link(g_network_monitor_get_connectivity, "g_network_monitor_get_connectivity", LIBRARY.GIO);
1405 	Linker.link(g_network_monitor_get_network_available, "g_network_monitor_get_network_available", LIBRARY.GIO);
1406 	Linker.link(g_network_monitor_get_network_metered, "g_network_monitor_get_network_metered", LIBRARY.GIO);
1407 
1408 	// gio.NetworkService
1409 
1410 	Linker.link(g_network_service_get_type, "g_network_service_get_type", LIBRARY.GIO);
1411 	Linker.link(g_network_service_new, "g_network_service_new", LIBRARY.GIO);
1412 	Linker.link(g_network_service_get_domain, "g_network_service_get_domain", LIBRARY.GIO);
1413 	Linker.link(g_network_service_get_protocol, "g_network_service_get_protocol", LIBRARY.GIO);
1414 	Linker.link(g_network_service_get_scheme, "g_network_service_get_scheme", LIBRARY.GIO);
1415 	Linker.link(g_network_service_get_service, "g_network_service_get_service", LIBRARY.GIO);
1416 	Linker.link(g_network_service_set_scheme, "g_network_service_set_scheme", LIBRARY.GIO);
1417 
1418 	// gio.Notification
1419 
1420 	Linker.link(g_notification_get_type, "g_notification_get_type", LIBRARY.GIO);
1421 	Linker.link(g_notification_new, "g_notification_new", LIBRARY.GIO);
1422 	Linker.link(g_notification_add_button, "g_notification_add_button", LIBRARY.GIO);
1423 	Linker.link(g_notification_add_button_with_target, "g_notification_add_button_with_target", LIBRARY.GIO);
1424 	Linker.link(g_notification_add_button_with_target_value, "g_notification_add_button_with_target_value", LIBRARY.GIO);
1425 	Linker.link(g_notification_set_body, "g_notification_set_body", LIBRARY.GIO);
1426 	Linker.link(g_notification_set_default_action, "g_notification_set_default_action", LIBRARY.GIO);
1427 	Linker.link(g_notification_set_default_action_and_target, "g_notification_set_default_action_and_target", LIBRARY.GIO);
1428 	Linker.link(g_notification_set_default_action_and_target_value, "g_notification_set_default_action_and_target_value", LIBRARY.GIO);
1429 	Linker.link(g_notification_set_icon, "g_notification_set_icon", LIBRARY.GIO);
1430 	Linker.link(g_notification_set_priority, "g_notification_set_priority", LIBRARY.GIO);
1431 	Linker.link(g_notification_set_title, "g_notification_set_title", LIBRARY.GIO);
1432 	Linker.link(g_notification_set_urgent, "g_notification_set_urgent", LIBRARY.GIO);
1433 
1434 	// gio.OutputStream
1435 
1436 	Linker.link(g_output_stream_get_type, "g_output_stream_get_type", LIBRARY.GIO);
1437 	Linker.link(g_output_stream_clear_pending, "g_output_stream_clear_pending", LIBRARY.GIO);
1438 	Linker.link(g_output_stream_close, "g_output_stream_close", LIBRARY.GIO);
1439 	Linker.link(g_output_stream_close_async, "g_output_stream_close_async", LIBRARY.GIO);
1440 	Linker.link(g_output_stream_close_finish, "g_output_stream_close_finish", LIBRARY.GIO);
1441 	Linker.link(g_output_stream_flush, "g_output_stream_flush", LIBRARY.GIO);
1442 	Linker.link(g_output_stream_flush_async, "g_output_stream_flush_async", LIBRARY.GIO);
1443 	Linker.link(g_output_stream_flush_finish, "g_output_stream_flush_finish", LIBRARY.GIO);
1444 	Linker.link(g_output_stream_has_pending, "g_output_stream_has_pending", LIBRARY.GIO);
1445 	Linker.link(g_output_stream_is_closed, "g_output_stream_is_closed", LIBRARY.GIO);
1446 	Linker.link(g_output_stream_is_closing, "g_output_stream_is_closing", LIBRARY.GIO);
1447 	Linker.link(g_output_stream_printf, "g_output_stream_printf", LIBRARY.GIO);
1448 	Linker.link(g_output_stream_set_pending, "g_output_stream_set_pending", LIBRARY.GIO);
1449 	Linker.link(g_output_stream_splice, "g_output_stream_splice", LIBRARY.GIO);
1450 	Linker.link(g_output_stream_splice_async, "g_output_stream_splice_async", LIBRARY.GIO);
1451 	Linker.link(g_output_stream_splice_finish, "g_output_stream_splice_finish", LIBRARY.GIO);
1452 	Linker.link(g_output_stream_vprintf, "g_output_stream_vprintf", LIBRARY.GIO);
1453 	Linker.link(g_output_stream_write, "g_output_stream_write", LIBRARY.GIO);
1454 	Linker.link(g_output_stream_write_all, "g_output_stream_write_all", LIBRARY.GIO);
1455 	Linker.link(g_output_stream_write_all_async, "g_output_stream_write_all_async", LIBRARY.GIO);
1456 	Linker.link(g_output_stream_write_all_finish, "g_output_stream_write_all_finish", LIBRARY.GIO);
1457 	Linker.link(g_output_stream_write_async, "g_output_stream_write_async", LIBRARY.GIO);
1458 	Linker.link(g_output_stream_write_bytes, "g_output_stream_write_bytes", LIBRARY.GIO);
1459 	Linker.link(g_output_stream_write_bytes_async, "g_output_stream_write_bytes_async", LIBRARY.GIO);
1460 	Linker.link(g_output_stream_write_bytes_finish, "g_output_stream_write_bytes_finish", LIBRARY.GIO);
1461 	Linker.link(g_output_stream_write_finish, "g_output_stream_write_finish", LIBRARY.GIO);
1462 
1463 	// gio.Permission
1464 
1465 	Linker.link(g_permission_get_type, "g_permission_get_type", LIBRARY.GIO);
1466 	Linker.link(g_permission_acquire, "g_permission_acquire", LIBRARY.GIO);
1467 	Linker.link(g_permission_acquire_async, "g_permission_acquire_async", LIBRARY.GIO);
1468 	Linker.link(g_permission_acquire_finish, "g_permission_acquire_finish", LIBRARY.GIO);
1469 	Linker.link(g_permission_get_allowed, "g_permission_get_allowed", LIBRARY.GIO);
1470 	Linker.link(g_permission_get_can_acquire, "g_permission_get_can_acquire", LIBRARY.GIO);
1471 	Linker.link(g_permission_get_can_release, "g_permission_get_can_release", LIBRARY.GIO);
1472 	Linker.link(g_permission_impl_update, "g_permission_impl_update", LIBRARY.GIO);
1473 	Linker.link(g_permission_release, "g_permission_release", LIBRARY.GIO);
1474 	Linker.link(g_permission_release_async, "g_permission_release_async", LIBRARY.GIO);
1475 	Linker.link(g_permission_release_finish, "g_permission_release_finish", LIBRARY.GIO);
1476 
1477 	// gio.PollableInputStream
1478 
1479 	Linker.link(g_pollable_input_stream_get_type, "g_pollable_input_stream_get_type", LIBRARY.GIO);
1480 	Linker.link(g_pollable_input_stream_can_poll, "g_pollable_input_stream_can_poll", LIBRARY.GIO);
1481 	Linker.link(g_pollable_input_stream_create_source, "g_pollable_input_stream_create_source", LIBRARY.GIO);
1482 	Linker.link(g_pollable_input_stream_is_readable, "g_pollable_input_stream_is_readable", LIBRARY.GIO);
1483 	Linker.link(g_pollable_input_stream_read_nonblocking, "g_pollable_input_stream_read_nonblocking", LIBRARY.GIO);
1484 
1485 	// gio.PollableOutputStream
1486 
1487 	Linker.link(g_pollable_output_stream_get_type, "g_pollable_output_stream_get_type", LIBRARY.GIO);
1488 	Linker.link(g_pollable_output_stream_can_poll, "g_pollable_output_stream_can_poll", LIBRARY.GIO);
1489 	Linker.link(g_pollable_output_stream_create_source, "g_pollable_output_stream_create_source", LIBRARY.GIO);
1490 	Linker.link(g_pollable_output_stream_is_writable, "g_pollable_output_stream_is_writable", LIBRARY.GIO);
1491 	Linker.link(g_pollable_output_stream_write_nonblocking, "g_pollable_output_stream_write_nonblocking", LIBRARY.GIO);
1492 
1493 	// gio.PropertyAction
1494 
1495 	Linker.link(g_property_action_get_type, "g_property_action_get_type", LIBRARY.GIO);
1496 	Linker.link(g_property_action_new, "g_property_action_new", LIBRARY.GIO);
1497 
1498 	// gio.Proxy
1499 
1500 	Linker.link(g_proxy_get_type, "g_proxy_get_type", LIBRARY.GIO);
1501 	Linker.link(g_proxy_get_default_for_protocol, "g_proxy_get_default_for_protocol", LIBRARY.GIO);
1502 	Linker.link(g_proxy_connect, "g_proxy_connect", LIBRARY.GIO);
1503 	Linker.link(g_proxy_connect_async, "g_proxy_connect_async", LIBRARY.GIO);
1504 	Linker.link(g_proxy_connect_finish, "g_proxy_connect_finish", LIBRARY.GIO);
1505 	Linker.link(g_proxy_supports_hostname, "g_proxy_supports_hostname", LIBRARY.GIO);
1506 
1507 	// gio.ProxyAddress
1508 
1509 	Linker.link(g_proxy_address_get_type, "g_proxy_address_get_type", LIBRARY.GIO);
1510 	Linker.link(g_proxy_address_new, "g_proxy_address_new", LIBRARY.GIO);
1511 	Linker.link(g_proxy_address_get_destination_hostname, "g_proxy_address_get_destination_hostname", LIBRARY.GIO);
1512 	Linker.link(g_proxy_address_get_destination_port, "g_proxy_address_get_destination_port", LIBRARY.GIO);
1513 	Linker.link(g_proxy_address_get_destination_protocol, "g_proxy_address_get_destination_protocol", LIBRARY.GIO);
1514 	Linker.link(g_proxy_address_get_password, "g_proxy_address_get_password", LIBRARY.GIO);
1515 	Linker.link(g_proxy_address_get_protocol, "g_proxy_address_get_protocol", LIBRARY.GIO);
1516 	Linker.link(g_proxy_address_get_uri, "g_proxy_address_get_uri", LIBRARY.GIO);
1517 	Linker.link(g_proxy_address_get_username, "g_proxy_address_get_username", LIBRARY.GIO);
1518 
1519 	// gio.ProxyAddressEnumerator
1520 
1521 	Linker.link(g_proxy_address_enumerator_get_type, "g_proxy_address_enumerator_get_type", LIBRARY.GIO);
1522 
1523 	// gio.ProxyResolver
1524 
1525 	Linker.link(g_proxy_resolver_get_type, "g_proxy_resolver_get_type", LIBRARY.GIO);
1526 	Linker.link(g_proxy_resolver_get_default, "g_proxy_resolver_get_default", LIBRARY.GIO);
1527 	Linker.link(g_proxy_resolver_is_supported, "g_proxy_resolver_is_supported", LIBRARY.GIO);
1528 	Linker.link(g_proxy_resolver_lookup, "g_proxy_resolver_lookup", LIBRARY.GIO);
1529 	Linker.link(g_proxy_resolver_lookup_async, "g_proxy_resolver_lookup_async", LIBRARY.GIO);
1530 	Linker.link(g_proxy_resolver_lookup_finish, "g_proxy_resolver_lookup_finish", LIBRARY.GIO);
1531 
1532 	// gio.RemoteActionGroup
1533 
1534 	Linker.link(g_remote_action_group_get_type, "g_remote_action_group_get_type", LIBRARY.GIO);
1535 	Linker.link(g_remote_action_group_activate_action_full, "g_remote_action_group_activate_action_full", LIBRARY.GIO);
1536 	Linker.link(g_remote_action_group_change_action_state_full, "g_remote_action_group_change_action_state_full", LIBRARY.GIO);
1537 
1538 	// gio.Resolver
1539 
1540 	Linker.link(g_resolver_get_type, "g_resolver_get_type", LIBRARY.GIO);
1541 	Linker.link(g_resolver_free_addresses, "g_resolver_free_addresses", LIBRARY.GIO);
1542 	Linker.link(g_resolver_free_targets, "g_resolver_free_targets", LIBRARY.GIO);
1543 	Linker.link(g_resolver_get_default, "g_resolver_get_default", LIBRARY.GIO);
1544 	Linker.link(g_resolver_lookup_by_address, "g_resolver_lookup_by_address", LIBRARY.GIO);
1545 	Linker.link(g_resolver_lookup_by_address_async, "g_resolver_lookup_by_address_async", LIBRARY.GIO);
1546 	Linker.link(g_resolver_lookup_by_address_finish, "g_resolver_lookup_by_address_finish", LIBRARY.GIO);
1547 	Linker.link(g_resolver_lookup_by_name, "g_resolver_lookup_by_name", LIBRARY.GIO);
1548 	Linker.link(g_resolver_lookup_by_name_async, "g_resolver_lookup_by_name_async", LIBRARY.GIO);
1549 	Linker.link(g_resolver_lookup_by_name_finish, "g_resolver_lookup_by_name_finish", LIBRARY.GIO);
1550 	Linker.link(g_resolver_lookup_records, "g_resolver_lookup_records", LIBRARY.GIO);
1551 	Linker.link(g_resolver_lookup_records_async, "g_resolver_lookup_records_async", LIBRARY.GIO);
1552 	Linker.link(g_resolver_lookup_records_finish, "g_resolver_lookup_records_finish", LIBRARY.GIO);
1553 	Linker.link(g_resolver_lookup_service, "g_resolver_lookup_service", LIBRARY.GIO);
1554 	Linker.link(g_resolver_lookup_service_async, "g_resolver_lookup_service_async", LIBRARY.GIO);
1555 	Linker.link(g_resolver_lookup_service_finish, "g_resolver_lookup_service_finish", LIBRARY.GIO);
1556 	Linker.link(g_resolver_set_default, "g_resolver_set_default", LIBRARY.GIO);
1557 
1558 	// gio.Resource
1559 
1560 	Linker.link(g_resource_get_type, "g_resource_get_type", LIBRARY.GIO);
1561 	Linker.link(g_resource_new_from_data, "g_resource_new_from_data", LIBRARY.GIO);
1562 	Linker.link(g_resources_register, "g_resources_register", LIBRARY.GIO);
1563 	Linker.link(g_resources_unregister, "g_resources_unregister", LIBRARY.GIO);
1564 	Linker.link(g_resource_enumerate_children, "g_resource_enumerate_children", LIBRARY.GIO);
1565 	Linker.link(g_resource_get_info, "g_resource_get_info", LIBRARY.GIO);
1566 	Linker.link(g_resource_lookup_data, "g_resource_lookup_data", LIBRARY.GIO);
1567 	Linker.link(g_resource_open_stream, "g_resource_open_stream", LIBRARY.GIO);
1568 	Linker.link(g_resource_ref, "g_resource_ref", LIBRARY.GIO);
1569 	Linker.link(g_resource_unref, "g_resource_unref", LIBRARY.GIO);
1570 	Linker.link(g_resource_load, "g_resource_load", LIBRARY.GIO);
1571 	Linker.link(g_resources_enumerate_children, "g_resources_enumerate_children", LIBRARY.GIO);
1572 	Linker.link(g_resources_get_info, "g_resources_get_info", LIBRARY.GIO);
1573 	Linker.link(g_resources_lookup_data, "g_resources_lookup_data", LIBRARY.GIO);
1574 	Linker.link(g_resources_open_stream, "g_resources_open_stream", LIBRARY.GIO);
1575 
1576 	// gio.Seekable
1577 
1578 	Linker.link(g_seekable_get_type, "g_seekable_get_type", LIBRARY.GIO);
1579 	Linker.link(g_seekable_can_seek, "g_seekable_can_seek", LIBRARY.GIO);
1580 	Linker.link(g_seekable_can_truncate, "g_seekable_can_truncate", LIBRARY.GIO);
1581 	Linker.link(g_seekable_seek, "g_seekable_seek", LIBRARY.GIO);
1582 	Linker.link(g_seekable_tell, "g_seekable_tell", LIBRARY.GIO);
1583 	Linker.link(g_seekable_truncate, "g_seekable_truncate", LIBRARY.GIO);
1584 
1585 	// gio.Settings
1586 
1587 	Linker.link(g_settings_get_type, "g_settings_get_type", LIBRARY.GIO);
1588 	Linker.link(g_settings_new, "g_settings_new", LIBRARY.GIO);
1589 	Linker.link(g_settings_new_full, "g_settings_new_full", LIBRARY.GIO);
1590 	Linker.link(g_settings_new_with_backend, "g_settings_new_with_backend", LIBRARY.GIO);
1591 	Linker.link(g_settings_new_with_backend_and_path, "g_settings_new_with_backend_and_path", LIBRARY.GIO);
1592 	Linker.link(g_settings_new_with_path, "g_settings_new_with_path", LIBRARY.GIO);
1593 	Linker.link(g_settings_list_relocatable_schemas, "g_settings_list_relocatable_schemas", LIBRARY.GIO);
1594 	Linker.link(g_settings_list_schemas, "g_settings_list_schemas", LIBRARY.GIO);
1595 	Linker.link(g_settings_sync, "g_settings_sync", LIBRARY.GIO);
1596 	Linker.link(g_settings_unbind, "g_settings_unbind", LIBRARY.GIO);
1597 	Linker.link(g_settings_apply, "g_settings_apply", LIBRARY.GIO);
1598 	Linker.link(g_settings_bind, "g_settings_bind", LIBRARY.GIO);
1599 	Linker.link(g_settings_bind_with_mapping, "g_settings_bind_with_mapping", LIBRARY.GIO);
1600 	Linker.link(g_settings_bind_writable, "g_settings_bind_writable", LIBRARY.GIO);
1601 	Linker.link(g_settings_create_action, "g_settings_create_action", LIBRARY.GIO);
1602 	Linker.link(g_settings_delay, "g_settings_delay", LIBRARY.GIO);
1603 	Linker.link(g_settings_get, "g_settings_get", LIBRARY.GIO);
1604 	Linker.link(g_settings_get_boolean, "g_settings_get_boolean", LIBRARY.GIO);
1605 	Linker.link(g_settings_get_child, "g_settings_get_child", LIBRARY.GIO);
1606 	Linker.link(g_settings_get_default_value, "g_settings_get_default_value", LIBRARY.GIO);
1607 	Linker.link(g_settings_get_double, "g_settings_get_double", LIBRARY.GIO);
1608 	Linker.link(g_settings_get_enum, "g_settings_get_enum", LIBRARY.GIO);
1609 	Linker.link(g_settings_get_flags, "g_settings_get_flags", LIBRARY.GIO);
1610 	Linker.link(g_settings_get_has_unapplied, "g_settings_get_has_unapplied", LIBRARY.GIO);
1611 	Linker.link(g_settings_get_int, "g_settings_get_int", LIBRARY.GIO);
1612 	Linker.link(g_settings_get_int64, "g_settings_get_int64", LIBRARY.GIO);
1613 	Linker.link(g_settings_get_mapped, "g_settings_get_mapped", LIBRARY.GIO);
1614 	Linker.link(g_settings_get_range, "g_settings_get_range", LIBRARY.GIO);
1615 	Linker.link(g_settings_get_string, "g_settings_get_string", LIBRARY.GIO);
1616 	Linker.link(g_settings_get_strv, "g_settings_get_strv", LIBRARY.GIO);
1617 	Linker.link(g_settings_get_uint, "g_settings_get_uint", LIBRARY.GIO);
1618 	Linker.link(g_settings_get_uint64, "g_settings_get_uint64", LIBRARY.GIO);
1619 	Linker.link(g_settings_get_user_value, "g_settings_get_user_value", LIBRARY.GIO);
1620 	Linker.link(g_settings_get_value, "g_settings_get_value", LIBRARY.GIO);
1621 	Linker.link(g_settings_is_writable, "g_settings_is_writable", LIBRARY.GIO);
1622 	Linker.link(g_settings_list_children, "g_settings_list_children", LIBRARY.GIO);
1623 	Linker.link(g_settings_list_keys, "g_settings_list_keys", LIBRARY.GIO);
1624 	Linker.link(g_settings_range_check, "g_settings_range_check", LIBRARY.GIO);
1625 	Linker.link(g_settings_reset, "g_settings_reset", LIBRARY.GIO);
1626 	Linker.link(g_settings_revert, "g_settings_revert", LIBRARY.GIO);
1627 	Linker.link(g_settings_set, "g_settings_set", LIBRARY.GIO);
1628 	Linker.link(g_settings_set_boolean, "g_settings_set_boolean", LIBRARY.GIO);
1629 	Linker.link(g_settings_set_double, "g_settings_set_double", LIBRARY.GIO);
1630 	Linker.link(g_settings_set_enum, "g_settings_set_enum", LIBRARY.GIO);
1631 	Linker.link(g_settings_set_flags, "g_settings_set_flags", LIBRARY.GIO);
1632 	Linker.link(g_settings_set_int, "g_settings_set_int", LIBRARY.GIO);
1633 	Linker.link(g_settings_set_int64, "g_settings_set_int64", LIBRARY.GIO);
1634 	Linker.link(g_settings_set_string, "g_settings_set_string", LIBRARY.GIO);
1635 	Linker.link(g_settings_set_strv, "g_settings_set_strv", LIBRARY.GIO);
1636 	Linker.link(g_settings_set_uint, "g_settings_set_uint", LIBRARY.GIO);
1637 	Linker.link(g_settings_set_uint64, "g_settings_set_uint64", LIBRARY.GIO);
1638 	Linker.link(g_settings_set_value, "g_settings_set_value", LIBRARY.GIO);
1639 
1640 	// gio.SettingsBackend
1641 
1642 	Linker.link(g_settings_backend_get_type, "g_settings_backend_get_type", LIBRARY.GIO);
1643 	Linker.link(g_settings_backend_flatten_tree, "g_settings_backend_flatten_tree", LIBRARY.GIO);
1644 	Linker.link(g_settings_backend_get_default, "g_settings_backend_get_default", LIBRARY.GIO);
1645 	Linker.link(g_settings_backend_changed, "g_settings_backend_changed", LIBRARY.GIO);
1646 	Linker.link(g_settings_backend_changed_tree, "g_settings_backend_changed_tree", LIBRARY.GIO);
1647 	Linker.link(g_settings_backend_keys_changed, "g_settings_backend_keys_changed", LIBRARY.GIO);
1648 	Linker.link(g_settings_backend_path_changed, "g_settings_backend_path_changed", LIBRARY.GIO);
1649 	Linker.link(g_settings_backend_path_writable_changed, "g_settings_backend_path_writable_changed", LIBRARY.GIO);
1650 	Linker.link(g_settings_backend_writable_changed, "g_settings_backend_writable_changed", LIBRARY.GIO);
1651 	Linker.link(g_keyfile_settings_backend_new, "g_keyfile_settings_backend_new", LIBRARY.GIO);
1652 	Linker.link(g_memory_settings_backend_new, "g_memory_settings_backend_new", LIBRARY.GIO);
1653 	Linker.link(g_null_settings_backend_new, "g_null_settings_backend_new", LIBRARY.GIO);
1654 
1655 	// gio.SettingsSchema
1656 
1657 	Linker.link(g_settings_schema_get_type, "g_settings_schema_get_type", LIBRARY.GIO);
1658 	Linker.link(g_settings_schema_get_id, "g_settings_schema_get_id", LIBRARY.GIO);
1659 	Linker.link(g_settings_schema_get_key, "g_settings_schema_get_key", LIBRARY.GIO);
1660 	Linker.link(g_settings_schema_get_path, "g_settings_schema_get_path", LIBRARY.GIO);
1661 	Linker.link(g_settings_schema_has_key, "g_settings_schema_has_key", LIBRARY.GIO);
1662 	Linker.link(g_settings_schema_list_children, "g_settings_schema_list_children", LIBRARY.GIO);
1663 	Linker.link(g_settings_schema_list_keys, "g_settings_schema_list_keys", LIBRARY.GIO);
1664 	Linker.link(g_settings_schema_ref, "g_settings_schema_ref", LIBRARY.GIO);
1665 	Linker.link(g_settings_schema_unref, "g_settings_schema_unref", LIBRARY.GIO);
1666 
1667 	// gio.SettingsSchemaKey
1668 
1669 	Linker.link(g_settings_schema_key_get_type, "g_settings_schema_key_get_type", LIBRARY.GIO);
1670 	Linker.link(g_settings_schema_key_get_default_value, "g_settings_schema_key_get_default_value", LIBRARY.GIO);
1671 	Linker.link(g_settings_schema_key_get_description, "g_settings_schema_key_get_description", LIBRARY.GIO);
1672 	Linker.link(g_settings_schema_key_get_name, "g_settings_schema_key_get_name", LIBRARY.GIO);
1673 	Linker.link(g_settings_schema_key_get_range, "g_settings_schema_key_get_range", LIBRARY.GIO);
1674 	Linker.link(g_settings_schema_key_get_summary, "g_settings_schema_key_get_summary", LIBRARY.GIO);
1675 	Linker.link(g_settings_schema_key_get_value_type, "g_settings_schema_key_get_value_type", LIBRARY.GIO);
1676 	Linker.link(g_settings_schema_key_range_check, "g_settings_schema_key_range_check", LIBRARY.GIO);
1677 	Linker.link(g_settings_schema_key_ref, "g_settings_schema_key_ref", LIBRARY.GIO);
1678 	Linker.link(g_settings_schema_key_unref, "g_settings_schema_key_unref", LIBRARY.GIO);
1679 
1680 	// gio.SettingsSchemaSource
1681 
1682 	Linker.link(g_settings_schema_source_get_type, "g_settings_schema_source_get_type", LIBRARY.GIO);
1683 	Linker.link(g_settings_schema_source_new_from_directory, "g_settings_schema_source_new_from_directory", LIBRARY.GIO);
1684 	Linker.link(g_settings_schema_source_list_schemas, "g_settings_schema_source_list_schemas", LIBRARY.GIO);
1685 	Linker.link(g_settings_schema_source_lookup, "g_settings_schema_source_lookup", LIBRARY.GIO);
1686 	Linker.link(g_settings_schema_source_ref, "g_settings_schema_source_ref", LIBRARY.GIO);
1687 	Linker.link(g_settings_schema_source_unref, "g_settings_schema_source_unref", LIBRARY.GIO);
1688 	Linker.link(g_settings_schema_source_get_default, "g_settings_schema_source_get_default", LIBRARY.GIO);
1689 
1690 	// gio.SimpleAction
1691 
1692 	Linker.link(g_simple_action_get_type, "g_simple_action_get_type", LIBRARY.GIO);
1693 	Linker.link(g_simple_action_new, "g_simple_action_new", LIBRARY.GIO);
1694 	Linker.link(g_simple_action_new_stateful, "g_simple_action_new_stateful", LIBRARY.GIO);
1695 	Linker.link(g_simple_action_set_enabled, "g_simple_action_set_enabled", LIBRARY.GIO);
1696 	Linker.link(g_simple_action_set_state, "g_simple_action_set_state", LIBRARY.GIO);
1697 	Linker.link(g_simple_action_set_state_hint, "g_simple_action_set_state_hint", LIBRARY.GIO);
1698 
1699 	// gio.SimpleActionGroup
1700 
1701 	Linker.link(g_simple_action_group_get_type, "g_simple_action_group_get_type", LIBRARY.GIO);
1702 	Linker.link(g_simple_action_group_new, "g_simple_action_group_new", LIBRARY.GIO);
1703 	Linker.link(g_simple_action_group_add_entries, "g_simple_action_group_add_entries", LIBRARY.GIO);
1704 	Linker.link(g_simple_action_group_insert, "g_simple_action_group_insert", LIBRARY.GIO);
1705 	Linker.link(g_simple_action_group_lookup, "g_simple_action_group_lookup", LIBRARY.GIO);
1706 	Linker.link(g_simple_action_group_remove, "g_simple_action_group_remove", LIBRARY.GIO);
1707 
1708 	// gio.SimpleAsyncResult
1709 
1710 	Linker.link(g_simple_async_result_get_type, "g_simple_async_result_get_type", LIBRARY.GIO);
1711 	Linker.link(g_simple_async_result_new, "g_simple_async_result_new", LIBRARY.GIO);
1712 	Linker.link(g_simple_async_result_new_error, "g_simple_async_result_new_error", LIBRARY.GIO);
1713 	Linker.link(g_simple_async_result_new_from_error, "g_simple_async_result_new_from_error", LIBRARY.GIO);
1714 	Linker.link(g_simple_async_result_new_take_error, "g_simple_async_result_new_take_error", LIBRARY.GIO);
1715 	Linker.link(g_simple_async_result_is_valid, "g_simple_async_result_is_valid", LIBRARY.GIO);
1716 	Linker.link(g_simple_async_result_complete, "g_simple_async_result_complete", LIBRARY.GIO);
1717 	Linker.link(g_simple_async_result_complete_in_idle, "g_simple_async_result_complete_in_idle", LIBRARY.GIO);
1718 	Linker.link(g_simple_async_result_get_op_res_gboolean, "g_simple_async_result_get_op_res_gboolean", LIBRARY.GIO);
1719 	Linker.link(g_simple_async_result_get_op_res_gpointer, "g_simple_async_result_get_op_res_gpointer", LIBRARY.GIO);
1720 	Linker.link(g_simple_async_result_get_op_res_gssize, "g_simple_async_result_get_op_res_gssize", LIBRARY.GIO);
1721 	Linker.link(g_simple_async_result_get_source_tag, "g_simple_async_result_get_source_tag", LIBRARY.GIO);
1722 	Linker.link(g_simple_async_result_propagate_error, "g_simple_async_result_propagate_error", LIBRARY.GIO);
1723 	Linker.link(g_simple_async_result_run_in_thread, "g_simple_async_result_run_in_thread", LIBRARY.GIO);
1724 	Linker.link(g_simple_async_result_set_check_cancellable, "g_simple_async_result_set_check_cancellable", LIBRARY.GIO);
1725 	Linker.link(g_simple_async_result_set_error, "g_simple_async_result_set_error", LIBRARY.GIO);
1726 	Linker.link(g_simple_async_result_set_error_va, "g_simple_async_result_set_error_va", LIBRARY.GIO);
1727 	Linker.link(g_simple_async_result_set_from_error, "g_simple_async_result_set_from_error", LIBRARY.GIO);
1728 	Linker.link(g_simple_async_result_set_handle_cancellation, "g_simple_async_result_set_handle_cancellation", LIBRARY.GIO);
1729 	Linker.link(g_simple_async_result_set_op_res_gboolean, "g_simple_async_result_set_op_res_gboolean", LIBRARY.GIO);
1730 	Linker.link(g_simple_async_result_set_op_res_gpointer, "g_simple_async_result_set_op_res_gpointer", LIBRARY.GIO);
1731 	Linker.link(g_simple_async_result_set_op_res_gssize, "g_simple_async_result_set_op_res_gssize", LIBRARY.GIO);
1732 	Linker.link(g_simple_async_result_take_error, "g_simple_async_result_take_error", LIBRARY.GIO);
1733 	Linker.link(g_simple_async_report_error_in_idle, "g_simple_async_report_error_in_idle", LIBRARY.GIO);
1734 	Linker.link(g_simple_async_report_gerror_in_idle, "g_simple_async_report_gerror_in_idle", LIBRARY.GIO);
1735 	Linker.link(g_simple_async_report_take_gerror_in_idle, "g_simple_async_report_take_gerror_in_idle", LIBRARY.GIO);
1736 
1737 	// gio.SimpleIOStream
1738 
1739 	Linker.link(g_simple_io_stream_get_type, "g_simple_io_stream_get_type", LIBRARY.GIO);
1740 	Linker.link(g_simple_io_stream_new, "g_simple_io_stream_new", LIBRARY.GIO);
1741 
1742 	// gio.SimplePermission
1743 
1744 	Linker.link(g_simple_permission_get_type, "g_simple_permission_get_type", LIBRARY.GIO);
1745 	Linker.link(g_simple_permission_new, "g_simple_permission_new", LIBRARY.GIO);
1746 
1747 	// gio.SimpleProxyResolver
1748 
1749 	Linker.link(g_simple_proxy_resolver_get_type, "g_simple_proxy_resolver_get_type", LIBRARY.GIO);
1750 	Linker.link(g_simple_proxy_resolver_new, "g_simple_proxy_resolver_new", LIBRARY.GIO);
1751 	Linker.link(g_simple_proxy_resolver_set_default_proxy, "g_simple_proxy_resolver_set_default_proxy", LIBRARY.GIO);
1752 	Linker.link(g_simple_proxy_resolver_set_ignore_hosts, "g_simple_proxy_resolver_set_ignore_hosts", LIBRARY.GIO);
1753 	Linker.link(g_simple_proxy_resolver_set_uri_proxy, "g_simple_proxy_resolver_set_uri_proxy", LIBRARY.GIO);
1754 
1755 	// gio.Socket
1756 
1757 	Linker.link(g_socket_get_type, "g_socket_get_type", LIBRARY.GIO);
1758 	Linker.link(g_socket_new, "g_socket_new", LIBRARY.GIO);
1759 	Linker.link(g_socket_new_from_fd, "g_socket_new_from_fd", LIBRARY.GIO);
1760 	Linker.link(g_socket_accept, "g_socket_accept", LIBRARY.GIO);
1761 	Linker.link(g_socket_bind, "g_socket_bind", LIBRARY.GIO);
1762 	Linker.link(g_socket_check_connect_result, "g_socket_check_connect_result", LIBRARY.GIO);
1763 	Linker.link(g_socket_close, "g_socket_close", LIBRARY.GIO);
1764 	Linker.link(g_socket_condition_check, "g_socket_condition_check", LIBRARY.GIO);
1765 	Linker.link(g_socket_condition_timed_wait, "g_socket_condition_timed_wait", LIBRARY.GIO);
1766 	Linker.link(g_socket_condition_wait, "g_socket_condition_wait", LIBRARY.GIO);
1767 	Linker.link(g_socket_connect, "g_socket_connect", LIBRARY.GIO);
1768 	Linker.link(g_socket_connection_factory_create_connection, "g_socket_connection_factory_create_connection", LIBRARY.GIO);
1769 	Linker.link(g_socket_create_source, "g_socket_create_source", LIBRARY.GIO);
1770 	Linker.link(g_socket_get_available_bytes, "g_socket_get_available_bytes", LIBRARY.GIO);
1771 	Linker.link(g_socket_get_blocking, "g_socket_get_blocking", LIBRARY.GIO);
1772 	Linker.link(g_socket_get_broadcast, "g_socket_get_broadcast", LIBRARY.GIO);
1773 	Linker.link(g_socket_get_credentials, "g_socket_get_credentials", LIBRARY.GIO);
1774 	Linker.link(g_socket_get_family, "g_socket_get_family", LIBRARY.GIO);
1775 	Linker.link(g_socket_get_fd, "g_socket_get_fd", LIBRARY.GIO);
1776 	Linker.link(g_socket_get_keepalive, "g_socket_get_keepalive", LIBRARY.GIO);
1777 	Linker.link(g_socket_get_listen_backlog, "g_socket_get_listen_backlog", LIBRARY.GIO);
1778 	Linker.link(g_socket_get_local_address, "g_socket_get_local_address", LIBRARY.GIO);
1779 	Linker.link(g_socket_get_multicast_loopback, "g_socket_get_multicast_loopback", LIBRARY.GIO);
1780 	Linker.link(g_socket_get_multicast_ttl, "g_socket_get_multicast_ttl", LIBRARY.GIO);
1781 	Linker.link(g_socket_get_option, "g_socket_get_option", LIBRARY.GIO);
1782 	Linker.link(g_socket_get_protocol, "g_socket_get_protocol", LIBRARY.GIO);
1783 	Linker.link(g_socket_get_remote_address, "g_socket_get_remote_address", LIBRARY.GIO);
1784 	Linker.link(g_socket_get_socket_type, "g_socket_get_socket_type", LIBRARY.GIO);
1785 	Linker.link(g_socket_get_timeout, "g_socket_get_timeout", LIBRARY.GIO);
1786 	Linker.link(g_socket_get_ttl, "g_socket_get_ttl", LIBRARY.GIO);
1787 	Linker.link(g_socket_is_closed, "g_socket_is_closed", LIBRARY.GIO);
1788 	Linker.link(g_socket_is_connected, "g_socket_is_connected", LIBRARY.GIO);
1789 	Linker.link(g_socket_join_multicast_group, "g_socket_join_multicast_group", LIBRARY.GIO);
1790 	Linker.link(g_socket_leave_multicast_group, "g_socket_leave_multicast_group", LIBRARY.GIO);
1791 	Linker.link(g_socket_listen, "g_socket_listen", LIBRARY.GIO);
1792 	Linker.link(g_socket_receive, "g_socket_receive", LIBRARY.GIO);
1793 	Linker.link(g_socket_receive_from, "g_socket_receive_from", LIBRARY.GIO);
1794 	Linker.link(g_socket_receive_message, "g_socket_receive_message", LIBRARY.GIO);
1795 	Linker.link(g_socket_receive_messages, "g_socket_receive_messages", LIBRARY.GIO);
1796 	Linker.link(g_socket_receive_with_blocking, "g_socket_receive_with_blocking", LIBRARY.GIO);
1797 	Linker.link(g_socket_send, "g_socket_send", LIBRARY.GIO);
1798 	Linker.link(g_socket_send_message, "g_socket_send_message", LIBRARY.GIO);
1799 	Linker.link(g_socket_send_messages, "g_socket_send_messages", LIBRARY.GIO);
1800 	Linker.link(g_socket_send_to, "g_socket_send_to", LIBRARY.GIO);
1801 	Linker.link(g_socket_send_with_blocking, "g_socket_send_with_blocking", LIBRARY.GIO);
1802 	Linker.link(g_socket_set_blocking, "g_socket_set_blocking", LIBRARY.GIO);
1803 	Linker.link(g_socket_set_broadcast, "g_socket_set_broadcast", LIBRARY.GIO);
1804 	Linker.link(g_socket_set_keepalive, "g_socket_set_keepalive", LIBRARY.GIO);
1805 	Linker.link(g_socket_set_listen_backlog, "g_socket_set_listen_backlog", LIBRARY.GIO);
1806 	Linker.link(g_socket_set_multicast_loopback, "g_socket_set_multicast_loopback", LIBRARY.GIO);
1807 	Linker.link(g_socket_set_multicast_ttl, "g_socket_set_multicast_ttl", LIBRARY.GIO);
1808 	Linker.link(g_socket_set_option, "g_socket_set_option", LIBRARY.GIO);
1809 	Linker.link(g_socket_set_timeout, "g_socket_set_timeout", LIBRARY.GIO);
1810 	Linker.link(g_socket_set_ttl, "g_socket_set_ttl", LIBRARY.GIO);
1811 	Linker.link(g_socket_shutdown, "g_socket_shutdown", LIBRARY.GIO);
1812 	Linker.link(g_socket_speaks_ipv4, "g_socket_speaks_ipv4", LIBRARY.GIO);
1813 
1814 	// gio.SocketAddress
1815 
1816 	Linker.link(g_socket_address_get_type, "g_socket_address_get_type", LIBRARY.GIO);
1817 	Linker.link(g_socket_address_new_from_native, "g_socket_address_new_from_native", LIBRARY.GIO);
1818 	Linker.link(g_socket_address_get_family, "g_socket_address_get_family", LIBRARY.GIO);
1819 	Linker.link(g_socket_address_get_native_size, "g_socket_address_get_native_size", LIBRARY.GIO);
1820 	Linker.link(g_socket_address_to_native, "g_socket_address_to_native", LIBRARY.GIO);
1821 
1822 	// gio.SocketAddressEnumerator
1823 
1824 	Linker.link(g_socket_address_enumerator_get_type, "g_socket_address_enumerator_get_type", LIBRARY.GIO);
1825 	Linker.link(g_socket_address_enumerator_next, "g_socket_address_enumerator_next", LIBRARY.GIO);
1826 	Linker.link(g_socket_address_enumerator_next_async, "g_socket_address_enumerator_next_async", LIBRARY.GIO);
1827 	Linker.link(g_socket_address_enumerator_next_finish, "g_socket_address_enumerator_next_finish", LIBRARY.GIO);
1828 
1829 	// gio.SocketClient
1830 
1831 	Linker.link(g_socket_client_get_type, "g_socket_client_get_type", LIBRARY.GIO);
1832 	Linker.link(g_socket_client_new, "g_socket_client_new", LIBRARY.GIO);
1833 	Linker.link(g_socket_client_add_application_proxy, "g_socket_client_add_application_proxy", LIBRARY.GIO);
1834 	Linker.link(g_socket_client_connect, "g_socket_client_connect", LIBRARY.GIO);
1835 	Linker.link(g_socket_client_connect_async, "g_socket_client_connect_async", LIBRARY.GIO);
1836 	Linker.link(g_socket_client_connect_finish, "g_socket_client_connect_finish", LIBRARY.GIO);
1837 	Linker.link(g_socket_client_connect_to_host, "g_socket_client_connect_to_host", LIBRARY.GIO);
1838 	Linker.link(g_socket_client_connect_to_host_async, "g_socket_client_connect_to_host_async", LIBRARY.GIO);
1839 	Linker.link(g_socket_client_connect_to_host_finish, "g_socket_client_connect_to_host_finish", LIBRARY.GIO);
1840 	Linker.link(g_socket_client_connect_to_service, "g_socket_client_connect_to_service", LIBRARY.GIO);
1841 	Linker.link(g_socket_client_connect_to_service_async, "g_socket_client_connect_to_service_async", LIBRARY.GIO);
1842 	Linker.link(g_socket_client_connect_to_service_finish, "g_socket_client_connect_to_service_finish", LIBRARY.GIO);
1843 	Linker.link(g_socket_client_connect_to_uri, "g_socket_client_connect_to_uri", LIBRARY.GIO);
1844 	Linker.link(g_socket_client_connect_to_uri_async, "g_socket_client_connect_to_uri_async", LIBRARY.GIO);
1845 	Linker.link(g_socket_client_connect_to_uri_finish, "g_socket_client_connect_to_uri_finish", LIBRARY.GIO);
1846 	Linker.link(g_socket_client_get_enable_proxy, "g_socket_client_get_enable_proxy", LIBRARY.GIO);
1847 	Linker.link(g_socket_client_get_family, "g_socket_client_get_family", LIBRARY.GIO);
1848 	Linker.link(g_socket_client_get_local_address, "g_socket_client_get_local_address", LIBRARY.GIO);
1849 	Linker.link(g_socket_client_get_protocol, "g_socket_client_get_protocol", LIBRARY.GIO);
1850 	Linker.link(g_socket_client_get_proxy_resolver, "g_socket_client_get_proxy_resolver", LIBRARY.GIO);
1851 	Linker.link(g_socket_client_get_socket_type, "g_socket_client_get_socket_type", LIBRARY.GIO);
1852 	Linker.link(g_socket_client_get_timeout, "g_socket_client_get_timeout", LIBRARY.GIO);
1853 	Linker.link(g_socket_client_get_tls, "g_socket_client_get_tls", LIBRARY.GIO);
1854 	Linker.link(g_socket_client_get_tls_validation_flags, "g_socket_client_get_tls_validation_flags", LIBRARY.GIO);
1855 	Linker.link(g_socket_client_set_enable_proxy, "g_socket_client_set_enable_proxy", LIBRARY.GIO);
1856 	Linker.link(g_socket_client_set_family, "g_socket_client_set_family", LIBRARY.GIO);
1857 	Linker.link(g_socket_client_set_local_address, "g_socket_client_set_local_address", LIBRARY.GIO);
1858 	Linker.link(g_socket_client_set_protocol, "g_socket_client_set_protocol", LIBRARY.GIO);
1859 	Linker.link(g_socket_client_set_proxy_resolver, "g_socket_client_set_proxy_resolver", LIBRARY.GIO);
1860 	Linker.link(g_socket_client_set_socket_type, "g_socket_client_set_socket_type", LIBRARY.GIO);
1861 	Linker.link(g_socket_client_set_timeout, "g_socket_client_set_timeout", LIBRARY.GIO);
1862 	Linker.link(g_socket_client_set_tls, "g_socket_client_set_tls", LIBRARY.GIO);
1863 	Linker.link(g_socket_client_set_tls_validation_flags, "g_socket_client_set_tls_validation_flags", LIBRARY.GIO);
1864 
1865 	// gio.SocketConnectable
1866 
1867 	Linker.link(g_socket_connectable_get_type, "g_socket_connectable_get_type", LIBRARY.GIO);
1868 	Linker.link(g_socket_connectable_enumerate, "g_socket_connectable_enumerate", LIBRARY.GIO);
1869 	Linker.link(g_socket_connectable_proxy_enumerate, "g_socket_connectable_proxy_enumerate", LIBRARY.GIO);
1870 	Linker.link(g_socket_connectable_to_string, "g_socket_connectable_to_string", LIBRARY.GIO);
1871 
1872 	// gio.SocketConnection
1873 
1874 	Linker.link(g_socket_connection_get_type, "g_socket_connection_get_type", LIBRARY.GIO);
1875 	Linker.link(g_socket_connection_factory_lookup_type, "g_socket_connection_factory_lookup_type", LIBRARY.GIO);
1876 	Linker.link(g_socket_connection_factory_register_type, "g_socket_connection_factory_register_type", LIBRARY.GIO);
1877 	Linker.link(g_socket_connection_connect, "g_socket_connection_connect", LIBRARY.GIO);
1878 	Linker.link(g_socket_connection_connect_async, "g_socket_connection_connect_async", LIBRARY.GIO);
1879 	Linker.link(g_socket_connection_connect_finish, "g_socket_connection_connect_finish", LIBRARY.GIO);
1880 	Linker.link(g_socket_connection_get_local_address, "g_socket_connection_get_local_address", LIBRARY.GIO);
1881 	Linker.link(g_socket_connection_get_remote_address, "g_socket_connection_get_remote_address", LIBRARY.GIO);
1882 	Linker.link(g_socket_connection_get_socket, "g_socket_connection_get_socket", LIBRARY.GIO);
1883 	Linker.link(g_socket_connection_is_connected, "g_socket_connection_is_connected", LIBRARY.GIO);
1884 
1885 	// gio.SocketControlMessage
1886 
1887 	Linker.link(g_socket_control_message_get_type, "g_socket_control_message_get_type", LIBRARY.GIO);
1888 	Linker.link(g_socket_control_message_deserialize, "g_socket_control_message_deserialize", LIBRARY.GIO);
1889 	Linker.link(g_socket_control_message_get_level, "g_socket_control_message_get_level", LIBRARY.GIO);
1890 	Linker.link(g_socket_control_message_get_msg_type, "g_socket_control_message_get_msg_type", LIBRARY.GIO);
1891 	Linker.link(g_socket_control_message_get_size, "g_socket_control_message_get_size", LIBRARY.GIO);
1892 	Linker.link(g_socket_control_message_serialize, "g_socket_control_message_serialize", LIBRARY.GIO);
1893 
1894 	// gio.SocketListener
1895 
1896 	Linker.link(g_socket_listener_get_type, "g_socket_listener_get_type", LIBRARY.GIO);
1897 	Linker.link(g_socket_listener_new, "g_socket_listener_new", LIBRARY.GIO);
1898 	Linker.link(g_socket_listener_accept, "g_socket_listener_accept", LIBRARY.GIO);
1899 	Linker.link(g_socket_listener_accept_async, "g_socket_listener_accept_async", LIBRARY.GIO);
1900 	Linker.link(g_socket_listener_accept_finish, "g_socket_listener_accept_finish", LIBRARY.GIO);
1901 	Linker.link(g_socket_listener_accept_socket, "g_socket_listener_accept_socket", LIBRARY.GIO);
1902 	Linker.link(g_socket_listener_accept_socket_async, "g_socket_listener_accept_socket_async", LIBRARY.GIO);
1903 	Linker.link(g_socket_listener_accept_socket_finish, "g_socket_listener_accept_socket_finish", LIBRARY.GIO);
1904 	Linker.link(g_socket_listener_add_address, "g_socket_listener_add_address", LIBRARY.GIO);
1905 	Linker.link(g_socket_listener_add_any_inet_port, "g_socket_listener_add_any_inet_port", LIBRARY.GIO);
1906 	Linker.link(g_socket_listener_add_inet_port, "g_socket_listener_add_inet_port", LIBRARY.GIO);
1907 	Linker.link(g_socket_listener_add_socket, "g_socket_listener_add_socket", LIBRARY.GIO);
1908 	Linker.link(g_socket_listener_close, "g_socket_listener_close", LIBRARY.GIO);
1909 	Linker.link(g_socket_listener_set_backlog, "g_socket_listener_set_backlog", LIBRARY.GIO);
1910 
1911 	// gio.SocketService
1912 
1913 	Linker.link(g_socket_service_get_type, "g_socket_service_get_type", LIBRARY.GIO);
1914 	Linker.link(g_socket_service_new, "g_socket_service_new", LIBRARY.GIO);
1915 	Linker.link(g_socket_service_is_active, "g_socket_service_is_active", LIBRARY.GIO);
1916 	Linker.link(g_socket_service_start, "g_socket_service_start", LIBRARY.GIO);
1917 	Linker.link(g_socket_service_stop, "g_socket_service_stop", LIBRARY.GIO);
1918 
1919 	// gio.SrvTarget
1920 
1921 	Linker.link(g_srv_target_get_type, "g_srv_target_get_type", LIBRARY.GIO);
1922 	Linker.link(g_srv_target_new, "g_srv_target_new", LIBRARY.GIO);
1923 	Linker.link(g_srv_target_copy, "g_srv_target_copy", LIBRARY.GIO);
1924 	Linker.link(g_srv_target_free, "g_srv_target_free", LIBRARY.GIO);
1925 	Linker.link(g_srv_target_get_hostname, "g_srv_target_get_hostname", LIBRARY.GIO);
1926 	Linker.link(g_srv_target_get_port, "g_srv_target_get_port", LIBRARY.GIO);
1927 	Linker.link(g_srv_target_get_priority, "g_srv_target_get_priority", LIBRARY.GIO);
1928 	Linker.link(g_srv_target_get_weight, "g_srv_target_get_weight", LIBRARY.GIO);
1929 	Linker.link(g_srv_target_list_sort, "g_srv_target_list_sort", LIBRARY.GIO);
1930 
1931 	// gio.StaticResource
1932 
1933 	Linker.link(g_static_resource_fini, "g_static_resource_fini", LIBRARY.GIO);
1934 	Linker.link(g_static_resource_get_resource, "g_static_resource_get_resource", LIBRARY.GIO);
1935 	Linker.link(g_static_resource_init, "g_static_resource_init", LIBRARY.GIO);
1936 
1937 	// gio.Subprocess
1938 
1939 	Linker.link(g_subprocess_get_type, "g_subprocess_get_type", LIBRARY.GIO);
1940 	Linker.link(g_subprocess_new, "g_subprocess_new", LIBRARY.GIO);
1941 	Linker.link(g_subprocess_newv, "g_subprocess_newv", LIBRARY.GIO);
1942 	Linker.link(g_subprocess_communicate, "g_subprocess_communicate", LIBRARY.GIO);
1943 	Linker.link(g_subprocess_communicate_async, "g_subprocess_communicate_async", LIBRARY.GIO);
1944 	Linker.link(g_subprocess_communicate_finish, "g_subprocess_communicate_finish", LIBRARY.GIO);
1945 	Linker.link(g_subprocess_communicate_utf8, "g_subprocess_communicate_utf8", LIBRARY.GIO);
1946 	Linker.link(g_subprocess_communicate_utf8_async, "g_subprocess_communicate_utf8_async", LIBRARY.GIO);
1947 	Linker.link(g_subprocess_communicate_utf8_finish, "g_subprocess_communicate_utf8_finish", LIBRARY.GIO);
1948 	Linker.link(g_subprocess_force_exit, "g_subprocess_force_exit", LIBRARY.GIO);
1949 	Linker.link(g_subprocess_get_exit_status, "g_subprocess_get_exit_status", LIBRARY.GIO);
1950 	Linker.link(g_subprocess_get_identifier, "g_subprocess_get_identifier", LIBRARY.GIO);
1951 	Linker.link(g_subprocess_get_if_exited, "g_subprocess_get_if_exited", LIBRARY.GIO);
1952 	Linker.link(g_subprocess_get_if_signaled, "g_subprocess_get_if_signaled", LIBRARY.GIO);
1953 	Linker.link(g_subprocess_get_status, "g_subprocess_get_status", LIBRARY.GIO);
1954 	Linker.link(g_subprocess_get_stderr_pipe, "g_subprocess_get_stderr_pipe", LIBRARY.GIO);
1955 	Linker.link(g_subprocess_get_stdin_pipe, "g_subprocess_get_stdin_pipe", LIBRARY.GIO);
1956 	Linker.link(g_subprocess_get_stdout_pipe, "g_subprocess_get_stdout_pipe", LIBRARY.GIO);
1957 	Linker.link(g_subprocess_get_successful, "g_subprocess_get_successful", LIBRARY.GIO);
1958 	Linker.link(g_subprocess_get_term_sig, "g_subprocess_get_term_sig", LIBRARY.GIO);
1959 	Linker.link(g_subprocess_send_signal, "g_subprocess_send_signal", LIBRARY.GIO);
1960 	Linker.link(g_subprocess_wait, "g_subprocess_wait", LIBRARY.GIO);
1961 	Linker.link(g_subprocess_wait_async, "g_subprocess_wait_async", LIBRARY.GIO);
1962 	Linker.link(g_subprocess_wait_check, "g_subprocess_wait_check", LIBRARY.GIO);
1963 	Linker.link(g_subprocess_wait_check_async, "g_subprocess_wait_check_async", LIBRARY.GIO);
1964 	Linker.link(g_subprocess_wait_check_finish, "g_subprocess_wait_check_finish", LIBRARY.GIO);
1965 	Linker.link(g_subprocess_wait_finish, "g_subprocess_wait_finish", LIBRARY.GIO);
1966 
1967 	// gio.SubprocessLauncher
1968 
1969 	Linker.link(g_subprocess_launcher_get_type, "g_subprocess_launcher_get_type", LIBRARY.GIO);
1970 	Linker.link(g_subprocess_launcher_new, "g_subprocess_launcher_new", LIBRARY.GIO);
1971 	Linker.link(g_subprocess_launcher_getenv, "g_subprocess_launcher_getenv", LIBRARY.GIO);
1972 	Linker.link(g_subprocess_launcher_set_child_setup, "g_subprocess_launcher_set_child_setup", LIBRARY.GIO);
1973 	Linker.link(g_subprocess_launcher_set_cwd, "g_subprocess_launcher_set_cwd", LIBRARY.GIO);
1974 	Linker.link(g_subprocess_launcher_set_environ, "g_subprocess_launcher_set_environ", LIBRARY.GIO);
1975 	Linker.link(g_subprocess_launcher_set_flags, "g_subprocess_launcher_set_flags", LIBRARY.GIO);
1976 	Linker.link(g_subprocess_launcher_set_stderr_file_path, "g_subprocess_launcher_set_stderr_file_path", LIBRARY.GIO);
1977 	Linker.link(g_subprocess_launcher_set_stdin_file_path, "g_subprocess_launcher_set_stdin_file_path", LIBRARY.GIO);
1978 	Linker.link(g_subprocess_launcher_set_stdout_file_path, "g_subprocess_launcher_set_stdout_file_path", LIBRARY.GIO);
1979 	Linker.link(g_subprocess_launcher_setenv, "g_subprocess_launcher_setenv", LIBRARY.GIO);
1980 	Linker.link(g_subprocess_launcher_spawn, "g_subprocess_launcher_spawn", LIBRARY.GIO);
1981 	Linker.link(g_subprocess_launcher_spawnv, "g_subprocess_launcher_spawnv", LIBRARY.GIO);
1982 	Linker.link(g_subprocess_launcher_take_fd, "g_subprocess_launcher_take_fd", LIBRARY.GIO);
1983 	Linker.link(g_subprocess_launcher_take_stderr_fd, "g_subprocess_launcher_take_stderr_fd", LIBRARY.GIO);
1984 	Linker.link(g_subprocess_launcher_take_stdin_fd, "g_subprocess_launcher_take_stdin_fd", LIBRARY.GIO);
1985 	Linker.link(g_subprocess_launcher_take_stdout_fd, "g_subprocess_launcher_take_stdout_fd", LIBRARY.GIO);
1986 	Linker.link(g_subprocess_launcher_unsetenv, "g_subprocess_launcher_unsetenv", LIBRARY.GIO);
1987 
1988 	// gio.Task
1989 
1990 	Linker.link(g_task_get_type, "g_task_get_type", LIBRARY.GIO);
1991 	Linker.link(g_task_new, "g_task_new", LIBRARY.GIO);
1992 	Linker.link(g_task_is_valid, "g_task_is_valid", LIBRARY.GIO);
1993 	Linker.link(g_task_report_error, "g_task_report_error", LIBRARY.GIO);
1994 	Linker.link(g_task_report_new_error, "g_task_report_new_error", LIBRARY.GIO);
1995 	Linker.link(g_task_attach_source, "g_task_attach_source", LIBRARY.GIO);
1996 	Linker.link(g_task_get_cancellable, "g_task_get_cancellable", LIBRARY.GIO);
1997 	Linker.link(g_task_get_check_cancellable, "g_task_get_check_cancellable", LIBRARY.GIO);
1998 	Linker.link(g_task_get_completed, "g_task_get_completed", LIBRARY.GIO);
1999 	Linker.link(g_task_get_context, "g_task_get_context", LIBRARY.GIO);
2000 	Linker.link(g_task_get_priority, "g_task_get_priority", LIBRARY.GIO);
2001 	Linker.link(g_task_get_return_on_cancel, "g_task_get_return_on_cancel", LIBRARY.GIO);
2002 	Linker.link(g_task_get_source_object, "g_task_get_source_object", LIBRARY.GIO);
2003 	Linker.link(g_task_get_source_tag, "g_task_get_source_tag", LIBRARY.GIO);
2004 	Linker.link(g_task_get_task_data, "g_task_get_task_data", LIBRARY.GIO);
2005 	Linker.link(g_task_had_error, "g_task_had_error", LIBRARY.GIO);
2006 	Linker.link(g_task_propagate_boolean, "g_task_propagate_boolean", LIBRARY.GIO);
2007 	Linker.link(g_task_propagate_int, "g_task_propagate_int", LIBRARY.GIO);
2008 	Linker.link(g_task_propagate_pointer, "g_task_propagate_pointer", LIBRARY.GIO);
2009 	Linker.link(g_task_return_boolean, "g_task_return_boolean", LIBRARY.GIO);
2010 	Linker.link(g_task_return_error, "g_task_return_error", LIBRARY.GIO);
2011 	Linker.link(g_task_return_error_if_cancelled, "g_task_return_error_if_cancelled", LIBRARY.GIO);
2012 	Linker.link(g_task_return_int, "g_task_return_int", LIBRARY.GIO);
2013 	Linker.link(g_task_return_new_error, "g_task_return_new_error", LIBRARY.GIO);
2014 	Linker.link(g_task_return_pointer, "g_task_return_pointer", LIBRARY.GIO);
2015 	Linker.link(g_task_run_in_thread, "g_task_run_in_thread", LIBRARY.GIO);
2016 	Linker.link(g_task_run_in_thread_sync, "g_task_run_in_thread_sync", LIBRARY.GIO);
2017 	Linker.link(g_task_set_check_cancellable, "g_task_set_check_cancellable", LIBRARY.GIO);
2018 	Linker.link(g_task_set_priority, "g_task_set_priority", LIBRARY.GIO);
2019 	Linker.link(g_task_set_return_on_cancel, "g_task_set_return_on_cancel", LIBRARY.GIO);
2020 	Linker.link(g_task_set_source_tag, "g_task_set_source_tag", LIBRARY.GIO);
2021 	Linker.link(g_task_set_task_data, "g_task_set_task_data", LIBRARY.GIO);
2022 
2023 	// gio.TcpConnection
2024 
2025 	Linker.link(g_tcp_connection_get_type, "g_tcp_connection_get_type", LIBRARY.GIO);
2026 	Linker.link(g_tcp_connection_get_graceful_disconnect, "g_tcp_connection_get_graceful_disconnect", LIBRARY.GIO);
2027 	Linker.link(g_tcp_connection_set_graceful_disconnect, "g_tcp_connection_set_graceful_disconnect", LIBRARY.GIO);
2028 
2029 	// gio.TcpWrapperConnection
2030 
2031 	Linker.link(g_tcp_wrapper_connection_get_type, "g_tcp_wrapper_connection_get_type", LIBRARY.GIO);
2032 	Linker.link(g_tcp_wrapper_connection_new, "g_tcp_wrapper_connection_new", LIBRARY.GIO);
2033 	Linker.link(g_tcp_wrapper_connection_get_base_io_stream, "g_tcp_wrapper_connection_get_base_io_stream", LIBRARY.GIO);
2034 
2035 	// gio.TestDBus
2036 
2037 	Linker.link(g_test_dbus_get_type, "g_test_dbus_get_type", LIBRARY.GIO);
2038 	Linker.link(g_test_dbus_new, "g_test_dbus_new", LIBRARY.GIO);
2039 	Linker.link(g_test_dbus_unset, "g_test_dbus_unset", LIBRARY.GIO);
2040 	Linker.link(g_test_dbus_add_service_dir, "g_test_dbus_add_service_dir", LIBRARY.GIO);
2041 	Linker.link(g_test_dbus_down, "g_test_dbus_down", LIBRARY.GIO);
2042 	Linker.link(g_test_dbus_get_bus_address, "g_test_dbus_get_bus_address", LIBRARY.GIO);
2043 	Linker.link(g_test_dbus_get_flags, "g_test_dbus_get_flags", LIBRARY.GIO);
2044 	Linker.link(g_test_dbus_stop, "g_test_dbus_stop", LIBRARY.GIO);
2045 	Linker.link(g_test_dbus_up, "g_test_dbus_up", LIBRARY.GIO);
2046 
2047 	// gio.ThemedIcon
2048 
2049 	Linker.link(g_themed_icon_get_type, "g_themed_icon_get_type", LIBRARY.GIO);
2050 	Linker.link(g_themed_icon_new, "g_themed_icon_new", LIBRARY.GIO);
2051 	Linker.link(g_themed_icon_new_from_names, "g_themed_icon_new_from_names", LIBRARY.GIO);
2052 	Linker.link(g_themed_icon_new_with_default_fallbacks, "g_themed_icon_new_with_default_fallbacks", LIBRARY.GIO);
2053 	Linker.link(g_themed_icon_append_name, "g_themed_icon_append_name", LIBRARY.GIO);
2054 	Linker.link(g_themed_icon_get_names, "g_themed_icon_get_names", LIBRARY.GIO);
2055 	Linker.link(g_themed_icon_prepend_name, "g_themed_icon_prepend_name", LIBRARY.GIO);
2056 
2057 	// gio.ThreadedSocketService
2058 
2059 	Linker.link(g_threaded_socket_service_get_type, "g_threaded_socket_service_get_type", LIBRARY.GIO);
2060 	Linker.link(g_threaded_socket_service_new, "g_threaded_socket_service_new", LIBRARY.GIO);
2061 
2062 	// gio.TlsBackend
2063 
2064 	Linker.link(g_tls_backend_get_type, "g_tls_backend_get_type", LIBRARY.GIO);
2065 	Linker.link(g_tls_backend_get_default, "g_tls_backend_get_default", LIBRARY.GIO);
2066 	Linker.link(g_tls_backend_get_certificate_type, "g_tls_backend_get_certificate_type", LIBRARY.GIO);
2067 	Linker.link(g_tls_backend_get_client_connection_type, "g_tls_backend_get_client_connection_type", LIBRARY.GIO);
2068 	Linker.link(g_tls_backend_get_default_database, "g_tls_backend_get_default_database", LIBRARY.GIO);
2069 	Linker.link(g_tls_backend_get_dtls_client_connection_type, "g_tls_backend_get_dtls_client_connection_type", LIBRARY.GIO);
2070 	Linker.link(g_tls_backend_get_dtls_server_connection_type, "g_tls_backend_get_dtls_server_connection_type", LIBRARY.GIO);
2071 	Linker.link(g_tls_backend_get_file_database_type, "g_tls_backend_get_file_database_type", LIBRARY.GIO);
2072 	Linker.link(g_tls_backend_get_server_connection_type, "g_tls_backend_get_server_connection_type", LIBRARY.GIO);
2073 	Linker.link(g_tls_backend_supports_dtls, "g_tls_backend_supports_dtls", LIBRARY.GIO);
2074 	Linker.link(g_tls_backend_supports_tls, "g_tls_backend_supports_tls", LIBRARY.GIO);
2075 
2076 	// gio.TlsCertificate
2077 
2078 	Linker.link(g_tls_certificate_get_type, "g_tls_certificate_get_type", LIBRARY.GIO);
2079 	Linker.link(g_tls_certificate_new_from_file, "g_tls_certificate_new_from_file", LIBRARY.GIO);
2080 	Linker.link(g_tls_certificate_new_from_files, "g_tls_certificate_new_from_files", LIBRARY.GIO);
2081 	Linker.link(g_tls_certificate_new_from_pem, "g_tls_certificate_new_from_pem", LIBRARY.GIO);
2082 	Linker.link(g_tls_certificate_list_new_from_file, "g_tls_certificate_list_new_from_file", LIBRARY.GIO);
2083 	Linker.link(g_tls_certificate_get_issuer, "g_tls_certificate_get_issuer", LIBRARY.GIO);
2084 	Linker.link(g_tls_certificate_is_same, "g_tls_certificate_is_same", LIBRARY.GIO);
2085 	Linker.link(g_tls_certificate_verify, "g_tls_certificate_verify", LIBRARY.GIO);
2086 
2087 	// gio.TlsClientConnection
2088 
2089 	Linker.link(g_tls_client_connection_get_type, "g_tls_client_connection_get_type", LIBRARY.GIO);
2090 	Linker.link(g_tls_client_connection_new, "g_tls_client_connection_new", LIBRARY.GIO);
2091 	Linker.link(g_tls_client_connection_copy_session_state, "g_tls_client_connection_copy_session_state", LIBRARY.GIO);
2092 	Linker.link(g_tls_client_connection_get_accepted_cas, "g_tls_client_connection_get_accepted_cas", LIBRARY.GIO);
2093 	Linker.link(g_tls_client_connection_get_server_identity, "g_tls_client_connection_get_server_identity", LIBRARY.GIO);
2094 	Linker.link(g_tls_client_connection_get_use_ssl3, "g_tls_client_connection_get_use_ssl3", LIBRARY.GIO);
2095 	Linker.link(g_tls_client_connection_get_validation_flags, "g_tls_client_connection_get_validation_flags", LIBRARY.GIO);
2096 	Linker.link(g_tls_client_connection_set_server_identity, "g_tls_client_connection_set_server_identity", LIBRARY.GIO);
2097 	Linker.link(g_tls_client_connection_set_use_ssl3, "g_tls_client_connection_set_use_ssl3", LIBRARY.GIO);
2098 	Linker.link(g_tls_client_connection_set_validation_flags, "g_tls_client_connection_set_validation_flags", LIBRARY.GIO);
2099 
2100 	// gio.TlsConnection
2101 
2102 	Linker.link(g_tls_connection_get_type, "g_tls_connection_get_type", LIBRARY.GIO);
2103 	Linker.link(g_tls_connection_emit_accept_certificate, "g_tls_connection_emit_accept_certificate", LIBRARY.GIO);
2104 	Linker.link(g_tls_connection_get_certificate, "g_tls_connection_get_certificate", LIBRARY.GIO);
2105 	Linker.link(g_tls_connection_get_database, "g_tls_connection_get_database", LIBRARY.GIO);
2106 	Linker.link(g_tls_connection_get_interaction, "g_tls_connection_get_interaction", LIBRARY.GIO);
2107 	Linker.link(g_tls_connection_get_peer_certificate, "g_tls_connection_get_peer_certificate", LIBRARY.GIO);
2108 	Linker.link(g_tls_connection_get_peer_certificate_errors, "g_tls_connection_get_peer_certificate_errors", LIBRARY.GIO);
2109 	Linker.link(g_tls_connection_get_rehandshake_mode, "g_tls_connection_get_rehandshake_mode", LIBRARY.GIO);
2110 	Linker.link(g_tls_connection_get_require_close_notify, "g_tls_connection_get_require_close_notify", LIBRARY.GIO);
2111 	Linker.link(g_tls_connection_get_use_system_certdb, "g_tls_connection_get_use_system_certdb", LIBRARY.GIO);
2112 	Linker.link(g_tls_connection_handshake, "g_tls_connection_handshake", LIBRARY.GIO);
2113 	Linker.link(g_tls_connection_handshake_async, "g_tls_connection_handshake_async", LIBRARY.GIO);
2114 	Linker.link(g_tls_connection_handshake_finish, "g_tls_connection_handshake_finish", LIBRARY.GIO);
2115 	Linker.link(g_tls_connection_set_certificate, "g_tls_connection_set_certificate", LIBRARY.GIO);
2116 	Linker.link(g_tls_connection_set_database, "g_tls_connection_set_database", LIBRARY.GIO);
2117 	Linker.link(g_tls_connection_set_interaction, "g_tls_connection_set_interaction", LIBRARY.GIO);
2118 	Linker.link(g_tls_connection_set_rehandshake_mode, "g_tls_connection_set_rehandshake_mode", LIBRARY.GIO);
2119 	Linker.link(g_tls_connection_set_require_close_notify, "g_tls_connection_set_require_close_notify", LIBRARY.GIO);
2120 	Linker.link(g_tls_connection_set_use_system_certdb, "g_tls_connection_set_use_system_certdb", LIBRARY.GIO);
2121 
2122 	// gio.TlsDatabase
2123 
2124 	Linker.link(g_tls_database_get_type, "g_tls_database_get_type", LIBRARY.GIO);
2125 	Linker.link(g_tls_database_create_certificate_handle, "g_tls_database_create_certificate_handle", LIBRARY.GIO);
2126 	Linker.link(g_tls_database_lookup_certificate_for_handle, "g_tls_database_lookup_certificate_for_handle", LIBRARY.GIO);
2127 	Linker.link(g_tls_database_lookup_certificate_for_handle_async, "g_tls_database_lookup_certificate_for_handle_async", LIBRARY.GIO);
2128 	Linker.link(g_tls_database_lookup_certificate_for_handle_finish, "g_tls_database_lookup_certificate_for_handle_finish", LIBRARY.GIO);
2129 	Linker.link(g_tls_database_lookup_certificate_issuer, "g_tls_database_lookup_certificate_issuer", LIBRARY.GIO);
2130 	Linker.link(g_tls_database_lookup_certificate_issuer_async, "g_tls_database_lookup_certificate_issuer_async", LIBRARY.GIO);
2131 	Linker.link(g_tls_database_lookup_certificate_issuer_finish, "g_tls_database_lookup_certificate_issuer_finish", LIBRARY.GIO);
2132 	Linker.link(g_tls_database_lookup_certificates_issued_by, "g_tls_database_lookup_certificates_issued_by", LIBRARY.GIO);
2133 	Linker.link(g_tls_database_lookup_certificates_issued_by_async, "g_tls_database_lookup_certificates_issued_by_async", LIBRARY.GIO);
2134 	Linker.link(g_tls_database_lookup_certificates_issued_by_finish, "g_tls_database_lookup_certificates_issued_by_finish", LIBRARY.GIO);
2135 	Linker.link(g_tls_database_verify_chain, "g_tls_database_verify_chain", LIBRARY.GIO);
2136 	Linker.link(g_tls_database_verify_chain_async, "g_tls_database_verify_chain_async", LIBRARY.GIO);
2137 	Linker.link(g_tls_database_verify_chain_finish, "g_tls_database_verify_chain_finish", LIBRARY.GIO);
2138 
2139 	// gio.TlsFileDatabase
2140 
2141 	Linker.link(g_tls_file_database_get_type, "g_tls_file_database_get_type", LIBRARY.GIO);
2142 	Linker.link(g_tls_file_database_new, "g_tls_file_database_new", LIBRARY.GIO);
2143 
2144 	// gio.TlsInteraction
2145 
2146 	Linker.link(g_tls_interaction_get_type, "g_tls_interaction_get_type", LIBRARY.GIO);
2147 	Linker.link(g_tls_interaction_ask_password, "g_tls_interaction_ask_password", LIBRARY.GIO);
2148 	Linker.link(g_tls_interaction_ask_password_async, "g_tls_interaction_ask_password_async", LIBRARY.GIO);
2149 	Linker.link(g_tls_interaction_ask_password_finish, "g_tls_interaction_ask_password_finish", LIBRARY.GIO);
2150 	Linker.link(g_tls_interaction_invoke_ask_password, "g_tls_interaction_invoke_ask_password", LIBRARY.GIO);
2151 	Linker.link(g_tls_interaction_invoke_request_certificate, "g_tls_interaction_invoke_request_certificate", LIBRARY.GIO);
2152 	Linker.link(g_tls_interaction_request_certificate, "g_tls_interaction_request_certificate", LIBRARY.GIO);
2153 	Linker.link(g_tls_interaction_request_certificate_async, "g_tls_interaction_request_certificate_async", LIBRARY.GIO);
2154 	Linker.link(g_tls_interaction_request_certificate_finish, "g_tls_interaction_request_certificate_finish", LIBRARY.GIO);
2155 
2156 	// gio.TlsPassword
2157 
2158 	Linker.link(g_tls_password_get_type, "g_tls_password_get_type", LIBRARY.GIO);
2159 	Linker.link(g_tls_password_new, "g_tls_password_new", LIBRARY.GIO);
2160 	Linker.link(g_tls_password_get_description, "g_tls_password_get_description", LIBRARY.GIO);
2161 	Linker.link(g_tls_password_get_flags, "g_tls_password_get_flags", LIBRARY.GIO);
2162 	Linker.link(g_tls_password_get_value, "g_tls_password_get_value", LIBRARY.GIO);
2163 	Linker.link(g_tls_password_get_warning, "g_tls_password_get_warning", LIBRARY.GIO);
2164 	Linker.link(g_tls_password_set_description, "g_tls_password_set_description", LIBRARY.GIO);
2165 	Linker.link(g_tls_password_set_flags, "g_tls_password_set_flags", LIBRARY.GIO);
2166 	Linker.link(g_tls_password_set_value, "g_tls_password_set_value", LIBRARY.GIO);
2167 	Linker.link(g_tls_password_set_value_full, "g_tls_password_set_value_full", LIBRARY.GIO);
2168 	Linker.link(g_tls_password_set_warning, "g_tls_password_set_warning", LIBRARY.GIO);
2169 
2170 	// gio.TlsServerConnection
2171 
2172 	Linker.link(g_tls_server_connection_get_type, "g_tls_server_connection_get_type", LIBRARY.GIO);
2173 	Linker.link(g_tls_server_connection_new, "g_tls_server_connection_new", LIBRARY.GIO);
2174 
2175 	// gio.UnixConnection
2176 
2177 	Linker.link(g_unix_connection_get_type, "g_unix_connection_get_type", LIBRARY.GIO);
2178 	Linker.link(g_unix_connection_receive_credentials, "g_unix_connection_receive_credentials", LIBRARY.GIO);
2179 	Linker.link(g_unix_connection_receive_credentials_async, "g_unix_connection_receive_credentials_async", LIBRARY.GIO);
2180 	Linker.link(g_unix_connection_receive_credentials_finish, "g_unix_connection_receive_credentials_finish", LIBRARY.GIO);
2181 	Linker.link(g_unix_connection_receive_fd, "g_unix_connection_receive_fd", LIBRARY.GIO);
2182 	Linker.link(g_unix_connection_send_credentials, "g_unix_connection_send_credentials", LIBRARY.GIO);
2183 	Linker.link(g_unix_connection_send_credentials_async, "g_unix_connection_send_credentials_async", LIBRARY.GIO);
2184 	Linker.link(g_unix_connection_send_credentials_finish, "g_unix_connection_send_credentials_finish", LIBRARY.GIO);
2185 	Linker.link(g_unix_connection_send_fd, "g_unix_connection_send_fd", LIBRARY.GIO);
2186 
2187 	// gio.UnixCredentialsMessage
2188 
2189 	Linker.link(g_unix_credentials_message_get_type, "g_unix_credentials_message_get_type", LIBRARY.GIO);
2190 	Linker.link(g_unix_credentials_message_new, "g_unix_credentials_message_new", LIBRARY.GIO);
2191 	Linker.link(g_unix_credentials_message_new_with_credentials, "g_unix_credentials_message_new_with_credentials", LIBRARY.GIO);
2192 	Linker.link(g_unix_credentials_message_is_supported, "g_unix_credentials_message_is_supported", LIBRARY.GIO);
2193 	Linker.link(g_unix_credentials_message_get_credentials, "g_unix_credentials_message_get_credentials", LIBRARY.GIO);
2194 
2195 	// gio.UnixFDList
2196 
2197 	Linker.link(g_unix_fd_list_get_type, "g_unix_fd_list_get_type", LIBRARY.GIO);
2198 	Linker.link(g_unix_fd_list_new, "g_unix_fd_list_new", LIBRARY.GIO);
2199 	Linker.link(g_unix_fd_list_new_from_array, "g_unix_fd_list_new_from_array", LIBRARY.GIO);
2200 	Linker.link(g_unix_fd_list_append, "g_unix_fd_list_append", LIBRARY.GIO);
2201 	Linker.link(g_unix_fd_list_get, "g_unix_fd_list_get", LIBRARY.GIO);
2202 	Linker.link(g_unix_fd_list_get_length, "g_unix_fd_list_get_length", LIBRARY.GIO);
2203 	Linker.link(g_unix_fd_list_peek_fds, "g_unix_fd_list_peek_fds", LIBRARY.GIO);
2204 	Linker.link(g_unix_fd_list_steal_fds, "g_unix_fd_list_steal_fds", LIBRARY.GIO);
2205 
2206 	// gio.UnixFDMessage
2207 
2208 	Linker.link(g_unix_fd_message_get_type, "g_unix_fd_message_get_type", LIBRARY.GIO);
2209 	Linker.link(g_unix_fd_message_new, "g_unix_fd_message_new", LIBRARY.GIO);
2210 	Linker.link(g_unix_fd_message_new_with_fd_list, "g_unix_fd_message_new_with_fd_list", LIBRARY.GIO);
2211 	Linker.link(g_unix_fd_message_append_fd, "g_unix_fd_message_append_fd", LIBRARY.GIO);
2212 	Linker.link(g_unix_fd_message_get_fd_list, "g_unix_fd_message_get_fd_list", LIBRARY.GIO);
2213 	Linker.link(g_unix_fd_message_steal_fds, "g_unix_fd_message_steal_fds", LIBRARY.GIO);
2214 
2215 	// gio.UnixInputStream
2216 
2217 	Linker.link(g_unix_input_stream_get_type, "g_unix_input_stream_get_type", LIBRARY.GIO);
2218 	Linker.link(g_unix_input_stream_new, "g_unix_input_stream_new", LIBRARY.GIO);
2219 	Linker.link(g_unix_input_stream_get_close_fd, "g_unix_input_stream_get_close_fd", LIBRARY.GIO);
2220 	Linker.link(g_unix_input_stream_get_fd, "g_unix_input_stream_get_fd", LIBRARY.GIO);
2221 	Linker.link(g_unix_input_stream_set_close_fd, "g_unix_input_stream_set_close_fd", LIBRARY.GIO);
2222 
2223 	// gio.UnixMountEntry
2224 
2225 	Linker.link(g_unix_is_mount_path_system_internal, "g_unix_is_mount_path_system_internal", LIBRARY.GIO);
2226 	Linker.link(g_unix_mount_at, "g_unix_mount_at", LIBRARY.GIO);
2227 	Linker.link(g_unix_mount_compare, "g_unix_mount_compare", LIBRARY.GIO);
2228 	Linker.link(g_unix_mount_free, "g_unix_mount_free", LIBRARY.GIO);
2229 	Linker.link(g_unix_mount_get_device_path, "g_unix_mount_get_device_path", LIBRARY.GIO);
2230 	Linker.link(g_unix_mount_get_fs_type, "g_unix_mount_get_fs_type", LIBRARY.GIO);
2231 	Linker.link(g_unix_mount_get_mount_path, "g_unix_mount_get_mount_path", LIBRARY.GIO);
2232 	Linker.link(g_unix_mount_guess_can_eject, "g_unix_mount_guess_can_eject", LIBRARY.GIO);
2233 	Linker.link(g_unix_mount_guess_icon, "g_unix_mount_guess_icon", LIBRARY.GIO);
2234 	Linker.link(g_unix_mount_guess_name, "g_unix_mount_guess_name", LIBRARY.GIO);
2235 	Linker.link(g_unix_mount_guess_should_display, "g_unix_mount_guess_should_display", LIBRARY.GIO);
2236 	Linker.link(g_unix_mount_guess_symbolic_icon, "g_unix_mount_guess_symbolic_icon", LIBRARY.GIO);
2237 	Linker.link(g_unix_mount_is_readonly, "g_unix_mount_is_readonly", LIBRARY.GIO);
2238 	Linker.link(g_unix_mount_is_system_internal, "g_unix_mount_is_system_internal", LIBRARY.GIO);
2239 	Linker.link(g_unix_mount_points_changed_since, "g_unix_mount_points_changed_since", LIBRARY.GIO);
2240 	Linker.link(g_unix_mount_points_get, "g_unix_mount_points_get", LIBRARY.GIO);
2241 	Linker.link(g_unix_mounts_changed_since, "g_unix_mounts_changed_since", LIBRARY.GIO);
2242 	Linker.link(g_unix_mounts_get, "g_unix_mounts_get", LIBRARY.GIO);
2243 
2244 	// gio.UnixMountMonitor
2245 
2246 	Linker.link(g_unix_mount_monitor_get_type, "g_unix_mount_monitor_get_type", LIBRARY.GIO);
2247 	Linker.link(g_unix_mount_monitor_new, "g_unix_mount_monitor_new", LIBRARY.GIO);
2248 	Linker.link(g_unix_mount_monitor_get, "g_unix_mount_monitor_get", LIBRARY.GIO);
2249 	Linker.link(g_unix_mount_monitor_set_rate_limit, "g_unix_mount_monitor_set_rate_limit", LIBRARY.GIO);
2250 
2251 	// gio.UnixMountPoint
2252 
2253 	Linker.link(g_unix_mount_point_compare, "g_unix_mount_point_compare", LIBRARY.GIO);
2254 	Linker.link(g_unix_mount_point_free, "g_unix_mount_point_free", LIBRARY.GIO);
2255 	Linker.link(g_unix_mount_point_get_device_path, "g_unix_mount_point_get_device_path", LIBRARY.GIO);
2256 	Linker.link(g_unix_mount_point_get_fs_type, "g_unix_mount_point_get_fs_type", LIBRARY.GIO);
2257 	Linker.link(g_unix_mount_point_get_mount_path, "g_unix_mount_point_get_mount_path", LIBRARY.GIO);
2258 	Linker.link(g_unix_mount_point_get_options, "g_unix_mount_point_get_options", LIBRARY.GIO);
2259 	Linker.link(g_unix_mount_point_guess_can_eject, "g_unix_mount_point_guess_can_eject", LIBRARY.GIO);
2260 	Linker.link(g_unix_mount_point_guess_icon, "g_unix_mount_point_guess_icon", LIBRARY.GIO);
2261 	Linker.link(g_unix_mount_point_guess_name, "g_unix_mount_point_guess_name", LIBRARY.GIO);
2262 	Linker.link(g_unix_mount_point_guess_symbolic_icon, "g_unix_mount_point_guess_symbolic_icon", LIBRARY.GIO);
2263 	Linker.link(g_unix_mount_point_is_loopback, "g_unix_mount_point_is_loopback", LIBRARY.GIO);
2264 	Linker.link(g_unix_mount_point_is_readonly, "g_unix_mount_point_is_readonly", LIBRARY.GIO);
2265 	Linker.link(g_unix_mount_point_is_user_mountable, "g_unix_mount_point_is_user_mountable", LIBRARY.GIO);
2266 
2267 	// gio.UnixOutputStream
2268 
2269 	Linker.link(g_unix_output_stream_get_type, "g_unix_output_stream_get_type", LIBRARY.GIO);
2270 	Linker.link(g_unix_output_stream_new, "g_unix_output_stream_new", LIBRARY.GIO);
2271 	Linker.link(g_unix_output_stream_get_close_fd, "g_unix_output_stream_get_close_fd", LIBRARY.GIO);
2272 	Linker.link(g_unix_output_stream_get_fd, "g_unix_output_stream_get_fd", LIBRARY.GIO);
2273 	Linker.link(g_unix_output_stream_set_close_fd, "g_unix_output_stream_set_close_fd", LIBRARY.GIO);
2274 
2275 	// gio.UnixSocketAddress
2276 
2277 	Linker.link(g_unix_socket_address_get_type, "g_unix_socket_address_get_type", LIBRARY.GIO);
2278 	Linker.link(g_unix_socket_address_new, "g_unix_socket_address_new", LIBRARY.GIO);
2279 	Linker.link(g_unix_socket_address_new_abstract, "g_unix_socket_address_new_abstract", LIBRARY.GIO);
2280 	Linker.link(g_unix_socket_address_new_with_type, "g_unix_socket_address_new_with_type", LIBRARY.GIO);
2281 	Linker.link(g_unix_socket_address_abstract_names_supported, "g_unix_socket_address_abstract_names_supported", LIBRARY.GIO);
2282 	Linker.link(g_unix_socket_address_get_address_type, "g_unix_socket_address_get_address_type", LIBRARY.GIO);
2283 	Linker.link(g_unix_socket_address_get_is_abstract, "g_unix_socket_address_get_is_abstract", LIBRARY.GIO);
2284 	Linker.link(g_unix_socket_address_get_path, "g_unix_socket_address_get_path", LIBRARY.GIO);
2285 	Linker.link(g_unix_socket_address_get_path_len, "g_unix_socket_address_get_path_len", LIBRARY.GIO);
2286 
2287 	// gio.Vfs
2288 
2289 	Linker.link(g_vfs_get_type, "g_vfs_get_type", LIBRARY.GIO);
2290 	Linker.link(g_vfs_get_default, "g_vfs_get_default", LIBRARY.GIO);
2291 	Linker.link(g_vfs_get_local, "g_vfs_get_local", LIBRARY.GIO);
2292 	Linker.link(g_vfs_get_file_for_path, "g_vfs_get_file_for_path", LIBRARY.GIO);
2293 	Linker.link(g_vfs_get_file_for_uri, "g_vfs_get_file_for_uri", LIBRARY.GIO);
2294 	Linker.link(g_vfs_get_supported_uri_schemes, "g_vfs_get_supported_uri_schemes", LIBRARY.GIO);
2295 	Linker.link(g_vfs_is_active, "g_vfs_is_active", LIBRARY.GIO);
2296 	Linker.link(g_vfs_parse_name, "g_vfs_parse_name", LIBRARY.GIO);
2297 	Linker.link(g_vfs_register_uri_scheme, "g_vfs_register_uri_scheme", LIBRARY.GIO);
2298 	Linker.link(g_vfs_unregister_uri_scheme, "g_vfs_unregister_uri_scheme", LIBRARY.GIO);
2299 
2300 	// gio.Volume
2301 
2302 	Linker.link(g_volume_get_type, "g_volume_get_type", LIBRARY.GIO);
2303 	Linker.link(g_volume_can_eject, "g_volume_can_eject", LIBRARY.GIO);
2304 	Linker.link(g_volume_can_mount, "g_volume_can_mount", LIBRARY.GIO);
2305 	Linker.link(g_volume_eject, "g_volume_eject", LIBRARY.GIO);
2306 	Linker.link(g_volume_eject_finish, "g_volume_eject_finish", LIBRARY.GIO);
2307 	Linker.link(g_volume_eject_with_operation, "g_volume_eject_with_operation", LIBRARY.GIO);
2308 	Linker.link(g_volume_eject_with_operation_finish, "g_volume_eject_with_operation_finish", LIBRARY.GIO);
2309 	Linker.link(g_volume_enumerate_identifiers, "g_volume_enumerate_identifiers", LIBRARY.GIO);
2310 	Linker.link(g_volume_get_activation_root, "g_volume_get_activation_root", LIBRARY.GIO);
2311 	Linker.link(g_volume_get_drive, "g_volume_get_drive", LIBRARY.GIO);
2312 	Linker.link(g_volume_get_icon, "g_volume_get_icon", LIBRARY.GIO);
2313 	Linker.link(g_volume_get_identifier, "g_volume_get_identifier", LIBRARY.GIO);
2314 	Linker.link(g_volume_get_mount, "g_volume_get_mount", LIBRARY.GIO);
2315 	Linker.link(g_volume_get_name, "g_volume_get_name", LIBRARY.GIO);
2316 	Linker.link(g_volume_get_sort_key, "g_volume_get_sort_key", LIBRARY.GIO);
2317 	Linker.link(g_volume_get_symbolic_icon, "g_volume_get_symbolic_icon", LIBRARY.GIO);
2318 	Linker.link(g_volume_get_uuid, "g_volume_get_uuid", LIBRARY.GIO);
2319 	Linker.link(g_volume_mount, "g_volume_mount", LIBRARY.GIO);
2320 	Linker.link(g_volume_mount_finish, "g_volume_mount_finish", LIBRARY.GIO);
2321 	Linker.link(g_volume_should_automount, "g_volume_should_automount", LIBRARY.GIO);
2322 
2323 	// gio.VolumeMonitor
2324 
2325 	Linker.link(g_volume_monitor_get_type, "g_volume_monitor_get_type", LIBRARY.GIO);
2326 	Linker.link(g_volume_monitor_adopt_orphan_mount, "g_volume_monitor_adopt_orphan_mount", LIBRARY.GIO);
2327 	Linker.link(g_volume_monitor_get, "g_volume_monitor_get", LIBRARY.GIO);
2328 	Linker.link(g_volume_monitor_get_connected_drives, "g_volume_monitor_get_connected_drives", LIBRARY.GIO);
2329 	Linker.link(g_volume_monitor_get_mount_for_uuid, "g_volume_monitor_get_mount_for_uuid", LIBRARY.GIO);
2330 	Linker.link(g_volume_monitor_get_mounts, "g_volume_monitor_get_mounts", LIBRARY.GIO);
2331 	Linker.link(g_volume_monitor_get_volume_for_uuid, "g_volume_monitor_get_volume_for_uuid", LIBRARY.GIO);
2332 	Linker.link(g_volume_monitor_get_volumes, "g_volume_monitor_get_volumes", LIBRARY.GIO);
2333 
2334 	// gio.ZlibCompressor
2335 
2336 	Linker.link(g_zlib_compressor_get_type, "g_zlib_compressor_get_type", LIBRARY.GIO);
2337 	Linker.link(g_zlib_compressor_new, "g_zlib_compressor_new", LIBRARY.GIO);
2338 	Linker.link(g_zlib_compressor_get_file_info, "g_zlib_compressor_get_file_info", LIBRARY.GIO);
2339 	Linker.link(g_zlib_compressor_set_file_info, "g_zlib_compressor_set_file_info", LIBRARY.GIO);
2340 
2341 	// gio.ZlibDecompressor
2342 
2343 	Linker.link(g_zlib_decompressor_get_type, "g_zlib_decompressor_get_type", LIBRARY.GIO);
2344 	Linker.link(g_zlib_decompressor_new, "g_zlib_decompressor_new", LIBRARY.GIO);
2345 	Linker.link(g_zlib_decompressor_get_file_info, "g_zlib_decompressor_get_file_info", LIBRARY.GIO);
2346 
2347 	// gio.PollableUtils
2348 
2349 	Linker.link(g_pollable_source_new, "g_pollable_source_new", LIBRARY.GIO);
2350 	Linker.link(g_pollable_source_new_full, "g_pollable_source_new_full", LIBRARY.GIO);
2351 	Linker.link(g_pollable_stream_read, "g_pollable_stream_read", LIBRARY.GIO);
2352 	Linker.link(g_pollable_stream_write, "g_pollable_stream_write", LIBRARY.GIO);
2353 	Linker.link(g_pollable_stream_write_all, "g_pollable_stream_write_all", LIBRARY.GIO);
2354 
2355 	// gio.DBusNames
2356 
2357 	Linker.link(g_bus_own_name, "g_bus_own_name", LIBRARY.GIO);
2358 	Linker.link(g_bus_own_name_on_connection, "g_bus_own_name_on_connection", LIBRARY.GIO);
2359 	Linker.link(g_bus_own_name_on_connection_with_closures, "g_bus_own_name_on_connection_with_closures", LIBRARY.GIO);
2360 	Linker.link(g_bus_own_name_with_closures, "g_bus_own_name_with_closures", LIBRARY.GIO);
2361 	Linker.link(g_bus_unown_name, "g_bus_unown_name", LIBRARY.GIO);
2362 	Linker.link(g_bus_unwatch_name, "g_bus_unwatch_name", LIBRARY.GIO);
2363 	Linker.link(g_bus_watch_name, "g_bus_watch_name", LIBRARY.GIO);
2364 	Linker.link(g_bus_watch_name_on_connection, "g_bus_watch_name_on_connection", LIBRARY.GIO);
2365 	Linker.link(g_bus_watch_name_on_connection_with_closures, "g_bus_watch_name_on_connection_with_closures", LIBRARY.GIO);
2366 	Linker.link(g_bus_watch_name_with_closures, "g_bus_watch_name_with_closures", LIBRARY.GIO);
2367 
2368 	// gio.ContentType
2369 
2370 	Linker.link(g_content_type_can_be_executable, "g_content_type_can_be_executable", LIBRARY.GIO);
2371 	Linker.link(g_content_type_equals, "g_content_type_equals", LIBRARY.GIO);
2372 	Linker.link(g_content_type_from_mime_type, "g_content_type_from_mime_type", LIBRARY.GIO);
2373 	Linker.link(g_content_type_get_description, "g_content_type_get_description", LIBRARY.GIO);
2374 	Linker.link(g_content_type_get_generic_icon_name, "g_content_type_get_generic_icon_name", LIBRARY.GIO);
2375 	Linker.link(g_content_type_get_icon, "g_content_type_get_icon", LIBRARY.GIO);
2376 	Linker.link(g_content_type_get_mime_type, "g_content_type_get_mime_type", LIBRARY.GIO);
2377 	Linker.link(g_content_type_get_symbolic_icon, "g_content_type_get_symbolic_icon", LIBRARY.GIO);
2378 	Linker.link(g_content_type_guess, "g_content_type_guess", LIBRARY.GIO);
2379 	Linker.link(g_content_type_guess_for_tree, "g_content_type_guess_for_tree", LIBRARY.GIO);
2380 	Linker.link(g_content_type_is_a, "g_content_type_is_a", LIBRARY.GIO);
2381 	Linker.link(g_content_type_is_unknown, "g_content_type_is_unknown", LIBRARY.GIO);
2382 	Linker.link(g_content_types_get_registered, "g_content_types_get_registered", LIBRARY.GIO);
2383 	Linker.link(g_content_type_is_mime_type, "g_content_type_is_mime_type", LIBRARY.GIO);
2384 
2385 	// gio.DBusError
2386 
2387 	Linker.link(g_dbus_error_encode_gerror, "g_dbus_error_encode_gerror", LIBRARY.GIO);
2388 	Linker.link(g_dbus_error_get_remote_error, "g_dbus_error_get_remote_error", LIBRARY.GIO);
2389 	Linker.link(g_dbus_error_is_remote_error, "g_dbus_error_is_remote_error", LIBRARY.GIO);
2390 	Linker.link(g_dbus_error_new_for_dbus_error, "g_dbus_error_new_for_dbus_error", LIBRARY.GIO);
2391 	Linker.link(g_dbus_error_quark, "g_dbus_error_quark", LIBRARY.GIO);
2392 	Linker.link(g_dbus_error_register_error, "g_dbus_error_register_error", LIBRARY.GIO);
2393 	Linker.link(g_dbus_error_register_error_domain, "g_dbus_error_register_error_domain", LIBRARY.GIO);
2394 	Linker.link(g_dbus_error_strip_remote_error, "g_dbus_error_strip_remote_error", LIBRARY.GIO);
2395 	Linker.link(g_dbus_error_unregister_error, "g_dbus_error_unregister_error", LIBRARY.GIO);
2396 
2397 	// gio.DBusUtilities
2398 
2399 	Linker.link(g_dbus_address_escape_value, "g_dbus_address_escape_value", LIBRARY.GIO);
2400 	Linker.link(g_dbus_address_get_for_bus_sync, "g_dbus_address_get_for_bus_sync", LIBRARY.GIO);
2401 	Linker.link(g_dbus_address_get_stream, "g_dbus_address_get_stream", LIBRARY.GIO);
2402 	Linker.link(g_dbus_address_get_stream_finish, "g_dbus_address_get_stream_finish", LIBRARY.GIO);
2403 	Linker.link(g_dbus_address_get_stream_sync, "g_dbus_address_get_stream_sync", LIBRARY.GIO);
2404 	Linker.link(g_dbus_generate_guid, "g_dbus_generate_guid", LIBRARY.GIO);
2405 	Linker.link(g_dbus_gvalue_to_gvariant, "g_dbus_gvalue_to_gvariant", LIBRARY.GIO);
2406 	Linker.link(g_dbus_gvariant_to_gvalue, "g_dbus_gvariant_to_gvalue", LIBRARY.GIO);
2407 	Linker.link(g_dbus_is_address, "g_dbus_is_address", LIBRARY.GIO);
2408 	Linker.link(g_dbus_is_guid, "g_dbus_is_guid", LIBRARY.GIO);
2409 	Linker.link(g_dbus_is_interface_name, "g_dbus_is_interface_name", LIBRARY.GIO);
2410 	Linker.link(g_dbus_is_member_name, "g_dbus_is_member_name", LIBRARY.GIO);
2411 	Linker.link(g_dbus_is_name, "g_dbus_is_name", LIBRARY.GIO);
2412 	Linker.link(g_dbus_is_supported_address, "g_dbus_is_supported_address", LIBRARY.GIO);
2413 	Linker.link(g_dbus_is_unique_name, "g_dbus_is_unique_name", LIBRARY.GIO);
2414 
2415 	// gio.ErrorGIO
2416 
2417 	Linker.link(g_io_error_from_errno, "g_io_error_from_errno", LIBRARY.GIO);
2418 	Linker.link(g_io_error_quark, "g_io_error_quark", LIBRARY.GIO);
2419 }
2420 
2421 __gshared extern(C)
2422 {
2423 
2424 	// gio.Action
2425 
2426 	GType function() c_g_action_get_type;
2427 	int function(const(char)* actionName) c_g_action_name_is_valid;
2428 	int function(const(char)* detailedName, char** actionName, GVariant** targetValue, GError** err) c_g_action_parse_detailed_name;
2429 	char* function(const(char)* actionName, GVariant* targetValue) c_g_action_print_detailed_name;
2430 	void function(GAction* action, GVariant* parameter) c_g_action_activate;
2431 	void function(GAction* action, GVariant* value) c_g_action_change_state;
2432 	int function(GAction* action) c_g_action_get_enabled;
2433 	const(char)* function(GAction* action) c_g_action_get_name;
2434 	GVariantType* function(GAction* action) c_g_action_get_parameter_type;
2435 	GVariant* function(GAction* action) c_g_action_get_state;
2436 	GVariant* function(GAction* action) c_g_action_get_state_hint;
2437 	GVariantType* function(GAction* action) c_g_action_get_state_type;
2438 
2439 	// gio.ActionGroup
2440 
2441 	GType function() c_g_action_group_get_type;
2442 	void function(GActionGroup* actionGroup, const(char)* actionName) c_g_action_group_action_added;
2443 	void function(GActionGroup* actionGroup, const(char)* actionName, int enabled) c_g_action_group_action_enabled_changed;
2444 	void function(GActionGroup* actionGroup, const(char)* actionName) c_g_action_group_action_removed;
2445 	void function(GActionGroup* actionGroup, const(char)* actionName, GVariant* state) c_g_action_group_action_state_changed;
2446 	void function(GActionGroup* actionGroup, const(char)* actionName, GVariant* parameter) c_g_action_group_activate_action;
2447 	void function(GActionGroup* actionGroup, const(char)* actionName, GVariant* value) c_g_action_group_change_action_state;
2448 	int function(GActionGroup* actionGroup, const(char)* actionName) c_g_action_group_get_action_enabled;
2449 	GVariantType* function(GActionGroup* actionGroup, const(char)* actionName) c_g_action_group_get_action_parameter_type;
2450 	GVariant* function(GActionGroup* actionGroup, const(char)* actionName) c_g_action_group_get_action_state;
2451 	GVariant* function(GActionGroup* actionGroup, const(char)* actionName) c_g_action_group_get_action_state_hint;
2452 	GVariantType* function(GActionGroup* actionGroup, const(char)* actionName) c_g_action_group_get_action_state_type;
2453 	int function(GActionGroup* actionGroup, const(char)* actionName) c_g_action_group_has_action;
2454 	char** function(GActionGroup* actionGroup) c_g_action_group_list_actions;
2455 	int function(GActionGroup* actionGroup, const(char)* actionName, int* enabled, GVariantType** parameterType, GVariantType** stateType, GVariant** stateHint, GVariant** state) c_g_action_group_query_action;
2456 
2457 	// gio.ActionMap
2458 
2459 	GType function() c_g_action_map_get_type;
2460 	void function(GActionMap* actionMap, GAction* action) c_g_action_map_add_action;
2461 	void function(GActionMap* actionMap, GActionEntry* entries, int nEntries, void* userData) c_g_action_map_add_action_entries;
2462 	GAction* function(GActionMap* actionMap, const(char)* actionName) c_g_action_map_lookup_action;
2463 	void function(GActionMap* actionMap, const(char)* actionName) c_g_action_map_remove_action;
2464 
2465 	// gio.AppInfo
2466 
2467 	GType function() c_g_app_info_get_type;
2468 	GAppInfo* function(const(char)* commandline, const(char)* applicationName, GAppInfoCreateFlags flags, GError** err) c_g_app_info_create_from_commandline;
2469 	GList* function() c_g_app_info_get_all;
2470 	GList* function(const(char)* contentType) c_g_app_info_get_all_for_type;
2471 	GAppInfo* function(const(char)* contentType, int mustSupportUris) c_g_app_info_get_default_for_type;
2472 	GAppInfo* function(const(char)* uriScheme) c_g_app_info_get_default_for_uri_scheme;
2473 	GList* function(const(char)* contentType) c_g_app_info_get_fallback_for_type;
2474 	GList* function(const(char)* contentType) c_g_app_info_get_recommended_for_type;
2475 	int function(const(char)* uri, GAppLaunchContext* launchContext, GError** err) c_g_app_info_launch_default_for_uri;
2476 	void function(const(char)* uri, GAppLaunchContext* launchContext, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_app_info_launch_default_for_uri_async;
2477 	int function(GAsyncResult* result, GError** err) c_g_app_info_launch_default_for_uri_finish;
2478 	void function(const(char)* contentType) c_g_app_info_reset_type_associations;
2479 	int function(GAppInfo* appinfo, const(char)* contentType, GError** err) c_g_app_info_add_supports_type;
2480 	int function(GAppInfo* appinfo) c_g_app_info_can_delete;
2481 	int function(GAppInfo* appinfo) c_g_app_info_can_remove_supports_type;
2482 	int function(GAppInfo* appinfo) c_g_app_info_delete;
2483 	GAppInfo* function(GAppInfo* appinfo) c_g_app_info_dup;
2484 	int function(GAppInfo* appinfo1, GAppInfo* appinfo2) c_g_app_info_equal;
2485 	char* function(GAppInfo* appinfo) c_g_app_info_get_commandline;
2486 	const(char)* function(GAppInfo* appinfo) c_g_app_info_get_description;
2487 	const(char)* function(GAppInfo* appinfo) c_g_app_info_get_display_name;
2488 	char* function(GAppInfo* appinfo) c_g_app_info_get_executable;
2489 	GIcon* function(GAppInfo* appinfo) c_g_app_info_get_icon;
2490 	const(char)* function(GAppInfo* appinfo) c_g_app_info_get_id;
2491 	const(char)* function(GAppInfo* appinfo) c_g_app_info_get_name;
2492 	char** function(GAppInfo* appinfo) c_g_app_info_get_supported_types;
2493 	int function(GAppInfo* appinfo, GList* files, GAppLaunchContext* launchContext, GError** err) c_g_app_info_launch;
2494 	int function(GAppInfo* appinfo, GList* uris, GAppLaunchContext* launchContext, GError** err) c_g_app_info_launch_uris;
2495 	int function(GAppInfo* appinfo, const(char)* contentType, GError** err) c_g_app_info_remove_supports_type;
2496 	int function(GAppInfo* appinfo, char* extension, GError** err) c_g_app_info_set_as_default_for_extension;
2497 	int function(GAppInfo* appinfo, const(char)* contentType, GError** err) c_g_app_info_set_as_default_for_type;
2498 	int function(GAppInfo* appinfo, const(char)* contentType, GError** err) c_g_app_info_set_as_last_used_for_type;
2499 	int function(GAppInfo* appinfo) c_g_app_info_should_show;
2500 	int function(GAppInfo* appinfo) c_g_app_info_supports_files;
2501 	int function(GAppInfo* appinfo) c_g_app_info_supports_uris;
2502 
2503 	// gio.AppInfoMonitor
2504 
2505 	GType function() c_g_app_info_monitor_get_type;
2506 	GAppInfoMonitor* function() c_g_app_info_monitor_get;
2507 
2508 	// gio.AppLaunchContext
2509 
2510 	GType function() c_g_app_launch_context_get_type;
2511 	GAppLaunchContext* function() c_g_app_launch_context_new;
2512 	char* function(GAppLaunchContext* context, GAppInfo* info, GList* files) c_g_app_launch_context_get_display;
2513 	char** function(GAppLaunchContext* context) c_g_app_launch_context_get_environment;
2514 	char* function(GAppLaunchContext* context, GAppInfo* info, GList* files) c_g_app_launch_context_get_startup_notify_id;
2515 	void function(GAppLaunchContext* context, const(char)* startupNotifyId) c_g_app_launch_context_launch_failed;
2516 	void function(GAppLaunchContext* context, const(char)* variable, const(char)* value) c_g_app_launch_context_setenv;
2517 	void function(GAppLaunchContext* context, const(char)* variable) c_g_app_launch_context_unsetenv;
2518 
2519 	// gio.Application
2520 
2521 	GType function() c_g_application_get_type;
2522 	GApplication* function(const(char)* applicationId, GApplicationFlags flags) c_g_application_new;
2523 	GApplication* function() c_g_application_get_default;
2524 	int function(const(char)* applicationId) c_g_application_id_is_valid;
2525 	void function(GApplication* application) c_g_application_activate;
2526 	void function(GApplication* application, const(char)* longName, char shortName, GOptionFlags flags, GOptionArg arg, const(char)* description, const(char)* argDescription) c_g_application_add_main_option;
2527 	void function(GApplication* application, GOptionEntry* entries) c_g_application_add_main_option_entries;
2528 	void function(GApplication* application, GOptionGroup* group) c_g_application_add_option_group;
2529 	void function(GApplication* application, void* object, const(char)* property) c_g_application_bind_busy_property;
2530 	const(char)* function(GApplication* application) c_g_application_get_application_id;
2531 	GDBusConnection* function(GApplication* application) c_g_application_get_dbus_connection;
2532 	const(char)* function(GApplication* application) c_g_application_get_dbus_object_path;
2533 	GApplicationFlags function(GApplication* application) c_g_application_get_flags;
2534 	uint function(GApplication* application) c_g_application_get_inactivity_timeout;
2535 	int function(GApplication* application) c_g_application_get_is_busy;
2536 	int function(GApplication* application) c_g_application_get_is_registered;
2537 	int function(GApplication* application) c_g_application_get_is_remote;
2538 	const(char)* function(GApplication* application) c_g_application_get_resource_base_path;
2539 	void function(GApplication* application) c_g_application_hold;
2540 	void function(GApplication* application) c_g_application_mark_busy;
2541 	void function(GApplication* application, GFile** files, int nFiles, const(char)* hint) c_g_application_open;
2542 	void function(GApplication* application) c_g_application_quit;
2543 	int function(GApplication* application, GCancellable* cancellable, GError** err) c_g_application_register;
2544 	void function(GApplication* application) c_g_application_release;
2545 	int function(GApplication* application, int argc, char** argv) c_g_application_run;
2546 	void function(GApplication* application, const(char)* id, GNotification* notification) c_g_application_send_notification;
2547 	void function(GApplication* application, GActionGroup* actionGroup) c_g_application_set_action_group;
2548 	void function(GApplication* application, const(char)* applicationId) c_g_application_set_application_id;
2549 	void function(GApplication* application) c_g_application_set_default;
2550 	void function(GApplication* application, GApplicationFlags flags) c_g_application_set_flags;
2551 	void function(GApplication* application, uint inactivityTimeout) c_g_application_set_inactivity_timeout;
2552 	void function(GApplication* application, const(char)* resourcePath) c_g_application_set_resource_base_path;
2553 	void function(GApplication* application, void* object, const(char)* property) c_g_application_unbind_busy_property;
2554 	void function(GApplication* application) c_g_application_unmark_busy;
2555 	void function(GApplication* application, const(char)* id) c_g_application_withdraw_notification;
2556 
2557 	// gio.ApplicationCommandLine
2558 
2559 	GType function() c_g_application_command_line_get_type;
2560 	GFile* function(GApplicationCommandLine* cmdline, const(char)* arg) c_g_application_command_line_create_file_for_arg;
2561 	char** function(GApplicationCommandLine* cmdline, int* argc) c_g_application_command_line_get_arguments;
2562 	char* function(GApplicationCommandLine* cmdline) c_g_application_command_line_get_cwd;
2563 	char** function(GApplicationCommandLine* cmdline) c_g_application_command_line_get_environ;
2564 	int function(GApplicationCommandLine* cmdline) c_g_application_command_line_get_exit_status;
2565 	int function(GApplicationCommandLine* cmdline) c_g_application_command_line_get_is_remote;
2566 	GVariantDict* function(GApplicationCommandLine* cmdline) c_g_application_command_line_get_options_dict;
2567 	GVariant* function(GApplicationCommandLine* cmdline) c_g_application_command_line_get_platform_data;
2568 	GInputStream* function(GApplicationCommandLine* cmdline) c_g_application_command_line_get_stdin;
2569 	const(char)* function(GApplicationCommandLine* cmdline, const(char)* name) c_g_application_command_line_getenv;
2570 	void function(GApplicationCommandLine* cmdline, const(char)* format, ... ) c_g_application_command_line_print;
2571 	void function(GApplicationCommandLine* cmdline, const(char)* format, ... ) c_g_application_command_line_printerr;
2572 	void function(GApplicationCommandLine* cmdline, int exitStatus) c_g_application_command_line_set_exit_status;
2573 
2574 	// gio.AsyncInitable
2575 
2576 	GType function() c_g_async_initable_get_type;
2577 	void function(GType objectType, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData, const(char)* firstPropertyName, ... ) c_g_async_initable_new_async;
2578 	void function(GType objectType, const(char)* firstPropertyName, void* varArgs, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_async_initable_new_valist_async;
2579 	void function(GType objectType, uint nParameters, GParameter* parameters, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_async_initable_newv_async;
2580 	void function(GAsyncInitable* initable, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_async_initable_init_async;
2581 	int function(GAsyncInitable* initable, GAsyncResult* res, GError** err) c_g_async_initable_init_finish;
2582 	GObject* function(GAsyncInitable* initable, GAsyncResult* res, GError** err) c_g_async_initable_new_finish;
2583 
2584 	// gio.AsyncResult
2585 
2586 	GType function() c_g_async_result_get_type;
2587 	GObject* function(GAsyncResult* res) c_g_async_result_get_source_object;
2588 	void* function(GAsyncResult* res) c_g_async_result_get_user_data;
2589 	int function(GAsyncResult* res, void* sourceTag) c_g_async_result_is_tagged;
2590 	int function(GAsyncResult* res, GError** err) c_g_async_result_legacy_propagate_error;
2591 
2592 	// gio.BufferedInputStream
2593 
2594 	GType function() c_g_buffered_input_stream_get_type;
2595 	GInputStream* function(GInputStream* baseStream) c_g_buffered_input_stream_new;
2596 	GInputStream* function(GInputStream* baseStream, size_t size) c_g_buffered_input_stream_new_sized;
2597 	ptrdiff_t function(GBufferedInputStream* stream, ptrdiff_t count, GCancellable* cancellable, GError** err) c_g_buffered_input_stream_fill;
2598 	void function(GBufferedInputStream* stream, ptrdiff_t count, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_buffered_input_stream_fill_async;
2599 	ptrdiff_t function(GBufferedInputStream* stream, GAsyncResult* result, GError** err) c_g_buffered_input_stream_fill_finish;
2600 	size_t function(GBufferedInputStream* stream) c_g_buffered_input_stream_get_available;
2601 	size_t function(GBufferedInputStream* stream) c_g_buffered_input_stream_get_buffer_size;
2602 	size_t function(GBufferedInputStream* stream, void* buffer, size_t offset, size_t count) c_g_buffered_input_stream_peek;
2603 	void* function(GBufferedInputStream* stream, size_t* count) c_g_buffered_input_stream_peek_buffer;
2604 	int function(GBufferedInputStream* stream, GCancellable* cancellable, GError** err) c_g_buffered_input_stream_read_byte;
2605 	void function(GBufferedInputStream* stream, size_t size) c_g_buffered_input_stream_set_buffer_size;
2606 
2607 	// gio.BufferedOutputStream
2608 
2609 	GType function() c_g_buffered_output_stream_get_type;
2610 	GOutputStream* function(GOutputStream* baseStream) c_g_buffered_output_stream_new;
2611 	GOutputStream* function(GOutputStream* baseStream, size_t size) c_g_buffered_output_stream_new_sized;
2612 	int function(GBufferedOutputStream* stream) c_g_buffered_output_stream_get_auto_grow;
2613 	size_t function(GBufferedOutputStream* stream) c_g_buffered_output_stream_get_buffer_size;
2614 	void function(GBufferedOutputStream* stream, int autoGrow) c_g_buffered_output_stream_set_auto_grow;
2615 	void function(GBufferedOutputStream* stream, size_t size) c_g_buffered_output_stream_set_buffer_size;
2616 
2617 	// gio.BytesIcon
2618 
2619 	GType function() c_g_bytes_icon_get_type;
2620 	GIcon* function(GBytes* bytes) c_g_bytes_icon_new;
2621 	GBytes* function(GBytesIcon* icon) c_g_bytes_icon_get_bytes;
2622 
2623 	// gio.Cancellable
2624 
2625 	GType function() c_g_cancellable_get_type;
2626 	GCancellable* function() c_g_cancellable_new;
2627 	GCancellable* function() c_g_cancellable_get_current;
2628 	void function(GCancellable* cancellable) c_g_cancellable_cancel;
2629 	gulong function(GCancellable* cancellable, GCallback callback, void* data, GDestroyNotify dataDestroyFunc) c_g_cancellable_connect;
2630 	void function(GCancellable* cancellable, gulong handlerId) c_g_cancellable_disconnect;
2631 	int function(GCancellable* cancellable) c_g_cancellable_get_fd;
2632 	int function(GCancellable* cancellable) c_g_cancellable_is_cancelled;
2633 	int function(GCancellable* cancellable, GPollFD* pollfd) c_g_cancellable_make_pollfd;
2634 	void function(GCancellable* cancellable) c_g_cancellable_pop_current;
2635 	void function(GCancellable* cancellable) c_g_cancellable_push_current;
2636 	void function(GCancellable* cancellable) c_g_cancellable_release_fd;
2637 	void function(GCancellable* cancellable) c_g_cancellable_reset;
2638 	int function(GCancellable* cancellable, GError** err) c_g_cancellable_set_error_if_cancelled;
2639 	GSource* function(GCancellable* cancellable) c_g_cancellable_source_new;
2640 
2641 	// gio.CharsetConverter
2642 
2643 	GType function() c_g_charset_converter_get_type;
2644 	GCharsetConverter* function(const(char)* toCharset, const(char)* fromCharset, GError** err) c_g_charset_converter_new;
2645 	uint function(GCharsetConverter* converter) c_g_charset_converter_get_num_fallbacks;
2646 	int function(GCharsetConverter* converter) c_g_charset_converter_get_use_fallback;
2647 	void function(GCharsetConverter* converter, int useFallback) c_g_charset_converter_set_use_fallback;
2648 
2649 	// gio.Converter
2650 
2651 	GType function() c_g_converter_get_type;
2652 	GConverterResult function(GConverter* converter, void* inbuf, size_t inbufSize, void* outbuf, size_t outbufSize, GConverterFlags flags, size_t* bytesRead, size_t* bytesWritten, GError** err) c_g_converter_convert;
2653 	void function(GConverter* converter) c_g_converter_reset;
2654 
2655 	// gio.ConverterInputStream
2656 
2657 	GType function() c_g_converter_input_stream_get_type;
2658 	GInputStream* function(GInputStream* baseStream, GConverter* converter) c_g_converter_input_stream_new;
2659 	GConverter* function(GConverterInputStream* converterStream) c_g_converter_input_stream_get_converter;
2660 
2661 	// gio.ConverterOutputStream
2662 
2663 	GType function() c_g_converter_output_stream_get_type;
2664 	GOutputStream* function(GOutputStream* baseStream, GConverter* converter) c_g_converter_output_stream_new;
2665 	GConverter* function(GConverterOutputStream* converterStream) c_g_converter_output_stream_get_converter;
2666 
2667 	// gio.Credentials
2668 
2669 	GType function() c_g_credentials_get_type;
2670 	GCredentials* function() c_g_credentials_new;
2671 	void* function(GCredentials* credentials, GCredentialsType nativeType) c_g_credentials_get_native;
2672 	pid_t function(GCredentials* credentials, GError** err) c_g_credentials_get_unix_pid;
2673 	uid_t function(GCredentials* credentials, GError** err) c_g_credentials_get_unix_user;
2674 	int function(GCredentials* credentials, GCredentials* otherCredentials, GError** err) c_g_credentials_is_same_user;
2675 	void function(GCredentials* credentials, GCredentialsType nativeType, void* native) c_g_credentials_set_native;
2676 	int function(GCredentials* credentials, uid_t uid, GError** err) c_g_credentials_set_unix_user;
2677 	char* function(GCredentials* credentials) c_g_credentials_to_string;
2678 
2679 	// gio.DBusActionGroup
2680 
2681 	GType function() c_g_dbus_action_group_get_type;
2682 	GDBusActionGroup* function(GDBusConnection* connection, const(char)* busName, const(char)* objectPath) c_g_dbus_action_group_get;
2683 
2684 	// gio.DBusAnnotationInfo
2685 
2686 	GType function() c_g_dbus_annotation_info_get_type;
2687 	GDBusAnnotationInfo* function(GDBusAnnotationInfo* info) c_g_dbus_annotation_info_ref;
2688 	void function(GDBusAnnotationInfo* info) c_g_dbus_annotation_info_unref;
2689 	const(char)* function(GDBusAnnotationInfo** annotations, const(char)* name) c_g_dbus_annotation_info_lookup;
2690 
2691 	// gio.DBusArgInfo
2692 
2693 	GType function() c_g_dbus_arg_info_get_type;
2694 	GDBusArgInfo* function(GDBusArgInfo* info) c_g_dbus_arg_info_ref;
2695 	void function(GDBusArgInfo* info) c_g_dbus_arg_info_unref;
2696 
2697 	// gio.DBusAuthObserver
2698 
2699 	GType function() c_g_dbus_auth_observer_get_type;
2700 	GDBusAuthObserver* function() c_g_dbus_auth_observer_new;
2701 	int function(GDBusAuthObserver* observer, const(char)* mechanism) c_g_dbus_auth_observer_allow_mechanism;
2702 	int function(GDBusAuthObserver* observer, GIOStream* stream, GCredentials* credentials) c_g_dbus_auth_observer_authorize_authenticated_peer;
2703 
2704 	// gio.DBusConnection
2705 
2706 	GType function() c_g_dbus_connection_get_type;
2707 	GDBusConnection* function(GAsyncResult* res, GError** err) c_g_dbus_connection_new_finish;
2708 	GDBusConnection* function(GAsyncResult* res, GError** err) c_g_dbus_connection_new_for_address_finish;
2709 	GDBusConnection* function(const(char)* address, GDBusConnectionFlags flags, GDBusAuthObserver* observer, GCancellable* cancellable, GError** err) c_g_dbus_connection_new_for_address_sync;
2710 	GDBusConnection* function(GIOStream* stream, const(char)* guid, GDBusConnectionFlags flags, GDBusAuthObserver* observer, GCancellable* cancellable, GError** err) c_g_dbus_connection_new_sync;
2711 	void function(GIOStream* stream, const(char)* guid, GDBusConnectionFlags flags, GDBusAuthObserver* observer, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_dbus_connection_new;
2712 	void function(const(char)* address, GDBusConnectionFlags flags, GDBusAuthObserver* observer, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_dbus_connection_new_for_address;
2713 	uint function(GDBusConnection* connection, GDBusMessageFilterFunction filterFunction, void* userData, GDestroyNotify userDataFreeFunc) c_g_dbus_connection_add_filter;
2714 	void function(GDBusConnection* connection, const(char)* busName, const(char)* objectPath, const(char)* interfaceName, const(char)* methodName, GVariant* parameters, GVariantType* replyType, GDBusCallFlags flags, int timeoutMsec, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_dbus_connection_call;
2715 	GVariant* function(GDBusConnection* connection, GAsyncResult* res, GError** err) c_g_dbus_connection_call_finish;
2716 	GVariant* function(GDBusConnection* connection, const(char)* busName, const(char)* objectPath, const(char)* interfaceName, const(char)* methodName, GVariant* parameters, GVariantType* replyType, GDBusCallFlags flags, int timeoutMsec, GCancellable* cancellable, GError** err) c_g_dbus_connection_call_sync;
2717 	void function(GDBusConnection* connection, const(char)* busName, const(char)* objectPath, const(char)* interfaceName, const(char)* methodName, GVariant* parameters, GVariantType* replyType, GDBusCallFlags flags, int timeoutMsec, GUnixFDList* fdList, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_dbus_connection_call_with_unix_fd_list;
2718 	GVariant* function(GDBusConnection* connection, GUnixFDList** outFdList, GAsyncResult* res, GError** err) c_g_dbus_connection_call_with_unix_fd_list_finish;
2719 	GVariant* function(GDBusConnection* connection, const(char)* busName, const(char)* objectPath, const(char)* interfaceName, const(char)* methodName, GVariant* parameters, GVariantType* replyType, GDBusCallFlags flags, int timeoutMsec, GUnixFDList* fdList, GUnixFDList** outFdList, GCancellable* cancellable, GError** err) c_g_dbus_connection_call_with_unix_fd_list_sync;
2720 	void function(GDBusConnection* connection, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_dbus_connection_close;
2721 	int function(GDBusConnection* connection, GAsyncResult* res, GError** err) c_g_dbus_connection_close_finish;
2722 	int function(GDBusConnection* connection, GCancellable* cancellable, GError** err) c_g_dbus_connection_close_sync;
2723 	int function(GDBusConnection* connection, const(char)* destinationBusName, const(char)* objectPath, const(char)* interfaceName, const(char)* signalName, GVariant* parameters, GError** err) c_g_dbus_connection_emit_signal;
2724 	uint function(GDBusConnection* connection, const(char)* objectPath, GActionGroup* actionGroup, GError** err) c_g_dbus_connection_export_action_group;
2725 	uint function(GDBusConnection* connection, const(char)* objectPath, GMenuModel* menu, GError** err) c_g_dbus_connection_export_menu_model;
2726 	void function(GDBusConnection* connection, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_dbus_connection_flush;
2727 	int function(GDBusConnection* connection, GAsyncResult* res, GError** err) c_g_dbus_connection_flush_finish;
2728 	int function(GDBusConnection* connection, GCancellable* cancellable, GError** err) c_g_dbus_connection_flush_sync;
2729 	GDBusCapabilityFlags function(GDBusConnection* connection) c_g_dbus_connection_get_capabilities;
2730 	int function(GDBusConnection* connection) c_g_dbus_connection_get_exit_on_close;
2731 	const(char)* function(GDBusConnection* connection) c_g_dbus_connection_get_guid;
2732 	uint function(GDBusConnection* connection) c_g_dbus_connection_get_last_serial;
2733 	GCredentials* function(GDBusConnection* connection) c_g_dbus_connection_get_peer_credentials;
2734 	GIOStream* function(GDBusConnection* connection) c_g_dbus_connection_get_stream;
2735 	const(char)* function(GDBusConnection* connection) c_g_dbus_connection_get_unique_name;
2736 	int function(GDBusConnection* connection) c_g_dbus_connection_is_closed;
2737 	uint function(GDBusConnection* connection, const(char)* objectPath, GDBusInterfaceInfo* interfaceInfo, GDBusInterfaceVTable* vtable, void* userData, GDestroyNotify userDataFreeFunc, GError** err) c_g_dbus_connection_register_object;
2738 	uint function(GDBusConnection* connection, const(char)* objectPath, GDBusInterfaceInfo* interfaceInfo, GClosure* methodCallClosure, GClosure* getPropertyClosure, GClosure* setPropertyClosure, GError** err) c_g_dbus_connection_register_object_with_closures;
2739 	uint function(GDBusConnection* connection, const(char)* objectPath, GDBusSubtreeVTable* vtable, GDBusSubtreeFlags flags, void* userData, GDestroyNotify userDataFreeFunc, GError** err) c_g_dbus_connection_register_subtree;
2740 	void function(GDBusConnection* connection, uint filterId) c_g_dbus_connection_remove_filter;
2741 	int function(GDBusConnection* connection, GDBusMessage* message, GDBusSendMessageFlags flags, uint* outSerial, GError** err) c_g_dbus_connection_send_message;
2742 	void function(GDBusConnection* connection, GDBusMessage* message, GDBusSendMessageFlags flags, int timeoutMsec, uint* outSerial, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_dbus_connection_send_message_with_reply;
2743 	GDBusMessage* function(GDBusConnection* connection, GAsyncResult* res, GError** err) c_g_dbus_connection_send_message_with_reply_finish;
2744 	GDBusMessage* function(GDBusConnection* connection, GDBusMessage* message, GDBusSendMessageFlags flags, int timeoutMsec, uint* outSerial, GCancellable* cancellable, GError** err) c_g_dbus_connection_send_message_with_reply_sync;
2745 	void function(GDBusConnection* connection, int exitOnClose) c_g_dbus_connection_set_exit_on_close;
2746 	uint function(GDBusConnection* connection, const(char)* sender, const(char)* interfaceName, const(char)* member, const(char)* objectPath, const(char)* arg0, GDBusSignalFlags flags, GDBusSignalCallback callback, void* userData, GDestroyNotify userDataFreeFunc) c_g_dbus_connection_signal_subscribe;
2747 	void function(GDBusConnection* connection, uint subscriptionId) c_g_dbus_connection_signal_unsubscribe;
2748 	void function(GDBusConnection* connection) c_g_dbus_connection_start_message_processing;
2749 	void function(GDBusConnection* connection, uint exportId) c_g_dbus_connection_unexport_action_group;
2750 	void function(GDBusConnection* connection, uint exportId) c_g_dbus_connection_unexport_menu_model;
2751 	int function(GDBusConnection* connection, uint registrationId) c_g_dbus_connection_unregister_object;
2752 	int function(GDBusConnection* connection, uint registrationId) c_g_dbus_connection_unregister_subtree;
2753 	void function(GBusType busType, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_bus_get;
2754 	GDBusConnection* function(GAsyncResult* res, GError** err) c_g_bus_get_finish;
2755 	GDBusConnection* function(GBusType busType, GCancellable* cancellable, GError** err) c_g_bus_get_sync;
2756 
2757 	// gio.DBusInterface
2758 
2759 	GType function() c_g_dbus_interface_get_type;
2760 	GDBusObject* function(GDBusInterface* iface) c_g_dbus_interface_dup_object;
2761 	GDBusInterfaceInfo* function(GDBusInterface* iface) c_g_dbus_interface_get_info;
2762 	GDBusObject* function(GDBusInterface* iface) c_g_dbus_interface_get_object;
2763 	void function(GDBusInterface* iface, GDBusObject* object) c_g_dbus_interface_set_object;
2764 
2765 	// gio.DBusInterfaceInfo
2766 
2767 	GType function() c_g_dbus_interface_info_get_type;
2768 	void function(GDBusInterfaceInfo* info) c_g_dbus_interface_info_cache_build;
2769 	void function(GDBusInterfaceInfo* info) c_g_dbus_interface_info_cache_release;
2770 	void function(GDBusInterfaceInfo* info, uint indent, GString* stringBuilder) c_g_dbus_interface_info_generate_xml;
2771 	GDBusMethodInfo* function(GDBusInterfaceInfo* info, const(char)* name) c_g_dbus_interface_info_lookup_method;
2772 	GDBusPropertyInfo* function(GDBusInterfaceInfo* info, const(char)* name) c_g_dbus_interface_info_lookup_property;
2773 	GDBusSignalInfo* function(GDBusInterfaceInfo* info, const(char)* name) c_g_dbus_interface_info_lookup_signal;
2774 	GDBusInterfaceInfo* function(GDBusInterfaceInfo* info) c_g_dbus_interface_info_ref;
2775 	void function(GDBusInterfaceInfo* info) c_g_dbus_interface_info_unref;
2776 
2777 	// gio.DBusInterfaceSkeleton
2778 
2779 	GType function() c_g_dbus_interface_skeleton_get_type;
2780 	int function(GDBusInterfaceSkeleton* iface, GDBusConnection* connection, const(char)* objectPath, GError** err) c_g_dbus_interface_skeleton_export;
2781 	void function(GDBusInterfaceSkeleton* iface) c_g_dbus_interface_skeleton_flush;
2782 	GDBusConnection* function(GDBusInterfaceSkeleton* iface) c_g_dbus_interface_skeleton_get_connection;
2783 	GList* function(GDBusInterfaceSkeleton* iface) c_g_dbus_interface_skeleton_get_connections;
2784 	GDBusInterfaceSkeletonFlags function(GDBusInterfaceSkeleton* iface) c_g_dbus_interface_skeleton_get_flags;
2785 	GDBusInterfaceInfo* function(GDBusInterfaceSkeleton* iface) c_g_dbus_interface_skeleton_get_info;
2786 	const(char)* function(GDBusInterfaceSkeleton* iface) c_g_dbus_interface_skeleton_get_object_path;
2787 	GVariant* function(GDBusInterfaceSkeleton* iface) c_g_dbus_interface_skeleton_get_properties;
2788 	GDBusInterfaceVTable* function(GDBusInterfaceSkeleton* iface) c_g_dbus_interface_skeleton_get_vtable;
2789 	int function(GDBusInterfaceSkeleton* iface, GDBusConnection* connection) c_g_dbus_interface_skeleton_has_connection;
2790 	void function(GDBusInterfaceSkeleton* iface, GDBusInterfaceSkeletonFlags flags) c_g_dbus_interface_skeleton_set_flags;
2791 	void function(GDBusInterfaceSkeleton* iface) c_g_dbus_interface_skeleton_unexport;
2792 	void function(GDBusInterfaceSkeleton* iface, GDBusConnection* connection) c_g_dbus_interface_skeleton_unexport_from_connection;
2793 
2794 	// gio.DBusMenuModel
2795 
2796 	GType function() c_g_dbus_menu_model_get_type;
2797 	GDBusMenuModel* function(GDBusConnection* connection, const(char)* busName, const(char)* objectPath) c_g_dbus_menu_model_get;
2798 
2799 	// gio.DBusMessage
2800 
2801 	GType function() c_g_dbus_message_get_type;
2802 	GDBusMessage* function() c_g_dbus_message_new;
2803 	GDBusMessage* function(char* blob, size_t blobLen, GDBusCapabilityFlags capabilities, GError** err) c_g_dbus_message_new_from_blob;
2804 	GDBusMessage* function(const(char)* name, const(char)* path, const(char)* iface, const(char)* method) c_g_dbus_message_new_method_call;
2805 	GDBusMessage* function(const(char)* path, const(char)* iface, const(char)* signal) c_g_dbus_message_new_signal;
2806 	ptrdiff_t function(char* blob, size_t blobLen, GError** err) c_g_dbus_message_bytes_needed;
2807 	GDBusMessage* function(GDBusMessage* message, GError** err) c_g_dbus_message_copy;
2808 	const(char)* function(GDBusMessage* message) c_g_dbus_message_get_arg0;
2809 	GVariant* function(GDBusMessage* message) c_g_dbus_message_get_body;
2810 	GDBusMessageByteOrder function(GDBusMessage* message) c_g_dbus_message_get_byte_order;
2811 	const(char)* function(GDBusMessage* message) c_g_dbus_message_get_destination;
2812 	const(char)* function(GDBusMessage* message) c_g_dbus_message_get_error_name;
2813 	GDBusMessageFlags function(GDBusMessage* message) c_g_dbus_message_get_flags;
2814 	GVariant* function(GDBusMessage* message, GDBusMessageHeaderField headerField) c_g_dbus_message_get_header;
2815 	char* function(GDBusMessage* message) c_g_dbus_message_get_header_fields;
2816 	const(char)* function(GDBusMessage* message) c_g_dbus_message_get_interface;
2817 	int function(GDBusMessage* message) c_g_dbus_message_get_locked;
2818 	const(char)* function(GDBusMessage* message) c_g_dbus_message_get_member;
2819 	GDBusMessageType function(GDBusMessage* message) c_g_dbus_message_get_message_type;
2820 	uint function(GDBusMessage* message) c_g_dbus_message_get_num_unix_fds;
2821 	const(char)* function(GDBusMessage* message) c_g_dbus_message_get_path;
2822 	uint function(GDBusMessage* message) c_g_dbus_message_get_reply_serial;
2823 	const(char)* function(GDBusMessage* message) c_g_dbus_message_get_sender;
2824 	uint function(GDBusMessage* message) c_g_dbus_message_get_serial;
2825 	const(char)* function(GDBusMessage* message) c_g_dbus_message_get_signature;
2826 	GUnixFDList* function(GDBusMessage* message) c_g_dbus_message_get_unix_fd_list;
2827 	void function(GDBusMessage* message) c_g_dbus_message_lock;
2828 	GDBusMessage* function(GDBusMessage* methodCallMessage, const(char)* errorName, const(char)* errorMessageFormat, ... ) c_g_dbus_message_new_method_error;
2829 	GDBusMessage* function(GDBusMessage* methodCallMessage, const(char)* errorName, const(char)* errorMessage) c_g_dbus_message_new_method_error_literal;
2830 	GDBusMessage* function(GDBusMessage* methodCallMessage, const(char)* errorName, const(char)* errorMessageFormat, void* varArgs) c_g_dbus_message_new_method_error_valist;
2831 	GDBusMessage* function(GDBusMessage* methodCallMessage) c_g_dbus_message_new_method_reply;
2832 	char* function(GDBusMessage* message, uint indent) c_g_dbus_message_print;
2833 	void function(GDBusMessage* message, GVariant* bod) c_g_dbus_message_set_body;
2834 	void function(GDBusMessage* message, GDBusMessageByteOrder byteOrder) c_g_dbus_message_set_byte_order;
2835 	void function(GDBusMessage* message, const(char)* value) c_g_dbus_message_set_destination;
2836 	void function(GDBusMessage* message, const(char)* value) c_g_dbus_message_set_error_name;
2837 	void function(GDBusMessage* message, GDBusMessageFlags flags) c_g_dbus_message_set_flags;
2838 	void function(GDBusMessage* message, GDBusMessageHeaderField headerField, GVariant* value) c_g_dbus_message_set_header;
2839 	void function(GDBusMessage* message, const(char)* value) c_g_dbus_message_set_interface;
2840 	void function(GDBusMessage* message, const(char)* value) c_g_dbus_message_set_member;
2841 	void function(GDBusMessage* message, GDBusMessageType type) c_g_dbus_message_set_message_type;
2842 	void function(GDBusMessage* message, uint value) c_g_dbus_message_set_num_unix_fds;
2843 	void function(GDBusMessage* message, const(char)* value) c_g_dbus_message_set_path;
2844 	void function(GDBusMessage* message, uint value) c_g_dbus_message_set_reply_serial;
2845 	void function(GDBusMessage* message, const(char)* value) c_g_dbus_message_set_sender;
2846 	void function(GDBusMessage* message, uint serial) c_g_dbus_message_set_serial;
2847 	void function(GDBusMessage* message, const(char)* value) c_g_dbus_message_set_signature;
2848 	void function(GDBusMessage* message, GUnixFDList* fdList) c_g_dbus_message_set_unix_fd_list;
2849 	char* function(GDBusMessage* message, size_t* outSize, GDBusCapabilityFlags capabilities, GError** err) c_g_dbus_message_to_blob;
2850 	int function(GDBusMessage* message, GError** err) c_g_dbus_message_to_gerror;
2851 
2852 	// gio.DBusMethodInfo
2853 
2854 	GType function() c_g_dbus_method_info_get_type;
2855 	GDBusMethodInfo* function(GDBusMethodInfo* info) c_g_dbus_method_info_ref;
2856 	void function(GDBusMethodInfo* info) c_g_dbus_method_info_unref;
2857 
2858 	// gio.DBusMethodInvocation
2859 
2860 	GType function() c_g_dbus_method_invocation_get_type;
2861 	GDBusConnection* function(GDBusMethodInvocation* invocation) c_g_dbus_method_invocation_get_connection;
2862 	const(char)* function(GDBusMethodInvocation* invocation) c_g_dbus_method_invocation_get_interface_name;
2863 	GDBusMessage* function(GDBusMethodInvocation* invocation) c_g_dbus_method_invocation_get_message;
2864 	GDBusMethodInfo* function(GDBusMethodInvocation* invocation) c_g_dbus_method_invocation_get_method_info;
2865 	const(char)* function(GDBusMethodInvocation* invocation) c_g_dbus_method_invocation_get_method_name;
2866 	const(char)* function(GDBusMethodInvocation* invocation) c_g_dbus_method_invocation_get_object_path;
2867 	GVariant* function(GDBusMethodInvocation* invocation) c_g_dbus_method_invocation_get_parameters;
2868 	GDBusPropertyInfo* function(GDBusMethodInvocation* invocation) c_g_dbus_method_invocation_get_property_info;
2869 	const(char)* function(GDBusMethodInvocation* invocation) c_g_dbus_method_invocation_get_sender;
2870 	void* function(GDBusMethodInvocation* invocation) c_g_dbus_method_invocation_get_user_data;
2871 	void function(GDBusMethodInvocation* invocation, const(char)* errorName, const(char)* errorMessage) c_g_dbus_method_invocation_return_dbus_error;
2872 	void function(GDBusMethodInvocation* invocation, GQuark domain, int code, const(char)* format, ... ) c_g_dbus_method_invocation_return_error;
2873 	void function(GDBusMethodInvocation* invocation, GQuark domain, int code, const(char)* message) c_g_dbus_method_invocation_return_error_literal;
2874 	void function(GDBusMethodInvocation* invocation, GQuark domain, int code, const(char)* format, void* varArgs) c_g_dbus_method_invocation_return_error_valist;
2875 	void function(GDBusMethodInvocation* invocation, GError* error) c_g_dbus_method_invocation_return_gerror;
2876 	void function(GDBusMethodInvocation* invocation, GVariant* parameters) c_g_dbus_method_invocation_return_value;
2877 	void function(GDBusMethodInvocation* invocation, GVariant* parameters, GUnixFDList* fdList) c_g_dbus_method_invocation_return_value_with_unix_fd_list;
2878 	void function(GDBusMethodInvocation* invocation, GError* error) c_g_dbus_method_invocation_take_error;
2879 
2880 	// gio.DBusNodeInfo
2881 
2882 	GType function() c_g_dbus_node_info_get_type;
2883 	GDBusNodeInfo* function(const(char)* xmlData, GError** err) c_g_dbus_node_info_new_for_xml;
2884 	void function(GDBusNodeInfo* info, uint indent, GString* stringBuilder) c_g_dbus_node_info_generate_xml;
2885 	GDBusInterfaceInfo* function(GDBusNodeInfo* info, const(char)* name) c_g_dbus_node_info_lookup_interface;
2886 	GDBusNodeInfo* function(GDBusNodeInfo* info) c_g_dbus_node_info_ref;
2887 	void function(GDBusNodeInfo* info) c_g_dbus_node_info_unref;
2888 
2889 	// gio.DBusObject
2890 
2891 	GType function() c_g_dbus_object_get_type;
2892 	GDBusInterface* function(GDBusObject* object, const(char)* interfaceName) c_g_dbus_object_get_interface;
2893 	GList* function(GDBusObject* object) c_g_dbus_object_get_interfaces;
2894 	const(char)* function(GDBusObject* object) c_g_dbus_object_get_object_path;
2895 
2896 	// gio.DBusObjectManager
2897 
2898 	GType function() c_g_dbus_object_manager_get_type;
2899 	GDBusInterface* function(GDBusObjectManager* manager, const(char)* objectPath, const(char)* interfaceName) c_g_dbus_object_manager_get_interface;
2900 	GDBusObject* function(GDBusObjectManager* manager, const(char)* objectPath) c_g_dbus_object_manager_get_object;
2901 	const(char)* function(GDBusObjectManager* manager) c_g_dbus_object_manager_get_object_path;
2902 	GList* function(GDBusObjectManager* manager) c_g_dbus_object_manager_get_objects;
2903 
2904 	// gio.DBusObjectManagerClient
2905 
2906 	GType function() c_g_dbus_object_manager_client_get_type;
2907 	GDBusObjectManager* function(GAsyncResult* res, GError** err) c_g_dbus_object_manager_client_new_finish;
2908 	GDBusObjectManager* function(GAsyncResult* res, GError** err) c_g_dbus_object_manager_client_new_for_bus_finish;
2909 	GDBusObjectManager* function(GBusType busType, GDBusObjectManagerClientFlags flags, const(char)* name, const(char)* objectPath, GDBusProxyTypeFunc getProxyTypeFunc, void* getProxyTypeUserData, GDestroyNotify getProxyTypeDestroyNotify, GCancellable* cancellable, GError** err) c_g_dbus_object_manager_client_new_for_bus_sync;
2910 	GDBusObjectManager* function(GDBusConnection* connection, GDBusObjectManagerClientFlags flags, const(char)* name, const(char)* objectPath, GDBusProxyTypeFunc getProxyTypeFunc, void* getProxyTypeUserData, GDestroyNotify getProxyTypeDestroyNotify, GCancellable* cancellable, GError** err) c_g_dbus_object_manager_client_new_sync;
2911 	void function(GDBusConnection* connection, GDBusObjectManagerClientFlags flags, const(char)* name, const(char)* objectPath, GDBusProxyTypeFunc getProxyTypeFunc, void* getProxyTypeUserData, GDestroyNotify getProxyTypeDestroyNotify, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_dbus_object_manager_client_new;
2912 	void function(GBusType busType, GDBusObjectManagerClientFlags flags, const(char)* name, const(char)* objectPath, GDBusProxyTypeFunc getProxyTypeFunc, void* getProxyTypeUserData, GDestroyNotify getProxyTypeDestroyNotify, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_dbus_object_manager_client_new_for_bus;
2913 	GDBusConnection* function(GDBusObjectManagerClient* manager) c_g_dbus_object_manager_client_get_connection;
2914 	GDBusObjectManagerClientFlags function(GDBusObjectManagerClient* manager) c_g_dbus_object_manager_client_get_flags;
2915 	const(char)* function(GDBusObjectManagerClient* manager) c_g_dbus_object_manager_client_get_name;
2916 	char* function(GDBusObjectManagerClient* manager) c_g_dbus_object_manager_client_get_name_owner;
2917 
2918 	// gio.DBusObjectManagerServer
2919 
2920 	GType function() c_g_dbus_object_manager_server_get_type;
2921 	GDBusObjectManagerServer* function(const(char)* objectPath) c_g_dbus_object_manager_server_new;
2922 	void function(GDBusObjectManagerServer* manager, GDBusObjectSkeleton* object) c_g_dbus_object_manager_server_export;
2923 	void function(GDBusObjectManagerServer* manager, GDBusObjectSkeleton* object) c_g_dbus_object_manager_server_export_uniquely;
2924 	GDBusConnection* function(GDBusObjectManagerServer* manager) c_g_dbus_object_manager_server_get_connection;
2925 	int function(GDBusObjectManagerServer* manager, GDBusObjectSkeleton* object) c_g_dbus_object_manager_server_is_exported;
2926 	void function(GDBusObjectManagerServer* manager, GDBusConnection* connection) c_g_dbus_object_manager_server_set_connection;
2927 	int function(GDBusObjectManagerServer* manager, const(char)* objectPath) c_g_dbus_object_manager_server_unexport;
2928 
2929 	// gio.DBusObjectProxy
2930 
2931 	GType function() c_g_dbus_object_proxy_get_type;
2932 	GDBusObjectProxy* function(GDBusConnection* connection, const(char)* objectPath) c_g_dbus_object_proxy_new;
2933 	GDBusConnection* function(GDBusObjectProxy* proxy) c_g_dbus_object_proxy_get_connection;
2934 
2935 	// gio.DBusObjectSkeleton
2936 
2937 	GType function() c_g_dbus_object_skeleton_get_type;
2938 	GDBusObjectSkeleton* function(const(char)* objectPath) c_g_dbus_object_skeleton_new;
2939 	void function(GDBusObjectSkeleton* object, GDBusInterfaceSkeleton* iface) c_g_dbus_object_skeleton_add_interface;
2940 	void function(GDBusObjectSkeleton* object) c_g_dbus_object_skeleton_flush;
2941 	void function(GDBusObjectSkeleton* object, GDBusInterfaceSkeleton* iface) c_g_dbus_object_skeleton_remove_interface;
2942 	void function(GDBusObjectSkeleton* object, const(char)* interfaceName) c_g_dbus_object_skeleton_remove_interface_by_name;
2943 	void function(GDBusObjectSkeleton* object, const(char)* objectPath) c_g_dbus_object_skeleton_set_object_path;
2944 
2945 	// gio.DBusPropertyInfo
2946 
2947 	GType function() c_g_dbus_property_info_get_type;
2948 	GDBusPropertyInfo* function(GDBusPropertyInfo* info) c_g_dbus_property_info_ref;
2949 	void function(GDBusPropertyInfo* info) c_g_dbus_property_info_unref;
2950 
2951 	// gio.DBusProxy
2952 
2953 	GType function() c_g_dbus_proxy_get_type;
2954 	GDBusProxy* function(GAsyncResult* res, GError** err) c_g_dbus_proxy_new_finish;
2955 	GDBusProxy* function(GAsyncResult* res, GError** err) c_g_dbus_proxy_new_for_bus_finish;
2956 	GDBusProxy* function(GBusType busType, GDBusProxyFlags flags, GDBusInterfaceInfo* info, const(char)* name, const(char)* objectPath, const(char)* interfaceName, GCancellable* cancellable, GError** err) c_g_dbus_proxy_new_for_bus_sync;
2957 	GDBusProxy* function(GDBusConnection* connection, GDBusProxyFlags flags, GDBusInterfaceInfo* info, const(char)* name, const(char)* objectPath, const(char)* interfaceName, GCancellable* cancellable, GError** err) c_g_dbus_proxy_new_sync;
2958 	void function(GDBusConnection* connection, GDBusProxyFlags flags, GDBusInterfaceInfo* info, const(char)* name, const(char)* objectPath, const(char)* interfaceName, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_dbus_proxy_new;
2959 	void function(GBusType busType, GDBusProxyFlags flags, GDBusInterfaceInfo* info, const(char)* name, const(char)* objectPath, const(char)* interfaceName, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_dbus_proxy_new_for_bus;
2960 	void function(GDBusProxy* proxy, const(char)* methodName, GVariant* parameters, GDBusCallFlags flags, int timeoutMsec, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_dbus_proxy_call;
2961 	GVariant* function(GDBusProxy* proxy, GAsyncResult* res, GError** err) c_g_dbus_proxy_call_finish;
2962 	GVariant* function(GDBusProxy* proxy, const(char)* methodName, GVariant* parameters, GDBusCallFlags flags, int timeoutMsec, GCancellable* cancellable, GError** err) c_g_dbus_proxy_call_sync;
2963 	void function(GDBusProxy* proxy, const(char)* methodName, GVariant* parameters, GDBusCallFlags flags, int timeoutMsec, GUnixFDList* fdList, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_dbus_proxy_call_with_unix_fd_list;
2964 	GVariant* function(GDBusProxy* proxy, GUnixFDList** outFdList, GAsyncResult* res, GError** err) c_g_dbus_proxy_call_with_unix_fd_list_finish;
2965 	GVariant* function(GDBusProxy* proxy, const(char)* methodName, GVariant* parameters, GDBusCallFlags flags, int timeoutMsec, GUnixFDList* fdList, GUnixFDList** outFdList, GCancellable* cancellable, GError** err) c_g_dbus_proxy_call_with_unix_fd_list_sync;
2966 	GVariant* function(GDBusProxy* proxy, const(char)* propertyName) c_g_dbus_proxy_get_cached_property;
2967 	char** function(GDBusProxy* proxy) c_g_dbus_proxy_get_cached_property_names;
2968 	GDBusConnection* function(GDBusProxy* proxy) c_g_dbus_proxy_get_connection;
2969 	int function(GDBusProxy* proxy) c_g_dbus_proxy_get_default_timeout;
2970 	GDBusProxyFlags function(GDBusProxy* proxy) c_g_dbus_proxy_get_flags;
2971 	GDBusInterfaceInfo* function(GDBusProxy* proxy) c_g_dbus_proxy_get_interface_info;
2972 	const(char)* function(GDBusProxy* proxy) c_g_dbus_proxy_get_interface_name;
2973 	const(char)* function(GDBusProxy* proxy) c_g_dbus_proxy_get_name;
2974 	char* function(GDBusProxy* proxy) c_g_dbus_proxy_get_name_owner;
2975 	const(char)* function(GDBusProxy* proxy) c_g_dbus_proxy_get_object_path;
2976 	void function(GDBusProxy* proxy, const(char)* propertyName, GVariant* value) c_g_dbus_proxy_set_cached_property;
2977 	void function(GDBusProxy* proxy, int timeoutMsec) c_g_dbus_proxy_set_default_timeout;
2978 	void function(GDBusProxy* proxy, GDBusInterfaceInfo* info) c_g_dbus_proxy_set_interface_info;
2979 
2980 	// gio.DBusServer
2981 
2982 	GType function() c_g_dbus_server_get_type;
2983 	GDBusServer* function(const(char)* address, GDBusServerFlags flags, const(char)* guid, GDBusAuthObserver* observer, GCancellable* cancellable, GError** err) c_g_dbus_server_new_sync;
2984 	const(char)* function(GDBusServer* server) c_g_dbus_server_get_client_address;
2985 	GDBusServerFlags function(GDBusServer* server) c_g_dbus_server_get_flags;
2986 	const(char)* function(GDBusServer* server) c_g_dbus_server_get_guid;
2987 	int function(GDBusServer* server) c_g_dbus_server_is_active;
2988 	void function(GDBusServer* server) c_g_dbus_server_start;
2989 	void function(GDBusServer* server) c_g_dbus_server_stop;
2990 
2991 	// gio.DBusSignalInfo
2992 
2993 	GType function() c_g_dbus_signal_info_get_type;
2994 	GDBusSignalInfo* function(GDBusSignalInfo* info) c_g_dbus_signal_info_ref;
2995 	void function(GDBusSignalInfo* info) c_g_dbus_signal_info_unref;
2996 
2997 	// gio.DataInputStream
2998 
2999 	GType function() c_g_data_input_stream_get_type;
3000 	GDataInputStream* function(GInputStream* baseStream) c_g_data_input_stream_new;
3001 	GDataStreamByteOrder function(GDataInputStream* stream) c_g_data_input_stream_get_byte_order;
3002 	GDataStreamNewlineType function(GDataInputStream* stream) c_g_data_input_stream_get_newline_type;
3003 	char function(GDataInputStream* stream, GCancellable* cancellable, GError** err) c_g_data_input_stream_read_byte;
3004 	short function(GDataInputStream* stream, GCancellable* cancellable, GError** err) c_g_data_input_stream_read_int16;
3005 	int function(GDataInputStream* stream, GCancellable* cancellable, GError** err) c_g_data_input_stream_read_int32;
3006 	long function(GDataInputStream* stream, GCancellable* cancellable, GError** err) c_g_data_input_stream_read_int64;
3007 	char* function(GDataInputStream* stream, size_t* length, GCancellable* cancellable, GError** err) c_g_data_input_stream_read_line;
3008 	void function(GDataInputStream* stream, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_data_input_stream_read_line_async;
3009 	char* function(GDataInputStream* stream, GAsyncResult* result, size_t* length, GError** err) c_g_data_input_stream_read_line_finish;
3010 	char* function(GDataInputStream* stream, GAsyncResult* result, size_t* length, GError** err) c_g_data_input_stream_read_line_finish_utf8;
3011 	char* function(GDataInputStream* stream, size_t* length, GCancellable* cancellable, GError** err) c_g_data_input_stream_read_line_utf8;
3012 	ushort function(GDataInputStream* stream, GCancellable* cancellable, GError** err) c_g_data_input_stream_read_uint16;
3013 	uint function(GDataInputStream* stream, GCancellable* cancellable, GError** err) c_g_data_input_stream_read_uint32;
3014 	ulong function(GDataInputStream* stream, GCancellable* cancellable, GError** err) c_g_data_input_stream_read_uint64;
3015 	char* function(GDataInputStream* stream, const(char)* stopChars, size_t* length, GCancellable* cancellable, GError** err) c_g_data_input_stream_read_until;
3016 	void function(GDataInputStream* stream, const(char)* stopChars, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_data_input_stream_read_until_async;
3017 	char* function(GDataInputStream* stream, GAsyncResult* result, size_t* length, GError** err) c_g_data_input_stream_read_until_finish;
3018 	char* function(GDataInputStream* stream, const(char)* stopChars, ptrdiff_t stopCharsLen, size_t* length, GCancellable* cancellable, GError** err) c_g_data_input_stream_read_upto;
3019 	void function(GDataInputStream* stream, const(char)* stopChars, ptrdiff_t stopCharsLen, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_data_input_stream_read_upto_async;
3020 	char* function(GDataInputStream* stream, GAsyncResult* result, size_t* length, GError** err) c_g_data_input_stream_read_upto_finish;
3021 	void function(GDataInputStream* stream, GDataStreamByteOrder order) c_g_data_input_stream_set_byte_order;
3022 	void function(GDataInputStream* stream, GDataStreamNewlineType type) c_g_data_input_stream_set_newline_type;
3023 
3024 	// gio.DataOutputStream
3025 
3026 	GType function() c_g_data_output_stream_get_type;
3027 	GDataOutputStream* function(GOutputStream* baseStream) c_g_data_output_stream_new;
3028 	GDataStreamByteOrder function(GDataOutputStream* stream) c_g_data_output_stream_get_byte_order;
3029 	int function(GDataOutputStream* stream, char data, GCancellable* cancellable, GError** err) c_g_data_output_stream_put_byte;
3030 	int function(GDataOutputStream* stream, short data, GCancellable* cancellable, GError** err) c_g_data_output_stream_put_int16;
3031 	int function(GDataOutputStream* stream, int data, GCancellable* cancellable, GError** err) c_g_data_output_stream_put_int32;
3032 	int function(GDataOutputStream* stream, long data, GCancellable* cancellable, GError** err) c_g_data_output_stream_put_int64;
3033 	int function(GDataOutputStream* stream, const(char)* str, GCancellable* cancellable, GError** err) c_g_data_output_stream_put_string;
3034 	int function(GDataOutputStream* stream, ushort data, GCancellable* cancellable, GError** err) c_g_data_output_stream_put_uint16;
3035 	int function(GDataOutputStream* stream, uint data, GCancellable* cancellable, GError** err) c_g_data_output_stream_put_uint32;
3036 	int function(GDataOutputStream* stream, ulong data, GCancellable* cancellable, GError** err) c_g_data_output_stream_put_uint64;
3037 	void function(GDataOutputStream* stream, GDataStreamByteOrder order) c_g_data_output_stream_set_byte_order;
3038 
3039 	// gio.DatagramBased
3040 
3041 	GType function() c_g_datagram_based_get_type;
3042 	GIOCondition function(GDatagramBased* datagramBased, GIOCondition condition) c_g_datagram_based_condition_check;
3043 	int function(GDatagramBased* datagramBased, GIOCondition condition, long timeout, GCancellable* cancellable, GError** err) c_g_datagram_based_condition_wait;
3044 	GSource* function(GDatagramBased* datagramBased, GIOCondition condition, GCancellable* cancellable) c_g_datagram_based_create_source;
3045 	int function(GDatagramBased* datagramBased, GInputMessage* messages, uint numMessages, int flags, long timeout, GCancellable* cancellable, GError** err) c_g_datagram_based_receive_messages;
3046 	int function(GDatagramBased* datagramBased, GOutputMessage* messages, uint numMessages, int flags, long timeout, GCancellable* cancellable, GError** err) c_g_datagram_based_send_messages;
3047 
3048 	// gio.DesktopAppInfo
3049 
3050 	GType function() c_g_desktop_app_info_get_type;
3051 	GDesktopAppInfo* function(const(char)* desktopId) c_g_desktop_app_info_new;
3052 	GDesktopAppInfo* function(char* filename) c_g_desktop_app_info_new_from_filename;
3053 	GDesktopAppInfo* function(GKeyFile* keyFile) c_g_desktop_app_info_new_from_keyfile;
3054 	GList* function(const(char)* iface) c_g_desktop_app_info_get_implementations;
3055 	char*** function(const(char)* searchString) c_g_desktop_app_info_search;
3056 	void function(const(char)* desktopEnv) c_g_desktop_app_info_set_desktop_env;
3057 	char* function(GDesktopAppInfo* info, const(char)* actionName) c_g_desktop_app_info_get_action_name;
3058 	int function(GDesktopAppInfo* info, const(char)* key) c_g_desktop_app_info_get_boolean;
3059 	const(char)* function(GDesktopAppInfo* info) c_g_desktop_app_info_get_categories;
3060 	char* function(GDesktopAppInfo* info) c_g_desktop_app_info_get_filename;
3061 	const(char)* function(GDesktopAppInfo* info) c_g_desktop_app_info_get_generic_name;
3062 	int function(GDesktopAppInfo* info) c_g_desktop_app_info_get_is_hidden;
3063 	char** function(GDesktopAppInfo* info) c_g_desktop_app_info_get_keywords;
3064 	int function(GDesktopAppInfo* info) c_g_desktop_app_info_get_nodisplay;
3065 	int function(GDesktopAppInfo* info, const(char)* desktopEnv) c_g_desktop_app_info_get_show_in;
3066 	const(char)* function(GDesktopAppInfo* info) c_g_desktop_app_info_get_startup_wm_class;
3067 	char* function(GDesktopAppInfo* info, const(char)* key) c_g_desktop_app_info_get_string;
3068 	int function(GDesktopAppInfo* info, const(char)* key) c_g_desktop_app_info_has_key;
3069 	void function(GDesktopAppInfo* info, const(char)* actionName, GAppLaunchContext* launchContext) c_g_desktop_app_info_launch_action;
3070 	int function(GDesktopAppInfo* appinfo, GList* uris, GAppLaunchContext* launchContext, GSpawnFlags spawnFlags, GSpawnChildSetupFunc userSetup, void* userSetupData, GDesktopAppLaunchCallback pidCallback, void* pidCallbackData, GError** err) c_g_desktop_app_info_launch_uris_as_manager;
3071 	char** function(GDesktopAppInfo* info) c_g_desktop_app_info_list_actions;
3072 
3073 	// gio.DesktopAppInfoLookup
3074 
3075 	GType function() c_g_desktop_app_info_lookup_get_type;
3076 	GAppInfo* function(GDesktopAppInfoLookup* lookup, const(char)* uriScheme) c_g_desktop_app_info_lookup_get_default_for_uri_scheme;
3077 
3078 	// gio.Drive
3079 
3080 	GType function() c_g_drive_get_type;
3081 	int function(GDrive* drive) c_g_drive_can_eject;
3082 	int function(GDrive* drive) c_g_drive_can_poll_for_media;
3083 	int function(GDrive* drive) c_g_drive_can_start;
3084 	int function(GDrive* drive) c_g_drive_can_start_degraded;
3085 	int function(GDrive* drive) c_g_drive_can_stop;
3086 	void function(GDrive* drive, GMountUnmountFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_drive_eject;
3087 	int function(GDrive* drive, GAsyncResult* result, GError** err) c_g_drive_eject_finish;
3088 	void function(GDrive* drive, GMountUnmountFlags flags, GMountOperation* mountOperation, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_drive_eject_with_operation;
3089 	int function(GDrive* drive, GAsyncResult* result, GError** err) c_g_drive_eject_with_operation_finish;
3090 	char** function(GDrive* drive) c_g_drive_enumerate_identifiers;
3091 	GIcon* function(GDrive* drive) c_g_drive_get_icon;
3092 	char* function(GDrive* drive, const(char)* kind) c_g_drive_get_identifier;
3093 	char* function(GDrive* drive) c_g_drive_get_name;
3094 	const(char)* function(GDrive* drive) c_g_drive_get_sort_key;
3095 	GDriveStartStopType function(GDrive* drive) c_g_drive_get_start_stop_type;
3096 	GIcon* function(GDrive* drive) c_g_drive_get_symbolic_icon;
3097 	GList* function(GDrive* drive) c_g_drive_get_volumes;
3098 	int function(GDrive* drive) c_g_drive_has_media;
3099 	int function(GDrive* drive) c_g_drive_has_volumes;
3100 	int function(GDrive* drive) c_g_drive_is_media_check_automatic;
3101 	int function(GDrive* drive) c_g_drive_is_media_removable;
3102 	int function(GDrive* drive) c_g_drive_is_removable;
3103 	void function(GDrive* drive, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_drive_poll_for_media;
3104 	int function(GDrive* drive, GAsyncResult* result, GError** err) c_g_drive_poll_for_media_finish;
3105 	void function(GDrive* drive, GDriveStartFlags flags, GMountOperation* mountOperation, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_drive_start;
3106 	int function(GDrive* drive, GAsyncResult* result, GError** err) c_g_drive_start_finish;
3107 	void function(GDrive* drive, GMountUnmountFlags flags, GMountOperation* mountOperation, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_drive_stop;
3108 	int function(GDrive* drive, GAsyncResult* result, GError** err) c_g_drive_stop_finish;
3109 
3110 	// gio.DtlsClientConnection
3111 
3112 	GType function() c_g_dtls_client_connection_get_type;
3113 	GDatagramBased* function(GDatagramBased* baseSocket, GSocketConnectable* serverIdentity, GError** err) c_g_dtls_client_connection_new;
3114 	GList* function(GDtlsClientConnection* conn) c_g_dtls_client_connection_get_accepted_cas;
3115 	GSocketConnectable* function(GDtlsClientConnection* conn) c_g_dtls_client_connection_get_server_identity;
3116 	GTlsCertificateFlags function(GDtlsClientConnection* conn) c_g_dtls_client_connection_get_validation_flags;
3117 	void function(GDtlsClientConnection* conn, GSocketConnectable* identity) c_g_dtls_client_connection_set_server_identity;
3118 	void function(GDtlsClientConnection* conn, GTlsCertificateFlags flags) c_g_dtls_client_connection_set_validation_flags;
3119 
3120 	// gio.DtlsConnection
3121 
3122 	GType function() c_g_dtls_connection_get_type;
3123 	int function(GDtlsConnection* conn, GCancellable* cancellable, GError** err) c_g_dtls_connection_close;
3124 	void function(GDtlsConnection* conn, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_dtls_connection_close_async;
3125 	int function(GDtlsConnection* conn, GAsyncResult* result, GError** err) c_g_dtls_connection_close_finish;
3126 	int function(GDtlsConnection* conn, GTlsCertificate* peerCert, GTlsCertificateFlags errors) c_g_dtls_connection_emit_accept_certificate;
3127 	GTlsCertificate* function(GDtlsConnection* conn) c_g_dtls_connection_get_certificate;
3128 	GTlsDatabase* function(GDtlsConnection* conn) c_g_dtls_connection_get_database;
3129 	GTlsInteraction* function(GDtlsConnection* conn) c_g_dtls_connection_get_interaction;
3130 	GTlsCertificate* function(GDtlsConnection* conn) c_g_dtls_connection_get_peer_certificate;
3131 	GTlsCertificateFlags function(GDtlsConnection* conn) c_g_dtls_connection_get_peer_certificate_errors;
3132 	GTlsRehandshakeMode function(GDtlsConnection* conn) c_g_dtls_connection_get_rehandshake_mode;
3133 	int function(GDtlsConnection* conn) c_g_dtls_connection_get_require_close_notify;
3134 	int function(GDtlsConnection* conn, GCancellable* cancellable, GError** err) c_g_dtls_connection_handshake;
3135 	void function(GDtlsConnection* conn, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_dtls_connection_handshake_async;
3136 	int function(GDtlsConnection* conn, GAsyncResult* result, GError** err) c_g_dtls_connection_handshake_finish;
3137 	void function(GDtlsConnection* conn, GTlsCertificate* certificate) c_g_dtls_connection_set_certificate;
3138 	void function(GDtlsConnection* conn, GTlsDatabase* database) c_g_dtls_connection_set_database;
3139 	void function(GDtlsConnection* conn, GTlsInteraction* interaction) c_g_dtls_connection_set_interaction;
3140 	void function(GDtlsConnection* conn, GTlsRehandshakeMode mode) c_g_dtls_connection_set_rehandshake_mode;
3141 	void function(GDtlsConnection* conn, int requireCloseNotify) c_g_dtls_connection_set_require_close_notify;
3142 	int function(GDtlsConnection* conn, int shutdownRead, int shutdownWrite, GCancellable* cancellable, GError** err) c_g_dtls_connection_shutdown;
3143 	void function(GDtlsConnection* conn, int shutdownRead, int shutdownWrite, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_dtls_connection_shutdown_async;
3144 	int function(GDtlsConnection* conn, GAsyncResult* result, GError** err) c_g_dtls_connection_shutdown_finish;
3145 
3146 	// gio.DtlsServerConnection
3147 
3148 	GType function() c_g_dtls_server_connection_get_type;
3149 	GDatagramBased* function(GDatagramBased* baseSocket, GTlsCertificate* certificate, GError** err) c_g_dtls_server_connection_new;
3150 
3151 	// gio.Emblem
3152 
3153 	GType function() c_g_emblem_get_type;
3154 	GEmblem* function(GIcon* icon) c_g_emblem_new;
3155 	GEmblem* function(GIcon* icon, GEmblemOrigin origin) c_g_emblem_new_with_origin;
3156 	GIcon* function(GEmblem* emblem) c_g_emblem_get_icon;
3157 	GEmblemOrigin function(GEmblem* emblem) c_g_emblem_get_origin;
3158 
3159 	// gio.EmblemedIcon
3160 
3161 	GType function() c_g_emblemed_icon_get_type;
3162 	GIcon* function(GIcon* icon, GEmblem* emblem) c_g_emblemed_icon_new;
3163 	void function(GEmblemedIcon* emblemed, GEmblem* emblem) c_g_emblemed_icon_add_emblem;
3164 	void function(GEmblemedIcon* emblemed) c_g_emblemed_icon_clear_emblems;
3165 	GList* function(GEmblemedIcon* emblemed) c_g_emblemed_icon_get_emblems;
3166 	GIcon* function(GEmblemedIcon* emblemed) c_g_emblemed_icon_get_icon;
3167 
3168 	// gio.File
3169 
3170 	GType function() c_g_file_get_type;
3171 	GFile* function(const(char)* arg) c_g_file_new_for_commandline_arg;
3172 	GFile* function(const(char)* arg, char* cwd) c_g_file_new_for_commandline_arg_and_cwd;
3173 	GFile* function(char* path) c_g_file_new_for_path;
3174 	GFile* function(const(char)* uri) c_g_file_new_for_uri;
3175 	GFile* function(char* tmpl, GFileIOStream** iostream, GError** err) c_g_file_new_tmp;
3176 	GFile* function(const(char)* parseName) c_g_file_parse_name;
3177 	GFileOutputStream* function(GFile* file, GFileCreateFlags flags, GCancellable* cancellable, GError** err) c_g_file_append_to;
3178 	void function(GFile* file, GFileCreateFlags flags, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_append_to_async;
3179 	GFileOutputStream* function(GFile* file, GAsyncResult* res, GError** err) c_g_file_append_to_finish;
3180 	int function(GFile* source, GFile* destination, GFileCopyFlags flags, GCancellable* cancellable, GFileProgressCallback progressCallback, void* progressCallbackData, GError** err) c_g_file_copy;
3181 	void function(GFile* source, GFile* destination, GFileCopyFlags flags, int ioPriority, GCancellable* cancellable, GFileProgressCallback progressCallback, void* progressCallbackData, GAsyncReadyCallback callback, void* userData) c_g_file_copy_async;
3182 	int function(GFile* source, GFile* destination, GFileCopyFlags flags, GCancellable* cancellable, GError** err) c_g_file_copy_attributes;
3183 	int function(GFile* file, GAsyncResult* res, GError** err) c_g_file_copy_finish;
3184 	GFileOutputStream* function(GFile* file, GFileCreateFlags flags, GCancellable* cancellable, GError** err) c_g_file_create;
3185 	void function(GFile* file, GFileCreateFlags flags, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_create_async;
3186 	GFileOutputStream* function(GFile* file, GAsyncResult* res, GError** err) c_g_file_create_finish;
3187 	GFileIOStream* function(GFile* file, GFileCreateFlags flags, GCancellable* cancellable, GError** err) c_g_file_create_readwrite;
3188 	void function(GFile* file, GFileCreateFlags flags, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_create_readwrite_async;
3189 	GFileIOStream* function(GFile* file, GAsyncResult* res, GError** err) c_g_file_create_readwrite_finish;
3190 	int function(GFile* file, GCancellable* cancellable, GError** err) c_g_file_delete;
3191 	void function(GFile* file, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_delete_async;
3192 	int function(GFile* file, GAsyncResult* result, GError** err) c_g_file_delete_finish;
3193 	GFile* function(GFile* file) c_g_file_dup;
3194 	void function(GFile* file, GMountUnmountFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_eject_mountable;
3195 	int function(GFile* file, GAsyncResult* result, GError** err) c_g_file_eject_mountable_finish;
3196 	void function(GFile* file, GMountUnmountFlags flags, GMountOperation* mountOperation, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_eject_mountable_with_operation;
3197 	int function(GFile* file, GAsyncResult* result, GError** err) c_g_file_eject_mountable_with_operation_finish;
3198 	GFileEnumerator* function(GFile* file, const(char)* attributes, GFileQueryInfoFlags flags, GCancellable* cancellable, GError** err) c_g_file_enumerate_children;
3199 	void function(GFile* file, const(char)* attributes, GFileQueryInfoFlags flags, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_enumerate_children_async;
3200 	GFileEnumerator* function(GFile* file, GAsyncResult* res, GError** err) c_g_file_enumerate_children_finish;
3201 	int function(GFile* file1, GFile* file2) c_g_file_equal;
3202 	GMount* function(GFile* file, GCancellable* cancellable, GError** err) c_g_file_find_enclosing_mount;
3203 	void function(GFile* file, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_find_enclosing_mount_async;
3204 	GMount* function(GFile* file, GAsyncResult* res, GError** err) c_g_file_find_enclosing_mount_finish;
3205 	char* function(GFile* file) c_g_file_get_basename;
3206 	GFile* function(GFile* file, char* name) c_g_file_get_child;
3207 	GFile* function(GFile* file, const(char)* displayName, GError** err) c_g_file_get_child_for_display_name;
3208 	GFile* function(GFile* file) c_g_file_get_parent;
3209 	char* function(GFile* file) c_g_file_get_parse_name;
3210 	char* function(GFile* file) c_g_file_get_path;
3211 	char* function(GFile* parent, GFile* descendant) c_g_file_get_relative_path;
3212 	char* function(GFile* file) c_g_file_get_uri;
3213 	char* function(GFile* file) c_g_file_get_uri_scheme;
3214 	int function(GFile* file, GFile* parent) c_g_file_has_parent;
3215 	int function(GFile* file, GFile* prefix) c_g_file_has_prefix;
3216 	int function(GFile* file, const(char)* uriScheme) c_g_file_has_uri_scheme;
3217 	uint function(void* file) c_g_file_hash;
3218 	int function(GFile* file) c_g_file_is_native;
3219 	int function(GFile* file, GCancellable* cancellable, char** contents, size_t* length, char** etagOut, GError** err) c_g_file_load_contents;
3220 	void function(GFile* file, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_load_contents_async;
3221 	int function(GFile* file, GAsyncResult* res, char** contents, size_t* length, char** etagOut, GError** err) c_g_file_load_contents_finish;
3222 	void function(GFile* file, GCancellable* cancellable, GFileReadMoreCallback readMoreCallback, GAsyncReadyCallback callback, void* userData) c_g_file_load_partial_contents_async;
3223 	int function(GFile* file, GAsyncResult* res, char** contents, size_t* length, char** etagOut, GError** err) c_g_file_load_partial_contents_finish;
3224 	int function(GFile* file, GCancellable* cancellable, GError** err) c_g_file_make_directory;
3225 	void function(GFile* file, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_make_directory_async;
3226 	int function(GFile* file, GAsyncResult* result, GError** err) c_g_file_make_directory_finish;
3227 	int function(GFile* file, GCancellable* cancellable, GError** err) c_g_file_make_directory_with_parents;
3228 	int function(GFile* file, char* symlinkValue, GCancellable* cancellable, GError** err) c_g_file_make_symbolic_link;
3229 	int function(GFile* file, GFileMeasureFlags flags, GCancellable* cancellable, GFileMeasureProgressCallback progressCallback, void* progressData, ulong* diskUsage, ulong* numDirs, ulong* numFiles, GError** err) c_g_file_measure_disk_usage;
3230 	void function(GFile* file, GFileMeasureFlags flags, int ioPriority, GCancellable* cancellable, GFileMeasureProgressCallback progressCallback, void* progressData, GAsyncReadyCallback callback, void* userData) c_g_file_measure_disk_usage_async;
3231 	int function(GFile* file, GAsyncResult* result, ulong* diskUsage, ulong* numDirs, ulong* numFiles, GError** err) c_g_file_measure_disk_usage_finish;
3232 	GFileMonitor* function(GFile* file, GFileMonitorFlags flags, GCancellable* cancellable, GError** err) c_g_file_monitor;
3233 	GFileMonitor* function(GFile* file, GFileMonitorFlags flags, GCancellable* cancellable, GError** err) c_g_file_monitor_directory;
3234 	GFileMonitor* function(GFile* file, GFileMonitorFlags flags, GCancellable* cancellable, GError** err) c_g_file_monitor_file;
3235 	void function(GFile* location, GMountMountFlags flags, GMountOperation* mountOperation, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_mount_enclosing_volume;
3236 	int function(GFile* location, GAsyncResult* result, GError** err) c_g_file_mount_enclosing_volume_finish;
3237 	void function(GFile* file, GMountMountFlags flags, GMountOperation* mountOperation, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_mount_mountable;
3238 	GFile* function(GFile* file, GAsyncResult* result, GError** err) c_g_file_mount_mountable_finish;
3239 	int function(GFile* source, GFile* destination, GFileCopyFlags flags, GCancellable* cancellable, GFileProgressCallback progressCallback, void* progressCallbackData, GError** err) c_g_file_move;
3240 	GFileIOStream* function(GFile* file, GCancellable* cancellable, GError** err) c_g_file_open_readwrite;
3241 	void function(GFile* file, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_open_readwrite_async;
3242 	GFileIOStream* function(GFile* file, GAsyncResult* res, GError** err) c_g_file_open_readwrite_finish;
3243 	void function(GFile* file, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_poll_mountable;
3244 	int function(GFile* file, GAsyncResult* result, GError** err) c_g_file_poll_mountable_finish;
3245 	GAppInfo* function(GFile* file, GCancellable* cancellable, GError** err) c_g_file_query_default_handler;
3246 	int function(GFile* file, GCancellable* cancellable) c_g_file_query_exists;
3247 	GFileType function(GFile* file, GFileQueryInfoFlags flags, GCancellable* cancellable) c_g_file_query_file_type;
3248 	GFileInfo* function(GFile* file, const(char)* attributes, GCancellable* cancellable, GError** err) c_g_file_query_filesystem_info;
3249 	void function(GFile* file, const(char)* attributes, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_query_filesystem_info_async;
3250 	GFileInfo* function(GFile* file, GAsyncResult* res, GError** err) c_g_file_query_filesystem_info_finish;
3251 	GFileInfo* function(GFile* file, const(char)* attributes, GFileQueryInfoFlags flags, GCancellable* cancellable, GError** err) c_g_file_query_info;
3252 	void function(GFile* file, const(char)* attributes, GFileQueryInfoFlags flags, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_query_info_async;
3253 	GFileInfo* function(GFile* file, GAsyncResult* res, GError** err) c_g_file_query_info_finish;
3254 	GFileAttributeInfoList* function(GFile* file, GCancellable* cancellable, GError** err) c_g_file_query_settable_attributes;
3255 	GFileAttributeInfoList* function(GFile* file, GCancellable* cancellable, GError** err) c_g_file_query_writable_namespaces;
3256 	GFileInputStream* function(GFile* file, GCancellable* cancellable, GError** err) c_g_file_read;
3257 	void function(GFile* file, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_read_async;
3258 	GFileInputStream* function(GFile* file, GAsyncResult* res, GError** err) c_g_file_read_finish;
3259 	GFileOutputStream* function(GFile* file, const(char)* etag, int makeBackup, GFileCreateFlags flags, GCancellable* cancellable, GError** err) c_g_file_replace;
3260 	void function(GFile* file, const(char)* etag, int makeBackup, GFileCreateFlags flags, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_replace_async;
3261 	int function(GFile* file, char* contents, size_t length, const(char)* etag, int makeBackup, GFileCreateFlags flags, char** newEtag, GCancellable* cancellable, GError** err) c_g_file_replace_contents;
3262 	void function(GFile* file, char* contents, size_t length, const(char)* etag, int makeBackup, GFileCreateFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_replace_contents_async;
3263 	void function(GFile* file, GBytes* contents, const(char)* etag, int makeBackup, GFileCreateFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_replace_contents_bytes_async;
3264 	int function(GFile* file, GAsyncResult* res, char** newEtag, GError** err) c_g_file_replace_contents_finish;
3265 	GFileOutputStream* function(GFile* file, GAsyncResult* res, GError** err) c_g_file_replace_finish;
3266 	GFileIOStream* function(GFile* file, const(char)* etag, int makeBackup, GFileCreateFlags flags, GCancellable* cancellable, GError** err) c_g_file_replace_readwrite;
3267 	void function(GFile* file, const(char)* etag, int makeBackup, GFileCreateFlags flags, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_replace_readwrite_async;
3268 	GFileIOStream* function(GFile* file, GAsyncResult* res, GError** err) c_g_file_replace_readwrite_finish;
3269 	GFile* function(GFile* file, char* relativePath) c_g_file_resolve_relative_path;
3270 	int function(GFile* file, const(char)* attribute, GFileAttributeType type, void* valueP, GFileQueryInfoFlags flags, GCancellable* cancellable, GError** err) c_g_file_set_attribute;
3271 	int function(GFile* file, const(char)* attribute, const(char)* value, GFileQueryInfoFlags flags, GCancellable* cancellable, GError** err) c_g_file_set_attribute_byte_string;
3272 	int function(GFile* file, const(char)* attribute, int value, GFileQueryInfoFlags flags, GCancellable* cancellable, GError** err) c_g_file_set_attribute_int32;
3273 	int function(GFile* file, const(char)* attribute, long value, GFileQueryInfoFlags flags, GCancellable* cancellable, GError** err) c_g_file_set_attribute_int64;
3274 	int function(GFile* file, const(char)* attribute, const(char)* value, GFileQueryInfoFlags flags, GCancellable* cancellable, GError** err) c_g_file_set_attribute_string;
3275 	int function(GFile* file, const(char)* attribute, uint value, GFileQueryInfoFlags flags, GCancellable* cancellable, GError** err) c_g_file_set_attribute_uint32;
3276 	int function(GFile* file, const(char)* attribute, ulong value, GFileQueryInfoFlags flags, GCancellable* cancellable, GError** err) c_g_file_set_attribute_uint64;
3277 	void function(GFile* file, GFileInfo* info, GFileQueryInfoFlags flags, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_set_attributes_async;
3278 	int function(GFile* file, GAsyncResult* result, GFileInfo** info, GError** err) c_g_file_set_attributes_finish;
3279 	int function(GFile* file, GFileInfo* info, GFileQueryInfoFlags flags, GCancellable* cancellable, GError** err) c_g_file_set_attributes_from_info;
3280 	GFile* function(GFile* file, const(char)* displayName, GCancellable* cancellable, GError** err) c_g_file_set_display_name;
3281 	void function(GFile* file, const(char)* displayName, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_set_display_name_async;
3282 	GFile* function(GFile* file, GAsyncResult* res, GError** err) c_g_file_set_display_name_finish;
3283 	void function(GFile* file, GDriveStartFlags flags, GMountOperation* startOperation, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_start_mountable;
3284 	int function(GFile* file, GAsyncResult* result, GError** err) c_g_file_start_mountable_finish;
3285 	void function(GFile* file, GMountUnmountFlags flags, GMountOperation* mountOperation, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_stop_mountable;
3286 	int function(GFile* file, GAsyncResult* result, GError** err) c_g_file_stop_mountable_finish;
3287 	int function(GFile* file) c_g_file_supports_thread_contexts;
3288 	int function(GFile* file, GCancellable* cancellable, GError** err) c_g_file_trash;
3289 	void function(GFile* file, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_trash_async;
3290 	int function(GFile* file, GAsyncResult* result, GError** err) c_g_file_trash_finish;
3291 	void function(GFile* file, GMountUnmountFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_unmount_mountable;
3292 	int function(GFile* file, GAsyncResult* result, GError** err) c_g_file_unmount_mountable_finish;
3293 	void function(GFile* file, GMountUnmountFlags flags, GMountOperation* mountOperation, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_unmount_mountable_with_operation;
3294 	int function(GFile* file, GAsyncResult* result, GError** err) c_g_file_unmount_mountable_with_operation_finish;
3295 
3296 	// gio.FileAttributeInfoList
3297 
3298 	GType function() c_g_file_attribute_info_list_get_type;
3299 	GFileAttributeInfoList* function() c_g_file_attribute_info_list_new;
3300 	void function(GFileAttributeInfoList* list, const(char)* name, GFileAttributeType type, GFileAttributeInfoFlags flags) c_g_file_attribute_info_list_add;
3301 	GFileAttributeInfoList* function(GFileAttributeInfoList* list) c_g_file_attribute_info_list_dup;
3302 	GFileAttributeInfo* function(GFileAttributeInfoList* list, const(char)* name) c_g_file_attribute_info_list_lookup;
3303 	GFileAttributeInfoList* function(GFileAttributeInfoList* list) c_g_file_attribute_info_list_ref;
3304 	void function(GFileAttributeInfoList* list) c_g_file_attribute_info_list_unref;
3305 
3306 	// gio.FileAttributeMatcher
3307 
3308 	GType function() c_g_file_attribute_matcher_get_type;
3309 	GFileAttributeMatcher* function(const(char)* attributes) c_g_file_attribute_matcher_new;
3310 	int function(GFileAttributeMatcher* matcher, const(char)* ns) c_g_file_attribute_matcher_enumerate_namespace;
3311 	const(char)* function(GFileAttributeMatcher* matcher) c_g_file_attribute_matcher_enumerate_next;
3312 	int function(GFileAttributeMatcher* matcher, const(char)* attribute) c_g_file_attribute_matcher_matches;
3313 	int function(GFileAttributeMatcher* matcher, const(char)* attribute) c_g_file_attribute_matcher_matches_only;
3314 	GFileAttributeMatcher* function(GFileAttributeMatcher* matcher) c_g_file_attribute_matcher_ref;
3315 	GFileAttributeMatcher* function(GFileAttributeMatcher* matcher, GFileAttributeMatcher* subtract) c_g_file_attribute_matcher_subtract;
3316 	char* function(GFileAttributeMatcher* matcher) c_g_file_attribute_matcher_to_string;
3317 	void function(GFileAttributeMatcher* matcher) c_g_file_attribute_matcher_unref;
3318 
3319 	// gio.FileDescriptorBased
3320 
3321 	GType function() c_g_file_descriptor_based_get_type;
3322 	int function(GFileDescriptorBased* fdBased) c_g_file_descriptor_based_get_fd;
3323 
3324 	// gio.FileEnumerator
3325 
3326 	GType function() c_g_file_enumerator_get_type;
3327 	int function(GFileEnumerator* enumerator, GCancellable* cancellable, GError** err) c_g_file_enumerator_close;
3328 	void function(GFileEnumerator* enumerator, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_enumerator_close_async;
3329 	int function(GFileEnumerator* enumerator, GAsyncResult* result, GError** err) c_g_file_enumerator_close_finish;
3330 	GFile* function(GFileEnumerator* enumerator, GFileInfo* info) c_g_file_enumerator_get_child;
3331 	GFile* function(GFileEnumerator* enumerator) c_g_file_enumerator_get_container;
3332 	int function(GFileEnumerator* enumerator) c_g_file_enumerator_has_pending;
3333 	int function(GFileEnumerator* enumerator) c_g_file_enumerator_is_closed;
3334 	int function(GFileEnumerator* direnum, GFileInfo** outInfo, GFile** outChild, GCancellable* cancellable, GError** err) c_g_file_enumerator_iterate;
3335 	GFileInfo* function(GFileEnumerator* enumerator, GCancellable* cancellable, GError** err) c_g_file_enumerator_next_file;
3336 	void function(GFileEnumerator* enumerator, int numFiles, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_enumerator_next_files_async;
3337 	GList* function(GFileEnumerator* enumerator, GAsyncResult* result, GError** err) c_g_file_enumerator_next_files_finish;
3338 	void function(GFileEnumerator* enumerator, int pending) c_g_file_enumerator_set_pending;
3339 
3340 	// gio.FileIOStream
3341 
3342 	GType function() c_g_file_io_stream_get_type;
3343 	char* function(GFileIOStream* stream) c_g_file_io_stream_get_etag;
3344 	GFileInfo* function(GFileIOStream* stream, const(char)* attributes, GCancellable* cancellable, GError** err) c_g_file_io_stream_query_info;
3345 	void function(GFileIOStream* stream, const(char)* attributes, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_io_stream_query_info_async;
3346 	GFileInfo* function(GFileIOStream* stream, GAsyncResult* result, GError** err) c_g_file_io_stream_query_info_finish;
3347 
3348 	// gio.FileIcon
3349 
3350 	GType function() c_g_file_icon_get_type;
3351 	GIcon* function(GFile* file) c_g_file_icon_new;
3352 	GFile* function(GFileIcon* icon) c_g_file_icon_get_file;
3353 
3354 	// gio.FileInfo
3355 
3356 	GType function() c_g_file_info_get_type;
3357 	GFileInfo* function() c_g_file_info_new;
3358 	void function(GFileInfo* info) c_g_file_info_clear_status;
3359 	void function(GFileInfo* srcInfo, GFileInfo* destInfo) c_g_file_info_copy_into;
3360 	GFileInfo* function(GFileInfo* other) c_g_file_info_dup;
3361 	char* function(GFileInfo* info, const(char)* attribute) c_g_file_info_get_attribute_as_string;
3362 	int function(GFileInfo* info, const(char)* attribute) c_g_file_info_get_attribute_boolean;
3363 	const(char)* function(GFileInfo* info, const(char)* attribute) c_g_file_info_get_attribute_byte_string;
3364 	int function(GFileInfo* info, const(char)* attribute, GFileAttributeType* type, void** valuePp, GFileAttributeStatus* status) c_g_file_info_get_attribute_data;
3365 	int function(GFileInfo* info, const(char)* attribute) c_g_file_info_get_attribute_int32;
3366 	long function(GFileInfo* info, const(char)* attribute) c_g_file_info_get_attribute_int64;
3367 	GObject* function(GFileInfo* info, const(char)* attribute) c_g_file_info_get_attribute_object;
3368 	GFileAttributeStatus function(GFileInfo* info, const(char)* attribute) c_g_file_info_get_attribute_status;
3369 	const(char)* function(GFileInfo* info, const(char)* attribute) c_g_file_info_get_attribute_string;
3370 	char** function(GFileInfo* info, const(char)* attribute) c_g_file_info_get_attribute_stringv;
3371 	GFileAttributeType function(GFileInfo* info, const(char)* attribute) c_g_file_info_get_attribute_type;
3372 	uint function(GFileInfo* info, const(char)* attribute) c_g_file_info_get_attribute_uint32;
3373 	ulong function(GFileInfo* info, const(char)* attribute) c_g_file_info_get_attribute_uint64;
3374 	const(char)* function(GFileInfo* info) c_g_file_info_get_content_type;
3375 	GDateTime* function(GFileInfo* info) c_g_file_info_get_deletion_date;
3376 	const(char)* function(GFileInfo* info) c_g_file_info_get_display_name;
3377 	const(char)* function(GFileInfo* info) c_g_file_info_get_edit_name;
3378 	const(char)* function(GFileInfo* info) c_g_file_info_get_etag;
3379 	GFileType function(GFileInfo* info) c_g_file_info_get_file_type;
3380 	GIcon* function(GFileInfo* info) c_g_file_info_get_icon;
3381 	int function(GFileInfo* info) c_g_file_info_get_is_backup;
3382 	int function(GFileInfo* info) c_g_file_info_get_is_hidden;
3383 	int function(GFileInfo* info) c_g_file_info_get_is_symlink;
3384 	void function(GFileInfo* info, GTimeVal* result) c_g_file_info_get_modification_time;
3385 	char* function(GFileInfo* info) c_g_file_info_get_name;
3386 	long function(GFileInfo* info) c_g_file_info_get_size;
3387 	int function(GFileInfo* info) c_g_file_info_get_sort_order;
3388 	GIcon* function(GFileInfo* info) c_g_file_info_get_symbolic_icon;
3389 	const(char)* function(GFileInfo* info) c_g_file_info_get_symlink_target;
3390 	int function(GFileInfo* info, const(char)* attribute) c_g_file_info_has_attribute;
3391 	int function(GFileInfo* info, const(char)* nameSpace) c_g_file_info_has_namespace;
3392 	char** function(GFileInfo* info, const(char)* nameSpace) c_g_file_info_list_attributes;
3393 	void function(GFileInfo* info, const(char)* attribute) c_g_file_info_remove_attribute;
3394 	void function(GFileInfo* info, const(char)* attribute, GFileAttributeType type, void* valueP) c_g_file_info_set_attribute;
3395 	void function(GFileInfo* info, const(char)* attribute, int attrValue) c_g_file_info_set_attribute_boolean;
3396 	void function(GFileInfo* info, const(char)* attribute, const(char)* attrValue) c_g_file_info_set_attribute_byte_string;
3397 	void function(GFileInfo* info, const(char)* attribute, int attrValue) c_g_file_info_set_attribute_int32;
3398 	void function(GFileInfo* info, const(char)* attribute, long attrValue) c_g_file_info_set_attribute_int64;
3399 	void function(GFileInfo* info, GFileAttributeMatcher* mask) c_g_file_info_set_attribute_mask;
3400 	void function(GFileInfo* info, const(char)* attribute, GObject* attrValue) c_g_file_info_set_attribute_object;
3401 	int function(GFileInfo* info, const(char)* attribute, GFileAttributeStatus status) c_g_file_info_set_attribute_status;
3402 	void function(GFileInfo* info, const(char)* attribute, const(char)* attrValue) c_g_file_info_set_attribute_string;
3403 	void function(GFileInfo* info, const(char)* attribute, char** attrValue) c_g_file_info_set_attribute_stringv;
3404 	void function(GFileInfo* info, const(char)* attribute, uint attrValue) c_g_file_info_set_attribute_uint32;
3405 	void function(GFileInfo* info, const(char)* attribute, ulong attrValue) c_g_file_info_set_attribute_uint64;
3406 	void function(GFileInfo* info, const(char)* contentType) c_g_file_info_set_content_type;
3407 	void function(GFileInfo* info, const(char)* displayName) c_g_file_info_set_display_name;
3408 	void function(GFileInfo* info, const(char)* editName) c_g_file_info_set_edit_name;
3409 	void function(GFileInfo* info, GFileType type) c_g_file_info_set_file_type;
3410 	void function(GFileInfo* info, GIcon* icon) c_g_file_info_set_icon;
3411 	void function(GFileInfo* info, int isHidden) c_g_file_info_set_is_hidden;
3412 	void function(GFileInfo* info, int isSymlink) c_g_file_info_set_is_symlink;
3413 	void function(GFileInfo* info, GTimeVal* mtime) c_g_file_info_set_modification_time;
3414 	void function(GFileInfo* info, char* name) c_g_file_info_set_name;
3415 	void function(GFileInfo* info, long size) c_g_file_info_set_size;
3416 	void function(GFileInfo* info, int sortOrder) c_g_file_info_set_sort_order;
3417 	void function(GFileInfo* info, GIcon* icon) c_g_file_info_set_symbolic_icon;
3418 	void function(GFileInfo* info, const(char)* symlinkTarget) c_g_file_info_set_symlink_target;
3419 	void function(GFileInfo* info) c_g_file_info_unset_attribute_mask;
3420 
3421 	// gio.FileInputStream
3422 
3423 	GType function() c_g_file_input_stream_get_type;
3424 	GFileInfo* function(GFileInputStream* stream, const(char)* attributes, GCancellable* cancellable, GError** err) c_g_file_input_stream_query_info;
3425 	void function(GFileInputStream* stream, const(char)* attributes, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_input_stream_query_info_async;
3426 	GFileInfo* function(GFileInputStream* stream, GAsyncResult* result, GError** err) c_g_file_input_stream_query_info_finish;
3427 
3428 	// gio.FileMonitor
3429 
3430 	GType function() c_g_file_monitor_get_type;
3431 	int function(GFileMonitor* monitor) c_g_file_monitor_cancel;
3432 	void function(GFileMonitor* monitor, GFile* child, GFile* otherFile, GFileMonitorEvent eventType) c_g_file_monitor_emit_event;
3433 	int function(GFileMonitor* monitor) c_g_file_monitor_is_cancelled;
3434 	void function(GFileMonitor* monitor, int limitMsecs) c_g_file_monitor_set_rate_limit;
3435 
3436 	// gio.FileOutputStream
3437 
3438 	GType function() c_g_file_output_stream_get_type;
3439 	char* function(GFileOutputStream* stream) c_g_file_output_stream_get_etag;
3440 	GFileInfo* function(GFileOutputStream* stream, const(char)* attributes, GCancellable* cancellable, GError** err) c_g_file_output_stream_query_info;
3441 	void function(GFileOutputStream* stream, const(char)* attributes, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_file_output_stream_query_info_async;
3442 	GFileInfo* function(GFileOutputStream* stream, GAsyncResult* result, GError** err) c_g_file_output_stream_query_info_finish;
3443 
3444 	// gio.FilenameCompleter
3445 
3446 	GType function() c_g_filename_completer_get_type;
3447 	GFilenameCompleter* function() c_g_filename_completer_new;
3448 	char* function(GFilenameCompleter* completer, const(char)* initialText) c_g_filename_completer_get_completion_suffix;
3449 	char** function(GFilenameCompleter* completer, const(char)* initialText) c_g_filename_completer_get_completions;
3450 	void function(GFilenameCompleter* completer, int dirsOnly) c_g_filename_completer_set_dirs_only;
3451 
3452 	// gio.FilterInputStream
3453 
3454 	GType function() c_g_filter_input_stream_get_type;
3455 	GInputStream* function(GFilterInputStream* stream) c_g_filter_input_stream_get_base_stream;
3456 	int function(GFilterInputStream* stream) c_g_filter_input_stream_get_close_base_stream;
3457 	void function(GFilterInputStream* stream, int closeBase) c_g_filter_input_stream_set_close_base_stream;
3458 
3459 	// gio.FilterOutputStream
3460 
3461 	GType function() c_g_filter_output_stream_get_type;
3462 	GOutputStream* function(GFilterOutputStream* stream) c_g_filter_output_stream_get_base_stream;
3463 	int function(GFilterOutputStream* stream) c_g_filter_output_stream_get_close_base_stream;
3464 	void function(GFilterOutputStream* stream, int closeBase) c_g_filter_output_stream_set_close_base_stream;
3465 
3466 	// gio.IOExtension
3467 
3468 	const(char)* function(GIOExtension* extension) c_g_io_extension_get_name;
3469 	int function(GIOExtension* extension) c_g_io_extension_get_priority;
3470 	GType function(GIOExtension* extension) c_g_io_extension_get_type;
3471 	GTypeClass* function(GIOExtension* extension) c_g_io_extension_ref_class;
3472 
3473 	// gio.IOExtensionPoint
3474 
3475 	GIOExtension* function(GIOExtensionPoint* extensionPoint, const(char)* name) c_g_io_extension_point_get_extension_by_name;
3476 	GList* function(GIOExtensionPoint* extensionPoint) c_g_io_extension_point_get_extensions;
3477 	GType function(GIOExtensionPoint* extensionPoint) c_g_io_extension_point_get_required_type;
3478 	void function(GIOExtensionPoint* extensionPoint, GType type) c_g_io_extension_point_set_required_type;
3479 	GIOExtension* function(const(char)* extensionPointName, GType type, const(char)* extensionName, int priority) c_g_io_extension_point_implement;
3480 	GIOExtensionPoint* function(const(char)* name) c_g_io_extension_point_lookup;
3481 	GIOExtensionPoint* function(const(char)* name) c_g_io_extension_point_register;
3482 
3483 	// gio.IOModule
3484 
3485 	GType function() c_g_io_module_get_type;
3486 	GIOModule* function(char* filename) c_g_io_module_new;
3487 	GList* function(char* dirname) c_g_io_modules_load_all_in_directory;
3488 	GList* function(char* dirname, GIOModuleScope* scop) c_g_io_modules_load_all_in_directory_with_scope;
3489 	void function(char* dirname) c_g_io_modules_scan_all_in_directory;
3490 	void function(char* dirname, GIOModuleScope* scop) c_g_io_modules_scan_all_in_directory_with_scope;
3491 
3492 	// gio.IOModuleScope
3493 
3494 	void function(GIOModuleScope* scop, const(char)* basename) c_g_io_module_scope_block;
3495 	void function(GIOModuleScope* scop) c_g_io_module_scope_free;
3496 	GIOModuleScope* function(GIOModuleScopeFlags flags) c_g_io_module_scope_new;
3497 
3498 	// gio.IOSchedulerJob
3499 
3500 	int function(GIOSchedulerJob* job, GSourceFunc func, void* userData, GDestroyNotify notify) c_g_io_scheduler_job_send_to_mainloop;
3501 	void function(GIOSchedulerJob* job, GSourceFunc func, void* userData, GDestroyNotify notify) c_g_io_scheduler_job_send_to_mainloop_async;
3502 	void function() c_g_io_scheduler_cancel_all_jobs;
3503 	void function(GIOSchedulerJobFunc jobFunc, void* userData, GDestroyNotify notify, int ioPriority, GCancellable* cancellable) c_g_io_scheduler_push_job;
3504 
3505 	// gio.IOStream
3506 
3507 	GType function() c_g_io_stream_get_type;
3508 	int function(GAsyncResult* result, GError** err) c_g_io_stream_splice_finish;
3509 	void function(GIOStream* stream) c_g_io_stream_clear_pending;
3510 	int function(GIOStream* stream, GCancellable* cancellable, GError** err) c_g_io_stream_close;
3511 	void function(GIOStream* stream, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_io_stream_close_async;
3512 	int function(GIOStream* stream, GAsyncResult* result, GError** err) c_g_io_stream_close_finish;
3513 	GInputStream* function(GIOStream* stream) c_g_io_stream_get_input_stream;
3514 	GOutputStream* function(GIOStream* stream) c_g_io_stream_get_output_stream;
3515 	int function(GIOStream* stream) c_g_io_stream_has_pending;
3516 	int function(GIOStream* stream) c_g_io_stream_is_closed;
3517 	int function(GIOStream* stream, GError** err) c_g_io_stream_set_pending;
3518 	void function(GIOStream* stream1, GIOStream* stream2, GIOStreamSpliceFlags flags, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_io_stream_splice_async;
3519 
3520 	// gio.Icon
3521 
3522 	GType function() c_g_icon_get_type;
3523 	GIcon* function(GVariant* value) c_g_icon_deserialize;
3524 	uint function(void* icon) c_g_icon_hash;
3525 	GIcon* function(const(char)* str, GError** err) c_g_icon_new_for_string;
3526 	int function(GIcon* icon1, GIcon* icon2) c_g_icon_equal;
3527 	GVariant* function(GIcon* icon) c_g_icon_serialize;
3528 	char* function(GIcon* icon) c_g_icon_to_string;
3529 
3530 	// gio.InetAddress
3531 
3532 	GType function() c_g_inet_address_get_type;
3533 	GInetAddress* function(GSocketFamily family) c_g_inet_address_new_any;
3534 	GInetAddress* function(ubyte* bytes, GSocketFamily family) c_g_inet_address_new_from_bytes;
3535 	GInetAddress* function(const(char)* str) c_g_inet_address_new_from_string;
3536 	GInetAddress* function(GSocketFamily family) c_g_inet_address_new_loopback;
3537 	int function(GInetAddress* address, GInetAddress* otherAddress) c_g_inet_address_equal;
3538 	GSocketFamily function(GInetAddress* address) c_g_inet_address_get_family;
3539 	int function(GInetAddress* address) c_g_inet_address_get_is_any;
3540 	int function(GInetAddress* address) c_g_inet_address_get_is_link_local;
3541 	int function(GInetAddress* address) c_g_inet_address_get_is_loopback;
3542 	int function(GInetAddress* address) c_g_inet_address_get_is_mc_global;
3543 	int function(GInetAddress* address) c_g_inet_address_get_is_mc_link_local;
3544 	int function(GInetAddress* address) c_g_inet_address_get_is_mc_node_local;
3545 	int function(GInetAddress* address) c_g_inet_address_get_is_mc_org_local;
3546 	int function(GInetAddress* address) c_g_inet_address_get_is_mc_site_local;
3547 	int function(GInetAddress* address) c_g_inet_address_get_is_multicast;
3548 	int function(GInetAddress* address) c_g_inet_address_get_is_site_local;
3549 	size_t function(GInetAddress* address) c_g_inet_address_get_native_size;
3550 	ubyte* function(GInetAddress* address) c_g_inet_address_to_bytes;
3551 	char* function(GInetAddress* address) c_g_inet_address_to_string;
3552 
3553 	// gio.InetAddressMask
3554 
3555 	GType function() c_g_inet_address_mask_get_type;
3556 	GInetAddressMask* function(GInetAddress* addr, uint length, GError** err) c_g_inet_address_mask_new;
3557 	GInetAddressMask* function(const(char)* maskString, GError** err) c_g_inet_address_mask_new_from_string;
3558 	int function(GInetAddressMask* mask, GInetAddressMask* mask2) c_g_inet_address_mask_equal;
3559 	GInetAddress* function(GInetAddressMask* mask) c_g_inet_address_mask_get_address;
3560 	GSocketFamily function(GInetAddressMask* mask) c_g_inet_address_mask_get_family;
3561 	uint function(GInetAddressMask* mask) c_g_inet_address_mask_get_length;
3562 	int function(GInetAddressMask* mask, GInetAddress* address) c_g_inet_address_mask_matches;
3563 	char* function(GInetAddressMask* mask) c_g_inet_address_mask_to_string;
3564 
3565 	// gio.InetSocketAddress
3566 
3567 	GType function() c_g_inet_socket_address_get_type;
3568 	GSocketAddress* function(GInetAddress* address, ushort port) c_g_inet_socket_address_new;
3569 	GSocketAddress* function(const(char)* address, uint port) c_g_inet_socket_address_new_from_string;
3570 	GInetAddress* function(GInetSocketAddress* address) c_g_inet_socket_address_get_address;
3571 	uint function(GInetSocketAddress* address) c_g_inet_socket_address_get_flowinfo;
3572 	ushort function(GInetSocketAddress* address) c_g_inet_socket_address_get_port;
3573 	uint function(GInetSocketAddress* address) c_g_inet_socket_address_get_scope_id;
3574 
3575 	// gio.Initable
3576 
3577 	GType function() c_g_initable_get_type;
3578 	void* function(GType objectType, GCancellable* cancellable, GError** error, const(char)* firstPropertyName, ... ) c_g_initable_new;
3579 	GObject* function(GType objectType, const(char)* firstPropertyName, void* varArgs, GCancellable* cancellable, GError** err) c_g_initable_new_valist;
3580 	void* function(GType objectType, uint nParameters, GParameter* parameters, GCancellable* cancellable, GError** err) c_g_initable_newv;
3581 	int function(GInitable* initable, GCancellable* cancellable, GError** err) c_g_initable_init;
3582 
3583 	// gio.InputStream
3584 
3585 	GType function() c_g_input_stream_get_type;
3586 	void function(GInputStream* stream) c_g_input_stream_clear_pending;
3587 	int function(GInputStream* stream, GCancellable* cancellable, GError** err) c_g_input_stream_close;
3588 	void function(GInputStream* stream, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_input_stream_close_async;
3589 	int function(GInputStream* stream, GAsyncResult* result, GError** err) c_g_input_stream_close_finish;
3590 	int function(GInputStream* stream) c_g_input_stream_has_pending;
3591 	int function(GInputStream* stream) c_g_input_stream_is_closed;
3592 	ptrdiff_t function(GInputStream* stream, void* buffer, size_t count, GCancellable* cancellable, GError** err) c_g_input_stream_read;
3593 	int function(GInputStream* stream, void* buffer, size_t count, size_t* bytesRead, GCancellable* cancellable, GError** err) c_g_input_stream_read_all;
3594 	void function(GInputStream* stream, void* buffer, size_t count, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_input_stream_read_all_async;
3595 	int function(GInputStream* stream, GAsyncResult* result, size_t* bytesRead, GError** err) c_g_input_stream_read_all_finish;
3596 	void function(GInputStream* stream, void* buffer, size_t count, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_input_stream_read_async;
3597 	GBytes* function(GInputStream* stream, size_t count, GCancellable* cancellable, GError** err) c_g_input_stream_read_bytes;
3598 	void function(GInputStream* stream, size_t count, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_input_stream_read_bytes_async;
3599 	GBytes* function(GInputStream* stream, GAsyncResult* result, GError** err) c_g_input_stream_read_bytes_finish;
3600 	ptrdiff_t function(GInputStream* stream, GAsyncResult* result, GError** err) c_g_input_stream_read_finish;
3601 	int function(GInputStream* stream, GError** err) c_g_input_stream_set_pending;
3602 	ptrdiff_t function(GInputStream* stream, size_t count, GCancellable* cancellable, GError** err) c_g_input_stream_skip;
3603 	void function(GInputStream* stream, size_t count, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_input_stream_skip_async;
3604 	ptrdiff_t function(GInputStream* stream, GAsyncResult* result, GError** err) c_g_input_stream_skip_finish;
3605 
3606 	// gio.ListModel
3607 
3608 	GType function() c_g_list_model_get_type;
3609 	void* function(GListModel* list, uint position) c_g_list_model_get_item;
3610 	GType function(GListModel* list) c_g_list_model_get_item_type;
3611 	uint function(GListModel* list) c_g_list_model_get_n_items;
3612 	GObject* function(GListModel* list, uint position) c_g_list_model_get_object;
3613 	void function(GListModel* list, uint position, uint removed, uint added) c_g_list_model_items_changed;
3614 
3615 	// gio.ListStore
3616 
3617 	GType function() c_g_list_store_get_type;
3618 	GListStore* function(GType itemType) c_g_list_store_new;
3619 	void function(GListStore* store, void* item) c_g_list_store_append;
3620 	void function(GListStore* store, uint position, void* item) c_g_list_store_insert;
3621 	uint function(GListStore* store, void* item, GCompareDataFunc compareFunc, void* userData) c_g_list_store_insert_sorted;
3622 	void function(GListStore* store, uint position) c_g_list_store_remove;
3623 	void function(GListStore* store) c_g_list_store_remove_all;
3624 	void function(GListStore* store, GCompareDataFunc compareFunc, void* userData) c_g_list_store_sort;
3625 	void function(GListStore* store, uint position, uint nRemovals, void** additions, uint nAdditions) c_g_list_store_splice;
3626 
3627 	// gio.LoadableIcon
3628 
3629 	GType function() c_g_loadable_icon_get_type;
3630 	GInputStream* function(GLoadableIcon* icon, int size, char** type, GCancellable* cancellable, GError** err) c_g_loadable_icon_load;
3631 	void function(GLoadableIcon* icon, int size, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_loadable_icon_load_async;
3632 	GInputStream* function(GLoadableIcon* icon, GAsyncResult* res, char** type, GError** err) c_g_loadable_icon_load_finish;
3633 
3634 	// gio.MemoryInputStream
3635 
3636 	GType function() c_g_memory_input_stream_get_type;
3637 	GInputStream* function() c_g_memory_input_stream_new;
3638 	GInputStream* function(GBytes* bytes) c_g_memory_input_stream_new_from_bytes;
3639 	GInputStream* function(void* data, ptrdiff_t len, GDestroyNotify destroy) c_g_memory_input_stream_new_from_data;
3640 	void function(GMemoryInputStream* stream, GBytes* bytes) c_g_memory_input_stream_add_bytes;
3641 	void function(GMemoryInputStream* stream, void* data, ptrdiff_t len, GDestroyNotify destroy) c_g_memory_input_stream_add_data;
3642 
3643 	// gio.MemoryOutputStream
3644 
3645 	GType function() c_g_memory_output_stream_get_type;
3646 	GOutputStream* function(void* data, size_t size, GReallocFunc reallocFunction, GDestroyNotify destroyFunction) c_g_memory_output_stream_new;
3647 	GOutputStream* function() c_g_memory_output_stream_new_resizable;
3648 	void* function(GMemoryOutputStream* ostream) c_g_memory_output_stream_get_data;
3649 	size_t function(GMemoryOutputStream* ostream) c_g_memory_output_stream_get_data_size;
3650 	size_t function(GMemoryOutputStream* ostream) c_g_memory_output_stream_get_size;
3651 	GBytes* function(GMemoryOutputStream* ostream) c_g_memory_output_stream_steal_as_bytes;
3652 	void* function(GMemoryOutputStream* ostream) c_g_memory_output_stream_steal_data;
3653 
3654 	// gio.Menu
3655 
3656 	GType function() c_g_menu_get_type;
3657 	GMenu* function() c_g_menu_new;
3658 	void function(GMenu* menu, const(char)* label, const(char)* detailedAction) c_g_menu_append;
3659 	void function(GMenu* menu, GMenuItem* item) c_g_menu_append_item;
3660 	void function(GMenu* menu, const(char)* label, GMenuModel* section) c_g_menu_append_section;
3661 	void function(GMenu* menu, const(char)* label, GMenuModel* submenu) c_g_menu_append_submenu;
3662 	void function(GMenu* menu) c_g_menu_freeze;
3663 	void function(GMenu* menu, int position, const(char)* label, const(char)* detailedAction) c_g_menu_insert;
3664 	void function(GMenu* menu, int position, GMenuItem* item) c_g_menu_insert_item;
3665 	void function(GMenu* menu, int position, const(char)* label, GMenuModel* section) c_g_menu_insert_section;
3666 	void function(GMenu* menu, int position, const(char)* label, GMenuModel* submenu) c_g_menu_insert_submenu;
3667 	void function(GMenu* menu, const(char)* label, const(char)* detailedAction) c_g_menu_prepend;
3668 	void function(GMenu* menu, GMenuItem* item) c_g_menu_prepend_item;
3669 	void function(GMenu* menu, const(char)* label, GMenuModel* section) c_g_menu_prepend_section;
3670 	void function(GMenu* menu, const(char)* label, GMenuModel* submenu) c_g_menu_prepend_submenu;
3671 	void function(GMenu* menu, int position) c_g_menu_remove;
3672 	void function(GMenu* menu) c_g_menu_remove_all;
3673 
3674 	// gio.MenuAttributeIter
3675 
3676 	GType function() c_g_menu_attribute_iter_get_type;
3677 	const(char)* function(GMenuAttributeIter* iter) c_g_menu_attribute_iter_get_name;
3678 	int function(GMenuAttributeIter* iter, char** outName, GVariant** value) c_g_menu_attribute_iter_get_next;
3679 	GVariant* function(GMenuAttributeIter* iter) c_g_menu_attribute_iter_get_value;
3680 	int function(GMenuAttributeIter* iter) c_g_menu_attribute_iter_next;
3681 
3682 	// gio.MenuItem
3683 
3684 	GType function() c_g_menu_item_get_type;
3685 	GMenuItem* function(const(char)* label, const(char)* detailedAction) c_g_menu_item_new;
3686 	GMenuItem* function(GMenuModel* model, int itemIndex) c_g_menu_item_new_from_model;
3687 	GMenuItem* function(const(char)* label, GMenuModel* section) c_g_menu_item_new_section;
3688 	GMenuItem* function(const(char)* label, GMenuModel* submenu) c_g_menu_item_new_submenu;
3689 	int function(GMenuItem* menuItem, const(char)* attribute, const(char)* formatString, ... ) c_g_menu_item_get_attribute;
3690 	GVariant* function(GMenuItem* menuItem, const(char)* attribute, GVariantType* expectedType) c_g_menu_item_get_attribute_value;
3691 	GMenuModel* function(GMenuItem* menuItem, const(char)* link) c_g_menu_item_get_link;
3692 	void function(GMenuItem* menuItem, const(char)* action, const(char)* formatString, ... ) c_g_menu_item_set_action_and_target;
3693 	void function(GMenuItem* menuItem, const(char)* action, GVariant* targetValue) c_g_menu_item_set_action_and_target_value;
3694 	void function(GMenuItem* menuItem, const(char)* attribute, const(char)* formatString, ... ) c_g_menu_item_set_attribute;
3695 	void function(GMenuItem* menuItem, const(char)* attribute, GVariant* value) c_g_menu_item_set_attribute_value;
3696 	void function(GMenuItem* menuItem, const(char)* detailedAction) c_g_menu_item_set_detailed_action;
3697 	void function(GMenuItem* menuItem, GIcon* icon) c_g_menu_item_set_icon;
3698 	void function(GMenuItem* menuItem, const(char)* label) c_g_menu_item_set_label;
3699 	void function(GMenuItem* menuItem, const(char)* link, GMenuModel* model) c_g_menu_item_set_link;
3700 	void function(GMenuItem* menuItem, GMenuModel* section) c_g_menu_item_set_section;
3701 	void function(GMenuItem* menuItem, GMenuModel* submenu) c_g_menu_item_set_submenu;
3702 
3703 	// gio.MenuLinkIter
3704 
3705 	GType function() c_g_menu_link_iter_get_type;
3706 	const(char)* function(GMenuLinkIter* iter) c_g_menu_link_iter_get_name;
3707 	int function(GMenuLinkIter* iter, char** outLink, GMenuModel** value) c_g_menu_link_iter_get_next;
3708 	GMenuModel* function(GMenuLinkIter* iter) c_g_menu_link_iter_get_value;
3709 	int function(GMenuLinkIter* iter) c_g_menu_link_iter_next;
3710 
3711 	// gio.MenuModel
3712 
3713 	GType function() c_g_menu_model_get_type;
3714 	int function(GMenuModel* model, int itemIndex, const(char)* attribute, const(char)* formatString, ... ) c_g_menu_model_get_item_attribute;
3715 	GVariant* function(GMenuModel* model, int itemIndex, const(char)* attribute, GVariantType* expectedType) c_g_menu_model_get_item_attribute_value;
3716 	GMenuModel* function(GMenuModel* model, int itemIndex, const(char)* link) c_g_menu_model_get_item_link;
3717 	int function(GMenuModel* model) c_g_menu_model_get_n_items;
3718 	int function(GMenuModel* model) c_g_menu_model_is_mutable;
3719 	void function(GMenuModel* model, int position, int removed, int added) c_g_menu_model_items_changed;
3720 	GMenuAttributeIter* function(GMenuModel* model, int itemIndex) c_g_menu_model_iterate_item_attributes;
3721 	GMenuLinkIter* function(GMenuModel* model, int itemIndex) c_g_menu_model_iterate_item_links;
3722 
3723 	// gio.Mount
3724 
3725 	GType function() c_g_mount_get_type;
3726 	int function(GMount* mount) c_g_mount_can_eject;
3727 	int function(GMount* mount) c_g_mount_can_unmount;
3728 	void function(GMount* mount, GMountUnmountFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_mount_eject;
3729 	int function(GMount* mount, GAsyncResult* result, GError** err) c_g_mount_eject_finish;
3730 	void function(GMount* mount, GMountUnmountFlags flags, GMountOperation* mountOperation, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_mount_eject_with_operation;
3731 	int function(GMount* mount, GAsyncResult* result, GError** err) c_g_mount_eject_with_operation_finish;
3732 	GFile* function(GMount* mount) c_g_mount_get_default_location;
3733 	GDrive* function(GMount* mount) c_g_mount_get_drive;
3734 	GIcon* function(GMount* mount) c_g_mount_get_icon;
3735 	char* function(GMount* mount) c_g_mount_get_name;
3736 	GFile* function(GMount* mount) c_g_mount_get_root;
3737 	const(char)* function(GMount* mount) c_g_mount_get_sort_key;
3738 	GIcon* function(GMount* mount) c_g_mount_get_symbolic_icon;
3739 	char* function(GMount* mount) c_g_mount_get_uuid;
3740 	GVolume* function(GMount* mount) c_g_mount_get_volume;
3741 	void function(GMount* mount, int forceRescan, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_mount_guess_content_type;
3742 	char** function(GMount* mount, GAsyncResult* result, GError** err) c_g_mount_guess_content_type_finish;
3743 	char** function(GMount* mount, int forceRescan, GCancellable* cancellable, GError** err) c_g_mount_guess_content_type_sync;
3744 	int function(GMount* mount) c_g_mount_is_shadowed;
3745 	void function(GMount* mount, GMountMountFlags flags, GMountOperation* mountOperation, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_mount_remount;
3746 	int function(GMount* mount, GAsyncResult* result, GError** err) c_g_mount_remount_finish;
3747 	void function(GMount* mount) c_g_mount_shadow;
3748 	void function(GMount* mount, GMountUnmountFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_mount_unmount;
3749 	int function(GMount* mount, GAsyncResult* result, GError** err) c_g_mount_unmount_finish;
3750 	void function(GMount* mount, GMountUnmountFlags flags, GMountOperation* mountOperation, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_mount_unmount_with_operation;
3751 	int function(GMount* mount, GAsyncResult* result, GError** err) c_g_mount_unmount_with_operation_finish;
3752 	void function(GMount* mount) c_g_mount_unshadow;
3753 
3754 	// gio.MountOperation
3755 
3756 	GType function() c_g_mount_operation_get_type;
3757 	GMountOperation* function() c_g_mount_operation_new;
3758 	int function(GMountOperation* op) c_g_mount_operation_get_anonymous;
3759 	int function(GMountOperation* op) c_g_mount_operation_get_choice;
3760 	const(char)* function(GMountOperation* op) c_g_mount_operation_get_domain;
3761 	const(char)* function(GMountOperation* op) c_g_mount_operation_get_password;
3762 	GPasswordSave function(GMountOperation* op) c_g_mount_operation_get_password_save;
3763 	const(char)* function(GMountOperation* op) c_g_mount_operation_get_username;
3764 	void function(GMountOperation* op, GMountOperationResult result) c_g_mount_operation_reply;
3765 	void function(GMountOperation* op, int anonymous) c_g_mount_operation_set_anonymous;
3766 	void function(GMountOperation* op, int choice) c_g_mount_operation_set_choice;
3767 	void function(GMountOperation* op, const(char)* domain) c_g_mount_operation_set_domain;
3768 	void function(GMountOperation* op, const(char)* password) c_g_mount_operation_set_password;
3769 	void function(GMountOperation* op, GPasswordSave save) c_g_mount_operation_set_password_save;
3770 	void function(GMountOperation* op, const(char)* username) c_g_mount_operation_set_username;
3771 
3772 	// gio.NativeVolumeMonitor
3773 
3774 	GType function() c_g_native_volume_monitor_get_type;
3775 
3776 	// gio.NetworkAddress
3777 
3778 	GType function() c_g_network_address_get_type;
3779 	GSocketConnectable* function(const(char)* hostname, ushort port) c_g_network_address_new;
3780 	GSocketConnectable* function(ushort port) c_g_network_address_new_loopback;
3781 	GSocketConnectable* function(const(char)* hostAndPort, ushort defaultPort, GError** err) c_g_network_address_parse;
3782 	GSocketConnectable* function(const(char)* uri, ushort defaultPort, GError** err) c_g_network_address_parse_uri;
3783 	const(char)* function(GNetworkAddress* addr) c_g_network_address_get_hostname;
3784 	ushort function(GNetworkAddress* addr) c_g_network_address_get_port;
3785 	const(char)* function(GNetworkAddress* addr) c_g_network_address_get_scheme;
3786 
3787 	// gio.NetworkMonitor
3788 
3789 	GType function() c_g_network_monitor_get_type;
3790 	GNetworkMonitor* function() c_g_network_monitor_get_default;
3791 	int function(GNetworkMonitor* monitor, GSocketConnectable* connectable, GCancellable* cancellable, GError** err) c_g_network_monitor_can_reach;
3792 	void function(GNetworkMonitor* monitor, GSocketConnectable* connectable, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_network_monitor_can_reach_async;
3793 	int function(GNetworkMonitor* monitor, GAsyncResult* result, GError** err) c_g_network_monitor_can_reach_finish;
3794 	GNetworkConnectivity function(GNetworkMonitor* monitor) c_g_network_monitor_get_connectivity;
3795 	int function(GNetworkMonitor* monitor) c_g_network_monitor_get_network_available;
3796 	int function(GNetworkMonitor* monitor) c_g_network_monitor_get_network_metered;
3797 
3798 	// gio.NetworkService
3799 
3800 	GType function() c_g_network_service_get_type;
3801 	GSocketConnectable* function(const(char)* service, const(char)* protocol, const(char)* domain) c_g_network_service_new;
3802 	const(char)* function(GNetworkService* srv) c_g_network_service_get_domain;
3803 	const(char)* function(GNetworkService* srv) c_g_network_service_get_protocol;
3804 	const(char)* function(GNetworkService* srv) c_g_network_service_get_scheme;
3805 	const(char)* function(GNetworkService* srv) c_g_network_service_get_service;
3806 	void function(GNetworkService* srv, const(char)* scheme) c_g_network_service_set_scheme;
3807 
3808 	// gio.Notification
3809 
3810 	GType function() c_g_notification_get_type;
3811 	GNotification* function(const(char)* title) c_g_notification_new;
3812 	void function(GNotification* notification, const(char)* label, const(char)* detailedAction) c_g_notification_add_button;
3813 	void function(GNotification* notification, const(char)* label, const(char)* action, const(char)* targetFormat, ... ) c_g_notification_add_button_with_target;
3814 	void function(GNotification* notification, const(char)* label, const(char)* action, GVariant* target) c_g_notification_add_button_with_target_value;
3815 	void function(GNotification* notification, const(char)* bod) c_g_notification_set_body;
3816 	void function(GNotification* notification, const(char)* detailedAction) c_g_notification_set_default_action;
3817 	void function(GNotification* notification, const(char)* action, const(char)* targetFormat, ... ) c_g_notification_set_default_action_and_target;
3818 	void function(GNotification* notification, const(char)* action, GVariant* target) c_g_notification_set_default_action_and_target_value;
3819 	void function(GNotification* notification, GIcon* icon) c_g_notification_set_icon;
3820 	void function(GNotification* notification, GNotificationPriority priority) c_g_notification_set_priority;
3821 	void function(GNotification* notification, const(char)* title) c_g_notification_set_title;
3822 	void function(GNotification* notification, int urgent) c_g_notification_set_urgent;
3823 
3824 	// gio.OutputStream
3825 
3826 	GType function() c_g_output_stream_get_type;
3827 	void function(GOutputStream* stream) c_g_output_stream_clear_pending;
3828 	int function(GOutputStream* stream, GCancellable* cancellable, GError** err) c_g_output_stream_close;
3829 	void function(GOutputStream* stream, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_output_stream_close_async;
3830 	int function(GOutputStream* stream, GAsyncResult* result, GError** err) c_g_output_stream_close_finish;
3831 	int function(GOutputStream* stream, GCancellable* cancellable, GError** err) c_g_output_stream_flush;
3832 	void function(GOutputStream* stream, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_output_stream_flush_async;
3833 	int function(GOutputStream* stream, GAsyncResult* result, GError** err) c_g_output_stream_flush_finish;
3834 	int function(GOutputStream* stream) c_g_output_stream_has_pending;
3835 	int function(GOutputStream* stream) c_g_output_stream_is_closed;
3836 	int function(GOutputStream* stream) c_g_output_stream_is_closing;
3837 	int function(GOutputStream* stream, size_t* bytesWritten, GCancellable* cancellable, GError** error, const(char)* format, ... ) c_g_output_stream_printf;
3838 	int function(GOutputStream* stream, GError** err) c_g_output_stream_set_pending;
3839 	ptrdiff_t function(GOutputStream* stream, GInputStream* source, GOutputStreamSpliceFlags flags, GCancellable* cancellable, GError** err) c_g_output_stream_splice;
3840 	void function(GOutputStream* stream, GInputStream* source, GOutputStreamSpliceFlags flags, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_output_stream_splice_async;
3841 	ptrdiff_t function(GOutputStream* stream, GAsyncResult* result, GError** err) c_g_output_stream_splice_finish;
3842 	int function(GOutputStream* stream, size_t* bytesWritten, GCancellable* cancellable, GError** error, const(char)* format, void* args) c_g_output_stream_vprintf;
3843 	ptrdiff_t function(GOutputStream* stream, void* buffer, size_t count, GCancellable* cancellable, GError** err) c_g_output_stream_write;
3844 	int function(GOutputStream* stream, void* buffer, size_t count, size_t* bytesWritten, GCancellable* cancellable, GError** err) c_g_output_stream_write_all;
3845 	void function(GOutputStream* stream, void* buffer, size_t count, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_output_stream_write_all_async;
3846 	int function(GOutputStream* stream, GAsyncResult* result, size_t* bytesWritten, GError** err) c_g_output_stream_write_all_finish;
3847 	void function(GOutputStream* stream, void* buffer, size_t count, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_output_stream_write_async;
3848 	ptrdiff_t function(GOutputStream* stream, GBytes* bytes, GCancellable* cancellable, GError** err) c_g_output_stream_write_bytes;
3849 	void function(GOutputStream* stream, GBytes* bytes, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_output_stream_write_bytes_async;
3850 	ptrdiff_t function(GOutputStream* stream, GAsyncResult* result, GError** err) c_g_output_stream_write_bytes_finish;
3851 	ptrdiff_t function(GOutputStream* stream, GAsyncResult* result, GError** err) c_g_output_stream_write_finish;
3852 
3853 	// gio.Permission
3854 
3855 	GType function() c_g_permission_get_type;
3856 	int function(GPermission* permission, GCancellable* cancellable, GError** err) c_g_permission_acquire;
3857 	void function(GPermission* permission, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_permission_acquire_async;
3858 	int function(GPermission* permission, GAsyncResult* result, GError** err) c_g_permission_acquire_finish;
3859 	int function(GPermission* permission) c_g_permission_get_allowed;
3860 	int function(GPermission* permission) c_g_permission_get_can_acquire;
3861 	int function(GPermission* permission) c_g_permission_get_can_release;
3862 	void function(GPermission* permission, int allowed, int canAcquire, int canRelease) c_g_permission_impl_update;
3863 	int function(GPermission* permission, GCancellable* cancellable, GError** err) c_g_permission_release;
3864 	void function(GPermission* permission, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_permission_release_async;
3865 	int function(GPermission* permission, GAsyncResult* result, GError** err) c_g_permission_release_finish;
3866 
3867 	// gio.PollableInputStream
3868 
3869 	GType function() c_g_pollable_input_stream_get_type;
3870 	int function(GPollableInputStream* stream) c_g_pollable_input_stream_can_poll;
3871 	GSource* function(GPollableInputStream* stream, GCancellable* cancellable) c_g_pollable_input_stream_create_source;
3872 	int function(GPollableInputStream* stream) c_g_pollable_input_stream_is_readable;
3873 	ptrdiff_t function(GPollableInputStream* stream, void* buffer, size_t count, GCancellable* cancellable, GError** err) c_g_pollable_input_stream_read_nonblocking;
3874 
3875 	// gio.PollableOutputStream
3876 
3877 	GType function() c_g_pollable_output_stream_get_type;
3878 	int function(GPollableOutputStream* stream) c_g_pollable_output_stream_can_poll;
3879 	GSource* function(GPollableOutputStream* stream, GCancellable* cancellable) c_g_pollable_output_stream_create_source;
3880 	int function(GPollableOutputStream* stream) c_g_pollable_output_stream_is_writable;
3881 	ptrdiff_t function(GPollableOutputStream* stream, void* buffer, size_t count, GCancellable* cancellable, GError** err) c_g_pollable_output_stream_write_nonblocking;
3882 
3883 	// gio.PropertyAction
3884 
3885 	GType function() c_g_property_action_get_type;
3886 	GPropertyAction* function(const(char)* name, void* object, const(char)* propertyName) c_g_property_action_new;
3887 
3888 	// gio.Proxy
3889 
3890 	GType function() c_g_proxy_get_type;
3891 	GProxy* function(const(char)* protocol) c_g_proxy_get_default_for_protocol;
3892 	GIOStream* function(GProxy* proxy, GIOStream* connection, GProxyAddress* proxyAddress, GCancellable* cancellable, GError** err) c_g_proxy_connect;
3893 	void function(GProxy* proxy, GIOStream* connection, GProxyAddress* proxyAddress, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_proxy_connect_async;
3894 	GIOStream* function(GProxy* proxy, GAsyncResult* result, GError** err) c_g_proxy_connect_finish;
3895 	int function(GProxy* proxy) c_g_proxy_supports_hostname;
3896 
3897 	// gio.ProxyAddress
3898 
3899 	GType function() c_g_proxy_address_get_type;
3900 	GSocketAddress* function(GInetAddress* inetaddr, ushort port, const(char)* protocol, const(char)* destHostname, ushort destPort, const(char)* username, const(char)* password) c_g_proxy_address_new;
3901 	const(char)* function(GProxyAddress* proxy) c_g_proxy_address_get_destination_hostname;
3902 	ushort function(GProxyAddress* proxy) c_g_proxy_address_get_destination_port;
3903 	const(char)* function(GProxyAddress* proxy) c_g_proxy_address_get_destination_protocol;
3904 	const(char)* function(GProxyAddress* proxy) c_g_proxy_address_get_password;
3905 	const(char)* function(GProxyAddress* proxy) c_g_proxy_address_get_protocol;
3906 	const(char)* function(GProxyAddress* proxy) c_g_proxy_address_get_uri;
3907 	const(char)* function(GProxyAddress* proxy) c_g_proxy_address_get_username;
3908 
3909 	// gio.ProxyAddressEnumerator
3910 
3911 	GType function() c_g_proxy_address_enumerator_get_type;
3912 
3913 	// gio.ProxyResolver
3914 
3915 	GType function() c_g_proxy_resolver_get_type;
3916 	GProxyResolver* function() c_g_proxy_resolver_get_default;
3917 	int function(GProxyResolver* resolver) c_g_proxy_resolver_is_supported;
3918 	char** function(GProxyResolver* resolver, const(char)* uri, GCancellable* cancellable, GError** err) c_g_proxy_resolver_lookup;
3919 	void function(GProxyResolver* resolver, const(char)* uri, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_proxy_resolver_lookup_async;
3920 	char** function(GProxyResolver* resolver, GAsyncResult* result, GError** err) c_g_proxy_resolver_lookup_finish;
3921 
3922 	// gio.RemoteActionGroup
3923 
3924 	GType function() c_g_remote_action_group_get_type;
3925 	void function(GRemoteActionGroup* remote, const(char)* actionName, GVariant* parameter, GVariant* platformData) c_g_remote_action_group_activate_action_full;
3926 	void function(GRemoteActionGroup* remote, const(char)* actionName, GVariant* value, GVariant* platformData) c_g_remote_action_group_change_action_state_full;
3927 
3928 	// gio.Resolver
3929 
3930 	GType function() c_g_resolver_get_type;
3931 	void function(GList* addresses) c_g_resolver_free_addresses;
3932 	void function(GList* targets) c_g_resolver_free_targets;
3933 	GResolver* function() c_g_resolver_get_default;
3934 	char* function(GResolver* resolver, GInetAddress* address, GCancellable* cancellable, GError** err) c_g_resolver_lookup_by_address;
3935 	void function(GResolver* resolver, GInetAddress* address, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_resolver_lookup_by_address_async;
3936 	char* function(GResolver* resolver, GAsyncResult* result, GError** err) c_g_resolver_lookup_by_address_finish;
3937 	GList* function(GResolver* resolver, const(char)* hostname, GCancellable* cancellable, GError** err) c_g_resolver_lookup_by_name;
3938 	void function(GResolver* resolver, const(char)* hostname, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_resolver_lookup_by_name_async;
3939 	GList* function(GResolver* resolver, GAsyncResult* result, GError** err) c_g_resolver_lookup_by_name_finish;
3940 	GList* function(GResolver* resolver, const(char)* rrname, GResolverRecordType recordType, GCancellable* cancellable, GError** err) c_g_resolver_lookup_records;
3941 	void function(GResolver* resolver, const(char)* rrname, GResolverRecordType recordType, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_resolver_lookup_records_async;
3942 	GList* function(GResolver* resolver, GAsyncResult* result, GError** err) c_g_resolver_lookup_records_finish;
3943 	GList* function(GResolver* resolver, const(char)* service, const(char)* protocol, const(char)* domain, GCancellable* cancellable, GError** err) c_g_resolver_lookup_service;
3944 	void function(GResolver* resolver, const(char)* service, const(char)* protocol, const(char)* domain, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_resolver_lookup_service_async;
3945 	GList* function(GResolver* resolver, GAsyncResult* result, GError** err) c_g_resolver_lookup_service_finish;
3946 	void function(GResolver* resolver) c_g_resolver_set_default;
3947 
3948 	// gio.Resource
3949 
3950 	GType function() c_g_resource_get_type;
3951 	GResource* function(GBytes* data, GError** err) c_g_resource_new_from_data;
3952 	void function(GResource* resource) c_g_resources_register;
3953 	void function(GResource* resource) c_g_resources_unregister;
3954 	char** function(GResource* resource, const(char)* path, GResourceLookupFlags lookupFlags, GError** err) c_g_resource_enumerate_children;
3955 	int function(GResource* resource, const(char)* path, GResourceLookupFlags lookupFlags, size_t* size, uint* flags, GError** err) c_g_resource_get_info;
3956 	GBytes* function(GResource* resource, const(char)* path, GResourceLookupFlags lookupFlags, GError** err) c_g_resource_lookup_data;
3957 	GInputStream* function(GResource* resource, const(char)* path, GResourceLookupFlags lookupFlags, GError** err) c_g_resource_open_stream;
3958 	GResource* function(GResource* resource) c_g_resource_ref;
3959 	void function(GResource* resource) c_g_resource_unref;
3960 	GResource* function(char* filename, GError** err) c_g_resource_load;
3961 	char** function(const(char)* path, GResourceLookupFlags lookupFlags, GError** err) c_g_resources_enumerate_children;
3962 	int function(const(char)* path, GResourceLookupFlags lookupFlags, size_t* size, uint* flags, GError** err) c_g_resources_get_info;
3963 	GBytes* function(const(char)* path, GResourceLookupFlags lookupFlags, GError** err) c_g_resources_lookup_data;
3964 	GInputStream* function(const(char)* path, GResourceLookupFlags lookupFlags, GError** err) c_g_resources_open_stream;
3965 
3966 	// gio.Seekable
3967 
3968 	GType function() c_g_seekable_get_type;
3969 	int function(GSeekable* seekable) c_g_seekable_can_seek;
3970 	int function(GSeekable* seekable) c_g_seekable_can_truncate;
3971 	int function(GSeekable* seekable, long offset, GSeekType type, GCancellable* cancellable, GError** err) c_g_seekable_seek;
3972 	long function(GSeekable* seekable) c_g_seekable_tell;
3973 	int function(GSeekable* seekable, long offset, GCancellable* cancellable, GError** err) c_g_seekable_truncate;
3974 
3975 	// gio.Settings
3976 
3977 	GType function() c_g_settings_get_type;
3978 	GSettings* function(const(char)* schemaId) c_g_settings_new;
3979 	GSettings* function(GSettingsSchema* schema, GSettingsBackend* backend, const(char)* path) c_g_settings_new_full;
3980 	GSettings* function(const(char)* schemaId, GSettingsBackend* backend) c_g_settings_new_with_backend;
3981 	GSettings* function(const(char)* schemaId, GSettingsBackend* backend, const(char)* path) c_g_settings_new_with_backend_and_path;
3982 	GSettings* function(const(char)* schemaId, const(char)* path) c_g_settings_new_with_path;
3983 	char** function() c_g_settings_list_relocatable_schemas;
3984 	char** function() c_g_settings_list_schemas;
3985 	void function() c_g_settings_sync;
3986 	void function(void* object, const(char)* property) c_g_settings_unbind;
3987 	void function(GSettings* settings) c_g_settings_apply;
3988 	void function(GSettings* settings, const(char)* key, void* object, const(char)* property, GSettingsBindFlags flags) c_g_settings_bind;
3989 	void function(GSettings* settings, const(char)* key, void* object, const(char)* property, GSettingsBindFlags flags, GSettingsBindGetMapping getMapping, GSettingsBindSetMapping setMapping, void* userData, GDestroyNotify destroy) c_g_settings_bind_with_mapping;
3990 	void function(GSettings* settings, const(char)* key, void* object, const(char)* property, int inverted) c_g_settings_bind_writable;
3991 	GAction* function(GSettings* settings, const(char)* key) c_g_settings_create_action;
3992 	void function(GSettings* settings) c_g_settings_delay;
3993 	void function(GSettings* settings, const(char)* key, const(char)* format, ... ) c_g_settings_get;
3994 	int function(GSettings* settings, const(char)* key) c_g_settings_get_boolean;
3995 	GSettings* function(GSettings* settings, const(char)* name) c_g_settings_get_child;
3996 	GVariant* function(GSettings* settings, const(char)* key) c_g_settings_get_default_value;
3997 	double function(GSettings* settings, const(char)* key) c_g_settings_get_double;
3998 	int function(GSettings* settings, const(char)* key) c_g_settings_get_enum;
3999 	uint function(GSettings* settings, const(char)* key) c_g_settings_get_flags;
4000 	int function(GSettings* settings) c_g_settings_get_has_unapplied;
4001 	int function(GSettings* settings, const(char)* key) c_g_settings_get_int;
4002 	long function(GSettings* settings, const(char)* key) c_g_settings_get_int64;
4003 	void* function(GSettings* settings, const(char)* key, GSettingsGetMapping mapping, void* userData) c_g_settings_get_mapped;
4004 	GVariant* function(GSettings* settings, const(char)* key) c_g_settings_get_range;
4005 	char* function(GSettings* settings, const(char)* key) c_g_settings_get_string;
4006 	char** function(GSettings* settings, const(char)* key) c_g_settings_get_strv;
4007 	uint function(GSettings* settings, const(char)* key) c_g_settings_get_uint;
4008 	ulong function(GSettings* settings, const(char)* key) c_g_settings_get_uint64;
4009 	GVariant* function(GSettings* settings, const(char)* key) c_g_settings_get_user_value;
4010 	GVariant* function(GSettings* settings, const(char)* key) c_g_settings_get_value;
4011 	int function(GSettings* settings, const(char)* name) c_g_settings_is_writable;
4012 	char** function(GSettings* settings) c_g_settings_list_children;
4013 	char** function(GSettings* settings) c_g_settings_list_keys;
4014 	int function(GSettings* settings, const(char)* key, GVariant* value) c_g_settings_range_check;
4015 	void function(GSettings* settings, const(char)* key) c_g_settings_reset;
4016 	void function(GSettings* settings) c_g_settings_revert;
4017 	int function(GSettings* settings, const(char)* key, const(char)* format, ... ) c_g_settings_set;
4018 	int function(GSettings* settings, const(char)* key, int value) c_g_settings_set_boolean;
4019 	int function(GSettings* settings, const(char)* key, double value) c_g_settings_set_double;
4020 	int function(GSettings* settings, const(char)* key, int value) c_g_settings_set_enum;
4021 	int function(GSettings* settings, const(char)* key, uint value) c_g_settings_set_flags;
4022 	int function(GSettings* settings, const(char)* key, int value) c_g_settings_set_int;
4023 	int function(GSettings* settings, const(char)* key, long value) c_g_settings_set_int64;
4024 	int function(GSettings* settings, const(char)* key, const(char)* value) c_g_settings_set_string;
4025 	int function(GSettings* settings, const(char)* key, char** value) c_g_settings_set_strv;
4026 	int function(GSettings* settings, const(char)* key, uint value) c_g_settings_set_uint;
4027 	int function(GSettings* settings, const(char)* key, ulong value) c_g_settings_set_uint64;
4028 	int function(GSettings* settings, const(char)* key, GVariant* value) c_g_settings_set_value;
4029 
4030 	// gio.SettingsBackend
4031 
4032 	GType function() c_g_settings_backend_get_type;
4033 	void function(GTree* tree, char** path, char*** keys, GVariant*** values) c_g_settings_backend_flatten_tree;
4034 	GSettingsBackend* function() c_g_settings_backend_get_default;
4035 	void function(GSettingsBackend* backend, const(char)* key, void* originTag) c_g_settings_backend_changed;
4036 	void function(GSettingsBackend* backend, GTree* tree, void* originTag) c_g_settings_backend_changed_tree;
4037 	void function(GSettingsBackend* backend, const(char)* path, char** items, void* originTag) c_g_settings_backend_keys_changed;
4038 	void function(GSettingsBackend* backend, const(char)* path, void* originTag) c_g_settings_backend_path_changed;
4039 	void function(GSettingsBackend* backend, const(char)* path) c_g_settings_backend_path_writable_changed;
4040 	void function(GSettingsBackend* backend, const(char)* key) c_g_settings_backend_writable_changed;
4041 	GSettingsBackend* function(const(char)* filename, const(char)* rootPath, const(char)* rootGroup) c_g_keyfile_settings_backend_new;
4042 	GSettingsBackend* function() c_g_memory_settings_backend_new;
4043 	GSettingsBackend* function() c_g_null_settings_backend_new;
4044 
4045 	// gio.SettingsSchema
4046 
4047 	GType function() c_g_settings_schema_get_type;
4048 	const(char)* function(GSettingsSchema* schema) c_g_settings_schema_get_id;
4049 	GSettingsSchemaKey* function(GSettingsSchema* schema, const(char)* name) c_g_settings_schema_get_key;
4050 	const(char)* function(GSettingsSchema* schema) c_g_settings_schema_get_path;
4051 	int function(GSettingsSchema* schema, const(char)* name) c_g_settings_schema_has_key;
4052 	char** function(GSettingsSchema* schema) c_g_settings_schema_list_children;
4053 	char** function(GSettingsSchema* schema) c_g_settings_schema_list_keys;
4054 	GSettingsSchema* function(GSettingsSchema* schema) c_g_settings_schema_ref;
4055 	void function(GSettingsSchema* schema) c_g_settings_schema_unref;
4056 
4057 	// gio.SettingsSchemaKey
4058 
4059 	GType function() c_g_settings_schema_key_get_type;
4060 	GVariant* function(GSettingsSchemaKey* key) c_g_settings_schema_key_get_default_value;
4061 	const(char)* function(GSettingsSchemaKey* key) c_g_settings_schema_key_get_description;
4062 	const(char)* function(GSettingsSchemaKey* key) c_g_settings_schema_key_get_name;
4063 	GVariant* function(GSettingsSchemaKey* key) c_g_settings_schema_key_get_range;
4064 	const(char)* function(GSettingsSchemaKey* key) c_g_settings_schema_key_get_summary;
4065 	GVariantType* function(GSettingsSchemaKey* key) c_g_settings_schema_key_get_value_type;
4066 	int function(GSettingsSchemaKey* key, GVariant* value) c_g_settings_schema_key_range_check;
4067 	GSettingsSchemaKey* function(GSettingsSchemaKey* key) c_g_settings_schema_key_ref;
4068 	void function(GSettingsSchemaKey* key) c_g_settings_schema_key_unref;
4069 
4070 	// gio.SettingsSchemaSource
4071 
4072 	GType function() c_g_settings_schema_source_get_type;
4073 	GSettingsSchemaSource* function(char* directory, GSettingsSchemaSource* parent, int trusted, GError** err) c_g_settings_schema_source_new_from_directory;
4074 	void function(GSettingsSchemaSource* source, int recursive, char*** nonRelocatable, char*** relocatable) c_g_settings_schema_source_list_schemas;
4075 	GSettingsSchema* function(GSettingsSchemaSource* source, const(char)* schemaId, int recursive) c_g_settings_schema_source_lookup;
4076 	GSettingsSchemaSource* function(GSettingsSchemaSource* source) c_g_settings_schema_source_ref;
4077 	void function(GSettingsSchemaSource* source) c_g_settings_schema_source_unref;
4078 	GSettingsSchemaSource* function() c_g_settings_schema_source_get_default;
4079 
4080 	// gio.SimpleAction
4081 
4082 	GType function() c_g_simple_action_get_type;
4083 	GSimpleAction* function(const(char)* name, GVariantType* parameterType) c_g_simple_action_new;
4084 	GSimpleAction* function(const(char)* name, GVariantType* parameterType, GVariant* state) c_g_simple_action_new_stateful;
4085 	void function(GSimpleAction* simple, int enabled) c_g_simple_action_set_enabled;
4086 	void function(GSimpleAction* simple, GVariant* value) c_g_simple_action_set_state;
4087 	void function(GSimpleAction* simple, GVariant* stateHint) c_g_simple_action_set_state_hint;
4088 
4089 	// gio.SimpleActionGroup
4090 
4091 	GType function() c_g_simple_action_group_get_type;
4092 	GSimpleActionGroup* function() c_g_simple_action_group_new;
4093 	void function(GSimpleActionGroup* simple, GActionEntry* entries, int nEntries, void* userData) c_g_simple_action_group_add_entries;
4094 	void function(GSimpleActionGroup* simple, GAction* action) c_g_simple_action_group_insert;
4095 	GAction* function(GSimpleActionGroup* simple, const(char)* actionName) c_g_simple_action_group_lookup;
4096 	void function(GSimpleActionGroup* simple, const(char)* actionName) c_g_simple_action_group_remove;
4097 
4098 	// gio.SimpleAsyncResult
4099 
4100 	GType function() c_g_simple_async_result_get_type;
4101 	GSimpleAsyncResult* function(GObject* sourceObject, GAsyncReadyCallback callback, void* userData, void* sourceTag) c_g_simple_async_result_new;
4102 	GSimpleAsyncResult* function(GObject* sourceObject, GAsyncReadyCallback callback, void* userData, GQuark domain, int code, const(char)* format, ... ) c_g_simple_async_result_new_error;
4103 	GSimpleAsyncResult* function(GObject* sourceObject, GAsyncReadyCallback callback, void* userData, GError* error) c_g_simple_async_result_new_from_error;
4104 	GSimpleAsyncResult* function(GObject* sourceObject, GAsyncReadyCallback callback, void* userData, GError* error) c_g_simple_async_result_new_take_error;
4105 	int function(GAsyncResult* result, GObject* source, void* sourceTag) c_g_simple_async_result_is_valid;
4106 	void function(GSimpleAsyncResult* simple) c_g_simple_async_result_complete;
4107 	void function(GSimpleAsyncResult* simple) c_g_simple_async_result_complete_in_idle;
4108 	int function(GSimpleAsyncResult* simple) c_g_simple_async_result_get_op_res_gboolean;
4109 	void* function(GSimpleAsyncResult* simple) c_g_simple_async_result_get_op_res_gpointer;
4110 	ptrdiff_t function(GSimpleAsyncResult* simple) c_g_simple_async_result_get_op_res_gssize;
4111 	void* function(GSimpleAsyncResult* simple) c_g_simple_async_result_get_source_tag;
4112 	int function(GSimpleAsyncResult* simple, GError** err) c_g_simple_async_result_propagate_error;
4113 	void function(GSimpleAsyncResult* simple, GSimpleAsyncThreadFunc func, int ioPriority, GCancellable* cancellable) c_g_simple_async_result_run_in_thread;
4114 	void function(GSimpleAsyncResult* simple, GCancellable* checkCancellable) c_g_simple_async_result_set_check_cancellable;
4115 	void function(GSimpleAsyncResult* simple, GQuark domain, int code, const(char)* format, ... ) c_g_simple_async_result_set_error;
4116 	void function(GSimpleAsyncResult* simple, GQuark domain, int code, const(char)* format, void* args) c_g_simple_async_result_set_error_va;
4117 	void function(GSimpleAsyncResult* simple, GError* error) c_g_simple_async_result_set_from_error;
4118 	void function(GSimpleAsyncResult* simple, int handleCancellation) c_g_simple_async_result_set_handle_cancellation;
4119 	void function(GSimpleAsyncResult* simple, int opRes) c_g_simple_async_result_set_op_res_gboolean;
4120 	void function(GSimpleAsyncResult* simple, void* opRes, GDestroyNotify destroyOpRes) c_g_simple_async_result_set_op_res_gpointer;
4121 	void function(GSimpleAsyncResult* simple, ptrdiff_t opRes) c_g_simple_async_result_set_op_res_gssize;
4122 	void function(GSimpleAsyncResult* simple, GError* error) c_g_simple_async_result_take_error;
4123 	void function(GObject* object, GAsyncReadyCallback callback, void* userData, GQuark domain, int code, const(char)* format, ... ) c_g_simple_async_report_error_in_idle;
4124 	void function(GObject* object, GAsyncReadyCallback callback, void* userData, GError* error) c_g_simple_async_report_gerror_in_idle;
4125 	void function(GObject* object, GAsyncReadyCallback callback, void* userData, GError* error) c_g_simple_async_report_take_gerror_in_idle;
4126 
4127 	// gio.SimpleIOStream
4128 
4129 	GType function() c_g_simple_io_stream_get_type;
4130 	GIOStream* function(GInputStream* inputStream, GOutputStream* outputStream) c_g_simple_io_stream_new;
4131 
4132 	// gio.SimplePermission
4133 
4134 	GType function() c_g_simple_permission_get_type;
4135 	GPermission* function(int allowed) c_g_simple_permission_new;
4136 
4137 	// gio.SimpleProxyResolver
4138 
4139 	GType function() c_g_simple_proxy_resolver_get_type;
4140 	GProxyResolver* function(const(char)* defaultProxy, char** ignoreHosts) c_g_simple_proxy_resolver_new;
4141 	void function(GSimpleProxyResolver* resolver, const(char)* defaultProxy) c_g_simple_proxy_resolver_set_default_proxy;
4142 	void function(GSimpleProxyResolver* resolver, char** ignoreHosts) c_g_simple_proxy_resolver_set_ignore_hosts;
4143 	void function(GSimpleProxyResolver* resolver, const(char)* uriScheme, const(char)* proxy) c_g_simple_proxy_resolver_set_uri_proxy;
4144 
4145 	// gio.Socket
4146 
4147 	GType function() c_g_socket_get_type;
4148 	GSocket* function(GSocketFamily family, GSocketType type, GSocketProtocol protocol, GError** err) c_g_socket_new;
4149 	GSocket* function(int fd, GError** err) c_g_socket_new_from_fd;
4150 	GSocket* function(GSocket* socket, GCancellable* cancellable, GError** err) c_g_socket_accept;
4151 	int function(GSocket* socket, GSocketAddress* address, int allowReuse, GError** err) c_g_socket_bind;
4152 	int function(GSocket* socket, GError** err) c_g_socket_check_connect_result;
4153 	int function(GSocket* socket, GError** err) c_g_socket_close;
4154 	GIOCondition function(GSocket* socket, GIOCondition condition) c_g_socket_condition_check;
4155 	int function(GSocket* socket, GIOCondition condition, long timeout, GCancellable* cancellable, GError** err) c_g_socket_condition_timed_wait;
4156 	int function(GSocket* socket, GIOCondition condition, GCancellable* cancellable, GError** err) c_g_socket_condition_wait;
4157 	int function(GSocket* socket, GSocketAddress* address, GCancellable* cancellable, GError** err) c_g_socket_connect;
4158 	GSocketConnection* function(GSocket* socket) c_g_socket_connection_factory_create_connection;
4159 	GSource* function(GSocket* socket, GIOCondition condition, GCancellable* cancellable) c_g_socket_create_source;
4160 	ptrdiff_t function(GSocket* socket) c_g_socket_get_available_bytes;
4161 	int function(GSocket* socket) c_g_socket_get_blocking;
4162 	int function(GSocket* socket) c_g_socket_get_broadcast;
4163 	GCredentials* function(GSocket* socket, GError** err) c_g_socket_get_credentials;
4164 	GSocketFamily function(GSocket* socket) c_g_socket_get_family;
4165 	int function(GSocket* socket) c_g_socket_get_fd;
4166 	int function(GSocket* socket) c_g_socket_get_keepalive;
4167 	int function(GSocket* socket) c_g_socket_get_listen_backlog;
4168 	GSocketAddress* function(GSocket* socket, GError** err) c_g_socket_get_local_address;
4169 	int function(GSocket* socket) c_g_socket_get_multicast_loopback;
4170 	uint function(GSocket* socket) c_g_socket_get_multicast_ttl;
4171 	int function(GSocket* socket, int level, int optname, int* value, GError** err) c_g_socket_get_option;
4172 	GSocketProtocol function(GSocket* socket) c_g_socket_get_protocol;
4173 	GSocketAddress* function(GSocket* socket, GError** err) c_g_socket_get_remote_address;
4174 	GSocketType function(GSocket* socket) c_g_socket_get_socket_type;
4175 	uint function(GSocket* socket) c_g_socket_get_timeout;
4176 	uint function(GSocket* socket) c_g_socket_get_ttl;
4177 	int function(GSocket* socket) c_g_socket_is_closed;
4178 	int function(GSocket* socket) c_g_socket_is_connected;
4179 	int function(GSocket* socket, GInetAddress* group, int sourceSpecific, const(char)* iface, GError** err) c_g_socket_join_multicast_group;
4180 	int function(GSocket* socket, GInetAddress* group, int sourceSpecific, const(char)* iface, GError** err) c_g_socket_leave_multicast_group;
4181 	int function(GSocket* socket, GError** err) c_g_socket_listen;
4182 	ptrdiff_t function(GSocket* socket, char* buffer, size_t size, GCancellable* cancellable, GError** err) c_g_socket_receive;
4183 	ptrdiff_t function(GSocket* socket, GSocketAddress** address, char* buffer, size_t size, GCancellable* cancellable, GError** err) c_g_socket_receive_from;
4184 	ptrdiff_t function(GSocket* socket, GSocketAddress** address, GInputVector* vectors, int numVectors, GSocketControlMessage*** messages, int* numMessages, int* flags, GCancellable* cancellable, GError** err) c_g_socket_receive_message;
4185 	int function(GSocket* socket, GInputMessage* messages, uint numMessages, int flags, GCancellable* cancellable, GError** err) c_g_socket_receive_messages;
4186 	ptrdiff_t function(GSocket* socket, char* buffer, size_t size, int blocking, GCancellable* cancellable, GError** err) c_g_socket_receive_with_blocking;
4187 	ptrdiff_t function(GSocket* socket, char* buffer, size_t size, GCancellable* cancellable, GError** err) c_g_socket_send;
4188 	ptrdiff_t function(GSocket* socket, GSocketAddress* address, GOutputVector* vectors, int numVectors, GSocketControlMessage** messages, int numMessages, int flags, GCancellable* cancellable, GError** err) c_g_socket_send_message;
4189 	int function(GSocket* socket, GOutputMessage* messages, uint numMessages, int flags, GCancellable* cancellable, GError** err) c_g_socket_send_messages;
4190 	ptrdiff_t function(GSocket* socket, GSocketAddress* address, char* buffer, size_t size, GCancellable* cancellable, GError** err) c_g_socket_send_to;
4191 	ptrdiff_t function(GSocket* socket, char* buffer, size_t size, int blocking, GCancellable* cancellable, GError** err) c_g_socket_send_with_blocking;
4192 	void function(GSocket* socket, int blocking) c_g_socket_set_blocking;
4193 	void function(GSocket* socket, int broadcast) c_g_socket_set_broadcast;
4194 	void function(GSocket* socket, int keepalive) c_g_socket_set_keepalive;
4195 	void function(GSocket* socket, int backlog) c_g_socket_set_listen_backlog;
4196 	void function(GSocket* socket, int loopback) c_g_socket_set_multicast_loopback;
4197 	void function(GSocket* socket, uint ttl) c_g_socket_set_multicast_ttl;
4198 	int function(GSocket* socket, int level, int optname, int value, GError** err) c_g_socket_set_option;
4199 	void function(GSocket* socket, uint timeout) c_g_socket_set_timeout;
4200 	void function(GSocket* socket, uint ttl) c_g_socket_set_ttl;
4201 	int function(GSocket* socket, int shutdownRead, int shutdownWrite, GError** err) c_g_socket_shutdown;
4202 	int function(GSocket* socket) c_g_socket_speaks_ipv4;
4203 
4204 	// gio.SocketAddress
4205 
4206 	GType function() c_g_socket_address_get_type;
4207 	GSocketAddress* function(void* native, size_t len) c_g_socket_address_new_from_native;
4208 	GSocketFamily function(GSocketAddress* address) c_g_socket_address_get_family;
4209 	ptrdiff_t function(GSocketAddress* address) c_g_socket_address_get_native_size;
4210 	int function(GSocketAddress* address, void* dest, size_t destlen, GError** err) c_g_socket_address_to_native;
4211 
4212 	// gio.SocketAddressEnumerator
4213 
4214 	GType function() c_g_socket_address_enumerator_get_type;
4215 	GSocketAddress* function(GSocketAddressEnumerator* enumerator, GCancellable* cancellable, GError** err) c_g_socket_address_enumerator_next;
4216 	void function(GSocketAddressEnumerator* enumerator, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_socket_address_enumerator_next_async;
4217 	GSocketAddress* function(GSocketAddressEnumerator* enumerator, GAsyncResult* result, GError** err) c_g_socket_address_enumerator_next_finish;
4218 
4219 	// gio.SocketClient
4220 
4221 	GType function() c_g_socket_client_get_type;
4222 	GSocketClient* function() c_g_socket_client_new;
4223 	void function(GSocketClient* client, const(char)* protocol) c_g_socket_client_add_application_proxy;
4224 	GSocketConnection* function(GSocketClient* client, GSocketConnectable* connectable, GCancellable* cancellable, GError** err) c_g_socket_client_connect;
4225 	void function(GSocketClient* client, GSocketConnectable* connectable, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_socket_client_connect_async;
4226 	GSocketConnection* function(GSocketClient* client, GAsyncResult* result, GError** err) c_g_socket_client_connect_finish;
4227 	GSocketConnection* function(GSocketClient* client, const(char)* hostAndPort, ushort defaultPort, GCancellable* cancellable, GError** err) c_g_socket_client_connect_to_host;
4228 	void function(GSocketClient* client, const(char)* hostAndPort, ushort defaultPort, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_socket_client_connect_to_host_async;
4229 	GSocketConnection* function(GSocketClient* client, GAsyncResult* result, GError** err) c_g_socket_client_connect_to_host_finish;
4230 	GSocketConnection* function(GSocketClient* client, const(char)* domain, const(char)* service, GCancellable* cancellable, GError** err) c_g_socket_client_connect_to_service;
4231 	void function(GSocketClient* client, const(char)* domain, const(char)* service, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_socket_client_connect_to_service_async;
4232 	GSocketConnection* function(GSocketClient* client, GAsyncResult* result, GError** err) c_g_socket_client_connect_to_service_finish;
4233 	GSocketConnection* function(GSocketClient* client, const(char)* uri, ushort defaultPort, GCancellable* cancellable, GError** err) c_g_socket_client_connect_to_uri;
4234 	void function(GSocketClient* client, const(char)* uri, ushort defaultPort, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_socket_client_connect_to_uri_async;
4235 	GSocketConnection* function(GSocketClient* client, GAsyncResult* result, GError** err) c_g_socket_client_connect_to_uri_finish;
4236 	int function(GSocketClient* client) c_g_socket_client_get_enable_proxy;
4237 	GSocketFamily function(GSocketClient* client) c_g_socket_client_get_family;
4238 	GSocketAddress* function(GSocketClient* client) c_g_socket_client_get_local_address;
4239 	GSocketProtocol function(GSocketClient* client) c_g_socket_client_get_protocol;
4240 	GProxyResolver* function(GSocketClient* client) c_g_socket_client_get_proxy_resolver;
4241 	GSocketType function(GSocketClient* client) c_g_socket_client_get_socket_type;
4242 	uint function(GSocketClient* client) c_g_socket_client_get_timeout;
4243 	int function(GSocketClient* client) c_g_socket_client_get_tls;
4244 	GTlsCertificateFlags function(GSocketClient* client) c_g_socket_client_get_tls_validation_flags;
4245 	void function(GSocketClient* client, int enable) c_g_socket_client_set_enable_proxy;
4246 	void function(GSocketClient* client, GSocketFamily family) c_g_socket_client_set_family;
4247 	void function(GSocketClient* client, GSocketAddress* address) c_g_socket_client_set_local_address;
4248 	void function(GSocketClient* client, GSocketProtocol protocol) c_g_socket_client_set_protocol;
4249 	void function(GSocketClient* client, GProxyResolver* proxyResolver) c_g_socket_client_set_proxy_resolver;
4250 	void function(GSocketClient* client, GSocketType type) c_g_socket_client_set_socket_type;
4251 	void function(GSocketClient* client, uint timeout) c_g_socket_client_set_timeout;
4252 	void function(GSocketClient* client, int tls) c_g_socket_client_set_tls;
4253 	void function(GSocketClient* client, GTlsCertificateFlags flags) c_g_socket_client_set_tls_validation_flags;
4254 
4255 	// gio.SocketConnectable
4256 
4257 	GType function() c_g_socket_connectable_get_type;
4258 	GSocketAddressEnumerator* function(GSocketConnectable* connectable) c_g_socket_connectable_enumerate;
4259 	GSocketAddressEnumerator* function(GSocketConnectable* connectable) c_g_socket_connectable_proxy_enumerate;
4260 	char* function(GSocketConnectable* connectable) c_g_socket_connectable_to_string;
4261 
4262 	// gio.SocketConnection
4263 
4264 	GType function() c_g_socket_connection_get_type;
4265 	GType function(GSocketFamily family, GSocketType type, int protocolId) c_g_socket_connection_factory_lookup_type;
4266 	void function(GType gType, GSocketFamily family, GSocketType type, int protocol) c_g_socket_connection_factory_register_type;
4267 	int function(GSocketConnection* connection, GSocketAddress* address, GCancellable* cancellable, GError** err) c_g_socket_connection_connect;
4268 	void function(GSocketConnection* connection, GSocketAddress* address, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_socket_connection_connect_async;
4269 	int function(GSocketConnection* connection, GAsyncResult* result, GError** err) c_g_socket_connection_connect_finish;
4270 	GSocketAddress* function(GSocketConnection* connection, GError** err) c_g_socket_connection_get_local_address;
4271 	GSocketAddress* function(GSocketConnection* connection, GError** err) c_g_socket_connection_get_remote_address;
4272 	GSocket* function(GSocketConnection* connection) c_g_socket_connection_get_socket;
4273 	int function(GSocketConnection* connection) c_g_socket_connection_is_connected;
4274 
4275 	// gio.SocketControlMessage
4276 
4277 	GType function() c_g_socket_control_message_get_type;
4278 	GSocketControlMessage* function(int level, int type, size_t size, void* data) c_g_socket_control_message_deserialize;
4279 	int function(GSocketControlMessage* message) c_g_socket_control_message_get_level;
4280 	int function(GSocketControlMessage* message) c_g_socket_control_message_get_msg_type;
4281 	size_t function(GSocketControlMessage* message) c_g_socket_control_message_get_size;
4282 	void function(GSocketControlMessage* message, void* data) c_g_socket_control_message_serialize;
4283 
4284 	// gio.SocketListener
4285 
4286 	GType function() c_g_socket_listener_get_type;
4287 	GSocketListener* function() c_g_socket_listener_new;
4288 	GSocketConnection* function(GSocketListener* listener, GObject** sourceObject, GCancellable* cancellable, GError** err) c_g_socket_listener_accept;
4289 	void function(GSocketListener* listener, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_socket_listener_accept_async;
4290 	GSocketConnection* function(GSocketListener* listener, GAsyncResult* result, GObject** sourceObject, GError** err) c_g_socket_listener_accept_finish;
4291 	GSocket* function(GSocketListener* listener, GObject** sourceObject, GCancellable* cancellable, GError** err) c_g_socket_listener_accept_socket;
4292 	void function(GSocketListener* listener, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_socket_listener_accept_socket_async;
4293 	GSocket* function(GSocketListener* listener, GAsyncResult* result, GObject** sourceObject, GError** err) c_g_socket_listener_accept_socket_finish;
4294 	int function(GSocketListener* listener, GSocketAddress* address, GSocketType type, GSocketProtocol protocol, GObject* sourceObject, GSocketAddress** effectiveAddress, GError** err) c_g_socket_listener_add_address;
4295 	ushort function(GSocketListener* listener, GObject* sourceObject, GError** err) c_g_socket_listener_add_any_inet_port;
4296 	int function(GSocketListener* listener, ushort port, GObject* sourceObject, GError** err) c_g_socket_listener_add_inet_port;
4297 	int function(GSocketListener* listener, GSocket* socket, GObject* sourceObject, GError** err) c_g_socket_listener_add_socket;
4298 	void function(GSocketListener* listener) c_g_socket_listener_close;
4299 	void function(GSocketListener* listener, int listenBacklog) c_g_socket_listener_set_backlog;
4300 
4301 	// gio.SocketService
4302 
4303 	GType function() c_g_socket_service_get_type;
4304 	GSocketService* function() c_g_socket_service_new;
4305 	int function(GSocketService* service) c_g_socket_service_is_active;
4306 	void function(GSocketService* service) c_g_socket_service_start;
4307 	void function(GSocketService* service) c_g_socket_service_stop;
4308 
4309 	// gio.SrvTarget
4310 
4311 	GType function() c_g_srv_target_get_type;
4312 	GSrvTarget* function(const(char)* hostname, ushort port, ushort priority, ushort weight) c_g_srv_target_new;
4313 	GSrvTarget* function(GSrvTarget* target) c_g_srv_target_copy;
4314 	void function(GSrvTarget* target) c_g_srv_target_free;
4315 	const(char)* function(GSrvTarget* target) c_g_srv_target_get_hostname;
4316 	ushort function(GSrvTarget* target) c_g_srv_target_get_port;
4317 	ushort function(GSrvTarget* target) c_g_srv_target_get_priority;
4318 	ushort function(GSrvTarget* target) c_g_srv_target_get_weight;
4319 	GList* function(GList* targets) c_g_srv_target_list_sort;
4320 
4321 	// gio.StaticResource
4322 
4323 	void function(GStaticResource* staticResource) c_g_static_resource_fini;
4324 	GResource* function(GStaticResource* staticResource) c_g_static_resource_get_resource;
4325 	void function(GStaticResource* staticResource) c_g_static_resource_init;
4326 
4327 	// gio.Subprocess
4328 
4329 	GType function() c_g_subprocess_get_type;
4330 	GSubprocess* function(GSubprocessFlags flags, GError** error, const(char)* argv0, ... ) c_g_subprocess_new;
4331 	GSubprocess* function(char** argv, GSubprocessFlags flags, GError** err) c_g_subprocess_newv;
4332 	int function(GSubprocess* subprocess, GBytes* stdinBuf, GCancellable* cancellable, GBytes** stdoutBuf, GBytes** stderrBuf, GError** err) c_g_subprocess_communicate;
4333 	void function(GSubprocess* subprocess, GBytes* stdinBuf, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_subprocess_communicate_async;
4334 	int function(GSubprocess* subprocess, GAsyncResult* result, GBytes** stdoutBuf, GBytes** stderrBuf, GError** err) c_g_subprocess_communicate_finish;
4335 	int function(GSubprocess* subprocess, const(char)* stdinBuf, GCancellable* cancellable, char** stdoutBuf, char** stderrBuf, GError** err) c_g_subprocess_communicate_utf8;
4336 	void function(GSubprocess* subprocess, const(char)* stdinBuf, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_subprocess_communicate_utf8_async;
4337 	int function(GSubprocess* subprocess, GAsyncResult* result, char** stdoutBuf, char** stderrBuf, GError** err) c_g_subprocess_communicate_utf8_finish;
4338 	void function(GSubprocess* subprocess) c_g_subprocess_force_exit;
4339 	int function(GSubprocess* subprocess) c_g_subprocess_get_exit_status;
4340 	const(char)* function(GSubprocess* subprocess) c_g_subprocess_get_identifier;
4341 	int function(GSubprocess* subprocess) c_g_subprocess_get_if_exited;
4342 	int function(GSubprocess* subprocess) c_g_subprocess_get_if_signaled;
4343 	int function(GSubprocess* subprocess) c_g_subprocess_get_status;
4344 	GInputStream* function(GSubprocess* subprocess) c_g_subprocess_get_stderr_pipe;
4345 	GOutputStream* function(GSubprocess* subprocess) c_g_subprocess_get_stdin_pipe;
4346 	GInputStream* function(GSubprocess* subprocess) c_g_subprocess_get_stdout_pipe;
4347 	int function(GSubprocess* subprocess) c_g_subprocess_get_successful;
4348 	int function(GSubprocess* subprocess) c_g_subprocess_get_term_sig;
4349 	void function(GSubprocess* subprocess, int signalNum) c_g_subprocess_send_signal;
4350 	int function(GSubprocess* subprocess, GCancellable* cancellable, GError** err) c_g_subprocess_wait;
4351 	void function(GSubprocess* subprocess, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_subprocess_wait_async;
4352 	int function(GSubprocess* subprocess, GCancellable* cancellable, GError** err) c_g_subprocess_wait_check;
4353 	void function(GSubprocess* subprocess, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_subprocess_wait_check_async;
4354 	int function(GSubprocess* subprocess, GAsyncResult* result, GError** err) c_g_subprocess_wait_check_finish;
4355 	int function(GSubprocess* subprocess, GAsyncResult* result, GError** err) c_g_subprocess_wait_finish;
4356 
4357 	// gio.SubprocessLauncher
4358 
4359 	GType function() c_g_subprocess_launcher_get_type;
4360 	GSubprocessLauncher* function(GSubprocessFlags flags) c_g_subprocess_launcher_new;
4361 	const(char)* function(GSubprocessLauncher* self, const(char)* variable) c_g_subprocess_launcher_getenv;
4362 	void function(GSubprocessLauncher* self, GSpawnChildSetupFunc childSetup, void* userData, GDestroyNotify destroyNotify) c_g_subprocess_launcher_set_child_setup;
4363 	void function(GSubprocessLauncher* self, char* cwd) c_g_subprocess_launcher_set_cwd;
4364 	void function(GSubprocessLauncher* self, char** env) c_g_subprocess_launcher_set_environ;
4365 	void function(GSubprocessLauncher* self, GSubprocessFlags flags) c_g_subprocess_launcher_set_flags;
4366 	void function(GSubprocessLauncher* self, char* path) c_g_subprocess_launcher_set_stderr_file_path;
4367 	void function(GSubprocessLauncher* self, const(char)* path) c_g_subprocess_launcher_set_stdin_file_path;
4368 	void function(GSubprocessLauncher* self, char* path) c_g_subprocess_launcher_set_stdout_file_path;
4369 	void function(GSubprocessLauncher* self, const(char)* variable, const(char)* value, int overwrite) c_g_subprocess_launcher_setenv;
4370 	GSubprocess* function(GSubprocessLauncher* self, GError** error, const(char)* argv0, ... ) c_g_subprocess_launcher_spawn;
4371 	GSubprocess* function(GSubprocessLauncher* self, char** argv, GError** err) c_g_subprocess_launcher_spawnv;
4372 	void function(GSubprocessLauncher* self, int sourceFd, int targetFd) c_g_subprocess_launcher_take_fd;
4373 	void function(GSubprocessLauncher* self, int fd) c_g_subprocess_launcher_take_stderr_fd;
4374 	void function(GSubprocessLauncher* self, int fd) c_g_subprocess_launcher_take_stdin_fd;
4375 	void function(GSubprocessLauncher* self, int fd) c_g_subprocess_launcher_take_stdout_fd;
4376 	void function(GSubprocessLauncher* self, const(char)* variable) c_g_subprocess_launcher_unsetenv;
4377 
4378 	// gio.Task
4379 
4380 	GType function() c_g_task_get_type;
4381 	GTask* function(void* sourceObject, GCancellable* cancellable, GAsyncReadyCallback callback, void* callbackData) c_g_task_new;
4382 	int function(void* result, void* sourceObject) c_g_task_is_valid;
4383 	void function(void* sourceObject, GAsyncReadyCallback callback, void* callbackData, void* sourceTag, GError* error) c_g_task_report_error;
4384 	void function(void* sourceObject, GAsyncReadyCallback callback, void* callbackData, void* sourceTag, GQuark domain, int code, const(char)* format, ... ) c_g_task_report_new_error;
4385 	void function(GTask* task, GSource* source, GSourceFunc callback) c_g_task_attach_source;
4386 	GCancellable* function(GTask* task) c_g_task_get_cancellable;
4387 	int function(GTask* task) c_g_task_get_check_cancellable;
4388 	int function(GTask* task) c_g_task_get_completed;
4389 	GMainContext* function(GTask* task) c_g_task_get_context;
4390 	int function(GTask* task) c_g_task_get_priority;
4391 	int function(GTask* task) c_g_task_get_return_on_cancel;
4392 	void* function(GTask* task) c_g_task_get_source_object;
4393 	void* function(GTask* task) c_g_task_get_source_tag;
4394 	void* function(GTask* task) c_g_task_get_task_data;
4395 	int function(GTask* task) c_g_task_had_error;
4396 	int function(GTask* task, GError** err) c_g_task_propagate_boolean;
4397 	ptrdiff_t function(GTask* task, GError** err) c_g_task_propagate_int;
4398 	void* function(GTask* task, GError** err) c_g_task_propagate_pointer;
4399 	void function(GTask* task, int result) c_g_task_return_boolean;
4400 	void function(GTask* task, GError* error) c_g_task_return_error;
4401 	int function(GTask* task) c_g_task_return_error_if_cancelled;
4402 	void function(GTask* task, ptrdiff_t result) c_g_task_return_int;
4403 	void function(GTask* task, GQuark domain, int code, const(char)* format, ... ) c_g_task_return_new_error;
4404 	void function(GTask* task, void* result, GDestroyNotify resultDestroy) c_g_task_return_pointer;
4405 	void function(GTask* task, GTaskThreadFunc taskFunc) c_g_task_run_in_thread;
4406 	void function(GTask* task, GTaskThreadFunc taskFunc) c_g_task_run_in_thread_sync;
4407 	void function(GTask* task, int checkCancellable) c_g_task_set_check_cancellable;
4408 	void function(GTask* task, int priority) c_g_task_set_priority;
4409 	int function(GTask* task, int returnOnCancel) c_g_task_set_return_on_cancel;
4410 	void function(GTask* task, void* sourceTag) c_g_task_set_source_tag;
4411 	void function(GTask* task, void* taskData, GDestroyNotify taskDataDestroy) c_g_task_set_task_data;
4412 
4413 	// gio.TcpConnection
4414 
4415 	GType function() c_g_tcp_connection_get_type;
4416 	int function(GTcpConnection* connection) c_g_tcp_connection_get_graceful_disconnect;
4417 	void function(GTcpConnection* connection, int gracefulDisconnect) c_g_tcp_connection_set_graceful_disconnect;
4418 
4419 	// gio.TcpWrapperConnection
4420 
4421 	GType function() c_g_tcp_wrapper_connection_get_type;
4422 	GSocketConnection* function(GIOStream* baseIoStream, GSocket* socket) c_g_tcp_wrapper_connection_new;
4423 	GIOStream* function(GTcpWrapperConnection* conn) c_g_tcp_wrapper_connection_get_base_io_stream;
4424 
4425 	// gio.TestDBus
4426 
4427 	GType function() c_g_test_dbus_get_type;
4428 	GTestDBus* function(GTestDBusFlags flags) c_g_test_dbus_new;
4429 	void function() c_g_test_dbus_unset;
4430 	void function(GTestDBus* self, const(char)* path) c_g_test_dbus_add_service_dir;
4431 	void function(GTestDBus* self) c_g_test_dbus_down;
4432 	const(char)* function(GTestDBus* self) c_g_test_dbus_get_bus_address;
4433 	GTestDBusFlags function(GTestDBus* self) c_g_test_dbus_get_flags;
4434 	void function(GTestDBus* self) c_g_test_dbus_stop;
4435 	void function(GTestDBus* self) c_g_test_dbus_up;
4436 
4437 	// gio.ThemedIcon
4438 
4439 	GType function() c_g_themed_icon_get_type;
4440 	GIcon* function(const(char)* iconname) c_g_themed_icon_new;
4441 	GIcon* function(char** iconnames, int len) c_g_themed_icon_new_from_names;
4442 	GIcon* function(const(char)* iconname) c_g_themed_icon_new_with_default_fallbacks;
4443 	void function(GThemedIcon* icon, const(char)* iconname) c_g_themed_icon_append_name;
4444 	char** function(GThemedIcon* icon) c_g_themed_icon_get_names;
4445 	void function(GThemedIcon* icon, const(char)* iconname) c_g_themed_icon_prepend_name;
4446 
4447 	// gio.ThreadedSocketService
4448 
4449 	GType function() c_g_threaded_socket_service_get_type;
4450 	GSocketService* function(int maxThreads) c_g_threaded_socket_service_new;
4451 
4452 	// gio.TlsBackend
4453 
4454 	GType function() c_g_tls_backend_get_type;
4455 	GTlsBackend* function() c_g_tls_backend_get_default;
4456 	GType function(GTlsBackend* backend) c_g_tls_backend_get_certificate_type;
4457 	GType function(GTlsBackend* backend) c_g_tls_backend_get_client_connection_type;
4458 	GTlsDatabase* function(GTlsBackend* backend) c_g_tls_backend_get_default_database;
4459 	GType function(GTlsBackend* backend) c_g_tls_backend_get_dtls_client_connection_type;
4460 	GType function(GTlsBackend* backend) c_g_tls_backend_get_dtls_server_connection_type;
4461 	GType function(GTlsBackend* backend) c_g_tls_backend_get_file_database_type;
4462 	GType function(GTlsBackend* backend) c_g_tls_backend_get_server_connection_type;
4463 	int function(GTlsBackend* backend) c_g_tls_backend_supports_dtls;
4464 	int function(GTlsBackend* backend) c_g_tls_backend_supports_tls;
4465 
4466 	// gio.TlsCertificate
4467 
4468 	GType function() c_g_tls_certificate_get_type;
4469 	GTlsCertificate* function(char* file, GError** err) c_g_tls_certificate_new_from_file;
4470 	GTlsCertificate* function(char* certFile, char* keyFile, GError** err) c_g_tls_certificate_new_from_files;
4471 	GTlsCertificate* function(const(char)* data, ptrdiff_t length, GError** err) c_g_tls_certificate_new_from_pem;
4472 	GList* function(char* file, GError** err) c_g_tls_certificate_list_new_from_file;
4473 	GTlsCertificate* function(GTlsCertificate* cert) c_g_tls_certificate_get_issuer;
4474 	int function(GTlsCertificate* certOne, GTlsCertificate* certTwo) c_g_tls_certificate_is_same;
4475 	GTlsCertificateFlags function(GTlsCertificate* cert, GSocketConnectable* identity, GTlsCertificate* trustedCa) c_g_tls_certificate_verify;
4476 
4477 	// gio.TlsClientConnection
4478 
4479 	GType function() c_g_tls_client_connection_get_type;
4480 	GIOStream* function(GIOStream* baseIoStream, GSocketConnectable* serverIdentity, GError** err) c_g_tls_client_connection_new;
4481 	void function(GTlsClientConnection* conn, GTlsClientConnection* source) c_g_tls_client_connection_copy_session_state;
4482 	GList* function(GTlsClientConnection* conn) c_g_tls_client_connection_get_accepted_cas;
4483 	GSocketConnectable* function(GTlsClientConnection* conn) c_g_tls_client_connection_get_server_identity;
4484 	int function(GTlsClientConnection* conn) c_g_tls_client_connection_get_use_ssl3;
4485 	GTlsCertificateFlags function(GTlsClientConnection* conn) c_g_tls_client_connection_get_validation_flags;
4486 	void function(GTlsClientConnection* conn, GSocketConnectable* identity) c_g_tls_client_connection_set_server_identity;
4487 	void function(GTlsClientConnection* conn, int useSsl3) c_g_tls_client_connection_set_use_ssl3;
4488 	void function(GTlsClientConnection* conn, GTlsCertificateFlags flags) c_g_tls_client_connection_set_validation_flags;
4489 
4490 	// gio.TlsConnection
4491 
4492 	GType function() c_g_tls_connection_get_type;
4493 	int function(GTlsConnection* conn, GTlsCertificate* peerCert, GTlsCertificateFlags errors) c_g_tls_connection_emit_accept_certificate;
4494 	GTlsCertificate* function(GTlsConnection* conn) c_g_tls_connection_get_certificate;
4495 	GTlsDatabase* function(GTlsConnection* conn) c_g_tls_connection_get_database;
4496 	GTlsInteraction* function(GTlsConnection* conn) c_g_tls_connection_get_interaction;
4497 	GTlsCertificate* function(GTlsConnection* conn) c_g_tls_connection_get_peer_certificate;
4498 	GTlsCertificateFlags function(GTlsConnection* conn) c_g_tls_connection_get_peer_certificate_errors;
4499 	GTlsRehandshakeMode function(GTlsConnection* conn) c_g_tls_connection_get_rehandshake_mode;
4500 	int function(GTlsConnection* conn) c_g_tls_connection_get_require_close_notify;
4501 	int function(GTlsConnection* conn) c_g_tls_connection_get_use_system_certdb;
4502 	int function(GTlsConnection* conn, GCancellable* cancellable, GError** err) c_g_tls_connection_handshake;
4503 	void function(GTlsConnection* conn, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_tls_connection_handshake_async;
4504 	int function(GTlsConnection* conn, GAsyncResult* result, GError** err) c_g_tls_connection_handshake_finish;
4505 	void function(GTlsConnection* conn, GTlsCertificate* certificate) c_g_tls_connection_set_certificate;
4506 	void function(GTlsConnection* conn, GTlsDatabase* database) c_g_tls_connection_set_database;
4507 	void function(GTlsConnection* conn, GTlsInteraction* interaction) c_g_tls_connection_set_interaction;
4508 	void function(GTlsConnection* conn, GTlsRehandshakeMode mode) c_g_tls_connection_set_rehandshake_mode;
4509 	void function(GTlsConnection* conn, int requireCloseNotify) c_g_tls_connection_set_require_close_notify;
4510 	void function(GTlsConnection* conn, int useSystemCertdb) c_g_tls_connection_set_use_system_certdb;
4511 
4512 	// gio.TlsDatabase
4513 
4514 	GType function() c_g_tls_database_get_type;
4515 	char* function(GTlsDatabase* self, GTlsCertificate* certificate) c_g_tls_database_create_certificate_handle;
4516 	GTlsCertificate* function(GTlsDatabase* self, const(char)* handle, GTlsInteraction* interaction, GTlsDatabaseLookupFlags flags, GCancellable* cancellable, GError** err) c_g_tls_database_lookup_certificate_for_handle;
4517 	void function(GTlsDatabase* self, const(char)* handle, GTlsInteraction* interaction, GTlsDatabaseLookupFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_tls_database_lookup_certificate_for_handle_async;
4518 	GTlsCertificate* function(GTlsDatabase* self, GAsyncResult* result, GError** err) c_g_tls_database_lookup_certificate_for_handle_finish;
4519 	GTlsCertificate* function(GTlsDatabase* self, GTlsCertificate* certificate, GTlsInteraction* interaction, GTlsDatabaseLookupFlags flags, GCancellable* cancellable, GError** err) c_g_tls_database_lookup_certificate_issuer;
4520 	void function(GTlsDatabase* self, GTlsCertificate* certificate, GTlsInteraction* interaction, GTlsDatabaseLookupFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_tls_database_lookup_certificate_issuer_async;
4521 	GTlsCertificate* function(GTlsDatabase* self, GAsyncResult* result, GError** err) c_g_tls_database_lookup_certificate_issuer_finish;
4522 	GList* function(GTlsDatabase* self, GByteArray* issuerRawDn, GTlsInteraction* interaction, GTlsDatabaseLookupFlags flags, GCancellable* cancellable, GError** err) c_g_tls_database_lookup_certificates_issued_by;
4523 	void function(GTlsDatabase* self, GByteArray* issuerRawDn, GTlsInteraction* interaction, GTlsDatabaseLookupFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_tls_database_lookup_certificates_issued_by_async;
4524 	GList* function(GTlsDatabase* self, GAsyncResult* result, GError** err) c_g_tls_database_lookup_certificates_issued_by_finish;
4525 	GTlsCertificateFlags function(GTlsDatabase* self, GTlsCertificate* chain, const(char)* purpose, GSocketConnectable* identity, GTlsInteraction* interaction, GTlsDatabaseVerifyFlags flags, GCancellable* cancellable, GError** err) c_g_tls_database_verify_chain;
4526 	void function(GTlsDatabase* self, GTlsCertificate* chain, const(char)* purpose, GSocketConnectable* identity, GTlsInteraction* interaction, GTlsDatabaseVerifyFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_tls_database_verify_chain_async;
4527 	GTlsCertificateFlags function(GTlsDatabase* self, GAsyncResult* result, GError** err) c_g_tls_database_verify_chain_finish;
4528 
4529 	// gio.TlsFileDatabase
4530 
4531 	GType function() c_g_tls_file_database_get_type;
4532 	GTlsDatabase* function(char* anchors, GError** err) c_g_tls_file_database_new;
4533 
4534 	// gio.TlsInteraction
4535 
4536 	GType function() c_g_tls_interaction_get_type;
4537 	GTlsInteractionResult function(GTlsInteraction* interaction, GTlsPassword* password, GCancellable* cancellable, GError** err) c_g_tls_interaction_ask_password;
4538 	void function(GTlsInteraction* interaction, GTlsPassword* password, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_tls_interaction_ask_password_async;
4539 	GTlsInteractionResult function(GTlsInteraction* interaction, GAsyncResult* result, GError** err) c_g_tls_interaction_ask_password_finish;
4540 	GTlsInteractionResult function(GTlsInteraction* interaction, GTlsPassword* password, GCancellable* cancellable, GError** err) c_g_tls_interaction_invoke_ask_password;
4541 	GTlsInteractionResult function(GTlsInteraction* interaction, GTlsConnection* connection, GTlsCertificateRequestFlags flags, GCancellable* cancellable, GError** err) c_g_tls_interaction_invoke_request_certificate;
4542 	GTlsInteractionResult function(GTlsInteraction* interaction, GTlsConnection* connection, GTlsCertificateRequestFlags flags, GCancellable* cancellable, GError** err) c_g_tls_interaction_request_certificate;
4543 	void function(GTlsInteraction* interaction, GTlsConnection* connection, GTlsCertificateRequestFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_tls_interaction_request_certificate_async;
4544 	GTlsInteractionResult function(GTlsInteraction* interaction, GAsyncResult* result, GError** err) c_g_tls_interaction_request_certificate_finish;
4545 
4546 	// gio.TlsPassword
4547 
4548 	GType function() c_g_tls_password_get_type;
4549 	GTlsPassword* function(GTlsPasswordFlags flags, const(char)* description) c_g_tls_password_new;
4550 	const(char)* function(GTlsPassword* password) c_g_tls_password_get_description;
4551 	GTlsPasswordFlags function(GTlsPassword* password) c_g_tls_password_get_flags;
4552 	char* function(GTlsPassword* password, size_t* length) c_g_tls_password_get_value;
4553 	const(char)* function(GTlsPassword* password) c_g_tls_password_get_warning;
4554 	void function(GTlsPassword* password, const(char)* description) c_g_tls_password_set_description;
4555 	void function(GTlsPassword* password, GTlsPasswordFlags flags) c_g_tls_password_set_flags;
4556 	void function(GTlsPassword* password, char* value, ptrdiff_t length) c_g_tls_password_set_value;
4557 	void function(GTlsPassword* password, char* value, ptrdiff_t length, GDestroyNotify destroy) c_g_tls_password_set_value_full;
4558 	void function(GTlsPassword* password, const(char)* warning) c_g_tls_password_set_warning;
4559 
4560 	// gio.TlsServerConnection
4561 
4562 	GType function() c_g_tls_server_connection_get_type;
4563 	GIOStream* function(GIOStream* baseIoStream, GTlsCertificate* certificate, GError** err) c_g_tls_server_connection_new;
4564 
4565 	// gio.UnixConnection
4566 
4567 	GType function() c_g_unix_connection_get_type;
4568 	GCredentials* function(GUnixConnection* connection, GCancellable* cancellable, GError** err) c_g_unix_connection_receive_credentials;
4569 	void function(GUnixConnection* connection, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_unix_connection_receive_credentials_async;
4570 	GCredentials* function(GUnixConnection* connection, GAsyncResult* result, GError** err) c_g_unix_connection_receive_credentials_finish;
4571 	int function(GUnixConnection* connection, GCancellable* cancellable, GError** err) c_g_unix_connection_receive_fd;
4572 	int function(GUnixConnection* connection, GCancellable* cancellable, GError** err) c_g_unix_connection_send_credentials;
4573 	void function(GUnixConnection* connection, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_unix_connection_send_credentials_async;
4574 	int function(GUnixConnection* connection, GAsyncResult* result, GError** err) c_g_unix_connection_send_credentials_finish;
4575 	int function(GUnixConnection* connection, int fd, GCancellable* cancellable, GError** err) c_g_unix_connection_send_fd;
4576 
4577 	// gio.UnixCredentialsMessage
4578 
4579 	GType function() c_g_unix_credentials_message_get_type;
4580 	GSocketControlMessage* function() c_g_unix_credentials_message_new;
4581 	GSocketControlMessage* function(GCredentials* credentials) c_g_unix_credentials_message_new_with_credentials;
4582 	int function() c_g_unix_credentials_message_is_supported;
4583 	GCredentials* function(GUnixCredentialsMessage* message) c_g_unix_credentials_message_get_credentials;
4584 
4585 	// gio.UnixFDList
4586 
4587 	GType function() c_g_unix_fd_list_get_type;
4588 	GUnixFDList* function() c_g_unix_fd_list_new;
4589 	GUnixFDList* function(int* fds, int nFds) c_g_unix_fd_list_new_from_array;
4590 	int function(GUnixFDList* list, int fd, GError** err) c_g_unix_fd_list_append;
4591 	int function(GUnixFDList* list, int index, GError** err) c_g_unix_fd_list_get;
4592 	int function(GUnixFDList* list) c_g_unix_fd_list_get_length;
4593 	int* function(GUnixFDList* list, int* length) c_g_unix_fd_list_peek_fds;
4594 	int* function(GUnixFDList* list, int* length) c_g_unix_fd_list_steal_fds;
4595 
4596 	// gio.UnixFDMessage
4597 
4598 	GType function() c_g_unix_fd_message_get_type;
4599 	GSocketControlMessage* function() c_g_unix_fd_message_new;
4600 	GSocketControlMessage* function(GUnixFDList* fdList) c_g_unix_fd_message_new_with_fd_list;
4601 	int function(GUnixFDMessage* message, int fd, GError** err) c_g_unix_fd_message_append_fd;
4602 	GUnixFDList* function(GUnixFDMessage* message) c_g_unix_fd_message_get_fd_list;
4603 	int* function(GUnixFDMessage* message, int* length) c_g_unix_fd_message_steal_fds;
4604 
4605 	// gio.UnixInputStream
4606 
4607 	GType function() c_g_unix_input_stream_get_type;
4608 	GInputStream* function(int fd, int closeFd) c_g_unix_input_stream_new;
4609 	int function(GUnixInputStream* stream) c_g_unix_input_stream_get_close_fd;
4610 	int function(GUnixInputStream* stream) c_g_unix_input_stream_get_fd;
4611 	void function(GUnixInputStream* stream, int closeFd) c_g_unix_input_stream_set_close_fd;
4612 
4613 	// gio.UnixMountEntry
4614 
4615 	int function(char* mountPath) c_g_unix_is_mount_path_system_internal;
4616 	GUnixMountEntry* function(const(char)* mountPath, ulong* timeRead) c_g_unix_mount_at;
4617 	int function(GUnixMountEntry* mount1, GUnixMountEntry* mount2) c_g_unix_mount_compare;
4618 	void function(GUnixMountEntry* mountEntry) c_g_unix_mount_free;
4619 	char* function(GUnixMountEntry* mountEntry) c_g_unix_mount_get_device_path;
4620 	const(char)* function(GUnixMountEntry* mountEntry) c_g_unix_mount_get_fs_type;
4621 	char* function(GUnixMountEntry* mountEntry) c_g_unix_mount_get_mount_path;
4622 	int function(GUnixMountEntry* mountEntry) c_g_unix_mount_guess_can_eject;
4623 	GIcon* function(GUnixMountEntry* mountEntry) c_g_unix_mount_guess_icon;
4624 	char* function(GUnixMountEntry* mountEntry) c_g_unix_mount_guess_name;
4625 	int function(GUnixMountEntry* mountEntry) c_g_unix_mount_guess_should_display;
4626 	GIcon* function(GUnixMountEntry* mountEntry) c_g_unix_mount_guess_symbolic_icon;
4627 	int function(GUnixMountEntry* mountEntry) c_g_unix_mount_is_readonly;
4628 	int function(GUnixMountEntry* mountEntry) c_g_unix_mount_is_system_internal;
4629 	int function(ulong time) c_g_unix_mount_points_changed_since;
4630 	GList* function(ulong* timeRead) c_g_unix_mount_points_get;
4631 	int function(ulong time) c_g_unix_mounts_changed_since;
4632 	GList* function(ulong* timeRead) c_g_unix_mounts_get;
4633 
4634 	// gio.UnixMountMonitor
4635 
4636 	GType function() c_g_unix_mount_monitor_get_type;
4637 	GUnixMountMonitor* function() c_g_unix_mount_monitor_new;
4638 	GUnixMountMonitor* function() c_g_unix_mount_monitor_get;
4639 	void function(GUnixMountMonitor* mountMonitor, int limitMsec) c_g_unix_mount_monitor_set_rate_limit;
4640 
4641 	// gio.UnixMountPoint
4642 
4643 	int function(GUnixMountPoint* mount1, GUnixMountPoint* mount2) c_g_unix_mount_point_compare;
4644 	void function(GUnixMountPoint* mountPoint) c_g_unix_mount_point_free;
4645 	char* function(GUnixMountPoint* mountPoint) c_g_unix_mount_point_get_device_path;
4646 	const(char)* function(GUnixMountPoint* mountPoint) c_g_unix_mount_point_get_fs_type;
4647 	char* function(GUnixMountPoint* mountPoint) c_g_unix_mount_point_get_mount_path;
4648 	const(char)* function(GUnixMountPoint* mountPoint) c_g_unix_mount_point_get_options;
4649 	int function(GUnixMountPoint* mountPoint) c_g_unix_mount_point_guess_can_eject;
4650 	GIcon* function(GUnixMountPoint* mountPoint) c_g_unix_mount_point_guess_icon;
4651 	char* function(GUnixMountPoint* mountPoint) c_g_unix_mount_point_guess_name;
4652 	GIcon* function(GUnixMountPoint* mountPoint) c_g_unix_mount_point_guess_symbolic_icon;
4653 	int function(GUnixMountPoint* mountPoint) c_g_unix_mount_point_is_loopback;
4654 	int function(GUnixMountPoint* mountPoint) c_g_unix_mount_point_is_readonly;
4655 	int function(GUnixMountPoint* mountPoint) c_g_unix_mount_point_is_user_mountable;
4656 
4657 	// gio.UnixOutputStream
4658 
4659 	GType function() c_g_unix_output_stream_get_type;
4660 	GOutputStream* function(int fd, int closeFd) c_g_unix_output_stream_new;
4661 	int function(GUnixOutputStream* stream) c_g_unix_output_stream_get_close_fd;
4662 	int function(GUnixOutputStream* stream) c_g_unix_output_stream_get_fd;
4663 	void function(GUnixOutputStream* stream, int closeFd) c_g_unix_output_stream_set_close_fd;
4664 
4665 	// gio.UnixSocketAddress
4666 
4667 	GType function() c_g_unix_socket_address_get_type;
4668 	GSocketAddress* function(const(char)* path) c_g_unix_socket_address_new;
4669 	GSocketAddress* function(char* path, int pathLen) c_g_unix_socket_address_new_abstract;
4670 	GSocketAddress* function(char* path, int pathLen, GUnixSocketAddressType type) c_g_unix_socket_address_new_with_type;
4671 	int function() c_g_unix_socket_address_abstract_names_supported;
4672 	GUnixSocketAddressType function(GUnixSocketAddress* address) c_g_unix_socket_address_get_address_type;
4673 	int function(GUnixSocketAddress* address) c_g_unix_socket_address_get_is_abstract;
4674 	const(char)* function(GUnixSocketAddress* address) c_g_unix_socket_address_get_path;
4675 	size_t function(GUnixSocketAddress* address) c_g_unix_socket_address_get_path_len;
4676 
4677 	// gio.Vfs
4678 
4679 	GType function() c_g_vfs_get_type;
4680 	GVfs* function() c_g_vfs_get_default;
4681 	GVfs* function() c_g_vfs_get_local;
4682 	GFile* function(GVfs* vfs, const(char)* path) c_g_vfs_get_file_for_path;
4683 	GFile* function(GVfs* vfs, const(char)* uri) c_g_vfs_get_file_for_uri;
4684 	char** function(GVfs* vfs) c_g_vfs_get_supported_uri_schemes;
4685 	int function(GVfs* vfs) c_g_vfs_is_active;
4686 	GFile* function(GVfs* vfs, const(char)* parseName) c_g_vfs_parse_name;
4687 	int function(GVfs* vfs, const(char)* scheme, GVfsFileLookupFunc uriFunc, void* uriData, GDestroyNotify uriDestroy, GVfsFileLookupFunc parseNameFunc, void* parseNameData, GDestroyNotify parseNameDestroy) c_g_vfs_register_uri_scheme;
4688 	int function(GVfs* vfs, const(char)* scheme) c_g_vfs_unregister_uri_scheme;
4689 
4690 	// gio.Volume
4691 
4692 	GType function() c_g_volume_get_type;
4693 	int function(GVolume* volume) c_g_volume_can_eject;
4694 	int function(GVolume* volume) c_g_volume_can_mount;
4695 	void function(GVolume* volume, GMountUnmountFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_volume_eject;
4696 	int function(GVolume* volume, GAsyncResult* result, GError** err) c_g_volume_eject_finish;
4697 	void function(GVolume* volume, GMountUnmountFlags flags, GMountOperation* mountOperation, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_volume_eject_with_operation;
4698 	int function(GVolume* volume, GAsyncResult* result, GError** err) c_g_volume_eject_with_operation_finish;
4699 	char** function(GVolume* volume) c_g_volume_enumerate_identifiers;
4700 	GFile* function(GVolume* volume) c_g_volume_get_activation_root;
4701 	GDrive* function(GVolume* volume) c_g_volume_get_drive;
4702 	GIcon* function(GVolume* volume) c_g_volume_get_icon;
4703 	char* function(GVolume* volume, const(char)* kind) c_g_volume_get_identifier;
4704 	GMount* function(GVolume* volume) c_g_volume_get_mount;
4705 	char* function(GVolume* volume) c_g_volume_get_name;
4706 	const(char)* function(GVolume* volume) c_g_volume_get_sort_key;
4707 	GIcon* function(GVolume* volume) c_g_volume_get_symbolic_icon;
4708 	char* function(GVolume* volume) c_g_volume_get_uuid;
4709 	void function(GVolume* volume, GMountMountFlags flags, GMountOperation* mountOperation, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_volume_mount;
4710 	int function(GVolume* volume, GAsyncResult* result, GError** err) c_g_volume_mount_finish;
4711 	int function(GVolume* volume) c_g_volume_should_automount;
4712 
4713 	// gio.VolumeMonitor
4714 
4715 	GType function() c_g_volume_monitor_get_type;
4716 	GVolume* function(GMount* mount) c_g_volume_monitor_adopt_orphan_mount;
4717 	GVolumeMonitor* function() c_g_volume_monitor_get;
4718 	GList* function(GVolumeMonitor* volumeMonitor) c_g_volume_monitor_get_connected_drives;
4719 	GMount* function(GVolumeMonitor* volumeMonitor, const(char)* uuid) c_g_volume_monitor_get_mount_for_uuid;
4720 	GList* function(GVolumeMonitor* volumeMonitor) c_g_volume_monitor_get_mounts;
4721 	GVolume* function(GVolumeMonitor* volumeMonitor, const(char)* uuid) c_g_volume_monitor_get_volume_for_uuid;
4722 	GList* function(GVolumeMonitor* volumeMonitor) c_g_volume_monitor_get_volumes;
4723 
4724 	// gio.ZlibCompressor
4725 
4726 	GType function() c_g_zlib_compressor_get_type;
4727 	GZlibCompressor* function(GZlibCompressorFormat format, int level) c_g_zlib_compressor_new;
4728 	GFileInfo* function(GZlibCompressor* compressor) c_g_zlib_compressor_get_file_info;
4729 	void function(GZlibCompressor* compressor, GFileInfo* fileInfo) c_g_zlib_compressor_set_file_info;
4730 
4731 	// gio.ZlibDecompressor
4732 
4733 	GType function() c_g_zlib_decompressor_get_type;
4734 	GZlibDecompressor* function(GZlibCompressorFormat format) c_g_zlib_decompressor_new;
4735 	GFileInfo* function(GZlibDecompressor* decompressor) c_g_zlib_decompressor_get_file_info;
4736 
4737 	// gio.PollableUtils
4738 
4739 	GSource* function(GObject* pollableStream) c_g_pollable_source_new;
4740 	GSource* function(void* pollableStream, GSource* childSource, GCancellable* cancellable) c_g_pollable_source_new_full;
4741 	ptrdiff_t function(GInputStream* stream, void* buffer, size_t count, int blocking, GCancellable* cancellable, GError** err) c_g_pollable_stream_read;
4742 	ptrdiff_t function(GOutputStream* stream, void* buffer, size_t count, int blocking, GCancellable* cancellable, GError** err) c_g_pollable_stream_write;
4743 	int function(GOutputStream* stream, void* buffer, size_t count, int blocking, size_t* bytesWritten, GCancellable* cancellable, GError** err) c_g_pollable_stream_write_all;
4744 
4745 	// gio.DBusNames
4746 
4747 	uint function(GBusType busType, const(char)* name, GBusNameOwnerFlags flags, GBusAcquiredCallback busAcquiredHandler, GBusNameAcquiredCallback nameAcquiredHandler, GBusNameLostCallback nameLostHandler, void* userData, GDestroyNotify userDataFreeFunc) c_g_bus_own_name;
4748 	uint function(GDBusConnection* connection, const(char)* name, GBusNameOwnerFlags flags, GBusNameAcquiredCallback nameAcquiredHandler, GBusNameLostCallback nameLostHandler, void* userData, GDestroyNotify userDataFreeFunc) c_g_bus_own_name_on_connection;
4749 	uint function(GDBusConnection* connection, const(char)* name, GBusNameOwnerFlags flags, GClosure* nameAcquiredClosure, GClosure* nameLostClosure) c_g_bus_own_name_on_connection_with_closures;
4750 	uint function(GBusType busType, const(char)* name, GBusNameOwnerFlags flags, GClosure* busAcquiredClosure, GClosure* nameAcquiredClosure, GClosure* nameLostClosure) c_g_bus_own_name_with_closures;
4751 	void function(uint ownerId) c_g_bus_unown_name;
4752 	void function(uint watcherId) c_g_bus_unwatch_name;
4753 	uint function(GBusType busType, const(char)* name, GBusNameWatcherFlags flags, GBusNameAppearedCallback nameAppearedHandler, GBusNameVanishedCallback nameVanishedHandler, void* userData, GDestroyNotify userDataFreeFunc) c_g_bus_watch_name;
4754 	uint function(GDBusConnection* connection, const(char)* name, GBusNameWatcherFlags flags, GBusNameAppearedCallback nameAppearedHandler, GBusNameVanishedCallback nameVanishedHandler, void* userData, GDestroyNotify userDataFreeFunc) c_g_bus_watch_name_on_connection;
4755 	uint function(GDBusConnection* connection, const(char)* name, GBusNameWatcherFlags flags, GClosure* nameAppearedClosure, GClosure* nameVanishedClosure) c_g_bus_watch_name_on_connection_with_closures;
4756 	uint function(GBusType busType, const(char)* name, GBusNameWatcherFlags flags, GClosure* nameAppearedClosure, GClosure* nameVanishedClosure) c_g_bus_watch_name_with_closures;
4757 
4758 	// gio.ContentType
4759 
4760 	int function(const(char)* type) c_g_content_type_can_be_executable;
4761 	int function(const(char)* type1, const(char)* type2) c_g_content_type_equals;
4762 	char* function(const(char)* mimeType) c_g_content_type_from_mime_type;
4763 	char* function(const(char)* type) c_g_content_type_get_description;
4764 	char* function(const(char)* type) c_g_content_type_get_generic_icon_name;
4765 	GIcon* function(const(char)* type) c_g_content_type_get_icon;
4766 	char* function(const(char)* type) c_g_content_type_get_mime_type;
4767 	GIcon* function(const(char)* type) c_g_content_type_get_symbolic_icon;
4768 	char* function(const(char)* filename, char* data, size_t dataSize, int* resultUncertain) c_g_content_type_guess;
4769 	char** function(GFile* root) c_g_content_type_guess_for_tree;
4770 	int function(const(char)* type, const(char)* supertype) c_g_content_type_is_a;
4771 	int function(const(char)* type) c_g_content_type_is_unknown;
4772 	GList* function() c_g_content_types_get_registered;
4773 	int function(const(char)* type, const(char)* mimeType) c_g_content_type_is_mime_type;
4774 
4775 	// gio.DBusError
4776 
4777 	char* function(GError* error) c_g_dbus_error_encode_gerror;
4778 	char* function(GError* error) c_g_dbus_error_get_remote_error;
4779 	int function(GError* error) c_g_dbus_error_is_remote_error;
4780 	GError* function(const(char)* dbusErrorName, const(char)* dbusErrorMessage) c_g_dbus_error_new_for_dbus_error;
4781 	GQuark function() c_g_dbus_error_quark;
4782 	int function(GQuark errorDomain, int errorCode, const(char)* dbusErrorName) c_g_dbus_error_register_error;
4783 	void function(const(char)* errorDomainQuarkName, size_t* quarkVolatile, GDBusErrorEntry* entries, uint numEntries) c_g_dbus_error_register_error_domain;
4784 	int function(GError* error) c_g_dbus_error_strip_remote_error;
4785 	int function(GQuark errorDomain, int errorCode, const(char)* dbusErrorName) c_g_dbus_error_unregister_error;
4786 
4787 	// gio.DBusUtilities
4788 
4789 	char* function(const(char)* str) c_g_dbus_address_escape_value;
4790 	char* function(GBusType busType, GCancellable* cancellable, GError** err) c_g_dbus_address_get_for_bus_sync;
4791 	void function(const(char)* address, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_g_dbus_address_get_stream;
4792 	GIOStream* function(GAsyncResult* res, char** outGuid, GError** err) c_g_dbus_address_get_stream_finish;
4793 	GIOStream* function(const(char)* address, char** outGuid, GCancellable* cancellable, GError** err) c_g_dbus_address_get_stream_sync;
4794 	char* function() c_g_dbus_generate_guid;
4795 	GVariant* function(GValue* gvalue, GVariantType* type) c_g_dbus_gvalue_to_gvariant;
4796 	void function(GVariant* value, GValue* outGvalue) c_g_dbus_gvariant_to_gvalue;
4797 	int function(const(char)* str) c_g_dbus_is_address;
4798 	int function(const(char)* str) c_g_dbus_is_guid;
4799 	int function(const(char)* str) c_g_dbus_is_interface_name;
4800 	int function(const(char)* str) c_g_dbus_is_member_name;
4801 	int function(const(char)* str) c_g_dbus_is_name;
4802 	int function(const(char)* str, GError** err) c_g_dbus_is_supported_address;
4803 	int function(const(char)* str) c_g_dbus_is_unique_name;
4804 
4805 	// gio.ErrorGIO
4806 
4807 	GIOErrorEnum function(int errNo) c_g_io_error_from_errno;
4808 	GQuark function() c_g_io_error_quark;
4809 }
4810 
4811 
4812 // gio.Action
4813 
4814 alias c_g_action_get_type g_action_get_type;
4815 alias c_g_action_name_is_valid g_action_name_is_valid;
4816 alias c_g_action_parse_detailed_name g_action_parse_detailed_name;
4817 alias c_g_action_print_detailed_name g_action_print_detailed_name;
4818 alias c_g_action_activate g_action_activate;
4819 alias c_g_action_change_state g_action_change_state;
4820 alias c_g_action_get_enabled g_action_get_enabled;
4821 alias c_g_action_get_name g_action_get_name;
4822 alias c_g_action_get_parameter_type g_action_get_parameter_type;
4823 alias c_g_action_get_state g_action_get_state;
4824 alias c_g_action_get_state_hint g_action_get_state_hint;
4825 alias c_g_action_get_state_type g_action_get_state_type;
4826 
4827 // gio.ActionGroup
4828 
4829 alias c_g_action_group_get_type g_action_group_get_type;
4830 alias c_g_action_group_action_added g_action_group_action_added;
4831 alias c_g_action_group_action_enabled_changed g_action_group_action_enabled_changed;
4832 alias c_g_action_group_action_removed g_action_group_action_removed;
4833 alias c_g_action_group_action_state_changed g_action_group_action_state_changed;
4834 alias c_g_action_group_activate_action g_action_group_activate_action;
4835 alias c_g_action_group_change_action_state g_action_group_change_action_state;
4836 alias c_g_action_group_get_action_enabled g_action_group_get_action_enabled;
4837 alias c_g_action_group_get_action_parameter_type g_action_group_get_action_parameter_type;
4838 alias c_g_action_group_get_action_state g_action_group_get_action_state;
4839 alias c_g_action_group_get_action_state_hint g_action_group_get_action_state_hint;
4840 alias c_g_action_group_get_action_state_type g_action_group_get_action_state_type;
4841 alias c_g_action_group_has_action g_action_group_has_action;
4842 alias c_g_action_group_list_actions g_action_group_list_actions;
4843 alias c_g_action_group_query_action g_action_group_query_action;
4844 
4845 // gio.ActionMap
4846 
4847 alias c_g_action_map_get_type g_action_map_get_type;
4848 alias c_g_action_map_add_action g_action_map_add_action;
4849 alias c_g_action_map_add_action_entries g_action_map_add_action_entries;
4850 alias c_g_action_map_lookup_action g_action_map_lookup_action;
4851 alias c_g_action_map_remove_action g_action_map_remove_action;
4852 
4853 // gio.AppInfo
4854 
4855 alias c_g_app_info_get_type g_app_info_get_type;
4856 alias c_g_app_info_create_from_commandline g_app_info_create_from_commandline;
4857 alias c_g_app_info_get_all g_app_info_get_all;
4858 alias c_g_app_info_get_all_for_type g_app_info_get_all_for_type;
4859 alias c_g_app_info_get_default_for_type g_app_info_get_default_for_type;
4860 alias c_g_app_info_get_default_for_uri_scheme g_app_info_get_default_for_uri_scheme;
4861 alias c_g_app_info_get_fallback_for_type g_app_info_get_fallback_for_type;
4862 alias c_g_app_info_get_recommended_for_type g_app_info_get_recommended_for_type;
4863 alias c_g_app_info_launch_default_for_uri g_app_info_launch_default_for_uri;
4864 alias c_g_app_info_launch_default_for_uri_async g_app_info_launch_default_for_uri_async;
4865 alias c_g_app_info_launch_default_for_uri_finish g_app_info_launch_default_for_uri_finish;
4866 alias c_g_app_info_reset_type_associations g_app_info_reset_type_associations;
4867 alias c_g_app_info_add_supports_type g_app_info_add_supports_type;
4868 alias c_g_app_info_can_delete g_app_info_can_delete;
4869 alias c_g_app_info_can_remove_supports_type g_app_info_can_remove_supports_type;
4870 alias c_g_app_info_delete g_app_info_delete;
4871 alias c_g_app_info_dup g_app_info_dup;
4872 alias c_g_app_info_equal g_app_info_equal;
4873 alias c_g_app_info_get_commandline g_app_info_get_commandline;
4874 alias c_g_app_info_get_description g_app_info_get_description;
4875 alias c_g_app_info_get_display_name g_app_info_get_display_name;
4876 alias c_g_app_info_get_executable g_app_info_get_executable;
4877 alias c_g_app_info_get_icon g_app_info_get_icon;
4878 alias c_g_app_info_get_id g_app_info_get_id;
4879 alias c_g_app_info_get_name g_app_info_get_name;
4880 alias c_g_app_info_get_supported_types g_app_info_get_supported_types;
4881 alias c_g_app_info_launch g_app_info_launch;
4882 alias c_g_app_info_launch_uris g_app_info_launch_uris;
4883 alias c_g_app_info_remove_supports_type g_app_info_remove_supports_type;
4884 alias c_g_app_info_set_as_default_for_extension g_app_info_set_as_default_for_extension;
4885 alias c_g_app_info_set_as_default_for_type g_app_info_set_as_default_for_type;
4886 alias c_g_app_info_set_as_last_used_for_type g_app_info_set_as_last_used_for_type;
4887 alias c_g_app_info_should_show g_app_info_should_show;
4888 alias c_g_app_info_supports_files g_app_info_supports_files;
4889 alias c_g_app_info_supports_uris g_app_info_supports_uris;
4890 
4891 // gio.AppInfoMonitor
4892 
4893 alias c_g_app_info_monitor_get_type g_app_info_monitor_get_type;
4894 alias c_g_app_info_monitor_get g_app_info_monitor_get;
4895 
4896 // gio.AppLaunchContext
4897 
4898 alias c_g_app_launch_context_get_type g_app_launch_context_get_type;
4899 alias c_g_app_launch_context_new g_app_launch_context_new;
4900 alias c_g_app_launch_context_get_display g_app_launch_context_get_display;
4901 alias c_g_app_launch_context_get_environment g_app_launch_context_get_environment;
4902 alias c_g_app_launch_context_get_startup_notify_id g_app_launch_context_get_startup_notify_id;
4903 alias c_g_app_launch_context_launch_failed g_app_launch_context_launch_failed;
4904 alias c_g_app_launch_context_setenv g_app_launch_context_setenv;
4905 alias c_g_app_launch_context_unsetenv g_app_launch_context_unsetenv;
4906 
4907 // gio.Application
4908 
4909 alias c_g_application_get_type g_application_get_type;
4910 alias c_g_application_new g_application_new;
4911 alias c_g_application_get_default g_application_get_default;
4912 alias c_g_application_id_is_valid g_application_id_is_valid;
4913 alias c_g_application_activate g_application_activate;
4914 alias c_g_application_add_main_option g_application_add_main_option;
4915 alias c_g_application_add_main_option_entries g_application_add_main_option_entries;
4916 alias c_g_application_add_option_group g_application_add_option_group;
4917 alias c_g_application_bind_busy_property g_application_bind_busy_property;
4918 alias c_g_application_get_application_id g_application_get_application_id;
4919 alias c_g_application_get_dbus_connection g_application_get_dbus_connection;
4920 alias c_g_application_get_dbus_object_path g_application_get_dbus_object_path;
4921 alias c_g_application_get_flags g_application_get_flags;
4922 alias c_g_application_get_inactivity_timeout g_application_get_inactivity_timeout;
4923 alias c_g_application_get_is_busy g_application_get_is_busy;
4924 alias c_g_application_get_is_registered g_application_get_is_registered;
4925 alias c_g_application_get_is_remote g_application_get_is_remote;
4926 alias c_g_application_get_resource_base_path g_application_get_resource_base_path;
4927 alias c_g_application_hold g_application_hold;
4928 alias c_g_application_mark_busy g_application_mark_busy;
4929 alias c_g_application_open g_application_open;
4930 alias c_g_application_quit g_application_quit;
4931 alias c_g_application_register g_application_register;
4932 alias c_g_application_release g_application_release;
4933 alias c_g_application_run g_application_run;
4934 alias c_g_application_send_notification g_application_send_notification;
4935 alias c_g_application_set_action_group g_application_set_action_group;
4936 alias c_g_application_set_application_id g_application_set_application_id;
4937 alias c_g_application_set_default g_application_set_default;
4938 alias c_g_application_set_flags g_application_set_flags;
4939 alias c_g_application_set_inactivity_timeout g_application_set_inactivity_timeout;
4940 alias c_g_application_set_resource_base_path g_application_set_resource_base_path;
4941 alias c_g_application_unbind_busy_property g_application_unbind_busy_property;
4942 alias c_g_application_unmark_busy g_application_unmark_busy;
4943 alias c_g_application_withdraw_notification g_application_withdraw_notification;
4944 
4945 // gio.ApplicationCommandLine
4946 
4947 alias c_g_application_command_line_get_type g_application_command_line_get_type;
4948 alias c_g_application_command_line_create_file_for_arg g_application_command_line_create_file_for_arg;
4949 alias c_g_application_command_line_get_arguments g_application_command_line_get_arguments;
4950 alias c_g_application_command_line_get_cwd g_application_command_line_get_cwd;
4951 alias c_g_application_command_line_get_environ g_application_command_line_get_environ;
4952 alias c_g_application_command_line_get_exit_status g_application_command_line_get_exit_status;
4953 alias c_g_application_command_line_get_is_remote g_application_command_line_get_is_remote;
4954 alias c_g_application_command_line_get_options_dict g_application_command_line_get_options_dict;
4955 alias c_g_application_command_line_get_platform_data g_application_command_line_get_platform_data;
4956 alias c_g_application_command_line_get_stdin g_application_command_line_get_stdin;
4957 alias c_g_application_command_line_getenv g_application_command_line_getenv;
4958 alias c_g_application_command_line_print g_application_command_line_print;
4959 alias c_g_application_command_line_printerr g_application_command_line_printerr;
4960 alias c_g_application_command_line_set_exit_status g_application_command_line_set_exit_status;
4961 
4962 // gio.AsyncInitable
4963 
4964 alias c_g_async_initable_get_type g_async_initable_get_type;
4965 alias c_g_async_initable_new_async g_async_initable_new_async;
4966 alias c_g_async_initable_new_valist_async g_async_initable_new_valist_async;
4967 alias c_g_async_initable_newv_async g_async_initable_newv_async;
4968 alias c_g_async_initable_init_async g_async_initable_init_async;
4969 alias c_g_async_initable_init_finish g_async_initable_init_finish;
4970 alias c_g_async_initable_new_finish g_async_initable_new_finish;
4971 
4972 // gio.AsyncResult
4973 
4974 alias c_g_async_result_get_type g_async_result_get_type;
4975 alias c_g_async_result_get_source_object g_async_result_get_source_object;
4976 alias c_g_async_result_get_user_data g_async_result_get_user_data;
4977 alias c_g_async_result_is_tagged g_async_result_is_tagged;
4978 alias c_g_async_result_legacy_propagate_error g_async_result_legacy_propagate_error;
4979 
4980 // gio.BufferedInputStream
4981 
4982 alias c_g_buffered_input_stream_get_type g_buffered_input_stream_get_type;
4983 alias c_g_buffered_input_stream_new g_buffered_input_stream_new;
4984 alias c_g_buffered_input_stream_new_sized g_buffered_input_stream_new_sized;
4985 alias c_g_buffered_input_stream_fill g_buffered_input_stream_fill;
4986 alias c_g_buffered_input_stream_fill_async g_buffered_input_stream_fill_async;
4987 alias c_g_buffered_input_stream_fill_finish g_buffered_input_stream_fill_finish;
4988 alias c_g_buffered_input_stream_get_available g_buffered_input_stream_get_available;
4989 alias c_g_buffered_input_stream_get_buffer_size g_buffered_input_stream_get_buffer_size;
4990 alias c_g_buffered_input_stream_peek g_buffered_input_stream_peek;
4991 alias c_g_buffered_input_stream_peek_buffer g_buffered_input_stream_peek_buffer;
4992 alias c_g_buffered_input_stream_read_byte g_buffered_input_stream_read_byte;
4993 alias c_g_buffered_input_stream_set_buffer_size g_buffered_input_stream_set_buffer_size;
4994 
4995 // gio.BufferedOutputStream
4996 
4997 alias c_g_buffered_output_stream_get_type g_buffered_output_stream_get_type;
4998 alias c_g_buffered_output_stream_new g_buffered_output_stream_new;
4999 alias c_g_buffered_output_stream_new_sized g_buffered_output_stream_new_sized;
5000 alias c_g_buffered_output_stream_get_auto_grow g_buffered_output_stream_get_auto_grow;
5001 alias c_g_buffered_output_stream_get_buffer_size g_buffered_output_stream_get_buffer_size;
5002 alias c_g_buffered_output_stream_set_auto_grow g_buffered_output_stream_set_auto_grow;
5003 alias c_g_buffered_output_stream_set_buffer_size g_buffered_output_stream_set_buffer_size;
5004 
5005 // gio.BytesIcon
5006 
5007 alias c_g_bytes_icon_get_type g_bytes_icon_get_type;
5008 alias c_g_bytes_icon_new g_bytes_icon_new;
5009 alias c_g_bytes_icon_get_bytes g_bytes_icon_get_bytes;
5010 
5011 // gio.Cancellable
5012 
5013 alias c_g_cancellable_get_type g_cancellable_get_type;
5014 alias c_g_cancellable_new g_cancellable_new;
5015 alias c_g_cancellable_get_current g_cancellable_get_current;
5016 alias c_g_cancellable_cancel g_cancellable_cancel;
5017 alias c_g_cancellable_connect g_cancellable_connect;
5018 alias c_g_cancellable_disconnect g_cancellable_disconnect;
5019 alias c_g_cancellable_get_fd g_cancellable_get_fd;
5020 alias c_g_cancellable_is_cancelled g_cancellable_is_cancelled;
5021 alias c_g_cancellable_make_pollfd g_cancellable_make_pollfd;
5022 alias c_g_cancellable_pop_current g_cancellable_pop_current;
5023 alias c_g_cancellable_push_current g_cancellable_push_current;
5024 alias c_g_cancellable_release_fd g_cancellable_release_fd;
5025 alias c_g_cancellable_reset g_cancellable_reset;
5026 alias c_g_cancellable_set_error_if_cancelled g_cancellable_set_error_if_cancelled;
5027 alias c_g_cancellable_source_new g_cancellable_source_new;
5028 
5029 // gio.CharsetConverter
5030 
5031 alias c_g_charset_converter_get_type g_charset_converter_get_type;
5032 alias c_g_charset_converter_new g_charset_converter_new;
5033 alias c_g_charset_converter_get_num_fallbacks g_charset_converter_get_num_fallbacks;
5034 alias c_g_charset_converter_get_use_fallback g_charset_converter_get_use_fallback;
5035 alias c_g_charset_converter_set_use_fallback g_charset_converter_set_use_fallback;
5036 
5037 // gio.Converter
5038 
5039 alias c_g_converter_get_type g_converter_get_type;
5040 alias c_g_converter_convert g_converter_convert;
5041 alias c_g_converter_reset g_converter_reset;
5042 
5043 // gio.ConverterInputStream
5044 
5045 alias c_g_converter_input_stream_get_type g_converter_input_stream_get_type;
5046 alias c_g_converter_input_stream_new g_converter_input_stream_new;
5047 alias c_g_converter_input_stream_get_converter g_converter_input_stream_get_converter;
5048 
5049 // gio.ConverterOutputStream
5050 
5051 alias c_g_converter_output_stream_get_type g_converter_output_stream_get_type;
5052 alias c_g_converter_output_stream_new g_converter_output_stream_new;
5053 alias c_g_converter_output_stream_get_converter g_converter_output_stream_get_converter;
5054 
5055 // gio.Credentials
5056 
5057 alias c_g_credentials_get_type g_credentials_get_type;
5058 alias c_g_credentials_new g_credentials_new;
5059 alias c_g_credentials_get_native g_credentials_get_native;
5060 alias c_g_credentials_get_unix_pid g_credentials_get_unix_pid;
5061 alias c_g_credentials_get_unix_user g_credentials_get_unix_user;
5062 alias c_g_credentials_is_same_user g_credentials_is_same_user;
5063 alias c_g_credentials_set_native g_credentials_set_native;
5064 alias c_g_credentials_set_unix_user g_credentials_set_unix_user;
5065 alias c_g_credentials_to_string g_credentials_to_string;
5066 
5067 // gio.DBusActionGroup
5068 
5069 alias c_g_dbus_action_group_get_type g_dbus_action_group_get_type;
5070 alias c_g_dbus_action_group_get g_dbus_action_group_get;
5071 
5072 // gio.DBusAnnotationInfo
5073 
5074 alias c_g_dbus_annotation_info_get_type g_dbus_annotation_info_get_type;
5075 alias c_g_dbus_annotation_info_ref g_dbus_annotation_info_ref;
5076 alias c_g_dbus_annotation_info_unref g_dbus_annotation_info_unref;
5077 alias c_g_dbus_annotation_info_lookup g_dbus_annotation_info_lookup;
5078 
5079 // gio.DBusArgInfo
5080 
5081 alias c_g_dbus_arg_info_get_type g_dbus_arg_info_get_type;
5082 alias c_g_dbus_arg_info_ref g_dbus_arg_info_ref;
5083 alias c_g_dbus_arg_info_unref g_dbus_arg_info_unref;
5084 
5085 // gio.DBusAuthObserver
5086 
5087 alias c_g_dbus_auth_observer_get_type g_dbus_auth_observer_get_type;
5088 alias c_g_dbus_auth_observer_new g_dbus_auth_observer_new;
5089 alias c_g_dbus_auth_observer_allow_mechanism g_dbus_auth_observer_allow_mechanism;
5090 alias c_g_dbus_auth_observer_authorize_authenticated_peer g_dbus_auth_observer_authorize_authenticated_peer;
5091 
5092 // gio.DBusConnection
5093 
5094 alias c_g_dbus_connection_get_type g_dbus_connection_get_type;
5095 alias c_g_dbus_connection_new_finish g_dbus_connection_new_finish;
5096 alias c_g_dbus_connection_new_for_address_finish g_dbus_connection_new_for_address_finish;
5097 alias c_g_dbus_connection_new_for_address_sync g_dbus_connection_new_for_address_sync;
5098 alias c_g_dbus_connection_new_sync g_dbus_connection_new_sync;
5099 alias c_g_dbus_connection_new g_dbus_connection_new;
5100 alias c_g_dbus_connection_new_for_address g_dbus_connection_new_for_address;
5101 alias c_g_dbus_connection_add_filter g_dbus_connection_add_filter;
5102 alias c_g_dbus_connection_call g_dbus_connection_call;
5103 alias c_g_dbus_connection_call_finish g_dbus_connection_call_finish;
5104 alias c_g_dbus_connection_call_sync g_dbus_connection_call_sync;
5105 alias c_g_dbus_connection_call_with_unix_fd_list g_dbus_connection_call_with_unix_fd_list;
5106 alias c_g_dbus_connection_call_with_unix_fd_list_finish g_dbus_connection_call_with_unix_fd_list_finish;
5107 alias c_g_dbus_connection_call_with_unix_fd_list_sync g_dbus_connection_call_with_unix_fd_list_sync;
5108 alias c_g_dbus_connection_close g_dbus_connection_close;
5109 alias c_g_dbus_connection_close_finish g_dbus_connection_close_finish;
5110 alias c_g_dbus_connection_close_sync g_dbus_connection_close_sync;
5111 alias c_g_dbus_connection_emit_signal g_dbus_connection_emit_signal;
5112 alias c_g_dbus_connection_export_action_group g_dbus_connection_export_action_group;
5113 alias c_g_dbus_connection_export_menu_model g_dbus_connection_export_menu_model;
5114 alias c_g_dbus_connection_flush g_dbus_connection_flush;
5115 alias c_g_dbus_connection_flush_finish g_dbus_connection_flush_finish;
5116 alias c_g_dbus_connection_flush_sync g_dbus_connection_flush_sync;
5117 alias c_g_dbus_connection_get_capabilities g_dbus_connection_get_capabilities;
5118 alias c_g_dbus_connection_get_exit_on_close g_dbus_connection_get_exit_on_close;
5119 alias c_g_dbus_connection_get_guid g_dbus_connection_get_guid;
5120 alias c_g_dbus_connection_get_last_serial g_dbus_connection_get_last_serial;
5121 alias c_g_dbus_connection_get_peer_credentials g_dbus_connection_get_peer_credentials;
5122 alias c_g_dbus_connection_get_stream g_dbus_connection_get_stream;
5123 alias c_g_dbus_connection_get_unique_name g_dbus_connection_get_unique_name;
5124 alias c_g_dbus_connection_is_closed g_dbus_connection_is_closed;
5125 alias c_g_dbus_connection_register_object g_dbus_connection_register_object;
5126 alias c_g_dbus_connection_register_object_with_closures g_dbus_connection_register_object_with_closures;
5127 alias c_g_dbus_connection_register_subtree g_dbus_connection_register_subtree;
5128 alias c_g_dbus_connection_remove_filter g_dbus_connection_remove_filter;
5129 alias c_g_dbus_connection_send_message g_dbus_connection_send_message;
5130 alias c_g_dbus_connection_send_message_with_reply g_dbus_connection_send_message_with_reply;
5131 alias c_g_dbus_connection_send_message_with_reply_finish g_dbus_connection_send_message_with_reply_finish;
5132 alias c_g_dbus_connection_send_message_with_reply_sync g_dbus_connection_send_message_with_reply_sync;
5133 alias c_g_dbus_connection_set_exit_on_close g_dbus_connection_set_exit_on_close;
5134 alias c_g_dbus_connection_signal_subscribe g_dbus_connection_signal_subscribe;
5135 alias c_g_dbus_connection_signal_unsubscribe g_dbus_connection_signal_unsubscribe;
5136 alias c_g_dbus_connection_start_message_processing g_dbus_connection_start_message_processing;
5137 alias c_g_dbus_connection_unexport_action_group g_dbus_connection_unexport_action_group;
5138 alias c_g_dbus_connection_unexport_menu_model g_dbus_connection_unexport_menu_model;
5139 alias c_g_dbus_connection_unregister_object g_dbus_connection_unregister_object;
5140 alias c_g_dbus_connection_unregister_subtree g_dbus_connection_unregister_subtree;
5141 alias c_g_bus_get g_bus_get;
5142 alias c_g_bus_get_finish g_bus_get_finish;
5143 alias c_g_bus_get_sync g_bus_get_sync;
5144 
5145 // gio.DBusInterface
5146 
5147 alias c_g_dbus_interface_get_type g_dbus_interface_get_type;
5148 alias c_g_dbus_interface_dup_object g_dbus_interface_dup_object;
5149 alias c_g_dbus_interface_get_info g_dbus_interface_get_info;
5150 alias c_g_dbus_interface_get_object g_dbus_interface_get_object;
5151 alias c_g_dbus_interface_set_object g_dbus_interface_set_object;
5152 
5153 // gio.DBusInterfaceInfo
5154 
5155 alias c_g_dbus_interface_info_get_type g_dbus_interface_info_get_type;
5156 alias c_g_dbus_interface_info_cache_build g_dbus_interface_info_cache_build;
5157 alias c_g_dbus_interface_info_cache_release g_dbus_interface_info_cache_release;
5158 alias c_g_dbus_interface_info_generate_xml g_dbus_interface_info_generate_xml;
5159 alias c_g_dbus_interface_info_lookup_method g_dbus_interface_info_lookup_method;
5160 alias c_g_dbus_interface_info_lookup_property g_dbus_interface_info_lookup_property;
5161 alias c_g_dbus_interface_info_lookup_signal g_dbus_interface_info_lookup_signal;
5162 alias c_g_dbus_interface_info_ref g_dbus_interface_info_ref;
5163 alias c_g_dbus_interface_info_unref g_dbus_interface_info_unref;
5164 
5165 // gio.DBusInterfaceSkeleton
5166 
5167 alias c_g_dbus_interface_skeleton_get_type g_dbus_interface_skeleton_get_type;
5168 alias c_g_dbus_interface_skeleton_export g_dbus_interface_skeleton_export;
5169 alias c_g_dbus_interface_skeleton_flush g_dbus_interface_skeleton_flush;
5170 alias c_g_dbus_interface_skeleton_get_connection g_dbus_interface_skeleton_get_connection;
5171 alias c_g_dbus_interface_skeleton_get_connections g_dbus_interface_skeleton_get_connections;
5172 alias c_g_dbus_interface_skeleton_get_flags g_dbus_interface_skeleton_get_flags;
5173 alias c_g_dbus_interface_skeleton_get_info g_dbus_interface_skeleton_get_info;
5174 alias c_g_dbus_interface_skeleton_get_object_path g_dbus_interface_skeleton_get_object_path;
5175 alias c_g_dbus_interface_skeleton_get_properties g_dbus_interface_skeleton_get_properties;
5176 alias c_g_dbus_interface_skeleton_get_vtable g_dbus_interface_skeleton_get_vtable;
5177 alias c_g_dbus_interface_skeleton_has_connection g_dbus_interface_skeleton_has_connection;
5178 alias c_g_dbus_interface_skeleton_set_flags g_dbus_interface_skeleton_set_flags;
5179 alias c_g_dbus_interface_skeleton_unexport g_dbus_interface_skeleton_unexport;
5180 alias c_g_dbus_interface_skeleton_unexport_from_connection g_dbus_interface_skeleton_unexport_from_connection;
5181 
5182 // gio.DBusMenuModel
5183 
5184 alias c_g_dbus_menu_model_get_type g_dbus_menu_model_get_type;
5185 alias c_g_dbus_menu_model_get g_dbus_menu_model_get;
5186 
5187 // gio.DBusMessage
5188 
5189 alias c_g_dbus_message_get_type g_dbus_message_get_type;
5190 alias c_g_dbus_message_new g_dbus_message_new;
5191 alias c_g_dbus_message_new_from_blob g_dbus_message_new_from_blob;
5192 alias c_g_dbus_message_new_method_call g_dbus_message_new_method_call;
5193 alias c_g_dbus_message_new_signal g_dbus_message_new_signal;
5194 alias c_g_dbus_message_bytes_needed g_dbus_message_bytes_needed;
5195 alias c_g_dbus_message_copy g_dbus_message_copy;
5196 alias c_g_dbus_message_get_arg0 g_dbus_message_get_arg0;
5197 alias c_g_dbus_message_get_body g_dbus_message_get_body;
5198 alias c_g_dbus_message_get_byte_order g_dbus_message_get_byte_order;
5199 alias c_g_dbus_message_get_destination g_dbus_message_get_destination;
5200 alias c_g_dbus_message_get_error_name g_dbus_message_get_error_name;
5201 alias c_g_dbus_message_get_flags g_dbus_message_get_flags;
5202 alias c_g_dbus_message_get_header g_dbus_message_get_header;
5203 alias c_g_dbus_message_get_header_fields g_dbus_message_get_header_fields;
5204 alias c_g_dbus_message_get_interface g_dbus_message_get_interface;
5205 alias c_g_dbus_message_get_locked g_dbus_message_get_locked;
5206 alias c_g_dbus_message_get_member g_dbus_message_get_member;
5207 alias c_g_dbus_message_get_message_type g_dbus_message_get_message_type;
5208 alias c_g_dbus_message_get_num_unix_fds g_dbus_message_get_num_unix_fds;
5209 alias c_g_dbus_message_get_path g_dbus_message_get_path;
5210 alias c_g_dbus_message_get_reply_serial g_dbus_message_get_reply_serial;
5211 alias c_g_dbus_message_get_sender g_dbus_message_get_sender;
5212 alias c_g_dbus_message_get_serial g_dbus_message_get_serial;
5213 alias c_g_dbus_message_get_signature g_dbus_message_get_signature;
5214 alias c_g_dbus_message_get_unix_fd_list g_dbus_message_get_unix_fd_list;
5215 alias c_g_dbus_message_lock g_dbus_message_lock;
5216 alias c_g_dbus_message_new_method_error g_dbus_message_new_method_error;
5217 alias c_g_dbus_message_new_method_error_literal g_dbus_message_new_method_error_literal;
5218 alias c_g_dbus_message_new_method_error_valist g_dbus_message_new_method_error_valist;
5219 alias c_g_dbus_message_new_method_reply g_dbus_message_new_method_reply;
5220 alias c_g_dbus_message_print g_dbus_message_print;
5221 alias c_g_dbus_message_set_body g_dbus_message_set_body;
5222 alias c_g_dbus_message_set_byte_order g_dbus_message_set_byte_order;
5223 alias c_g_dbus_message_set_destination g_dbus_message_set_destination;
5224 alias c_g_dbus_message_set_error_name g_dbus_message_set_error_name;
5225 alias c_g_dbus_message_set_flags g_dbus_message_set_flags;
5226 alias c_g_dbus_message_set_header g_dbus_message_set_header;
5227 alias c_g_dbus_message_set_interface g_dbus_message_set_interface;
5228 alias c_g_dbus_message_set_member g_dbus_message_set_member;
5229 alias c_g_dbus_message_set_message_type g_dbus_message_set_message_type;
5230 alias c_g_dbus_message_set_num_unix_fds g_dbus_message_set_num_unix_fds;
5231 alias c_g_dbus_message_set_path g_dbus_message_set_path;
5232 alias c_g_dbus_message_set_reply_serial g_dbus_message_set_reply_serial;
5233 alias c_g_dbus_message_set_sender g_dbus_message_set_sender;
5234 alias c_g_dbus_message_set_serial g_dbus_message_set_serial;
5235 alias c_g_dbus_message_set_signature g_dbus_message_set_signature;
5236 alias c_g_dbus_message_set_unix_fd_list g_dbus_message_set_unix_fd_list;
5237 alias c_g_dbus_message_to_blob g_dbus_message_to_blob;
5238 alias c_g_dbus_message_to_gerror g_dbus_message_to_gerror;
5239 
5240 // gio.DBusMethodInfo
5241 
5242 alias c_g_dbus_method_info_get_type g_dbus_method_info_get_type;
5243 alias c_g_dbus_method_info_ref g_dbus_method_info_ref;
5244 alias c_g_dbus_method_info_unref g_dbus_method_info_unref;
5245 
5246 // gio.DBusMethodInvocation
5247 
5248 alias c_g_dbus_method_invocation_get_type g_dbus_method_invocation_get_type;
5249 alias c_g_dbus_method_invocation_get_connection g_dbus_method_invocation_get_connection;
5250 alias c_g_dbus_method_invocation_get_interface_name g_dbus_method_invocation_get_interface_name;
5251 alias c_g_dbus_method_invocation_get_message g_dbus_method_invocation_get_message;
5252 alias c_g_dbus_method_invocation_get_method_info g_dbus_method_invocation_get_method_info;
5253 alias c_g_dbus_method_invocation_get_method_name g_dbus_method_invocation_get_method_name;
5254 alias c_g_dbus_method_invocation_get_object_path g_dbus_method_invocation_get_object_path;
5255 alias c_g_dbus_method_invocation_get_parameters g_dbus_method_invocation_get_parameters;
5256 alias c_g_dbus_method_invocation_get_property_info g_dbus_method_invocation_get_property_info;
5257 alias c_g_dbus_method_invocation_get_sender g_dbus_method_invocation_get_sender;
5258 alias c_g_dbus_method_invocation_get_user_data g_dbus_method_invocation_get_user_data;
5259 alias c_g_dbus_method_invocation_return_dbus_error g_dbus_method_invocation_return_dbus_error;
5260 alias c_g_dbus_method_invocation_return_error g_dbus_method_invocation_return_error;
5261 alias c_g_dbus_method_invocation_return_error_literal g_dbus_method_invocation_return_error_literal;
5262 alias c_g_dbus_method_invocation_return_error_valist g_dbus_method_invocation_return_error_valist;
5263 alias c_g_dbus_method_invocation_return_gerror g_dbus_method_invocation_return_gerror;
5264 alias c_g_dbus_method_invocation_return_value g_dbus_method_invocation_return_value;
5265 alias c_g_dbus_method_invocation_return_value_with_unix_fd_list g_dbus_method_invocation_return_value_with_unix_fd_list;
5266 alias c_g_dbus_method_invocation_take_error g_dbus_method_invocation_take_error;
5267 
5268 // gio.DBusNodeInfo
5269 
5270 alias c_g_dbus_node_info_get_type g_dbus_node_info_get_type;
5271 alias c_g_dbus_node_info_new_for_xml g_dbus_node_info_new_for_xml;
5272 alias c_g_dbus_node_info_generate_xml g_dbus_node_info_generate_xml;
5273 alias c_g_dbus_node_info_lookup_interface g_dbus_node_info_lookup_interface;
5274 alias c_g_dbus_node_info_ref g_dbus_node_info_ref;
5275 alias c_g_dbus_node_info_unref g_dbus_node_info_unref;
5276 
5277 // gio.DBusObject
5278 
5279 alias c_g_dbus_object_get_type g_dbus_object_get_type;
5280 alias c_g_dbus_object_get_interface g_dbus_object_get_interface;
5281 alias c_g_dbus_object_get_interfaces g_dbus_object_get_interfaces;
5282 alias c_g_dbus_object_get_object_path g_dbus_object_get_object_path;
5283 
5284 // gio.DBusObjectManager
5285 
5286 alias c_g_dbus_object_manager_get_type g_dbus_object_manager_get_type;
5287 alias c_g_dbus_object_manager_get_interface g_dbus_object_manager_get_interface;
5288 alias c_g_dbus_object_manager_get_object g_dbus_object_manager_get_object;
5289 alias c_g_dbus_object_manager_get_object_path g_dbus_object_manager_get_object_path;
5290 alias c_g_dbus_object_manager_get_objects g_dbus_object_manager_get_objects;
5291 
5292 // gio.DBusObjectManagerClient
5293 
5294 alias c_g_dbus_object_manager_client_get_type g_dbus_object_manager_client_get_type;
5295 alias c_g_dbus_object_manager_client_new_finish g_dbus_object_manager_client_new_finish;
5296 alias c_g_dbus_object_manager_client_new_for_bus_finish g_dbus_object_manager_client_new_for_bus_finish;
5297 alias c_g_dbus_object_manager_client_new_for_bus_sync g_dbus_object_manager_client_new_for_bus_sync;
5298 alias c_g_dbus_object_manager_client_new_sync g_dbus_object_manager_client_new_sync;
5299 alias c_g_dbus_object_manager_client_new g_dbus_object_manager_client_new;
5300 alias c_g_dbus_object_manager_client_new_for_bus g_dbus_object_manager_client_new_for_bus;
5301 alias c_g_dbus_object_manager_client_get_connection g_dbus_object_manager_client_get_connection;
5302 alias c_g_dbus_object_manager_client_get_flags g_dbus_object_manager_client_get_flags;
5303 alias c_g_dbus_object_manager_client_get_name g_dbus_object_manager_client_get_name;
5304 alias c_g_dbus_object_manager_client_get_name_owner g_dbus_object_manager_client_get_name_owner;
5305 
5306 // gio.DBusObjectManagerServer
5307 
5308 alias c_g_dbus_object_manager_server_get_type g_dbus_object_manager_server_get_type;
5309 alias c_g_dbus_object_manager_server_new g_dbus_object_manager_server_new;
5310 alias c_g_dbus_object_manager_server_export g_dbus_object_manager_server_export;
5311 alias c_g_dbus_object_manager_server_export_uniquely g_dbus_object_manager_server_export_uniquely;
5312 alias c_g_dbus_object_manager_server_get_connection g_dbus_object_manager_server_get_connection;
5313 alias c_g_dbus_object_manager_server_is_exported g_dbus_object_manager_server_is_exported;
5314 alias c_g_dbus_object_manager_server_set_connection g_dbus_object_manager_server_set_connection;
5315 alias c_g_dbus_object_manager_server_unexport g_dbus_object_manager_server_unexport;
5316 
5317 // gio.DBusObjectProxy
5318 
5319 alias c_g_dbus_object_proxy_get_type g_dbus_object_proxy_get_type;
5320 alias c_g_dbus_object_proxy_new g_dbus_object_proxy_new;
5321 alias c_g_dbus_object_proxy_get_connection g_dbus_object_proxy_get_connection;
5322 
5323 // gio.DBusObjectSkeleton
5324 
5325 alias c_g_dbus_object_skeleton_get_type g_dbus_object_skeleton_get_type;
5326 alias c_g_dbus_object_skeleton_new g_dbus_object_skeleton_new;
5327 alias c_g_dbus_object_skeleton_add_interface g_dbus_object_skeleton_add_interface;
5328 alias c_g_dbus_object_skeleton_flush g_dbus_object_skeleton_flush;
5329 alias c_g_dbus_object_skeleton_remove_interface g_dbus_object_skeleton_remove_interface;
5330 alias c_g_dbus_object_skeleton_remove_interface_by_name g_dbus_object_skeleton_remove_interface_by_name;
5331 alias c_g_dbus_object_skeleton_set_object_path g_dbus_object_skeleton_set_object_path;
5332 
5333 // gio.DBusPropertyInfo
5334 
5335 alias c_g_dbus_property_info_get_type g_dbus_property_info_get_type;
5336 alias c_g_dbus_property_info_ref g_dbus_property_info_ref;
5337 alias c_g_dbus_property_info_unref g_dbus_property_info_unref;
5338 
5339 // gio.DBusProxy
5340 
5341 alias c_g_dbus_proxy_get_type g_dbus_proxy_get_type;
5342 alias c_g_dbus_proxy_new_finish g_dbus_proxy_new_finish;
5343 alias c_g_dbus_proxy_new_for_bus_finish g_dbus_proxy_new_for_bus_finish;
5344 alias c_g_dbus_proxy_new_for_bus_sync g_dbus_proxy_new_for_bus_sync;
5345 alias c_g_dbus_proxy_new_sync g_dbus_proxy_new_sync;
5346 alias c_g_dbus_proxy_new g_dbus_proxy_new;
5347 alias c_g_dbus_proxy_new_for_bus g_dbus_proxy_new_for_bus;
5348 alias c_g_dbus_proxy_call g_dbus_proxy_call;
5349 alias c_g_dbus_proxy_call_finish g_dbus_proxy_call_finish;
5350 alias c_g_dbus_proxy_call_sync g_dbus_proxy_call_sync;
5351 alias c_g_dbus_proxy_call_with_unix_fd_list g_dbus_proxy_call_with_unix_fd_list;
5352 alias c_g_dbus_proxy_call_with_unix_fd_list_finish g_dbus_proxy_call_with_unix_fd_list_finish;
5353 alias c_g_dbus_proxy_call_with_unix_fd_list_sync g_dbus_proxy_call_with_unix_fd_list_sync;
5354 alias c_g_dbus_proxy_get_cached_property g_dbus_proxy_get_cached_property;
5355 alias c_g_dbus_proxy_get_cached_property_names g_dbus_proxy_get_cached_property_names;
5356 alias c_g_dbus_proxy_get_connection g_dbus_proxy_get_connection;
5357 alias c_g_dbus_proxy_get_default_timeout g_dbus_proxy_get_default_timeout;
5358 alias c_g_dbus_proxy_get_flags g_dbus_proxy_get_flags;
5359 alias c_g_dbus_proxy_get_interface_info g_dbus_proxy_get_interface_info;
5360 alias c_g_dbus_proxy_get_interface_name g_dbus_proxy_get_interface_name;
5361 alias c_g_dbus_proxy_get_name g_dbus_proxy_get_name;
5362 alias c_g_dbus_proxy_get_name_owner g_dbus_proxy_get_name_owner;
5363 alias c_g_dbus_proxy_get_object_path g_dbus_proxy_get_object_path;
5364 alias c_g_dbus_proxy_set_cached_property g_dbus_proxy_set_cached_property;
5365 alias c_g_dbus_proxy_set_default_timeout g_dbus_proxy_set_default_timeout;
5366 alias c_g_dbus_proxy_set_interface_info g_dbus_proxy_set_interface_info;
5367 
5368 // gio.DBusServer
5369 
5370 alias c_g_dbus_server_get_type g_dbus_server_get_type;
5371 alias c_g_dbus_server_new_sync g_dbus_server_new_sync;
5372 alias c_g_dbus_server_get_client_address g_dbus_server_get_client_address;
5373 alias c_g_dbus_server_get_flags g_dbus_server_get_flags;
5374 alias c_g_dbus_server_get_guid g_dbus_server_get_guid;
5375 alias c_g_dbus_server_is_active g_dbus_server_is_active;
5376 alias c_g_dbus_server_start g_dbus_server_start;
5377 alias c_g_dbus_server_stop g_dbus_server_stop;
5378 
5379 // gio.DBusSignalInfo
5380 
5381 alias c_g_dbus_signal_info_get_type g_dbus_signal_info_get_type;
5382 alias c_g_dbus_signal_info_ref g_dbus_signal_info_ref;
5383 alias c_g_dbus_signal_info_unref g_dbus_signal_info_unref;
5384 
5385 // gio.DataInputStream
5386 
5387 alias c_g_data_input_stream_get_type g_data_input_stream_get_type;
5388 alias c_g_data_input_stream_new g_data_input_stream_new;
5389 alias c_g_data_input_stream_get_byte_order g_data_input_stream_get_byte_order;
5390 alias c_g_data_input_stream_get_newline_type g_data_input_stream_get_newline_type;
5391 alias c_g_data_input_stream_read_byte g_data_input_stream_read_byte;
5392 alias c_g_data_input_stream_read_int16 g_data_input_stream_read_int16;
5393 alias c_g_data_input_stream_read_int32 g_data_input_stream_read_int32;
5394 alias c_g_data_input_stream_read_int64 g_data_input_stream_read_int64;
5395 alias c_g_data_input_stream_read_line g_data_input_stream_read_line;
5396 alias c_g_data_input_stream_read_line_async g_data_input_stream_read_line_async;
5397 alias c_g_data_input_stream_read_line_finish g_data_input_stream_read_line_finish;
5398 alias c_g_data_input_stream_read_line_finish_utf8 g_data_input_stream_read_line_finish_utf8;
5399 alias c_g_data_input_stream_read_line_utf8 g_data_input_stream_read_line_utf8;
5400 alias c_g_data_input_stream_read_uint16 g_data_input_stream_read_uint16;
5401 alias c_g_data_input_stream_read_uint32 g_data_input_stream_read_uint32;
5402 alias c_g_data_input_stream_read_uint64 g_data_input_stream_read_uint64;
5403 alias c_g_data_input_stream_read_until g_data_input_stream_read_until;
5404 alias c_g_data_input_stream_read_until_async g_data_input_stream_read_until_async;
5405 alias c_g_data_input_stream_read_until_finish g_data_input_stream_read_until_finish;
5406 alias c_g_data_input_stream_read_upto g_data_input_stream_read_upto;
5407 alias c_g_data_input_stream_read_upto_async g_data_input_stream_read_upto_async;
5408 alias c_g_data_input_stream_read_upto_finish g_data_input_stream_read_upto_finish;
5409 alias c_g_data_input_stream_set_byte_order g_data_input_stream_set_byte_order;
5410 alias c_g_data_input_stream_set_newline_type g_data_input_stream_set_newline_type;
5411 
5412 // gio.DataOutputStream
5413 
5414 alias c_g_data_output_stream_get_type g_data_output_stream_get_type;
5415 alias c_g_data_output_stream_new g_data_output_stream_new;
5416 alias c_g_data_output_stream_get_byte_order g_data_output_stream_get_byte_order;
5417 alias c_g_data_output_stream_put_byte g_data_output_stream_put_byte;
5418 alias c_g_data_output_stream_put_int16 g_data_output_stream_put_int16;
5419 alias c_g_data_output_stream_put_int32 g_data_output_stream_put_int32;
5420 alias c_g_data_output_stream_put_int64 g_data_output_stream_put_int64;
5421 alias c_g_data_output_stream_put_string g_data_output_stream_put_string;
5422 alias c_g_data_output_stream_put_uint16 g_data_output_stream_put_uint16;
5423 alias c_g_data_output_stream_put_uint32 g_data_output_stream_put_uint32;
5424 alias c_g_data_output_stream_put_uint64 g_data_output_stream_put_uint64;
5425 alias c_g_data_output_stream_set_byte_order g_data_output_stream_set_byte_order;
5426 
5427 // gio.DatagramBased
5428 
5429 alias c_g_datagram_based_get_type g_datagram_based_get_type;
5430 alias c_g_datagram_based_condition_check g_datagram_based_condition_check;
5431 alias c_g_datagram_based_condition_wait g_datagram_based_condition_wait;
5432 alias c_g_datagram_based_create_source g_datagram_based_create_source;
5433 alias c_g_datagram_based_receive_messages g_datagram_based_receive_messages;
5434 alias c_g_datagram_based_send_messages g_datagram_based_send_messages;
5435 
5436 // gio.DesktopAppInfo
5437 
5438 alias c_g_desktop_app_info_get_type g_desktop_app_info_get_type;
5439 alias c_g_desktop_app_info_new g_desktop_app_info_new;
5440 alias c_g_desktop_app_info_new_from_filename g_desktop_app_info_new_from_filename;
5441 alias c_g_desktop_app_info_new_from_keyfile g_desktop_app_info_new_from_keyfile;
5442 alias c_g_desktop_app_info_get_implementations g_desktop_app_info_get_implementations;
5443 alias c_g_desktop_app_info_search g_desktop_app_info_search;
5444 alias c_g_desktop_app_info_set_desktop_env g_desktop_app_info_set_desktop_env;
5445 alias c_g_desktop_app_info_get_action_name g_desktop_app_info_get_action_name;
5446 alias c_g_desktop_app_info_get_boolean g_desktop_app_info_get_boolean;
5447 alias c_g_desktop_app_info_get_categories g_desktop_app_info_get_categories;
5448 alias c_g_desktop_app_info_get_filename g_desktop_app_info_get_filename;
5449 alias c_g_desktop_app_info_get_generic_name g_desktop_app_info_get_generic_name;
5450 alias c_g_desktop_app_info_get_is_hidden g_desktop_app_info_get_is_hidden;
5451 alias c_g_desktop_app_info_get_keywords g_desktop_app_info_get_keywords;
5452 alias c_g_desktop_app_info_get_nodisplay g_desktop_app_info_get_nodisplay;
5453 alias c_g_desktop_app_info_get_show_in g_desktop_app_info_get_show_in;
5454 alias c_g_desktop_app_info_get_startup_wm_class g_desktop_app_info_get_startup_wm_class;
5455 alias c_g_desktop_app_info_get_string g_desktop_app_info_get_string;
5456 alias c_g_desktop_app_info_has_key g_desktop_app_info_has_key;
5457 alias c_g_desktop_app_info_launch_action g_desktop_app_info_launch_action;
5458 alias c_g_desktop_app_info_launch_uris_as_manager g_desktop_app_info_launch_uris_as_manager;
5459 alias c_g_desktop_app_info_list_actions g_desktop_app_info_list_actions;
5460 
5461 // gio.DesktopAppInfoLookup
5462 
5463 alias c_g_desktop_app_info_lookup_get_type g_desktop_app_info_lookup_get_type;
5464 alias c_g_desktop_app_info_lookup_get_default_for_uri_scheme g_desktop_app_info_lookup_get_default_for_uri_scheme;
5465 
5466 // gio.Drive
5467 
5468 alias c_g_drive_get_type g_drive_get_type;
5469 alias c_g_drive_can_eject g_drive_can_eject;
5470 alias c_g_drive_can_poll_for_media g_drive_can_poll_for_media;
5471 alias c_g_drive_can_start g_drive_can_start;
5472 alias c_g_drive_can_start_degraded g_drive_can_start_degraded;
5473 alias c_g_drive_can_stop g_drive_can_stop;
5474 alias c_g_drive_eject g_drive_eject;
5475 alias c_g_drive_eject_finish g_drive_eject_finish;
5476 alias c_g_drive_eject_with_operation g_drive_eject_with_operation;
5477 alias c_g_drive_eject_with_operation_finish g_drive_eject_with_operation_finish;
5478 alias c_g_drive_enumerate_identifiers g_drive_enumerate_identifiers;
5479 alias c_g_drive_get_icon g_drive_get_icon;
5480 alias c_g_drive_get_identifier g_drive_get_identifier;
5481 alias c_g_drive_get_name g_drive_get_name;
5482 alias c_g_drive_get_sort_key g_drive_get_sort_key;
5483 alias c_g_drive_get_start_stop_type g_drive_get_start_stop_type;
5484 alias c_g_drive_get_symbolic_icon g_drive_get_symbolic_icon;
5485 alias c_g_drive_get_volumes g_drive_get_volumes;
5486 alias c_g_drive_has_media g_drive_has_media;
5487 alias c_g_drive_has_volumes g_drive_has_volumes;
5488 alias c_g_drive_is_media_check_automatic g_drive_is_media_check_automatic;
5489 alias c_g_drive_is_media_removable g_drive_is_media_removable;
5490 alias c_g_drive_is_removable g_drive_is_removable;
5491 alias c_g_drive_poll_for_media g_drive_poll_for_media;
5492 alias c_g_drive_poll_for_media_finish g_drive_poll_for_media_finish;
5493 alias c_g_drive_start g_drive_start;
5494 alias c_g_drive_start_finish g_drive_start_finish;
5495 alias c_g_drive_stop g_drive_stop;
5496 alias c_g_drive_stop_finish g_drive_stop_finish;
5497 
5498 // gio.DtlsClientConnection
5499 
5500 alias c_g_dtls_client_connection_get_type g_dtls_client_connection_get_type;
5501 alias c_g_dtls_client_connection_new g_dtls_client_connection_new;
5502 alias c_g_dtls_client_connection_get_accepted_cas g_dtls_client_connection_get_accepted_cas;
5503 alias c_g_dtls_client_connection_get_server_identity g_dtls_client_connection_get_server_identity;
5504 alias c_g_dtls_client_connection_get_validation_flags g_dtls_client_connection_get_validation_flags;
5505 alias c_g_dtls_client_connection_set_server_identity g_dtls_client_connection_set_server_identity;
5506 alias c_g_dtls_client_connection_set_validation_flags g_dtls_client_connection_set_validation_flags;
5507 
5508 // gio.DtlsConnection
5509 
5510 alias c_g_dtls_connection_get_type g_dtls_connection_get_type;
5511 alias c_g_dtls_connection_close g_dtls_connection_close;
5512 alias c_g_dtls_connection_close_async g_dtls_connection_close_async;
5513 alias c_g_dtls_connection_close_finish g_dtls_connection_close_finish;
5514 alias c_g_dtls_connection_emit_accept_certificate g_dtls_connection_emit_accept_certificate;
5515 alias c_g_dtls_connection_get_certificate g_dtls_connection_get_certificate;
5516 alias c_g_dtls_connection_get_database g_dtls_connection_get_database;
5517 alias c_g_dtls_connection_get_interaction g_dtls_connection_get_interaction;
5518 alias c_g_dtls_connection_get_peer_certificate g_dtls_connection_get_peer_certificate;
5519 alias c_g_dtls_connection_get_peer_certificate_errors g_dtls_connection_get_peer_certificate_errors;
5520 alias c_g_dtls_connection_get_rehandshake_mode g_dtls_connection_get_rehandshake_mode;
5521 alias c_g_dtls_connection_get_require_close_notify g_dtls_connection_get_require_close_notify;
5522 alias c_g_dtls_connection_handshake g_dtls_connection_handshake;
5523 alias c_g_dtls_connection_handshake_async g_dtls_connection_handshake_async;
5524 alias c_g_dtls_connection_handshake_finish g_dtls_connection_handshake_finish;
5525 alias c_g_dtls_connection_set_certificate g_dtls_connection_set_certificate;
5526 alias c_g_dtls_connection_set_database g_dtls_connection_set_database;
5527 alias c_g_dtls_connection_set_interaction g_dtls_connection_set_interaction;
5528 alias c_g_dtls_connection_set_rehandshake_mode g_dtls_connection_set_rehandshake_mode;
5529 alias c_g_dtls_connection_set_require_close_notify g_dtls_connection_set_require_close_notify;
5530 alias c_g_dtls_connection_shutdown g_dtls_connection_shutdown;
5531 alias c_g_dtls_connection_shutdown_async g_dtls_connection_shutdown_async;
5532 alias c_g_dtls_connection_shutdown_finish g_dtls_connection_shutdown_finish;
5533 
5534 // gio.DtlsServerConnection
5535 
5536 alias c_g_dtls_server_connection_get_type g_dtls_server_connection_get_type;
5537 alias c_g_dtls_server_connection_new g_dtls_server_connection_new;
5538 
5539 // gio.Emblem
5540 
5541 alias c_g_emblem_get_type g_emblem_get_type;
5542 alias c_g_emblem_new g_emblem_new;
5543 alias c_g_emblem_new_with_origin g_emblem_new_with_origin;
5544 alias c_g_emblem_get_icon g_emblem_get_icon;
5545 alias c_g_emblem_get_origin g_emblem_get_origin;
5546 
5547 // gio.EmblemedIcon
5548 
5549 alias c_g_emblemed_icon_get_type g_emblemed_icon_get_type;
5550 alias c_g_emblemed_icon_new g_emblemed_icon_new;
5551 alias c_g_emblemed_icon_add_emblem g_emblemed_icon_add_emblem;
5552 alias c_g_emblemed_icon_clear_emblems g_emblemed_icon_clear_emblems;
5553 alias c_g_emblemed_icon_get_emblems g_emblemed_icon_get_emblems;
5554 alias c_g_emblemed_icon_get_icon g_emblemed_icon_get_icon;
5555 
5556 // gio.File
5557 
5558 alias c_g_file_get_type g_file_get_type;
5559 alias c_g_file_new_for_commandline_arg g_file_new_for_commandline_arg;
5560 alias c_g_file_new_for_commandline_arg_and_cwd g_file_new_for_commandline_arg_and_cwd;
5561 alias c_g_file_new_for_path g_file_new_for_path;
5562 alias c_g_file_new_for_uri g_file_new_for_uri;
5563 alias c_g_file_new_tmp g_file_new_tmp;
5564 alias c_g_file_parse_name g_file_parse_name;
5565 alias c_g_file_append_to g_file_append_to;
5566 alias c_g_file_append_to_async g_file_append_to_async;
5567 alias c_g_file_append_to_finish g_file_append_to_finish;
5568 alias c_g_file_copy g_file_copy;
5569 alias c_g_file_copy_async g_file_copy_async;
5570 alias c_g_file_copy_attributes g_file_copy_attributes;
5571 alias c_g_file_copy_finish g_file_copy_finish;
5572 alias c_g_file_create g_file_create;
5573 alias c_g_file_create_async g_file_create_async;
5574 alias c_g_file_create_finish g_file_create_finish;
5575 alias c_g_file_create_readwrite g_file_create_readwrite;
5576 alias c_g_file_create_readwrite_async g_file_create_readwrite_async;
5577 alias c_g_file_create_readwrite_finish g_file_create_readwrite_finish;
5578 alias c_g_file_delete g_file_delete;
5579 alias c_g_file_delete_async g_file_delete_async;
5580 alias c_g_file_delete_finish g_file_delete_finish;
5581 alias c_g_file_dup g_file_dup;
5582 alias c_g_file_eject_mountable g_file_eject_mountable;
5583 alias c_g_file_eject_mountable_finish g_file_eject_mountable_finish;
5584 alias c_g_file_eject_mountable_with_operation g_file_eject_mountable_with_operation;
5585 alias c_g_file_eject_mountable_with_operation_finish g_file_eject_mountable_with_operation_finish;
5586 alias c_g_file_enumerate_children g_file_enumerate_children;
5587 alias c_g_file_enumerate_children_async g_file_enumerate_children_async;
5588 alias c_g_file_enumerate_children_finish g_file_enumerate_children_finish;
5589 alias c_g_file_equal g_file_equal;
5590 alias c_g_file_find_enclosing_mount g_file_find_enclosing_mount;
5591 alias c_g_file_find_enclosing_mount_async g_file_find_enclosing_mount_async;
5592 alias c_g_file_find_enclosing_mount_finish g_file_find_enclosing_mount_finish;
5593 alias c_g_file_get_basename g_file_get_basename;
5594 alias c_g_file_get_child g_file_get_child;
5595 alias c_g_file_get_child_for_display_name g_file_get_child_for_display_name;
5596 alias c_g_file_get_parent g_file_get_parent;
5597 alias c_g_file_get_parse_name g_file_get_parse_name;
5598 alias c_g_file_get_path g_file_get_path;
5599 alias c_g_file_get_relative_path g_file_get_relative_path;
5600 alias c_g_file_get_uri g_file_get_uri;
5601 alias c_g_file_get_uri_scheme g_file_get_uri_scheme;
5602 alias c_g_file_has_parent g_file_has_parent;
5603 alias c_g_file_has_prefix g_file_has_prefix;
5604 alias c_g_file_has_uri_scheme g_file_has_uri_scheme;
5605 alias c_g_file_hash g_file_hash;
5606 alias c_g_file_is_native g_file_is_native;
5607 alias c_g_file_load_contents g_file_load_contents;
5608 alias c_g_file_load_contents_async g_file_load_contents_async;
5609 alias c_g_file_load_contents_finish g_file_load_contents_finish;
5610 alias c_g_file_load_partial_contents_async g_file_load_partial_contents_async;
5611 alias c_g_file_load_partial_contents_finish g_file_load_partial_contents_finish;
5612 alias c_g_file_make_directory g_file_make_directory;
5613 alias c_g_file_make_directory_async g_file_make_directory_async;
5614 alias c_g_file_make_directory_finish g_file_make_directory_finish;
5615 alias c_g_file_make_directory_with_parents g_file_make_directory_with_parents;
5616 alias c_g_file_make_symbolic_link g_file_make_symbolic_link;
5617 alias c_g_file_measure_disk_usage g_file_measure_disk_usage;
5618 alias c_g_file_measure_disk_usage_async g_file_measure_disk_usage_async;
5619 alias c_g_file_measure_disk_usage_finish g_file_measure_disk_usage_finish;
5620 alias c_g_file_monitor g_file_monitor;
5621 alias c_g_file_monitor_directory g_file_monitor_directory;
5622 alias c_g_file_monitor_file g_file_monitor_file;
5623 alias c_g_file_mount_enclosing_volume g_file_mount_enclosing_volume;
5624 alias c_g_file_mount_enclosing_volume_finish g_file_mount_enclosing_volume_finish;
5625 alias c_g_file_mount_mountable g_file_mount_mountable;
5626 alias c_g_file_mount_mountable_finish g_file_mount_mountable_finish;
5627 alias c_g_file_move g_file_move;
5628 alias c_g_file_open_readwrite g_file_open_readwrite;
5629 alias c_g_file_open_readwrite_async g_file_open_readwrite_async;
5630 alias c_g_file_open_readwrite_finish g_file_open_readwrite_finish;
5631 alias c_g_file_poll_mountable g_file_poll_mountable;
5632 alias c_g_file_poll_mountable_finish g_file_poll_mountable_finish;
5633 alias c_g_file_query_default_handler g_file_query_default_handler;
5634 alias c_g_file_query_exists g_file_query_exists;
5635 alias c_g_file_query_file_type g_file_query_file_type;
5636 alias c_g_file_query_filesystem_info g_file_query_filesystem_info;
5637 alias c_g_file_query_filesystem_info_async g_file_query_filesystem_info_async;
5638 alias c_g_file_query_filesystem_info_finish g_file_query_filesystem_info_finish;
5639 alias c_g_file_query_info g_file_query_info;
5640 alias c_g_file_query_info_async g_file_query_info_async;
5641 alias c_g_file_query_info_finish g_file_query_info_finish;
5642 alias c_g_file_query_settable_attributes g_file_query_settable_attributes;
5643 alias c_g_file_query_writable_namespaces g_file_query_writable_namespaces;
5644 alias c_g_file_read g_file_read;
5645 alias c_g_file_read_async g_file_read_async;
5646 alias c_g_file_read_finish g_file_read_finish;
5647 alias c_g_file_replace g_file_replace;
5648 alias c_g_file_replace_async g_file_replace_async;
5649 alias c_g_file_replace_contents g_file_replace_contents;
5650 alias c_g_file_replace_contents_async g_file_replace_contents_async;
5651 alias c_g_file_replace_contents_bytes_async g_file_replace_contents_bytes_async;
5652 alias c_g_file_replace_contents_finish g_file_replace_contents_finish;
5653 alias c_g_file_replace_finish g_file_replace_finish;
5654 alias c_g_file_replace_readwrite g_file_replace_readwrite;
5655 alias c_g_file_replace_readwrite_async g_file_replace_readwrite_async;
5656 alias c_g_file_replace_readwrite_finish g_file_replace_readwrite_finish;
5657 alias c_g_file_resolve_relative_path g_file_resolve_relative_path;
5658 alias c_g_file_set_attribute g_file_set_attribute;
5659 alias c_g_file_set_attribute_byte_string g_file_set_attribute_byte_string;
5660 alias c_g_file_set_attribute_int32 g_file_set_attribute_int32;
5661 alias c_g_file_set_attribute_int64 g_file_set_attribute_int64;
5662 alias c_g_file_set_attribute_string g_file_set_attribute_string;
5663 alias c_g_file_set_attribute_uint32 g_file_set_attribute_uint32;
5664 alias c_g_file_set_attribute_uint64 g_file_set_attribute_uint64;
5665 alias c_g_file_set_attributes_async g_file_set_attributes_async;
5666 alias c_g_file_set_attributes_finish g_file_set_attributes_finish;
5667 alias c_g_file_set_attributes_from_info g_file_set_attributes_from_info;
5668 alias c_g_file_set_display_name g_file_set_display_name;
5669 alias c_g_file_set_display_name_async g_file_set_display_name_async;
5670 alias c_g_file_set_display_name_finish g_file_set_display_name_finish;
5671 alias c_g_file_start_mountable g_file_start_mountable;
5672 alias c_g_file_start_mountable_finish g_file_start_mountable_finish;
5673 alias c_g_file_stop_mountable g_file_stop_mountable;
5674 alias c_g_file_stop_mountable_finish g_file_stop_mountable_finish;
5675 alias c_g_file_supports_thread_contexts g_file_supports_thread_contexts;
5676 alias c_g_file_trash g_file_trash;
5677 alias c_g_file_trash_async g_file_trash_async;
5678 alias c_g_file_trash_finish g_file_trash_finish;
5679 alias c_g_file_unmount_mountable g_file_unmount_mountable;
5680 alias c_g_file_unmount_mountable_finish g_file_unmount_mountable_finish;
5681 alias c_g_file_unmount_mountable_with_operation g_file_unmount_mountable_with_operation;
5682 alias c_g_file_unmount_mountable_with_operation_finish g_file_unmount_mountable_with_operation_finish;
5683 
5684 // gio.FileAttributeInfoList
5685 
5686 alias c_g_file_attribute_info_list_get_type g_file_attribute_info_list_get_type;
5687 alias c_g_file_attribute_info_list_new g_file_attribute_info_list_new;
5688 alias c_g_file_attribute_info_list_add g_file_attribute_info_list_add;
5689 alias c_g_file_attribute_info_list_dup g_file_attribute_info_list_dup;
5690 alias c_g_file_attribute_info_list_lookup g_file_attribute_info_list_lookup;
5691 alias c_g_file_attribute_info_list_ref g_file_attribute_info_list_ref;
5692 alias c_g_file_attribute_info_list_unref g_file_attribute_info_list_unref;
5693 
5694 // gio.FileAttributeMatcher
5695 
5696 alias c_g_file_attribute_matcher_get_type g_file_attribute_matcher_get_type;
5697 alias c_g_file_attribute_matcher_new g_file_attribute_matcher_new;
5698 alias c_g_file_attribute_matcher_enumerate_namespace g_file_attribute_matcher_enumerate_namespace;
5699 alias c_g_file_attribute_matcher_enumerate_next g_file_attribute_matcher_enumerate_next;
5700 alias c_g_file_attribute_matcher_matches g_file_attribute_matcher_matches;
5701 alias c_g_file_attribute_matcher_matches_only g_file_attribute_matcher_matches_only;
5702 alias c_g_file_attribute_matcher_ref g_file_attribute_matcher_ref;
5703 alias c_g_file_attribute_matcher_subtract g_file_attribute_matcher_subtract;
5704 alias c_g_file_attribute_matcher_to_string g_file_attribute_matcher_to_string;
5705 alias c_g_file_attribute_matcher_unref g_file_attribute_matcher_unref;
5706 
5707 // gio.FileDescriptorBased
5708 
5709 alias c_g_file_descriptor_based_get_type g_file_descriptor_based_get_type;
5710 alias c_g_file_descriptor_based_get_fd g_file_descriptor_based_get_fd;
5711 
5712 // gio.FileEnumerator
5713 
5714 alias c_g_file_enumerator_get_type g_file_enumerator_get_type;
5715 alias c_g_file_enumerator_close g_file_enumerator_close;
5716 alias c_g_file_enumerator_close_async g_file_enumerator_close_async;
5717 alias c_g_file_enumerator_close_finish g_file_enumerator_close_finish;
5718 alias c_g_file_enumerator_get_child g_file_enumerator_get_child;
5719 alias c_g_file_enumerator_get_container g_file_enumerator_get_container;
5720 alias c_g_file_enumerator_has_pending g_file_enumerator_has_pending;
5721 alias c_g_file_enumerator_is_closed g_file_enumerator_is_closed;
5722 alias c_g_file_enumerator_iterate g_file_enumerator_iterate;
5723 alias c_g_file_enumerator_next_file g_file_enumerator_next_file;
5724 alias c_g_file_enumerator_next_files_async g_file_enumerator_next_files_async;
5725 alias c_g_file_enumerator_next_files_finish g_file_enumerator_next_files_finish;
5726 alias c_g_file_enumerator_set_pending g_file_enumerator_set_pending;
5727 
5728 // gio.FileIOStream
5729 
5730 alias c_g_file_io_stream_get_type g_file_io_stream_get_type;
5731 alias c_g_file_io_stream_get_etag g_file_io_stream_get_etag;
5732 alias c_g_file_io_stream_query_info g_file_io_stream_query_info;
5733 alias c_g_file_io_stream_query_info_async g_file_io_stream_query_info_async;
5734 alias c_g_file_io_stream_query_info_finish g_file_io_stream_query_info_finish;
5735 
5736 // gio.FileIcon
5737 
5738 alias c_g_file_icon_get_type g_file_icon_get_type;
5739 alias c_g_file_icon_new g_file_icon_new;
5740 alias c_g_file_icon_get_file g_file_icon_get_file;
5741 
5742 // gio.FileInfo
5743 
5744 alias c_g_file_info_get_type g_file_info_get_type;
5745 alias c_g_file_info_new g_file_info_new;
5746 alias c_g_file_info_clear_status g_file_info_clear_status;
5747 alias c_g_file_info_copy_into g_file_info_copy_into;
5748 alias c_g_file_info_dup g_file_info_dup;
5749 alias c_g_file_info_get_attribute_as_string g_file_info_get_attribute_as_string;
5750 alias c_g_file_info_get_attribute_boolean g_file_info_get_attribute_boolean;
5751 alias c_g_file_info_get_attribute_byte_string g_file_info_get_attribute_byte_string;
5752 alias c_g_file_info_get_attribute_data g_file_info_get_attribute_data;
5753 alias c_g_file_info_get_attribute_int32 g_file_info_get_attribute_int32;
5754 alias c_g_file_info_get_attribute_int64 g_file_info_get_attribute_int64;
5755 alias c_g_file_info_get_attribute_object g_file_info_get_attribute_object;
5756 alias c_g_file_info_get_attribute_status g_file_info_get_attribute_status;
5757 alias c_g_file_info_get_attribute_string g_file_info_get_attribute_string;
5758 alias c_g_file_info_get_attribute_stringv g_file_info_get_attribute_stringv;
5759 alias c_g_file_info_get_attribute_type g_file_info_get_attribute_type;
5760 alias c_g_file_info_get_attribute_uint32 g_file_info_get_attribute_uint32;
5761 alias c_g_file_info_get_attribute_uint64 g_file_info_get_attribute_uint64;
5762 alias c_g_file_info_get_content_type g_file_info_get_content_type;
5763 alias c_g_file_info_get_deletion_date g_file_info_get_deletion_date;
5764 alias c_g_file_info_get_display_name g_file_info_get_display_name;
5765 alias c_g_file_info_get_edit_name g_file_info_get_edit_name;
5766 alias c_g_file_info_get_etag g_file_info_get_etag;
5767 alias c_g_file_info_get_file_type g_file_info_get_file_type;
5768 alias c_g_file_info_get_icon g_file_info_get_icon;
5769 alias c_g_file_info_get_is_backup g_file_info_get_is_backup;
5770 alias c_g_file_info_get_is_hidden g_file_info_get_is_hidden;
5771 alias c_g_file_info_get_is_symlink g_file_info_get_is_symlink;
5772 alias c_g_file_info_get_modification_time g_file_info_get_modification_time;
5773 alias c_g_file_info_get_name g_file_info_get_name;
5774 alias c_g_file_info_get_size g_file_info_get_size;
5775 alias c_g_file_info_get_sort_order g_file_info_get_sort_order;
5776 alias c_g_file_info_get_symbolic_icon g_file_info_get_symbolic_icon;
5777 alias c_g_file_info_get_symlink_target g_file_info_get_symlink_target;
5778 alias c_g_file_info_has_attribute g_file_info_has_attribute;
5779 alias c_g_file_info_has_namespace g_file_info_has_namespace;
5780 alias c_g_file_info_list_attributes g_file_info_list_attributes;
5781 alias c_g_file_info_remove_attribute g_file_info_remove_attribute;
5782 alias c_g_file_info_set_attribute g_file_info_set_attribute;
5783 alias c_g_file_info_set_attribute_boolean g_file_info_set_attribute_boolean;
5784 alias c_g_file_info_set_attribute_byte_string g_file_info_set_attribute_byte_string;
5785 alias c_g_file_info_set_attribute_int32 g_file_info_set_attribute_int32;
5786 alias c_g_file_info_set_attribute_int64 g_file_info_set_attribute_int64;
5787 alias c_g_file_info_set_attribute_mask g_file_info_set_attribute_mask;
5788 alias c_g_file_info_set_attribute_object g_file_info_set_attribute_object;
5789 alias c_g_file_info_set_attribute_status g_file_info_set_attribute_status;
5790 alias c_g_file_info_set_attribute_string g_file_info_set_attribute_string;
5791 alias c_g_file_info_set_attribute_stringv g_file_info_set_attribute_stringv;
5792 alias c_g_file_info_set_attribute_uint32 g_file_info_set_attribute_uint32;
5793 alias c_g_file_info_set_attribute_uint64 g_file_info_set_attribute_uint64;
5794 alias c_g_file_info_set_content_type g_file_info_set_content_type;
5795 alias c_g_file_info_set_display_name g_file_info_set_display_name;
5796 alias c_g_file_info_set_edit_name g_file_info_set_edit_name;
5797 alias c_g_file_info_set_file_type g_file_info_set_file_type;
5798 alias c_g_file_info_set_icon g_file_info_set_icon;
5799 alias c_g_file_info_set_is_hidden g_file_info_set_is_hidden;
5800 alias c_g_file_info_set_is_symlink g_file_info_set_is_symlink;
5801 alias c_g_file_info_set_modification_time g_file_info_set_modification_time;
5802 alias c_g_file_info_set_name g_file_info_set_name;
5803 alias c_g_file_info_set_size g_file_info_set_size;
5804 alias c_g_file_info_set_sort_order g_file_info_set_sort_order;
5805 alias c_g_file_info_set_symbolic_icon g_file_info_set_symbolic_icon;
5806 alias c_g_file_info_set_symlink_target g_file_info_set_symlink_target;
5807 alias c_g_file_info_unset_attribute_mask g_file_info_unset_attribute_mask;
5808 
5809 // gio.FileInputStream
5810 
5811 alias c_g_file_input_stream_get_type g_file_input_stream_get_type;
5812 alias c_g_file_input_stream_query_info g_file_input_stream_query_info;
5813 alias c_g_file_input_stream_query_info_async g_file_input_stream_query_info_async;
5814 alias c_g_file_input_stream_query_info_finish g_file_input_stream_query_info_finish;
5815 
5816 // gio.FileMonitor
5817 
5818 alias c_g_file_monitor_get_type g_file_monitor_get_type;
5819 alias c_g_file_monitor_cancel g_file_monitor_cancel;
5820 alias c_g_file_monitor_emit_event g_file_monitor_emit_event;
5821 alias c_g_file_monitor_is_cancelled g_file_monitor_is_cancelled;
5822 alias c_g_file_monitor_set_rate_limit g_file_monitor_set_rate_limit;
5823 
5824 // gio.FileOutputStream
5825 
5826 alias c_g_file_output_stream_get_type g_file_output_stream_get_type;
5827 alias c_g_file_output_stream_get_etag g_file_output_stream_get_etag;
5828 alias c_g_file_output_stream_query_info g_file_output_stream_query_info;
5829 alias c_g_file_output_stream_query_info_async g_file_output_stream_query_info_async;
5830 alias c_g_file_output_stream_query_info_finish g_file_output_stream_query_info_finish;
5831 
5832 // gio.FilenameCompleter
5833 
5834 alias c_g_filename_completer_get_type g_filename_completer_get_type;
5835 alias c_g_filename_completer_new g_filename_completer_new;
5836 alias c_g_filename_completer_get_completion_suffix g_filename_completer_get_completion_suffix;
5837 alias c_g_filename_completer_get_completions g_filename_completer_get_completions;
5838 alias c_g_filename_completer_set_dirs_only g_filename_completer_set_dirs_only;
5839 
5840 // gio.FilterInputStream
5841 
5842 alias c_g_filter_input_stream_get_type g_filter_input_stream_get_type;
5843 alias c_g_filter_input_stream_get_base_stream g_filter_input_stream_get_base_stream;
5844 alias c_g_filter_input_stream_get_close_base_stream g_filter_input_stream_get_close_base_stream;
5845 alias c_g_filter_input_stream_set_close_base_stream g_filter_input_stream_set_close_base_stream;
5846 
5847 // gio.FilterOutputStream
5848 
5849 alias c_g_filter_output_stream_get_type g_filter_output_stream_get_type;
5850 alias c_g_filter_output_stream_get_base_stream g_filter_output_stream_get_base_stream;
5851 alias c_g_filter_output_stream_get_close_base_stream g_filter_output_stream_get_close_base_stream;
5852 alias c_g_filter_output_stream_set_close_base_stream g_filter_output_stream_set_close_base_stream;
5853 
5854 // gio.IOExtension
5855 
5856 alias c_g_io_extension_get_name g_io_extension_get_name;
5857 alias c_g_io_extension_get_priority g_io_extension_get_priority;
5858 alias c_g_io_extension_get_type g_io_extension_get_type;
5859 alias c_g_io_extension_ref_class g_io_extension_ref_class;
5860 
5861 // gio.IOExtensionPoint
5862 
5863 alias c_g_io_extension_point_get_extension_by_name g_io_extension_point_get_extension_by_name;
5864 alias c_g_io_extension_point_get_extensions g_io_extension_point_get_extensions;
5865 alias c_g_io_extension_point_get_required_type g_io_extension_point_get_required_type;
5866 alias c_g_io_extension_point_set_required_type g_io_extension_point_set_required_type;
5867 alias c_g_io_extension_point_implement g_io_extension_point_implement;
5868 alias c_g_io_extension_point_lookup g_io_extension_point_lookup;
5869 alias c_g_io_extension_point_register g_io_extension_point_register;
5870 
5871 // gio.IOModule
5872 
5873 alias c_g_io_module_get_type g_io_module_get_type;
5874 alias c_g_io_module_new g_io_module_new;
5875 alias c_g_io_modules_load_all_in_directory g_io_modules_load_all_in_directory;
5876 alias c_g_io_modules_load_all_in_directory_with_scope g_io_modules_load_all_in_directory_with_scope;
5877 alias c_g_io_modules_scan_all_in_directory g_io_modules_scan_all_in_directory;
5878 alias c_g_io_modules_scan_all_in_directory_with_scope g_io_modules_scan_all_in_directory_with_scope;
5879 
5880 // gio.IOModuleScope
5881 
5882 alias c_g_io_module_scope_block g_io_module_scope_block;
5883 alias c_g_io_module_scope_free g_io_module_scope_free;
5884 alias c_g_io_module_scope_new g_io_module_scope_new;
5885 
5886 // gio.IOSchedulerJob
5887 
5888 alias c_g_io_scheduler_job_send_to_mainloop g_io_scheduler_job_send_to_mainloop;
5889 alias c_g_io_scheduler_job_send_to_mainloop_async g_io_scheduler_job_send_to_mainloop_async;
5890 alias c_g_io_scheduler_cancel_all_jobs g_io_scheduler_cancel_all_jobs;
5891 alias c_g_io_scheduler_push_job g_io_scheduler_push_job;
5892 
5893 // gio.IOStream
5894 
5895 alias c_g_io_stream_get_type g_io_stream_get_type;
5896 alias c_g_io_stream_splice_finish g_io_stream_splice_finish;
5897 alias c_g_io_stream_clear_pending g_io_stream_clear_pending;
5898 alias c_g_io_stream_close g_io_stream_close;
5899 alias c_g_io_stream_close_async g_io_stream_close_async;
5900 alias c_g_io_stream_close_finish g_io_stream_close_finish;
5901 alias c_g_io_stream_get_input_stream g_io_stream_get_input_stream;
5902 alias c_g_io_stream_get_output_stream g_io_stream_get_output_stream;
5903 alias c_g_io_stream_has_pending g_io_stream_has_pending;
5904 alias c_g_io_stream_is_closed g_io_stream_is_closed;
5905 alias c_g_io_stream_set_pending g_io_stream_set_pending;
5906 alias c_g_io_stream_splice_async g_io_stream_splice_async;
5907 
5908 // gio.Icon
5909 
5910 alias c_g_icon_get_type g_icon_get_type;
5911 alias c_g_icon_deserialize g_icon_deserialize;
5912 alias c_g_icon_hash g_icon_hash;
5913 alias c_g_icon_new_for_string g_icon_new_for_string;
5914 alias c_g_icon_equal g_icon_equal;
5915 alias c_g_icon_serialize g_icon_serialize;
5916 alias c_g_icon_to_string g_icon_to_string;
5917 
5918 // gio.InetAddress
5919 
5920 alias c_g_inet_address_get_type g_inet_address_get_type;
5921 alias c_g_inet_address_new_any g_inet_address_new_any;
5922 alias c_g_inet_address_new_from_bytes g_inet_address_new_from_bytes;
5923 alias c_g_inet_address_new_from_string g_inet_address_new_from_string;
5924 alias c_g_inet_address_new_loopback g_inet_address_new_loopback;
5925 alias c_g_inet_address_equal g_inet_address_equal;
5926 alias c_g_inet_address_get_family g_inet_address_get_family;
5927 alias c_g_inet_address_get_is_any g_inet_address_get_is_any;
5928 alias c_g_inet_address_get_is_link_local g_inet_address_get_is_link_local;
5929 alias c_g_inet_address_get_is_loopback g_inet_address_get_is_loopback;
5930 alias c_g_inet_address_get_is_mc_global g_inet_address_get_is_mc_global;
5931 alias c_g_inet_address_get_is_mc_link_local g_inet_address_get_is_mc_link_local;
5932 alias c_g_inet_address_get_is_mc_node_local g_inet_address_get_is_mc_node_local;
5933 alias c_g_inet_address_get_is_mc_org_local g_inet_address_get_is_mc_org_local;
5934 alias c_g_inet_address_get_is_mc_site_local g_inet_address_get_is_mc_site_local;
5935 alias c_g_inet_address_get_is_multicast g_inet_address_get_is_multicast;
5936 alias c_g_inet_address_get_is_site_local g_inet_address_get_is_site_local;
5937 alias c_g_inet_address_get_native_size g_inet_address_get_native_size;
5938 alias c_g_inet_address_to_bytes g_inet_address_to_bytes;
5939 alias c_g_inet_address_to_string g_inet_address_to_string;
5940 
5941 // gio.InetAddressMask
5942 
5943 alias c_g_inet_address_mask_get_type g_inet_address_mask_get_type;
5944 alias c_g_inet_address_mask_new g_inet_address_mask_new;
5945 alias c_g_inet_address_mask_new_from_string g_inet_address_mask_new_from_string;
5946 alias c_g_inet_address_mask_equal g_inet_address_mask_equal;
5947 alias c_g_inet_address_mask_get_address g_inet_address_mask_get_address;
5948 alias c_g_inet_address_mask_get_family g_inet_address_mask_get_family;
5949 alias c_g_inet_address_mask_get_length g_inet_address_mask_get_length;
5950 alias c_g_inet_address_mask_matches g_inet_address_mask_matches;
5951 alias c_g_inet_address_mask_to_string g_inet_address_mask_to_string;
5952 
5953 // gio.InetSocketAddress
5954 
5955 alias c_g_inet_socket_address_get_type g_inet_socket_address_get_type;
5956 alias c_g_inet_socket_address_new g_inet_socket_address_new;
5957 alias c_g_inet_socket_address_new_from_string g_inet_socket_address_new_from_string;
5958 alias c_g_inet_socket_address_get_address g_inet_socket_address_get_address;
5959 alias c_g_inet_socket_address_get_flowinfo g_inet_socket_address_get_flowinfo;
5960 alias c_g_inet_socket_address_get_port g_inet_socket_address_get_port;
5961 alias c_g_inet_socket_address_get_scope_id g_inet_socket_address_get_scope_id;
5962 
5963 // gio.Initable
5964 
5965 alias c_g_initable_get_type g_initable_get_type;
5966 alias c_g_initable_new g_initable_new;
5967 alias c_g_initable_new_valist g_initable_new_valist;
5968 alias c_g_initable_newv g_initable_newv;
5969 alias c_g_initable_init g_initable_init;
5970 
5971 // gio.InputStream
5972 
5973 alias c_g_input_stream_get_type g_input_stream_get_type;
5974 alias c_g_input_stream_clear_pending g_input_stream_clear_pending;
5975 alias c_g_input_stream_close g_input_stream_close;
5976 alias c_g_input_stream_close_async g_input_stream_close_async;
5977 alias c_g_input_stream_close_finish g_input_stream_close_finish;
5978 alias c_g_input_stream_has_pending g_input_stream_has_pending;
5979 alias c_g_input_stream_is_closed g_input_stream_is_closed;
5980 alias c_g_input_stream_read g_input_stream_read;
5981 alias c_g_input_stream_read_all g_input_stream_read_all;
5982 alias c_g_input_stream_read_all_async g_input_stream_read_all_async;
5983 alias c_g_input_stream_read_all_finish g_input_stream_read_all_finish;
5984 alias c_g_input_stream_read_async g_input_stream_read_async;
5985 alias c_g_input_stream_read_bytes g_input_stream_read_bytes;
5986 alias c_g_input_stream_read_bytes_async g_input_stream_read_bytes_async;
5987 alias c_g_input_stream_read_bytes_finish g_input_stream_read_bytes_finish;
5988 alias c_g_input_stream_read_finish g_input_stream_read_finish;
5989 alias c_g_input_stream_set_pending g_input_stream_set_pending;
5990 alias c_g_input_stream_skip g_input_stream_skip;
5991 alias c_g_input_stream_skip_async g_input_stream_skip_async;
5992 alias c_g_input_stream_skip_finish g_input_stream_skip_finish;
5993 
5994 // gio.ListModel
5995 
5996 alias c_g_list_model_get_type g_list_model_get_type;
5997 alias c_g_list_model_get_item g_list_model_get_item;
5998 alias c_g_list_model_get_item_type g_list_model_get_item_type;
5999 alias c_g_list_model_get_n_items g_list_model_get_n_items;
6000 alias c_g_list_model_get_object g_list_model_get_object;
6001 alias c_g_list_model_items_changed g_list_model_items_changed;
6002 
6003 // gio.ListStore
6004 
6005 alias c_g_list_store_get_type g_list_store_get_type;
6006 alias c_g_list_store_new g_list_store_new;
6007 alias c_g_list_store_append g_list_store_append;
6008 alias c_g_list_store_insert g_list_store_insert;
6009 alias c_g_list_store_insert_sorted g_list_store_insert_sorted;
6010 alias c_g_list_store_remove g_list_store_remove;
6011 alias c_g_list_store_remove_all g_list_store_remove_all;
6012 alias c_g_list_store_sort g_list_store_sort;
6013 alias c_g_list_store_splice g_list_store_splice;
6014 
6015 // gio.LoadableIcon
6016 
6017 alias c_g_loadable_icon_get_type g_loadable_icon_get_type;
6018 alias c_g_loadable_icon_load g_loadable_icon_load;
6019 alias c_g_loadable_icon_load_async g_loadable_icon_load_async;
6020 alias c_g_loadable_icon_load_finish g_loadable_icon_load_finish;
6021 
6022 // gio.MemoryInputStream
6023 
6024 alias c_g_memory_input_stream_get_type g_memory_input_stream_get_type;
6025 alias c_g_memory_input_stream_new g_memory_input_stream_new;
6026 alias c_g_memory_input_stream_new_from_bytes g_memory_input_stream_new_from_bytes;
6027 alias c_g_memory_input_stream_new_from_data g_memory_input_stream_new_from_data;
6028 alias c_g_memory_input_stream_add_bytes g_memory_input_stream_add_bytes;
6029 alias c_g_memory_input_stream_add_data g_memory_input_stream_add_data;
6030 
6031 // gio.MemoryOutputStream
6032 
6033 alias c_g_memory_output_stream_get_type g_memory_output_stream_get_type;
6034 alias c_g_memory_output_stream_new g_memory_output_stream_new;
6035 alias c_g_memory_output_stream_new_resizable g_memory_output_stream_new_resizable;
6036 alias c_g_memory_output_stream_get_data g_memory_output_stream_get_data;
6037 alias c_g_memory_output_stream_get_data_size g_memory_output_stream_get_data_size;
6038 alias c_g_memory_output_stream_get_size g_memory_output_stream_get_size;
6039 alias c_g_memory_output_stream_steal_as_bytes g_memory_output_stream_steal_as_bytes;
6040 alias c_g_memory_output_stream_steal_data g_memory_output_stream_steal_data;
6041 
6042 // gio.Menu
6043 
6044 alias c_g_menu_get_type g_menu_get_type;
6045 alias c_g_menu_new g_menu_new;
6046 alias c_g_menu_append g_menu_append;
6047 alias c_g_menu_append_item g_menu_append_item;
6048 alias c_g_menu_append_section g_menu_append_section;
6049 alias c_g_menu_append_submenu g_menu_append_submenu;
6050 alias c_g_menu_freeze g_menu_freeze;
6051 alias c_g_menu_insert g_menu_insert;
6052 alias c_g_menu_insert_item g_menu_insert_item;
6053 alias c_g_menu_insert_section g_menu_insert_section;
6054 alias c_g_menu_insert_submenu g_menu_insert_submenu;
6055 alias c_g_menu_prepend g_menu_prepend;
6056 alias c_g_menu_prepend_item g_menu_prepend_item;
6057 alias c_g_menu_prepend_section g_menu_prepend_section;
6058 alias c_g_menu_prepend_submenu g_menu_prepend_submenu;
6059 alias c_g_menu_remove g_menu_remove;
6060 alias c_g_menu_remove_all g_menu_remove_all;
6061 
6062 // gio.MenuAttributeIter
6063 
6064 alias c_g_menu_attribute_iter_get_type g_menu_attribute_iter_get_type;
6065 alias c_g_menu_attribute_iter_get_name g_menu_attribute_iter_get_name;
6066 alias c_g_menu_attribute_iter_get_next g_menu_attribute_iter_get_next;
6067 alias c_g_menu_attribute_iter_get_value g_menu_attribute_iter_get_value;
6068 alias c_g_menu_attribute_iter_next g_menu_attribute_iter_next;
6069 
6070 // gio.MenuItem
6071 
6072 alias c_g_menu_item_get_type g_menu_item_get_type;
6073 alias c_g_menu_item_new g_menu_item_new;
6074 alias c_g_menu_item_new_from_model g_menu_item_new_from_model;
6075 alias c_g_menu_item_new_section g_menu_item_new_section;
6076 alias c_g_menu_item_new_submenu g_menu_item_new_submenu;
6077 alias c_g_menu_item_get_attribute g_menu_item_get_attribute;
6078 alias c_g_menu_item_get_attribute_value g_menu_item_get_attribute_value;
6079 alias c_g_menu_item_get_link g_menu_item_get_link;
6080 alias c_g_menu_item_set_action_and_target g_menu_item_set_action_and_target;
6081 alias c_g_menu_item_set_action_and_target_value g_menu_item_set_action_and_target_value;
6082 alias c_g_menu_item_set_attribute g_menu_item_set_attribute;
6083 alias c_g_menu_item_set_attribute_value g_menu_item_set_attribute_value;
6084 alias c_g_menu_item_set_detailed_action g_menu_item_set_detailed_action;
6085 alias c_g_menu_item_set_icon g_menu_item_set_icon;
6086 alias c_g_menu_item_set_label g_menu_item_set_label;
6087 alias c_g_menu_item_set_link g_menu_item_set_link;
6088 alias c_g_menu_item_set_section g_menu_item_set_section;
6089 alias c_g_menu_item_set_submenu g_menu_item_set_submenu;
6090 
6091 // gio.MenuLinkIter
6092 
6093 alias c_g_menu_link_iter_get_type g_menu_link_iter_get_type;
6094 alias c_g_menu_link_iter_get_name g_menu_link_iter_get_name;
6095 alias c_g_menu_link_iter_get_next g_menu_link_iter_get_next;
6096 alias c_g_menu_link_iter_get_value g_menu_link_iter_get_value;
6097 alias c_g_menu_link_iter_next g_menu_link_iter_next;
6098 
6099 // gio.MenuModel
6100 
6101 alias c_g_menu_model_get_type g_menu_model_get_type;
6102 alias c_g_menu_model_get_item_attribute g_menu_model_get_item_attribute;
6103 alias c_g_menu_model_get_item_attribute_value g_menu_model_get_item_attribute_value;
6104 alias c_g_menu_model_get_item_link g_menu_model_get_item_link;
6105 alias c_g_menu_model_get_n_items g_menu_model_get_n_items;
6106 alias c_g_menu_model_is_mutable g_menu_model_is_mutable;
6107 alias c_g_menu_model_items_changed g_menu_model_items_changed;
6108 alias c_g_menu_model_iterate_item_attributes g_menu_model_iterate_item_attributes;
6109 alias c_g_menu_model_iterate_item_links g_menu_model_iterate_item_links;
6110 
6111 // gio.Mount
6112 
6113 alias c_g_mount_get_type g_mount_get_type;
6114 alias c_g_mount_can_eject g_mount_can_eject;
6115 alias c_g_mount_can_unmount g_mount_can_unmount;
6116 alias c_g_mount_eject g_mount_eject;
6117 alias c_g_mount_eject_finish g_mount_eject_finish;
6118 alias c_g_mount_eject_with_operation g_mount_eject_with_operation;
6119 alias c_g_mount_eject_with_operation_finish g_mount_eject_with_operation_finish;
6120 alias c_g_mount_get_default_location g_mount_get_default_location;
6121 alias c_g_mount_get_drive g_mount_get_drive;
6122 alias c_g_mount_get_icon g_mount_get_icon;
6123 alias c_g_mount_get_name g_mount_get_name;
6124 alias c_g_mount_get_root g_mount_get_root;
6125 alias c_g_mount_get_sort_key g_mount_get_sort_key;
6126 alias c_g_mount_get_symbolic_icon g_mount_get_symbolic_icon;
6127 alias c_g_mount_get_uuid g_mount_get_uuid;
6128 alias c_g_mount_get_volume g_mount_get_volume;
6129 alias c_g_mount_guess_content_type g_mount_guess_content_type;
6130 alias c_g_mount_guess_content_type_finish g_mount_guess_content_type_finish;
6131 alias c_g_mount_guess_content_type_sync g_mount_guess_content_type_sync;
6132 alias c_g_mount_is_shadowed g_mount_is_shadowed;
6133 alias c_g_mount_remount g_mount_remount;
6134 alias c_g_mount_remount_finish g_mount_remount_finish;
6135 alias c_g_mount_shadow g_mount_shadow;
6136 alias c_g_mount_unmount g_mount_unmount;
6137 alias c_g_mount_unmount_finish g_mount_unmount_finish;
6138 alias c_g_mount_unmount_with_operation g_mount_unmount_with_operation;
6139 alias c_g_mount_unmount_with_operation_finish g_mount_unmount_with_operation_finish;
6140 alias c_g_mount_unshadow g_mount_unshadow;
6141 
6142 // gio.MountOperation
6143 
6144 alias c_g_mount_operation_get_type g_mount_operation_get_type;
6145 alias c_g_mount_operation_new g_mount_operation_new;
6146 alias c_g_mount_operation_get_anonymous g_mount_operation_get_anonymous;
6147 alias c_g_mount_operation_get_choice g_mount_operation_get_choice;
6148 alias c_g_mount_operation_get_domain g_mount_operation_get_domain;
6149 alias c_g_mount_operation_get_password g_mount_operation_get_password;
6150 alias c_g_mount_operation_get_password_save g_mount_operation_get_password_save;
6151 alias c_g_mount_operation_get_username g_mount_operation_get_username;
6152 alias c_g_mount_operation_reply g_mount_operation_reply;
6153 alias c_g_mount_operation_set_anonymous g_mount_operation_set_anonymous;
6154 alias c_g_mount_operation_set_choice g_mount_operation_set_choice;
6155 alias c_g_mount_operation_set_domain g_mount_operation_set_domain;
6156 alias c_g_mount_operation_set_password g_mount_operation_set_password;
6157 alias c_g_mount_operation_set_password_save g_mount_operation_set_password_save;
6158 alias c_g_mount_operation_set_username g_mount_operation_set_username;
6159 
6160 // gio.NativeVolumeMonitor
6161 
6162 alias c_g_native_volume_monitor_get_type g_native_volume_monitor_get_type;
6163 
6164 // gio.NetworkAddress
6165 
6166 alias c_g_network_address_get_type g_network_address_get_type;
6167 alias c_g_network_address_new g_network_address_new;
6168 alias c_g_network_address_new_loopback g_network_address_new_loopback;
6169 alias c_g_network_address_parse g_network_address_parse;
6170 alias c_g_network_address_parse_uri g_network_address_parse_uri;
6171 alias c_g_network_address_get_hostname g_network_address_get_hostname;
6172 alias c_g_network_address_get_port g_network_address_get_port;
6173 alias c_g_network_address_get_scheme g_network_address_get_scheme;
6174 
6175 // gio.NetworkMonitor
6176 
6177 alias c_g_network_monitor_get_type g_network_monitor_get_type;
6178 alias c_g_network_monitor_get_default g_network_monitor_get_default;
6179 alias c_g_network_monitor_can_reach g_network_monitor_can_reach;
6180 alias c_g_network_monitor_can_reach_async g_network_monitor_can_reach_async;
6181 alias c_g_network_monitor_can_reach_finish g_network_monitor_can_reach_finish;
6182 alias c_g_network_monitor_get_connectivity g_network_monitor_get_connectivity;
6183 alias c_g_network_monitor_get_network_available g_network_monitor_get_network_available;
6184 alias c_g_network_monitor_get_network_metered g_network_monitor_get_network_metered;
6185 
6186 // gio.NetworkService
6187 
6188 alias c_g_network_service_get_type g_network_service_get_type;
6189 alias c_g_network_service_new g_network_service_new;
6190 alias c_g_network_service_get_domain g_network_service_get_domain;
6191 alias c_g_network_service_get_protocol g_network_service_get_protocol;
6192 alias c_g_network_service_get_scheme g_network_service_get_scheme;
6193 alias c_g_network_service_get_service g_network_service_get_service;
6194 alias c_g_network_service_set_scheme g_network_service_set_scheme;
6195 
6196 // gio.Notification
6197 
6198 alias c_g_notification_get_type g_notification_get_type;
6199 alias c_g_notification_new g_notification_new;
6200 alias c_g_notification_add_button g_notification_add_button;
6201 alias c_g_notification_add_button_with_target g_notification_add_button_with_target;
6202 alias c_g_notification_add_button_with_target_value g_notification_add_button_with_target_value;
6203 alias c_g_notification_set_body g_notification_set_body;
6204 alias c_g_notification_set_default_action g_notification_set_default_action;
6205 alias c_g_notification_set_default_action_and_target g_notification_set_default_action_and_target;
6206 alias c_g_notification_set_default_action_and_target_value g_notification_set_default_action_and_target_value;
6207 alias c_g_notification_set_icon g_notification_set_icon;
6208 alias c_g_notification_set_priority g_notification_set_priority;
6209 alias c_g_notification_set_title g_notification_set_title;
6210 alias c_g_notification_set_urgent g_notification_set_urgent;
6211 
6212 // gio.OutputStream
6213 
6214 alias c_g_output_stream_get_type g_output_stream_get_type;
6215 alias c_g_output_stream_clear_pending g_output_stream_clear_pending;
6216 alias c_g_output_stream_close g_output_stream_close;
6217 alias c_g_output_stream_close_async g_output_stream_close_async;
6218 alias c_g_output_stream_close_finish g_output_stream_close_finish;
6219 alias c_g_output_stream_flush g_output_stream_flush;
6220 alias c_g_output_stream_flush_async g_output_stream_flush_async;
6221 alias c_g_output_stream_flush_finish g_output_stream_flush_finish;
6222 alias c_g_output_stream_has_pending g_output_stream_has_pending;
6223 alias c_g_output_stream_is_closed g_output_stream_is_closed;
6224 alias c_g_output_stream_is_closing g_output_stream_is_closing;
6225 alias c_g_output_stream_printf g_output_stream_printf;
6226 alias c_g_output_stream_set_pending g_output_stream_set_pending;
6227 alias c_g_output_stream_splice g_output_stream_splice;
6228 alias c_g_output_stream_splice_async g_output_stream_splice_async;
6229 alias c_g_output_stream_splice_finish g_output_stream_splice_finish;
6230 alias c_g_output_stream_vprintf g_output_stream_vprintf;
6231 alias c_g_output_stream_write g_output_stream_write;
6232 alias c_g_output_stream_write_all g_output_stream_write_all;
6233 alias c_g_output_stream_write_all_async g_output_stream_write_all_async;
6234 alias c_g_output_stream_write_all_finish g_output_stream_write_all_finish;
6235 alias c_g_output_stream_write_async g_output_stream_write_async;
6236 alias c_g_output_stream_write_bytes g_output_stream_write_bytes;
6237 alias c_g_output_stream_write_bytes_async g_output_stream_write_bytes_async;
6238 alias c_g_output_stream_write_bytes_finish g_output_stream_write_bytes_finish;
6239 alias c_g_output_stream_write_finish g_output_stream_write_finish;
6240 
6241 // gio.Permission
6242 
6243 alias c_g_permission_get_type g_permission_get_type;
6244 alias c_g_permission_acquire g_permission_acquire;
6245 alias c_g_permission_acquire_async g_permission_acquire_async;
6246 alias c_g_permission_acquire_finish g_permission_acquire_finish;
6247 alias c_g_permission_get_allowed g_permission_get_allowed;
6248 alias c_g_permission_get_can_acquire g_permission_get_can_acquire;
6249 alias c_g_permission_get_can_release g_permission_get_can_release;
6250 alias c_g_permission_impl_update g_permission_impl_update;
6251 alias c_g_permission_release g_permission_release;
6252 alias c_g_permission_release_async g_permission_release_async;
6253 alias c_g_permission_release_finish g_permission_release_finish;
6254 
6255 // gio.PollableInputStream
6256 
6257 alias c_g_pollable_input_stream_get_type g_pollable_input_stream_get_type;
6258 alias c_g_pollable_input_stream_can_poll g_pollable_input_stream_can_poll;
6259 alias c_g_pollable_input_stream_create_source g_pollable_input_stream_create_source;
6260 alias c_g_pollable_input_stream_is_readable g_pollable_input_stream_is_readable;
6261 alias c_g_pollable_input_stream_read_nonblocking g_pollable_input_stream_read_nonblocking;
6262 
6263 // gio.PollableOutputStream
6264 
6265 alias c_g_pollable_output_stream_get_type g_pollable_output_stream_get_type;
6266 alias c_g_pollable_output_stream_can_poll g_pollable_output_stream_can_poll;
6267 alias c_g_pollable_output_stream_create_source g_pollable_output_stream_create_source;
6268 alias c_g_pollable_output_stream_is_writable g_pollable_output_stream_is_writable;
6269 alias c_g_pollable_output_stream_write_nonblocking g_pollable_output_stream_write_nonblocking;
6270 
6271 // gio.PropertyAction
6272 
6273 alias c_g_property_action_get_type g_property_action_get_type;
6274 alias c_g_property_action_new g_property_action_new;
6275 
6276 // gio.Proxy
6277 
6278 alias c_g_proxy_get_type g_proxy_get_type;
6279 alias c_g_proxy_get_default_for_protocol g_proxy_get_default_for_protocol;
6280 alias c_g_proxy_connect g_proxy_connect;
6281 alias c_g_proxy_connect_async g_proxy_connect_async;
6282 alias c_g_proxy_connect_finish g_proxy_connect_finish;
6283 alias c_g_proxy_supports_hostname g_proxy_supports_hostname;
6284 
6285 // gio.ProxyAddress
6286 
6287 alias c_g_proxy_address_get_type g_proxy_address_get_type;
6288 alias c_g_proxy_address_new g_proxy_address_new;
6289 alias c_g_proxy_address_get_destination_hostname g_proxy_address_get_destination_hostname;
6290 alias c_g_proxy_address_get_destination_port g_proxy_address_get_destination_port;
6291 alias c_g_proxy_address_get_destination_protocol g_proxy_address_get_destination_protocol;
6292 alias c_g_proxy_address_get_password g_proxy_address_get_password;
6293 alias c_g_proxy_address_get_protocol g_proxy_address_get_protocol;
6294 alias c_g_proxy_address_get_uri g_proxy_address_get_uri;
6295 alias c_g_proxy_address_get_username g_proxy_address_get_username;
6296 
6297 // gio.ProxyAddressEnumerator
6298 
6299 alias c_g_proxy_address_enumerator_get_type g_proxy_address_enumerator_get_type;
6300 
6301 // gio.ProxyResolver
6302 
6303 alias c_g_proxy_resolver_get_type g_proxy_resolver_get_type;
6304 alias c_g_proxy_resolver_get_default g_proxy_resolver_get_default;
6305 alias c_g_proxy_resolver_is_supported g_proxy_resolver_is_supported;
6306 alias c_g_proxy_resolver_lookup g_proxy_resolver_lookup;
6307 alias c_g_proxy_resolver_lookup_async g_proxy_resolver_lookup_async;
6308 alias c_g_proxy_resolver_lookup_finish g_proxy_resolver_lookup_finish;
6309 
6310 // gio.RemoteActionGroup
6311 
6312 alias c_g_remote_action_group_get_type g_remote_action_group_get_type;
6313 alias c_g_remote_action_group_activate_action_full g_remote_action_group_activate_action_full;
6314 alias c_g_remote_action_group_change_action_state_full g_remote_action_group_change_action_state_full;
6315 
6316 // gio.Resolver
6317 
6318 alias c_g_resolver_get_type g_resolver_get_type;
6319 alias c_g_resolver_free_addresses g_resolver_free_addresses;
6320 alias c_g_resolver_free_targets g_resolver_free_targets;
6321 alias c_g_resolver_get_default g_resolver_get_default;
6322 alias c_g_resolver_lookup_by_address g_resolver_lookup_by_address;
6323 alias c_g_resolver_lookup_by_address_async g_resolver_lookup_by_address_async;
6324 alias c_g_resolver_lookup_by_address_finish g_resolver_lookup_by_address_finish;
6325 alias c_g_resolver_lookup_by_name g_resolver_lookup_by_name;
6326 alias c_g_resolver_lookup_by_name_async g_resolver_lookup_by_name_async;
6327 alias c_g_resolver_lookup_by_name_finish g_resolver_lookup_by_name_finish;
6328 alias c_g_resolver_lookup_records g_resolver_lookup_records;
6329 alias c_g_resolver_lookup_records_async g_resolver_lookup_records_async;
6330 alias c_g_resolver_lookup_records_finish g_resolver_lookup_records_finish;
6331 alias c_g_resolver_lookup_service g_resolver_lookup_service;
6332 alias c_g_resolver_lookup_service_async g_resolver_lookup_service_async;
6333 alias c_g_resolver_lookup_service_finish g_resolver_lookup_service_finish;
6334 alias c_g_resolver_set_default g_resolver_set_default;
6335 
6336 // gio.Resource
6337 
6338 alias c_g_resource_get_type g_resource_get_type;
6339 alias c_g_resource_new_from_data g_resource_new_from_data;
6340 alias c_g_resources_register g_resources_register;
6341 alias c_g_resources_unregister g_resources_unregister;
6342 alias c_g_resource_enumerate_children g_resource_enumerate_children;
6343 alias c_g_resource_get_info g_resource_get_info;
6344 alias c_g_resource_lookup_data g_resource_lookup_data;
6345 alias c_g_resource_open_stream g_resource_open_stream;
6346 alias c_g_resource_ref g_resource_ref;
6347 alias c_g_resource_unref g_resource_unref;
6348 alias c_g_resource_load g_resource_load;
6349 alias c_g_resources_enumerate_children g_resources_enumerate_children;
6350 alias c_g_resources_get_info g_resources_get_info;
6351 alias c_g_resources_lookup_data g_resources_lookup_data;
6352 alias c_g_resources_open_stream g_resources_open_stream;
6353 
6354 // gio.Seekable
6355 
6356 alias c_g_seekable_get_type g_seekable_get_type;
6357 alias c_g_seekable_can_seek g_seekable_can_seek;
6358 alias c_g_seekable_can_truncate g_seekable_can_truncate;
6359 alias c_g_seekable_seek g_seekable_seek;
6360 alias c_g_seekable_tell g_seekable_tell;
6361 alias c_g_seekable_truncate g_seekable_truncate;
6362 
6363 // gio.Settings
6364 
6365 alias c_g_settings_get_type g_settings_get_type;
6366 alias c_g_settings_new g_settings_new;
6367 alias c_g_settings_new_full g_settings_new_full;
6368 alias c_g_settings_new_with_backend g_settings_new_with_backend;
6369 alias c_g_settings_new_with_backend_and_path g_settings_new_with_backend_and_path;
6370 alias c_g_settings_new_with_path g_settings_new_with_path;
6371 alias c_g_settings_list_relocatable_schemas g_settings_list_relocatable_schemas;
6372 alias c_g_settings_list_schemas g_settings_list_schemas;
6373 alias c_g_settings_sync g_settings_sync;
6374 alias c_g_settings_unbind g_settings_unbind;
6375 alias c_g_settings_apply g_settings_apply;
6376 alias c_g_settings_bind g_settings_bind;
6377 alias c_g_settings_bind_with_mapping g_settings_bind_with_mapping;
6378 alias c_g_settings_bind_writable g_settings_bind_writable;
6379 alias c_g_settings_create_action g_settings_create_action;
6380 alias c_g_settings_delay g_settings_delay;
6381 alias c_g_settings_get g_settings_get;
6382 alias c_g_settings_get_boolean g_settings_get_boolean;
6383 alias c_g_settings_get_child g_settings_get_child;
6384 alias c_g_settings_get_default_value g_settings_get_default_value;
6385 alias c_g_settings_get_double g_settings_get_double;
6386 alias c_g_settings_get_enum g_settings_get_enum;
6387 alias c_g_settings_get_flags g_settings_get_flags;
6388 alias c_g_settings_get_has_unapplied g_settings_get_has_unapplied;
6389 alias c_g_settings_get_int g_settings_get_int;
6390 alias c_g_settings_get_int64 g_settings_get_int64;
6391 alias c_g_settings_get_mapped g_settings_get_mapped;
6392 alias c_g_settings_get_range g_settings_get_range;
6393 alias c_g_settings_get_string g_settings_get_string;
6394 alias c_g_settings_get_strv g_settings_get_strv;
6395 alias c_g_settings_get_uint g_settings_get_uint;
6396 alias c_g_settings_get_uint64 g_settings_get_uint64;
6397 alias c_g_settings_get_user_value g_settings_get_user_value;
6398 alias c_g_settings_get_value g_settings_get_value;
6399 alias c_g_settings_is_writable g_settings_is_writable;
6400 alias c_g_settings_list_children g_settings_list_children;
6401 alias c_g_settings_list_keys g_settings_list_keys;
6402 alias c_g_settings_range_check g_settings_range_check;
6403 alias c_g_settings_reset g_settings_reset;
6404 alias c_g_settings_revert g_settings_revert;
6405 alias c_g_settings_set g_settings_set;
6406 alias c_g_settings_set_boolean g_settings_set_boolean;
6407 alias c_g_settings_set_double g_settings_set_double;
6408 alias c_g_settings_set_enum g_settings_set_enum;
6409 alias c_g_settings_set_flags g_settings_set_flags;
6410 alias c_g_settings_set_int g_settings_set_int;
6411 alias c_g_settings_set_int64 g_settings_set_int64;
6412 alias c_g_settings_set_string g_settings_set_string;
6413 alias c_g_settings_set_strv g_settings_set_strv;
6414 alias c_g_settings_set_uint g_settings_set_uint;
6415 alias c_g_settings_set_uint64 g_settings_set_uint64;
6416 alias c_g_settings_set_value g_settings_set_value;
6417 
6418 // gio.SettingsBackend
6419 
6420 alias c_g_settings_backend_get_type g_settings_backend_get_type;
6421 alias c_g_settings_backend_flatten_tree g_settings_backend_flatten_tree;
6422 alias c_g_settings_backend_get_default g_settings_backend_get_default;
6423 alias c_g_settings_backend_changed g_settings_backend_changed;
6424 alias c_g_settings_backend_changed_tree g_settings_backend_changed_tree;
6425 alias c_g_settings_backend_keys_changed g_settings_backend_keys_changed;
6426 alias c_g_settings_backend_path_changed g_settings_backend_path_changed;
6427 alias c_g_settings_backend_path_writable_changed g_settings_backend_path_writable_changed;
6428 alias c_g_settings_backend_writable_changed g_settings_backend_writable_changed;
6429 alias c_g_keyfile_settings_backend_new g_keyfile_settings_backend_new;
6430 alias c_g_memory_settings_backend_new g_memory_settings_backend_new;
6431 alias c_g_null_settings_backend_new g_null_settings_backend_new;
6432 
6433 // gio.SettingsSchema
6434 
6435 alias c_g_settings_schema_get_type g_settings_schema_get_type;
6436 alias c_g_settings_schema_get_id g_settings_schema_get_id;
6437 alias c_g_settings_schema_get_key g_settings_schema_get_key;
6438 alias c_g_settings_schema_get_path g_settings_schema_get_path;
6439 alias c_g_settings_schema_has_key g_settings_schema_has_key;
6440 alias c_g_settings_schema_list_children g_settings_schema_list_children;
6441 alias c_g_settings_schema_list_keys g_settings_schema_list_keys;
6442 alias c_g_settings_schema_ref g_settings_schema_ref;
6443 alias c_g_settings_schema_unref g_settings_schema_unref;
6444 
6445 // gio.SettingsSchemaKey
6446 
6447 alias c_g_settings_schema_key_get_type g_settings_schema_key_get_type;
6448 alias c_g_settings_schema_key_get_default_value g_settings_schema_key_get_default_value;
6449 alias c_g_settings_schema_key_get_description g_settings_schema_key_get_description;
6450 alias c_g_settings_schema_key_get_name g_settings_schema_key_get_name;
6451 alias c_g_settings_schema_key_get_range g_settings_schema_key_get_range;
6452 alias c_g_settings_schema_key_get_summary g_settings_schema_key_get_summary;
6453 alias c_g_settings_schema_key_get_value_type g_settings_schema_key_get_value_type;
6454 alias c_g_settings_schema_key_range_check g_settings_schema_key_range_check;
6455 alias c_g_settings_schema_key_ref g_settings_schema_key_ref;
6456 alias c_g_settings_schema_key_unref g_settings_schema_key_unref;
6457 
6458 // gio.SettingsSchemaSource
6459 
6460 alias c_g_settings_schema_source_get_type g_settings_schema_source_get_type;
6461 alias c_g_settings_schema_source_new_from_directory g_settings_schema_source_new_from_directory;
6462 alias c_g_settings_schema_source_list_schemas g_settings_schema_source_list_schemas;
6463 alias c_g_settings_schema_source_lookup g_settings_schema_source_lookup;
6464 alias c_g_settings_schema_source_ref g_settings_schema_source_ref;
6465 alias c_g_settings_schema_source_unref g_settings_schema_source_unref;
6466 alias c_g_settings_schema_source_get_default g_settings_schema_source_get_default;
6467 
6468 // gio.SimpleAction
6469 
6470 alias c_g_simple_action_get_type g_simple_action_get_type;
6471 alias c_g_simple_action_new g_simple_action_new;
6472 alias c_g_simple_action_new_stateful g_simple_action_new_stateful;
6473 alias c_g_simple_action_set_enabled g_simple_action_set_enabled;
6474 alias c_g_simple_action_set_state g_simple_action_set_state;
6475 alias c_g_simple_action_set_state_hint g_simple_action_set_state_hint;
6476 
6477 // gio.SimpleActionGroup
6478 
6479 alias c_g_simple_action_group_get_type g_simple_action_group_get_type;
6480 alias c_g_simple_action_group_new g_simple_action_group_new;
6481 alias c_g_simple_action_group_add_entries g_simple_action_group_add_entries;
6482 alias c_g_simple_action_group_insert g_simple_action_group_insert;
6483 alias c_g_simple_action_group_lookup g_simple_action_group_lookup;
6484 alias c_g_simple_action_group_remove g_simple_action_group_remove;
6485 
6486 // gio.SimpleAsyncResult
6487 
6488 alias c_g_simple_async_result_get_type g_simple_async_result_get_type;
6489 alias c_g_simple_async_result_new g_simple_async_result_new;
6490 alias c_g_simple_async_result_new_error g_simple_async_result_new_error;
6491 alias c_g_simple_async_result_new_from_error g_simple_async_result_new_from_error;
6492 alias c_g_simple_async_result_new_take_error g_simple_async_result_new_take_error;
6493 alias c_g_simple_async_result_is_valid g_simple_async_result_is_valid;
6494 alias c_g_simple_async_result_complete g_simple_async_result_complete;
6495 alias c_g_simple_async_result_complete_in_idle g_simple_async_result_complete_in_idle;
6496 alias c_g_simple_async_result_get_op_res_gboolean g_simple_async_result_get_op_res_gboolean;
6497 alias c_g_simple_async_result_get_op_res_gpointer g_simple_async_result_get_op_res_gpointer;
6498 alias c_g_simple_async_result_get_op_res_gssize g_simple_async_result_get_op_res_gssize;
6499 alias c_g_simple_async_result_get_source_tag g_simple_async_result_get_source_tag;
6500 alias c_g_simple_async_result_propagate_error g_simple_async_result_propagate_error;
6501 alias c_g_simple_async_result_run_in_thread g_simple_async_result_run_in_thread;
6502 alias c_g_simple_async_result_set_check_cancellable g_simple_async_result_set_check_cancellable;
6503 alias c_g_simple_async_result_set_error g_simple_async_result_set_error;
6504 alias c_g_simple_async_result_set_error_va g_simple_async_result_set_error_va;
6505 alias c_g_simple_async_result_set_from_error g_simple_async_result_set_from_error;
6506 alias c_g_simple_async_result_set_handle_cancellation g_simple_async_result_set_handle_cancellation;
6507 alias c_g_simple_async_result_set_op_res_gboolean g_simple_async_result_set_op_res_gboolean;
6508 alias c_g_simple_async_result_set_op_res_gpointer g_simple_async_result_set_op_res_gpointer;
6509 alias c_g_simple_async_result_set_op_res_gssize g_simple_async_result_set_op_res_gssize;
6510 alias c_g_simple_async_result_take_error g_simple_async_result_take_error;
6511 alias c_g_simple_async_report_error_in_idle g_simple_async_report_error_in_idle;
6512 alias c_g_simple_async_report_gerror_in_idle g_simple_async_report_gerror_in_idle;
6513 alias c_g_simple_async_report_take_gerror_in_idle g_simple_async_report_take_gerror_in_idle;
6514 
6515 // gio.SimpleIOStream
6516 
6517 alias c_g_simple_io_stream_get_type g_simple_io_stream_get_type;
6518 alias c_g_simple_io_stream_new g_simple_io_stream_new;
6519 
6520 // gio.SimplePermission
6521 
6522 alias c_g_simple_permission_get_type g_simple_permission_get_type;
6523 alias c_g_simple_permission_new g_simple_permission_new;
6524 
6525 // gio.SimpleProxyResolver
6526 
6527 alias c_g_simple_proxy_resolver_get_type g_simple_proxy_resolver_get_type;
6528 alias c_g_simple_proxy_resolver_new g_simple_proxy_resolver_new;
6529 alias c_g_simple_proxy_resolver_set_default_proxy g_simple_proxy_resolver_set_default_proxy;
6530 alias c_g_simple_proxy_resolver_set_ignore_hosts g_simple_proxy_resolver_set_ignore_hosts;
6531 alias c_g_simple_proxy_resolver_set_uri_proxy g_simple_proxy_resolver_set_uri_proxy;
6532 
6533 // gio.Socket
6534 
6535 alias c_g_socket_get_type g_socket_get_type;
6536 alias c_g_socket_new g_socket_new;
6537 alias c_g_socket_new_from_fd g_socket_new_from_fd;
6538 alias c_g_socket_accept g_socket_accept;
6539 alias c_g_socket_bind g_socket_bind;
6540 alias c_g_socket_check_connect_result g_socket_check_connect_result;
6541 alias c_g_socket_close g_socket_close;
6542 alias c_g_socket_condition_check g_socket_condition_check;
6543 alias c_g_socket_condition_timed_wait g_socket_condition_timed_wait;
6544 alias c_g_socket_condition_wait g_socket_condition_wait;
6545 alias c_g_socket_connect g_socket_connect;
6546 alias c_g_socket_connection_factory_create_connection g_socket_connection_factory_create_connection;
6547 alias c_g_socket_create_source g_socket_create_source;
6548 alias c_g_socket_get_available_bytes g_socket_get_available_bytes;
6549 alias c_g_socket_get_blocking g_socket_get_blocking;
6550 alias c_g_socket_get_broadcast g_socket_get_broadcast;
6551 alias c_g_socket_get_credentials g_socket_get_credentials;
6552 alias c_g_socket_get_family g_socket_get_family;
6553 alias c_g_socket_get_fd g_socket_get_fd;
6554 alias c_g_socket_get_keepalive g_socket_get_keepalive;
6555 alias c_g_socket_get_listen_backlog g_socket_get_listen_backlog;
6556 alias c_g_socket_get_local_address g_socket_get_local_address;
6557 alias c_g_socket_get_multicast_loopback g_socket_get_multicast_loopback;
6558 alias c_g_socket_get_multicast_ttl g_socket_get_multicast_ttl;
6559 alias c_g_socket_get_option g_socket_get_option;
6560 alias c_g_socket_get_protocol g_socket_get_protocol;
6561 alias c_g_socket_get_remote_address g_socket_get_remote_address;
6562 alias c_g_socket_get_socket_type g_socket_get_socket_type;
6563 alias c_g_socket_get_timeout g_socket_get_timeout;
6564 alias c_g_socket_get_ttl g_socket_get_ttl;
6565 alias c_g_socket_is_closed g_socket_is_closed;
6566 alias c_g_socket_is_connected g_socket_is_connected;
6567 alias c_g_socket_join_multicast_group g_socket_join_multicast_group;
6568 alias c_g_socket_leave_multicast_group g_socket_leave_multicast_group;
6569 alias c_g_socket_listen g_socket_listen;
6570 alias c_g_socket_receive g_socket_receive;
6571 alias c_g_socket_receive_from g_socket_receive_from;
6572 alias c_g_socket_receive_message g_socket_receive_message;
6573 alias c_g_socket_receive_messages g_socket_receive_messages;
6574 alias c_g_socket_receive_with_blocking g_socket_receive_with_blocking;
6575 alias c_g_socket_send g_socket_send;
6576 alias c_g_socket_send_message g_socket_send_message;
6577 alias c_g_socket_send_messages g_socket_send_messages;
6578 alias c_g_socket_send_to g_socket_send_to;
6579 alias c_g_socket_send_with_blocking g_socket_send_with_blocking;
6580 alias c_g_socket_set_blocking g_socket_set_blocking;
6581 alias c_g_socket_set_broadcast g_socket_set_broadcast;
6582 alias c_g_socket_set_keepalive g_socket_set_keepalive;
6583 alias c_g_socket_set_listen_backlog g_socket_set_listen_backlog;
6584 alias c_g_socket_set_multicast_loopback g_socket_set_multicast_loopback;
6585 alias c_g_socket_set_multicast_ttl g_socket_set_multicast_ttl;
6586 alias c_g_socket_set_option g_socket_set_option;
6587 alias c_g_socket_set_timeout g_socket_set_timeout;
6588 alias c_g_socket_set_ttl g_socket_set_ttl;
6589 alias c_g_socket_shutdown g_socket_shutdown;
6590 alias c_g_socket_speaks_ipv4 g_socket_speaks_ipv4;
6591 
6592 // gio.SocketAddress
6593 
6594 alias c_g_socket_address_get_type g_socket_address_get_type;
6595 alias c_g_socket_address_new_from_native g_socket_address_new_from_native;
6596 alias c_g_socket_address_get_family g_socket_address_get_family;
6597 alias c_g_socket_address_get_native_size g_socket_address_get_native_size;
6598 alias c_g_socket_address_to_native g_socket_address_to_native;
6599 
6600 // gio.SocketAddressEnumerator
6601 
6602 alias c_g_socket_address_enumerator_get_type g_socket_address_enumerator_get_type;
6603 alias c_g_socket_address_enumerator_next g_socket_address_enumerator_next;
6604 alias c_g_socket_address_enumerator_next_async g_socket_address_enumerator_next_async;
6605 alias c_g_socket_address_enumerator_next_finish g_socket_address_enumerator_next_finish;
6606 
6607 // gio.SocketClient
6608 
6609 alias c_g_socket_client_get_type g_socket_client_get_type;
6610 alias c_g_socket_client_new g_socket_client_new;
6611 alias c_g_socket_client_add_application_proxy g_socket_client_add_application_proxy;
6612 alias c_g_socket_client_connect g_socket_client_connect;
6613 alias c_g_socket_client_connect_async g_socket_client_connect_async;
6614 alias c_g_socket_client_connect_finish g_socket_client_connect_finish;
6615 alias c_g_socket_client_connect_to_host g_socket_client_connect_to_host;
6616 alias c_g_socket_client_connect_to_host_async g_socket_client_connect_to_host_async;
6617 alias c_g_socket_client_connect_to_host_finish g_socket_client_connect_to_host_finish;
6618 alias c_g_socket_client_connect_to_service g_socket_client_connect_to_service;
6619 alias c_g_socket_client_connect_to_service_async g_socket_client_connect_to_service_async;
6620 alias c_g_socket_client_connect_to_service_finish g_socket_client_connect_to_service_finish;
6621 alias c_g_socket_client_connect_to_uri g_socket_client_connect_to_uri;
6622 alias c_g_socket_client_connect_to_uri_async g_socket_client_connect_to_uri_async;
6623 alias c_g_socket_client_connect_to_uri_finish g_socket_client_connect_to_uri_finish;
6624 alias c_g_socket_client_get_enable_proxy g_socket_client_get_enable_proxy;
6625 alias c_g_socket_client_get_family g_socket_client_get_family;
6626 alias c_g_socket_client_get_local_address g_socket_client_get_local_address;
6627 alias c_g_socket_client_get_protocol g_socket_client_get_protocol;
6628 alias c_g_socket_client_get_proxy_resolver g_socket_client_get_proxy_resolver;
6629 alias c_g_socket_client_get_socket_type g_socket_client_get_socket_type;
6630 alias c_g_socket_client_get_timeout g_socket_client_get_timeout;
6631 alias c_g_socket_client_get_tls g_socket_client_get_tls;
6632 alias c_g_socket_client_get_tls_validation_flags g_socket_client_get_tls_validation_flags;
6633 alias c_g_socket_client_set_enable_proxy g_socket_client_set_enable_proxy;
6634 alias c_g_socket_client_set_family g_socket_client_set_family;
6635 alias c_g_socket_client_set_local_address g_socket_client_set_local_address;
6636 alias c_g_socket_client_set_protocol g_socket_client_set_protocol;
6637 alias c_g_socket_client_set_proxy_resolver g_socket_client_set_proxy_resolver;
6638 alias c_g_socket_client_set_socket_type g_socket_client_set_socket_type;
6639 alias c_g_socket_client_set_timeout g_socket_client_set_timeout;
6640 alias c_g_socket_client_set_tls g_socket_client_set_tls;
6641 alias c_g_socket_client_set_tls_validation_flags g_socket_client_set_tls_validation_flags;
6642 
6643 // gio.SocketConnectable
6644 
6645 alias c_g_socket_connectable_get_type g_socket_connectable_get_type;
6646 alias c_g_socket_connectable_enumerate g_socket_connectable_enumerate;
6647 alias c_g_socket_connectable_proxy_enumerate g_socket_connectable_proxy_enumerate;
6648 alias c_g_socket_connectable_to_string g_socket_connectable_to_string;
6649 
6650 // gio.SocketConnection
6651 
6652 alias c_g_socket_connection_get_type g_socket_connection_get_type;
6653 alias c_g_socket_connection_factory_lookup_type g_socket_connection_factory_lookup_type;
6654 alias c_g_socket_connection_factory_register_type g_socket_connection_factory_register_type;
6655 alias c_g_socket_connection_connect g_socket_connection_connect;
6656 alias c_g_socket_connection_connect_async g_socket_connection_connect_async;
6657 alias c_g_socket_connection_connect_finish g_socket_connection_connect_finish;
6658 alias c_g_socket_connection_get_local_address g_socket_connection_get_local_address;
6659 alias c_g_socket_connection_get_remote_address g_socket_connection_get_remote_address;
6660 alias c_g_socket_connection_get_socket g_socket_connection_get_socket;
6661 alias c_g_socket_connection_is_connected g_socket_connection_is_connected;
6662 
6663 // gio.SocketControlMessage
6664 
6665 alias c_g_socket_control_message_get_type g_socket_control_message_get_type;
6666 alias c_g_socket_control_message_deserialize g_socket_control_message_deserialize;
6667 alias c_g_socket_control_message_get_level g_socket_control_message_get_level;
6668 alias c_g_socket_control_message_get_msg_type g_socket_control_message_get_msg_type;
6669 alias c_g_socket_control_message_get_size g_socket_control_message_get_size;
6670 alias c_g_socket_control_message_serialize g_socket_control_message_serialize;
6671 
6672 // gio.SocketListener
6673 
6674 alias c_g_socket_listener_get_type g_socket_listener_get_type;
6675 alias c_g_socket_listener_new g_socket_listener_new;
6676 alias c_g_socket_listener_accept g_socket_listener_accept;
6677 alias c_g_socket_listener_accept_async g_socket_listener_accept_async;
6678 alias c_g_socket_listener_accept_finish g_socket_listener_accept_finish;
6679 alias c_g_socket_listener_accept_socket g_socket_listener_accept_socket;
6680 alias c_g_socket_listener_accept_socket_async g_socket_listener_accept_socket_async;
6681 alias c_g_socket_listener_accept_socket_finish g_socket_listener_accept_socket_finish;
6682 alias c_g_socket_listener_add_address g_socket_listener_add_address;
6683 alias c_g_socket_listener_add_any_inet_port g_socket_listener_add_any_inet_port;
6684 alias c_g_socket_listener_add_inet_port g_socket_listener_add_inet_port;
6685 alias c_g_socket_listener_add_socket g_socket_listener_add_socket;
6686 alias c_g_socket_listener_close g_socket_listener_close;
6687 alias c_g_socket_listener_set_backlog g_socket_listener_set_backlog;
6688 
6689 // gio.SocketService
6690 
6691 alias c_g_socket_service_get_type g_socket_service_get_type;
6692 alias c_g_socket_service_new g_socket_service_new;
6693 alias c_g_socket_service_is_active g_socket_service_is_active;
6694 alias c_g_socket_service_start g_socket_service_start;
6695 alias c_g_socket_service_stop g_socket_service_stop;
6696 
6697 // gio.SrvTarget
6698 
6699 alias c_g_srv_target_get_type g_srv_target_get_type;
6700 alias c_g_srv_target_new g_srv_target_new;
6701 alias c_g_srv_target_copy g_srv_target_copy;
6702 alias c_g_srv_target_free g_srv_target_free;
6703 alias c_g_srv_target_get_hostname g_srv_target_get_hostname;
6704 alias c_g_srv_target_get_port g_srv_target_get_port;
6705 alias c_g_srv_target_get_priority g_srv_target_get_priority;
6706 alias c_g_srv_target_get_weight g_srv_target_get_weight;
6707 alias c_g_srv_target_list_sort g_srv_target_list_sort;
6708 
6709 // gio.StaticResource
6710 
6711 alias c_g_static_resource_fini g_static_resource_fini;
6712 alias c_g_static_resource_get_resource g_static_resource_get_resource;
6713 alias c_g_static_resource_init g_static_resource_init;
6714 
6715 // gio.Subprocess
6716 
6717 alias c_g_subprocess_get_type g_subprocess_get_type;
6718 alias c_g_subprocess_new g_subprocess_new;
6719 alias c_g_subprocess_newv g_subprocess_newv;
6720 alias c_g_subprocess_communicate g_subprocess_communicate;
6721 alias c_g_subprocess_communicate_async g_subprocess_communicate_async;
6722 alias c_g_subprocess_communicate_finish g_subprocess_communicate_finish;
6723 alias c_g_subprocess_communicate_utf8 g_subprocess_communicate_utf8;
6724 alias c_g_subprocess_communicate_utf8_async g_subprocess_communicate_utf8_async;
6725 alias c_g_subprocess_communicate_utf8_finish g_subprocess_communicate_utf8_finish;
6726 alias c_g_subprocess_force_exit g_subprocess_force_exit;
6727 alias c_g_subprocess_get_exit_status g_subprocess_get_exit_status;
6728 alias c_g_subprocess_get_identifier g_subprocess_get_identifier;
6729 alias c_g_subprocess_get_if_exited g_subprocess_get_if_exited;
6730 alias c_g_subprocess_get_if_signaled g_subprocess_get_if_signaled;
6731 alias c_g_subprocess_get_status g_subprocess_get_status;
6732 alias c_g_subprocess_get_stderr_pipe g_subprocess_get_stderr_pipe;
6733 alias c_g_subprocess_get_stdin_pipe g_subprocess_get_stdin_pipe;
6734 alias c_g_subprocess_get_stdout_pipe g_subprocess_get_stdout_pipe;
6735 alias c_g_subprocess_get_successful g_subprocess_get_successful;
6736 alias c_g_subprocess_get_term_sig g_subprocess_get_term_sig;
6737 alias c_g_subprocess_send_signal g_subprocess_send_signal;
6738 alias c_g_subprocess_wait g_subprocess_wait;
6739 alias c_g_subprocess_wait_async g_subprocess_wait_async;
6740 alias c_g_subprocess_wait_check g_subprocess_wait_check;
6741 alias c_g_subprocess_wait_check_async g_subprocess_wait_check_async;
6742 alias c_g_subprocess_wait_check_finish g_subprocess_wait_check_finish;
6743 alias c_g_subprocess_wait_finish g_subprocess_wait_finish;
6744 
6745 // gio.SubprocessLauncher
6746 
6747 alias c_g_subprocess_launcher_get_type g_subprocess_launcher_get_type;
6748 alias c_g_subprocess_launcher_new g_subprocess_launcher_new;
6749 alias c_g_subprocess_launcher_getenv g_subprocess_launcher_getenv;
6750 alias c_g_subprocess_launcher_set_child_setup g_subprocess_launcher_set_child_setup;
6751 alias c_g_subprocess_launcher_set_cwd g_subprocess_launcher_set_cwd;
6752 alias c_g_subprocess_launcher_set_environ g_subprocess_launcher_set_environ;
6753 alias c_g_subprocess_launcher_set_flags g_subprocess_launcher_set_flags;
6754 alias c_g_subprocess_launcher_set_stderr_file_path g_subprocess_launcher_set_stderr_file_path;
6755 alias c_g_subprocess_launcher_set_stdin_file_path g_subprocess_launcher_set_stdin_file_path;
6756 alias c_g_subprocess_launcher_set_stdout_file_path g_subprocess_launcher_set_stdout_file_path;
6757 alias c_g_subprocess_launcher_setenv g_subprocess_launcher_setenv;
6758 alias c_g_subprocess_launcher_spawn g_subprocess_launcher_spawn;
6759 alias c_g_subprocess_launcher_spawnv g_subprocess_launcher_spawnv;
6760 alias c_g_subprocess_launcher_take_fd g_subprocess_launcher_take_fd;
6761 alias c_g_subprocess_launcher_take_stderr_fd g_subprocess_launcher_take_stderr_fd;
6762 alias c_g_subprocess_launcher_take_stdin_fd g_subprocess_launcher_take_stdin_fd;
6763 alias c_g_subprocess_launcher_take_stdout_fd g_subprocess_launcher_take_stdout_fd;
6764 alias c_g_subprocess_launcher_unsetenv g_subprocess_launcher_unsetenv;
6765 
6766 // gio.Task
6767 
6768 alias c_g_task_get_type g_task_get_type;
6769 alias c_g_task_new g_task_new;
6770 alias c_g_task_is_valid g_task_is_valid;
6771 alias c_g_task_report_error g_task_report_error;
6772 alias c_g_task_report_new_error g_task_report_new_error;
6773 alias c_g_task_attach_source g_task_attach_source;
6774 alias c_g_task_get_cancellable g_task_get_cancellable;
6775 alias c_g_task_get_check_cancellable g_task_get_check_cancellable;
6776 alias c_g_task_get_completed g_task_get_completed;
6777 alias c_g_task_get_context g_task_get_context;
6778 alias c_g_task_get_priority g_task_get_priority;
6779 alias c_g_task_get_return_on_cancel g_task_get_return_on_cancel;
6780 alias c_g_task_get_source_object g_task_get_source_object;
6781 alias c_g_task_get_source_tag g_task_get_source_tag;
6782 alias c_g_task_get_task_data g_task_get_task_data;
6783 alias c_g_task_had_error g_task_had_error;
6784 alias c_g_task_propagate_boolean g_task_propagate_boolean;
6785 alias c_g_task_propagate_int g_task_propagate_int;
6786 alias c_g_task_propagate_pointer g_task_propagate_pointer;
6787 alias c_g_task_return_boolean g_task_return_boolean;
6788 alias c_g_task_return_error g_task_return_error;
6789 alias c_g_task_return_error_if_cancelled g_task_return_error_if_cancelled;
6790 alias c_g_task_return_int g_task_return_int;
6791 alias c_g_task_return_new_error g_task_return_new_error;
6792 alias c_g_task_return_pointer g_task_return_pointer;
6793 alias c_g_task_run_in_thread g_task_run_in_thread;
6794 alias c_g_task_run_in_thread_sync g_task_run_in_thread_sync;
6795 alias c_g_task_set_check_cancellable g_task_set_check_cancellable;
6796 alias c_g_task_set_priority g_task_set_priority;
6797 alias c_g_task_set_return_on_cancel g_task_set_return_on_cancel;
6798 alias c_g_task_set_source_tag g_task_set_source_tag;
6799 alias c_g_task_set_task_data g_task_set_task_data;
6800 
6801 // gio.TcpConnection
6802 
6803 alias c_g_tcp_connection_get_type g_tcp_connection_get_type;
6804 alias c_g_tcp_connection_get_graceful_disconnect g_tcp_connection_get_graceful_disconnect;
6805 alias c_g_tcp_connection_set_graceful_disconnect g_tcp_connection_set_graceful_disconnect;
6806 
6807 // gio.TcpWrapperConnection
6808 
6809 alias c_g_tcp_wrapper_connection_get_type g_tcp_wrapper_connection_get_type;
6810 alias c_g_tcp_wrapper_connection_new g_tcp_wrapper_connection_new;
6811 alias c_g_tcp_wrapper_connection_get_base_io_stream g_tcp_wrapper_connection_get_base_io_stream;
6812 
6813 // gio.TestDBus
6814 
6815 alias c_g_test_dbus_get_type g_test_dbus_get_type;
6816 alias c_g_test_dbus_new g_test_dbus_new;
6817 alias c_g_test_dbus_unset g_test_dbus_unset;
6818 alias c_g_test_dbus_add_service_dir g_test_dbus_add_service_dir;
6819 alias c_g_test_dbus_down g_test_dbus_down;
6820 alias c_g_test_dbus_get_bus_address g_test_dbus_get_bus_address;
6821 alias c_g_test_dbus_get_flags g_test_dbus_get_flags;
6822 alias c_g_test_dbus_stop g_test_dbus_stop;
6823 alias c_g_test_dbus_up g_test_dbus_up;
6824 
6825 // gio.ThemedIcon
6826 
6827 alias c_g_themed_icon_get_type g_themed_icon_get_type;
6828 alias c_g_themed_icon_new g_themed_icon_new;
6829 alias c_g_themed_icon_new_from_names g_themed_icon_new_from_names;
6830 alias c_g_themed_icon_new_with_default_fallbacks g_themed_icon_new_with_default_fallbacks;
6831 alias c_g_themed_icon_append_name g_themed_icon_append_name;
6832 alias c_g_themed_icon_get_names g_themed_icon_get_names;
6833 alias c_g_themed_icon_prepend_name g_themed_icon_prepend_name;
6834 
6835 // gio.ThreadedSocketService
6836 
6837 alias c_g_threaded_socket_service_get_type g_threaded_socket_service_get_type;
6838 alias c_g_threaded_socket_service_new g_threaded_socket_service_new;
6839 
6840 // gio.TlsBackend
6841 
6842 alias c_g_tls_backend_get_type g_tls_backend_get_type;
6843 alias c_g_tls_backend_get_default g_tls_backend_get_default;
6844 alias c_g_tls_backend_get_certificate_type g_tls_backend_get_certificate_type;
6845 alias c_g_tls_backend_get_client_connection_type g_tls_backend_get_client_connection_type;
6846 alias c_g_tls_backend_get_default_database g_tls_backend_get_default_database;
6847 alias c_g_tls_backend_get_dtls_client_connection_type g_tls_backend_get_dtls_client_connection_type;
6848 alias c_g_tls_backend_get_dtls_server_connection_type g_tls_backend_get_dtls_server_connection_type;
6849 alias c_g_tls_backend_get_file_database_type g_tls_backend_get_file_database_type;
6850 alias c_g_tls_backend_get_server_connection_type g_tls_backend_get_server_connection_type;
6851 alias c_g_tls_backend_supports_dtls g_tls_backend_supports_dtls;
6852 alias c_g_tls_backend_supports_tls g_tls_backend_supports_tls;
6853 
6854 // gio.TlsCertificate
6855 
6856 alias c_g_tls_certificate_get_type g_tls_certificate_get_type;
6857 alias c_g_tls_certificate_new_from_file g_tls_certificate_new_from_file;
6858 alias c_g_tls_certificate_new_from_files g_tls_certificate_new_from_files;
6859 alias c_g_tls_certificate_new_from_pem g_tls_certificate_new_from_pem;
6860 alias c_g_tls_certificate_list_new_from_file g_tls_certificate_list_new_from_file;
6861 alias c_g_tls_certificate_get_issuer g_tls_certificate_get_issuer;
6862 alias c_g_tls_certificate_is_same g_tls_certificate_is_same;
6863 alias c_g_tls_certificate_verify g_tls_certificate_verify;
6864 
6865 // gio.TlsClientConnection
6866 
6867 alias c_g_tls_client_connection_get_type g_tls_client_connection_get_type;
6868 alias c_g_tls_client_connection_new g_tls_client_connection_new;
6869 alias c_g_tls_client_connection_copy_session_state g_tls_client_connection_copy_session_state;
6870 alias c_g_tls_client_connection_get_accepted_cas g_tls_client_connection_get_accepted_cas;
6871 alias c_g_tls_client_connection_get_server_identity g_tls_client_connection_get_server_identity;
6872 alias c_g_tls_client_connection_get_use_ssl3 g_tls_client_connection_get_use_ssl3;
6873 alias c_g_tls_client_connection_get_validation_flags g_tls_client_connection_get_validation_flags;
6874 alias c_g_tls_client_connection_set_server_identity g_tls_client_connection_set_server_identity;
6875 alias c_g_tls_client_connection_set_use_ssl3 g_tls_client_connection_set_use_ssl3;
6876 alias c_g_tls_client_connection_set_validation_flags g_tls_client_connection_set_validation_flags;
6877 
6878 // gio.TlsConnection
6879 
6880 alias c_g_tls_connection_get_type g_tls_connection_get_type;
6881 alias c_g_tls_connection_emit_accept_certificate g_tls_connection_emit_accept_certificate;
6882 alias c_g_tls_connection_get_certificate g_tls_connection_get_certificate;
6883 alias c_g_tls_connection_get_database g_tls_connection_get_database;
6884 alias c_g_tls_connection_get_interaction g_tls_connection_get_interaction;
6885 alias c_g_tls_connection_get_peer_certificate g_tls_connection_get_peer_certificate;
6886 alias c_g_tls_connection_get_peer_certificate_errors g_tls_connection_get_peer_certificate_errors;
6887 alias c_g_tls_connection_get_rehandshake_mode g_tls_connection_get_rehandshake_mode;
6888 alias c_g_tls_connection_get_require_close_notify g_tls_connection_get_require_close_notify;
6889 alias c_g_tls_connection_get_use_system_certdb g_tls_connection_get_use_system_certdb;
6890 alias c_g_tls_connection_handshake g_tls_connection_handshake;
6891 alias c_g_tls_connection_handshake_async g_tls_connection_handshake_async;
6892 alias c_g_tls_connection_handshake_finish g_tls_connection_handshake_finish;
6893 alias c_g_tls_connection_set_certificate g_tls_connection_set_certificate;
6894 alias c_g_tls_connection_set_database g_tls_connection_set_database;
6895 alias c_g_tls_connection_set_interaction g_tls_connection_set_interaction;
6896 alias c_g_tls_connection_set_rehandshake_mode g_tls_connection_set_rehandshake_mode;
6897 alias c_g_tls_connection_set_require_close_notify g_tls_connection_set_require_close_notify;
6898 alias c_g_tls_connection_set_use_system_certdb g_tls_connection_set_use_system_certdb;
6899 
6900 // gio.TlsDatabase
6901 
6902 alias c_g_tls_database_get_type g_tls_database_get_type;
6903 alias c_g_tls_database_create_certificate_handle g_tls_database_create_certificate_handle;
6904 alias c_g_tls_database_lookup_certificate_for_handle g_tls_database_lookup_certificate_for_handle;
6905 alias c_g_tls_database_lookup_certificate_for_handle_async g_tls_database_lookup_certificate_for_handle_async;
6906 alias c_g_tls_database_lookup_certificate_for_handle_finish g_tls_database_lookup_certificate_for_handle_finish;
6907 alias c_g_tls_database_lookup_certificate_issuer g_tls_database_lookup_certificate_issuer;
6908 alias c_g_tls_database_lookup_certificate_issuer_async g_tls_database_lookup_certificate_issuer_async;
6909 alias c_g_tls_database_lookup_certificate_issuer_finish g_tls_database_lookup_certificate_issuer_finish;
6910 alias c_g_tls_database_lookup_certificates_issued_by g_tls_database_lookup_certificates_issued_by;
6911 alias c_g_tls_database_lookup_certificates_issued_by_async g_tls_database_lookup_certificates_issued_by_async;
6912 alias c_g_tls_database_lookup_certificates_issued_by_finish g_tls_database_lookup_certificates_issued_by_finish;
6913 alias c_g_tls_database_verify_chain g_tls_database_verify_chain;
6914 alias c_g_tls_database_verify_chain_async g_tls_database_verify_chain_async;
6915 alias c_g_tls_database_verify_chain_finish g_tls_database_verify_chain_finish;
6916 
6917 // gio.TlsFileDatabase
6918 
6919 alias c_g_tls_file_database_get_type g_tls_file_database_get_type;
6920 alias c_g_tls_file_database_new g_tls_file_database_new;
6921 
6922 // gio.TlsInteraction
6923 
6924 alias c_g_tls_interaction_get_type g_tls_interaction_get_type;
6925 alias c_g_tls_interaction_ask_password g_tls_interaction_ask_password;
6926 alias c_g_tls_interaction_ask_password_async g_tls_interaction_ask_password_async;
6927 alias c_g_tls_interaction_ask_password_finish g_tls_interaction_ask_password_finish;
6928 alias c_g_tls_interaction_invoke_ask_password g_tls_interaction_invoke_ask_password;
6929 alias c_g_tls_interaction_invoke_request_certificate g_tls_interaction_invoke_request_certificate;
6930 alias c_g_tls_interaction_request_certificate g_tls_interaction_request_certificate;
6931 alias c_g_tls_interaction_request_certificate_async g_tls_interaction_request_certificate_async;
6932 alias c_g_tls_interaction_request_certificate_finish g_tls_interaction_request_certificate_finish;
6933 
6934 // gio.TlsPassword
6935 
6936 alias c_g_tls_password_get_type g_tls_password_get_type;
6937 alias c_g_tls_password_new g_tls_password_new;
6938 alias c_g_tls_password_get_description g_tls_password_get_description;
6939 alias c_g_tls_password_get_flags g_tls_password_get_flags;
6940 alias c_g_tls_password_get_value g_tls_password_get_value;
6941 alias c_g_tls_password_get_warning g_tls_password_get_warning;
6942 alias c_g_tls_password_set_description g_tls_password_set_description;
6943 alias c_g_tls_password_set_flags g_tls_password_set_flags;
6944 alias c_g_tls_password_set_value g_tls_password_set_value;
6945 alias c_g_tls_password_set_value_full g_tls_password_set_value_full;
6946 alias c_g_tls_password_set_warning g_tls_password_set_warning;
6947 
6948 // gio.TlsServerConnection
6949 
6950 alias c_g_tls_server_connection_get_type g_tls_server_connection_get_type;
6951 alias c_g_tls_server_connection_new g_tls_server_connection_new;
6952 
6953 // gio.UnixConnection
6954 
6955 alias c_g_unix_connection_get_type g_unix_connection_get_type;
6956 alias c_g_unix_connection_receive_credentials g_unix_connection_receive_credentials;
6957 alias c_g_unix_connection_receive_credentials_async g_unix_connection_receive_credentials_async;
6958 alias c_g_unix_connection_receive_credentials_finish g_unix_connection_receive_credentials_finish;
6959 alias c_g_unix_connection_receive_fd g_unix_connection_receive_fd;
6960 alias c_g_unix_connection_send_credentials g_unix_connection_send_credentials;
6961 alias c_g_unix_connection_send_credentials_async g_unix_connection_send_credentials_async;
6962 alias c_g_unix_connection_send_credentials_finish g_unix_connection_send_credentials_finish;
6963 alias c_g_unix_connection_send_fd g_unix_connection_send_fd;
6964 
6965 // gio.UnixCredentialsMessage
6966 
6967 alias c_g_unix_credentials_message_get_type g_unix_credentials_message_get_type;
6968 alias c_g_unix_credentials_message_new g_unix_credentials_message_new;
6969 alias c_g_unix_credentials_message_new_with_credentials g_unix_credentials_message_new_with_credentials;
6970 alias c_g_unix_credentials_message_is_supported g_unix_credentials_message_is_supported;
6971 alias c_g_unix_credentials_message_get_credentials g_unix_credentials_message_get_credentials;
6972 
6973 // gio.UnixFDList
6974 
6975 alias c_g_unix_fd_list_get_type g_unix_fd_list_get_type;
6976 alias c_g_unix_fd_list_new g_unix_fd_list_new;
6977 alias c_g_unix_fd_list_new_from_array g_unix_fd_list_new_from_array;
6978 alias c_g_unix_fd_list_append g_unix_fd_list_append;
6979 alias c_g_unix_fd_list_get g_unix_fd_list_get;
6980 alias c_g_unix_fd_list_get_length g_unix_fd_list_get_length;
6981 alias c_g_unix_fd_list_peek_fds g_unix_fd_list_peek_fds;
6982 alias c_g_unix_fd_list_steal_fds g_unix_fd_list_steal_fds;
6983 
6984 // gio.UnixFDMessage
6985 
6986 alias c_g_unix_fd_message_get_type g_unix_fd_message_get_type;
6987 alias c_g_unix_fd_message_new g_unix_fd_message_new;
6988 alias c_g_unix_fd_message_new_with_fd_list g_unix_fd_message_new_with_fd_list;
6989 alias c_g_unix_fd_message_append_fd g_unix_fd_message_append_fd;
6990 alias c_g_unix_fd_message_get_fd_list g_unix_fd_message_get_fd_list;
6991 alias c_g_unix_fd_message_steal_fds g_unix_fd_message_steal_fds;
6992 
6993 // gio.UnixInputStream
6994 
6995 alias c_g_unix_input_stream_get_type g_unix_input_stream_get_type;
6996 alias c_g_unix_input_stream_new g_unix_input_stream_new;
6997 alias c_g_unix_input_stream_get_close_fd g_unix_input_stream_get_close_fd;
6998 alias c_g_unix_input_stream_get_fd g_unix_input_stream_get_fd;
6999 alias c_g_unix_input_stream_set_close_fd g_unix_input_stream_set_close_fd;
7000 
7001 // gio.UnixMountEntry
7002 
7003 alias c_g_unix_is_mount_path_system_internal g_unix_is_mount_path_system_internal;
7004 alias c_g_unix_mount_at g_unix_mount_at;
7005 alias c_g_unix_mount_compare g_unix_mount_compare;
7006 alias c_g_unix_mount_free g_unix_mount_free;
7007 alias c_g_unix_mount_get_device_path g_unix_mount_get_device_path;
7008 alias c_g_unix_mount_get_fs_type g_unix_mount_get_fs_type;
7009 alias c_g_unix_mount_get_mount_path g_unix_mount_get_mount_path;
7010 alias c_g_unix_mount_guess_can_eject g_unix_mount_guess_can_eject;
7011 alias c_g_unix_mount_guess_icon g_unix_mount_guess_icon;
7012 alias c_g_unix_mount_guess_name g_unix_mount_guess_name;
7013 alias c_g_unix_mount_guess_should_display g_unix_mount_guess_should_display;
7014 alias c_g_unix_mount_guess_symbolic_icon g_unix_mount_guess_symbolic_icon;
7015 alias c_g_unix_mount_is_readonly g_unix_mount_is_readonly;
7016 alias c_g_unix_mount_is_system_internal g_unix_mount_is_system_internal;
7017 alias c_g_unix_mount_points_changed_since g_unix_mount_points_changed_since;
7018 alias c_g_unix_mount_points_get g_unix_mount_points_get;
7019 alias c_g_unix_mounts_changed_since g_unix_mounts_changed_since;
7020 alias c_g_unix_mounts_get g_unix_mounts_get;
7021 
7022 // gio.UnixMountMonitor
7023 
7024 alias c_g_unix_mount_monitor_get_type g_unix_mount_monitor_get_type;
7025 alias c_g_unix_mount_monitor_new g_unix_mount_monitor_new;
7026 alias c_g_unix_mount_monitor_get g_unix_mount_monitor_get;
7027 alias c_g_unix_mount_monitor_set_rate_limit g_unix_mount_monitor_set_rate_limit;
7028 
7029 // gio.UnixMountPoint
7030 
7031 alias c_g_unix_mount_point_compare g_unix_mount_point_compare;
7032 alias c_g_unix_mount_point_free g_unix_mount_point_free;
7033 alias c_g_unix_mount_point_get_device_path g_unix_mount_point_get_device_path;
7034 alias c_g_unix_mount_point_get_fs_type g_unix_mount_point_get_fs_type;
7035 alias c_g_unix_mount_point_get_mount_path g_unix_mount_point_get_mount_path;
7036 alias c_g_unix_mount_point_get_options g_unix_mount_point_get_options;
7037 alias c_g_unix_mount_point_guess_can_eject g_unix_mount_point_guess_can_eject;
7038 alias c_g_unix_mount_point_guess_icon g_unix_mount_point_guess_icon;
7039 alias c_g_unix_mount_point_guess_name g_unix_mount_point_guess_name;
7040 alias c_g_unix_mount_point_guess_symbolic_icon g_unix_mount_point_guess_symbolic_icon;
7041 alias c_g_unix_mount_point_is_loopback g_unix_mount_point_is_loopback;
7042 alias c_g_unix_mount_point_is_readonly g_unix_mount_point_is_readonly;
7043 alias c_g_unix_mount_point_is_user_mountable g_unix_mount_point_is_user_mountable;
7044 
7045 // gio.UnixOutputStream
7046 
7047 alias c_g_unix_output_stream_get_type g_unix_output_stream_get_type;
7048 alias c_g_unix_output_stream_new g_unix_output_stream_new;
7049 alias c_g_unix_output_stream_get_close_fd g_unix_output_stream_get_close_fd;
7050 alias c_g_unix_output_stream_get_fd g_unix_output_stream_get_fd;
7051 alias c_g_unix_output_stream_set_close_fd g_unix_output_stream_set_close_fd;
7052 
7053 // gio.UnixSocketAddress
7054 
7055 alias c_g_unix_socket_address_get_type g_unix_socket_address_get_type;
7056 alias c_g_unix_socket_address_new g_unix_socket_address_new;
7057 alias c_g_unix_socket_address_new_abstract g_unix_socket_address_new_abstract;
7058 alias c_g_unix_socket_address_new_with_type g_unix_socket_address_new_with_type;
7059 alias c_g_unix_socket_address_abstract_names_supported g_unix_socket_address_abstract_names_supported;
7060 alias c_g_unix_socket_address_get_address_type g_unix_socket_address_get_address_type;
7061 alias c_g_unix_socket_address_get_is_abstract g_unix_socket_address_get_is_abstract;
7062 alias c_g_unix_socket_address_get_path g_unix_socket_address_get_path;
7063 alias c_g_unix_socket_address_get_path_len g_unix_socket_address_get_path_len;
7064 
7065 // gio.Vfs
7066 
7067 alias c_g_vfs_get_type g_vfs_get_type;
7068 alias c_g_vfs_get_default g_vfs_get_default;
7069 alias c_g_vfs_get_local g_vfs_get_local;
7070 alias c_g_vfs_get_file_for_path g_vfs_get_file_for_path;
7071 alias c_g_vfs_get_file_for_uri g_vfs_get_file_for_uri;
7072 alias c_g_vfs_get_supported_uri_schemes g_vfs_get_supported_uri_schemes;
7073 alias c_g_vfs_is_active g_vfs_is_active;
7074 alias c_g_vfs_parse_name g_vfs_parse_name;
7075 alias c_g_vfs_register_uri_scheme g_vfs_register_uri_scheme;
7076 alias c_g_vfs_unregister_uri_scheme g_vfs_unregister_uri_scheme;
7077 
7078 // gio.Volume
7079 
7080 alias c_g_volume_get_type g_volume_get_type;
7081 alias c_g_volume_can_eject g_volume_can_eject;
7082 alias c_g_volume_can_mount g_volume_can_mount;
7083 alias c_g_volume_eject g_volume_eject;
7084 alias c_g_volume_eject_finish g_volume_eject_finish;
7085 alias c_g_volume_eject_with_operation g_volume_eject_with_operation;
7086 alias c_g_volume_eject_with_operation_finish g_volume_eject_with_operation_finish;
7087 alias c_g_volume_enumerate_identifiers g_volume_enumerate_identifiers;
7088 alias c_g_volume_get_activation_root g_volume_get_activation_root;
7089 alias c_g_volume_get_drive g_volume_get_drive;
7090 alias c_g_volume_get_icon g_volume_get_icon;
7091 alias c_g_volume_get_identifier g_volume_get_identifier;
7092 alias c_g_volume_get_mount g_volume_get_mount;
7093 alias c_g_volume_get_name g_volume_get_name;
7094 alias c_g_volume_get_sort_key g_volume_get_sort_key;
7095 alias c_g_volume_get_symbolic_icon g_volume_get_symbolic_icon;
7096 alias c_g_volume_get_uuid g_volume_get_uuid;
7097 alias c_g_volume_mount g_volume_mount;
7098 alias c_g_volume_mount_finish g_volume_mount_finish;
7099 alias c_g_volume_should_automount g_volume_should_automount;
7100 
7101 // gio.VolumeMonitor
7102 
7103 alias c_g_volume_monitor_get_type g_volume_monitor_get_type;
7104 alias c_g_volume_monitor_adopt_orphan_mount g_volume_monitor_adopt_orphan_mount;
7105 alias c_g_volume_monitor_get g_volume_monitor_get;
7106 alias c_g_volume_monitor_get_connected_drives g_volume_monitor_get_connected_drives;
7107 alias c_g_volume_monitor_get_mount_for_uuid g_volume_monitor_get_mount_for_uuid;
7108 alias c_g_volume_monitor_get_mounts g_volume_monitor_get_mounts;
7109 alias c_g_volume_monitor_get_volume_for_uuid g_volume_monitor_get_volume_for_uuid;
7110 alias c_g_volume_monitor_get_volumes g_volume_monitor_get_volumes;
7111 
7112 // gio.ZlibCompressor
7113 
7114 alias c_g_zlib_compressor_get_type g_zlib_compressor_get_type;
7115 alias c_g_zlib_compressor_new g_zlib_compressor_new;
7116 alias c_g_zlib_compressor_get_file_info g_zlib_compressor_get_file_info;
7117 alias c_g_zlib_compressor_set_file_info g_zlib_compressor_set_file_info;
7118 
7119 // gio.ZlibDecompressor
7120 
7121 alias c_g_zlib_decompressor_get_type g_zlib_decompressor_get_type;
7122 alias c_g_zlib_decompressor_new g_zlib_decompressor_new;
7123 alias c_g_zlib_decompressor_get_file_info g_zlib_decompressor_get_file_info;
7124 
7125 // gio.PollableUtils
7126 
7127 alias c_g_pollable_source_new g_pollable_source_new;
7128 alias c_g_pollable_source_new_full g_pollable_source_new_full;
7129 alias c_g_pollable_stream_read g_pollable_stream_read;
7130 alias c_g_pollable_stream_write g_pollable_stream_write;
7131 alias c_g_pollable_stream_write_all g_pollable_stream_write_all;
7132 
7133 // gio.DBusNames
7134 
7135 alias c_g_bus_own_name g_bus_own_name;
7136 alias c_g_bus_own_name_on_connection g_bus_own_name_on_connection;
7137 alias c_g_bus_own_name_on_connection_with_closures g_bus_own_name_on_connection_with_closures;
7138 alias c_g_bus_own_name_with_closures g_bus_own_name_with_closures;
7139 alias c_g_bus_unown_name g_bus_unown_name;
7140 alias c_g_bus_unwatch_name g_bus_unwatch_name;
7141 alias c_g_bus_watch_name g_bus_watch_name;
7142 alias c_g_bus_watch_name_on_connection g_bus_watch_name_on_connection;
7143 alias c_g_bus_watch_name_on_connection_with_closures g_bus_watch_name_on_connection_with_closures;
7144 alias c_g_bus_watch_name_with_closures g_bus_watch_name_with_closures;
7145 
7146 // gio.ContentType
7147 
7148 alias c_g_content_type_can_be_executable g_content_type_can_be_executable;
7149 alias c_g_content_type_equals g_content_type_equals;
7150 alias c_g_content_type_from_mime_type g_content_type_from_mime_type;
7151 alias c_g_content_type_get_description g_content_type_get_description;
7152 alias c_g_content_type_get_generic_icon_name g_content_type_get_generic_icon_name;
7153 alias c_g_content_type_get_icon g_content_type_get_icon;
7154 alias c_g_content_type_get_mime_type g_content_type_get_mime_type;
7155 alias c_g_content_type_get_symbolic_icon g_content_type_get_symbolic_icon;
7156 alias c_g_content_type_guess g_content_type_guess;
7157 alias c_g_content_type_guess_for_tree g_content_type_guess_for_tree;
7158 alias c_g_content_type_is_a g_content_type_is_a;
7159 alias c_g_content_type_is_unknown g_content_type_is_unknown;
7160 alias c_g_content_types_get_registered g_content_types_get_registered;
7161 alias c_g_content_type_is_mime_type g_content_type_is_mime_type;
7162 
7163 // gio.DBusError
7164 
7165 alias c_g_dbus_error_encode_gerror g_dbus_error_encode_gerror;
7166 alias c_g_dbus_error_get_remote_error g_dbus_error_get_remote_error;
7167 alias c_g_dbus_error_is_remote_error g_dbus_error_is_remote_error;
7168 alias c_g_dbus_error_new_for_dbus_error g_dbus_error_new_for_dbus_error;
7169 alias c_g_dbus_error_quark g_dbus_error_quark;
7170 alias c_g_dbus_error_register_error g_dbus_error_register_error;
7171 alias c_g_dbus_error_register_error_domain g_dbus_error_register_error_domain;
7172 alias c_g_dbus_error_strip_remote_error g_dbus_error_strip_remote_error;
7173 alias c_g_dbus_error_unregister_error g_dbus_error_unregister_error;
7174 
7175 // gio.DBusUtilities
7176 
7177 alias c_g_dbus_address_escape_value g_dbus_address_escape_value;
7178 alias c_g_dbus_address_get_for_bus_sync g_dbus_address_get_for_bus_sync;
7179 alias c_g_dbus_address_get_stream g_dbus_address_get_stream;
7180 alias c_g_dbus_address_get_stream_finish g_dbus_address_get_stream_finish;
7181 alias c_g_dbus_address_get_stream_sync g_dbus_address_get_stream_sync;
7182 alias c_g_dbus_generate_guid g_dbus_generate_guid;
7183 alias c_g_dbus_gvalue_to_gvariant g_dbus_gvalue_to_gvariant;
7184 alias c_g_dbus_gvariant_to_gvalue g_dbus_gvariant_to_gvalue;
7185 alias c_g_dbus_is_address g_dbus_is_address;
7186 alias c_g_dbus_is_guid g_dbus_is_guid;
7187 alias c_g_dbus_is_interface_name g_dbus_is_interface_name;
7188 alias c_g_dbus_is_member_name g_dbus_is_member_name;
7189 alias c_g_dbus_is_name g_dbus_is_name;
7190 alias c_g_dbus_is_supported_address g_dbus_is_supported_address;
7191 alias c_g_dbus_is_unique_name g_dbus_is_unique_name;
7192 
7193 // gio.ErrorGIO
7194 
7195 alias c_g_io_error_from_errno g_io_error_from_errno;
7196 alias c_g_io_error_quark g_io_error_quark;