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