blob: 41aeafdd4752028e7b1346613b391286f13f0da2 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
<book xmlns="http://www.devhelp.net/book" title="GIO Reference Manual" link="index.html" author="" name="gio" version="2" language="c">
<chapters>
<sub name="GIO Overview" link="pt01.html">
<sub name="Introduction" link="ch01.html"/>
<sub name="Compiling GIO applications" link="ch02.html"/>
<sub name="Running GIO applications" link="ch03.html"/>
<sub name="Extending GIO" link="extending-gio.html"/>
</sub>
<sub name="API Reference" link="pt02.html">
<sub name="File Operations" link="file_ops.html">
<sub name="GFile" link="GFile.html"/>
<sub name="GFileAttribute" link="gio-GFileAttribute.html"/>
<sub name="GFileInfo" link="GFileInfo.html"/>
<sub name="GFileEnumerator" link="GFileEnumerator.html"/>
<sub name="GIOError" link="gio-GIOError.html"/>
<sub name="GMountOperation" link="GMountOperation.html"/>
</sub>
<sub name="File System Monitoring" link="file_mon.html">
<sub name="GFileMonitor" link="GFileMonitor.html"/>
</sub>
<sub name="Asynchronous I/O" link="async.html">
<sub name="GCancellable" link="GCancellable.html"/>
<sub name="GAsyncResult" link="GAsyncResult.html"/>
<sub name="GIOScheduler" link="gio-GIOScheduler.html"/>
<sub name="GSimpleAsyncResult" link="GSimpleAsyncResult.html"/>
</sub>
<sub name="Data conversion" link="conversion.html">
<sub name="GConverter" link="GConverter.html"/>
<sub name="GCharsetConverter" link="GCharsetConverter.html"/>
<sub name="GZlibCompressor" link="GZlibCompressor.html"/>
<sub name="GZlibDecompressor" link="GZlibDecompressor.html"/>
</sub>
<sub name="Streaming I/O" link="streaming.html">
<sub name="GSeekable" link="GSeekable.html"/>
<sub name="GInputStream" link="GInputStream.html"/>
<sub name="GOutputStream" link="GOutputStream.html"/>
<sub name="GIOStream" link="GIOStream.html"/>
<sub name="GFileInputStream" link="GFileInputStream.html"/>
<sub name="GFileOutputStream" link="GFileOutputStream.html"/>
<sub name="GFileIOStream" link="GFileIOStream.html"/>
<sub name="GFileDescriptorBased" link="GFileDescriptorBased.html"/>
<sub name="GFilterInputStream" link="GFilterInputStream.html"/>
<sub name="GFilterOutputStream" link="GFilterOutputStream.html"/>
<sub name="GMemoryInputStream" link="GMemoryInputStream.html"/>
<sub name="GMemoryOutputStream" link="GMemoryOutputStream.html"/>
<sub name="GBufferedInputStream" link="GBufferedInputStream.html"/>
<sub name="GBufferedOutputStream" link="GBufferedOutputStream.html"/>
<sub name="GDataInputStream" link="GDataInputStream.html"/>
<sub name="GDataOutputStream" link="GDataOutputStream.html"/>
<sub name="GUnixInputStream" link="GUnixInputStream.html"/>
<sub name="GUnixOutputStream" link="GUnixOutputStream.html"/>
<sub name="GConverterInputstream" link="gio-GConverterInputstream.html"/>
<sub name="GConverterOutputstream" link="gio-GConverterOutputstream.html"/>
</sub>
<sub name="File types and applications" link="types.html">
<sub name="GContentType" link="gio-GContentType.html"/>
<sub name="GAppInfo" link="GAppInfo.html"/>
<sub name="Desktop file based GAppInfo" link="gio-Desktop-file-based-GAppInfo.html"/>
</sub>
<sub name="Volumes and Drives" link="volume_mon.html">
<sub name="GVolumeMonitor" link="GVolumeMonitor.html"/>
<sub name="GVolume" link="GVolume.html"/>
<sub name="GMount" link="GMount.html"/>
<sub name="GDrive" link="GDrive.html"/>
<sub name="Unix Mounts" link="gio-Unix-Mounts.html"/>
</sub>
<sub name="Icons" link="icons.html">
<sub name="GIcon" link="GIcon.html"/>
<sub name="GFileIcon" link="GFileIcon.html"/>
<sub name="GLoadableIcon" link="GLoadableIcon.html"/>
<sub name="GThemedIcon" link="GThemedIcon.html"/>
<sub name="GEmblemedIcon" link="GEmblemedIcon.html"/>
<sub name="GEmblem" link="GEmblem.html"/>
</sub>
<sub name="Failable Initialization" link="failable_initialization.html">
<sub name="GInitable" link="GInitable.html"/>
<sub name="GAsyncInitable" link="GAsyncInitable.html"/>
</sub>
<sub name="Lowlevel platform-independent network support" link="networking.html">
<sub name="GSocket" link="GSocket.html"/>
<sub name="GInetAddress" link="GInetAddress.html"/>
<sub name="GSocketAddress" link="GSocketAddress.html"/>
<sub name="GInetSocketAddress" link="GInetSocketAddress.html"/>
<sub name="GUnixSocketAddress" link="GUnixSocketAddress.html"/>
<sub name="GSocketControlMessage" link="GSocketControlMessage.html"/>
<sub name="GUnixFDList" link="GUnixFDList.html"/>
<sub name="GUnixFDMessage" link="GUnixFDMessage.html"/>
</sub>
<sub name="DNS resolution" link="resolver.html">
<sub name="GResolver" link="GResolver.html"/>
<sub name="GSocketConnectable" link="GSocketConnectable.html"/>
<sub name="GNetworkAddress" link="GNetworkAddress.html"/>
<sub name="GNetworkService" link="GNetworkService.html"/>
<sub name="GSrvTarget" link="gio-GSrvTarget.html"/>
</sub>
<sub name="Highlevel network functionallity" link="highlevel-socket.html">
<sub name="GSocketClient" link="GSocketClient.html"/>
<sub name="GSocketConnection" link="GSocketConnection.html"/>
<sub name="GSocketListener" link="GSocketListener.html"/>
<sub name="GSocketService" link="GSocketService.html"/>
<sub name="GThreadedSocketService" link="GThreadedSocketService.html"/>
</sub>
<sub name="Utilities" link="utils.html">
<sub name="GFilenameCompleter" link="GFilenameCompleter.html"/>
</sub>
<sub name="Extending GIO" link="extending.html">
<sub name="GVfs" link="GVfs.html"/>
<sub name="GIOModule" link="GIOModule.html"/>
<sub name="Extension Points" link="gio-Extension-Points.html"/>
</sub>
</sub>
<sub name="Migrating to GIO" link="migrating.html">
<sub name="Migrating from POSIX to GIO" link="ch19.html"/>
<sub name="Migrating from GnomeVFS to GIO" link="ch20.html">
<sub name="Trash handling" link="ch20.html#id512147"/>
<sub name="Operations on multiple files" link="ch20s02.html"/>
<sub name="Mime monitoring" link="ch20s03.html"/>
</sub>
</sub>
<sub name="Object Hierarchy" link="gio-hierarchy.html"/>
<sub name="Index" link="api-index-full.html"/>
<sub name="Index of deprecated symbols" link="api-index-deprecated.html"/>
<sub name="Index of new symbols in 2.18" link="api-index-2-18.html"/>
<sub name="Index of new symbols in 2.20" link="api-index-2-20.html"/>
<sub name="Index of new symbols in 2.22" link="api-index-2-22.html"/>
<sub name="Index of new symbols in 2.24" link="api-index-2-24.html"/>
</chapters>
<functions>
<keyword type="struct" name="GFile" link="GFile.html#GFile-struct"/>
<keyword type="struct" name="GFileIface" link="GFile.html#GFileIface"/>
<keyword type="enum" name="enum GFileQueryInfoFlags" link="GFile.html#GFileQueryInfoFlags"/>
<keyword type="enum" name="enum GFileCreateFlags" link="GFile.html#GFileCreateFlags"/>
<keyword type="enum" name="enum GFileCopyFlags" link="GFile.html#GFileCopyFlags"/>
<keyword type="enum" name="enum GFileMonitorFlags" link="GFile.html#GFileMonitorFlags"/>
<keyword type="enum" name="enum GFilesystemPreviewType" link="GFile.html#GFilesystemPreviewType"/>
<keyword type="function" name="GFileProgressCallback ()" link="GFile.html#GFileProgressCallback"/>
<keyword type="function" name="GFileReadMoreCallback ()" link="GFile.html#GFileReadMoreCallback"/>
<keyword type="function" name="g_file_new_for_path ()" link="GFile.html#g-file-new-for-path"/>
<keyword type="function" name="g_file_new_for_uri ()" link="GFile.html#g-file-new-for-uri"/>
<keyword type="function" name="g_file_new_for_commandline_arg ()" link="GFile.html#g-file-new-for-commandline-arg"/>
<keyword type="function" name="g_file_parse_name ()" link="GFile.html#g-file-parse-name"/>
<keyword type="function" name="g_file_dup ()" link="GFile.html#g-file-dup"/>
<keyword type="function" name="g_file_hash ()" link="GFile.html#g-file-hash"/>
<keyword type="function" name="g_file_equal ()" link="GFile.html#g-file-equal"/>
<keyword type="function" name="g_file_get_basename ()" link="GFile.html#g-file-get-basename"/>
<keyword type="function" name="g_file_get_path ()" link="GFile.html#g-file-get-path"/>
<keyword type="function" name="g_file_get_uri ()" link="GFile.html#g-file-get-uri"/>
<keyword type="function" name="g_file_get_parse_name ()" link="GFile.html#g-file-get-parse-name"/>
<keyword type="function" name="g_file_get_parent ()" link="GFile.html#g-file-get-parent"/>
<keyword type="function" name="g_file_has_parent ()" link="GFile.html#g-file-has-parent" since="2.24"/>
<keyword type="function" name="g_file_get_child ()" link="GFile.html#g-file-get-child"/>
<keyword type="function" name="g_file_get_child_for_display_name ()" link="GFile.html#g-file-get-child-for-display-name"/>
<keyword type="function" name="g_file_has_prefix ()" link="GFile.html#g-file-has-prefix"/>
<keyword type="function" name="g_file_get_relative_path ()" link="GFile.html#g-file-get-relative-path"/>
<keyword type="function" name="g_file_resolve_relative_path ()" link="GFile.html#g-file-resolve-relative-path"/>
<keyword type="function" name="g_file_is_native ()" link="GFile.html#g-file-is-native"/>
<keyword type="function" name="g_file_has_uri_scheme ()" link="GFile.html#g-file-has-uri-scheme"/>
<keyword type="function" name="g_file_get_uri_scheme ()" link="GFile.html#g-file-get-uri-scheme"/>
<keyword type="function" name="g_file_read ()" link="GFile.html#g-file-read"/>
<keyword type="function" name="g_file_read_async ()" link="GFile.html#g-file-read-async"/>
<keyword type="function" name="g_file_read_finish ()" link="GFile.html#g-file-read-finish"/>
<keyword type="function" name="g_file_append_to ()" link="GFile.html#g-file-append-to"/>
<keyword type="function" name="g_file_create ()" link="GFile.html#g-file-create"/>
<keyword type="function" name="g_file_replace ()" link="GFile.html#g-file-replace"/>
<keyword type="function" name="g_file_append_to_async ()" link="GFile.html#g-file-append-to-async"/>
<keyword type="function" name="g_file_append_to_finish ()" link="GFile.html#g-file-append-to-finish"/>
<keyword type="function" name="g_file_create_async ()" link="GFile.html#g-file-create-async"/>
<keyword type="function" name="g_file_create_finish ()" link="GFile.html#g-file-create-finish"/>
<keyword type="function" name="g_file_replace_async ()" link="GFile.html#g-file-replace-async"/>
<keyword type="function" name="g_file_replace_finish ()" link="GFile.html#g-file-replace-finish"/>
<keyword type="function" name="g_file_query_info ()" link="GFile.html#g-file-query-info"/>
<keyword type="function" name="g_file_query_info_async ()" link="GFile.html#g-file-query-info-async"/>
<keyword type="function" name="g_file_query_info_finish ()" link="GFile.html#g-file-query-info-finish"/>
<keyword type="function" name="g_file_query_exists ()" link="GFile.html#g-file-query-exists"/>
<keyword type="function" name="g_file_query_file_type ()" link="GFile.html#g-file-query-file-type" since="2.18"/>
<keyword type="function" name="g_file_query_filesystem_info ()" link="GFile.html#g-file-query-filesystem-info"/>
<keyword type="function" name="g_file_query_filesystem_info_async ()" link="GFile.html#g-file-query-filesystem-info-async"/>
<keyword type="function" name="g_file_query_filesystem_info_finish ()" link="GFile.html#g-file-query-filesystem-info-finish"/>
<keyword type="function" name="g_file_query_default_handler ()" link="GFile.html#g-file-query-default-handler"/>
<keyword type="function" name="g_file_find_enclosing_mount ()" link="GFile.html#g-file-find-enclosing-mount"/>
<keyword type="function" name="g_file_find_enclosing_mount_async ()" link="GFile.html#g-file-find-enclosing-mount-async"/>
<keyword type="function" name="g_file_find_enclosing_mount_finish ()" link="GFile.html#g-file-find-enclosing-mount-finish"/>
<keyword type="function" name="g_file_enumerate_children ()" link="GFile.html#g-file-enumerate-children"/>
<keyword type="function" name="g_file_enumerate_children_async ()" link="GFile.html#g-file-enumerate-children-async"/>
<keyword type="function" name="g_file_enumerate_children_finish ()" link="GFile.html#g-file-enumerate-children-finish"/>
<keyword type="function" name="g_file_set_display_name ()" link="GFile.html#g-file-set-display-name"/>
<keyword type="function" name="g_file_set_display_name_async ()" link="GFile.html#g-file-set-display-name-async"/>
<keyword type="function" name="g_file_set_display_name_finish ()" link="GFile.html#g-file-set-display-name-finish"/>
<keyword type="function" name="g_file_delete ()" link="GFile.html#g-file-delete"/>
<keyword type="function" name="g_file_trash ()" link="GFile.html#g-file-trash"/>
<keyword type="function" name="g_file_copy ()" link="GFile.html#g-file-copy"/>
<keyword type="function" name="g_file_copy_async ()" link="GFile.html#g-file-copy-async"/>
<keyword type="function" name="g_file_copy_finish ()" link="GFile.html#g-file-copy-finish"/>
<keyword type="function" name="g_file_move ()" link="GFile.html#g-file-move"/>
<keyword type="function" name="g_file_make_directory ()" link="GFile.html#g-file-make-directory"/>
<keyword type="function" name="g_file_make_directory_with_parents ()" link="GFile.html#g-file-make-directory-with-parents" since="2.18"/>
<keyword type="function" name="g_file_make_symbolic_link ()" link="GFile.html#g-file-make-symbolic-link"/>
<keyword type="function" name="g_file_query_settable_attributes ()" link="GFile.html#g-file-query-settable-attributes"/>
<keyword type="function" name="g_file_query_writable_namespaces ()" link="GFile.html#g-file-query-writable-namespaces"/>
<keyword type="function" name="g_file_set_attribute ()" link="GFile.html#g-file-set-attribute"/>
<keyword type="function" name="g_file_set_attributes_from_info ()" link="GFile.html#g-file-set-attributes-from-info"/>
<keyword type="function" name="g_file_set_attributes_async ()" link="GFile.html#g-file-set-attributes-async"/>
<keyword type="function" name="g_file_set_attributes_finish ()" link="GFile.html#g-file-set-attributes-finish"/>
<keyword type="function" name="g_file_set_attribute_string ()" link="GFile.html#g-file-set-attribute-string"/>
<keyword type="function" name="g_file_set_attribute_byte_string ()" link="GFile.html#g-file-set-attribute-byte-string"/>
<keyword type="function" name="g_file_set_attribute_uint32 ()" link="GFile.html#g-file-set-attribute-uint32"/>
<keyword type="function" name="g_file_set_attribute_int32 ()" link="GFile.html#g-file-set-attribute-int32"/>
<keyword type="function" name="g_file_set_attribute_uint64 ()" link="GFile.html#g-file-set-attribute-uint64"/>
<keyword type="function" name="g_file_set_attribute_int64 ()" link="GFile.html#g-file-set-attribute-int64"/>
<keyword type="function" name="g_file_mount_mountable ()" link="GFile.html#g-file-mount-mountable"/>
<keyword type="function" name="g_file_mount_mountable_finish ()" link="GFile.html#g-file-mount-mountable-finish"/>
<keyword type="function" name="g_file_unmount_mountable ()" link="GFile.html#g-file-unmount-mountable" deprecated="2.22: Use g_file_unmount_mountable_with_operation() instead."/>
<keyword type="function" name="g_file_unmount_mountable_finish ()" link="GFile.html#g-file-unmount-mountable-finish" deprecated="2.22: Use g_file_unmount_mountable_with_operation_finish() instead."/>
<keyword type="function" name="g_file_unmount_mountable_with_operation ()" link="GFile.html#g-file-unmount-mountable-with-operation" since="2.22"/>
<keyword type="function" name="g_file_unmount_mountable_with_operation_finish ()" link="GFile.html#g-file-unmount-mountable-with-operation-finish" since="2.22"/>
<keyword type="function" name="g_file_eject_mountable ()" link="GFile.html#g-file-eject-mountable" deprecated="2.22: Use g_file_eject_mountable_with_operation() instead."/>
<keyword type="function" name="g_file_eject_mountable_finish ()" link="GFile.html#g-file-eject-mountable-finish" deprecated="2.22: Use g_file_eject_mountable_with_operation_finish() instead."/>
<keyword type="function" name="g_file_eject_mountable_with_operation ()" link="GFile.html#g-file-eject-mountable-with-operation" since="2.22"/>
<keyword type="function" name="g_file_eject_mountable_with_operation_finish ()" link="GFile.html#g-file-eject-mountable-with-operation-finish" since="2.22"/>
<keyword type="function" name="g_file_start_mountable ()" link="GFile.html#g-file-start-mountable" since="2.22"/>
<keyword type="function" name="g_file_start_mountable_finish ()" link="GFile.html#g-file-start-mountable-finish" since="2.22"/>
<keyword type="function" name="g_file_stop_mountable ()" link="GFile.html#g-file-stop-mountable" since="2.22"/>
<keyword type="function" name="g_file_stop_mountable_finish ()" link="GFile.html#g-file-stop-mountable-finish" since="2.22"/>
<keyword type="function" name="g_file_poll_mountable ()" link="GFile.html#g-file-poll-mountable" since="2.22"/>
<keyword type="function" name="g_file_poll_mountable_finish ()" link="GFile.html#g-file-poll-mountable-finish" since="2.22"/>
<keyword type="function" name="g_file_mount_enclosing_volume ()" link="GFile.html#g-file-mount-enclosing-volume"/>
<keyword type="function" name="g_file_mount_enclosing_volume_finish ()" link="GFile.html#g-file-mount-enclosing-volume-finish"/>
<keyword type="function" name="g_file_monitor_directory ()" link="GFile.html#g-file-monitor-directory"/>
<keyword type="function" name="g_file_monitor_file ()" link="GFile.html#g-file-monitor-file"/>
<keyword type="function" name="g_file_monitor ()" link="GFile.html#g-file-monitor" since="2.18"/>
<keyword type="function" name="g_file_load_contents ()" link="GFile.html#g-file-load-contents"/>
<keyword type="function" name="g_file_load_contents_async ()" link="GFile.html#g-file-load-contents-async"/>
<keyword type="function" name="g_file_load_contents_finish ()" link="GFile.html#g-file-load-contents-finish"/>
<keyword type="function" name="g_file_load_partial_contents_async ()" link="GFile.html#g-file-load-partial-contents-async"/>
<keyword type="function" name="g_file_load_partial_contents_finish ()" link="GFile.html#g-file-load-partial-contents-finish"/>
<keyword type="function" name="g_file_replace_contents ()" link="GFile.html#g-file-replace-contents"/>
<keyword type="function" name="g_file_replace_contents_async ()" link="GFile.html#g-file-replace-contents-async"/>
<keyword type="function" name="g_file_replace_contents_finish ()" link="GFile.html#g-file-replace-contents-finish"/>
<keyword type="function" name="g_file_copy_attributes ()" link="GFile.html#g-file-copy-attributes"/>
<keyword type="function" name="g_file_create_readwrite ()" link="GFile.html#g-file-create-readwrite" since="2.22"/>
<keyword type="function" name="g_file_create_readwrite_async ()" link="GFile.html#g-file-create-readwrite-async" since="2.22"/>
<keyword type="function" name="g_file_create_readwrite_finish ()" link="GFile.html#g-file-create-readwrite-finish" since="2.22"/>
<keyword type="function" name="g_file_open_readwrite ()" link="GFile.html#g-file-open-readwrite" since="2.22"/>
<keyword type="function" name="g_file_open_readwrite_async ()" link="GFile.html#g-file-open-readwrite-async" since="2.22"/>
<keyword type="function" name="g_file_open_readwrite_finish ()" link="GFile.html#g-file-open-readwrite-finish" since="2.22"/>
<keyword type="function" name="g_file_replace_readwrite ()" link="GFile.html#g-file-replace-readwrite" since="2.22"/>
<keyword type="function" name="g_file_replace_readwrite_async ()" link="GFile.html#g-file-replace-readwrite-async" since="2.22"/>
<keyword type="function" name="g_file_replace_readwrite_finish ()" link="GFile.html#g-file-replace-readwrite-finish" since="2.22"/>
<keyword type="function" name="g_file_supports_thread_contexts ()" link="GFile.html#g-file-supports-thread-contexts" since="2.22"/>
<keyword type="enum" name="enum GFileAttributeType" link="gio-GFileAttribute.html#GFileAttributeType"/>
<keyword type="enum" name="enum GFileAttributeInfoFlags" link="gio-GFileAttribute.html#GFileAttributeInfoFlags"/>
<keyword type="enum" name="enum GFileAttributeStatus" link="gio-GFileAttribute.html#GFileAttributeStatus"/>
<keyword type="struct" name="GFileAttributeInfo" link="gio-GFileAttribute.html#GFileAttributeInfo"/>
<keyword type="struct" name="GFileAttributeInfoList" link="gio-GFileAttribute.html#GFileAttributeInfoList"/>
<keyword type="function" name="g_file_attribute_info_list_new ()" link="gio-GFileAttribute.html#g-file-attribute-info-list-new"/>
<keyword type="function" name="g_file_attribute_info_list_ref ()" link="gio-GFileAttribute.html#g-file-attribute-info-list-ref"/>
<keyword type="function" name="g_file_attribute_info_list_unref ()" link="gio-GFileAttribute.html#g-file-attribute-info-list-unref"/>
<keyword type="function" name="g_file_attribute_info_list_dup ()" link="gio-GFileAttribute.html#g-file-attribute-info-list-dup"/>
<keyword type="function" name="g_file_attribute_info_list_lookup ()" link="gio-GFileAttribute.html#g-file-attribute-info-list-lookup"/>
<keyword type="function" name="g_file_attribute_info_list_add ()" link="gio-GFileAttribute.html#g-file-attribute-info-list-add"/>
<keyword type="struct" name="GFileAttributeMatcher" link="GFileInfo.html#GFileAttributeMatcher"/>
<keyword type="enum" name="enum GFileType" link="GFileInfo.html#GFileType"/>
<keyword type="struct" name="GFileInfo" link="GFileInfo.html#GFileInfo-struct"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_TYPE" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-TYPE:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-BACKUP:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-SYMLINK:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-VIRTUAL:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_NAME" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-NAME:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_COPY_NAME" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-COPY-NAME:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_ICON" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-ICON:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-FAST-CONTENT-TYPE:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_SIZE" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SIZE:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-ALLOCATED-SIZE:CAPS" since="2.20"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SYMLINK-TARGET:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_TARGET_URI" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-TARGET-URI:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_ETAG_VALUE" link="GFileInfo.html#G-FILE-ATTRIBUTE-ETAG-VALUE:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_ID_FILE" link="GFileInfo.html#G-FILE-ATTRIBUTE-ID-FILE:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_ID_FILESYSTEM" link="GFileInfo.html#G-FILE-ATTRIBUTE-ID-FILESYSTEM:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_ACCESS_CAN_READ" link="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-READ:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE" link="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-WRITE:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE" link="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-EXECUTE:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE" link="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-DELETE:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH" link="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-TRASH:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME" link="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-RENAME:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-MOUNT:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-UNMOUNT:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-EJECT:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-UNIX-DEVICE:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-UNIX-DEVICE-FILE:CAPS" since="2.22"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-HAL-UDI:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-POLL:CAPS" since="2.22"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-IS-MEDIA-CHECK-AUTOMATIC:CAPS" since="2.22"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-START:CAPS" since="2.22"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-START-DEGRADED:CAPS" since="2.22"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-STOP:CAPS" since="2.22"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-START-STOP-TYPE:CAPS" since="2.22"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_TIME_MODIFIED" link="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-MODIFIED:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC" link="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-MODIFIED-USEC:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_TIME_ACCESS" link="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-ACCESS:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_TIME_ACCESS_USEC" link="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-ACCESS-USEC:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_TIME_CHANGED" link="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CHANGED:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_TIME_CHANGED_USEC" link="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CHANGED-USEC:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_TIME_CREATED" link="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CREATED:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_TIME_CREATED_USEC" link="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CREATED-USEC:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_UNIX_DEVICE" link="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-DEVICE:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_UNIX_INODE" link="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-INODE:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_UNIX_MODE" link="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-MODE:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_UNIX_NLINK" link="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-NLINK:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_UNIX_UID" link="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-UID:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_UNIX_GID" link="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-GID:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_UNIX_RDEV" link="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-RDEV:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_UNIX_BLOCK_SIZE" link="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-BLOCK-SIZE:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_UNIX_BLOCKS" link="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-BLOCKS:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT" link="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-IS-MOUNTPOINT:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE" link="GFileInfo.html#G-FILE-ATTRIBUTE-DOS-IS-ARCHIVE:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_DOS_IS_SYSTEM" link="GFileInfo.html#G-FILE-ATTRIBUTE-DOS-IS-SYSTEM:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_OWNER_USER" link="GFileInfo.html#G-FILE-ATTRIBUTE-OWNER-USER:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_OWNER_USER_REAL" link="GFileInfo.html#G-FILE-ATTRIBUTE-OWNER-USER-REAL:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_OWNER_GROUP" link="GFileInfo.html#G-FILE-ATTRIBUTE-OWNER-GROUP:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_THUMBNAIL_PATH" link="GFileInfo.html#G-FILE-ATTRIBUTE-THUMBNAIL-PATH:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_THUMBNAILING_FAILED" link="GFileInfo.html#G-FILE-ATTRIBUTE-THUMBNAILING-FAILED:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_PREVIEW_ICON" link="GFileInfo.html#G-FILE-ATTRIBUTE-PREVIEW-ICON:CAPS" since="2.20"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_FILESYSTEM_SIZE" link="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-SIZE:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_FILESYSTEM_FREE" link="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-FREE:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_FILESYSTEM_TYPE" link="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-TYPE:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_FILESYSTEM_READONLY" link="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-READONLY:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_GVFS_BACKEND" link="GFileInfo.html#G-FILE-ATTRIBUTE-GVFS-BACKEND:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_SELINUX_CONTEXT" link="GFileInfo.html#G-FILE-ATTRIBUTE-SELINUX-CONTEXT:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT" link="GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-ITEM-COUNT:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW" link="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-USE-PREVIEW:CAPS"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DESCRIPTION:CAPS"/>
<keyword type="function" name="g_file_info_new ()" link="GFileInfo.html#g-file-info-new"/>
<keyword type="function" name="g_file_info_dup ()" link="GFileInfo.html#g-file-info-dup"/>
<keyword type="function" name="g_file_info_copy_into ()" link="GFileInfo.html#g-file-info-copy-into"/>
<keyword type="function" name="g_file_info_has_attribute ()" link="GFileInfo.html#g-file-info-has-attribute"/>
<keyword type="function" name="g_file_info_has_namespace ()" link="GFileInfo.html#g-file-info-has-namespace" since="2.22"/>
<keyword type="function" name="g_file_info_list_attributes ()" link="GFileInfo.html#g-file-info-list-attributes"/>
<keyword type="function" name="g_file_info_get_attribute_type ()" link="GFileInfo.html#g-file-info-get-attribute-type"/>
<keyword type="function" name="g_file_info_remove_attribute ()" link="GFileInfo.html#g-file-info-remove-attribute"/>
<keyword type="function" name="g_file_info_get_attribute_as_string ()" link="GFileInfo.html#g-file-info-get-attribute-as-string"/>
<keyword type="function" name="g_file_info_get_attribute_data ()" link="GFileInfo.html#g-file-info-get-attribute-data"/>
<keyword type="function" name="g_file_info_get_attribute_status ()" link="GFileInfo.html#g-file-info-get-attribute-status"/>
<keyword type="function" name="g_file_info_get_attribute_string ()" link="GFileInfo.html#g-file-info-get-attribute-string"/>
<keyword type="function" name="g_file_info_get_attribute_stringv ()" link="GFileInfo.html#g-file-info-get-attribute-stringv" since="2.22"/>
<keyword type="function" name="g_file_info_get_attribute_byte_string ()" link="GFileInfo.html#g-file-info-get-attribute-byte-string"/>
<keyword type="function" name="g_file_info_get_attribute_boolean ()" link="GFileInfo.html#g-file-info-get-attribute-boolean"/>
<keyword type="function" name="g_file_info_get_attribute_uint32 ()" link="GFileInfo.html#g-file-info-get-attribute-uint32"/>
<keyword type="function" name="g_file_info_get_attribute_int32 ()" link="GFileInfo.html#g-file-info-get-attribute-int32"/>
<keyword type="function" name="g_file_info_get_attribute_uint64 ()" link="GFileInfo.html#g-file-info-get-attribute-uint64"/>
<keyword type="function" name="g_file_info_get_attribute_int64 ()" link="GFileInfo.html#g-file-info-get-attribute-int64"/>
<keyword type="function" name="g_file_info_get_attribute_object ()" link="GFileInfo.html#g-file-info-get-attribute-object"/>
<keyword type="function" name="g_file_info_set_attribute ()" link="GFileInfo.html#g-file-info-set-attribute"/>
<keyword type="function" name="g_file_info_set_attribute_status ()" link="GFileInfo.html#g-file-info-set-attribute-status" since="2.22"/>
<keyword type="function" name="g_file_info_set_attribute_string ()" link="GFileInfo.html#g-file-info-set-attribute-string"/>
<keyword type="function" name="g_file_info_set_attribute_stringv ()" link="GFileInfo.html#g-file-info-set-attribute-stringv"/>
<keyword type="function" name="g_file_info_set_attribute_byte_string ()" link="GFileInfo.html#g-file-info-set-attribute-byte-string"/>
<keyword type="function" name="g_file_info_set_attribute_boolean ()" link="GFileInfo.html#g-file-info-set-attribute-boolean"/>
<keyword type="function" name="g_file_info_set_attribute_uint32 ()" link="GFileInfo.html#g-file-info-set-attribute-uint32"/>
<keyword type="function" name="g_file_info_set_attribute_int32 ()" link="GFileInfo.html#g-file-info-set-attribute-int32"/>
<keyword type="function" name="g_file_info_set_attribute_uint64 ()" link="GFileInfo.html#g-file-info-set-attribute-uint64"/>
<keyword type="function" name="g_file_info_set_attribute_int64 ()" link="GFileInfo.html#g-file-info-set-attribute-int64"/>
<keyword type="function" name="g_file_info_set_attribute_object ()" link="GFileInfo.html#g-file-info-set-attribute-object"/>
<keyword type="function" name="g_file_info_clear_status ()" link="GFileInfo.html#g-file-info-clear-status"/>
<keyword type="function" name="g_file_info_get_file_type ()" link="GFileInfo.html#g-file-info-get-file-type"/>
<keyword type="function" name="g_file_info_get_is_hidden ()" link="GFileInfo.html#g-file-info-get-is-hidden"/>
<keyword type="function" name="g_file_info_get_is_backup ()" link="GFileInfo.html#g-file-info-get-is-backup"/>
<keyword type="function" name="g_file_info_get_is_symlink ()" link="GFileInfo.html#g-file-info-get-is-symlink"/>
<keyword type="function" name="g_file_info_get_name ()" link="GFileInfo.html#g-file-info-get-name"/>
<keyword type="function" name="g_file_info_get_display_name ()" link="GFileInfo.html#g-file-info-get-display-name"/>
<keyword type="function" name="g_file_info_get_edit_name ()" link="GFileInfo.html#g-file-info-get-edit-name"/>
<keyword type="function" name="g_file_info_get_icon ()" link="GFileInfo.html#g-file-info-get-icon"/>
<keyword type="function" name="g_file_info_get_content_type ()" link="GFileInfo.html#g-file-info-get-content-type"/>
<keyword type="function" name="g_file_info_get_size ()" link="GFileInfo.html#g-file-info-get-size"/>
<keyword type="function" name="g_file_info_get_modification_time ()" link="GFileInfo.html#g-file-info-get-modification-time"/>
<keyword type="function" name="g_file_info_get_symlink_target ()" link="GFileInfo.html#g-file-info-get-symlink-target"/>
<keyword type="function" name="g_file_info_get_etag ()" link="GFileInfo.html#g-file-info-get-etag"/>
<keyword type="function" name="g_file_info_get_sort_order ()" link="GFileInfo.html#g-file-info-get-sort-order"/>
<keyword type="function" name="g_file_info_set_attribute_mask ()" link="GFileInfo.html#g-file-info-set-attribute-mask"/>
<keyword type="function" name="g_file_info_unset_attribute_mask ()" link="GFileInfo.html#g-file-info-unset-attribute-mask"/>
<keyword type="function" name="g_file_info_set_file_type ()" link="GFileInfo.html#g-file-info-set-file-type"/>
<keyword type="function" name="g_file_info_set_is_hidden ()" link="GFileInfo.html#g-file-info-set-is-hidden"/>
<keyword type="function" name="g_file_info_set_is_symlink ()" link="GFileInfo.html#g-file-info-set-is-symlink"/>
<keyword type="function" name="g_file_info_set_name ()" link="GFileInfo.html#g-file-info-set-name"/>
<keyword type="function" name="g_file_info_set_display_name ()" link="GFileInfo.html#g-file-info-set-display-name"/>
<keyword type="function" name="g_file_info_set_edit_name ()" link="GFileInfo.html#g-file-info-set-edit-name"/>
<keyword type="function" name="g_file_info_set_icon ()" link="GFileInfo.html#g-file-info-set-icon"/>
<keyword type="function" name="g_file_info_set_content_type ()" link="GFileInfo.html#g-file-info-set-content-type"/>
<keyword type="function" name="g_file_info_set_size ()" link="GFileInfo.html#g-file-info-set-size"/>
<keyword type="function" name="g_file_info_set_modification_time ()" link="GFileInfo.html#g-file-info-set-modification-time"/>
<keyword type="function" name="g_file_info_set_symlink_target ()" link="GFileInfo.html#g-file-info-set-symlink-target"/>
<keyword type="function" name="g_file_info_set_sort_order ()" link="GFileInfo.html#g-file-info-set-sort-order"/>
<keyword type="function" name="g_file_attribute_matcher_new ()" link="GFileInfo.html#g-file-attribute-matcher-new"/>
<keyword type="function" name="g_file_attribute_matcher_ref ()" link="GFileInfo.html#g-file-attribute-matcher-ref"/>
<keyword type="function" name="g_file_attribute_matcher_unref ()" link="GFileInfo.html#g-file-attribute-matcher-unref"/>
<keyword type="function" name="g_file_attribute_matcher_matches ()" link="GFileInfo.html#g-file-attribute-matcher-matches"/>
<keyword type="function" name="g_file_attribute_matcher_matches_only ()" link="GFileInfo.html#g-file-attribute-matcher-matches-only"/>
<keyword type="function" name="g_file_attribute_matcher_enumerate_namespace ()" link="GFileInfo.html#g-file-attribute-matcher-enumerate-namespace"/>
<keyword type="function" name="g_file_attribute_matcher_enumerate_next ()" link="GFileInfo.html#g-file-attribute-matcher-enumerate-next"/>
<keyword type="struct" name="GFileEnumerator" link="GFileEnumerator.html#GFileEnumerator-struct"/>
<keyword type="function" name="g_file_enumerator_next_file ()" link="GFileEnumerator.html#g-file-enumerator-next-file"/>
<keyword type="function" name="g_file_enumerator_close ()" link="GFileEnumerator.html#g-file-enumerator-close"/>
<keyword type="function" name="g_file_enumerator_next_files_async ()" link="GFileEnumerator.html#g-file-enumerator-next-files-async"/>
<keyword type="function" name="g_file_enumerator_next_files_finish ()" link="GFileEnumerator.html#g-file-enumerator-next-files-finish"/>
<keyword type="function" name="g_file_enumerator_close_async ()" link="GFileEnumerator.html#g-file-enumerator-close-async"/>
<keyword type="function" name="g_file_enumerator_close_finish ()" link="GFileEnumerator.html#g-file-enumerator-close-finish"/>
<keyword type="function" name="g_file_enumerator_is_closed ()" link="GFileEnumerator.html#g-file-enumerator-is-closed"/>
<keyword type="function" name="g_file_enumerator_has_pending ()" link="GFileEnumerator.html#g-file-enumerator-has-pending"/>
<keyword type="function" name="g_file_enumerator_set_pending ()" link="GFileEnumerator.html#g-file-enumerator-set-pending"/>
<keyword type="function" name="g_file_enumerator_get_container ()" link="GFileEnumerator.html#g-file-enumerator-get-container" since="2.18"/>
<keyword type="property" name="The &quot;container&quot; property" link="GFileEnumerator.html#GFileEnumerator--container"/>
<keyword type="macro" name="G_IO_ERROR" link="gio-GIOError.html#G-IO-ERROR:CAPS"/>
<keyword type="enum" name="enum GIOErrorEnum" link="gio-GIOError.html#GIOErrorEnum"/>
<keyword type="function" name="g_io_error_from_errno ()" link="gio-GIOError.html#g-io-error-from-errno"/>
<keyword type="enum" name="enum GAskPasswordFlags" link="GMountOperation.html#GAskPasswordFlags"/>
<keyword type="enum" name="enum GPasswordSave" link="GMountOperation.html#GPasswordSave"/>
<keyword type="struct" name="GMountOperation" link="GMountOperation.html#GMountOperation-struct"/>
<keyword type="enum" name="enum GMountOperationResult" link="GMountOperation.html#GMountOperationResult"/>
<keyword type="function" name="g_mount_operation_new ()" link="GMountOperation.html#g-mount-operation-new"/>
<keyword type="function" name="g_mount_operation_get_username ()" link="GMountOperation.html#g-mount-operation-get-username"/>
<keyword type="function" name="g_mount_operation_set_username ()" link="GMountOperation.html#g-mount-operation-set-username"/>
<keyword type="function" name="g_mount_operation_get_password ()" link="GMountOperation.html#g-mount-operation-get-password"/>
<keyword type="function" name="g_mount_operation_set_password ()" link="GMountOperation.html#g-mount-operation-set-password"/>
<keyword type="function" name="g_mount_operation_get_anonymous ()" link="GMountOperation.html#g-mount-operation-get-anonymous"/>
<keyword type="function" name="g_mount_operation_set_anonymous ()" link="GMountOperation.html#g-mount-operation-set-anonymous"/>
<keyword type="function" name="g_mount_operation_get_domain ()" link="GMountOperation.html#g-mount-operation-get-domain"/>
<keyword type="function" name="g_mount_operation_set_domain ()" link="GMountOperation.html#g-mount-operation-set-domain"/>
<keyword type="function" name="g_mount_operation_get_password_save ()" link="GMountOperation.html#g-mount-operation-get-password-save"/>
<keyword type="function" name="g_mount_operation_set_password_save ()" link="GMountOperation.html#g-mount-operation-set-password-save"/>
<keyword type="function" name="g_mount_operation_get_choice ()" link="GMountOperation.html#g-mount-operation-get-choice"/>
<keyword type="function" name="g_mount_operation_set_choice ()" link="GMountOperation.html#g-mount-operation-set-choice"/>
<keyword type="function" name="g_mount_operation_reply ()" link="GMountOperation.html#g-mount-operation-reply"/>
<keyword type="property" name="The &quot;anonymous&quot; property" link="GMountOperation.html#GMountOperation--anonymous"/>
<keyword type="property" name="The &quot;choice&quot; property" link="GMountOperation.html#GMountOperation--choice"/>
<keyword type="property" name="The &quot;domain&quot; property" link="GMountOperation.html#GMountOperation--domain"/>
<keyword type="property" name="The &quot;password&quot; property" link="GMountOperation.html#GMountOperation--password"/>
<keyword type="property" name="The &quot;password-save&quot; property" link="GMountOperation.html#GMountOperation--password-save"/>
<keyword type="property" name="The &quot;username&quot; property" link="GMountOperation.html#GMountOperation--username"/>
<keyword type="signal" name="The &quot;aborted&quot; signal" link="GMountOperation.html#GMountOperation-aborted"/>
<keyword type="signal" name="The &quot;ask-password&quot; signal" link="GMountOperation.html#GMountOperation-ask-password"/>
<keyword type="signal" name="The &quot;ask-question&quot; signal" link="GMountOperation.html#GMountOperation-ask-question"/>
<keyword type="signal" name="The &quot;reply&quot; signal" link="GMountOperation.html#GMountOperation-reply"/>
<keyword type="signal" name="The &quot;show-processes&quot; signal" link="GMountOperation.html#GMountOperation-show-processes"/>
<keyword type="enum" name="enum GFileMonitorEvent" link="GFileMonitor.html#GFileMonitorEvent"/>
<keyword type="struct" name="GFileMonitor" link="GFileMonitor.html#GFileMonitor-struct"/>
<keyword type="function" name="g_file_monitor_cancel ()" link="GFileMonitor.html#g-file-monitor-cancel"/>
<keyword type="function" name="g_file_monitor_is_cancelled ()" link="GFileMonitor.html#g-file-monitor-is-cancelled"/>
<keyword type="function" name="g_file_monitor_set_rate_limit ()" link="GFileMonitor.html#g-file-monitor-set-rate-limit"/>
<keyword type="function" name="g_file_monitor_emit_event ()" link="GFileMonitor.html#g-file-monitor-emit-event"/>
<keyword type="property" name="The &quot;cancelled&quot; property" link="GFileMonitor.html#GFileMonitor--cancelled"/>
<keyword type="property" name="The &quot;rate-limit&quot; property" link="GFileMonitor.html#GFileMonitor--rate-limit"/>
<keyword type="signal" name="The &quot;changed&quot; signal" link="GFileMonitor.html#GFileMonitor-changed"/>
<keyword type="struct" name="GCancellable" link="GCancellable.html#GCancellable-struct"/>
<keyword type="function" name="g_cancellable_new ()" link="GCancellable.html#g-cancellable-new"/>
<keyword type="function" name="g_cancellable_is_cancelled ()" link="GCancellable.html#g-cancellable-is-cancelled"/>
<keyword type="function" name="g_cancellable_set_error_if_cancelled ()" link="GCancellable.html#g-cancellable-set-error-if-cancelled"/>
<keyword type="function" name="g_cancellable_get_fd ()" link="GCancellable.html#g-cancellable-get-fd"/>
<keyword type="function" name="g_cancellable_make_pollfd ()" link="GCancellable.html#g-cancellable-make-pollfd" since="2.22"/>
<keyword type="function" name="g_cancellable_release_fd ()" link="GCancellable.html#g-cancellable-release-fd" since="2.22"/>
<keyword type="function" name="g_cancellable_get_current ()" link="GCancellable.html#g-cancellable-get-current"/>
<keyword type="function" name="g_cancellable_pop_current ()" link="GCancellable.html#g-cancellable-pop-current"/>
<keyword type="function" name="g_cancellable_push_current ()" link="GCancellable.html#g-cancellable-push-current"/>
<keyword type="function" name="g_cancellable_reset ()" link="GCancellable.html#g-cancellable-reset"/>
<keyword type="function" name="g_cancellable_connect ()" link="GCancellable.html#g-cancellable-connect" since="2.22"/>
<keyword type="function" name="g_cancellable_disconnect ()" link="GCancellable.html#g-cancellable-disconnect" since="2.22"/>
<keyword type="function" name="g_cancellable_cancel ()" link="GCancellable.html#g-cancellable-cancel"/>
<keyword type="signal" name="The &quot;cancelled&quot; signal" link="GCancellable.html#GCancellable-cancelled"/>
<keyword type="struct" name="GAsyncResult" link="GAsyncResult.html#GAsyncResult-struct"/>
<keyword type="struct" name="GAsyncResultIface" link="GAsyncResult.html#GAsyncResultIface"/>
<keyword type="function" name="GAsyncReadyCallback ()" link="GAsyncResult.html#GAsyncReadyCallback"/>
<keyword type="function" name="g_async_result_get_user_data ()" link="GAsyncResult.html#g-async-result-get-user-data"/>
<keyword type="function" name="g_async_result_get_source_object ()" link="GAsyncResult.html#g-async-result-get-source-object"/>
<keyword type="struct" name="GIOSchedulerJob" link="gio-GIOScheduler.html#GIOSchedulerJob"/>
<keyword type="function" name="GIOSchedulerJobFunc ()" link="gio-GIOScheduler.html#GIOSchedulerJobFunc"/>
<keyword type="function" name="g_io_scheduler_push_job ()" link="gio-GIOScheduler.html#g-io-scheduler-push-job"/>
<keyword type="function" name="g_io_scheduler_cancel_all_jobs ()" link="gio-GIOScheduler.html#g-io-scheduler-cancel-all-jobs"/>
<keyword type="function" name="g_io_scheduler_job_send_to_mainloop ()" link="gio-GIOScheduler.html#g-io-scheduler-job-send-to-mainloop"/>
<keyword type="function" name="g_io_scheduler_job_send_to_mainloop_async ()" link="gio-GIOScheduler.html#g-io-scheduler-job-send-to-mainloop-async"/>
<keyword type="struct" name="GSimpleAsyncResult" link="GSimpleAsyncResult.html#GSimpleAsyncResult-struct"/>
<keyword type="function" name="GSimpleAsyncThreadFunc ()" link="GSimpleAsyncResult.html#GSimpleAsyncThreadFunc"/>
<keyword type="function" name="g_simple_async_result_new ()" link="GSimpleAsyncResult.html#g-simple-async-result-new"/>
<keyword type="function" name="g_simple_async_result_new_error ()" link="GSimpleAsyncResult.html#g-simple-async-result-new-error"/>
<keyword type="function" name="g_simple_async_result_new_from_error ()" link="GSimpleAsyncResult.html#g-simple-async-result-new-from-error"/>
<keyword type="function" name="g_simple_async_result_set_op_res_gpointer ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-op-res-gpointer"/>
<keyword type="function" name="g_simple_async_result_get_op_res_gpointer ()" link="GSimpleAsyncResult.html#g-simple-async-result-get-op-res-gpointer"/>
<keyword type="function" name="g_simple_async_result_set_op_res_gssize ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-op-res-gssize"/>
<keyword type="function" name="g_simple_async_result_get_op_res_gssize ()" link="GSimpleAsyncResult.html#g-simple-async-result-get-op-res-gssize"/>
<keyword type="function" name="g_simple_async_result_set_op_res_gboolean ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-op-res-gboolean"/>
<keyword type="function" name="g_simple_async_result_get_op_res_gboolean ()" link="GSimpleAsyncResult.html#g-simple-async-result-get-op-res-gboolean"/>
<keyword type="function" name="g_simple_async_result_get_source_tag ()" link="GSimpleAsyncResult.html#g-simple-async-result-get-source-tag"/>
<keyword type="function" name="g_simple_async_result_is_valid ()" link="GSimpleAsyncResult.html#g-simple-async-result-is-valid"/>
<keyword type="function" name="g_simple_async_result_set_handle_cancellation ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-handle-cancellation"/>
<keyword type="function" name="g_simple_async_result_complete ()" link="GSimpleAsyncResult.html#g-simple-async-result-complete"/>
<keyword type="function" name="g_simple_async_result_complete_in_idle ()" link="GSimpleAsyncResult.html#g-simple-async-result-complete-in-idle"/>
<keyword type="function" name="g_simple_async_result_run_in_thread ()" link="GSimpleAsyncResult.html#g-simple-async-result-run-in-thread"/>
<keyword type="function" name="g_simple_async_result_set_from_error ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-from-error"/>
<keyword type="function" name="g_simple_async_result_propagate_error ()" link="GSimpleAsyncResult.html#g-simple-async-result-propagate-error"/>
<keyword type="function" name="g_simple_async_result_set_error ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-error"/>
<keyword type="function" name="g_simple_async_result_set_error_va ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-error-va"/>
<keyword type="function" name="g_simple_async_report_error_in_idle ()" link="GSimpleAsyncResult.html#g-simple-async-report-error-in-idle"/>
<keyword type="function" name="g_simple_async_report_gerror_in_idle ()" link="GSimpleAsyncResult.html#g-simple-async-report-gerror-in-idle"/>
<keyword type="struct" name="GConverter" link="GConverter.html#GConverter-struct"/>
<keyword type="struct" name="GConverterIface" link="GConverter.html#GConverterIface" since="2.24"/>
<keyword type="enum" name="enum GConverterResult" link="GConverter.html#GConverterResult" since="2.24"/>
<keyword type="function" name="g_converter_convert ()" link="GConverter.html#g-converter-convert" since="2.24"/>
<keyword type="function" name="g_converter_reset ()" link="GConverter.html#g-converter-reset" since="2.24"/>
<keyword type="struct" name="GCharsetConverter" link="GCharsetConverter.html#GCharsetConverter-struct"/>
<keyword type="function" name="g_charset_converter_new ()" link="GCharsetConverter.html#g-charset-converter-new" since="2.24"/>
<keyword type="function" name="g_charset_converter_set_use_fallback ()" link="GCharsetConverter.html#g-charset-converter-set-use-fallback" since="2.24"/>
<keyword type="function" name="g_charset_converter_get_use_fallback ()" link="GCharsetConverter.html#g-charset-converter-get-use-fallback" since="2.24"/>
<keyword type="function" name="g_charset_converter_get_num_fallbacks ()" link="GCharsetConverter.html#g-charset-converter-get-num-fallbacks" since="2.24"/>
<keyword type="property" name="The &quot;from-charset&quot; property" link="GCharsetConverter.html#GCharsetConverter--from-charset"/>
<keyword type="property" name="The &quot;to-charset&quot; property" link="GCharsetConverter.html#GCharsetConverter--to-charset"/>
<keyword type="property" name="The &quot;use-fallback&quot; property" link="GCharsetConverter.html#GCharsetConverter--use-fallback"/>
<keyword type="struct" name="GZlibCompressor" link="GZlibCompressor.html#GZlibCompressor-struct"/>
<keyword type="enum" name="enum GZlibCompressorFormat" link="GZlibCompressor.html#GZlibCompressorFormat" since="2.24"/>
<keyword type="function" name="g_zlib_compressor_new ()" link="GZlibCompressor.html#g-zlib-compressor-new" since="2.24"/>
<keyword type="property" name="The &quot;format&quot; property" link="GZlibCompressor.html#GZlibCompressor--format"/>
<keyword type="property" name="The &quot;level&quot; property" link="GZlibCompressor.html#GZlibCompressor--level"/>
<keyword type="struct" name="GZlibDecompressor" link="GZlibDecompressor.html#GZlibDecompressor-struct"/>
<keyword type="function" name="g_zlib_decompressor_new ()" link="GZlibDecompressor.html#g-zlib-decompressor-new" since="2.24"/>
<keyword type="property" name="The &quot;format&quot; property" link="GZlibDecompressor.html#GZlibDecompressor--format"/>
<keyword type="struct" name="GSeekable" link="GSeekable.html#GSeekable-struct"/>
<keyword type="struct" name="GSeekableIface" link="GSeekable.html#GSeekableIface"/>
<keyword type="function" name="g_seekable_tell ()" link="GSeekable.html#g-seekable-tell"/>
<keyword type="function" name="g_seekable_can_seek ()" link="GSeekable.html#g-seekable-can-seek"/>
<keyword type="function" name="g_seekable_seek ()" link="GSeekable.html#g-seekable-seek"/>
<keyword type="function" name="g_seekable_can_truncate ()" link="GSeekable.html#g-seekable-can-truncate"/>
<keyword type="function" name="g_seekable_truncate ()" link="GSeekable.html#g-seekable-truncate"/>
<keyword type="struct" name="GInputStream" link="GInputStream.html#GInputStream-struct"/>
<keyword type="function" name="g_input_stream_read ()" link="GInputStream.html#g-input-stream-read"/>
<keyword type="function" name="g_input_stream_read_all ()" link="GInputStream.html#g-input-stream-read-all"/>
<keyword type="function" name="g_input_stream_skip ()" link="GInputStream.html#g-input-stream-skip"/>
<keyword type="function" name="g_input_stream_close ()" link="GInputStream.html#g-input-stream-close"/>
<keyword type="function" name="g_input_stream_read_async ()" link="GInputStream.html#g-input-stream-read-async"/>
<keyword type="function" name="g_input_stream_read_finish ()" link="GInputStream.html#g-input-stream-read-finish"/>
<keyword type="function" name="g_input_stream_skip_async ()" link="GInputStream.html#g-input-stream-skip-async"/>
<keyword type="function" name="g_input_stream_skip_finish ()" link="GInputStream.html#g-input-stream-skip-finish"/>
<keyword type="function" name="g_input_stream_close_async ()" link="GInputStream.html#g-input-stream-close-async"/>
<keyword type="function" name="g_input_stream_close_finish ()" link="GInputStream.html#g-input-stream-close-finish"/>
<keyword type="function" name="g_input_stream_is_closed ()" link="GInputStream.html#g-input-stream-is-closed"/>
<keyword type="function" name="g_input_stream_has_pending ()" link="GInputStream.html#g-input-stream-has-pending"/>
<keyword type="function" name="g_input_stream_set_pending ()" link="GInputStream.html#g-input-stream-set-pending"/>
<keyword type="function" name="g_input_stream_clear_pending ()" link="GInputStream.html#g-input-stream-clear-pending"/>
<keyword type="enum" name="enum GOutputStreamSpliceFlags" link="GOutputStream.html#GOutputStreamSpliceFlags"/>
<keyword type="struct" name="GOutputStream" link="GOutputStream.html#GOutputStream-struct"/>
<keyword type="function" name="g_output_stream_write ()" link="GOutputStream.html#g-output-stream-write"/>
<keyword type="function" name="g_output_stream_write_all ()" link="GOutputStream.html#g-output-stream-write-all"/>
<keyword type="function" name="g_output_stream_splice ()" link="GOutputStream.html#g-output-stream-splice"/>
<keyword type="function" name="g_output_stream_flush ()" link="GOutputStream.html#g-output-stream-flush"/>
<keyword type="function" name="g_output_stream_close ()" link="GOutputStream.html#g-output-stream-close"/>
<keyword type="function" name="g_output_stream_write_async ()" link="GOutputStream.html#g-output-stream-write-async"/>
<keyword type="function" name="g_output_stream_write_finish ()" link="GOutputStream.html#g-output-stream-write-finish"/>
<keyword type="function" name="g_output_stream_splice_async ()" link="GOutputStream.html#g-output-stream-splice-async"/>
<keyword type="function" name="g_output_stream_splice_finish ()" link="GOutputStream.html#g-output-stream-splice-finish"/>
<keyword type="function" name="g_output_stream_flush_async ()" link="GOutputStream.html#g-output-stream-flush-async"/>
<keyword type="function" name="g_output_stream_flush_finish ()" link="GOutputStream.html#g-output-stream-flush-finish"/>
<keyword type="function" name="g_output_stream_close_async ()" link="GOutputStream.html#g-output-stream-close-async"/>
<keyword type="function" name="g_output_stream_close_finish ()" link="GOutputStream.html#g-output-stream-close-finish"/>
<keyword type="function" name="g_output_stream_is_closing ()" link="GOutputStream.html#g-output-stream-is-closing" since="2.24"/>
<keyword type="function" name="g_output_stream_is_closed ()" link="GOutputStream.html#g-output-stream-is-closed"/>
<keyword type="function" name="g_output_stream_has_pending ()" link="GOutputStream.html#g-output-stream-has-pending"/>
<keyword type="function" name="g_output_stream_set_pending ()" link="GOutputStream.html#g-output-stream-set-pending"/>
<keyword type="function" name="g_output_stream_clear_pending ()" link="GOutputStream.html#g-output-stream-clear-pending"/>
<keyword type="struct" name="GIOStream" link="GIOStream.html#GIOStream-struct"/>
<keyword type="function" name="g_io_stream_get_input_stream ()" link="GIOStream.html#g-io-stream-get-input-stream" since="2.22"/>
<keyword type="function" name="g_io_stream_get_output_stream ()" link="GIOStream.html#g-io-stream-get-output-stream" since="2.22"/>
<keyword type="function" name="g_io_stream_close ()" link="GIOStream.html#g-io-stream-close" since="2.22"/>
<keyword type="function" name="g_io_stream_close_async ()" link="GIOStream.html#g-io-stream-close-async" since="2.22"/>
<keyword type="function" name="g_io_stream_close_finish ()" link="GIOStream.html#g-io-stream-close-finish" since="2.22"/>
<keyword type="function" name="g_io_stream_is_closed ()" link="GIOStream.html#g-io-stream-is-closed" since="2.22"/>
<keyword type="function" name="g_io_stream_has_pending ()" link="GIOStream.html#g-io-stream-has-pending" since="2.22"/>
<keyword type="function" name="g_io_stream_set_pending ()" link="GIOStream.html#g-io-stream-set-pending" since="2.22"/>
<keyword type="function" name="g_io_stream_clear_pending ()" link="GIOStream.html#g-io-stream-clear-pending" since="2.22"/>
<keyword type="property" name="The &quot;closed&quot; property" link="GIOStream.html#GIOStream--closed"/>
<keyword type="property" name="The &quot;input-stream&quot; property" link="GIOStream.html#GIOStream--input-stream"/>
<keyword type="property" name="The &quot;output-stream&quot; property" link="GIOStream.html#GIOStream--output-stream"/>
<keyword type="struct" name="GFileInputStream" link="GFileInputStream.html#GFileInputStream-struct"/>
<keyword type="function" name="g_file_input_stream_query_info ()" link="GFileInputStream.html#g-file-input-stream-query-info"/>
<keyword type="function" name="g_file_input_stream_query_info_async ()" link="GFileInputStream.html#g-file-input-stream-query-info-async"/>
<keyword type="function" name="g_file_input_stream_query_info_finish ()" link="GFileInputStream.html#g-file-input-stream-query-info-finish"/>
<keyword type="struct" name="GFileOutputStream" link="GFileOutputStream.html#GFileOutputStream-struct"/>
<keyword type="function" name="g_file_output_stream_query_info ()" link="GFileOutputStream.html#g-file-output-stream-query-info"/>
<keyword type="function" name="g_file_output_stream_query_info_async ()" link="GFileOutputStream.html#g-file-output-stream-query-info-async"/>
<keyword type="function" name="g_file_output_stream_query_info_finish ()" link="GFileOutputStream.html#g-file-output-stream-query-info-finish"/>
<keyword type="function" name="g_file_output_stream_get_etag ()" link="GFileOutputStream.html#g-file-output-stream-get-etag"/>
<keyword type="struct" name="GFileIOStream" link="GFileIOStream.html#GFileIOStream-struct"/>
<keyword type="function" name="g_file_io_stream_get_etag ()" link="GFileIOStream.html#g-file-io-stream-get-etag" since="2.22"/>
<keyword type="function" name="g_file_io_stream_query_info ()" link="GFileIOStream.html#g-file-io-stream-query-info" since="2.22"/>
<keyword type="function" name="g_file_io_stream_query_info_async ()" link="GFileIOStream.html#g-file-io-stream-query-info-async" since="2.22"/>
<keyword type="function" name="g_file_io_stream_query_info_finish ()" link="GFileIOStream.html#g-file-io-stream-query-info-finish" since="2.22"/>
<keyword type="struct" name="GFileDescriptorBased" link="GFileDescriptorBased.html#GFileDescriptorBased-struct"/>
<keyword type="function" name="g_file_descriptor_based_get_fd ()" link="GFileDescriptorBased.html#g-file-descriptor-based-get-fd" since="2.24"/>
<keyword type="struct" name="GFilterInputStream" link="GFilterInputStream.html#GFilterInputStream-struct"/>
<keyword type="function" name="g_filter_input_stream_get_base_stream ()" link="GFilterInputStream.html#g-filter-input-stream-get-base-stream"/>
<keyword type="function" name="g_filter_input_stream_get_close_base_stream ()" link="GFilterInputStream.html#g-filter-input-stream-get-close-base-stream"/>
<keyword type="function" name="g_filter_input_stream_set_close_base_stream ()" link="GFilterInputStream.html#g-filter-input-stream-set-close-base-stream"/>
<keyword type="property" name="The &quot;base-stream&quot; property" link="GFilterInputStream.html#GFilterInputStream--base-stream"/>
<keyword type="property" name="The &quot;close-base-stream&quot; property" link="GFilterInputStream.html#GFilterInputStream--close-base-stream"/>
<keyword type="struct" name="GFilterOutputStream" link="GFilterOutputStream.html#GFilterOutputStream-struct"/>
<keyword type="function" name="g_filter_output_stream_get_base_stream ()" link="GFilterOutputStream.html#g-filter-output-stream-get-base-stream"/>
<keyword type="function" name="g_filter_output_stream_get_close_base_stream ()" link="GFilterOutputStream.html#g-filter-output-stream-get-close-base-stream"/>
<keyword type="function" name="g_filter_output_stream_set_close_base_stream ()" link="GFilterOutputStream.html#g-filter-output-stream-set-close-base-stream"/>
<keyword type="property" name="The &quot;base-stream&quot; property" link="GFilterOutputStream.html#GFilterOutputStream--base-stream"/>
<keyword type="property" name="The &quot;close-base-stream&quot; property" link="GFilterOutputStream.html#GFilterOutputStream--close-base-stream"/>
<keyword type="struct" name="GMemoryInputStream" link="GMemoryInputStream.html#GMemoryInputStream-struct"/>
<keyword type="function" name="g_memory_input_stream_new ()" link="GMemoryInputStream.html#g-memory-input-stream-new"/>
<keyword type="function" name="g_memory_input_stream_new_from_data ()" link="GMemoryInputStream.html#g-memory-input-stream-new-from-data"/>
<keyword type="function" name="g_memory_input_stream_add_data ()" link="GMemoryInputStream.html#g-memory-input-stream-add-data"/>
<keyword type="function" name="GReallocFunc ()" link="GMemoryOutputStream.html#GReallocFunc"/>
<keyword type="struct" name="GMemoryOutputStream" link="GMemoryOutputStream.html#GMemoryOutputStream-struct"/>
<keyword type="function" name="g_memory_output_stream_new ()" link="GMemoryOutputStream.html#g-memory-output-stream-new"/>
<keyword type="function" name="g_memory_output_stream_get_data ()" link="GMemoryOutputStream.html#g-memory-output-stream-get-data"/>
<keyword type="function" name="g_memory_output_stream_get_size ()" link="GMemoryOutputStream.html#g-memory-output-stream-get-size"/>
<keyword type="function" name="g_memory_output_stream_get_data_size ()" link="GMemoryOutputStream.html#g-memory-output-stream-get-data-size" since="2.18"/>
<keyword type="property" name="The &quot;data&quot; property" link="GMemoryOutputStream.html#GMemoryOutputStream--data"/>
<keyword type="property" name="The &quot;data-size&quot; property" link="GMemoryOutputStream.html#GMemoryOutputStream--data-size"/>
<keyword type="property" name="The &quot;destroy-function&quot; property" link="GMemoryOutputStream.html#GMemoryOutputStream--destroy-function"/>
<keyword type="property" name="The &quot;realloc-function&quot; property" link="GMemoryOutputStream.html#GMemoryOutputStream--realloc-function"/>
<keyword type="property" name="The &quot;size&quot; property" link="GMemoryOutputStream.html#GMemoryOutputStream--size"/>
<keyword type="struct" name="GBufferedInputStream" link="GBufferedInputStream.html#GBufferedInputStream-struct"/>
<keyword type="function" name="g_buffered_input_stream_new ()" link="GBufferedInputStream.html#g-buffered-input-stream-new"/>
<keyword type="function" name="g_buffered_input_stream_new_sized ()" link="GBufferedInputStream.html#g-buffered-input-stream-new-sized"/>
<keyword type="function" name="g_buffered_input_stream_get_buffer_size ()" link="GBufferedInputStream.html#g-buffered-input-stream-get-buffer-size"/>
<keyword type="function" name="g_buffered_input_stream_set_buffer_size ()" link="GBufferedInputStream.html#g-buffered-input-stream-set-buffer-size"/>
<keyword type="function" name="g_buffered_input_stream_get_available ()" link="GBufferedInputStream.html#g-buffered-input-stream-get-available"/>
<keyword type="function" name="g_buffered_input_stream_peek_buffer ()" link="GBufferedInputStream.html#g-buffered-input-stream-peek-buffer"/>
<keyword type="function" name="g_buffered_input_stream_peek ()" link="GBufferedInputStream.html#g-buffered-input-stream-peek"/>
<keyword type="function" name="g_buffered_input_stream_fill ()" link="GBufferedInputStream.html#g-buffered-input-stream-fill"/>
<keyword type="function" name="g_buffered_input_stream_fill_async ()" link="GBufferedInputStream.html#g-buffered-input-stream-fill-async"/>
<keyword type="function" name="g_buffered_input_stream_fill_finish ()" link="GBufferedInputStream.html#g-buffered-input-stream-fill-finish"/>
<keyword type="function" name="g_buffered_input_stream_read_byte ()" link="GBufferedInputStream.html#g-buffered-input-stream-read-byte"/>
<keyword type="property" name="The &quot;buffer-size&quot; property" link="GBufferedInputStream.html#GBufferedInputStream--buffer-size"/>
<keyword type="struct" name="GBufferedOutputStream" link="GBufferedOutputStream.html#GBufferedOutputStream-struct"/>
<keyword type="function" name="g_buffered_output_stream_new ()" link="GBufferedOutputStream.html#g-buffered-output-stream-new"/>
<keyword type="function" name="g_buffered_output_stream_new_sized ()" link="GBufferedOutputStream.html#g-buffered-output-stream-new-sized"/>
<keyword type="function" name="g_buffered_output_stream_get_buffer_size ()" link="GBufferedOutputStream.html#g-buffered-output-stream-get-buffer-size"/>
<keyword type="function" name="g_buffered_output_stream_set_buffer_size ()" link="GBufferedOutputStream.html#g-buffered-output-stream-set-buffer-size"/>
<keyword type="function" name="g_buffered_output_stream_get_auto_grow ()" link="GBufferedOutputStream.html#g-buffered-output-stream-get-auto-grow"/>
<keyword type="function" name="g_buffered_output_stream_set_auto_grow ()" link="GBufferedOutputStream.html#g-buffered-output-stream-set-auto-grow"/>
<keyword type="property" name="The &quot;auto-grow&quot; property" link="GBufferedOutputStream.html#GBufferedOutputStream--auto-grow"/>
<keyword type="property" name="The &quot;buffer-size&quot; property" link="GBufferedOutputStream.html#GBufferedOutputStream--buffer-size"/>
<keyword type="struct" name="GDataInputStream" link="GDataInputStream.html#GDataInputStream-struct"/>
<keyword type="enum" name="enum GDataStreamByteOrder" link="GDataInputStream.html#GDataStreamByteOrder"/>
<keyword type="enum" name="enum GDataStreamNewlineType" link="GDataInputStream.html#GDataStreamNewlineType"/>
<keyword type="function" name="g_data_input_stream_new ()" link="GDataInputStream.html#g-data-input-stream-new"/>
<keyword type="function" name="g_data_input_stream_set_byte_order ()" link="GDataInputStream.html#g-data-input-stream-set-byte-order"/>
<keyword type="function" name="g_data_input_stream_get_byte_order ()" link="GDataInputStream.html#g-data-input-stream-get-byte-order"/>
<keyword type="function" name="g_data_input_stream_set_newline_type ()" link="GDataInputStream.html#g-data-input-stream-set-newline-type"/>
<keyword type="function" name="g_data_input_stream_get_newline_type ()" link="GDataInputStream.html#g-data-input-stream-get-newline-type"/>
<keyword type="function" name="g_data_input_stream_read_byte ()" link="GDataInputStream.html#g-data-input-stream-read-byte"/>
<keyword type="function" name="g_data_input_stream_read_int16 ()" link="GDataInputStream.html#g-data-input-stream-read-int16"/>
<keyword type="function" name="g_data_input_stream_read_uint16 ()" link="GDataInputStream.html#g-data-input-stream-read-uint16"/>
<keyword type="function" name="g_data_input_stream_read_int32 ()" link="GDataInputStream.html#g-data-input-stream-read-int32"/>
<keyword type="function" name="g_data_input_stream_read_uint32 ()" link="GDataInputStream.html#g-data-input-stream-read-uint32"/>
<keyword type="function" name="g_data_input_stream_read_int64 ()" link="GDataInputStream.html#g-data-input-stream-read-int64"/>
<keyword type="function" name="g_data_input_stream_read_uint64 ()" link="GDataInputStream.html#g-data-input-stream-read-uint64"/>
<keyword type="function" name="g_data_input_stream_read_line ()" link="GDataInputStream.html#g-data-input-stream-read-line"/>
<keyword type="function" name="g_data_input_stream_read_line_async ()" link="GDataInputStream.html#g-data-input-stream-read-line-async" since="2.20"/>
<keyword type="function" name="g_data_input_stream_read_line_finish ()" link="GDataInputStream.html#g-data-input-stream-read-line-finish" since="2.20"/>
<keyword type="function" name="g_data_input_stream_read_until ()" link="GDataInputStream.html#g-data-input-stream-read-until"/>
<keyword type="function" name="g_data_input_stream_read_until_async ()" link="GDataInputStream.html#g-data-input-stream-read-until-async" since="2.20"/>
<keyword type="function" name="g_data_input_stream_read_until_finish ()" link="GDataInputStream.html#g-data-input-stream-read-until-finish" since="2.20"/>
<keyword type="property" name="The &quot;byte-order&quot; property" link="GDataInputStream.html#GDataInputStream--byte-order"/>
<keyword type="property" name="The &quot;newline-type&quot; property" link="GDataInputStream.html#GDataInputStream--newline-type"/>
<keyword type="struct" name="GDataOutputStream" link="GDataOutputStream.html#GDataOutputStream-struct"/>
<keyword type="function" name="g_data_output_stream_new ()" link="GDataOutputStream.html#g-data-output-stream-new"/>
<keyword type="function" name="g_data_output_stream_set_byte_order ()" link="GDataOutputStream.html#g-data-output-stream-set-byte-order"/>
<keyword type="function" name="g_data_output_stream_get_byte_order ()" link="GDataOutputStream.html#g-data-output-stream-get-byte-order"/>
<keyword type="function" name="g_data_output_stream_put_byte ()" link="GDataOutputStream.html#g-data-output-stream-put-byte"/>
<keyword type="function" name="g_data_output_stream_put_int16 ()" link="GDataOutputStream.html#g-data-output-stream-put-int16"/>
<keyword type="function" name="g_data_output_stream_put_uint16 ()" link="GDataOutputStream.html#g-data-output-stream-put-uint16"/>
<keyword type="function" name="g_data_output_stream_put_int32 ()" link="GDataOutputStream.html#g-data-output-stream-put-int32"/>
<keyword type="function" name="g_data_output_stream_put_uint32 ()" link="GDataOutputStream.html#g-data-output-stream-put-uint32"/>
<keyword type="function" name="g_data_output_stream_put_int64 ()" link="GDataOutputStream.html#g-data-output-stream-put-int64"/>
<keyword type="function" name="g_data_output_stream_put_uint64 ()" link="GDataOutputStream.html#g-data-output-stream-put-uint64"/>
<keyword type="function" name="g_data_output_stream_put_string ()" link="GDataOutputStream.html#g-data-output-stream-put-string"/>
<keyword type="property" name="The &quot;byte-order&quot; property" link="GDataOutputStream.html#GDataOutputStream--byte-order"/>
<keyword type="struct" name="GUnixInputStream" link="GUnixInputStream.html#GUnixInputStream-struct"/>
<keyword type="function" name="g_unix_input_stream_new ()" link="GUnixInputStream.html#g-unix-input-stream-new"/>
<keyword type="function" name="g_unix_input_stream_set_close_fd ()" link="GUnixInputStream.html#g-unix-input-stream-set-close-fd" since="2.20"/>
<keyword type="function" name="g_unix_input_stream_get_close_fd ()" link="GUnixInputStream.html#g-unix-input-stream-get-close-fd" since="2.20"/>
<keyword type="function" name="g_unix_input_stream_get_fd ()" link="GUnixInputStream.html#g-unix-input-stream-get-fd" since="2.20"/>
<keyword type="property" name="The &quot;close-fd&quot; property" link="GUnixInputStream.html#GUnixInputStream--close-fd"/>
<keyword type="property" name="The &quot;fd&quot; property" link="GUnixInputStream.html#GUnixInputStream--fd"/>
<keyword type="struct" name="GUnixOutputStream" link="GUnixOutputStream.html#GUnixOutputStream-struct"/>
<keyword type="function" name="g_unix_output_stream_new ()" link="GUnixOutputStream.html#g-unix-output-stream-new"/>
<keyword type="function" name="g_unix_output_stream_set_close_fd ()" link="GUnixOutputStream.html#g-unix-output-stream-set-close-fd" since="2.20"/>
<keyword type="function" name="g_unix_output_stream_get_close_fd ()" link="GUnixOutputStream.html#g-unix-output-stream-get-close-fd" since="2.20"/>
<keyword type="function" name="g_unix_output_stream_get_fd ()" link="GUnixOutputStream.html#g-unix-output-stream-get-fd" since="2.20"/>
<keyword type="property" name="The &quot;close-fd&quot; property" link="GUnixOutputStream.html#GUnixOutputStream--close-fd"/>
<keyword type="property" name="The &quot;fd&quot; property" link="GUnixOutputStream.html#GUnixOutputStream--fd"/>
<keyword type="struct" name="GConverterInputStream" link="gio-GConverterInputstream.html#GConverterInputStream-struct"/>
<keyword type="function" name="g_converter_input_stream_new ()" link="gio-GConverterInputstream.html#g-converter-input-stream-new"/>
<keyword type="function" name="g_converter_input_stream_get_converter ()" link="gio-GConverterInputstream.html#g-converter-input-stream-get-converter" since="2.24"/>
<keyword type="property" name="The &quot;converter&quot; property" link="gio-GConverterInputstream.html#GConverterInputStream--converter"/>
<keyword type="struct" name="GConverterOutputStream" link="gio-GConverterOutputstream.html#GConverterOutputStream-struct"/>
<keyword type="function" name="g_converter_output_stream_new ()" link="gio-GConverterOutputstream.html#g-converter-output-stream-new"/>
<keyword type="function" name="g_converter_output_stream_get_converter ()" link="gio-GConverterOutputstream.html#g-converter-output-stream-get-converter" since="2.24"/>
<keyword type="property" name="The &quot;converter&quot; property" link="gio-GConverterOutputstream.html#GConverterOutputStream--converter"/>
<keyword type="function" name="g_content_type_equals ()" link="gio-GContentType.html#g-content-type-equals"/>
<keyword type="function" name="g_content_type_is_a ()" link="gio-GContentType.html#g-content-type-is-a"/>
<keyword type="function" name="g_content_type_is_unknown ()" link="gio-GContentType.html#g-content-type-is-unknown"/>
<keyword type="function" name="g_content_type_get_description ()" link="gio-GContentType.html#g-content-type-get-description"/>
<keyword type="function" name="g_content_type_get_mime_type ()" link="gio-GContentType.html#g-content-type-get-mime-type"/>
<keyword type="function" name="g_content_type_get_icon ()" link="gio-GContentType.html#g-content-type-get-icon"/>
<keyword type="function" name="g_content_type_can_be_executable ()" link="gio-GContentType.html#g-content-type-can-be-executable"/>
<keyword type="function" name="g_content_type_from_mime_type ()" link="gio-GContentType.html#g-content-type-from-mime-type" since="2.18"/>
<keyword type="function" name="g_content_type_guess ()" link="gio-GContentType.html#g-content-type-guess"/>
<keyword type="function" name="g_content_type_guess_for_tree ()" link="gio-GContentType.html#g-content-type-guess-for-tree" since="2.18"/>
<keyword type="function" name="g_content_types_get_registered ()" link="gio-GContentType.html#g-content-types-get-registered"/>
<keyword type="enum" name="enum GAppInfoCreateFlags" link="GAppInfo.html#GAppInfoCreateFlags"/>
<keyword type="struct" name="GAppInfo" link="GAppInfo.html#GAppInfo-struct"/>
<keyword type="struct" name="GAppInfoIface" link="GAppInfo.html#GAppInfoIface"/>
<keyword type="struct" name="GAppLaunchContext" link="GAppInfo.html#GAppLaunchContext-struct"/>
<keyword type="function" name="g_app_info_create_from_commandline ()" link="GAppInfo.html#g-app-info-create-from-commandline"/>
<keyword type="function" name="g_app_info_dup ()" link="GAppInfo.html#g-app-info-dup"/>
<keyword type="function" name="g_app_info_equal ()" link="GAppInfo.html#g-app-info-equal"/>
<keyword type="function" name="g_app_info_get_id ()" link="GAppInfo.html#g-app-info-get-id"/>
<keyword type="function" name="g_app_info_get_name ()" link="GAppInfo.html#g-app-info-get-name"/>
<keyword type="function" name="g_app_info_get_display_name ()" link="GAppInfo.html#g-app-info-get-display-name" since="2.24"/>
<keyword type="function" name="g_app_info_get_description ()" link="GAppInfo.html#g-app-info-get-description"/>
<keyword type="function" name="g_app_info_get_executable ()" link="GAppInfo.html#g-app-info-get-executable"/>
<keyword type="function" name="g_app_info_get_commandline ()" link="GAppInfo.html#g-app-info-get-commandline" since="2.20"/>
<keyword type="function" name="g_app_info_get_icon ()" link="GAppInfo.html#g-app-info-get-icon"/>
<keyword type="function" name="g_app_info_launch ()" link="GAppInfo.html#g-app-info-launch"/>
<keyword type="function" name="g_app_info_supports_files ()" link="GAppInfo.html#g-app-info-supports-files"/>
<keyword type="function" name="g_app_info_supports_uris ()" link="GAppInfo.html#g-app-info-supports-uris"/>
<keyword type="function" name="g_app_info_launch_uris ()" link="GAppInfo.html#g-app-info-launch-uris"/>
<keyword type="function" name="g_app_info_should_show ()" link="GAppInfo.html#g-app-info-should-show"/>
<keyword type="function" name="g_app_info_can_delete ()" link="GAppInfo.html#g-app-info-can-delete" since="2.20"/>
<keyword type="function" name="g_app_info_delete ()" link="GAppInfo.html#g-app-info-delete" since="2.20"/>
<keyword type="function" name="g_app_info_reset_type_associations ()" link="GAppInfo.html#g-app-info-reset-type-associations" since="2.20"/>
<keyword type="function" name="g_app_info_set_as_default_for_type ()" link="GAppInfo.html#g-app-info-set-as-default-for-type"/>
<keyword type="function" name="g_app_info_set_as_default_for_extension ()" link="GAppInfo.html#g-app-info-set-as-default-for-extension"/>
<keyword type="function" name="g_app_info_add_supports_type ()" link="GAppInfo.html#g-app-info-add-supports-type"/>
<keyword type="function" name="g_app_info_can_remove_supports_type ()" link="GAppInfo.html#g-app-info-can-remove-supports-type"/>
<keyword type="function" name="g_app_info_remove_supports_type ()" link="GAppInfo.html#g-app-info-remove-supports-type"/>
<keyword type="function" name="g_app_info_get_all ()" link="GAppInfo.html#g-app-info-get-all"/>
<keyword type="function" name="g_app_info_get_all_for_type ()" link="GAppInfo.html#g-app-info-get-all-for-type"/>
<keyword type="function" name="g_app_info_get_default_for_type ()" link="GAppInfo.html#g-app-info-get-default-for-type"/>
<keyword type="function" name="g_app_info_get_default_for_uri_scheme ()" link="GAppInfo.html#g-app-info-get-default-for-uri-scheme"/>
<keyword type="function" name="g_app_info_launch_default_for_uri ()" link="GAppInfo.html#g-app-info-launch-default-for-uri"/>
<keyword type="function" name="g_app_launch_context_get_display ()" link="GAppInfo.html#g-app-launch-context-get-display"/>
<keyword type="function" name="g_app_launch_context_get_startup_notify_id ()" link="GAppInfo.html#g-app-launch-context-get-startup-notify-id"/>
<keyword type="function" name="g_app_launch_context_launch_failed ()" link="GAppInfo.html#g-app-launch-context-launch-failed"/>
<keyword type="function" name="g_app_launch_context_new ()" link="GAppInfo.html#g-app-launch-context-new"/>
<keyword type="struct" name="GDesktopAppInfo" link="gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfo-struct"/>
<keyword type="function" name="g_desktop_app_info_new_from_filename ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-new-from-filename"/>
<keyword type="function" name="g_desktop_app_info_new_from_keyfile ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-new-from-keyfile" since="2.18"/>
<keyword type="function" name="g_desktop_app_info_new ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-new"/>
<keyword type="function" name="g_desktop_app_info_get_filename ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-filename" since="2.24"/>
<keyword type="function" name="g_desktop_app_info_get_is_hidden ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-is-hidden"/>
<keyword type="function" name="g_desktop_app_info_set_desktop_env ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-set-desktop-env"/>
<keyword type="struct" name="GDesktopAppInfoLookup" link="gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfoLookup-struct"/>
<keyword type="macro" name="G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME" link="gio-Desktop-file-based-GAppInfo.html#G-DESKTOP-APP-INFO-LOOKUP-EXTENSION-POINT-NAME:CAPS"/>
<keyword type="function" name="g_desktop_app_info_lookup_get_default_for_uri_scheme ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-lookup-get-default-for-uri-scheme"/>
<keyword type="struct" name="GVolumeMonitor" link="GVolumeMonitor.html#GVolumeMonitor-struct"/>
<keyword type="macro" name="G_VOLUME_MONITOR_EXTENSION_POINT_NAME" link="GVolumeMonitor.html#G-VOLUME-MONITOR-EXTENSION-POINT-NAME:CAPS"/>
<keyword type="function" name="g_volume_monitor_get ()" link="GVolumeMonitor.html#g-volume-monitor-get"/>
<keyword type="function" name="g_volume_monitor_get_connected_drives ()" link="GVolumeMonitor.html#g-volume-monitor-get-connected-drives"/>
<keyword type="function" name="g_volume_monitor_get_volumes ()" link="GVolumeMonitor.html#g-volume-monitor-get-volumes"/>
<keyword type="function" name="g_volume_monitor_get_mounts ()" link="GVolumeMonitor.html#g-volume-monitor-get-mounts"/>
<keyword type="function" name="g_volume_monitor_adopt_orphan_mount ()" link="GVolumeMonitor.html#g-volume-monitor-adopt-orphan-mount" deprecated=""/>
<keyword type="function" name="g_volume_monitor_get_mount_for_uuid ()" link="GVolumeMonitor.html#g-volume-monitor-get-mount-for-uuid"/>
<keyword type="function" name="g_volume_monitor_get_volume_for_uuid ()" link="GVolumeMonitor.html#g-volume-monitor-get-volume-for-uuid"/>
<keyword type="signal" name="The &quot;drive-changed&quot; signal" link="GVolumeMonitor.html#GVolumeMonitor-drive-changed"/>
<keyword type="signal" name="The &quot;drive-connected&quot; signal" link="GVolumeMonitor.html#GVolumeMonitor-drive-connected"/>
<keyword type="signal" name="The &quot;drive-disconnected&quot; signal" link="GVolumeMonitor.html#GVolumeMonitor-drive-disconnected"/>
<keyword type="signal" name="The &quot;drive-eject-button&quot; signal" link="GVolumeMonitor.html#GVolumeMonitor-drive-eject-button"/>
<keyword type="signal" name="The &quot;drive-stop-button&quot; signal" link="GVolumeMonitor.html#GVolumeMonitor-drive-stop-button"/>
<keyword type="signal" name="The &quot;mount-added&quot; signal" link="GVolumeMonitor.html#GVolumeMonitor-mount-added"/>
<keyword type="signal" name="The &quot;mount-changed&quot; signal" link="GVolumeMonitor.html#GVolumeMonitor-mount-changed"/>
<keyword type="signal" name="The &quot;mount-pre-unmount&quot; signal" link="GVolumeMonitor.html#GVolumeMonitor-mount-pre-unmount"/>
<keyword type="signal" name="The &quot;mount-removed&quot; signal" link="GVolumeMonitor.html#GVolumeMonitor-mount-removed"/>
<keyword type="signal" name="The &quot;volume-added&quot; signal" link="GVolumeMonitor.html#GVolumeMonitor-volume-added"/>
<keyword type="signal" name="The &quot;volume-changed&quot; signal" link="GVolumeMonitor.html#GVolumeMonitor-volume-changed"/>
<keyword type="signal" name="The &quot;volume-removed&quot; signal" link="GVolumeMonitor.html#GVolumeMonitor-volume-removed"/>
<keyword type="struct" name="GVolume" link="GVolume.html#GVolume-struct"/>
<keyword type="struct" name="GVolumeIface" link="GVolume.html#GVolumeIface"/>
<keyword type="function" name="g_volume_get_name ()" link="GVolume.html#g-volume-get-name"/>
<keyword type="function" name="g_volume_get_uuid ()" link="GVolume.html#g-volume-get-uuid"/>
<keyword type="function" name="g_volume_get_icon ()" link="GVolume.html#g-volume-get-icon"/>
<keyword type="function" name="g_volume_get_drive ()" link="GVolume.html#g-volume-get-drive"/>
<keyword type="function" name="g_volume_get_mount ()" link="GVolume.html#g-volume-get-mount"/>
<keyword type="function" name="g_volume_can_mount ()" link="GVolume.html#g-volume-can-mount"/>
<keyword type="function" name="g_volume_should_automount ()" link="GVolume.html#g-volume-should-automount"/>
<keyword type="function" name="g_volume_get_activation_root ()" link="GVolume.html#g-volume-get-activation-root" since="2.18"/>
<keyword type="function" name="g_volume_mount ()" link="GVolume.html#g-volume-mount"/>
<keyword type="function" name="g_volume_mount_finish ()" link="GVolume.html#g-volume-mount-finish"/>
<keyword type="function" name="g_volume_can_eject ()" link="GVolume.html#g-volume-can-eject"/>
<keyword type="function" name="g_volume_eject ()" link="GVolume.html#g-volume-eject" deprecated="2.22: Use g_volume_eject_with_operation() instead."/>
<keyword type="function" name="g_volume_eject_finish ()" link="GVolume.html#g-volume-eject-finish" deprecated="2.22: Use g_volume_eject_with_operation_finish() instead."/>
<keyword type="function" name="g_volume_eject_with_operation ()" link="GVolume.html#g-volume-eject-with-operation" since="2.22"/>
<keyword type="function" name="g_volume_eject_with_operation_finish ()" link="GVolume.html#g-volume-eject-with-operation-finish" since="2.22"/>
<keyword type="macro" name="G_VOLUME_IDENTIFIER_KIND_HAL_UDI" link="GVolume.html#G-VOLUME-IDENTIFIER-KIND-HAL-UDI:CAPS"/>
<keyword type="macro" name="G_VOLUME_IDENTIFIER_KIND_LABEL" link="GVolume.html#G-VOLUME-IDENTIFIER-KIND-LABEL:CAPS"/>
<keyword type="macro" name="G_VOLUME_IDENTIFIER_KIND_NFS_MOUNT" link="GVolume.html#G-VOLUME-IDENTIFIER-KIND-NFS-MOUNT:CAPS"/>
<keyword type="macro" name="G_VOLUME_IDENTIFIER_KIND_UNIX_DEVICE" link="GVolume.html#G-VOLUME-IDENTIFIER-KIND-UNIX-DEVICE:CAPS"/>
<keyword type="macro" name="G_VOLUME_IDENTIFIER_KIND_UUID" link="GVolume.html#G-VOLUME-IDENTIFIER-KIND-UUID:CAPS"/>
<keyword type="function" name="g_volume_enumerate_identifiers ()" link="GVolume.html#g-volume-enumerate-identifiers"/>
<keyword type="function" name="g_volume_get_identifier ()" link="GVolume.html#g-volume-get-identifier"/>
<keyword type="signal" name="The &quot;changed&quot; signal" link="GVolume.html#GVolume-changed"/>
<keyword type="signal" name="The &quot;removed&quot; signal" link="GVolume.html#GVolume-removed"/>
<keyword type="struct" name="GMount" link="GMount.html#GMount-struct"/>
<keyword type="struct" name="GMountIface" link="GMount.html#GMountIface"/>
<keyword type="function" name="g_mount_get_name ()" link="GMount.html#g-mount-get-name"/>
<keyword type="function" name="g_mount_get_uuid ()" link="GMount.html#g-mount-get-uuid"/>
<keyword type="function" name="g_mount_get_icon ()" link="GMount.html#g-mount-get-icon"/>
<keyword type="function" name="g_mount_get_drive ()" link="GMount.html#g-mount-get-drive"/>
<keyword type="function" name="g_mount_get_root ()" link="GMount.html#g-mount-get-root"/>
<keyword type="function" name="g_mount_get_volume ()" link="GMount.html#g-mount-get-volume"/>
<keyword type="function" name="g_mount_get_default_location ()" link="GMount.html#g-mount-get-default-location"/>
<keyword type="function" name="g_mount_can_unmount ()" link="GMount.html#g-mount-can-unmount"/>
<keyword type="enum" name="enum GMountMountFlags" link="GMount.html#GMountMountFlags"/>
<keyword type="enum" name="enum GMountUnmountFlags" link="GMount.html#GMountUnmountFlags"/>
<keyword type="function" name="g_mount_unmount ()" link="GMount.html#g-mount-unmount" deprecated="2.22: Use g_mount_unmount_with_operation() instead."/>
<keyword type="function" name="g_mount_unmount_finish ()" link="GMount.html#g-mount-unmount-finish" deprecated="2.22: Use g_mount_unmount_with_operation_finish() instead."/>
<keyword type="function" name="g_mount_unmount_with_operation ()" link="GMount.html#g-mount-unmount-with-operation" since="2.22"/>
<keyword type="function" name="g_mount_unmount_with_operation_finish ()" link="GMount.html#g-mount-unmount-with-operation-finish" since="2.22"/>
<keyword type="function" name="g_mount_remount ()" link="GMount.html#g-mount-remount"/>
<keyword type="function" name="g_mount_remount_finish ()" link="GMount.html#g-mount-remount-finish"/>
<keyword type="function" name="g_mount_can_eject ()" link="GMount.html#g-mount-can-eject"/>
<keyword type="function" name="g_mount_eject ()" link="GMount.html#g-mount-eject" deprecated="2.22: Use g_mount_eject_with_operation() instead."/>
<keyword type="function" name="g_mount_eject_finish ()" link="GMount.html#g-mount-eject-finish" deprecated="2.22: Use g_mount_eject_with_operation_finish() instead."/>
<keyword type="function" name="g_mount_eject_with_operation ()" link="GMount.html#g-mount-eject-with-operation" since="2.22"/>
<keyword type="function" name="g_mount_eject_with_operation_finish ()" link="GMount.html#g-mount-eject-with-operation-finish" since="2.22"/>
<keyword type="function" name="g_mount_guess_content_type ()" link="GMount.html#g-mount-guess-content-type" since="2.18"/>
<keyword type="function" name="g_mount_guess_content_type_finish ()" link="GMount.html#g-mount-guess-content-type-finish" since="2.18"/>
<keyword type="function" name="g_mount_guess_content_type_sync ()" link="GMount.html#g-mount-guess-content-type-sync" since="2.18"/>
<keyword type="function" name="g_mount_is_shadowed ()" link="GMount.html#g-mount-is-shadowed" since="2.20"/>
<keyword type="function" name="g_mount_shadow ()" link="GMount.html#g-mount-shadow" since="2.20"/>
<keyword type="function" name="g_mount_unshadow ()" link="GMount.html#g-mount-unshadow" since="2.20"/>
<keyword type="signal" name="The &quot;changed&quot; signal" link="GMount.html#GMount-changed"/>
<keyword type="signal" name="The &quot;pre-unmount&quot; signal" link="GMount.html#GMount-pre-unmount"/>
<keyword type="signal" name="The &quot;unmounted&quot; signal" link="GMount.html#GMount-unmounted"/>
<keyword type="struct" name="GDrive" link="GDrive.html#GDrive-struct"/>
<keyword type="struct" name="GDriveIface" link="GDrive.html#GDriveIface"/>
<keyword type="enum" name="enum GDriveStartFlags" link="GDrive.html#GDriveStartFlags" since="2.22"/>
<keyword type="enum" name="enum GDriveStartStopType" link="GDrive.html#GDriveStartStopType" since="2.22"/>
<keyword type="function" name="g_drive_get_name ()" link="GDrive.html#g-drive-get-name"/>
<keyword type="function" name="g_drive_get_icon ()" link="GDrive.html#g-drive-get-icon"/>
<keyword type="function" name="g_drive_has_volumes ()" link="GDrive.html#g-drive-has-volumes"/>
<keyword type="function" name="g_drive_get_volumes ()" link="GDrive.html#g-drive-get-volumes"/>
<keyword type="function" name="g_drive_can_eject ()" link="GDrive.html#g-drive-can-eject"/>
<keyword type="function" name="g_drive_get_start_stop_type ()" link="GDrive.html#g-drive-get-start-stop-type" since="2.22"/>
<keyword type="function" name="g_drive_can_start ()" link="GDrive.html#g-drive-can-start" since="2.22"/>
<keyword type="function" name="g_drive_can_start_degraded ()" link="GDrive.html#g-drive-can-start-degraded" since="2.22"/>
<keyword type="function" name="g_drive_can_stop ()" link="GDrive.html#g-drive-can-stop" since="2.22"/>
<keyword type="function" name="g_drive_can_poll_for_media ()" link="GDrive.html#g-drive-can-poll-for-media"/>
<keyword type="function" name="g_drive_poll_for_media ()" link="GDrive.html#g-drive-poll-for-media"/>
<keyword type="function" name="g_drive_poll_for_media_finish ()" link="GDrive.html#g-drive-poll-for-media-finish"/>
<keyword type="function" name="g_drive_has_media ()" link="GDrive.html#g-drive-has-media"/>
<keyword type="function" name="g_drive_is_media_check_automatic ()" link="GDrive.html#g-drive-is-media-check-automatic"/>
<keyword type="function" name="g_drive_is_media_removable ()" link="GDrive.html#g-drive-is-media-removable"/>
<keyword type="function" name="g_drive_eject ()" link="GDrive.html#g-drive-eject" deprecated="2.22: Use g_drive_eject_with_operation() instead."/>
<keyword type="function" name="g_drive_eject_finish ()" link="GDrive.html#g-drive-eject-finish" deprecated="2.22: Use g_drive_eject_with_operation_finish() instead."/>
<keyword type="function" name="g_drive_eject_with_operation ()" link="GDrive.html#g-drive-eject-with-operation" since="2.22"/>
<keyword type="function" name="g_drive_eject_with_operation_finish ()" link="GDrive.html#g-drive-eject-with-operation-finish" since="2.22"/>
<keyword type="function" name="g_drive_start ()" link="GDrive.html#g-drive-start" since="2.22"/>
<keyword type="function" name="g_drive_start_finish ()" link="GDrive.html#g-drive-start-finish" since="2.22"/>
<keyword type="function" name="g_drive_stop ()" link="GDrive.html#g-drive-stop" since="2.22"/>
<keyword type="function" name="g_drive_stop_finish ()" link="GDrive.html#g-drive-stop-finish" since="2.22"/>
<keyword type="function" name="g_drive_enumerate_identifiers ()" link="GDrive.html#g-drive-enumerate-identifiers"/>
<keyword type="function" name="g_drive_get_identifier ()" link="GDrive.html#g-drive-get-identifier"/>
<keyword type="signal" name="The &quot;changed&quot; signal" link="GDrive.html#GDrive-changed"/>
<keyword type="signal" name="The &quot;disconnected&quot; signal" link="GDrive.html#GDrive-disconnected"/>
<keyword type="signal" name="The &quot;eject-button&quot; signal" link="GDrive.html#GDrive-eject-button"/>
<keyword type="signal" name="The &quot;stop-button&quot; signal" link="GDrive.html#GDrive-stop-button"/>
<keyword type="struct" name="GUnixMount" link="gio-Unix-Mounts.html#GUnixMount"/>
<keyword type="struct" name="GUnixMountPoint" link="gio-Unix-Mounts.html#GUnixMountPoint"/>
<keyword type="struct" name="GUnixMountEntry" link="gio-Unix-Mounts.html#GUnixMountEntry"/>
<keyword type="struct" name="GUnixMountMonitor" link="gio-Unix-Mounts.html#GUnixMountMonitor-struct"/>
<keyword type="function" name="g_unix_mount_free ()" link="gio-Unix-Mounts.html#g-unix-mount-free"/>
<keyword type="function" name="g_unix_mount_compare ()" link="gio-Unix-Mounts.html#g-unix-mount-compare"/>
<keyword type="function" name="g_unix_mount_get_mount_path ()" link="gio-Unix-Mounts.html#g-unix-mount-get-mount-path"/>
<keyword type="function" name="g_unix_mount_get_device_path ()" link="gio-Unix-Mounts.html#g-unix-mount-get-device-path"/>
<keyword type="function" name="g_unix_mount_get_fs_type ()" link="gio-Unix-Mounts.html#g-unix-mount-get-fs-type"/>
<keyword type="function" name="g_unix_mount_is_readonly ()" link="gio-Unix-Mounts.html#g-unix-mount-is-readonly"/>
<keyword type="function" name="g_unix_mount_is_system_internal ()" link="gio-Unix-Mounts.html#g-unix-mount-is-system-internal"/>
<keyword type="function" name="g_unix_mount_guess_icon ()" link="gio-Unix-Mounts.html#g-unix-mount-guess-icon"/>
<keyword type="function" name="g_unix_mount_guess_name ()" link="gio-Unix-Mounts.html#g-unix-mount-guess-name"/>
<keyword type="function" name="g_unix_mount_guess_can_eject ()" link="gio-Unix-Mounts.html#g-unix-mount-guess-can-eject"/>
<keyword type="function" name="g_unix_mount_guess_should_display ()" link="gio-Unix-Mounts.html#g-unix-mount-guess-should-display"/>
<keyword type="function" name="g_unix_mount_point_free ()" link="gio-Unix-Mounts.html#g-unix-mount-point-free"/>
<keyword type="function" name="g_unix_mount_point_compare ()" link="gio-Unix-Mounts.html#g-unix-mount-point-compare"/>
<keyword type="function" name="g_unix_mount_point_get_mount_path ()" link="gio-Unix-Mounts.html#g-unix-mount-point-get-mount-path"/>
<keyword type="function" name="g_unix_mount_point_get_device_path ()" link="gio-Unix-Mounts.html#g-unix-mount-point-get-device-path"/>
<keyword type="function" name="g_unix_mount_point_get_fs_type ()" link="gio-Unix-Mounts.html#g-unix-mount-point-get-fs-type"/>
<keyword type="function" name="g_unix_mount_point_is_readonly ()" link="gio-Unix-Mounts.html#g-unix-mount-point-is-readonly"/>
<keyword type="function" name="g_unix_mount_point_is_user_mountable ()" link="gio-Unix-Mounts.html#g-unix-mount-point-is-user-mountable"/>
<keyword type="function" name="g_unix_mount_point_is_loopback ()" link="gio-Unix-Mounts.html#g-unix-mount-point-is-loopback"/>
<keyword type="function" name="g_unix_mount_point_guess_icon ()" link="gio-Unix-Mounts.html#g-unix-mount-point-guess-icon"/>
<keyword type="function" name="g_unix_mount_point_guess_name ()" link="gio-Unix-Mounts.html#g-unix-mount-point-guess-name"/>
<keyword type="function" name="g_unix_mount_point_guess_can_eject ()" link="gio-Unix-Mounts.html#g-unix-mount-point-guess-can-eject"/>
<keyword type="function" name="g_unix_mount_points_get ()" link="gio-Unix-Mounts.html#g-unix-mount-points-get"/>
<keyword type="function" name="g_unix_mounts_get ()" link="gio-Unix-Mounts.html#g-unix-mounts-get"/>
<keyword type="function" name="g_unix_mount_at ()" link="gio-Unix-Mounts.html#g-unix-mount-at"/>
<keyword type="function" name="g_unix_mounts_changed_since ()" link="gio-Unix-Mounts.html#g-unix-mounts-changed-since"/>
<keyword type="function" name="g_unix_mount_points_changed_since ()" link="gio-Unix-Mounts.html#g-unix-mount-points-changed-since"/>
<keyword type="function" name="g_unix_mount_monitor_new ()" link="gio-Unix-Mounts.html#g-unix-mount-monitor-new"/>
<keyword type="function" name="g_unix_mount_monitor_set_rate_limit ()" link="gio-Unix-Mounts.html#g-unix-mount-monitor-set-rate-limit" since="2.18"/>
<keyword type="function" name="g_unix_is_mount_path_system_internal ()" link="gio-Unix-Mounts.html#g-unix-is-mount-path-system-internal"/>
<keyword type="signal" name="The &quot;mountpoints-changed&quot; signal" link="gio-Unix-Mounts.html#GUnixMountMonitor-mountpoints-changed"/>
<keyword type="signal" name="The &quot;mounts-changed&quot; signal" link="gio-Unix-Mounts.html#GUnixMountMonitor-mounts-changed"/>
<keyword type="struct" name="GIcon" link="GIcon.html#GIcon-struct"/>
<keyword type="struct" name="GIconIface" link="GIcon.html#GIconIface"/>
<keyword type="function" name="g_icon_hash ()" link="GIcon.html#g-icon-hash"/>
<keyword type="function" name="g_icon_equal ()" link="GIcon.html#g-icon-equal"/>
<keyword type="function" name="g_icon_to_string ()" link="GIcon.html#g-icon-to-string" since="2.20"/>
<keyword type="function" name="g_icon_new_for_string ()" link="GIcon.html#g-icon-new-for-string" since="2.20"/>
<keyword type="struct" name="GFileIcon" link="GFileIcon.html#GFileIcon-struct"/>
<keyword type="function" name="g_file_icon_new ()" link="GFileIcon.html#g-file-icon-new"/>
<keyword type="function" name="g_file_icon_get_file ()" link="GFileIcon.html#g-file-icon-get-file"/>
<keyword type="property" name="The &quot;file&quot; property" link="GFileIcon.html#GFileIcon--file"/>
<keyword type="struct" name="GLoadableIcon" link="GLoadableIcon.html#GLoadableIcon-struct"/>
<keyword type="struct" name="GLoadableIconIface" link="GLoadableIcon.html#GLoadableIconIface"/>
<keyword type="function" name="g_loadable_icon_load ()" link="GLoadableIcon.html#g-loadable-icon-load"/>
<keyword type="function" name="g_loadable_icon_load_async ()" link="GLoadableIcon.html#g-loadable-icon-load-async"/>
<keyword type="function" name="g_loadable_icon_load_finish ()" link="GLoadableIcon.html#g-loadable-icon-load-finish"/>
<keyword type="struct" name="GThemedIcon" link="GThemedIcon.html#GThemedIcon-struct"/>
<keyword type="function" name="g_themed_icon_new ()" link="GThemedIcon.html#g-themed-icon-new"/>
<keyword type="function" name="g_themed_icon_new_from_names ()" link="GThemedIcon.html#g-themed-icon-new-from-names"/>
<keyword type="function" name="g_themed_icon_new_with_default_fallbacks ()" link="GThemedIcon.html#g-themed-icon-new-with-default-fallbacks"/>
<keyword type="function" name="g_themed_icon_prepend_name ()" link="GThemedIcon.html#g-themed-icon-prepend-name" since="2.18"/>
<keyword type="function" name="g_themed_icon_append_name ()" link="GThemedIcon.html#g-themed-icon-append-name"/>
<keyword type="function" name="g_themed_icon_get_names ()" link="GThemedIcon.html#g-themed-icon-get-names"/>
<keyword type="property" name="The &quot;name&quot; property" link="GThemedIcon.html#GThemedIcon--name"/>
<keyword type="property" name="The &quot;names&quot; property" link="GThemedIcon.html#GThemedIcon--names"/>
<keyword type="property" name="The &quot;use-default-fallbacks&quot; property" link="GThemedIcon.html#GThemedIcon--use-default-fallbacks"/>
<keyword type="struct" name="GEmblemedIcon" link="GEmblemedIcon.html#GEmblemedIcon-struct"/>
<keyword type="function" name="g_emblemed_icon_new ()" link="GEmblemedIcon.html#g-emblemed-icon-new" since="2.18"/>
<keyword type="function" name="g_emblemed_icon_get_icon ()" link="GEmblemedIcon.html#g-emblemed-icon-get-icon" since="2.18"/>
<keyword type="function" name="g_emblemed_icon_get_emblems ()" link="GEmblemedIcon.html#g-emblemed-icon-get-emblems" since="2.18"/>
<keyword type="function" name="g_emblemed_icon_add_emblem ()" link="GEmblemedIcon.html#g-emblemed-icon-add-emblem" since="2.18"/>
<keyword type="struct" name="GEmblem" link="GEmblem.html#GEmblem-struct"/>
<keyword type="enum" name="enum GEmblemOrigin" link="GEmblem.html#GEmblemOrigin" since="2.18"/>
<keyword type="function" name="g_emblem_new ()" link="GEmblem.html#g-emblem-new" since="2.18"/>
<keyword type="function" name="g_emblem_new_with_origin ()" link="GEmblem.html#g-emblem-new-with-origin" since="2.18"/>
<keyword type="function" name="g_emblem_get_icon ()" link="GEmblem.html#g-emblem-get-icon" since="2.18"/>
<keyword type="function" name="g_emblem_get_origin ()" link="GEmblem.html#g-emblem-get-origin" since="2.18"/>
<keyword type="property" name="The &quot;icon&quot; property" link="GEmblem.html#GEmblem--icon"/>
<keyword type="property" name="The &quot;origin&quot; property" link="GEmblem.html#GEmblem--origin"/>
<keyword type="struct" name="GInitable" link="GInitable.html#GInitable-struct"/>
<keyword type="struct" name="GInitableIface" link="GInitable.html#GInitableIface" since="2.22"/>
<keyword type="function" name="g_initable_init ()" link="GInitable.html#g-initable-init" since="2.22"/>
<keyword type="function" name="g_initable_new ()" link="GInitable.html#g-initable-new" since="2.22"/>
<keyword type="function" name="g_initable_new_valist ()" link="GInitable.html#g-initable-new-valist" since="2.22"/>
<keyword type="function" name="g_initable_newv ()" link="GInitable.html#g-initable-newv" since="2.22"/>
<keyword type="struct" name="GAsyncInitable" link="GAsyncInitable.html#GAsyncInitable-struct"/>
<keyword type="struct" name="GAsyncInitableIface" link="GAsyncInitable.html#GAsyncInitableIface" since="2.22"/>
<keyword type="function" name="g_async_initable_init_async ()" link="GAsyncInitable.html#g-async-initable-init-async" since="2.22"/>
<keyword type="function" name="g_async_initable_init_finish ()" link="GAsyncInitable.html#g-async-initable-init-finish" since="2.22"/>
<keyword type="function" name="g_async_initable_new_async ()" link="GAsyncInitable.html#g-async-initable-new-async" since="2.22"/>
<keyword type="function" name="g_async_initable_new_finish ()" link="GAsyncInitable.html#g-async-initable-new-finish" since="2.22"/>
<keyword type="function" name="g_async_initable_new_valist_async ()" link="GAsyncInitable.html#g-async-initable-new-valist-async" since="2.22"/>
<keyword type="function" name="g_async_initable_newv_async ()" link="GAsyncInitable.html#g-async-initable-newv-async" since="2.22"/>
<keyword type="struct" name="GSocket" link="GSocket.html#GSocket-struct"/>
<keyword type="function" name="GSocketSourceFunc ()" link="GSocket.html#GSocketSourceFunc" since="2.22"/>
<keyword type="enum" name="enum GSocketType" link="GSocket.html#GSocketType" since="2.22"/>
<keyword type="enum" name="enum GSocketProtocol" link="GSocket.html#GSocketProtocol" since="2.22"/>
<keyword type="enum" name="enum GSocketMsgFlags" link="GSocket.html#GSocketMsgFlags" since="2.22"/>
<keyword type="struct" name="GInputVector" link="GSocket.html#GInputVector" since="2.22"/>
<keyword type="struct" name="GOutputVector" link="GSocket.html#GOutputVector" since="2.22"/>
<keyword type="function" name="g_socket_new ()" link="GSocket.html#g-socket-new" since="2.22"/>
<keyword type="function" name="g_socket_new_from_fd ()" link="GSocket.html#g-socket-new-from-fd" since="2.22"/>
<keyword type="function" name="g_socket_bind ()" link="GSocket.html#g-socket-bind" since="2.22"/>
<keyword type="function" name="g_socket_listen ()" link="GSocket.html#g-socket-listen" since="2.22"/>
<keyword type="function" name="g_socket_accept ()" link="GSocket.html#g-socket-accept" since="2.22"/>
<keyword type="function" name="g_socket_connect ()" link="GSocket.html#g-socket-connect" since="2.22"/>
<keyword type="function" name="g_socket_check_connect_result ()" link="GSocket.html#g-socket-check-connect-result" since="2.22"/>
<keyword type="function" name="g_socket_receive ()" link="GSocket.html#g-socket-receive" since="2.22"/>
<keyword type="function" name="g_socket_receive_from ()" link="GSocket.html#g-socket-receive-from" since="2.22"/>
<keyword type="function" name="g_socket_receive_message ()" link="GSocket.html#g-socket-receive-message" since="2.22"/>
<keyword type="function" name="g_socket_send ()" link="GSocket.html#g-socket-send" since="2.22"/>
<keyword type="function" name="g_socket_send_to ()" link="GSocket.html#g-socket-send-to" since="2.22"/>
<keyword type="function" name="g_socket_send_message ()" link="GSocket.html#g-socket-send-message" since="2.22"/>
<keyword type="function" name="g_socket_close ()" link="GSocket.html#g-socket-close" since="2.22"/>
<keyword type="function" name="g_socket_is_closed ()" link="GSocket.html#g-socket-is-closed" since="2.22"/>
<keyword type="function" name="g_socket_shutdown ()" link="GSocket.html#g-socket-shutdown" since="2.22"/>
<keyword type="function" name="g_socket_is_connected ()" link="GSocket.html#g-socket-is-connected" since="2.22"/>
<keyword type="function" name="g_socket_create_source ()" link="GSocket.html#g-socket-create-source" since="2.22"/>
<keyword type="function" name="g_socket_condition_check ()" link="GSocket.html#g-socket-condition-check" since="2.22"/>
<keyword type="function" name="g_socket_condition_wait ()" link="GSocket.html#g-socket-condition-wait" since="2.22"/>
<keyword type="function" name="g_socket_set_listen_backlog ()" link="GSocket.html#g-socket-set-listen-backlog" since="2.22"/>
<keyword type="function" name="g_socket_get_listen_backlog ()" link="GSocket.html#g-socket-get-listen-backlog" since="2.22"/>
<keyword type="function" name="g_socket_get_blocking ()" link="GSocket.html#g-socket-get-blocking" since="2.22"/>
<keyword type="function" name="g_socket_set_blocking ()" link="GSocket.html#g-socket-set-blocking" since="2.22"/>
<keyword type="function" name="g_socket_get_keepalive ()" link="GSocket.html#g-socket-get-keepalive" since="2.22"/>
<keyword type="function" name="g_socket_set_keepalive ()" link="GSocket.html#g-socket-set-keepalive" since="2.22"/>
<keyword type="function" name="g_socket_get_family ()" link="GSocket.html#g-socket-get-family" since="2.22"/>
<keyword type="function" name="g_socket_get_fd ()" link="GSocket.html#g-socket-get-fd" since="2.22"/>
<keyword type="function" name="g_socket_get_local_address ()" link="GSocket.html#g-socket-get-local-address" since="2.22"/>
<keyword type="function" name="g_socket_get_protocol ()" link="GSocket.html#g-socket-get-protocol" since="2.22"/>
<keyword type="function" name="g_socket_get_remote_address ()" link="GSocket.html#g-socket-get-remote-address" since="2.22"/>
<keyword type="function" name="g_socket_get_socket_type ()" link="GSocket.html#g-socket-get-socket-type" since="2.22"/>
<keyword type="function" name="g_socket_speaks_ipv4 ()" link="GSocket.html#g-socket-speaks-ipv4" since="2.22"/>
<keyword type="property" name="The &quot;blocking&quot; property" link="GSocket.html#GSocket--blocking"/>
<keyword type="property" name="The &quot;family&quot; property" link="GSocket.html#GSocket--family"/>
<keyword type="property" name="The &quot;fd&quot; property" link="GSocket.html#GSocket--fd"/>
<keyword type="property" name="The &quot;keepalive&quot; property" link="GSocket.html#GSocket--keepalive"/>
<keyword type="property" name="The &quot;listen-backlog&quot; property" link="GSocket.html#GSocket--listen-backlog"/>
<keyword type="property" name="The &quot;local-address&quot; property" link="GSocket.html#GSocket--local-address"/>
<keyword type="property" name="The &quot;protocol&quot; property" link="GSocket.html#GSocket--protocol"/>
<keyword type="property" name="The &quot;remote-address&quot; property" link="GSocket.html#GSocket--remote-address"/>
<keyword type="property" name="The &quot;type&quot; property" link="GSocket.html#GSocket--type"/>
<keyword type="struct" name="GInetAddress" link="GInetAddress.html#GInetAddress-struct"/>
<keyword type="function" name="g_inet_address_new_from_string ()" link="GInetAddress.html#g-inet-address-new-from-string" since="2.22"/>
<keyword type="function" name="g_inet_address_new_from_bytes ()" link="GInetAddress.html#g-inet-address-new-from-bytes" since="2.22"/>
<keyword type="function" name="g_inet_address_new_any ()" link="GInetAddress.html#g-inet-address-new-any" since="2.22"/>
<keyword type="function" name="g_inet_address_new_loopback ()" link="GInetAddress.html#g-inet-address-new-loopback" since="2.22"/>
<keyword type="function" name="g_inet_address_to_bytes ()" link="GInetAddress.html#g-inet-address-to-bytes" since="2.22"/>
<keyword type="function" name="g_inet_address_get_native_size ()" link="GInetAddress.html#g-inet-address-get-native-size" since="2.22"/>
<keyword type="function" name="g_inet_address_to_string ()" link="GInetAddress.html#g-inet-address-to-string" since="2.22"/>
<keyword type="function" name="g_inet_address_get_family ()" link="GInetAddress.html#g-inet-address-get-family" since="2.22"/>
<keyword type="function" name="g_inet_address_get_is_any ()" link="GInetAddress.html#g-inet-address-get-is-any" since="2.22"/>
<keyword type="function" name="g_inet_address_get_is_loopback ()" link="GInetAddress.html#g-inet-address-get-is-loopback" since="2.22"/>
<keyword type="function" name="g_inet_address_get_is_link_local ()" link="GInetAddress.html#g-inet-address-get-is-link-local" since="2.22"/>
<keyword type="function" name="g_inet_address_get_is_site_local ()" link="GInetAddress.html#g-inet-address-get-is-site-local" since="2.22"/>
<keyword type="function" name="g_inet_address_get_is_multicast ()" link="GInetAddress.html#g-inet-address-get-is-multicast" since="2.22"/>
<keyword type="function" name="g_inet_address_get_is_mc_link_local ()" link="GInetAddress.html#g-inet-address-get-is-mc-link-local" since="2.22"/>
<keyword type="function" name="g_inet_address_get_is_mc_node_local ()" link="GInetAddress.html#g-inet-address-get-is-mc-node-local" since="2.22"/>
<keyword type="function" name="g_inet_address_get_is_mc_site_local ()" link="GInetAddress.html#g-inet-address-get-is-mc-site-local" since="2.22"/>
<keyword type="function" name="g_inet_address_get_is_mc_org_local ()" link="GInetAddress.html#g-inet-address-get-is-mc-org-local" since="2.22"/>
<keyword type="function" name="g_inet_address_get_is_mc_global ()" link="GInetAddress.html#g-inet-address-get-is-mc-global" since="2.22"/>
<keyword type="property" name="The &quot;bytes&quot; property" link="GInetAddress.html#GInetAddress--bytes"/>
<keyword type="property" name="The &quot;family&quot; property" link="GInetAddress.html#GInetAddress--family"/>
<keyword type="property" name="The &quot;is-any&quot; property" link="GInetAddress.html#GInetAddress--is-any"/>
<keyword type="property" name="The &quot;is-link-local&quot; property" link="GInetAddress.html#GInetAddress--is-link-local"/>
<keyword type="property" name="The &quot;is-loopback&quot; property" link="GInetAddress.html#GInetAddress--is-loopback"/>
<keyword type="property" name="The &quot;is-mc-global&quot; property" link="GInetAddress.html#GInetAddress--is-mc-global"/>
<keyword type="property" name="The &quot;is-mc-link-local&quot; property" link="GInetAddress.html#GInetAddress--is-mc-link-local"/>
<keyword type="property" name="The &quot;is-mc-node-local&quot; property" link="GInetAddress.html#GInetAddress--is-mc-node-local"/>
<keyword type="property" name="The &quot;is-mc-org-local&quot; property" link="GInetAddress.html#GInetAddress--is-mc-org-local"/>
<keyword type="property" name="The &quot;is-mc-site-local&quot; property" link="GInetAddress.html#GInetAddress--is-mc-site-local"/>
<keyword type="property" name="The &quot;is-multicast&quot; property" link="GInetAddress.html#GInetAddress--is-multicast"/>
<keyword type="property" name="The &quot;is-site-local&quot; property" link="GInetAddress.html#GInetAddress--is-site-local"/>
<keyword type="struct" name="GSocketAddress" link="GSocketAddress.html#GSocketAddress-struct"/>
<keyword type="enum" name="enum GSocketFamily" link="GSocketAddress.html#GSocketFamily" since="2.22"/>
<keyword type="function" name="g_socket_address_new_from_native ()" link="GSocketAddress.html#g-socket-address-new-from-native" since="2.22"/>
<keyword type="function" name="g_socket_address_get_family ()" link="GSocketAddress.html#g-socket-address-get-family" since="2.22"/>
<keyword type="function" name="g_socket_address_to_native ()" link="GSocketAddress.html#g-socket-address-to-native" since="2.22"/>
<keyword type="function" name="g_socket_address_get_native_size ()" link="GSocketAddress.html#g-socket-address-get-native-size" since="2.22"/>
<keyword type="property" name="The &quot;family&quot; property" link="GSocketAddress.html#GSocketAddress--family"/>
<keyword type="struct" name="GInetSocketAddress" link="GInetSocketAddress.html#GInetSocketAddress-struct"/>
<keyword type="function" name="g_inet_socket_address_new ()" link="GInetSocketAddress.html#g-inet-socket-address-new" since="2.22"/>
<keyword type="function" name="g_inet_socket_address_get_address ()" link="GInetSocketAddress.html#g-inet-socket-address-get-address" since="2.22"/>
<keyword type="function" name="g_inet_socket_address_get_port ()" link="GInetSocketAddress.html#g-inet-socket-address-get-port" since="2.22"/>
<keyword type="property" name="The &quot;address&quot; property" link="GInetSocketAddress.html#GInetSocketAddress--address"/>
<keyword type="property" name="The &quot;port&quot; property" link="GInetSocketAddress.html#GInetSocketAddress--port"/>
<keyword type="struct" name="GUnixSocketAddress" link="GUnixSocketAddress.html#GUnixSocketAddress-struct"/>
<keyword type="function" name="g_unix_socket_address_new ()" link="GUnixSocketAddress.html#g-unix-socket-address-new" since="2.22"/>
<keyword type="function" name="g_unix_socket_address_new_abstract ()" link="GUnixSocketAddress.html#g-unix-socket-address-new-abstract" since="2.22"/>
<keyword type="function" name="g_unix_socket_address_get_is_abstract ()" link="GUnixSocketAddress.html#g-unix-socket-address-get-is-abstract" since="2.22"/>
<keyword type="function" name="g_unix_socket_address_get_path ()" link="GUnixSocketAddress.html#g-unix-socket-address-get-path" since="2.22"/>
<keyword type="function" name="g_unix_socket_address_get_path_len ()" link="GUnixSocketAddress.html#g-unix-socket-address-get-path-len" since="2.22"/>
<keyword type="function" name="g_unix_socket_address_abstract_names_supported ()" link="GUnixSocketAddress.html#g-unix-socket-address-abstract-names-supported" since="2.22"/>
<keyword type="property" name="The &quot;abstract&quot; property" link="GUnixSocketAddress.html#GUnixSocketAddress--abstract"/>
<keyword type="property" name="The &quot;path&quot; property" link="GUnixSocketAddress.html#GUnixSocketAddress--path"/>
<keyword type="property" name="The &quot;path-as-array&quot; property" link="GUnixSocketAddress.html#GUnixSocketAddress--path-as-array"/>
<keyword type="struct" name="GSocketControlMessage" link="GSocketControlMessage.html#GSocketControlMessage-struct"/>
<keyword type="function" name="g_socket_control_message_deserialize ()" link="GSocketControlMessage.html#g-socket-control-message-deserialize" since="2.22"/>
<keyword type="function" name="g_socket_control_message_get_level ()" link="GSocketControlMessage.html#g-socket-control-message-get-level" since="2.22"/>
<keyword type="function" name="g_socket_control_message_get_msg_type ()" link="GSocketControlMessage.html#g-socket-control-message-get-msg-type" since="2.22"/>
<keyword type="function" name="g_socket_control_message_get_size ()" link="GSocketControlMessage.html#g-socket-control-message-get-size" since="2.22"/>
<keyword type="function" name="g_socket_control_message_serialize ()" link="GSocketControlMessage.html#g-socket-control-message-serialize" since="2.22"/>
<keyword type="struct" name="GUnixFDList" link="GUnixFDList.html#GUnixFDList-struct"/>
<keyword type="function" name="g_unix_fd_list_new_from_array ()" link="GUnixFDList.html#g-unix-fd-list-new-from-array" since="2.24"/>
<keyword type="function" name="g_unix_fd_list_new ()" link="GUnixFDList.html#g-unix-fd-list-new" since="2.24"/>
<keyword type="function" name="g_unix_fd_list_get_length ()" link="GUnixFDList.html#g-unix-fd-list-get-length" since="2.24"/>
<keyword type="function" name="g_unix_fd_list_get ()" link="GUnixFDList.html#g-unix-fd-list-get" since="2.24"/>
<keyword type="function" name="g_unix_fd_list_peek_fds ()" link="GUnixFDList.html#g-unix-fd-list-peek-fds" since="2.24"/>
<keyword type="function" name="g_unix_fd_list_steal_fds ()" link="GUnixFDList.html#g-unix-fd-list-steal-fds" since="2.24"/>
<keyword type="function" name="g_unix_fd_list_append ()" link="GUnixFDList.html#g-unix-fd-list-append" since="2.24"/>
<keyword type="struct" name="GUnixFDMessage" link="GUnixFDMessage.html#GUnixFDMessage-struct"/>
<keyword type="function" name="g_unix_fd_message_new_with_fd_list ()" link="GUnixFDMessage.html#g-unix-fd-message-new-with-fd-list" since="2.24"/>
<keyword type="function" name="g_unix_fd_message_new ()" link="GUnixFDMessage.html#g-unix-fd-message-new" since="2.22"/>
<keyword type="function" name="g_unix_fd_message_get_fd_list ()" link="GUnixFDMessage.html#g-unix-fd-message-get-fd-list" since="2.24"/>
<keyword type="function" name="g_unix_fd_message_append_fd ()" link="GUnixFDMessage.html#g-unix-fd-message-append-fd" since="2.22"/>
<keyword type="function" name="g_unix_fd_message_steal_fds ()" link="GUnixFDMessage.html#g-unix-fd-message-steal-fds" since="2.22"/>
<keyword type="property" name="The &quot;fd-list&quot; property" link="GUnixFDMessage.html#GUnixFDMessage--fd-list"/>
<keyword type="struct" name="GResolver" link="GResolver.html#GResolver-struct"/>
<keyword type="function" name="g_resolver_get_default ()" link="GResolver.html#g-resolver-get-default" since="2.22"/>
<keyword type="function" name="g_resolver_set_default ()" link="GResolver.html#g-resolver-set-default" since="2.22"/>
<keyword type="function" name="g_resolver_lookup_by_name ()" link="GResolver.html#g-resolver-lookup-by-name" since="2.22"/>
<keyword type="function" name="g_resolver_lookup_by_name_async ()" link="GResolver.html#g-resolver-lookup-by-name-async" since="2.22"/>
<keyword type="function" name="g_resolver_lookup_by_name_finish ()" link="GResolver.html#g-resolver-lookup-by-name-finish" since="2.22"/>
<keyword type="function" name="g_resolver_free_addresses ()" link="GResolver.html#g-resolver-free-addresses" since="2.22"/>
<keyword type="function" name="g_resolver_lookup_by_address ()" link="GResolver.html#g-resolver-lookup-by-address" since="2.22"/>
<keyword type="function" name="g_resolver_lookup_by_address_async ()" link="GResolver.html#g-resolver-lookup-by-address-async" since="2.22"/>
<keyword type="function" name="g_resolver_lookup_by_address_finish ()" link="GResolver.html#g-resolver-lookup-by-address-finish" since="2.22"/>
<keyword type="function" name="g_resolver_lookup_service ()" link="GResolver.html#g-resolver-lookup-service" since="2.22"/>
<keyword type="function" name="g_resolver_lookup_service_async ()" link="GResolver.html#g-resolver-lookup-service-async" since="2.22"/>
<keyword type="function" name="g_resolver_lookup_service_finish ()" link="GResolver.html#g-resolver-lookup-service-finish" since="2.22"/>
<keyword type="function" name="g_resolver_free_targets ()" link="GResolver.html#g-resolver-free-targets" since="2.22"/>
<keyword type="macro" name="G_RESOLVER_ERROR" link="GResolver.html#G-RESOLVER-ERROR:CAPS"/>
<keyword type="enum" name="enum GResolverError" link="GResolver.html#GResolverError" since="2.22"/>
<keyword type="signal" name="The &quot;reload&quot; signal" link="GResolver.html#GResolver-reload"/>
<keyword type="struct" name="GSocketConnectable" link="GSocketConnectable.html#GSocketConnectable-struct"/>
<keyword type="struct" name="GSocketConnectableIface" link="GSocketConnectable.html#GSocketConnectableIface"/>
<keyword type="function" name="g_socket_connectable_enumerate ()" link="GSocketConnectable.html#g-socket-connectable-enumerate" since="2.22"/>
<keyword type="struct" name="GSocketAddressEnumerator" link="GSocketConnectable.html#GSocketAddressEnumerator-struct"/>
<keyword type="function" name="g_socket_address_enumerator_next ()" link="GSocketConnectable.html#g-socket-address-enumerator-next"/>
<keyword type="function" name="g_socket_address_enumerator_next_async ()" link="GSocketConnectable.html#g-socket-address-enumerator-next-async"/>
<keyword type="function" name="g_socket_address_enumerator_next_finish ()" link="GSocketConnectable.html#g-socket-address-enumerator-next-finish"/>
<keyword type="struct" name="GNetworkAddress" link="GNetworkAddress.html#GNetworkAddress-struct"/>
<keyword type="function" name="g_network_address_new ()" link="GNetworkAddress.html#g-network-address-new" since="2.22"/>
<keyword type="function" name="g_network_address_get_hostname ()" link="GNetworkAddress.html#g-network-address-get-hostname" since="2.22"/>
<keyword type="function" name="g_network_address_get_port ()" link="GNetworkAddress.html#g-network-address-get-port" since="2.22"/>
<keyword type="function" name="g_network_address_parse ()" link="GNetworkAddress.html#g-network-address-parse" since="2.22"/>
<keyword type="property" name="The &quot;hostname&quot; property" link="GNetworkAddress.html#GNetworkAddress--hostname"/>
<keyword type="property" name="The &quot;port&quot; property" link="GNetworkAddress.html#GNetworkAddress--port"/>
<keyword type="struct" name="GNetworkService" link="GNetworkService.html#GNetworkService-struct"/>
<keyword type="function" name="g_network_service_new ()" link="GNetworkService.html#g-network-service-new" since="2.22"/>
<keyword type="function" name="g_network_service_get_service ()" link="GNetworkService.html#g-network-service-get-service" since="2.22"/>
<keyword type="function" name="g_network_service_get_protocol ()" link="GNetworkService.html#g-network-service-get-protocol" since="2.22"/>
<keyword type="function" name="g_network_service_get_domain ()" link="GNetworkService.html#g-network-service-get-domain" since="2.22"/>
<keyword type="property" name="The &quot;domain&quot; property" link="GNetworkService.html#GNetworkService--domain"/>
<keyword type="property" name="The &quot;protocol&quot; property" link="GNetworkService.html#GNetworkService--protocol"/>
<keyword type="property" name="The &quot;service&quot; property" link="GNetworkService.html#GNetworkService--service"/>
<keyword type="struct" name="GSrvTarget" link="gio-GSrvTarget.html#GSrvTarget"/>
<keyword type="function" name="g_srv_target_new ()" link="gio-GSrvTarget.html#g-srv-target-new" since="2.22"/>
<keyword type="function" name="g_srv_target_copy ()" link="gio-GSrvTarget.html#g-srv-target-copy" since="2.22"/>
<keyword type="function" name="g_srv_target_free ()" link="gio-GSrvTarget.html#g-srv-target-free" since="2.22"/>
<keyword type="function" name="g_srv_target_get_hostname ()" link="gio-GSrvTarget.html#g-srv-target-get-hostname" since="2.22"/>
<keyword type="function" name="g_srv_target_get_port ()" link="gio-GSrvTarget.html#g-srv-target-get-port" since="2.22"/>
<keyword type="function" name="g_srv_target_get_priority ()" link="gio-GSrvTarget.html#g-srv-target-get-priority" since="2.22"/>
<keyword type="function" name="g_srv_target_get_weight ()" link="gio-GSrvTarget.html#g-srv-target-get-weight" since="2.22"/>
<keyword type="function" name="g_srv_target_list_sort ()" link="gio-GSrvTarget.html#g-srv-target-list-sort" since="2.22"/>
<keyword type="struct" name="GSocketClient" link="GSocketClient.html#GSocketClient-struct"/>
<keyword type="function" name="g_socket_client_new ()" link="GSocketClient.html#g-socket-client-new" since="2.22"/>
<keyword type="function" name="g_socket_client_connect ()" link="GSocketClient.html#g-socket-client-connect" since="2.22"/>
<keyword type="function" name="g_socket_client_connect_async ()" link="GSocketClient.html#g-socket-client-connect-async" since="2.22"/>
<keyword type="function" name="g_socket_client_connect_finish ()" link="GSocketClient.html#g-socket-client-connect-finish" since="2.22"/>
<keyword type="function" name="g_socket_client_connect_to_host ()" link="GSocketClient.html#g-socket-client-connect-to-host" since="2.22"/>
<keyword type="function" name="g_socket_client_connect_to_host_async ()" link="GSocketClient.html#g-socket-client-connect-to-host-async" since="2.22"/>
<keyword type="function" name="g_socket_client_connect_to_host_finish ()" link="GSocketClient.html#g-socket-client-connect-to-host-finish" since="2.22"/>
<keyword type="function" name="g_socket_client_connect_to_service ()" link="GSocketClient.html#g-socket-client-connect-to-service"/>
<keyword type="function" name="g_socket_client_connect_to_service_async ()" link="GSocketClient.html#g-socket-client-connect-to-service-async" since="2.22"/>
<keyword type="function" name="g_socket_client_connect_to_service_finish ()" link="GSocketClient.html#g-socket-client-connect-to-service-finish" since="2.22"/>
<keyword type="function" name="g_socket_client_set_family ()" link="GSocketClient.html#g-socket-client-set-family" since="2.22"/>
<keyword type="function" name="g_socket_client_set_local_address ()" link="GSocketClient.html#g-socket-client-set-local-address" since="2.22"/>
<keyword type="function" name="g_socket_client_set_protocol ()" link="GSocketClient.html#g-socket-client-set-protocol" since="2.22"/>
<keyword type="function" name="g_socket_client_set_socket_type ()" link="GSocketClient.html#g-socket-client-set-socket-type" since="2.22"/>
<keyword type="function" name="g_socket_client_get_family ()" link="GSocketClient.html#g-socket-client-get-family" since="2.22"/>
<keyword type="function" name="g_socket_client_get_local_address ()" link="GSocketClient.html#g-socket-client-get-local-address" since="2.22"/>
<keyword type="function" name="g_socket_client_get_protocol ()" link="GSocketClient.html#g-socket-client-get-protocol" since="2.22"/>
<keyword type="function" name="g_socket_client_get_socket_type ()" link="GSocketClient.html#g-socket-client-get-socket-type" since="2.22"/>
<keyword type="property" name="The &quot;family&quot; property" link="GSocketClient.html#GSocketClient--family"/>
<keyword type="property" name="The &quot;local-address&quot; property" link="GSocketClient.html#GSocketClient--local-address"/>
<keyword type="property" name="The &quot;protocol&quot; property" link="GSocketClient.html#GSocketClient--protocol"/>
<keyword type="property" name="The &quot;type&quot; property" link="GSocketClient.html#GSocketClient--type"/>
<keyword type="struct" name="GSocketConnection" link="GSocketConnection.html#GSocketConnection-struct"/>
<keyword type="function" name="g_socket_connection_get_local_address ()" link="GSocketConnection.html#g-socket-connection-get-local-address" since="2.22"/>
<keyword type="function" name="g_socket_connection_get_remote_address ()" link="GSocketConnection.html#g-socket-connection-get-remote-address" since="2.22"/>
<keyword type="function" name="g_socket_connection_get_socket ()" link="GSocketConnection.html#g-socket-connection-get-socket" since="2.22"/>
<keyword type="struct" name="GTcpConnection" link="GSocketConnection.html#GTcpConnection-struct"/>
<keyword type="function" name="g_tcp_connection_set_graceful_disconnect ()" link="GSocketConnection.html#g-tcp-connection-set-graceful-disconnect" since="2.22"/>
<keyword type="function" name="g_tcp_connection_get_graceful_disconnect ()" link="GSocketConnection.html#g-tcp-connection-get-graceful-disconnect" since="2.22"/>
<keyword type="struct" name="GUnixConnection" link="GSocketConnection.html#GUnixConnection-struct"/>
<keyword type="function" name="g_unix_connection_receive_fd ()" link="GSocketConnection.html#g-unix-connection-receive-fd" since="2.22"/>
<keyword type="function" name="g_unix_connection_send_fd ()" link="GSocketConnection.html#g-unix-connection-send-fd" since="2.22"/>
<keyword type="function" name="g_socket_connection_factory_create_connection ()" link="GSocketConnection.html#g-socket-connection-factory-create-connection" since="2.22"/>
<keyword type="function" name="g_socket_connection_factory_lookup_type ()" link="GSocketConnection.html#g-socket-connection-factory-lookup-type" since="2.22"/>
<keyword type="function" name="g_socket_connection_factory_register_type ()" link="GSocketConnection.html#g-socket-connection-factory-register-type" since="2.22"/>
<keyword type="property" name="The &quot;socket&quot; property" link="GSocketConnection.html#GSocketConnection--socket"/>
<keyword type="property" name="The &quot;graceful-disconnect&quot; property" link="GSocketConnection.html#GTcpConnection--graceful-disconnect"/>
<keyword type="struct" name="GSocketListener" link="GSocketListener.html#GSocketListener-struct"/>
<keyword type="function" name="g_socket_listener_new ()" link="GSocketListener.html#g-socket-listener-new" since="2.22"/>
<keyword type="function" name="g_socket_listener_add_socket ()" link="GSocketListener.html#g-socket-listener-add-socket" since="2.22"/>
<keyword type="function" name="g_socket_listener_add_address ()" link="GSocketListener.html#g-socket-listener-add-address" since="2.22"/>
<keyword type="function" name="g_socket_listener_add_inet_port ()" link="GSocketListener.html#g-socket-listener-add-inet-port" since="2.22"/>
<keyword type="function" name="g_socket_listener_add_any_inet_port ()" link="GSocketListener.html#g-socket-listener-add-any-inet-port" since="2.24"/>
<keyword type="function" name="g_socket_listener_accept ()" link="GSocketListener.html#g-socket-listener-accept" since="2.22"/>
<keyword type="function" name="g_socket_listener_accept_async ()" link="GSocketListener.html#g-socket-listener-accept-async" since="2.22"/>
<keyword type="function" name="g_socket_listener_accept_finish ()" link="GSocketListener.html#g-socket-listener-accept-finish" since="2.22"/>
<keyword type="function" name="g_socket_listener_accept_socket ()" link="GSocketListener.html#g-socket-listener-accept-socket" since="2.22"/>
<keyword type="function" name="g_socket_listener_accept_socket_async ()" link="GSocketListener.html#g-socket-listener-accept-socket-async" since="2.22"/>
<keyword type="function" name="g_socket_listener_accept_socket_finish ()" link="GSocketListener.html#g-socket-listener-accept-socket-finish" since="2.22"/>
<keyword type="function" name="g_socket_listener_close ()" link="GSocketListener.html#g-socket-listener-close" since="2.22"/>
<keyword type="function" name="g_socket_listener_set_backlog ()" link="GSocketListener.html#g-socket-listener-set-backlog" since="2.22"/>
<keyword type="property" name="The &quot;listen-backlog&quot; property" link="GSocketListener.html#GSocketListener--listen-backlog"/>
<keyword type="struct" name="GSocketService" link="GSocketService.html#GSocketService-struct"/>
<keyword type="function" name="g_socket_service_new ()" link="GSocketService.html#g-socket-service-new" since="2.22"/>
<keyword type="function" name="g_socket_service_start ()" link="GSocketService.html#g-socket-service-start" since="2.22"/>
<keyword type="function" name="g_socket_service_stop ()" link="GSocketService.html#g-socket-service-stop" since="2.22"/>
<keyword type="function" name="g_socket_service_is_active ()" link="GSocketService.html#g-socket-service-is-active" since="2.22"/>
<keyword type="signal" name="The &quot;incoming&quot; signal" link="GSocketService.html#GSocketService-incoming"/>
<keyword type="struct" name="GThreadedSocketService" link="GThreadedSocketService.html#GThreadedSocketService-struct"/>
<keyword type="function" name="g_threaded_socket_service_new ()" link="GThreadedSocketService.html#g-threaded-socket-service-new" since="2.22"/>
<keyword type="property" name="The &quot;max-threads&quot; property" link="GThreadedSocketService.html#GThreadedSocketService--max-threads"/>
<keyword type="signal" name="The &quot;run&quot; signal" link="GThreadedSocketService.html#GThreadedSocketService-run"/>
<keyword type="struct" name="GFilenameCompleter" link="GFilenameCompleter.html#GFilenameCompleter-struct"/>
<keyword type="function" name="g_filename_completer_new ()" link="GFilenameCompleter.html#g-filename-completer-new"/>
<keyword type="function" name="g_filename_completer_get_completion_suffix ()" link="GFilenameCompleter.html#g-filename-completer-get-completion-suffix"/>
<keyword type="function" name="g_filename_completer_get_completions ()" link="GFilenameCompleter.html#g-filename-completer-get-completions"/>
<keyword type="function" name="g_filename_completer_set_dirs_only ()" link="GFilenameCompleter.html#g-filename-completer-set-dirs-only"/>
<keyword type="signal" name="The &quot;got-completion-data&quot; signal" link="GFilenameCompleter.html#GFilenameCompleter-got-completion-data"/>
<keyword type="struct" name="GVfs" link="GVfs.html#GVfs-struct"/>
<keyword type="macro" name="G_VFS_EXTENSION_POINT_NAME" link="GVfs.html#G-VFS-EXTENSION-POINT-NAME:CAPS"/>
<keyword type="function" name="g_vfs_get_file_for_path ()" link="GVfs.html#g-vfs-get-file-for-path"/>
<keyword type="function" name="g_vfs_get_file_for_uri ()" link="GVfs.html#g-vfs-get-file-for-uri"/>
<keyword type="function" name="g_vfs_parse_name ()" link="GVfs.html#g-vfs-parse-name"/>
<keyword type="function" name="g_vfs_get_default ()" link="GVfs.html#g-vfs-get-default"/>
<keyword type="function" name="g_vfs_get_local ()" link="GVfs.html#g-vfs-get-local"/>
<keyword type="function" name="g_vfs_is_active ()" link="GVfs.html#g-vfs-is-active"/>
<keyword type="function" name="g_vfs_get_supported_uri_schemes ()" link="GVfs.html#g-vfs-get-supported-uri-schemes"/>
<keyword type="struct" name="GIOModule" link="GIOModule.html#GIOModule-struct"/>
<keyword type="function" name="g_io_module_new ()" link="GIOModule.html#g-io-module-new"/>
<keyword type="function" name="g_io_modules_load_all_in_directory ()" link="GIOModule.html#g-io-modules-load-all-in-directory"/>
<keyword type="function" name="g_io_modules_scan_all_in_directory ()" link="GIOModule.html#g-io-modules-scan-all-in-directory" since="2.24"/>
<keyword type="function" name="g_io_module_load ()" link="GIOModule.html#g-io-module-load"/>
<keyword type="function" name="g_io_module_unload ()" link="GIOModule.html#g-io-module-unload"/>
<keyword type="function" name="g_io_module_query ()" link="GIOModule.html#g-io-module-query" since="2.24"/>
<keyword type="struct" name="GIOExtension" link="gio-Extension-Points.html#GIOExtension"/>
<keyword type="struct" name="GIOExtensionPoint" link="gio-Extension-Points.html#GIOExtensionPoint"/>
<keyword type="function" name="g_io_extension_get_name ()" link="gio-Extension-Points.html#g-io-extension-get-name"/>
<keyword type="function" name="g_io_extension_get_priority ()" link="gio-Extension-Points.html#g-io-extension-get-priority"/>
<keyword type="function" name="g_io_extension_get_type ()" link="gio-Extension-Points.html#g-io-extension-get-type"/>
<keyword type="function" name="g_io_extension_point_get_extension_by_name ()" link="gio-Extension-Points.html#g-io-extension-point-get-extension-by-name"/>
<keyword type="function" name="g_io_extension_point_get_extensions ()" link="gio-Extension-Points.html#g-io-extension-point-get-extensions"/>
<keyword type="function" name="g_io_extension_point_get_required_type ()" link="gio-Extension-Points.html#g-io-extension-point-get-required-type"/>
<keyword type="function" name="g_io_extension_point_implement ()" link="gio-Extension-Points.html#g-io-extension-point-implement"/>
<keyword type="function" name="g_io_extension_point_lookup ()" link="gio-Extension-Points.html#g-io-extension-point-lookup"/>
<keyword type="function" name="g_io_extension_point_register ()" link="gio-Extension-Points.html#g-io-extension-point-register"/>
<keyword type="function" name="g_io_extension_point_set_required_type ()" link="gio-Extension-Points.html#g-io-extension-point-set-required-type"/>
<keyword type="function" name="g_io_extension_ref_class ()" link="gio-Extension-Points.html#g-io-extension-ref-class"/>
<keyword type="constant" name="G_FILE_QUERY_INFO_NONE" link="GFile.html#G-FILE-QUERY-INFO-NONE:CAPS"/>
<keyword type="constant" name="G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS" link="GFile.html#G-FILE-QUERY-INFO-NOFOLLOW-SYMLINKS:CAPS"/>
<keyword type="constant" name="G_FILE_CREATE_NONE" link="GFile.html#G-FILE-CREATE-NONE:CAPS"/>
<keyword type="constant" name="G_FILE_CREATE_PRIVATE" link="GFile.html#G-FILE-CREATE-PRIVATE:CAPS"/>
<keyword type="constant" name="G_FILE_CREATE_REPLACE_DESTINATION" link="GFile.html#G-FILE-CREATE-REPLACE-DESTINATION:CAPS"/>
<keyword type="constant" name="G_FILE_COPY_NONE" link="GFile.html#G-FILE-COPY-NONE:CAPS"/>
<keyword type="constant" name="G_FILE_COPY_OVERWRITE" link="GFile.html#G-FILE-COPY-OVERWRITE:CAPS"/>
<keyword type="constant" name="G_FILE_COPY_BACKUP" link="GFile.html#G-FILE-COPY-BACKUP:CAPS"/>
<keyword type="constant" name="G_FILE_COPY_NOFOLLOW_SYMLINKS" link="GFile.html#G-FILE-COPY-NOFOLLOW-SYMLINKS:CAPS"/>
<keyword type="constant" name="G_FILE_COPY_ALL_METADATA" link="GFile.html#G-FILE-COPY-ALL-METADATA:CAPS"/>
<keyword type="constant" name="G_FILE_COPY_NO_FALLBACK_FOR_MOVE" link="GFile.html#G-FILE-COPY-NO-FALLBACK-FOR-MOVE:CAPS"/>
<keyword type="constant" name="G_FILE_COPY_TARGET_DEFAULT_PERMS" link="GFile.html#G-FILE-COPY-TARGET-DEFAULT-PERMS:CAPS"/>
<keyword type="constant" name="G_FILE_MONITOR_NONE" link="GFile.html#G-FILE-MONITOR-NONE:CAPS"/>
<keyword type="constant" name="G_FILE_MONITOR_WATCH_MOUNTS" link="GFile.html#G-FILE-MONITOR-WATCH-MOUNTS:CAPS"/>
<keyword type="constant" name="G_FILE_MONITOR_SEND_MOVED" link="GFile.html#G-FILE-MONITOR-SEND-MOVED:CAPS"/>
<keyword type="constant" name="G_FILESYSTEM_PREVIEW_TYPE_IF_ALWAYS" link="GFile.html#G-FILESYSTEM-PREVIEW-TYPE-IF-ALWAYS:CAPS"/>
<keyword type="constant" name="G_FILESYSTEM_PREVIEW_TYPE_IF_LOCAL" link="GFile.html#G-FILESYSTEM-PREVIEW-TYPE-IF-LOCAL:CAPS"/>
<keyword type="constant" name="G_FILESYSTEM_PREVIEW_TYPE_NEVER" link="GFile.html#G-FILESYSTEM-PREVIEW-TYPE-NEVER:CAPS"/>
<keyword type="constant" name="G_FILE_ATTRIBUTE_TYPE_INVALID" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-INVALID:CAPS"/>
<keyword type="constant" name="G_FILE_ATTRIBUTE_TYPE_STRING" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"/>
<keyword type="constant" name="G_FILE_ATTRIBUTE_TYPE_BYTE_STRING" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BYTE-STRING:CAPS"/>
<keyword type="constant" name="G_FILE_ATTRIBUTE_TYPE_BOOLEAN" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"/>
<keyword type="constant" name="G_FILE_ATTRIBUTE_TYPE_UINT32" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"/>
<keyword type="constant" name="G_FILE_ATTRIBUTE_TYPE_INT32" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-INT32:CAPS"/>
<keyword type="constant" name="G_FILE_ATTRIBUTE_TYPE_UINT64" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"/>
<keyword type="constant" name="G_FILE_ATTRIBUTE_TYPE_INT64" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-INT64:CAPS"/>
<keyword type="constant" name="G_FILE_ATTRIBUTE_TYPE_OBJECT" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-OBJECT:CAPS"/>
<keyword type="constant" name="G_FILE_ATTRIBUTE_TYPE_STRINGV" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRINGV:CAPS"/>
<keyword type="constant" name="G_FILE_ATTRIBUTE_INFO_NONE" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-INFO-NONE:CAPS"/>
<keyword type="constant" name="G_FILE_ATTRIBUTE_INFO_COPY_WITH_FILE" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-INFO-COPY-WITH-FILE:CAPS"/>
<keyword type="constant" name="G_FILE_ATTRIBUTE_INFO_COPY_WHEN_MOVED" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-INFO-COPY-WHEN-MOVED:CAPS"/>
<keyword type="constant" name="G_FILE_ATTRIBUTE_STATUS_UNSET" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-STATUS-UNSET:CAPS"/>
<keyword type="constant" name="G_FILE_ATTRIBUTE_STATUS_SET" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-STATUS-SET:CAPS"/>
<keyword type="constant" name="G_FILE_ATTRIBUTE_STATUS_ERROR_SETTING" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-STATUS-ERROR-SETTING:CAPS"/>
<keyword type="constant" name="G_FILE_TYPE_UNKNOWN" link="GFileInfo.html#G-FILE-TYPE-UNKNOWN:CAPS"/>
<keyword type="constant" name="G_FILE_TYPE_REGULAR" link="GFileInfo.html#G-FILE-TYPE-REGULAR:CAPS"/>
<keyword type="constant" name="G_FILE_TYPE_DIRECTORY" link="GFileInfo.html#G-FILE-TYPE-DIRECTORY:CAPS"/>
<keyword type="constant" name="G_FILE_TYPE_SYMBOLIC_LINK" link="GFileInfo.html#G-FILE-TYPE-SYMBOLIC-LINK:CAPS"/>
<keyword type="constant" name="G_FILE_TYPE_SPECIAL" link="GFileInfo.html#G-FILE-TYPE-SPECIAL:CAPS"/>
<keyword type="constant" name="G_FILE_TYPE_SHORTCUT" link="GFileInfo.html#G-FILE-TYPE-SHORTCUT:CAPS"/>
<keyword type="constant" name="G_FILE_TYPE_MOUNTABLE" link="GFileInfo.html#G-FILE-TYPE-MOUNTABLE:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_FAILED" link="gio-GIOError.html#G-IO-ERROR-FAILED:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_NOT_FOUND" link="gio-GIOError.html#G-IO-ERROR-NOT-FOUND:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_EXISTS" link="gio-GIOError.html#G-IO-ERROR-EXISTS:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_IS_DIRECTORY" link="gio-GIOError.html#G-IO-ERROR-IS-DIRECTORY:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_NOT_DIRECTORY" link="gio-GIOError.html#G-IO-ERROR-NOT-DIRECTORY:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_NOT_EMPTY" link="gio-GIOError.html#G-IO-ERROR-NOT-EMPTY:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_NOT_REGULAR_FILE" link="gio-GIOError.html#G-IO-ERROR-NOT-REGULAR-FILE:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_NOT_SYMBOLIC_LINK" link="gio-GIOError.html#G-IO-ERROR-NOT-SYMBOLIC-LINK:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_NOT_MOUNTABLE_FILE" link="gio-GIOError.html#G-IO-ERROR-NOT-MOUNTABLE-FILE:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_FILENAME_TOO_LONG" link="gio-GIOError.html#G-IO-ERROR-FILENAME-TOO-LONG:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_INVALID_FILENAME" link="gio-GIOError.html#G-IO-ERROR-INVALID-FILENAME:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_TOO_MANY_LINKS" link="gio-GIOError.html#G-IO-ERROR-TOO-MANY-LINKS:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_NO_SPACE" link="gio-GIOError.html#G-IO-ERROR-NO-SPACE:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_INVALID_ARGUMENT" link="gio-GIOError.html#G-IO-ERROR-INVALID-ARGUMENT:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_PERMISSION_DENIED" link="gio-GIOError.html#G-IO-ERROR-PERMISSION-DENIED:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_NOT_SUPPORTED" link="gio-GIOError.html#G-IO-ERROR-NOT-SUPPORTED:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_NOT_MOUNTED" link="gio-GIOError.html#G-IO-ERROR-NOT-MOUNTED:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_ALREADY_MOUNTED" link="gio-GIOError.html#G-IO-ERROR-ALREADY-MOUNTED:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_CLOSED" link="gio-GIOError.html#G-IO-ERROR-CLOSED:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_CANCELLED" link="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_PENDING" link="gio-GIOError.html#G-IO-ERROR-PENDING:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_READ_ONLY" link="gio-GIOError.html#G-IO-ERROR-READ-ONLY:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_CANT_CREATE_BACKUP" link="gio-GIOError.html#G-IO-ERROR-CANT-CREATE-BACKUP:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_WRONG_ETAG" link="gio-GIOError.html#G-IO-ERROR-WRONG-ETAG:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_TIMED_OUT" link="gio-GIOError.html#G-IO-ERROR-TIMED-OUT:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_WOULD_RECURSE" link="gio-GIOError.html#G-IO-ERROR-WOULD-RECURSE:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_BUSY" link="gio-GIOError.html#G-IO-ERROR-BUSY:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_WOULD_BLOCK" link="gio-GIOError.html#G-IO-ERROR-WOULD-BLOCK:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_HOST_NOT_FOUND" link="gio-GIOError.html#G-IO-ERROR-HOST-NOT-FOUND:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_WOULD_MERGE" link="gio-GIOError.html#G-IO-ERROR-WOULD-MERGE:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_FAILED_HANDLED" link="gio-GIOError.html#G-IO-ERROR-FAILED-HANDLED:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_TOO_MANY_OPEN_FILES" link="gio-GIOError.html#G-IO-ERROR-TOO-MANY-OPEN-FILES:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_NOT_INITIALIZED" link="gio-GIOError.html#G-IO-ERROR-NOT-INITIALIZED:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_ADDRESS_IN_USE" link="gio-GIOError.html#G-IO-ERROR-ADDRESS-IN-USE:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_PARTIAL_INPUT" link="gio-GIOError.html#G-IO-ERROR-PARTIAL-INPUT:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_INVALID_DATA" link="gio-GIOError.html#G-IO-ERROR-INVALID-DATA:CAPS"/>
<keyword type="constant" name="G_ASK_PASSWORD_NEED_PASSWORD" link="GMountOperation.html#G-ASK-PASSWORD-NEED-PASSWORD:CAPS"/>
<keyword type="constant" name="G_ASK_PASSWORD_NEED_USERNAME" link="GMountOperation.html#G-ASK-PASSWORD-NEED-USERNAME:CAPS"/>
<keyword type="constant" name="G_ASK_PASSWORD_NEED_DOMAIN" link="GMountOperation.html#G-ASK-PASSWORD-NEED-DOMAIN:CAPS"/>
<keyword type="constant" name="G_ASK_PASSWORD_SAVING_SUPPORTED" link="GMountOperation.html#G-ASK-PASSWORD-SAVING-SUPPORTED:CAPS"/>
<keyword type="constant" name="G_ASK_PASSWORD_ANONYMOUS_SUPPORTED" link="GMountOperation.html#G-ASK-PASSWORD-ANONYMOUS-SUPPORTED:CAPS"/>
<keyword type="constant" name="G_PASSWORD_SAVE_NEVER" link="GMountOperation.html#G-PASSWORD-SAVE-NEVER:CAPS"/>
<keyword type="constant" name="G_PASSWORD_SAVE_FOR_SESSION" link="GMountOperation.html#G-PASSWORD-SAVE-FOR-SESSION:CAPS"/>
<keyword type="constant" name="G_PASSWORD_SAVE_PERMANENTLY" link="GMountOperation.html#G-PASSWORD-SAVE-PERMANENTLY:CAPS"/>
<keyword type="constant" name="G_MOUNT_OPERATION_HANDLED" link="GMountOperation.html#G-MOUNT-OPERATION-HANDLED:CAPS"/>
<keyword type="constant" name="G_MOUNT_OPERATION_ABORTED" link="GMountOperation.html#G-MOUNT-OPERATION-ABORTED:CAPS"/>
<keyword type="constant" name="G_MOUNT_OPERATION_UNHANDLED" link="GMountOperation.html#G-MOUNT-OPERATION-UNHANDLED:CAPS"/>
<keyword type="constant" name="G_FILE_MONITOR_EVENT_CHANGED" link="GFileMonitor.html#G-FILE-MONITOR-EVENT-CHANGED:CAPS"/>
<keyword type="constant" name="G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT" link="GFileMonitor.html#G-FILE-MONITOR-EVENT-CHANGES-DONE-HINT:CAPS"/>
<keyword type="constant" name="G_FILE_MONITOR_EVENT_DELETED" link="GFileMonitor.html#G-FILE-MONITOR-EVENT-DELETED:CAPS"/>
<keyword type="constant" name="G_FILE_MONITOR_EVENT_CREATED" link="GFileMonitor.html#G-FILE-MONITOR-EVENT-CREATED:CAPS"/>
<keyword type="constant" name="G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED" link="GFileMonitor.html#G-FILE-MONITOR-EVENT-ATTRIBUTE-CHANGED:CAPS"/>
<keyword type="constant" name="G_FILE_MONITOR_EVENT_PRE_UNMOUNT" link="GFileMonitor.html#G-FILE-MONITOR-EVENT-PRE-UNMOUNT:CAPS"/>
<keyword type="constant" name="G_FILE_MONITOR_EVENT_UNMOUNTED" link="GFileMonitor.html#G-FILE-MONITOR-EVENT-UNMOUNTED:CAPS"/>
<keyword type="constant" name="G_FILE_MONITOR_EVENT_MOVED" link="GFileMonitor.html#G-FILE-MONITOR-EVENT-MOVED:CAPS"/>
<keyword type="constant" name="G_CONVERTER_ERROR" link="GConverter.html#G-CONVERTER-ERROR:CAPS"/>
<keyword type="constant" name="G_CONVERTER_CONVERTED" link="GConverter.html#G-CONVERTER-CONVERTED:CAPS"/>
<keyword type="constant" name="G_CONVERTER_FINISHED" link="GConverter.html#G-CONVERTER-FINISHED:CAPS"/>
<keyword type="constant" name="G_CONVERTER_FLUSHED" link="GConverter.html#G-CONVERTER-FLUSHED:CAPS"/>
<keyword type="constant" name="G_ZLIB_COMPRESSOR_FORMAT_ZLIB" link="GZlibCompressor.html#G-ZLIB-COMPRESSOR-FORMAT-ZLIB:CAPS"/>
<keyword type="constant" name="G_ZLIB_COMPRESSOR_FORMAT_GZIP" link="GZlibCompressor.html#G-ZLIB-COMPRESSOR-FORMAT-GZIP:CAPS"/>
<keyword type="constant" name="G_ZLIB_COMPRESSOR_FORMAT_RAW" link="GZlibCompressor.html#G-ZLIB-COMPRESSOR-FORMAT-RAW:CAPS"/>
<keyword type="constant" name="G_OUTPUT_STREAM_SPLICE_NONE" link="GOutputStream.html#G-OUTPUT-STREAM-SPLICE-NONE:CAPS"/>
<keyword type="constant" name="G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE" link="GOutputStream.html#G-OUTPUT-STREAM-SPLICE-CLOSE-SOURCE:CAPS"/>
<keyword type="constant" name="G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET" link="GOutputStream.html#G-OUTPUT-STREAM-SPLICE-CLOSE-TARGET:CAPS"/>
<keyword type="constant" name="G_DATA_STREAM_BYTE_ORDER_BIG_ENDIAN" link="GDataInputStream.html#G-DATA-STREAM-BYTE-ORDER-BIG-ENDIAN:CAPS"/>
<keyword type="constant" name="G_DATA_STREAM_BYTE_ORDER_LITTLE_ENDIAN" link="GDataInputStream.html#G-DATA-STREAM-BYTE-ORDER-LITTLE-ENDIAN:CAPS"/>
<keyword type="constant" name="G_DATA_STREAM_BYTE_ORDER_HOST_ENDIAN" link="GDataInputStream.html#G-DATA-STREAM-BYTE-ORDER-HOST-ENDIAN:CAPS"/>
<keyword type="constant" name="G_DATA_STREAM_NEWLINE_TYPE_LF" link="GDataInputStream.html#G-DATA-STREAM-NEWLINE-TYPE-LF:CAPS"/>
<keyword type="constant" name="G_DATA_STREAM_NEWLINE_TYPE_CR" link="GDataInputStream.html#G-DATA-STREAM-NEWLINE-TYPE-CR:CAPS"/>
<keyword type="constant" name="G_DATA_STREAM_NEWLINE_TYPE_CR_LF" link="GDataInputStream.html#G-DATA-STREAM-NEWLINE-TYPE-CR-LF:CAPS"/>
<keyword type="constant" name="G_DATA_STREAM_NEWLINE_TYPE_ANY" link="GDataInputStream.html#G-DATA-STREAM-NEWLINE-TYPE-ANY:CAPS"/>
<keyword type="constant" name="G_APP_INFO_CREATE_NONE" link="GAppInfo.html#G-APP-INFO-CREATE-NONE:CAPS"/>
<keyword type="constant" name="G_APP_INFO_CREATE_NEEDS_TERMINAL" link="GAppInfo.html#G-APP-INFO-CREATE-NEEDS-TERMINAL:CAPS"/>
<keyword type="constant" name="G_APP_INFO_CREATE_SUPPORTS_URIS" link="GAppInfo.html#G-APP-INFO-CREATE-SUPPORTS-URIS:CAPS"/>
<keyword type="constant" name="G_MOUNT_MOUNT_NONE" link="GMount.html#G-MOUNT-MOUNT-NONE:CAPS"/>
<keyword type="constant" name="G_MOUNT_UNMOUNT_NONE" link="GMount.html#G-MOUNT-UNMOUNT-NONE:CAPS"/>
<keyword type="constant" name="G_MOUNT_UNMOUNT_FORCE" link="GMount.html#G-MOUNT-UNMOUNT-FORCE:CAPS"/>
<keyword type="constant" name="G_DRIVE_START_NONE" link="GDrive.html#G-DRIVE-START-NONE:CAPS"/>
<keyword type="constant" name="G_DRIVE_START_STOP_TYPE_UNKNOWN" link="GDrive.html#G-DRIVE-START-STOP-TYPE-UNKNOWN:CAPS"/>
<keyword type="constant" name="G_DRIVE_START_STOP_TYPE_SHUTDOWN" link="GDrive.html#G-DRIVE-START-STOP-TYPE-SHUTDOWN:CAPS"/>
<keyword type="constant" name="G_DRIVE_START_STOP_TYPE_NETWORK" link="GDrive.html#G-DRIVE-START-STOP-TYPE-NETWORK:CAPS"/>
<keyword type="constant" name="G_DRIVE_START_STOP_TYPE_MULTIDISK" link="GDrive.html#G-DRIVE-START-STOP-TYPE-MULTIDISK:CAPS"/>
<keyword type="constant" name="G_DRIVE_START_STOP_TYPE_PASSWORD" link="GDrive.html#G-DRIVE-START-STOP-TYPE-PASSWORD:CAPS"/>
<keyword type="constant" name="G_EMBLEM_ORIGIN_UNKNOWN" link="GEmblem.html#G-EMBLEM-ORIGIN-UNKNOWN:CAPS"/>
<keyword type="constant" name="G_EMBLEM_ORIGIN_DEVICE" link="GEmblem.html#G-EMBLEM-ORIGIN-DEVICE:CAPS"/>
<keyword type="constant" name="G_EMBLEM_ORIGIN_LIVEMETADATA" link="GEmblem.html#G-EMBLEM-ORIGIN-LIVEMETADATA:CAPS"/>
<keyword type="constant" name="G_EMBLEM_ORIGIN_TAG" link="GEmblem.html#G-EMBLEM-ORIGIN-TAG:CAPS"/>
<keyword type="constant" name="G_SOCKET_TYPE_INVALID" link="GSocket.html#G-SOCKET-TYPE-INVALID:CAPS"/>
<keyword type="constant" name="G_SOCKET_TYPE_STREAM" link="GSocket.html#G-SOCKET-TYPE-STREAM:CAPS"/>
<keyword type="constant" name="G_SOCKET_TYPE_DATAGRAM" link="GSocket.html#G-SOCKET-TYPE-DATAGRAM:CAPS"/>
<keyword type="constant" name="G_SOCKET_TYPE_SEQPACKET" link="GSocket.html#G-SOCKET-TYPE-SEQPACKET:CAPS"/>
<keyword type="constant" name="G_SOCKET_PROTOCOL_UNKNOWN" link="GSocket.html#G-SOCKET-PROTOCOL-UNKNOWN:CAPS"/>
<keyword type="constant" name="G_SOCKET_PROTOCOL_DEFAULT" link="GSocket.html#G-SOCKET-PROTOCOL-DEFAULT:CAPS"/>
<keyword type="constant" name="G_SOCKET_PROTOCOL_TCP" link="GSocket.html#G-SOCKET-PROTOCOL-TCP:CAPS"/>
<keyword type="constant" name="G_SOCKET_PROTOCOL_UDP" link="GSocket.html#G-SOCKET-PROTOCOL-UDP:CAPS"/>
<keyword type="constant" name="G_SOCKET_PROTOCOL_SCTP" link="GSocket.html#G-SOCKET-PROTOCOL-SCTP:CAPS"/>
<keyword type="constant" name="G_SOCKET_MSG_NONE" link="GSocket.html#G-SOCKET-MSG-NONE:CAPS"/>
<keyword type="constant" name="G_SOCKET_MSG_OOB" link="GSocket.html#G-SOCKET-MSG-OOB:CAPS"/>
<keyword type="constant" name="G_SOCKET_MSG_PEEK" link="GSocket.html#G-SOCKET-MSG-PEEK:CAPS"/>
<keyword type="constant" name="G_SOCKET_MSG_DONTROUTE" link="GSocket.html#G-SOCKET-MSG-DONTROUTE:CAPS"/>
<keyword type="constant" name="G_SOCKET_FAMILY_INVALID" link="GSocketAddress.html#G-SOCKET-FAMILY-INVALID:CAPS"/>
<keyword type="constant" name="G_SOCKET_FAMILY_UNIX" link="GSocketAddress.html#G-SOCKET-FAMILY-UNIX:CAPS"/>
<keyword type="constant" name="G_SOCKET_FAMILY_IPV4" link="GSocketAddress.html#G-SOCKET-FAMILY-IPV4:CAPS"/>
<keyword type="constant" name="G_SOCKET_FAMILY_IPV6" link="GSocketAddress.html#G-SOCKET-FAMILY-IPV6:CAPS"/>
<keyword type="constant" name="G_RESOLVER_ERROR_NOT_FOUND" link="GResolver.html#G-RESOLVER-ERROR-NOT-FOUND:CAPS"/>
<keyword type="constant" name="G_RESOLVER_ERROR_TEMPORARY_FAILURE" link="GResolver.html#G-RESOLVER-ERROR-TEMPORARY-FAILURE:CAPS"/>
<keyword type="constant" name="G_RESOLVER_ERROR_INTERNAL" link="GResolver.html#G-RESOLVER-ERROR-INTERNAL:CAPS"/>
</functions>
</book>