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