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