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