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