blob: 04af0fa168da7903c1c37b6db319a8c225a9981f [file] [log] [blame]
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<book xmlns="http://www.devhelp.net/book" title="GIO Reference Manual" link="index.html" author="" name="gio" version="2" language="c" online="https://developer.gnome.org/gio/unstable/">
<chapters>
<sub name="GIO Overview" link="pt01.html">
<sub name="Introduction" link="ch01.html"/>
<sub name="Writing GIO applications" link="ch02.html"/>
<sub name="Compiling GIO applications" link="ch03.html"/>
<sub name="Running GIO applications" link="running-gio-apps.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="File-related Utilities" link="utils.html">
<sub name="GFilenameCompleter" link="GFilenameCompleter.html"/>
</sub>
<sub name="Asynchronous I/O" link="async.html">
<sub name="GCancellable" link="GCancellable.html"/>
<sub name="GAsyncResult" link="GAsyncResult.html"/>
<sub name="GTask" link="GTask.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="GSimpleIOStream" link="GSimpleIOStream.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="GWin32InputStream" link="gio-GWin32InputStream.html"/>
<sub name="GWin32OutputStream" link="gio-GWin32OutputStream.html"/>
<sub name="GConverterInputstream" link="gio-GConverterInputstream.html"/>
<sub name="GConverterOutputstream" link="gio-GConverterOutputstream.html"/>
<sub name="GPollableInputStream" link="GPollableInputStream.html"/>
<sub name="GPollableOutputStream" link="GPollableOutputStream.html"/>
<sub name="gpollableutils" link="gio-gpollableutils.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="GAppInfoMonitor" link="GAppInfoMonitor.html"/>
<sub name="GDesktopAppInfo" 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="GBytesIcon" link="GBytesIcon.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="Subprocesses" link="subprocesses.html">
<sub name="GSubprocess" link="GSubprocess.html"/>
<sub name="GSubprocess Launcher" link="GSubprocessLauncher.html"/>
</sub>
<sub name="Low-level network support" link="networking.html">
<sub name="GSocket" link="GSocket.html"/>
<sub name="GDatagramBased" link="GDatagramBased.html"/>
<sub name="GInetAddress" link="GInetAddress.html"/>
<sub name="GInetAddressMask" link="GInetAddressMask.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 name="GCredentials" link="GCredentials.html"/>
<sub name="GUnixCredentialsMessage" link="GUnixCredentialsMessage.html"/>
<sub name="GProxy" link="GProxy.html"/>
<sub name="GProxyAddress" link="GProxyAddress.html"/>
<sub name="gnetworking.h" link="gio-gnetworking.h.html"/>
</sub>
<sub name="High-level network functionallity" link="highlevel-socket.html">
<sub name="GSocketClient" link="GSocketClient.html"/>
<sub name="GSocketConnection" link="GSocketConnection.html"/>
<sub name="GUnixConnection" link="GUnixConnection.html"/>
<sub name="GTcpConnection" link="GTcpConnection.html"/>
<sub name="GTcpWrapperConnection" link="GTcpWrapperConnection.html"/>
<sub name="GSocketListener" link="GSocketListener.html"/>
<sub name="GSocketService" link="GSocketService.html"/>
<sub name="GThreadedSocketService" link="GThreadedSocketService.html"/>
<sub name="GNetworkMonitor" link="GNetworkMonitor.html"/>
</sub>
<sub name="TLS (SSL) support" link="tls.html">
<sub name="TLS Overview" link="gio-TLS-Overview.html"/>
<sub name="GTlsCertificate" link="GTlsCertificate.html"/>
<sub name="GTlsConnection" link="GTlsConnection.html"/>
<sub name="GTlsClientConnection" link="GTlsClientConnection.html"/>
<sub name="GTlsServerConnection" link="GTlsServerConnection.html"/>
<sub name="GDtlsConnection" link="GDtlsConnection.html"/>
<sub name="GDtlsClientConnection" link="GDtlsClientConnection.html"/>
<sub name="GDtlsServerConnection" link="GDtlsServerConnection.html"/>
<sub name="GTlsBackend" link="GTlsBackend.html"/>
<sub name="GTlsDatabase" link="GTlsDatabase.html"/>
<sub name="GTlsFileDatabase" link="GTlsFileDatabase.html"/>
<sub name="GTlsInteraction" link="GTlsInteraction.html"/>
<sub name="GTlsPassword" link="GTlsPassword.html"/>
</sub>
<sub name="DNS resolution" link="resolver.html">
<sub name="GResolver" link="GResolver.html"/>
<sub name="GProxyResolver" link="GProxyResolver.html"/>
<sub name="GSimpleProxyResolver" link="GSimpleProxyResolver.html"/>
<sub name="GSocketConnectable" link="GSocketConnectable.html"/>
<sub name="GNetworkAddress" link="GNetworkAddress.html"/>
<sub name="GNetworkService" link="GNetworkService.html"/>
<sub name="GSrvTarget" link="GSrvTarget.html"/>
</sub>
<sub name="Low-level D-Bus Support" link="gdbus-lowlevel.html">
<sub name="D-Bus Utilities" link="gio-D-Bus-Utilities.html"/>
<sub name="D-Bus Addresses" link="gio-D-Bus-Addresses.html"/>
<sub name="D-Bus Introspection Data" link="gio-D-Bus-Introspection-Data.html"/>
<sub name="GDBusError" link="gio-GDBusError.html"/>
<sub name="GDBusMessage" link="GDBusMessage.html"/>
<sub name="GDBusConnection" link="GDBusConnection.html"/>
<sub name="GDBusMethodInvocation" link="GDBusMethodInvocation.html"/>
<sub name="GDBusServer" link="GDBusServer.html"/>
<sub name="GDBusAuthObserver" link="GDBusAuthObserver.html"/>
</sub>
<sub name="High-level D-Bus Support" link="gdbus-convenience.html">
<sub name="Owning Bus Names" link="gio-Owning-Bus-Names.html"/>
<sub name="Watching Bus Names" link="gio-Watching-Bus-Names.html"/>
<sub name="GDBusInterface" link="GDBusInterface.html"/>
<sub name="GDBusInterfaceSkeleton" link="GDBusInterfaceSkeleton.html"/>
<sub name="GDBusProxy" link="GDBusProxy.html"/>
<sub name="GDBusObject" link="GDBusObject.html"/>
<sub name="GDBusObjectSkeleton" link="GDBusObjectSkeleton.html"/>
<sub name="GDBusObjectProxy" link="GDBusObjectProxy.html"/>
<sub name="GDBusObjectManager" link="GDBusObjectManager.html"/>
<sub name="GDBusObjectManagerServer" link="GDBusObjectManagerServer.html"/>
<sub name="GDBusObjectManagerClient" link="GDBusObjectManagerClient.html"/>
</sub>
<sub name="Settings" link="settings.html">
<sub name="GSettings" link="GSettings.html"/>
<sub name="GSettingsBackend" link="GSettingsBackend.html"/>
<sub name="GSettingsSchema, GSettingsSchemaSource" link="gio-GSettingsSchema-GSettingsSchemaSource.html"/>
</sub>
<sub name="Resources" link="resources.html">
<sub name="GResource" link="GResource.html"/>
</sub>
<sub name="Permissions" link="permissions.html">
<sub name="GPermission" link="GPermission.html"/>
<sub name="GSimplePermission" link="GSimplePermission.html"/>
</sub>
<sub name="Data Models" link="data-models.html">
<sub name="GListModel" link="GListModel.html"/>
<sub name="GListStore" link="GListStore.html"/>
</sub>
<sub name="Win32 registry support" link="registry.html">
<sub name="GWin32RegistryKey" link="gio-GWin32RegistryKey.html"/>
</sub>
<sub name="Application support" link="application.html">
<sub name="GApplication" link="GApplication.html"/>
<sub name="GApplicationCommandLine" link="GApplicationCommandLine.html"/>
<sub name="GActionGroup" link="GActionGroup.html"/>
<sub name="GActionMap" link="GActionMap.html"/>
<sub name="GSimpleActionGroup" link="GSimpleActionGroup.html"/>
<sub name="GAction" link="GAction.html"/>
<sub name="GSimpleAction" link="GSimpleAction.html"/>
<sub name="GPropertyAction" link="GPropertyAction.html"/>
<sub name="GRemoteActionGroup" link="GRemoteActionGroup.html"/>
<sub name="GActionGroup exporter" link="gio-GActionGroup-exporter.html"/>
<sub name="GDBusActionGroup" link="GDBusActionGroup.html"/>
<sub name="GMenuModel" link="GMenuModel.html"/>
<sub name="GMenu" link="GMenu.html"/>
<sub name="GMenuModel exporter" link="gio-GMenuModel-exporter.html"/>
<sub name="GDBusMenuModel" link="GDBusMenuModel.html"/>
<sub name="GNotification" link="GNotification.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 name="GIO Tools" link="tools.html">
<sub name="gio-querymodules" link="gio-querymodules.html"/>
<sub name="gsettings" link="gsettings-tool.html"/>
<sub name="glib-compile-schemas" link="glib-compile-schemas.html"/>
<sub name="glib-compile-resources" link="glib-compile-resources.html"/>
<sub name="gdbus" link="gdbus.html"/>
<sub name="gdbus-codegen" link="gdbus-codegen.html"/>
<sub name="gresource" link="gresource-tool.html"/>
<sub name="gapplication" link="gapplication-tool.html"/>
<sub name="gio" link="gio.html"/>
</sub>
<sub name="GIO Testing" link="testing.html">
<sub name="GTestDBus" link="GTestDBus.html"/>
</sub>
</sub>
<sub name="Migrating to GIO" link="migrating.html">
<sub name="Migrating to GIO" link="migrating.html">
<sub name="Migrating from POSIX to GIO" link="ch32.html"/>
</sub>
<sub name="Migrating from GnomeVFS to GIO" link="ch33.html">
<sub name="Trash handling" link="ch33.html#id-1.5.3.3"/>
<sub name="Operations on multiple files" link="ch33s02.html"/>
<sub name="Mime monitoring" link="ch33s03.html"/>
</sub>
<sub name="Migrating from GConf to GSettings" link="ch34.html">
<sub name="Before you start" link="ch34.html#id-1.5.4.2"/>
<sub name="Conceptual differences" link="ch34s02.html"/>
<sub name="GConfClient (and GConfBridge) API conversion" link="ch34s03.html"/>
<sub name="Change notification" link="ch34s04.html"/>
<sub name="Change sets" link="ch34s05.html"/>
<sub name="Schema conversion" link="ch34s06.html"/>
<sub name="Data conversion" link="ch34s07.html"/>
</sub>
<sub name="Migrating to GDBus" link="ch35.html">
<sub name="Conceptual differences" link="ch35.html#id-1.5.5.2"/>
<sub name="API comparison" link="ch35s02.html"/>
<sub name="Owning bus names" link="ch35s03.html"/>
<sub name="Creating proxies for well-known names" link="ch35s04.html"/>
<sub name="Using gdbus-codegen" link="gdbus-example-gdbus-codegen.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"/>
<sub name="Index of new symbols in 2.26" link="api-index-2-26.html"/>
<sub name="Index of new symbols in 2.28" link="api-index-2-28.html"/>
<sub name="Index of new symbols in 2.30" link="api-index-2-30.html"/>
<sub name="Index of new symbols in 2.32" link="api-index-2-32.html"/>
<sub name="Index of new symbols in 2.34" link="api-index-2-34.html"/>
<sub name="Index of new symbols in 2.36" link="api-index-2-36.html"/>
<sub name="Index of new symbols in 2.38" link="api-index-2-38.html"/>
<sub name="Index of new symbols in 2.40" link="api-index-2-40.html"/>
<sub name="Index of new symbols in 2.42" link="api-index-2-42.html"/>
<sub name="Index of new symbols in 2.44" link="api-index-2-44.html"/>
<sub name="Index of new symbols in 2.46" link="api-index-2-46.html"/>
<sub name="Index of new symbols in 2.48" link="api-index-2-48.html"/>
<sub name="Index of new symbols in 2.50" link="api-index-2-50.html"/>
<sub name="Annotation Glossary" link="annotation-glossary.html"/>
</chapters>
<functions>
<keyword type="function" name="GFileProgressCallback ()" link="GFile.html#GFileProgressCallback"/>
<keyword type="function" name="GFileReadMoreCallback ()" link="GFile.html#GFileReadMoreCallback"/>
<keyword type="function" name="GFileMeasureProgressCallback ()" link="GFile.html#GFileMeasureProgressCallback" since="2.38"/>
<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_new_for_commandline_arg_and_cwd ()" link="GFile.html#g-file-new-for-commandline-arg-and-cwd" since="2.36"/>
<keyword type="function" name="g_file_new_tmp ()" link="GFile.html#g-file-new-tmp" since="2.32"/>
<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_measure_disk_usage ()" link="GFile.html#g-file-measure-disk-usage" since="2.38"/>
<keyword type="function" name="g_file_measure_disk_usage_async ()" link="GFile.html#g-file-measure-disk-usage-async" since="2.38"/>
<keyword type="function" name="g_file_measure_disk_usage_finish ()" link="GFile.html#g-file-measure-disk-usage-finish" since="2.38"/>
<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_delete_async ()" link="GFile.html#g-file-delete-async" since="2.34"/>
<keyword type="function" name="g_file_delete_finish ()" link="GFile.html#g-file-delete-finish" since="2.34"/>
<keyword type="function" name="g_file_trash ()" link="GFile.html#g-file-trash"/>
<keyword type="function" name="g_file_trash_async ()" link="GFile.html#g-file-trash-async" since="2.38"/>
<keyword type="function" name="g_file_trash_finish ()" link="GFile.html#g-file-trash-finish" since="2.38"/>
<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_async ()" link="GFile.html#g-file-make-directory-async" since="2.38"/>
<keyword type="function" name="g_file_make_directory_finish ()" link="GFile.html#g-file-make-directory-finish" since="2.38"/>
<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=""/>
<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=""/>
<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_bytes_async ()" link="GFile.html#g-file-replace-contents-bytes-async" since="2.40"/>
<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="struct" name="GFile" link="GFile.html#GFile-struct"/>
<keyword type="struct" name="struct 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 GFileMeasureFlags" link="GFile.html#GFileMeasureFlags" since="2.38"/>
<keyword type="enum" name="enum GFilesystemPreviewType" link="GFile.html#GFilesystemPreviewType"/>
<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="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-struct"/>
<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_symbolic_icon ()" link="GFileInfo.html#g-file-info-get-symbolic-icon" since="2.34"/>
<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_get_deletion_date ()" link="GFileInfo.html#g-file-info-get-deletion-date" since="2.36"/>
<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_symbolic_icon ()" link="GFileInfo.html#g-file-info-set-symbolic-icon" since="2.34"/>
<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_subtract ()" link="GFileInfo.html#g-file-attribute-matcher-subtract"/>
<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="function" name="g_file_attribute_matcher_to_string ()" link="GFileInfo.html#g-file-attribute-matcher-to-string" since="2.32"/>
<keyword type="struct" name="GFileAttributeMatcher" link="GFileInfo.html#GFileAttributeMatcher-struct"/>
<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_IS_VOLATILE" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-VOLATILE:CAPS" since="2.46"/>
<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_SYMBOLIC_ICON" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SYMBOLIC-ICON:CAPS" since="2.34"/>
<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_THUMBNAIL_IS_VALID" link="GFileInfo.html#G-FILE-ATTRIBUTE-THUMBNAIL-IS-VALID:CAPS" since="2.40"/>
<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_USED" link="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-USED:CAPS" since="2.32"/>
<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_FILESYSTEM_REMOTE" link="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-REMOTE: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_TRASH_DELETION_DATE" link="GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-DELETION-DATE:CAPS" since="2.24"/>
<keyword type="macro" name="G_FILE_ATTRIBUTE_TRASH_ORIG_PATH" link="GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-ORIG-PATH:CAPS" since="2.24"/>
<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_enumerator_iterate ()" link="GFileEnumerator.html#g-file-enumerator-iterate" since="2.44"/>
<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="function" name="g_file_enumerator_get_child ()" link="GFileEnumerator.html#g-file-enumerator-get-child" since="2.36"/>
<keyword type="struct" name="GFileEnumerator" link="GFileEnumerator.html#GFileEnumerator-struct"/>
<keyword type="property" name="The “container” property" link="GFileEnumerator.html#GFileEnumerator--container"/>
<keyword type="function" name="g_io_error_from_errno ()" link="gio-GIOError.html#g-io-error-from-errno"/>
<keyword type="function" name="g_io_error_from_win32_error ()" link="gio-GIOError.html#g-io-error-from-win32-error" since="2.26"/>
<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_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="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="property" name="The “anonymous” property" link="GMountOperation.html#GMountOperation--anonymous"/>
<keyword type="property" name="The “choice” property" link="GMountOperation.html#GMountOperation--choice"/>
<keyword type="property" name="The “domain” property" link="GMountOperation.html#GMountOperation--domain"/>
<keyword type="property" name="The “password” property" link="GMountOperation.html#GMountOperation--password"/>
<keyword type="property" name="The “password-save” property" link="GMountOperation.html#GMountOperation--password-save"/>
<keyword type="property" name="The “username” property" link="GMountOperation.html#GMountOperation--username"/>
<keyword type="signal" name="The “aborted” signal" link="GMountOperation.html#GMountOperation-aborted"/>
<keyword type="signal" name="The “ask-password” signal" link="GMountOperation.html#GMountOperation-ask-password"/>
<keyword type="signal" name="The “ask-question” signal" link="GMountOperation.html#GMountOperation-ask-question"/>
<keyword type="signal" name="The “reply” signal" link="GMountOperation.html#GMountOperation-reply"/>
<keyword type="signal" name="The “show-processes” signal" link="GMountOperation.html#GMountOperation-show-processes"/>
<keyword type="signal" name="The “show-unmount-progress” signal" link="GMountOperation.html#GMountOperation-show-unmount-progress"/>
<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="enum" name="enum GFileMonitorEvent" link="GFileMonitor.html#GFileMonitorEvent"/>
<keyword type="struct" name="GFileMonitor" link="GFileMonitor.html#GFileMonitor-struct"/>
<keyword type="property" name="The “cancelled” property" link="GFileMonitor.html#GFileMonitor--cancelled"/>
<keyword type="property" name="The “rate-limit” property" link="GFileMonitor.html#GFileMonitor--rate-limit"/>
<keyword type="signal" name="The “changed” signal" link="GFileMonitor.html#GFileMonitor-changed"/>
<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="struct" name="GFilenameCompleter" link="GFilenameCompleter.html#GFilenameCompleter-struct"/>
<keyword type="signal" name="The “got-completion-data” signal" link="GFilenameCompleter.html#GFilenameCompleter-got-completion-data"/>
<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_source_new ()" link="GCancellable.html#g-cancellable-source-new" since="2.28"/>
<keyword type="function" name="GCancellableSourceFunc ()" link="GCancellable.html#GCancellableSourceFunc" since="2.28"/>
<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="struct" name="GCancellable" link="GCancellable.html#GCancellable-struct"/>
<keyword type="signal" name="The “cancelled” signal" link="GCancellable.html#GCancellable-cancelled"/>
<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="function" name="g_async_result_is_tagged ()" link="GAsyncResult.html#g-async-result-is-tagged" since="2.34"/>
<keyword type="function" name="g_async_result_legacy_propagate_error ()" link="GAsyncResult.html#g-async-result-legacy-propagate-error" since="2.34"/>
<keyword type="struct" name="GAsyncResult" link="GAsyncResult.html#GAsyncResult-struct"/>
<keyword type="struct" name="struct GAsyncResultIface" link="GAsyncResult.html#GAsyncResultIface"/>
<keyword type="function" name="g_task_new ()" link="GTask.html#g-task-new" since="2.36"/>
<keyword type="function" name="g_task_set_task_data ()" link="GTask.html#g-task-set-task-data" since="2.36"/>
<keyword type="function" name="g_task_set_priority ()" link="GTask.html#g-task-set-priority" since="2.36"/>
<keyword type="function" name="g_task_set_check_cancellable ()" link="GTask.html#g-task-set-check-cancellable" since="2.36"/>
<keyword type="function" name="g_task_set_return_on_cancel ()" link="GTask.html#g-task-set-return-on-cancel" since="2.36"/>
<keyword type="function" name="g_task_set_source_tag ()" link="GTask.html#g-task-set-source-tag" since="2.36"/>
<keyword type="function" name="g_task_report_error ()" link="GTask.html#g-task-report-error" since="2.36"/>
<keyword type="function" name="g_task_report_new_error ()" link="GTask.html#g-task-report-new-error" since="2.36"/>
<keyword type="function" name="g_task_get_task_data ()" link="GTask.html#g-task-get-task-data" since="2.36"/>
<keyword type="function" name="g_task_get_priority ()" link="GTask.html#g-task-get-priority" since="2.36"/>
<keyword type="function" name="g_task_get_cancellable ()" link="GTask.html#g-task-get-cancellable" since="2.36"/>
<keyword type="function" name="g_task_get_check_cancellable ()" link="GTask.html#g-task-get-check-cancellable" since="2.36"/>
<keyword type="function" name="g_task_get_return_on_cancel ()" link="GTask.html#g-task-get-return-on-cancel" since="2.36"/>
<keyword type="function" name="g_task_get_context ()" link="GTask.html#g-task-get-context" since="2.36"/>
<keyword type="function" name="g_task_get_source_object ()" link="GTask.html#g-task-get-source-object" since="2.36"/>
<keyword type="function" name="g_task_get_source_tag ()" link="GTask.html#g-task-get-source-tag" since="2.36"/>
<keyword type="function" name="g_task_return_boolean ()" link="GTask.html#g-task-return-boolean" since="2.36"/>
<keyword type="function" name="g_task_return_int ()" link="GTask.html#g-task-return-int" since="2.36"/>
<keyword type="function" name="g_task_return_pointer ()" link="GTask.html#g-task-return-pointer" since="2.36"/>
<keyword type="function" name="g_task_return_error ()" link="GTask.html#g-task-return-error" since="2.36"/>
<keyword type="function" name="g_task_return_new_error ()" link="GTask.html#g-task-return-new-error" since="2.36"/>
<keyword type="function" name="g_task_return_error_if_cancelled ()" link="GTask.html#g-task-return-error-if-cancelled" since="2.36"/>
<keyword type="function" name="g_task_propagate_boolean ()" link="GTask.html#g-task-propagate-boolean" since="2.36"/>
<keyword type="function" name="g_task_propagate_int ()" link="GTask.html#g-task-propagate-int" since="2.36"/>
<keyword type="function" name="g_task_propagate_pointer ()" link="GTask.html#g-task-propagate-pointer" since="2.36"/>
<keyword type="function" name="g_task_had_error ()" link="GTask.html#g-task-had-error" since="2.36"/>
<keyword type="function" name="g_task_get_completed ()" link="GTask.html#g-task-get-completed" since="2.44"/>
<keyword type="function" name="g_task_run_in_thread ()" link="GTask.html#g-task-run-in-thread" since="2.36"/>
<keyword type="function" name="g_task_run_in_thread_sync ()" link="GTask.html#g-task-run-in-thread-sync" since="2.36"/>
<keyword type="function" name="GTaskThreadFunc ()" link="GTask.html#GTaskThreadFunc" since="2.36"/>
<keyword type="function" name="g_task_attach_source ()" link="GTask.html#g-task-attach-source" since="2.36"/>
<keyword type="function" name="g_task_is_valid ()" link="GTask.html#g-task-is-valid" since="2.36"/>
<keyword type="struct" name="GTask" link="GTask.html#GTask-struct"/>
<keyword type="property" name="The “completed” property" link="GTask.html#GTask--completed"/>
<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" deprecated="use #GThreadPool or g_task_run_in_thread()"/>
<keyword type="function" name="g_io_scheduler_cancel_all_jobs ()" link="gio-GIOScheduler.html#g-io-scheduler-cancel-all-jobs" deprecated=""/>
<keyword type="function" name="g_io_scheduler_job_send_to_mainloop ()" link="gio-GIOScheduler.html#g-io-scheduler-job-send-to-mainloop" deprecated="Use g_main_context_invoke()."/>
<keyword type="function" name="g_io_scheduler_job_send_to_mainloop_async ()" link="gio-GIOScheduler.html#g-io-scheduler-job-send-to-mainloop-async" deprecated="Use g_main_context_invoke()."/>
<keyword type="struct" name="GIOSchedulerJob" link="gio-GIOScheduler.html#GIOSchedulerJob"/>
<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" deprecated="2.46: Use g_task_new() instead."/>
<keyword type="function" name="g_simple_async_result_new_error ()" link="GSimpleAsyncResult.html#g-simple-async-result-new-error" deprecated="2.46: Use g_task_new() and g_task_return_new_error() instead."/>
<keyword type="function" name="g_simple_async_result_new_from_error ()" link="GSimpleAsyncResult.html#g-simple-async-result-new-from-error" deprecated="2.46: Use g_task_new() and g_task_return_error() instead."/>
<keyword type="function" name="g_simple_async_result_new_take_error ()" link="GSimpleAsyncResult.html#g-simple-async-result-new-take-error" deprecated="2.46: Use g_task_new() and g_task_return_error() instead." since="2.28"/>
<keyword type="function" name="g_simple_async_result_set_check_cancellable ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-check-cancellable" deprecated="2.46: Use #GTask instead." since="2.32"/>
<keyword type="function" name="g_simple_async_result_set_op_res_gpointer ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-op-res-gpointer" deprecated="2.46: Use #GTask and g_task_return_pointer() instead."/>
<keyword type="function" name="g_simple_async_result_get_op_res_gpointer ()" link="GSimpleAsyncResult.html#g-simple-async-result-get-op-res-gpointer" deprecated="2.46: Use #GTask and g_task_propagate_pointer() instead."/>
<keyword type="function" name="g_simple_async_result_set_op_res_gssize ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-op-res-gssize" deprecated="2.46: Use #GTask and g_task_return_int() instead."/>
<keyword type="function" name="g_simple_async_result_get_op_res_gssize ()" link="GSimpleAsyncResult.html#g-simple-async-result-get-op-res-gssize" deprecated="2.46: Use #GTask and g_task_propagate_int() instead."/>
<keyword type="function" name="g_simple_async_result_set_op_res_gboolean ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-op-res-gboolean" deprecated="2.46: Use #GTask and g_task_return_boolean() instead."/>
<keyword type="function" name="g_simple_async_result_get_op_res_gboolean ()" link="GSimpleAsyncResult.html#g-simple-async-result-get-op-res-gboolean" deprecated="2.46: Use #GTask and g_task_propagate_boolean() instead."/>
<keyword type="function" name="g_simple_async_result_get_source_tag ()" link="GSimpleAsyncResult.html#g-simple-async-result-get-source-tag" deprecated="2.46. Use #GTask and g_task_get_source_tag() instead."/>
<keyword type="function" name="g_simple_async_result_is_valid ()" link="GSimpleAsyncResult.html#g-simple-async-result-is-valid" deprecated="2.46: Use #GTask and g_task_is_valid() instead." since="2.20"/>
<keyword type="function" name="g_simple_async_result_set_handle_cancellation ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-handle-cancellation" deprecated="2.46"/>
<keyword type="function" name="g_simple_async_result_complete ()" link="GSimpleAsyncResult.html#g-simple-async-result-complete" deprecated="2.46: Use #GTask instead."/>
<keyword type="function" name="g_simple_async_result_complete_in_idle ()" link="GSimpleAsyncResult.html#g-simple-async-result-complete-in-idle" deprecated="2.46: Use #GTask instead."/>
<keyword type="function" name="g_simple_async_result_run_in_thread ()" link="GSimpleAsyncResult.html#g-simple-async-result-run-in-thread" deprecated="2.46: Use #GTask and g_task_run_in_thread() instead."/>
<keyword type="function" name="g_simple_async_result_set_from_error ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-from-error" deprecated="2.46: Use #GTask and g_task_return_error() instead."/>
<keyword type="function" name="g_simple_async_result_take_error ()" link="GSimpleAsyncResult.html#g-simple-async-result-take-error" deprecated="2.46: Use #GTask and g_task_return_error() instead." since="2.28"/>
<keyword type="function" name="g_simple_async_result_propagate_error ()" link="GSimpleAsyncResult.html#g-simple-async-result-propagate-error" deprecated="2.46: Use #GTask instead."/>
<keyword type="function" name="g_simple_async_result_set_error ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-error" deprecated="2.46: Use #GTask and g_task_return_new_error() instead."/>
<keyword type="function" name="g_simple_async_result_set_error_va ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-error-va" deprecated="2.46: Use #GTask and g_task_return_error() instead."/>
<keyword type="function" name="g_simple_async_report_error_in_idle ()" link="GSimpleAsyncResult.html#g-simple-async-report-error-in-idle" deprecated="2.46: Use g_task_report_error()."/>
<keyword type="function" name="g_simple_async_report_gerror_in_idle ()" link="GSimpleAsyncResult.html#g-simple-async-report-gerror-in-idle" deprecated="2.46: Use g_task_report_error()."/>
<keyword type="function" name="g_simple_async_report_take_gerror_in_idle ()" link="GSimpleAsyncResult.html#g-simple-async-report-take-gerror-in-idle" deprecated="2.46: Use g_task_report_error()." since="2.28"/>
<keyword type="struct" name="GSimpleAsyncResult" link="GSimpleAsyncResult.html#GSimpleAsyncResult-struct"/>
<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="GConverter" link="GConverter.html#GConverter-struct"/>
<keyword type="struct" name="struct GConverterIface" link="GConverter.html#GConverterIface" since="2.24"/>
<keyword type="enum" name="enum GConverterResult" link="GConverter.html#GConverterResult" since="2.24"/>
<keyword type="enum" name="enum GConverterFlags" link="GConverter.html#GConverterFlags" since="2.24"/>
<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="struct" name="GCharsetConverter" link="GCharsetConverter.html#GCharsetConverter-struct"/>
<keyword type="property" name="The “from-charset” property" link="GCharsetConverter.html#GCharsetConverter--from-charset"/>
<keyword type="property" name="The “to-charset” property" link="GCharsetConverter.html#GCharsetConverter--to-charset"/>
<keyword type="property" name="The “use-fallback” property" link="GCharsetConverter.html#GCharsetConverter--use-fallback"/>
<keyword type="function" name="g_zlib_compressor_new ()" link="GZlibCompressor.html#g-zlib-compressor-new" since="2.24"/>
<keyword type="function" name="g_zlib_compressor_get_file_info ()" link="GZlibCompressor.html#g-zlib-compressor-get-file-info" since="2.26"/>
<keyword type="function" name="g_zlib_compressor_set_file_info ()" link="GZlibCompressor.html#g-zlib-compressor-set-file-info" since="2.26"/>
<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="property" name="The “file-info” property" link="GZlibCompressor.html#GZlibCompressor--file-info"/>
<keyword type="property" name="The “format” property" link="GZlibCompressor.html#GZlibCompressor--format"/>
<keyword type="property" name="The “level” property" link="GZlibCompressor.html#GZlibCompressor--level"/>
<keyword type="function" name="g_zlib_decompressor_new ()" link="GZlibDecompressor.html#g-zlib-decompressor-new" since="2.24"/>
<keyword type="function" name="g_zlib_decompressor_get_file_info ()" link="GZlibDecompressor.html#g-zlib-decompressor-get-file-info" since="2.26"/>
<keyword type="struct" name="GZlibDecompressor" link="GZlibDecompressor.html#GZlibDecompressor-struct"/>
<keyword type="property" name="The “file-info” property" link="GZlibDecompressor.html#GZlibDecompressor--file-info"/>
<keyword type="property" name="The “format” property" link="GZlibDecompressor.html#GZlibDecompressor--format"/>
<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="GSeekable" link="GSeekable.html#GSeekable-struct"/>
<keyword type="struct" name="struct GSeekableIface" link="GSeekable.html#GSeekableIface"/>
<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_read_all_async ()" link="GInputStream.html#g-input-stream-read-all-async" since="2.44"/>
<keyword type="function" name="g_input_stream_read_all_finish ()" link="GInputStream.html#g-input-stream-read-all-finish" since="2.44"/>
<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="function" name="g_input_stream_read_bytes ()" link="GInputStream.html#g-input-stream-read-bytes" since="2.34"/>
<keyword type="function" name="g_input_stream_read_bytes_async ()" link="GInputStream.html#g-input-stream-read-bytes-async" since="2.34"/>
<keyword type="function" name="g_input_stream_read_bytes_finish ()" link="GInputStream.html#g-input-stream-read-bytes-finish" since="2.34"/>
<keyword type="struct" name="GInputStream" link="GInputStream.html#GInputStream-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_write_all_async ()" link="GOutputStream.html#g-output-stream-write-all-async" since="2.44"/>
<keyword type="function" name="g_output_stream_write_all_finish ()" link="GOutputStream.html#g-output-stream-write-all-finish" since="2.44"/>
<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="function" name="g_output_stream_write_bytes ()" link="GOutputStream.html#g-output-stream-write-bytes"/>
<keyword type="function" name="g_output_stream_write_bytes_async ()" link="GOutputStream.html#g-output-stream-write-bytes-async"/>
<keyword type="function" name="g_output_stream_write_bytes_finish ()" link="GOutputStream.html#g-output-stream-write-bytes-finish"/>
<keyword type="function" name="g_output_stream_printf ()" link="GOutputStream.html#g-output-stream-printf" since="2.40"/>
<keyword type="function" name="g_output_stream_vprintf ()" link="GOutputStream.html#g-output-stream-vprintf" since="2.40"/>
<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_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_splice_async ()" link="GIOStream.html#g-io-stream-splice-async" since="2.28"/>
<keyword type="function" name="g_io_stream_splice_finish ()" link="GIOStream.html#g-io-stream-splice-finish" since="2.28"/>
<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="enum" name="enum GIOStreamSpliceFlags" link="GIOStream.html#GIOStreamSpliceFlags" since="2.28"/>
<keyword type="struct" name="GIOStream" link="GIOStream.html#GIOStream-struct"/>
<keyword type="property" name="The “closed” property" link="GIOStream.html#GIOStream--closed"/>
<keyword type="property" name="The “input-stream” property" link="GIOStream.html#GIOStream--input-stream"/>
<keyword type="property" name="The “output-stream” property" link="GIOStream.html#GIOStream--output-stream"/>
<keyword type="function" name="g_simple_io_stream_new ()" link="GSimpleIOStream.html#g-simple-io-stream-new" since="2.44"/>
<keyword type="struct" name="GSimpleIOStream" link="GSimpleIOStream.html#GSimpleIOStream-struct"/>
<keyword type="property" name="The “input-stream” property" link="GSimpleIOStream.html#GSimpleIOStream--input-stream"/>
<keyword type="property" name="The “output-stream” property" link="GSimpleIOStream.html#GSimpleIOStream--output-stream"/>
<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="GFileInputStream" link="GFileInputStream.html#GFileInputStream-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="GFileOutputStream" link="GFileOutputStream.html#GFileOutputStream-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="GFileIOStream" link="GFileIOStream.html#GFileIOStream-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="GFileDescriptorBased" link="GFileDescriptorBased.html#GFileDescriptorBased-struct"/>
<keyword type="struct" name="struct GFileDescriptorBasedIface" link="GFileDescriptorBased.html#GFileDescriptorBasedIface"/>
<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="struct" name="GFilterInputStream" link="GFilterInputStream.html#GFilterInputStream-struct"/>
<keyword type="property" name="The “base-stream” property" link="GFilterInputStream.html#GFilterInputStream--base-stream"/>
<keyword type="property" name="The “close-base-stream” property" link="GFilterInputStream.html#GFilterInputStream--close-base-stream"/>
<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="struct" name="GFilterOutputStream" link="GFilterOutputStream.html#GFilterOutputStream-struct"/>
<keyword type="property" name="The “base-stream” property" link="GFilterOutputStream.html#GFilterOutputStream--base-stream"/>
<keyword type="property" name="The “close-base-stream” property" link="GFilterOutputStream.html#GFilterOutputStream--close-base-stream"/>
<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_new_from_bytes ()" link="GMemoryInputStream.html#g-memory-input-stream-new-from-bytes" since="2.34"/>
<keyword type="function" name="g_memory_input_stream_add_data ()" link="GMemoryInputStream.html#g-memory-input-stream-add-data"/>
<keyword type="function" name="g_memory_input_stream_add_bytes ()" link="GMemoryInputStream.html#g-memory-input-stream-add-bytes" since="2.34"/>
<keyword type="struct" name="GMemoryInputStream" link="GMemoryInputStream.html#GMemoryInputStream-struct"/>
<keyword type="function" name="GReallocFunc ()" link="GMemoryOutputStream.html#GReallocFunc"/>
<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_new_resizable ()" link="GMemoryOutputStream.html#g-memory-output-stream-new-resizable" since="2.36"/>
<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="function" name="g_memory_output_stream_steal_data ()" link="GMemoryOutputStream.html#g-memory-output-stream-steal-data" since="2.26"/>
<keyword type="function" name="g_memory_output_stream_steal_as_bytes ()" link="GMemoryOutputStream.html#g-memory-output-stream-steal-as-bytes" since="2.34"/>
<keyword type="struct" name="GMemoryOutputStream" link="GMemoryOutputStream.html#GMemoryOutputStream-struct"/>
<keyword type="property" name="The “data” property" link="GMemoryOutputStream.html#GMemoryOutputStream--data"/>
<keyword type="property" name="The “data-size” property" link="GMemoryOutputStream.html#GMemoryOutputStream--data-size"/>
<keyword type="property" name="The “destroy-function” property" link="GMemoryOutputStream.html#GMemoryOutputStream--destroy-function"/>
<keyword type="property" name="The “realloc-function” property" link="GMemoryOutputStream.html#GMemoryOutputStream--realloc-function"/>
<keyword type="property" name="The “size” property" link="GMemoryOutputStream.html#GMemoryOutputStream--size"/>
<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="struct" name="GBufferedInputStream" link="GBufferedInputStream.html#GBufferedInputStream-struct"/>
<keyword type="property" name="The “buffer-size” property" link="GBufferedInputStream.html#GBufferedInputStream--buffer-size"/>
<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="struct" name="GBufferedOutputStream" link="GBufferedOutputStream.html#GBufferedOutputStream-struct"/>
<keyword type="property" name="The “auto-grow” property" link="GBufferedOutputStream.html#GBufferedOutputStream--auto-grow"/>
<keyword type="property" name="The “buffer-size” property" link="GBufferedOutputStream.html#GBufferedOutputStream--buffer-size"/>
<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_utf8 ()" link="GDataInputStream.html#g-data-input-stream-read-line-utf8" since="2.30"/>
<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_line_finish_utf8 ()" link="GDataInputStream.html#g-data-input-stream-read-line-finish-utf8" since="2.30"/>
<keyword type="function" name="g_data_input_stream_read_upto ()" link="GDataInputStream.html#g-data-input-stream-read-upto" since="2.26"/>
<keyword type="function" name="g_data_input_stream_read_upto_async ()" link="GDataInputStream.html#g-data-input-stream-read-upto-async" since="2.26"/>
<keyword type="function" name="g_data_input_stream_read_upto_finish ()" link="GDataInputStream.html#g-data-input-stream-read-upto-finish" since="2.24"/>
<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="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="property" name="The “byte-order” property" link="GDataInputStream.html#GDataInputStream--byte-order"/>
<keyword type="property" name="The “newline-type” property" link="GDataInputStream.html#GDataInputStream--newline-type"/>
<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="struct" name="struct GDataOutputStream" link="GDataOutputStream.html#GDataOutputStream-struct"/>
<keyword type="property" name="The “byte-order” property" link="GDataOutputStream.html#GDataOutputStream--byte-order"/>
<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="struct" name="struct GUnixInputStream" link="GUnixInputStream.html#GUnixInputStream-struct"/>
<keyword type="property" name="The “close-fd” property" link="GUnixInputStream.html#GUnixInputStream--close-fd"/>
<keyword type="property" name="The “fd” property" link="GUnixInputStream.html#GUnixInputStream--fd"/>
<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="struct" name="struct GUnixOutputStream" link="GUnixOutputStream.html#GUnixOutputStream-struct"/>
<keyword type="property" name="The “close-fd” property" link="GUnixOutputStream.html#GUnixOutputStream--close-fd"/>
<keyword type="property" name="The “fd” property" link="GUnixOutputStream.html#GUnixOutputStream--fd"/>
<keyword type="function" name="g_win32_input_stream_new ()" link="gio-GWin32InputStream.html#g-win32-input-stream-new"/>
<keyword type="function" name="g_win32_input_stream_set_close_handle ()" link="gio-GWin32InputStream.html#g-win32-input-stream-set-close-handle" since="2.26"/>
<keyword type="function" name="g_win32_input_stream_get_close_handle ()" link="gio-GWin32InputStream.html#g-win32-input-stream-get-close-handle" since="2.26"/>
<keyword type="function" name="g_win32_input_stream_get_handle ()" link="gio-GWin32InputStream.html#g-win32-input-stream-get-handle" since="2.26"/>
<keyword type="struct" name="struct GWin32InputStream" link="gio-GWin32InputStream.html#GWin32InputStream"/>
<keyword type="function" name="g_win32_output_stream_new ()" link="gio-GWin32OutputStream.html#g-win32-output-stream-new" since="2.26"/>
<keyword type="function" name="g_win32_output_stream_set_close_handle ()" link="gio-GWin32OutputStream.html#g-win32-output-stream-set-close-handle" since="2.26"/>
<keyword type="function" name="g_win32_output_stream_get_close_handle ()" link="gio-GWin32OutputStream.html#g-win32-output-stream-get-close-handle" since="2.26"/>
<keyword type="function" name="g_win32_output_stream_get_handle ()" link="gio-GWin32OutputStream.html#g-win32-output-stream-get-handle" since="2.26"/>
<keyword type="struct" name="struct GWin32OutputStream" link="gio-GWin32OutputStream.html#GWin32OutputStream"/>
<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="struct" name="GConverterInputStream" link="gio-GConverterInputstream.html#GConverterInputStream-struct"/>
<keyword type="property" name="The “converter” property" link="gio-GConverterInputstream.html#GConverterInputStream--converter"/>
<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="struct" name="GConverterOutputStream" link="gio-GConverterOutputstream.html#GConverterOutputStream-struct"/>
<keyword type="property" name="The “converter” property" link="gio-GConverterOutputstream.html#GConverterOutputStream--converter"/>
<keyword type="function" name="g_pollable_input_stream_can_poll ()" link="GPollableInputStream.html#g-pollable-input-stream-can-poll" since="2.28"/>
<keyword type="function" name="g_pollable_input_stream_is_readable ()" link="GPollableInputStream.html#g-pollable-input-stream-is-readable" since="2.28"/>
<keyword type="function" name="g_pollable_input_stream_create_source ()" link="GPollableInputStream.html#g-pollable-input-stream-create-source" since="2.28"/>
<keyword type="function" name="g_pollable_input_stream_read_nonblocking ()" link="GPollableInputStream.html#g-pollable-input-stream-read-nonblocking"/>
<keyword type="struct" name="GPollableInputStream" link="GPollableInputStream.html#GPollableInputStream-struct"/>
<keyword type="struct" name="struct GPollableInputStreamInterface" link="GPollableInputStream.html#GPollableInputStreamInterface" since="2.28"/>
<keyword type="function" name="g_pollable_output_stream_can_poll ()" link="GPollableOutputStream.html#g-pollable-output-stream-can-poll" since="2.28"/>
<keyword type="function" name="g_pollable_output_stream_is_writable ()" link="GPollableOutputStream.html#g-pollable-output-stream-is-writable" since="2.28"/>
<keyword type="function" name="g_pollable_output_stream_create_source ()" link="GPollableOutputStream.html#g-pollable-output-stream-create-source" since="2.28"/>
<keyword type="function" name="g_pollable_output_stream_write_nonblocking ()" link="GPollableOutputStream.html#g-pollable-output-stream-write-nonblocking"/>
<keyword type="struct" name="GPollableOutputStream" link="GPollableOutputStream.html#GPollableOutputStream-struct"/>
<keyword type="struct" name="struct GPollableOutputStreamInterface" link="GPollableOutputStream.html#GPollableOutputStreamInterface" since="2.28"/>
<keyword type="function" name="GPollableSourceFunc ()" link="gio-gpollableutils.html#GPollableSourceFunc" since="2.28"/>
<keyword type="function" name="g_pollable_source_new ()" link="gio-gpollableutils.html#g-pollable-source-new" since="2.28"/>
<keyword type="function" name="g_pollable_source_new_full ()" link="gio-gpollableutils.html#g-pollable-source-new-full" since="2.34"/>
<keyword type="function" name="g_pollable_stream_read ()" link="gio-gpollableutils.html#g-pollable-stream-read" since="2.34"/>
<keyword type="function" name="g_pollable_stream_write ()" link="gio-gpollableutils.html#g-pollable-stream-write" since="2.34"/>
<keyword type="function" name="g_pollable_stream_write_all ()" link="gio-gpollableutils.html#g-pollable-stream-write-all" since="2.34"/>
<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_get_symbolic_icon ()" link="gio-GContentType.html#g-content-type-get-symbolic-icon" since="2.34"/>
<keyword type="function" name="g_content_type_get_generic_icon_name ()" link="gio-GContentType.html#g-content-type-get-generic-icon-name" since="2.34"/>
<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="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_set_as_last_used_for_type ()" link="GAppInfo.html#g-app-info-set-as-last-used-for-type"/>
<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_supported_types ()" link="GAppInfo.html#g-app-info-get-supported-types" since="2.34"/>
<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_get_fallback_for_type ()" link="GAppInfo.html#g-app-info-get-fallback-for-type" since="2.28"/>
<keyword type="function" name="g_app_info_get_recommended_for_type ()" link="GAppInfo.html#g-app-info-get-recommended-for-type" since="2.28"/>
<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_setenv ()" link="GAppInfo.html#g-app-launch-context-setenv" since="2.32"/>
<keyword type="function" name="g_app_launch_context_unsetenv ()" link="GAppInfo.html#g-app-launch-context-unsetenv" since="2.32"/>
<keyword type="function" name="g_app_launch_context_get_environment ()" link="GAppInfo.html#g-app-launch-context-get-environment" since="2.32"/>
<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="enum" name="enum GAppInfoCreateFlags" link="GAppInfo.html#GAppInfoCreateFlags"/>
<keyword type="struct" name="GAppInfo" link="GAppInfo.html#GAppInfo-struct"/>
<keyword type="struct" name="struct GAppInfoIface" link="GAppInfo.html#GAppInfoIface"/>
<keyword type="struct" name="GAppLaunchContext" link="GAppInfo.html#GAppLaunchContext-struct"/>
<keyword type="signal" name="The “launch-failed” signal" link="GAppInfo.html#GAppLaunchContext-launch-failed"/>
<keyword type="signal" name="The “launched” signal" link="GAppInfo.html#GAppLaunchContext-launched"/>
<keyword type="function" name="g_app_info_monitor_get ()" link="GAppInfoMonitor.html#g-app-info-monitor-get" since="2.40"/>
<keyword type="signal" name="The “changed” signal" link="GAppInfoMonitor.html#GAppInfoMonitor-changed"/>
<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_get_nodisplay ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-nodisplay" since="2.30"/>
<keyword type="function" name="g_desktop_app_info_get_show_in ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-show-in" since="2.30"/>
<keyword type="function" name="g_desktop_app_info_get_generic_name ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-generic-name"/>
<keyword type="function" name="g_desktop_app_info_get_categories ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-categories"/>
<keyword type="function" name="g_desktop_app_info_get_keywords ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-keywords" since="2.32"/>
<keyword type="function" name="g_desktop_app_info_get_startup_wm_class ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-startup-wm-class" since="2.34"/>
<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" deprecated=""/>
<keyword type="function" name="g_desktop_app_info_get_string ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-string" since="2.36"/>
<keyword type="function" name="g_desktop_app_info_get_boolean ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-boolean" since="2.36"/>
<keyword type="function" name="g_desktop_app_info_has_key ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-has-key" since="2.36"/>
<keyword type="function" name="GDesktopAppLaunchCallback ()" link="gio-Desktop-file-based-GAppInfo.html#GDesktopAppLaunchCallback"/>
<keyword type="function" name="g_desktop_app_info_launch_uris_as_manager ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-launch-uris-as-manager"/>
<keyword type="function" name="g_desktop_app_info_list_actions ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-list-actions" since="2.38"/>
<keyword type="function" name="g_desktop_app_info_get_action_name ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-action-name" since="2.38"/>
<keyword type="function" name="g_desktop_app_info_launch_action ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-launch-action" since="2.38"/>
<keyword type="function" name="g_desktop_app_info_search ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-search"/>
<keyword type="function" name="g_desktop_app_info_get_implementations ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-implementations" since="2.42"/>
<keyword type="struct" name="GDesktopAppInfo" link="gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfo-struct"/>
<keyword type="struct" name="GDesktopAppInfoLookup" link="gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfoLookup-struct"/>
<keyword type="struct" name="struct GDesktopAppInfoLookupIface" link="gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfoLookupIface" deprecated=""/>
<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" deprecated=""/>
<keyword type="property" name="The “filename” property" link="gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfo--filename"/>
<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="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="signal" name="The “drive-changed” signal" link="GVolumeMonitor.html#GVolumeMonitor-drive-changed"/>
<keyword type="signal" name="The “drive-connected” signal" link="GVolumeMonitor.html#GVolumeMonitor-drive-connected"/>
<keyword type="signal" name="The “drive-disconnected” signal" link="GVolumeMonitor.html#GVolumeMonitor-drive-disconnected"/>
<keyword type="signal" name="The “drive-eject-button” signal" link="GVolumeMonitor.html#GVolumeMonitor-drive-eject-button"/>
<keyword type="signal" name="The “drive-stop-button” signal" link="GVolumeMonitor.html#GVolumeMonitor-drive-stop-button"/>
<keyword type="signal" name="The “mount-added” signal" link="GVolumeMonitor.html#GVolumeMonitor-mount-added"/>
<keyword type="signal" name="The “mount-changed” signal" link="GVolumeMonitor.html#GVolumeMonitor-mount-changed"/>
<keyword type="signal" name="The “mount-pre-unmount” signal" link="GVolumeMonitor.html#GVolumeMonitor-mount-pre-unmount"/>
<keyword type="signal" name="The “mount-removed” signal" link="GVolumeMonitor.html#GVolumeMonitor-mount-removed"/>
<keyword type="signal" name="The “volume-added” signal" link="GVolumeMonitor.html#GVolumeMonitor-volume-added"/>
<keyword type="signal" name="The “volume-changed” signal" link="GVolumeMonitor.html#GVolumeMonitor-volume-changed"/>
<keyword type="signal" name="The “volume-removed” signal" link="GVolumeMonitor.html#GVolumeMonitor-volume-removed"/>
<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_symbolic_icon ()" link="GVolume.html#g-volume-get-symbolic-icon" since="2.34"/>
<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="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="function" name="g_volume_get_sort_key ()" link="GVolume.html#g-volume-get-sort-key" since="2.32"/>
<keyword type="struct" name="GVolume" link="GVolume.html#GVolume-struct"/>
<keyword type="struct" name="struct GVolumeIface" link="GVolume.html#GVolumeIface"/>
<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="macro" name="G_VOLUME_IDENTIFIER_KIND_CLASS" link="GVolume.html#G-VOLUME-IDENTIFIER-KIND-CLASS:CAPS"/>
<keyword type="signal" name="The “changed” signal" link="GVolume.html#GVolume-changed"/>
<keyword type="signal" name="The “removed” signal" link="GVolume.html#GVolume-removed"/>
<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_symbolic_icon ()" link="GMount.html#g-mount-get-symbolic-icon" since="2.34"/>
<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="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="function" name="g_mount_get_sort_key ()" link="GMount.html#g-mount-get-sort-key" since="2.32"/>
<keyword type="struct" name="GMount" link="GMount.html#GMount-struct"/>
<keyword type="struct" name="struct GMountIface" link="GMount.html#GMountIface"/>
<keyword type="enum" name="enum GMountMountFlags" link="GMount.html#GMountMountFlags"/>
<keyword type="enum" name="enum GMountUnmountFlags" link="GMount.html#GMountUnmountFlags"/>
<keyword type="signal" name="The “changed” signal" link="GMount.html#GMount-changed"/>
<keyword type="signal" name="The “pre-unmount” signal" link="GMount.html#GMount-pre-unmount"/>
<keyword type="signal" name="The “unmounted” signal" link="GMount.html#GMount-unmounted"/>
<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_get_symbolic_icon ()" link="GDrive.html#g-drive-get-symbolic-icon" since="2.34"/>
<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_removable ()" link="GDrive.html#g-drive-is-removable" since="2.50"/>
<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="function" name="g_drive_get_sort_key ()" link="GDrive.html#g-drive-get-sort-key" since="2.32"/>
<keyword type="struct" name="GDrive" link="GDrive.html#GDrive-struct"/>
<keyword type="struct" name="struct 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="signal" name="The “changed” signal" link="GDrive.html#GDrive-changed"/>
<keyword type="signal" name="The “disconnected” signal" link="GDrive.html#GDrive-disconnected"/>
<keyword type="signal" name="The “eject-button” signal" link="GDrive.html#GDrive-eject-button"/>
<keyword type="signal" name="The “stop-button” signal" link="GDrive.html#GDrive-stop-button"/>
<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_symbolic_icon ()" link="gio-Unix-Mounts.html#g-unix-mount-guess-symbolic-icon" since="2.34"/>
<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_get_options ()" link="gio-Unix-Mounts.html#g-unix-mount-point-get-options" since="2.32"/>
<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_symbolic_icon ()" link="gio-Unix-Mounts.html#g-unix-mount-point-guess-symbolic-icon" since="2.34"/>
<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_get ()" link="gio-Unix-Mounts.html#g-unix-mount-monitor-get" since="2.44"/>
<keyword type="function" name="g_unix_mount_monitor_new ()" link="gio-Unix-Mounts.html#g-unix-mount-monitor-new" deprecated="2.44:Use g_unix_mount_monitor_get() instead."/>
<keyword type="function" name="g_unix_mount_monitor_set_rate_limit ()" link="gio-Unix-Mounts.html#g-unix-mount-monitor-set-rate-limit" deprecated="2.44:This function does nothing. Don't call it." 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="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="signal" name="The “mountpoints-changed” signal" link="gio-Unix-Mounts.html#GUnixMountMonitor-mountpoints-changed"/>
<keyword type="signal" name="The “mounts-changed” signal" link="gio-Unix-Mounts.html#GUnixMountMonitor-mounts-changed"/>
<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="function" name="g_icon_serialize ()" link="GIcon.html#g-icon-serialize" since="2.38"/>
<keyword type="function" name="g_icon_deserialize ()" link="GIcon.html#g-icon-deserialize" since="2.38"/>
<keyword type="struct" name="GIcon" link="GIcon.html#GIcon-struct"/>
<keyword type="struct" name="struct GIconIface" link="GIcon.html#GIconIface"/>
<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="struct" name="GFileIcon" link="GFileIcon.html#GFileIcon-struct"/>
<keyword type="property" name="The “file” property" link="GFileIcon.html#GFileIcon--file"/>
<keyword type="function" name="g_bytes_icon_new ()" link="GBytesIcon.html#g-bytes-icon-new" since="2.38"/>
<keyword type="function" name="g_bytes_icon_get_bytes ()" link="GBytesIcon.html#g-bytes-icon-get-bytes" since="2.38"/>
<keyword type="struct" name="GBytesIcon" link="GBytesIcon.html#GBytesIcon-struct"/>
<keyword type="property" name="The “bytes” property" link="GBytesIcon.html#GBytesIcon--bytes"/>
<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="GLoadableIcon" link="GLoadableIcon.html#GLoadableIcon-struct"/>
<keyword type="struct" name="struct GLoadableIconIface" link="GLoadableIcon.html#GLoadableIconIface"/>
<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="struct" name="GThemedIcon" link="GThemedIcon.html#GThemedIcon-struct"/>
<keyword type="property" name="The “name” property" link="GThemedIcon.html#GThemedIcon--name"/>
<keyword type="property" name="The “names” property" link="GThemedIcon.html#GThemedIcon--names"/>
<keyword type="property" name="The “use-default-fallbacks” property" link="GThemedIcon.html#GThemedIcon--use-default-fallbacks"/>
<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="function" name="g_emblemed_icon_clear_emblems ()" link="GEmblemedIcon.html#g-emblemed-icon-clear-emblems" since="2.28"/>
<keyword type="struct" name="struct GEmblemedIcon" link="GEmblemedIcon.html#GEmblemedIcon-struct"/>
<keyword type="property" name="The “gicon” property" link="GEmblemedIcon.html#GEmblemedIcon--gicon"/>
<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="struct" name="GEmblem" link="GEmblem.html#GEmblem-struct"/>
<keyword type="enum" name="enum GEmblemOrigin" link="GEmblem.html#GEmblemOrigin" since="2.18"/>
<keyword type="property" name="The “icon” property" link="GEmblem.html#GEmblem--icon"/>
<keyword type="property" name="The “origin” property" link="GEmblem.html#GEmblem--origin"/>
<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="GInitable" link="GInitable.html#GInitable-struct"/>
<keyword type="struct" name="struct GInitableIface" link="GInitable.html#GInitableIface" 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="GAsyncInitable" link="GAsyncInitable.html#GAsyncInitable-struct"/>
<keyword type="struct" name="struct GAsyncInitableIface" link="GAsyncInitable.html#GAsyncInitableIface" since="2.22"/>
<keyword type="function" name="g_subprocess_new ()" link="GSubprocess.html#g-subprocess-new" since="2.40"/>
<keyword type="function" name="g_subprocess_newv ()" link="GSubprocess.html#g-subprocess-newv" since="2.40"/>
<keyword type="function" name="g_subprocess_get_identifier ()" link="GSubprocess.html#g-subprocess-get-identifier"/>
<keyword type="function" name="g_subprocess_get_stdin_pipe ()" link="GSubprocess.html#g-subprocess-get-stdin-pipe" since="2.40"/>
<keyword type="function" name="g_subprocess_get_stdout_pipe ()" link="GSubprocess.html#g-subprocess-get-stdout-pipe" since="2.40"/>
<keyword type="function" name="g_subprocess_get_stderr_pipe ()" link="GSubprocess.html#g-subprocess-get-stderr-pipe" since="2.40"/>
<keyword type="function" name="g_subprocess_wait ()" link="GSubprocess.html#g-subprocess-wait" since="2.40"/>
<keyword type="function" name="g_subprocess_wait_async ()" link="GSubprocess.html#g-subprocess-wait-async" since="2.40"/>
<keyword type="function" name="g_subprocess_wait_finish ()" link="GSubprocess.html#g-subprocess-wait-finish" since="2.40"/>
<keyword type="function" name="g_subprocess_wait_check ()" link="GSubprocess.html#g-subprocess-wait-check" since="2.40"/>
<keyword type="function" name="g_subprocess_wait_check_async ()" link="GSubprocess.html#g-subprocess-wait-check-async" since="2.40"/>
<keyword type="function" name="g_subprocess_wait_check_finish ()" link="GSubprocess.html#g-subprocess-wait-check-finish" since="2.40"/>
<keyword type="function" name="g_subprocess_get_successful ()" link="GSubprocess.html#g-subprocess-get-successful" since="2.40"/>
<keyword type="function" name="g_subprocess_get_if_exited ()" link="GSubprocess.html#g-subprocess-get-if-exited" since="2.40"/>
<keyword type="function" name="g_subprocess_get_exit_status ()" link="GSubprocess.html#g-subprocess-get-exit-status" since="2.40"/>
<keyword type="function" name="g_subprocess_get_if_signaled ()" link="GSubprocess.html#g-subprocess-get-if-signaled" since="2.40"/>
<keyword type="function" name="g_subprocess_get_term_sig ()" link="GSubprocess.html#g-subprocess-get-term-sig" since="2.40"/>
<keyword type="function" name="g_subprocess_get_status ()" link="GSubprocess.html#g-subprocess-get-status" since="2.40"/>
<keyword type="function" name="g_subprocess_send_signal ()" link="GSubprocess.html#g-subprocess-send-signal" since="2.40"/>
<keyword type="function" name="g_subprocess_force_exit ()" link="GSubprocess.html#g-subprocess-force-exit" since="2.40"/>
<keyword type="function" name="g_subprocess_communicate ()" link="GSubprocess.html#g-subprocess-communicate" since="2.40"/>
<keyword type="function" name="g_subprocess_communicate_async ()" link="GSubprocess.html#g-subprocess-communicate-async"/>
<keyword type="function" name="g_subprocess_communicate_finish ()" link="GSubprocess.html#g-subprocess-communicate-finish"/>
<keyword type="function" name="g_subprocess_communicate_utf8 ()" link="GSubprocess.html#g-subprocess-communicate-utf8"/>
<keyword type="function" name="g_subprocess_communicate_utf8_async ()" link="GSubprocess.html#g-subprocess-communicate-utf8-async"/>
<keyword type="function" name="g_subprocess_communicate_utf8_finish ()" link="GSubprocess.html#g-subprocess-communicate-utf8-finish"/>
<keyword type="struct" name="GSubprocess" link="GSubprocess.html#GSubprocess-struct"/>
<keyword type="enum" name="enum GSubprocessFlags" link="GSubprocess.html#GSubprocessFlags" since="2.40"/>
<keyword type="property" name="The “argv” property" link="GSubprocess.html#GSubprocess--argv"/>
<keyword type="property" name="The “flags” property" link="GSubprocess.html#GSubprocess--flags"/>
<keyword type="function" name="g_subprocess_launcher_new ()" link="GSubprocessLauncher.html#g-subprocess-launcher-new" since="2.40"/>
<keyword type="function" name="g_subprocess_launcher_spawn ()" link="GSubprocessLauncher.html#g-subprocess-launcher-spawn" since="2.40"/>
<keyword type="function" name="g_subprocess_launcher_spawnv ()" link="GSubprocessLauncher.html#g-subprocess-launcher-spawnv" since="2.40"/>
<keyword type="function" name="g_subprocess_launcher_set_environ ()" link="GSubprocessLauncher.html#g-subprocess-launcher-set-environ" since="2.40"/>
<keyword type="function" name="g_subprocess_launcher_setenv ()" link="GSubprocessLauncher.html#g-subprocess-launcher-setenv" since="2.40"/>
<keyword type="function" name="g_subprocess_launcher_unsetenv ()" link="GSubprocessLauncher.html#g-subprocess-launcher-unsetenv" since="2.40"/>
<keyword type="function" name="g_subprocess_launcher_getenv ()" link="GSubprocessLauncher.html#g-subprocess-launcher-getenv" since="2.40"/>
<keyword type="function" name="g_subprocess_launcher_set_cwd ()" link="GSubprocessLauncher.html#g-subprocess-launcher-set-cwd" since="2.40"/>
<keyword type="function" name="g_subprocess_launcher_set_flags ()" link="GSubprocessLauncher.html#g-subprocess-launcher-set-flags" since="2.40"/>
<keyword type="function" name="g_subprocess_launcher_set_stdin_file_path ()" link="GSubprocessLauncher.html#g-subprocess-launcher-set-stdin-file-path" since="2.40"/>
<keyword type="function" name="g_subprocess_launcher_take_stdin_fd ()" link="GSubprocessLauncher.html#g-subprocess-launcher-take-stdin-fd" since="2.40"/>
<keyword type="function" name="g_subprocess_launcher_set_stdout_file_path ()" link="GSubprocessLauncher.html#g-subprocess-launcher-set-stdout-file-path" since="2.40"/>
<keyword type="function" name="g_subprocess_launcher_take_stdout_fd ()" link="GSubprocessLauncher.html#g-subprocess-launcher-take-stdout-fd" since="2.40"/>
<keyword type="function" name="g_subprocess_launcher_set_stderr_file_path ()" link="GSubprocessLauncher.html#g-subprocess-launcher-set-stderr-file-path" since="2.40"/>
<keyword type="function" name="g_subprocess_launcher_take_stderr_fd ()" link="GSubprocessLauncher.html#g-subprocess-launcher-take-stderr-fd" since="2.40"/>
<keyword type="function" name="g_subprocess_launcher_take_fd ()" link="GSubprocessLauncher.html#g-subprocess-launcher-take-fd"/>
<keyword type="function" name="g_subprocess_launcher_set_child_setup ()" link="GSubprocessLauncher.html#g-subprocess-launcher-set-child-setup" since="2.40"/>
<keyword type="struct" name="GSubprocessLauncher" link="GSubprocessLauncher.html#GSubprocessLauncher-struct"/>
<keyword type="property" name="The “flags” property" link="GSubprocessLauncher.html#GSubprocessLauncher--flags"/>
<keyword type="function" name="GSocketSourceFunc ()" link="GSocket.html#GSocketSourceFunc" 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_receive_messages ()" link="GSocket.html#g-socket-receive-messages" since="2.48"/>
<keyword type="function" name="g_socket_receive_with_blocking ()" link="GSocket.html#g-socket-receive-with-blocking" since="2.26"/>
<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_send_messages ()" link="GSocket.html#g-socket-send-messages" since="2.44"/>
<keyword type="function" name="g_socket_send_with_blocking ()" link="GSocket.html#g-socket-send-with-blocking" since="2.26"/>
<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_condition_timed_wait ()" link="GSocket.html#g-socket-condition-timed-wait" since="2.32"/>
<keyword type="function" name="g_socket_get_available_bytes ()" link="GSocket.html#g-socket-get-available-bytes" since="2.32"/>
<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_timeout ()" link="GSocket.html#g-socket-get-timeout" since="2.26"/>
<keyword type="function" name="g_socket_set_timeout ()" link="GSocket.html#g-socket-set-timeout" since="2.26"/>
<keyword type="function" name="g_socket_set_ttl ()" link="GSocket.html#g-socket-set-ttl" since="2.32"/>
<keyword type="function" name="g_socket_get_ttl ()" link="GSocket.html#g-socket-get-ttl" since="2.32"/>
<keyword type="function" name="g_socket_get_broadcast ()" link="GSocket.html#g-socket-get-broadcast" since="2.32"/>
<keyword type="function" name="g_socket_set_broadcast ()" link="GSocket.html#g-socket-set-broadcast" since="2.32"/>
<keyword type="function" name="g_socket_get_option ()" link="GSocket.html#g-socket-get-option" since="2.36"/>
<keyword type="function" name="g_socket_set_option ()" link="GSocket.html#g-socket-set-option" since="2.36"/>
<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="function" name="g_socket_get_credentials ()" link="GSocket.html#g-socket-get-credentials" since="2.26"/>
<keyword type="function" name="g_socket_join_multicast_group ()" link="GSocket.html#g-socket-join-multicast-group" since="2.32"/>
<keyword type="function" name="g_socket_leave_multicast_group ()" link="GSocket.html#g-socket-leave-multicast-group" since="2.32"/>
<keyword type="function" name="g_socket_get_multicast_loopback ()" link="GSocket.html#g-socket-get-multicast-loopback" since="2.32"/>
<keyword type="function" name="g_socket_set_multicast_loopback ()" link="GSocket.html#g-socket-set-multicast-loopback" since="2.32"/>
<keyword type="function" name="g_socket_get_multicast_ttl ()" link="GSocket.html#g-socket-get-multicast-ttl" since="2.32"/>
<keyword type="function" name="g_socket_set_multicast_ttl ()" link="GSocket.html#g-socket-set-multicast-ttl" since="2.32"/>
<keyword type="struct" name="GSocket" link="GSocket.html#GSocket-struct"/>
<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="struct GInputVector" link="GSocket.html#GInputVector" since="2.22"/>
<keyword type="struct" name="struct GInputMessage" link="GSocket.html#GInputMessage" since="2.48"/>
<keyword type="struct" name="struct GOutputVector" link="GSocket.html#GOutputVector" since="2.22"/>
<keyword type="struct" name="struct GOutputMessage" link="GSocket.html#GOutputMessage" since="2.44"/>
<keyword type="property" name="The “blocking” property" link="GSocket.html#GSocket--blocking"/>
<keyword type="property" name="The “broadcast” property" link="GSocket.html#GSocket--broadcast"/>
<keyword type="property" name="The “family” property" link="GSocket.html#GSocket--family"/>
<keyword type="property" name="The “fd” property" link="GSocket.html#GSocket--fd"/>
<keyword type="property" name="The “keepalive” property" link="GSocket.html#GSocket--keepalive"/>
<keyword type="property" name="The “listen-backlog” property" link="GSocket.html#GSocket--listen-backlog"/>
<keyword type="property" name="The “local-address” property" link="GSocket.html#GSocket--local-address"/>
<keyword type="property" name="The “multicast-loopback” property" link="GSocket.html#GSocket--multicast-loopback"/>
<keyword type="property" name="The “multicast-ttl” property" link="GSocket.html#GSocket--multicast-ttl"/>
<keyword type="property" name="The “protocol” property" link="GSocket.html#GSocket--protocol"/>
<keyword type="property" name="The “remote-address” property" link="GSocket.html#GSocket--remote-address"/>
<keyword type="property" name="The “timeout” property" link="GSocket.html#GSocket--timeout"/>
<keyword type="property" name="The “ttl” property" link="GSocket.html#GSocket--ttl"/>
<keyword type="property" name="The “type” property" link="GSocket.html#GSocket--type"/>
<keyword type="function" name="GDatagramBasedSourceFunc ()" link="GDatagramBased.html#GDatagramBasedSourceFunc" since="2.48"/>
<keyword type="function" name="g_datagram_based_receive_messages ()" link="GDatagramBased.html#g-datagram-based-receive-messages" since="2.48"/>
<keyword type="function" name="g_datagram_based_send_messages ()" link="GDatagramBased.html#g-datagram-based-send-messages" since="2.48"/>
<keyword type="function" name="g_datagram_based_create_source ()" link="GDatagramBased.html#g-datagram-based-create-source" since="2.48"/>
<keyword type="function" name="g_datagram_based_condition_check ()" link="GDatagramBased.html#g-datagram-based-condition-check" since="2.48"/>
<keyword type="function" name="g_datagram_based_condition_wait ()" link="GDatagramBased.html#g-datagram-based-condition-wait" since="2.48"/>
<keyword type="struct" name="GDatagramBased" link="GDatagramBased.html#GDatagramBased-struct"/>
<keyword type="struct" name="struct GDatagramBasedInterface" link="GDatagramBased.html#GDatagramBasedInterface" since="2.48"/>
<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_equal ()" link="GInetAddress.html#g-inet-address-equal" since="2.30"/>
<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="struct" name="GInetAddress" link="GInetAddress.html#GInetAddress-struct"/>
<keyword type="property" name="The “bytes” property" link="GInetAddress.html#GInetAddress--bytes"/>
<keyword type="property" name="The “family” property" link="GInetAddress.html#GInetAddress--family"/>
<keyword type="property" name="The “is-any” property" link="GInetAddress.html#GInetAddress--is-any"/>
<keyword type="property" name="The “is-link-local” property" link="GInetAddress.html#GInetAddress--is-link-local"/>
<keyword type="property" name="The “is-loopback” property" link="GInetAddress.html#GInetAddress--is-loopback"/>
<keyword type="property" name="The “is-mc-global” property" link="GInetAddress.html#GInetAddress--is-mc-global"/>
<keyword type="property" name="The “is-mc-link-local” property" link="GInetAddress.html#GInetAddress--is-mc-link-local"/>
<keyword type="property" name="The “is-mc-node-local” property" link="GInetAddress.html#GInetAddress--is-mc-node-local"/>
<keyword type="property" name="The “is-mc-org-local” property" link="GInetAddress.html#GInetAddress--is-mc-org-local"/>
<keyword type="property" name="The “is-mc-site-local” property" link="GInetAddress.html#GInetAddress--is-mc-site-local"/>
<keyword type="property" name="The “is-multicast” property" link="GInetAddress.html#GInetAddress--is-multicast"/>
<keyword type="property" name="The “is-site-local” property" link="GInetAddress.html#GInetAddress--is-site-local"/>
<keyword type="function" name="g_inet_address_mask_new ()" link="GInetAddressMask.html#g-inet-address-mask-new" since="2.32"/>
<keyword type="function" name="g_inet_address_mask_new_from_string ()" link="GInetAddressMask.html#g-inet-address-mask-new-from-string" since="2.32"/>
<keyword type="function" name="g_inet_address_mask_to_string ()" link="GInetAddressMask.html#g-inet-address-mask-to-string" since="2.32"/>
<keyword type="function" name="g_inet_address_mask_get_family ()" link="GInetAddressMask.html#g-inet-address-mask-get-family" since="2.32"/>
<keyword type="function" name="g_inet_address_mask_get_address ()" link="GInetAddressMask.html#g-inet-address-mask-get-address" since="2.32"/>
<keyword type="function" name="g_inet_address_mask_get_length ()" link="GInetAddressMask.html#g-inet-address-mask-get-length" since="2.32"/>
<keyword type="function" name="g_inet_address_mask_matches ()" link="GInetAddressMask.html#g-inet-address-mask-matches" since="2.32"/>
<keyword type="function" name="g_inet_address_mask_equal ()" link="GInetAddressMask.html#g-inet-address-mask-equal" since="2.32"/>
<keyword type="struct" name="GInetAddressMask" link="GInetAddressMask.html#GInetAddressMask-struct"/>
<keyword type="property" name="The “address” property" link="GInetAddressMask.html#GInetAddressMask--address"/>
<keyword type="property" name="The “family” property" link="GInetAddressMask.html#GInetAddressMask--family"/>
<keyword type="property" name="The “length” property" link="GInetAddressMask.html#GInetAddressMask--length"/>
<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="struct" name="GSocketAddress" link="GSocketAddress.html#GSocketAddress-struct"/>
<keyword type="enum" name="enum GSocketFamily" link="GSocketAddress.html#GSocketFamily" since="2.22"/>
<keyword type="property" name="The “family” property" link="GSocketAddress.html#GSocketAddress--family"/>
<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_new_from_string ()" link="GInetSocketAddress.html#g-inet-socket-address-new-from-string" since="2.40"/>
<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="function" name="g_inet_socket_address_get_flowinfo ()" link="GInetSocketAddress.html#g-inet-socket-address-get-flowinfo" since="2.32"/>
<keyword type="function" name="g_inet_socket_address_get_scope_id ()" link="GInetSocketAddress.html#g-inet-socket-address-get-scope-id" since="2.32"/>
<keyword type="struct" name="GInetSocketAddress" link="GInetSocketAddress.html#GInetSocketAddress-struct"/>
<keyword type="property" name="The “address” property" link="GInetSocketAddress.html#GInetSocketAddress--address"/>
<keyword type="property" name="The “flowinfo” property" link="GInetSocketAddress.html#GInetSocketAddress--flowinfo"/>
<keyword type="property" name="The “port” property" link="GInetSocketAddress.html#GInetSocketAddress--port"/>
<keyword type="property" name="The “scope-id” property" link="GInetSocketAddress.html#GInetSocketAddress--scope-id"/>
<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" deprecated="Use g_unix_socket_address_new_with_type()."/>
<keyword type="function" name="g_unix_socket_address_new_with_type ()" link="GUnixSocketAddress.html#g-unix-socket-address-new-with-type" since="2.26"/>
<keyword type="function" name="g_unix_socket_address_get_is_abstract ()" link="GUnixSocketAddress.html#g-unix-socket-address-get-is-abstract" deprecated="Use g_unix_socket_address_get_address_type()" since="2.22"/>
<keyword type="function" name="g_unix_socket_address_get_address_type ()" link="GUnixSocketAddress.html#g-unix-socket-address-get-address-type" since="2.26"/>
<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="struct" name="struct GUnixSocketAddress" link="GUnixSocketAddress.html#GUnixSocketAddress-struct"/>
<keyword type="enum" name="enum GUnixSocketAddressType" link="GUnixSocketAddress.html#GUnixSocketAddressType" since="2.26"/>
<keyword type="property" name="The “abstract” property" link="GUnixSocketAddress.html#GUnixSocketAddress--abstract"/>
<keyword type="property" name="The “address-type” property" link="GUnixSocketAddress.html#GUnixSocketAddress--address-type"/>
<keyword type="property" name="The “path” property" link="GUnixSocketAddress.html#GUnixSocketAddress--path"/>
<keyword type="property" name="The “path-as-array” property" link="GUnixSocketAddress.html#GUnixSocketAddress--path-as-array"/>
<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="GSocketControlMessage" link="GSocketControlMessage.html#GSocketControlMessage-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="GUnixFDList" link="GUnixFDList.html#GUnixFDList-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="struct" name="struct GUnixFDMessage" link="GUnixFDMessage.html#GUnixFDMessage-struct"/>
<keyword type="property" name="The “fd-list” property" link="GUnixFDMessage.html#GUnixFDMessage--fd-list"/>
<keyword type="function" name="g_credentials_new ()" link="GCredentials.html#g-credentials-new" since="2.26"/>
<keyword type="function" name="g_credentials_to_string ()" link="GCredentials.html#g-credentials-to-string" since="2.26"/>
<keyword type="function" name="g_credentials_get_native ()" link="GCredentials.html#g-credentials-get-native" since="2.26"/>
<keyword type="function" name="g_credentials_set_native ()" link="GCredentials.html#g-credentials-set-native" since="2.26"/>
<keyword type="function" name="g_credentials_is_same_user ()" link="GCredentials.html#g-credentials-is-same-user" since="2.26"/>
<keyword type="function" name="g_credentials_get_unix_user ()" link="GCredentials.html#g-credentials-get-unix-user" since="2.26"/>
<keyword type="function" name="g_credentials_set_unix_user ()" link="GCredentials.html#g-credentials-set-unix-user" since="2.26"/>
<keyword type="function" name="g_credentials_get_unix_pid ()" link="GCredentials.html#g-credentials-get-unix-pid" since="2.36"/>
<keyword type="struct" name="GCredentials" link="GCredentials.html#GCredentials-struct"/>
<keyword type="enum" name="enum GCredentialsType" link="GCredentials.html#GCredentialsType" since="2.26"/>
<keyword type="function" name="g_unix_credentials_message_new ()" link="GUnixCredentialsMessage.html#g-unix-credentials-message-new" since="2.26"/>
<keyword type="function" name="g_unix_credentials_message_new_with_credentials ()" link="GUnixCredentialsMessage.html#g-unix-credentials-message-new-with-credentials" since="2.26"/>
<keyword type="function" name="g_unix_credentials_message_get_credentials ()" link="GUnixCredentialsMessage.html#g-unix-credentials-message-get-credentials" since="2.26"/>
<keyword type="function" name="g_unix_credentials_message_is_supported ()" link="GUnixCredentialsMessage.html#g-unix-credentials-message-is-supported" since="2.26"/>
<keyword type="struct" name="GUnixCredentialsMessage" link="GUnixCredentialsMessage.html#GUnixCredentialsMessage-struct"/>
<keyword type="struct" name="struct GUnixCredentialsMessageClass" link="GUnixCredentialsMessage.html#GUnixCredentialsMessageClass" since="2.26"/>
<keyword type="property" name="The “credentials” property" link="GUnixCredentialsMessage.html#GUnixCredentialsMessage--credentials"/>
<keyword type="function" name="g_proxy_connect ()" link="GProxy.html#g-proxy-connect" since="2.26"/>
<keyword type="function" name="g_proxy_connect_async ()" link="GProxy.html#g-proxy-connect-async" since="2.26"/>
<keyword type="function" name="g_proxy_connect_finish ()" link="GProxy.html#g-proxy-connect-finish" since="2.26"/>
<keyword type="function" name="g_proxy_get_default_for_protocol ()" link="GProxy.html#g-proxy-get-default-for-protocol" since="2.26"/>
<keyword type="function" name="g_proxy_supports_hostname ()" link="GProxy.html#g-proxy-supports-hostname" since="2.26"/>
<keyword type="struct" name="GProxy" link="GProxy.html#GProxy-struct"/>
<keyword type="struct" name="struct GProxyInterface" link="GProxy.html#GProxyInterface" since="2.26"/>
<keyword type="macro" name="G_PROXY_EXTENSION_POINT_NAME" link="GProxy.html#G-PROXY-EXTENSION-POINT-NAME:CAPS" since="2.26"/>
<keyword type="function" name="g_proxy_address_get_destination_protocol ()" link="GProxyAddress.html#g-proxy-address-get-destination-protocol" since="2.34"/>
<keyword type="function" name="g_proxy_address_get_destination_hostname ()" link="GProxyAddress.html#g-proxy-address-get-destination-hostname" since="2.26"/>
<keyword type="function" name="g_proxy_address_get_destination_port ()" link="GProxyAddress.html#g-proxy-address-get-destination-port" since="2.26"/>
<keyword type="function" name="g_proxy_address_get_password ()" link="GProxyAddress.html#g-proxy-address-get-password" since="2.26"/>
<keyword type="function" name="g_proxy_address_get_protocol ()" link="GProxyAddress.html#g-proxy-address-get-protocol" since="2.26"/>
<keyword type="function" name="g_proxy_address_get_username ()" link="GProxyAddress.html#g-proxy-address-get-username" since="2.26"/>
<keyword type="function" name="g_proxy_address_get_uri ()" link="GProxyAddress.html#g-proxy-address-get-uri" since="2.34"/>
<keyword type="function" name="g_proxy_address_new ()" link="GProxyAddress.html#g-proxy-address-new" since="2.26"/>
<keyword type="struct" name="GProxyAddress" link="GProxyAddress.html#GProxyAddress-struct"/>
<keyword type="struct" name="struct GProxyAddressClass" link="GProxyAddress.html#GProxyAddressClass" since="2.26"/>
<keyword type="property" name="The “destination-hostname” property" link="GProxyAddress.html#GProxyAddress--destination-hostname"/>
<keyword type="property" name="The “destination-port” property" link="GProxyAddress.html#GProxyAddress--destination-port"/>
<keyword type="property" name="The “destination-protocol” property" link="GProxyAddress.html#GProxyAddress--destination-protocol"/>
<keyword type="property" name="The “password” property" link="GProxyAddress.html#GProxyAddress--password"/>
<keyword type="property" name="The “protocol” property" link="GProxyAddress.html#GProxyAddress--protocol"/>
<keyword type="property" name="The “uri” property" link="GProxyAddress.html#GProxyAddress--uri"/>
<keyword type="property" name="The “username” property" link="GProxyAddress.html#GProxyAddress--username"/>
<keyword type="function" name="g_networking_init ()" link="gio-gnetworking.h.html#g-networking-init" since="2.36"/>
<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_connect_to_uri ()" link="GSocketClient.html#g-socket-client-connect-to-uri" since="2.26"/>
<keyword type="function" name="g_socket_client_connect_to_uri_async ()" link="GSocketClient.html#g-socket-client-connect-to-uri-async" since="2.26"/>
<keyword type="function" name="g_socket_client_connect_to_uri_finish ()" link="GSocketClient.html#g-socket-client-connect-to-uri-finish" since="2.26"/>
<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_set_timeout ()" link="GSocketClient.html#g-socket-client-set-timeout" since="2.26"/>
<keyword type="function" name="g_socket_client_set_enable_proxy ()" link="GSocketClient.html#g-socket-client-set-enable-proxy" since="2.26"/>
<keyword type="function" name="g_socket_client_set_proxy_resolver ()" link="GSocketClient.html#g-socket-client-set-proxy-resolver" since="2.36"/>
<keyword type="function" name="g_socket_client_set_tls ()" link="GSocketClient.html#g-socket-client-set-tls" since="2.28"/>
<keyword type="function" name="g_socket_client_set_tls_validation_flags ()" link="GSocketClient.html#g-socket-client-set-tls-validation-flags" since="2.28"/>
<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="function" name="g_socket_client_get_timeout ()" link="GSocketClient.html#g-socket-client-get-timeout" since="2.26"/>
<keyword type="function" name="g_socket_client_get_enable_proxy ()" link="GSocketClient.html#g-socket-client-get-enable-proxy" since="2.26"/>
<keyword type="function" name="g_socket_client_get_proxy_resolver ()" link="GSocketClient.html#g-socket-client-get-proxy-resolver" since="2.36"/>
<keyword type="function" name="g_socket_client_get_tls ()" link="GSocketClient.html#g-socket-client-get-tls" since="2.28"/>
<keyword type="function" name="g_socket_client_get_tls_validation_flags ()" link="GSocketClient.html#g-socket-client-get-tls-validation-flags" since="2.28"/>
<keyword type="function" name="g_socket_client_add_application_proxy ()" link="GSocketClient.html#g-socket-client-add-application-proxy"/>
<keyword type="struct" name="GSocketClient" link="GSocketClient.html#GSocketClient-struct"/>
<keyword type="enum" name="enum GSocketClientEvent" link="GSocketClient.html#GSocketClientEvent" since="2.32"/>
<keyword type="property" name="The “enable-proxy” property" link="GSocketClient.html#GSocketClient--enable-proxy"/>
<keyword type="property" name="The “family” property" link="GSocketClient.html#GSocketClient--family"/>
<keyword type="property" name="The “local-address” property" link="GSocketClient.html#GSocketClient--local-address"/>
<keyword type="property" name="The “protocol” property" link="GSocketClient.html#GSocketClient--protocol"/>
<keyword type="property" name="The “proxy-resolver” property" link="GSocketClient.html#GSocketClient--proxy-resolver"/>
<keyword type="property" name="The “timeout” property" link="GSocketClient.html#GSocketClient--timeout"/>
<keyword type="property" name="The “tls” property" link="GSocketClient.html#GSocketClient--tls"/>
<keyword type="property" name="The “tls-validation-flags” property" link="GSocketClient.html#GSocketClient--tls-validation-flags"/>
<keyword type="property" name="The “type” property" link="GSocketClient.html#GSocketClient--type"/>
<keyword type="signal" name="The “event” signal" link="GSocketClient.html#GSocketClient-event"/>
<keyword type="function" name="g_socket_connection_connect ()" link="GSocketConnection.html#g-socket-connection-connect" since="2.32"/>
<keyword type="function" name="g_socket_connection_connect_async ()" link="GSocketConnection.html#g-socket-connection-connect-async" since="2.32"/>
<keyword type="function" name="g_socket_connection_connect_finish ()" link="GSocketConnection.html#g-socket-connection-connect-finish" since="2.32"/>
<keyword type="function" name="g_socket_connection_is_connected ()" link="GSocketConnection.html#g-socket-connection-is-connected" since="2.32"/>
<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="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="struct" name="GSocketConnection" link="GSocketConnection.html#GSocketConnection-struct"/>
<keyword type="property" name="The “socket” property" link="GSocketConnection.html#GSocketConnection--socket"/>
<keyword type="function" name="g_unix_connection_receive_fd ()" link="GUnixConnection.html#g-unix-connection-receive-fd" since="2.22"/>
<keyword type="function" name="g_unix_connection_send_fd ()" link="GUnixConnection.html#g-unix-connection-send-fd" since="2.22"/>
<keyword type="function" name="g_unix_connection_receive_credentials ()" link="GUnixConnection.html#g-unix-connection-receive-credentials" since="2.26"/>
<keyword type="function" name="g_unix_connection_receive_credentials_async ()" link="GUnixConnection.html#g-unix-connection-receive-credentials-async" since="2.32"/>
<keyword type="function" name="g_unix_connection_receive_credentials_finish ()" link="GUnixConnection.html#g-unix-connection-receive-credentials-finish" since="2.32"/>
<keyword type="function" name="g_unix_connection_send_credentials ()" link="GUnixConnection.html#g-unix-connection-send-credentials" since="2.26"/>
<keyword type="function" name="g_unix_connection_send_credentials_async ()" link="GUnixConnection.html#g-unix-connection-send-credentials-async" since="2.32"/>
<keyword type="function" name="g_unix_connection_send_credentials_finish ()" link="GUnixConnection.html#g-unix-connection-send-credentials-finish" since="2.32"/>
<keyword type="struct" name="struct GUnixConnection" link="GUnixConnection.html#GUnixConnection-struct"/>
<keyword type="function" name="g_tcp_connection_set_graceful_disconnect ()" link="GTcpConnection.html#g-tcp-connection-set-graceful-disconnect" since="2.22"/>
<keyword type="function" name="g_tcp_connection_get_graceful_disconnect ()" link="GTcpConnection.html#g-tcp-connection-get-graceful-disconnect" since="2.22"/>
<keyword type="struct" name="GTcpConnection" link="GTcpConnection.html#GTcpConnection-struct"/>
<keyword type="property" name="The “graceful-disconnect” property" link="GTcpConnection.html#GTcpConnection--graceful-disconnect"/>
<keyword type="function" name="g_tcp_wrapper_connection_new ()" link="GTcpWrapperConnection.html#g-tcp-wrapper-connection-new" since="2.28"/>
<keyword type="function" name="g_tcp_wrapper_connection_get_base_io_stream ()" link="GTcpWrapperConnection.html#g-tcp-wrapper-connection-get-base-io-stream"/>
<keyword type="struct" name="GTcpWrapperConnection" link="GTcpWrapperConnection.html#GTcpWrapperConnection-struct"/>
<keyword type="property" name="The “base-io-stream” property" link="GTcpWrapperConnection.html#GTcpWrapperConnection--base-io-stream"/>
<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="struct" name="GSocketListener" link="GSocketListener.html#GSocketListener-struct"/>
<keyword type="enum" name="enum GSocketListenerEvent" link="GSocketListener.html#GSocketListenerEvent" since="2.46"/>
<keyword type="property" name="The “listen-backlog” property" link="GSocketListener.html#GSocketListener--listen-backlog"/>
<keyword type="signal" name="The “event” signal" link="GSocketListener.html#GSocketListener-event"/>
<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="struct" name="GSocketService" link="GSocketService.html#GSocketService-struct"/>
<keyword type="property" name="The “active” property" link="GSocketService.html#GSocketService--active"/>
<keyword type="signal" name="The “incoming” signal" link="GSocketService.html#GSocketService-incoming"/>
<keyword type="function" name="g_threaded_socket_service_new ()" link="GThreadedSocketService.html#g-threaded-socket-service-new" since="2.22"/>
<keyword type="struct" name="GThreadedSocketService" link="GThreadedSocketService.html#GThreadedSocketService-struct"/>
<keyword type="property" name="The “max-threads” property" link="GThreadedSocketService.html#GThreadedSocketService--max-threads"/>
<keyword type="signal" name="The “run” signal" link="GThreadedSocketService.html#GThreadedSocketService-run"/>
<keyword type="function" name="g_network_monitor_get_default ()" link="GNetworkMonitor.html#g-network-monitor-get-default" since="2.32"/>
<keyword type="function" name="g_network_monitor_get_network_available ()" link="GNetworkMonitor.html#g-network-monitor-get-network-available" since="2.32"/>
<keyword type="function" name="g_network_monitor_get_network_metered ()" link="GNetworkMonitor.html#g-network-monitor-get-network-metered" since="2.46"/>
<keyword type="function" name="g_network_monitor_can_reach ()" link="GNetworkMonitor.html#g-network-monitor-can-reach" since="2.32"/>
<keyword type="function" name="g_network_monitor_can_reach_async ()" link="GNetworkMonitor.html#g-network-monitor-can-reach-async"/>
<keyword type="function" name="g_network_monitor_can_reach_finish ()" link="GNetworkMonitor.html#g-network-monitor-can-reach-finish"/>
<keyword type="function" name="g_network_monitor_get_connectivity ()" link="GNetworkMonitor.html#g-network-monitor-get-connectivity" since="2.44"/>
<keyword type="struct" name="GNetworkMonitor" link="GNetworkMonitor.html#GNetworkMonitor-struct"/>
<keyword type="struct" name="struct GNetworkMonitorInterface" link="GNetworkMonitor.html#GNetworkMonitorInterface" since="2.32"/>
<keyword type="macro" name="G_NETWORK_MONITOR_EXTENSION_POINT_NAME" link="GNetworkMonitor.html#G-NETWORK-MONITOR-EXTENSION-POINT-NAME:CAPS" since="2.30"/>
<keyword type="enum" name="enum GNetworkConnectivity" link="GNetworkMonitor.html#GNetworkConnectivity" since="2.44"/>
<keyword type="property" name="The “connectivity” property" link="GNetworkMonitor.html#GNetworkMonitor--connectivity"/>
<keyword type="property" name="The “network-available” property" link="GNetworkMonitor.html#GNetworkMonitor--network-available"/>
<keyword type="property" name="The “network-metered” property" link="GNetworkMonitor.html#GNetworkMonitor--network-metered"/>
<keyword type="signal" name="The “network-changed” signal" link="GNetworkMonitor.html#GNetworkMonitor-network-changed"/>
<keyword type="macro" name="G_TLS_ERROR" link="gio-TLS-Overview.html#G-TLS-ERROR:CAPS"/>
<keyword type="enum" name="enum GTlsError" link="gio-TLS-Overview.html#GTlsError" since="2.28"/>
<keyword type="enum" name="enum GTlsAuthenticationMode" link="gio-TLS-Overview.html#GTlsAuthenticationMode" since="2.28"/>
<keyword type="enum" name="enum GTlsCertificateFlags" link="gio-TLS-Overview.html#GTlsCertificateFlags" since="2.28"/>
<keyword type="function" name="g_tls_certificate_new_from_pem ()" link="GTlsCertificate.html#g-tls-certificate-new-from-pem" since="2.28"/>
<keyword type="function" name="g_tls_certificate_new_from_file ()" link="GTlsCertificate.html#g-tls-certificate-new-from-file" since="2.28"/>
<keyword type="function" name="g_tls_certificate_new_from_files ()" link="GTlsCertificate.html#g-tls-certificate-new-from-files" since="2.28"/>
<keyword type="function" name="g_tls_certificate_list_new_from_file ()" link="GTlsCertificate.html#g-tls-certificate-list-new-from-file" since="2.28"/>
<keyword type="function" name="g_tls_certificate_get_issuer ()" link="GTlsCertificate.html#g-tls-certificate-get-issuer" since="2.28"/>
<keyword type="function" name="g_tls_certificate_verify ()" link="GTlsCertificate.html#g-tls-certificate-verify" since="2.28"/>
<keyword type="function" name="g_tls_certificate_is_same ()" link="GTlsCertificate.html#g-tls-certificate-is-same" since="2.34"/>
<keyword type="struct" name="GTlsCertificate" link="GTlsCertificate.html#GTlsCertificate-struct"/>
<keyword type="property" name="The “certificate” property" link="GTlsCertificate.html#GTlsCertificate--certificate"/>
<keyword type="property" name="The “certificate-pem” property" link="GTlsCertificate.html#GTlsCertificate--certificate-pem"/>
<keyword type="property" name="The “issuer” property" link="GTlsCertificate.html#GTlsCertificate--issuer"/>
<keyword type="property" name="The “private-key” property" link="GTlsCertificate.html#GTlsCertificate--private-key"/>
<keyword type="property" name="The “private-key-pem” property" link="GTlsCertificate.html#GTlsCertificate--private-key-pem"/>
<keyword type="function" name="g_tls_connection_set_certificate ()" link="GTlsConnection.html#g-tls-connection-set-certificate" since="2.28"/>
<keyword type="function" name="g_tls_connection_get_certificate ()" link="GTlsConnection.html#g-tls-connection-get-certificate" since="2.28"/>
<keyword type="function" name="g_tls_connection_get_peer_certificate ()" link="GTlsConnection.html#g-tls-connection-get-peer-certificate" since="2.28"/>
<keyword type="function" name="g_tls_connection_get_peer_certificate_errors ()" link="GTlsConnection.html#g-tls-connection-get-peer-certificate-errors" since="2.28"/>
<keyword type="function" name="g_tls_connection_set_require_close_notify ()" link="GTlsConnection.html#g-tls-connection-set-require-close-notify" since="2.28"/>
<keyword type="function" name="g_tls_connection_get_require_close_notify ()" link="GTlsConnection.html#g-tls-connection-get-require-close-notify" since="2.28"/>
<keyword type="function" name="g_tls_connection_set_rehandshake_mode ()" link="GTlsConnection.html#g-tls-connection-set-rehandshake-mode" since="2.28"/>
<keyword type="function" name="g_tls_connection_get_rehandshake_mode ()" link="GTlsConnection.html#g-tls-connection-get-rehandshake-mode" since="2.28"/>
<keyword type="function" name="g_tls_connection_set_use_system_certdb ()" link="GTlsConnection.html#g-tls-connection-set-use-system-certdb" deprecated="2.30: Use g_tls_connection_set_database() instead"/>
<keyword type="function" name="g_tls_connection_get_use_system_certdb ()" link="GTlsConnection.html#g-tls-connection-get-use-system-certdb" deprecated="2.30: Use g_tls_connection_get_database() instead"/>
<keyword type="function" name="g_tls_connection_get_database ()" link="GTlsConnection.html#g-tls-connection-get-database" since="2.30"/>
<keyword type="function" name="g_tls_connection_set_database ()" link="GTlsConnection.html#g-tls-connection-set-database" since="2.30"/>
<keyword type="function" name="g_tls_connection_get_interaction ()" link="GTlsConnection.html#g-tls-connection-get-interaction" since="2.30"/>
<keyword type="function" name="g_tls_connection_set_interaction ()" link="GTlsConnection.html#g-tls-connection-set-interaction" since="2.30"/>
<keyword type="function" name="g_tls_connection_handshake ()" link="GTlsConnection.html#g-tls-connection-handshake" since="2.28"/>
<keyword type="function" name="g_tls_connection_handshake_async ()" link="GTlsConnection.html#g-tls-connection-handshake-async" since="2.28"/>
<keyword type="function" name="g_tls_connection_handshake_finish ()" link="GTlsConnection.html#g-tls-connection-handshake-finish" since="2.28"/>
<keyword type="function" name="g_tls_connection_emit_accept_certificate ()" link="GTlsConnection.html#g-tls-connection-emit-accept-certificate" since="2.28"/>
<keyword type="struct" name="GTlsConnection" link="GTlsConnection.html#GTlsConnection-struct"/>
<keyword type="enum" name="enum GTlsRehandshakeMode" link="GTlsConnection.html#GTlsRehandshakeMode" since="2.28"/>
<keyword type="property" name="The “base-io-stream” property" link="GTlsConnection.html#GTlsConnection--base-io-stream"/>
<keyword type="property" name="The “certificate” property" link="GTlsConnection.html#GTlsConnection--certificate"/>
<keyword type="property" name="The “database” property" link="GTlsConnection.html#GTlsConnection--database"/>
<keyword type="property" name="The “interaction” property" link="GTlsConnection.html#GTlsConnection--interaction"/>
<keyword type="property" name="The “peer-certificate” property" link="GTlsConnection.html#GTlsConnection--peer-certificate"/>
<keyword type="property" name="The “peer-certificate-errors” property" link="GTlsConnection.html#GTlsConnection--peer-certificate-errors"/>
<keyword type="property" name="The “rehandshake-mode” property" link="GTlsConnection.html#GTlsConnection--rehandshake-mode"/>
<keyword type="property" name="The “require-close-notify” property" link="GTlsConnection.html#GTlsConnection--require-close-notify"/>
<keyword type="property" name="The “use-system-certdb” property" link="GTlsConnection.html#GTlsConnection--use-system-certdb"/>
<keyword type="signal" name="The “accept-certificate” signal" link="GTlsConnection.html#GTlsConnection-accept-certificate"/>
<keyword type="function" name="g_tls_client_connection_new ()" link="GTlsClientConnection.html#g-tls-client-connection-new" since="2.28"/>
<keyword type="function" name="g_tls_client_connection_set_server_identity ()" link="GTlsClientConnection.html#g-tls-client-connection-set-server-identity" since="2.28"/>
<keyword type="function" name="g_tls_client_connection_get_server_identity ()" link="GTlsClientConnection.html#g-tls-client-connection-get-server-identity" since="2.28"/>
<keyword type="function" name="g_tls_client_connection_set_validation_flags ()" link="GTlsClientConnection.html#g-tls-client-connection-set-validation-flags" since="2.28"/>
<keyword type="function" name="g_tls_client_connection_get_validation_flags ()" link="GTlsClientConnection.html#g-tls-client-connection-get-validation-flags" since="2.28"/>
<keyword type="function" name="g_tls_client_connection_set_use_ssl3 ()" link="GTlsClientConnection.html#g-tls-client-connection-set-use-ssl3" since="2.28"/>
<keyword type="function" name="g_tls_client_connection_get_use_ssl3 ()" link="GTlsClientConnection.html#g-tls-client-connection-get-use-ssl3" since="2.28"/>
<keyword type="function" name="g_tls_client_connection_get_accepted_cas ()" link="GTlsClientConnection.html#g-tls-client-connection-get-accepted-cas" since="2.28"/>
<keyword type="function" name="g_tls_client_connection_copy_session_state ()" link="GTlsClientConnection.html#g-tls-client-connection-copy-session-state" since="2.46"/>
<keyword type="struct" name="GTlsClientConnection" link="GTlsClientConnection.html#GTlsClientConnection-struct"/>
<keyword type="struct" name="struct GTlsClientConnectionInterface" link="GTlsClientConnection.html#GTlsClientConnectionInterface" since="2.26"/>
<keyword type="property" name="The “accepted-cas” property" link="GTlsClientConnection.html#GTlsClientConnection--accepted-cas"/>
<keyword type="property" name="The “server-identity” property" link="GTlsClientConnection.html#GTlsClientConnection--server-identity"/>
<keyword type="property" name="The “use-ssl3” property" link="GTlsClientConnection.html#GTlsClientConnection--use-ssl3"/>
<keyword type="property" name="The “validation-flags” property" link="GTlsClientConnection.html#GTlsClientConnection--validation-flags"/>
<keyword type="function" name="g_tls_server_connection_new ()" link="GTlsServerConnection.html#g-tls-server-connection-new" since="2.28"/>
<keyword type="struct" name="GTlsServerConnection" link="GTlsServerConnection.html#GTlsServerConnection-struct"/>
<keyword type="struct" name="struct GTlsServerConnectionInterface" link="GTlsServerConnection.html#GTlsServerConnectionInterface" since="2.26"/>
<keyword type="property" name="The “authentication-mode” property" link="GTlsServerConnection.html#GTlsServerConnection--authentication-mode"/>
<keyword type="function" name="g_dtls_connection_set_certificate ()" link="GDtlsConnection.html#g-dtls-connection-set-certificate" since="2.48"/>
<keyword type="function" name="g_dtls_connection_get_certificate ()" link="GDtlsConnection.html#g-dtls-connection-get-certificate" since="2.48"/>
<keyword type="function" name="g_dtls_connection_get_peer_certificate ()" link="GDtlsConnection.html#g-dtls-connection-get-peer-certificate" since="2.48"/>
<keyword type="function" name="g_dtls_connection_get_peer_certificate_errors ()" link="GDtlsConnection.html#g-dtls-connection-get-peer-certificate-errors" since="2.48"/>
<keyword type="function" name="g_dtls_connection_set_require_close_notify ()" link="GDtlsConnection.html#g-dtls-connection-set-require-close-notify" since="2.48"/>
<keyword type="function" name="g_dtls_connection_get_require_close_notify ()" link="GDtlsConnection.html#g-dtls-connection-get-require-close-notify" since="2.48"/>
<keyword type="function" name="g_dtls_connection_set_rehandshake_mode ()" link="GDtlsConnection.html#g-dtls-connection-set-rehandshake-mode" since="2.48"/>
<keyword type="function" name="g_dtls_connection_get_rehandshake_mode ()" link="GDtlsConnection.html#g-dtls-connection-get-rehandshake-mode" since="2.48"/>
<keyword type="function" name="g_dtls_connection_get_database ()" link="GDtlsConnection.html#g-dtls-connection-get-database" since="2.48"/>
<keyword type="function" name="g_dtls_connection_set_database ()" link="GDtlsConnection.html#g-dtls-connection-set-database" since="2.48"/>
<keyword type="function" name="g_dtls_connection_get_interaction ()" link="GDtlsConnection.html#g-dtls-connection-get-interaction" since="2.48"/>
<keyword type="function" name="g_dtls_connection_set_interaction ()" link="GDtlsConnection.html#g-dtls-connection-set-interaction" since="2.48"/>
<keyword type="function" name="g_dtls_connection_handshake ()" link="GDtlsConnection.html#g-dtls-connection-handshake" since="2.48"/>
<keyword type="function" name="g_dtls_connection_handshake_async ()" link="GDtlsConnection.html#g-dtls-connection-handshake-async" since="2.48"/>
<keyword type="function" name="g_dtls_connection_handshake_finish ()" link="GDtlsConnection.html#g-dtls-connection-handshake-finish" since="2.48"/>
<keyword type="function" name="g_dtls_connection_shutdown ()" link="GDtlsConnection.html#g-dtls-connection-shutdown" since="2.48"/>
<keyword type="function" name="g_dtls_connection_shutdown_async ()" link="GDtlsConnection.html#g-dtls-connection-shutdown-async" since="2.48"/>
<keyword type="function" name="g_dtls_connection_shutdown_finish ()" link="GDtlsConnection.html#g-dtls-connection-shutdown-finish" since="2.48"/>
<keyword type="function" name="g_dtls_connection_close ()" link="GDtlsConnection.html#g-dtls-connection-close" since="2.48"/>
<keyword type="function" name="g_dtls_connection_close_async ()" link="GDtlsConnection.html#g-dtls-connection-close-async" since="2.48"/>
<keyword type="function" name="g_dtls_connection_close_finish ()" link="GDtlsConnection.html#g-dtls-connection-close-finish" since="2.48"/>
<keyword type="function" name="g_dtls_connection_emit_accept_certificate ()" link="GDtlsConnection.html#g-dtls-connection-emit-accept-certificate" since="2.48"/>
<keyword type="struct" name="GDtlsConnection" link="GDtlsConnection.html#GDtlsConnection-struct"/>
<keyword type="property" name="The “base-socket” property" link="GDtlsConnection.html#GDtlsConnection--base-socket"/>
<keyword type="property" name="The “certificate” property" link="GDtlsConnection.html#GDtlsConnection--certificate"/>
<keyword type="property" name="The “database” property" link="GDtlsConnection.html#GDtlsConnection--database"/>
<keyword type="property" name="The “interaction” property" link="GDtlsConnection.html#GDtlsConnection--interaction"/>
<keyword type="property" name="The “peer-certificate” property" link="GDtlsConnection.html#GDtlsConnection--peer-certificate"/>
<keyword type="property" name="The “peer-certificate-errors” property" link="GDtlsConnection.html#GDtlsConnection--peer-certificate-errors"/>
<keyword type="property" name="The “rehandshake-mode” property" link="GDtlsConnection.html#GDtlsConnection--rehandshake-mode"/>
<keyword type="property" name="The “require-close-notify” property" link="GDtlsConnection.html#GDtlsConnection--require-close-notify"/>
<keyword type="signal" name="The “accept-certificate” signal" link="GDtlsConnection.html#GDtlsConnection-accept-certificate"/>
<keyword type="function" name="g_dtls_client_connection_new ()" link="GDtlsClientConnection.html#g-dtls-client-connection-new" since="2.48"/>
<keyword type="function" name="g_dtls_client_connection_set_server_identity ()" link="GDtlsClientConnection.html#g-dtls-client-connection-set-server-identity" since="2.48"/>
<keyword type="function" name="g_dtls_client_connection_get_server_identity ()" link="GDtlsClientConnection.html#g-dtls-client-connection-get-server-identity" since="2.48"/>
<keyword type="function" name="g_dtls_client_connection_set_validation_flags ()" link="GDtlsClientConnection.html#g-dtls-client-connection-set-validation-flags" since="2.48"/>
<keyword type="function" name="g_dtls_client_connection_get_validation_flags ()" link="GDtlsClientConnection.html#g-dtls-client-connection-get-validation-flags" since="2.48"/>
<keyword type="function" name="g_dtls_client_connection_get_accepted_cas ()" link="GDtlsClientConnection.html#g-dtls-client-connection-get-accepted-cas" since="2.48"/>
<keyword type="struct" name="GDtlsClientConnection" link="GDtlsClientConnection.html#GDtlsClientConnection-struct"/>
<keyword type="struct" name="struct GDtlsClientConnectionInterface" link="GDtlsClientConnection.html#GDtlsClientConnectionInterface" since="2.48"/>
<keyword type="property" name="The “accepted-cas” property" link="GDtlsClientConnection.html#GDtlsClientConnection--accepted-cas"/>
<keyword type="property" name="The “server-identity” property" link="GDtlsClientConnection.html#GDtlsClientConnection--server-identity"/>
<keyword type="property" name="The “validation-flags” property" link="GDtlsClientConnection.html#GDtlsClientConnection--validation-flags"/>
<keyword type="function" name="g_dtls_server_connection_new ()" link="GDtlsServerConnection.html#g-dtls-server-connection-new" since="2.48"/>
<keyword type="struct" name="GDtlsServerConnection" link="GDtlsServerConnection.html#GDtlsServerConnection-struct"/>
<keyword type="struct" name="struct GDtlsServerConnectionInterface" link="GDtlsServerConnection.html#GDtlsServerConnectionInterface" since="2.48"/>
<keyword type="property" name="The “authentication-mode” property" link="GDtlsServerConnection.html#GDtlsServerConnection--authentication-mode"/>
<keyword type="function" name="g_tls_backend_get_default ()" link="GTlsBackend.html#g-tls-backend-get-default" since="2.28"/>
<keyword type="function" name="g_tls_backend_supports_tls ()" link="GTlsBackend.html#g-tls-backend-supports-tls" since="2.28"/>
<keyword type="function" name="g_tls_backend_supports_dtls ()" link="GTlsBackend.html#g-tls-backend-supports-dtls" since="2.48"/>
<keyword type="function" name="g_tls_backend_get_default_database ()" link="GTlsBackend.html#g-tls-backend-get-default-database" since="2.30"/>
<keyword type="function" name="g_tls_backend_get_certificate_type ()" link="GTlsBackend.html#g-tls-backend-get-certificate-type" since="2.28"/>
<keyword type="function" name="g_tls_backend_get_client_connection_type ()" link="GTlsBackend.html#g-tls-backend-get-client-connection-type" since="2.28"/>
<keyword type="function" name="g_tls_backend_get_server_connection_type ()" link="GTlsBackend.html#g-tls-backend-get-server-connection-type" since="2.28"/>
<keyword type="function" name="g_tls_backend_get_dtls_client_connection_type ()" link="GTlsBackend.html#g-tls-backend-get-dtls-client-connection-type" since="2.48"/>
<keyword type="function" name="g_tls_backend_get_dtls_server_connection_type ()" link="GTlsBackend.html#g-tls-backend-get-dtls-server-connection-type" since="2.48"/>
<keyword type="function" name="g_tls_backend_get_file_database_type ()" link="GTlsBackend.html#g-tls-backend-get-file-database-type" since="2.30"/>
<keyword type="macro" name="G_TLS_BACKEND_EXTENSION_POINT_NAME" link="GTlsBackend.html#G-TLS-BACKEND-EXTENSION-POINT-NAME:CAPS"/>
<keyword type="struct" name="GTlsBackend" link="GTlsBackend.html#GTlsBackend-struct"/>
<keyword type="struct" name="struct GTlsBackendInterface" link="GTlsBackend.html#GTlsBackendInterface" since="2.28"/>
<keyword type="function" name="g_tls_database_verify_chain ()" link="GTlsDatabase.html#g-tls-database-verify-chain" since="2.30"/>
<keyword type="function" name="g_tls_database_verify_chain_async ()" link="GTlsDatabase.html#g-tls-database-verify-chain-async" since="2.30"/>
<keyword type="function" name="g_tls_database_verify_chain_finish ()" link="GTlsDatabase.html#g-tls-database-verify-chain-finish" since="2.30"/>
<keyword type="function" name="g_tls_database_lookup_certificate_issuer ()" link="GTlsDatabase.html#g-tls-database-lookup-certificate-issuer" since="2.30"/>
<keyword type="function" name="g_tls_database_lookup_certificate_issuer_async ()" link="GTlsDatabase.html#g-tls-database-lookup-certificate-issuer-async" since="2.30"/>
<keyword type="function" name="g_tls_database_lookup_certificate_issuer_finish ()" link="GTlsDatabase.html#g-tls-database-lookup-certificate-issuer-finish" since="2.30"/>
<keyword type="function" name="g_tls_database_lookup_certificates_issued_by ()" link="GTlsDatabase.html#g-tls-database-lookup-certificates-issued-by" since="2.30"/>
<keyword type="function" name="g_tls_database_lookup_certificates_issued_by_async ()" link="GTlsDatabase.html#g-tls-database-lookup-certificates-issued-by-async" since="2.30"/>
<keyword type="function" name="g_tls_database_lookup_certificates_issued_by_finish ()" link="GTlsDatabase.html#g-tls-database-lookup-certificates-issued-by-finish" since="2.30"/>
<keyword type="function" name="g_tls_database_create_certificate_handle ()" link="GTlsDatabase.html#g-tls-database-create-certificate-handle" since="2.30"/>
<keyword type="function" name="g_tls_database_lookup_certificate_for_handle ()" link="GTlsDatabase.html#g-tls-database-lookup-certificate-for-handle" since="2.30"/>
<keyword type="function" name="g_tls_database_lookup_certificate_for_handle_async ()" link="GTlsDatabase.html#g-tls-database-lookup-certificate-for-handle-async" since="2.30"/>
<keyword type="function" name="g_tls_database_lookup_certificate_for_handle_finish ()" link="GTlsDatabase.html#g-tls-database-lookup-certificate-for-handle-finish" since="2.30"/>
<keyword type="struct" name="GTlsDatabase" link="GTlsDatabase.html#GTlsDatabase-struct"/>
<keyword type="struct" name="struct GTlsDatabaseClass" link="GTlsDatabase.html#GTlsDatabaseClass" since="2.30"/>
<keyword type="enum" name="enum GTlsDatabaseVerifyFlags" link="GTlsDatabase.html#GTlsDatabaseVerifyFlags" since="2.30"/>
<keyword type="macro" name="G_TLS_DATABASE_PURPOSE_AUTHENTICATE_SERVER" link="GTlsDatabase.html#G-TLS-DATABASE-PURPOSE-AUTHENTICATE-SERVER:CAPS"/>
<keyword type="macro" name="G_TLS_DATABASE_PURPOSE_AUTHENTICATE_CLIENT" link="GTlsDatabase.html#G-TLS-DATABASE-PURPOSE-AUTHENTICATE-CLIENT:CAPS"/>
<keyword type="enum" name="enum GTlsDatabaseLookupFlags" link="GTlsDatabase.html#GTlsDatabaseLookupFlags" since="2.30"/>
<keyword type="function" name="g_tls_file_database_new ()" link="GTlsFileDatabase.html#g-tls-file-database-new" since="2.30"/>
<keyword type="struct" name="GTlsFileDatabase" link="GTlsFileDatabase.html#GTlsFileDatabase-struct"/>
<keyword type="struct" name="struct GTlsFileDatabaseInterface" link="GTlsFileDatabase.html#GTlsFileDatabaseInterface"/>
<keyword type="property" name="The “anchors” property" link="GTlsFileDatabase.html#GTlsFileDatabase--anchors"/>
<keyword type="function" name="g_tls_interaction_invoke_ask_password ()" link="GTlsInteraction.html#g-tls-interaction-invoke-ask-password" since="2.30"/>
<keyword type="function" name="g_tls_interaction_invoke_request_certificate ()" link="GTlsInteraction.html#g-tls-interaction-invoke-request-certificate" since="2.40"/>
<keyword type="function" name="g_tls_interaction_ask_password ()" link="GTlsInteraction.html#g-tls-interaction-ask-password" since="2.30"/>
<keyword type="function" name="g_tls_interaction_ask_password_async ()" link="GTlsInteraction.html#g-tls-interaction-ask-password-async" since="2.30"/>
<keyword type="function" name="g_tls_interaction_ask_password_finish ()" link="GTlsInteraction.html#g-tls-interaction-ask-password-finish" since="2.30"/>
<keyword type="function" name="g_tls_interaction_request_certificate ()" link="GTlsInteraction.html#g-tls-interaction-request-certificate" since="2.40"/>
<keyword type="function" name="g_tls_interaction_request_certificate_async ()" link="GTlsInteraction.html#g-tls-interaction-request-certificate-async" since="2.40"/>
<keyword type="function" name="g_tls_interaction_request_certificate_finish ()" link="GTlsInteraction.html#g-tls-interaction-request-certificate-finish" since="2.40"/>
<keyword type="struct" name="GTlsInteraction" link="GTlsInteraction.html#GTlsInteraction-struct"/>
<keyword type="enum" name="enum GTlsInteractionResult" link="GTlsInteraction.html#GTlsInteractionResult" since="2.30"/>
<keyword type="enum" name="enum GTlsCertificateRequestFlags" link="GTlsInteraction.html#GTlsCertificateRequestFlags" since="2.40"/>
<keyword type="struct" name="struct GTlsInteractionClass" link="GTlsInteraction.html#GTlsInteractionClass" since="2.30"/>
<keyword type="function" name="g_tls_password_new ()" link="GTlsPassword.html#g-tls-password-new"/>
<keyword type="function" name="g_tls_password_get_value ()" link="GTlsPassword.html#g-tls-password-get-value" since="2.30"/>
<keyword type="function" name="g_tls_password_set_value ()" link="GTlsPassword.html#g-tls-password-set-value" since="2.30"/>
<keyword type="function" name="g_tls_password_set_value_full ()" link="GTlsPassword.html#g-tls-password-set-value-full" since="2.30"/>
<keyword type="function" name="g_tls_password_get_description ()" link="GTlsPassword.html#g-tls-password-get-description" since="2.30"/>
<keyword type="function" name="g_tls_password_set_description ()" link="GTlsPassword.html#g-tls-password-set-description" since="2.30"/>
<keyword type="function" name="g_tls_password_get_flags ()" link="GTlsPassword.html#g-tls-password-get-flags" since="2.30"/>
<keyword type="function" name="g_tls_password_set_flags ()" link="GTlsPassword.html#g-tls-password-set-flags" since="2.30"/>
<keyword type="function" name="g_tls_password_get_warning ()" link="GTlsPassword.html#g-tls-password-get-warning" since="2.30"/>
<keyword type="function" name="g_tls_password_set_warning ()" link="GTlsPassword.html#g-tls-password-set-warning" since="2.30"/>
<keyword type="struct" name="GTlsPassword" link="GTlsPassword.html#GTlsPassword-struct"/>
<keyword type="struct" name="struct GTlsPasswordClass" link="GTlsPassword.html#GTlsPasswordClass"/>
<keyword type="enum" name="enum GTlsPasswordFlags" link="GTlsPassword.html#GTlsPasswordFlags" since="2.30"/>
<keyword type="property" name="The “description” property" link="GTlsPassword.html#GTlsPassword--description"/>
<keyword type="property" name="The “flags” property" link="GTlsPassword.html#GTlsPassword--flags"/>
<keyword type="property" name="The “warning” property" link="GTlsPassword.html#GTlsPassword--warning"/>
<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="function" name="g_resolver_lookup_records ()" link="GResolver.html#g-resolver-lookup-records" since="2.34"/>
<keyword type="function" name="g_resolver_lookup_records_async ()" link="GResolver.html#g-resolver-lookup-records-async" since="2.34"/>
<keyword type="function" name="g_resolver_lookup_records_finish ()" link="GResolver.html#g-resolver-lookup-records-finish" since="2.34"/>
<keyword type="struct" name="GResolver" link="GResolver.html#GResolver-struct"/>
<keyword type="enum" name="enum GResolverRecordType" link="GResolver.html#GResolverRecordType" since="2.34"/>
<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 “reload” signal" link="GResolver.html#GResolver-reload"/>
<keyword type="function" name="g_proxy_resolver_get_default ()" link="GProxyResolver.html#g-proxy-resolver-get-default" since="2.26"/>
<keyword type="function" name="g_proxy_resolver_is_supported ()" link="GProxyResolver.html#g-proxy-resolver-is-supported" since="2.26"/>
<keyword type="function" name="g_proxy_resolver_lookup ()" link="GProxyResolver.html#g-proxy-resolver-lookup" since="2.26"/>
<keyword type="function" name="g_proxy_resolver_lookup_async ()" link="GProxyResolver.html#g-proxy-resolver-lookup-async" since="2.26"/>
<keyword type="function" name="g_proxy_resolver_lookup_finish ()" link="GProxyResolver.html#g-proxy-resolver-lookup-finish" since="2.26"/>
<keyword type="struct" name="GProxyResolver" link="GProxyResolver.html#GProxyResolver-struct"/>
<keyword type="struct" name="struct GProxyResolverInterface" link="GProxyResolver.html#GProxyResolverInterface"/>
<keyword type="macro" name="G_PROXY_RESOLVER_EXTENSION_POINT_NAME" link="GProxyResolver.html#G-PROXY-RESOLVER-EXTENSION-POINT-NAME:CAPS"/>
<keyword type="function" name="g_simple_proxy_resolver_new ()" link="GSimpleProxyResolver.html#g-simple-proxy-resolver-new" since="2.36"/>
<keyword type="function" name="g_simple_proxy_resolver_set_default_proxy ()" link="GSimpleProxyResolver.html#g-simple-proxy-resolver-set-default-proxy" since="2.36"/>
<keyword type="function" name="g_simple_proxy_resolver_set_ignore_hosts ()" link="GSimpleProxyResolver.html#g-simple-proxy-resolver-set-ignore-hosts" since="2.36"/>
<keyword type="function" name="g_simple_proxy_resolver_set_uri_proxy ()" link="GSimpleProxyResolver.html#g-simple-proxy-resolver-set-uri-proxy" since="2.36"/>
<keyword type="struct" name="struct GSimpleProxyResolver" link="GSimpleProxyResolver.html#GSimpleProxyResolver-struct"/>
<keyword type="property" name="The “default-proxy” property" link="GSimpleProxyResolver.html#GSimpleProxyResolver--default-proxy"/>
<keyword type="property" name="The “ignore-hosts” property" link="GSimpleProxyResolver.html#GSimpleProxyResolver--ignore-hosts"/>
<keyword type="function" name="g_socket_connectable_enumerate ()" link="GSocketConnectable.html#g-socket-connectable-enumerate" since="2.22"/>
<keyword type="function" name="g_socket_connectable_proxy_enumerate ()" link="GSocketConnectable.html#g-socket-connectable-proxy-enumerate" since="2.26"/>
<keyword type="function" name="g_socket_connectable_to_string ()" link="GSocketConnectable.html#g-socket-connectable-to-string" since="2.48"/>
<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="GSocketConnectable" link="GSocketConnectable.html#GSocketConnectable-struct"/>
<keyword type="struct" name="struct GSocketConnectableIface" link="GSocketConnectable.html#GSocketConnectableIface"/>
<keyword type="struct" name="GSocketAddressEnumerator" link="GSocketConnectable.html#GSocketAddressEnumerator-struct"/>
<keyword type="struct" name="GProxyAddressEnumerator" link="GSocketConnectable.html#GProxyAddressEnumerator-struct"/>
<keyword type="property" name="The “connectable” property" link="GSocketConnectable.html#GProxyAddressEnumerator--connectable"/>
<keyword type="property" name="The “default-port” property" link="GSocketConnectable.html#GProxyAddressEnumerator--default-port"/>
<keyword type="property" name="The “proxy-resolver” property" link="GSocketConnectable.html#GProxyAddressEnumerator--proxy-resolver"/>
<keyword type="property" name="The “uri” property" link="GSocketConnectable.html#GProxyAddressEnumerator--uri"/>
<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_new_loopback ()" link="GNetworkAddress.html#g-network-address-new-loopback" since="2.44"/>
<keyword type="function" name="g_network_address_parse ()" link="GNetworkAddress.html#g-network-address-parse" since="2.22"/>
<keyword type="function" name="g_network_address_parse_uri ()" link="GNetworkAddress.html#g-network-address-parse-uri" since="2.26"/>
<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_get_scheme ()" link="GNetworkAddress.html#g-network-address-get-scheme" since="2.26"/>
<keyword type="struct" name="GNetworkAddress" link="GNetworkAddress.html#GNetworkAddress-struct"/>
<keyword type="property" name="The “hostname” property" link="GNetworkAddress.html#GNetworkAddress--hostname"/>
<keyword type="property" name="The “port” property" link="GNetworkAddress.html#GNetworkAddress--port"/>
<keyword type="property" name="The “scheme” property" link="GNetworkAddress.html#GNetworkAddress--scheme"/>
<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="function" name="g_network_service_get_scheme ()" link="GNetworkService.html#g-network-service-get-scheme" since="2.26"/>
<keyword type="function" name="g_network_service_set_scheme ()" link="GNetworkService.html#g-network-service-set-scheme" since="2.26"/>
<keyword type="struct" name="GNetworkService" link="GNetworkService.html#GNetworkService-struct"/>
<keyword type="property" name="The “domain” property" link="GNetworkService.html#GNetworkService--domain"/>
<keyword type="property" name="The “protocol” property" link="GNetworkService.html#GNetworkService--protocol"/>
<keyword type="property" name="The “scheme” property" link="GNetworkService.html#GNetworkService--scheme"/>
<keyword type="property" name="The “service” property" link="GNetworkService.html#GNetworkService--service"/>
<keyword type="function" name="g_srv_target_new ()" link="GSrvTarget.html#g-srv-target-new" since="2.22"/>
<keyword type="function" name="g_srv_target_copy ()" link="GSrvTarget.html#g-srv-target-copy" since="2.22"/>
<keyword type="function" name="g_srv_target_free ()" link="GSrvTarget.html#g-srv-target-free" since="2.22"/>
<keyword type="function" name="g_srv_target_get_hostname ()" link="GSrvTarget.html#g-srv-target-get-hostname" since="2.22"/>
<keyword type="function" name="g_srv_target_get_port ()" link="GSrvTarget.html#g-srv-target-get-port" since="2.22"/>
<keyword type="function" name="g_srv_target_get_priority ()" link="GSrvTarget.html#g-srv-target-get-priority" since="2.22"/>
<keyword type="function" name="g_srv_target_get_weight ()" link="GSrvTarget.html#g-srv-target-get-weight" since="2.22"/>
<keyword type="function" name="g_srv_target_list_sort ()" link="GSrvTarget.html#g-srv-target-list-sort" since="2.22"/>
<keyword type="struct" name="GSrvTarget" link="GSrvTarget.html#GSrvTarget-struct"/>
<keyword type="function" name="g_dbus_generate_guid ()" link="gio-D-Bus-Utilities.html#g-dbus-generate-guid" since="2.26"/>
<keyword type="function" name="g_dbus_is_guid ()" link="gio-D-Bus-Utilities.html#g-dbus-is-guid" since="2.26"/>
<keyword type="function" name="g_dbus_is_name ()" link="gio-D-Bus-Utilities.html#g-dbus-is-name" since="2.26"/>
<keyword type="function" name="g_dbus_is_unique_name ()" link="gio-D-Bus-Utilities.html#g-dbus-is-unique-name" since="2.26"/>
<keyword type="function" name="g_dbus_is_member_name ()" link="gio-D-Bus-Utilities.html#g-dbus-is-member-name" since="2.26"/>
<keyword type="function" name="g_dbus_is_interface_name ()" link="gio-D-Bus-Utilities.html#g-dbus-is-interface-name" since="2.26"/>
<keyword type="function" name="g_dbus_gvalue_to_gvariant ()" link="gio-D-Bus-Utilities.html#g-dbus-gvalue-to-gvariant" since="2.30"/>
<keyword type="function" name="g_dbus_gvariant_to_gvalue ()" link="gio-D-Bus-Utilities.html#g-dbus-gvariant-to-gvalue" since="2.30"/>
<keyword type="function" name="g_dbus_is_address ()" link="gio-D-Bus-Addresses.html#g-dbus-is-address" since="2.26"/>
<keyword type="function" name="g_dbus_is_supported_address ()" link="gio-D-Bus-Addresses.html#g-dbus-is-supported-address" since="2.26"/>
<keyword type="function" name="g_dbus_address_get_stream ()" link="gio-D-Bus-Addresses.html#g-dbus-address-get-stream" since="2.26"/>
<keyword type="function" name="g_dbus_address_get_stream_finish ()" link="gio-D-Bus-Addresses.html#g-dbus-address-get-stream-finish" since="2.26"/>
<keyword type="function" name="g_dbus_address_get_stream_sync ()" link="gio-D-Bus-Addresses.html#g-dbus-address-get-stream-sync" since="2.26"/>
<keyword type="function" name="g_dbus_address_get_for_bus_sync ()" link="gio-D-Bus-Addresses.html#g-dbus-address-get-for-bus-sync" since="2.26"/>
<keyword type="function" name="g_dbus_address_escape_value ()" link="gio-D-Bus-Addresses.html#g-dbus-address-escape-value" since="2.36"/>
<keyword type="function" name="g_dbus_annotation_info_lookup ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-lookup" since="2.26"/>
<keyword type="function" name="g_dbus_interface_info_lookup_method ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-method" since="2.26"/>
<keyword type="function" name="g_dbus_interface_info_lookup_signal ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-signal" since="2.26"/>
<keyword type="function" name="g_dbus_interface_info_lookup_property ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-lookup-property" since="2.26"/>
<keyword type="function" name="g_dbus_interface_info_cache_build ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-cache-build" since="2.30"/>
<keyword type="function" name="g_dbus_interface_info_cache_release ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-cache-release" since="2.30"/>
<keyword type="function" name="g_dbus_interface_info_generate_xml ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-generate-xml" since="2.26"/>
<keyword type="function" name="g_dbus_node_info_new_for_xml ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-new-for-xml" since="2.26"/>
<keyword type="function" name="g_dbus_node_info_lookup_interface ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-lookup-interface" since="2.26"/>
<keyword type="function" name="g_dbus_node_info_generate_xml ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-generate-xml" since="2.26"/>
<keyword type="function" name="g_dbus_node_info_ref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-ref" since="2.26"/>
<keyword type="function" name="g_dbus_interface_info_ref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-ref" since="2.26"/>
<keyword type="function" name="g_dbus_method_info_ref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-method-info-ref" since="2.26"/>
<keyword type="function" name="g_dbus_signal_info_ref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-signal-info-ref" since="2.26"/>
<keyword type="function" name="g_dbus_property_info_ref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-property-info-ref" since="2.26"/>
<keyword type="function" name="g_dbus_arg_info_ref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-arg-info-ref" since="2.26"/>
<keyword type="function" name="g_dbus_annotation_info_ref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-ref" since="2.26"/>
<keyword type="function" name="g_dbus_node_info_unref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-node-info-unref" since="2.26"/>
<keyword type="function" name="g_dbus_interface_info_unref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-interface-info-unref" since="2.26"/>
<keyword type="function" name="g_dbus_method_info_unref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-method-info-unref" since="2.26"/>
<keyword type="function" name="g_dbus_signal_info_unref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-signal-info-unref" since="2.26"/>
<keyword type="function" name="g_dbus_property_info_unref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-property-info-unref" since="2.26"/>
<keyword type="function" name="g_dbus_arg_info_unref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-arg-info-unref" since="2.26"/>
<keyword type="function" name="g_dbus_annotation_info_unref ()" link="gio-D-Bus-Introspection-Data.html#g-dbus-annotation-info-unref" since="2.26"/>
<keyword type="struct" name="GDBusAnnotationInfo" link="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo-struct"/>
<keyword type="struct" name="GDBusArgInfo" link="gio-D-Bus-Introspection-Data.html#GDBusArgInfo-struct"/>
<keyword type="struct" name="GDBusMethodInfo" link="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo-struct"/>
<keyword type="struct" name="GDBusSignalInfo" link="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo-struct"/>
<keyword type="enum" name="enum GDBusPropertyInfoFlags" link="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfoFlags" since="2.26"/>
<keyword type="struct" name="GDBusPropertyInfo" link="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo-struct"/>
<keyword type="struct" name="GDBusInterfaceInfo" link="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo-struct"/>
<keyword type="struct" name="GDBusNodeInfo" link="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo-struct"/>
<keyword type="macro" name="G_TYPE_DBUS_NODE_INFO" link="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-NODE-INFO:CAPS" since="2.26"/>
<keyword type="macro" name="G_TYPE_DBUS_INTERFACE_INFO" link="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-INTERFACE-INFO:CAPS" since="2.26"/>
<keyword type="macro" name="G_TYPE_DBUS_METHOD_INFO" link="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-METHOD-INFO:CAPS" since="2.26"/>
<keyword type="macro" name="G_TYPE_DBUS_SIGNAL_INFO" link="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-SIGNAL-INFO:CAPS" since="2.26"/>
<keyword type="macro" name="G_TYPE_DBUS_PROPERTY_INFO" link="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-PROPERTY-INFO:CAPS" since="2.26"/>
<keyword type="macro" name="G_TYPE_DBUS_ARG_INFO" link="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-ARG-INFO:CAPS" since="2.26"/>
<keyword type="macro" name="G_TYPE_DBUS_ANNOTATION_INFO" link="gio-D-Bus-Introspection-Data.html#G-TYPE-DBUS-ANNOTATION-INFO:CAPS" since="2.26"/>
<keyword type="function" name="g_dbus_error_is_remote_error ()" link="gio-GDBusError.html#g-dbus-error-is-remote-error" since="2.26"/>
<keyword type="function" name="g_dbus_error_get_remote_error ()" link="gio-GDBusError.html#g-dbus-error-get-remote-error" since="2.26"/>
<keyword type="function" name="g_dbus_error_strip_remote_error ()" link="gio-GDBusError.html#g-dbus-error-strip-remote-error" since="2.26"/>
<keyword type="function" name="g_dbus_error_register_error_domain ()" link="gio-GDBusError.html#g-dbus-error-register-error-domain" since="2.26"/>
<keyword type="function" name="g_dbus_error_register_error ()" link="gio-GDBusError.html#g-dbus-error-register-error" since="2.26"/>
<keyword type="function" name="g_dbus_error_unregister_error ()" link="gio-GDBusError.html#g-dbus-error-unregister-error" since="2.26"/>
<keyword type="function" name="g_dbus_error_new_for_dbus_error ()" link="gio-GDBusError.html#g-dbus-error-new-for-dbus-error" since="2.26"/>
<keyword type="function" name="g_dbus_error_set_dbus_error ()" link="gio-GDBusError.html#g-dbus-error-set-dbus-error" since="2.26"/>
<keyword type="function" name="g_dbus_error_set_dbus_error_valist ()" link="gio-GDBusError.html#g-dbus-error-set-dbus-error-valist" since="2.26"/>
<keyword type="function" name="g_dbus_error_encode_gerror ()" link="gio-GDBusError.html#g-dbus-error-encode-gerror" since="2.26"/>
<keyword type="enum" name="enum GDBusError" link="gio-GDBusError.html#GDBusError" since="2.26"/>
<keyword type="macro" name="G_DBUS_ERROR" link="gio-GDBusError.html#G-DBUS-ERROR:CAPS" since="2.26"/>
<keyword type="struct" name="GDBusErrorEntry" link="gio-GDBusError.html#GDBusErrorEntry" since="2.26"/>
<keyword type="function" name="g_dbus_message_new ()" link="GDBusMessage.html#g-dbus-message-new" since="2.26"/>
<keyword type="function" name="g_dbus_message_new_signal ()" link="GDBusMessage.html#g-dbus-message-new-signal" since="2.26"/>
<keyword type="function" name="g_dbus_message_new_method_call ()" link="GDBusMessage.html#g-dbus-message-new-method-call" since="2.26"/>
<keyword type="function" name="g_dbus_message_new_method_reply ()" link="GDBusMessage.html#g-dbus-message-new-method-reply" since="2.26"/>
<keyword type="function" name="g_dbus_message_new_method_error ()" link="GDBusMessage.html#g-dbus-message-new-method-error" since="2.26"/>
<keyword type="function" name="g_dbus_message_new_method_error_valist ()" link="GDBusMessage.html#g-dbus-message-new-method-error-valist" since="2.26"/>
<keyword type="function" name="g_dbus_message_new_method_error_literal ()" link="GDBusMessage.html#g-dbus-message-new-method-error-literal" since="2.26"/>
<keyword type="function" name="g_dbus_message_print ()" link="GDBusMessage.html#g-dbus-message-print" since="2.26"/>
<keyword type="function" name="g_dbus_message_get_locked ()" link="GDBusMessage.html#g-dbus-message-get-locked" since="2.26"/>
<keyword type="function" name="g_dbus_message_lock ()" link="GDBusMessage.html#g-dbus-message-lock" since="2.26"/>
<keyword type="function" name="g_dbus_message_copy ()" link="GDBusMessage.html#g-dbus-message-copy" since="2.26"/>
<keyword type="function" name="g_dbus_message_get_byte_order ()" link="GDBusMessage.html#g-dbus-message-get-byte-order"/>
<keyword type="function" name="g_dbus_message_set_byte_order ()" link="GDBusMessage.html#g-dbus-message-set-byte-order"/>
<keyword type="function" name="g_dbus_message_get_message_type ()" link="GDBusMessage.html#g-dbus-message-get-message-type" since="2.26"/>
<keyword type="function" name="g_dbus_message_set_message_type ()" link="GDBusMessage.html#g-dbus-message-set-message-type" since="2.26"/>
<keyword type="function" name="g_dbus_message_get_serial ()" link="GDBusMessage.html#g-dbus-message-get-serial" since="2.26"/>
<keyword type="function" name="g_dbus_message_set_serial ()" link="GDBusMessage.html#g-dbus-message-set-serial" since="2.26"/>
<keyword type="function" name="g_dbus_message_get_flags ()" link="GDBusMessage.html#g-dbus-message-get-flags" since="2.26"/>
<keyword type="function" name="g_dbus_message_set_flags ()" link="GDBusMessage.html#g-dbus-message-set-flags" since="2.26"/>
<keyword type="function" name="g_dbus_message_get_body ()" link="GDBusMessage.html#g-dbus-message-get-body" since="2.26"/>
<keyword type="function" name="g_dbus_message_set_body ()" link="GDBusMessage.html#g-dbus-message-set-body" since="2.26"/>
<keyword type="function" name="g_dbus_message_get_unix_fd_list ()" link="GDBusMessage.html#g-dbus-message-get-unix-fd-list" since="2.26"/>
<keyword type="function" name="g_dbus_message_set_unix_fd_list ()" link="GDBusMessage.html#g-dbus-message-set-unix-fd-list" since="2.26"/>
<keyword type="function" name="g_dbus_message_get_num_unix_fds ()" link="GDBusMessage.html#g-dbus-message-get-num-unix-fds" since="2.26"/>
<keyword type="function" name="g_dbus_message_set_num_unix_fds ()" link="GDBusMessage.html#g-dbus-message-set-num-unix-fds" since="2.26"/>
<keyword type="function" name="g_dbus_message_get_header_fields ()" link="GDBusMessage.html#g-dbus-message-get-header-fields" since="2.26"/>
<keyword type="function" name="g_dbus_message_get_header ()" link="GDBusMessage.html#g-dbus-message-get-header" since="2.26"/>
<keyword type="function" name="g_dbus_message_set_header ()" link="GDBusMessage.html#g-dbus-message-set-header" since="2.26"/>
<keyword type="function" name="g_dbus_message_get_destination ()" link="GDBusMessage.html#g-dbus-message-get-destination" since="2.26"/>
<keyword type="function" name="g_dbus_message_set_destination ()" link="GDBusMessage.html#g-dbus-message-set-destination" since="2.26"/>
<keyword type="function" name="g_dbus_message_get_error_name ()" link="GDBusMessage.html#g-dbus-message-get-error-name" since="2.26"/>
<keyword type="function" name="g_dbus_message_set_error_name ()" link="GDBusMessage.html#g-dbus-message-set-error-name" since="2.26"/>
<keyword type="function" name="g_dbus_message_get_interface ()" link="GDBusMessage.html#g-dbus-message-get-interface" since="2.26"/>
<keyword type="function" name="g_dbus_message_set_interface ()" link="GDBusMessage.html#g-dbus-message-set-interface" since="2.26"/>
<keyword type="function" name="g_dbus_message_get_member ()" link="GDBusMessage.html#g-dbus-message-get-member" since="2.26"/>
<keyword type="function" name="g_dbus_message_set_member ()" link="GDBusMessage.html#g-dbus-message-set-member" since="2.26"/>
<keyword type="function" name="g_dbus_message_get_path ()" link="GDBusMessage.html#g-dbus-message-get-path" since="2.26"/>
<keyword type="function" name="g_dbus_message_set_path ()" link="GDBusMessage.html#g-dbus-message-set-path" since="2.26"/>
<keyword type="function" name="g_dbus_message_get_reply_serial ()" link="GDBusMessage.html#g-dbus-message-get-reply-serial" since="2.26"/>
<keyword type="function" name="g_dbus_message_set_reply_serial ()" link="GDBusMessage.html#g-dbus-message-set-reply-serial" since="2.26"/>
<keyword type="function" name="g_dbus_message_get_sender ()" link="GDBusMessage.html#g-dbus-message-get-sender" since="2.26"/>
<keyword type="function" name="g_dbus_message_set_sender ()" link="GDBusMessage.html#g-dbus-message-set-sender" since="2.26"/>
<keyword type="function" name="g_dbus_message_get_signature ()" link="GDBusMessage.html#g-dbus-message-get-signature" since="2.26"/>
<keyword type="function" name="g_dbus_message_set_signature ()" link="GDBusMessage.html#g-dbus-message-set-signature" since="2.26"/>
<keyword type="function" name="g_dbus_message_get_arg0 ()" link="GDBusMessage.html#g-dbus-message-get-arg0" since="2.26"/>
<keyword type="function" name="g_dbus_message_to_blob ()" link="GDBusMessage.html#g-dbus-message-to-blob" since="2.26"/>
<keyword type="function" name="g_dbus_message_bytes_needed ()" link="GDBusMessage.html#g-dbus-message-bytes-needed" since="2.26"/>
<keyword type="function" name="g_dbus_message_new_from_blob ()" link="GDBusMessage.html#g-dbus-message-new-from-blob" since="2.26"/>
<keyword type="function" name="g_dbus_message_to_gerror ()" link="GDBusMessage.html#g-dbus-message-to-gerror" since="2.26"/>
<keyword type="struct" name="GDBusMessage" link="GDBusMessage.html#GDBusMessage-struct"/>
<keyword type="enum" name="enum GDBusMessageType" link="GDBusMessage.html#GDBusMessageType" since="2.26"/>
<keyword type="enum" name="enum GDBusMessageFlags" link="GDBusMessage.html#GDBusMessageFlags" since="2.26"/>
<keyword type="enum" name="enum GDBusMessageHeaderField" link="GDBusMessage.html#GDBusMessageHeaderField" since="2.26"/>
<keyword type="enum" name="enum GDBusMessageByteOrder" link="GDBusMessage.html#GDBusMessageByteOrder" since="2.26"/>
<keyword type="property" name="The “locked” property" link="GDBusMessage.html#GDBusMessage--locked"/>
<keyword type="function" name="g_bus_get ()" link="GDBusConnection.html#g-bus-get" since="2.26"/>
<keyword type="function" name="g_bus_get_finish ()" link="GDBusConnection.html#g-bus-get-finish" since="2.26"/>
<keyword type="function" name="g_bus_get_sync ()" link="GDBusConnection.html#g-bus-get-sync" since="2.26"/>
<keyword type="function" name="g_dbus_connection_new ()" link="GDBusConnection.html#g-dbus-connection-new" since="2.26"/>
<keyword type="function" name="g_dbus_connection_new_finish ()" link="GDBusConnection.html#g-dbus-connection-new-finish" since="2.26"/>
<keyword type="function" name="g_dbus_connection_new_sync ()" link="GDBusConnection.html#g-dbus-connection-new-sync" since="2.26"/>
<keyword type="function" name="g_dbus_connection_new_for_address ()" link="GDBusConnection.html#g-dbus-connection-new-for-address" since="2.26"/>
<keyword type="function" name="g_dbus_connection_new_for_address_finish ()" link="GDBusConnection.html#g-dbus-connection-new-for-address-finish" since="2.26"/>
<keyword type="function" name="g_dbus_connection_new_for_address_sync ()" link="GDBusConnection.html#g-dbus-connection-new-for-address-sync" since="2.26"/>
<keyword type="function" name="g_dbus_connection_start_message_processing ()" link="GDBusConnection.html#g-dbus-connection-start-message-processing" since="2.26"/>
<keyword type="function" name="g_dbus_connection_close ()" link="GDBusConnection.html#g-dbus-connection-close" since="2.26"/>
<keyword type="function" name="g_dbus_connection_close_finish ()" link="GDBusConnection.html#g-dbus-connection-close-finish" since="2.26"/>
<keyword type="function" name="g_dbus_connection_close_sync ()" link="GDBusConnection.html#g-dbus-connection-close-sync" since="2.26"/>
<keyword type="function" name="g_dbus_connection_is_closed ()" link="GDBusConnection.html#g-dbus-connection-is-closed" since="2.26"/>
<keyword type="function" name="g_dbus_connection_flush ()" link="GDBusConnection.html#g-dbus-connection-flush" since="2.26"/>
<keyword type="function" name="g_dbus_connection_flush_finish ()" link="GDBusConnection.html#g-dbus-connection-flush-finish" since="2.26"/>
<keyword type="function" name="g_dbus_connection_flush_sync ()" link="GDBusConnection.html#g-dbus-connection-flush-sync" since="2.26"/>
<keyword type="function" name="g_dbus_connection_get_exit_on_close ()" link="GDBusConnection.html#g-dbus-connection-get-exit-on-close" since="2.26"/>
<keyword type="function" name="g_dbus_connection_set_exit_on_close ()" link="GDBusConnection.html#g-dbus-connection-set-exit-on-close" since="2.26"/>
<keyword type="function" name="g_dbus_connection_get_stream ()" link="GDBusConnection.html#g-dbus-connection-get-stream" since="2.26"/>
<keyword type="function" name="g_dbus_connection_get_guid ()" link="GDBusConnection.html#g-dbus-connection-get-guid" since="2.26"/>
<keyword type="function" name="g_dbus_connection_get_unique_name ()" link="GDBusConnection.html#g-dbus-connection-get-unique-name" since="2.26"/>
<keyword type="function" name="g_dbus_connection_get_capabilities ()" link="GDBusConnection.html#g-dbus-connection-get-capabilities" since="2.26"/>
<keyword type="function" name="g_dbus_connection_get_peer_credentials ()" link="GDBusConnection.html#g-dbus-connection-get-peer-credentials" since="2.26"/>
<keyword type="function" name="g_dbus_connection_get_last_serial ()" link="GDBusConnection.html#g-dbus-connection-get-last-serial" since="2.34"/>
<keyword type="function" name="g_dbus_connection_call ()" link="GDBusConnection.html#g-dbus-connection-call" since="2.26"/>
<keyword type="function" name="g_dbus_connection_call_finish ()" link="GDBusConnection.html#g-dbus-connection-call-finish" since="2.26"/>
<keyword type="function" name="g_dbus_connection_call_sync ()" link="GDBusConnection.html#g-dbus-connection-call-sync" since="2.26"/>
<keyword type="function" name="g_dbus_connection_call_with_unix_fd_list ()" link="GDBusConnection.html#g-dbus-connection-call-with-unix-fd-list" since="2.30"/>
<keyword type="function" name="g_dbus_connection_call_with_unix_fd_list_finish ()" link="GDBusConnection.html#g-dbus-connection-call-with-unix-fd-list-finish" since="2.30"/>
<keyword type="function" name="g_dbus_connection_call_with_unix_fd_list_sync ()" link="GDBusConnection.html#g-dbus-connection-call-with-unix-fd-list-sync" since="2.30"/>
<keyword type="function" name="g_dbus_connection_emit_signal ()" link="GDBusConnection.html#g-dbus-connection-emit-signal" since="2.26"/>
<keyword type="function" name="GDBusSignalCallback ()" link="GDBusConnection.html#GDBusSignalCallback" since="2.26"/>
<keyword type="function" name="g_dbus_connection_signal_subscribe ()" link="GDBusConnection.html#g-dbus-connection-signal-subscribe" since="2.26"/>
<keyword type="function" name="g_dbus_connection_signal_unsubscribe ()" link="GDBusConnection.html#g-dbus-connection-signal-unsubscribe" since="2.26"/>
<keyword type="function" name="g_dbus_connection_send_message ()" link="GDBusConnection.html#g-dbus-connection-send-message" since="2.26"/>
<keyword type="function" name="g_dbus_connection_send_message_with_reply ()" link="GDBusConnection.html#g-dbus-connection-send-message-with-reply" since="2.26"/>
<keyword type="function" name="g_dbus_connection_send_message_with_reply_finish ()" link="GDBusConnection.html#g-dbus-connection-send-message-with-reply-finish" since="2.26"/>
<keyword type="function" name="g_dbus_connection_send_message_with_reply_sync ()" link="GDBusConnection.html#g-dbus-connection-send-message-with-reply-sync" since="2.26"/>
<keyword type="function" name="GDBusMessageFilterFunction ()" link="GDBusConnection.html#GDBusMessageFilterFunction" since="2.26"/>
<keyword type="function" name="g_dbus_connection_add_filter ()" link="GDBusConnection.html#g-dbus-connection-add-filter" since="2.26"/>
<keyword type="function" name="g_dbus_connection_remove_filter ()" link="GDBusConnection.html#g-dbus-connection-remove-filter" since="2.26"/>
<keyword type="function" name="GDBusInterfaceMethodCallFunc ()" link="GDBusConnection.html#GDBusInterfaceMethodCallFunc" since="2.26"/>
<keyword type="function" name="GDBusInterfaceGetPropertyFunc ()" link="GDBusConnection.html#GDBusInterfaceGetPropertyFunc" since="2.26"/>
<keyword type="function" name="GDBusInterfaceSetPropertyFunc ()" link="GDBusConnection.html#GDBusInterfaceSetPropertyFunc" since="2.26"/>
<keyword type="function" name="g_dbus_connection_register_object ()" link="GDBusConnection.html#g-dbus-connection-register-object" since="2.26"/>
<keyword type="function" name="g_dbus_connection_unregister_object ()" link="GDBusConnection.html#g-dbus-connection-unregister-object" since="2.26"/>
<keyword type="function" name="g_dbus_connection_register_object_with_closures ()" link="GDBusConnection.html#g-dbus-connection-register-object-with-closures" since="2.46"/>
<keyword type="function" name="GDBusSubtreeEnumerateFunc ()" link="GDBusConnection.html#GDBusSubtreeEnumerateFunc" since="2.26"/>
<keyword type="function" name="GDBusSubtreeIntrospectFunc ()" link="GDBusConnection.html#GDBusSubtreeIntrospectFunc" since="2.26"/>
<keyword type="function" name="GDBusSubtreeDispatchFunc ()" link="GDBusConnection.html#GDBusSubtreeDispatchFunc" since="2.26"/>
<keyword type="function" name="g_dbus_connection_register_subtree ()" link="GDBusConnection.html#g-dbus-connection-register-subtree" since="2.26"/>
<keyword type="function" name="g_dbus_connection_unregister_subtree ()" link="GDBusConnection.html#g-dbus-connection-unregister-subtree" since="2.26"/>
<keyword type="enum" name="enum GBusType" link="GDBusConnection.html#GBusType" since="2.26"/>
<keyword type="struct" name="GDBusConnection" link="GDBusConnection.html#GDBusConnection-struct"/>
<keyword type="enum" name="enum GDBusConnectionFlags" link="GDBusConnection.html#GDBusConnectionFlags" since="2.26"/>
<keyword type="enum" name="enum GDBusCapabilityFlags" link="GDBusConnection.html#GDBusCapabilityFlags" since="2.26"/>
<keyword type="enum" name="enum GDBusCallFlags" link="GDBusConnection.html#GDBusCallFlags" since="2.26"/>
<keyword type="enum" name="enum GDBusSignalFlags" link="GDBusConnection.html#GDBusSignalFlags" since="2.26"/>
<keyword type="enum" name="enum GDBusSendMessageFlags" link="GDBusConnection.html#GDBusSendMessageFlags" since="2.26"/>
<keyword type="struct" name="GDBusInterfaceVTable" link="GDBusConnection.html#GDBusInterfaceVTable" since="2.26"/>
<keyword type="struct" name="GDBusSubtreeVTable" link="GDBusConnection.html#GDBusSubtreeVTable" since="2.26"/>
<keyword type="enum" name="enum GDBusSubtreeFlags" link="GDBusConnection.html#GDBusSubtreeFlags" since="2.26"/>
<keyword type="property" name="The “address” property" link="GDBusConnection.html#GDBusConnection--address"/>
<keyword type="property" name="The “authentication-observer” property" link="GDBusConnection.html#GDBusConnection--authentication-observer"/>
<keyword type="property" name="The “capabilities” property" link="GDBusConnection.html#GDBusConnection--capabilities"/>
<keyword type="property" name="The “closed” property" link="GDBusConnection.html#GDBusConnection--closed"/>
<keyword type="property" name="The “exit-on-close” property" link="GDBusConnection.html#GDBusConnection--exit-on-close"/>
<keyword type="property" name="The “flags” property" link="GDBusConnection.html#GDBusConnection--flags"/>
<keyword type="property" name="The “guid” property" link="GDBusConnection.html#GDBusConnection--guid"/>
<keyword type="property" name="The “stream” property" link="GDBusConnection.html#GDBusConnection--stream"/>
<keyword type="property" name="The “unique-name” property" link="GDBusConnection.html#GDBusConnection--unique-name"/>
<keyword type="signal" name="The “closed” signal" link="GDBusConnection.html#GDBusConnection-closed"/>
<keyword type="function" name="g_dbus_method_invocation_get_sender ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-sender" since="2.26"/>
<keyword type="function" name="g_dbus_method_invocation_get_object_path ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-object-path" since="2.26"/>
<keyword type="function" name="g_dbus_method_invocation_get_interface_name ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-interface-name" since="2.26"/>
<keyword type="function" name="g_dbus_method_invocation_get_method_name ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-method-name" since="2.26"/>
<keyword type="function" name="g_dbus_method_invocation_get_method_info ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-method-info" since="2.26"/>
<keyword type="function" name="g_dbus_method_invocation_get_property_info ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-property-info" since="2.38"/>
<keyword type="function" name="g_dbus_method_invocation_get_connection ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-connection" since="2.26"/>
<keyword type="function" name="g_dbus_method_invocation_get_message ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-message" since="2.26"/>
<keyword type="function" name="g_dbus_method_invocation_get_parameters ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-parameters" since="2.26"/>
<keyword type="function" name="g_dbus_method_invocation_get_user_data ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-get-user-data" since="2.26"/>
<keyword type="function" name="g_dbus_method_invocation_return_value ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-return-value" since="2.26"/>
<keyword type="function" name="g_dbus_method_invocation_return_error ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-return-error" since="2.26"/>
<keyword type="function" name="g_dbus_method_invocation_return_error_valist ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-return-error-valist" since="2.26"/>
<keyword type="function" name="g_dbus_method_invocation_return_error_literal ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-return-error-literal" since="2.26"/>
<keyword type="function" name="g_dbus_method_invocation_return_gerror ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-return-gerror" since="2.26"/>
<keyword type="function" name="g_dbus_method_invocation_return_dbus_error ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-return-dbus-error" since="2.26"/>
<keyword type="function" name="g_dbus_method_invocation_take_error ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-take-error" since="2.30"/>
<keyword type="function" name="g_dbus_method_invocation_return_value_with_unix_fd_list ()" link="GDBusMethodInvocation.html#g-dbus-method-invocation-return-value-with-unix-fd-list" since="2.30"/>
<keyword type="struct" name="GDBusMethodInvocation" link="GDBusMethodInvocation.html#GDBusMethodInvocation-struct"/>
<keyword type="function" name="g_dbus_server_new_sync ()" link="GDBusServer.html#g-dbus-server-new-sync" since="2.26"/>
<keyword type="function" name="g_dbus_server_start ()" link="GDBusServer.html#g-dbus-server-start" since="2.26"/>
<keyword type="function" name="g_dbus_server_stop ()" link="GDBusServer.html#g-dbus-server-stop" since="2.26"/>
<keyword type="function" name="g_dbus_server_is_active ()" link="GDBusServer.html#g-dbus-server-is-active" since="2.26"/>
<keyword type="function" name="g_dbus_server_get_guid ()" link="GDBusServer.html#g-dbus-server-get-guid" since="2.26"/>
<keyword type="function" name="g_dbus_server_get_flags ()" link="GDBusServer.html#g-dbus-server-get-flags" since="2.26"/>
<keyword type="function" name="g_dbus_server_get_client_address ()" link="GDBusServer.html#g-dbus-server-get-client-address" since="2.26"/>
<keyword type="struct" name="GDBusServer" link="GDBusServer.html#GDBusServer-struct"/>
<keyword type="enum" name="enum GDBusServerFlags" link="GDBusServer.html#GDBusServerFlags" since="2.26"/>
<keyword type="property" name="The “active” property" link="GDBusServer.html#GDBusServer--active"/>
<keyword type="property" name="The “address” property" link="GDBusServer.html#GDBusServer--address"/>
<keyword type="property" name="The “authentication-observer” property" link="GDBusServer.html#GDBusServer--authentication-observer"/>
<keyword type="property" name="The “client-address” property" link="GDBusServer.html#GDBusServer--client-address"/>
<keyword type="property" name="The “flags” property" link="GDBusServer.html#GDBusServer--flags"/>
<keyword type="property" name="The “guid” property" link="GDBusServer.html#GDBusServer--guid"/>
<keyword type="signal" name="The “new-connection” signal" link="GDBusServer.html#GDBusServer-new-connection"/>
<keyword type="function" name="g_dbus_auth_observer_new ()" link="GDBusAuthObserver.html#g-dbus-auth-observer-new" since="2.26"/>
<keyword type="function" name="g_dbus_auth_observer_authorize_authenticated_peer ()" link="GDBusAuthObserver.html#g-dbus-auth-observer-authorize-authenticated-peer" since="2.26"/>
<keyword type="function" name="g_dbus_auth_observer_allow_mechanism ()" link="GDBusAuthObserver.html#g-dbus-auth-observer-allow-mechanism" since="2.34"/>
<keyword type="struct" name="GDBusAuthObserver" link="GDBusAuthObserver.html#GDBusAuthObserver-struct"/>
<keyword type="signal" name="The “allow-mechanism” signal" link="GDBusAuthObserver.html#GDBusAuthObserver-allow-mechanism"/>
<keyword type="signal" name="The “authorize-authenticated-peer” signal" link="GDBusAuthObserver.html#GDBusAuthObserver-authorize-authenticated-peer"/>
<keyword type="function" name="GBusAcquiredCallback ()" link="gio-Owning-Bus-Names.html#GBusAcquiredCallback" since="2.26"/>
<keyword type="function" name="GBusNameAcquiredCallback ()" link="gio-Owning-Bus-Names.html#GBusNameAcquiredCallback" since="2.26"/>
<keyword type="function" name="GBusNameLostCallback ()" link="gio-Owning-Bus-Names.html#GBusNameLostCallback" since="2.26"/>
<keyword type="function" name="g_bus_own_name ()" link="gio-Owning-Bus-Names.html#g-bus-own-name" since="2.26"/>
<keyword type="function" name="g_bus_own_name_on_connection ()" link="gio-Owning-Bus-Names.html#g-bus-own-name-on-connection" since="2.26"/>
<keyword type="function" name="g_bus_unown_name ()" link="gio-Owning-Bus-Names.html#g-bus-unown-name" since="2.26"/>
<keyword type="function" name="g_bus_own_name_with_closures ()" link="gio-Owning-Bus-Names.html#g-bus-own-name-with-closures" since="2.26"/>
<keyword type="function" name="g_bus_own_name_on_connection_with_closures ()" link="gio-Owning-Bus-Names.html#g-bus-own-name-on-connection-with-closures" since="2.26"/>
<keyword type="enum" name="enum GBusNameOwnerFlags" link="gio-Owning-Bus-Names.html#GBusNameOwnerFlags" since="2.26"/>
<keyword type="function" name="GBusNameAppearedCallback ()" link="gio-Watching-Bus-Names.html#GBusNameAppearedCallback" since="2.26"/>
<keyword type="function" name="GBusNameVanishedCallback ()" link="gio-Watching-Bus-Names.html#GBusNameVanishedCallback" since="2.26"/>
<keyword type="function" name="g_bus_watch_name ()" link="gio-Watching-Bus-Names.html#g-bus-watch-name" since="2.26"/>
<keyword type="function" name="g_bus_watch_name_on_connection ()" link="gio-Watching-Bus-Names.html#g-bus-watch-name-on-connection" since="2.26"/>
<keyword type="function" name="g_bus_unwatch_name ()" link="gio-Watching-Bus-Names.html#g-bus-unwatch-name" since="2.26"/>
<keyword type="function" name="g_bus_watch_name_with_closures ()" link="gio-Watching-Bus-Names.html#g-bus-watch-name-with-closures" since="2.26"/>
<keyword type="function" name="g_bus_watch_name_on_connection_with_closures ()" link="gio-Watching-Bus-Names.html#g-bus-watch-name-on-connection-with-closures" since="2.26"/>
<keyword type="enum" name="enum GBusNameWatcherFlags" link="gio-Watching-Bus-Names.html#GBusNameWatcherFlags" since="2.26"/>
<keyword type="function" name="g_dbus_interface_get_info ()" link="GDBusInterface.html#g-dbus-interface-get-info" since="2.30"/>
<keyword type="function" name="g_dbus_interface_get_object ()" link="GDBusInterface.html#g-dbus-interface-get-object" since="2.30"/>
<keyword type="function" name="g_dbus_interface_dup_object ()" link="GDBusInterface.html#g-dbus-interface-dup-object" since="2.32"/>
<keyword type="function" name="g_dbus_interface_set_object ()" link="GDBusInterface.html#g-dbus-interface-set-object" since="2.30"/>
<keyword type="struct" name="GDBusInterface" link="GDBusInterface.html#GDBusInterface-struct"/>
<keyword type="struct" name="struct GDBusInterfaceIface" link="GDBusInterface.html#GDBusInterfaceIface" since="2.30"/>
<keyword type="function" name="g_dbus_interface_skeleton_flush ()" link="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-flush" since="2.30"/>
<keyword type="function" name="g_dbus_interface_skeleton_get_info ()" link="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-get-info" since="2.30"/>
<keyword type="function" name="g_dbus_interface_skeleton_get_vtable ()" link="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-get-vtable" since="2.30"/>
<keyword type="function" name="g_dbus_interface_skeleton_get_properties ()" link="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-get-properties" since="2.30"/>
<keyword type="function" name="g_dbus_interface_skeleton_export ()" link="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-export" since="2.30"/>
<keyword type="function" name="g_dbus_interface_skeleton_unexport ()" link="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-unexport" since="2.30"/>
<keyword type="function" name="g_dbus_interface_skeleton_unexport_from_connection ()" link="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-unexport-from-connection" since="2.32"/>
<keyword type="function" name="g_dbus_interface_skeleton_get_connection ()" link="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-get-connection" since="2.30"/>
<keyword type="function" name="g_dbus_interface_skeleton_get_connections ()" link="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-get-connections" since="2.32"/>
<keyword type="function" name="g_dbus_interface_skeleton_has_connection ()" link="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-has-connection" since="2.32"/>
<keyword type="function" name="g_dbus_interface_skeleton_get_object_path ()" link="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-get-object-path" since="2.30"/>
<keyword type="function" name="g_dbus_interface_skeleton_get_flags ()" link="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-get-flags" since="2.30"/>
<keyword type="function" name="g_dbus_interface_skeleton_set_flags ()" link="GDBusInterfaceSkeleton.html#g-dbus-interface-skeleton-set-flags" since="2.30"/>
<keyword type="struct" name="GDBusInterfaceSkeleton" link="GDBusInterfaceSkeleton.html#GDBusInterfaceSkeleton-struct"/>
<keyword type="struct" name="struct GDBusInterfaceSkeletonClass" link="GDBusInterfaceSkeleton.html#GDBusInterfaceSkeletonClass" since="2.30"/>
<keyword type="enum" name="enum GDBusInterfaceSkeletonFlags" link="GDBusInterfaceSkeleton.html#GDBusInterfaceSkeletonFlags" since="2.30"/>
<keyword type="property" name="The “g-flags” property" link="GDBusInterfaceSkeleton.html#GDBusInterfaceSkeleton--g-flags"/>
<keyword type="signal" name="The “g-authorize-method” signal" link="GDBusInterfaceSkeleton.html#GDBusInterfaceSkeleton-g-authorize-method"/>
<keyword type="function" name="g_dbus_proxy_new ()" link="GDBusProxy.html#g-dbus-proxy-new" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_new_finish ()" link="GDBusProxy.html#g-dbus-proxy-new-finish" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_new_sync ()" link="GDBusProxy.html#g-dbus-proxy-new-sync" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_new_for_bus ()" link="GDBusProxy.html#g-dbus-proxy-new-for-bus" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_new_for_bus_finish ()" link="GDBusProxy.html#g-dbus-proxy-new-for-bus-finish" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_new_for_bus_sync ()" link="GDBusProxy.html#g-dbus-proxy-new-for-bus-sync" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_get_flags ()" link="GDBusProxy.html#g-dbus-proxy-get-flags" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_get_connection ()" link="GDBusProxy.html#g-dbus-proxy-get-connection" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_get_name ()" link="GDBusProxy.html#g-dbus-proxy-get-name" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_get_name_owner ()" link="GDBusProxy.html#g-dbus-proxy-get-name-owner" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_get_object_path ()" link="GDBusProxy.html#g-dbus-proxy-get-object-path" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_get_interface_name ()" link="GDBusProxy.html#g-dbus-proxy-get-interface-name" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_get_default_timeout ()" link="GDBusProxy.html#g-dbus-proxy-get-default-timeout" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_set_default_timeout ()" link="GDBusProxy.html#g-dbus-proxy-set-default-timeout" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_get_cached_property ()" link="GDBusProxy.html#g-dbus-proxy-get-cached-property" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_set_cached_property ()" link="GDBusProxy.html#g-dbus-proxy-set-cached-property" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_get_cached_property_names ()" link="GDBusProxy.html#g-dbus-proxy-get-cached-property-names" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_set_interface_info ()" link="GDBusProxy.html#g-dbus-proxy-set-interface-info" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_get_interface_info ()" link="GDBusProxy.html#g-dbus-proxy-get-interface-info" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_call ()" link="GDBusProxy.html#g-dbus-proxy-call" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_call_finish ()" link="GDBusProxy.html#g-dbus-proxy-call-finish" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_call_sync ()" link="GDBusProxy.html#g-dbus-proxy-call-sync" since="2.26"/>
<keyword type="function" name="g_dbus_proxy_call_with_unix_fd_list ()" link="GDBusProxy.html#g-dbus-proxy-call-with-unix-fd-list" since="2.30"/>
<keyword type="function" name="g_dbus_proxy_call_with_unix_fd_list_finish ()" link="GDBusProxy.html#g-dbus-proxy-call-with-unix-fd-list-finish" since="2.30"/>
<keyword type="function" name="g_dbus_proxy_call_with_unix_fd_list_sync ()" link="GDBusProxy.html#g-dbus-proxy-call-with-unix-fd-list-sync" since="2.30"/>
<keyword type="enum" name="enum GDBusProxyFlags" link="GDBusProxy.html#GDBusProxyFlags" since="2.26"/>
<keyword type="struct" name="GDBusProxy" link="GDBusProxy.html#GDBusProxy-struct"/>
<keyword type="struct" name="struct GDBusProxyClass" link="GDBusProxy.html#GDBusProxyClass" since="2.26"/>
<keyword type="property" name="The “g-bus-type” property" link="GDBusProxy.html#GDBusProxy--g-bus-type"/>
<keyword type="property" name="The “g-connection” property" link="GDBusProxy.html#GDBusProxy--g-connection"/>
<keyword type="property" name="The “g-default-timeout” property" link="GDBusProxy.html#GDBusProxy--g-default-timeout"/>
<keyword type="property" name="The “g-flags” property" link="GDBusProxy.html#GDBusProxy--g-flags"/>
<keyword type="property" name="The “g-interface-info” property" link="GDBusProxy.html#GDBusProxy--g-interface-info"/>
<keyword type="property" name="The “g-interface-name” property" link="GDBusProxy.html#GDBusProxy--g-interface-name"/>
<keyword type="property" name="The “g-name” property" link="GDBusProxy.html#GDBusProxy--g-name"/>
<keyword type="property" name="The “g-name-owner” property" link="GDBusProxy.html#GDBusProxy--g-name-owner"/>
<keyword type="property" name="The “g-object-path” property" link="GDBusProxy.html#GDBusProxy--g-object-path"/>
<keyword type="signal" name="The “g-properties-changed” signal" link="GDBusProxy.html#GDBusProxy-g-properties-changed"/>
<keyword type="signal" name="The “g-signal” signal" link="GDBusProxy.html#GDBusProxy-g-signal"/>
<keyword type="function" name="g_dbus_object_get_object_path ()" link="GDBusObject.html#g-dbus-object-get-object-path" since="2.30"/>
<keyword type="function" name="g_dbus_object_get_interfaces ()" link="GDBusObject.html#g-dbus-object-get-interfaces" since="2.30"/>
<keyword type="function" name="g_dbus_object_get_interface ()" link="GDBusObject.html#g-dbus-object-get-interface" since="2.30"/>
<keyword type="struct" name="GDBusObject" link="GDBusObject.html#GDBusObject-struct"/>
<keyword type="struct" name="struct GDBusObjectIface" link="GDBusObject.html#GDBusObjectIface" since="2.30"/>
<keyword type="signal" name="The “interface-added” signal" link="GDBusObject.html#GDBusObject-interface-added"/>
<keyword type="signal" name="The “interface-removed” signal" link="GDBusObject.html#GDBusObject-interface-removed"/>
<keyword type="function" name="g_dbus_object_skeleton_new ()" link="GDBusObjectSkeleton.html#g-dbus-object-skeleton-new" since="2.30"/>
<keyword type="function" name="g_dbus_object_skeleton_flush ()" link="GDBusObjectSkeleton.html#g-dbus-object-skeleton-flush" since="2.30"/>
<keyword type="function" name="g_dbus_object_skeleton_add_interface ()" link="GDBusObjectSkeleton.html#g-dbus-object-skeleton-add-interface" since="2.30"/>
<keyword type="function" name="g_dbus_object_skeleton_remove_interface ()" link="GDBusObjectSkeleton.html#g-dbus-object-skeleton-remove-interface" since="2.30"/>
<keyword type="function" name="g_dbus_object_skeleton_remove_interface_by_name ()" link="GDBusObjectSkeleton.html#g-dbus-object-skeleton-remove-interface-by-name" since="2.30"/>
<keyword type="function" name="g_dbus_object_skeleton_set_object_path ()" link="GDBusObjectSkeleton.html#g-dbus-object-skeleton-set-object-path" since="2.30"/>
<keyword type="struct" name="GDBusObjectSkeleton" link="GDBusObjectSkeleton.html#GDBusObjectSkeleton-struct"/>
<keyword type="struct" name="struct GDBusObjectSkeletonClass" link="GDBusObjectSkeleton.html#GDBusObjectSkeletonClass" since="2.30"/>
<keyword type="property" name="The “g-object-path” property" link="GDBusObjectSkeleton.html#GDBusObjectSkeleton--g-object-path"/>
<keyword type="signal" name="The “authorize-method” signal" link="GDBusObjectSkeleton.html#GDBusObjectSkeleton-authorize-method"/>
<keyword type="function" name="g_dbus_object_proxy_new ()" link="GDBusObjectProxy.html#g-dbus-object-proxy-new" since="2.30"/>
<keyword type="function" name="g_dbus_object_proxy_get_connection ()" link="GDBusObjectProxy.html#g-dbus-object-proxy-get-connection" since="2.30"/>
<keyword type="struct" name="GDBusObjectProxy" link="GDBusObjectProxy.html#GDBusObjectProxy-struct"/>
<keyword type="struct" name="struct GDBusObjectProxyClass" link="GDBusObjectProxy.html#GDBusObjectProxyClass" since="2.30"/>
<keyword type="property" name="The “g-connection” property" link="GDBusObjectProxy.html#GDBusObjectProxy--g-connection"/>
<keyword type="property" name="The “g-object-path” property" link="GDBusObjectProxy.html#GDBusObjectProxy--g-object-path"/>
<keyword type="function" name="g_dbus_object_manager_get_object_path ()" link="GDBusObjectManager.html#g-dbus-object-manager-get-object-path" since="2.30"/>
<keyword type="function" name="g_dbus_object_manager_get_objects ()" link="GDBusObjectManager.html#g-dbus-object-manager-get-objects" since="2.30"/>
<keyword type="function" name="g_dbus_object_manager_get_object ()" link="GDBusObjectManager.html#g-dbus-object-manager-get-object" since="2.30"/>
<keyword type="function" name="g_dbus_object_manager_get_interface ()" link="GDBusObjectManager.html#g-dbus-object-manager-get-interface" since="2.30"/>
<keyword type="struct" name="GDBusObjectManager" link="GDBusObjectManager.html#GDBusObjectManager-struct"/>
<keyword type="struct" name="struct GDBusObjectManagerIface" link="GDBusObjectManager.html#GDBusObjectManagerIface" since="2.30"/>
<keyword type="signal" name="The “interface-added” signal" link="GDBusObjectManager.html#GDBusObjectManager-interface-added"/>
<keyword type="signal" name="The “interface-removed” signal" link="GDBusObjectManager.html#GDBusObjectManager-interface-removed"/>
<keyword type="signal" name="The “object-added” signal" link="GDBusObjectManager.html#GDBusObjectManager-object-added"/>
<keyword type="signal" name="The “object-removed” signal" link="GDBusObjectManager.html#GDBusObjectManager-object-removed"/>
<keyword type="function" name="g_dbus_object_manager_server_new ()" link="GDBusObjectManagerServer.html#g-dbus-object-manager-server-new" since="2.30"/>
<keyword type="function" name="g_dbus_object_manager_server_get_connection ()" link="GDBusObjectManagerServer.html#g-dbus-object-manager-server-get-connection" since="2.30"/>
<keyword type="function" name="g_dbus_object_manager_server_set_connection ()" link="GDBusObjectManagerServer.html#g-dbus-object-manager-server-set-connection"/>
<keyword type="function" name="g_dbus_object_manager_server_export ()" link="GDBusObjectManagerServer.html#g-dbus-object-manager-server-export" since="2.30"/>
<keyword type="function" name="g_dbus_object_manager_server_export_uniquely ()" link="GDBusObjectManagerServer.html#g-dbus-object-manager-server-export-uniquely" since="2.30"/>
<keyword type="function" name="g_dbus_object_manager_server_is_exported ()" link="GDBusObjectManagerServer.html#g-dbus-object-manager-server-is-exported" since="2.34"/>
<keyword type="function" name="g_dbus_object_manager_server_unexport ()" link="GDBusObjectManagerServer.html#g-dbus-object-manager-server-unexport" since="2.30"/>
<keyword type="struct" name="GDBusObjectManagerServer" link="GDBusObjectManagerServer.html#GDBusObjectManagerServer-struct"/>
<keyword type="struct" name="struct GDBusObjectManagerServerClass" link="GDBusObjectManagerServer.html#GDBusObjectManagerServerClass" since="2.30"/>
<keyword type="property" name="The “connection” property" link="GDBusObjectManagerServer.html#GDBusObjectManagerServer--connection"/>
<keyword type="property" name="The “object-path” property" link="GDBusObjectManagerServer.html#GDBusObjectManagerServer--object-path"/>
<keyword type="function" name="GDBusProxyTypeFunc ()" link="GDBusObjectManagerClient.html#GDBusProxyTypeFunc" since="2.30"/>
<keyword type="function" name="g_dbus_object_manager_client_new ()" link="GDBusObjectManagerClient.html#g-dbus-object-manager-client-new" since="2.30"/>
<keyword type="function" name="g_dbus_object_manager_client_new_finish ()" link="GDBusObjectManagerClient.html#g-dbus-object-manager-client-new-finish" since="2.30"/>
<keyword type="function" name="g_dbus_object_manager_client_new_sync ()" link="GDBusObjectManagerClient.html#g-dbus-object-manager-client-new-sync" since="2.30"/>
<keyword type="function" name="g_dbus_object_manager_client_new_for_bus ()" link="GDBusObjectManagerClient.html#g-dbus-object-manager-client-new-for-bus" since="2.30"/>
<keyword type="function" name="g_dbus_object_manager_client_new_for_bus_finish ()" link="GDBusObjectManagerClient.html#g-dbus-object-manager-client-new-for-bus-finish" since="2.30"/>
<keyword type="function" name="g_dbus_object_manager_client_new_for_bus_sync ()" link="GDBusObjectManagerClient.html#g-dbus-object-manager-client-new-for-bus-sync" since="2.30"/>
<keyword type="function" name="g_dbus_object_manager_client_get_connection ()" link="GDBusObjectManagerClient.html#g-dbus-object-manager-client-get-connection" since="2.30"/>
<keyword type="function" name="g_dbus_object_manager_client_get_flags ()" link="GDBusObjectManagerClient.html#g-dbus-object-manager-client-get-flags" since="2.30"/>
<keyword type="function" name="g_dbus_object_manager_client_get_name ()" link="GDBusObjectManagerClient.html#g-dbus-object-manager-client-get-name" since="2.30"/>
<keyword type="function" name="g_dbus_object_manager_client_get_name_owner ()" link="GDBusObjectManagerClient.html#g-dbus-object-manager-client-get-name-owner" since="2.30"/>
<keyword type="struct" name="GDBusObjectManagerClient" link="GDBusObjectManagerClient.html#GDBusObjectManagerClient-struct"/>
<keyword type="struct" name="struct GDBusObjectManagerClientClass" link="GDBusObjectManagerClient.html#GDBusObjectManagerClientClass" since="2.30"/>
<keyword type="enum" name="enum GDBusObjectManagerClientFlags" link="GDBusObjectManagerClient.html#GDBusObjectManagerClientFlags" since="2.30"/>
<keyword type="property" name="The “bus-type” property" link="GDBusObjectManagerClient.html#GDBusObjectManagerClient--bus-type"/>
<keyword type="property" name="The “connection” property" link="GDBusObjectManagerClient.html#GDBusObjectManagerClient--connection"/>
<keyword type="property" name="The “flags” property" link="GDBusObjectManagerClient.html#GDBusObjectManagerClient--flags"/>
<keyword type="property" name="The “get-proxy-type-destroy-notify” property" link="GDBusObjectManagerClient.html#GDBusObjectManagerClient--get-proxy-type-destroy-notify"/>
<keyword type="property" name="The “get-proxy-type-func” property" link="GDBusObjectManagerClient.html#GDBusObjectManagerClient--get-proxy-type-func"/>
<keyword type="property" name="The “get-proxy-type-user-data” property" link="GDBusObjectManagerClient.html#GDBusObjectManagerClient--get-proxy-type-user-data"/>
<keyword type="property" name="The “name” property" link="GDBusObjectManagerClient.html#GDBusObjectManagerClient--name"/>
<keyword type="property" name="The “name-owner” property" link="GDBusObjectManagerClient.html#GDBusObjectManagerClient--name-owner"/>
<keyword type="property" name="The “object-path” property" link="GDBusObjectManagerClient.html#GDBusObjectManagerClient--object-path"/>
<keyword type="signal" name="The “interface-proxy-properties-changed” signal" link="GDBusObjectManagerClient.html#GDBusObjectManagerClient-interface-proxy-properties-changed"/>
<keyword type="signal" name="The “interface-proxy-signal” signal" link="GDBusObjectManagerClient.html#GDBusObjectManagerClient-interface-proxy-signal"/>
<keyword type="function" name="g_settings_new ()" link="GSettings.html#g-settings-new" since="2.26"/>
<keyword type="function" name="g_settings_new_with_path ()" link="GSettings.html#g-settings-new-with-path" since="2.26"/>
<keyword type="function" name="g_settings_new_with_backend ()" link="GSettings.html#g-settings-new-with-backend" since="2.26"/>
<keyword type="function" name="g_settings_new_with_backend_and_path ()" link="GSettings.html#g-settings-new-with-backend-and-path" since="2.26"/>
<keyword type="function" name="g_settings_new_full ()" link="GSettings.html#g-settings-new-full" since="2.32"/>
<keyword type="function" name="g_settings_sync ()" link="GSettings.html#g-settings-sync"/>
<keyword type="function" name="g_settings_get_value ()" link="GSettings.html#g-settings-get-value" since="2.26"/>
<keyword type="function" name="g_settings_set_value ()" link="GSettings.html#g-settings-set-value" since="2.26"/>
<keyword type="function" name="g_settings_is_writable ()" link="GSettings.html#g-settings-is-writable" since="2.26"/>
<keyword type="function" name="g_settings_delay ()" link="GSettings.html#g-settings-delay" since="2.26"/>
<keyword type="function" name="g_settings_apply ()" link="GSettings.html#g-settings-apply"/>
<keyword type="function" name="g_settings_revert ()" link="GSettings.html#g-settings-revert"/>
<keyword type="function" name="g_settings_get_has_unapplied ()" link="GSettings.html#g-settings-get-has-unapplied" since="2.26"/>
<keyword type="function" name="g_settings_get_child ()" link="GSettings.html#g-settings-get-child" since="2.26"/>
<keyword type="function" name="g_settings_reset ()" link="GSettings.html#g-settings-reset"/>
<keyword type="function" name="g_settings_get_user_value ()" link="GSettings.html#g-settings-get-user-value" since="2.40"/>
<keyword type="function" name="g_settings_get_default_value ()" link="GSettings.html#g-settings-get-default-value" since="2.40"/>
<keyword type="function" name="g_settings_list_schemas ()" link="GSettings.html#g-settings-list-schemas" deprecated="" since="2.26"/>
<keyword type="function" name="g_settings_list_relocatable_schemas ()" link="GSettings.html#g-settings-list-relocatable-schemas" deprecated="2.40: Use g_settings_schema_source_list_schemas() instead" since="2.28"/>
<keyword type="function" name="g_settings_list_keys ()" link="GSettings.html#g-settings-list-keys" deprecated=""/>
<keyword type="function" name="g_settings_list_children ()" link="GSettings.html#g-settings-list-children"/>
<keyword type="function" name="g_settings_get_range ()" link="GSettings.html#g-settings-get-range" deprecated="2.40:Use g_settings_schema_key_get_range() instead." since="2.28"/>
<keyword type="function" name="g_settings_range_check ()" link="GSettings.html#g-settings-range-check" deprecated="2.40:Use g_settings_schema_key_range_check() instead." since="2.28"/>
<keyword type="function" name="g_settings_get ()" link="GSettings.html#g-settings-get" since="2.26"/>
<keyword type="function" name="g_settings_set ()" link="GSettings.html#g-settings-set" since="2.26"/>
<keyword type="function" name="g_settings_get_boolean ()" link="GSettings.html#g-settings-get-boolean" since="2.26"/>
<keyword type="function" name="g_settings_set_boolean ()" link="GSettings.html#g-settings-set-boolean" since="2.26"/>
<keyword type="function" name="g_settings_get_int ()" link="GSettings.html#g-settings-get-int" since="2.26"/>
<keyword type="function" name="g_settings_set_int ()" link="GSettings.html#g-settings-set-int" since="2.26"/>
<keyword type="function" name="g_settings_get_int64 ()" link="GSettings.html#g-settings-get-int64" since="2.50"/>
<keyword type="function" name="g_settings_set_int64 ()" link="GSettings.html#g-settings-set-int64" since="2.50"/>
<keyword type="function" name="g_settings_get_uint ()" link="GSettings.html#g-settings-get-uint" since="2.30"/>
<keyword type="function" name="g_settings_set_uint ()" link="GSettings.html#g-settings-set-uint" since="2.30"/>
<keyword type="function" name="g_settings_get_uint64 ()" link="GSettings.html#g-settings-get-uint64" since="2.50"/>
<keyword type="function" name="g_settings_set_uint64 ()" link="GSettings.html#g-settings-set-uint64" since="2.50"/>
<keyword type="function" name="g_settings_get_double ()" link="GSettings.html#g-settings-get-double" since="2.26"/>
<keyword type="function" name="g_settings_set_double ()" link="GSettings.html#g-settings-set-double" since="2.26"/>
<keyword type="function" name="g_settings_get_string ()" link="GSettings.html#g-settings-get-string" since="2.26"/>
<keyword type="function" name="g_settings_set_string ()" link="GSettings.html#g-settings-set-string" since="2.26"/>
<keyword type="function" name="g_settings_get_strv ()" link="GSettings.html#g-settings-get-strv" since="2.26"/>
<keyword type="function" name="g_settings_set_strv ()" link="GSettings.html#g-settings-set-strv" since="2.26"/>
<keyword type="function" name="g_settings_get_enum ()" link="GSettings.html#g-settings-get-enum" since="2.26"/>
<keyword type="function" name="g_settings_set_enum ()" link="GSettings.html#g-settings-set-enum"/>
<keyword type="function" name="g_settings_get_flags ()" link="GSettings.html#g-settings-get-flags" since="2.26"/>
<keyword type="function" name="g_settings_set_flags ()" link="GSettings.html#g-settings-set-flags"/>
<keyword type="function" name="GSettingsGetMapping ()" link="GSettings.html#GSettingsGetMapping"/>
<keyword type="function" name="g_settings_get_mapped ()" link="GSettings.html#g-settings-get-mapped"/>
<keyword type="function" name="g_settings_bind ()" link="GSettings.html#g-settings-bind" since="2.26"/>
<keyword type="function" name="g_settings_bind_with_mapping ()" link="GSettings.html#g-settings-bind-with-mapping" since="2.26"/>
<keyword type="function" name="g_settings_bind_writable ()" link="GSettings.html#g-settings-bind-writable" since="2.26"/>
<keyword type="function" name="g_settings_unbind ()" link="GSettings.html#g-settings-unbind" since="2.26"/>
<keyword type="function" name="GSettingsBindSetMapping ()" link="GSettings.html#GSettingsBindSetMapping"/>
<keyword type="function" name="GSettingsBindGetMapping ()" link="GSettings.html#GSettingsBindGetMapping"/>
<keyword type="function" name="g_settings_create_action ()" link="GSettings.html#g-settings-create-action" since="2.32"/>
<keyword type="struct" name="GSettings" link="GSettings.html#GSettings-struct"/>
<keyword type="enum" name="enum GSettingsBindFlags" link="GSettings.html#GSettingsBindFlags"/>
<keyword type="property" name="The “backend” property" link="GSettings.html#GSettings--backend"/>
<keyword type="property" name="The “delay-apply” property" link="GSettings.html#GSettings--delay-apply"/>
<keyword type="property" name="The “has-unapplied” property" link="GSettings.html#GSettings--has-unapplied"/>
<keyword type="property" name="The “path” property" link="GSettings.html#GSettings--path"/>
<keyword type="property" name="The “schema” property" link="GSettings.html#GSettings--schema"/>
<keyword type="property" name="The “schema-id” property" link="GSettings.html#GSettings--schema-id"/>
<keyword type="property" name="The “settings-schema” property" link="GSettings.html#GSettings--settings-schema"/>
<keyword type="signal" name="The “change-event” signal" link="GSettings.html#GSettings-change-event"/>
<keyword type="signal" name="The “changed” signal" link="GSettings.html#GSettings-changed"/>
<keyword type="signal" name="The “writable-change-event” signal" link="GSettings.html#GSettings-writable-change-event"/>
<keyword type="signal" name="The “writable-changed” signal" link="GSettings.html#GSettings-writable-changed"/>
<keyword type="function" name="g_settings_backend_get_default ()" link="GSettingsBackend.html#g-settings-backend-get-default" since="2.28"/>
<keyword type="function" name="g_settings_backend_changed ()" link="GSettingsBackend.html#g-settings-backend-changed" since="2.26"/>
<keyword type="function" name="g_settings_backend_path_changed ()" link="GSettingsBackend.html#g-settings-backend-path-changed" since="2.26"/>
<keyword type="function" name="g_settings_backend_keys_changed ()" link="GSettingsBackend.html#g-settings-backend-keys-changed" since="2.26"/>
<keyword type="function" name="g_settings_backend_path_writable_changed ()" link="GSettingsBackend.html#g-settings-backend-path-writable-changed" since="2.26"/>
<keyword type="function" name="g_settings_backend_writable_changed ()" link="GSettingsBackend.html#g-settings-backend-writable-changed" since="2.26"/>
<keyword type="function" name="g_settings_backend_changed_tree ()" link="GSettingsBackend.html#g-settings-backend-changed-tree" since="2.26"/>
<keyword type="function" name="g_settings_backend_flatten_tree ()" link="GSettingsBackend.html#g-settings-backend-flatten-tree" since="2.26"/>
<keyword type="function" name="g_keyfile_settings_backend_new ()" link="GSettingsBackend.html#g-keyfile-settings-backend-new"/>
<keyword type="function" name="g_memory_settings_backend_new ()" link="GSettingsBackend.html#g-memory-settings-backend-new" since="2.28"/>
<keyword type="function" name="g_null_settings_backend_new ()" link="GSettingsBackend.html#g-null-settings-backend-new" since="2.28"/>
<keyword type="struct" name="GSettingsBackend" link="GSettingsBackend.html#GSettingsBackend-struct"/>
<keyword type="struct" name="struct GSettingsBackendClass" link="GSettingsBackend.html#GSettingsBackendClass"/>
<keyword type="macro" name="G_SETTINGS_BACKEND_EXTENSION_POINT_NAME" link="GSettingsBackend.html#G-SETTINGS-BACKEND-EXTENSION-POINT-NAME:CAPS"/>
<keyword type="function" name="g_settings_schema_source_get_default ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-source-get-default" since="2.32"/>
<keyword type="function" name="g_settings_schema_source_ref ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-source-ref" since="2.32"/>
<keyword type="function" name="g_settings_schema_source_unref ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-source-unref" since="2.32"/>
<keyword type="function" name="g_settings_schema_source_new_from_directory ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-source-new-from-directory" since="2.32"/>
<keyword type="function" name="g_settings_schema_source_list_schemas ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-source-list-schemas" since="2.40"/>
<keyword type="function" name="g_settings_schema_source_lookup ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-source-lookup" since="2.32"/>
<keyword type="function" name="g_settings_schema_ref ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-ref" since="2.32"/>
<keyword type="function" name="g_settings_schema_unref ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-unref" since="2.32"/>
<keyword type="function" name="g_settings_schema_get_id ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-get-id"/>
<keyword type="function" name="g_settings_schema_get_path ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-get-path" since="2.32"/>
<keyword type="function" name="g_settings_schema_has_key ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-has-key" since="2.40"/>
<keyword type="function" name="g_settings_schema_get_key ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-get-key" since="2.40"/>
<keyword type="function" name="g_settings_schema_key_ref ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-key-ref" since="2.40"/>
<keyword type="function" name="g_settings_schema_key_unref ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-key-unref" since="2.40"/>
<keyword type="function" name="g_settings_schema_list_children ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-list-children" since="2.44"/>
<keyword type="function" name="g_settings_schema_list_keys ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-list-keys" since="2.46"/>
<keyword type="function" name="g_settings_schema_key_get_value_type ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-key-get-value-type" since="2.40"/>
<keyword type="function" name="g_settings_schema_key_get_default_value ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-key-get-default-value" since="2.40"/>
<keyword type="function" name="g_settings_schema_key_get_range ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-key-get-range" since="2.40"/>
<keyword type="function" name="g_settings_schema_key_range_check ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-key-range-check" since="2.40"/>
<keyword type="function" name="g_settings_schema_key_get_name ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-key-get-name" since="2.44"/>
<keyword type="function" name="g_settings_schema_key_get_summary ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-key-get-summary" since="2.34"/>
<keyword type="function" name="g_settings_schema_key_get_description ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-key-get-description" since="2.34"/>
<keyword type="struct" name="GSettingsSchemaSource" link="gio-GSettingsSchema-GSettingsSchemaSource.html#GSettingsSchemaSource-struct"/>
<keyword type="struct" name="GSettingsSchema" link="gio-GSettingsSchema-GSettingsSchemaSource.html#GSettingsSchema-struct"/>
<keyword type="struct" name="GSettingsSchemaKey" link="gio-GSettingsSchema-GSettingsSchemaSource.html#GSettingsSchemaKey-struct"/>
<keyword type="function" name="g_resource_load ()" link="GResource.html#g-resource-load" since="2.32"/>
<keyword type="function" name="g_resource_new_from_data ()" link="GResource.html#g-resource-new-from-data" since="2.32"/>
<keyword type="function" name="g_resource_ref ()" link="GResource.html#g-resource-ref" since="2.32"/>
<keyword type="function" name="g_resource_unref ()" link="GResource.html#g-resource-unref" since="2.32"/>
<keyword type="function" name="g_resource_lookup_data ()" link="GResource.html#g-resource-lookup-data" since="2.32"/>
<keyword type="function" name="g_resource_open_stream ()" link="GResource.html#g-resource-open-stream" since="2.32"/>
<keyword type="function" name="g_resource_enumerate_children ()" link="GResource.html#g-resource-enumerate-children" since="2.32"/>
<keyword type="function" name="g_resource_get_info ()" link="GResource.html#g-resource-get-info" since="2.32"/>
<keyword type="function" name="g_static_resource_init ()" link="GResource.html#g-static-resource-init" since="2.32"/>
<keyword type="function" name="g_static_resource_fini ()" link="GResource.html#g-static-resource-fini" since="2.32"/>
<keyword type="function" name="g_static_resource_get_resource ()" link="GResource.html#g-static-resource-get-resource" since="2.32"/>
<keyword type="function" name="g_resources_register ()" link="GResource.html#g-resources-register" since="2.32"/>
<keyword type="function" name="g_resources_unregister ()" link="GResource.html#g-resources-unregister" since="2.32"/>
<keyword type="function" name="g_resources_lookup_data ()" link="GResource.html#g-resources-lookup-data" since="2.32"/>
<keyword type="function" name="g_resources_open_stream ()" link="GResource.html#g-resources-open-stream" since="2.32"/>
<keyword type="function" name="g_resources_enumerate_children ()" link="GResource.html#g-resources-enumerate-children" since="2.32"/>
<keyword type="function" name="g_resources_get_info ()" link="GResource.html#g-resources-get-info" since="2.32"/>
<keyword type="struct" name="GResource" link="GResource.html#GResource-struct"/>
<keyword type="enum" name="enum GResourceFlags" link="GResource.html#GResourceFlags" since="2.32"/>
<keyword type="enum" name="enum GResourceLookupFlags" link="GResource.html#GResourceLookupFlags" since="2.32"/>
<keyword type="struct" name="struct GStaticResource" link="GResource.html#GStaticResource"/>
<keyword type="macro" name="G_RESOURCE_ERROR" link="GResource.html#G-RESOURCE-ERROR:CAPS"/>
<keyword type="enum" name="enum GResourceError" link="GResource.html#GResourceError" since="2.32"/>
<keyword type="function" name="g_permission_get_allowed ()" link="GPermission.html#g-permission-get-allowed" since="2.26"/>
<keyword type="function" name="g_permission_get_can_acquire ()" link="GPermission.html#g-permission-get-can-acquire" since="2.26"/>
<keyword type="function" name="g_permission_get_can_release ()" link="GPermission.html#g-permission-get-can-release" since="2.26"/>
<keyword type="function" name="g_permission_acquire ()" link="GPermission.html#g-permission-acquire" since="2.26"/>
<keyword type="function" name="g_permission_acquire_async ()" link="GPermission.html#g-permission-acquire-async" since="2.26"/>
<keyword type="function" name="g_permission_acquire_finish ()" link="GPermission.html#g-permission-acquire-finish" since="2.26"/>
<keyword type="function" name="g_permission_release ()" link="GPermission.html#g-permission-release" since="2.26"/>
<keyword type="function" name="g_permission_release_async ()" link="GPermission.html#g-permission-release-async" since="2.26"/>
<keyword type="function" name="g_permission_release_finish ()" link="GPermission.html#g-permission-release-finish" since="2.26"/>
<keyword type="function" name="g_permission_impl_update ()" link="GPermission.html#g-permission-impl-update" since="2.26"/>
<keyword type="struct" name="GPermission" link="GPermission.html#GPermission-struct"/>
<keyword type="property" name="The “allowed” property" link="GPermission.html#GPermission--allowed"/>
<keyword type="property" name="The “can-acquire” property" link="GPermission.html#GPermission--can-acquire"/>
<keyword type="property" name="The “can-release” property" link="GPermission.html#GPermission--can-release"/>
<keyword type="function" name="g_simple_permission_new ()" link="GSimplePermission.html#g-simple-permission-new" since="2.26"/>
<keyword type="struct" name="GSimplePermission" link="GSimplePermission.html#GSimplePermission-struct"/>
<keyword type="function" name="g_list_model_get_item_type ()" link="GListModel.html#g-list-model-get-item-type" since="2.44"/>
<keyword type="function" name="g_list_model_get_n_items ()" link="GListModel.html#g-list-model-get-n-items" since="2.44"/>
<keyword type="function" name="g_list_model_get_item ()" link="GListModel.html#g-list-model-get-item" since="2.44"/>
<keyword type="function" name="g_list_model_get_object ()" link="GListModel.html#g-list-model-get-object" since="2.44"/>
<keyword type="function" name="g_list_model_items_changed ()" link="GListModel.html#g-list-model-items-changed" since="2.44"/>
<keyword type="struct" name="GListModel" link="GListModel.html#GListModel-struct"/>
<keyword type="struct" name="struct GListModelInterface" link="GListModel.html#GListModelInterface" since="2.44"/>
<keyword type="signal" name="The “items-changed” signal" link="GListModel.html#GListModel-items-changed"/>
<keyword type="function" name="g_list_store_new ()" link="GListStore.html#g-list-store-new" since="2.44"/>
<keyword type="function" name="g_list_store_insert ()" link="GListStore.html#g-list-store-insert" since="2.44"/>
<keyword type="function" name="g_list_store_insert_sorted ()" link="GListStore.html#g-list-store-insert-sorted" since="2.44"/>
<keyword type="function" name="g_list_store_append ()" link="GListStore.html#g-list-store-append" since="2.44"/>
<keyword type="function" name="g_list_store_remove ()" link="GListStore.html#g-list-store-remove" since="2.44"/>
<keyword type="function" name="g_list_store_remove_all ()" link="GListStore.html#g-list-store-remove-all" since="2.44"/>
<keyword type="function" name="g_list_store_splice ()" link="GListStore.html#g-list-store-splice" since="2.44"/>
<keyword type="function" name="g_list_store_sort ()" link="GListStore.html#g-list-store-sort" since="2.46"/>
<keyword type="struct" name="GListStore" link="GListStore.html#GListStore-struct"/>
<keyword type="property" name="The “item-type” property" link="GListStore.html#GListStore--item-type"/>
<keyword type="function" name="g_win32_registry_subkey_iter_copy ()" link="gio-GWin32RegistryKey.html#g-win32-registry-subkey-iter-copy" since="2.46"/>
<keyword type="function" name="g_win32_registry_subkey_iter_free ()" link="gio-GWin32RegistryKey.html#g-win32-registry-subkey-iter-free" since="2.46"/>
<keyword type="function" name="g_win32_registry_subkey_iter_assign ()" link="gio-GWin32RegistryKey.html#g-win32-registry-subkey-iter-assign" since="2.46"/>
<keyword type="function" name="g_win32_registry_value_iter_copy ()" link="gio-GWin32RegistryKey.html#g-win32-registry-value-iter-copy" since="2.46"/>
<keyword type="function" name="g_win32_registry_value_iter_free ()" link="gio-GWin32RegistryKey.html#g-win32-registry-value-iter-free" since="2.46"/>
<keyword type="function" name="g_win32_registry_value_iter_assign ()" link="gio-GWin32RegistryKey.html#g-win32-registry-value-iter-assign" since="2.46"/>
<keyword type="function" name="g_win32_registry_key_new ()" link="gio-GWin32RegistryKey.html#g-win32-registry-key-new"/>
<keyword type="function" name="g_win32_registry_key_new_w ()" link="gio-GWin32RegistryKey.html#g-win32-registry-key-new-w"/>
<keyword type="function" name="g_win32_registry_key_get_child ()" link="gio-GWin32RegistryKey.html#g-win32-registry-key-get-child"/>
<keyword type="function" name="g_win32_registry_key_get_child_w ()" link="gio-GWin32RegistryKey.html#g-win32-registry-key-get-child-w"/>
<keyword type="function" name="g_win32_registry_subkey_iter_init ()" link="gio-GWin32RegistryKey.html#g-win32-registry-subkey-iter-init" since="2.46"/>
<keyword type="function" name="g_win32_registry_subkey_iter_clear ()" link="gio-GWin32RegistryKey.html#g-win32-registry-subkey-iter-clear" since="2.46"/>
<keyword type="function" name="g_win32_registry_subkey_iter_n_subkeys ()" link="gio-GWin32RegistryKey.html#g-win32-registry-subkey-iter-n-subkeys" since="2.46"/>
<keyword type="function" name="g_win32_registry_subkey_iter_next ()" link="gio-GWin32RegistryKey.html#g-win32-registry-subkey-iter-next" since="2.46"/>
<keyword type="function" name="g_win32_registry_subkey_iter_get_name ()" link="gio-GWin32RegistryKey.html#g-win32-registry-subkey-iter-get-name" since="2.46"/>
<keyword type="function" name="g_win32_registry_subkey_iter_get_name_w ()" link="gio-GWin32RegistryKey.html#g-win32-registry-subkey-iter-get-name-w" since="2.46"/>
<keyword type="function" name="g_win32_registry_value_iter_init ()" link="gio-GWin32RegistryKey.html#g-win32-registry-value-iter-init" since="2.46"/>
<keyword type="function" name="g_win32_registry_value_iter_clear ()" link="gio-GWin32RegistryKey.html#g-win32-registry-value-iter-clear" since="2.46"/>
<keyword type="function" name="g_win32_registry_value_iter_n_values ()" link="gio-GWin32RegistryKey.html#g-win32-registry-value-iter-n-values" since="2.46"/>
<keyword type="function" name="g_win32_registry_value_iter_next ()" link="gio-GWin32RegistryKey.html#g-win32-registry-value-iter-next" since="2.46"/>
<keyword type="function" name="g_win32_registry_value_iter_get_value_type ()" link="gio-GWin32RegistryKey.html#g-win32-registry-value-iter-get-value-type" since="2.46"/>
<keyword type="function" name="g_win32_registry_value_iter_get_name ()" link="gio-GWin32RegistryKey.html#g-win32-registry-value-iter-get-name" since="2.46"/>
<keyword type="function" name="g_win32_registry_value_iter_get_name_w ()" link="gio-GWin32RegistryKey.html#g-win32-registry-value-iter-get-name-w" since="2.46"/>
<keyword type="function" name="g_win32_registry_value_iter_get_data ()" link="gio-GWin32RegistryKey.html#g-win32-registry-value-iter-get-data" since="2.46"/>
<keyword type="function" name="g_win32_registry_value_iter_get_data_w ()" link="gio-GWin32RegistryKey.html#g-win32-registry-value-iter-get-data-w" since="2.46"/>
<keyword type="function" name="g_win32_registry_key_get_value ()" link="gio-GWin32RegistryKey.html#g-win32-registry-key-get-value" since="2.46"/>
<keyword type="function" name="g_win32_registry_key_get_value_w ()" link="gio-GWin32RegistryKey.html#g-win32-registry-key-get-value-w" since="2.46"/>
<keyword type="function" name="g_win32_registry_key_get_path ()" link="gio-GWin32RegistryKey.html#g-win32-registry-key-get-path" since="2.46"/>
<keyword type="function" name="g_win32_registry_key_get_path_w ()" link="gio-GWin32RegistryKey.html#g-win32-registry-key-get-path-w" since="2.46"/>
<keyword type="function" name="GWin32RegistryKeyWatchCallbackFunc ()" link="gio-GWin32RegistryKey.html#GWin32RegistryKeyWatchCallbackFunc" since="2.42"/>
<keyword type="function" name="g_win32_registry_key_watch ()" link="gio-GWin32RegistryKey.html#g-win32-registry-key-watch" since="2.46"/>
<keyword type="function" name="g_win32_registry_key_has_changed ()" link="gio-GWin32RegistryKey.html#g-win32-registry-key-has-changed" since="2.46"/>
<keyword type="function" name="g_win32_registry_key_erase_change_indicator ()" link="gio-GWin32RegistryKey.html#g-win32-registry-key-erase-change-indicator" since="2.46"/>
<keyword type="struct" name="struct GWin32RegistrySubkeyIter" link="gio-GWin32RegistryKey.html#GWin32RegistrySubkeyIter"/>
<keyword type="struct" name="struct GWin32RegistryValueIter" link="gio-GWin32RegistryKey.html#GWin32RegistryValueIter"/>
<keyword type="struct" name="struct GWin32RegistryKey" link="gio-GWin32RegistryKey.html#GWin32RegistryKey"/>
<keyword type="enum" name="enum GWin32RegistryValueType" link="gio-GWin32RegistryKey.html#GWin32RegistryValueType"/>
<keyword type="enum" name="enum GWin32RegistryKeyWatcherFlags" link="gio-GWin32RegistryKey.html#GWin32RegistryKeyWatcherFlags"/>
<keyword type="function" name="g_application_id_is_valid ()" link="GApplication.html#g-application-id-is-valid"/>
<keyword type="function" name="g_application_new ()" link="GApplication.html#g-application-new"/>
<keyword type="function" name="g_application_get_application_id ()" link="GApplication.html#g-application-get-application-id" since="2.28"/>
<keyword type="function" name="g_application_set_application_id ()" link="GApplication.html#g-application-set-application-id" since="2.28"/>
<keyword type="function" name="g_application_get_inactivity_timeout ()" link="GApplication.html#g-application-get-inactivity-timeout" since="2.28"/>
<keyword type="function" name="g_application_set_inactivity_timeout ()" link="GApplication.html#g-application-set-inactivity-timeout" since="2.28"/>
<keyword type="function" name="g_application_get_flags ()" link="GApplication.html#g-application-get-flags" since="2.28"/>
<keyword type="function" name="g_application_set_flags ()" link="GApplication.html#g-application-set-flags" since="2.28"/>
<keyword type="function" name="g_application_get_resource_base_path ()" link="GApplication.html#g-application-get-resource-base-path" since="2.42"/>
<keyword type="function" name="g_application_set_resource_base_path ()" link="GApplication.html#g-application-set-resource-base-path" since="2.42"/>
<keyword type="function" name="g_application_get_dbus_connection ()" link="GApplication.html#g-application-get-dbus-connection" since="2.34"/>
<keyword type="function" name="g_application_get_dbus_object_path ()" link="GApplication.html#g-application-get-dbus-object-path" since="2.34"/>
<keyword type="function" name="g_application_set_action_group ()" link="GApplication.html#g-application-set-action-group" deprecated="" since="2.28"/>
<keyword type="function" name="g_application_get_is_registered ()" link="GApplication.html#g-application-get-is-registered" since="2.28"/>
<keyword type="function" name="g_application_get_is_remote ()" link="GApplication.html#g-application-get-is-remote" since="2.28"/>
<keyword type="function" name="g_application_register ()" link="GApplication.html#g-application-register" since="2.28"/>
<keyword type="function" name="g_application_hold ()" link="GApplication.html#g-application-hold"/>
<keyword type="function" name="g_application_release ()" link="GApplication.html#g-application-release"/>
<keyword type="function" name="g_application_quit ()" link="GApplication.html#g-application-quit" since="2.32"/>
<keyword type="function" name="g_application_activate ()" link="GApplication.html#g-application-activate" since="2.28"/>
<keyword type="function" name="g_application_open ()" link="GApplication.html#g-application-open" since="2.28"/>
<keyword type="function" name="g_application_send_notification ()" link="GApplication.html#g-application-send-notification" since="2.40"/>
<keyword type="function" name="g_application_withdraw_notification ()" link="GApplication.html#g-application-withdraw-notification" since="2.40"/>
<keyword type="function" name="g_application_run ()" link="GApplication.html#g-application-run" since="2.28"/>
<keyword type="function" name="g_application_add_main_option_entries ()" link="GApplication.html#g-application-add-main-option-entries" since="2.40"/>
<keyword type="function" name="g_application_add_main_option ()" link="GApplication.html#g-application-add-main-option" since="2.42"/>
<keyword type="function" name="g_application_add_option_group ()" link="GApplication.html#g-application-add-option-group" since="2.40"/>
<keyword type="function" name="g_application_set_default ()" link="GApplication.html#g-application-set-default" since="2.32"/>
<keyword type="function" name="g_application_get_default ()" link="GApplication.html#g-application-get-default" since="2.32"/>
<keyword type="function" name="g_application_mark_busy ()" link="GApplication.html#g-application-mark-busy" since="2.38"/>
<keyword type="function" name="g_application_unmark_busy ()" link="GApplication.html#g-application-unmark-busy" since="2.38"/>
<keyword type="function" name="g_application_get_is_busy ()" link="GApplication.html#g-application-get-is-busy" since="2.44"/>
<keyword type="function" name="g_application_bind_busy_property ()" link="GApplication.html#g-application-bind-busy-property" since="2.44"/>
<keyword type="function" name="g_application_unbind_busy_property ()" link="GApplication.html#g-application-unbind-busy-property" since="2.44"/>
<keyword type="struct" name="GApplication" link="GApplication.html#GApplication-struct"/>
<keyword type="struct" name="struct GApplicationClass" link="GApplication.html#GApplicationClass" since="2.28"/>
<keyword type="enum" name="enum GApplicationFlags" link="GApplication.html#GApplicationFlags" since="2.28"/>
<keyword type="property" name="The “action-group” property" link="GApplication.html#GApplication--action-group"/>
<keyword type="property" name="The “application-id” property" link="GApplication.html#GApplication--application-id"/>
<keyword type="property" name="The “flags” property" link="GApplication.html#GApplication--flags"/>
<keyword type="property" name="The “inactivity-timeout” property" link="GApplication.html#GApplication--inactivity-timeout"/>
<keyword type="property" name="The “is-busy” property" link="GApplication.html#GApplication--is-busy"/>
<keyword type="property" name="The “is-registered” property" link="GApplication.html#GApplication--is-registered"/>
<keyword type="property" name="The “is-remote” property" link="GApplication.html#GApplication--is-remote"/>
<keyword type="property" name="The “resource-base-path” property" link="GApplication.html#GApplication--resource-base-path"/>
<keyword type="signal" name="The “activate” signal" link="GApplication.html#GApplication-activate"/>
<keyword type="signal" name="The “command-line” signal" link="GApplication.html#GApplication-command-line"/>
<keyword type="signal" name="The “handle-local-options” signal" link="GApplication.html#GApplication-handle-local-options"/>
<keyword type="signal" name="The “open” signal" link="GApplication.html#GApplication-open"/>
<keyword type="signal" name="The “shutdown” signal" link="GApplication.html#GApplication-shutdown"/>
<keyword type="signal" name="The “startup” signal" link="GApplication.html#GApplication-startup"/>
<keyword type="function" name="g_application_command_line_get_arguments ()" link="GApplicationCommandLine.html#g-application-command-line-get-arguments" since="2.28"/>
<keyword type="function" name="g_application_command_line_get_cwd ()" link="GApplicationCommandLine.html#g-application-command-line-get-cwd" since="2.28"/>
<keyword type="function" name="g_application_command_line_get_environ ()" link="GApplicationCommandLine.html#g-application-command-line-get-environ" since="2.28"/>
<keyword type="function" name="g_application_command_line_get_options_dict ()" link="GApplicationCommandLine.html#g-application-command-line-get-options-dict" since="2.40"/>
<keyword type="function" name="g_application_command_line_get_stdin ()" link="GApplicationCommandLine.html#g-application-command-line-get-stdin" since="2.34"/>
<keyword type="function" name="g_application_command_line_create_file_for_arg ()" link="GApplicationCommandLine.html#g-application-command-line-create-file-for-arg" since="2.36"/>
<keyword type="function" name="g_application_command_line_getenv ()" link="GApplicationCommandLine.html#g-application-command-line-getenv" since="2.28"/>
<keyword type="function" name="g_application_command_line_get_is_remote ()" link="GApplicationCommandLine.html#g-application-command-line-get-is-remote" since="2.28"/>
<keyword type="function" name="g_application_command_line_get_platform_data ()" link="GApplicationCommandLine.html#g-application-command-line-get-platform-data" since="2.28"/>
<keyword type="function" name="g_application_command_line_set_exit_status ()" link="GApplicationCommandLine.html#g-application-command-line-set-exit-status" since="2.28"/>
<keyword type="function" name="g_application_command_line_get_exit_status ()" link="GApplicationCommandLine.html#g-application-command-line-get-exit-status" since="2.28"/>
<keyword type="function" name="g_application_command_line_print ()" link="GApplicationCommandLine.html#g-application-command-line-print" since="2.28"/>
<keyword type="function" name="g_application_command_line_printerr ()" link="GApplicationCommandLine.html#g-application-command-line-printerr" since="2.28"/>
<keyword type="struct" name="GApplicationCommandLine" link="GApplicationCommandLine.html#GApplicationCommandLine-struct"/>
<keyword type="struct" name="struct GApplicationCommandLineClass" link="GApplicationCommandLine.html#GApplicationCommandLineClass" since="2.28"/>
<keyword type="property" name="The “arguments” property" link="GApplicationCommandLine.html#GApplicationCommandLine--arguments"/>
<keyword type="property" name="The “is-remote” property" link="GApplicationCommandLine.html#GApplicationCommandLine--is-remote"/>
<keyword type="property" name="The “options” property" link="GApplicationCommandLine.html#GApplicationCommandLine--options"/>
<keyword type="property" name="The “platform-data” property" link="GApplicationCommandLine.html#GApplicationCommandLine--platform-data"/>
<keyword type="function" name="g_action_group_list_actions ()" link="GActionGroup.html#g-action-group-list-actions" since="2.28"/>
<keyword type="function" name="g_action_group_query_action ()" link="GActionGroup.html#g-action-group-query-action" since="2.32"/>
<keyword type="function" name="g_action_group_has_action ()" link="GActionGroup.html#g-action-group-has-action" since="2.28"/>
<keyword type="function" name="g_action_group_get_action_enabled ()" link="GActionGroup.html#g-action-group-get-action-enabled" since="2.28"/>
<keyword type="function" name="g_action_group_get_action_parameter_type ()" link="GActionGroup.html#g-action-group-get-action-parameter-type" since="2.28"/>
<keyword type="function" name="g_action_group_get_action_state_type ()" link="GActionGroup.html#g-action-group-get-action-state-type" since="2.28"/>
<keyword type="function" name="g_action_group_get_action_state_hint ()" link="GActionGroup.html#g-action-group-get-action-state-hint" since="2.28"/>
<keyword type="function" name="g_action_group_get_action_state ()" link="GActionGroup.html#g-action-group-get-action-state" since="2.28"/>
<keyword type="function" name="g_action_group_change_action_state ()" link="GActionGroup.html#g-action-group-change-action-state" since="2.28"/>
<keyword type="function" name="g_action_group_activate_action ()" link="GActionGroup.html#g-action-group-activate-action" since="2.28"/>
<keyword type="function" name="g_action_group_action_added ()" link="GActionGroup.html#g-action-group-action-added" since="2.28"/>
<keyword type="function" name="g_action_group_action_removed ()" link="GActionGroup.html#g-action-group-action-removed" since="2.28"/>
<keyword type="function" name="g_action_group_action_enabled_changed ()" link="GActionGroup.html#g-action-group-action-enabled-changed" since="2.28"/>
<keyword type="function" name="g_action_group_action_state_changed ()" link="GActionGroup.html#g-action-group-action-state-changed" since="2.28"/>
<keyword type="struct" name="GActionGroup" link="GActionGroup.html#GActionGroup-struct"/>
<keyword type="struct" name="struct GActionGroupInterface" link="GActionGroup.html#GActionGroupInterface" since="2.28"/>
<keyword type="signal" name="The “action-added” signal" link="GActionGroup.html#GActionGroup-action-added"/>
<keyword type="signal" name="The “action-enabled-changed” signal" link="GActionGroup.html#GActionGroup-action-enabled-changed"/>
<keyword type="signal" name="The “action-removed” signal" link="GActionGroup.html#GActionGroup-action-removed"/>
<keyword type="signal" name="The “action-state-changed” signal" link="GActionGroup.html#GActionGroup-action-state-changed"/>
<keyword type="function" name="g_action_map_lookup_action ()" link="GActionMap.html#g-action-map-lookup-action" since="2.32"/>
<keyword type="function" name="g_action_map_add_action_entries ()" link="GActionMap.html#g-action-map-add-action-entries" since="2.32"/>
<keyword type="function" name="g_action_map_add_action ()" link="GActionMap.html#g-action-map-add-action" since="2.32"/>
<keyword type="function" name="g_action_map_remove_action ()" link="GActionMap.html#g-action-map-remove-action" since="2.32"/>
<keyword type="struct" name="GActionMap" link="GActionMap.html#GActionMap-struct"/>
<keyword type="struct" name="struct GActionMapInterface" link="GActionMap.html#GActionMapInterface" since="2.32"/>
<keyword type="struct" name="struct GActionEntry" link="GActionMap.html#GActionEntry"/>
<keyword type="function" name="g_simple_action_group_new ()" link="GSimpleActionGroup.html#g-simple-action-group-new" since="2.28"/>
<keyword type="function" name="g_simple_action_group_lookup ()" link="GSimpleActionGroup.html#g-simple-action-group-lookup" deprecated="2.38: Use g_action_map_lookup_action()" since="2.28"/>
<keyword type="function" name="g_simple_action_group_insert ()" link="GSimpleActionGroup.html#g-simple-action-group-insert" deprecated="2.38: Use g_action_map_add_action()" since="2.28"/>
<keyword type="function" name="g_simple_action_group_remove ()" link="GSimpleActionGroup.html#g-simple-action-group-remove" deprecated="2.38: Use g_action_map_remove_action()" since="2.28"/>
<keyword type="function" name="g_simple_action_group_add_entries ()" link="GSimpleActionGroup.html#g-simple-action-group-add-entries" deprecated="2.38: Use g_action_map_add_action_entries()" since="2.30"/>
<keyword type="struct" name="GSimpleActionGroup" link="GSimpleActionGroup.html#GSimpleActionGroup-struct"/>
<keyword type="function" name="g_action_name_is_valid ()" link="GAction.html#g-action-name-is-valid" since="2.38"/>
<keyword type="function" name="g_action_get_name ()" link="GAction.html#g-action-get-name" since="2.28"/>
<keyword type="function" name="g_action_get_parameter_type ()" link="GAction.html#g-action-get-parameter-type" since="2.28"/>
<keyword type="function" name="g_action_get_state_type ()" link="GAction.html#g-action-get-state-type" since="2.28"/>
<keyword type="function" name="g_action_get_state_hint ()" link="GAction.html#g-action-get-state-hint" since="2.28"/>
<keyword type="function" name="g_action_get_enabled ()" link="GAction.html#g-action-get-enabled" since="2.28"/>
<keyword type="function" name="g_action_get_state ()" link="GAction.html#g-action-get-state" since="2.28"/>
<keyword type="function" name="g_action_change_state ()" link="GAction.html#g-action-change-state" since="2.30"/>
<keyword type="function" name="g_action_activate ()" link="GAction.html#g-action-activate" since="2.28"/>
<keyword type="function" name="g_action_parse_detailed_name ()" link="GAction.html#g-action-parse-detailed-name" since="2.38"/>
<keyword type="function" name="g_action_print_detailed_name ()" link="GAction.html#g-action-print-detailed-name" since="2.38"/>
<keyword type="struct" name="GAction" link="GAction.html#GAction-struct"/>
<keyword type="struct" name="struct GActionInterface" link="GAction.html#GActionInterface" since="2.28"/>
<keyword type="property" name="The “enabled” property" link="GAction.html#GAction--enabled"/>
<keyword type="property" name="The “name” property" link="GAction.html#GAction--name"/>
<keyword type="property" name="The “parameter-type” property" link="GAction.html#GAction--parameter-type"/>
<keyword type="property" name="The “state” property" link="GAction.html#GAction--state"/>
<keyword type="property" name="The “state-type” property" link="GAction.html#GAction--state-type"/>
<keyword type="function" name="g_simple_action_new ()" link="GSimpleAction.html#g-simple-action-new" since="2.28"/>
<keyword type="function" name="g_simple_action_new_stateful ()" link="GSimpleAction.html#g-simple-action-new-stateful" since="2.28"/>
<keyword type="function" name="g_simple_action_set_enabled ()" link="GSimpleAction.html#g-simple-action-set-enabled" since="2.28"/>
<keyword type="function" name="g_simple_action_set_state ()" link="GSimpleAction.html#g-simple-action-set-state" since="2.30"/>
<keyword type="function" name="g_simple_action_set_state_hint ()" link="GSimpleAction.html#g-simple-action-set-state-hint" since="2.44"/>
<keyword type="struct" name="GSimpleAction" link="GSimpleAction.html#GSimpleAction-struct"/>
<keyword type="property" name="The “enabled” property" link="GSimpleAction.html#GSimpleAction--enabled"/>
<keyword type="property" name="The “name” property" link="GSimpleAction.html#GSimpleAction--name"/>
<keyword type="property" name="The “parameter-type” property" link="GSimpleAction.html#GSimpleAction--parameter-type"/>
<keyword type="property" name="The “state” property" link="GSimpleAction.html#GSimpleAction--state"/>
<keyword type="property" name="The “state-type” property" link="GSimpleAction.html#GSimpleAction--state-type"/>
<keyword type="signal" name="The “activate” signal" link="GSimpleAction.html#GSimpleAction-activate"/>
<keyword type="signal" name="The “change-state” signal" link="GSimpleAction.html#GSimpleAction-change-state"/>
<keyword type="function" name="g_property_action_new ()" link="GPropertyAction.html#g-property-action-new" since="2.38"/>
<keyword type="struct" name="GPropertyAction" link="GPropertyAction.html#GPropertyAction-struct"/>
<keyword type="property" name="The “enabled” property" link="GPropertyAction.html#GPropertyAction--enabled"/>
<keyword type="property" name="The “invert-boolean” property" link="GPropertyAction.html#GPropertyAction--invert-boolean"/>
<keyword type="property" name="The “name” property" link="GPropertyAction.html#GPropertyAction--name"/>
<keyword type="property" name="The “object” property" link="GPropertyAction.html#GPropertyAction--object"/>
<keyword type="property" name="The “parameter-type” property" link="GPropertyAction.html#GPropertyAction--parameter-type"/>
<keyword type="property" name="The “property-name” property" link="GPropertyAction.html#GPropertyAction--property-name"/>
<keyword type="property" name="The “state” property" link="GPropertyAction.html#GPropertyAction--state"/>
<keyword type="property" name="The “state-type” property" link="GPropertyAction.html#GPropertyAction--state-type"/>
<keyword type="function" name="g_remote_action_group_activate_action_full ()" link="GRemoteActionGroup.html#g-remote-action-group-activate-action-full" since="2.32"/>
<keyword type="function" name="g_remote_action_group_change_action_state_full ()" link="GRemoteActionGroup.html#g-remote-action-group-change-action-state-full" since="2.32"/>
<keyword type="struct" name="GRemoteActionGroup" link="GRemoteActionGroup.html#GRemoteActionGroup-struct"/>
<keyword type="struct" name="struct GRemoteActionGroupInterface" link="GRemoteActionGroup.html#GRemoteActionGroupInterface" since="2.32"/>
<keyword type="function" name="g_dbus_connection_export_action_group ()" link="gio-GActionGroup-exporter.html#g-dbus-connection-export-action-group" since="2.32"/>
<keyword type="function" name="g_dbus_connection_unexport_action_group ()" link="gio-GActionGroup-exporter.html#g-dbus-connection-unexport-action-group" since="2.32"/>
<keyword type="function" name="g_dbus_action_group_get ()" link="GDBusActionGroup.html#g-dbus-action-group-get" since="2.32"/>
<keyword type="struct" name="GDBusActionGroup" link="GDBusActionGroup.html#GDBusActionGroup-struct"/>
<keyword type="function" name="g_menu_model_is_mutable ()" link="GMenuModel.html#g-menu-model-is-mutable" since="2.32"/>
<keyword type="function" name="g_menu_model_get_n_items ()" link="GMenuModel.html#g-menu-model-get-n-items" since="2.32"/>
<keyword type="function" name="g_menu_model_get_item_attribute_value ()" link="GMenuModel.html#g-menu-model-get-item-attribute-value" since="2.32"/>
<keyword type="function" name="g_menu_model_get_item_attribute ()" link="GMenuModel.html#g-menu-model-get-item-attribute" since="2.32"/>
<keyword type="function" name="g_menu_model_get_item_link ()" link="GMenuModel.html#g-menu-model-get-item-link" since="2.32"/>
<keyword type="function" name="g_menu_model_iterate_item_attributes ()" link="GMenuModel.html#g-menu-model-iterate-item-attributes" since="2.32"/>
<keyword type="function" name="g_menu_model_iterate_item_links ()" link="GMenuModel.html#g-menu-model-iterate-item-links" since="2.32"/>
<keyword type="function" name="g_menu_model_items_changed ()" link="GMenuModel.html#g-menu-model-items-changed" since="2.32"/>
<keyword type="function" name="g_menu_attribute_iter_get_next ()" link="GMenuModel.html#g-menu-attribute-iter-get-next" since="2.32"/>
<keyword type="function" name="g_menu_attribute_iter_get_name ()" link="GMenuModel.html#g-menu-attribute-iter-get-name" since="2.32"/>
<keyword type="function" name="g_menu_attribute_iter_get_value ()" link="GMenuModel.html#g-menu-attribute-iter-get-value" since="2.32"/>
<keyword type="function" name="g_menu_attribute_iter_next ()" link="GMenuModel.html#g-menu-attribute-iter-next" since="2.32"/>
<keyword type="function" name="g_menu_link_iter_get_name ()" link="GMenuModel.html#g-menu-link-iter-get-name" since="2.32"/>
<keyword type="function" name="g_menu_link_iter_get_next ()" link="GMenuModel.html#g-menu-link-iter-get-next" since="2.32"/>
<keyword type="function" name="g_menu_link_iter_get_value ()" link="GMenuModel.html#g-menu-link-iter-get-value" since="2.32"/>
<keyword type="function" name="g_menu_link_iter_next ()" link="GMenuModel.html#g-menu-link-iter-next" since="2.32"/>
<keyword type="struct" name="GMenuModel" link="GMenuModel.html#GMenuModel-struct"/>
<keyword type="macro" name="G_MENU_ATTRIBUTE_ACTION" link="GMenuModel.html#G-MENU-ATTRIBUTE-ACTION:CAPS" since="2.32"/>
<keyword type="macro" name="G_MENU_ATTRIBUTE_ACTION_NAMESPACE" link="GMenuModel.html#G-MENU-ATTRIBUTE-ACTION-NAMESPACE:CAPS" since="2.36"/>
<keyword type="macro" name="G_MENU_ATTRIBUTE_TARGET" link="GMenuModel.html#G-MENU-ATTRIBUTE-TARGET:CAPS" since="2.32"/>
<keyword type="macro" name="G_MENU_ATTRIBUTE_LABEL" link="GMenuModel.html#G-MENU-ATTRIBUTE-LABEL:CAPS" since="2.32"/>
<keyword type="macro" name="G_MENU_ATTRIBUTE_ICON" link="GMenuModel.html#G-MENU-ATTRIBUTE-ICON:CAPS" since="2.38"/>
<keyword type="macro" name="G_MENU_LINK_SECTION" link="GMenuModel.html#G-MENU-LINK-SECTION:CAPS" since="2.32"/>
<keyword type="macro" name="G_MENU_LINK_SUBMENU" link="GMenuModel.html#G-MENU-LINK-SUBMENU:CAPS" since="2.32"/>
<keyword type="struct" name="struct GMenuAttributeIter" link="GMenuModel.html#GMenuAttributeIter-struct"/>
<keyword type="struct" name="struct GMenuLinkIter" link="GMenuModel.html#GMenuLinkIter-struct"/>
<keyword type="signal" name="The “items-changed” signal" link="GMenuModel.html#GMenuModel-items-changed"/>
<keyword type="function" name="g_menu_new ()" link="GMenu.html#g-menu-new" since="2.32"/>
<keyword type="function" name="g_menu_freeze ()" link="GMenu.html#g-menu-freeze" since="2.32"/>
<keyword type="function" name="g_menu_insert ()" link="GMenu.html#g-menu-insert" since="2.32"/>
<keyword type="function" name="g_menu_prepend ()" link="GMenu.html#g-menu-prepend" since="2.32"/>
<keyword type="function" name="g_menu_append ()" link="GMenu.html#g-menu-append" since="2.32"/>
<keyword type="function" name="g_menu_insert_item ()" link="GMenu.html#g-menu-insert-item" since="2.32"/>
<keyword type="function" name="g_menu_append_item ()" link="GMenu.html#g-menu-append-item" since="2.32"/>
<keyword type="function" name="g_menu_prepend_item ()" link="GMenu.html#g-menu-prepend-item" since="2.32"/>
<keyword type="function" name="g_menu_insert_section ()" link="GMenu.html#g-menu-insert-section" since="2.32"/>
<keyword type="function" name="g_menu_prepend_section ()" link="GMenu.html#g-menu-prepend-section" since="2.32"/>
<keyword type="function" name="g_menu_append_section ()" link="GMenu.html#g-menu-append-section" since="2.32"/>
<keyword type="function" name="g_menu_append_submenu ()" link="GMenu.html#g-menu-append-submenu" since="2.32"/>
<keyword type="function" name="g_menu_insert_submenu ()" link="GMenu.html#g-menu-insert-submenu" since="2.32"/>
<keyword type="function" name="g_menu_prepend_submenu ()" link="GMenu.html#g-menu-prepend-submenu" since="2.32"/>
<keyword type="function" name="g_menu_remove ()" link="GMenu.html#g-menu-remove" since="2.32"/>
<keyword type="function" name="g_menu_remove_all ()" link="GMenu.html#g-menu-remove-all" since="2.38"/>
<keyword type="function" name="g_menu_item_new ()" link="GMenu.html#g-menu-item-new" since="2.32"/>
<keyword type="function" name="g_menu_item_new_section ()" link="GMenu.html#g-menu-item-new-section" since="2.32"/>
<keyword type="function" name="g_menu_item_new_submenu ()" link="GMenu.html#g-menu-item-new-submenu" since="2.32"/>
<keyword type="function" name="g_menu_item_new_from_model ()" link="GMenu.html#g-menu-item-new-from-model" since="2.34"/>
<keyword type="function" name="g_menu_item_set_label ()" link="GMenu.html#g-menu-item-set-label" since="2.32"/>
<keyword type="function" name="g_menu_item_set_icon ()" link="GMenu.html#g-menu-item-set-icon" since="2.38"/>
<keyword type="function" name="g_menu_item_set_action_and_target_value ()" link="GMenu.html#g-menu-item-set-action-and-target-value" since="2.32"/>
<keyword type="function" name="g_menu_item_set_action_and_target ()" link="GMenu.html#g-menu-item-set-action-and-target" since="2.32"/>
<keyword type="function" name="g_menu_item_set_detailed_action ()" link="GMenu.html#g-menu-item-set-detailed-action" since="2.32"/>
<keyword type="function" name="g_menu_item_set_section ()" link="GMenu.html#g-menu-item-set-section" since="2.32"/>
<keyword type="function" name="g_menu_item_set_submenu ()" link="GMenu.html#g-menu-item-set-submenu" since="2.32"/>
<keyword type="function" name="g_menu_item_get_attribute_value ()" link="GMenu.html#g-menu-item-get-attribute-value" since="2.34"/>
<keyword type="function" name="g_menu_item_get_attribute ()" link="GMenu.html#g-menu-item-get-attribute" since="2.34"/>
<keyword type="function" name="g_menu_item_get_link ()" link="GMenu.html#g-menu-item-get-link" since="2.34"/>
<keyword type="function" name="g_menu_item_set_attribute_value ()" link="GMenu.html#g-menu-item-set-attribute-value" since="2.32"/>
<keyword type="function" name="g_menu_item_set_attribute ()" link="GMenu.html#g-menu-item-set-attribute" since="2.32"/>
<keyword type="function" name="g_menu_item_set_link ()" link="GMenu.html#g-menu-item-set-link" since="2.32"/>
<keyword type="struct" name="GMenu" link="GMenu.html#GMenu-struct"/>
<keyword type="struct" name="GMenuItem" link="GMenu.html#GMenuItem-struct"/>
<keyword type="function" name="g_dbus_connection_export_menu_model ()" link="gio-GMenuModel-exporter.html#g-dbus-connection-export-menu-model" since="2.32"/>
<keyword type="function" name="g_dbus_connection_unexport_menu_model ()" link="gio-GMenuModel-exporter.html#g-dbus-connection-unexport-menu-model" since="2.32"/>
<keyword type="function" name="g_dbus_menu_model_get ()" link="GDBusMenuModel.html#g-dbus-menu-model-get" since="2.32"/>
<keyword type="struct" name="GDBusMenuModel" link="GDBusMenuModel.html#GDBusMenuModel-struct"/>
<keyword type="function" name="g_notification_new ()" link="GNotification.html#g-notification-new" since="2.40"/>
<keyword type="function" name="g_notification_set_title ()" link="GNotification.html#g-notification-set-title" since="2.40"/>
<keyword type="function" name="g_notification_set_body ()" link="GNotification.html#g-notification-set-body" since="2.40"/>
<keyword type="function" name="g_notification_set_icon ()" link="GNotification.html#g-notification-set-icon" since="2.40"/>
<keyword type="function" name="g_notification_set_priority ()" link="GNotification.html#g-notification-set-priority"/>
<keyword type="function" name="g_notification_set_urgent ()" link="GNotification.html#g-notification-set-urgent" deprecated="" since="2.40"/>
<keyword type="function" name="g_notification_set_default_action ()" link="GNotification.html#g-notification-set-default-action" since="2.40"/>
<keyword type="function" name="g_notification_set_default_action_and_target ()" link="GNotification.html#g-notification-set-default-action-and-target" since="2.40"/>
<keyword type="function" name="g_notification_set_default_action_and_target_value ()" link="GNotification.html#g-notification-set-default-action-and-target-value" since="2.40"/>
<keyword type="function" name="g_notification_add_button ()" link="GNotification.html#g-notification-add-button" since="2.40"/>
<keyword type="function" name="g_notification_add_button_with_target ()" link="GNotification.html#g-notification-add-button-with-target" since="2.40"/>
<keyword type="function" name="g_notification_add_button_with_target_value ()" link="GNotification.html#g-notification-add-button-with-target-value" since="2.40"/>
<keyword type="struct" name="GNotification" link="GNotification.html#GNotification-struct"/>
<keyword type="enum" name="enum GNotificationPriority" link="GNotification.html#GNotificationPriority" since="2.42"/>
<keyword type="function" name="GVfsFileLookupFunc ()" link="GVfs.html#GVfsFileLookupFunc" since="2.50"/>
<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="function" name="g_vfs_register_uri_scheme ()" link="GVfs.html#g-vfs-register-uri-scheme" since="2.50"/>
<keyword type="function" name="g_vfs_unregister_uri_scheme ()" link="GVfs.html#g-vfs-unregister-uri-scheme" since="2.50"/>
<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_io_module_new ()" link="GIOModule.html#g-io-module-new"/>
<keyword type="function" name="g_io_module_scope_block ()" link="GIOModule.html#g-io-module-scope-block" since="2.30"/>
<keyword type="function" name="g_io_module_scope_free ()" link="GIOModule.html#g-io-module-scope-free" since="2.30"/>
<keyword type="function" name="g_io_module_scope_new ()" link="GIOModule.html#g-io-module-scope-new" since="2.30"/>
<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_load_all_in_directory_with_scope ()" link="GIOModule.html#g-io-modules-load-all-in-directory-with-scope" since="2.30"/>
<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_modules_scan_all_in_directory_with_scope ()" link="GIOModule.html#g-io-modules-scan-all-in-directory-with-scope" since="2.30"/>
<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="GIOModule" link="GIOModule.html#GIOModule-struct"/>
<keyword type="struct" name="GIOModuleScope" link="GIOModule.html#GIOModuleScope" since="2.30"/>
<keyword type="enum" name="enum GIOModuleScopeFlags" link="GIOModule.html#GIOModuleScopeFlags" since="2.30"/>
<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="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_test_dbus_new ()" link="GTestDBus.html#g-test-dbus-new"/>
<keyword type="function" name="g_test_dbus_get_flags ()" link="GTestDBus.html#g-test-dbus-get-flags"/>
<keyword type="function" name="g_test_dbus_get_bus_address ()" link="GTestDBus.html#g-test-dbus-get-bus-address"/>
<keyword type="function" name="g_test_dbus_add_service_dir ()" link="GTestDBus.html#g-test-dbus-add-service-dir"/>
<keyword type="function" name="g_test_dbus_up ()" link="GTestDBus.html#g-test-dbus-up"/>
<keyword type="function" name="g_test_dbus_stop ()" link="GTestDBus.html#g-test-dbus-stop"/>
<keyword type="function" name="g_test_dbus_down ()" link="GTestDBus.html#g-test-dbus-down"/>
<keyword type="function" name="g_test_dbus_unset ()" link="GTestDBus.html#g-test-dbus-unset"/>
<keyword type="struct" name="GTestDBus" link="GTestDBus.html#GTestDBus-struct"/>
<keyword type="enum" name="enum GTestDBusFlags" link="GTestDBus.html#GTestDBusFlags" since="2.34"/>
<keyword type="property" name="The “flags” property" link="GTestDBus.html#GTestDBus--flags"/>
<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_FILE_MONITOR_WATCH_HARD_LINKS" link="GFile.html#G-FILE-MONITOR-WATCH-HARD-LINKS:CAPS"/>
<keyword type="constant" name="G_FILE_MONITOR_WATCH_MOVES" link="GFile.html#G-FILE-MONITOR-WATCH-MOVES:CAPS"/>
<keyword type="constant" name="G_FILE_MEASURE_NONE" link="GFile.html#G-FILE-MEASURE-NONE:CAPS"/>
<keyword type="constant" name="G_FILE_MEASURE_REPORT_ANY_ERROR" link="GFile.html#G-FILE-MEASURE-REPORT-ANY-ERROR:CAPS"/>
<keyword type="constant" name="G_FILE_MEASURE_APPARENT_SIZE" link="GFile.html#G-FILE-MEASURE-APPARENT-SIZE:CAPS"/>
<keyword type="constant" name="G_FILE_MEASURE_NO_XDEV" link="GFile.html#G-FILE-MEASURE-NO-XDEV: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_IO_ERROR_DBUS_ERROR" link="gio-GIOError.html#G-IO-ERROR-DBUS-ERROR:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_HOST_UNREACHABLE" link="gio-GIOError.html#G-IO-ERROR-HOST-UNREACHABLE:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_NETWORK_UNREACHABLE" link="gio-GIOError.html#G-IO-ERROR-NETWORK-UNREACHABLE:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_CONNECTION_REFUSED" link="gio-GIOError.html#G-IO-ERROR-CONNECTION-REFUSED:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_PROXY_FAILED" link="gio-GIOError.html#G-IO-ERROR-PROXY-FAILED:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_PROXY_AUTH_FAILED" link="gio-GIOError.html#G-IO-ERROR-PROXY-AUTH-FAILED:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_PROXY_NEED_AUTH" link="gio-GIOError.html#G-IO-ERROR-PROXY-NEED-AUTH:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_PROXY_NOT_ALLOWED" link="gio-GIOError.html#G-IO-ERROR-PROXY-NOT-ALLOWED:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_BROKEN_PIPE" link="gio-GIOError.html#G-IO-ERROR-BROKEN-PIPE:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_CONNECTION_CLOSED" link="gio-GIOError.html#G-IO-ERROR-CONNECTION-CLOSED:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_NOT_CONNECTED" link="gio-GIOError.html#G-IO-ERROR-NOT-CONNECTED:CAPS"/>
<keyword type="constant" name="G_IO_ERROR_MESSAGE_TOO_LARGE" link="gio-GIOError.html#G-IO-ERROR-MESSAGE-TOO-LARGE: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_FILE_MONITOR_EVENT_RENAMED" link="GFileMonitor.html#G-FILE-MONITOR-EVENT-RENAMED:CAPS"/>
<keyword type="constant" name="G_FILE_MONITOR_EVENT_MOVED_IN" link="GFileMonitor.html#G-FILE-MONITOR-EVENT-MOVED-IN:CAPS"/>
<keyword type="constant" name="G_FILE_MONITOR_EVENT_MOVED_OUT" link="GFileMonitor.html#G-FILE-MONITOR-EVENT-MOVED-OUT: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_CONVERTER_NO_FLAGS" link="GConverter.html#G-CONVERTER-NO-FLAGS:CAPS"/>
<keyword type="constant" name="G_CONVERTER_INPUT_AT_END" link="GConverter.html#G-CONVERTER-INPUT-AT-END:CAPS"/>
<keyword type="constant" name="G_CONVERTER_FLUSH" link="GConverter.html#G-CONVERTER-FLUSH: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_IO_STREAM_SPLICE_NONE" link="GIOStream.html#G-IO-STREAM-SPLICE-NONE:CAPS"/>
<keyword type="constant" name="G_IO_STREAM_SPLICE_CLOSE_STREAM1" link="GIOStream.html#G-IO-STREAM-SPLICE-CLOSE-STREAM1:CAPS"/>
<keyword type="constant" name="G_IO_STREAM_SPLICE_CLOSE_STREAM2" link="GIOStream.html#G-IO-STREAM-SPLICE-CLOSE-STREAM2:CAPS"/>
<keyword type="constant" name="G_IO_STREAM_SPLICE_WAIT_FOR_BOTH" link="GIOStream.html#G-IO-STREAM-SPLICE-WAIT-FOR-BOTH: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_APP_INFO_CREATE_SUPPORTS_STARTUP_NOTIFICATION" link="GAppInfo.html#G-APP-INFO-CREATE-SUPPORTS-STARTUP-NOTIFICATION: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_SUBPROCESS_FLAGS_NONE" link="GSubprocess.html#G-SUBPROCESS-FLAGS-NONE:CAPS"/>
<keyword type="constant" name="G_SUBPROCESS_FLAGS_STDIN_PIPE" link="GSubprocess.html#G-SUBPROCESS-FLAGS-STDIN-PIPE:CAPS"/>
<keyword type="constant" name="G_SUBPROCESS_FLAGS_STDIN_INHERIT" link="GSubprocess.html#G-SUBPROCESS-FLAGS-STDIN-INHERIT:CAPS"/>
<keyword type="constant" name="G_SUBPROCESS_FLAGS_STDOUT_PIPE" link="GSubprocess.html#G-SUBPROCESS-FLAGS-STDOUT-PIPE:CAPS"/>
<keyword type="constant" name="G_SUBPROCESS_FLAGS_STDOUT_SILENCE" link="GSubprocess.html#G-SUBPROCESS-FLAGS-STDOUT-SILENCE:CAPS"/>
<keyword type="constant" name="G_SUBPROCESS_FLAGS_STDERR_PIPE" link="GSubprocess.html#G-SUBPROCESS-FLAGS-STDERR-PIPE:CAPS"/>
<keyword type="constant" name="G_SUBPROCESS_FLAGS_STDERR_SILENCE" link="GSubprocess.html#G-SUBPROCESS-FLAGS-STDERR-SILENCE:CAPS"/>
<keyword type="constant" name="G_SUBPROCESS_FLAGS_STDERR_MERGE" link="GSubprocess.html#G-SUBPROCESS-FLAGS-STDERR-MERGE:CAPS"/>
<keyword type="constant" name="G_SUBPROCESS_FLAGS_INHERIT_FDS" link="GSubprocess.html#G-SUBPROCESS-FLAGS-INHERIT-FDS: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_UNIX_SOCKET_ADDRESS_INVALID" link="GUnixSocketAddress.html#G-UNIX-SOCKET-ADDRESS-INVALID:CAPS"/>
<keyword type="constant" name="G_UNIX_SOCKET_ADDRESS_ANONYMOUS" link="GUnixSocketAddress.html#G-UNIX-SOCKET-ADDRESS-ANONYMOUS:CAPS"/>
<keyword type="constant" name="G_UNIX_SOCKET_ADDRESS_PATH" link="GUnixSocketAddress.html#G-UNIX-SOCKET-ADDRESS-PATH:CAPS"/>
<keyword type="constant" name="G_UNIX_SOCKET_ADDRESS_ABSTRACT" link="GUnixSocketAddress.html#G-UNIX-SOCKET-ADDRESS-ABSTRACT:CAPS"/>
<keyword type="constant" name="G_UNIX_SOCKET_ADDRESS_ABSTRACT_PADDED" link="GUnixSocketAddress.html#G-UNIX-SOCKET-ADDRESS-ABSTRACT-PADDED:CAPS"/>
<keyword type="constant" name="G_CREDENTIALS_TYPE_INVALID" link="GCredentials.html#G-CREDENTIALS-TYPE-INVALID:CAPS"/>
<keyword type="constant" name="G_CREDENTIALS_TYPE_LINUX_UCRED" link="GCredentials.html#G-CREDENTIALS-TYPE-LINUX-UCRED:CAPS"/>
<keyword type="constant" name="G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED" link="GCredentials.html#G-CREDENTIALS-TYPE-FREEBSD-CMSGCRED:CAPS"/>
<keyword type="constant" name="G_CREDENTIALS_TYPE_OPENBSD_SOCKPEERCRED" link="GCredentials.html#G-CREDENTIALS-TYPE-OPENBSD-SOCKPEERCRED:CAPS"/>
<keyword type="constant" name="G_CREDENTIALS_TYPE_SOLARIS_UCRED" link="GCredentials.html#G-CREDENTIALS-TYPE-SOLARIS-UCRED:CAPS"/>
<keyword type="constant" name="G_CREDENTIALS_TYPE_NETBSD_UNPCBID" link="GCredentials.html#G-CREDENTIALS-TYPE-NETBSD-UNPCBID:CAPS"/>
<keyword type="constant" name="G_SOCKET_CLIENT_RESOLVING" link="GSocketClient.html#G-SOCKET-CLIENT-RESOLVING:CAPS"/>
<keyword type="constant" name="G_SOCKET_CLIENT_RESOLVED" link="GSocketClient.html#G-SOCKET-CLIENT-RESOLVED:CAPS"/>
<keyword type="constant" name="G_SOCKET_CLIENT_CONNECTING" link="GSocketClient.html#G-SOCKET-CLIENT-CONNECTING:CAPS"/>
<keyword type="constant" name="G_SOCKET_CLIENT_CONNECTED" link="GSocketClient.html#G-SOCKET-CLIENT-CONNECTED:CAPS"/>
<keyword type="constant" name="G_SOCKET_CLIENT_PROXY_NEGOTIATING" link="GSocketClient.html#G-SOCKET-CLIENT-PROXY-NEGOTIATING:CAPS"/>
<keyword type="constant" name="G_SOCKET_CLIENT_PROXY_NEGOTIATED" link="GSocketClient.html#G-SOCKET-CLIENT-PROXY-NEGOTIATED:CAPS"/>
<keyword type="constant" name="G_SOCKET_CLIENT_TLS_HANDSHAKING" link="GSocketClient.html#G-SOCKET-CLIENT-TLS-HANDSHAKING:CAPS"/>
<keyword type="constant" name="G_SOCKET_CLIENT_TLS_HANDSHAKED" link="GSocketClient.html#G-SOCKET-CLIENT-TLS-HANDSHAKED:CAPS"/>
<keyword type="constant" name="G_SOCKET_CLIENT_COMPLETE" link="GSocketClient.html#G-SOCKET-CLIENT-COMPLETE:CAPS"/>
<keyword type="constant" name="G_SOCKET_LISTENER_BINDING" link="GSocketListener.html#G-SOCKET-LISTENER-BINDING:CAPS"/>
<keyword type="constant" name="G_SOCKET_LISTENER_BOUND" link="GSocketListener.html#G-SOCKET-LISTENER-BOUND:CAPS"/>
<keyword type="constant" name="G_SOCKET_LISTENER_LISTENING" link="GSocketListener.html#G-SOCKET-LISTENER-LISTENING:CAPS"/>
<keyword type="constant" name="G_SOCKET_LISTENER_LISTENED" link="GSocketListener.html#G-SOCKET-LISTENER-LISTENED:CAPS"/>
<keyword type="constant" name="G_NETWORK_CONNECTIVITY_LOCAL" link="GNetworkMonitor.html#G-NETWORK-CONNECTIVITY-LOCAL:CAPS"/>
<keyword type="constant" name="G_NETWORK_CONNECTIVITY_LIMITED" link="GNetworkMonitor.html#G-NETWORK-CONNECTIVITY-LIMITED:CAPS"/>
<keyword type="constant" name="G_NETWORK_CONNECTIVITY_PORTAL" link="GNetworkMonitor.html#G-NETWORK-CONNECTIVITY-PORTAL:CAPS"/>
<keyword type="constant" name="G_NETWORK_CONNECTIVITY_FULL" link="GNetworkMonitor.html#G-NETWORK-CONNECTIVITY-FULL:CAPS"/>
<keyword type="constant" name="G_TLS_ERROR_UNAVAILABLE" link="gio-TLS-Overview.html#G-TLS-ERROR-UNAVAILABLE:CAPS"/>
<keyword type="constant" name="G_TLS_ERROR_MISC" link="gio-TLS-Overview.html#G-TLS-ERROR-MISC:CAPS"/>
<keyword type="constant" name="G_TLS_ERROR_BAD_CERTIFICATE" link="gio-TLS-Overview.html#G-TLS-ERROR-BAD-CERTIFICATE:CAPS"/>
<keyword type="constant" name="G_TLS_ERROR_NOT_TLS" link="gio-TLS-Overview.html#G-TLS-ERROR-NOT-TLS:CAPS"/>
<keyword type="constant" name="G_TLS_ERROR_HANDSHAKE" link="gio-TLS-Overview.html#G-TLS-ERROR-HANDSHAKE:CAPS"/>
<keyword type="constant" name="G_TLS_ERROR_CERTIFICATE_REQUIRED" link="gio-TLS-Overview.html#G-TLS-ERROR-CERTIFICATE-REQUIRED:CAPS"/>
<keyword type="constant" name="G_TLS_ERROR_EOF" link="gio-TLS-Overview.html#G-TLS-ERROR-EOF:CAPS"/>
<keyword type="constant" name="G_TLS_AUTHENTICATION_NONE" link="gio-TLS-Overview.html#G-TLS-AUTHENTICATION-NONE:CAPS"/>
<keyword type="constant" name="G_TLS_AUTHENTICATION_REQUESTED" link="gio-TLS-Overview.html#G-TLS-AUTHENTICATION-REQUESTED:CAPS"/>
<keyword type="constant" name="G_TLS_AUTHENTICATION_REQUIRED" link="gio-TLS-Overview.html#G-TLS-AUTHENTICATION-REQUIRED:CAPS"/>
<keyword type="constant" name="G_TLS_CERTIFICATE_UNKNOWN_CA" link="gio-TLS-Overview.html#G-TLS-CERTIFICATE-UNKNOWN-CA:CAPS"/>
<keyword type="constant" name="G_TLS_CERTIFICATE_BAD_IDENTITY" link="gio-TLS-Overview.html#G-TLS-CERTIFICATE-BAD-IDENTITY:CAPS"/>
<keyword type="constant" name="G_TLS_CERTIFICATE_NOT_ACTIVATED" link="gio-TLS-Overview.html#G-TLS-CERTIFICATE-NOT-ACTIVATED:CAPS"/>
<keyword type="constant" name="G_TLS_CERTIFICATE_EXPIRED" link="gio-TLS-Overview.html#G-TLS-CERTIFICATE-EXPIRED:CAPS"/>
<keyword type="constant" name="G_TLS_CERTIFICATE_REVOKED" link="gio-TLS-Overview.html#G-TLS-CERTIFICATE-REVOKED:CAPS"/>
<keyword type="constant" name="G_TLS_CERTIFICATE_INSECURE" link="gio-TLS-Overview.html#G-TLS-CERTIFICATE-INSECURE:CAPS"/>
<keyword type="constant" name="G_TLS_CERTIFICATE_GENERIC_ERROR" link="gio-TLS-Overview.html#G-TLS-CERTIFICATE-GENERIC-ERROR:CAPS"/>
<keyword type="constant" name="G_TLS_CERTIFICATE_VALIDATE_ALL" link="gio-TLS-Overview.html#G-TLS-CERTIFICATE-VALIDATE-ALL:CAPS"/>
<keyword type="constant" name="G_TLS_REHANDSHAKE_NEVER" link="GTlsConnection.html#G-TLS-REHANDSHAKE-NEVER:CAPS"/>
<keyword type="constant" name="G_TLS_REHANDSHAKE_SAFELY" link="GTlsConnection.html#G-TLS-REHANDSHAKE-SAFELY:CAPS"/>
<keyword type="constant" name="G_TLS_REHANDSHAKE_UNSAFELY" link="GTlsConnection.html#G-TLS-REHANDSHAKE-UNSAFELY:CAPS"/>
<keyword type="constant" name="G_TLS_DATABASE_VERIFY_NONE" link="GTlsDatabase.html#G-TLS-DATABASE-VERIFY-NONE:CAPS"/>
<keyword type="constant" name="G_TLS_DATABASE_LOOKUP_NONE" link="GTlsDatabase.html#G-TLS-DATABASE-LOOKUP-NONE:CAPS"/>
<keyword type="constant" name="G_TLS_DATABASE_LOOKUP_KEYPAIR" link="GTlsDatabase.html#G-TLS-DATABASE-LOOKUP-KEYPAIR:CAPS"/>
<keyword type="constant" name="G_TLS_INTERACTION_UNHANDLED" link="GTlsInteraction.html#G-TLS-INTERACTION-UNHANDLED:CAPS"/>
<keyword type="constant" name="G_TLS_INTERACTION_HANDLED" link="GTlsInteraction.html#G-TLS-INTERACTION-HANDLED:CAPS"/>
<keyword type="constant" name="G_TLS_INTERACTION_FAILED" link="GTlsInteraction.html#G-TLS-INTERACTION-FAILED:CAPS"/>
<keyword type="constant" name="G_TLS_CERTIFICATE_REQUEST_NONE" link="GTlsInteraction.html#G-TLS-CERTIFICATE-REQUEST-NONE:CAPS"/>
<keyword type="constant" name="G_TLS_PASSWORD_NONE" link="GTlsPassword.html#G-TLS-PASSWORD-NONE:CAPS"/>
<keyword type="constant" name="G_TLS_PASSWORD_RETRY" link="GTlsPassword.html#G-TLS-PASSWORD-RETRY:CAPS"/>
<keyword type="constant" name="G_TLS_PASSWORD_MANY_TRIES" link="GTlsPassword.html#G-TLS-PASSWORD-MANY-TRIES:CAPS"/>
<keyword type="constant" name="G_TLS_PASSWORD_FINAL_TRY" link="GTlsPassword.html#G-TLS-PASSWORD-FINAL-TRY:CAPS"/>
<keyword type="constant" name="G_RESOLVER_RECORD_SRV" link="GResolver.html#G-RESOLVER-RECORD-SRV:CAPS"/>
<keyword type="constant" name="G_RESOLVER_RECORD_MX" link="GResolver.html#G-RESOLVER-RECORD-MX:CAPS"/>
<keyword type="constant" name="G_RESOLVER_RECORD_TXT" link="GResolver.html#G-RESOLVER-RECORD-TXT:CAPS"/>
<keyword type="constant" name="G_RESOLVER_RECORD_SOA" link="GResolver.html#G-RESOLVER-RECORD-SOA:CAPS"/>
<keyword type="constant" name="G_RESOLVER_RECORD_NS" link="GResolver.html#G-RESOLVER-RECORD-NS: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"/>
<keyword type="constant" name="G_DBUS_PROPERTY_INFO_FLAGS_NONE" link="gio-D-Bus-Introspection-Data.html#G-DBUS-PROPERTY-INFO-FLAGS-NONE:CAPS"/>
<keyword type="constant" name="G_DBUS_PROPERTY_INFO_FLAGS_READABLE" link="gio-D-Bus-Introspection-Data.html#G-DBUS-PROPERTY-INFO-FLAGS-READABLE:CAPS"/>
<keyword type="constant" name="G_DBUS_PROPERTY_INFO_FLAGS_WRITABLE" link="gio-D-Bus-Introspection-Data.html#G-DBUS-PROPERTY-INFO-FLAGS-WRITABLE:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_FAILED" link="gio-GDBusError.html#G-DBUS-ERROR-FAILED:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_NO_MEMORY" link="gio-GDBusError.html#G-DBUS-ERROR-NO-MEMORY:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_SERVICE_UNKNOWN" link="gio-GDBusError.html#G-DBUS-ERROR-SERVICE-UNKNOWN:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_NAME_HAS_NO_OWNER" link="gio-GDBusError.html#G-DBUS-ERROR-NAME-HAS-NO-OWNER:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_NO_REPLY" link="gio-GDBusError.html#G-DBUS-ERROR-NO-REPLY:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_IO_ERROR" link="gio-GDBusError.html#G-DBUS-ERROR-IO-ERROR:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_BAD_ADDRESS" link="gio-GDBusError.html#G-DBUS-ERROR-BAD-ADDRESS:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_NOT_SUPPORTED" link="gio-GDBusError.html#G-DBUS-ERROR-NOT-SUPPORTED:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_LIMITS_EXCEEDED" link="gio-GDBusError.html#G-DBUS-ERROR-LIMITS-EXCEEDED:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_ACCESS_DENIED" link="gio-GDBusError.html#G-DBUS-ERROR-ACCESS-DENIED:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_AUTH_FAILED" link="gio-GDBusError.html#G-DBUS-ERROR-AUTH-FAILED:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_NO_SERVER" link="gio-GDBusError.html#G-DBUS-ERROR-NO-SERVER:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_TIMEOUT" link="gio-GDBusError.html#G-DBUS-ERROR-TIMEOUT:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_NO_NETWORK" link="gio-GDBusError.html#G-DBUS-ERROR-NO-NETWORK:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_ADDRESS_IN_USE" link="gio-GDBusError.html#G-DBUS-ERROR-ADDRESS-IN-USE:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_DISCONNECTED" link="gio-GDBusError.html#G-DBUS-ERROR-DISCONNECTED:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_INVALID_ARGS" link="gio-GDBusError.html#G-DBUS-ERROR-INVALID-ARGS:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_FILE_NOT_FOUND" link="gio-GDBusError.html#G-DBUS-ERROR-FILE-NOT-FOUND:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_FILE_EXISTS" link="gio-GDBusError.html#G-DBUS-ERROR-FILE-EXISTS:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_UNKNOWN_METHOD" link="gio-GDBusError.html#G-DBUS-ERROR-UNKNOWN-METHOD:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_TIMED_OUT" link="gio-GDBusError.html#G-DBUS-ERROR-TIMED-OUT:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_MATCH_RULE_NOT_FOUND" link="gio-GDBusError.html#G-DBUS-ERROR-MATCH-RULE-NOT-FOUND:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_MATCH_RULE_INVALID" link="gio-GDBusError.html#G-DBUS-ERROR-MATCH-RULE-INVALID:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_SPAWN_EXEC_FAILED" link="gio-GDBusError.html#G-DBUS-ERROR-SPAWN-EXEC-FAILED:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_SPAWN_FORK_FAILED" link="gio-GDBusError.html#G-DBUS-ERROR-SPAWN-FORK-FAILED:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_SPAWN_CHILD_EXITED" link="gio-GDBusError.html#G-DBUS-ERROR-SPAWN-CHILD-EXITED:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_SPAWN_CHILD_SIGNALED" link="gio-GDBusError.html#G-DBUS-ERROR-SPAWN-CHILD-SIGNALED:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_SPAWN_FAILED" link="gio-GDBusError.html#G-DBUS-ERROR-SPAWN-FAILED:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_SPAWN_SETUP_FAILED" link="gio-GDBusError.html#G-DBUS-ERROR-SPAWN-SETUP-FAILED:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_SPAWN_CONFIG_INVALID" link="gio-GDBusError.html#G-DBUS-ERROR-SPAWN-CONFIG-INVALID:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_SPAWN_SERVICE_INVALID" link="gio-GDBusError.html#G-DBUS-ERROR-SPAWN-SERVICE-INVALID:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_SPAWN_SERVICE_NOT_FOUND" link="gio-GDBusError.html#G-DBUS-ERROR-SPAWN-SERVICE-NOT-FOUND:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_SPAWN_PERMISSIONS_INVALID" link="gio-GDBusError.html#G-DBUS-ERROR-SPAWN-PERMISSIONS-INVALID:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_SPAWN_FILE_INVALID" link="gio-GDBusError.html#G-DBUS-ERROR-SPAWN-FILE-INVALID:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_SPAWN_NO_MEMORY" link="gio-GDBusError.html#G-DBUS-ERROR-SPAWN-NO-MEMORY:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN" link="gio-GDBusError.html#G-DBUS-ERROR-UNIX-PROCESS-ID-UNKNOWN:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_INVALID_SIGNATURE" link="gio-GDBusError.html#G-DBUS-ERROR-INVALID-SIGNATURE:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_INVALID_FILE_CONTENT" link="gio-GDBusError.html#G-DBUS-ERROR-INVALID-FILE-CONTENT:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_SELINUX_SECURITY_CONTEXT_UNKNOWN" link="gio-GDBusError.html#G-DBUS-ERROR-SELINUX-SECURITY-CONTEXT-UNKNOWN:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_ADT_AUDIT_DATA_UNKNOWN" link="gio-GDBusError.html#G-DBUS-ERROR-ADT-AUDIT-DATA-UNKNOWN:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_OBJECT_PATH_IN_USE" link="gio-GDBusError.html#G-DBUS-ERROR-OBJECT-PATH-IN-USE:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_UNKNOWN_OBJECT" link="gio-GDBusError.html#G-DBUS-ERROR-UNKNOWN-OBJECT:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_UNKNOWN_INTERFACE" link="gio-GDBusError.html#G-DBUS-ERROR-UNKNOWN-INTERFACE:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_UNKNOWN_PROPERTY" link="gio-GDBusError.html#G-DBUS-ERROR-UNKNOWN-PROPERTY:CAPS"/>
<keyword type="constant" name="G_DBUS_ERROR_PROPERTY_READ_ONLY" link="gio-GDBusError.html#G-DBUS-ERROR-PROPERTY-READ-ONLY:CAPS"/>
<keyword type="constant" name="G_DBUS_MESSAGE_TYPE_INVALID" link="GDBusMessage.html#G-DBUS-MESSAGE-TYPE-INVALID:CAPS"/>
<keyword type="constant" name="G_DBUS_MESSAGE_TYPE_METHOD_CALL" link="GDBusMessage.html#G-DBUS-MESSAGE-TYPE-METHOD-CALL:CAPS"/>
<keyword type="constant" name="G_DBUS_MESSAGE_TYPE_METHOD_RETURN" link="GDBusMessage.html#G-DBUS-MESSAGE-TYPE-METHOD-RETURN:CAPS"/>
<keyword type="constant" name="G_DBUS_MESSAGE_TYPE_ERROR" link="GDBusMessage.html#G-DBUS-MESSAGE-TYPE-ERROR:CAPS"/>
<keyword type="constant" name="G_DBUS_MESSAGE_TYPE_SIGNAL" link="GDBusMessage.html#G-DBUS-MESSAGE-TYPE-SIGNAL:CAPS"/>
<keyword type="constant" name="G_DBUS_MESSAGE_FLAGS_NONE" link="GDBusMessage.html#G-DBUS-MESSAGE-FLAGS-NONE:CAPS"/>
<keyword type="constant" name="G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED" link="GDBusMessage.html#G-DBUS-MESSAGE-FLAGS-NO-REPLY-EXPECTED:CAPS"/>
<keyword type="constant" name="G_DBUS_MESSAGE_FLAGS_NO_AUTO_START" link="GDBusMessage.html#G-DBUS-MESSAGE-FLAGS-NO-AUTO-START:CAPS"/>
<keyword type="constant" name="G_DBUS_MESSAGE_FLAGS_ALLOW_INTERACTIVE_AUTHORIZATION" link="GDBusMessage.html#G-DBUS-MESSAGE-FLAGS-ALLOW-INTERACTIVE-AUTHORIZATION:CAPS"/>
<keyword type="constant" name="G_DBUS_MESSAGE_HEADER_FIELD_INVALID" link="GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-INVALID:CAPS"/>
<keyword type="constant" name="G_DBUS_MESSAGE_HEADER_FIELD_PATH" link="GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-PATH:CAPS"/>
<keyword type="constant" name="G_DBUS_MESSAGE_HEADER_FIELD_INTERFACE" link="GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-INTERFACE:CAPS"/>
<keyword type="constant" name="G_DBUS_MESSAGE_HEADER_FIELD_MEMBER" link="GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-MEMBER:CAPS"/>
<keyword type="constant" name="G_DBUS_MESSAGE_HEADER_FIELD_ERROR_NAME" link="GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-ERROR-NAME:CAPS"/>
<keyword type="constant" name="G_DBUS_MESSAGE_HEADER_FIELD_REPLY_SERIAL" link="GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-REPLY-SERIAL:CAPS"/>
<keyword type="constant" name="G_DBUS_MESSAGE_HEADER_FIELD_DESTINATION" link="GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-DESTINATION:CAPS"/>
<keyword type="constant" name="G_DBUS_MESSAGE_HEADER_FIELD_SENDER" link="GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-SENDER:CAPS"/>
<keyword type="constant" name="G_DBUS_MESSAGE_HEADER_FIELD_SIGNATURE" link="GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-SIGNATURE:CAPS"/>
<keyword type="constant" name="G_DBUS_MESSAGE_HEADER_FIELD_NUM_UNIX_FDS" link="GDBusMessage.html#G-DBUS-MESSAGE-HEADER-FIELD-NUM-UNIX-FDS:CAPS"/>
<keyword type="constant" name="G_DBUS_MESSAGE_BYTE_ORDER_BIG_ENDIAN" link="GDBusMessage.html#G-DBUS-MESSAGE-BYTE-ORDER-BIG-ENDIAN:CAPS"/>
<keyword type="constant" name="G_DBUS_MESSAGE_BYTE_ORDER_LITTLE_ENDIAN" link="GDBusMessage.html#G-DBUS-MESSAGE-BYTE-ORDER-LITTLE-ENDIAN:CAPS"/>
<keyword type="constant" name="G_BUS_TYPE_STARTER" link="GDBusConnection.html#G-BUS-TYPE-STARTER:CAPS"/>
<keyword type="constant" name="G_BUS_TYPE_NONE" link="GDBusConnection.html#G-BUS-TYPE-NONE:CAPS"/>
<keyword type="constant" name="G_BUS_TYPE_SYSTEM" link="GDBusConnection.html#G-BUS-TYPE-SYSTEM:CAPS"/>
<keyword type="constant" name="G_BUS_TYPE_SESSION" link="GDBusConnection.html#G-BUS-TYPE-SESSION:CAPS"/>
<keyword type="constant" name="G_DBUS_CONNECTION_FLAGS_NONE" link="GDBusConnection.html#G-DBUS-CONNECTION-FLAGS-NONE:CAPS"/>
<keyword type="constant" name="G_DBUS_CONNECTION_FLAGS_AUTHENTICATION_CLIENT" link="GDBusConnection.html#G-DBUS-CONNECTION-FLAGS-AUTHENTICATION-CLIENT:CAPS"/>
<keyword type="constant" name="G_DBUS_CONNECTION_FLAGS_AUTHENTICATION_SERVER" link="GDBusConnection.html#G-DBUS-CONNECTION-FLAGS-AUTHENTICATION-SERVER:CAPS"/>
<keyword type="constant" name="G_DBUS_CONNECTION_FLAGS_AUTHENTICATION_ALLOW_ANONYMOUS" link="GDBusConnection.html#G-DBUS-CONNECTION-FLAGS-AUTHENTICATION-ALLOW-ANONYMOUS:CAPS"/>
<keyword type="constant" name="G_DBUS_CONNECTION_FLAGS_MESSAGE_BUS_CONNECTION" link="GDBusConnection.html#G-DBUS-CONNECTION-FLAGS-MESSAGE-BUS-CONNECTION:CAPS"/>
<keyword type="constant" name="G_DBUS_CONNECTION_FLAGS_DELAY_MESSAGE_PROCESSING" link="GDBusConnection.html#G-DBUS-CONNECTION-FLAGS-DELAY-MESSAGE-PROCESSING:CAPS"/>
<keyword type="constant" name="G_DBUS_CAPABILITY_FLAGS_NONE" link="GDBusConnection.html#G-DBUS-CAPABILITY-FLAGS-NONE:CAPS"/>
<keyword type="constant" name="G_DBUS_CAPABILITY_FLAGS_UNIX_FD_PASSING" link="GDBusConnection.html#G-DBUS-CAPABILITY-FLAGS-UNIX-FD-PASSING:CAPS"/>
<keyword type="constant" name="G_DBUS_CALL_FLAGS_NONE" link="GDBusConnection.html#G-DBUS-CALL-FLAGS-NONE:CAPS"/>
<keyword type="constant" name="G_DBUS_CALL_FLAGS_NO_AUTO_START" link="GDBusConnection.html#G-DBUS-CALL-FLAGS-NO-AUTO-START:CAPS"/>
<keyword type="constant" name="G_DBUS_CALL_FLAGS_ALLOW_INTERACTIVE_AUTHORIZATION" link="GDBusConnection.html#G-DBUS-CALL-FLAGS-ALLOW-INTERACTIVE-AUTHORIZATION:CAPS"/>
<keyword type="constant" name="G_DBUS_SIGNAL_FLAGS_NONE" link="GDBusConnection.html#G-DBUS-SIGNAL-FLAGS-NONE:CAPS"/>
<keyword type="constant" name="G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE" link="GDBusConnection.html#G-DBUS-SIGNAL-FLAGS-NO-MATCH-RULE:CAPS"/>
<keyword type="constant" name="G_DBUS_SIGNAL_FLAGS_MATCH_ARG0_NAMESPACE" link="GDBusConnection.html#G-DBUS-SIGNAL-FLAGS-MATCH-ARG0-NAMESPACE:CAPS"/>
<keyword type="constant" name="G_DBUS_SIGNAL_FLAGS_MATCH_ARG0_PATH" link="GDBusConnection.html#G-DBUS-SIGNAL-FLAGS-MATCH-ARG0-PATH:CAPS"/>
<keyword type="constant" name="G_DBUS_SEND_MESSAGE_FLAGS_NONE" link="GDBusConnection.html#G-DBUS-SEND-MESSAGE-FLAGS-NONE:CAPS"/>
<keyword type="constant" name="G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL" link="GDBusConnection.html#G-DBUS-SEND-MESSAGE-FLAGS-PRESERVE-SERIAL:CAPS"/>
<keyword type="constant" name="G_DBUS_SUBTREE_FLAGS_NONE" link="GDBusConnection.html#G-DBUS-SUBTREE-FLAGS-NONE:CAPS"/>
<keyword type="constant" name="G_DBUS_SUBTREE_FLAGS_DISPATCH_TO_UNENUMERATED_NODES" link="GDBusConnection.html#G-DBUS-SUBTREE-FLAGS-DISPATCH-TO-UNENUMERATED-NODES:CAPS"/>
<keyword type="constant" name="G_DBUS_SERVER_FLAGS_NONE" link="GDBusServer.html#G-DBUS-SERVER-FLAGS-NONE:CAPS"/>
<keyword type="constant" name="G_DBUS_SERVER_FLAGS_RUN_IN_THREAD" link="GDBusServer.html#G-DBUS-SERVER-FLAGS-RUN-IN-THREAD:CAPS"/>
<keyword type="constant" name="G_DBUS_SERVER_FLAGS_AUTHENTICATION_ALLOW_ANONYMOUS" link="GDBusServer.html#G-DBUS-SERVER-FLAGS-AUTHENTICATION-ALLOW-ANONYMOUS:CAPS"/>
<keyword type="constant" name="G_BUS_NAME_OWNER_FLAGS_NONE" link="gio-Owning-Bus-Names.html#G-BUS-NAME-OWNER-FLAGS-NONE:CAPS"/>
<keyword type="constant" name="G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT" link="gio-Owning-Bus-Names.html#G-BUS-NAME-OWNER-FLAGS-ALLOW-REPLACEMENT:CAPS"/>
<keyword type="constant" name="G_BUS_NAME_OWNER_FLAGS_REPLACE" link="gio-Owning-Bus-Names.html#G-BUS-NAME-OWNER-FLAGS-REPLACE:CAPS"/>
<keyword type="constant" name="G_BUS_NAME_WATCHER_FLAGS_NONE" link="gio-Watching-Bus-Names.html#G-BUS-NAME-WATCHER-FLAGS-NONE:CAPS"/>
<keyword type="constant" name="G_BUS_NAME_WATCHER_FLAGS_AUTO_START" link="gio-Watching-Bus-Names.html#G-BUS-NAME-WATCHER-FLAGS-AUTO-START:CAPS"/>
<keyword type="constant" name="G_DBUS_INTERFACE_SKELETON_FLAGS_NONE" link="GDBusInterfaceSkeleton.html#G-DBUS-INTERFACE-SKELETON-FLAGS-NONE:CAPS"/>
<keyword type="constant" name="G_DBUS_INTERFACE_SKELETON_FLAGS_HANDLE_METHOD_INVOCATIONS_IN_THREAD" link="GDBusInterfaceSkeleton.html#G-DBUS-INTERFACE-SKELETON-FLAGS-HANDLE-METHOD-INVOCATIONS-IN-THREAD:CAPS"/>
<keyword type="constant" name="G_DBUS_PROXY_FLAGS_NONE" link="GDBusProxy.html#G-DBUS-PROXY-FLAGS-NONE:CAPS"/>
<keyword type="constant" name="G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES" link="GDBusProxy.html#G-DBUS-PROXY-FLAGS-DO-NOT-LOAD-PROPERTIES:CAPS"/>
<keyword type="constant" name="G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS" link="GDBusProxy.html#G-DBUS-PROXY-FLAGS-DO-NOT-CONNECT-SIGNALS:CAPS"/>
<keyword type="constant" name="G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START" link="GDBusProxy.html#G-DBUS-PROXY-FLAGS-DO-NOT-AUTO-START:CAPS"/>
<keyword type="constant" name="G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES" link="GDBusProxy.html#G-DBUS-PROXY-FLAGS-GET-INVALIDATED-PROPERTIES:CAPS"/>
<keyword type="constant" name="G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START_AT_CONSTRUCTION" link="GDBusProxy.html#G-DBUS-PROXY-FLAGS-DO-NOT-AUTO-START-AT-CONSTRUCTION:CAPS"/>
<keyword type="constant" name="G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_NONE" link="GDBusObjectManagerClient.html#G-DBUS-OBJECT-MANAGER-CLIENT-FLAGS-NONE:CAPS"/>
<keyword type="constant" name="G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_DO_NOT_AUTO_START" link="GDBusObjectManagerClient.html#G-DBUS-OBJECT-MANAGER-CLIENT-FLAGS-DO-NOT-AUTO-START:CAPS"/>
<keyword type="constant" name="G_SETTINGS_BIND_DEFAULT" link="GSettings.html#G-SETTINGS-BIND-DEFAULT:CAPS"/>
<keyword type="constant" name="G_SETTINGS_BIND_GET" link="GSettings.html#G-SETTINGS-BIND-GET:CAPS"/>
<keyword type="constant" name="G_SETTINGS_BIND_SET" link="GSettings.html#G-SETTINGS-BIND-SET:CAPS"/>
<keyword type="constant" name="G_SETTINGS_BIND_NO_SENSITIVITY" link="GSettings.html#G-SETTINGS-BIND-NO-SENSITIVITY:CAPS"/>
<keyword type="constant" name="G_SETTINGS_BIND_GET_NO_CHANGES" link="GSettings.html#G-SETTINGS-BIND-GET-NO-CHANGES:CAPS"/>
<keyword type="constant" name="G_SETTINGS_BIND_INVERT_BOOLEAN" link="GSettings.html#G-SETTINGS-BIND-INVERT-BOOLEAN:CAPS"/>
<keyword type="constant" name="G_RESOURCE_FLAGS_NONE" link="GResource.html#G-RESOURCE-FLAGS-NONE:CAPS"/>
<keyword type="constant" name="G_RESOURCE_FLAGS_COMPRESSED" link="GResource.html#G-RESOURCE-FLAGS-COMPRESSED:CAPS"/>
<keyword type="constant" name="G_RESOURCE_LOOKUP_FLAGS_NONE" link="GResource.html#G-RESOURCE-LOOKUP-FLAGS-NONE:CAPS"/>
<keyword type="constant" name="G_RESOURCE_ERROR_NOT_FOUND" link="GResource.html#G-RESOURCE-ERROR-NOT-FOUND:CAPS"/>
<keyword type="constant" name="G_RESOURCE_ERROR_INTERNAL" link="GResource.html#G-RESOURCE-ERROR-INTERNAL:CAPS"/>
<keyword type="constant" name="G_WIN32_REGISTRY_VALUE_NONE" link="gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-NONE:CAPS"/>
<keyword type="constant" name="G_WIN32_REGISTRY_VALUE_BINARY" link="gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-BINARY:CAPS"/>
<keyword type="constant" name="G_WIN32_REGISTRY_VALUE_UINT32LE" link="gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-UINT32LE:CAPS"/>
<keyword type="constant" name="G_WIN32_REGISTRY_VALUE_UINT32BE" link="gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-UINT32BE:CAPS"/>
<keyword type="constant" name="G_WIN32_REGISTRY_VALUE_UINT32" link="gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-UINT32:CAPS"/>
<keyword type="constant" name="G_WIN32_REGISTRY_VALUE_UINT32" link="gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-UINT32:CAPS"/>
<keyword type="constant" name="G_WIN32_REGISTRY_VALUE_EXPAND_STR" link="gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-EXPAND-STR:CAPS"/>
<keyword type="constant" name="G_WIN32_REGISTRY_VALUE_LINK" link="gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-LINK:CAPS"/>
<keyword type="constant" name="G_WIN32_REGISTRY_VALUE_MULTI_STR" link="gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-MULTI-STR:CAPS"/>
<keyword type="constant" name="G_WIN32_REGISTRY_VALUE_UINT64LE" link="gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-UINT64LE:CAPS"/>
<keyword type="constant" name="G_WIN32_REGISTRY_VALUE_UINT64" link="gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-UINT64:CAPS"/>
<keyword type="constant" name="G_WIN32_REGISTRY_VALUE_STR" link="gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-VALUE-STR:CAPS"/>
<keyword type="constant" name="G_WIN32_REGISTRY_WATCH_NAME" link="gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-WATCH-NAME:CAPS"/>
<keyword type="constant" name="G_WIN32_REGISTRY_WATCH_ATTRIBUTES" link="gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-WATCH-ATTRIBUTES:CAPS"/>
<keyword type="constant" name="G_WIN32_REGISTRY_WATCH_VALUES" link="gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-WATCH-VALUES:CAPS"/>
<keyword type="constant" name="G_WIN32_REGISTRY_WATCH_SECURITY" link="gio-GWin32RegistryKey.html#G-WIN32-REGISTRY-WATCH-SECURITY:CAPS"/>
<keyword type="constant" name="G_APPLICATION_FLAGS_NONE" link="GApplication.html#G-APPLICATION-FLAGS-NONE:CAPS"/>
<keyword type="constant" name="G_APPLICATION_IS_SERVICE" link="GApplication.html#G-APPLICATION-IS-SERVICE:CAPS"/>
<keyword type="constant" name="G_APPLICATION_IS_LAUNCHER" link="GApplication.html#G-APPLICATION-IS-LAUNCHER:CAPS"/>
<keyword type="constant" name="G_APPLICATION_HANDLES_OPEN" link="GApplication.html#G-APPLICATION-HANDLES-OPEN:CAPS"/>
<keyword type="constant" name="G_APPLICATION_HANDLES_COMMAND_LINE" link="GApplication.html#G-APPLICATION-HANDLES-COMMAND-LINE:CAPS"/>
<keyword type="constant" name="G_APPLICATION_SEND_ENVIRONMENT" link="GApplication.html#G-APPLICATION-SEND-ENVIRONMENT:CAPS"/>
<keyword type="constant" name="G_APPLICATION_NON_UNIQUE" link="GApplication.html#G-APPLICATION-NON-UNIQUE:CAPS"/>
<keyword type="constant" name="G_APPLICATION_CAN_OVERRIDE_APP_ID" link="GApplication.html#G-APPLICATION-CAN-OVERRIDE-APP-ID:CAPS"/>
<keyword type="constant" name="G_NOTIFICATION_PRIORITY_NORMAL" link="GNotification.html#G-NOTIFICATION-PRIORITY-NORMAL:CAPS"/>
<keyword type="constant" name="G_NOTIFICATION_PRIORITY_LOW" link="GNotification.html#G-NOTIFICATION-PRIORITY-LOW:CAPS"/>
<keyword type="constant" name="G_NOTIFICATION_PRIORITY_HIGH" link="GNotification.html#G-NOTIFICATION-PRIORITY-HIGH:CAPS"/>
<keyword type="constant" name="G_NOTIFICATION_PRIORITY_URGENT" link="GNotification.html#G-NOTIFICATION-PRIORITY-URGENT:CAPS"/>
<keyword type="constant" name="G_IO_MODULE_SCOPE_NONE" link="GIOModule.html#G-IO-MODULE-SCOPE-NONE:CAPS"/>
<keyword type="constant" name="G_IO_MODULE_SCOPE_BLOCK_DUPLICATES" link="GIOModule.html#G-IO-MODULE-SCOPE-BLOCK-DUPLICATES:CAPS"/>
<keyword type="constant" name="G_TEST_DBUS_NONE" link="GTestDBus.html#G-TEST-DBUS-NONE:CAPS"/>
<keyword type="member" name="GFileIface.dup" link="GFile.html#GFileIface.dup"/>
<keyword type="member" name="GFileIface.hash" link="GFile.html#GFileIface.hash"/>
<keyword type="member" name="GFileIface.equal" link="GFile.html#GFileIface.equal"/>
<keyword type="member" name="GFileIface.is-native" link="GFile.html#GFileIface.is-native"/>
<keyword type="member" name="GFileIface.has-uri-scheme" link="GFile.html#GFileIface.has-uri-scheme"/>
<keyword type="member" name="GFileIface.get-uri-scheme" link="GFile.html#GFileIface.get-uri-scheme"/>
<keyword type="member" name="GFileIface.get-basename" link="GFile.html#GFileIface.get-basename"/>
<keyword type="member" name="GFileIface.get-path" link="GFile.html#GFileIface.get-path"/>
<keyword type="member" name="GFileIface.get-uri" link="GFile.html#GFileIface.get-uri"/>
<keyword type="member" name="GFileIface.get-parse-name" link="GFile.html#GFileIface.get-parse-name"/>
<keyword type="member" name="GFileIface.get-parent" link="GFile.html#GFileIface.get-parent"/>
<keyword type="member" name="GFileIface.prefix-matches" link="GFile.html#GFileIface.prefix-matches"/>
<keyword type="member" name="GFileIface.get-relative-path" link="GFile.html#GFileIface.get-relative-path"/>
<keyword type="member" name="GFileIface.resolve-relative-path" link="GFile.html#GFileIface.resolve-relative-path"/>
<keyword type="member" name="GFileIface.get-child-for-display-name" link="GFile.html#GFileIface.get-child-for-display-name"/>
<keyword type="member" name="GFileIface.enumerate-children" link="GFile.html#GFileIface.enumerate-children"/>
<keyword type="member" name="GFileIface.enumerate-children-async" link="GFile.html#GFileIface.enumerate-children-async"/>
<keyword type="member" name="GFileIface.enumerate-children-finish" link="GFile.html#GFileIface.enumerate-children-finish"/>
<keyword type="member" name="GFileIface.query-info" link="GFile.html#GFileIface.query-info"/>
<keyword type="member" name="GFileIface.query-info-async" link="GFile.html#GFileIface.query-info-async"/>
<keyword type="member" name="GFileIface.query-info-finish" link="GFile.html#GFileIface.query-info-finish"/>
<keyword type="member" name="GFileIface.query-filesystem-info" link="GFile.html#GFileIface.query-filesystem-info"/>
<keyword type="member" name="GFileIface.query-filesystem-info-async" link="GFile.html#GFileIface.query-filesystem-info-async"/>
<keyword type="member" name="GFileIface.query-filesystem-info-finish" link="GFile.html#GFileIface.query-filesystem-info-finish"/>
<keyword type="member" name="GFileIface.find-enclosing-mount" link="GFile.html#GFileIface.find-enclosing-mount"/>
<keyword type="member" name="GFileIface.find-enclosing-mount-async" link="GFile.html#GFileIface.find-enclosing-mount-async"/>
<keyword type="member" name="GFileIface.find-enclosing-mount-finish" link="GFile.html#GFileIface.find-enclosing-mount-finish"/>
<keyword type="member" name="GFileIface.set-display-name" link="GFile.html#GFileIface.set-display-name"/>
<keyword type="member" name="GFileIface.set-display-name-async" link="GFile.html#GFileIface.set-display-name-async"/>
<keyword type="member" name="GFileIface.set-display-name-finish" link="GFile.html#GFileIface.set-display-name-finish"/>
<keyword type="member" name="GFileIface.query-settable-attributes" link="GFile.html#GFileIface.query-settable-attributes"/>
<keyword type="member" name="GFileIface.-query-settable-attributes-async" link="GFile.html#GFileIface.-query-settable-attributes-async"/>
<keyword type="member" name="GFileIface.-query-settable-attributes-finish" link="GFile.html#GFileIface.-query-settable-attributes-finish"/>
<keyword type="member" name="GFileIface.query-writable-namespaces" link="GFile.html#GFileIface.query-writable-namespaces"/>
<keyword type="member" name="GFileIface.-query-writable-namespaces-async" link="GFile.html#GFileIface.-query-writable-namespaces-async"/>
<keyword type="member" name="GFileIface.-query-writable-namespaces-finish" link="GFile.html#GFileIface.-query-writable-namespaces-finish"/>
<keyword type="member" name="GFileIface.set-attribute" link="GFile.html#GFileIface.set-attribute"/>
<keyword type="member" name="GFileIface.set-attributes-from-info" link="GFile.html#GFileIface.set-attributes-from-info"/>
<keyword type="member" name="GFileIface.set-attributes-async" link="GFile.html#GFileIface.set-attributes-async"/>
<keyword type="member" name="GFileIface.set-attributes-finish" link="GFile.html#GFileIface.set-attributes-finish"/>
<keyword type="member" name="GFileIface.read-fn" link="GFile.html#GFileIface.read-fn"/>
<keyword type="member" name="GFileIface.read-async" link="GFile.html#GFileIface.read-async"/>
<keyword type="member" name="GFileIface.read-finish" link="GFile.html#GFileIface.read-finish"/>
<keyword type="member" name="GFileIface.append-to" link="GFile.html#GFileIface.append-to"/>
<keyword type="member" name="GFileIface.append-to-async" link="GFile.html#GFileIface.append-to-async"/>
<keyword type="member" name="GFileIface.append-to-finish" link="GFile.html#GFileIface.append-to-finish"/>
<keyword type="member" name="GFileIface.create" link="GFile.html#GFileIface.create"/>
<keyword type="member" name="GFileIface.create-async" link="GFile.html#GFileIface.create-async"/>
<keyword type="member" name="GFileIface.create-finish" link="GFile.html#GFileIface.create-finish"/>
<keyword type="member" name="GFileIface.replace" link="GFile.html#GFileIface.replace"/>
<keyword type="member" name="GFileIface.replace-async" link="GFile.html#GFileIface.replace-async"/>
<keyword type="member" name="GFileIface.replace-finish" link="GFile.html#GFileIface.replace-finish"/>
<keyword type="member" name="GFileIface.delete-file" link="GFile.html#GFileIface.delete-file"/>
<keyword type="member" name="GFileIface.delete-file-async" link="GFile.html#GFileIface.delete-file-async"/>
<keyword type="member" name="GFileIface.delete-file-finish" link="GFile.html#GFileIface.delete-file-finish"/>
<keyword type="member" name="GFileIface.trash" link="GFile.html#GFileIface.trash"/>
<keyword type="member" name="GFileIface.trash-async" link="GFile.html#GFileIface.trash-async"/>
<keyword type="member" name="GFileIface.trash-finish" link="GFile.html#GFileIface.trash-finish"/>
<keyword type="member" name="GFileIface.make-directory" link="GFile.html#GFileIface.make-directory"/>
<keyword type="member" name="GFileIface.make-directory-async" link="GFile.html#GFileIface.make-directory-async"/>
<keyword type="member" name="GFileIface.make-directory-finish" link="GFile.html#GFileIface.make-directory-finish"/>
<keyword type="member" name="GFileIface.make-symbolic-link" link="GFile.html#GFileIface.make-symbolic-link"/>
<keyword type="member" name="GFileIface.-make-symbolic-link-async" link="GFile.html#GFileIface.-make-symbolic-link-async"/>
<keyword type="member" name="GFileIface.-make-symbolic-link-finish" link="GFile.html#GFileIface.-make-symbolic-link-finish"/>
<keyword type="member" name="GFileIface.copy" link="GFile.html#GFileIface.copy"/>
<keyword type="member" name="GFileIface.copy-async" link="GFile.html#GFileIface.copy-async"/>
<keyword type="member" name="GFileIface.copy-finish" link="GFile.html#GFileIface.copy-finish"/>
<keyword type="member" name="GFileIface.move" link="GFile.html#GFileIface.move"/>
<keyword type="member" name="GFileIface.-move-async" link="GFile.html#GFileIface.-move-async"/>
<keyword type="member" name="GFileIface.-move-finish" link="GFile.html#GFileIface.-move-finish"/>
<keyword type="member" name="GFileIface.mount-mountable" link="GFile.html#GFileIface.mount-mountable"/>
<keyword type="member" name="GFileIface.mount-mountable-finish" link="GFile.html#GFileIface.mount-mountable-finish"/>
<keyword type="member" name="GFileIface.unmount-mountable" link="GFile.html#GFileIface.unmount-mountable"/>
<keyword type="member" name="GFileIface.unmount-mountable-finish" link="GFile.html#GFileIface.unmount-mountable-finish"/>
<keyword type="member" name="GFileIface.eject-mountable" link="GFile.html#GFileIface.eject-mountable"/>
<keyword type="member" name="GFileIface.eject-mountable-finish" link="GFile.html#GFileIface.eject-mountable-finish"/>
<keyword type="member" name="GFileIface.mount-enclosing-volume" link="GFile.html#GFileIface.mount-enclosing-volume"/>
<keyword type="member" name="GFileIface.mount-enclosing-volume-finish" link="GFile.html#GFileIface.mount-enclosing-volume-finish"/>
<keyword type="member" name="GFileIface.monitor-dir" link="GFile.html#GFileIface.monitor-dir"/>
<keyword type="member" name="GFileIface.monitor-file" link="GFile.html#GFileIface.monitor-file"/>
<keyword type="member" name="GFileIface.open-readwrite" link="GFile.html#GFileIface.open-readwrite"/>
<keyword type="member" name="GFileIface.open-readwrite-async" link="GFile.html#GFileIface.open-readwrite-async"/>
<keyword type="member" name="GFileIface.open-readwrite-finish" link="GFile.html#GFileIface.open-readwrite-finish"/>
<keyword type="member" name="GFileIface.create-readwrite" link="GFile.html#GFileIface.create-readwrite"/>
<keyword type="member" name="GFileIface.create-readwrite-async" link="GFile.html#GFileIface.create-readwrite-async"/>
<keyword type="member" name="GFileIface.create-readwrite-finish" link="GFile.html#GFileIface.create-readwrite-finish"/>
<keyword type="member" name="GFileIface.replace-readwrite" link="GFile.html#GFileIface.replace-readwrite"/>
<keyword type="member" name="GFileIface.replace-readwrite-async" link="GFile.html#GFileIface.replace-readwrite-async"/>
<keyword type="member" name="GFileIface.replace-readwrite-finish" link="GFile.html#GFileIface.replace-readwrite-finish"/>
<keyword type="member" name="GFileIface.start-mountable" link="GFile.html#GFileIface.start-mountable"/>
<keyword type="member" name="GFileIface.start-mountable-finish" link="GFile.html#GFileIface.start-mountable-finish"/>
<keyword type="member" name="GFileIface.stop-mountable" link="GFile.html#GFileIface.stop-mountable"/>
<keyword type="member" name="GFileIface.stop-mountable-finish" link="GFile.html#GFileIface.stop-mountable-finish"/>
<keyword type="member" name="GFileIface.supports-thread-contexts" link="GFile.html#GFileIface.supports-thread-contexts"/>
<keyword type="member" name="GFileIface.unmount-mountable-with-operation" link="GFile.html#GFileIface.unmount-mountable-with-operation"/>
<keyword type="member" name="GFileIface.unmount-mountable-with-operation-finish" link="GFile.html#GFileIface.unmount-mountable-with-operation-finish"/>
<keyword type="member" name="GFileIface.eject-mountable-with-operation" link="GFile.html#GFileIface.eject-mountable-with-operation"/>
<keyword type="member" name="GFileIface.eject-mountable-with-operation-finish" link="GFile.html#GFileIface.eject-mountable-with-operation-finish"/>
<keyword type="member" name="GFileIface.poll-mountable" link="GFile.html#GFileIface.poll-mountable"/>
<keyword type="member" name="GFileIface.poll-mountable-finish" link="GFile.html#GFileIface.poll-mountable-finish"/>
<keyword type="member" name="GFileIface.measure-disk-usage" link="GFile.html#GFileIface.measure-disk-usage"/>
<keyword type="member" name="GFileIface.measure-disk-usage-async" link="GFile.html#GFileIface.measure-disk-usage-async"/>
<keyword type="member" name="GFileIface.measure-disk-usage-finish" link="GFile.html#GFileIface.measure-disk-usage-finish"/>
<keyword type="member" name="GFileAttributeInfo.name" link="gio-GFileAttribute.html#GFileAttributeInfo.name"/>
<keyword type="member" name="GFileAttributeInfo.type" link="gio-GFileAttribute.html#GFileAttributeInfo.type"/>
<keyword type="member" name="GFileAttributeInfo.flags" link="gio-GFileAttribute.html#GFileAttributeInfo.flags"/>
<keyword type="member" name="GFileAttributeInfoList-struct.infos" link="gio-GFileAttribute.html#GFileAttributeInfoList-struct.infos"/>
<keyword type="member" name="GFileAttributeInfoList-struct.n-infos" link="gio-GFileAttribute.html#GFileAttributeInfoList-struct.n-infos"/>
<keyword type="member" name="GAsyncResultIface.get-user-data" link="GAsyncResult.html#GAsyncResultIface.get-user-data"/>
<keyword type="member" name="GAsyncResultIface.get-source-object" link="GAsyncResult.html#GAsyncResultIface.get-source-object"/>
<keyword type="member" name="GAsyncResultIface.is-tagged" link="GAsyncResult.html#GAsyncResultIface.is-tagged"/>
<keyword type="member" name="GConverterIface.convert" link="GConverter.html#GConverterIface.convert"/>
<keyword type="member" name="GConverterIface.reset" link="GConverter.html#GConverterIface.reset"/>
<keyword type="member" name="GSeekableIface.tell" link="GSeekable.html#GSeekableIface.tell"/>
<keyword type="member" name="GSeekableIface.can-seek" link="GSeekable.html#GSeekableIface.can-seek"/>
<keyword type="member" name="GSeekableIface.seek" link="GSeekable.html#GSeekableIface.seek"/>
<keyword type="member" name="GSeekableIface.can-truncate" link="GSeekable.html#GSeekableIface.can-truncate"/>
<keyword type="member" name="GSeekableIface.truncate-fn" link="GSeekable.html#GSeekableIface.truncate-fn"/>
<keyword type="member" name="GFileDescriptorBasedIface.get-fd" link="GFileDescriptorBased.html#GFileDescriptorBasedIface.get-fd"/>
<keyword type="member" name="GPollableInputStreamInterface.can-poll" link="GPollableInputStream.html#GPollableInputStreamInterface.can-poll"/>
<keyword type="member" name="GPollableInputStreamInterface.is-readable" link="GPollableInputStream.html#GPollableInputStreamInterface.is-readable"/>
<keyword type="member" name="GPollableInputStreamInterface.create-source" link="GPollableInputStream.html#GPollableInputStreamInterface.create-source"/>
<keyword type="member" name="GPollableInputStreamInterface.read-nonblocking" link="GPollableInputStream.html#GPollableInputStreamInterface.read-nonblocking"/>
<keyword type="member" name="GPollableOutputStreamInterface.can-poll" link="GPollableOutputStream.html#GPollableOutputStreamInterface.can-poll"/>
<keyword type="member" name="GPollableOutputStreamInterface.is-writable" link="GPollableOutputStream.html#GPollableOutputStreamInterface.is-writable"/>
<keyword type="member" name="GPollableOutputStreamInterface.create-source" link="GPollableOutputStream.html#GPollableOutputStreamInterface.create-source"/>
<keyword type="member" name="GPollableOutputStreamInterface.write-nonblocking" link="GPollableOutputStream.html#GPollableOutputStreamInterface.write-nonblocking"/>
<keyword type="member" name="GAppInfoIface.dup" link="GAppInfo.html#GAppInfoIface.dup"/>
<keyword type="member" name="GAppInfoIface.equal" link="GAppInfo.html#GAppInfoIface.equal"/>
<keyword type="member" name="GAppInfoIface.get-id" link="GAppInfo.html#GAppInfoIface.get-id"/>
<keyword type="member" name="GAppInfoIface.get-name" link="GAppInfo.html#GAppInfoIface.get-name"/>
<keyword type="member" name="GAppInfoIface.get-description" link="GAppInfo.html#GAppInfoIface.get-description"/>
<keyword type="member" name="GAppInfoIface.get-executable" link="GAppInfo.html#GAppInfoIface.get-executable"/>
<keyword type="member" name="GAppInfoIface.get-icon" link="GAppInfo.html#GAppInfoIface.get-icon"/>
<keyword type="member" name="GAppInfoIface.launch" link="GAppInfo.html#GAppInfoIface.launch"/>
<keyword type="member" name="GAppInfoIface.supports-uris" link="GAppInfo.html#GAppInfoIface.supports-uris"/>
<keyword type="member" name="GAppInfoIface.supports-files" link="GAppInfo.html#GAppInfoIface.supports-files"/>
<keyword type="member" name="GAppInfoIface.launch-uris" link="GAppInfo.html#GAppInfoIface.launch-uris"/>
<keyword type="member" name="GAppInfoIface.should-show" link="GAppInfo.html#GAppInfoIface.should-show"/>
<keyword type="member" name="GAppInfoIface.set-as-default-for-type" link="GAppInfo.html#GAppInfoIface.set-as-default-for-type"/>
<keyword type="member" name="GAppInfoIface.set-as-default-for-extension" link="GAppInfo.html#GAppInfoIface.set-as-default-for-extension"/>
<keyword type="member" name="GAppInfoIface.add-supports-type" link="GAppInfo.html#GAppInfoIface.add-supports-type"/>
<keyword type="member" name="GAppInfoIface.can-remove-supports-type" link="GAppInfo.html#GAppInfoIface.can-remove-supports-type"/>
<keyword type="member" name="GAppInfoIface.remove-supports-type" link="GAppInfo.html#GAppInfoIface.remove-supports-type"/>
<keyword type="member" name="GAppInfoIface.can-delete" link="GAppInfo.html#GAppInfoIface.can-delete"/>
<keyword type="member" name="GAppInfoIface.do-delete" link="GAppInfo.html#GAppInfoIface.do-delete"/>
<keyword type="member" name="GAppInfoIface.get-commandline" link="GAppInfo.html#GAppInfoIface.get-commandline"/>
<keyword type="member" name="GAppInfoIface.get-display-name" link="GAppInfo.html#GAppInfoIface.get-display-name"/>
<keyword type="member" name="GAppInfoIface.set-as-last-used-for-type" link="GAppInfo.html#GAppInfoIface.set-as-last-used-for-type"/>
<keyword type="member" name="GAppInfoIface.get-supported-types" link="GAppInfo.html#GAppInfoIface.get-supported-types"/>
<keyword type="member" name="GDesktopAppInfoLookupIface.get-default-for-uri-scheme" link="gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfoLookupIface.get-default-for-uri-scheme"/>
<keyword type="member" name="GVolumeIface.changed" link="GVolume.html#GVolumeIface.changed"/>
<keyword type="member" name="GVolumeIface.removed" link="GVolume.html#GVolumeIface.removed"/>
<keyword type="member" name="GVolumeIface.get-name" link="GVolume.html#GVolumeIface.get-name"/>
<keyword type="member" name="GVolumeIface.get-icon" link="GVolume.html#GVolumeIface.get-icon"/>
<keyword type="member" name="GVolumeIface.get-uuid" link="GVolume.html#GVolumeIface.get-uuid"/>
<keyword type="member" name="GVolumeIface.get-drive" link="GVolume.html#GVolumeIface.get-drive"/>
<keyword type="member" name="GVolumeIface.get-mount" link="GVolume.html#GVolumeIface.get-mount"/>
<keyword type="member" name="GVolumeIface.can-mount" link="GVolume.html#GVolumeIface.can-mount"/>
<keyword type="member" name="GVolumeIface.can-eject" link="GVolume.html#GVolumeIface.can-eject"/>
<keyword type="member" name="GVolumeIface.mount-fn" link="GVolume.html#GVolumeIface.mount-fn"/>
<keyword type="member" name="GVolumeIface.mount-finish" link="GVolume.html#GVolumeIface.mount-finish"/>
<keyword type="member" name="GVolumeIface.eject" link="GVolume.html#GVolumeIface.eject"/>
<keyword type="member" name="GVolumeIface.eject-finish" link="GVolume.html#GVolumeIface.eject-finish"/>
<keyword type="member" name="GVolumeIface.get-identifier" link="GVolume.html#GVolumeIface.get-identifier"/>
<keyword type="member" name="GVolumeIface.enumerate-identifiers" link="GVolume.html#GVolumeIface.enumerate-identifiers"/>
<keyword type="member" name="GVolumeIface.should-automount" link="GVolume.html#GVolumeIface.should-automount"/>
<keyword type="member" name="GVolumeIface.get-activation-root" link="GVolume.html#GVolumeIface.get-activation-root"/>
<keyword type="member" name="GVolumeIface.eject-with-operation" link="GVolume.html#GVolumeIface.eject-with-operation"/>
<keyword type="member" name="GVolumeIface.eject-with-operation-finish" link="GVolume.html#GVolumeIface.eject-with-operation-finish"/>
<keyword type="member" name="GVolumeIface.get-sort-key" link="GVolume.html#GVolumeIface.get-sort-key"/>
<keyword type="member" name="GVolumeIface.get-symbolic-icon" link="GVolume.html#GVolumeIface.get-symbolic-icon"/>
<keyword type="member" name="GMountIface.changed" link="GMount.html#GMountIface.changed"/>
<keyword type="member" name="GMountIface.unmounted" link="GMount.html#GMountIface.unmounted"/>
<keyword type="member" name="GMountIface.get-root" link="GMount.html#GMountIface.get-root"/>
<keyword type="member" name="GMountIface.get-name" link="GMount.html#GMountIface.get-name"/>
<keyword type="member" name="GMountIface.get-icon" link="GMount.html#GMountIface.get-icon"/>
<keyword type="member" name="GMountIface.get-uuid" link="GMount.html#GMountIface.get-uuid"/>
<keyword type="member" name="GMountIface.get-volume" link="GMount.html#GMountIface.get-volume"/>
<keyword type="member" name="GMountIface.get-drive" link="GMount.html#GMountIface.get-drive"/>
<keyword type="member" name="GMountIface.can-unmount" link="GMount.html#GMountIface.can-unmount"/>
<keyword type="member" name="GMountIface.can-eject" link="GMount.html#GMountIface.can-eject"/>
<keyword type="member" name="GMountIface.unmount" link="GMount.html#GMountIface.unmount"/>
<keyword type="member" name="GMountIface.unmount-finish" link="GMount.html#GMountIface.unmount-finish"/>
<keyword type="member" name="GMountIface.eject" link="GMount.html#GMountIface.eject"/>
<keyword type="member" name="GMountIface.eject-finish" link="GMount.html#GMountIface.eject-finish"/>
<keyword type="member" name="GMountIface.remount" link="GMount.html#GMountIface.remount"/>
<keyword type="member" name="GMountIface.remount-finish" link="GMount.html#GMountIface.remount-finish"/>
<keyword type="member" name="GMountIface.guess-content-type" link="GMount.html#GMountIface.guess-content-type"/>
<keyword type="member" name="GMountIface.guess-content-type-finish" link="GMount.html#GMountIface.guess-content-type-finish"/>
<keyword type="member" name="GMountIface.guess-content-type-sync" link="GMount.html#GMountIface.guess-content-type-sync"/>
<keyword type="member" name="GMountIface.pre-unmount" link="GMount.html#GMountIface.pre-unmount"/>
<keyword type="member" name="GMountIface.unmount-with-operation" link="GMount.html#GMountIface.unmount-with-operation"/>
<keyword type="member" name="GMountIface.unmount-with-operation-finish" link="GMount.html#GMountIface.unmount-with-operation-finish"/>
<keyword type="member" name="GMountIface.eject-with-operation" link="GMount.html#GMountIface.eject-with-operation"/>
<keyword type="member" name="GMountIface.eject-with-operation-finish" link="GMount.html#GMountIface.eject-with-operation-finish"/>
<keyword type="member" name="GMountIface.get-default-location" link="GMount.html#GMountIface.get-default-location"/>
<keyword type="member" name="GMountIface.get-sort-key" link="GMount.html#GMountIface.get-sort-key"/>
<keyword type="member" name="GMountIface.get-symbolic-icon" link="GMount.html#GMountIface.get-symbolic-icon"/>
<keyword type="member" name="GDriveIface.changed" link="GDrive.html#GDriveIface.changed"/>
<keyword type="member" name="GDriveIface.disconnected" link="GDrive.html#GDriveIface.disconnected"/>
<keyword type="member" name="GDriveIface.eject-button" link="GDrive.html#GDriveIface.eject-button"/>
<keyword type="member" name="GDriveIface.get-name" link="GDrive.html#GDriveIface.get-name"/>
<keyword type="member" name="GDriveIface.get-icon" link="GDrive.html#GDriveIface.get-icon"/>
<keyword type="member" name="GDriveIface.has-volumes" link="GDrive.html#GDriveIface.has-volumes"/>
<keyword type="member" name="GDriveIface.get-volumes" link="GDrive.html#GDriveIface.get-volumes"/>
<keyword type="member" name="GDriveIface.is-media-removable" link="GDrive.html#GDriveIface.is-media-removable"/>
<keyword type="member" name="GDriveIface.has-media" link="GDrive.html#GDriveIface.has-media"/>
<keyword type="member" name="GDriveIface.is-media-check-automatic" link="GDrive.html#GDriveIface.is-media-check-automatic"/>
<keyword type="member" name="GDriveIface.can-eject" link="GDrive.html#GDriveIface.can-eject"/>
<keyword type="member" name="GDriveIface.can-poll-for-media" link="GDrive.html#GDriveIface.can-poll-for-media"/>
<keyword type="member" name="GDriveIface.eject" link="GDrive.html#GDriveIface.eject"/>
<keyword type="member" name="GDriveIface.eject-finish" link="GDrive.html#GDriveIface.eject-finish"/>
<keyword type="member" name="GDriveIface.poll-for-media" link="GDrive.html#GDriveIface.poll-for-media"/>
<keyword type="member" name="GDriveIface.poll-for-media-finish" link="GDrive.html#GDriveIface.poll-for-media-finish"/>
<keyword type="member" name="GDriveIface.get-identifier" link="GDrive.html#GDriveIface.get-identifier"/>
<keyword type="member" name="GDriveIface.enumerate-identifiers" link="GDrive.html#GDriveIface.enumerate-identifiers"/>
<keyword type="member" name="GDriveIface.get-start-stop-type" link="GDrive.html#GDriveIface.get-start-stop-type"/>
<keyword type="member" name="GDriveIface.can-start" link="GDrive.html#GDriveIface.can-start"/>
<keyword type="member" name="GDriveIface.can-start-degraded" link="GDrive.html#GDriveIface.can-start-degraded"/>
<keyword type="member" name="GDriveIface.start" link="GDrive.html#GDriveIface.start"/>
<keyword type="member" name="GDriveIface.start-finish" link="GDrive.html#GDriveIface.start-finish"/>
<keyword type="member" name="GDriveIface.can-stop" link="GDrive.html#GDriveIface.can-stop"/>
<keyword type="member" name="GDriveIface.stop" link="GDrive.html#GDriveIface.stop"/>
<keyword type="member" name="GDriveIface.stop-finish" link="GDrive.html#GDriveIface.stop-finish"/>
<keyword type="member" name="GDriveIface.stop-button" link="GDrive.html#GDriveIface.stop-button"/>
<keyword type="member" name="GDriveIface.eject-with-operation" link="GDrive.html#GDriveIface.eject-with-operation"/>
<keyword type="member" name="GDriveIface.eject-with-operation-finish" link="GDrive.html#GDriveIface.eject-with-operation-finish"/>
<keyword type="member" name="GDriveIface.get-sort-key" link="GDrive.html#GDriveIface.get-sort-key"/>
<keyword type="member" name="GDriveIface.get-symbolic-icon" link="GDrive.html#GDriveIface.get-symbolic-icon"/>
<keyword type="member" name="GDriveIface.is-removable" link="GDrive.html#GDriveIface.is-removable"/>
<keyword type="member" name="GIconIface.hash" link="GIcon.html#GIconIface.hash"/>
<keyword type="member" name="GIconIface.equal" link="GIcon.html#GIconIface.equal"/>
<keyword type="member" name="GIconIface.to-tokens" link="GIcon.html#GIconIface.to-tokens"/>
<keyword type="member" name="GIconIface.from-tokens" link="GIcon.html#GIconIface.from-tokens"/>
<keyword type="member" name="GIconIface.serialize" link="GIcon.html#GIconIface.serialize"/>
<keyword type="member" name="GLoadableIconIface.load" link="GLoadableIcon.html#GLoadableIconIface.load"/>
<keyword type="member" name="GLoadableIconIface.load-async" link="GLoadableIcon.html#GLoadableIconIface.load-async"/>
<keyword type="member" name="GLoadableIconIface.load-finish" link="GLoadableIcon.html#GLoadableIconIface.load-finish"/>
<keyword type="member" name="GInitableIface.init" link="GInitable.html#GInitableIface.init"/>
<keyword type="member" name="GAsyncInitableIface.init-async" link="GAsyncInitable.html#GAsyncInitableIface.init-async"/>
<keyword type="member" name="GAsyncInitableIface.init-finish" link="GAsyncInitable.html#GAsyncInitableIface.init-finish"/>
<keyword type="member" name="GInputVector.buffer" link="GSocket.html#GInputVector.buffer"/>
<keyword type="member" name="GInputVector.size" link="GSocket.html#GInputVector.size"/>
<keyword type="member" name="GInputMessage.address" link="GSocket.html#GInputMessage.address"/>
<keyword type="member" name="GInputMessage.vectors" link="GSocket.html#GInputMessage.vectors"/>
<keyword type="member" name="GInputMessage.num-vectors" link="GSocket.html#GInputMessage.num-vectors"/>
<keyword type="member" name="GInputMessage.bytes-received" link="GSocket.html#GInputMessage.bytes-received"/>
<keyword type="member" name="GInputMessage.flags" link="GSocket.html#GInputMessage.flags"/>
<keyword type="member" name="GInputMessage.control-messages" link="GSocket.html#GInputMessage.control-messages"/>
<keyword type="member" name="GInputMessage.num-control-messages" link="GSocket.html#GInputMessage.num-control-messages"/>
<keyword type="member" name="GOutputVector.buffer" link="GSocket.html#GOutputVector.buffer"/>
<keyword type="member" name="GOutputVector.size" link="GSocket.html#GOutputVector.size"/>
<keyword type="member" name="GOutputMessage.address" link="GSocket.html#GOutputMessage.address"/>
<keyword type="member" name="GOutputMessage.vectors" link="GSocket.html#GOutputMessage.vectors"/>
<keyword type="member" name="GOutputMessage.num-vectors" link="GSocket.html#GOutputMessage.num-vectors"/>
<keyword type="member" name="GOutputMessage.bytes-sent" link="GSocket.html#GOutputMessage.bytes-sent"/>
<keyword type="member" name="GOutputMessage.control-messages" link="GSocket.html#GOutputMessage.control-messages"/>
<keyword type="member" name="GOutputMessage.num-control-messages" link="GSocket.html#GOutputMessage.num-control-messages"/>
<keyword type="member" name="GDatagramBasedInterface.receive-messages" link="GDatagramBased.html#GDatagramBasedInterface.receive-messages"/>
<keyword type="member" name="GDatagramBasedInterface.send-messages" link="GDatagramBased.html#GDatagramBasedInterface.send-messages"/>
<keyword type="member" name="GDatagramBasedInterface.create-source" link="GDatagramBased.html#GDatagramBasedInterface.create-source"/>
<keyword type="member" name="GDatagramBasedInterface.condition-check" link="GDatagramBased.html#GDatagramBasedInterface.condition-check"/>
<keyword type="member" name="GDatagramBasedInterface.condition-wait" link="GDatagramBased.html#GDatagramBasedInterface.condition-wait"/>
<keyword type="member" name="GProxyInterface.connect" link="GProxy.html#GProxyInterface.connect"/>
<keyword type="member" name="GProxyInterface.connect-async" link="GProxy.html#GProxyInterface.connect-async"/>
<keyword type="member" name="GProxyInterface.connect-finish" link="GProxy.html#GProxyInterface.connect-finish"/>
<keyword type="member" name="GProxyInterface.supports-hostname" link="GProxy.html#GProxyInterface.supports-hostname"/>
<keyword type="member" name="GNetworkMonitorInterface.network-changed" link="GNetworkMonitor.html#GNetworkMonitorInterface.network-changed"/>
<keyword type="member" name="GNetworkMonitorInterface.can-reach" link="GNetworkMonitor.html#GNetworkMonitorInterface.can-reach"/>
<keyword type="member" name="GNetworkMonitorInterface.can-reach-async" link="GNetworkMonitor.html#GNetworkMonitorInterface.can-reach-async"/>
<keyword type="member" name="GNetworkMonitorInterface.can-reach-finish" link="GNetworkMonitor.html#GNetworkMonitorInterface.can-reach-finish"/>
<keyword type="member" name="GTlsClientConnectionInterface.copy-session-state" link="GTlsClientConnection.html#GTlsClientConnectionInterface.copy-session-state"/>
<keyword type="member" name="GTlsBackendInterface.supports-tls" link="GTlsBackend.html#GTlsBackendInterface.supports-tls"/>
<keyword type="member" name="GTlsBackendInterface.get-certificate-type" link="GTlsBackend.html#GTlsBackendInterface.get-certificate-type"/>
<keyword type="member" name="GTlsBackendInterface.get-client-connection-type" link="GTlsBackend.html#GTlsBackendInterface.get-client-connection-type"/>
<keyword type="member" name="GTlsBackendInterface.get-server-connection-type" link="GTlsBackend.html#GTlsBackendInterface.get-server-connection-type"/>
<keyword type="member" name="GTlsBackendInterface.get-file-database-type" link="GTlsBackend.html#GTlsBackendInterface.get-file-database-type"/>
<keyword type="member" name="GTlsBackendInterface.get-default-database" link="GTlsBackend.html#GTlsBackendInterface.get-default-database"/>
<keyword type="member" name="GTlsBackendInterface.supports-dtls" link="GTlsBackend.html#GTlsBackendInterface.supports-dtls"/>
<keyword type="member" name="GTlsBackendInterface.get-dtls-client-connection-type" link="GTlsBackend.html#GTlsBackendInterface.get-dtls-client-connection-type"/>
<keyword type="member" name="GTlsBackendInterface.get-dtls-server-connection-type" link="GTlsBackend.html#GTlsBackendInterface.get-dtls-server-connection-type"/>
<keyword type="member" name="GTlsDatabaseClass.verify-chain" link="GTlsDatabase.html#GTlsDatabaseClass.verify-chain"/>
<keyword type="member" name="GTlsDatabaseClass.verify-chain-async" link="GTlsDatabase.html#GTlsDatabaseClass.verify-chain-async"/>
<keyword type="member" name="GTlsDatabaseClass.verify-chain-finish" link="GTlsDatabase.html#GTlsDatabaseClass.verify-chain-finish"/>
<keyword type="member" name="GTlsDatabaseClass.create-certificate-handle" link="GTlsDatabase.html#GTlsDatabaseClass.create-certificate-handle"/>
<keyword type="member" name="GTlsDatabaseClass.lookup-certificate-for-handle" link="GTlsDatabase.html#GTlsDatabaseClass.lookup-certificate-for-handle"/>
<keyword type="member" name="GTlsDatabaseClass.lookup-certificate-for-handle-async" link="GTlsDatabase.html#GTlsDatabaseClass.lookup-certificate-for-handle-async"/>
<keyword type="member" name="GTlsDatabaseClass.lookup-certificate-for-handle-finish" link="GTlsDatabase.html#GTlsDatabaseClass.lookup-certificate-for-handle-finish"/>
<keyword type="member" name="GTlsDatabaseClass.lookup-certificate-issuer" link="GTlsDatabase.html#GTlsDatabaseClass.lookup-certificate-issuer"/>
<keyword type="member" name="GTlsDatabaseClass.lookup-certificate-issuer-async" link="GTlsDatabase.html#GTlsDatabaseClass.lookup-certificate-issuer-async"/>
<keyword type="member" name="GTlsDatabaseClass.lookup-certificate-issuer-finish" link="GTlsDatabase.html#GTlsDatabaseClass.lookup-certificate-issuer-finish"/>
<keyword type="member" name="GTlsDatabaseClass.lookup-certificates-issued-by" link="GTlsDatabase.html#GTlsDatabaseClass.lookup-certificates-issued-by"/>
<keyword type="member" name="GTlsDatabaseClass.lookup-certificates-issued-by-async" link="GTlsDatabase.html#GTlsDatabaseClass.lookup-certificates-issued-by-async"/>
<keyword type="member" name="GTlsDatabaseClass.lookup-certificates-issued-by-finish" link="GTlsDatabase.html#GTlsDatabaseClass.lookup-certificates-issued-by-finish"/>
<keyword type="member" name="GTlsInteractionClass.ask-password" link="GTlsInteraction.html#GTlsInteractionClass.ask-password"/>
<keyword type="member" name="GTlsInteractionClass.ask-password-async" link="GTlsInteraction.html#GTlsInteractionClass.ask-password-async"/>
<keyword type="member" name="GTlsInteractionClass.ask-password-finish" link="GTlsInteraction.html#GTlsInteractionClass.ask-password-finish"/>
<keyword type="member" name="GTlsInteractionClass.request-certificate" link="GTlsInteraction.html#GTlsInteractionClass.request-certificate"/>
<keyword type="member" name="GTlsInteractionClass.request-certificate-async" link="GTlsInteraction.html#GTlsInteractionClass.request-certificate-async"/>
<keyword type="member" name="GTlsInteractionClass.request-certificate-finish" link="GTlsInteraction.html#GTlsInteractionClass.request-certificate-finish"/>
<keyword type="member" name="GTlsPasswordClass.get-value" link="GTlsPassword.html#GTlsPasswordClass.get-value"/>
<keyword type="member" name="GTlsPasswordClass.set-value" link="GTlsPassword.html#GTlsPasswordClass.set-value"/>
<keyword type="member" name="GTlsPasswordClass.get-default-warning" link="GTlsPassword.html#GTlsPasswordClass.get-default-warning"/>
<keyword type="member" name="GProxyResolverInterface.is-supported" link="GProxyResolver.html#GProxyResolverInterface.is-supported"/>
<keyword type="member" name="GProxyResolverInterface.lookup" link="GProxyResolver.html#GProxyResolverInterface.lookup"/>
<keyword type="member" name="GProxyResolverInterface.lookup-async" link="GProxyResolver.html#GProxyResolverInterface.lookup-async"/>
<keyword type="member" name="GProxyResolverInterface.lookup-finish" link="GProxyResolver.html#GProxyResolverInterface.lookup-finish"/>
<keyword type="member" name="GSocketConnectableIface.enumerate" link="GSocketConnectable.html#GSocketConnectableIface.enumerate"/>
<keyword type="member" name="GSocketConnectableIface.proxy-enumerate" link="GSocketConnectable.html#GSocketConnectableIface.proxy-enumerate"/>
<keyword type="member" name="GSocketConnectableIface.to-string" link="GSocketConnectable.html#GSocketConnectableIface.to-string"/>
<keyword type="member" name="GDBusAnnotationInfo-struct.ref-count" link="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo-struct.ref-count"/>
<keyword type="member" name="GDBusAnnotationInfo-struct.key" link="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo-struct.key"/>
<keyword type="member" name="GDBusAnnotationInfo-struct.value" link="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo-struct.value"/>
<keyword type="member" name="GDBusAnnotationInfo-struct.annotations" link="gio-D-Bus-Introspection-Data.html#GDBusAnnotationInfo-struct.annotations"/>
<keyword type="member" name="GDBusArgInfo-struct.ref-count" link="gio-D-Bus-Introspection-Data.html#GDBusArgInfo-struct.ref-count"/>
<keyword type="member" name="GDBusArgInfo-struct.name" link="gio-D-Bus-Introspection-Data.html#GDBusArgInfo-struct.name"/>
<keyword type="member" name="GDBusArgInfo-struct.signature" link="gio-D-Bus-Introspection-Data.html#GDBusArgInfo-struct.signature"/>
<keyword type="member" name="GDBusArgInfo-struct.annotations" link="gio-D-Bus-Introspection-Data.html#GDBusArgInfo-struct.annotations"/>
<keyword type="member" name="GDBusMethodInfo-struct.ref-count" link="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo-struct.ref-count"/>
<keyword type="member" name="GDBusMethodInfo-struct.name" link="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo-struct.name"/>
<keyword type="member" name="GDBusMethodInfo-struct.in-args" link="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo-struct.in-args"/>
<keyword type="member" name="GDBusMethodInfo-struct.out-args" link="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo-struct.out-args"/>
<keyword type="member" name="GDBusMethodInfo-struct.annotations" link="gio-D-Bus-Introspection-Data.html#GDBusMethodInfo-struct.annotations"/>
<keyword type="member" name="GDBusSignalInfo-struct.ref-count" link="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo-struct.ref-count"/>
<keyword type="member" name="GDBusSignalInfo-struct.name" link="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo-struct.name"/>
<keyword type="member" name="GDBusSignalInfo-struct.args" link="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo-struct.args"/>
<keyword type="member" name="GDBusSignalInfo-struct.annotations" link="gio-D-Bus-Introspection-Data.html#GDBusSignalInfo-struct.annotations"/>
<keyword type="member" name="GDBusPropertyInfo-struct.ref-count" link="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo-struct.ref-count"/>
<keyword type="member" name="GDBusPropertyInfo-struct.name" link="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo-struct.name"/>
<keyword type="member" name="GDBusPropertyInfo-struct.signature" link="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo-struct.signature"/>
<keyword type="member" name="GDBusPropertyInfo-struct.flags" link="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo-struct.flags"/>
<keyword type="member" name="GDBusPropertyInfo-struct.annotations" link="gio-D-Bus-Introspection-Data.html#GDBusPropertyInfo-struct.annotations"/>
<keyword type="member" name="GDBusInterfaceInfo-struct.ref-count" link="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo-struct.ref-count"/>
<keyword type="member" name="GDBusInterfaceInfo-struct.name" link="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo-struct.name"/>
<keyword type="member" name="GDBusInterfaceInfo-struct.methods" link="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo-struct.methods"/>
<keyword type="member" name="GDBusInterfaceInfo-struct.signals" link="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo-struct.signals"/>
<keyword type="member" name="GDBusInterfaceInfo-struct.properties" link="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo-struct.properties"/>
<keyword type="member" name="GDBusInterfaceInfo-struct.annotations" link="gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo-struct.annotations"/>
<keyword type="member" name="GDBusNodeInfo-struct.ref-count" link="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo-struct.ref-count"/>
<keyword type="member" name="GDBusNodeInfo-struct.path" link="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo-struct.path"/>
<keyword type="member" name="GDBusNodeInfo-struct.interfaces" link="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo-struct.interfaces"/>
<keyword type="member" name="GDBusNodeInfo-struct.nodes" link="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo-struct.nodes"/>
<keyword type="member" name="GDBusNodeInfo-struct.annotations" link="gio-D-Bus-Introspection-Data.html#GDBusNodeInfo-struct.annotations"/>
<keyword type="member" name="GDBusErrorEntry.error-code" link="gio-GDBusError.html#GDBusErrorEntry.error-code"/>
<keyword type="member" name="GDBusErrorEntry.dbus-error-name" link="gio-GDBusError.html#GDBusErrorEntry.dbus-error-name"/>
<keyword type="member" name="GDBusInterfaceVTable.method-call" link="GDBusConnection.html#GDBusInterfaceVTable.method-call"/>
<keyword type="member" name="GDBusInterfaceVTable.get-property" link="GDBusConnection.html#GDBusInterfaceVTable.get-property"/>
<keyword type="member" name="GDBusInterfaceVTable.set-property" link="GDBusConnection.html#GDBusInterfaceVTable.set-property"/>
<keyword type="member" name="GDBusSubtreeVTable.enumerate" link="GDBusConnection.html#GDBusSubtreeVTable.enumerate"/>
<keyword type="member" name="GDBusSubtreeVTable.introspect" link="GDBusConnection.html#GDBusSubtreeVTable.introspect"/>
<keyword type="member" name="GDBusSubtreeVTable.dispatch" link="GDBusConnection.html#GDBusSubtreeVTable.dispatch"/>
<keyword type="member" name="GDBusInterfaceIface.parent-iface" link="GDBusInterface.html#GDBusInterfaceIface.parent-iface"/>
<keyword type="member" name="GDBusInterfaceIface.get-info" link="GDBusInterface.html#GDBusInterfaceIface.get-info"/>
<keyword type="member" name="GDBusInterfaceIface.get-object" link="GDBusInterface.html#GDBusInterfaceIface.get-object"/>
<keyword type="member" name="GDBusInterfaceIface.set-object" link="GDBusInterface.html#GDBusInterfaceIface.set-object"/>
<keyword type="member" name="GDBusInterfaceIface.dup-object" link="GDBusInterface.html#GDBusInterfaceIface.dup-object"/>
<keyword type="member" name="GDBusInterfaceSkeletonClass.get-info" link="GDBusInterfaceSkeleton.html#GDBusInterfaceSkeletonClass.get-info"/>
<keyword type="member" name="GDBusInterfaceSkeletonClass.get-vtable" link="GDBusInterfaceSkeleton.html#GDBusInterfaceSkeletonClass.get-vtable"/>
<keyword type="member" name="GDBusInterfaceSkeletonClass.get-properties" link="GDBusInterfaceSkeleton.html#GDBusInterfaceSkeletonClass.get-properties"/>
<keyword type="member" name="GDBusInterfaceSkeletonClass.flush" link="GDBusInterfaceSkeleton.html#GDBusInterfaceSkeletonClass.flush"/>
<keyword type="member" name="GDBusInterfaceSkeletonClass.g-authorize-method" link="GDBusInterfaceSkeleton.html#GDBusInterfaceSkeletonClass.g-authorize-method"/>
<keyword type="member" name="GDBusProxyClass.g-properties-changed" link="GDBusProxy.html#GDBusProxyClass.g-properties-changed"/>
<keyword type="member" name="GDBusProxyClass.g-signal" link="GDBusProxy.html#GDBusProxyClass.g-signal"/>
<keyword type="member" name="GDBusObjectIface.parent-iface" link="GDBusObject.html#GDBusObjectIface.parent-iface"/>
<keyword type="member" name="GDBusObjectIface.get-object-path" link="GDBusObject.html#GDBusObjectIface.get-object-path"/>
<keyword type="member" name="GDBusObjectIface.get-interfaces" link="GDBusObject.html#GDBusObjectIface.get-interfaces"/>
<keyword type="member" name="GDBusObjectIface.get-interface" link="GDBusObject.html#GDBusObjectIface.get-interface"/>
<keyword type="member" name="GDBusObjectIface.interface-added" link="GDBusObject.html#GDBusObjectIface.interface-added"/>
<keyword type="member" name="GDBusObjectIface.interface-removed" link="GDBusObject.html#GDBusObjectIface.interface-removed"/>
<keyword type="member" name="GDBusObjectSkeletonClass.authorize-method" link="GDBusObjectSkeleton.html#GDBusObjectSkeletonClass.authorize-method"/>
<keyword type="member" name="GDBusObjectManagerIface.parent-iface" link="GDBusObjectManager.html#GDBusObjectManagerIface.parent-iface"/>
<keyword type="member" name="GDBusObjectManagerIface.get-object-path" link="GDBusObjectManager.html#GDBusObjectManagerIface.get-object-path"/>
<keyword type="member" name="GDBusObjectManagerIface.get-objects" link="GDBusObjectManager.html#GDBusObjectManagerIface.get-objects"/>
<keyword type="member" name="GDBusObjectManagerIface.get-object" link="GDBusObjectManager.html#GDBusObjectManagerIface.get-object"/>
<keyword type="member" name="GDBusObjectManagerIface.get-interface" link="GDBusObjectManager.html#GDBusObjectManagerIface.get-interface"/>
<keyword type="member" name="GDBusObjectManagerIface.object-added" link="GDBusObjectManager.html#GDBusObjectManagerIface.object-added"/>
<keyword type="member" name="GDBusObjectManagerIface.object-removed" link="GDBusObjectManager.html#GDBusObjectManagerIface.object-removed"/>
<keyword type="member" name="GDBusObjectManagerIface.interface-added" link="GDBusObjectManager.html#GDBusObjectManagerIface.interface-added"/>
<keyword type="member" name="GDBusObjectManagerIface.interface-removed" link="GDBusObjectManager.html#GDBusObjectManagerIface.interface-removed"/>
<keyword type="member" name="GDBusObjectManagerClientClass.interface-proxy-signal" link="GDBusObjectManagerClient.html#GDBusObjectManagerClientClass.interface-proxy-signal"/>
<keyword type="member" name="GDBusObjectManagerClientClass.interface-proxy-properties-changed" link="GDBusObjectManagerClient.html#GDBusObjectManagerClientClass.interface-proxy-properties-changed"/>
<keyword type="member" name="GSettingsBackendClass.read" link="GSettingsBackend.html#GSettingsBackendClass.read"/>
<keyword type="member" name="GSettingsBackendClass.get-writable" link="GSettingsBackend.html#GSettingsBackendClass.get-writable"/>
<keyword type="member" name="GSettingsBackendClass.write" link="GSettingsBackend.html#GSettingsBackendClass.write"/>
<keyword type="member" name="GSettingsBackendClass.write-tree" link="GSettingsBackend.html#GSettingsBackendClass.write-tree"/>
<keyword type="member" name="GSettingsBackendClass.reset" link="GSettingsBackend.html#GSettingsBackendClass.reset"/>
<keyword type="member" name="GSettingsBackendClass.subscribe" link="GSettingsBackend.html#GSettingsBackendClass.subscribe"/>
<keyword type="member" name="GSettingsBackendClass.unsubscribe" link="GSettingsBackend.html#GSettingsBackendClass.unsubscribe"/>
<keyword type="member" name="GSettingsBackendClass.sync" link="GSettingsBackend.html#GSettingsBackendClass.sync"/>
<keyword type="member" name="GSettingsBackendClass.get-permission" link="GSettingsBackend.html#GSettingsBackendClass.get-permission"/>
<keyword type="member" name="GSettingsBackendClass.read-user-value" link="GSettingsBackend.html#GSettingsBackendClass.read-user-value"/>
<keyword type="member" name="GListModelInterface.get-item-type" link="GListModel.html#GListModelInterface.get-item-type"/>
<keyword type="member" name="GListModelInterface.get-n-items" link="GListModel.html#GListModelInterface.get-n-items"/>
<keyword type="member" name="GListModelInterface.get-item" link="GListModel.html#GListModelInterface.get-item"/>
<keyword type="member" name="GApplicationClass.startup" link="GApplication.html#GApplicationClass.startup"/>
<keyword type="member" name="GApplicationClass.activate" link="GApplication.html#GApplicationClass.activate"/>
<keyword type="member" name="GApplicationClass.open" link="GApplication.html#GApplicationClass.open"/>
<keyword type="member" name="GApplicationClass.command-line" link="GApplication.html#GApplicationClass.command-line"/>
<keyword type="member" name="GApplicationClass.local-command-line" link="GApplication.html#GApplicationClass.local-command-line"/>
<keyword type="member" name="GApplicationClass.before-emit" link="GApplication.html#GApplicationClass.before-emit"/>
<keyword type="member" name="GApplicationClass.after-emit" link="GApplication.html#GApplicationClass.after-emit"/>
<keyword type="member" name="GApplicationClass.add-platform-data" link="GApplication.html#GApplicationClass.add-platform-data"/>
<keyword type="member" name="GApplicationClass.quit-mainloop" link="GApplication.html#GApplicationClass.quit-mainloop"/>
<keyword type="member" name="GApplicationClass.run-mainloop" link="GApplication.html#GApplicationClass.run-mainloop"/>
<keyword type="member" name="GApplicationClass.shutdown" link="GApplication.html#GApplicationClass.shutdown"/>
<keyword type="member" name="GApplicationClass.dbus-register" link="GApplication.html#GApplicationClass.dbus-register"/>
<keyword type="member" name="GApplicationClass.dbus-unregister" link="GApplication.html#GApplicationClass.dbus-unregister"/>
<keyword type="member" name="GApplicationClass.handle-local-options" link="GApplication.html#GApplicationClass.handle-local-options"/>
<keyword type="member" name="GActionGroupInterface.has-action" link="GActionGroup.html#GActionGroupInterface.has-action"/>
<keyword type="member" name="GActionGroupInterface.list-actions" link="GActionGroup.html#GActionGroupInterface.list-actions"/>
<keyword type="member" name="GActionGroupInterface.get-action-enabled" link="GActionGroup.html#GActionGroupInterface.get-action-enabled"/>
<keyword type="member" name="GActionGroupInterface.get-action-parameter-type" link="GActionGroup.html#GActionGroupInterface.get-action-parameter-type"/>
<keyword type="member" name="GActionGroupInterface.get-action-state-type" link="GActionGroup.html#GActionGroupInterface.get-action-state-type"/>
<keyword type="member" name="GActionGroupInterface.get-action-state-hint" link="GActionGroup.html#GActionGroupInterface.get-action-state-hint"/>
<keyword type="member" name="GActionGroupInterface.get-action-state" link="GActionGroup.html#GActionGroupInterface.get-action-state"/>
<keyword type="member" name="GActionGroupInterface.change-action-state" link="GActionGroup.html#GActionGroupInterface.change-action-state"/>
<keyword type="member" name="GActionGroupInterface.activate-action" link="GActionGroup.html#GActionGroupInterface.activate-action"/>
<keyword type="member" name="GActionGroupInterface.action-added" link="GActionGroup.html#GActionGroupInterface.action-added"/>
<keyword type="member" name="GActionGroupInterface.action-removed" link="GActionGroup.html#GActionGroupInterface.action-removed"/>
<keyword type="member" name="GActionGroupInterface.action-enabled-changed" link="GActionGroup.html#GActionGroupInterface.action-enabled-changed"/>
<keyword type="member" name="GActionGroupInterface.action-state-changed" link="GActionGroup.html#GActionGroupInterface.action-state-changed"/>
<keyword type="member" name="GActionGroupInterface.query-action" link="GActionGroup.html#GActionGroupInterface.query-action"/>
<keyword type="member" name="GActionMapInterface.lookup-action" link="GActionMap.html#GActionMapInterface.lookup-action"/>
<keyword type="member" name="GActionMapInterface.add-action" link="GActionMap.html#GActionMapInterface.add-action"/>
<keyword type="member" name="GActionMapInterface.remove-action" link="GActionMap.html#GActionMapInterface.remove-action"/>
<keyword type="member" name="GActionEntry.name" link="GActionMap.html#GActionEntry.name"/>
<keyword type="member" name="GActionEntry.activate" link="GActionMap.html#GActionEntry.activate"/>
<keyword type="member" name="GActionEntry.parameter-type" link="GActionMap.html#GActionEntry.parameter-type"/>
<keyword type="member" name="GActionEntry.state" link="GActionMap.html#GActionEntry.state"/>
<keyword type="member" name="GActionEntry.change-state" link="GActionMap.html#GActionEntry.change-state"/>
<keyword type="member" name="GActionInterface.get-name" link="GAction.html#GActionInterface.get-name"/>
<keyword type="member" name="GActionInterface.get-parameter-type" link="GAction.html#GActionInterface.get-parameter-type"/>
<keyword type="member" name="GActionInterface.get-state-type" link="GAction.html#GActionInterface.get-state-type"/>
<keyword type="member" name="GActionInterface.get-state-hint" link="GAction.html#GActionInterface.get-state-hint"/>
<keyword type="member" name="GActionInterface.get-enabled" link="GAction.html#GActionInterface.get-enabled"/>
<keyword type="member" name="GActionInterface.get-state" link="GAction.html#GActionInterface.get-state"/>
<keyword type="member" name="GActionInterface.change-state" link="GAction.html#GActionInterface.change-state"/>
<keyword type="member" name="GActionInterface.activate" link="GAction.html#GActionInterface.activate"/>
<keyword type="member" name="GRemoteActionGroupInterface.activate-action-full" link="GRemoteActionGroup.html#GRemoteActionGroupInterface.activate-action-full"/>
<keyword type="member" name="GRemoteActionGroupInterface.change-action-state-full" link="GRemoteActionGroup.html#GRemoteActionGroupInterface.change-action-state-full"/>
</functions>
</book>