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