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.glib;
26 
27 version(Tango)
28 	private import tango.stdc.stdio;
29 else
30 	private import std.stdio;
31 
32 private import gtkc.glibtypes;
33 private import gtkc.gthreadtypes;
34 private import gtkc.Loader;
35 private import gtkc.paths;
36 
37 mixin( _shared ~ "static this()
38 {
39 	// glib.Version
40 
41 	Linker.link(glib_check_version, \"glib_check_version\", LIBRARY.GLIB);
42 
43 	// glib.Atomic
44 
45 	Linker.link(g_atomic_int_get, \"g_atomic_int_get\", LIBRARY.GLIB);
46 	Linker.link(g_atomic_int_set, \"g_atomic_int_set\", LIBRARY.GLIB);
47 	Linker.link(g_atomic_int_inc, \"g_atomic_int_inc\", LIBRARY.GLIB);
48 	Linker.link(g_atomic_int_dec_and_test, \"g_atomic_int_dec_and_test\", LIBRARY.GLIB);
49 	Linker.link(g_atomic_int_compare_and_exchange, \"g_atomic_int_compare_and_exchange\", LIBRARY.GLIB);
50 	Linker.link(g_atomic_int_add, \"g_atomic_int_add\", LIBRARY.GLIB);
51 	Linker.link(g_atomic_int_and, \"g_atomic_int_and\", LIBRARY.GLIB);
52 	Linker.link(g_atomic_int_or, \"g_atomic_int_or\", LIBRARY.GLIB);
53 	Linker.link(g_atomic_int_xor, \"g_atomic_int_xor\", LIBRARY.GLIB);
54 	Linker.link(g_atomic_pointer_get, \"g_atomic_pointer_get\", LIBRARY.GLIB);
55 	Linker.link(g_atomic_pointer_set, \"g_atomic_pointer_set\", LIBRARY.GLIB);
56 	Linker.link(g_atomic_pointer_compare_and_exchange, \"g_atomic_pointer_compare_and_exchange\", LIBRARY.GLIB);
57 	Linker.link(g_atomic_pointer_add, \"g_atomic_pointer_add\", LIBRARY.GLIB);
58 	Linker.link(g_atomic_pointer_and, \"g_atomic_pointer_and\", LIBRARY.GLIB);
59 	Linker.link(g_atomic_pointer_or, \"g_atomic_pointer_or\", LIBRARY.GLIB);
60 	Linker.link(g_atomic_pointer_xor, \"g_atomic_pointer_xor\", LIBRARY.GLIB);
61 	Linker.link(g_atomic_int_exchange_and_add, \"g_atomic_int_exchange_and_add\", LIBRARY.GLIB);
62 
63 	// glib.MainLoop
64 
65 	Linker.link(g_main_loop_new, \"g_main_loop_new\", LIBRARY.GLIB);
66 	Linker.link(g_main_loop_ref, \"g_main_loop_ref\", LIBRARY.GLIB);
67 	Linker.link(g_main_loop_unref, \"g_main_loop_unref\", LIBRARY.GLIB);
68 	Linker.link(g_main_loop_run, \"g_main_loop_run\", LIBRARY.GLIB);
69 	Linker.link(g_main_loop_quit, \"g_main_loop_quit\", LIBRARY.GLIB);
70 	Linker.link(g_main_loop_is_running, \"g_main_loop_is_running\", LIBRARY.GLIB);
71 	Linker.link(g_main_loop_get_context, \"g_main_loop_get_context\", LIBRARY.GLIB);
72 	Linker.link(g_main_depth, \"g_main_depth\", LIBRARY.GLIB);
73 	Linker.link(g_main_current_source, \"g_main_current_source\", LIBRARY.GLIB);
74 	Linker.link(g_poll, \"g_poll\", LIBRARY.GLIB);
75 
76 	// glib.MainContext
77 
78 	Linker.link(g_main_context_new, \"g_main_context_new\", LIBRARY.GLIB);
79 	Linker.link(g_main_context_ref, \"g_main_context_ref\", LIBRARY.GLIB);
80 	Linker.link(g_main_context_unref, \"g_main_context_unref\", LIBRARY.GLIB);
81 	Linker.link(g_main_context_default, \"g_main_context_default\", LIBRARY.GLIB);
82 	Linker.link(g_main_context_iteration, \"g_main_context_iteration\", LIBRARY.GLIB);
83 	Linker.link(g_main_context_pending, \"g_main_context_pending\", LIBRARY.GLIB);
84 	Linker.link(g_main_context_find_source_by_id, \"g_main_context_find_source_by_id\", LIBRARY.GLIB);
85 	Linker.link(g_main_context_find_source_by_user_data, \"g_main_context_find_source_by_user_data\", LIBRARY.GLIB);
86 	Linker.link(g_main_context_find_source_by_funcs_user_data, \"g_main_context_find_source_by_funcs_user_data\", LIBRARY.GLIB);
87 	Linker.link(g_main_context_wakeup, \"g_main_context_wakeup\", LIBRARY.GLIB);
88 	Linker.link(g_main_context_acquire, \"g_main_context_acquire\", LIBRARY.GLIB);
89 	Linker.link(g_main_context_release, \"g_main_context_release\", LIBRARY.GLIB);
90 	Linker.link(g_main_context_is_owner, \"g_main_context_is_owner\", LIBRARY.GLIB);
91 	Linker.link(g_main_context_wait, \"g_main_context_wait\", LIBRARY.GLIB);
92 	Linker.link(g_main_context_prepare, \"g_main_context_prepare\", LIBRARY.GLIB);
93 	Linker.link(g_main_context_query, \"g_main_context_query\", LIBRARY.GLIB);
94 	Linker.link(g_main_context_check, \"g_main_context_check\", LIBRARY.GLIB);
95 	Linker.link(g_main_context_dispatch, \"g_main_context_dispatch\", LIBRARY.GLIB);
96 	Linker.link(g_main_context_set_poll_func, \"g_main_context_set_poll_func\", LIBRARY.GLIB);
97 	Linker.link(g_main_context_get_poll_func, \"g_main_context_get_poll_func\", LIBRARY.GLIB);
98 	Linker.link(g_main_context_add_poll, \"g_main_context_add_poll\", LIBRARY.GLIB);
99 	Linker.link(g_main_context_remove_poll, \"g_main_context_remove_poll\", LIBRARY.GLIB);
100 	Linker.link(g_main_context_invoke, \"g_main_context_invoke\", LIBRARY.GLIB);
101 	Linker.link(g_main_context_invoke_full, \"g_main_context_invoke_full\", LIBRARY.GLIB);
102 	Linker.link(g_main_context_get_thread_default, \"g_main_context_get_thread_default\", LIBRARY.GLIB);
103 	Linker.link(g_main_context_ref_thread_default, \"g_main_context_ref_thread_default\", LIBRARY.GLIB);
104 	Linker.link(g_main_context_push_thread_default, \"g_main_context_push_thread_default\", LIBRARY.GLIB);
105 	Linker.link(g_main_context_pop_thread_default, \"g_main_context_pop_thread_default\", LIBRARY.GLIB);
106 
107 	// glib.Timeout
108 
109 	Linker.link(g_timeout_source_new, \"g_timeout_source_new\", LIBRARY.GLIB);
110 	Linker.link(g_timeout_source_new_seconds, \"g_timeout_source_new_seconds\", LIBRARY.GLIB);
111 	Linker.link(g_timeout_add, \"g_timeout_add\", LIBRARY.GLIB);
112 	Linker.link(g_timeout_add_full, \"g_timeout_add_full\", LIBRARY.GLIB);
113 	Linker.link(g_timeout_add_seconds, \"g_timeout_add_seconds\", LIBRARY.GLIB);
114 	Linker.link(g_timeout_add_seconds_full, \"g_timeout_add_seconds_full\", LIBRARY.GLIB);
115 
116 	// glib.Idle
117 
118 	Linker.link(g_idle_source_new, \"g_idle_source_new\", LIBRARY.GLIB);
119 	Linker.link(g_idle_add, \"g_idle_add\", LIBRARY.GLIB);
120 	Linker.link(g_idle_add_full, \"g_idle_add_full\", LIBRARY.GLIB);
121 	Linker.link(g_idle_remove_by_data, \"g_idle_remove_by_data\", LIBRARY.GLIB);
122 
123 	// glib.Child
124 
125 	Linker.link(g_child_watch_source_new, \"g_child_watch_source_new\", LIBRARY.GLIB);
126 	Linker.link(g_child_watch_add, \"g_child_watch_add\", LIBRARY.GLIB);
127 	Linker.link(g_child_watch_add_full, \"g_child_watch_add_full\", LIBRARY.GLIB);
128 
129 	// glib.Source
130 
131 	Linker.link(g_source_new, \"g_source_new\", LIBRARY.GLIB);
132 	Linker.link(g_source_ref, \"g_source_ref\", LIBRARY.GLIB);
133 	Linker.link(g_source_unref, \"g_source_unref\", LIBRARY.GLIB);
134 	Linker.link(g_source_set_funcs, \"g_source_set_funcs\", LIBRARY.GLIB);
135 	Linker.link(g_source_attach, \"g_source_attach\", LIBRARY.GLIB);
136 	Linker.link(g_source_destroy, \"g_source_destroy\", LIBRARY.GLIB);
137 	Linker.link(g_source_is_destroyed, \"g_source_is_destroyed\", LIBRARY.GLIB);
138 	Linker.link(g_source_set_priority, \"g_source_set_priority\", LIBRARY.GLIB);
139 	Linker.link(g_source_get_priority, \"g_source_get_priority\", LIBRARY.GLIB);
140 	Linker.link(g_source_set_can_recurse, \"g_source_set_can_recurse\", LIBRARY.GLIB);
141 	Linker.link(g_source_get_can_recurse, \"g_source_get_can_recurse\", LIBRARY.GLIB);
142 	Linker.link(g_source_get_id, \"g_source_get_id\", LIBRARY.GLIB);
143 	Linker.link(g_source_get_name, \"g_source_get_name\", LIBRARY.GLIB);
144 	Linker.link(g_source_set_name, \"g_source_set_name\", LIBRARY.GLIB);
145 	Linker.link(g_source_set_name_by_id, \"g_source_set_name_by_id\", LIBRARY.GLIB);
146 	Linker.link(g_source_get_context, \"g_source_get_context\", LIBRARY.GLIB);
147 	Linker.link(g_source_set_callback, \"g_source_set_callback\", LIBRARY.GLIB);
148 	Linker.link(g_source_set_callback_indirect, \"g_source_set_callback_indirect\", LIBRARY.GLIB);
149 	Linker.link(g_source_set_ready_time, \"g_source_set_ready_time\", LIBRARY.GLIB);
150 	Linker.link(g_source_get_ready_time, \"g_source_get_ready_time\", LIBRARY.GLIB);
151 	Linker.link(g_source_add_unix_fd, \"g_source_add_unix_fd\", LIBRARY.GLIB);
152 	Linker.link(g_source_remove_unix_fd, \"g_source_remove_unix_fd\", LIBRARY.GLIB);
153 	Linker.link(g_source_modify_unix_fd, \"g_source_modify_unix_fd\", LIBRARY.GLIB);
154 	Linker.link(g_source_query_unix_fd, \"g_source_query_unix_fd\", LIBRARY.GLIB);
155 	Linker.link(g_source_add_poll, \"g_source_add_poll\", LIBRARY.GLIB);
156 	Linker.link(g_source_remove_poll, \"g_source_remove_poll\", LIBRARY.GLIB);
157 	Linker.link(g_source_add_child_source, \"g_source_add_child_source\", LIBRARY.GLIB);
158 	Linker.link(g_source_remove_child_source, \"g_source_remove_child_source\", LIBRARY.GLIB);
159 	Linker.link(g_source_get_time, \"g_source_get_time\", LIBRARY.GLIB);
160 	Linker.link(g_source_get_current_time, \"g_source_get_current_time\", LIBRARY.GLIB);
161 	Linker.link(g_source_remove, \"g_source_remove\", LIBRARY.GLIB);
162 	Linker.link(g_source_remove_by_funcs_user_data, \"g_source_remove_by_funcs_user_data\", LIBRARY.GLIB);
163 	Linker.link(g_source_remove_by_user_data, \"g_source_remove_by_user_data\", LIBRARY.GLIB);
164 
165 	// glib.ThreadPool
166 
167 	Linker.link(g_thread_pool_new, \"g_thread_pool_new\", LIBRARY.GLIB);
168 	Linker.link(g_thread_pool_push, \"g_thread_pool_push\", LIBRARY.GLIB);
169 	Linker.link(g_thread_pool_set_max_threads, \"g_thread_pool_set_max_threads\", LIBRARY.GLIB);
170 	Linker.link(g_thread_pool_get_max_threads, \"g_thread_pool_get_max_threads\", LIBRARY.GLIB);
171 	Linker.link(g_thread_pool_get_num_threads, \"g_thread_pool_get_num_threads\", LIBRARY.GLIB);
172 	Linker.link(g_thread_pool_unprocessed, \"g_thread_pool_unprocessed\", LIBRARY.GLIB);
173 	Linker.link(g_thread_pool_free, \"g_thread_pool_free\", LIBRARY.GLIB);
174 	Linker.link(g_thread_pool_set_max_unused_threads, \"g_thread_pool_set_max_unused_threads\", LIBRARY.GLIB);
175 	Linker.link(g_thread_pool_get_max_unused_threads, \"g_thread_pool_get_max_unused_threads\", LIBRARY.GLIB);
176 	Linker.link(g_thread_pool_get_num_unused_threads, \"g_thread_pool_get_num_unused_threads\", LIBRARY.GLIB);
177 	Linker.link(g_thread_pool_stop_unused_threads, \"g_thread_pool_stop_unused_threads\", LIBRARY.GLIB);
178 	Linker.link(g_thread_pool_set_sort_function, \"g_thread_pool_set_sort_function\", LIBRARY.GLIB);
179 	Linker.link(g_thread_pool_set_max_idle_time, \"g_thread_pool_set_max_idle_time\", LIBRARY.GLIB);
180 	Linker.link(g_thread_pool_get_max_idle_time, \"g_thread_pool_get_max_idle_time\", LIBRARY.GLIB);
181 
182 	// glib.AsyncQueue
183 
184 	Linker.link(g_async_queue_new, \"g_async_queue_new\", LIBRARY.GLIB);
185 	Linker.link(g_async_queue_new_full, \"g_async_queue_new_full\", LIBRARY.GLIB);
186 	Linker.link(g_async_queue_ref, \"g_async_queue_ref\", LIBRARY.GLIB);
187 	Linker.link(g_async_queue_unref, \"g_async_queue_unref\", LIBRARY.GLIB);
188 	Linker.link(g_async_queue_push, \"g_async_queue_push\", LIBRARY.GLIB);
189 	Linker.link(g_async_queue_push_sorted, \"g_async_queue_push_sorted\", LIBRARY.GLIB);
190 	Linker.link(g_async_queue_pop, \"g_async_queue_pop\", LIBRARY.GLIB);
191 	Linker.link(g_async_queue_try_pop, \"g_async_queue_try_pop\", LIBRARY.GLIB);
192 	Linker.link(g_async_queue_timeout_pop, \"g_async_queue_timeout_pop\", LIBRARY.GLIB);
193 	Linker.link(g_async_queue_length, \"g_async_queue_length\", LIBRARY.GLIB);
194 	Linker.link(g_async_queue_sort, \"g_async_queue_sort\", LIBRARY.GLIB);
195 	Linker.link(g_async_queue_lock, \"g_async_queue_lock\", LIBRARY.GLIB);
196 	Linker.link(g_async_queue_unlock, \"g_async_queue_unlock\", LIBRARY.GLIB);
197 	Linker.link(g_async_queue_ref_unlocked, \"g_async_queue_ref_unlocked\", LIBRARY.GLIB);
198 	Linker.link(g_async_queue_unref_and_unlock, \"g_async_queue_unref_and_unlock\", LIBRARY.GLIB);
199 	Linker.link(g_async_queue_push_unlocked, \"g_async_queue_push_unlocked\", LIBRARY.GLIB);
200 	Linker.link(g_async_queue_push_sorted_unlocked, \"g_async_queue_push_sorted_unlocked\", LIBRARY.GLIB);
201 	Linker.link(g_async_queue_pop_unlocked, \"g_async_queue_pop_unlocked\", LIBRARY.GLIB);
202 	Linker.link(g_async_queue_try_pop_unlocked, \"g_async_queue_try_pop_unlocked\", LIBRARY.GLIB);
203 	Linker.link(g_async_queue_timeout_pop_unlocked, \"g_async_queue_timeout_pop_unlocked\", LIBRARY.GLIB);
204 	Linker.link(g_async_queue_length_unlocked, \"g_async_queue_length_unlocked\", LIBRARY.GLIB);
205 	Linker.link(g_async_queue_sort_unlocked, \"g_async_queue_sort_unlocked\", LIBRARY.GLIB);
206 	Linker.link(g_async_queue_timed_pop, \"g_async_queue_timed_pop\", LIBRARY.GLIB);
207 	Linker.link(g_async_queue_timed_pop_unlocked, \"g_async_queue_timed_pop_unlocked\", LIBRARY.GLIB);
208 
209 	// glib.Module
210 
211 	Linker.link(g_module_supported, \"g_module_supported\", LIBRARY.GLIB, LIBRARY.GMODULE);
212 	Linker.link(g_module_build_path, \"g_module_build_path\", LIBRARY.GLIB, LIBRARY.GMODULE);
213 	Linker.link(g_module_open, \"g_module_open"~ _utfPostfix ~"\", LIBRARY.GLIB, LIBRARY.GMODULE);
214 	Linker.link(g_module_symbol, \"g_module_symbol\", LIBRARY.GLIB, LIBRARY.GMODULE);
215 	Linker.link(g_module_name, \"g_module_name"~ _utfPostfix ~"\", LIBRARY.GLIB, LIBRARY.GMODULE);
216 	Linker.link(g_module_make_resident, \"g_module_make_resident\", LIBRARY.GLIB, LIBRARY.GMODULE);
217 	Linker.link(g_module_close, \"g_module_close\", LIBRARY.GLIB, LIBRARY.GMODULE);
218 	Linker.link(g_module_error, \"g_module_error\", LIBRARY.GLIB, LIBRARY.GMODULE);
219 
220 	// glib.Memory
221 
222 	Linker.link(g_malloc, \"g_malloc\", LIBRARY.GLIB);
223 	Linker.link(g_malloc0, \"g_malloc0\", LIBRARY.GLIB);
224 	Linker.link(g_realloc, \"g_realloc\", LIBRARY.GLIB);
225 	Linker.link(g_try_malloc, \"g_try_malloc\", LIBRARY.GLIB);
226 	Linker.link(g_try_malloc0, \"g_try_malloc0\", LIBRARY.GLIB);
227 	Linker.link(g_try_realloc, \"g_try_realloc\", LIBRARY.GLIB);
228 	Linker.link(g_malloc_n, \"g_malloc_n\", LIBRARY.GLIB);
229 	Linker.link(g_malloc0_n, \"g_malloc0_n\", LIBRARY.GLIB);
230 	Linker.link(g_realloc_n, \"g_realloc_n\", LIBRARY.GLIB);
231 	Linker.link(g_try_malloc_n, \"g_try_malloc_n\", LIBRARY.GLIB);
232 	Linker.link(g_try_malloc0_n, \"g_try_malloc0_n\", LIBRARY.GLIB);
233 	Linker.link(g_try_realloc_n, \"g_try_realloc_n\", LIBRARY.GLIB);
234 	Linker.link(g_free, \"g_free\", LIBRARY.GLIB);
235 	Linker.link(g_clear_pointer, \"g_clear_pointer\", LIBRARY.GLIB);
236 	Linker.link(g_memdup, \"g_memdup\", LIBRARY.GLIB);
237 	Linker.link(g_mem_set_vtable, \"g_mem_set_vtable\", LIBRARY.GLIB);
238 	Linker.link(g_mem_is_system_malloc, \"g_mem_is_system_malloc\", LIBRARY.GLIB);
239 	Linker.link(g_mem_profile, \"g_mem_profile\", LIBRARY.GLIB);
240 
241 	// glib.MemorySlice
242 
243 	Linker.link(g_slice_alloc, \"g_slice_alloc\", LIBRARY.GLIB);
244 	Linker.link(g_slice_alloc0, \"g_slice_alloc0\", LIBRARY.GLIB);
245 	Linker.link(g_slice_copy, \"g_slice_copy\", LIBRARY.GLIB);
246 	Linker.link(g_slice_free1, \"g_slice_free1\", LIBRARY.GLIB);
247 	Linker.link(g_slice_free_chain_with_offset, \"g_slice_free_chain_with_offset\", LIBRARY.GLIB);
248 
249 	// glib.IOChannel
250 
251 	Linker.link(g_io_channel_unix_new, \"g_io_channel_unix_new\", LIBRARY.GLIB);
252 	Linker.link(g_io_channel_unix_get_fd, \"g_io_channel_unix_get_fd\", LIBRARY.GLIB);
253 	Linker.link(g_io_channel_win32_new_fd, \"g_io_channel_win32_new_fd\", LIBRARY.GLIB);
254 	Linker.link(g_io_channel_win32_new_socket, \"g_io_channel_win32_new_socket\", LIBRARY.GLIB);
255 	Linker.link(g_io_channel_win32_new_messages, \"g_io_channel_win32_new_messages\", LIBRARY.GLIB);
256 	Linker.link(g_io_channel_init, \"g_io_channel_init\", LIBRARY.GLIB);
257 	Linker.link(g_io_channel_new_file, \"g_io_channel_new_file\", LIBRARY.GLIB);
258 	Linker.link(g_io_channel_read_chars, \"g_io_channel_read_chars\", LIBRARY.GLIB);
259 	Linker.link(g_io_channel_read_unichar, \"g_io_channel_read_unichar\", LIBRARY.GLIB);
260 	Linker.link(g_io_channel_read_line, \"g_io_channel_read_line\", LIBRARY.GLIB);
261 	Linker.link(g_io_channel_read_line_string, \"g_io_channel_read_line_string\", LIBRARY.GLIB);
262 	Linker.link(g_io_channel_read_to_end, \"g_io_channel_read_to_end\", LIBRARY.GLIB);
263 	Linker.link(g_io_channel_write_chars, \"g_io_channel_write_chars\", LIBRARY.GLIB);
264 	Linker.link(g_io_channel_write_unichar, \"g_io_channel_write_unichar\", LIBRARY.GLIB);
265 	Linker.link(g_io_channel_flush, \"g_io_channel_flush\", LIBRARY.GLIB);
266 	Linker.link(g_io_channel_seek_position, \"g_io_channel_seek_position\", LIBRARY.GLIB);
267 	Linker.link(g_io_channel_shutdown, \"g_io_channel_shutdown\", LIBRARY.GLIB);
268 	Linker.link(g_io_channel_error_from_errno, \"g_io_channel_error_from_errno\", LIBRARY.GLIB);
269 	Linker.link(g_io_channel_ref, \"g_io_channel_ref\", LIBRARY.GLIB);
270 	Linker.link(g_io_channel_unref, \"g_io_channel_unref\", LIBRARY.GLIB);
271 	Linker.link(g_io_create_watch, \"g_io_create_watch\", LIBRARY.GLIB);
272 	Linker.link(g_io_add_watch, \"g_io_add_watch\", LIBRARY.GLIB);
273 	Linker.link(g_io_add_watch_full, \"g_io_add_watch_full\", LIBRARY.GLIB);
274 	Linker.link(g_io_channel_get_buffer_size, \"g_io_channel_get_buffer_size\", LIBRARY.GLIB);
275 	Linker.link(g_io_channel_set_buffer_size, \"g_io_channel_set_buffer_size\", LIBRARY.GLIB);
276 	Linker.link(g_io_channel_get_buffer_condition, \"g_io_channel_get_buffer_condition\", LIBRARY.GLIB);
277 	Linker.link(g_io_channel_get_flags, \"g_io_channel_get_flags\", LIBRARY.GLIB);
278 	Linker.link(g_io_channel_set_flags, \"g_io_channel_set_flags\", LIBRARY.GLIB);
279 	Linker.link(g_io_channel_get_line_term, \"g_io_channel_get_line_term\", LIBRARY.GLIB);
280 	Linker.link(g_io_channel_set_line_term, \"g_io_channel_set_line_term\", LIBRARY.GLIB);
281 	Linker.link(g_io_channel_get_buffered, \"g_io_channel_get_buffered\", LIBRARY.GLIB);
282 	Linker.link(g_io_channel_set_buffered, \"g_io_channel_set_buffered\", LIBRARY.GLIB);
283 	Linker.link(g_io_channel_get_encoding, \"g_io_channel_get_encoding\", LIBRARY.GLIB);
284 	Linker.link(g_io_channel_set_encoding, \"g_io_channel_set_encoding\", LIBRARY.GLIB);
285 	Linker.link(g_io_channel_get_close_on_unref, \"g_io_channel_get_close_on_unref\", LIBRARY.GLIB);
286 	Linker.link(g_io_channel_set_close_on_unref, \"g_io_channel_set_close_on_unref\", LIBRARY.GLIB);
287 	Linker.link(g_io_channel_read, \"g_io_channel_read\", LIBRARY.GLIB);
288 	Linker.link(g_io_channel_write, \"g_io_channel_write\", LIBRARY.GLIB);
289 	Linker.link(g_io_channel_seek, \"g_io_channel_seek\", LIBRARY.GLIB);
290 	Linker.link(g_io_channel_close, \"g_io_channel_close\", LIBRARY.GLIB);
291 
292 	// glib.ErrorG
293 
294 	Linker.link(g_error_new, \"g_error_new\", LIBRARY.GLIB);
295 	Linker.link(g_error_new_literal, \"g_error_new_literal\", LIBRARY.GLIB);
296 	Linker.link(g_error_new_valist, \"g_error_new_valist\", LIBRARY.GLIB);
297 	Linker.link(g_error_free, \"g_error_free\", LIBRARY.GLIB);
298 	Linker.link(g_error_copy, \"g_error_copy\", LIBRARY.GLIB);
299 	Linker.link(g_error_matches, \"g_error_matches\", LIBRARY.GLIB);
300 	Linker.link(g_set_error, \"g_set_error\", LIBRARY.GLIB);
301 	Linker.link(g_set_error_literal, \"g_set_error_literal\", LIBRARY.GLIB);
302 	Linker.link(g_propagate_error, \"g_propagate_error\", LIBRARY.GLIB);
303 	Linker.link(g_clear_error, \"g_clear_error\", LIBRARY.GLIB);
304 	Linker.link(g_prefix_error, \"g_prefix_error\", LIBRARY.GLIB);
305 	Linker.link(g_propagate_prefixed_error, \"g_propagate_prefixed_error\", LIBRARY.GLIB);
306 
307 	// glib.
308 
309 
310 	// glib.
311 
312 
313 	// glib.Messages
314 
315 	Linker.link(g_print, \"g_print\", LIBRARY.GLIB);
316 	Linker.link(g_set_print_handler, \"g_set_print_handler\", LIBRARY.GLIB);
317 	Linker.link(g_printerr, \"g_printerr\", LIBRARY.GLIB);
318 	Linker.link(g_set_printerr_handler, \"g_set_printerr_handler\", LIBRARY.GLIB);
319 	Linker.link(g_on_error_query, \"g_on_error_query\", LIBRARY.GLIB);
320 	Linker.link(g_on_error_stack_trace, \"g_on_error_stack_trace\", LIBRARY.GLIB);
321 
322 	// glib.MessageLog
323 
324 	Linker.link(g_log, \"g_log\", LIBRARY.GLIB);
325 	Linker.link(g_logv, \"g_logv\", LIBRARY.GLIB);
326 	Linker.link(g_log_set_handler, \"g_log_set_handler\", LIBRARY.GLIB);
327 	Linker.link(g_log_remove_handler, \"g_log_remove_handler\", LIBRARY.GLIB);
328 	Linker.link(g_log_set_always_fatal, \"g_log_set_always_fatal\", LIBRARY.GLIB);
329 	Linker.link(g_log_set_fatal_mask, \"g_log_set_fatal_mask\", LIBRARY.GLIB);
330 	Linker.link(g_log_default_handler, \"g_log_default_handler\", LIBRARY.GLIB);
331 	Linker.link(g_log_set_default_handler, \"g_log_set_default_handler\", LIBRARY.GLIB);
332 
333 	// glib.Str
334 
335 	Linker.link(g_strdup, \"g_strdup\", LIBRARY.GLIB);
336 	Linker.link(g_strndup, \"g_strndup\", LIBRARY.GLIB);
337 	Linker.link(g_strdupv, \"g_strdupv\", LIBRARY.GLIB);
338 	Linker.link(g_strnfill, \"g_strnfill\", LIBRARY.GLIB);
339 	Linker.link(g_stpcpy, \"g_stpcpy\", LIBRARY.GLIB);
340 	Linker.link(g_strstr_len, \"g_strstr_len\", LIBRARY.GLIB);
341 	Linker.link(g_strrstr, \"g_strrstr\", LIBRARY.GLIB);
342 	Linker.link(g_strrstr_len, \"g_strrstr_len\", LIBRARY.GLIB);
343 	Linker.link(g_str_has_prefix, \"g_str_has_prefix\", LIBRARY.GLIB);
344 	Linker.link(g_str_has_suffix, \"g_str_has_suffix\", LIBRARY.GLIB);
345 	Linker.link(g_strcmp0, \"g_strcmp0\", LIBRARY.GLIB);
346 	Linker.link(g_strlcpy, \"g_strlcpy\", LIBRARY.GLIB);
347 	Linker.link(g_strlcat, \"g_strlcat\", LIBRARY.GLIB);
348 	Linker.link(g_strdup_printf, \"g_strdup_printf\", LIBRARY.GLIB);
349 	Linker.link(g_strdup_vprintf, \"g_strdup_vprintf\", LIBRARY.GLIB);
350 	Linker.link(g_printf, \"g_printf\", LIBRARY.GLIB);
351 	Linker.link(g_vprintf, \"g_vprintf\", LIBRARY.GLIB);
352 	Linker.link(g_fprintf, \"g_fprintf\", LIBRARY.GLIB);
353 	Linker.link(g_vfprintf, \"g_vfprintf\", LIBRARY.GLIB);
354 	Linker.link(g_sprintf, \"g_sprintf\", LIBRARY.GLIB);
355 	Linker.link(g_vsprintf, \"g_vsprintf\", LIBRARY.GLIB);
356 	Linker.link(g_snprintf, \"g_snprintf\", LIBRARY.GLIB);
357 	Linker.link(g_vsnprintf, \"g_vsnprintf\", LIBRARY.GLIB);
358 	Linker.link(g_vasprintf, \"g_vasprintf\", LIBRARY.GLIB);
359 	Linker.link(g_printf_string_upper_bound, \"g_printf_string_upper_bound\", LIBRARY.GLIB);
360 	Linker.link(g_ascii_isalnum, \"g_ascii_isalnum\", LIBRARY.GLIB);
361 	Linker.link(g_ascii_isalpha, \"g_ascii_isalpha\", LIBRARY.GLIB);
362 	Linker.link(g_ascii_iscntrl, \"g_ascii_iscntrl\", LIBRARY.GLIB);
363 	Linker.link(g_ascii_isdigit, \"g_ascii_isdigit\", LIBRARY.GLIB);
364 	Linker.link(g_ascii_isgraph, \"g_ascii_isgraph\", LIBRARY.GLIB);
365 	Linker.link(g_ascii_islower, \"g_ascii_islower\", LIBRARY.GLIB);
366 	Linker.link(g_ascii_isprint, \"g_ascii_isprint\", LIBRARY.GLIB);
367 	Linker.link(g_ascii_ispunct, \"g_ascii_ispunct\", LIBRARY.GLIB);
368 	Linker.link(g_ascii_isspace, \"g_ascii_isspace\", LIBRARY.GLIB);
369 	Linker.link(g_ascii_isupper, \"g_ascii_isupper\", LIBRARY.GLIB);
370 	Linker.link(g_ascii_isxdigit, \"g_ascii_isxdigit\", LIBRARY.GLIB);
371 	Linker.link(g_ascii_digit_value, \"g_ascii_digit_value\", LIBRARY.GLIB);
372 	Linker.link(g_ascii_xdigit_value, \"g_ascii_xdigit_value\", LIBRARY.GLIB);
373 	Linker.link(g_ascii_strcasecmp, \"g_ascii_strcasecmp\", LIBRARY.GLIB);
374 	Linker.link(g_ascii_strncasecmp, \"g_ascii_strncasecmp\", LIBRARY.GLIB);
375 	Linker.link(g_ascii_strup, \"g_ascii_strup\", LIBRARY.GLIB);
376 	Linker.link(g_ascii_strdown, \"g_ascii_strdown\", LIBRARY.GLIB);
377 	Linker.link(g_ascii_tolower, \"g_ascii_tolower\", LIBRARY.GLIB);
378 	Linker.link(g_ascii_toupper, \"g_ascii_toupper\", LIBRARY.GLIB);
379 	Linker.link(g_string_ascii_up, \"g_string_ascii_up\", LIBRARY.GLIB);
380 	Linker.link(g_string_ascii_down, \"g_string_ascii_down\", LIBRARY.GLIB);
381 	Linker.link(g_strup, \"g_strup\", LIBRARY.GLIB);
382 	Linker.link(g_strdown, \"g_strdown\", LIBRARY.GLIB);
383 	Linker.link(g_strcasecmp, \"g_strcasecmp\", LIBRARY.GLIB);
384 	Linker.link(g_strncasecmp, \"g_strncasecmp\", LIBRARY.GLIB);
385 	Linker.link(g_strreverse, \"g_strreverse\", LIBRARY.GLIB);
386 	Linker.link(g_ascii_strtoll, \"g_ascii_strtoll\", LIBRARY.GLIB);
387 	Linker.link(g_ascii_strtoull, \"g_ascii_strtoull\", LIBRARY.GLIB);
388 	Linker.link(g_ascii_strtod, \"g_ascii_strtod\", LIBRARY.GLIB);
389 	Linker.link(g_ascii_dtostr, \"g_ascii_dtostr\", LIBRARY.GLIB);
390 	Linker.link(g_ascii_formatd, \"g_ascii_formatd\", LIBRARY.GLIB);
391 	Linker.link(g_strtod, \"g_strtod\", LIBRARY.GLIB);
392 	Linker.link(g_strchug, \"g_strchug\", LIBRARY.GLIB);
393 	Linker.link(g_strchomp, \"g_strchomp\", LIBRARY.GLIB);
394 	Linker.link(g_strdelimit, \"g_strdelimit\", LIBRARY.GLIB);
395 	Linker.link(g_strescape, \"g_strescape\", LIBRARY.GLIB);
396 	Linker.link(g_strcompress, \"g_strcompress\", LIBRARY.GLIB);
397 	Linker.link(g_strcanon, \"g_strcanon\", LIBRARY.GLIB);
398 	Linker.link(g_strsplit, \"g_strsplit\", LIBRARY.GLIB);
399 	Linker.link(g_strsplit_set, \"g_strsplit_set\", LIBRARY.GLIB);
400 	Linker.link(g_strfreev, \"g_strfreev\", LIBRARY.GLIB);
401 	Linker.link(g_strconcat, \"g_strconcat\", LIBRARY.GLIB);
402 	Linker.link(g_strjoin, \"g_strjoin\", LIBRARY.GLIB);
403 	Linker.link(g_strjoinv, \"g_strjoinv\", LIBRARY.GLIB);
404 	Linker.link(g_strv_length, \"g_strv_length\", LIBRARY.GLIB);
405 	Linker.link(g_strerror, \"g_strerror\", LIBRARY.GLIB);
406 	Linker.link(g_strsignal, \"g_strsignal\", LIBRARY.GLIB);
407 
408 	// glib.CharacterSet
409 
410 	Linker.link(g_convert, \"g_convert\", LIBRARY.GLIB);
411 	Linker.link(g_convert_with_fallback, \"g_convert_with_fallback\", LIBRARY.GLIB);
412 	Linker.link(g_convert_with_iconv, \"g_convert_with_iconv\", LIBRARY.GLIB);
413 	Linker.link(g_iconv_open, \"g_iconv_open\", LIBRARY.GLIB);
414 	Linker.link(g_iconv, \"g_iconv\", LIBRARY.GLIB);
415 	Linker.link(g_iconv_close, \"g_iconv_close\", LIBRARY.GLIB);
416 	Linker.link(g_locale_to_utf8, \"g_locale_to_utf8\", LIBRARY.GLIB);
417 	Linker.link(g_filename_to_utf8, \"g_filename_to_utf8\", LIBRARY.GLIB);
418 	Linker.link(g_filename_from_utf8, \"g_filename_from_utf8\", LIBRARY.GLIB);
419 	Linker.link(g_get_filename_charsets, \"g_get_filename_charsets\", LIBRARY.GLIB);
420 	Linker.link(g_filename_display_name, \"g_filename_display_name\", LIBRARY.GLIB);
421 	Linker.link(g_filename_display_basename, \"g_filename_display_basename\", LIBRARY.GLIB);
422 	Linker.link(g_locale_from_utf8, \"g_locale_from_utf8\", LIBRARY.GLIB);
423 	Linker.link(g_get_charset, \"g_get_charset\", LIBRARY.GLIB);
424 	Linker.link(g_get_codeset, \"g_get_codeset\", LIBRARY.GLIB);
425 
426 	// glib.Unicode
427 
428 	Linker.link(g_unichar_validate, \"g_unichar_validate\", LIBRARY.GLIB);
429 	Linker.link(g_unichar_isalnum, \"g_unichar_isalnum\", LIBRARY.GLIB);
430 	Linker.link(g_unichar_isalpha, \"g_unichar_isalpha\", LIBRARY.GLIB);
431 	Linker.link(g_unichar_iscntrl, \"g_unichar_iscntrl\", LIBRARY.GLIB);
432 	Linker.link(g_unichar_isdefined, \"g_unichar_isdefined\", LIBRARY.GLIB);
433 	Linker.link(g_unichar_isdigit, \"g_unichar_isdigit\", LIBRARY.GLIB);
434 	Linker.link(g_unichar_isgraph, \"g_unichar_isgraph\", LIBRARY.GLIB);
435 	Linker.link(g_unichar_islower, \"g_unichar_islower\", LIBRARY.GLIB);
436 	Linker.link(g_unichar_ismark, \"g_unichar_ismark\", LIBRARY.GLIB);
437 	Linker.link(g_unichar_isprint, \"g_unichar_isprint\", LIBRARY.GLIB);
438 	Linker.link(g_unichar_ispunct, \"g_unichar_ispunct\", LIBRARY.GLIB);
439 	Linker.link(g_unichar_isspace, \"g_unichar_isspace\", LIBRARY.GLIB);
440 	Linker.link(g_unichar_istitle, \"g_unichar_istitle\", LIBRARY.GLIB);
441 	Linker.link(g_unichar_isupper, \"g_unichar_isupper\", LIBRARY.GLIB);
442 	Linker.link(g_unichar_isxdigit, \"g_unichar_isxdigit\", LIBRARY.GLIB);
443 	Linker.link(g_unichar_iswide, \"g_unichar_iswide\", LIBRARY.GLIB);
444 	Linker.link(g_unichar_iswide_cjk, \"g_unichar_iswide_cjk\", LIBRARY.GLIB);
445 	Linker.link(g_unichar_iszerowidth, \"g_unichar_iszerowidth\", LIBRARY.GLIB);
446 	Linker.link(g_unichar_toupper, \"g_unichar_toupper\", LIBRARY.GLIB);
447 	Linker.link(g_unichar_tolower, \"g_unichar_tolower\", LIBRARY.GLIB);
448 	Linker.link(g_unichar_totitle, \"g_unichar_totitle\", LIBRARY.GLIB);
449 	Linker.link(g_unichar_digit_value, \"g_unichar_digit_value\", LIBRARY.GLIB);
450 	Linker.link(g_unichar_xdigit_value, \"g_unichar_xdigit_value\", LIBRARY.GLIB);
451 	Linker.link(g_unichar_compose, \"g_unichar_compose\", LIBRARY.GLIB);
452 	Linker.link(g_unichar_decompose, \"g_unichar_decompose\", LIBRARY.GLIB);
453 	Linker.link(g_unichar_fully_decompose, \"g_unichar_fully_decompose\", LIBRARY.GLIB);
454 	Linker.link(g_unichar_type, \"g_unichar_type\", LIBRARY.GLIB);
455 	Linker.link(g_unichar_break_type, \"g_unichar_break_type\", LIBRARY.GLIB);
456 	Linker.link(g_unichar_combining_class, \"g_unichar_combining_class\", LIBRARY.GLIB);
457 	Linker.link(g_unicode_canonical_ordering, \"g_unicode_canonical_ordering\", LIBRARY.GLIB);
458 	Linker.link(g_unicode_canonical_decomposition, \"g_unicode_canonical_decomposition\", LIBRARY.GLIB);
459 	Linker.link(g_unichar_get_mirror_char, \"g_unichar_get_mirror_char\", LIBRARY.GLIB);
460 	Linker.link(g_unichar_get_script, \"g_unichar_get_script\", LIBRARY.GLIB);
461 	Linker.link(g_unicode_script_from_iso15924, \"g_unicode_script_from_iso15924\", LIBRARY.GLIB);
462 	Linker.link(g_unicode_script_to_iso15924, \"g_unicode_script_to_iso15924\", LIBRARY.GLIB);
463 	Linker.link(g_utf8_get_char, \"g_utf8_get_char\", LIBRARY.GLIB);
464 	Linker.link(g_utf8_get_char_validated, \"g_utf8_get_char_validated\", LIBRARY.GLIB);
465 	Linker.link(g_utf8_offset_to_pointer, \"g_utf8_offset_to_pointer\", LIBRARY.GLIB);
466 	Linker.link(g_utf8_pointer_to_offset, \"g_utf8_pointer_to_offset\", LIBRARY.GLIB);
467 	Linker.link(g_utf8_prev_char, \"g_utf8_prev_char\", LIBRARY.GLIB);
468 	Linker.link(g_utf8_find_next_char, \"g_utf8_find_next_char\", LIBRARY.GLIB);
469 	Linker.link(g_utf8_find_prev_char, \"g_utf8_find_prev_char\", LIBRARY.GLIB);
470 	Linker.link(g_utf8_strlen, \"g_utf8_strlen\", LIBRARY.GLIB);
471 	Linker.link(g_utf8_strncpy, \"g_utf8_strncpy\", LIBRARY.GLIB);
472 	Linker.link(g_utf8_strchr, \"g_utf8_strchr\", LIBRARY.GLIB);
473 	Linker.link(g_utf8_strrchr, \"g_utf8_strrchr\", LIBRARY.GLIB);
474 	Linker.link(g_utf8_strreverse, \"g_utf8_strreverse\", LIBRARY.GLIB);
475 	Linker.link(g_utf8_substring, \"g_utf8_substring\", LIBRARY.GLIB);
476 	Linker.link(g_utf8_validate, \"g_utf8_validate\", LIBRARY.GLIB);
477 	Linker.link(g_utf8_strup, \"g_utf8_strup\", LIBRARY.GLIB);
478 	Linker.link(g_utf8_strdown, \"g_utf8_strdown\", LIBRARY.GLIB);
479 	Linker.link(g_utf8_casefold, \"g_utf8_casefold\", LIBRARY.GLIB);
480 	Linker.link(g_utf8_normalize, \"g_utf8_normalize\", LIBRARY.GLIB);
481 	Linker.link(g_utf8_collate, \"g_utf8_collate\", LIBRARY.GLIB);
482 	Linker.link(g_utf8_collate_key, \"g_utf8_collate_key\", LIBRARY.GLIB);
483 	Linker.link(g_utf8_collate_key_for_filename, \"g_utf8_collate_key_for_filename\", LIBRARY.GLIB);
484 	Linker.link(g_utf8_to_utf16, \"g_utf8_to_utf16\", LIBRARY.GLIB);
485 	Linker.link(g_utf8_to_ucs4, \"g_utf8_to_ucs4\", LIBRARY.GLIB);
486 	Linker.link(g_utf8_to_ucs4_fast, \"g_utf8_to_ucs4_fast\", LIBRARY.GLIB);
487 	Linker.link(g_utf16_to_ucs4, \"g_utf16_to_ucs4\", LIBRARY.GLIB);
488 	Linker.link(g_utf16_to_utf8, \"g_utf16_to_utf8\", LIBRARY.GLIB);
489 	Linker.link(g_ucs4_to_utf16, \"g_ucs4_to_utf16\", LIBRARY.GLIB);
490 	Linker.link(g_ucs4_to_utf8, \"g_ucs4_to_utf8\", LIBRARY.GLIB);
491 	Linker.link(g_unichar_to_utf8, \"g_unichar_to_utf8\", LIBRARY.GLIB);
492 
493 	// glib.Base64
494 
495 	Linker.link(g_base64_encode_step, \"g_base64_encode_step\", LIBRARY.GLIB);
496 	Linker.link(g_base64_encode_close, \"g_base64_encode_close\", LIBRARY.GLIB);
497 	Linker.link(g_base64_encode, \"g_base64_encode\", LIBRARY.GLIB);
498 	Linker.link(g_base64_decode_step, \"g_base64_decode_step\", LIBRARY.GLIB);
499 	Linker.link(g_base64_decode, \"g_base64_decode\", LIBRARY.GLIB);
500 	Linker.link(g_base64_decode_inplace, \"g_base64_decode_inplace\", LIBRARY.GLIB);
501 
502 	// glib.Checksum
503 
504 	Linker.link(g_checksum_type_get_length, \"g_checksum_type_get_length\", LIBRARY.GLIB);
505 	Linker.link(g_checksum_new, \"g_checksum_new\", LIBRARY.GLIB);
506 	Linker.link(g_checksum_copy, \"g_checksum_copy\", LIBRARY.GLIB);
507 	Linker.link(g_checksum_free, \"g_checksum_free\", LIBRARY.GLIB);
508 	Linker.link(g_checksum_reset, \"g_checksum_reset\", LIBRARY.GLIB);
509 	Linker.link(g_checksum_update, \"g_checksum_update\", LIBRARY.GLIB);
510 	Linker.link(g_checksum_get_string, \"g_checksum_get_string\", LIBRARY.GLIB);
511 	Linker.link(g_checksum_get_digest, \"g_checksum_get_digest\", LIBRARY.GLIB);
512 	Linker.link(g_compute_checksum_for_data, \"g_compute_checksum_for_data\", LIBRARY.GLIB);
513 	Linker.link(g_compute_checksum_for_string, \"g_compute_checksum_for_string\", LIBRARY.GLIB);
514 	Linker.link(g_compute_checksum_for_bytes, \"g_compute_checksum_for_bytes\", LIBRARY.GLIB);
515 
516 	// glib.Hmac
517 
518 	Linker.link(g_hmac_new, \"g_hmac_new\", LIBRARY.GLIB);
519 	Linker.link(g_hmac_copy, \"g_hmac_copy\", LIBRARY.GLIB);
520 	Linker.link(g_hmac_ref, \"g_hmac_ref\", LIBRARY.GLIB);
521 	Linker.link(g_hmac_unref, \"g_hmac_unref\", LIBRARY.GLIB);
522 	Linker.link(g_hmac_update, \"g_hmac_update\", LIBRARY.GLIB);
523 	Linker.link(g_hmac_get_string, \"g_hmac_get_string\", LIBRARY.GLIB);
524 	Linker.link(g_hmac_get_digest, \"g_hmac_get_digest\", LIBRARY.GLIB);
525 	Linker.link(g_compute_hmac_for_data, \"g_compute_hmac_for_data\", LIBRARY.GLIB);
526 	Linker.link(g_compute_hmac_for_string, \"g_compute_hmac_for_string\", LIBRARY.GLIB);
527 
528 	// glib.Internationalization
529 
530 	Linker.link(g_dgettext, \"g_dgettext\", LIBRARY.GLIB);
531 	Linker.link(g_dcgettext, \"g_dcgettext\", LIBRARY.GLIB);
532 	Linker.link(g_dngettext, \"g_dngettext\", LIBRARY.GLIB);
533 	Linker.link(g_dpgettext, \"g_dpgettext\", LIBRARY.GLIB);
534 	Linker.link(g_dpgettext2, \"g_dpgettext2\", LIBRARY.GLIB);
535 	Linker.link(g_strip_context, \"g_strip_context\", LIBRARY.GLIB);
536 	Linker.link(g_get_language_names, \"g_get_language_names\", LIBRARY.GLIB);
537 	Linker.link(g_get_locale_variants, \"g_get_locale_variants\", LIBRARY.GLIB);
538 
539 	// glib.TimeVal
540 
541 	Linker.link(g_get_current_time, \"g_get_current_time\", LIBRARY.GLIB);
542 	Linker.link(g_usleep, \"g_usleep\", LIBRARY.GLIB);
543 	Linker.link(g_time_val_add, \"g_time_val_add\", LIBRARY.GLIB);
544 	Linker.link(g_time_val_from_iso8601, \"g_time_val_from_iso8601\", LIBRARY.GLIB);
545 	Linker.link(g_time_val_to_iso8601, \"g_time_val_to_iso8601\", LIBRARY.GLIB);
546 	Linker.link(g_get_monotonic_time, \"g_get_monotonic_time\", LIBRARY.GLIB);
547 	Linker.link(g_get_real_time, \"g_get_real_time\", LIBRARY.GLIB);
548 
549 	// glib.Date
550 
551 	Linker.link(g_date_new, \"g_date_new\", LIBRARY.GLIB);
552 	Linker.link(g_date_new_dmy, \"g_date_new_dmy\", LIBRARY.GLIB);
553 	Linker.link(g_date_new_julian, \"g_date_new_julian\", LIBRARY.GLIB);
554 	Linker.link(g_date_clear, \"g_date_clear\", LIBRARY.GLIB);
555 	Linker.link(g_date_free, \"g_date_free\", LIBRARY.GLIB);
556 	Linker.link(g_date_set_day, \"g_date_set_day\", LIBRARY.GLIB);
557 	Linker.link(g_date_set_month, \"g_date_set_month\", LIBRARY.GLIB);
558 	Linker.link(g_date_set_year, \"g_date_set_year\", LIBRARY.GLIB);
559 	Linker.link(g_date_set_dmy, \"g_date_set_dmy\", LIBRARY.GLIB);
560 	Linker.link(g_date_set_julian, \"g_date_set_julian\", LIBRARY.GLIB);
561 	Linker.link(g_date_set_time, \"g_date_set_time\", LIBRARY.GLIB);
562 	Linker.link(g_date_set_time_t, \"g_date_set_time_t\", LIBRARY.GLIB);
563 	Linker.link(g_date_set_time_val, \"g_date_set_time_val\", LIBRARY.GLIB);
564 	Linker.link(g_date_set_parse, \"g_date_set_parse\", LIBRARY.GLIB);
565 	Linker.link(g_date_add_days, \"g_date_add_days\", LIBRARY.GLIB);
566 	Linker.link(g_date_subtract_days, \"g_date_subtract_days\", LIBRARY.GLIB);
567 	Linker.link(g_date_add_months, \"g_date_add_months\", LIBRARY.GLIB);
568 	Linker.link(g_date_subtract_months, \"g_date_subtract_months\", LIBRARY.GLIB);
569 	Linker.link(g_date_add_years, \"g_date_add_years\", LIBRARY.GLIB);
570 	Linker.link(g_date_subtract_years, \"g_date_subtract_years\", LIBRARY.GLIB);
571 	Linker.link(g_date_days_between, \"g_date_days_between\", LIBRARY.GLIB);
572 	Linker.link(g_date_compare, \"g_date_compare\", LIBRARY.GLIB);
573 	Linker.link(g_date_clamp, \"g_date_clamp\", LIBRARY.GLIB);
574 	Linker.link(g_date_order, \"g_date_order\", LIBRARY.GLIB);
575 	Linker.link(g_date_get_day, \"g_date_get_day\", LIBRARY.GLIB);
576 	Linker.link(g_date_get_month, \"g_date_get_month\", LIBRARY.GLIB);
577 	Linker.link(g_date_get_year, \"g_date_get_year\", LIBRARY.GLIB);
578 	Linker.link(g_date_get_julian, \"g_date_get_julian\", LIBRARY.GLIB);
579 	Linker.link(g_date_get_weekday, \"g_date_get_weekday\", LIBRARY.GLIB);
580 	Linker.link(g_date_get_day_of_year, \"g_date_get_day_of_year\", LIBRARY.GLIB);
581 	Linker.link(g_date_get_days_in_month, \"g_date_get_days_in_month\", LIBRARY.GLIB);
582 	Linker.link(g_date_is_first_of_month, \"g_date_is_first_of_month\", LIBRARY.GLIB);
583 	Linker.link(g_date_is_last_of_month, \"g_date_is_last_of_month\", LIBRARY.GLIB);
584 	Linker.link(g_date_is_leap_year, \"g_date_is_leap_year\", LIBRARY.GLIB);
585 	Linker.link(g_date_get_monday_week_of_year, \"g_date_get_monday_week_of_year\", LIBRARY.GLIB);
586 	Linker.link(g_date_get_monday_weeks_in_year, \"g_date_get_monday_weeks_in_year\", LIBRARY.GLIB);
587 	Linker.link(g_date_get_sunday_week_of_year, \"g_date_get_sunday_week_of_year\", LIBRARY.GLIB);
588 	Linker.link(g_date_get_sunday_weeks_in_year, \"g_date_get_sunday_weeks_in_year\", LIBRARY.GLIB);
589 	Linker.link(g_date_get_iso8601_week_of_year, \"g_date_get_iso8601_week_of_year\", LIBRARY.GLIB);
590 	Linker.link(g_date_strftime, \"g_date_strftime\", LIBRARY.GLIB);
591 	Linker.link(g_date_to_struct_tm, \"g_date_to_struct_tm\", LIBRARY.GLIB);
592 	Linker.link(g_date_valid, \"g_date_valid\", LIBRARY.GLIB);
593 	Linker.link(g_date_valid_day, \"g_date_valid_day\", LIBRARY.GLIB);
594 	Linker.link(g_date_valid_month, \"g_date_valid_month\", LIBRARY.GLIB);
595 	Linker.link(g_date_valid_year, \"g_date_valid_year\", LIBRARY.GLIB);
596 	Linker.link(g_date_valid_dmy, \"g_date_valid_dmy\", LIBRARY.GLIB);
597 	Linker.link(g_date_valid_julian, \"g_date_valid_julian\", LIBRARY.GLIB);
598 	Linker.link(g_date_valid_weekday, \"g_date_valid_weekday\", LIBRARY.GLIB);
599 
600 	// glib.TimeZone
601 
602 	Linker.link(g_time_zone_unref, \"g_time_zone_unref\", LIBRARY.GLIB);
603 	Linker.link(g_time_zone_ref, \"g_time_zone_ref\", LIBRARY.GLIB);
604 	Linker.link(g_time_zone_new, \"g_time_zone_new\", LIBRARY.GLIB);
605 	Linker.link(g_time_zone_new_local, \"g_time_zone_new_local\", LIBRARY.GLIB);
606 	Linker.link(g_time_zone_new_utc, \"g_time_zone_new_utc\", LIBRARY.GLIB);
607 	Linker.link(g_time_zone_find_interval, \"g_time_zone_find_interval\", LIBRARY.GLIB);
608 	Linker.link(g_time_zone_adjust_time, \"g_time_zone_adjust_time\", LIBRARY.GLIB);
609 	Linker.link(g_time_zone_get_abbreviation, \"g_time_zone_get_abbreviation\", LIBRARY.GLIB);
610 	Linker.link(g_time_zone_get_offset, \"g_time_zone_get_offset\", LIBRARY.GLIB);
611 	Linker.link(g_time_zone_is_dst, \"g_time_zone_is_dst\", LIBRARY.GLIB);
612 
613 	// glib.DateTime
614 
615 	Linker.link(g_date_time_unref, \"g_date_time_unref\", LIBRARY.GLIB);
616 	Linker.link(g_date_time_ref, \"g_date_time_ref\", LIBRARY.GLIB);
617 	Linker.link(g_date_time_new_now, \"g_date_time_new_now\", LIBRARY.GLIB);
618 	Linker.link(g_date_time_new_now_local, \"g_date_time_new_now_local\", LIBRARY.GLIB);
619 	Linker.link(g_date_time_new_now_utc, \"g_date_time_new_now_utc\", LIBRARY.GLIB);
620 	Linker.link(g_date_time_new_from_unix_local, \"g_date_time_new_from_unix_local\", LIBRARY.GLIB);
621 	Linker.link(g_date_time_new_from_unix_utc, \"g_date_time_new_from_unix_utc\", LIBRARY.GLIB);
622 	Linker.link(g_date_time_new_from_timeval_local, \"g_date_time_new_from_timeval_local\", LIBRARY.GLIB);
623 	Linker.link(g_date_time_new_from_timeval_utc, \"g_date_time_new_from_timeval_utc\", LIBRARY.GLIB);
624 	Linker.link(g_date_time_new, \"g_date_time_new\", LIBRARY.GLIB);
625 	Linker.link(g_date_time_new_local, \"g_date_time_new_local\", LIBRARY.GLIB);
626 	Linker.link(g_date_time_new_utc, \"g_date_time_new_utc\", LIBRARY.GLIB);
627 	Linker.link(g_date_time_add, \"g_date_time_add\", LIBRARY.GLIB);
628 	Linker.link(g_date_time_add_years, \"g_date_time_add_years\", LIBRARY.GLIB);
629 	Linker.link(g_date_time_add_months, \"g_date_time_add_months\", LIBRARY.GLIB);
630 	Linker.link(g_date_time_add_weeks, \"g_date_time_add_weeks\", LIBRARY.GLIB);
631 	Linker.link(g_date_time_add_days, \"g_date_time_add_days\", LIBRARY.GLIB);
632 	Linker.link(g_date_time_add_hours, \"g_date_time_add_hours\", LIBRARY.GLIB);
633 	Linker.link(g_date_time_add_minutes, \"g_date_time_add_minutes\", LIBRARY.GLIB);
634 	Linker.link(g_date_time_add_seconds, \"g_date_time_add_seconds\", LIBRARY.GLIB);
635 	Linker.link(g_date_time_add_full, \"g_date_time_add_full\", LIBRARY.GLIB);
636 	Linker.link(g_date_time_compare, \"g_date_time_compare\", LIBRARY.GLIB);
637 	Linker.link(g_date_time_difference, \"g_date_time_difference\", LIBRARY.GLIB);
638 	Linker.link(g_date_time_hash, \"g_date_time_hash\", LIBRARY.GLIB);
639 	Linker.link(g_date_time_equal, \"g_date_time_equal\", LIBRARY.GLIB);
640 	Linker.link(g_date_time_get_ymd, \"g_date_time_get_ymd\", LIBRARY.GLIB);
641 	Linker.link(g_date_time_get_year, \"g_date_time_get_year\", LIBRARY.GLIB);
642 	Linker.link(g_date_time_get_month, \"g_date_time_get_month\", LIBRARY.GLIB);
643 	Linker.link(g_date_time_get_day_of_month, \"g_date_time_get_day_of_month\", LIBRARY.GLIB);
644 	Linker.link(g_date_time_get_week_numbering_year, \"g_date_time_get_week_numbering_year\", LIBRARY.GLIB);
645 	Linker.link(g_date_time_get_week_of_year, \"g_date_time_get_week_of_year\", LIBRARY.GLIB);
646 	Linker.link(g_date_time_get_day_of_week, \"g_date_time_get_day_of_week\", LIBRARY.GLIB);
647 	Linker.link(g_date_time_get_day_of_year, \"g_date_time_get_day_of_year\", LIBRARY.GLIB);
648 	Linker.link(g_date_time_get_hour, \"g_date_time_get_hour\", LIBRARY.GLIB);
649 	Linker.link(g_date_time_get_minute, \"g_date_time_get_minute\", LIBRARY.GLIB);
650 	Linker.link(g_date_time_get_second, \"g_date_time_get_second\", LIBRARY.GLIB);
651 	Linker.link(g_date_time_get_microsecond, \"g_date_time_get_microsecond\", LIBRARY.GLIB);
652 	Linker.link(g_date_time_get_seconds, \"g_date_time_get_seconds\", LIBRARY.GLIB);
653 	Linker.link(g_date_time_to_unix, \"g_date_time_to_unix\", LIBRARY.GLIB);
654 	Linker.link(g_date_time_to_timeval, \"g_date_time_to_timeval\", LIBRARY.GLIB);
655 	Linker.link(g_date_time_get_utc_offset, \"g_date_time_get_utc_offset\", LIBRARY.GLIB);
656 	Linker.link(g_date_time_get_timezone_abbreviation, \"g_date_time_get_timezone_abbreviation\", LIBRARY.GLIB);
657 	Linker.link(g_date_time_is_daylight_savings, \"g_date_time_is_daylight_savings\", LIBRARY.GLIB);
658 	Linker.link(g_date_time_to_timezone, \"g_date_time_to_timezone\", LIBRARY.GLIB);
659 	Linker.link(g_date_time_to_local, \"g_date_time_to_local\", LIBRARY.GLIB);
660 	Linker.link(g_date_time_to_utc, \"g_date_time_to_utc\", LIBRARY.GLIB);
661 	Linker.link(g_date_time_format, \"g_date_time_format\", LIBRARY.GLIB);
662 
663 	// glib.RandG
664 
665 	Linker.link(g_rand_new_with_seed, \"g_rand_new_with_seed\", LIBRARY.GLIB);
666 	Linker.link(g_rand_new_with_seed_array, \"g_rand_new_with_seed_array\", LIBRARY.GLIB);
667 	Linker.link(g_rand_new, \"g_rand_new\", LIBRARY.GLIB);
668 	Linker.link(g_rand_copy, \"g_rand_copy\", LIBRARY.GLIB);
669 	Linker.link(g_rand_free, \"g_rand_free\", LIBRARY.GLIB);
670 	Linker.link(g_rand_set_seed, \"g_rand_set_seed\", LIBRARY.GLIB);
671 	Linker.link(g_rand_set_seed_array, \"g_rand_set_seed_array\", LIBRARY.GLIB);
672 	Linker.link(g_rand_int, \"g_rand_int\", LIBRARY.GLIB);
673 	Linker.link(g_rand_int_range, \"g_rand_int_range\", LIBRARY.GLIB);
674 	Linker.link(g_rand_double, \"g_rand_double\", LIBRARY.GLIB);
675 	Linker.link(g_rand_double_range, \"g_rand_double_range\", LIBRARY.GLIB);
676 	Linker.link(g_random_set_seed, \"g_random_set_seed\", LIBRARY.GLIB);
677 	Linker.link(g_random_int, \"g_random_int\", LIBRARY.GLIB);
678 	Linker.link(g_random_int_range, \"g_random_int_range\", LIBRARY.GLIB);
679 	Linker.link(g_random_double, \"g_random_double\", LIBRARY.GLIB);
680 	Linker.link(g_random_double_range, \"g_random_double_range\", LIBRARY.GLIB);
681 
682 	// glib.Util
683 
684 	Linker.link(g_get_application_name, \"g_get_application_name\", LIBRARY.GLIB);
685 	Linker.link(g_set_application_name, \"g_set_application_name\", LIBRARY.GLIB);
686 	Linker.link(g_get_prgname, \"g_get_prgname\", LIBRARY.GLIB);
687 	Linker.link(g_set_prgname, \"g_set_prgname\", LIBRARY.GLIB);
688 	Linker.link(g_get_environ, \"g_get_environ\", LIBRARY.GLIB);
689 	Linker.link(g_environ_getenv, \"g_environ_getenv\", LIBRARY.GLIB);
690 	Linker.link(g_environ_setenv, \"g_environ_setenv\", LIBRARY.GLIB);
691 	Linker.link(g_environ_unsetenv, \"g_environ_unsetenv\", LIBRARY.GLIB);
692 	Linker.link(g_getenv, \"g_getenv\", LIBRARY.GLIB);
693 	Linker.link(g_setenv, \"g_setenv\", LIBRARY.GLIB);
694 	Linker.link(g_unsetenv, \"g_unsetenv\", LIBRARY.GLIB);
695 	Linker.link(g_listenv, \"g_listenv\", LIBRARY.GLIB);
696 	Linker.link(g_get_user_name, \"g_get_user_name\", LIBRARY.GLIB);
697 	Linker.link(g_get_real_name, \"g_get_real_name\", LIBRARY.GLIB);
698 	Linker.link(g_get_user_cache_dir, \"g_get_user_cache_dir\", LIBRARY.GLIB);
699 	Linker.link(g_get_user_data_dir, \"g_get_user_data_dir\", LIBRARY.GLIB);
700 	Linker.link(g_get_user_config_dir, \"g_get_user_config_dir\", LIBRARY.GLIB);
701 	Linker.link(g_get_user_runtime_dir, \"g_get_user_runtime_dir\", LIBRARY.GLIB);
702 	Linker.link(g_get_user_special_dir, \"g_get_user_special_dir\", LIBRARY.GLIB);
703 	Linker.link(g_get_system_data_dirs, \"g_get_system_data_dirs\", LIBRARY.GLIB);
704 	Linker.link(g_get_system_config_dirs, \"g_get_system_config_dirs\", LIBRARY.GLIB);
705 	Linker.link(g_reload_user_special_dirs_cache, \"g_reload_user_special_dirs_cache\", LIBRARY.GLIB);
706 	Linker.link(g_get_host_name, \"g_get_host_name\", LIBRARY.GLIB);
707 	Linker.link(g_get_home_dir, \"g_get_home_dir\", LIBRARY.GLIB);
708 	Linker.link(g_get_tmp_dir, \"g_get_tmp_dir\", LIBRARY.GLIB);
709 	Linker.link(g_get_current_dir, \"g_get_current_dir\", LIBRARY.GLIB);
710 	Linker.link(g_basename, \"g_basename\", LIBRARY.GLIB);
711 	Linker.link(g_path_is_absolute, \"g_path_is_absolute\", LIBRARY.GLIB);
712 	Linker.link(g_path_skip_root, \"g_path_skip_root\", LIBRARY.GLIB);
713 	Linker.link(g_path_get_basename, \"g_path_get_basename\", LIBRARY.GLIB);
714 	Linker.link(g_path_get_dirname, \"g_path_get_dirname\", LIBRARY.GLIB);
715 	Linker.link(g_build_filename, \"g_build_filename\", LIBRARY.GLIB);
716 	Linker.link(g_build_filenamev, \"g_build_filenamev\", LIBRARY.GLIB);
717 	Linker.link(g_build_path, \"g_build_path\", LIBRARY.GLIB);
718 	Linker.link(g_build_pathv, \"g_build_pathv\", LIBRARY.GLIB);
719 	Linker.link(g_format_size, \"g_format_size\", LIBRARY.GLIB);
720 	Linker.link(g_format_size_full, \"g_format_size_full\", LIBRARY.GLIB);
721 	Linker.link(g_format_size_for_display, \"g_format_size_for_display\", LIBRARY.GLIB);
722 	Linker.link(g_find_program_in_path, \"g_find_program_in_path\", LIBRARY.GLIB);
723 	Linker.link(g_bit_nth_lsf, \"g_bit_nth_lsf\", LIBRARY.GLIB);
724 	Linker.link(g_bit_nth_msf, \"g_bit_nth_msf\", LIBRARY.GLIB);
725 	Linker.link(g_bit_storage, \"g_bit_storage\", LIBRARY.GLIB);
726 	Linker.link(g_spaced_primes_closest, \"g_spaced_primes_closest\", LIBRARY.GLIB);
727 	Linker.link(g_atexit, \"g_atexit\", LIBRARY.GLIB);
728 	Linker.link(g_parse_debug_string, \"g_parse_debug_string\", LIBRARY.GLIB);
729 	Linker.link(g_qsort_with_data, \"g_qsort_with_data\", LIBRARY.GLIB);
730 	Linker.link(g_nullify_pointer, \"g_nullify_pointer\", LIBRARY.GLIB);
731 
732 	// glib.ScannerG
733 
734 	Linker.link(g_scanner_new, \"g_scanner_new\", LIBRARY.GLIB);
735 	Linker.link(g_scanner_destroy, \"g_scanner_destroy\", LIBRARY.GLIB);
736 	Linker.link(g_scanner_input_file, \"g_scanner_input_file\", LIBRARY.GLIB);
737 	Linker.link(g_scanner_sync_file_offset, \"g_scanner_sync_file_offset\", LIBRARY.GLIB);
738 	Linker.link(g_scanner_input_text, \"g_scanner_input_text\", LIBRARY.GLIB);
739 	Linker.link(g_scanner_peek_next_token, \"g_scanner_peek_next_token\", LIBRARY.GLIB);
740 	Linker.link(g_scanner_get_next_token, \"g_scanner_get_next_token\", LIBRARY.GLIB);
741 	Linker.link(g_scanner_eof, \"g_scanner_eof\", LIBRARY.GLIB);
742 	Linker.link(g_scanner_cur_line, \"g_scanner_cur_line\", LIBRARY.GLIB);
743 	Linker.link(g_scanner_cur_position, \"g_scanner_cur_position\", LIBRARY.GLIB);
744 	Linker.link(g_scanner_cur_token, \"g_scanner_cur_token\", LIBRARY.GLIB);
745 	Linker.link(g_scanner_cur_value, \"g_scanner_cur_value\", LIBRARY.GLIB);
746 	Linker.link(g_scanner_set_scope, \"g_scanner_set_scope\", LIBRARY.GLIB);
747 	Linker.link(g_scanner_scope_add_symbol, \"g_scanner_scope_add_symbol\", LIBRARY.GLIB);
748 	Linker.link(g_scanner_scope_foreach_symbol, \"g_scanner_scope_foreach_symbol\", LIBRARY.GLIB);
749 	Linker.link(g_scanner_scope_lookup_symbol, \"g_scanner_scope_lookup_symbol\", LIBRARY.GLIB);
750 	Linker.link(g_scanner_scope_remove_symbol, \"g_scanner_scope_remove_symbol\", LIBRARY.GLIB);
751 	Linker.link(g_scanner_lookup_symbol, \"g_scanner_lookup_symbol\", LIBRARY.GLIB);
752 	Linker.link(g_scanner_warn, \"g_scanner_warn\", LIBRARY.GLIB);
753 	Linker.link(g_scanner_error, \"g_scanner_error\", LIBRARY.GLIB);
754 	Linker.link(g_scanner_unexp_token, \"g_scanner_unexp_token\", LIBRARY.GLIB);
755 
756 	// glib.Timer
757 
758 	Linker.link(g_timer_new, \"g_timer_new\", LIBRARY.GLIB);
759 	Linker.link(g_timer_start, \"g_timer_start\", LIBRARY.GLIB);
760 	Linker.link(g_timer_stop, \"g_timer_stop\", LIBRARY.GLIB);
761 	Linker.link(g_timer_continue, \"g_timer_continue\", LIBRARY.GLIB);
762 	Linker.link(g_timer_elapsed, \"g_timer_elapsed\", LIBRARY.GLIB);
763 	Linker.link(g_timer_reset, \"g_timer_reset\", LIBRARY.GLIB);
764 	Linker.link(g_timer_destroy, \"g_timer_destroy\", LIBRARY.GLIB);
765 
766 	// glib.Spawn
767 
768 	Linker.link(g_spawn_async_with_pipes, \"g_spawn_async_with_pipes\", LIBRARY.GLIB);
769 	Linker.link(g_spawn_async, \"g_spawn_async\", LIBRARY.GLIB);
770 	Linker.link(g_spawn_sync, \"g_spawn_sync\", LIBRARY.GLIB);
771 	Linker.link(g_spawn_check_exit_status, \"g_spawn_check_exit_status\", LIBRARY.GLIB);
772 	Linker.link(g_spawn_command_line_async, \"g_spawn_command_line_async\", LIBRARY.GLIB);
773 	Linker.link(g_spawn_command_line_sync, \"g_spawn_command_line_sync\", LIBRARY.GLIB);
774 	Linker.link(g_spawn_close_pid, \"g_spawn_close_pid\", LIBRARY.GLIB);
775 
776 	// glib.FileUtils
777 
778 	Linker.link(g_file_error_from_errno, \"g_file_error_from_errno\", LIBRARY.GLIB);
779 	Linker.link(g_file_get_contents, \"g_file_get_contents\", LIBRARY.GLIB);
780 	Linker.link(g_file_set_contents, \"g_file_set_contents\", LIBRARY.GLIB);
781 	Linker.link(g_file_test, \"g_file_test\", LIBRARY.GLIB);
782 	Linker.link(g_mkstemp, \"g_mkstemp\", LIBRARY.GLIB);
783 	Linker.link(g_mkstemp_full, \"g_mkstemp_full\", LIBRARY.GLIB);
784 	Linker.link(g_file_open_tmp, \"g_file_open_tmp\", LIBRARY.GLIB);
785 	Linker.link(g_file_read_link, \"g_file_read_link\", LIBRARY.GLIB);
786 	Linker.link(g_mkdir_with_parents, \"g_mkdir_with_parents\", LIBRARY.GLIB);
787 	Linker.link(g_mkdtemp, \"g_mkdtemp\", LIBRARY.GLIB);
788 	Linker.link(g_mkdtemp_full, \"g_mkdtemp_full\", LIBRARY.GLIB);
789 	Linker.link(g_open, \"g_open\", LIBRARY.GLIB);
790 	Linker.link(g_rename, \"g_rename\", LIBRARY.GLIB);
791 	Linker.link(g_mkdir, \"g_mkdir\", LIBRARY.GLIB);
792 	Linker.link(g_stat, \"g_stat\", LIBRARY.GLIB);
793 	Linker.link(g_lstat, \"g_lstat\", LIBRARY.GLIB);
794 	Linker.link(g_unlink, \"g_unlink\", LIBRARY.GLIB);
795 	Linker.link(g_remove, \"g_remove\", LIBRARY.GLIB);
796 	Linker.link(g_rmdir, \"g_rmdir\", LIBRARY.GLIB);
797 	Linker.link(g_fopen, \"g_fopen\", LIBRARY.GLIB);
798 	Linker.link(g_freopen, \"g_freopen\", LIBRARY.GLIB);
799 	Linker.link(g_chmod, \"g_chmod\", LIBRARY.GLIB);
800 	Linker.link(g_access, \"g_access\", LIBRARY.GLIB);
801 	Linker.link(g_creat, \"g_creat\", LIBRARY.GLIB);
802 	Linker.link(g_chdir, \"g_chdir\", LIBRARY.GLIB);
803 	Linker.link(g_utime, \"g_utime\", LIBRARY.GLIB);
804 	Linker.link(g_close, \"g_close\", LIBRARY.GLIB);
805 
806 	// glib.Directory
807 
808 	Linker.link(g_dir_make_tmp, \"g_dir_make_tmp\", LIBRARY.GLIB);
809 	Linker.link(g_dir_open, \"g_dir_open\", LIBRARY.GLIB);
810 	Linker.link(g_dir_read_name, \"g_dir_read_name\", LIBRARY.GLIB);
811 	Linker.link(g_dir_rewind, \"g_dir_rewind\", LIBRARY.GLIB);
812 	Linker.link(g_dir_close, \"g_dir_close\", LIBRARY.GLIB);
813 
814 	// glib.MappedFile
815 
816 	Linker.link(g_mapped_file_new, \"g_mapped_file_new\", LIBRARY.GLIB);
817 	Linker.link(g_mapped_file_new_from_fd, \"g_mapped_file_new_from_fd\", LIBRARY.GLIB);
818 	Linker.link(g_mapped_file_ref, \"g_mapped_file_ref\", LIBRARY.GLIB);
819 	Linker.link(g_mapped_file_unref, \"g_mapped_file_unref\", LIBRARY.GLIB);
820 	Linker.link(g_mapped_file_free, \"g_mapped_file_free\", LIBRARY.GLIB);
821 	Linker.link(g_mapped_file_get_length, \"g_mapped_file_get_length\", LIBRARY.GLIB);
822 	Linker.link(g_mapped_file_get_contents, \"g_mapped_file_get_contents\", LIBRARY.GLIB);
823 	Linker.link(g_mapped_file_get_bytes, \"g_mapped_file_get_bytes\", LIBRARY.GLIB);
824 
825 	// glib.URI
826 
827 	Linker.link(g_uri_parse_scheme, \"g_uri_parse_scheme\", LIBRARY.GLIB);
828 	Linker.link(g_uri_escape_string, \"g_uri_escape_string\", LIBRARY.GLIB);
829 	Linker.link(g_uri_unescape_string, \"g_uri_unescape_string\", LIBRARY.GLIB);
830 	Linker.link(g_uri_unescape_segment, \"g_uri_unescape_segment\", LIBRARY.GLIB);
831 	Linker.link(g_uri_list_extract_uris, \"g_uri_list_extract_uris\", LIBRARY.GLIB);
832 	Linker.link(g_filename_from_uri, \"g_filename_from_uri\", LIBRARY.GLIB);
833 	Linker.link(g_filename_to_uri, \"g_filename_to_uri\", LIBRARY.GLIB);
834 
835 	// glib.Hostname
836 
837 	Linker.link(g_hostname_to_ascii, \"g_hostname_to_ascii\", LIBRARY.GLIB);
838 	Linker.link(g_hostname_to_unicode, \"g_hostname_to_unicode\", LIBRARY.GLIB);
839 	Linker.link(g_hostname_is_non_ascii, \"g_hostname_is_non_ascii\", LIBRARY.GLIB);
840 	Linker.link(g_hostname_is_ascii_encoded, \"g_hostname_is_ascii_encoded\", LIBRARY.GLIB);
841 	Linker.link(g_hostname_is_ip_address, \"g_hostname_is_ip_address\", LIBRARY.GLIB);
842 
843 	// glib.ShellUtils
844 
845 	Linker.link(g_shell_parse_argv, \"g_shell_parse_argv\", LIBRARY.GLIB);
846 	Linker.link(g_shell_quote, \"g_shell_quote\", LIBRARY.GLIB);
847 	Linker.link(g_shell_unquote, \"g_shell_unquote\", LIBRARY.GLIB);
848 
849 	// glib.OptionContext
850 
851 	Linker.link(g_option_context_new, \"g_option_context_new\", LIBRARY.GLIB);
852 	Linker.link(g_option_context_set_summary, \"g_option_context_set_summary\", LIBRARY.GLIB);
853 	Linker.link(g_option_context_get_summary, \"g_option_context_get_summary\", LIBRARY.GLIB);
854 	Linker.link(g_option_context_set_description, \"g_option_context_set_description\", LIBRARY.GLIB);
855 	Linker.link(g_option_context_get_description, \"g_option_context_get_description\", LIBRARY.GLIB);
856 	Linker.link(g_option_context_set_translate_func, \"g_option_context_set_translate_func\", LIBRARY.GLIB);
857 	Linker.link(g_option_context_set_translation_domain, \"g_option_context_set_translation_domain\", LIBRARY.GLIB);
858 	Linker.link(g_option_context_free, \"g_option_context_free\", LIBRARY.GLIB);
859 	Linker.link(g_option_context_parse, \"g_option_context_parse\", LIBRARY.GLIB);
860 	Linker.link(g_option_context_set_help_enabled, \"g_option_context_set_help_enabled\", LIBRARY.GLIB);
861 	Linker.link(g_option_context_get_help_enabled, \"g_option_context_get_help_enabled\", LIBRARY.GLIB);
862 	Linker.link(g_option_context_set_ignore_unknown_options, \"g_option_context_set_ignore_unknown_options\", LIBRARY.GLIB);
863 	Linker.link(g_option_context_get_ignore_unknown_options, \"g_option_context_get_ignore_unknown_options\", LIBRARY.GLIB);
864 	Linker.link(g_option_context_get_help, \"g_option_context_get_help\", LIBRARY.GLIB);
865 	Linker.link(g_option_context_add_main_entries, \"g_option_context_add_main_entries\", LIBRARY.GLIB);
866 	Linker.link(g_option_context_add_group, \"g_option_context_add_group\", LIBRARY.GLIB);
867 	Linker.link(g_option_context_set_main_group, \"g_option_context_set_main_group\", LIBRARY.GLIB);
868 	Linker.link(g_option_context_get_main_group, \"g_option_context_get_main_group\", LIBRARY.GLIB);
869 
870 	// glib.OptionGroup
871 
872 	Linker.link(g_option_group_new, \"g_option_group_new\", LIBRARY.GLIB);
873 	Linker.link(g_option_group_free, \"g_option_group_free\", LIBRARY.GLIB);
874 	Linker.link(g_option_group_add_entries, \"g_option_group_add_entries\", LIBRARY.GLIB);
875 	Linker.link(g_option_group_set_parse_hooks, \"g_option_group_set_parse_hooks\", LIBRARY.GLIB);
876 	Linker.link(g_option_group_set_error_hook, \"g_option_group_set_error_hook\", LIBRARY.GLIB);
877 	Linker.link(g_option_group_set_translate_func, \"g_option_group_set_translate_func\", LIBRARY.GLIB);
878 	Linker.link(g_option_group_set_translation_domain, \"g_option_group_set_translation_domain\", LIBRARY.GLIB);
879 
880 	// glib.Pattern
881 
882 	Linker.link(g_pattern_spec_new, \"g_pattern_spec_new\", LIBRARY.GLIB);
883 	Linker.link(g_pattern_spec_free, \"g_pattern_spec_free\", LIBRARY.GLIB);
884 	Linker.link(g_pattern_spec_equal, \"g_pattern_spec_equal\", LIBRARY.GLIB);
885 	Linker.link(g_pattern_match, \"g_pattern_match\", LIBRARY.GLIB);
886 	Linker.link(g_pattern_match_string, \"g_pattern_match_string\", LIBRARY.GLIB);
887 	Linker.link(g_pattern_match_simple, \"g_pattern_match_simple\", LIBRARY.GLIB);
888 
889 	// glib.Regex
890 
891 	Linker.link(g_regex_new, \"g_regex_new\", LIBRARY.GLIB);
892 	Linker.link(g_regex_ref, \"g_regex_ref\", LIBRARY.GLIB);
893 	Linker.link(g_regex_unref, \"g_regex_unref\", LIBRARY.GLIB);
894 	Linker.link(g_regex_get_pattern, \"g_regex_get_pattern\", LIBRARY.GLIB);
895 	Linker.link(g_regex_get_max_backref, \"g_regex_get_max_backref\", LIBRARY.GLIB);
896 	Linker.link(g_regex_get_capture_count, \"g_regex_get_capture_count\", LIBRARY.GLIB);
897 	Linker.link(g_regex_get_has_cr_or_lf, \"g_regex_get_has_cr_or_lf\", LIBRARY.GLIB);
898 	Linker.link(g_regex_get_max_lookbehind, \"g_regex_get_max_lookbehind\", LIBRARY.GLIB);
899 	Linker.link(g_regex_get_string_number, \"g_regex_get_string_number\", LIBRARY.GLIB);
900 	Linker.link(g_regex_get_compile_flags, \"g_regex_get_compile_flags\", LIBRARY.GLIB);
901 	Linker.link(g_regex_get_match_flags, \"g_regex_get_match_flags\", LIBRARY.GLIB);
902 	Linker.link(g_regex_escape_string, \"g_regex_escape_string\", LIBRARY.GLIB);
903 	Linker.link(g_regex_escape_nul, \"g_regex_escape_nul\", LIBRARY.GLIB);
904 	Linker.link(g_regex_match_simple, \"g_regex_match_simple\", LIBRARY.GLIB);
905 	Linker.link(g_regex_match, \"g_regex_match\", LIBRARY.GLIB);
906 	Linker.link(g_regex_match_full, \"g_regex_match_full\", LIBRARY.GLIB);
907 	Linker.link(g_regex_match_all, \"g_regex_match_all\", LIBRARY.GLIB);
908 	Linker.link(g_regex_match_all_full, \"g_regex_match_all_full\", LIBRARY.GLIB);
909 	Linker.link(g_regex_split_simple, \"g_regex_split_simple\", LIBRARY.GLIB);
910 	Linker.link(g_regex_split, \"g_regex_split\", LIBRARY.GLIB);
911 	Linker.link(g_regex_split_full, \"g_regex_split_full\", LIBRARY.GLIB);
912 	Linker.link(g_regex_replace, \"g_regex_replace\", LIBRARY.GLIB);
913 	Linker.link(g_regex_replace_literal, \"g_regex_replace_literal\", LIBRARY.GLIB);
914 	Linker.link(g_regex_replace_eval, \"g_regex_replace_eval\", LIBRARY.GLIB);
915 	Linker.link(g_regex_check_replacement, \"g_regex_check_replacement\", LIBRARY.GLIB);
916 
917 	// glib.MatchInfo
918 
919 	Linker.link(g_match_info_get_regex, \"g_match_info_get_regex\", LIBRARY.GLIB);
920 	Linker.link(g_match_info_get_string, \"g_match_info_get_string\", LIBRARY.GLIB);
921 	Linker.link(g_match_info_ref, \"g_match_info_ref\", LIBRARY.GLIB);
922 	Linker.link(g_match_info_unref, \"g_match_info_unref\", LIBRARY.GLIB);
923 	Linker.link(g_match_info_free, \"g_match_info_free\", LIBRARY.GLIB);
924 	Linker.link(g_match_info_matches, \"g_match_info_matches\", LIBRARY.GLIB);
925 	Linker.link(g_match_info_next, \"g_match_info_next\", LIBRARY.GLIB);
926 	Linker.link(g_match_info_get_match_count, \"g_match_info_get_match_count\", LIBRARY.GLIB);
927 	Linker.link(g_match_info_is_partial_match, \"g_match_info_is_partial_match\", LIBRARY.GLIB);
928 	Linker.link(g_match_info_expand_references, \"g_match_info_expand_references\", LIBRARY.GLIB);
929 	Linker.link(g_match_info_fetch, \"g_match_info_fetch\", LIBRARY.GLIB);
930 	Linker.link(g_match_info_fetch_pos, \"g_match_info_fetch_pos\", LIBRARY.GLIB);
931 	Linker.link(g_match_info_fetch_named, \"g_match_info_fetch_named\", LIBRARY.GLIB);
932 	Linker.link(g_match_info_fetch_named_pos, \"g_match_info_fetch_named_pos\", LIBRARY.GLIB);
933 	Linker.link(g_match_info_fetch_all, \"g_match_info_fetch_all\", LIBRARY.GLIB);
934 
935 	// glib.SimpleXML
936 
937 	Linker.link(g_markup_escape_text, \"g_markup_escape_text\", LIBRARY.GLIB);
938 	Linker.link(g_markup_printf_escaped, \"g_markup_printf_escaped\", LIBRARY.GLIB);
939 	Linker.link(g_markup_vprintf_escaped, \"g_markup_vprintf_escaped\", LIBRARY.GLIB);
940 	Linker.link(g_markup_parse_context_end_parse, \"g_markup_parse_context_end_parse\", LIBRARY.GLIB);
941 	Linker.link(g_markup_parse_context_free, \"g_markup_parse_context_free\", LIBRARY.GLIB);
942 	Linker.link(g_markup_parse_context_get_position, \"g_markup_parse_context_get_position\", LIBRARY.GLIB);
943 	Linker.link(g_markup_parse_context_get_element, \"g_markup_parse_context_get_element\", LIBRARY.GLIB);
944 	Linker.link(g_markup_parse_context_get_element_stack, \"g_markup_parse_context_get_element_stack\", LIBRARY.GLIB);
945 	Linker.link(g_markup_parse_context_get_user_data, \"g_markup_parse_context_get_user_data\", LIBRARY.GLIB);
946 	Linker.link(g_markup_parse_context_new, \"g_markup_parse_context_new\", LIBRARY.GLIB);
947 	Linker.link(g_markup_parse_context_parse, \"g_markup_parse_context_parse\", LIBRARY.GLIB);
948 	Linker.link(g_markup_parse_context_push, \"g_markup_parse_context_push\", LIBRARY.GLIB);
949 	Linker.link(g_markup_parse_context_pop, \"g_markup_parse_context_pop\", LIBRARY.GLIB);
950 	Linker.link(g_markup_parse_context_ref, \"g_markup_parse_context_ref\", LIBRARY.GLIB);
951 	Linker.link(g_markup_parse_context_unref, \"g_markup_parse_context_unref\", LIBRARY.GLIB);
952 	Linker.link(g_markup_collect_attributes, \"g_markup_collect_attributes\", LIBRARY.GLIB);
953 
954 	// glib.KeyFile
955 
956 	Linker.link(g_key_file_new, \"g_key_file_new\", LIBRARY.GLIB);
957 	Linker.link(g_key_file_free, \"g_key_file_free\", LIBRARY.GLIB);
958 	Linker.link(g_key_file_ref, \"g_key_file_ref\", LIBRARY.GLIB);
959 	Linker.link(g_key_file_unref, \"g_key_file_unref\", LIBRARY.GLIB);
960 	Linker.link(g_key_file_set_list_separator, \"g_key_file_set_list_separator\", LIBRARY.GLIB);
961 	Linker.link(g_key_file_load_from_file, \"g_key_file_load_from_file\", LIBRARY.GLIB);
962 	Linker.link(g_key_file_load_from_data, \"g_key_file_load_from_data\", LIBRARY.GLIB);
963 	Linker.link(g_key_file_load_from_data_dirs, \"g_key_file_load_from_data_dirs\", LIBRARY.GLIB);
964 	Linker.link(g_key_file_load_from_dirs, \"g_key_file_load_from_dirs\", LIBRARY.GLIB);
965 	Linker.link(g_key_file_to_data, \"g_key_file_to_data\", LIBRARY.GLIB);
966 	Linker.link(g_key_file_get_start_group, \"g_key_file_get_start_group\", LIBRARY.GLIB);
967 	Linker.link(g_key_file_get_groups, \"g_key_file_get_groups\", LIBRARY.GLIB);
968 	Linker.link(g_key_file_get_keys, \"g_key_file_get_keys\", LIBRARY.GLIB);
969 	Linker.link(g_key_file_has_group, \"g_key_file_has_group\", LIBRARY.GLIB);
970 	Linker.link(g_key_file_has_key, \"g_key_file_has_key\", LIBRARY.GLIB);
971 	Linker.link(g_key_file_get_value, \"g_key_file_get_value\", LIBRARY.GLIB);
972 	Linker.link(g_key_file_get_string, \"g_key_file_get_string\", LIBRARY.GLIB);
973 	Linker.link(g_key_file_get_locale_string, \"g_key_file_get_locale_string\", LIBRARY.GLIB);
974 	Linker.link(g_key_file_get_boolean, \"g_key_file_get_boolean\", LIBRARY.GLIB);
975 	Linker.link(g_key_file_get_integer, \"g_key_file_get_integer\", LIBRARY.GLIB);
976 	Linker.link(g_key_file_get_int64, \"g_key_file_get_int64\", LIBRARY.GLIB);
977 	Linker.link(g_key_file_get_uint64, \"g_key_file_get_uint64\", LIBRARY.GLIB);
978 	Linker.link(g_key_file_get_double, \"g_key_file_get_double\", LIBRARY.GLIB);
979 	Linker.link(g_key_file_get_string_list, \"g_key_file_get_string_list\", LIBRARY.GLIB);
980 	Linker.link(g_key_file_get_locale_string_list, \"g_key_file_get_locale_string_list\", LIBRARY.GLIB);
981 	Linker.link(g_key_file_get_boolean_list, \"g_key_file_get_boolean_list\", LIBRARY.GLIB);
982 	Linker.link(g_key_file_get_integer_list, \"g_key_file_get_integer_list\", LIBRARY.GLIB);
983 	Linker.link(g_key_file_get_double_list, \"g_key_file_get_double_list\", LIBRARY.GLIB);
984 	Linker.link(g_key_file_get_comment, \"g_key_file_get_comment\", LIBRARY.GLIB);
985 	Linker.link(g_key_file_set_value, \"g_key_file_set_value\", LIBRARY.GLIB);
986 	Linker.link(g_key_file_set_string, \"g_key_file_set_string\", LIBRARY.GLIB);
987 	Linker.link(g_key_file_set_locale_string, \"g_key_file_set_locale_string\", LIBRARY.GLIB);
988 	Linker.link(g_key_file_set_boolean, \"g_key_file_set_boolean\", LIBRARY.GLIB);
989 	Linker.link(g_key_file_set_integer, \"g_key_file_set_integer\", LIBRARY.GLIB);
990 	Linker.link(g_key_file_set_int64, \"g_key_file_set_int64\", LIBRARY.GLIB);
991 	Linker.link(g_key_file_set_uint64, \"g_key_file_set_uint64\", LIBRARY.GLIB);
992 	Linker.link(g_key_file_set_double, \"g_key_file_set_double\", LIBRARY.GLIB);
993 	Linker.link(g_key_file_set_string_list, \"g_key_file_set_string_list\", LIBRARY.GLIB);
994 	Linker.link(g_key_file_set_locale_string_list, \"g_key_file_set_locale_string_list\", LIBRARY.GLIB);
995 	Linker.link(g_key_file_set_boolean_list, \"g_key_file_set_boolean_list\", LIBRARY.GLIB);
996 	Linker.link(g_key_file_set_integer_list, \"g_key_file_set_integer_list\", LIBRARY.GLIB);
997 	Linker.link(g_key_file_set_double_list, \"g_key_file_set_double_list\", LIBRARY.GLIB);
998 	Linker.link(g_key_file_set_comment, \"g_key_file_set_comment\", LIBRARY.GLIB);
999 	Linker.link(g_key_file_remove_group, \"g_key_file_remove_group\", LIBRARY.GLIB);
1000 	Linker.link(g_key_file_remove_key, \"g_key_file_remove_key\", LIBRARY.GLIB);
1001 	Linker.link(g_key_file_remove_comment, \"g_key_file_remove_comment\", LIBRARY.GLIB);
1002 
1003 	// glib.BookmarkFile
1004 
1005 	Linker.link(g_bookmark_file_new, \"g_bookmark_file_new\", LIBRARY.GLIB);
1006 	Linker.link(g_bookmark_file_free, \"g_bookmark_file_free\", LIBRARY.GLIB);
1007 	Linker.link(g_bookmark_file_load_from_file, \"g_bookmark_file_load_from_file\", LIBRARY.GLIB);
1008 	Linker.link(g_bookmark_file_load_from_data, \"g_bookmark_file_load_from_data\", LIBRARY.GLIB);
1009 	Linker.link(g_bookmark_file_load_from_data_dirs, \"g_bookmark_file_load_from_data_dirs\", LIBRARY.GLIB);
1010 	Linker.link(g_bookmark_file_to_data, \"g_bookmark_file_to_data\", LIBRARY.GLIB);
1011 	Linker.link(g_bookmark_file_to_file, \"g_bookmark_file_to_file\", LIBRARY.GLIB);
1012 	Linker.link(g_bookmark_file_has_item, \"g_bookmark_file_has_item\", LIBRARY.GLIB);
1013 	Linker.link(g_bookmark_file_has_group, \"g_bookmark_file_has_group\", LIBRARY.GLIB);
1014 	Linker.link(g_bookmark_file_has_application, \"g_bookmark_file_has_application\", LIBRARY.GLIB);
1015 	Linker.link(g_bookmark_file_get_size, \"g_bookmark_file_get_size\", LIBRARY.GLIB);
1016 	Linker.link(g_bookmark_file_get_uris, \"g_bookmark_file_get_uris\", LIBRARY.GLIB);
1017 	Linker.link(g_bookmark_file_get_title, \"g_bookmark_file_get_title\", LIBRARY.GLIB);
1018 	Linker.link(g_bookmark_file_get_description, \"g_bookmark_file_get_description\", LIBRARY.GLIB);
1019 	Linker.link(g_bookmark_file_get_mime_type, \"g_bookmark_file_get_mime_type\", LIBRARY.GLIB);
1020 	Linker.link(g_bookmark_file_get_is_private, \"g_bookmark_file_get_is_private\", LIBRARY.GLIB);
1021 	Linker.link(g_bookmark_file_get_icon, \"g_bookmark_file_get_icon\", LIBRARY.GLIB);
1022 	Linker.link(g_bookmark_file_get_added, \"g_bookmark_file_get_added\", LIBRARY.GLIB);
1023 	Linker.link(g_bookmark_file_get_modified, \"g_bookmark_file_get_modified\", LIBRARY.GLIB);
1024 	Linker.link(g_bookmark_file_get_visited, \"g_bookmark_file_get_visited\", LIBRARY.GLIB);
1025 	Linker.link(g_bookmark_file_get_groups, \"g_bookmark_file_get_groups\", LIBRARY.GLIB);
1026 	Linker.link(g_bookmark_file_get_applications, \"g_bookmark_file_get_applications\", LIBRARY.GLIB);
1027 	Linker.link(g_bookmark_file_get_app_info, \"g_bookmark_file_get_app_info\", LIBRARY.GLIB);
1028 	Linker.link(g_bookmark_file_set_title, \"g_bookmark_file_set_title\", LIBRARY.GLIB);
1029 	Linker.link(g_bookmark_file_set_description, \"g_bookmark_file_set_description\", LIBRARY.GLIB);
1030 	Linker.link(g_bookmark_file_set_mime_type, \"g_bookmark_file_set_mime_type\", LIBRARY.GLIB);
1031 	Linker.link(g_bookmark_file_set_is_private, \"g_bookmark_file_set_is_private\", LIBRARY.GLIB);
1032 	Linker.link(g_bookmark_file_set_icon, \"g_bookmark_file_set_icon\", LIBRARY.GLIB);
1033 	Linker.link(g_bookmark_file_set_added, \"g_bookmark_file_set_added\", LIBRARY.GLIB);
1034 	Linker.link(g_bookmark_file_set_groups, \"g_bookmark_file_set_groups\", LIBRARY.GLIB);
1035 	Linker.link(g_bookmark_file_set_modified, \"g_bookmark_file_set_modified\", LIBRARY.GLIB);
1036 	Linker.link(g_bookmark_file_set_visited, \"g_bookmark_file_set_visited\", LIBRARY.GLIB);
1037 	Linker.link(g_bookmark_file_set_app_info, \"g_bookmark_file_set_app_info\", LIBRARY.GLIB);
1038 	Linker.link(g_bookmark_file_add_group, \"g_bookmark_file_add_group\", LIBRARY.GLIB);
1039 	Linker.link(g_bookmark_file_add_application, \"g_bookmark_file_add_application\", LIBRARY.GLIB);
1040 	Linker.link(g_bookmark_file_remove_group, \"g_bookmark_file_remove_group\", LIBRARY.GLIB);
1041 	Linker.link(g_bookmark_file_remove_application, \"g_bookmark_file_remove_application\", LIBRARY.GLIB);
1042 	Linker.link(g_bookmark_file_remove_item, \"g_bookmark_file_remove_item\", LIBRARY.GLIB);
1043 	Linker.link(g_bookmark_file_move_item, \"g_bookmark_file_move_item\", LIBRARY.GLIB);
1044 
1045 	// glib.UnixUtils
1046 
1047 	Linker.link(g_unix_open_pipe, \"g_unix_open_pipe\", LIBRARY.GLIB);
1048 	Linker.link(g_unix_set_fd_nonblocking, \"g_unix_set_fd_nonblocking\", LIBRARY.GLIB);
1049 	Linker.link(g_unix_signal_add, \"g_unix_signal_add\", LIBRARY.GLIB);
1050 	Linker.link(g_unix_signal_add_full, \"g_unix_signal_add_full\", LIBRARY.GLIB);
1051 	Linker.link(g_unix_signal_source_new, \"g_unix_signal_source_new\", LIBRARY.GLIB);
1052 	Linker.link(g_unix_fd_add, \"g_unix_fd_add\", LIBRARY.GLIB);
1053 	Linker.link(g_unix_fd_add_full, \"g_unix_fd_add_full\", LIBRARY.GLIB);
1054 	Linker.link(g_unix_fd_source_new, \"g_unix_fd_source_new\", LIBRARY.GLIB);
1055 
1056 	// glib.WindowsUtils
1057 
1058 	Linker.link(g_win32_error_message, \"g_win32_error_message\", LIBRARY.GLIB);
1059 	Linker.link(g_win32_getlocale, \"g_win32_getlocale\", LIBRARY.GLIB);
1060 	Linker.link(g_win32_get_package_installation_directory, \"g_win32_get_package_installation_directory\", LIBRARY.GLIB);
1061 	Linker.link(g_win32_get_package_installation_directory_of_module, \"g_win32_get_package_installation_directory_of_module\", LIBRARY.GLIB);
1062 	Linker.link(g_win32_get_package_installation_subdirectory, \"g_win32_get_package_installation_subdirectory\", LIBRARY.GLIB);
1063 	Linker.link(g_win32_get_windows_version, \"g_win32_get_windows_version\", LIBRARY.GLIB);
1064 	Linker.link(g_win32_locale_filename_from_utf8, \"g_win32_locale_filename_from_utf8\", LIBRARY.GLIB);
1065 
1066 	// glib.ListG
1067 
1068 	Linker.link(g_list_append, \"g_list_append\", LIBRARY.GLIB);
1069 	Linker.link(g_list_prepend, \"g_list_prepend\", LIBRARY.GLIB);
1070 	Linker.link(g_list_insert, \"g_list_insert\", LIBRARY.GLIB);
1071 	Linker.link(g_list_insert_before, \"g_list_insert_before\", LIBRARY.GLIB);
1072 	Linker.link(g_list_insert_sorted, \"g_list_insert_sorted\", LIBRARY.GLIB);
1073 	Linker.link(g_list_remove, \"g_list_remove\", LIBRARY.GLIB);
1074 	Linker.link(g_list_remove_link, \"g_list_remove_link\", LIBRARY.GLIB);
1075 	Linker.link(g_list_delete_link, \"g_list_delete_link\", LIBRARY.GLIB);
1076 	Linker.link(g_list_remove_all, \"g_list_remove_all\", LIBRARY.GLIB);
1077 	Linker.link(g_list_free, \"g_list_free\", LIBRARY.GLIB);
1078 	Linker.link(g_list_free_full, \"g_list_free_full\", LIBRARY.GLIB);
1079 	Linker.link(g_list_alloc, \"g_list_alloc\", LIBRARY.GLIB);
1080 	Linker.link(g_list_free_1, \"g_list_free_1\", LIBRARY.GLIB);
1081 	Linker.link(g_list_length, \"g_list_length\", LIBRARY.GLIB);
1082 	Linker.link(g_list_copy, \"g_list_copy\", LIBRARY.GLIB);
1083 	Linker.link(g_list_copy_deep, \"g_list_copy_deep\", LIBRARY.GLIB);
1084 	Linker.link(g_list_reverse, \"g_list_reverse\", LIBRARY.GLIB);
1085 	Linker.link(g_list_sort, \"g_list_sort\", LIBRARY.GLIB);
1086 	Linker.link(g_list_insert_sorted_with_data, \"g_list_insert_sorted_with_data\", LIBRARY.GLIB);
1087 	Linker.link(g_list_sort_with_data, \"g_list_sort_with_data\", LIBRARY.GLIB);
1088 	Linker.link(g_list_concat, \"g_list_concat\", LIBRARY.GLIB);
1089 	Linker.link(g_list_foreach, \"g_list_foreach\", LIBRARY.GLIB);
1090 	Linker.link(g_list_first, \"g_list_first\", LIBRARY.GLIB);
1091 	Linker.link(g_list_last, \"g_list_last\", LIBRARY.GLIB);
1092 	Linker.link(g_list_nth, \"g_list_nth\", LIBRARY.GLIB);
1093 	Linker.link(g_list_nth_data, \"g_list_nth_data\", LIBRARY.GLIB);
1094 	Linker.link(g_list_nth_prev, \"g_list_nth_prev\", LIBRARY.GLIB);
1095 	Linker.link(g_list_find, \"g_list_find\", LIBRARY.GLIB);
1096 	Linker.link(g_list_find_custom, \"g_list_find_custom\", LIBRARY.GLIB);
1097 	Linker.link(g_list_position, \"g_list_position\", LIBRARY.GLIB);
1098 	Linker.link(g_list_index, \"g_list_index\", LIBRARY.GLIB);
1099 
1100 	// glib.ListSG
1101 
1102 	Linker.link(g_slist_alloc, \"g_slist_alloc\", LIBRARY.GLIB);
1103 	Linker.link(g_slist_append, \"g_slist_append\", LIBRARY.GLIB);
1104 	Linker.link(g_slist_prepend, \"g_slist_prepend\", LIBRARY.GLIB);
1105 	Linker.link(g_slist_insert, \"g_slist_insert\", LIBRARY.GLIB);
1106 	Linker.link(g_slist_insert_before, \"g_slist_insert_before\", LIBRARY.GLIB);
1107 	Linker.link(g_slist_insert_sorted, \"g_slist_insert_sorted\", LIBRARY.GLIB);
1108 	Linker.link(g_slist_remove, \"g_slist_remove\", LIBRARY.GLIB);
1109 	Linker.link(g_slist_remove_link, \"g_slist_remove_link\", LIBRARY.GLIB);
1110 	Linker.link(g_slist_delete_link, \"g_slist_delete_link\", LIBRARY.GLIB);
1111 	Linker.link(g_slist_remove_all, \"g_slist_remove_all\", LIBRARY.GLIB);
1112 	Linker.link(g_slist_free, \"g_slist_free\", LIBRARY.GLIB);
1113 	Linker.link(g_slist_free_full, \"g_slist_free_full\", LIBRARY.GLIB);
1114 	Linker.link(g_slist_free_1, \"g_slist_free_1\", LIBRARY.GLIB);
1115 	Linker.link(g_slist_length, \"g_slist_length\", LIBRARY.GLIB);
1116 	Linker.link(g_slist_copy, \"g_slist_copy\", LIBRARY.GLIB);
1117 	Linker.link(g_slist_copy_deep, \"g_slist_copy_deep\", LIBRARY.GLIB);
1118 	Linker.link(g_slist_reverse, \"g_slist_reverse\", LIBRARY.GLIB);
1119 	Linker.link(g_slist_insert_sorted_with_data, \"g_slist_insert_sorted_with_data\", LIBRARY.GLIB);
1120 	Linker.link(g_slist_sort, \"g_slist_sort\", LIBRARY.GLIB);
1121 	Linker.link(g_slist_sort_with_data, \"g_slist_sort_with_data\", LIBRARY.GLIB);
1122 	Linker.link(g_slist_concat, \"g_slist_concat\", LIBRARY.GLIB);
1123 	Linker.link(g_slist_foreach, \"g_slist_foreach\", LIBRARY.GLIB);
1124 	Linker.link(g_slist_last, \"g_slist_last\", LIBRARY.GLIB);
1125 	Linker.link(g_slist_nth, \"g_slist_nth\", LIBRARY.GLIB);
1126 	Linker.link(g_slist_nth_data, \"g_slist_nth_data\", LIBRARY.GLIB);
1127 	Linker.link(g_slist_find, \"g_slist_find\", LIBRARY.GLIB);
1128 	Linker.link(g_slist_find_custom, \"g_slist_find_custom\", LIBRARY.GLIB);
1129 	Linker.link(g_slist_position, \"g_slist_position\", LIBRARY.GLIB);
1130 	Linker.link(g_slist_index, \"g_slist_index\", LIBRARY.GLIB);
1131 
1132 	// glib.QueueG
1133 
1134 	Linker.link(g_queue_new, \"g_queue_new\", LIBRARY.GLIB);
1135 	Linker.link(g_queue_free, \"g_queue_free\", LIBRARY.GLIB);
1136 	Linker.link(g_queue_free_full, \"g_queue_free_full\", LIBRARY.GLIB);
1137 	Linker.link(g_queue_init, \"g_queue_init\", LIBRARY.GLIB);
1138 	Linker.link(g_queue_clear, \"g_queue_clear\", LIBRARY.GLIB);
1139 	Linker.link(g_queue_is_empty, \"g_queue_is_empty\", LIBRARY.GLIB);
1140 	Linker.link(g_queue_get_length, \"g_queue_get_length\", LIBRARY.GLIB);
1141 	Linker.link(g_queue_reverse, \"g_queue_reverse\", LIBRARY.GLIB);
1142 	Linker.link(g_queue_copy, \"g_queue_copy\", LIBRARY.GLIB);
1143 	Linker.link(g_queue_foreach, \"g_queue_foreach\", LIBRARY.GLIB);
1144 	Linker.link(g_queue_find, \"g_queue_find\", LIBRARY.GLIB);
1145 	Linker.link(g_queue_find_custom, \"g_queue_find_custom\", LIBRARY.GLIB);
1146 	Linker.link(g_queue_sort, \"g_queue_sort\", LIBRARY.GLIB);
1147 	Linker.link(g_queue_push_head, \"g_queue_push_head\", LIBRARY.GLIB);
1148 	Linker.link(g_queue_push_tail, \"g_queue_push_tail\", LIBRARY.GLIB);
1149 	Linker.link(g_queue_push_nth, \"g_queue_push_nth\", LIBRARY.GLIB);
1150 	Linker.link(g_queue_pop_head, \"g_queue_pop_head\", LIBRARY.GLIB);
1151 	Linker.link(g_queue_pop_tail, \"g_queue_pop_tail\", LIBRARY.GLIB);
1152 	Linker.link(g_queue_pop_nth, \"g_queue_pop_nth\", LIBRARY.GLIB);
1153 	Linker.link(g_queue_peek_head, \"g_queue_peek_head\", LIBRARY.GLIB);
1154 	Linker.link(g_queue_peek_tail, \"g_queue_peek_tail\", LIBRARY.GLIB);
1155 	Linker.link(g_queue_peek_nth, \"g_queue_peek_nth\", LIBRARY.GLIB);
1156 	Linker.link(g_queue_index, \"g_queue_index\", LIBRARY.GLIB);
1157 	Linker.link(g_queue_remove, \"g_queue_remove\", LIBRARY.GLIB);
1158 	Linker.link(g_queue_remove_all, \"g_queue_remove_all\", LIBRARY.GLIB);
1159 	Linker.link(g_queue_insert_before, \"g_queue_insert_before\", LIBRARY.GLIB);
1160 	Linker.link(g_queue_insert_after, \"g_queue_insert_after\", LIBRARY.GLIB);
1161 	Linker.link(g_queue_insert_sorted, \"g_queue_insert_sorted\", LIBRARY.GLIB);
1162 	Linker.link(g_queue_push_head_link, \"g_queue_push_head_link\", LIBRARY.GLIB);
1163 	Linker.link(g_queue_push_tail_link, \"g_queue_push_tail_link\", LIBRARY.GLIB);
1164 	Linker.link(g_queue_push_nth_link, \"g_queue_push_nth_link\", LIBRARY.GLIB);
1165 	Linker.link(g_queue_pop_head_link, \"g_queue_pop_head_link\", LIBRARY.GLIB);
1166 	Linker.link(g_queue_pop_tail_link, \"g_queue_pop_tail_link\", LIBRARY.GLIB);
1167 	Linker.link(g_queue_pop_nth_link, \"g_queue_pop_nth_link\", LIBRARY.GLIB);
1168 	Linker.link(g_queue_peek_head_link, \"g_queue_peek_head_link\", LIBRARY.GLIB);
1169 	Linker.link(g_queue_peek_tail_link, \"g_queue_peek_tail_link\", LIBRARY.GLIB);
1170 	Linker.link(g_queue_peek_nth_link, \"g_queue_peek_nth_link\", LIBRARY.GLIB);
1171 	Linker.link(g_queue_link_index, \"g_queue_link_index\", LIBRARY.GLIB);
1172 	Linker.link(g_queue_unlink, \"g_queue_unlink\", LIBRARY.GLIB);
1173 	Linker.link(g_queue_delete_link, \"g_queue_delete_link\", LIBRARY.GLIB);
1174 
1175 	// glib.Sequence
1176 
1177 	Linker.link(g_sequence_new, \"g_sequence_new\", LIBRARY.GLIB);
1178 	Linker.link(g_sequence_free, \"g_sequence_free\", LIBRARY.GLIB);
1179 	Linker.link(g_sequence_get_length, \"g_sequence_get_length\", LIBRARY.GLIB);
1180 	Linker.link(g_sequence_foreach, \"g_sequence_foreach\", LIBRARY.GLIB);
1181 	Linker.link(g_sequence_foreach_range, \"g_sequence_foreach_range\", LIBRARY.GLIB);
1182 	Linker.link(g_sequence_sort, \"g_sequence_sort\", LIBRARY.GLIB);
1183 	Linker.link(g_sequence_sort_iter, \"g_sequence_sort_iter\", LIBRARY.GLIB);
1184 	Linker.link(g_sequence_get_begin_iter, \"g_sequence_get_begin_iter\", LIBRARY.GLIB);
1185 	Linker.link(g_sequence_get_end_iter, \"g_sequence_get_end_iter\", LIBRARY.GLIB);
1186 	Linker.link(g_sequence_get_iter_at_pos, \"g_sequence_get_iter_at_pos\", LIBRARY.GLIB);
1187 	Linker.link(g_sequence_append, \"g_sequence_append\", LIBRARY.GLIB);
1188 	Linker.link(g_sequence_prepend, \"g_sequence_prepend\", LIBRARY.GLIB);
1189 	Linker.link(g_sequence_insert_before, \"g_sequence_insert_before\", LIBRARY.GLIB);
1190 	Linker.link(g_sequence_move, \"g_sequence_move\", LIBRARY.GLIB);
1191 	Linker.link(g_sequence_swap, \"g_sequence_swap\", LIBRARY.GLIB);
1192 	Linker.link(g_sequence_insert_sorted, \"g_sequence_insert_sorted\", LIBRARY.GLIB);
1193 	Linker.link(g_sequence_insert_sorted_iter, \"g_sequence_insert_sorted_iter\", LIBRARY.GLIB);
1194 	Linker.link(g_sequence_sort_changed, \"g_sequence_sort_changed\", LIBRARY.GLIB);
1195 	Linker.link(g_sequence_sort_changed_iter, \"g_sequence_sort_changed_iter\", LIBRARY.GLIB);
1196 	Linker.link(g_sequence_remove, \"g_sequence_remove\", LIBRARY.GLIB);
1197 	Linker.link(g_sequence_remove_range, \"g_sequence_remove_range\", LIBRARY.GLIB);
1198 	Linker.link(g_sequence_move_range, \"g_sequence_move_range\", LIBRARY.GLIB);
1199 	Linker.link(g_sequence_search, \"g_sequence_search\", LIBRARY.GLIB);
1200 	Linker.link(g_sequence_search_iter, \"g_sequence_search_iter\", LIBRARY.GLIB);
1201 	Linker.link(g_sequence_lookup, \"g_sequence_lookup\", LIBRARY.GLIB);
1202 	Linker.link(g_sequence_lookup_iter, \"g_sequence_lookup_iter\", LIBRARY.GLIB);
1203 	Linker.link(g_sequence_get, \"g_sequence_get\", LIBRARY.GLIB);
1204 	Linker.link(g_sequence_set, \"g_sequence_set\", LIBRARY.GLIB);
1205 	Linker.link(g_sequence_range_get_midpoint, \"g_sequence_range_get_midpoint\", LIBRARY.GLIB);
1206 
1207 	// glib.SequenceIter
1208 
1209 	Linker.link(g_sequence_iter_is_begin, \"g_sequence_iter_is_begin\", LIBRARY.GLIB);
1210 	Linker.link(g_sequence_iter_is_end, \"g_sequence_iter_is_end\", LIBRARY.GLIB);
1211 	Linker.link(g_sequence_iter_next, \"g_sequence_iter_next\", LIBRARY.GLIB);
1212 	Linker.link(g_sequence_iter_prev, \"g_sequence_iter_prev\", LIBRARY.GLIB);
1213 	Linker.link(g_sequence_iter_get_position, \"g_sequence_iter_get_position\", LIBRARY.GLIB);
1214 	Linker.link(g_sequence_iter_move, \"g_sequence_iter_move\", LIBRARY.GLIB);
1215 	Linker.link(g_sequence_iter_get_sequence, \"g_sequence_iter_get_sequence\", LIBRARY.GLIB);
1216 	Linker.link(g_sequence_iter_compare, \"g_sequence_iter_compare\", LIBRARY.GLIB);
1217 
1218 	// glib.TrashStack
1219 
1220 	Linker.link(g_trash_stack_push, \"g_trash_stack_push\", LIBRARY.GLIB);
1221 	Linker.link(g_trash_stack_pop, \"g_trash_stack_pop\", LIBRARY.GLIB);
1222 	Linker.link(g_trash_stack_peek, \"g_trash_stack_peek\", LIBRARY.GLIB);
1223 	Linker.link(g_trash_stack_height, \"g_trash_stack_height\", LIBRARY.GLIB);
1224 
1225 	// glib.HashTable
1226 
1227 	Linker.link(g_hash_table_new, \"g_hash_table_new\", LIBRARY.GLIB);
1228 	Linker.link(g_hash_table_new_full, \"g_hash_table_new_full\", LIBRARY.GLIB);
1229 	Linker.link(g_hash_table_insert, \"g_hash_table_insert\", LIBRARY.GLIB);
1230 	Linker.link(g_hash_table_replace, \"g_hash_table_replace\", LIBRARY.GLIB);
1231 	Linker.link(g_hash_table_add, \"g_hash_table_add\", LIBRARY.GLIB);
1232 	Linker.link(g_hash_table_contains, \"g_hash_table_contains\", LIBRARY.GLIB);
1233 	Linker.link(g_hash_table_size, \"g_hash_table_size\", LIBRARY.GLIB);
1234 	Linker.link(g_hash_table_lookup, \"g_hash_table_lookup\", LIBRARY.GLIB);
1235 	Linker.link(g_hash_table_lookup_extended, \"g_hash_table_lookup_extended\", LIBRARY.GLIB);
1236 	Linker.link(g_hash_table_foreach, \"g_hash_table_foreach\", LIBRARY.GLIB);
1237 	Linker.link(g_hash_table_find, \"g_hash_table_find\", LIBRARY.GLIB);
1238 	Linker.link(g_hash_table_remove, \"g_hash_table_remove\", LIBRARY.GLIB);
1239 	Linker.link(g_hash_table_steal, \"g_hash_table_steal\", LIBRARY.GLIB);
1240 	Linker.link(g_hash_table_foreach_remove, \"g_hash_table_foreach_remove\", LIBRARY.GLIB);
1241 	Linker.link(g_hash_table_foreach_steal, \"g_hash_table_foreach_steal\", LIBRARY.GLIB);
1242 	Linker.link(g_hash_table_remove_all, \"g_hash_table_remove_all\", LIBRARY.GLIB);
1243 	Linker.link(g_hash_table_steal_all, \"g_hash_table_steal_all\", LIBRARY.GLIB);
1244 	Linker.link(g_hash_table_get_keys, \"g_hash_table_get_keys\", LIBRARY.GLIB);
1245 	Linker.link(g_hash_table_get_values, \"g_hash_table_get_values\", LIBRARY.GLIB);
1246 	Linker.link(g_hash_table_destroy, \"g_hash_table_destroy\", LIBRARY.GLIB);
1247 	Linker.link(g_hash_table_ref, \"g_hash_table_ref\", LIBRARY.GLIB);
1248 	Linker.link(g_hash_table_unref, \"g_hash_table_unref\", LIBRARY.GLIB);
1249 	Linker.link(g_direct_equal, \"g_direct_equal\", LIBRARY.GLIB);
1250 	Linker.link(g_direct_hash, \"g_direct_hash\", LIBRARY.GLIB);
1251 	Linker.link(g_int_equal, \"g_int_equal\", LIBRARY.GLIB);
1252 	Linker.link(g_int_hash, \"g_int_hash\", LIBRARY.GLIB);
1253 	Linker.link(g_int64_equal, \"g_int64_equal\", LIBRARY.GLIB);
1254 	Linker.link(g_int64_hash, \"g_int64_hash\", LIBRARY.GLIB);
1255 	Linker.link(g_double_equal, \"g_double_equal\", LIBRARY.GLIB);
1256 	Linker.link(g_double_hash, \"g_double_hash\", LIBRARY.GLIB);
1257 	Linker.link(g_str_equal, \"g_str_equal\", LIBRARY.GLIB);
1258 	Linker.link(g_str_hash, \"g_str_hash\", LIBRARY.GLIB);
1259 
1260 	// glib.HashTableIter
1261 
1262 	Linker.link(g_hash_table_iter_init, \"g_hash_table_iter_init\", LIBRARY.GLIB);
1263 	Linker.link(g_hash_table_iter_next, \"g_hash_table_iter_next\", LIBRARY.GLIB);
1264 	Linker.link(g_hash_table_iter_get_hash_table, \"g_hash_table_iter_get_hash_table\", LIBRARY.GLIB);
1265 	Linker.link(g_hash_table_iter_replace, \"g_hash_table_iter_replace\", LIBRARY.GLIB);
1266 	Linker.link(g_hash_table_iter_remove, \"g_hash_table_iter_remove\", LIBRARY.GLIB);
1267 	Linker.link(g_hash_table_iter_steal, \"g_hash_table_iter_steal\", LIBRARY.GLIB);
1268 
1269 	// glib.StringG
1270 
1271 	Linker.link(g_string_new, \"g_string_new\", LIBRARY.GLIB);
1272 	Linker.link(g_string_new_len, \"g_string_new_len\", LIBRARY.GLIB);
1273 	Linker.link(g_string_sized_new, \"g_string_sized_new\", LIBRARY.GLIB);
1274 	Linker.link(g_string_assign, \"g_string_assign\", LIBRARY.GLIB);
1275 	Linker.link(g_string_vprintf, \"g_string_vprintf\", LIBRARY.GLIB);
1276 	Linker.link(g_string_append_vprintf, \"g_string_append_vprintf\", LIBRARY.GLIB);
1277 	Linker.link(g_string_printf, \"g_string_printf\", LIBRARY.GLIB);
1278 	Linker.link(g_string_append_printf, \"g_string_append_printf\", LIBRARY.GLIB);
1279 	Linker.link(g_string_append, \"g_string_append\", LIBRARY.GLIB);
1280 	Linker.link(g_string_append_c, \"g_string_append_c\", LIBRARY.GLIB);
1281 	Linker.link(g_string_append_unichar, \"g_string_append_unichar\", LIBRARY.GLIB);
1282 	Linker.link(g_string_append_len, \"g_string_append_len\", LIBRARY.GLIB);
1283 	Linker.link(g_string_append_uri_escaped, \"g_string_append_uri_escaped\", LIBRARY.GLIB);
1284 	Linker.link(g_string_prepend, \"g_string_prepend\", LIBRARY.GLIB);
1285 	Linker.link(g_string_prepend_c, \"g_string_prepend_c\", LIBRARY.GLIB);
1286 	Linker.link(g_string_prepend_unichar, \"g_string_prepend_unichar\", LIBRARY.GLIB);
1287 	Linker.link(g_string_prepend_len, \"g_string_prepend_len\", LIBRARY.GLIB);
1288 	Linker.link(g_string_insert, \"g_string_insert\", LIBRARY.GLIB);
1289 	Linker.link(g_string_insert_c, \"g_string_insert_c\", LIBRARY.GLIB);
1290 	Linker.link(g_string_insert_unichar, \"g_string_insert_unichar\", LIBRARY.GLIB);
1291 	Linker.link(g_string_insert_len, \"g_string_insert_len\", LIBRARY.GLIB);
1292 	Linker.link(g_string_overwrite, \"g_string_overwrite\", LIBRARY.GLIB);
1293 	Linker.link(g_string_overwrite_len, \"g_string_overwrite_len\", LIBRARY.GLIB);
1294 	Linker.link(g_string_erase, \"g_string_erase\", LIBRARY.GLIB);
1295 	Linker.link(g_string_truncate, \"g_string_truncate\", LIBRARY.GLIB);
1296 	Linker.link(g_string_set_size, \"g_string_set_size\", LIBRARY.GLIB);
1297 	Linker.link(g_string_free, \"g_string_free\", LIBRARY.GLIB);
1298 	Linker.link(g_string_free_to_bytes, \"g_string_free_to_bytes\", LIBRARY.GLIB);
1299 	Linker.link(g_string_up, \"g_string_up\", LIBRARY.GLIB);
1300 	Linker.link(g_string_down, \"g_string_down\", LIBRARY.GLIB);
1301 	Linker.link(g_string_hash, \"g_string_hash\", LIBRARY.GLIB);
1302 	Linker.link(g_string_equal, \"g_string_equal\", LIBRARY.GLIB);
1303 
1304 	// glib.StringGChunk
1305 
1306 	Linker.link(g_string_chunk_new, \"g_string_chunk_new\", LIBRARY.GLIB);
1307 	Linker.link(g_string_chunk_insert, \"g_string_chunk_insert\", LIBRARY.GLIB);
1308 	Linker.link(g_string_chunk_insert_const, \"g_string_chunk_insert_const\", LIBRARY.GLIB);
1309 	Linker.link(g_string_chunk_insert_len, \"g_string_chunk_insert_len\", LIBRARY.GLIB);
1310 	Linker.link(g_string_chunk_clear, \"g_string_chunk_clear\", LIBRARY.GLIB);
1311 	Linker.link(g_string_chunk_free, \"g_string_chunk_free\", LIBRARY.GLIB);
1312 
1313 	// glib.ArrayG
1314 
1315 	Linker.link(g_array_new, \"g_array_new\", LIBRARY.GLIB);
1316 	Linker.link(g_array_sized_new, \"g_array_sized_new\", LIBRARY.GLIB);
1317 	Linker.link(g_array_ref, \"g_array_ref\", LIBRARY.GLIB);
1318 	Linker.link(g_array_unref, \"g_array_unref\", LIBRARY.GLIB);
1319 	Linker.link(g_array_get_element_size, \"g_array_get_element_size\", LIBRARY.GLIB);
1320 	Linker.link(g_array_append_vals, \"g_array_append_vals\", LIBRARY.GLIB);
1321 	Linker.link(g_array_prepend_vals, \"g_array_prepend_vals\", LIBRARY.GLIB);
1322 	Linker.link(g_array_insert_vals, \"g_array_insert_vals\", LIBRARY.GLIB);
1323 	Linker.link(g_array_remove_index, \"g_array_remove_index\", LIBRARY.GLIB);
1324 	Linker.link(g_array_remove_index_fast, \"g_array_remove_index_fast\", LIBRARY.GLIB);
1325 	Linker.link(g_array_remove_range, \"g_array_remove_range\", LIBRARY.GLIB);
1326 	Linker.link(g_array_sort, \"g_array_sort\", LIBRARY.GLIB);
1327 	Linker.link(g_array_sort_with_data, \"g_array_sort_with_data\", LIBRARY.GLIB);
1328 	Linker.link(g_array_set_size, \"g_array_set_size\", LIBRARY.GLIB);
1329 	Linker.link(g_array_set_clear_func, \"g_array_set_clear_func\", LIBRARY.GLIB);
1330 	Linker.link(g_array_free, \"g_array_free\", LIBRARY.GLIB);
1331 
1332 	// glib.PtrArray
1333 
1334 	Linker.link(g_ptr_array_new, \"g_ptr_array_new\", LIBRARY.GLIB);
1335 	Linker.link(g_ptr_array_sized_new, \"g_ptr_array_sized_new\", LIBRARY.GLIB);
1336 	Linker.link(g_ptr_array_new_with_free_func, \"g_ptr_array_new_with_free_func\", LIBRARY.GLIB);
1337 	Linker.link(g_ptr_array_new_full, \"g_ptr_array_new_full\", LIBRARY.GLIB);
1338 	Linker.link(g_ptr_array_set_free_func, \"g_ptr_array_set_free_func\", LIBRARY.GLIB);
1339 	Linker.link(g_ptr_array_ref, \"g_ptr_array_ref\", LIBRARY.GLIB);
1340 	Linker.link(g_ptr_array_unref, \"g_ptr_array_unref\", LIBRARY.GLIB);
1341 	Linker.link(g_ptr_array_add, \"g_ptr_array_add\", LIBRARY.GLIB);
1342 	Linker.link(g_ptr_array_remove, \"g_ptr_array_remove\", LIBRARY.GLIB);
1343 	Linker.link(g_ptr_array_remove_index, \"g_ptr_array_remove_index\", LIBRARY.GLIB);
1344 	Linker.link(g_ptr_array_remove_fast, \"g_ptr_array_remove_fast\", LIBRARY.GLIB);
1345 	Linker.link(g_ptr_array_remove_index_fast, \"g_ptr_array_remove_index_fast\", LIBRARY.GLIB);
1346 	Linker.link(g_ptr_array_remove_range, \"g_ptr_array_remove_range\", LIBRARY.GLIB);
1347 	Linker.link(g_ptr_array_sort, \"g_ptr_array_sort\", LIBRARY.GLIB);
1348 	Linker.link(g_ptr_array_sort_with_data, \"g_ptr_array_sort_with_data\", LIBRARY.GLIB);
1349 	Linker.link(g_ptr_array_set_size, \"g_ptr_array_set_size\", LIBRARY.GLIB);
1350 	Linker.link(g_ptr_array_free, \"g_ptr_array_free\", LIBRARY.GLIB);
1351 	Linker.link(g_ptr_array_foreach, \"g_ptr_array_foreach\", LIBRARY.GLIB);
1352 
1353 	// glib.ByteArray
1354 
1355 	Linker.link(g_byte_array_new, \"g_byte_array_new\", LIBRARY.GLIB);
1356 	Linker.link(g_byte_array_new_take, \"g_byte_array_new_take\", LIBRARY.GLIB);
1357 	Linker.link(g_byte_array_sized_new, \"g_byte_array_sized_new\", LIBRARY.GLIB);
1358 	Linker.link(g_byte_array_ref, \"g_byte_array_ref\", LIBRARY.GLIB);
1359 	Linker.link(g_byte_array_unref, \"g_byte_array_unref\", LIBRARY.GLIB);
1360 	Linker.link(g_byte_array_append, \"g_byte_array_append\", LIBRARY.GLIB);
1361 	Linker.link(g_byte_array_prepend, \"g_byte_array_prepend\", LIBRARY.GLIB);
1362 	Linker.link(g_byte_array_remove_index, \"g_byte_array_remove_index\", LIBRARY.GLIB);
1363 	Linker.link(g_byte_array_remove_index_fast, \"g_byte_array_remove_index_fast\", LIBRARY.GLIB);
1364 	Linker.link(g_byte_array_remove_range, \"g_byte_array_remove_range\", LIBRARY.GLIB);
1365 	Linker.link(g_byte_array_sort, \"g_byte_array_sort\", LIBRARY.GLIB);
1366 	Linker.link(g_byte_array_sort_with_data, \"g_byte_array_sort_with_data\", LIBRARY.GLIB);
1367 	Linker.link(g_byte_array_set_size, \"g_byte_array_set_size\", LIBRARY.GLIB);
1368 	Linker.link(g_byte_array_free, \"g_byte_array_free\", LIBRARY.GLIB);
1369 	Linker.link(g_byte_array_free_to_bytes, \"g_byte_array_free_to_bytes\", LIBRARY.GLIB);
1370 
1371 	// glib.Bytes
1372 
1373 	Linker.link(g_bytes_new, \"g_bytes_new\", LIBRARY.GLIB);
1374 	Linker.link(g_bytes_new_take, \"g_bytes_new_take\", LIBRARY.GLIB);
1375 	Linker.link(g_bytes_new_static, \"g_bytes_new_static\", LIBRARY.GLIB);
1376 	Linker.link(g_bytes_new_with_free_func, \"g_bytes_new_with_free_func\", LIBRARY.GLIB);
1377 	Linker.link(g_bytes_new_from_bytes, \"g_bytes_new_from_bytes\", LIBRARY.GLIB);
1378 	Linker.link(g_bytes_get_data, \"g_bytes_get_data\", LIBRARY.GLIB);
1379 	Linker.link(g_bytes_get_size, \"g_bytes_get_size\", LIBRARY.GLIB);
1380 	Linker.link(g_bytes_hash, \"g_bytes_hash\", LIBRARY.GLIB);
1381 	Linker.link(g_bytes_equal, \"g_bytes_equal\", LIBRARY.GLIB);
1382 	Linker.link(g_bytes_compare, \"g_bytes_compare\", LIBRARY.GLIB);
1383 	Linker.link(g_bytes_ref, \"g_bytes_ref\", LIBRARY.GLIB);
1384 	Linker.link(g_bytes_unref, \"g_bytes_unref\", LIBRARY.GLIB);
1385 	Linker.link(g_bytes_unref_to_data, \"g_bytes_unref_to_data\", LIBRARY.GLIB);
1386 	Linker.link(g_bytes_unref_to_array, \"g_bytes_unref_to_array\", LIBRARY.GLIB);
1387 
1388 	// glib.BBTree
1389 
1390 	Linker.link(g_tree_new, \"g_tree_new\", LIBRARY.GLIB);
1391 	Linker.link(g_tree_ref, \"g_tree_ref\", LIBRARY.GLIB);
1392 	Linker.link(g_tree_unref, \"g_tree_unref\", LIBRARY.GLIB);
1393 	Linker.link(g_tree_new_with_data, \"g_tree_new_with_data\", LIBRARY.GLIB);
1394 	Linker.link(g_tree_new_full, \"g_tree_new_full\", LIBRARY.GLIB);
1395 	Linker.link(g_tree_insert, \"g_tree_insert\", LIBRARY.GLIB);
1396 	Linker.link(g_tree_replace, \"g_tree_replace\", LIBRARY.GLIB);
1397 	Linker.link(g_tree_nnodes, \"g_tree_nnodes\", LIBRARY.GLIB);
1398 	Linker.link(g_tree_height, \"g_tree_height\", LIBRARY.GLIB);
1399 	Linker.link(g_tree_lookup, \"g_tree_lookup\", LIBRARY.GLIB);
1400 	Linker.link(g_tree_lookup_extended, \"g_tree_lookup_extended\", LIBRARY.GLIB);
1401 	Linker.link(g_tree_foreach, \"g_tree_foreach\", LIBRARY.GLIB);
1402 	Linker.link(g_tree_traverse, \"g_tree_traverse\", LIBRARY.GLIB);
1403 	Linker.link(g_tree_search, \"g_tree_search\", LIBRARY.GLIB);
1404 	Linker.link(g_tree_remove, \"g_tree_remove\", LIBRARY.GLIB);
1405 	Linker.link(g_tree_steal, \"g_tree_steal\", LIBRARY.GLIB);
1406 	Linker.link(g_tree_destroy, \"g_tree_destroy\", LIBRARY.GLIB);
1407 
1408 	// glib.Node
1409 
1410 	Linker.link(g_node_new, \"g_node_new\", LIBRARY.GLIB);
1411 	Linker.link(g_node_copy, \"g_node_copy\", LIBRARY.GLIB);
1412 	Linker.link(g_node_copy_deep, \"g_node_copy_deep\", LIBRARY.GLIB);
1413 	Linker.link(g_node_insert, \"g_node_insert\", LIBRARY.GLIB);
1414 	Linker.link(g_node_insert_before, \"g_node_insert_before\", LIBRARY.GLIB);
1415 	Linker.link(g_node_insert_after, \"g_node_insert_after\", LIBRARY.GLIB);
1416 	Linker.link(g_node_prepend, \"g_node_prepend\", LIBRARY.GLIB);
1417 	Linker.link(g_node_reverse_children, \"g_node_reverse_children\", LIBRARY.GLIB);
1418 	Linker.link(g_node_traverse, \"g_node_traverse\", LIBRARY.GLIB);
1419 	Linker.link(g_node_children_foreach, \"g_node_children_foreach\", LIBRARY.GLIB);
1420 	Linker.link(g_node_get_root, \"g_node_get_root\", LIBRARY.GLIB);
1421 	Linker.link(g_node_find, \"g_node_find\", LIBRARY.GLIB);
1422 	Linker.link(g_node_find_child, \"g_node_find_child\", LIBRARY.GLIB);
1423 	Linker.link(g_node_child_index, \"g_node_child_index\", LIBRARY.GLIB);
1424 	Linker.link(g_node_child_position, \"g_node_child_position\", LIBRARY.GLIB);
1425 	Linker.link(g_node_last_child, \"g_node_last_child\", LIBRARY.GLIB);
1426 	Linker.link(g_node_nth_child, \"g_node_nth_child\", LIBRARY.GLIB);
1427 	Linker.link(g_node_first_sibling, \"g_node_first_sibling\", LIBRARY.GLIB);
1428 	Linker.link(g_node_last_sibling, \"g_node_last_sibling\", LIBRARY.GLIB);
1429 	Linker.link(g_node_depth, \"g_node_depth\", LIBRARY.GLIB);
1430 	Linker.link(g_node_n_nodes, \"g_node_n_nodes\", LIBRARY.GLIB);
1431 	Linker.link(g_node_n_children, \"g_node_n_children\", LIBRARY.GLIB);
1432 	Linker.link(g_node_is_ancestor, \"g_node_is_ancestor\", LIBRARY.GLIB);
1433 	Linker.link(g_node_max_height, \"g_node_max_height\", LIBRARY.GLIB);
1434 	Linker.link(g_node_unlink, \"g_node_unlink\", LIBRARY.GLIB);
1435 	Linker.link(g_node_destroy, \"g_node_destroy\", LIBRARY.GLIB);
1436 
1437 	// glib.Quark
1438 
1439 	Linker.link(g_quark_from_string, \"g_quark_from_string\", LIBRARY.GLIB);
1440 	Linker.link(g_quark_from_static_string, \"g_quark_from_static_string\", LIBRARY.GLIB);
1441 	Linker.link(g_quark_to_string, \"g_quark_to_string\", LIBRARY.GLIB);
1442 	Linker.link(g_quark_try_string, \"g_quark_try_string\", LIBRARY.GLIB);
1443 	Linker.link(g_intern_string, \"g_intern_string\", LIBRARY.GLIB);
1444 	Linker.link(g_intern_static_string, \"g_intern_static_string\", LIBRARY.GLIB);
1445 
1446 	// glib.DataList
1447 
1448 	Linker.link(g_datalist_init, \"g_datalist_init\", LIBRARY.GLIB);
1449 	Linker.link(g_datalist_id_set_data_full, \"g_datalist_id_set_data_full\", LIBRARY.GLIB);
1450 	Linker.link(g_datalist_id_get_data, \"g_datalist_id_get_data\", LIBRARY.GLIB);
1451 	Linker.link(g_datalist_id_remove_no_notify, \"g_datalist_id_remove_no_notify\", LIBRARY.GLIB);
1452 	Linker.link(g_datalist_id_dup_data, \"g_datalist_id_dup_data\", LIBRARY.GLIB);
1453 	Linker.link(g_datalist_id_replace_data, \"g_datalist_id_replace_data\", LIBRARY.GLIB);
1454 	Linker.link(g_datalist_get_data, \"g_datalist_get_data\", LIBRARY.GLIB);
1455 	Linker.link(g_datalist_foreach, \"g_datalist_foreach\", LIBRARY.GLIB);
1456 	Linker.link(g_datalist_clear, \"g_datalist_clear\", LIBRARY.GLIB);
1457 	Linker.link(g_datalist_set_flags, \"g_datalist_set_flags\", LIBRARY.GLIB);
1458 	Linker.link(g_datalist_unset_flags, \"g_datalist_unset_flags\", LIBRARY.GLIB);
1459 	Linker.link(g_datalist_get_flags, \"g_datalist_get_flags\", LIBRARY.GLIB);
1460 
1461 	// glib.Dataset
1462 
1463 	Linker.link(g_dataset_id_set_data_full, \"g_dataset_id_set_data_full\", LIBRARY.GLIB);
1464 	Linker.link(g_dataset_id_get_data, \"g_dataset_id_get_data\", LIBRARY.GLIB);
1465 	Linker.link(g_dataset_id_remove_no_notify, \"g_dataset_id_remove_no_notify\", LIBRARY.GLIB);
1466 	Linker.link(g_dataset_foreach, \"g_dataset_foreach\", LIBRARY.GLIB);
1467 	Linker.link(g_dataset_destroy, \"g_dataset_destroy\", LIBRARY.GLIB);
1468 
1469 	// glib.VariantType
1470 
1471 	Linker.link(g_variant_type_free, \"g_variant_type_free\", LIBRARY.GLIB);
1472 	Linker.link(g_variant_type_copy, \"g_variant_type_copy\", LIBRARY.GLIB);
1473 	Linker.link(g_variant_type_new, \"g_variant_type_new\", LIBRARY.GLIB);
1474 	Linker.link(g_variant_type_string_is_valid, \"g_variant_type_string_is_valid\", LIBRARY.GLIB);
1475 	Linker.link(g_variant_type_string_scan, \"g_variant_type_string_scan\", LIBRARY.GLIB);
1476 	Linker.link(g_variant_type_get_string_length, \"g_variant_type_get_string_length\", LIBRARY.GLIB);
1477 	Linker.link(g_variant_type_peek_string, \"g_variant_type_peek_string\", LIBRARY.GLIB);
1478 	Linker.link(g_variant_type_dup_string, \"g_variant_type_dup_string\", LIBRARY.GLIB);
1479 	Linker.link(g_variant_type_is_definite, \"g_variant_type_is_definite\", LIBRARY.GLIB);
1480 	Linker.link(g_variant_type_is_container, \"g_variant_type_is_container\", LIBRARY.GLIB);
1481 	Linker.link(g_variant_type_is_basic, \"g_variant_type_is_basic\", LIBRARY.GLIB);
1482 	Linker.link(g_variant_type_is_maybe, \"g_variant_type_is_maybe\", LIBRARY.GLIB);
1483 	Linker.link(g_variant_type_is_array, \"g_variant_type_is_array\", LIBRARY.GLIB);
1484 	Linker.link(g_variant_type_is_tuple, \"g_variant_type_is_tuple\", LIBRARY.GLIB);
1485 	Linker.link(g_variant_type_is_dict_entry, \"g_variant_type_is_dict_entry\", LIBRARY.GLIB);
1486 	Linker.link(g_variant_type_is_variant, \"g_variant_type_is_variant\", LIBRARY.GLIB);
1487 	Linker.link(g_variant_type_hash, \"g_variant_type_hash\", LIBRARY.GLIB);
1488 	Linker.link(g_variant_type_equal, \"g_variant_type_equal\", LIBRARY.GLIB);
1489 	Linker.link(g_variant_type_is_subtype_of, \"g_variant_type_is_subtype_of\", LIBRARY.GLIB);
1490 	Linker.link(g_variant_type_new_maybe, \"g_variant_type_new_maybe\", LIBRARY.GLIB);
1491 	Linker.link(g_variant_type_new_array, \"g_variant_type_new_array\", LIBRARY.GLIB);
1492 	Linker.link(g_variant_type_new_tuple, \"g_variant_type_new_tuple\", LIBRARY.GLIB);
1493 	Linker.link(g_variant_type_new_dict_entry, \"g_variant_type_new_dict_entry\", LIBRARY.GLIB);
1494 	Linker.link(g_variant_type_element, \"g_variant_type_element\", LIBRARY.GLIB);
1495 	Linker.link(g_variant_type_n_items, \"g_variant_type_n_items\", LIBRARY.GLIB);
1496 	Linker.link(g_variant_type_first, \"g_variant_type_first\", LIBRARY.GLIB);
1497 	Linker.link(g_variant_type_next, \"g_variant_type_next\", LIBRARY.GLIB);
1498 	Linker.link(g_variant_type_key, \"g_variant_type_key\", LIBRARY.GLIB);
1499 	Linker.link(g_variant_type_value, \"g_variant_type_value\", LIBRARY.GLIB);
1500 
1501 	// glib.Variant
1502 
1503 	Linker.link(g_variant_unref, \"g_variant_unref\", LIBRARY.GLIB);
1504 	Linker.link(g_variant_ref, \"g_variant_ref\", LIBRARY.GLIB);
1505 	Linker.link(g_variant_ref_sink, \"g_variant_ref_sink\", LIBRARY.GLIB);
1506 	Linker.link(g_variant_is_floating, \"g_variant_is_floating\", LIBRARY.GLIB);
1507 	Linker.link(g_variant_take_ref, \"g_variant_take_ref\", LIBRARY.GLIB);
1508 	Linker.link(g_variant_get_type, \"g_variant_get_type\", LIBRARY.GLIB);
1509 	Linker.link(g_variant_get_type_string, \"g_variant_get_type_string\", LIBRARY.GLIB);
1510 	Linker.link(g_variant_is_of_type, \"g_variant_is_of_type\", LIBRARY.GLIB);
1511 	Linker.link(g_variant_is_container, \"g_variant_is_container\", LIBRARY.GLIB);
1512 	Linker.link(g_variant_compare, \"g_variant_compare\", LIBRARY.GLIB);
1513 	Linker.link(g_variant_classify, \"g_variant_classify\", LIBRARY.GLIB);
1514 	Linker.link(g_variant_check_format_string, \"g_variant_check_format_string\", LIBRARY.GLIB);
1515 	Linker.link(g_variant_get, \"g_variant_get\", LIBRARY.GLIB);
1516 	Linker.link(g_variant_get_va, \"g_variant_get_va\", LIBRARY.GLIB);
1517 	Linker.link(g_variant_new, \"g_variant_new\", LIBRARY.GLIB);
1518 	Linker.link(g_variant_new_va, \"g_variant_new_va\", LIBRARY.GLIB);
1519 	Linker.link(g_variant_new_boolean, \"g_variant_new_boolean\", LIBRARY.GLIB);
1520 	Linker.link(g_variant_new_byte, \"g_variant_new_byte\", LIBRARY.GLIB);
1521 	Linker.link(g_variant_new_int16, \"g_variant_new_int16\", LIBRARY.GLIB);
1522 	Linker.link(g_variant_new_uint16, \"g_variant_new_uint16\", LIBRARY.GLIB);
1523 	Linker.link(g_variant_new_int32, \"g_variant_new_int32\", LIBRARY.GLIB);
1524 	Linker.link(g_variant_new_uint32, \"g_variant_new_uint32\", LIBRARY.GLIB);
1525 	Linker.link(g_variant_new_int64, \"g_variant_new_int64\", LIBRARY.GLIB);
1526 	Linker.link(g_variant_new_uint64, \"g_variant_new_uint64\", LIBRARY.GLIB);
1527 	Linker.link(g_variant_new_handle, \"g_variant_new_handle\", LIBRARY.GLIB);
1528 	Linker.link(g_variant_new_double, \"g_variant_new_double\", LIBRARY.GLIB);
1529 	Linker.link(g_variant_new_string, \"g_variant_new_string\", LIBRARY.GLIB);
1530 	Linker.link(g_variant_new_take_string, \"g_variant_new_take_string\", LIBRARY.GLIB);
1531 	Linker.link(g_variant_new_printf, \"g_variant_new_printf\", LIBRARY.GLIB);
1532 	Linker.link(g_variant_new_object_path, \"g_variant_new_object_path\", LIBRARY.GLIB);
1533 	Linker.link(g_variant_is_object_path, \"g_variant_is_object_path\", LIBRARY.GLIB);
1534 	Linker.link(g_variant_new_signature, \"g_variant_new_signature\", LIBRARY.GLIB);
1535 	Linker.link(g_variant_is_signature, \"g_variant_is_signature\", LIBRARY.GLIB);
1536 	Linker.link(g_variant_new_variant, \"g_variant_new_variant\", LIBRARY.GLIB);
1537 	Linker.link(g_variant_new_strv, \"g_variant_new_strv\", LIBRARY.GLIB);
1538 	Linker.link(g_variant_new_objv, \"g_variant_new_objv\", LIBRARY.GLIB);
1539 	Linker.link(g_variant_new_bytestring, \"g_variant_new_bytestring\", LIBRARY.GLIB);
1540 	Linker.link(g_variant_new_bytestring_array, \"g_variant_new_bytestring_array\", LIBRARY.GLIB);
1541 	Linker.link(g_variant_get_boolean, \"g_variant_get_boolean\", LIBRARY.GLIB);
1542 	Linker.link(g_variant_get_byte, \"g_variant_get_byte\", LIBRARY.GLIB);
1543 	Linker.link(g_variant_get_int16, \"g_variant_get_int16\", LIBRARY.GLIB);
1544 	Linker.link(g_variant_get_uint16, \"g_variant_get_uint16\", LIBRARY.GLIB);
1545 	Linker.link(g_variant_get_int32, \"g_variant_get_int32\", LIBRARY.GLIB);
1546 	Linker.link(g_variant_get_uint32, \"g_variant_get_uint32\", LIBRARY.GLIB);
1547 	Linker.link(g_variant_get_int64, \"g_variant_get_int64\", LIBRARY.GLIB);
1548 	Linker.link(g_variant_get_uint64, \"g_variant_get_uint64\", LIBRARY.GLIB);
1549 	Linker.link(g_variant_get_handle, \"g_variant_get_handle\", LIBRARY.GLIB);
1550 	Linker.link(g_variant_get_double, \"g_variant_get_double\", LIBRARY.GLIB);
1551 	Linker.link(g_variant_get_string, \"g_variant_get_string\", LIBRARY.GLIB);
1552 	Linker.link(g_variant_dup_string, \"g_variant_dup_string\", LIBRARY.GLIB);
1553 	Linker.link(g_variant_get_variant, \"g_variant_get_variant\", LIBRARY.GLIB);
1554 	Linker.link(g_variant_get_strv, \"g_variant_get_strv\", LIBRARY.GLIB);
1555 	Linker.link(g_variant_dup_strv, \"g_variant_dup_strv\", LIBRARY.GLIB);
1556 	Linker.link(g_variant_get_objv, \"g_variant_get_objv\", LIBRARY.GLIB);
1557 	Linker.link(g_variant_dup_objv, \"g_variant_dup_objv\", LIBRARY.GLIB);
1558 	Linker.link(g_variant_get_bytestring, \"g_variant_get_bytestring\", LIBRARY.GLIB);
1559 	Linker.link(g_variant_dup_bytestring, \"g_variant_dup_bytestring\", LIBRARY.GLIB);
1560 	Linker.link(g_variant_get_bytestring_array, \"g_variant_get_bytestring_array\", LIBRARY.GLIB);
1561 	Linker.link(g_variant_dup_bytestring_array, \"g_variant_dup_bytestring_array\", LIBRARY.GLIB);
1562 	Linker.link(g_variant_new_maybe, \"g_variant_new_maybe\", LIBRARY.GLIB);
1563 	Linker.link(g_variant_new_array, \"g_variant_new_array\", LIBRARY.GLIB);
1564 	Linker.link(g_variant_new_tuple, \"g_variant_new_tuple\", LIBRARY.GLIB);
1565 	Linker.link(g_variant_new_dict_entry, \"g_variant_new_dict_entry\", LIBRARY.GLIB);
1566 	Linker.link(g_variant_new_fixed_array, \"g_variant_new_fixed_array\", LIBRARY.GLIB);
1567 	Linker.link(g_variant_get_maybe, \"g_variant_get_maybe\", LIBRARY.GLIB);
1568 	Linker.link(g_variant_n_children, \"g_variant_n_children\", LIBRARY.GLIB);
1569 	Linker.link(g_variant_get_child_value, \"g_variant_get_child_value\", LIBRARY.GLIB);
1570 	Linker.link(g_variant_get_child, \"g_variant_get_child\", LIBRARY.GLIB);
1571 	Linker.link(g_variant_lookup_value, \"g_variant_lookup_value\", LIBRARY.GLIB);
1572 	Linker.link(g_variant_lookup, \"g_variant_lookup\", LIBRARY.GLIB);
1573 	Linker.link(g_variant_get_fixed_array, \"g_variant_get_fixed_array\", LIBRARY.GLIB);
1574 	Linker.link(g_variant_get_size, \"g_variant_get_size\", LIBRARY.GLIB);
1575 	Linker.link(g_variant_get_data, \"g_variant_get_data\", LIBRARY.GLIB);
1576 	Linker.link(g_variant_get_data_as_bytes, \"g_variant_get_data_as_bytes\", LIBRARY.GLIB);
1577 	Linker.link(g_variant_store, \"g_variant_store\", LIBRARY.GLIB);
1578 	Linker.link(g_variant_new_from_data, \"g_variant_new_from_data\", LIBRARY.GLIB);
1579 	Linker.link(g_variant_new_from_bytes, \"g_variant_new_from_bytes\", LIBRARY.GLIB);
1580 	Linker.link(g_variant_byteswap, \"g_variant_byteswap\", LIBRARY.GLIB);
1581 	Linker.link(g_variant_get_normal_form, \"g_variant_get_normal_form\", LIBRARY.GLIB);
1582 	Linker.link(g_variant_is_normal_form, \"g_variant_is_normal_form\", LIBRARY.GLIB);
1583 	Linker.link(g_variant_hash, \"g_variant_hash\", LIBRARY.GLIB);
1584 	Linker.link(g_variant_equal, \"g_variant_equal\", LIBRARY.GLIB);
1585 	Linker.link(g_variant_print, \"g_variant_print\", LIBRARY.GLIB);
1586 	Linker.link(g_variant_print_string, \"g_variant_print_string\", LIBRARY.GLIB);
1587 	Linker.link(g_variant_parse, \"g_variant_parse\", LIBRARY.GLIB);
1588 	Linker.link(g_variant_new_parsed_va, \"g_variant_new_parsed_va\", LIBRARY.GLIB);
1589 	Linker.link(g_variant_new_parsed, \"g_variant_new_parsed\", LIBRARY.GLIB);
1590 
1591 	// glib.VariantIter
1592 
1593 	Linker.link(g_variant_iter_copy, \"g_variant_iter_copy\", LIBRARY.GLIB);
1594 	Linker.link(g_variant_iter_free, \"g_variant_iter_free\", LIBRARY.GLIB);
1595 	Linker.link(g_variant_iter_init, \"g_variant_iter_init\", LIBRARY.GLIB);
1596 	Linker.link(g_variant_iter_n_children, \"g_variant_iter_n_children\", LIBRARY.GLIB);
1597 	Linker.link(g_variant_iter_new, \"g_variant_iter_new\", LIBRARY.GLIB);
1598 	Linker.link(g_variant_iter_next_value, \"g_variant_iter_next_value\", LIBRARY.GLIB);
1599 	Linker.link(g_variant_iter_next, \"g_variant_iter_next\", LIBRARY.GLIB);
1600 	Linker.link(g_variant_iter_loop, \"g_variant_iter_loop\", LIBRARY.GLIB);
1601 
1602 	// glib.VariantBuilder
1603 
1604 	Linker.link(g_variant_builder_unref, \"g_variant_builder_unref\", LIBRARY.GLIB);
1605 	Linker.link(g_variant_builder_ref, \"g_variant_builder_ref\", LIBRARY.GLIB);
1606 	Linker.link(g_variant_builder_new, \"g_variant_builder_new\", LIBRARY.GLIB);
1607 	Linker.link(g_variant_builder_init, \"g_variant_builder_init\", LIBRARY.GLIB);
1608 	Linker.link(g_variant_builder_clear, \"g_variant_builder_clear\", LIBRARY.GLIB);
1609 	Linker.link(g_variant_builder_add_value, \"g_variant_builder_add_value\", LIBRARY.GLIB);
1610 	Linker.link(g_variant_builder_add, \"g_variant_builder_add\", LIBRARY.GLIB);
1611 	Linker.link(g_variant_builder_add_parsed, \"g_variant_builder_add_parsed\", LIBRARY.GLIB);
1612 	Linker.link(g_variant_builder_end, \"g_variant_builder_end\", LIBRARY.GLIB);
1613 	Linker.link(g_variant_builder_open, \"g_variant_builder_open\", LIBRARY.GLIB);
1614 	Linker.link(g_variant_builder_close, \"g_variant_builder_close\", LIBRARY.GLIB);
1615 
1616 	// glib.Cache
1617 
1618 	Linker.link(g_cache_new, \"g_cache_new\", LIBRARY.GLIB);
1619 	Linker.link(g_cache_insert, \"g_cache_insert\", LIBRARY.GLIB);
1620 	Linker.link(g_cache_remove, \"g_cache_remove\", LIBRARY.GLIB);
1621 	Linker.link(g_cache_destroy, \"g_cache_destroy\", LIBRARY.GLIB);
1622 	Linker.link(g_cache_key_foreach, \"g_cache_key_foreach\", LIBRARY.GLIB);
1623 	Linker.link(g_cache_value_foreach, \"g_cache_value_foreach\", LIBRARY.GLIB);
1624 
1625 	// glib.Relation
1626 
1627 	Linker.link(g_relation_new, \"g_relation_new\", LIBRARY.GLIB);
1628 	Linker.link(g_relation_index, \"g_relation_index\", LIBRARY.GLIB);
1629 	Linker.link(g_relation_insert, \"g_relation_insert\", LIBRARY.GLIB);
1630 	Linker.link(g_relation_exists, \"g_relation_exists\", LIBRARY.GLIB);
1631 	Linker.link(g_relation_count, \"g_relation_count\", LIBRARY.GLIB);
1632 	Linker.link(g_relation_select, \"g_relation_select\", LIBRARY.GLIB);
1633 	Linker.link(g_relation_delete, \"g_relation_delete\", LIBRARY.GLIB);
1634 	Linker.link(g_relation_destroy, \"g_relation_destroy\", LIBRARY.GLIB);
1635 	Linker.link(g_relation_print, \"g_relation_print\", LIBRARY.GLIB);
1636 
1637 	// glib.Tuples
1638 
1639 	Linker.link(g_tuples_destroy, \"g_tuples_destroy\", LIBRARY.GLIB);
1640 	Linker.link(g_tuples_index, \"g_tuples_index\", LIBRARY.GLIB);
1641 
1642 	// glib.StringCompletion
1643 
1644 	Linker.link(g_completion_new, \"g_completion_new\", LIBRARY.GLIB);
1645 	Linker.link(g_completion_add_items, \"g_completion_add_items\", LIBRARY.GLIB);
1646 	Linker.link(g_completion_remove_items, \"g_completion_remove_items\", LIBRARY.GLIB);
1647 	Linker.link(g_completion_clear_items, \"g_completion_clear_items\", LIBRARY.GLIB);
1648 	Linker.link(g_completion_complete, \"g_completion_complete\", LIBRARY.GLIB);
1649 	Linker.link(g_completion_complete_utf8, \"g_completion_complete_utf8\", LIBRARY.GLIB);
1650 	Linker.link(g_completion_set_compare, \"g_completion_set_compare\", LIBRARY.GLIB);
1651 	Linker.link(g_completion_free, \"g_completion_free\", LIBRARY.GLIB);
1652 }");
1653 
1654 mixin( gshared ~"extern(C)
1655 {
1656 	// glib.Version
1657 
1658 	gchar* function(guint requiredMajor, guint requiredMinor, guint requiredMicro) c_glib_check_version;
1659 
1660 	// glib.Atomic
1661 
1662 	gint function(gint* atomic) c_g_atomic_int_get;
1663 	void function(gint* atomic, gint newval) c_g_atomic_int_set;
1664 	void function(gint* atomic) c_g_atomic_int_inc;
1665 	gboolean function(gint* atomic) c_g_atomic_int_dec_and_test;
1666 	gboolean function(gint* atomic, gint oldval, gint newval) c_g_atomic_int_compare_and_exchange;
1667 	gint function(gint* atomic, gint val) c_g_atomic_int_add;
1668 	guint function(guint* atomic, guint val) c_g_atomic_int_and;
1669 	guint function(guint* atomic, guint val) c_g_atomic_int_or;
1670 	guint function(guint* atomic, guint val) c_g_atomic_int_xor;
1671 	gpointer function(void* atomic) c_g_atomic_pointer_get;
1672 	void function(void* atomic, void* newval) c_g_atomic_pointer_set;
1673 	gboolean function(void* atomic, void* oldval, void* newval) c_g_atomic_pointer_compare_and_exchange;
1674 	gssize function(void* atomic, gssize val) c_g_atomic_pointer_add;
1675 	gsize function(void* atomic, gsize val) c_g_atomic_pointer_and;
1676 	gsize function(void* atomic, gsize val) c_g_atomic_pointer_or;
1677 	gsize function(void* atomic, gsize val) c_g_atomic_pointer_xor;
1678 	gint function(gint* atomic, gint val) c_g_atomic_int_exchange_and_add;
1679 
1680 	// glib.MainLoop
1681 
1682 	GMainLoop* function(GMainContext* context, gboolean isRunning) c_g_main_loop_new;
1683 	GMainLoop* function(GMainLoop* loop) c_g_main_loop_ref;
1684 	void function(GMainLoop* loop) c_g_main_loop_unref;
1685 	void function(GMainLoop* loop) c_g_main_loop_run;
1686 	void function(GMainLoop* loop) c_g_main_loop_quit;
1687 	gboolean function(GMainLoop* loop) c_g_main_loop_is_running;
1688 	GMainContext* function(GMainLoop* loop) c_g_main_loop_get_context;
1689 	gint function() c_g_main_depth;
1690 	GSource* function() c_g_main_current_source;
1691 	gint function(GPollFD* fds, guint nfds, gint timeout) c_g_poll;
1692 
1693 	// glib.MainContext
1694 
1695 	GMainContext* function() c_g_main_context_new;
1696 	GMainContext* function(GMainContext* context) c_g_main_context_ref;
1697 	void function(GMainContext* context) c_g_main_context_unref;
1698 	GMainContext* function() c_g_main_context_default;
1699 	gboolean function(GMainContext* context, gboolean mayBlock) c_g_main_context_iteration;
1700 	gboolean function(GMainContext* context) c_g_main_context_pending;
1701 	GSource* function(GMainContext* context, guint sourceId) c_g_main_context_find_source_by_id;
1702 	GSource* function(GMainContext* context, void* userData) c_g_main_context_find_source_by_user_data;
1703 	GSource* function(GMainContext* context, GSourceFuncs* funcs, void* userData) c_g_main_context_find_source_by_funcs_user_data;
1704 	void function(GMainContext* context) c_g_main_context_wakeup;
1705 	gboolean function(GMainContext* context) c_g_main_context_acquire;
1706 	void function(GMainContext* context) c_g_main_context_release;
1707 	gboolean function(GMainContext* context) c_g_main_context_is_owner;
1708 	gboolean function(GMainContext* context, GCond* cond, GMutex* mutex) c_g_main_context_wait;
1709 	gboolean function(GMainContext* context, gint* priority) c_g_main_context_prepare;
1710 	gint function(GMainContext* context, gint maxPriority, gint* timeout, GPollFD* fds, gint nFds) c_g_main_context_query;
1711 	gint function(GMainContext* context, gint maxPriority, GPollFD* fds, gint nFds) c_g_main_context_check;
1712 	void function(GMainContext* context) c_g_main_context_dispatch;
1713 	void function(GMainContext* context, GPollFunc func) c_g_main_context_set_poll_func;
1714 	GPollFunc function(GMainContext* context) c_g_main_context_get_poll_func;
1715 	void function(GMainContext* context, GPollFD* fd, gint priority) c_g_main_context_add_poll;
1716 	void function(GMainContext* context, GPollFD* fd) c_g_main_context_remove_poll;
1717 	void function(GMainContext* context, GSourceFunc funct, void* data) c_g_main_context_invoke;
1718 	void function(GMainContext* context, gint priority, GSourceFunc funct, void* data, GDestroyNotify notify) c_g_main_context_invoke_full;
1719 	GMainContext* function() c_g_main_context_get_thread_default;
1720 	GMainContext* function() c_g_main_context_ref_thread_default;
1721 	void function(GMainContext* context) c_g_main_context_push_thread_default;
1722 	void function(GMainContext* context) c_g_main_context_pop_thread_default;
1723 
1724 	// glib.Timeout
1725 
1726 	GSource* function(guint interval) c_g_timeout_source_new;
1727 	GSource* function(guint interval) c_g_timeout_source_new_seconds;
1728 	guint function(guint interval, GSourceFunc funct, void* data) c_g_timeout_add;
1729 	guint function(gint priority, guint interval, GSourceFunc funct, void* data, GDestroyNotify notify) c_g_timeout_add_full;
1730 	guint function(guint interval, GSourceFunc funct, void* data) c_g_timeout_add_seconds;
1731 	guint function(gint priority, guint interval, GSourceFunc funct, void* data, GDestroyNotify notify) c_g_timeout_add_seconds_full;
1732 
1733 	// glib.Idle
1734 
1735 	GSource* function() c_g_idle_source_new;
1736 	guint function(GSourceFunc funct, void* data) c_g_idle_add;
1737 	guint function(gint priority, GSourceFunc funct, void* data, GDestroyNotify notify) c_g_idle_add_full;
1738 	gboolean function(void* data) c_g_idle_remove_by_data;
1739 
1740 	// glib.Child
1741 
1742 	GSource* function(GPid pid) c_g_child_watch_source_new;
1743 	guint function(GPid pid, GChildWatchFunc funct, void* data) c_g_child_watch_add;
1744 	guint function(gint priority, GPid pid, GChildWatchFunc funct, void* data, GDestroyNotify notify) c_g_child_watch_add_full;
1745 
1746 	// glib.Source
1747 
1748 	GSource* function(GSourceFuncs* sourceFuncs, guint structSize) c_g_source_new;
1749 	GSource* function(GSource* source) c_g_source_ref;
1750 	void function(GSource* source) c_g_source_unref;
1751 	void function(GSource* source, GSourceFuncs* funcs) c_g_source_set_funcs;
1752 	guint function(GSource* source, GMainContext* context) c_g_source_attach;
1753 	void function(GSource* source) c_g_source_destroy;
1754 	gboolean function(GSource* source) c_g_source_is_destroyed;
1755 	void function(GSource* source, gint priority) c_g_source_set_priority;
1756 	gint function(GSource* source) c_g_source_get_priority;
1757 	void function(GSource* source, gboolean canRecurse) c_g_source_set_can_recurse;
1758 	gboolean function(GSource* source) c_g_source_get_can_recurse;
1759 	guint function(GSource* source) c_g_source_get_id;
1760 	char* function(GSource* source) c_g_source_get_name;
1761 	void function(GSource* source, char* name) c_g_source_set_name;
1762 	void function(guint tag, char* name) c_g_source_set_name_by_id;
1763 	GMainContext* function(GSource* source) c_g_source_get_context;
1764 	void function(GSource* source, GSourceFunc func, void* data, GDestroyNotify notify) c_g_source_set_callback;
1765 	void function(GSource* source, void* callbackData, GSourceCallbackFuncs* callbackFuncs) c_g_source_set_callback_indirect;
1766 	void function(GSource* source, gint64 readyTime) c_g_source_set_ready_time;
1767 	gint64 function(GSource* source) c_g_source_get_ready_time;
1768 	gpointer function(GSource* source, gint fd, GIOCondition events) c_g_source_add_unix_fd;
1769 	void function(GSource* source, void* tag) c_g_source_remove_unix_fd;
1770 	void function(GSource* source, void* tag, GIOCondition newEvents) c_g_source_modify_unix_fd;
1771 	GIOCondition function(GSource* source, void* tag) c_g_source_query_unix_fd;
1772 	void function(GSource* source, GPollFD* fd) c_g_source_add_poll;
1773 	void function(GSource* source, GPollFD* fd) c_g_source_remove_poll;
1774 	void function(GSource* source, GSource* childSource) c_g_source_add_child_source;
1775 	void function(GSource* source, GSource* childSource) c_g_source_remove_child_source;
1776 	gint64 function(GSource* source) c_g_source_get_time;
1777 	void function(GSource* source, GTimeVal* timeval) c_g_source_get_current_time;
1778 	gboolean function(guint tag) c_g_source_remove;
1779 	gboolean function(GSourceFuncs* funcs, void* userData) c_g_source_remove_by_funcs_user_data;
1780 	gboolean function(void* userData) c_g_source_remove_by_user_data;
1781 
1782 	// glib.ThreadPool
1783 
1784 	GThreadPool* function(GFunc func, void* userData, gint maxThreads, gboolean exclusive, GError** error) c_g_thread_pool_new;
1785 	gboolean function(GThreadPool* pool, void* data, GError** error) c_g_thread_pool_push;
1786 	gboolean function(GThreadPool* pool, gint maxThreads, GError** error) c_g_thread_pool_set_max_threads;
1787 	gint function(GThreadPool* pool) c_g_thread_pool_get_max_threads;
1788 	guint function(GThreadPool* pool) c_g_thread_pool_get_num_threads;
1789 	guint function(GThreadPool* pool) c_g_thread_pool_unprocessed;
1790 	void function(GThreadPool* pool, gboolean immediate, gboolean wait) c_g_thread_pool_free;
1791 	void function(gint maxThreads) c_g_thread_pool_set_max_unused_threads;
1792 	gint function() c_g_thread_pool_get_max_unused_threads;
1793 	guint function() c_g_thread_pool_get_num_unused_threads;
1794 	void function() c_g_thread_pool_stop_unused_threads;
1795 	void function(GThreadPool* pool, GCompareDataFunc func, void* userData) c_g_thread_pool_set_sort_function;
1796 	void function(guint interval) c_g_thread_pool_set_max_idle_time;
1797 	guint function() c_g_thread_pool_get_max_idle_time;
1798 
1799 	// glib.AsyncQueue
1800 
1801 	GAsyncQueue* function() c_g_async_queue_new;
1802 	GAsyncQueue* function(GDestroyNotify itemFreeFunc) c_g_async_queue_new_full;
1803 	GAsyncQueue* function(GAsyncQueue* queue) c_g_async_queue_ref;
1804 	void function(GAsyncQueue* queue) c_g_async_queue_unref;
1805 	void function(GAsyncQueue* queue, void* data) c_g_async_queue_push;
1806 	void function(GAsyncQueue* queue, void* data, GCompareDataFunc func, void* userData) c_g_async_queue_push_sorted;
1807 	gpointer function(GAsyncQueue* queue) c_g_async_queue_pop;
1808 	gpointer function(GAsyncQueue* queue) c_g_async_queue_try_pop;
1809 	gpointer function(GAsyncQueue* queue, guint64 timeout) c_g_async_queue_timeout_pop;
1810 	gint function(GAsyncQueue* queue) c_g_async_queue_length;
1811 	void function(GAsyncQueue* queue, GCompareDataFunc func, void* userData) c_g_async_queue_sort;
1812 	void function(GAsyncQueue* queue) c_g_async_queue_lock;
1813 	void function(GAsyncQueue* queue) c_g_async_queue_unlock;
1814 	void function(GAsyncQueue* queue) c_g_async_queue_ref_unlocked;
1815 	void function(GAsyncQueue* queue) c_g_async_queue_unref_and_unlock;
1816 	void function(GAsyncQueue* queue, void* data) c_g_async_queue_push_unlocked;
1817 	void function(GAsyncQueue* queue, void* data, GCompareDataFunc func, void* userData) c_g_async_queue_push_sorted_unlocked;
1818 	gpointer function(GAsyncQueue* queue) c_g_async_queue_pop_unlocked;
1819 	gpointer function(GAsyncQueue* queue) c_g_async_queue_try_pop_unlocked;
1820 	gpointer function(GAsyncQueue* queue, guint64 timeout) c_g_async_queue_timeout_pop_unlocked;
1821 	gint function(GAsyncQueue* queue) c_g_async_queue_length_unlocked;
1822 	void function(GAsyncQueue* queue, GCompareDataFunc func, void* userData) c_g_async_queue_sort_unlocked;
1823 	gpointer function(GAsyncQueue* queue, GTimeVal* endTime) c_g_async_queue_timed_pop;
1824 	gpointer function(GAsyncQueue* queue, GTimeVal* endTime) c_g_async_queue_timed_pop_unlocked;
1825 
1826 	// glib.Module
1827 
1828 	gboolean function() c_g_module_supported;
1829 	gchar* function(gchar* directory, gchar* moduleName) c_g_module_build_path;
1830 	GModule* function(gchar* fileName, GModuleFlags flags) c_g_module_open;
1831 	gboolean function(GModule* modul, gchar* symbolName, void** symbol) c_g_module_symbol;
1832 	gchar* function(GModule* modul) c_g_module_name;
1833 	void function(GModule* modul) c_g_module_make_resident;
1834 	gboolean function(GModule* modul) c_g_module_close;
1835 	gchar* function() c_g_module_error;
1836 
1837 	// glib.Memory
1838 
1839 	gpointer function(gsize nBytes) c_g_malloc;
1840 	gpointer function(gsize nBytes) c_g_malloc0;
1841 	gpointer function(void* mem, gsize nBytes) c_g_realloc;
1842 	gpointer function(gsize nBytes) c_g_try_malloc;
1843 	gpointer function(gsize nBytes) c_g_try_malloc0;
1844 	gpointer function(void* mem, gsize nBytes) c_g_try_realloc;
1845 	gpointer function(gsize nBlocks, gsize nBlockBytes) c_g_malloc_n;
1846 	gpointer function(gsize nBlocks, gsize nBlockBytes) c_g_malloc0_n;
1847 	gpointer function(void* mem, gsize nBlocks, gsize nBlockBytes) c_g_realloc_n;
1848 	gpointer function(gsize nBlocks, gsize nBlockBytes) c_g_try_malloc_n;
1849 	gpointer function(gsize nBlocks, gsize nBlockBytes) c_g_try_malloc0_n;
1850 	gpointer function(void* mem, gsize nBlocks, gsize nBlockBytes) c_g_try_realloc_n;
1851 	void function(void* mem) c_g_free;
1852 	void function(void** pp, GDestroyNotify destroy) c_g_clear_pointer;
1853 	gpointer function(void* mem, guint byteSize) c_g_memdup;
1854 	void function(GMemVTable* vtable) c_g_mem_set_vtable;
1855 	gboolean function() c_g_mem_is_system_malloc;
1856 	void function() c_g_mem_profile;
1857 
1858 	// glib.MemorySlice
1859 
1860 	gpointer function(gsize blockSize) c_g_slice_alloc;
1861 	gpointer function(gsize blockSize) c_g_slice_alloc0;
1862 	gpointer function(gsize blockSize, void* memBlock) c_g_slice_copy;
1863 	void function(gsize blockSize, void* memBlock) c_g_slice_free1;
1864 	void function(gsize blockSize, void* memChain, gsize nextOffset) c_g_slice_free_chain_with_offset;
1865 
1866 	// glib.IOChannel
1867 
1868 	GIOChannel* function(int fd) c_g_io_channel_unix_new;
1869 	gint function(GIOChannel* channel) c_g_io_channel_unix_get_fd;
1870 	GIOChannel* function(gint fd) c_g_io_channel_win32_new_fd;
1871 	GIOChannel* function(gint socket) c_g_io_channel_win32_new_socket;
1872 	GIOChannel* function(gsize hwnd) c_g_io_channel_win32_new_messages;
1873 	void function(GIOChannel* channel) c_g_io_channel_init;
1874 	GIOChannel* function(gchar* filename, gchar* mode, GError** error) c_g_io_channel_new_file;
1875 	GIOStatus function(GIOChannel* channel, gchar* buf, gsize count, gsize* bytesRead, GError** error) c_g_io_channel_read_chars;
1876 	GIOStatus function(GIOChannel* channel, gunichar* thechar, GError** error) c_g_io_channel_read_unichar;
1877 	GIOStatus function(GIOChannel* channel, gchar** strReturn, gsize* length, gsize* terminatorPos, GError** error) c_g_io_channel_read_line;
1878 	GIOStatus function(GIOChannel* channel, GString* buffer, gsize* terminatorPos, GError** error) c_g_io_channel_read_line_string;
1879 	GIOStatus function(GIOChannel* channel, gchar** strReturn, gsize* length, GError** error) c_g_io_channel_read_to_end;
1880 	GIOStatus function(GIOChannel* channel, gchar* buf, gssize count, gsize* bytesWritten, GError** error) c_g_io_channel_write_chars;
1881 	GIOStatus function(GIOChannel* channel, gunichar thechar, GError** error) c_g_io_channel_write_unichar;
1882 	GIOStatus function(GIOChannel* channel, GError** error) c_g_io_channel_flush;
1883 	GIOStatus function(GIOChannel* channel, gint64 offset, GSeekType type, GError** error) c_g_io_channel_seek_position;
1884 	GIOStatus function(GIOChannel* channel, gboolean flush, GError** err) c_g_io_channel_shutdown;
1885 	GIOChannelError function(gint en) c_g_io_channel_error_from_errno;
1886 	GIOChannel* function(GIOChannel* channel) c_g_io_channel_ref;
1887 	void function(GIOChannel* channel) c_g_io_channel_unref;
1888 	GSource* function(GIOChannel* channel, GIOCondition condition) c_g_io_create_watch;
1889 	guint function(GIOChannel* channel, GIOCondition condition, GIOFunc func, void* userData) c_g_io_add_watch;
1890 	guint function(GIOChannel* channel, gint priority, GIOCondition condition, GIOFunc func, void* userData, GDestroyNotify notify) c_g_io_add_watch_full;
1891 	gsize function(GIOChannel* channel) c_g_io_channel_get_buffer_size;
1892 	void function(GIOChannel* channel, gsize size) c_g_io_channel_set_buffer_size;
1893 	GIOCondition function(GIOChannel* channel) c_g_io_channel_get_buffer_condition;
1894 	GIOFlags function(GIOChannel* channel) c_g_io_channel_get_flags;
1895 	GIOStatus function(GIOChannel* channel, GIOFlags flags, GError** error) c_g_io_channel_set_flags;
1896 	gchar* function(GIOChannel* channel, gint* length) c_g_io_channel_get_line_term;
1897 	void function(GIOChannel* channel, gchar* lineTerm, gint length) c_g_io_channel_set_line_term;
1898 	gboolean function(GIOChannel* channel) c_g_io_channel_get_buffered;
1899 	void function(GIOChannel* channel, gboolean buffered) c_g_io_channel_set_buffered;
1900 	gchar* function(GIOChannel* channel) c_g_io_channel_get_encoding;
1901 	GIOStatus function(GIOChannel* channel, gchar* encoding, GError** error) c_g_io_channel_set_encoding;
1902 	gboolean function(GIOChannel* channel) c_g_io_channel_get_close_on_unref;
1903 	void function(GIOChannel* channel, gboolean doClose) c_g_io_channel_set_close_on_unref;
1904 	GIOError function(GIOChannel* channel, gchar* buf, gsize count, gsize* bytesRead) c_g_io_channel_read;
1905 	GIOError function(GIOChannel* channel, gchar* buf, gsize count, gsize* bytesWritten) c_g_io_channel_write;
1906 	GIOError function(GIOChannel* channel, gint64 offset, GSeekType type) c_g_io_channel_seek;
1907 	void function(GIOChannel* channel) c_g_io_channel_close;
1908 
1909 	// glib.ErrorG
1910 
1911 	GError* function(GQuark domain, gint code, gchar* format, ... ) c_g_error_new;
1912 	GError* function(GQuark domain, gint code, gchar* message) c_g_error_new_literal;
1913 	GError* function(GQuark domain, gint code, gchar* format, va_list args) c_g_error_new_valist;
1914 	void function(GError* error) c_g_error_free;
1915 	GError* function(GError* error) c_g_error_copy;
1916 	gboolean function(GError* error, GQuark domain, gint code) c_g_error_matches;
1917 	void function(GError** err, GQuark domain, gint code, gchar* format, ... ) c_g_set_error;
1918 	void function(GError** err, GQuark domain, gint code, gchar* message) c_g_set_error_literal;
1919 	void function(GError** dest, GError* src) c_g_propagate_error;
1920 	void function(GError** err) c_g_clear_error;
1921 	void function(GError** err, gchar* format, ... ) c_g_prefix_error;
1922 	void function(GError** dest, GError* src, gchar* format, ... ) c_g_propagate_prefixed_error;
1923 
1924 	// glib.
1925 
1926 
1927 	// glib.
1928 
1929 
1930 	// glib.Messages
1931 
1932 	void function(gchar* format, ... ) c_g_print;
1933 	GPrintFunc function(GPrintFunc func) c_g_set_print_handler;
1934 	void function(gchar* format, ... ) c_g_printerr;
1935 	GPrintFunc function(GPrintFunc func) c_g_set_printerr_handler;
1936 	void function(gchar* prgName) c_g_on_error_query;
1937 	void function(gchar* prgName) c_g_on_error_stack_trace;
1938 
1939 	// glib.MessageLog
1940 
1941 	void function(gchar* logDomain, GLogLevelFlags logLevel, gchar* format, ... ) c_g_log;
1942 	void function(gchar* logDomain, GLogLevelFlags logLevel, gchar* format, va_list args) c_g_logv;
1943 	guint function(gchar* logDomain, GLogLevelFlags logLevels, GLogFunc logFunc, void* userData) c_g_log_set_handler;
1944 	void function(gchar* logDomain, guint handlerId) c_g_log_remove_handler;
1945 	GLogLevelFlags function(GLogLevelFlags fatalMask) c_g_log_set_always_fatal;
1946 	GLogLevelFlags function(gchar* logDomain, GLogLevelFlags fatalMask) c_g_log_set_fatal_mask;
1947 	void function(gchar* logDomain, GLogLevelFlags logLevel, gchar* message, void* unusedData) c_g_log_default_handler;
1948 	GLogFunc function(GLogFunc logFunc, void* userData) c_g_log_set_default_handler;
1949 
1950 	// glib.Str
1951 
1952 	gchar* function(gchar* str) c_g_strdup;
1953 	gchar* function(gchar* str, gsize n) c_g_strndup;
1954 	gchar** function(gchar** strArray) c_g_strdupv;
1955 	gchar* function(gsize length, gchar fillChar) c_g_strnfill;
1956 	gchar* function(gchar* dest, char* src) c_g_stpcpy;
1957 	gchar* function(gchar* haystack, gssize haystackLen, gchar* needle) c_g_strstr_len;
1958 	gchar* function(gchar* haystack, gchar* needle) c_g_strrstr;
1959 	gchar* function(gchar* haystack, gssize haystackLen, gchar* needle) c_g_strrstr_len;
1960 	gboolean function(gchar* str, gchar* prefix) c_g_str_has_prefix;
1961 	gboolean function(gchar* str, gchar* suffix) c_g_str_has_suffix;
1962 	int function(char* str1, char* str2) c_g_strcmp0;
1963 	gsize function(gchar* dest, gchar* src, gsize destSize) c_g_strlcpy;
1964 	gsize function(gchar* dest, gchar* src, gsize destSize) c_g_strlcat;
1965 	gchar* function(gchar* format, ... ) c_g_strdup_printf;
1966 	gchar* function(gchar* format) c_g_strdup_vprintf;
1967 	gint function(gchar* format, ... ) c_g_printf;
1968 	gint function(gchar* format, va_list args) c_g_vprintf;
1969 	gint function(void* file, gchar* format, ... ) c_g_fprintf;
1970 	gint function(void* file, gchar* format, va_list args) c_g_vfprintf;
1971 	gint function(gchar* string, gchar* format, ... ) c_g_sprintf;
1972 	gint function(gchar* string, gchar* format, va_list args) c_g_vsprintf;
1973 	gint function(gchar* string, gulong n, gchar* format, ... ) c_g_snprintf;
1974 	gint function(gchar* string, gulong n, gchar* format, va_list args) c_g_vsnprintf;
1975 	gint function(gchar** string, gchar* format, va_list args) c_g_vasprintf;
1976 	gsize function(gchar* format, va_list args) c_g_printf_string_upper_bound;
1977 	gboolean function(gchar c) c_g_ascii_isalnum;
1978 	gboolean function(gchar c) c_g_ascii_isalpha;
1979 	gboolean function(gchar c) c_g_ascii_iscntrl;
1980 	gboolean function(gchar c) c_g_ascii_isdigit;
1981 	gboolean function(gchar c) c_g_ascii_isgraph;
1982 	gboolean function(gchar c) c_g_ascii_islower;
1983 	gboolean function(gchar c) c_g_ascii_isprint;
1984 	gboolean function(gchar c) c_g_ascii_ispunct;
1985 	gboolean function(gchar c) c_g_ascii_isspace;
1986 	gboolean function(gchar c) c_g_ascii_isupper;
1987 	gboolean function(gchar c) c_g_ascii_isxdigit;
1988 	gint function(gchar c) c_g_ascii_digit_value;
1989 	gint function(gchar c) c_g_ascii_xdigit_value;
1990 	gint function(gchar* s1, gchar* s2) c_g_ascii_strcasecmp;
1991 	gint function(gchar* s1, gchar* s2, gsize n) c_g_ascii_strncasecmp;
1992 	gchar* function(gchar* str, gssize len) c_g_ascii_strup;
1993 	gchar* function(gchar* str, gssize len) c_g_ascii_strdown;
1994 	gchar function(gchar c) c_g_ascii_tolower;
1995 	gchar function(gchar c) c_g_ascii_toupper;
1996 	GString* function(GString* string) c_g_string_ascii_up;
1997 	GString* function(GString* string) c_g_string_ascii_down;
1998 	gchar* function(gchar* string) c_g_strup;
1999 	gchar* function(gchar* string) c_g_strdown;
2000 	gint function(gchar* s1, gchar* s2) c_g_strcasecmp;
2001 	gint function(gchar* s1, gchar* s2, guint n) c_g_strncasecmp;
2002 	gchar* function(gchar* string) c_g_strreverse;
2003 	gint64 function(gchar* nptr, gchar** endptr, guint base) c_g_ascii_strtoll;
2004 	guint64 function(gchar* nptr, gchar** endptr, guint base) c_g_ascii_strtoull;
2005 	gdouble function(gchar* nptr, gchar** endptr) c_g_ascii_strtod;
2006 	gchar* function(gchar* buffer, gint bufLen, gdouble d) c_g_ascii_dtostr;
2007 	gchar* function(gchar* buffer, gint bufLen, gchar* format, gdouble d) c_g_ascii_formatd;
2008 	gdouble function(gchar* nptr, gchar** endptr) c_g_strtod;
2009 	gchar* function(gchar* string) c_g_strchug;
2010 	gchar* function(gchar* string) c_g_strchomp;
2011 	gchar* function(gchar* string, gchar* delimiters, gchar newDelimiter) c_g_strdelimit;
2012 	gchar* function(gchar* source, gchar* exceptions) c_g_strescape;
2013 	gchar* function(gchar* source) c_g_strcompress;
2014 	gchar* function(gchar* string, gchar* validChars, gchar substitutor) c_g_strcanon;
2015 	gchar** function(gchar* string, gchar* delimiter, gint maxTokens) c_g_strsplit;
2016 	gchar** function(gchar* string, gchar* delimiters, gint maxTokens) c_g_strsplit_set;
2017 	void function(gchar** strArray) c_g_strfreev;
2018 	gchar* function(gchar* string1, ... ) c_g_strconcat;
2019 	gchar* function(gchar* separator, ... ) c_g_strjoin;
2020 	gchar* function(gchar* separator, gchar** strArray) c_g_strjoinv;
2021 	guint function(gchar** strArray) c_g_strv_length;
2022 	gchar* function(gint errnum) c_g_strerror;
2023 	gchar* function(gint signum) c_g_strsignal;
2024 
2025 	// glib.CharacterSet
2026 
2027 	gchar* function(gchar* str, gssize len, gchar* toCodeset, gchar* fromCodeset, gsize* bytesRead, gsize* bytesWritten, GError** error) c_g_convert;
2028 	gchar* function(gchar* str, gssize len, gchar* toCodeset, gchar* fromCodeset, gchar* fallback, gsize* bytesRead, gsize* bytesWritten, GError** error) c_g_convert_with_fallback;
2029 	gchar* function(gchar* str, gssize len, GIConv converter, gsize* bytesRead, gsize* bytesWritten, GError** error) c_g_convert_with_iconv;
2030 	GIConv function(gchar* toCodeset, gchar* fromCodeset) c_g_iconv_open;
2031 	gsize function(GIConv converter, gchar** inbuf, gsize* inbytesLeft, gchar** outbuf, gsize* outbytesLeft) c_g_iconv;
2032 	gint function(GIConv converter) c_g_iconv_close;
2033 	gchar* function(gchar* opsysstring, gssize len, gsize* bytesRead, gsize* bytesWritten, GError** error) c_g_locale_to_utf8;
2034 	gchar* function(gchar* opsysstring, gssize len, gsize* bytesRead, gsize* bytesWritten, GError** error) c_g_filename_to_utf8;
2035 	gchar* function(gchar* utf8string, gssize len, gsize* bytesRead, gsize* bytesWritten, GError** error) c_g_filename_from_utf8;
2036 	gboolean function(gchar*** charsets) c_g_get_filename_charsets;
2037 	gchar* function(gchar* filename) c_g_filename_display_name;
2038 	gchar* function(gchar* filename) c_g_filename_display_basename;
2039 	gchar* function(gchar* utf8string, gssize len, gsize* bytesRead, gsize* bytesWritten, GError** error) c_g_locale_from_utf8;
2040 	gboolean function(char** charset) c_g_get_charset;
2041 	gchar* function() c_g_get_codeset;
2042 
2043 	// glib.Unicode
2044 
2045 	gboolean function(gunichar ch) c_g_unichar_validate;
2046 	gboolean function(gunichar c) c_g_unichar_isalnum;
2047 	gboolean function(gunichar c) c_g_unichar_isalpha;
2048 	gboolean function(gunichar c) c_g_unichar_iscntrl;
2049 	gboolean function(gunichar c) c_g_unichar_isdefined;
2050 	gboolean function(gunichar c) c_g_unichar_isdigit;
2051 	gboolean function(gunichar c) c_g_unichar_isgraph;
2052 	gboolean function(gunichar c) c_g_unichar_islower;
2053 	gboolean function(gunichar c) c_g_unichar_ismark;
2054 	gboolean function(gunichar c) c_g_unichar_isprint;
2055 	gboolean function(gunichar c) c_g_unichar_ispunct;
2056 	gboolean function(gunichar c) c_g_unichar_isspace;
2057 	gboolean function(gunichar c) c_g_unichar_istitle;
2058 	gboolean function(gunichar c) c_g_unichar_isupper;
2059 	gboolean function(gunichar c) c_g_unichar_isxdigit;
2060 	gboolean function(gunichar c) c_g_unichar_iswide;
2061 	gboolean function(gunichar c) c_g_unichar_iswide_cjk;
2062 	gboolean function(gunichar c) c_g_unichar_iszerowidth;
2063 	gunichar function(gunichar c) c_g_unichar_toupper;
2064 	gunichar function(gunichar c) c_g_unichar_tolower;
2065 	gunichar function(gunichar c) c_g_unichar_totitle;
2066 	gint function(gunichar c) c_g_unichar_digit_value;
2067 	gint function(gunichar c) c_g_unichar_xdigit_value;
2068 	gboolean function(gunichar a, gunichar b, gunichar* ch) c_g_unichar_compose;
2069 	gboolean function(gunichar ch, gunichar* a, gunichar* b) c_g_unichar_decompose;
2070 	gsize function(gunichar ch, gboolean compat, gunichar* result, gsize resultLen) c_g_unichar_fully_decompose;
2071 	GUnicodeType function(gunichar c) c_g_unichar_type;
2072 	GUnicodeBreakType function(gunichar c) c_g_unichar_break_type;
2073 	gint function(gunichar uc) c_g_unichar_combining_class;
2074 	void function(gunichar* string, gsize len) c_g_unicode_canonical_ordering;
2075 	gunichar* function(gunichar ch, gsize* resultLen) c_g_unicode_canonical_decomposition;
2076 	gboolean function(gunichar ch, gunichar* mirroredCh) c_g_unichar_get_mirror_char;
2077 	GUnicodeScript function(gunichar ch) c_g_unichar_get_script;
2078 	GUnicodeScript function(guint32 iso15924) c_g_unicode_script_from_iso15924;
2079 	guint32 function(GUnicodeScript script) c_g_unicode_script_to_iso15924;
2080 	gunichar function(gchar* p) c_g_utf8_get_char;
2081 	gunichar function(gchar* p, gssize maxLen) c_g_utf8_get_char_validated;
2082 	gchar* function(gchar* str, glong offset) c_g_utf8_offset_to_pointer;
2083 	glong function(gchar* str, gchar* pos) c_g_utf8_pointer_to_offset;
2084 	gchar* function(gchar* p) c_g_utf8_prev_char;
2085 	gchar* function(gchar* p, gchar* end) c_g_utf8_find_next_char;
2086 	gchar* function(gchar* str, gchar* p) c_g_utf8_find_prev_char;
2087 	glong function(gchar* p, gssize max) c_g_utf8_strlen;
2088 	gchar* function(gchar* dest, gchar* src, gsize n) c_g_utf8_strncpy;
2089 	gchar* function(gchar* p, gssize len, gunichar c) c_g_utf8_strchr;
2090 	gchar* function(gchar* p, gssize len, gunichar c) c_g_utf8_strrchr;
2091 	gchar* function(gchar* str, gssize len) c_g_utf8_strreverse;
2092 	gchar* function(gchar* str, glong startPos, glong endPos) c_g_utf8_substring;
2093 	gboolean function(gchar* str, gssize maxLen, gchar** end) c_g_utf8_validate;
2094 	gchar* function(gchar* str, gssize len) c_g_utf8_strup;
2095 	gchar* function(gchar* str, gssize len) c_g_utf8_strdown;
2096 	gchar* function(gchar* str, gssize len) c_g_utf8_casefold;
2097 	gchar* function(gchar* str, gssize len, GNormalizeMode mode) c_g_utf8_normalize;
2098 	gint function(gchar* str1, gchar* str2) c_g_utf8_collate;
2099 	gchar* function(gchar* str, gssize len) c_g_utf8_collate_key;
2100 	gchar* function(gchar* str, gssize len) c_g_utf8_collate_key_for_filename;
2101 	gunichar2* function(gchar* str, glong len, glong* itemsRead, glong* itemsWritten, GError** error) c_g_utf8_to_utf16;
2102 	gunichar* function(gchar* str, glong len, glong* itemsRead, glong* itemsWritten, GError** error) c_g_utf8_to_ucs4;
2103 	gunichar* function(gchar* str, glong len, glong* itemsWritten) c_g_utf8_to_ucs4_fast;
2104 	gunichar* function(gunichar2* str, glong len, glong* itemsRead, glong* itemsWritten, GError** error) c_g_utf16_to_ucs4;
2105 	gchar* function(gunichar2* str, glong len, glong* itemsRead, glong* itemsWritten, GError** error) c_g_utf16_to_utf8;
2106 	gunichar2* function(gunichar* str, glong len, glong* itemsRead, glong* itemsWritten, GError** error) c_g_ucs4_to_utf16;
2107 	gchar* function(gunichar* str, glong len, glong* itemsRead, glong* itemsWritten, GError** error) c_g_ucs4_to_utf8;
2108 	gint function(gunichar c, gchar* outbuf) c_g_unichar_to_utf8;
2109 
2110 	// glib.Base64
2111 
2112 	gsize function(guchar* inn, gsize len, gboolean breakLines, gchar* f_out, gint* state, gint* save) c_g_base64_encode_step;
2113 	gsize function(gboolean breakLines, gchar* f_out, gint* state, gint* save) c_g_base64_encode_close;
2114 	gchar* function(guchar* data, gsize len) c_g_base64_encode;
2115 	gsize function(gchar* inn, gsize len, guchar* f_out, gint* state, guint* save) c_g_base64_decode_step;
2116 	guchar* function(gchar* text, gsize* outLen) c_g_base64_decode;
2117 	guchar* function(gchar* text, gsize* outLen) c_g_base64_decode_inplace;
2118 
2119 	// glib.Checksum
2120 
2121 	gssize function(GChecksumType checksumType) c_g_checksum_type_get_length;
2122 	GChecksum* function(GChecksumType checksumType) c_g_checksum_new;
2123 	GChecksum* function(GChecksum* checksum) c_g_checksum_copy;
2124 	void function(GChecksum* checksum) c_g_checksum_free;
2125 	void function(GChecksum* checksum) c_g_checksum_reset;
2126 	void function(GChecksum* checksum, guchar* data, gssize length) c_g_checksum_update;
2127 	gchar* function(GChecksum* checksum) c_g_checksum_get_string;
2128 	void function(GChecksum* checksum, guint8* buffer, gsize* digestLen) c_g_checksum_get_digest;
2129 	gchar* function(GChecksumType checksumType, guchar* data, gsize length) c_g_compute_checksum_for_data;
2130 	gchar* function(GChecksumType checksumType, gchar* str, gssize length) c_g_compute_checksum_for_string;
2131 	gchar* function(GChecksumType checksumType, GBytes* data) c_g_compute_checksum_for_bytes;
2132 
2133 	// glib.Hmac
2134 
2135 	GHmac* function(GChecksumType digestType, guchar* key, gsize keyLen) c_g_hmac_new;
2136 	GHmac* function(GHmac* hmac) c_g_hmac_copy;
2137 	GHmac* function(GHmac* hmac) c_g_hmac_ref;
2138 	void function(GHmac* hmac) c_g_hmac_unref;
2139 	void function(GHmac* hmac, guchar* data, gssize length) c_g_hmac_update;
2140 	gchar* function(GHmac* hmac) c_g_hmac_get_string;
2141 	void function(GHmac* hmac, guint8* buffer, gsize* digestLen) c_g_hmac_get_digest;
2142 	gchar* function(GChecksumType digestType, guchar* key, gsize keyLen, guchar* data, gsize length) c_g_compute_hmac_for_data;
2143 	gchar* function(GChecksumType digestType, guchar* key, gsize keyLen, gchar* str, gssize length) c_g_compute_hmac_for_string;
2144 
2145 	// glib.Internationalization
2146 
2147 	gchar* function(gchar* domain, gchar* msgid) c_g_dgettext;
2148 	gchar* function(gchar* domain, gchar* msgid, gint category) c_g_dcgettext;
2149 	gchar* function(gchar* domain, gchar* msgid, gchar* msgidPlural, gulong n) c_g_dngettext;
2150 	gchar* function(gchar* domain, gchar* msgctxtid, gsize msgidoffset) c_g_dpgettext;
2151 	gchar* function(gchar* domain, gchar* context, gchar* msgid) c_g_dpgettext2;
2152 	gchar* function(gchar* msgid, gchar* msgval) c_g_strip_context;
2153 	gchar** function() c_g_get_language_names;
2154 	gchar** function(gchar* locale) c_g_get_locale_variants;
2155 
2156 	// glib.TimeVal
2157 
2158 	void function(GTimeVal* result) c_g_get_current_time;
2159 	void function(gulong microseconds) c_g_usleep;
2160 	void function(GTimeVal* time, glong microseconds) c_g_time_val_add;
2161 	gboolean function(gchar* isoDate, GTimeVal* time) c_g_time_val_from_iso8601;
2162 	gchar* function(GTimeVal* time) c_g_time_val_to_iso8601;
2163 	gint64 function() c_g_get_monotonic_time;
2164 	gint64 function() c_g_get_real_time;
2165 
2166 	// glib.Date
2167 
2168 	GDate* function() c_g_date_new;
2169 	GDate* function(GDateDay day, GDateMonth month, GDateYear year) c_g_date_new_dmy;
2170 	GDate* function(guint32 julianDay) c_g_date_new_julian;
2171 	void function(GDate* date, guint nDates) c_g_date_clear;
2172 	void function(GDate* date) c_g_date_free;
2173 	void function(GDate* date, GDateDay day) c_g_date_set_day;
2174 	void function(GDate* date, GDateMonth month) c_g_date_set_month;
2175 	void function(GDate* date, GDateYear year) c_g_date_set_year;
2176 	void function(GDate* date, GDateDay day, GDateMonth month, GDateYear y) c_g_date_set_dmy;
2177 	void function(GDate* date, guint32 julianDate) c_g_date_set_julian;
2178 	void function(GDate* date, GTime time) c_g_date_set_time;
2179 	void function(GDate* date, time_t timet) c_g_date_set_time_t;
2180 	void function(GDate* date, GTimeVal* timeval) c_g_date_set_time_val;
2181 	void function(GDate* date, gchar* str) c_g_date_set_parse;
2182 	void function(GDate* date, guint nDays) c_g_date_add_days;
2183 	void function(GDate* date, guint nDays) c_g_date_subtract_days;
2184 	void function(GDate* date, guint nMonths) c_g_date_add_months;
2185 	void function(GDate* date, guint nMonths) c_g_date_subtract_months;
2186 	void function(GDate* date, guint nYears) c_g_date_add_years;
2187 	void function(GDate* date, guint nYears) c_g_date_subtract_years;
2188 	gint function(GDate* date1, GDate* date2) c_g_date_days_between;
2189 	gint function(GDate* lhs, GDate* rhs) c_g_date_compare;
2190 	void function(GDate* date, GDate* minDate, GDate* maxDate) c_g_date_clamp;
2191 	void function(GDate* date1, GDate* date2) c_g_date_order;
2192 	GDateDay function(GDate* date) c_g_date_get_day;
2193 	GDateMonth function(GDate* date) c_g_date_get_month;
2194 	GDateYear function(GDate* date) c_g_date_get_year;
2195 	guint32 function(GDate* date) c_g_date_get_julian;
2196 	GDateWeekday function(GDate* date) c_g_date_get_weekday;
2197 	guint function(GDate* date) c_g_date_get_day_of_year;
2198 	guint8 function(GDateMonth month, GDateYear year) c_g_date_get_days_in_month;
2199 	gboolean function(GDate* date) c_g_date_is_first_of_month;
2200 	gboolean function(GDate* date) c_g_date_is_last_of_month;
2201 	gboolean function(GDateYear year) c_g_date_is_leap_year;
2202 	guint function(GDate* date) c_g_date_get_monday_week_of_year;
2203 	guint8 function(GDateYear year) c_g_date_get_monday_weeks_in_year;
2204 	guint function(GDate* date) c_g_date_get_sunday_week_of_year;
2205 	guint8 function(GDateYear year) c_g_date_get_sunday_weeks_in_year;
2206 	guint function(GDate* date) c_g_date_get_iso8601_week_of_year;
2207 	gsize function(gchar* s, gsize slen, gchar* format, GDate* date) c_g_date_strftime;
2208 	void function(GDate* date, void* tm) c_g_date_to_struct_tm;
2209 	gboolean function(GDate* date) c_g_date_valid;
2210 	gboolean function(GDateDay day) c_g_date_valid_day;
2211 	gboolean function(GDateMonth month) c_g_date_valid_month;
2212 	gboolean function(GDateYear year) c_g_date_valid_year;
2213 	gboolean function(GDateDay day, GDateMonth month, GDateYear year) c_g_date_valid_dmy;
2214 	gboolean function(guint32 julianDate) c_g_date_valid_julian;
2215 	gboolean function(GDateWeekday weekday) c_g_date_valid_weekday;
2216 
2217 	// glib.TimeZone
2218 
2219 	void function(GTimeZone* tz) c_g_time_zone_unref;
2220 	GTimeZone* function(GTimeZone* tz) c_g_time_zone_ref;
2221 	GTimeZone* function(gchar* identifier) c_g_time_zone_new;
2222 	GTimeZone* function() c_g_time_zone_new_local;
2223 	GTimeZone* function() c_g_time_zone_new_utc;
2224 	gint function(GTimeZone* tz, GTimeType type, gint64 time) c_g_time_zone_find_interval;
2225 	gint function(GTimeZone* tz, GTimeType type, gint64* time) c_g_time_zone_adjust_time;
2226 	gchar* function(GTimeZone* tz, gint interval) c_g_time_zone_get_abbreviation;
2227 	gint32 function(GTimeZone* tz, gint interval) c_g_time_zone_get_offset;
2228 	gboolean function(GTimeZone* tz, gint interval) c_g_time_zone_is_dst;
2229 
2230 	// glib.DateTime
2231 
2232 	void function(GDateTime* datetime) c_g_date_time_unref;
2233 	GDateTime* function(GDateTime* datetime) c_g_date_time_ref;
2234 	GDateTime* function(GTimeZone* tz) c_g_date_time_new_now;
2235 	GDateTime* function() c_g_date_time_new_now_local;
2236 	GDateTime* function() c_g_date_time_new_now_utc;
2237 	GDateTime* function(gint64 t) c_g_date_time_new_from_unix_local;
2238 	GDateTime* function(gint64 t) c_g_date_time_new_from_unix_utc;
2239 	GDateTime* function(GTimeVal* tv) c_g_date_time_new_from_timeval_local;
2240 	GDateTime* function(GTimeVal* tv) c_g_date_time_new_from_timeval_utc;
2241 	GDateTime* function(GTimeZone* tz, gint year, gint month, gint day, gint hour, gint minute, gdouble seconds) c_g_date_time_new;
2242 	GDateTime* function(gint year, gint month, gint day, gint hour, gint minute, gdouble seconds) c_g_date_time_new_local;
2243 	GDateTime* function(gint year, gint month, gint day, gint hour, gint minute, gdouble seconds) c_g_date_time_new_utc;
2244 	GDateTime* function(GDateTime* datetime, GTimeSpan timespan) c_g_date_time_add;
2245 	GDateTime* function(GDateTime* datetime, gint years) c_g_date_time_add_years;
2246 	GDateTime* function(GDateTime* datetime, gint months) c_g_date_time_add_months;
2247 	GDateTime* function(GDateTime* datetime, gint weeks) c_g_date_time_add_weeks;
2248 	GDateTime* function(GDateTime* datetime, gint days) c_g_date_time_add_days;
2249 	GDateTime* function(GDateTime* datetime, gint hours) c_g_date_time_add_hours;
2250 	GDateTime* function(GDateTime* datetime, gint minutes) c_g_date_time_add_minutes;
2251 	GDateTime* function(GDateTime* datetime, gdouble seconds) c_g_date_time_add_seconds;
2252 	GDateTime* function(GDateTime* datetime, gint years, gint months, gint days, gint hours, gint minutes, gdouble seconds) c_g_date_time_add_full;
2253 	gint function(void* dt1, void* dt2) c_g_date_time_compare;
2254 	GTimeSpan function(GDateTime* end, GDateTime* begin) c_g_date_time_difference;
2255 	guint function(void* datetime) c_g_date_time_hash;
2256 	gboolean function(void* dt1, void* dt2) c_g_date_time_equal;
2257 	void function(GDateTime* datetime, gint* year, gint* month, gint* day) c_g_date_time_get_ymd;
2258 	gint function(GDateTime* datetime) c_g_date_time_get_year;
2259 	gint function(GDateTime* datetime) c_g_date_time_get_month;
2260 	gint function(GDateTime* datetime) c_g_date_time_get_day_of_month;
2261 	gint function(GDateTime* datetime) c_g_date_time_get_week_numbering_year;
2262 	gint function(GDateTime* datetime) c_g_date_time_get_week_of_year;
2263 	gint function(GDateTime* datetime) c_g_date_time_get_day_of_week;
2264 	gint function(GDateTime* datetime) c_g_date_time_get_day_of_year;
2265 	gint function(GDateTime* datetime) c_g_date_time_get_hour;
2266 	gint function(GDateTime* datetime) c_g_date_time_get_minute;
2267 	gint function(GDateTime* datetime) c_g_date_time_get_second;
2268 	gint function(GDateTime* datetime) c_g_date_time_get_microsecond;
2269 	gdouble function(GDateTime* datetime) c_g_date_time_get_seconds;
2270 	gint64 function(GDateTime* datetime) c_g_date_time_to_unix;
2271 	gboolean function(GDateTime* datetime, GTimeVal* tv) c_g_date_time_to_timeval;
2272 	GTimeSpan function(GDateTime* datetime) c_g_date_time_get_utc_offset;
2273 	gchar* function(GDateTime* datetime) c_g_date_time_get_timezone_abbreviation;
2274 	gboolean function(GDateTime* datetime) c_g_date_time_is_daylight_savings;
2275 	GDateTime* function(GDateTime* datetime, GTimeZone* tz) c_g_date_time_to_timezone;
2276 	GDateTime* function(GDateTime* datetime) c_g_date_time_to_local;
2277 	GDateTime* function(GDateTime* datetime) c_g_date_time_to_utc;
2278 	gchar* function(GDateTime* datetime, gchar* format) c_g_date_time_format;
2279 
2280 	// glib.RandG
2281 
2282 	GRand* function(guint32 seed) c_g_rand_new_with_seed;
2283 	GRand* function(guint32* seed, guint seedLength) c_g_rand_new_with_seed_array;
2284 	GRand* function() c_g_rand_new;
2285 	GRand* function(GRand* rand) c_g_rand_copy;
2286 	void function(GRand* rand) c_g_rand_free;
2287 	void function(GRand* rand, guint32 seed) c_g_rand_set_seed;
2288 	void function(GRand* rand, guint32* seed, guint seedLength) c_g_rand_set_seed_array;
2289 	guint32 function(GRand* rand) c_g_rand_int;
2290 	gint32 function(GRand* rand, gint32 begin, gint32 end) c_g_rand_int_range;
2291 	gdouble function(GRand* rand) c_g_rand_double;
2292 	gdouble function(GRand* rand, gdouble begin, gdouble end) c_g_rand_double_range;
2293 	void function(guint32 seed) c_g_random_set_seed;
2294 	guint32 function() c_g_random_int;
2295 	gint32 function(gint32 begin, gint32 end) c_g_random_int_range;
2296 	gdouble function() c_g_random_double;
2297 	gdouble function(gdouble begin, gdouble end) c_g_random_double_range;
2298 
2299 	// glib.Util
2300 
2301 	gchar* function() c_g_get_application_name;
2302 	void function(gchar* applicationName) c_g_set_application_name;
2303 	gchar* function() c_g_get_prgname;
2304 	void function(gchar* prgname) c_g_set_prgname;
2305 	gchar** function() c_g_get_environ;
2306 	gchar* function(gchar** envp, gchar* variable) c_g_environ_getenv;
2307 	gchar** function(gchar** envp, gchar* variable, gchar* value, gboolean overwrite) c_g_environ_setenv;
2308 	gchar** function(gchar** envp, gchar* variable) c_g_environ_unsetenv;
2309 	gchar* function(gchar* variable) c_g_getenv;
2310 	gboolean function(gchar* variable, gchar* value, gboolean overwrite) c_g_setenv;
2311 	void function(gchar* variable) c_g_unsetenv;
2312 	gchar** function() c_g_listenv;
2313 	gchar* function() c_g_get_user_name;
2314 	gchar* function() c_g_get_real_name;
2315 	gchar* function() c_g_get_user_cache_dir;
2316 	gchar* function() c_g_get_user_data_dir;
2317 	gchar* function() c_g_get_user_config_dir;
2318 	gchar* function() c_g_get_user_runtime_dir;
2319 	gchar* function(GUserDirectory directory) c_g_get_user_special_dir;
2320 	gchar** function() c_g_get_system_data_dirs;
2321 	gchar** function() c_g_get_system_config_dirs;
2322 	void function() c_g_reload_user_special_dirs_cache;
2323 	gchar* function() c_g_get_host_name;
2324 	gchar* function() c_g_get_home_dir;
2325 	gchar* function() c_g_get_tmp_dir;
2326 	gchar* function() c_g_get_current_dir;
2327 	gchar* function(gchar* fileName) c_g_basename;
2328 	gboolean function(gchar* fileName) c_g_path_is_absolute;
2329 	gchar* function(gchar* fileName) c_g_path_skip_root;
2330 	gchar* function(gchar* fileName) c_g_path_get_basename;
2331 	gchar* function(gchar* fileName) c_g_path_get_dirname;
2332 	gchar* function(gchar* firstElement, ... ) c_g_build_filename;
2333 	gchar* function(gchar** args) c_g_build_filenamev;
2334 	gchar* function(gchar* separator, gchar* firstElement, ... ) c_g_build_path;
2335 	gchar* function(gchar* separator, gchar** args) c_g_build_pathv;
2336 	gchar* function(guint64 size) c_g_format_size;
2337 	gchar* function(guint64 size, GFormatSizeFlags flags) c_g_format_size_full;
2338 	gchar* function(goffset size) c_g_format_size_for_display;
2339 	gchar* function(gchar* program) c_g_find_program_in_path;
2340 	gint function(gulong mask, gint nthBit) c_g_bit_nth_lsf;
2341 	gint function(gulong mask, gint nthBit) c_g_bit_nth_msf;
2342 	guint function(gulong number) c_g_bit_storage;
2343 	guint function(guint num) c_g_spaced_primes_closest;
2344 	void function(GVoidFunc func) c_g_atexit;
2345 	guint function(gchar* string, GDebugKey* keys, guint nkeys) c_g_parse_debug_string;
2346 	void function(void* pbase, gint totalElems, gsize size, GCompareDataFunc compareFunc, void* userData) c_g_qsort_with_data;
2347 	void function(void** nullifyLocation) c_g_nullify_pointer;
2348 
2349 	// glib.ScannerG
2350 
2351 	GScanner* function(GScannerConfig* configTempl) c_g_scanner_new;
2352 	void function(GScanner* scanner) c_g_scanner_destroy;
2353 	void function(GScanner* scanner, gint inputFd) c_g_scanner_input_file;
2354 	void function(GScanner* scanner) c_g_scanner_sync_file_offset;
2355 	void function(GScanner* scanner, gchar* text, guint textLen) c_g_scanner_input_text;
2356 	GTokenType function(GScanner* scanner) c_g_scanner_peek_next_token;
2357 	GTokenType function(GScanner* scanner) c_g_scanner_get_next_token;
2358 	gboolean function(GScanner* scanner) c_g_scanner_eof;
2359 	guint function(GScanner* scanner) c_g_scanner_cur_line;
2360 	guint function(GScanner* scanner) c_g_scanner_cur_position;
2361 	GTokenType function(GScanner* scanner) c_g_scanner_cur_token;
2362 	GTokenValue function(GScanner* scanner) c_g_scanner_cur_value;
2363 	guint function(GScanner* scanner, guint scopeId) c_g_scanner_set_scope;
2364 	void function(GScanner* scanner, guint scopeId, gchar* symbol, void* value) c_g_scanner_scope_add_symbol;
2365 	void function(GScanner* scanner, guint scopeId, GHFunc func, void* userData) c_g_scanner_scope_foreach_symbol;
2366 	gpointer function(GScanner* scanner, guint scopeId, gchar* symbol) c_g_scanner_scope_lookup_symbol;
2367 	void function(GScanner* scanner, guint scopeId, gchar* symbol) c_g_scanner_scope_remove_symbol;
2368 	gpointer function(GScanner* scanner, gchar* symbol) c_g_scanner_lookup_symbol;
2369 	void function(GScanner* scanner, gchar* format, ... ) c_g_scanner_warn;
2370 	void function(GScanner* scanner, gchar* format, ... ) c_g_scanner_error;
2371 	void function(GScanner* scanner, GTokenType expectedToken, gchar* identifierSpec, gchar* symbolSpec, gchar* symbolName, gchar* message, gint isError) c_g_scanner_unexp_token;
2372 
2373 	// glib.Timer
2374 
2375 	GTimer* function() c_g_timer_new;
2376 	void function(GTimer* timer) c_g_timer_start;
2377 	void function(GTimer* timer) c_g_timer_stop;
2378 	void function(GTimer* timer) c_g_timer_continue;
2379 	gdouble function(GTimer* timer, gulong* microseconds) c_g_timer_elapsed;
2380 	void function(GTimer* timer) c_g_timer_reset;
2381 	void function(GTimer* timer) c_g_timer_destroy;
2382 
2383 	// glib.Spawn
2384 
2385 	gboolean function(gchar* workingDirectory, gchar** argv, gchar** envp, GSpawnFlags flags, GSpawnChildSetupFunc childSetup, void* userData, GPid* childPid, gint* standardInput, gint* standardOutput, gint* standardError, GError** error) c_g_spawn_async_with_pipes;
2386 	gboolean function(gchar* workingDirectory, gchar** argv, gchar** envp, GSpawnFlags flags, GSpawnChildSetupFunc childSetup, void* userData, GPid* childPid, GError** error) c_g_spawn_async;
2387 	gboolean function(gchar* workingDirectory, gchar** argv, gchar** envp, GSpawnFlags flags, GSpawnChildSetupFunc childSetup, void* userData, gchar** standardOutput, gchar** standardError, gint* exitStatus, GError** error) c_g_spawn_sync;
2388 	gboolean function(gint exitStatus, GError** error) c_g_spawn_check_exit_status;
2389 	gboolean function(gchar* commandLine, GError** error) c_g_spawn_command_line_async;
2390 	gboolean function(gchar* commandLine, gchar** standardOutput, gchar** standardError, gint* exitStatus, GError** error) c_g_spawn_command_line_sync;
2391 	void function(GPid pid) c_g_spawn_close_pid;
2392 
2393 	// glib.FileUtils
2394 
2395 	GFileError function(gint errNo) c_g_file_error_from_errno;
2396 	gboolean function(gchar* filename, gchar** contents, gsize* length, GError** error) c_g_file_get_contents;
2397 	gboolean function(gchar* filename, gchar* contents, gssize length, GError** error) c_g_file_set_contents;
2398 	gboolean function(gchar* filename, GFileTest test) c_g_file_test;
2399 	gint function(gchar* tmpl) c_g_mkstemp;
2400 	gint function(gchar* tmpl, gint flags, gint mode) c_g_mkstemp_full;
2401 	gint function(gchar* tmpl, gchar** nameUsed, GError** error) c_g_file_open_tmp;
2402 	gchar* function(gchar* filename, GError** error) c_g_file_read_link;
2403 	gint function(gchar* pathname, gint mode) c_g_mkdir_with_parents;
2404 	gchar* function(gchar* tmpl) c_g_mkdtemp;
2405 	gchar* function(gchar* tmpl, gint mode) c_g_mkdtemp_full;
2406 	int function(gchar* filename, int flags, int mode) c_g_open;
2407 	int function(gchar* oldfilename, gchar* newfilename) c_g_rename;
2408 	int function(gchar* filename, int mode) c_g_mkdir;
2409 	int function(gchar* filename, GStatBuf* buf) c_g_stat;
2410 	int function(gchar* filename, GStatBuf* buf) c_g_lstat;
2411 	int function(gchar* filename) c_g_unlink;
2412 	int function(gchar* filename) c_g_remove;
2413 	int function(gchar* filename) c_g_rmdir;
2414 	void* function(gchar* filename, gchar* mode) c_g_fopen;
2415 	void* function(gchar* filename, gchar* mode, void* stream) c_g_freopen;
2416 	int function(gchar* filename, int mode) c_g_chmod;
2417 	int function(gchar* filename, int mode) c_g_access;
2418 	int function(gchar* filename, int mode) c_g_creat;
2419 	int function(gchar* path) c_g_chdir;
2420 	int function(gchar* filename, void* utb) c_g_utime;
2421 	gboolean function(gint fd, GError** error) c_g_close;
2422 
2423 	// glib.Directory
2424 
2425 	gchar* function(gchar* tmpl, GError** error) c_g_dir_make_tmp;
2426 	GDir* function(gchar* path, guint flags, GError** error) c_g_dir_open;
2427 	gchar* function(GDir* dir) c_g_dir_read_name;
2428 	void function(GDir* dir) c_g_dir_rewind;
2429 	void function(GDir* dir) c_g_dir_close;
2430 
2431 	// glib.MappedFile
2432 
2433 	GMappedFile* function(gchar* filename, gboolean writable, GError** error) c_g_mapped_file_new;
2434 	GMappedFile* function(gint fd, gboolean writable, GError** error) c_g_mapped_file_new_from_fd;
2435 	GMappedFile* function(GMappedFile* file) c_g_mapped_file_ref;
2436 	void function(GMappedFile* file) c_g_mapped_file_unref;
2437 	void function(GMappedFile* file) c_g_mapped_file_free;
2438 	gsize function(GMappedFile* file) c_g_mapped_file_get_length;
2439 	gchar* function(GMappedFile* file) c_g_mapped_file_get_contents;
2440 	GBytes* function(GMappedFile* file) c_g_mapped_file_get_bytes;
2441 
2442 	// glib.URI
2443 
2444 	char* function(char* uri) c_g_uri_parse_scheme;
2445 	char* function(char* unescaped, char* reservedCharsAllowed, gboolean allowUtf8) c_g_uri_escape_string;
2446 	char* function(char* escapedString, char* illegalCharacters) c_g_uri_unescape_string;
2447 	char* function(char* escapedString, char* escapedStringEnd, char* illegalCharacters) c_g_uri_unescape_segment;
2448 	gchar** function(gchar* uriList) c_g_uri_list_extract_uris;
2449 	gchar* function(gchar* uri, gchar** hostname, GError** error) c_g_filename_from_uri;
2450 	gchar* function(gchar* filename, gchar* hostname, GError** error) c_g_filename_to_uri;
2451 
2452 	// glib.Hostname
2453 
2454 	gchar* function(gchar* hostname) c_g_hostname_to_ascii;
2455 	gchar* function(gchar* hostname) c_g_hostname_to_unicode;
2456 	gboolean function(gchar* hostname) c_g_hostname_is_non_ascii;
2457 	gboolean function(gchar* hostname) c_g_hostname_is_ascii_encoded;
2458 	gboolean function(gchar* hostname) c_g_hostname_is_ip_address;
2459 
2460 	// glib.ShellUtils
2461 
2462 	gboolean function(gchar* commandLine, gint* argcp, gchar*** argvp, GError** error) c_g_shell_parse_argv;
2463 	gchar* function(gchar* unquotedString) c_g_shell_quote;
2464 	gchar* function(gchar* quotedString, GError** error) c_g_shell_unquote;
2465 
2466 	// glib.OptionContext
2467 
2468 	GOptionContext* function(gchar* parameterString) c_g_option_context_new;
2469 	void function(GOptionContext* context, gchar* summary) c_g_option_context_set_summary;
2470 	gchar* function(GOptionContext* context) c_g_option_context_get_summary;
2471 	void function(GOptionContext* context, gchar* description) c_g_option_context_set_description;
2472 	gchar* function(GOptionContext* context) c_g_option_context_get_description;
2473 	void function(GOptionContext* context, GTranslateFunc func, void* data, GDestroyNotify destroyNotify) c_g_option_context_set_translate_func;
2474 	void function(GOptionContext* context, gchar* domain) c_g_option_context_set_translation_domain;
2475 	void function(GOptionContext* context) c_g_option_context_free;
2476 	gboolean function(GOptionContext* context, gint* argc, gchar*** argv, GError** error) c_g_option_context_parse;
2477 	void function(GOptionContext* context, gboolean helpEnabled) c_g_option_context_set_help_enabled;
2478 	gboolean function(GOptionContext* context) c_g_option_context_get_help_enabled;
2479 	void function(GOptionContext* context, gboolean ignoreUnknown) c_g_option_context_set_ignore_unknown_options;
2480 	gboolean function(GOptionContext* context) c_g_option_context_get_ignore_unknown_options;
2481 	gchar* function(GOptionContext* context, gboolean mainHelp, GOptionGroup* group) c_g_option_context_get_help;
2482 	void function(GOptionContext* context, GOptionEntry* entries, gchar* translationDomain) c_g_option_context_add_main_entries;
2483 	void function(GOptionContext* context, GOptionGroup* group) c_g_option_context_add_group;
2484 	void function(GOptionContext* context, GOptionGroup* group) c_g_option_context_set_main_group;
2485 	GOptionGroup* function(GOptionContext* context) c_g_option_context_get_main_group;
2486 
2487 	// glib.OptionGroup
2488 
2489 	GOptionGroup* function(gchar* name, gchar* description, gchar* helpDescription, void* userData, GDestroyNotify destroy) c_g_option_group_new;
2490 	void function(GOptionGroup* group) c_g_option_group_free;
2491 	void function(GOptionGroup* group, GOptionEntry* entries) c_g_option_group_add_entries;
2492 	void function(GOptionGroup* group, GOptionParseFunc preParseFunc, GOptionParseFunc postParseFunc) c_g_option_group_set_parse_hooks;
2493 	void function(GOptionGroup* group, GOptionErrorFunc errorFunc) c_g_option_group_set_error_hook;
2494 	void function(GOptionGroup* group, GTranslateFunc func, void* data, GDestroyNotify destroyNotify) c_g_option_group_set_translate_func;
2495 	void function(GOptionGroup* group, gchar* domain) c_g_option_group_set_translation_domain;
2496 
2497 	// glib.Pattern
2498 
2499 	GPatternSpec* function(gchar* pattern) c_g_pattern_spec_new;
2500 	void function(GPatternSpec* pspec) c_g_pattern_spec_free;
2501 	gboolean function(GPatternSpec* pspec1, GPatternSpec* pspec2) c_g_pattern_spec_equal;
2502 	gboolean function(GPatternSpec* pspec, guint stringLength, gchar* string, gchar* stringReversed) c_g_pattern_match;
2503 	gboolean function(GPatternSpec* pspec, gchar* string) c_g_pattern_match_string;
2504 	gboolean function(gchar* pattern, gchar* string) c_g_pattern_match_simple;
2505 
2506 	// glib.Regex
2507 
2508 	GRegex* function(gchar* pattern, GRegexCompileFlags compileOptions, GRegexMatchFlags matchOptions, GError** error) c_g_regex_new;
2509 	GRegex* function(GRegex* regex) c_g_regex_ref;
2510 	void function(GRegex* regex) c_g_regex_unref;
2511 	gchar* function(GRegex* regex) c_g_regex_get_pattern;
2512 	gint function(GRegex* regex) c_g_regex_get_max_backref;
2513 	gint function(GRegex* regex) c_g_regex_get_capture_count;
2514 	gboolean function(GRegex* regex) c_g_regex_get_has_cr_or_lf;
2515 	gint function(GRegex* regex) c_g_regex_get_max_lookbehind;
2516 	gint function(GRegex* regex, gchar* name) c_g_regex_get_string_number;
2517 	GRegexCompileFlags function(GRegex* regex) c_g_regex_get_compile_flags;
2518 	GRegexMatchFlags function(GRegex* regex) c_g_regex_get_match_flags;
2519 	gchar* function(gchar* string, gint length) c_g_regex_escape_string;
2520 	gchar* function(gchar* string, gint length) c_g_regex_escape_nul;
2521 	gboolean function(gchar* pattern, gchar* string, GRegexCompileFlags compileOptions, GRegexMatchFlags matchOptions) c_g_regex_match_simple;
2522 	gboolean function(GRegex* regex, gchar* string, GRegexMatchFlags matchOptions, GMatchInfo** matchInfo) c_g_regex_match;
2523 	gboolean function(GRegex* regex, gchar* string, gssize stringLen, gint startPosition, GRegexMatchFlags matchOptions, GMatchInfo** matchInfo, GError** error) c_g_regex_match_full;
2524 	gboolean function(GRegex* regex, gchar* string, GRegexMatchFlags matchOptions, GMatchInfo** matchInfo) c_g_regex_match_all;
2525 	gboolean function(GRegex* regex, gchar* string, gssize stringLen, gint startPosition, GRegexMatchFlags matchOptions, GMatchInfo** matchInfo, GError** error) c_g_regex_match_all_full;
2526 	gchar** function(gchar* pattern, gchar* string, GRegexCompileFlags compileOptions, GRegexMatchFlags matchOptions) c_g_regex_split_simple;
2527 	gchar** function(GRegex* regex, gchar* string, GRegexMatchFlags matchOptions) c_g_regex_split;
2528 	gchar** function(GRegex* regex, gchar* string, gssize stringLen, gint startPosition, GRegexMatchFlags matchOptions, gint maxTokens, GError** error) c_g_regex_split_full;
2529 	gchar* function(GRegex* regex, gchar* string, gssize stringLen, gint startPosition, gchar* replacement, GRegexMatchFlags matchOptions, GError** error) c_g_regex_replace;
2530 	gchar* function(GRegex* regex, gchar* string, gssize stringLen, gint startPosition, gchar* replacement, GRegexMatchFlags matchOptions, GError** error) c_g_regex_replace_literal;
2531 	gchar* function(GRegex* regex, gchar* string, gssize stringLen, gint startPosition, GRegexMatchFlags matchOptions, GRegexEvalCallback eval, void* userData, GError** error) c_g_regex_replace_eval;
2532 	gboolean function(gchar* replacement, gboolean* hasReferences, GError** error) c_g_regex_check_replacement;
2533 
2534 	// glib.MatchInfo
2535 
2536 	GRegex* function(GMatchInfo* matchInfo) c_g_match_info_get_regex;
2537 	gchar* function(GMatchInfo* matchInfo) c_g_match_info_get_string;
2538 	GMatchInfo* function(GMatchInfo* matchInfo) c_g_match_info_ref;
2539 	void function(GMatchInfo* matchInfo) c_g_match_info_unref;
2540 	void function(GMatchInfo* matchInfo) c_g_match_info_free;
2541 	gboolean function(GMatchInfo* matchInfo) c_g_match_info_matches;
2542 	gboolean function(GMatchInfo* matchInfo, GError** error) c_g_match_info_next;
2543 	gint function(GMatchInfo* matchInfo) c_g_match_info_get_match_count;
2544 	gboolean function(GMatchInfo* matchInfo) c_g_match_info_is_partial_match;
2545 	gchar* function(GMatchInfo* matchInfo, gchar* stringToExpand, GError** error) c_g_match_info_expand_references;
2546 	gchar* function(GMatchInfo* matchInfo, gint matchNum) c_g_match_info_fetch;
2547 	gboolean function(GMatchInfo* matchInfo, gint matchNum, gint* startPos, gint* endPos) c_g_match_info_fetch_pos;
2548 	gchar* function(GMatchInfo* matchInfo, gchar* name) c_g_match_info_fetch_named;
2549 	gboolean function(GMatchInfo* matchInfo, gchar* name, gint* startPos, gint* endPos) c_g_match_info_fetch_named_pos;
2550 	gchar** function(GMatchInfo* matchInfo) c_g_match_info_fetch_all;
2551 
2552 	// glib.SimpleXML
2553 
2554 	gchar* function(gchar* text, gssize length) c_g_markup_escape_text;
2555 	gchar* function(char* format, ... ) c_g_markup_printf_escaped;
2556 	gchar* function(char* format, va_list args) c_g_markup_vprintf_escaped;
2557 	gboolean function(GMarkupParseContext* context, GError** error) c_g_markup_parse_context_end_parse;
2558 	void function(GMarkupParseContext* context) c_g_markup_parse_context_free;
2559 	void function(GMarkupParseContext* context, gint* lineNumber, gint* charNumber) c_g_markup_parse_context_get_position;
2560 	gchar* function(GMarkupParseContext* context) c_g_markup_parse_context_get_element;
2561 	GSList* function(GMarkupParseContext* context) c_g_markup_parse_context_get_element_stack;
2562 	gpointer function(GMarkupParseContext* context) c_g_markup_parse_context_get_user_data;
2563 	GMarkupParseContext* function(GMarkupParser* parser, GMarkupParseFlags flags, void* userData, GDestroyNotify userDataDnotify) c_g_markup_parse_context_new;
2564 	gboolean function(GMarkupParseContext* context, gchar* text, gssize textLen, GError** error) c_g_markup_parse_context_parse;
2565 	void function(GMarkupParseContext* context, GMarkupParser* parser, void* userData) c_g_markup_parse_context_push;
2566 	gpointer function(GMarkupParseContext* context) c_g_markup_parse_context_pop;
2567 	GMarkupParseContext* function(GMarkupParseContext* context) c_g_markup_parse_context_ref;
2568 	void function(GMarkupParseContext* context) c_g_markup_parse_context_unref;
2569 	gboolean function(gchar* elementName, gchar** attributeNames, gchar** attributeValues, GError** error, GMarkupCollectType firstType, gchar* firstAttr, ... ) c_g_markup_collect_attributes;
2570 
2571 	// glib.KeyFile
2572 
2573 	GKeyFile* function() c_g_key_file_new;
2574 	void function(GKeyFile* keyFile) c_g_key_file_free;
2575 	GKeyFile* function(GKeyFile* keyFile) c_g_key_file_ref;
2576 	void function(GKeyFile* keyFile) c_g_key_file_unref;
2577 	void function(GKeyFile* keyFile, gchar separator) c_g_key_file_set_list_separator;
2578 	gboolean function(GKeyFile* keyFile, gchar* file, GKeyFileFlags flags, GError** error) c_g_key_file_load_from_file;
2579 	gboolean function(GKeyFile* keyFile, gchar* data, gsize length, GKeyFileFlags flags, GError** error) c_g_key_file_load_from_data;
2580 	gboolean function(GKeyFile* keyFile, gchar* file, gchar** fullPath, GKeyFileFlags flags, GError** error) c_g_key_file_load_from_data_dirs;
2581 	gboolean function(GKeyFile* keyFile, gchar* file, gchar** searchDirs, gchar** fullPath, GKeyFileFlags flags, GError** error) c_g_key_file_load_from_dirs;
2582 	gchar* function(GKeyFile* keyFile, gsize* length, GError** error) c_g_key_file_to_data;
2583 	gchar* function(GKeyFile* keyFile) c_g_key_file_get_start_group;
2584 	gchar** function(GKeyFile* keyFile, gsize* length) c_g_key_file_get_groups;
2585 	gchar** function(GKeyFile* keyFile, gchar* groupName, gsize* length, GError** error) c_g_key_file_get_keys;
2586 	gboolean function(GKeyFile* keyFile, gchar* groupName) c_g_key_file_has_group;
2587 	gboolean function(GKeyFile* keyFile, gchar* groupName, gchar* key, GError** error) c_g_key_file_has_key;
2588 	gchar* function(GKeyFile* keyFile, gchar* groupName, gchar* key, GError** error) c_g_key_file_get_value;
2589 	gchar* function(GKeyFile* keyFile, gchar* groupName, gchar* key, GError** error) c_g_key_file_get_string;
2590 	gchar* function(GKeyFile* keyFile, gchar* groupName, gchar* key, gchar* locale, GError** error) c_g_key_file_get_locale_string;
2591 	gboolean function(GKeyFile* keyFile, gchar* groupName, gchar* key, GError** error) c_g_key_file_get_boolean;
2592 	gint function(GKeyFile* keyFile, gchar* groupName, gchar* key, GError** error) c_g_key_file_get_integer;
2593 	gint64 function(GKeyFile* keyFile, gchar* groupName, gchar* key, GError** error) c_g_key_file_get_int64;
2594 	guint64 function(GKeyFile* keyFile, gchar* groupName, gchar* key, GError** error) c_g_key_file_get_uint64;
2595 	gdouble function(GKeyFile* keyFile, gchar* groupName, gchar* key, GError** error) c_g_key_file_get_double;
2596 	gchar** function(GKeyFile* keyFile, gchar* groupName, gchar* key, gsize* length, GError** error) c_g_key_file_get_string_list;
2597 	gchar** function(GKeyFile* keyFile, gchar* groupName, gchar* key, gchar* locale, gsize* length, GError** error) c_g_key_file_get_locale_string_list;
2598 	gboolean* function(GKeyFile* keyFile, gchar* groupName, gchar* key, gsize* length, GError** error) c_g_key_file_get_boolean_list;
2599 	gint* function(GKeyFile* keyFile, gchar* groupName, gchar* key, gsize* length, GError** error) c_g_key_file_get_integer_list;
2600 	gdouble* function(GKeyFile* keyFile, gchar* groupName, gchar* key, gsize* length, GError** error) c_g_key_file_get_double_list;
2601 	gchar* function(GKeyFile* keyFile, gchar* groupName, gchar* key, GError** error) c_g_key_file_get_comment;
2602 	void function(GKeyFile* keyFile, gchar* groupName, gchar* key, gchar* value) c_g_key_file_set_value;
2603 	void function(GKeyFile* keyFile, gchar* groupName, gchar* key, gchar* string) c_g_key_file_set_string;
2604 	void function(GKeyFile* keyFile, gchar* groupName, gchar* key, gchar* locale, gchar* string) c_g_key_file_set_locale_string;
2605 	void function(GKeyFile* keyFile, gchar* groupName, gchar* key, gboolean value) c_g_key_file_set_boolean;
2606 	void function(GKeyFile* keyFile, gchar* groupName, gchar* key, gint value) c_g_key_file_set_integer;
2607 	void function(GKeyFile* keyFile, gchar* groupName, gchar* key, gint64 value) c_g_key_file_set_int64;
2608 	void function(GKeyFile* keyFile, gchar* groupName, gchar* key, guint64 value) c_g_key_file_set_uint64;
2609 	void function(GKeyFile* keyFile, gchar* groupName, gchar* key, gdouble value) c_g_key_file_set_double;
2610 	void function(GKeyFile* keyFile, gchar* groupName, gchar* key, gchar** list, gsize length) c_g_key_file_set_string_list;
2611 	void function(GKeyFile* keyFile, gchar* groupName, gchar* key, gchar* locale, gchar** list, gsize length) c_g_key_file_set_locale_string_list;
2612 	void function(GKeyFile* keyFile, gchar* groupName, gchar* key, gboolean* list, gsize length) c_g_key_file_set_boolean_list;
2613 	void function(GKeyFile* keyFile, gchar* groupName, gchar* key, gint* list, gsize length) c_g_key_file_set_integer_list;
2614 	void function(GKeyFile* keyFile, gchar* groupName, gchar* key, gdouble* list, gsize length) c_g_key_file_set_double_list;
2615 	gboolean function(GKeyFile* keyFile, gchar* groupName, gchar* key, gchar* comment, GError** error) c_g_key_file_set_comment;
2616 	gboolean function(GKeyFile* keyFile, gchar* groupName, GError** error) c_g_key_file_remove_group;
2617 	gboolean function(GKeyFile* keyFile, gchar* groupName, gchar* key, GError** error) c_g_key_file_remove_key;
2618 	gboolean function(GKeyFile* keyFile, gchar* groupName, gchar* key, GError** error) c_g_key_file_remove_comment;
2619 
2620 	// glib.BookmarkFile
2621 
2622 	GBookmarkFile* function() c_g_bookmark_file_new;
2623 	void function(GBookmarkFile* bookmark) c_g_bookmark_file_free;
2624 	gboolean function(GBookmarkFile* bookmark, gchar* filename, GError** error) c_g_bookmark_file_load_from_file;
2625 	gboolean function(GBookmarkFile* bookmark, gchar* data, gsize length, GError** error) c_g_bookmark_file_load_from_data;
2626 	gboolean function(GBookmarkFile* bookmark, gchar* file, gchar** fullPath, GError** error) c_g_bookmark_file_load_from_data_dirs;
2627 	gchar* function(GBookmarkFile* bookmark, gsize* length, GError** error) c_g_bookmark_file_to_data;
2628 	gboolean function(GBookmarkFile* bookmark, gchar* filename, GError** error) c_g_bookmark_file_to_file;
2629 	gboolean function(GBookmarkFile* bookmark, gchar* uri) c_g_bookmark_file_has_item;
2630 	gboolean function(GBookmarkFile* bookmark, gchar* uri, gchar* group, GError** error) c_g_bookmark_file_has_group;
2631 	gboolean function(GBookmarkFile* bookmark, gchar* uri, gchar* name, GError** error) c_g_bookmark_file_has_application;
2632 	gint function(GBookmarkFile* bookmark) c_g_bookmark_file_get_size;
2633 	gchar** function(GBookmarkFile* bookmark, gsize* length) c_g_bookmark_file_get_uris;
2634 	gchar* function(GBookmarkFile* bookmark, gchar* uri, GError** error) c_g_bookmark_file_get_title;
2635 	gchar* function(GBookmarkFile* bookmark, gchar* uri, GError** error) c_g_bookmark_file_get_description;
2636 	gchar* function(GBookmarkFile* bookmark, gchar* uri, GError** error) c_g_bookmark_file_get_mime_type;
2637 	gboolean function(GBookmarkFile* bookmark, gchar* uri, GError** error) c_g_bookmark_file_get_is_private;
2638 	gboolean function(GBookmarkFile* bookmark, gchar* uri, gchar** href, gchar** mimeType, GError** error) c_g_bookmark_file_get_icon;
2639 	time_t function(GBookmarkFile* bookmark, gchar* uri, GError** error) c_g_bookmark_file_get_added;
2640 	time_t function(GBookmarkFile* bookmark, gchar* uri, GError** error) c_g_bookmark_file_get_modified;
2641 	time_t function(GBookmarkFile* bookmark, gchar* uri, GError** error) c_g_bookmark_file_get_visited;
2642 	gchar** function(GBookmarkFile* bookmark, gchar* uri, gsize* length, GError** error) c_g_bookmark_file_get_groups;
2643 	gchar** function(GBookmarkFile* bookmark, gchar* uri, gsize* length, GError** error) c_g_bookmark_file_get_applications;
2644 	gboolean function(GBookmarkFile* bookmark, gchar* uri, gchar* name, gchar** exec, guint* count, time_t* stamp, GError** error) c_g_bookmark_file_get_app_info;
2645 	void function(GBookmarkFile* bookmark, gchar* uri, gchar* title) c_g_bookmark_file_set_title;
2646 	void function(GBookmarkFile* bookmark, gchar* uri, gchar* description) c_g_bookmark_file_set_description;
2647 	void function(GBookmarkFile* bookmark, gchar* uri, gchar* mimeType) c_g_bookmark_file_set_mime_type;
2648 	void function(GBookmarkFile* bookmark, gchar* uri, gboolean isPrivate) c_g_bookmark_file_set_is_private;
2649 	void function(GBookmarkFile* bookmark, gchar* uri, gchar* href, gchar* mimeType) c_g_bookmark_file_set_icon;
2650 	void function(GBookmarkFile* bookmark, gchar* uri, time_t added) c_g_bookmark_file_set_added;
2651 	void function(GBookmarkFile* bookmark, gchar* uri, gchar** groups, gsize length) c_g_bookmark_file_set_groups;
2652 	void function(GBookmarkFile* bookmark, gchar* uri, time_t modified) c_g_bookmark_file_set_modified;
2653 	void function(GBookmarkFile* bookmark, gchar* uri, time_t visited) c_g_bookmark_file_set_visited;
2654 	gboolean function(GBookmarkFile* bookmark, gchar* uri, gchar* name, gchar* exec, gint count, time_t stamp, GError** error) c_g_bookmark_file_set_app_info;
2655 	void function(GBookmarkFile* bookmark, gchar* uri, gchar* group) c_g_bookmark_file_add_group;
2656 	void function(GBookmarkFile* bookmark, gchar* uri, gchar* name, gchar* exec) c_g_bookmark_file_add_application;
2657 	gboolean function(GBookmarkFile* bookmark, gchar* uri, gchar* group, GError** error) c_g_bookmark_file_remove_group;
2658 	gboolean function(GBookmarkFile* bookmark, gchar* uri, gchar* name, GError** error) c_g_bookmark_file_remove_application;
2659 	gboolean function(GBookmarkFile* bookmark, gchar* uri, GError** error) c_g_bookmark_file_remove_item;
2660 	gboolean function(GBookmarkFile* bookmark, gchar* oldUri, gchar* newUri, GError** error) c_g_bookmark_file_move_item;
2661 
2662 	// glib.UnixUtils
2663 
2664 	gboolean function(gint* fds, gint flags, GError** error) c_g_unix_open_pipe;
2665 	gboolean function(gint fd, gboolean nonblock, GError** error) c_g_unix_set_fd_nonblocking;
2666 	guint function(gint signum, GSourceFunc handler, void* userData) c_g_unix_signal_add;
2667 	guint function(gint priority, gint signum, GSourceFunc handler, void* userData, GDestroyNotify notify) c_g_unix_signal_add_full;
2668 	GSource* function(gint signum) c_g_unix_signal_source_new;
2669 	guint function(gint fd, GIOCondition condition, GUnixFDSourceFunc funct, void* userData) c_g_unix_fd_add;
2670 	guint function(gint priority, gint fd, GIOCondition condition, GUnixFDSourceFunc funct, void* userData, GDestroyNotify notify) c_g_unix_fd_add_full;
2671 	GSource* function(gint fd, GIOCondition condition) c_g_unix_fd_source_new;
2672 
2673 	// glib.WindowsUtils
2674 
2675 	gchar* function(gint error) c_g_win32_error_message;
2676 	gchar* function() c_g_win32_getlocale;
2677 	gchar* function(gchar* p, gchar* dllName) c_g_win32_get_package_installation_directory;
2678 	gchar* function(void* hmodule) c_g_win32_get_package_installation_directory_of_module;
2679 	gchar* function(gchar* p, gchar* dllName, gchar* subdir) c_g_win32_get_package_installation_subdirectory;
2680 	guint function() c_g_win32_get_windows_version;
2681 	gchar* function(gchar* utf8filename) c_g_win32_locale_filename_from_utf8;
2682 
2683 	// glib.ListG
2684 
2685 	GList* function(GList* list, void* data) c_g_list_append;
2686 	GList* function(GList* list, void* data) c_g_list_prepend;
2687 	GList* function(GList* list, void* data, gint position) c_g_list_insert;
2688 	GList* function(GList* list, GList* sibling, void* data) c_g_list_insert_before;
2689 	GList* function(GList* list, void* data, GCompareFunc func) c_g_list_insert_sorted;
2690 	GList* function(GList* list, void* data) c_g_list_remove;
2691 	GList* function(GList* list, GList* llink) c_g_list_remove_link;
2692 	GList* function(GList* list, GList* link) c_g_list_delete_link;
2693 	GList* function(GList* list, void* data) c_g_list_remove_all;
2694 	void function(GList* list) c_g_list_free;
2695 	void function(GList* list, GDestroyNotify freeFunc) c_g_list_free_full;
2696 	GList* function() c_g_list_alloc;
2697 	void function(GList* list) c_g_list_free_1;
2698 	guint function(GList* list) c_g_list_length;
2699 	GList* function(GList* list) c_g_list_copy;
2700 	GList* function(GList* list, GCopyFunc func, void* userData) c_g_list_copy_deep;
2701 	GList* function(GList* list) c_g_list_reverse;
2702 	GList* function(GList* list, GCompareFunc compareFunc) c_g_list_sort;
2703 	GList* function(GList* list, void* data, GCompareDataFunc func, void* userData) c_g_list_insert_sorted_with_data;
2704 	GList* function(GList* list, GCompareDataFunc compareFunc, void* userData) c_g_list_sort_with_data;
2705 	GList* function(GList* list1, GList* list2) c_g_list_concat;
2706 	void function(GList* list, GFunc func, void* userData) c_g_list_foreach;
2707 	GList* function(GList* list) c_g_list_first;
2708 	GList* function(GList* list) c_g_list_last;
2709 	GList* function(GList* list, guint n) c_g_list_nth;
2710 	gpointer function(GList* list, guint n) c_g_list_nth_data;
2711 	GList* function(GList* list, guint n) c_g_list_nth_prev;
2712 	GList* function(GList* list, void* data) c_g_list_find;
2713 	GList* function(GList* list, void* data, GCompareFunc func) c_g_list_find_custom;
2714 	gint function(GList* list, GList* llink) c_g_list_position;
2715 	gint function(GList* list, void* data) c_g_list_index;
2716 
2717 	// glib.ListSG
2718 
2719 	GSList* function() c_g_slist_alloc;
2720 	GSList* function(GSList* list, void* data) c_g_slist_append;
2721 	GSList* function(GSList* list, void* data) c_g_slist_prepend;
2722 	GSList* function(GSList* list, void* data, gint position) c_g_slist_insert;
2723 	GSList* function(GSList* slist, GSList* sibling, void* data) c_g_slist_insert_before;
2724 	GSList* function(GSList* list, void* data, GCompareFunc func) c_g_slist_insert_sorted;
2725 	GSList* function(GSList* list, void* data) c_g_slist_remove;
2726 	GSList* function(GSList* list, GSList* link) c_g_slist_remove_link;
2727 	GSList* function(GSList* list, GSList* link) c_g_slist_delete_link;
2728 	GSList* function(GSList* list, void* data) c_g_slist_remove_all;
2729 	void function(GSList* list) c_g_slist_free;
2730 	void function(GSList* list, GDestroyNotify freeFunc) c_g_slist_free_full;
2731 	void function(GSList* list) c_g_slist_free_1;
2732 	guint function(GSList* list) c_g_slist_length;
2733 	GSList* function(GSList* list) c_g_slist_copy;
2734 	GSList* function(GSList* list, GCopyFunc func, void* userData) c_g_slist_copy_deep;
2735 	GSList* function(GSList* list) c_g_slist_reverse;
2736 	GSList* function(GSList* list, void* data, GCompareDataFunc func, void* userData) c_g_slist_insert_sorted_with_data;
2737 	GSList* function(GSList* list, GCompareFunc compareFunc) c_g_slist_sort;
2738 	GSList* function(GSList* list, GCompareDataFunc compareFunc, void* userData) c_g_slist_sort_with_data;
2739 	GSList* function(GSList* list1, GSList* list2) c_g_slist_concat;
2740 	void function(GSList* list, GFunc func, void* userData) c_g_slist_foreach;
2741 	GSList* function(GSList* list) c_g_slist_last;
2742 	GSList* function(GSList* list, guint n) c_g_slist_nth;
2743 	gpointer function(GSList* list, guint n) c_g_slist_nth_data;
2744 	GSList* function(GSList* list, void* data) c_g_slist_find;
2745 	GSList* function(GSList* list, void* data, GCompareFunc func) c_g_slist_find_custom;
2746 	gint function(GSList* list, GSList* llink) c_g_slist_position;
2747 	gint function(GSList* list, void* data) c_g_slist_index;
2748 
2749 	// glib.QueueG
2750 
2751 	GQueue* function() c_g_queue_new;
2752 	void function(GQueue* queue) c_g_queue_free;
2753 	void function(GQueue* queue, GDestroyNotify freeFunc) c_g_queue_free_full;
2754 	void function(GQueue* queue) c_g_queue_init;
2755 	void function(GQueue* queue) c_g_queue_clear;
2756 	gboolean function(GQueue* queue) c_g_queue_is_empty;
2757 	guint function(GQueue* queue) c_g_queue_get_length;
2758 	void function(GQueue* queue) c_g_queue_reverse;
2759 	GQueue* function(GQueue* queue) c_g_queue_copy;
2760 	void function(GQueue* queue, GFunc func, void* userData) c_g_queue_foreach;
2761 	GList* function(GQueue* queue, void* data) c_g_queue_find;
2762 	GList* function(GQueue* queue, void* data, GCompareFunc func) c_g_queue_find_custom;
2763 	void function(GQueue* queue, GCompareDataFunc compareFunc, void* userData) c_g_queue_sort;
2764 	void function(GQueue* queue, void* data) c_g_queue_push_head;
2765 	void function(GQueue* queue, void* data) c_g_queue_push_tail;
2766 	void function(GQueue* queue, void* data, gint n) c_g_queue_push_nth;
2767 	gpointer function(GQueue* queue) c_g_queue_pop_head;
2768 	gpointer function(GQueue* queue) c_g_queue_pop_tail;
2769 	gpointer function(GQueue* queue, guint n) c_g_queue_pop_nth;
2770 	gpointer function(GQueue* queue) c_g_queue_peek_head;
2771 	gpointer function(GQueue* queue) c_g_queue_peek_tail;
2772 	gpointer function(GQueue* queue, guint n) c_g_queue_peek_nth;
2773 	gint function(GQueue* queue, void* data) c_g_queue_index;
2774 	gboolean function(GQueue* queue, void* data) c_g_queue_remove;
2775 	guint function(GQueue* queue, void* data) c_g_queue_remove_all;
2776 	void function(GQueue* queue, GList* sibling, void* data) c_g_queue_insert_before;
2777 	void function(GQueue* queue, GList* sibling, void* data) c_g_queue_insert_after;
2778 	void function(GQueue* queue, void* data, GCompareDataFunc func, void* userData) c_g_queue_insert_sorted;
2779 	void function(GQueue* queue, GList* link) c_g_queue_push_head_link;
2780 	void function(GQueue* queue, GList* link) c_g_queue_push_tail_link;
2781 	void function(GQueue* queue, gint n, GList* link) c_g_queue_push_nth_link;
2782 	GList* function(GQueue* queue) c_g_queue_pop_head_link;
2783 	GList* function(GQueue* queue) c_g_queue_pop_tail_link;
2784 	GList* function(GQueue* queue, guint n) c_g_queue_pop_nth_link;
2785 	GList* function(GQueue* queue) c_g_queue_peek_head_link;
2786 	GList* function(GQueue* queue) c_g_queue_peek_tail_link;
2787 	GList* function(GQueue* queue, guint n) c_g_queue_peek_nth_link;
2788 	gint function(GQueue* queue, GList* link) c_g_queue_link_index;
2789 	void function(GQueue* queue, GList* link) c_g_queue_unlink;
2790 	void function(GQueue* queue, GList* link) c_g_queue_delete_link;
2791 
2792 	// glib.Sequence
2793 
2794 	GSequence* function(GDestroyNotify dataDestroy) c_g_sequence_new;
2795 	void function(GSequence* seq) c_g_sequence_free;
2796 	gint function(GSequence* seq) c_g_sequence_get_length;
2797 	void function(GSequence* seq, GFunc func, void* userData) c_g_sequence_foreach;
2798 	void function(GSequenceIter* begin, GSequenceIter* end, GFunc func, void* userData) c_g_sequence_foreach_range;
2799 	void function(GSequence* seq, GCompareDataFunc cmpFunc, void* cmpData) c_g_sequence_sort;
2800 	void function(GSequence* seq, GSequenceIterCompareFunc cmpFunc, void* cmpData) c_g_sequence_sort_iter;
2801 	GSequenceIter* function(GSequence* seq) c_g_sequence_get_begin_iter;
2802 	GSequenceIter* function(GSequence* seq) c_g_sequence_get_end_iter;
2803 	GSequenceIter* function(GSequence* seq, gint pos) c_g_sequence_get_iter_at_pos;
2804 	GSequenceIter* function(GSequence* seq, void* data) c_g_sequence_append;
2805 	GSequenceIter* function(GSequence* seq, void* data) c_g_sequence_prepend;
2806 	GSequenceIter* function(GSequenceIter* iter, void* data) c_g_sequence_insert_before;
2807 	void function(GSequenceIter* src, GSequenceIter* dest) c_g_sequence_move;
2808 	void function(GSequenceIter* a, GSequenceIter* b) c_g_sequence_swap;
2809 	GSequenceIter* function(GSequence* seq, void* data, GCompareDataFunc cmpFunc, void* cmpData) c_g_sequence_insert_sorted;
2810 	GSequenceIter* function(GSequence* seq, void* data, GSequenceIterCompareFunc iterCmp, void* cmpData) c_g_sequence_insert_sorted_iter;
2811 	void function(GSequenceIter* iter, GCompareDataFunc cmpFunc, void* cmpData) c_g_sequence_sort_changed;
2812 	void function(GSequenceIter* iter, GSequenceIterCompareFunc iterCmp, void* cmpData) c_g_sequence_sort_changed_iter;
2813 	void function(GSequenceIter* iter) c_g_sequence_remove;
2814 	void function(GSequenceIter* begin, GSequenceIter* end) c_g_sequence_remove_range;
2815 	void function(GSequenceIter* dest, GSequenceIter* begin, GSequenceIter* end) c_g_sequence_move_range;
2816 	GSequenceIter* function(GSequence* seq, void* data, GCompareDataFunc cmpFunc, void* cmpData) c_g_sequence_search;
2817 	GSequenceIter* function(GSequence* seq, void* data, GSequenceIterCompareFunc iterCmp, void* cmpData) c_g_sequence_search_iter;
2818 	GSequenceIter* function(GSequence* seq, void* data, GCompareDataFunc cmpFunc, void* cmpData) c_g_sequence_lookup;
2819 	GSequenceIter* function(GSequence* seq, void* data, GSequenceIterCompareFunc iterCmp, void* cmpData) c_g_sequence_lookup_iter;
2820 	gpointer function(GSequenceIter* iter) c_g_sequence_get;
2821 	void function(GSequenceIter* iter, void* data) c_g_sequence_set;
2822 	GSequenceIter* function(GSequenceIter* begin, GSequenceIter* end) c_g_sequence_range_get_midpoint;
2823 
2824 	// glib.SequenceIter
2825 
2826 	gboolean function(GSequenceIter* iter) c_g_sequence_iter_is_begin;
2827 	gboolean function(GSequenceIter* iter) c_g_sequence_iter_is_end;
2828 	GSequenceIter* function(GSequenceIter* iter) c_g_sequence_iter_next;
2829 	GSequenceIter* function(GSequenceIter* iter) c_g_sequence_iter_prev;
2830 	gint function(GSequenceIter* iter) c_g_sequence_iter_get_position;
2831 	GSequenceIter* function(GSequenceIter* iter, gint delta) c_g_sequence_iter_move;
2832 	GSequence* function(GSequenceIter* iter) c_g_sequence_iter_get_sequence;
2833 	gint function(GSequenceIter* a, GSequenceIter* b) c_g_sequence_iter_compare;
2834 
2835 	// glib.TrashStack
2836 
2837 	void function(GTrashStack** stackP, void* dataP) c_g_trash_stack_push;
2838 	gpointer function(GTrashStack** stackP) c_g_trash_stack_pop;
2839 	gpointer function(GTrashStack** stackP) c_g_trash_stack_peek;
2840 	guint function(GTrashStack** stackP) c_g_trash_stack_height;
2841 
2842 	// glib.HashTable
2843 
2844 	GHashTable* function(GHashFunc hashFunc, GEqualFunc keyEqualFunc) c_g_hash_table_new;
2845 	GHashTable* function(GHashFunc hashFunc, GEqualFunc keyEqualFunc, GDestroyNotify keyDestroyFunc, GDestroyNotify valueDestroyFunc) c_g_hash_table_new_full;
2846 	void function(GHashTable* hashTable, void* key, void* value) c_g_hash_table_insert;
2847 	void function(GHashTable* hashTable, void* key, void* value) c_g_hash_table_replace;
2848 	void function(GHashTable* hashTable, void* key) c_g_hash_table_add;
2849 	gboolean function(GHashTable* hashTable, void* key) c_g_hash_table_contains;
2850 	guint function(GHashTable* hashTable) c_g_hash_table_size;
2851 	gpointer function(GHashTable* hashTable, void* key) c_g_hash_table_lookup;
2852 	gboolean function(GHashTable* hashTable, void* lookupKey, void** origKey, void** value) c_g_hash_table_lookup_extended;
2853 	void function(GHashTable* hashTable, GHFunc func, void* userData) c_g_hash_table_foreach;
2854 	gpointer function(GHashTable* hashTable, GHRFunc predicate, void* userData) c_g_hash_table_find;
2855 	gboolean function(GHashTable* hashTable, void* key) c_g_hash_table_remove;
2856 	gboolean function(GHashTable* hashTable, void* key) c_g_hash_table_steal;
2857 	guint function(GHashTable* hashTable, GHRFunc func, void* userData) c_g_hash_table_foreach_remove;
2858 	guint function(GHashTable* hashTable, GHRFunc func, void* userData) c_g_hash_table_foreach_steal;
2859 	void function(GHashTable* hashTable) c_g_hash_table_remove_all;
2860 	void function(GHashTable* hashTable) c_g_hash_table_steal_all;
2861 	GList* function(GHashTable* hashTable) c_g_hash_table_get_keys;
2862 	GList* function(GHashTable* hashTable) c_g_hash_table_get_values;
2863 	void function(GHashTable* hashTable) c_g_hash_table_destroy;
2864 	GHashTable* function(GHashTable* hashTable) c_g_hash_table_ref;
2865 	void function(GHashTable* hashTable) c_g_hash_table_unref;
2866 	gboolean function(void* v1, void* v2) c_g_direct_equal;
2867 	guint function(void* v) c_g_direct_hash;
2868 	gboolean function(void* v1, void* v2) c_g_int_equal;
2869 	guint function(void* v) c_g_int_hash;
2870 	gboolean function(void* v1, void* v2) c_g_int64_equal;
2871 	guint function(void* v) c_g_int64_hash;
2872 	gboolean function(void* v1, void* v2) c_g_double_equal;
2873 	guint function(void* v) c_g_double_hash;
2874 	gboolean function(void* v1, void* v2) c_g_str_equal;
2875 	guint function(void* v) c_g_str_hash;
2876 
2877 	// glib.HashTableIter
2878 
2879 	void function(GHashTableIter* iter, GHashTable* hashTable) c_g_hash_table_iter_init;
2880 	gboolean function(GHashTableIter* iter, void** key, void** value) c_g_hash_table_iter_next;
2881 	GHashTable* function(GHashTableIter* iter) c_g_hash_table_iter_get_hash_table;
2882 	void function(GHashTableIter* iter, void* value) c_g_hash_table_iter_replace;
2883 	void function(GHashTableIter* iter) c_g_hash_table_iter_remove;
2884 	void function(GHashTableIter* iter) c_g_hash_table_iter_steal;
2885 
2886 	// glib.StringG
2887 
2888 	GString* function(gchar* init) c_g_string_new;
2889 	GString* function(gchar* init, gssize len) c_g_string_new_len;
2890 	GString* function(gsize dflSize) c_g_string_sized_new;
2891 	GString* function(GString* string, gchar* rval) c_g_string_assign;
2892 	void function(GString* string, gchar* format, va_list args) c_g_string_vprintf;
2893 	void function(GString* string, gchar* format, va_list args) c_g_string_append_vprintf;
2894 	void function(GString* string, gchar* format, ... ) c_g_string_printf;
2895 	void function(GString* string, gchar* format, ... ) c_g_string_append_printf;
2896 	GString* function(GString* string, gchar* val) c_g_string_append;
2897 	GString* function(GString* string, gchar c) c_g_string_append_c;
2898 	GString* function(GString* string, gunichar wc) c_g_string_append_unichar;
2899 	GString* function(GString* string, gchar* val, gssize len) c_g_string_append_len;
2900 	GString* function(GString* string, gchar* unescaped, gchar* reservedCharsAllowed, gboolean allowUtf8) c_g_string_append_uri_escaped;
2901 	GString* function(GString* string, gchar* val) c_g_string_prepend;
2902 	GString* function(GString* string, gchar c) c_g_string_prepend_c;
2903 	GString* function(GString* string, gunichar wc) c_g_string_prepend_unichar;
2904 	GString* function(GString* string, gchar* val, gssize len) c_g_string_prepend_len;
2905 	GString* function(GString* string, gssize pos, gchar* val) c_g_string_insert;
2906 	GString* function(GString* string, gssize pos, gchar c) c_g_string_insert_c;
2907 	GString* function(GString* string, gssize pos, gunichar wc) c_g_string_insert_unichar;
2908 	GString* function(GString* string, gssize pos, gchar* val, gssize len) c_g_string_insert_len;
2909 	GString* function(GString* string, gsize pos, gchar* val) c_g_string_overwrite;
2910 	GString* function(GString* string, gsize pos, gchar* val, gssize len) c_g_string_overwrite_len;
2911 	GString* function(GString* string, gssize pos, gssize len) c_g_string_erase;
2912 	GString* function(GString* string, gsize len) c_g_string_truncate;
2913 	GString* function(GString* string, gsize len) c_g_string_set_size;
2914 	gchar* function(GString* string, gboolean freeSegment) c_g_string_free;
2915 	GBytes* function(GString* string) c_g_string_free_to_bytes;
2916 	GString* function(GString* string) c_g_string_up;
2917 	GString* function(GString* string) c_g_string_down;
2918 	guint function(GString* str) c_g_string_hash;
2919 	gboolean function(GString* v, GString* v2) c_g_string_equal;
2920 
2921 	// glib.StringGChunk
2922 
2923 	GStringChunk* function(gsize size) c_g_string_chunk_new;
2924 	gchar* function(GStringChunk* chunk, gchar* string) c_g_string_chunk_insert;
2925 	gchar* function(GStringChunk* chunk, gchar* string) c_g_string_chunk_insert_const;
2926 	gchar* function(GStringChunk* chunk, gchar* string, gssize len) c_g_string_chunk_insert_len;
2927 	void function(GStringChunk* chunk) c_g_string_chunk_clear;
2928 	void function(GStringChunk* chunk) c_g_string_chunk_free;
2929 
2930 	// glib.ArrayG
2931 
2932 	GArray* function(gboolean zeroTerminated, gboolean clear, guint elementSize) c_g_array_new;
2933 	GArray* function(gboolean zeroTerminated, gboolean clear, guint elementSize, guint reservedSize) c_g_array_sized_new;
2934 	GArray* function(GArray* array) c_g_array_ref;
2935 	void function(GArray* array) c_g_array_unref;
2936 	guint function(GArray* array) c_g_array_get_element_size;
2937 	GArray* function(GArray* array, void* data, guint len) c_g_array_append_vals;
2938 	GArray* function(GArray* array, void* data, guint len) c_g_array_prepend_vals;
2939 	GArray* function(GArray* array, guint index, void* data, guint len) c_g_array_insert_vals;
2940 	GArray* function(GArray* array, guint index) c_g_array_remove_index;
2941 	GArray* function(GArray* array, guint index) c_g_array_remove_index_fast;
2942 	GArray* function(GArray* array, guint index, guint length) c_g_array_remove_range;
2943 	void function(GArray* array, GCompareFunc compareFunc) c_g_array_sort;
2944 	void function(GArray* array, GCompareDataFunc compareFunc, void* userData) c_g_array_sort_with_data;
2945 	GArray* function(GArray* array, guint length) c_g_array_set_size;
2946 	void function(GArray* array, GDestroyNotify clearFunc) c_g_array_set_clear_func;
2947 	gchar* function(GArray* array, gboolean freeSegment) c_g_array_free;
2948 
2949 	// glib.PtrArray
2950 
2951 	GPtrArray* function() c_g_ptr_array_new;
2952 	GPtrArray* function(guint reservedSize) c_g_ptr_array_sized_new;
2953 	GPtrArray* function(GDestroyNotify elementFreeFunc) c_g_ptr_array_new_with_free_func;
2954 	GPtrArray* function(guint reservedSize, GDestroyNotify elementFreeFunc) c_g_ptr_array_new_full;
2955 	void function(GPtrArray* array, GDestroyNotify elementFreeFunc) c_g_ptr_array_set_free_func;
2956 	GPtrArray* function(GPtrArray* array) c_g_ptr_array_ref;
2957 	void function(GPtrArray* array) c_g_ptr_array_unref;
2958 	void function(GPtrArray* array, void* data) c_g_ptr_array_add;
2959 	gboolean function(GPtrArray* array, void* data) c_g_ptr_array_remove;
2960 	gpointer function(GPtrArray* array, guint index) c_g_ptr_array_remove_index;
2961 	gboolean function(GPtrArray* array, void* data) c_g_ptr_array_remove_fast;
2962 	gpointer function(GPtrArray* array, guint index) c_g_ptr_array_remove_index_fast;
2963 	void function(GPtrArray* array, guint index, guint length) c_g_ptr_array_remove_range;
2964 	void function(GPtrArray* array, GCompareFunc compareFunc) c_g_ptr_array_sort;
2965 	void function(GPtrArray* array, GCompareDataFunc compareFunc, void* userData) c_g_ptr_array_sort_with_data;
2966 	void function(GPtrArray* array, gint length) c_g_ptr_array_set_size;
2967 	gpointer* function(GPtrArray* array, gboolean freeSeg) c_g_ptr_array_free;
2968 	void function(GPtrArray* array, GFunc func, void* userData) c_g_ptr_array_foreach;
2969 
2970 	// glib.ByteArray
2971 
2972 	GByteArray* function() c_g_byte_array_new;
2973 	GByteArray* function(guint8* data, gsize len) c_g_byte_array_new_take;
2974 	GByteArray* function(guint reservedSize) c_g_byte_array_sized_new;
2975 	GByteArray* function(GByteArray* array) c_g_byte_array_ref;
2976 	void function(GByteArray* array) c_g_byte_array_unref;
2977 	GByteArray* function(GByteArray* array, guint8* data, guint len) c_g_byte_array_append;
2978 	GByteArray* function(GByteArray* array, guint8* data, guint len) c_g_byte_array_prepend;
2979 	GByteArray* function(GByteArray* array, guint index) c_g_byte_array_remove_index;
2980 	GByteArray* function(GByteArray* array, guint index) c_g_byte_array_remove_index_fast;
2981 	GByteArray* function(GByteArray* array, guint index, guint length) c_g_byte_array_remove_range;
2982 	void function(GByteArray* array, GCompareFunc compareFunc) c_g_byte_array_sort;
2983 	void function(GByteArray* array, GCompareDataFunc compareFunc, void* userData) c_g_byte_array_sort_with_data;
2984 	GByteArray* function(GByteArray* array, guint length) c_g_byte_array_set_size;
2985 	guint8* function(GByteArray* array, gboolean freeSegment) c_g_byte_array_free;
2986 	GBytes* function(GByteArray* array) c_g_byte_array_free_to_bytes;
2987 
2988 	// glib.Bytes
2989 
2990 	GBytes* function(void* data, gsize size) c_g_bytes_new;
2991 	GBytes* function(void* data, gsize size) c_g_bytes_new_take;
2992 	GBytes* function(void* data, gsize size) c_g_bytes_new_static;
2993 	GBytes* function(void* data, gsize size, GDestroyNotify freeFunc, void* userData) c_g_bytes_new_with_free_func;
2994 	GBytes* function(GBytes* bytes, gsize offset, gsize length) c_g_bytes_new_from_bytes;
2995 	void* function(GBytes* bytes, gsize* size) c_g_bytes_get_data;
2996 	gsize function(GBytes* bytes) c_g_bytes_get_size;
2997 	guint function(void* bytes) c_g_bytes_hash;
2998 	gboolean function(void* bytes1, void* bytes2) c_g_bytes_equal;
2999 	gint function(void* bytes1, void* bytes2) c_g_bytes_compare;
3000 	GBytes* function(GBytes* bytes) c_g_bytes_ref;
3001 	void function(GBytes* bytes) c_g_bytes_unref;
3002 	void* function(GBytes* bytes, gsize* size) c_g_bytes_unref_to_data;
3003 	GByteArray* function(GBytes* bytes) c_g_bytes_unref_to_array;
3004 
3005 	// glib.BBTree
3006 
3007 	GTree* function(GCompareFunc keyCompareFunc) c_g_tree_new;
3008 	GTree* function(GTree* tree) c_g_tree_ref;
3009 	void function(GTree* tree) c_g_tree_unref;
3010 	GTree* function(GCompareDataFunc keyCompareFunc, void* keyCompareData) c_g_tree_new_with_data;
3011 	GTree* function(GCompareDataFunc keyCompareFunc, void* keyCompareData, GDestroyNotify keyDestroyFunc, GDestroyNotify valueDestroyFunc) c_g_tree_new_full;
3012 	void function(GTree* tree, void* key, void* value) c_g_tree_insert;
3013 	void function(GTree* tree, void* key, void* value) c_g_tree_replace;
3014 	gint function(GTree* tree) c_g_tree_nnodes;
3015 	gint function(GTree* tree) c_g_tree_height;
3016 	gpointer function(GTree* tree, void* key) c_g_tree_lookup;
3017 	gboolean function(GTree* tree, void* lookupKey, void** origKey, void** value) c_g_tree_lookup_extended;
3018 	void function(GTree* tree, GTraverseFunc func, void* userData) c_g_tree_foreach;
3019 	void function(GTree* tree, GTraverseFunc traverseFunc, GTraverseType traverseType, void* userData) c_g_tree_traverse;
3020 	gpointer function(GTree* tree, GCompareFunc searchFunc, void* userData) c_g_tree_search;
3021 	gboolean function(GTree* tree, void* key) c_g_tree_remove;
3022 	gboolean function(GTree* tree, void* key) c_g_tree_steal;
3023 	void function(GTree* tree) c_g_tree_destroy;
3024 
3025 	// glib.Node
3026 
3027 	GNode* function(void* data) c_g_node_new;
3028 	GNode* function(GNode* node) c_g_node_copy;
3029 	GNode* function(GNode* node, GCopyFunc copyFunc, void* data) c_g_node_copy_deep;
3030 	GNode* function(GNode* parent, gint position, GNode* node) c_g_node_insert;
3031 	GNode* function(GNode* parent, GNode* sibling, GNode* node) c_g_node_insert_before;
3032 	GNode* function(GNode* parent, GNode* sibling, GNode* node) c_g_node_insert_after;
3033 	GNode* function(GNode* parent, GNode* node) c_g_node_prepend;
3034 	void function(GNode* node) c_g_node_reverse_children;
3035 	void function(GNode* root, GTraverseType order, GTraverseFlags flags, gint maxDepth, GNodeTraverseFunc func, void* data) c_g_node_traverse;
3036 	void function(GNode* node, GTraverseFlags flags, GNodeForeachFunc func, void* data) c_g_node_children_foreach;
3037 	GNode* function(GNode* node) c_g_node_get_root;
3038 	GNode* function(GNode* root, GTraverseType order, GTraverseFlags flags, void* data) c_g_node_find;
3039 	GNode* function(GNode* node, GTraverseFlags flags, void* data) c_g_node_find_child;
3040 	gint function(GNode* node, void* data) c_g_node_child_index;
3041 	gint function(GNode* node, GNode* child) c_g_node_child_position;
3042 	GNode* function(GNode* node) c_g_node_last_child;
3043 	GNode* function(GNode* node, guint n) c_g_node_nth_child;
3044 	GNode* function(GNode* node) c_g_node_first_sibling;
3045 	GNode* function(GNode* node) c_g_node_last_sibling;
3046 	guint function(GNode* node) c_g_node_depth;
3047 	guint function(GNode* root, GTraverseFlags flags) c_g_node_n_nodes;
3048 	guint function(GNode* node) c_g_node_n_children;
3049 	gboolean function(GNode* node, GNode* descendant) c_g_node_is_ancestor;
3050 	guint function(GNode* root) c_g_node_max_height;
3051 	void function(GNode* node) c_g_node_unlink;
3052 	void function(GNode* root) c_g_node_destroy;
3053 
3054 	// glib.Quark
3055 
3056 	GQuark function(gchar* string) c_g_quark_from_string;
3057 	GQuark function(gchar* string) c_g_quark_from_static_string;
3058 	gchar* function(GQuark quark) c_g_quark_to_string;
3059 	GQuark function(gchar* string) c_g_quark_try_string;
3060 	gchar* function(gchar* string) c_g_intern_string;
3061 	gchar* function(gchar* string) c_g_intern_static_string;
3062 
3063 	// glib.DataList
3064 
3065 	void function(GData** datalist) c_g_datalist_init;
3066 	void function(GData** datalist, GQuark keyId, void* data, GDestroyNotify destroyFunc) c_g_datalist_id_set_data_full;
3067 	gpointer function(GData** datalist, GQuark keyId) c_g_datalist_id_get_data;
3068 	gpointer function(GData** datalist, GQuark keyId) c_g_datalist_id_remove_no_notify;
3069 	gpointer function(GData** datalist, GQuark keyId, GDuplicateFunc dupFunc, void* userData) c_g_datalist_id_dup_data;
3070 	gboolean function(GData** datalist, GQuark keyId, void* oldval, void* newval, GDestroyNotify destroy, GDestroyNotify* oldDestroy) c_g_datalist_id_replace_data;
3071 	gpointer function(GData** datalist, gchar* key) c_g_datalist_get_data;
3072 	void function(GData** datalist, GDataForeachFunc func, void* userData) c_g_datalist_foreach;
3073 	void function(GData** datalist) c_g_datalist_clear;
3074 	void function(GData** datalist, guint flags) c_g_datalist_set_flags;
3075 	void function(GData** datalist, guint flags) c_g_datalist_unset_flags;
3076 	guint function(GData** datalist) c_g_datalist_get_flags;
3077 
3078 	// glib.Dataset
3079 
3080 	void function(void* datasetLocation, GQuark keyId, void* data, GDestroyNotify destroyFunc) c_g_dataset_id_set_data_full;
3081 	gpointer function(void* datasetLocation, GQuark keyId) c_g_dataset_id_get_data;
3082 	gpointer function(void* datasetLocation, GQuark keyId) c_g_dataset_id_remove_no_notify;
3083 	void function(void* datasetLocation, GDataForeachFunc func, void* userData) c_g_dataset_foreach;
3084 	void function(void* datasetLocation) c_g_dataset_destroy;
3085 
3086 	// glib.VariantType
3087 
3088 	void function(GVariantType* type) c_g_variant_type_free;
3089 	GVariantType* function(GVariantType* type) c_g_variant_type_copy;
3090 	GVariantType* function(gchar* typeString) c_g_variant_type_new;
3091 	gboolean function(gchar* typeString) c_g_variant_type_string_is_valid;
3092 	gboolean function(gchar* str, gchar* limit, gchar** endptr) c_g_variant_type_string_scan;
3093 	gsize function(GVariantType* type) c_g_variant_type_get_string_length;
3094 	gchar* function(GVariantType* type) c_g_variant_type_peek_string;
3095 	gchar* function(GVariantType* type) c_g_variant_type_dup_string;
3096 	gboolean function(GVariantType* type) c_g_variant_type_is_definite;
3097 	gboolean function(GVariantType* type) c_g_variant_type_is_container;
3098 	gboolean function(GVariantType* type) c_g_variant_type_is_basic;
3099 	gboolean function(GVariantType* type) c_g_variant_type_is_maybe;
3100 	gboolean function(GVariantType* type) c_g_variant_type_is_array;
3101 	gboolean function(GVariantType* type) c_g_variant_type_is_tuple;
3102 	gboolean function(GVariantType* type) c_g_variant_type_is_dict_entry;
3103 	gboolean function(GVariantType* type) c_g_variant_type_is_variant;
3104 	guint function(void* type) c_g_variant_type_hash;
3105 	gboolean function(void* type1, void* type2) c_g_variant_type_equal;
3106 	gboolean function(GVariantType* type, GVariantType* supertype) c_g_variant_type_is_subtype_of;
3107 	GVariantType* function(GVariantType* element) c_g_variant_type_new_maybe;
3108 	GVariantType* function(GVariantType* element) c_g_variant_type_new_array;
3109 	GVariantType* function(GVariantType** items, gint length) c_g_variant_type_new_tuple;
3110 	GVariantType* function(GVariantType* key, GVariantType* value) c_g_variant_type_new_dict_entry;
3111 	GVariantType* function(GVariantType* type) c_g_variant_type_element;
3112 	gsize function(GVariantType* type) c_g_variant_type_n_items;
3113 	GVariantType* function(GVariantType* type) c_g_variant_type_first;
3114 	GVariantType* function(GVariantType* type) c_g_variant_type_next;
3115 	GVariantType* function(GVariantType* type) c_g_variant_type_key;
3116 	GVariantType* function(GVariantType* type) c_g_variant_type_value;
3117 
3118 	// glib.Variant
3119 
3120 	void function(GVariant* value) c_g_variant_unref;
3121 	GVariant* function(GVariant* value) c_g_variant_ref;
3122 	GVariant* function(GVariant* value) c_g_variant_ref_sink;
3123 	gboolean function(GVariant* value) c_g_variant_is_floating;
3124 	GVariant* function(GVariant* value) c_g_variant_take_ref;
3125 	GVariantType* function(GVariant* value) c_g_variant_get_type;
3126 	gchar* function(GVariant* value) c_g_variant_get_type_string;
3127 	gboolean function(GVariant* value, GVariantType* type) c_g_variant_is_of_type;
3128 	gboolean function(GVariant* value) c_g_variant_is_container;
3129 	gint function(void* one, void* two) c_g_variant_compare;
3130 	GVariantClass function(GVariant* value) c_g_variant_classify;
3131 	gboolean function(GVariant* value, gchar* formatString, gboolean copyOnly) c_g_variant_check_format_string;
3132 	void function(GVariant* value, gchar* formatString, ... ) c_g_variant_get;
3133 	void function(GVariant* value, gchar* formatString, gchar** endptr, va_list* app) c_g_variant_get_va;
3134 	GVariant* function(gchar* formatString, ... ) c_g_variant_new;
3135 	GVariant* function(gchar* formatString, gchar** endptr, va_list* app) c_g_variant_new_va;
3136 	GVariant* function(gboolean value) c_g_variant_new_boolean;
3137 	GVariant* function(guchar value) c_g_variant_new_byte;
3138 	GVariant* function(gint16 value) c_g_variant_new_int16;
3139 	GVariant* function(guint16 value) c_g_variant_new_uint16;
3140 	GVariant* function(gint32 value) c_g_variant_new_int32;
3141 	GVariant* function(guint32 value) c_g_variant_new_uint32;
3142 	GVariant* function(gint64 value) c_g_variant_new_int64;
3143 	GVariant* function(guint64 value) c_g_variant_new_uint64;
3144 	GVariant* function(gint32 value) c_g_variant_new_handle;
3145 	GVariant* function(gdouble value) c_g_variant_new_double;
3146 	GVariant* function(gchar* string) c_g_variant_new_string;
3147 	GVariant* function(gchar* string) c_g_variant_new_take_string;
3148 	GVariant* function(gchar* formatString, ... ) c_g_variant_new_printf;
3149 	GVariant* function(gchar* objectPath) c_g_variant_new_object_path;
3150 	gboolean function(gchar* string) c_g_variant_is_object_path;
3151 	GVariant* function(gchar* signature) c_g_variant_new_signature;
3152 	gboolean function(gchar* string) c_g_variant_is_signature;
3153 	GVariant* function(GVariant* value) c_g_variant_new_variant;
3154 	GVariant* function(gchar** strv, gssize length) c_g_variant_new_strv;
3155 	GVariant* function(gchar** strv, gssize length) c_g_variant_new_objv;
3156 	GVariant* function(gchar* string) c_g_variant_new_bytestring;
3157 	GVariant* function(gchar** strv, gssize length) c_g_variant_new_bytestring_array;
3158 	gboolean function(GVariant* value) c_g_variant_get_boolean;
3159 	guchar function(GVariant* value) c_g_variant_get_byte;
3160 	gint16 function(GVariant* value) c_g_variant_get_int16;
3161 	guint16 function(GVariant* value) c_g_variant_get_uint16;
3162 	gint32 function(GVariant* value) c_g_variant_get_int32;
3163 	guint32 function(GVariant* value) c_g_variant_get_uint32;
3164 	gint64 function(GVariant* value) c_g_variant_get_int64;
3165 	guint64 function(GVariant* value) c_g_variant_get_uint64;
3166 	gint32 function(GVariant* value) c_g_variant_get_handle;
3167 	gdouble function(GVariant* value) c_g_variant_get_double;
3168 	gchar* function(GVariant* value, gsize* length) c_g_variant_get_string;
3169 	gchar* function(GVariant* value, gsize* length) c_g_variant_dup_string;
3170 	GVariant* function(GVariant* value) c_g_variant_get_variant;
3171 	gchar** function(GVariant* value, gsize* length) c_g_variant_get_strv;
3172 	gchar** function(GVariant* value, gsize* length) c_g_variant_dup_strv;
3173 	gchar** function(GVariant* value, gsize* length) c_g_variant_get_objv;
3174 	gchar** function(GVariant* value, gsize* length) c_g_variant_dup_objv;
3175 	gchar* function(GVariant* value) c_g_variant_get_bytestring;
3176 	gchar* function(GVariant* value, gsize* length) c_g_variant_dup_bytestring;
3177 	gchar** function(GVariant* value, gsize* length) c_g_variant_get_bytestring_array;
3178 	gchar** function(GVariant* value, gsize* length) c_g_variant_dup_bytestring_array;
3179 	GVariant* function(GVariantType* childType, GVariant* child) c_g_variant_new_maybe;
3180 	GVariant* function(GVariantType* childType, GVariant** children, gsize nChildren) c_g_variant_new_array;
3181 	GVariant* function(GVariant** children, gsize nChildren) c_g_variant_new_tuple;
3182 	GVariant* function(GVariant* key, GVariant* value) c_g_variant_new_dict_entry;
3183 	GVariant* function(GVariantType* elementType, void* elements, gsize nElements, gsize elementSize) c_g_variant_new_fixed_array;
3184 	GVariant* function(GVariant* value) c_g_variant_get_maybe;
3185 	gsize function(GVariant* value) c_g_variant_n_children;
3186 	GVariant* function(GVariant* value, gsize index) c_g_variant_get_child_value;
3187 	void function(GVariant* value, gsize index, gchar* formatString, ... ) c_g_variant_get_child;
3188 	GVariant* function(GVariant* dictionary, gchar* key, GVariantType* expectedType) c_g_variant_lookup_value;
3189 	gboolean function(GVariant* dictionary, gchar* key, gchar* formatString, ... ) c_g_variant_lookup;
3190 	gconstpointer function(GVariant* value, gsize* nElements, gsize elementSize) c_g_variant_get_fixed_array;
3191 	gsize function(GVariant* value) c_g_variant_get_size;
3192 	gconstpointer function(GVariant* value) c_g_variant_get_data;
3193 	GBytes* function(GVariant* value) c_g_variant_get_data_as_bytes;
3194 	void function(GVariant* value, void* data) c_g_variant_store;
3195 	GVariant* function(GVariantType* type, void* data, gsize size, gboolean trusted, GDestroyNotify notify, void* userData) c_g_variant_new_from_data;
3196 	GVariant* function(GVariantType* type, GBytes* bytes, gboolean trusted) c_g_variant_new_from_bytes;
3197 	GVariant* function(GVariant* value) c_g_variant_byteswap;
3198 	GVariant* function(GVariant* value) c_g_variant_get_normal_form;
3199 	gboolean function(GVariant* value) c_g_variant_is_normal_form;
3200 	guint function(void* value) c_g_variant_hash;
3201 	gboolean function(void* one, void* two) c_g_variant_equal;
3202 	gchar* function(GVariant* value, gboolean typeAnnotate) c_g_variant_print;
3203 	GString* function(GVariant* value, GString* string, gboolean typeAnnotate) c_g_variant_print_string;
3204 	GVariant* function(GVariantType* type, gchar* text, gchar* limit, gchar** endptr, GError** error) c_g_variant_parse;
3205 	GVariant* function(gchar* format, va_list* app) c_g_variant_new_parsed_va;
3206 	GVariant* function(gchar* format, ... ) c_g_variant_new_parsed;
3207 
3208 	// glib.VariantIter
3209 
3210 	GVariantIter* function(GVariantIter* iter) c_g_variant_iter_copy;
3211 	void function(GVariantIter* iter) c_g_variant_iter_free;
3212 	gsize function(GVariantIter* iter, GVariant* value) c_g_variant_iter_init;
3213 	gsize function(GVariantIter* iter) c_g_variant_iter_n_children;
3214 	GVariantIter* function(GVariant* value) c_g_variant_iter_new;
3215 	GVariant* function(GVariantIter* iter) c_g_variant_iter_next_value;
3216 	gboolean function(GVariantIter* iter, gchar* formatString, ... ) c_g_variant_iter_next;
3217 	gboolean function(GVariantIter* iter, gchar* formatString, ... ) c_g_variant_iter_loop;
3218 
3219 	// glib.VariantBuilder
3220 
3221 	void function(GVariantBuilder* builder) c_g_variant_builder_unref;
3222 	GVariantBuilder* function(GVariantBuilder* builder) c_g_variant_builder_ref;
3223 	GVariantBuilder* function(GVariantType* type) c_g_variant_builder_new;
3224 	void function(GVariantBuilder* builder, GVariantType* type) c_g_variant_builder_init;
3225 	void function(GVariantBuilder* builder) c_g_variant_builder_clear;
3226 	void function(GVariantBuilder* builder, GVariant* value) c_g_variant_builder_add_value;
3227 	void function(GVariantBuilder* builder, gchar* formatString, ... ) c_g_variant_builder_add;
3228 	void function(GVariantBuilder* builder, gchar* format, ... ) c_g_variant_builder_add_parsed;
3229 	GVariant* function(GVariantBuilder* builder) c_g_variant_builder_end;
3230 	void function(GVariantBuilder* builder, GVariantType* type) c_g_variant_builder_open;
3231 	void function(GVariantBuilder* builder) c_g_variant_builder_close;
3232 
3233 	// glib.Cache
3234 
3235 	GCache* function(GCacheNewFunc valueNewFunc, GCacheDestroyFunc valueDestroyFunc, GCacheDupFunc keyDupFunc, GCacheDestroyFunc keyDestroyFunc, GHashFunc hashKeyFunc, GHashFunc hashValueFunc, GEqualFunc keyEqualFunc) c_g_cache_new;
3236 	gpointer function(GCache* cache, void* key) c_g_cache_insert;
3237 	void function(GCache* cache, void* value) c_g_cache_remove;
3238 	void function(GCache* cache) c_g_cache_destroy;
3239 	void function(GCache* cache, GHFunc func, void* userData) c_g_cache_key_foreach;
3240 	void function(GCache* cache, GHFunc func, void* userData) c_g_cache_value_foreach;
3241 
3242 	// glib.Relation
3243 
3244 	GRelation* function(gint fields) c_g_relation_new;
3245 	void function(GRelation* relation, gint field, GHashFunc hashFunc, GEqualFunc keyEqualFunc) c_g_relation_index;
3246 	void function(GRelation* relation, ... ) c_g_relation_insert;
3247 	gboolean function(GRelation* relation, ... ) c_g_relation_exists;
3248 	gint function(GRelation* relation, void* key, gint field) c_g_relation_count;
3249 	GTuples* function(GRelation* relation, void* key, gint field) c_g_relation_select;
3250 	gint function(GRelation* relation, void* key, gint field) c_g_relation_delete;
3251 	void function(GRelation* relation) c_g_relation_destroy;
3252 	void function(GRelation* relation) c_g_relation_print;
3253 
3254 	// glib.Tuples
3255 
3256 	void function(GTuples* tuples) c_g_tuples_destroy;
3257 	gpointer function(GTuples* tuples, gint index, gint field) c_g_tuples_index;
3258 
3259 	// glib.StringCompletion
3260 
3261 	GCompletion* function(GCompletionFunc func) c_g_completion_new;
3262 	void function(GCompletion* cmp, GList* items) c_g_completion_add_items;
3263 	void function(GCompletion* cmp, GList* items) c_g_completion_remove_items;
3264 	void function(GCompletion* cmp) c_g_completion_clear_items;
3265 	GList* function(GCompletion* cmp, gchar* prefix, gchar** newPrefix) c_g_completion_complete;
3266 	GList* function(GCompletion* cmp, gchar* prefix, gchar** newPrefix) c_g_completion_complete_utf8;
3267 	void function(GCompletion* cmp, GCompletionStrncmpFunc strncmpFunc) c_g_completion_set_compare;
3268 	void function(GCompletion* cmp) c_g_completion_free;
3269 }");
3270 
3271 // glib.Version
3272 
3273 alias c_glib_check_version  glib_check_version;
3274 
3275 // glib.Atomic
3276 
3277 alias c_g_atomic_int_get  g_atomic_int_get;
3278 alias c_g_atomic_int_set  g_atomic_int_set;
3279 alias c_g_atomic_int_inc  g_atomic_int_inc;
3280 alias c_g_atomic_int_dec_and_test  g_atomic_int_dec_and_test;
3281 alias c_g_atomic_int_compare_and_exchange  g_atomic_int_compare_and_exchange;
3282 alias c_g_atomic_int_add  g_atomic_int_add;
3283 alias c_g_atomic_int_and  g_atomic_int_and;
3284 alias c_g_atomic_int_or  g_atomic_int_or;
3285 alias c_g_atomic_int_xor  g_atomic_int_xor;
3286 alias c_g_atomic_pointer_get  g_atomic_pointer_get;
3287 alias c_g_atomic_pointer_set  g_atomic_pointer_set;
3288 alias c_g_atomic_pointer_compare_and_exchange  g_atomic_pointer_compare_and_exchange;
3289 alias c_g_atomic_pointer_add  g_atomic_pointer_add;
3290 alias c_g_atomic_pointer_and  g_atomic_pointer_and;
3291 alias c_g_atomic_pointer_or  g_atomic_pointer_or;
3292 alias c_g_atomic_pointer_xor  g_atomic_pointer_xor;
3293 alias c_g_atomic_int_exchange_and_add  g_atomic_int_exchange_and_add;
3294 
3295 // glib.MainLoop
3296 
3297 alias c_g_main_loop_new  g_main_loop_new;
3298 alias c_g_main_loop_ref  g_main_loop_ref;
3299 alias c_g_main_loop_unref  g_main_loop_unref;
3300 alias c_g_main_loop_run  g_main_loop_run;
3301 alias c_g_main_loop_quit  g_main_loop_quit;
3302 alias c_g_main_loop_is_running  g_main_loop_is_running;
3303 alias c_g_main_loop_get_context  g_main_loop_get_context;
3304 alias c_g_main_depth  g_main_depth;
3305 alias c_g_main_current_source  g_main_current_source;
3306 alias c_g_poll  g_poll;
3307 
3308 // glib.MainContext
3309 
3310 alias c_g_main_context_new  g_main_context_new;
3311 alias c_g_main_context_ref  g_main_context_ref;
3312 alias c_g_main_context_unref  g_main_context_unref;
3313 alias c_g_main_context_default  g_main_context_default;
3314 alias c_g_main_context_iteration  g_main_context_iteration;
3315 alias c_g_main_context_pending  g_main_context_pending;
3316 alias c_g_main_context_find_source_by_id  g_main_context_find_source_by_id;
3317 alias c_g_main_context_find_source_by_user_data  g_main_context_find_source_by_user_data;
3318 alias c_g_main_context_find_source_by_funcs_user_data  g_main_context_find_source_by_funcs_user_data;
3319 alias c_g_main_context_wakeup  g_main_context_wakeup;
3320 alias c_g_main_context_acquire  g_main_context_acquire;
3321 alias c_g_main_context_release  g_main_context_release;
3322 alias c_g_main_context_is_owner  g_main_context_is_owner;
3323 alias c_g_main_context_wait  g_main_context_wait;
3324 alias c_g_main_context_prepare  g_main_context_prepare;
3325 alias c_g_main_context_query  g_main_context_query;
3326 alias c_g_main_context_check  g_main_context_check;
3327 alias c_g_main_context_dispatch  g_main_context_dispatch;
3328 alias c_g_main_context_set_poll_func  g_main_context_set_poll_func;
3329 alias c_g_main_context_get_poll_func  g_main_context_get_poll_func;
3330 alias c_g_main_context_add_poll  g_main_context_add_poll;
3331 alias c_g_main_context_remove_poll  g_main_context_remove_poll;
3332 alias c_g_main_context_invoke  g_main_context_invoke;
3333 alias c_g_main_context_invoke_full  g_main_context_invoke_full;
3334 alias c_g_main_context_get_thread_default  g_main_context_get_thread_default;
3335 alias c_g_main_context_ref_thread_default  g_main_context_ref_thread_default;
3336 alias c_g_main_context_push_thread_default  g_main_context_push_thread_default;
3337 alias c_g_main_context_pop_thread_default  g_main_context_pop_thread_default;
3338 
3339 // glib.Timeout
3340 
3341 alias c_g_timeout_source_new  g_timeout_source_new;
3342 alias c_g_timeout_source_new_seconds  g_timeout_source_new_seconds;
3343 alias c_g_timeout_add  g_timeout_add;
3344 alias c_g_timeout_add_full  g_timeout_add_full;
3345 alias c_g_timeout_add_seconds  g_timeout_add_seconds;
3346 alias c_g_timeout_add_seconds_full  g_timeout_add_seconds_full;
3347 
3348 // glib.Idle
3349 
3350 alias c_g_idle_source_new  g_idle_source_new;
3351 alias c_g_idle_add  g_idle_add;
3352 alias c_g_idle_add_full  g_idle_add_full;
3353 alias c_g_idle_remove_by_data  g_idle_remove_by_data;
3354 
3355 // glib.Child
3356 
3357 alias c_g_child_watch_source_new  g_child_watch_source_new;
3358 alias c_g_child_watch_add  g_child_watch_add;
3359 alias c_g_child_watch_add_full  g_child_watch_add_full;
3360 
3361 // glib.Source
3362 
3363 alias c_g_source_new  g_source_new;
3364 alias c_g_source_ref  g_source_ref;
3365 alias c_g_source_unref  g_source_unref;
3366 alias c_g_source_set_funcs  g_source_set_funcs;
3367 alias c_g_source_attach  g_source_attach;
3368 alias c_g_source_destroy  g_source_destroy;
3369 alias c_g_source_is_destroyed  g_source_is_destroyed;
3370 alias c_g_source_set_priority  g_source_set_priority;
3371 alias c_g_source_get_priority  g_source_get_priority;
3372 alias c_g_source_set_can_recurse  g_source_set_can_recurse;
3373 alias c_g_source_get_can_recurse  g_source_get_can_recurse;
3374 alias c_g_source_get_id  g_source_get_id;
3375 alias c_g_source_get_name  g_source_get_name;
3376 alias c_g_source_set_name  g_source_set_name;
3377 alias c_g_source_set_name_by_id  g_source_set_name_by_id;
3378 alias c_g_source_get_context  g_source_get_context;
3379 alias c_g_source_set_callback  g_source_set_callback;
3380 alias c_g_source_set_callback_indirect  g_source_set_callback_indirect;
3381 alias c_g_source_set_ready_time  g_source_set_ready_time;
3382 alias c_g_source_get_ready_time  g_source_get_ready_time;
3383 alias c_g_source_add_unix_fd  g_source_add_unix_fd;
3384 alias c_g_source_remove_unix_fd  g_source_remove_unix_fd;
3385 alias c_g_source_modify_unix_fd  g_source_modify_unix_fd;
3386 alias c_g_source_query_unix_fd  g_source_query_unix_fd;
3387 alias c_g_source_add_poll  g_source_add_poll;
3388 alias c_g_source_remove_poll  g_source_remove_poll;
3389 alias c_g_source_add_child_source  g_source_add_child_source;
3390 alias c_g_source_remove_child_source  g_source_remove_child_source;
3391 alias c_g_source_get_time  g_source_get_time;
3392 alias c_g_source_get_current_time  g_source_get_current_time;
3393 alias c_g_source_remove  g_source_remove;
3394 alias c_g_source_remove_by_funcs_user_data  g_source_remove_by_funcs_user_data;
3395 alias c_g_source_remove_by_user_data  g_source_remove_by_user_data;
3396 
3397 // glib.ThreadPool
3398 
3399 alias c_g_thread_pool_new  g_thread_pool_new;
3400 alias c_g_thread_pool_push  g_thread_pool_push;
3401 alias c_g_thread_pool_set_max_threads  g_thread_pool_set_max_threads;
3402 alias c_g_thread_pool_get_max_threads  g_thread_pool_get_max_threads;
3403 alias c_g_thread_pool_get_num_threads  g_thread_pool_get_num_threads;
3404 alias c_g_thread_pool_unprocessed  g_thread_pool_unprocessed;
3405 alias c_g_thread_pool_free  g_thread_pool_free;
3406 alias c_g_thread_pool_set_max_unused_threads  g_thread_pool_set_max_unused_threads;
3407 alias c_g_thread_pool_get_max_unused_threads  g_thread_pool_get_max_unused_threads;
3408 alias c_g_thread_pool_get_num_unused_threads  g_thread_pool_get_num_unused_threads;
3409 alias c_g_thread_pool_stop_unused_threads  g_thread_pool_stop_unused_threads;
3410 alias c_g_thread_pool_set_sort_function  g_thread_pool_set_sort_function;
3411 alias c_g_thread_pool_set_max_idle_time  g_thread_pool_set_max_idle_time;
3412 alias c_g_thread_pool_get_max_idle_time  g_thread_pool_get_max_idle_time;
3413 
3414 // glib.AsyncQueue
3415 
3416 alias c_g_async_queue_new  g_async_queue_new;
3417 alias c_g_async_queue_new_full  g_async_queue_new_full;
3418 alias c_g_async_queue_ref  g_async_queue_ref;
3419 alias c_g_async_queue_unref  g_async_queue_unref;
3420 alias c_g_async_queue_push  g_async_queue_push;
3421 alias c_g_async_queue_push_sorted  g_async_queue_push_sorted;
3422 alias c_g_async_queue_pop  g_async_queue_pop;
3423 alias c_g_async_queue_try_pop  g_async_queue_try_pop;
3424 alias c_g_async_queue_timeout_pop  g_async_queue_timeout_pop;
3425 alias c_g_async_queue_length  g_async_queue_length;
3426 alias c_g_async_queue_sort  g_async_queue_sort;
3427 alias c_g_async_queue_lock  g_async_queue_lock;
3428 alias c_g_async_queue_unlock  g_async_queue_unlock;
3429 alias c_g_async_queue_ref_unlocked  g_async_queue_ref_unlocked;
3430 alias c_g_async_queue_unref_and_unlock  g_async_queue_unref_and_unlock;
3431 alias c_g_async_queue_push_unlocked  g_async_queue_push_unlocked;
3432 alias c_g_async_queue_push_sorted_unlocked  g_async_queue_push_sorted_unlocked;
3433 alias c_g_async_queue_pop_unlocked  g_async_queue_pop_unlocked;
3434 alias c_g_async_queue_try_pop_unlocked  g_async_queue_try_pop_unlocked;
3435 alias c_g_async_queue_timeout_pop_unlocked  g_async_queue_timeout_pop_unlocked;
3436 alias c_g_async_queue_length_unlocked  g_async_queue_length_unlocked;
3437 alias c_g_async_queue_sort_unlocked  g_async_queue_sort_unlocked;
3438 alias c_g_async_queue_timed_pop  g_async_queue_timed_pop;
3439 alias c_g_async_queue_timed_pop_unlocked  g_async_queue_timed_pop_unlocked;
3440 
3441 // glib.Module
3442 
3443 alias c_g_module_supported  g_module_supported;
3444 alias c_g_module_build_path  g_module_build_path;
3445 alias c_g_module_open  g_module_open;
3446 alias c_g_module_symbol  g_module_symbol;
3447 alias c_g_module_name  g_module_name;
3448 alias c_g_module_make_resident  g_module_make_resident;
3449 alias c_g_module_close  g_module_close;
3450 alias c_g_module_error  g_module_error;
3451 
3452 // glib.Memory
3453 
3454 alias c_g_malloc  g_malloc;
3455 alias c_g_malloc0  g_malloc0;
3456 alias c_g_realloc  g_realloc;
3457 alias c_g_try_malloc  g_try_malloc;
3458 alias c_g_try_malloc0  g_try_malloc0;
3459 alias c_g_try_realloc  g_try_realloc;
3460 alias c_g_malloc_n  g_malloc_n;
3461 alias c_g_malloc0_n  g_malloc0_n;
3462 alias c_g_realloc_n  g_realloc_n;
3463 alias c_g_try_malloc_n  g_try_malloc_n;
3464 alias c_g_try_malloc0_n  g_try_malloc0_n;
3465 alias c_g_try_realloc_n  g_try_realloc_n;
3466 alias c_g_free  g_free;
3467 alias c_g_clear_pointer  g_clear_pointer;
3468 alias c_g_memdup  g_memdup;
3469 alias c_g_mem_set_vtable  g_mem_set_vtable;
3470 alias c_g_mem_is_system_malloc  g_mem_is_system_malloc;
3471 alias c_g_mem_profile  g_mem_profile;
3472 
3473 // glib.MemorySlice
3474 
3475 alias c_g_slice_alloc  g_slice_alloc;
3476 alias c_g_slice_alloc0  g_slice_alloc0;
3477 alias c_g_slice_copy  g_slice_copy;
3478 alias c_g_slice_free1  g_slice_free1;
3479 alias c_g_slice_free_chain_with_offset  g_slice_free_chain_with_offset;
3480 
3481 // glib.IOChannel
3482 
3483 alias c_g_io_channel_unix_new  g_io_channel_unix_new;
3484 alias c_g_io_channel_unix_get_fd  g_io_channel_unix_get_fd;
3485 alias c_g_io_channel_win32_new_fd  g_io_channel_win32_new_fd;
3486 alias c_g_io_channel_win32_new_socket  g_io_channel_win32_new_socket;
3487 alias c_g_io_channel_win32_new_messages  g_io_channel_win32_new_messages;
3488 alias c_g_io_channel_init  g_io_channel_init;
3489 alias c_g_io_channel_new_file  g_io_channel_new_file;
3490 alias c_g_io_channel_read_chars  g_io_channel_read_chars;
3491 alias c_g_io_channel_read_unichar  g_io_channel_read_unichar;
3492 alias c_g_io_channel_read_line  g_io_channel_read_line;
3493 alias c_g_io_channel_read_line_string  g_io_channel_read_line_string;
3494 alias c_g_io_channel_read_to_end  g_io_channel_read_to_end;
3495 alias c_g_io_channel_write_chars  g_io_channel_write_chars;
3496 alias c_g_io_channel_write_unichar  g_io_channel_write_unichar;
3497 alias c_g_io_channel_flush  g_io_channel_flush;
3498 alias c_g_io_channel_seek_position  g_io_channel_seek_position;
3499 alias c_g_io_channel_shutdown  g_io_channel_shutdown;
3500 alias c_g_io_channel_error_from_errno  g_io_channel_error_from_errno;
3501 alias c_g_io_channel_ref  g_io_channel_ref;
3502 alias c_g_io_channel_unref  g_io_channel_unref;
3503 alias c_g_io_create_watch  g_io_create_watch;
3504 alias c_g_io_add_watch  g_io_add_watch;
3505 alias c_g_io_add_watch_full  g_io_add_watch_full;
3506 alias c_g_io_channel_get_buffer_size  g_io_channel_get_buffer_size;
3507 alias c_g_io_channel_set_buffer_size  g_io_channel_set_buffer_size;
3508 alias c_g_io_channel_get_buffer_condition  g_io_channel_get_buffer_condition;
3509 alias c_g_io_channel_get_flags  g_io_channel_get_flags;
3510 alias c_g_io_channel_set_flags  g_io_channel_set_flags;
3511 alias c_g_io_channel_get_line_term  g_io_channel_get_line_term;
3512 alias c_g_io_channel_set_line_term  g_io_channel_set_line_term;
3513 alias c_g_io_channel_get_buffered  g_io_channel_get_buffered;
3514 alias c_g_io_channel_set_buffered  g_io_channel_set_buffered;
3515 alias c_g_io_channel_get_encoding  g_io_channel_get_encoding;
3516 alias c_g_io_channel_set_encoding  g_io_channel_set_encoding;
3517 alias c_g_io_channel_get_close_on_unref  g_io_channel_get_close_on_unref;
3518 alias c_g_io_channel_set_close_on_unref  g_io_channel_set_close_on_unref;
3519 alias c_g_io_channel_read  g_io_channel_read;
3520 alias c_g_io_channel_write  g_io_channel_write;
3521 alias c_g_io_channel_seek  g_io_channel_seek;
3522 alias c_g_io_channel_close  g_io_channel_close;
3523 
3524 // glib.ErrorG
3525 
3526 alias c_g_error_new  g_error_new;
3527 alias c_g_error_new_literal  g_error_new_literal;
3528 alias c_g_error_new_valist  g_error_new_valist;
3529 alias c_g_error_free  g_error_free;
3530 alias c_g_error_copy  g_error_copy;
3531 alias c_g_error_matches  g_error_matches;
3532 alias c_g_set_error  g_set_error;
3533 alias c_g_set_error_literal  g_set_error_literal;
3534 alias c_g_propagate_error  g_propagate_error;
3535 alias c_g_clear_error  g_clear_error;
3536 alias c_g_prefix_error  g_prefix_error;
3537 alias c_g_propagate_prefixed_error  g_propagate_prefixed_error;
3538 
3539 // glib.
3540 
3541 
3542 // glib.
3543 
3544 
3545 // glib.Messages
3546 
3547 alias c_g_print  g_print;
3548 alias c_g_set_print_handler  g_set_print_handler;
3549 alias c_g_printerr  g_printerr;
3550 alias c_g_set_printerr_handler  g_set_printerr_handler;
3551 alias c_g_on_error_query  g_on_error_query;
3552 alias c_g_on_error_stack_trace  g_on_error_stack_trace;
3553 
3554 // glib.MessageLog
3555 
3556 alias c_g_log  g_log;
3557 alias c_g_logv  g_logv;
3558 alias c_g_log_set_handler  g_log_set_handler;
3559 alias c_g_log_remove_handler  g_log_remove_handler;
3560 alias c_g_log_set_always_fatal  g_log_set_always_fatal;
3561 alias c_g_log_set_fatal_mask  g_log_set_fatal_mask;
3562 alias c_g_log_default_handler  g_log_default_handler;
3563 alias c_g_log_set_default_handler  g_log_set_default_handler;
3564 
3565 // glib.Str
3566 
3567 alias c_g_strdup  g_strdup;
3568 alias c_g_strndup  g_strndup;
3569 alias c_g_strdupv  g_strdupv;
3570 alias c_g_strnfill  g_strnfill;
3571 alias c_g_stpcpy  g_stpcpy;
3572 alias c_g_strstr_len  g_strstr_len;
3573 alias c_g_strrstr  g_strrstr;
3574 alias c_g_strrstr_len  g_strrstr_len;
3575 alias c_g_str_has_prefix  g_str_has_prefix;
3576 alias c_g_str_has_suffix  g_str_has_suffix;
3577 alias c_g_strcmp0  g_strcmp0;
3578 alias c_g_strlcpy  g_strlcpy;
3579 alias c_g_strlcat  g_strlcat;
3580 alias c_g_strdup_printf  g_strdup_printf;
3581 alias c_g_strdup_vprintf  g_strdup_vprintf;
3582 alias c_g_printf  g_printf;
3583 alias c_g_vprintf  g_vprintf;
3584 alias c_g_fprintf  g_fprintf;
3585 alias c_g_vfprintf  g_vfprintf;
3586 alias c_g_sprintf  g_sprintf;
3587 alias c_g_vsprintf  g_vsprintf;
3588 alias c_g_snprintf  g_snprintf;
3589 alias c_g_vsnprintf  g_vsnprintf;
3590 alias c_g_vasprintf  g_vasprintf;
3591 alias c_g_printf_string_upper_bound  g_printf_string_upper_bound;
3592 alias c_g_ascii_isalnum  g_ascii_isalnum;
3593 alias c_g_ascii_isalpha  g_ascii_isalpha;
3594 alias c_g_ascii_iscntrl  g_ascii_iscntrl;
3595 alias c_g_ascii_isdigit  g_ascii_isdigit;
3596 alias c_g_ascii_isgraph  g_ascii_isgraph;
3597 alias c_g_ascii_islower  g_ascii_islower;
3598 alias c_g_ascii_isprint  g_ascii_isprint;
3599 alias c_g_ascii_ispunct  g_ascii_ispunct;
3600 alias c_g_ascii_isspace  g_ascii_isspace;
3601 alias c_g_ascii_isupper  g_ascii_isupper;
3602 alias c_g_ascii_isxdigit  g_ascii_isxdigit;
3603 alias c_g_ascii_digit_value  g_ascii_digit_value;
3604 alias c_g_ascii_xdigit_value  g_ascii_xdigit_value;
3605 alias c_g_ascii_strcasecmp  g_ascii_strcasecmp;
3606 alias c_g_ascii_strncasecmp  g_ascii_strncasecmp;
3607 alias c_g_ascii_strup  g_ascii_strup;
3608 alias c_g_ascii_strdown  g_ascii_strdown;
3609 alias c_g_ascii_tolower  g_ascii_tolower;
3610 alias c_g_ascii_toupper  g_ascii_toupper;
3611 alias c_g_string_ascii_up  g_string_ascii_up;
3612 alias c_g_string_ascii_down  g_string_ascii_down;
3613 alias c_g_strup  g_strup;
3614 alias c_g_strdown  g_strdown;
3615 alias c_g_strcasecmp  g_strcasecmp;
3616 alias c_g_strncasecmp  g_strncasecmp;
3617 alias c_g_strreverse  g_strreverse;
3618 alias c_g_ascii_strtoll  g_ascii_strtoll;
3619 alias c_g_ascii_strtoull  g_ascii_strtoull;
3620 alias c_g_ascii_strtod  g_ascii_strtod;
3621 alias c_g_ascii_dtostr  g_ascii_dtostr;
3622 alias c_g_ascii_formatd  g_ascii_formatd;
3623 alias c_g_strtod  g_strtod;
3624 alias c_g_strchug  g_strchug;
3625 alias c_g_strchomp  g_strchomp;
3626 alias c_g_strdelimit  g_strdelimit;
3627 alias c_g_strescape  g_strescape;
3628 alias c_g_strcompress  g_strcompress;
3629 alias c_g_strcanon  g_strcanon;
3630 alias c_g_strsplit  g_strsplit;
3631 alias c_g_strsplit_set  g_strsplit_set;
3632 alias c_g_strfreev  g_strfreev;
3633 alias c_g_strconcat  g_strconcat;
3634 alias c_g_strjoin  g_strjoin;
3635 alias c_g_strjoinv  g_strjoinv;
3636 alias c_g_strv_length  g_strv_length;
3637 alias c_g_strerror  g_strerror;
3638 alias c_g_strsignal  g_strsignal;
3639 
3640 // glib.CharacterSet
3641 
3642 alias c_g_convert  g_convert;
3643 alias c_g_convert_with_fallback  g_convert_with_fallback;
3644 alias c_g_convert_with_iconv  g_convert_with_iconv;
3645 alias c_g_iconv_open  g_iconv_open;
3646 alias c_g_iconv  g_iconv;
3647 alias c_g_iconv_close  g_iconv_close;
3648 alias c_g_locale_to_utf8  g_locale_to_utf8;
3649 alias c_g_filename_to_utf8  g_filename_to_utf8;
3650 alias c_g_filename_from_utf8  g_filename_from_utf8;
3651 alias c_g_get_filename_charsets  g_get_filename_charsets;
3652 alias c_g_filename_display_name  g_filename_display_name;
3653 alias c_g_filename_display_basename  g_filename_display_basename;
3654 alias c_g_locale_from_utf8  g_locale_from_utf8;
3655 alias c_g_get_charset  g_get_charset;
3656 alias c_g_get_codeset  g_get_codeset;
3657 
3658 // glib.Unicode
3659 
3660 alias c_g_unichar_validate  g_unichar_validate;
3661 alias c_g_unichar_isalnum  g_unichar_isalnum;
3662 alias c_g_unichar_isalpha  g_unichar_isalpha;
3663 alias c_g_unichar_iscntrl  g_unichar_iscntrl;
3664 alias c_g_unichar_isdefined  g_unichar_isdefined;
3665 alias c_g_unichar_isdigit  g_unichar_isdigit;
3666 alias c_g_unichar_isgraph  g_unichar_isgraph;
3667 alias c_g_unichar_islower  g_unichar_islower;
3668 alias c_g_unichar_ismark  g_unichar_ismark;
3669 alias c_g_unichar_isprint  g_unichar_isprint;
3670 alias c_g_unichar_ispunct  g_unichar_ispunct;
3671 alias c_g_unichar_isspace  g_unichar_isspace;
3672 alias c_g_unichar_istitle  g_unichar_istitle;
3673 alias c_g_unichar_isupper  g_unichar_isupper;
3674 alias c_g_unichar_isxdigit  g_unichar_isxdigit;
3675 alias c_g_unichar_iswide  g_unichar_iswide;
3676 alias c_g_unichar_iswide_cjk  g_unichar_iswide_cjk;
3677 alias c_g_unichar_iszerowidth  g_unichar_iszerowidth;
3678 alias c_g_unichar_toupper  g_unichar_toupper;
3679 alias c_g_unichar_tolower  g_unichar_tolower;
3680 alias c_g_unichar_totitle  g_unichar_totitle;
3681 alias c_g_unichar_digit_value  g_unichar_digit_value;
3682 alias c_g_unichar_xdigit_value  g_unichar_xdigit_value;
3683 alias c_g_unichar_compose  g_unichar_compose;
3684 alias c_g_unichar_decompose  g_unichar_decompose;
3685 alias c_g_unichar_fully_decompose  g_unichar_fully_decompose;
3686 alias c_g_unichar_type  g_unichar_type;
3687 alias c_g_unichar_break_type  g_unichar_break_type;
3688 alias c_g_unichar_combining_class  g_unichar_combining_class;
3689 alias c_g_unicode_canonical_ordering  g_unicode_canonical_ordering;
3690 alias c_g_unicode_canonical_decomposition  g_unicode_canonical_decomposition;
3691 alias c_g_unichar_get_mirror_char  g_unichar_get_mirror_char;
3692 alias c_g_unichar_get_script  g_unichar_get_script;
3693 alias c_g_unicode_script_from_iso15924  g_unicode_script_from_iso15924;
3694 alias c_g_unicode_script_to_iso15924  g_unicode_script_to_iso15924;
3695 alias c_g_utf8_get_char  g_utf8_get_char;
3696 alias c_g_utf8_get_char_validated  g_utf8_get_char_validated;
3697 alias c_g_utf8_offset_to_pointer  g_utf8_offset_to_pointer;
3698 alias c_g_utf8_pointer_to_offset  g_utf8_pointer_to_offset;
3699 alias c_g_utf8_prev_char  g_utf8_prev_char;
3700 alias c_g_utf8_find_next_char  g_utf8_find_next_char;
3701 alias c_g_utf8_find_prev_char  g_utf8_find_prev_char;
3702 alias c_g_utf8_strlen  g_utf8_strlen;
3703 alias c_g_utf8_strncpy  g_utf8_strncpy;
3704 alias c_g_utf8_strchr  g_utf8_strchr;
3705 alias c_g_utf8_strrchr  g_utf8_strrchr;
3706 alias c_g_utf8_strreverse  g_utf8_strreverse;
3707 alias c_g_utf8_substring  g_utf8_substring;
3708 alias c_g_utf8_validate  g_utf8_validate;
3709 alias c_g_utf8_strup  g_utf8_strup;
3710 alias c_g_utf8_strdown  g_utf8_strdown;
3711 alias c_g_utf8_casefold  g_utf8_casefold;
3712 alias c_g_utf8_normalize  g_utf8_normalize;
3713 alias c_g_utf8_collate  g_utf8_collate;
3714 alias c_g_utf8_collate_key  g_utf8_collate_key;
3715 alias c_g_utf8_collate_key_for_filename  g_utf8_collate_key_for_filename;
3716 alias c_g_utf8_to_utf16  g_utf8_to_utf16;
3717 alias c_g_utf8_to_ucs4  g_utf8_to_ucs4;
3718 alias c_g_utf8_to_ucs4_fast  g_utf8_to_ucs4_fast;
3719 alias c_g_utf16_to_ucs4  g_utf16_to_ucs4;
3720 alias c_g_utf16_to_utf8  g_utf16_to_utf8;
3721 alias c_g_ucs4_to_utf16  g_ucs4_to_utf16;
3722 alias c_g_ucs4_to_utf8  g_ucs4_to_utf8;
3723 alias c_g_unichar_to_utf8  g_unichar_to_utf8;
3724 
3725 // glib.Base64
3726 
3727 alias c_g_base64_encode_step  g_base64_encode_step;
3728 alias c_g_base64_encode_close  g_base64_encode_close;
3729 alias c_g_base64_encode  g_base64_encode;
3730 alias c_g_base64_decode_step  g_base64_decode_step;
3731 alias c_g_base64_decode  g_base64_decode;
3732 alias c_g_base64_decode_inplace  g_base64_decode_inplace;
3733 
3734 // glib.Checksum
3735 
3736 alias c_g_checksum_type_get_length  g_checksum_type_get_length;
3737 alias c_g_checksum_new  g_checksum_new;
3738 alias c_g_checksum_copy  g_checksum_copy;
3739 alias c_g_checksum_free  g_checksum_free;
3740 alias c_g_checksum_reset  g_checksum_reset;
3741 alias c_g_checksum_update  g_checksum_update;
3742 alias c_g_checksum_get_string  g_checksum_get_string;
3743 alias c_g_checksum_get_digest  g_checksum_get_digest;
3744 alias c_g_compute_checksum_for_data  g_compute_checksum_for_data;
3745 alias c_g_compute_checksum_for_string  g_compute_checksum_for_string;
3746 alias c_g_compute_checksum_for_bytes  g_compute_checksum_for_bytes;
3747 
3748 // glib.Hmac
3749 
3750 alias c_g_hmac_new  g_hmac_new;
3751 alias c_g_hmac_copy  g_hmac_copy;
3752 alias c_g_hmac_ref  g_hmac_ref;
3753 alias c_g_hmac_unref  g_hmac_unref;
3754 alias c_g_hmac_update  g_hmac_update;
3755 alias c_g_hmac_get_string  g_hmac_get_string;
3756 alias c_g_hmac_get_digest  g_hmac_get_digest;
3757 alias c_g_compute_hmac_for_data  g_compute_hmac_for_data;
3758 alias c_g_compute_hmac_for_string  g_compute_hmac_for_string;
3759 
3760 // glib.Internationalization
3761 
3762 alias c_g_dgettext  g_dgettext;
3763 alias c_g_dcgettext  g_dcgettext;
3764 alias c_g_dngettext  g_dngettext;
3765 alias c_g_dpgettext  g_dpgettext;
3766 alias c_g_dpgettext2  g_dpgettext2;
3767 alias c_g_strip_context  g_strip_context;
3768 alias c_g_get_language_names  g_get_language_names;
3769 alias c_g_get_locale_variants  g_get_locale_variants;
3770 
3771 // glib.TimeVal
3772 
3773 alias c_g_get_current_time  g_get_current_time;
3774 alias c_g_usleep  g_usleep;
3775 alias c_g_time_val_add  g_time_val_add;
3776 alias c_g_time_val_from_iso8601  g_time_val_from_iso8601;
3777 alias c_g_time_val_to_iso8601  g_time_val_to_iso8601;
3778 alias c_g_get_monotonic_time  g_get_monotonic_time;
3779 alias c_g_get_real_time  g_get_real_time;
3780 
3781 // glib.Date
3782 
3783 alias c_g_date_new  g_date_new;
3784 alias c_g_date_new_dmy  g_date_new_dmy;
3785 alias c_g_date_new_julian  g_date_new_julian;
3786 alias c_g_date_clear  g_date_clear;
3787 alias c_g_date_free  g_date_free;
3788 alias c_g_date_set_day  g_date_set_day;
3789 alias c_g_date_set_month  g_date_set_month;
3790 alias c_g_date_set_year  g_date_set_year;
3791 alias c_g_date_set_dmy  g_date_set_dmy;
3792 alias c_g_date_set_julian  g_date_set_julian;
3793 alias c_g_date_set_time  g_date_set_time;
3794 alias c_g_date_set_time_t  g_date_set_time_t;
3795 alias c_g_date_set_time_val  g_date_set_time_val;
3796 alias c_g_date_set_parse  g_date_set_parse;
3797 alias c_g_date_add_days  g_date_add_days;
3798 alias c_g_date_subtract_days  g_date_subtract_days;
3799 alias c_g_date_add_months  g_date_add_months;
3800 alias c_g_date_subtract_months  g_date_subtract_months;
3801 alias c_g_date_add_years  g_date_add_years;
3802 alias c_g_date_subtract_years  g_date_subtract_years;
3803 alias c_g_date_days_between  g_date_days_between;
3804 alias c_g_date_compare  g_date_compare;
3805 alias c_g_date_clamp  g_date_clamp;
3806 alias c_g_date_order  g_date_order;
3807 alias c_g_date_get_day  g_date_get_day;
3808 alias c_g_date_get_month  g_date_get_month;
3809 alias c_g_date_get_year  g_date_get_year;
3810 alias c_g_date_get_julian  g_date_get_julian;
3811 alias c_g_date_get_weekday  g_date_get_weekday;
3812 alias c_g_date_get_day_of_year  g_date_get_day_of_year;
3813 alias c_g_date_get_days_in_month  g_date_get_days_in_month;
3814 alias c_g_date_is_first_of_month  g_date_is_first_of_month;
3815 alias c_g_date_is_last_of_month  g_date_is_last_of_month;
3816 alias c_g_date_is_leap_year  g_date_is_leap_year;
3817 alias c_g_date_get_monday_week_of_year  g_date_get_monday_week_of_year;
3818 alias c_g_date_get_monday_weeks_in_year  g_date_get_monday_weeks_in_year;
3819 alias c_g_date_get_sunday_week_of_year  g_date_get_sunday_week_of_year;
3820 alias c_g_date_get_sunday_weeks_in_year  g_date_get_sunday_weeks_in_year;
3821 alias c_g_date_get_iso8601_week_of_year  g_date_get_iso8601_week_of_year;
3822 alias c_g_date_strftime  g_date_strftime;
3823 alias c_g_date_to_struct_tm  g_date_to_struct_tm;
3824 alias c_g_date_valid  g_date_valid;
3825 alias c_g_date_valid_day  g_date_valid_day;
3826 alias c_g_date_valid_month  g_date_valid_month;
3827 alias c_g_date_valid_year  g_date_valid_year;
3828 alias c_g_date_valid_dmy  g_date_valid_dmy;
3829 alias c_g_date_valid_julian  g_date_valid_julian;
3830 alias c_g_date_valid_weekday  g_date_valid_weekday;
3831 
3832 // glib.TimeZone
3833 
3834 alias c_g_time_zone_unref  g_time_zone_unref;
3835 alias c_g_time_zone_ref  g_time_zone_ref;
3836 alias c_g_time_zone_new  g_time_zone_new;
3837 alias c_g_time_zone_new_local  g_time_zone_new_local;
3838 alias c_g_time_zone_new_utc  g_time_zone_new_utc;
3839 alias c_g_time_zone_find_interval  g_time_zone_find_interval;
3840 alias c_g_time_zone_adjust_time  g_time_zone_adjust_time;
3841 alias c_g_time_zone_get_abbreviation  g_time_zone_get_abbreviation;
3842 alias c_g_time_zone_get_offset  g_time_zone_get_offset;
3843 alias c_g_time_zone_is_dst  g_time_zone_is_dst;
3844 
3845 // glib.DateTime
3846 
3847 alias c_g_date_time_unref  g_date_time_unref;
3848 alias c_g_date_time_ref  g_date_time_ref;
3849 alias c_g_date_time_new_now  g_date_time_new_now;
3850 alias c_g_date_time_new_now_local  g_date_time_new_now_local;
3851 alias c_g_date_time_new_now_utc  g_date_time_new_now_utc;
3852 alias c_g_date_time_new_from_unix_local  g_date_time_new_from_unix_local;
3853 alias c_g_date_time_new_from_unix_utc  g_date_time_new_from_unix_utc;
3854 alias c_g_date_time_new_from_timeval_local  g_date_time_new_from_timeval_local;
3855 alias c_g_date_time_new_from_timeval_utc  g_date_time_new_from_timeval_utc;
3856 alias c_g_date_time_new  g_date_time_new;
3857 alias c_g_date_time_new_local  g_date_time_new_local;
3858 alias c_g_date_time_new_utc  g_date_time_new_utc;
3859 alias c_g_date_time_add  g_date_time_add;
3860 alias c_g_date_time_add_years  g_date_time_add_years;
3861 alias c_g_date_time_add_months  g_date_time_add_months;
3862 alias c_g_date_time_add_weeks  g_date_time_add_weeks;
3863 alias c_g_date_time_add_days  g_date_time_add_days;
3864 alias c_g_date_time_add_hours  g_date_time_add_hours;
3865 alias c_g_date_time_add_minutes  g_date_time_add_minutes;
3866 alias c_g_date_time_add_seconds  g_date_time_add_seconds;
3867 alias c_g_date_time_add_full  g_date_time_add_full;
3868 alias c_g_date_time_compare  g_date_time_compare;
3869 alias c_g_date_time_difference  g_date_time_difference;
3870 alias c_g_date_time_hash  g_date_time_hash;
3871 alias c_g_date_time_equal  g_date_time_equal;
3872 alias c_g_date_time_get_ymd  g_date_time_get_ymd;
3873 alias c_g_date_time_get_year  g_date_time_get_year;
3874 alias c_g_date_time_get_month  g_date_time_get_month;
3875 alias c_g_date_time_get_day_of_month  g_date_time_get_day_of_month;
3876 alias c_g_date_time_get_week_numbering_year  g_date_time_get_week_numbering_year;
3877 alias c_g_date_time_get_week_of_year  g_date_time_get_week_of_year;
3878 alias c_g_date_time_get_day_of_week  g_date_time_get_day_of_week;
3879 alias c_g_date_time_get_day_of_year  g_date_time_get_day_of_year;
3880 alias c_g_date_time_get_hour  g_date_time_get_hour;
3881 alias c_g_date_time_get_minute  g_date_time_get_minute;
3882 alias c_g_date_time_get_second  g_date_time_get_second;
3883 alias c_g_date_time_get_microsecond  g_date_time_get_microsecond;
3884 alias c_g_date_time_get_seconds  g_date_time_get_seconds;
3885 alias c_g_date_time_to_unix  g_date_time_to_unix;
3886 alias c_g_date_time_to_timeval  g_date_time_to_timeval;
3887 alias c_g_date_time_get_utc_offset  g_date_time_get_utc_offset;
3888 alias c_g_date_time_get_timezone_abbreviation  g_date_time_get_timezone_abbreviation;
3889 alias c_g_date_time_is_daylight_savings  g_date_time_is_daylight_savings;
3890 alias c_g_date_time_to_timezone  g_date_time_to_timezone;
3891 alias c_g_date_time_to_local  g_date_time_to_local;
3892 alias c_g_date_time_to_utc  g_date_time_to_utc;
3893 alias c_g_date_time_format  g_date_time_format;
3894 
3895 // glib.RandG
3896 
3897 alias c_g_rand_new_with_seed  g_rand_new_with_seed;
3898 alias c_g_rand_new_with_seed_array  g_rand_new_with_seed_array;
3899 alias c_g_rand_new  g_rand_new;
3900 alias c_g_rand_copy  g_rand_copy;
3901 alias c_g_rand_free  g_rand_free;
3902 alias c_g_rand_set_seed  g_rand_set_seed;
3903 alias c_g_rand_set_seed_array  g_rand_set_seed_array;
3904 alias c_g_rand_int  g_rand_int;
3905 alias c_g_rand_int_range  g_rand_int_range;
3906 alias c_g_rand_double  g_rand_double;
3907 alias c_g_rand_double_range  g_rand_double_range;
3908 alias c_g_random_set_seed  g_random_set_seed;
3909 alias c_g_random_int  g_random_int;
3910 alias c_g_random_int_range  g_random_int_range;
3911 alias c_g_random_double  g_random_double;
3912 alias c_g_random_double_range  g_random_double_range;
3913 
3914 // glib.Util
3915 
3916 alias c_g_get_application_name  g_get_application_name;
3917 alias c_g_set_application_name  g_set_application_name;
3918 alias c_g_get_prgname  g_get_prgname;
3919 alias c_g_set_prgname  g_set_prgname;
3920 alias c_g_get_environ  g_get_environ;
3921 alias c_g_environ_getenv  g_environ_getenv;
3922 alias c_g_environ_setenv  g_environ_setenv;
3923 alias c_g_environ_unsetenv  g_environ_unsetenv;
3924 alias c_g_getenv  g_getenv;
3925 alias c_g_setenv  g_setenv;
3926 alias c_g_unsetenv  g_unsetenv;
3927 alias c_g_listenv  g_listenv;
3928 alias c_g_get_user_name  g_get_user_name;
3929 alias c_g_get_real_name  g_get_real_name;
3930 alias c_g_get_user_cache_dir  g_get_user_cache_dir;
3931 alias c_g_get_user_data_dir  g_get_user_data_dir;
3932 alias c_g_get_user_config_dir  g_get_user_config_dir;
3933 alias c_g_get_user_runtime_dir  g_get_user_runtime_dir;
3934 alias c_g_get_user_special_dir  g_get_user_special_dir;
3935 alias c_g_get_system_data_dirs  g_get_system_data_dirs;
3936 alias c_g_get_system_config_dirs  g_get_system_config_dirs;
3937 alias c_g_reload_user_special_dirs_cache  g_reload_user_special_dirs_cache;
3938 alias c_g_get_host_name  g_get_host_name;
3939 alias c_g_get_home_dir  g_get_home_dir;
3940 alias c_g_get_tmp_dir  g_get_tmp_dir;
3941 alias c_g_get_current_dir  g_get_current_dir;
3942 alias c_g_basename  g_basename;
3943 alias c_g_path_is_absolute  g_path_is_absolute;
3944 alias c_g_path_skip_root  g_path_skip_root;
3945 alias c_g_path_get_basename  g_path_get_basename;
3946 alias c_g_path_get_dirname  g_path_get_dirname;
3947 alias c_g_build_filename  g_build_filename;
3948 alias c_g_build_filenamev  g_build_filenamev;
3949 alias c_g_build_path  g_build_path;
3950 alias c_g_build_pathv  g_build_pathv;
3951 alias c_g_format_size  g_format_size;
3952 alias c_g_format_size_full  g_format_size_full;
3953 alias c_g_format_size_for_display  g_format_size_for_display;
3954 alias c_g_find_program_in_path  g_find_program_in_path;
3955 alias c_g_bit_nth_lsf  g_bit_nth_lsf;
3956 alias c_g_bit_nth_msf  g_bit_nth_msf;
3957 alias c_g_bit_storage  g_bit_storage;
3958 alias c_g_spaced_primes_closest  g_spaced_primes_closest;
3959 alias c_g_atexit  g_atexit;
3960 alias c_g_parse_debug_string  g_parse_debug_string;
3961 alias c_g_qsort_with_data  g_qsort_with_data;
3962 alias c_g_nullify_pointer  g_nullify_pointer;
3963 
3964 // glib.ScannerG
3965 
3966 alias c_g_scanner_new  g_scanner_new;
3967 alias c_g_scanner_destroy  g_scanner_destroy;
3968 alias c_g_scanner_input_file  g_scanner_input_file;
3969 alias c_g_scanner_sync_file_offset  g_scanner_sync_file_offset;
3970 alias c_g_scanner_input_text  g_scanner_input_text;
3971 alias c_g_scanner_peek_next_token  g_scanner_peek_next_token;
3972 alias c_g_scanner_get_next_token  g_scanner_get_next_token;
3973 alias c_g_scanner_eof  g_scanner_eof;
3974 alias c_g_scanner_cur_line  g_scanner_cur_line;
3975 alias c_g_scanner_cur_position  g_scanner_cur_position;
3976 alias c_g_scanner_cur_token  g_scanner_cur_token;
3977 alias c_g_scanner_cur_value  g_scanner_cur_value;
3978 alias c_g_scanner_set_scope  g_scanner_set_scope;
3979 alias c_g_scanner_scope_add_symbol  g_scanner_scope_add_symbol;
3980 alias c_g_scanner_scope_foreach_symbol  g_scanner_scope_foreach_symbol;
3981 alias c_g_scanner_scope_lookup_symbol  g_scanner_scope_lookup_symbol;
3982 alias c_g_scanner_scope_remove_symbol  g_scanner_scope_remove_symbol;
3983 alias c_g_scanner_lookup_symbol  g_scanner_lookup_symbol;
3984 alias c_g_scanner_warn  g_scanner_warn;
3985 alias c_g_scanner_error  g_scanner_error;
3986 alias c_g_scanner_unexp_token  g_scanner_unexp_token;
3987 
3988 // glib.Timer
3989 
3990 alias c_g_timer_new  g_timer_new;
3991 alias c_g_timer_start  g_timer_start;
3992 alias c_g_timer_stop  g_timer_stop;
3993 alias c_g_timer_continue  g_timer_continue;
3994 alias c_g_timer_elapsed  g_timer_elapsed;
3995 alias c_g_timer_reset  g_timer_reset;
3996 alias c_g_timer_destroy  g_timer_destroy;
3997 
3998 // glib.Spawn
3999 
4000 alias c_g_spawn_async_with_pipes  g_spawn_async_with_pipes;
4001 alias c_g_spawn_async  g_spawn_async;
4002 alias c_g_spawn_sync  g_spawn_sync;
4003 alias c_g_spawn_check_exit_status  g_spawn_check_exit_status;
4004 alias c_g_spawn_command_line_async  g_spawn_command_line_async;
4005 alias c_g_spawn_command_line_sync  g_spawn_command_line_sync;
4006 alias c_g_spawn_close_pid  g_spawn_close_pid;
4007 
4008 // glib.FileUtils
4009 
4010 alias c_g_file_error_from_errno  g_file_error_from_errno;
4011 alias c_g_file_get_contents  g_file_get_contents;
4012 alias c_g_file_set_contents  g_file_set_contents;
4013 alias c_g_file_test  g_file_test;
4014 alias c_g_mkstemp  g_mkstemp;
4015 alias c_g_mkstemp_full  g_mkstemp_full;
4016 alias c_g_file_open_tmp  g_file_open_tmp;
4017 alias c_g_file_read_link  g_file_read_link;
4018 alias c_g_mkdir_with_parents  g_mkdir_with_parents;
4019 alias c_g_mkdtemp  g_mkdtemp;
4020 alias c_g_mkdtemp_full  g_mkdtemp_full;
4021 alias c_g_open  g_open;
4022 alias c_g_rename  g_rename;
4023 alias c_g_mkdir  g_mkdir;
4024 alias c_g_stat  g_stat;
4025 alias c_g_lstat  g_lstat;
4026 alias c_g_unlink  g_unlink;
4027 alias c_g_remove  g_remove;
4028 alias c_g_rmdir  g_rmdir;
4029 alias c_g_fopen  g_fopen;
4030 alias c_g_freopen  g_freopen;
4031 alias c_g_chmod  g_chmod;
4032 alias c_g_access  g_access;
4033 alias c_g_creat  g_creat;
4034 alias c_g_chdir  g_chdir;
4035 alias c_g_utime  g_utime;
4036 alias c_g_close  g_close;
4037 
4038 // glib.Directory
4039 
4040 alias c_g_dir_make_tmp  g_dir_make_tmp;
4041 alias c_g_dir_open  g_dir_open;
4042 alias c_g_dir_read_name  g_dir_read_name;
4043 alias c_g_dir_rewind  g_dir_rewind;
4044 alias c_g_dir_close  g_dir_close;
4045 
4046 // glib.MappedFile
4047 
4048 alias c_g_mapped_file_new  g_mapped_file_new;
4049 alias c_g_mapped_file_new_from_fd  g_mapped_file_new_from_fd;
4050 alias c_g_mapped_file_ref  g_mapped_file_ref;
4051 alias c_g_mapped_file_unref  g_mapped_file_unref;
4052 alias c_g_mapped_file_free  g_mapped_file_free;
4053 alias c_g_mapped_file_get_length  g_mapped_file_get_length;
4054 alias c_g_mapped_file_get_contents  g_mapped_file_get_contents;
4055 alias c_g_mapped_file_get_bytes  g_mapped_file_get_bytes;
4056 
4057 // glib.URI
4058 
4059 alias c_g_uri_parse_scheme  g_uri_parse_scheme;
4060 alias c_g_uri_escape_string  g_uri_escape_string;
4061 alias c_g_uri_unescape_string  g_uri_unescape_string;
4062 alias c_g_uri_unescape_segment  g_uri_unescape_segment;
4063 alias c_g_uri_list_extract_uris  g_uri_list_extract_uris;
4064 alias c_g_filename_from_uri  g_filename_from_uri;
4065 alias c_g_filename_to_uri  g_filename_to_uri;
4066 
4067 // glib.Hostname
4068 
4069 alias c_g_hostname_to_ascii  g_hostname_to_ascii;
4070 alias c_g_hostname_to_unicode  g_hostname_to_unicode;
4071 alias c_g_hostname_is_non_ascii  g_hostname_is_non_ascii;
4072 alias c_g_hostname_is_ascii_encoded  g_hostname_is_ascii_encoded;
4073 alias c_g_hostname_is_ip_address  g_hostname_is_ip_address;
4074 
4075 // glib.ShellUtils
4076 
4077 alias c_g_shell_parse_argv  g_shell_parse_argv;
4078 alias c_g_shell_quote  g_shell_quote;
4079 alias c_g_shell_unquote  g_shell_unquote;
4080 
4081 // glib.OptionContext
4082 
4083 alias c_g_option_context_new  g_option_context_new;
4084 alias c_g_option_context_set_summary  g_option_context_set_summary;
4085 alias c_g_option_context_get_summary  g_option_context_get_summary;
4086 alias c_g_option_context_set_description  g_option_context_set_description;
4087 alias c_g_option_context_get_description  g_option_context_get_description;
4088 alias c_g_option_context_set_translate_func  g_option_context_set_translate_func;
4089 alias c_g_option_context_set_translation_domain  g_option_context_set_translation_domain;
4090 alias c_g_option_context_free  g_option_context_free;
4091 alias c_g_option_context_parse  g_option_context_parse;
4092 alias c_g_option_context_set_help_enabled  g_option_context_set_help_enabled;
4093 alias c_g_option_context_get_help_enabled  g_option_context_get_help_enabled;
4094 alias c_g_option_context_set_ignore_unknown_options  g_option_context_set_ignore_unknown_options;
4095 alias c_g_option_context_get_ignore_unknown_options  g_option_context_get_ignore_unknown_options;
4096 alias c_g_option_context_get_help  g_option_context_get_help;
4097 alias c_g_option_context_add_main_entries  g_option_context_add_main_entries;
4098 alias c_g_option_context_add_group  g_option_context_add_group;
4099 alias c_g_option_context_set_main_group  g_option_context_set_main_group;
4100 alias c_g_option_context_get_main_group  g_option_context_get_main_group;
4101 
4102 // glib.OptionGroup
4103 
4104 alias c_g_option_group_new  g_option_group_new;
4105 alias c_g_option_group_free  g_option_group_free;
4106 alias c_g_option_group_add_entries  g_option_group_add_entries;
4107 alias c_g_option_group_set_parse_hooks  g_option_group_set_parse_hooks;
4108 alias c_g_option_group_set_error_hook  g_option_group_set_error_hook;
4109 alias c_g_option_group_set_translate_func  g_option_group_set_translate_func;
4110 alias c_g_option_group_set_translation_domain  g_option_group_set_translation_domain;
4111 
4112 // glib.Pattern
4113 
4114 alias c_g_pattern_spec_new  g_pattern_spec_new;
4115 alias c_g_pattern_spec_free  g_pattern_spec_free;
4116 alias c_g_pattern_spec_equal  g_pattern_spec_equal;
4117 alias c_g_pattern_match  g_pattern_match;
4118 alias c_g_pattern_match_string  g_pattern_match_string;
4119 alias c_g_pattern_match_simple  g_pattern_match_simple;
4120 
4121 // glib.Regex
4122 
4123 alias c_g_regex_new  g_regex_new;
4124 alias c_g_regex_ref  g_regex_ref;
4125 alias c_g_regex_unref  g_regex_unref;
4126 alias c_g_regex_get_pattern  g_regex_get_pattern;
4127 alias c_g_regex_get_max_backref  g_regex_get_max_backref;
4128 alias c_g_regex_get_capture_count  g_regex_get_capture_count;
4129 alias c_g_regex_get_has_cr_or_lf  g_regex_get_has_cr_or_lf;
4130 alias c_g_regex_get_max_lookbehind  g_regex_get_max_lookbehind;
4131 alias c_g_regex_get_string_number  g_regex_get_string_number;
4132 alias c_g_regex_get_compile_flags  g_regex_get_compile_flags;
4133 alias c_g_regex_get_match_flags  g_regex_get_match_flags;
4134 alias c_g_regex_escape_string  g_regex_escape_string;
4135 alias c_g_regex_escape_nul  g_regex_escape_nul;
4136 alias c_g_regex_match_simple  g_regex_match_simple;
4137 alias c_g_regex_match  g_regex_match;
4138 alias c_g_regex_match_full  g_regex_match_full;
4139 alias c_g_regex_match_all  g_regex_match_all;
4140 alias c_g_regex_match_all_full  g_regex_match_all_full;
4141 alias c_g_regex_split_simple  g_regex_split_simple;
4142 alias c_g_regex_split  g_regex_split;
4143 alias c_g_regex_split_full  g_regex_split_full;
4144 alias c_g_regex_replace  g_regex_replace;
4145 alias c_g_regex_replace_literal  g_regex_replace_literal;
4146 alias c_g_regex_replace_eval  g_regex_replace_eval;
4147 alias c_g_regex_check_replacement  g_regex_check_replacement;
4148 
4149 // glib.MatchInfo
4150 
4151 alias c_g_match_info_get_regex  g_match_info_get_regex;
4152 alias c_g_match_info_get_string  g_match_info_get_string;
4153 alias c_g_match_info_ref  g_match_info_ref;
4154 alias c_g_match_info_unref  g_match_info_unref;
4155 alias c_g_match_info_free  g_match_info_free;
4156 alias c_g_match_info_matches  g_match_info_matches;
4157 alias c_g_match_info_next  g_match_info_next;
4158 alias c_g_match_info_get_match_count  g_match_info_get_match_count;
4159 alias c_g_match_info_is_partial_match  g_match_info_is_partial_match;
4160 alias c_g_match_info_expand_references  g_match_info_expand_references;
4161 alias c_g_match_info_fetch  g_match_info_fetch;
4162 alias c_g_match_info_fetch_pos  g_match_info_fetch_pos;
4163 alias c_g_match_info_fetch_named  g_match_info_fetch_named;
4164 alias c_g_match_info_fetch_named_pos  g_match_info_fetch_named_pos;
4165 alias c_g_match_info_fetch_all  g_match_info_fetch_all;
4166 
4167 // glib.SimpleXML
4168 
4169 alias c_g_markup_escape_text  g_markup_escape_text;
4170 alias c_g_markup_printf_escaped  g_markup_printf_escaped;
4171 alias c_g_markup_vprintf_escaped  g_markup_vprintf_escaped;
4172 alias c_g_markup_parse_context_end_parse  g_markup_parse_context_end_parse;
4173 alias c_g_markup_parse_context_free  g_markup_parse_context_free;
4174 alias c_g_markup_parse_context_get_position  g_markup_parse_context_get_position;
4175 alias c_g_markup_parse_context_get_element  g_markup_parse_context_get_element;
4176 alias c_g_markup_parse_context_get_element_stack  g_markup_parse_context_get_element_stack;
4177 alias c_g_markup_parse_context_get_user_data  g_markup_parse_context_get_user_data;
4178 alias c_g_markup_parse_context_new  g_markup_parse_context_new;
4179 alias c_g_markup_parse_context_parse  g_markup_parse_context_parse;
4180 alias c_g_markup_parse_context_push  g_markup_parse_context_push;
4181 alias c_g_markup_parse_context_pop  g_markup_parse_context_pop;
4182 alias c_g_markup_parse_context_ref  g_markup_parse_context_ref;
4183 alias c_g_markup_parse_context_unref  g_markup_parse_context_unref;
4184 alias c_g_markup_collect_attributes  g_markup_collect_attributes;
4185 
4186 // glib.KeyFile
4187 
4188 alias c_g_key_file_new  g_key_file_new;
4189 alias c_g_key_file_free  g_key_file_free;
4190 alias c_g_key_file_ref  g_key_file_ref;
4191 alias c_g_key_file_unref  g_key_file_unref;
4192 alias c_g_key_file_set_list_separator  g_key_file_set_list_separator;
4193 alias c_g_key_file_load_from_file  g_key_file_load_from_file;
4194 alias c_g_key_file_load_from_data  g_key_file_load_from_data;
4195 alias c_g_key_file_load_from_data_dirs  g_key_file_load_from_data_dirs;
4196 alias c_g_key_file_load_from_dirs  g_key_file_load_from_dirs;
4197 alias c_g_key_file_to_data  g_key_file_to_data;
4198 alias c_g_key_file_get_start_group  g_key_file_get_start_group;
4199 alias c_g_key_file_get_groups  g_key_file_get_groups;
4200 alias c_g_key_file_get_keys  g_key_file_get_keys;
4201 alias c_g_key_file_has_group  g_key_file_has_group;
4202 alias c_g_key_file_has_key  g_key_file_has_key;
4203 alias c_g_key_file_get_value  g_key_file_get_value;
4204 alias c_g_key_file_get_string  g_key_file_get_string;
4205 alias c_g_key_file_get_locale_string  g_key_file_get_locale_string;
4206 alias c_g_key_file_get_boolean  g_key_file_get_boolean;
4207 alias c_g_key_file_get_integer  g_key_file_get_integer;
4208 alias c_g_key_file_get_int64  g_key_file_get_int64;
4209 alias c_g_key_file_get_uint64  g_key_file_get_uint64;
4210 alias c_g_key_file_get_double  g_key_file_get_double;
4211 alias c_g_key_file_get_string_list  g_key_file_get_string_list;
4212 alias c_g_key_file_get_locale_string_list  g_key_file_get_locale_string_list;
4213 alias c_g_key_file_get_boolean_list  g_key_file_get_boolean_list;
4214 alias c_g_key_file_get_integer_list  g_key_file_get_integer_list;
4215 alias c_g_key_file_get_double_list  g_key_file_get_double_list;
4216 alias c_g_key_file_get_comment  g_key_file_get_comment;
4217 alias c_g_key_file_set_value  g_key_file_set_value;
4218 alias c_g_key_file_set_string  g_key_file_set_string;
4219 alias c_g_key_file_set_locale_string  g_key_file_set_locale_string;
4220 alias c_g_key_file_set_boolean  g_key_file_set_boolean;
4221 alias c_g_key_file_set_integer  g_key_file_set_integer;
4222 alias c_g_key_file_set_int64  g_key_file_set_int64;
4223 alias c_g_key_file_set_uint64  g_key_file_set_uint64;
4224 alias c_g_key_file_set_double  g_key_file_set_double;
4225 alias c_g_key_file_set_string_list  g_key_file_set_string_list;
4226 alias c_g_key_file_set_locale_string_list  g_key_file_set_locale_string_list;
4227 alias c_g_key_file_set_boolean_list  g_key_file_set_boolean_list;
4228 alias c_g_key_file_set_integer_list  g_key_file_set_integer_list;
4229 alias c_g_key_file_set_double_list  g_key_file_set_double_list;
4230 alias c_g_key_file_set_comment  g_key_file_set_comment;
4231 alias c_g_key_file_remove_group  g_key_file_remove_group;
4232 alias c_g_key_file_remove_key  g_key_file_remove_key;
4233 alias c_g_key_file_remove_comment  g_key_file_remove_comment;
4234 
4235 // glib.BookmarkFile
4236 
4237 alias c_g_bookmark_file_new  g_bookmark_file_new;
4238 alias c_g_bookmark_file_free  g_bookmark_file_free;
4239 alias c_g_bookmark_file_load_from_file  g_bookmark_file_load_from_file;
4240 alias c_g_bookmark_file_load_from_data  g_bookmark_file_load_from_data;
4241 alias c_g_bookmark_file_load_from_data_dirs  g_bookmark_file_load_from_data_dirs;
4242 alias c_g_bookmark_file_to_data  g_bookmark_file_to_data;
4243 alias c_g_bookmark_file_to_file  g_bookmark_file_to_file;
4244 alias c_g_bookmark_file_has_item  g_bookmark_file_has_item;
4245 alias c_g_bookmark_file_has_group  g_bookmark_file_has_group;
4246 alias c_g_bookmark_file_has_application  g_bookmark_file_has_application;
4247 alias c_g_bookmark_file_get_size  g_bookmark_file_get_size;
4248 alias c_g_bookmark_file_get_uris  g_bookmark_file_get_uris;
4249 alias c_g_bookmark_file_get_title  g_bookmark_file_get_title;
4250 alias c_g_bookmark_file_get_description  g_bookmark_file_get_description;
4251 alias c_g_bookmark_file_get_mime_type  g_bookmark_file_get_mime_type;
4252 alias c_g_bookmark_file_get_is_private  g_bookmark_file_get_is_private;
4253 alias c_g_bookmark_file_get_icon  g_bookmark_file_get_icon;
4254 alias c_g_bookmark_file_get_added  g_bookmark_file_get_added;
4255 alias c_g_bookmark_file_get_modified  g_bookmark_file_get_modified;
4256 alias c_g_bookmark_file_get_visited  g_bookmark_file_get_visited;
4257 alias c_g_bookmark_file_get_groups  g_bookmark_file_get_groups;
4258 alias c_g_bookmark_file_get_applications  g_bookmark_file_get_applications;
4259 alias c_g_bookmark_file_get_app_info  g_bookmark_file_get_app_info;
4260 alias c_g_bookmark_file_set_title  g_bookmark_file_set_title;
4261 alias c_g_bookmark_file_set_description  g_bookmark_file_set_description;
4262 alias c_g_bookmark_file_set_mime_type  g_bookmark_file_set_mime_type;
4263 alias c_g_bookmark_file_set_is_private  g_bookmark_file_set_is_private;
4264 alias c_g_bookmark_file_set_icon  g_bookmark_file_set_icon;
4265 alias c_g_bookmark_file_set_added  g_bookmark_file_set_added;
4266 alias c_g_bookmark_file_set_groups  g_bookmark_file_set_groups;
4267 alias c_g_bookmark_file_set_modified  g_bookmark_file_set_modified;
4268 alias c_g_bookmark_file_set_visited  g_bookmark_file_set_visited;
4269 alias c_g_bookmark_file_set_app_info  g_bookmark_file_set_app_info;
4270 alias c_g_bookmark_file_add_group  g_bookmark_file_add_group;
4271 alias c_g_bookmark_file_add_application  g_bookmark_file_add_application;
4272 alias c_g_bookmark_file_remove_group  g_bookmark_file_remove_group;
4273 alias c_g_bookmark_file_remove_application  g_bookmark_file_remove_application;
4274 alias c_g_bookmark_file_remove_item  g_bookmark_file_remove_item;
4275 alias c_g_bookmark_file_move_item  g_bookmark_file_move_item;
4276 
4277 // glib.UnixUtils
4278 
4279 alias c_g_unix_open_pipe  g_unix_open_pipe;
4280 alias c_g_unix_set_fd_nonblocking  g_unix_set_fd_nonblocking;
4281 alias c_g_unix_signal_add  g_unix_signal_add;
4282 alias c_g_unix_signal_add_full  g_unix_signal_add_full;
4283 alias c_g_unix_signal_source_new  g_unix_signal_source_new;
4284 alias c_g_unix_fd_add  g_unix_fd_add;
4285 alias c_g_unix_fd_add_full  g_unix_fd_add_full;
4286 alias c_g_unix_fd_source_new  g_unix_fd_source_new;
4287 
4288 // glib.WindowsUtils
4289 
4290 alias c_g_win32_error_message  g_win32_error_message;
4291 alias c_g_win32_getlocale  g_win32_getlocale;
4292 alias c_g_win32_get_package_installation_directory  g_win32_get_package_installation_directory;
4293 alias c_g_win32_get_package_installation_directory_of_module  g_win32_get_package_installation_directory_of_module;
4294 alias c_g_win32_get_package_installation_subdirectory  g_win32_get_package_installation_subdirectory;
4295 alias c_g_win32_get_windows_version  g_win32_get_windows_version;
4296 alias c_g_win32_locale_filename_from_utf8  g_win32_locale_filename_from_utf8;
4297 
4298 // glib.ListG
4299 
4300 alias c_g_list_append  g_list_append;
4301 alias c_g_list_prepend  g_list_prepend;
4302 alias c_g_list_insert  g_list_insert;
4303 alias c_g_list_insert_before  g_list_insert_before;
4304 alias c_g_list_insert_sorted  g_list_insert_sorted;
4305 alias c_g_list_remove  g_list_remove;
4306 alias c_g_list_remove_link  g_list_remove_link;
4307 alias c_g_list_delete_link  g_list_delete_link;
4308 alias c_g_list_remove_all  g_list_remove_all;
4309 alias c_g_list_free  g_list_free;
4310 alias c_g_list_free_full  g_list_free_full;
4311 alias c_g_list_alloc  g_list_alloc;
4312 alias c_g_list_free_1  g_list_free_1;
4313 alias c_g_list_length  g_list_length;
4314 alias c_g_list_copy  g_list_copy;
4315 alias c_g_list_copy_deep  g_list_copy_deep;
4316 alias c_g_list_reverse  g_list_reverse;
4317 alias c_g_list_sort  g_list_sort;
4318 alias c_g_list_insert_sorted_with_data  g_list_insert_sorted_with_data;
4319 alias c_g_list_sort_with_data  g_list_sort_with_data;
4320 alias c_g_list_concat  g_list_concat;
4321 alias c_g_list_foreach  g_list_foreach;
4322 alias c_g_list_first  g_list_first;
4323 alias c_g_list_last  g_list_last;
4324 alias c_g_list_nth  g_list_nth;
4325 alias c_g_list_nth_data  g_list_nth_data;
4326 alias c_g_list_nth_prev  g_list_nth_prev;
4327 alias c_g_list_find  g_list_find;
4328 alias c_g_list_find_custom  g_list_find_custom;
4329 alias c_g_list_position  g_list_position;
4330 alias c_g_list_index  g_list_index;
4331 
4332 // glib.ListSG
4333 
4334 alias c_g_slist_alloc  g_slist_alloc;
4335 alias c_g_slist_append  g_slist_append;
4336 alias c_g_slist_prepend  g_slist_prepend;
4337 alias c_g_slist_insert  g_slist_insert;
4338 alias c_g_slist_insert_before  g_slist_insert_before;
4339 alias c_g_slist_insert_sorted  g_slist_insert_sorted;
4340 alias c_g_slist_remove  g_slist_remove;
4341 alias c_g_slist_remove_link  g_slist_remove_link;
4342 alias c_g_slist_delete_link  g_slist_delete_link;
4343 alias c_g_slist_remove_all  g_slist_remove_all;
4344 alias c_g_slist_free  g_slist_free;
4345 alias c_g_slist_free_full  g_slist_free_full;
4346 alias c_g_slist_free_1  g_slist_free_1;
4347 alias c_g_slist_length  g_slist_length;
4348 alias c_g_slist_copy  g_slist_copy;
4349 alias c_g_slist_copy_deep  g_slist_copy_deep;
4350 alias c_g_slist_reverse  g_slist_reverse;
4351 alias c_g_slist_insert_sorted_with_data  g_slist_insert_sorted_with_data;
4352 alias c_g_slist_sort  g_slist_sort;
4353 alias c_g_slist_sort_with_data  g_slist_sort_with_data;
4354 alias c_g_slist_concat  g_slist_concat;
4355 alias c_g_slist_foreach  g_slist_foreach;
4356 alias c_g_slist_last  g_slist_last;
4357 alias c_g_slist_nth  g_slist_nth;
4358 alias c_g_slist_nth_data  g_slist_nth_data;
4359 alias c_g_slist_find  g_slist_find;
4360 alias c_g_slist_find_custom  g_slist_find_custom;
4361 alias c_g_slist_position  g_slist_position;
4362 alias c_g_slist_index  g_slist_index;
4363 
4364 // glib.QueueG
4365 
4366 alias c_g_queue_new  g_queue_new;
4367 alias c_g_queue_free  g_queue_free;
4368 alias c_g_queue_free_full  g_queue_free_full;
4369 alias c_g_queue_init  g_queue_init;
4370 alias c_g_queue_clear  g_queue_clear;
4371 alias c_g_queue_is_empty  g_queue_is_empty;
4372 alias c_g_queue_get_length  g_queue_get_length;
4373 alias c_g_queue_reverse  g_queue_reverse;
4374 alias c_g_queue_copy  g_queue_copy;
4375 alias c_g_queue_foreach  g_queue_foreach;
4376 alias c_g_queue_find  g_queue_find;
4377 alias c_g_queue_find_custom  g_queue_find_custom;
4378 alias c_g_queue_sort  g_queue_sort;
4379 alias c_g_queue_push_head  g_queue_push_head;
4380 alias c_g_queue_push_tail  g_queue_push_tail;
4381 alias c_g_queue_push_nth  g_queue_push_nth;
4382 alias c_g_queue_pop_head  g_queue_pop_head;
4383 alias c_g_queue_pop_tail  g_queue_pop_tail;
4384 alias c_g_queue_pop_nth  g_queue_pop_nth;
4385 alias c_g_queue_peek_head  g_queue_peek_head;
4386 alias c_g_queue_peek_tail  g_queue_peek_tail;
4387 alias c_g_queue_peek_nth  g_queue_peek_nth;
4388 alias c_g_queue_index  g_queue_index;
4389 alias c_g_queue_remove  g_queue_remove;
4390 alias c_g_queue_remove_all  g_queue_remove_all;
4391 alias c_g_queue_insert_before  g_queue_insert_before;
4392 alias c_g_queue_insert_after  g_queue_insert_after;
4393 alias c_g_queue_insert_sorted  g_queue_insert_sorted;
4394 alias c_g_queue_push_head_link  g_queue_push_head_link;
4395 alias c_g_queue_push_tail_link  g_queue_push_tail_link;
4396 alias c_g_queue_push_nth_link  g_queue_push_nth_link;
4397 alias c_g_queue_pop_head_link  g_queue_pop_head_link;
4398 alias c_g_queue_pop_tail_link  g_queue_pop_tail_link;
4399 alias c_g_queue_pop_nth_link  g_queue_pop_nth_link;
4400 alias c_g_queue_peek_head_link  g_queue_peek_head_link;
4401 alias c_g_queue_peek_tail_link  g_queue_peek_tail_link;
4402 alias c_g_queue_peek_nth_link  g_queue_peek_nth_link;
4403 alias c_g_queue_link_index  g_queue_link_index;
4404 alias c_g_queue_unlink  g_queue_unlink;
4405 alias c_g_queue_delete_link  g_queue_delete_link;
4406 
4407 // glib.Sequence
4408 
4409 alias c_g_sequence_new  g_sequence_new;
4410 alias c_g_sequence_free  g_sequence_free;
4411 alias c_g_sequence_get_length  g_sequence_get_length;
4412 alias c_g_sequence_foreach  g_sequence_foreach;
4413 alias c_g_sequence_foreach_range  g_sequence_foreach_range;
4414 alias c_g_sequence_sort  g_sequence_sort;
4415 alias c_g_sequence_sort_iter  g_sequence_sort_iter;
4416 alias c_g_sequence_get_begin_iter  g_sequence_get_begin_iter;
4417 alias c_g_sequence_get_end_iter  g_sequence_get_end_iter;
4418 alias c_g_sequence_get_iter_at_pos  g_sequence_get_iter_at_pos;
4419 alias c_g_sequence_append  g_sequence_append;
4420 alias c_g_sequence_prepend  g_sequence_prepend;
4421 alias c_g_sequence_insert_before  g_sequence_insert_before;
4422 alias c_g_sequence_move  g_sequence_move;
4423 alias c_g_sequence_swap  g_sequence_swap;
4424 alias c_g_sequence_insert_sorted  g_sequence_insert_sorted;
4425 alias c_g_sequence_insert_sorted_iter  g_sequence_insert_sorted_iter;
4426 alias c_g_sequence_sort_changed  g_sequence_sort_changed;
4427 alias c_g_sequence_sort_changed_iter  g_sequence_sort_changed_iter;
4428 alias c_g_sequence_remove  g_sequence_remove;
4429 alias c_g_sequence_remove_range  g_sequence_remove_range;
4430 alias c_g_sequence_move_range  g_sequence_move_range;
4431 alias c_g_sequence_search  g_sequence_search;
4432 alias c_g_sequence_search_iter  g_sequence_search_iter;
4433 alias c_g_sequence_lookup  g_sequence_lookup;
4434 alias c_g_sequence_lookup_iter  g_sequence_lookup_iter;
4435 alias c_g_sequence_get  g_sequence_get;
4436 alias c_g_sequence_set  g_sequence_set;
4437 alias c_g_sequence_range_get_midpoint  g_sequence_range_get_midpoint;
4438 
4439 // glib.SequenceIter
4440 
4441 alias c_g_sequence_iter_is_begin  g_sequence_iter_is_begin;
4442 alias c_g_sequence_iter_is_end  g_sequence_iter_is_end;
4443 alias c_g_sequence_iter_next  g_sequence_iter_next;
4444 alias c_g_sequence_iter_prev  g_sequence_iter_prev;
4445 alias c_g_sequence_iter_get_position  g_sequence_iter_get_position;
4446 alias c_g_sequence_iter_move  g_sequence_iter_move;
4447 alias c_g_sequence_iter_get_sequence  g_sequence_iter_get_sequence;
4448 alias c_g_sequence_iter_compare  g_sequence_iter_compare;
4449 
4450 // glib.TrashStack
4451 
4452 alias c_g_trash_stack_push  g_trash_stack_push;
4453 alias c_g_trash_stack_pop  g_trash_stack_pop;
4454 alias c_g_trash_stack_peek  g_trash_stack_peek;
4455 alias c_g_trash_stack_height  g_trash_stack_height;
4456 
4457 // glib.HashTable
4458 
4459 alias c_g_hash_table_new  g_hash_table_new;
4460 alias c_g_hash_table_new_full  g_hash_table_new_full;
4461 alias c_g_hash_table_insert  g_hash_table_insert;
4462 alias c_g_hash_table_replace  g_hash_table_replace;
4463 alias c_g_hash_table_add  g_hash_table_add;
4464 alias c_g_hash_table_contains  g_hash_table_contains;
4465 alias c_g_hash_table_size  g_hash_table_size;
4466 alias c_g_hash_table_lookup  g_hash_table_lookup;
4467 alias c_g_hash_table_lookup_extended  g_hash_table_lookup_extended;
4468 alias c_g_hash_table_foreach  g_hash_table_foreach;
4469 alias c_g_hash_table_find  g_hash_table_find;
4470 alias c_g_hash_table_remove  g_hash_table_remove;
4471 alias c_g_hash_table_steal  g_hash_table_steal;
4472 alias c_g_hash_table_foreach_remove  g_hash_table_foreach_remove;
4473 alias c_g_hash_table_foreach_steal  g_hash_table_foreach_steal;
4474 alias c_g_hash_table_remove_all  g_hash_table_remove_all;
4475 alias c_g_hash_table_steal_all  g_hash_table_steal_all;
4476 alias c_g_hash_table_get_keys  g_hash_table_get_keys;
4477 alias c_g_hash_table_get_values  g_hash_table_get_values;
4478 alias c_g_hash_table_destroy  g_hash_table_destroy;
4479 alias c_g_hash_table_ref  g_hash_table_ref;
4480 alias c_g_hash_table_unref  g_hash_table_unref;
4481 alias c_g_direct_equal  g_direct_equal;
4482 alias c_g_direct_hash  g_direct_hash;
4483 alias c_g_int_equal  g_int_equal;
4484 alias c_g_int_hash  g_int_hash;
4485 alias c_g_int64_equal  g_int64_equal;
4486 alias c_g_int64_hash  g_int64_hash;
4487 alias c_g_double_equal  g_double_equal;
4488 alias c_g_double_hash  g_double_hash;
4489 alias c_g_str_equal  g_str_equal;
4490 alias c_g_str_hash  g_str_hash;
4491 
4492 // glib.HashTableIter
4493 
4494 alias c_g_hash_table_iter_init  g_hash_table_iter_init;
4495 alias c_g_hash_table_iter_next  g_hash_table_iter_next;
4496 alias c_g_hash_table_iter_get_hash_table  g_hash_table_iter_get_hash_table;
4497 alias c_g_hash_table_iter_replace  g_hash_table_iter_replace;
4498 alias c_g_hash_table_iter_remove  g_hash_table_iter_remove;
4499 alias c_g_hash_table_iter_steal  g_hash_table_iter_steal;
4500 
4501 // glib.StringG
4502 
4503 alias c_g_string_new  g_string_new;
4504 alias c_g_string_new_len  g_string_new_len;
4505 alias c_g_string_sized_new  g_string_sized_new;
4506 alias c_g_string_assign  g_string_assign;
4507 alias c_g_string_vprintf  g_string_vprintf;
4508 alias c_g_string_append_vprintf  g_string_append_vprintf;
4509 alias c_g_string_printf  g_string_printf;
4510 alias c_g_string_append_printf  g_string_append_printf;
4511 alias c_g_string_append  g_string_append;
4512 alias c_g_string_append_c  g_string_append_c;
4513 alias c_g_string_append_unichar  g_string_append_unichar;
4514 alias c_g_string_append_len  g_string_append_len;
4515 alias c_g_string_append_uri_escaped  g_string_append_uri_escaped;
4516 alias c_g_string_prepend  g_string_prepend;
4517 alias c_g_string_prepend_c  g_string_prepend_c;
4518 alias c_g_string_prepend_unichar  g_string_prepend_unichar;
4519 alias c_g_string_prepend_len  g_string_prepend_len;
4520 alias c_g_string_insert  g_string_insert;
4521 alias c_g_string_insert_c  g_string_insert_c;
4522 alias c_g_string_insert_unichar  g_string_insert_unichar;
4523 alias c_g_string_insert_len  g_string_insert_len;
4524 alias c_g_string_overwrite  g_string_overwrite;
4525 alias c_g_string_overwrite_len  g_string_overwrite_len;
4526 alias c_g_string_erase  g_string_erase;
4527 alias c_g_string_truncate  g_string_truncate;
4528 alias c_g_string_set_size  g_string_set_size;
4529 alias c_g_string_free  g_string_free;
4530 alias c_g_string_free_to_bytes  g_string_free_to_bytes;
4531 alias c_g_string_up  g_string_up;
4532 alias c_g_string_down  g_string_down;
4533 alias c_g_string_hash  g_string_hash;
4534 alias c_g_string_equal  g_string_equal;
4535 
4536 // glib.StringGChunk
4537 
4538 alias c_g_string_chunk_new  g_string_chunk_new;
4539 alias c_g_string_chunk_insert  g_string_chunk_insert;
4540 alias c_g_string_chunk_insert_const  g_string_chunk_insert_const;
4541 alias c_g_string_chunk_insert_len  g_string_chunk_insert_len;
4542 alias c_g_string_chunk_clear  g_string_chunk_clear;
4543 alias c_g_string_chunk_free  g_string_chunk_free;
4544 
4545 // glib.ArrayG
4546 
4547 alias c_g_array_new  g_array_new;
4548 alias c_g_array_sized_new  g_array_sized_new;
4549 alias c_g_array_ref  g_array_ref;
4550 alias c_g_array_unref  g_array_unref;
4551 alias c_g_array_get_element_size  g_array_get_element_size;
4552 alias c_g_array_append_vals  g_array_append_vals;
4553 alias c_g_array_prepend_vals  g_array_prepend_vals;
4554 alias c_g_array_insert_vals  g_array_insert_vals;
4555 alias c_g_array_remove_index  g_array_remove_index;
4556 alias c_g_array_remove_index_fast  g_array_remove_index_fast;
4557 alias c_g_array_remove_range  g_array_remove_range;
4558 alias c_g_array_sort  g_array_sort;
4559 alias c_g_array_sort_with_data  g_array_sort_with_data;
4560 alias c_g_array_set_size  g_array_set_size;
4561 alias c_g_array_set_clear_func  g_array_set_clear_func;
4562 alias c_g_array_free  g_array_free;
4563 
4564 // glib.PtrArray
4565 
4566 alias c_g_ptr_array_new  g_ptr_array_new;
4567 alias c_g_ptr_array_sized_new  g_ptr_array_sized_new;
4568 alias c_g_ptr_array_new_with_free_func  g_ptr_array_new_with_free_func;
4569 alias c_g_ptr_array_new_full  g_ptr_array_new_full;
4570 alias c_g_ptr_array_set_free_func  g_ptr_array_set_free_func;
4571 alias c_g_ptr_array_ref  g_ptr_array_ref;
4572 alias c_g_ptr_array_unref  g_ptr_array_unref;
4573 alias c_g_ptr_array_add  g_ptr_array_add;
4574 alias c_g_ptr_array_remove  g_ptr_array_remove;
4575 alias c_g_ptr_array_remove_index  g_ptr_array_remove_index;
4576 alias c_g_ptr_array_remove_fast  g_ptr_array_remove_fast;
4577 alias c_g_ptr_array_remove_index_fast  g_ptr_array_remove_index_fast;
4578 alias c_g_ptr_array_remove_range  g_ptr_array_remove_range;
4579 alias c_g_ptr_array_sort  g_ptr_array_sort;
4580 alias c_g_ptr_array_sort_with_data  g_ptr_array_sort_with_data;
4581 alias c_g_ptr_array_set_size  g_ptr_array_set_size;
4582 alias c_g_ptr_array_free  g_ptr_array_free;
4583 alias c_g_ptr_array_foreach  g_ptr_array_foreach;
4584 
4585 // glib.ByteArray
4586 
4587 alias c_g_byte_array_new  g_byte_array_new;
4588 alias c_g_byte_array_new_take  g_byte_array_new_take;
4589 alias c_g_byte_array_sized_new  g_byte_array_sized_new;
4590 alias c_g_byte_array_ref  g_byte_array_ref;
4591 alias c_g_byte_array_unref  g_byte_array_unref;
4592 alias c_g_byte_array_append  g_byte_array_append;
4593 alias c_g_byte_array_prepend  g_byte_array_prepend;
4594 alias c_g_byte_array_remove_index  g_byte_array_remove_index;
4595 alias c_g_byte_array_remove_index_fast  g_byte_array_remove_index_fast;
4596 alias c_g_byte_array_remove_range  g_byte_array_remove_range;
4597 alias c_g_byte_array_sort  g_byte_array_sort;
4598 alias c_g_byte_array_sort_with_data  g_byte_array_sort_with_data;
4599 alias c_g_byte_array_set_size  g_byte_array_set_size;
4600 alias c_g_byte_array_free  g_byte_array_free;
4601 alias c_g_byte_array_free_to_bytes  g_byte_array_free_to_bytes;
4602 
4603 // glib.Bytes
4604 
4605 alias c_g_bytes_new  g_bytes_new;
4606 alias c_g_bytes_new_take  g_bytes_new_take;
4607 alias c_g_bytes_new_static  g_bytes_new_static;
4608 alias c_g_bytes_new_with_free_func  g_bytes_new_with_free_func;
4609 alias c_g_bytes_new_from_bytes  g_bytes_new_from_bytes;
4610 alias c_g_bytes_get_data  g_bytes_get_data;
4611 alias c_g_bytes_get_size  g_bytes_get_size;
4612 alias c_g_bytes_hash  g_bytes_hash;
4613 alias c_g_bytes_equal  g_bytes_equal;
4614 alias c_g_bytes_compare  g_bytes_compare;
4615 alias c_g_bytes_ref  g_bytes_ref;
4616 alias c_g_bytes_unref  g_bytes_unref;
4617 alias c_g_bytes_unref_to_data  g_bytes_unref_to_data;
4618 alias c_g_bytes_unref_to_array  g_bytes_unref_to_array;
4619 
4620 // glib.BBTree
4621 
4622 alias c_g_tree_new  g_tree_new;
4623 alias c_g_tree_ref  g_tree_ref;
4624 alias c_g_tree_unref  g_tree_unref;
4625 alias c_g_tree_new_with_data  g_tree_new_with_data;
4626 alias c_g_tree_new_full  g_tree_new_full;
4627 alias c_g_tree_insert  g_tree_insert;
4628 alias c_g_tree_replace  g_tree_replace;
4629 alias c_g_tree_nnodes  g_tree_nnodes;
4630 alias c_g_tree_height  g_tree_height;
4631 alias c_g_tree_lookup  g_tree_lookup;
4632 alias c_g_tree_lookup_extended  g_tree_lookup_extended;
4633 alias c_g_tree_foreach  g_tree_foreach;
4634 alias c_g_tree_traverse  g_tree_traverse;
4635 alias c_g_tree_search  g_tree_search;
4636 alias c_g_tree_remove  g_tree_remove;
4637 alias c_g_tree_steal  g_tree_steal;
4638 alias c_g_tree_destroy  g_tree_destroy;
4639 
4640 // glib.Node
4641 
4642 alias c_g_node_new  g_node_new;
4643 alias c_g_node_copy  g_node_copy;
4644 alias c_g_node_copy_deep  g_node_copy_deep;
4645 alias c_g_node_insert  g_node_insert;
4646 alias c_g_node_insert_before  g_node_insert_before;
4647 alias c_g_node_insert_after  g_node_insert_after;
4648 alias c_g_node_prepend  g_node_prepend;
4649 alias c_g_node_reverse_children  g_node_reverse_children;
4650 alias c_g_node_traverse  g_node_traverse;
4651 alias c_g_node_children_foreach  g_node_children_foreach;
4652 alias c_g_node_get_root  g_node_get_root;
4653 alias c_g_node_find  g_node_find;
4654 alias c_g_node_find_child  g_node_find_child;
4655 alias c_g_node_child_index  g_node_child_index;
4656 alias c_g_node_child_position  g_node_child_position;
4657 alias c_g_node_last_child  g_node_last_child;
4658 alias c_g_node_nth_child  g_node_nth_child;
4659 alias c_g_node_first_sibling  g_node_first_sibling;
4660 alias c_g_node_last_sibling  g_node_last_sibling;
4661 alias c_g_node_depth  g_node_depth;
4662 alias c_g_node_n_nodes  g_node_n_nodes;
4663 alias c_g_node_n_children  g_node_n_children;
4664 alias c_g_node_is_ancestor  g_node_is_ancestor;
4665 alias c_g_node_max_height  g_node_max_height;
4666 alias c_g_node_unlink  g_node_unlink;
4667 alias c_g_node_destroy  g_node_destroy;
4668 
4669 // glib.Quark
4670 
4671 alias c_g_quark_from_string  g_quark_from_string;
4672 alias c_g_quark_from_static_string  g_quark_from_static_string;
4673 alias c_g_quark_to_string  g_quark_to_string;
4674 alias c_g_quark_try_string  g_quark_try_string;
4675 alias c_g_intern_string  g_intern_string;
4676 alias c_g_intern_static_string  g_intern_static_string;
4677 
4678 // glib.DataList
4679 
4680 alias c_g_datalist_init  g_datalist_init;
4681 alias c_g_datalist_id_set_data_full  g_datalist_id_set_data_full;
4682 alias c_g_datalist_id_get_data  g_datalist_id_get_data;
4683 alias c_g_datalist_id_remove_no_notify  g_datalist_id_remove_no_notify;
4684 alias c_g_datalist_id_dup_data  g_datalist_id_dup_data;
4685 alias c_g_datalist_id_replace_data  g_datalist_id_replace_data;
4686 alias c_g_datalist_get_data  g_datalist_get_data;
4687 alias c_g_datalist_foreach  g_datalist_foreach;
4688 alias c_g_datalist_clear  g_datalist_clear;
4689 alias c_g_datalist_set_flags  g_datalist_set_flags;
4690 alias c_g_datalist_unset_flags  g_datalist_unset_flags;
4691 alias c_g_datalist_get_flags  g_datalist_get_flags;
4692 
4693 // glib.Dataset
4694 
4695 alias c_g_dataset_id_set_data_full  g_dataset_id_set_data_full;
4696 alias c_g_dataset_id_get_data  g_dataset_id_get_data;
4697 alias c_g_dataset_id_remove_no_notify  g_dataset_id_remove_no_notify;
4698 alias c_g_dataset_foreach  g_dataset_foreach;
4699 alias c_g_dataset_destroy  g_dataset_destroy;
4700 
4701 // glib.VariantType
4702 
4703 alias c_g_variant_type_free  g_variant_type_free;
4704 alias c_g_variant_type_copy  g_variant_type_copy;
4705 alias c_g_variant_type_new  g_variant_type_new;
4706 alias c_g_variant_type_string_is_valid  g_variant_type_string_is_valid;
4707 alias c_g_variant_type_string_scan  g_variant_type_string_scan;
4708 alias c_g_variant_type_get_string_length  g_variant_type_get_string_length;
4709 alias c_g_variant_type_peek_string  g_variant_type_peek_string;
4710 alias c_g_variant_type_dup_string  g_variant_type_dup_string;
4711 alias c_g_variant_type_is_definite  g_variant_type_is_definite;
4712 alias c_g_variant_type_is_container  g_variant_type_is_container;
4713 alias c_g_variant_type_is_basic  g_variant_type_is_basic;
4714 alias c_g_variant_type_is_maybe  g_variant_type_is_maybe;
4715 alias c_g_variant_type_is_array  g_variant_type_is_array;
4716 alias c_g_variant_type_is_tuple  g_variant_type_is_tuple;
4717 alias c_g_variant_type_is_dict_entry  g_variant_type_is_dict_entry;
4718 alias c_g_variant_type_is_variant  g_variant_type_is_variant;
4719 alias c_g_variant_type_hash  g_variant_type_hash;
4720 alias c_g_variant_type_equal  g_variant_type_equal;
4721 alias c_g_variant_type_is_subtype_of  g_variant_type_is_subtype_of;
4722 alias c_g_variant_type_new_maybe  g_variant_type_new_maybe;
4723 alias c_g_variant_type_new_array  g_variant_type_new_array;
4724 alias c_g_variant_type_new_tuple  g_variant_type_new_tuple;
4725 alias c_g_variant_type_new_dict_entry  g_variant_type_new_dict_entry;
4726 alias c_g_variant_type_element  g_variant_type_element;
4727 alias c_g_variant_type_n_items  g_variant_type_n_items;
4728 alias c_g_variant_type_first  g_variant_type_first;
4729 alias c_g_variant_type_next  g_variant_type_next;
4730 alias c_g_variant_type_key  g_variant_type_key;
4731 alias c_g_variant_type_value  g_variant_type_value;
4732 
4733 // glib.Variant
4734 
4735 alias c_g_variant_unref  g_variant_unref;
4736 alias c_g_variant_ref  g_variant_ref;
4737 alias c_g_variant_ref_sink  g_variant_ref_sink;
4738 alias c_g_variant_is_floating  g_variant_is_floating;
4739 alias c_g_variant_take_ref  g_variant_take_ref;
4740 alias c_g_variant_get_type  g_variant_get_type;
4741 alias c_g_variant_get_type_string  g_variant_get_type_string;
4742 alias c_g_variant_is_of_type  g_variant_is_of_type;
4743 alias c_g_variant_is_container  g_variant_is_container;
4744 alias c_g_variant_compare  g_variant_compare;
4745 alias c_g_variant_classify  g_variant_classify;
4746 alias c_g_variant_check_format_string  g_variant_check_format_string;
4747 alias c_g_variant_get  g_variant_get;
4748 alias c_g_variant_get_va  g_variant_get_va;
4749 alias c_g_variant_new  g_variant_new;
4750 alias c_g_variant_new_va  g_variant_new_va;
4751 alias c_g_variant_new_boolean  g_variant_new_boolean;
4752 alias c_g_variant_new_byte  g_variant_new_byte;
4753 alias c_g_variant_new_int16  g_variant_new_int16;
4754 alias c_g_variant_new_uint16  g_variant_new_uint16;
4755 alias c_g_variant_new_int32  g_variant_new_int32;
4756 alias c_g_variant_new_uint32  g_variant_new_uint32;
4757 alias c_g_variant_new_int64  g_variant_new_int64;
4758 alias c_g_variant_new_uint64  g_variant_new_uint64;
4759 alias c_g_variant_new_handle  g_variant_new_handle;
4760 alias c_g_variant_new_double  g_variant_new_double;
4761 alias c_g_variant_new_string  g_variant_new_string;
4762 alias c_g_variant_new_take_string  g_variant_new_take_string;
4763 alias c_g_variant_new_printf  g_variant_new_printf;
4764 alias c_g_variant_new_object_path  g_variant_new_object_path;
4765 alias c_g_variant_is_object_path  g_variant_is_object_path;
4766 alias c_g_variant_new_signature  g_variant_new_signature;
4767 alias c_g_variant_is_signature  g_variant_is_signature;
4768 alias c_g_variant_new_variant  g_variant_new_variant;
4769 alias c_g_variant_new_strv  g_variant_new_strv;
4770 alias c_g_variant_new_objv  g_variant_new_objv;
4771 alias c_g_variant_new_bytestring  g_variant_new_bytestring;
4772 alias c_g_variant_new_bytestring_array  g_variant_new_bytestring_array;
4773 alias c_g_variant_get_boolean  g_variant_get_boolean;
4774 alias c_g_variant_get_byte  g_variant_get_byte;
4775 alias c_g_variant_get_int16  g_variant_get_int16;
4776 alias c_g_variant_get_uint16  g_variant_get_uint16;
4777 alias c_g_variant_get_int32  g_variant_get_int32;
4778 alias c_g_variant_get_uint32  g_variant_get_uint32;
4779 alias c_g_variant_get_int64  g_variant_get_int64;
4780 alias c_g_variant_get_uint64  g_variant_get_uint64;
4781 alias c_g_variant_get_handle  g_variant_get_handle;
4782 alias c_g_variant_get_double  g_variant_get_double;
4783 alias c_g_variant_get_string  g_variant_get_string;
4784 alias c_g_variant_dup_string  g_variant_dup_string;
4785 alias c_g_variant_get_variant  g_variant_get_variant;
4786 alias c_g_variant_get_strv  g_variant_get_strv;
4787 alias c_g_variant_dup_strv  g_variant_dup_strv;
4788 alias c_g_variant_get_objv  g_variant_get_objv;
4789 alias c_g_variant_dup_objv  g_variant_dup_objv;
4790 alias c_g_variant_get_bytestring  g_variant_get_bytestring;
4791 alias c_g_variant_dup_bytestring  g_variant_dup_bytestring;
4792 alias c_g_variant_get_bytestring_array  g_variant_get_bytestring_array;
4793 alias c_g_variant_dup_bytestring_array  g_variant_dup_bytestring_array;
4794 alias c_g_variant_new_maybe  g_variant_new_maybe;
4795 alias c_g_variant_new_array  g_variant_new_array;
4796 alias c_g_variant_new_tuple  g_variant_new_tuple;
4797 alias c_g_variant_new_dict_entry  g_variant_new_dict_entry;
4798 alias c_g_variant_new_fixed_array  g_variant_new_fixed_array;
4799 alias c_g_variant_get_maybe  g_variant_get_maybe;
4800 alias c_g_variant_n_children  g_variant_n_children;
4801 alias c_g_variant_get_child_value  g_variant_get_child_value;
4802 alias c_g_variant_get_child  g_variant_get_child;
4803 alias c_g_variant_lookup_value  g_variant_lookup_value;
4804 alias c_g_variant_lookup  g_variant_lookup;
4805 alias c_g_variant_get_fixed_array  g_variant_get_fixed_array;
4806 alias c_g_variant_get_size  g_variant_get_size;
4807 alias c_g_variant_get_data  g_variant_get_data;
4808 alias c_g_variant_get_data_as_bytes  g_variant_get_data_as_bytes;
4809 alias c_g_variant_store  g_variant_store;
4810 alias c_g_variant_new_from_data  g_variant_new_from_data;
4811 alias c_g_variant_new_from_bytes  g_variant_new_from_bytes;
4812 alias c_g_variant_byteswap  g_variant_byteswap;
4813 alias c_g_variant_get_normal_form  g_variant_get_normal_form;
4814 alias c_g_variant_is_normal_form  g_variant_is_normal_form;
4815 alias c_g_variant_hash  g_variant_hash;
4816 alias c_g_variant_equal  g_variant_equal;
4817 alias c_g_variant_print  g_variant_print;
4818 alias c_g_variant_print_string  g_variant_print_string;
4819 alias c_g_variant_parse  g_variant_parse;
4820 alias c_g_variant_new_parsed_va  g_variant_new_parsed_va;
4821 alias c_g_variant_new_parsed  g_variant_new_parsed;
4822 
4823 // glib.VariantIter
4824 
4825 alias c_g_variant_iter_copy  g_variant_iter_copy;
4826 alias c_g_variant_iter_free  g_variant_iter_free;
4827 alias c_g_variant_iter_init  g_variant_iter_init;
4828 alias c_g_variant_iter_n_children  g_variant_iter_n_children;
4829 alias c_g_variant_iter_new  g_variant_iter_new;
4830 alias c_g_variant_iter_next_value  g_variant_iter_next_value;
4831 alias c_g_variant_iter_next  g_variant_iter_next;
4832 alias c_g_variant_iter_loop  g_variant_iter_loop;
4833 
4834 // glib.VariantBuilder
4835 
4836 alias c_g_variant_builder_unref  g_variant_builder_unref;
4837 alias c_g_variant_builder_ref  g_variant_builder_ref;
4838 alias c_g_variant_builder_new  g_variant_builder_new;
4839 alias c_g_variant_builder_init  g_variant_builder_init;
4840 alias c_g_variant_builder_clear  g_variant_builder_clear;
4841 alias c_g_variant_builder_add_value  g_variant_builder_add_value;
4842 alias c_g_variant_builder_add  g_variant_builder_add;
4843 alias c_g_variant_builder_add_parsed  g_variant_builder_add_parsed;
4844 alias c_g_variant_builder_end  g_variant_builder_end;
4845 alias c_g_variant_builder_open  g_variant_builder_open;
4846 alias c_g_variant_builder_close  g_variant_builder_close;
4847 
4848 // glib.Cache
4849 
4850 alias c_g_cache_new  g_cache_new;
4851 alias c_g_cache_insert  g_cache_insert;
4852 alias c_g_cache_remove  g_cache_remove;
4853 alias c_g_cache_destroy  g_cache_destroy;
4854 alias c_g_cache_key_foreach  g_cache_key_foreach;
4855 alias c_g_cache_value_foreach  g_cache_value_foreach;
4856 
4857 // glib.Relation
4858 
4859 alias c_g_relation_new  g_relation_new;
4860 alias c_g_relation_index  g_relation_index;
4861 alias c_g_relation_insert  g_relation_insert;
4862 alias c_g_relation_exists  g_relation_exists;
4863 alias c_g_relation_count  g_relation_count;
4864 alias c_g_relation_select  g_relation_select;
4865 alias c_g_relation_delete  g_relation_delete;
4866 alias c_g_relation_destroy  g_relation_destroy;
4867 alias c_g_relation_print  g_relation_print;
4868 
4869 // glib.Tuples
4870 
4871 alias c_g_tuples_destroy  g_tuples_destroy;
4872 alias c_g_tuples_index  g_tuples_index;
4873 
4874 // glib.StringCompletion
4875 
4876 alias c_g_completion_new  g_completion_new;
4877 alias c_g_completion_add_items  g_completion_add_items;
4878 alias c_g_completion_remove_items  g_completion_remove_items;
4879 alias c_g_completion_clear_items  g_completion_clear_items;
4880 alias c_g_completion_complete  g_completion_complete;
4881 alias c_g_completion_complete_utf8  g_completion_complete_utf8;
4882 alias c_g_completion_set_compare  g_completion_set_compare;
4883 alias c_g_completion_free  g_completion_free;