diff options
Diffstat (limited to 'gtk+-mingw/share/gtk-doc/html/gio/gio.devhelp2')
-rw-r--r-- | gtk+-mingw/share/gtk-doc/html/gio/gio.devhelp2 | 2812 |
1 files changed, 0 insertions, 2812 deletions
diff --git a/gtk+-mingw/share/gtk-doc/html/gio/gio.devhelp2 b/gtk+-mingw/share/gtk-doc/html/gio/gio.devhelp2 deleted file mode 100644 index 727ac6e..0000000 --- a/gtk+-mingw/share/gtk-doc/html/gio/gio.devhelp2 +++ /dev/null @@ -1,2812 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="no"?> -<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ""> -<book xmlns="http://www.devhelp.net/book" title="GIO Reference Manual" link="index.html" author="" name="gio" version="2" language="c"> - <chapters> - <sub name="GIO Overview" link="pt01.html"> - <sub name="Introduction" link="ch01.html"/> - <sub name="Compiling GIO applications" link="ch02.html"/> - <sub name="Running GIO applications" link="ch03.html"/> - <sub name="Extending GIO" link="extending-gio.html"/> - </sub> - <sub name="API Reference" link="pt02.html"> - <sub name="File Operations" link="file_ops.html"> - <sub name="GFile" link="GFile.html"/> - <sub name="GFileAttribute" link="gio-GFileAttribute.html"/> - <sub name="GFileInfo" link="GFileInfo.html"/> - <sub name="GFileEnumerator" link="GFileEnumerator.html"/> - <sub name="GIOError" link="gio-GIOError.html"/> - <sub name="GMountOperation" link="GMountOperation.html"/> - </sub> - <sub name="File System Monitoring" link="file_mon.html"> - <sub name="GFileMonitor" link="GFileMonitor.html"/> - </sub> - <sub name="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="GIOScheduler" link="gio-GIOScheduler.html"/> - <sub name="GSimpleAsyncResult" link="GSimpleAsyncResult.html"/> - </sub> - <sub name="Data conversion" link="conversion.html"> - <sub name="GConverter" link="GConverter.html"/> - <sub name="GCharsetConverter" link="GCharsetConverter.html"/> - <sub name="GZlibCompressor" link="GZlibCompressor.html"/> - <sub name="GZlibDecompressor" link="GZlibDecompressor.html"/> - </sub> - <sub name="Streaming I/O" link="streaming.html"> - <sub name="GSeekable" link="GSeekable.html"/> - <sub name="GInputStream" link="GInputStream.html"/> - <sub name="GOutputStream" link="GOutputStream.html"/> - <sub name="GIOStream" link="GIOStream.html"/> - <sub name="GFileInputStream" link="GFileInputStream.html"/> - <sub name="GFileOutputStream" link="GFileOutputStream.html"/> - <sub name="GFileIOStream" link="GFileIOStream.html"/> - <sub name="GFileDescriptorBased" link="GFileDescriptorBased.html"/> - <sub name="GFilterInputStream" link="GFilterInputStream.html"/> - <sub name="GFilterOutputStream" link="GFilterOutputStream.html"/> - <sub name="GMemoryInputStream" link="GMemoryInputStream.html"/> - <sub name="GMemoryOutputStream" link="GMemoryOutputStream.html"/> - <sub name="GBufferedInputStream" link="GBufferedInputStream.html"/> - <sub name="GBufferedOutputStream" link="GBufferedOutputStream.html"/> - <sub name="GDataInputStream" link="GDataInputStream.html"/> - <sub name="GDataOutputStream" link="GDataOutputStream.html"/> - <sub name="GUnixInputStream" link="GUnixInputStream.html"/> - <sub name="GUnixOutputStream" link="GUnixOutputStream.html"/> - <sub name="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="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="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="Low-level network support" link="networking.html"> - <sub name="GSocket" link="GSocket.html"/> - <sub name="GInetAddress" link="GInetAddress.html"/> - <sub name="GInetAddressMask" link="gio-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> - <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="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="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="Lowlevel 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="Highlevel 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="gio-GResource.html"/> - </sub> - <sub name="Permissions" link="permissions.html"> - <sub name="GPermission" link="GPermission.html"/> - <sub name="GSimplePermission" link="GSimplePermission.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="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> - <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> - <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="ch28.html"/> - </sub> - <sub name="Migrating from GnomeVFS to GIO" link="ch29.html"> - <sub name="Trash handling" link="ch29.html#idp61769440"/> - <sub name="Operations on multiple files" link="ch29s02.html"/> - <sub name="Mime monitoring" link="ch29s03.html"/> - </sub> - <sub name="Migrating from GConf to GSettings" link="ch30.html"> - <sub name="Before you start" link="ch30.html#idp24283648"/> - <sub name="Conceptual differences" link="ch30s02.html"/> - <sub name="GConfClient (and GConfBridge) API conversion" link="ch30s03.html"/> - <sub name="Change notification" link="ch30s04.html"/> - <sub name="Change sets" link="ch30s05.html"/> - <sub name="Schema conversion" link="ch30s06.html"/> - <sub name="Data conversion" link="ch30s07.html"/> - </sub> - <sub name="Migrating to GDBus" link="ch31.html"> - <sub name="Conceptual differences" link="ch31.html#idp77148656"/> - <sub name="API comparison" link="ch31s02.html"/> - <sub name="Owning bus names" link="ch31s03.html"/> - <sub name="Creating proxies for well-known names" link="ch31s04.html"/> - <sub name="Generating code and docs" link="ch31s05.html"> - <sub name="Using gdbus-codegen" link="ch31s05.html#gdbus-example-gdbus-codegen"/> - <sub name="org.gtk.GDBus.Example.ObjectManager.Animal" link="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html"/> - <sub name="org.gtk.GDBus.Example.ObjectManager.Cat" link="gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html"/> - <sub name="ExampleAnimal" link="ExampleAnimal.html"/> - <sub name="ExampleCat" link="ExampleCat.html"/> - <sub name="ExampleObject" link="ExampleObject.html"/> - <sub name="ExampleObjectManagerClient" link="ExampleObjectManagerClient.html"/> - </sub> - </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="Annotation Glossary" link="annotation-glossary.html"/> - </chapters> - <functions> - <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-enum"/> - <keyword type="enum" name="enum GFilesystemPreviewType" link="GFile.html#GFilesystemPreviewType"/> - <keyword type="function" name="GFileProgressCallback ()" link="GFile.html#GFileProgressCallback"/> - <keyword type="function" name="GFileReadMoreCallback ()" link="GFile.html#GFileReadMoreCallback"/> - <keyword type="function" name="g_file_new_for_path ()" link="GFile.html#g-file-new-for-path"/> - <keyword type="function" name="g_file_new_for_uri ()" link="GFile.html#g-file-new-for-uri"/> - <keyword type="function" name="g_file_new_for_commandline_arg ()" link="GFile.html#g-file-new-for-commandline-arg"/> - <keyword type="function" name="g_file_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_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_copy ()" link="GFile.html#g-file-copy"/> - <keyword type="function" name="g_file_copy_async ()" link="GFile.html#g-file-copy-async"/> - <keyword type="function" name="g_file_copy_finish ()" link="GFile.html#g-file-copy-finish"/> - <keyword type="function" name="g_file_move ()" link="GFile.html#g-file-move"/> - <keyword type="function" name="g_file_make_directory ()" link="GFile.html#g-file-make-directory"/> - <keyword type="function" name="g_file_make_directory_with_parents ()" link="GFile.html#g-file-make-directory-with-parents" since="2.18"/> - <keyword type="function" name="g_file_make_symbolic_link ()" link="GFile.html#g-file-make-symbolic-link"/> - <keyword type="function" name="g_file_query_settable_attributes ()" link="GFile.html#g-file-query-settable-attributes"/> - <keyword type="function" name="g_file_query_writable_namespaces ()" link="GFile.html#g-file-query-writable-namespaces"/> - <keyword type="function" name="g_file_set_attribute ()" link="GFile.html#g-file-set-attribute"/> - <keyword type="function" name="g_file_set_attributes_from_info ()" link="GFile.html#g-file-set-attributes-from-info"/> - <keyword type="function" name="g_file_set_attributes_async ()" link="GFile.html#g-file-set-attributes-async"/> - <keyword type="function" name="g_file_set_attributes_finish ()" link="GFile.html#g-file-set-attributes-finish"/> - <keyword type="function" name="g_file_set_attribute_string ()" link="GFile.html#g-file-set-attribute-string"/> - <keyword type="function" name="g_file_set_attribute_byte_string ()" link="GFile.html#g-file-set-attribute-byte-string"/> - <keyword type="function" name="g_file_set_attribute_uint32 ()" link="GFile.html#g-file-set-attribute-uint32"/> - <keyword type="function" name="g_file_set_attribute_int32 ()" link="GFile.html#g-file-set-attribute-int32"/> - <keyword type="function" name="g_file_set_attribute_uint64 ()" link="GFile.html#g-file-set-attribute-uint64"/> - <keyword type="function" name="g_file_set_attribute_int64 ()" link="GFile.html#g-file-set-attribute-int64"/> - <keyword type="function" name="g_file_mount_mountable ()" link="GFile.html#g-file-mount-mountable"/> - <keyword type="function" name="g_file_mount_mountable_finish ()" link="GFile.html#g-file-mount-mountable-finish"/> - <keyword type="function" name="g_file_unmount_mountable ()" link="GFile.html#g-file-unmount-mountable" deprecated="2.22: Use g_file_unmount_mountable_with_operation() instead."/> - <keyword type="function" name="g_file_unmount_mountable_finish ()" link="GFile.html#g-file-unmount-mountable-finish" deprecated="2.22: Use g_file_unmount_mountable_with_operation_finish() instead."/> - <keyword type="function" name="g_file_unmount_mountable_with_operation ()" link="GFile.html#g-file-unmount-mountable-with-operation" since="2.22"/> - <keyword type="function" name="g_file_unmount_mountable_with_operation_finish ()" link="GFile.html#g-file-unmount-mountable-with-operation-finish" since="2.22"/> - <keyword type="function" name="g_file_eject_mountable ()" link="GFile.html#g-file-eject-mountable" deprecated="2.22: Use g_file_eject_mountable_with_operation() instead."/> - <keyword type="function" name="g_file_eject_mountable_finish ()" link="GFile.html#g-file-eject-mountable-finish" deprecated="2.22: Use g_file_eject_mountable_with_operation_finish() instead."/> - <keyword type="function" name="g_file_eject_mountable_with_operation ()" link="GFile.html#g-file-eject-mountable-with-operation" since="2.22"/> - <keyword type="function" name="g_file_eject_mountable_with_operation_finish ()" link="GFile.html#g-file-eject-mountable-with-operation-finish" since="2.22"/> - <keyword type="function" name="g_file_start_mountable ()" link="GFile.html#g-file-start-mountable" since="2.22"/> - <keyword type="function" name="g_file_start_mountable_finish ()" link="GFile.html#g-file-start-mountable-finish" since="2.22"/> - <keyword type="function" name="g_file_stop_mountable ()" link="GFile.html#g-file-stop-mountable" since="2.22"/> - <keyword type="function" name="g_file_stop_mountable_finish ()" link="GFile.html#g-file-stop-mountable-finish" since="2.22"/> - <keyword type="function" name="g_file_poll_mountable ()" link="GFile.html#g-file-poll-mountable" since="2.22"/> - <keyword type="function" name="g_file_poll_mountable_finish ()" link="GFile.html#g-file-poll-mountable-finish" since="2.22"/> - <keyword type="function" name="g_file_mount_enclosing_volume ()" link="GFile.html#g-file-mount-enclosing-volume"/> - <keyword type="function" name="g_file_mount_enclosing_volume_finish ()" link="GFile.html#g-file-mount-enclosing-volume-finish"/> - <keyword type="function" name="g_file_monitor_directory ()" link="GFile.html#g-file-monitor-directory"/> - <keyword type="function" name="g_file_monitor_file ()" link="GFile.html#g-file-monitor-file"/> - <keyword type="function" name="g_file_monitor ()" link="GFile.html#g-file-monitor" since="2.18"/> - <keyword type="function" name="g_file_load_contents ()" link="GFile.html#g-file-load-contents"/> - <keyword type="function" name="g_file_load_contents_async ()" link="GFile.html#g-file-load-contents-async"/> - <keyword type="function" name="g_file_load_contents_finish ()" link="GFile.html#g-file-load-contents-finish"/> - <keyword type="function" name="g_file_load_partial_contents_async ()" link="GFile.html#g-file-load-partial-contents-async"/> - <keyword type="function" name="g_file_load_partial_contents_finish ()" link="GFile.html#g-file-load-partial-contents-finish"/> - <keyword type="function" name="g_file_replace_contents ()" link="GFile.html#g-file-replace-contents"/> - <keyword type="function" name="g_file_replace_contents_async ()" link="GFile.html#g-file-replace-contents-async"/> - <keyword type="function" name="g_file_replace_contents_finish ()" link="GFile.html#g-file-replace-contents-finish"/> - <keyword type="function" name="g_file_copy_attributes ()" link="GFile.html#g-file-copy-attributes"/> - <keyword type="function" name="g_file_create_readwrite ()" link="GFile.html#g-file-create-readwrite" since="2.22"/> - <keyword type="function" name="g_file_create_readwrite_async ()" link="GFile.html#g-file-create-readwrite-async" since="2.22"/> - <keyword type="function" name="g_file_create_readwrite_finish ()" link="GFile.html#g-file-create-readwrite-finish" since="2.22"/> - <keyword type="function" name="g_file_open_readwrite ()" link="GFile.html#g-file-open-readwrite" since="2.22"/> - <keyword type="function" name="g_file_open_readwrite_async ()" link="GFile.html#g-file-open-readwrite-async" since="2.22"/> - <keyword type="function" name="g_file_open_readwrite_finish ()" link="GFile.html#g-file-open-readwrite-finish" since="2.22"/> - <keyword type="function" name="g_file_replace_readwrite ()" link="GFile.html#g-file-replace-readwrite" since="2.22"/> - <keyword type="function" name="g_file_replace_readwrite_async ()" link="GFile.html#g-file-replace-readwrite-async" since="2.22"/> - <keyword type="function" name="g_file_replace_readwrite_finish ()" link="GFile.html#g-file-replace-readwrite-finish" since="2.22"/> - <keyword type="function" name="g_file_supports_thread_contexts ()" link="GFile.html#g-file-supports-thread-contexts" since="2.22"/> - <keyword type="enum" name="enum GFileAttributeType" link="gio-GFileAttribute.html#GFileAttributeType"/> - <keyword type="enum" name="enum GFileAttributeInfoFlags" link="gio-GFileAttribute.html#GFileAttributeInfoFlags"/> - <keyword type="enum" name="enum GFileAttributeStatus" link="gio-GFileAttribute.html#GFileAttributeStatus"/> - <keyword type="struct" name="GFileAttributeInfo" link="gio-GFileAttribute.html#GFileAttributeInfo"/> - <keyword type="struct" name="GFileAttributeInfoList" link="gio-GFileAttribute.html#GFileAttributeInfoList"/> - <keyword type="function" name="g_file_attribute_info_list_new ()" link="gio-GFileAttribute.html#g-file-attribute-info-list-new"/> - <keyword type="function" name="g_file_attribute_info_list_ref ()" link="gio-GFileAttribute.html#g-file-attribute-info-list-ref"/> - <keyword type="function" name="g_file_attribute_info_list_unref ()" link="gio-GFileAttribute.html#g-file-attribute-info-list-unref"/> - <keyword type="function" name="g_file_attribute_info_list_dup ()" link="gio-GFileAttribute.html#g-file-attribute-info-list-dup"/> - <keyword type="function" name="g_file_attribute_info_list_lookup ()" link="gio-GFileAttribute.html#g-file-attribute-info-list-lookup"/> - <keyword type="function" name="g_file_attribute_info_list_add ()" link="gio-GFileAttribute.html#g-file-attribute-info-list-add"/> - <keyword type="struct" name="GFileAttributeMatcher" link="GFileInfo.html#GFileAttributeMatcher-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_NAME" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-NAME:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_COPY_NAME" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-COPY-NAME:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_ICON" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-ICON:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-FAST-CONTENT-TYPE:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_SIZE" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SIZE:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-ALLOCATED-SIZE:CAPS" since="2.20"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SYMLINK-TARGET:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_TARGET_URI" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-TARGET-URI:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER" link="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_ETAG_VALUE" link="GFileInfo.html#G-FILE-ATTRIBUTE-ETAG-VALUE:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_ID_FILE" link="GFileInfo.html#G-FILE-ATTRIBUTE-ID-FILE:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_ID_FILESYSTEM" link="GFileInfo.html#G-FILE-ATTRIBUTE-ID-FILESYSTEM:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_ACCESS_CAN_READ" link="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-READ:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE" link="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-WRITE:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE" link="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-EXECUTE:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE" link="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-DELETE:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH" link="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-TRASH:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME" link="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-RENAME:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-MOUNT:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-UNMOUNT:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-EJECT:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-UNIX-DEVICE:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-UNIX-DEVICE-FILE:CAPS" since="2.22"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-HAL-UDI:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-POLL:CAPS" since="2.22"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-IS-MEDIA-CHECK-AUTOMATIC:CAPS" since="2.22"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-START:CAPS" since="2.22"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-START-DEGRADED:CAPS" since="2.22"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-STOP:CAPS" since="2.22"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE" link="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-START-STOP-TYPE:CAPS" since="2.22"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_TIME_MODIFIED" link="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-MODIFIED:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC" link="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-MODIFIED-USEC:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_TIME_ACCESS" link="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-ACCESS:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_TIME_ACCESS_USEC" link="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-ACCESS-USEC:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_TIME_CHANGED" link="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CHANGED:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_TIME_CHANGED_USEC" link="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CHANGED-USEC:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_TIME_CREATED" link="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CREATED:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_TIME_CREATED_USEC" link="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CREATED-USEC:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_UNIX_DEVICE" link="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-DEVICE:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_UNIX_INODE" link="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-INODE:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_UNIX_MODE" link="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-MODE:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_UNIX_NLINK" link="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-NLINK:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_UNIX_UID" link="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-UID:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_UNIX_GID" link="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-GID:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_UNIX_RDEV" link="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-RDEV:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_UNIX_BLOCK_SIZE" link="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-BLOCK-SIZE:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_UNIX_BLOCKS" link="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-BLOCKS:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT" link="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-IS-MOUNTPOINT:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE" link="GFileInfo.html#G-FILE-ATTRIBUTE-DOS-IS-ARCHIVE:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_DOS_IS_SYSTEM" link="GFileInfo.html#G-FILE-ATTRIBUTE-DOS-IS-SYSTEM:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_OWNER_USER" link="GFileInfo.html#G-FILE-ATTRIBUTE-OWNER-USER:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_OWNER_USER_REAL" link="GFileInfo.html#G-FILE-ATTRIBUTE-OWNER-USER-REAL:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_OWNER_GROUP" link="GFileInfo.html#G-FILE-ATTRIBUTE-OWNER-GROUP:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_THUMBNAIL_PATH" link="GFileInfo.html#G-FILE-ATTRIBUTE-THUMBNAIL-PATH:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_THUMBNAILING_FAILED" link="GFileInfo.html#G-FILE-ATTRIBUTE-THUMBNAILING-FAILED:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_PREVIEW_ICON" link="GFileInfo.html#G-FILE-ATTRIBUTE-PREVIEW-ICON:CAPS" since="2.20"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_FILESYSTEM_SIZE" link="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-SIZE:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_FILESYSTEM_FREE" link="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-FREE:CAPS"/> - <keyword type="macro" name="G_FILE_ATTRIBUTE_FILESYSTEM_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_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_info_new ()" link="GFileInfo.html#g-file-info-new"/> - <keyword type="function" name="g_file_info_dup ()" link="GFileInfo.html#g-file-info-dup"/> - <keyword type="function" name="g_file_info_copy_into ()" link="GFileInfo.html#g-file-info-copy-into"/> - <keyword type="function" name="g_file_info_has_attribute ()" link="GFileInfo.html#g-file-info-has-attribute"/> - <keyword type="function" name="g_file_info_has_namespace ()" link="GFileInfo.html#g-file-info-has-namespace" since="2.22"/> - <keyword type="function" name="g_file_info_list_attributes ()" link="GFileInfo.html#g-file-info-list-attributes"/> - <keyword type="function" name="g_file_info_get_attribute_type ()" link="GFileInfo.html#g-file-info-get-attribute-type"/> - <keyword type="function" name="g_file_info_remove_attribute ()" link="GFileInfo.html#g-file-info-remove-attribute"/> - <keyword type="function" name="g_file_info_get_attribute_as_string ()" link="GFileInfo.html#g-file-info-get-attribute-as-string"/> - <keyword type="function" name="g_file_info_get_attribute_data ()" link="GFileInfo.html#g-file-info-get-attribute-data"/> - <keyword type="function" name="g_file_info_get_attribute_status ()" link="GFileInfo.html#g-file-info-get-attribute-status"/> - <keyword type="function" name="g_file_info_get_attribute_string ()" link="GFileInfo.html#g-file-info-get-attribute-string"/> - <keyword type="function" name="g_file_info_get_attribute_stringv ()" link="GFileInfo.html#g-file-info-get-attribute-stringv" since="2.22"/> - <keyword type="function" name="g_file_info_get_attribute_byte_string ()" link="GFileInfo.html#g-file-info-get-attribute-byte-string"/> - <keyword type="function" name="g_file_info_get_attribute_boolean ()" link="GFileInfo.html#g-file-info-get-attribute-boolean"/> - <keyword type="function" name="g_file_info_get_attribute_uint32 ()" link="GFileInfo.html#g-file-info-get-attribute-uint32"/> - <keyword type="function" name="g_file_info_get_attribute_int32 ()" link="GFileInfo.html#g-file-info-get-attribute-int32"/> - <keyword type="function" name="g_file_info_get_attribute_uint64 ()" link="GFileInfo.html#g-file-info-get-attribute-uint64"/> - <keyword type="function" name="g_file_info_get_attribute_int64 ()" link="GFileInfo.html#g-file-info-get-attribute-int64"/> - <keyword type="function" name="g_file_info_get_attribute_object ()" link="GFileInfo.html#g-file-info-get-attribute-object"/> - <keyword type="function" name="g_file_info_set_attribute ()" link="GFileInfo.html#g-file-info-set-attribute"/> - <keyword type="function" name="g_file_info_set_attribute_status ()" link="GFileInfo.html#g-file-info-set-attribute-status" since="2.22"/> - <keyword type="function" name="g_file_info_set_attribute_string ()" link="GFileInfo.html#g-file-info-set-attribute-string"/> - <keyword type="function" name="g_file_info_set_attribute_stringv ()" link="GFileInfo.html#g-file-info-set-attribute-stringv"/> - <keyword type="function" name="g_file_info_set_attribute_byte_string ()" link="GFileInfo.html#g-file-info-set-attribute-byte-string"/> - <keyword type="function" name="g_file_info_set_attribute_boolean ()" link="GFileInfo.html#g-file-info-set-attribute-boolean"/> - <keyword type="function" name="g_file_info_set_attribute_uint32 ()" link="GFileInfo.html#g-file-info-set-attribute-uint32"/> - <keyword type="function" name="g_file_info_set_attribute_int32 ()" link="GFileInfo.html#g-file-info-set-attribute-int32"/> - <keyword type="function" name="g_file_info_set_attribute_uint64 ()" link="GFileInfo.html#g-file-info-set-attribute-uint64"/> - <keyword type="function" name="g_file_info_set_attribute_int64 ()" link="GFileInfo.html#g-file-info-set-attribute-int64"/> - <keyword type="function" name="g_file_info_set_attribute_object ()" link="GFileInfo.html#g-file-info-set-attribute-object"/> - <keyword type="function" name="g_file_info_clear_status ()" link="GFileInfo.html#g-file-info-clear-status"/> - <keyword type="function" name="g_file_info_get_file_type ()" link="GFileInfo.html#g-file-info-get-file-type"/> - <keyword type="function" name="g_file_info_get_is_hidden ()" link="GFileInfo.html#g-file-info-get-is-hidden"/> - <keyword type="function" name="g_file_info_get_is_backup ()" link="GFileInfo.html#g-file-info-get-is-backup"/> - <keyword type="function" name="g_file_info_get_is_symlink ()" link="GFileInfo.html#g-file-info-get-is-symlink"/> - <keyword type="function" name="g_file_info_get_name ()" link="GFileInfo.html#g-file-info-get-name"/> - <keyword type="function" name="g_file_info_get_display_name ()" link="GFileInfo.html#g-file-info-get-display-name"/> - <keyword type="function" name="g_file_info_get_edit_name ()" link="GFileInfo.html#g-file-info-get-edit-name"/> - <keyword type="function" name="g_file_info_get_icon ()" link="GFileInfo.html#g-file-info-get-icon"/> - <keyword type="function" name="g_file_info_get_content_type ()" link="GFileInfo.html#g-file-info-get-content-type"/> - <keyword type="function" name="g_file_info_get_size ()" link="GFileInfo.html#g-file-info-get-size"/> - <keyword type="function" name="g_file_info_get_modification_time ()" link="GFileInfo.html#g-file-info-get-modification-time"/> - <keyword type="function" name="g_file_info_get_symlink_target ()" link="GFileInfo.html#g-file-info-get-symlink-target"/> - <keyword type="function" name="g_file_info_get_etag ()" link="GFileInfo.html#g-file-info-get-etag"/> - <keyword type="function" name="g_file_info_get_sort_order ()" link="GFileInfo.html#g-file-info-get-sort-order"/> - <keyword type="function" name="g_file_info_set_attribute_mask ()" link="GFileInfo.html#g-file-info-set-attribute-mask"/> - <keyword type="function" name="g_file_info_unset_attribute_mask ()" link="GFileInfo.html#g-file-info-unset-attribute-mask"/> - <keyword type="function" name="g_file_info_set_file_type ()" link="GFileInfo.html#g-file-info-set-file-type"/> - <keyword type="function" name="g_file_info_set_is_hidden ()" link="GFileInfo.html#g-file-info-set-is-hidden"/> - <keyword type="function" name="g_file_info_set_is_symlink ()" link="GFileInfo.html#g-file-info-set-is-symlink"/> - <keyword type="function" name="g_file_info_set_name ()" link="GFileInfo.html#g-file-info-set-name"/> - <keyword type="function" name="g_file_info_set_display_name ()" link="GFileInfo.html#g-file-info-set-display-name"/> - <keyword type="function" name="g_file_info_set_edit_name ()" link="GFileInfo.html#g-file-info-set-edit-name"/> - <keyword type="function" name="g_file_info_set_icon ()" link="GFileInfo.html#g-file-info-set-icon"/> - <keyword type="function" name="g_file_info_set_content_type ()" link="GFileInfo.html#g-file-info-set-content-type"/> - <keyword type="function" name="g_file_info_set_size ()" link="GFileInfo.html#g-file-info-set-size"/> - <keyword type="function" name="g_file_info_set_modification_time ()" link="GFileInfo.html#g-file-info-set-modification-time"/> - <keyword type="function" name="g_file_info_set_symlink_target ()" link="GFileInfo.html#g-file-info-set-symlink-target"/> - <keyword type="function" name="g_file_info_set_sort_order ()" link="GFileInfo.html#g-file-info-set-sort-order"/> - <keyword type="function" name="g_file_attribute_matcher_new ()" link="GFileInfo.html#g-file-attribute-matcher-new"/> - <keyword type="function" name="g_file_attribute_matcher_ref ()" link="GFileInfo.html#g-file-attribute-matcher-ref"/> - <keyword type="function" name="g_file_attribute_matcher_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="GFileEnumerator" link="GFileEnumerator.html#GFileEnumerator-struct"/> - <keyword type="function" name="g_file_enumerator_next_file ()" link="GFileEnumerator.html#g-file-enumerator-next-file"/> - <keyword type="function" name="g_file_enumerator_close ()" link="GFileEnumerator.html#g-file-enumerator-close"/> - <keyword type="function" name="g_file_enumerator_next_files_async ()" link="GFileEnumerator.html#g-file-enumerator-next-files-async"/> - <keyword type="function" name="g_file_enumerator_next_files_finish ()" link="GFileEnumerator.html#g-file-enumerator-next-files-finish"/> - <keyword type="function" name="g_file_enumerator_close_async ()" link="GFileEnumerator.html#g-file-enumerator-close-async"/> - <keyword type="function" name="g_file_enumerator_close_finish ()" link="GFileEnumerator.html#g-file-enumerator-close-finish"/> - <keyword type="function" name="g_file_enumerator_is_closed ()" link="GFileEnumerator.html#g-file-enumerator-is-closed"/> - <keyword type="function" name="g_file_enumerator_has_pending ()" link="GFileEnumerator.html#g-file-enumerator-has-pending"/> - <keyword type="function" name="g_file_enumerator_set_pending ()" link="GFileEnumerator.html#g-file-enumerator-set-pending"/> - <keyword type="function" name="g_file_enumerator_get_container ()" link="GFileEnumerator.html#g-file-enumerator-get-container" since="2.18"/> - <keyword type="property" name="The "container" property" link="GFileEnumerator.html#GFileEnumerator--container"/> - <keyword type="macro" name="G_IO_ERROR" link="gio-GIOError.html#G-IO-ERROR:CAPS"/> - <keyword type="enum" name="enum GIOErrorEnum" link="gio-GIOError.html#GIOErrorEnum"/> - <keyword type="function" name="g_io_error_from_errno ()" link="gio-GIOError.html#g-io-error-from-errno"/> - <keyword type="function" name="g_io_error_from_win32_error ()" link="gio-GIOError.html#g-io-error-from-win32-error" since="2.26"/> - <keyword type="enum" name="enum GAskPasswordFlags" link="GMountOperation.html#GAskPasswordFlags-enum"/> - <keyword type="enum" name="enum GPasswordSave" link="GMountOperation.html#GPasswordSave"/> - <keyword type="struct" name="GMountOperation" link="GMountOperation.html#GMountOperation-struct"/> - <keyword type="enum" name="enum GMountOperationResult" link="GMountOperation.html#GMountOperationResult"/> - <keyword type="function" name="g_mount_operation_new ()" link="GMountOperation.html#g-mount-operation-new"/> - <keyword type="function" name="g_mount_operation_get_username ()" link="GMountOperation.html#g-mount-operation-get-username"/> - <keyword type="function" name="g_mount_operation_set_username ()" link="GMountOperation.html#g-mount-operation-set-username"/> - <keyword type="function" name="g_mount_operation_get_password ()" link="GMountOperation.html#g-mount-operation-get-password"/> - <keyword type="function" name="g_mount_operation_set_password ()" link="GMountOperation.html#g-mount-operation-set-password"/> - <keyword type="function" name="g_mount_operation_get_anonymous ()" link="GMountOperation.html#g-mount-operation-get-anonymous"/> - <keyword type="function" name="g_mount_operation_set_anonymous ()" link="GMountOperation.html#g-mount-operation-set-anonymous"/> - <keyword type="function" name="g_mount_operation_get_domain ()" link="GMountOperation.html#g-mount-operation-get-domain"/> - <keyword type="function" name="g_mount_operation_set_domain ()" link="GMountOperation.html#g-mount-operation-set-domain"/> - <keyword type="function" name="g_mount_operation_get_password_save ()" link="GMountOperation.html#g-mount-operation-get-password-save"/> - <keyword type="function" name="g_mount_operation_set_password_save ()" link="GMountOperation.html#g-mount-operation-set-password-save"/> - <keyword type="function" name="g_mount_operation_get_choice ()" link="GMountOperation.html#g-mount-operation-get-choice"/> - <keyword type="function" name="g_mount_operation_set_choice ()" link="GMountOperation.html#g-mount-operation-set-choice"/> - <keyword type="function" name="g_mount_operation_reply ()" link="GMountOperation.html#g-mount-operation-reply"/> - <keyword type="property" name="The "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="enum" name="enum GFileMonitorEvent" link="GFileMonitor.html#GFileMonitorEvent"/> - <keyword type="struct" name="GFileMonitor" link="GFileMonitor.html#GFileMonitor-struct"/> - <keyword type="function" name="g_file_monitor_cancel ()" link="GFileMonitor.html#g-file-monitor-cancel"/> - <keyword type="function" name="g_file_monitor_is_cancelled ()" link="GFileMonitor.html#g-file-monitor-is-cancelled"/> - <keyword type="function" name="g_file_monitor_set_rate_limit ()" link="GFileMonitor.html#g-file-monitor-set-rate-limit"/> - <keyword type="function" name="g_file_monitor_emit_event ()" link="GFileMonitor.html#g-file-monitor-emit-event"/> - <keyword type="property" name="The "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="struct" name="GFilenameCompleter" link="GFilenameCompleter.html#GFilenameCompleter-struct"/> - <keyword type="function" name="g_filename_completer_new ()" link="GFilenameCompleter.html#g-filename-completer-new"/> - <keyword type="function" name="g_filename_completer_get_completion_suffix ()" link="GFilenameCompleter.html#g-filename-completer-get-completion-suffix"/> - <keyword type="function" name="g_filename_completer_get_completions ()" link="GFilenameCompleter.html#g-filename-completer-get-completions"/> - <keyword type="function" name="g_filename_completer_set_dirs_only ()" link="GFilenameCompleter.html#g-filename-completer-set-dirs-only"/> - <keyword type="signal" name="The "got-completion-data" signal" link="GFilenameCompleter.html#GFilenameCompleter-got-completion-data"/> - <keyword type="struct" name="GCancellable" link="GCancellable.html#GCancellable-struct"/> - <keyword type="function" name="g_cancellable_new ()" link="GCancellable.html#g-cancellable-new"/> - <keyword type="function" name="g_cancellable_is_cancelled ()" link="GCancellable.html#g-cancellable-is-cancelled"/> - <keyword type="function" name="g_cancellable_set_error_if_cancelled ()" link="GCancellable.html#g-cancellable-set-error-if-cancelled"/> - <keyword type="function" name="g_cancellable_get_fd ()" link="GCancellable.html#g-cancellable-get-fd"/> - <keyword type="function" name="g_cancellable_make_pollfd ()" link="GCancellable.html#g-cancellable-make-pollfd" since="2.22"/> - <keyword type="function" name="g_cancellable_release_fd ()" link="GCancellable.html#g-cancellable-release-fd" since="2.22"/> - <keyword type="function" name="g_cancellable_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="signal" name="The "cancelled" signal" link="GCancellable.html#GCancellable-cancelled"/> - <keyword type="struct" name="GAsyncResult" link="GAsyncResult.html#GAsyncResult-struct"/> - <keyword type="struct" name="struct GAsyncResultIface" link="GAsyncResult.html#GAsyncResultIface"/> - <keyword type="function" name="GAsyncReadyCallback ()" link="GAsyncResult.html#GAsyncReadyCallback"/> - <keyword type="function" name="g_async_result_get_user_data ()" link="GAsyncResult.html#g-async-result-get-user-data"/> - <keyword type="function" name="g_async_result_get_source_object ()" link="GAsyncResult.html#g-async-result-get-source-object"/> - <keyword type="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="GIOSchedulerJob" link="gio-GIOScheduler.html#GIOSchedulerJob"/> - <keyword type="function" name="GIOSchedulerJobFunc ()" link="gio-GIOScheduler.html#GIOSchedulerJobFunc"/> - <keyword type="function" name="g_io_scheduler_push_job ()" link="gio-GIOScheduler.html#g-io-scheduler-push-job"/> - <keyword type="function" name="g_io_scheduler_cancel_all_jobs ()" link="gio-GIOScheduler.html#g-io-scheduler-cancel-all-jobs"/> - <keyword type="function" name="g_io_scheduler_job_send_to_mainloop ()" link="gio-GIOScheduler.html#g-io-scheduler-job-send-to-mainloop"/> - <keyword type="function" name="g_io_scheduler_job_send_to_mainloop_async ()" link="gio-GIOScheduler.html#g-io-scheduler-job-send-to-mainloop-async"/> - <keyword type="struct" name="GSimpleAsyncResult" link="GSimpleAsyncResult.html#GSimpleAsyncResult-struct"/> - <keyword type="function" name="GSimpleAsyncThreadFunc ()" link="GSimpleAsyncResult.html#GSimpleAsyncThreadFunc"/> - <keyword type="function" name="g_simple_async_result_new ()" link="GSimpleAsyncResult.html#g-simple-async-result-new"/> - <keyword type="function" name="g_simple_async_result_new_error ()" link="GSimpleAsyncResult.html#g-simple-async-result-new-error"/> - <keyword type="function" name="g_simple_async_result_new_from_error ()" link="GSimpleAsyncResult.html#g-simple-async-result-new-from-error"/> - <keyword type="function" name="g_simple_async_result_new_take_error ()" link="GSimpleAsyncResult.html#g-simple-async-result-new-take-error" since="2.28"/> - <keyword type="function" name="g_simple_async_result_set_check_cancellable ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-check-cancellable" 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"/> - <keyword type="function" name="g_simple_async_result_get_op_res_gpointer ()" link="GSimpleAsyncResult.html#g-simple-async-result-get-op-res-gpointer"/> - <keyword type="function" name="g_simple_async_result_set_op_res_gssize ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-op-res-gssize"/> - <keyword type="function" name="g_simple_async_result_get_op_res_gssize ()" link="GSimpleAsyncResult.html#g-simple-async-result-get-op-res-gssize"/> - <keyword type="function" name="g_simple_async_result_set_op_res_gboolean ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-op-res-gboolean"/> - <keyword type="function" name="g_simple_async_result_get_op_res_gboolean ()" link="GSimpleAsyncResult.html#g-simple-async-result-get-op-res-gboolean"/> - <keyword type="function" name="g_simple_async_result_get_source_tag ()" link="GSimpleAsyncResult.html#g-simple-async-result-get-source-tag"/> - <keyword type="function" name="g_simple_async_result_is_valid ()" link="GSimpleAsyncResult.html#g-simple-async-result-is-valid" since="2.20"/> - <keyword type="function" name="g_simple_async_result_set_handle_cancellation ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-handle-cancellation"/> - <keyword type="function" name="g_simple_async_result_complete ()" link="GSimpleAsyncResult.html#g-simple-async-result-complete"/> - <keyword type="function" name="g_simple_async_result_complete_in_idle ()" link="GSimpleAsyncResult.html#g-simple-async-result-complete-in-idle"/> - <keyword type="function" name="g_simple_async_result_run_in_thread ()" link="GSimpleAsyncResult.html#g-simple-async-result-run-in-thread"/> - <keyword type="function" name="g_simple_async_result_set_from_error ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-from-error"/> - <keyword type="function" name="g_simple_async_result_take_error ()" link="GSimpleAsyncResult.html#g-simple-async-result-take-error" since="2.28"/> - <keyword type="function" name="g_simple_async_result_propagate_error ()" link="GSimpleAsyncResult.html#g-simple-async-result-propagate-error"/> - <keyword type="function" name="g_simple_async_result_set_error ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-error"/> - <keyword type="function" name="g_simple_async_result_set_error_va ()" link="GSimpleAsyncResult.html#g-simple-async-result-set-error-va"/> - <keyword type="function" name="g_simple_async_report_error_in_idle ()" link="GSimpleAsyncResult.html#g-simple-async-report-error-in-idle"/> - <keyword type="function" name="g_simple_async_report_gerror_in_idle ()" link="GSimpleAsyncResult.html#g-simple-async-report-gerror-in-idle"/> - <keyword type="function" name="g_simple_async_report_take_gerror_in_idle ()" link="GSimpleAsyncResult.html#g-simple-async-report-take-gerror-in-idle" since="2.28"/> - <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_converter_convert ()" link="GConverter.html#g-converter-convert" since="2.24"/> - <keyword type="function" name="g_converter_reset ()" link="GConverter.html#g-converter-reset" since="2.24"/> - <keyword type="struct" name="GCharsetConverter" link="GCharsetConverter.html#GCharsetConverter-struct"/> - <keyword type="function" name="g_charset_converter_new ()" link="GCharsetConverter.html#g-charset-converter-new" since="2.24"/> - <keyword type="function" name="g_charset_converter_set_use_fallback ()" link="GCharsetConverter.html#g-charset-converter-set-use-fallback" since="2.24"/> - <keyword type="function" name="g_charset_converter_get_use_fallback ()" link="GCharsetConverter.html#g-charset-converter-get-use-fallback" since="2.24"/> - <keyword type="function" name="g_charset_converter_get_num_fallbacks ()" link="GCharsetConverter.html#g-charset-converter-get-num-fallbacks" since="2.24"/> - <keyword type="property" name="The "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="struct" name="GZlibCompressor" link="GZlibCompressor.html#GZlibCompressor-struct"/> - <keyword type="enum" name="enum GZlibCompressorFormat" link="GZlibCompressor.html#GZlibCompressorFormat" since="2.24"/> - <keyword type="function" name="g_zlib_compressor_new ()" link="GZlibCompressor.html#g-zlib-compressor-new" since="2.24"/> - <keyword type="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="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="struct" name="GZlibDecompressor" link="GZlibDecompressor.html#GZlibDecompressor-struct"/> - <keyword type="function" name="g_zlib_decompressor_new ()" link="GZlibDecompressor.html#g-zlib-decompressor-new" since="2.24"/> - <keyword type="function" name="g_zlib_decompressor_get_file_info ()" link="GZlibDecompressor.html#g-zlib-decompressor-get-file-info" since="2.26"/> - <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="struct" name="GSeekable" link="GSeekable.html#GSeekable-struct"/> - <keyword type="struct" name="struct GSeekableIface" link="GSeekable.html#GSeekableIface"/> - <keyword type="function" name="g_seekable_tell ()" link="GSeekable.html#g-seekable-tell"/> - <keyword type="function" name="g_seekable_can_seek ()" link="GSeekable.html#g-seekable-can-seek"/> - <keyword type="function" name="g_seekable_seek ()" link="GSeekable.html#g-seekable-seek"/> - <keyword type="function" name="g_seekable_can_truncate ()" link="GSeekable.html#g-seekable-can-truncate"/> - <keyword type="function" name="g_seekable_truncate ()" link="GSeekable.html#g-seekable-truncate"/> - <keyword type="struct" name="GInputStream" link="GInputStream.html#GInputStream-struct"/> - <keyword type="function" name="g_input_stream_read ()" link="GInputStream.html#g-input-stream-read"/> - <keyword type="function" name="g_input_stream_read_all ()" link="GInputStream.html#g-input-stream-read-all"/> - <keyword type="function" name="g_input_stream_skip ()" link="GInputStream.html#g-input-stream-skip"/> - <keyword type="function" name="g_input_stream_close ()" link="GInputStream.html#g-input-stream-close"/> - <keyword type="function" name="g_input_stream_read_async ()" link="GInputStream.html#g-input-stream-read-async"/> - <keyword type="function" name="g_input_stream_read_finish ()" link="GInputStream.html#g-input-stream-read-finish"/> - <keyword type="function" name="g_input_stream_skip_async ()" link="GInputStream.html#g-input-stream-skip-async"/> - <keyword type="function" name="g_input_stream_skip_finish ()" link="GInputStream.html#g-input-stream-skip-finish"/> - <keyword type="function" name="g_input_stream_close_async ()" link="GInputStream.html#g-input-stream-close-async"/> - <keyword type="function" name="g_input_stream_close_finish ()" link="GInputStream.html#g-input-stream-close-finish"/> - <keyword type="function" name="g_input_stream_is_closed ()" link="GInputStream.html#g-input-stream-is-closed"/> - <keyword type="function" name="g_input_stream_has_pending ()" link="GInputStream.html#g-input-stream-has-pending"/> - <keyword type="function" name="g_input_stream_set_pending ()" link="GInputStream.html#g-input-stream-set-pending"/> - <keyword type="function" name="g_input_stream_clear_pending ()" link="GInputStream.html#g-input-stream-clear-pending"/> - <keyword type="function" name="g_input_stream_read_bytes ()" link="GInputStream.html#g-input-stream-read-bytes"/> - <keyword type="function" name="g_input_stream_read_bytes_async ()" link="GInputStream.html#g-input-stream-read-bytes-async"/> - <keyword type="function" name="g_input_stream_read_bytes_finish ()" link="GInputStream.html#g-input-stream-read-bytes-finish"/> - <keyword type="enum" name="enum GOutputStreamSpliceFlags" link="GOutputStream.html#GOutputStreamSpliceFlags"/> - <keyword type="struct" name="GOutputStream" link="GOutputStream.html#GOutputStream-struct"/> - <keyword type="function" name="g_output_stream_write ()" link="GOutputStream.html#g-output-stream-write"/> - <keyword type="function" name="g_output_stream_write_all ()" link="GOutputStream.html#g-output-stream-write-all"/> - <keyword type="function" name="g_output_stream_splice ()" link="GOutputStream.html#g-output-stream-splice"/> - <keyword type="function" name="g_output_stream_flush ()" link="GOutputStream.html#g-output-stream-flush"/> - <keyword type="function" name="g_output_stream_close ()" link="GOutputStream.html#g-output-stream-close"/> - <keyword type="function" name="g_output_stream_write_async ()" link="GOutputStream.html#g-output-stream-write-async"/> - <keyword type="function" name="g_output_stream_write_finish ()" link="GOutputStream.html#g-output-stream-write-finish"/> - <keyword type="function" name="g_output_stream_splice_async ()" link="GOutputStream.html#g-output-stream-splice-async"/> - <keyword type="function" name="g_output_stream_splice_finish ()" link="GOutputStream.html#g-output-stream-splice-finish"/> - <keyword type="function" name="g_output_stream_flush_async ()" link="GOutputStream.html#g-output-stream-flush-async"/> - <keyword type="function" name="g_output_stream_flush_finish ()" link="GOutputStream.html#g-output-stream-flush-finish"/> - <keyword type="function" name="g_output_stream_close_async ()" link="GOutputStream.html#g-output-stream-close-async"/> - <keyword type="function" name="g_output_stream_close_finish ()" link="GOutputStream.html#g-output-stream-close-finish"/> - <keyword type="function" name="g_output_stream_is_closing ()" link="GOutputStream.html#g-output-stream-is-closing" since="2.24"/> - <keyword type="function" name="g_output_stream_is_closed ()" link="GOutputStream.html#g-output-stream-is-closed"/> - <keyword type="function" name="g_output_stream_has_pending ()" link="GOutputStream.html#g-output-stream-has-pending"/> - <keyword type="function" name="g_output_stream_set_pending ()" link="GOutputStream.html#g-output-stream-set-pending"/> - <keyword type="function" name="g_output_stream_clear_pending ()" link="GOutputStream.html#g-output-stream-clear-pending"/> - <keyword type="function" name="g_output_stream_write_bytes ()" link="GOutputStream.html#g-output-stream-write-bytes"/> - <keyword type="function" name="g_output_stream_write_bytes_finish ()" link="GOutputStream.html#g-output-stream-write-bytes-finish"/> - <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="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="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="struct" name="GFileInputStream" link="GFileInputStream.html#GFileInputStream-struct"/> - <keyword type="function" name="g_file_input_stream_query_info ()" link="GFileInputStream.html#g-file-input-stream-query-info"/> - <keyword type="function" name="g_file_input_stream_query_info_async ()" link="GFileInputStream.html#g-file-input-stream-query-info-async"/> - <keyword type="function" name="g_file_input_stream_query_info_finish ()" link="GFileInputStream.html#g-file-input-stream-query-info-finish"/> - <keyword type="struct" name="GFileOutputStream" link="GFileOutputStream.html#GFileOutputStream-struct"/> - <keyword type="function" name="g_file_output_stream_query_info ()" link="GFileOutputStream.html#g-file-output-stream-query-info"/> - <keyword type="function" name="g_file_output_stream_query_info_async ()" link="GFileOutputStream.html#g-file-output-stream-query-info-async"/> - <keyword type="function" name="g_file_output_stream_query_info_finish ()" link="GFileOutputStream.html#g-file-output-stream-query-info-finish"/> - <keyword type="function" name="g_file_output_stream_get_etag ()" link="GFileOutputStream.html#g-file-output-stream-get-etag"/> - <keyword type="struct" name="GFileIOStream" link="GFileIOStream.html#GFileIOStream-struct"/> - <keyword type="function" name="g_file_io_stream_get_etag ()" link="GFileIOStream.html#g-file-io-stream-get-etag" since="2.22"/> - <keyword type="function" name="g_file_io_stream_query_info ()" link="GFileIOStream.html#g-file-io-stream-query-info" since="2.22"/> - <keyword type="function" name="g_file_io_stream_query_info_async ()" link="GFileIOStream.html#g-file-io-stream-query-info-async" since="2.22"/> - <keyword type="function" name="g_file_io_stream_query_info_finish ()" link="GFileIOStream.html#g-file-io-stream-query-info-finish" since="2.22"/> - <keyword type="struct" name="GFileDescriptorBased" link="GFileDescriptorBased.html#GFileDescriptorBased-struct"/> - <keyword type="function" name="g_file_descriptor_based_get_fd ()" link="GFileDescriptorBased.html#g-file-descriptor-based-get-fd" since="2.24"/> - <keyword type="struct" name="GFilterInputStream" link="GFilterInputStream.html#GFilterInputStream-struct"/> - <keyword type="function" name="g_filter_input_stream_get_base_stream ()" link="GFilterInputStream.html#g-filter-input-stream-get-base-stream"/> - <keyword type="function" name="g_filter_input_stream_get_close_base_stream ()" link="GFilterInputStream.html#g-filter-input-stream-get-close-base-stream"/> - <keyword type="function" name="g_filter_input_stream_set_close_base_stream ()" link="GFilterInputStream.html#g-filter-input-stream-set-close-base-stream"/> - <keyword type="property" name="The "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="struct" name="GFilterOutputStream" link="GFilterOutputStream.html#GFilterOutputStream-struct"/> - <keyword type="function" name="g_filter_output_stream_get_base_stream ()" link="GFilterOutputStream.html#g-filter-output-stream-get-base-stream"/> - <keyword type="function" name="g_filter_output_stream_get_close_base_stream ()" link="GFilterOutputStream.html#g-filter-output-stream-get-close-base-stream"/> - <keyword type="function" name="g_filter_output_stream_set_close_base_stream ()" link="GFilterOutputStream.html#g-filter-output-stream-set-close-base-stream"/> - <keyword type="property" name="The "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="struct" name="GMemoryInputStream" link="GMemoryInputStream.html#GMemoryInputStream-struct"/> - <keyword type="function" name="g_memory_input_stream_new ()" link="GMemoryInputStream.html#g-memory-input-stream-new"/> - <keyword type="function" name="g_memory_input_stream_new_from_data ()" link="GMemoryInputStream.html#g-memory-input-stream-new-from-data"/> - <keyword type="function" name="g_memory_input_stream_add_data ()" link="GMemoryInputStream.html#g-memory-input-stream-add-data"/> - <keyword type="function" name="GReallocFunc ()" link="GMemoryOutputStream.html#GReallocFunc"/> - <keyword type="struct" name="GMemoryOutputStream" link="GMemoryOutputStream.html#GMemoryOutputStream-struct"/> - <keyword type="function" name="g_memory_output_stream_new ()" link="GMemoryOutputStream.html#g-memory-output-stream-new"/> - <keyword type="function" name="g_memory_output_stream_get_data ()" link="GMemoryOutputStream.html#g-memory-output-stream-get-data"/> - <keyword type="function" name="g_memory_output_stream_get_size ()" link="GMemoryOutputStream.html#g-memory-output-stream-get-size"/> - <keyword type="function" name="g_memory_output_stream_get_data_size ()" link="GMemoryOutputStream.html#g-memory-output-stream-get-data-size" since="2.18"/> - <keyword type="function" name="g_memory_output_stream_steal_data ()" link="GMemoryOutputStream.html#g-memory-output-stream-steal-data" since="2.26"/> - <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="struct" name="GBufferedInputStream" link="GBufferedInputStream.html#GBufferedInputStream-struct"/> - <keyword type="function" name="g_buffered_input_stream_new ()" link="GBufferedInputStream.html#g-buffered-input-stream-new"/> - <keyword type="function" name="g_buffered_input_stream_new_sized ()" link="GBufferedInputStream.html#g-buffered-input-stream-new-sized"/> - <keyword type="function" name="g_buffered_input_stream_get_buffer_size ()" link="GBufferedInputStream.html#g-buffered-input-stream-get-buffer-size"/> - <keyword type="function" name="g_buffered_input_stream_set_buffer_size ()" link="GBufferedInputStream.html#g-buffered-input-stream-set-buffer-size"/> - <keyword type="function" name="g_buffered_input_stream_get_available ()" link="GBufferedInputStream.html#g-buffered-input-stream-get-available"/> - <keyword type="function" name="g_buffered_input_stream_peek_buffer ()" link="GBufferedInputStream.html#g-buffered-input-stream-peek-buffer"/> - <keyword type="function" name="g_buffered_input_stream_peek ()" link="GBufferedInputStream.html#g-buffered-input-stream-peek"/> - <keyword type="function" name="g_buffered_input_stream_fill ()" link="GBufferedInputStream.html#g-buffered-input-stream-fill"/> - <keyword type="function" name="g_buffered_input_stream_fill_async ()" link="GBufferedInputStream.html#g-buffered-input-stream-fill-async"/> - <keyword type="function" name="g_buffered_input_stream_fill_finish ()" link="GBufferedInputStream.html#g-buffered-input-stream-fill-finish"/> - <keyword type="function" name="g_buffered_input_stream_read_byte ()" link="GBufferedInputStream.html#g-buffered-input-stream-read-byte"/> - <keyword type="property" name="The "buffer-size" property" link="GBufferedInputStream.html#GBufferedInputStream--buffer-size"/> - <keyword type="struct" name="GBufferedOutputStream" link="GBufferedOutputStream.html#GBufferedOutputStream-struct"/> - <keyword type="function" name="g_buffered_output_stream_new ()" link="GBufferedOutputStream.html#g-buffered-output-stream-new"/> - <keyword type="function" name="g_buffered_output_stream_new_sized ()" link="GBufferedOutputStream.html#g-buffered-output-stream-new-sized"/> - <keyword type="function" name="g_buffered_output_stream_get_buffer_size ()" link="GBufferedOutputStream.html#g-buffered-output-stream-get-buffer-size"/> - <keyword type="function" name="g_buffered_output_stream_set_buffer_size ()" link="GBufferedOutputStream.html#g-buffered-output-stream-set-buffer-size"/> - <keyword type="function" name="g_buffered_output_stream_get_auto_grow ()" link="GBufferedOutputStream.html#g-buffered-output-stream-get-auto-grow"/> - <keyword type="function" name="g_buffered_output_stream_set_auto_grow ()" link="GBufferedOutputStream.html#g-buffered-output-stream-set-auto-grow"/> - <keyword type="property" name="The "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="struct" name="GDataInputStream" link="GDataInputStream.html#GDataInputStream-struct"/> - <keyword type="enum" name="enum GDataStreamByteOrder" link="GDataInputStream.html#GDataStreamByteOrder"/> - <keyword type="enum" name="enum GDataStreamNewlineType" link="GDataInputStream.html#GDataStreamNewlineType"/> - <keyword type="function" name="g_data_input_stream_new ()" link="GDataInputStream.html#g-data-input-stream-new"/> - <keyword type="function" name="g_data_input_stream_set_byte_order ()" link="GDataInputStream.html#g-data-input-stream-set-byte-order"/> - <keyword type="function" name="g_data_input_stream_get_byte_order ()" link="GDataInputStream.html#g-data-input-stream-get-byte-order"/> - <keyword type="function" name="g_data_input_stream_set_newline_type ()" link="GDataInputStream.html#g-data-input-stream-set-newline-type"/> - <keyword type="function" name="g_data_input_stream_get_newline_type ()" link="GDataInputStream.html#g-data-input-stream-get-newline-type"/> - <keyword type="function" name="g_data_input_stream_read_byte ()" link="GDataInputStream.html#g-data-input-stream-read-byte"/> - <keyword type="function" name="g_data_input_stream_read_int16 ()" link="GDataInputStream.html#g-data-input-stream-read-int16"/> - <keyword type="function" name="g_data_input_stream_read_uint16 ()" link="GDataInputStream.html#g-data-input-stream-read-uint16"/> - <keyword type="function" name="g_data_input_stream_read_int32 ()" link="GDataInputStream.html#g-data-input-stream-read-int32"/> - <keyword type="function" name="g_data_input_stream_read_uint32 ()" link="GDataInputStream.html#g-data-input-stream-read-uint32"/> - <keyword type="function" name="g_data_input_stream_read_int64 ()" link="GDataInputStream.html#g-data-input-stream-read-int64"/> - <keyword type="function" name="g_data_input_stream_read_uint64 ()" link="GDataInputStream.html#g-data-input-stream-read-uint64"/> - <keyword type="function" name="g_data_input_stream_read_line ()" link="GDataInputStream.html#g-data-input-stream-read-line"/> - <keyword type="function" name="g_data_input_stream_read_line_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="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="struct" name="struct GDataOutputStream" link="GDataOutputStream.html#GDataOutputStream-struct"/> - <keyword type="function" name="g_data_output_stream_new ()" link="GDataOutputStream.html#g-data-output-stream-new"/> - <keyword type="function" name="g_data_output_stream_set_byte_order ()" link="GDataOutputStream.html#g-data-output-stream-set-byte-order"/> - <keyword type="function" name="g_data_output_stream_get_byte_order ()" link="GDataOutputStream.html#g-data-output-stream-get-byte-order"/> - <keyword type="function" name="g_data_output_stream_put_byte ()" link="GDataOutputStream.html#g-data-output-stream-put-byte"/> - <keyword type="function" name="g_data_output_stream_put_int16 ()" link="GDataOutputStream.html#g-data-output-stream-put-int16"/> - <keyword type="function" name="g_data_output_stream_put_uint16 ()" link="GDataOutputStream.html#g-data-output-stream-put-uint16"/> - <keyword type="function" name="g_data_output_stream_put_int32 ()" link="GDataOutputStream.html#g-data-output-stream-put-int32"/> - <keyword type="function" name="g_data_output_stream_put_uint32 ()" link="GDataOutputStream.html#g-data-output-stream-put-uint32"/> - <keyword type="function" name="g_data_output_stream_put_int64 ()" link="GDataOutputStream.html#g-data-output-stream-put-int64"/> - <keyword type="function" name="g_data_output_stream_put_uint64 ()" link="GDataOutputStream.html#g-data-output-stream-put-uint64"/> - <keyword type="function" name="g_data_output_stream_put_string ()" link="GDataOutputStream.html#g-data-output-stream-put-string"/> - <keyword type="property" name="The "byte-order" property" link="GDataOutputStream.html#GDataOutputStream--byte-order"/> - <keyword type="struct" name="struct GUnixInputStream" link="GUnixInputStream.html#GUnixInputStream-struct"/> - <keyword type="function" name="g_unix_input_stream_new ()" link="GUnixInputStream.html#g-unix-input-stream-new"/> - <keyword type="function" name="g_unix_input_stream_set_close_fd ()" link="GUnixInputStream.html#g-unix-input-stream-set-close-fd" since="2.20"/> - <keyword type="function" name="g_unix_input_stream_get_close_fd ()" link="GUnixInputStream.html#g-unix-input-stream-get-close-fd" since="2.20"/> - <keyword type="function" name="g_unix_input_stream_get_fd ()" link="GUnixInputStream.html#g-unix-input-stream-get-fd" since="2.20"/> - <keyword type="property" name="The "close-fd" property" link="GUnixInputStream.html#GUnixInputStream--close-fd"/> - <keyword type="property" name="The "fd" property" link="GUnixInputStream.html#GUnixInputStream--fd"/> - <keyword type="struct" name="struct GUnixOutputStream" link="GUnixOutputStream.html#GUnixOutputStream-struct"/> - <keyword type="function" name="g_unix_output_stream_new ()" link="GUnixOutputStream.html#g-unix-output-stream-new"/> - <keyword type="function" name="g_unix_output_stream_set_close_fd ()" link="GUnixOutputStream.html#g-unix-output-stream-set-close-fd" since="2.20"/> - <keyword type="function" name="g_unix_output_stream_get_close_fd ()" link="GUnixOutputStream.html#g-unix-output-stream-get-close-fd" since="2.20"/> - <keyword type="function" name="g_unix_output_stream_get_fd ()" link="GUnixOutputStream.html#g-unix-output-stream-get-fd" since="2.20"/> - <keyword type="property" name="The "close-fd" property" link="GUnixOutputStream.html#GUnixOutputStream--close-fd"/> - <keyword type="property" name="The "fd" property" link="GUnixOutputStream.html#GUnixOutputStream--fd"/> - <keyword type="struct" name="struct GWin32InputStream" link="gio-GWin32InputStream.html#GWin32InputStream"/> - <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 GWin32OutputStream" link="gio-GWin32OutputStream.html#GWin32OutputStream"/> - <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="GConverterInputStream" link="gio-GConverterInputstream.html#GConverterInputStream-struct"/> - <keyword type="function" name="g_converter_input_stream_new ()" link="gio-GConverterInputstream.html#g-converter-input-stream-new"/> - <keyword type="function" name="g_converter_input_stream_get_converter ()" link="gio-GConverterInputstream.html#g-converter-input-stream-get-converter" since="2.24"/> - <keyword type="property" name="The "converter" property" link="gio-GConverterInputstream.html#GConverterInputStream--converter"/> - <keyword type="struct" name="GConverterOutputStream" link="gio-GConverterOutputstream.html#GConverterOutputStream-struct"/> - <keyword type="function" name="g_converter_output_stream_new ()" link="gio-GConverterOutputstream.html#g-converter-output-stream-new"/> - <keyword type="function" name="g_converter_output_stream_get_converter ()" link="gio-GConverterOutputstream.html#g-converter-output-stream-get-converter" since="2.24"/> - <keyword type="property" name="The "converter" property" link="gio-GConverterOutputstream.html#GConverterOutputStream--converter"/> - <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_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="GPollableOutputStream" link="GPollableOutputStream.html#GPollableOutputStream-struct"/> - <keyword type="struct" name="struct GPollableOutputStreamInterface" link="GPollableOutputStream.html#GPollableOutputStreamInterface" 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="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_can_be_executable ()" link="gio-GContentType.html#g-content-type-can-be-executable"/> - <keyword type="function" name="g_content_type_from_mime_type ()" link="gio-GContentType.html#g-content-type-from-mime-type" since="2.18"/> - <keyword type="function" name="g_content_type_guess ()" link="gio-GContentType.html#g-content-type-guess"/> - <keyword type="function" name="g_content_type_guess_for_tree ()" link="gio-GContentType.html#g-content-type-guess-for-tree" since="2.18"/> - <keyword type="function" name="g_content_types_get_registered ()" link="gio-GContentType.html#g-content-types-get-registered"/> - <keyword type="enum" name="enum GAppInfoCreateFlags" link="GAppInfo.html#GAppInfoCreateFlags"/> - <keyword type="struct" name="GAppInfo" link="GAppInfo.html#GAppInfo-struct"/> - <keyword type="struct" name="struct GAppInfoIface" link="GAppInfo.html#GAppInfoIface"/> - <keyword type="struct" name="GAppLaunchContext" link="GAppInfo.html#GAppLaunchContext-struct"/> - <keyword type="function" name="g_app_info_create_from_commandline ()" link="GAppInfo.html#g-app-info-create-from-commandline"/> - <keyword type="function" name="g_app_info_dup ()" link="GAppInfo.html#g-app-info-dup"/> - <keyword type="function" name="g_app_info_equal ()" link="GAppInfo.html#g-app-info-equal"/> - <keyword type="function" name="g_app_info_get_id ()" link="GAppInfo.html#g-app-info-get-id"/> - <keyword type="function" name="g_app_info_get_name ()" link="GAppInfo.html#g-app-info-get-name"/> - <keyword type="function" name="g_app_info_get_display_name ()" link="GAppInfo.html#g-app-info-get-display-name" since="2.24"/> - <keyword type="function" name="g_app_info_get_description ()" link="GAppInfo.html#g-app-info-get-description"/> - <keyword type="function" name="g_app_info_get_executable ()" link="GAppInfo.html#g-app-info-get-executable"/> - <keyword type="function" name="g_app_info_get_commandline ()" link="GAppInfo.html#g-app-info-get-commandline" since="2.20"/> - <keyword type="function" name="g_app_info_get_icon ()" link="GAppInfo.html#g-app-info-get-icon"/> - <keyword type="function" name="g_app_info_launch ()" link="GAppInfo.html#g-app-info-launch"/> - <keyword type="function" name="g_app_info_supports_files ()" link="GAppInfo.html#g-app-info-supports-files"/> - <keyword type="function" name="g_app_info_supports_uris ()" link="GAppInfo.html#g-app-info-supports-uris"/> - <keyword type="function" name="g_app_info_launch_uris ()" link="GAppInfo.html#g-app-info-launch-uris"/> - <keyword type="function" name="g_app_info_should_show ()" link="GAppInfo.html#g-app-info-should-show"/> - <keyword type="function" name="g_app_info_can_delete ()" link="GAppInfo.html#g-app-info-can-delete" since="2.20"/> - <keyword type="function" name="g_app_info_delete ()" link="GAppInfo.html#g-app-info-delete" since="2.20"/> - <keyword type="function" name="g_app_info_reset_type_associations ()" link="GAppInfo.html#g-app-info-reset-type-associations" since="2.20"/> - <keyword type="function" name="g_app_info_set_as_default_for_type ()" link="GAppInfo.html#g-app-info-set-as-default-for-type"/> - <keyword type="function" name="g_app_info_set_as_default_for_extension ()" link="GAppInfo.html#g-app-info-set-as-default-for-extension"/> - <keyword type="function" name="g_app_info_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="struct" name="GDesktopAppInfo" link="gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfo-struct"/> - <keyword type="function" name="g_desktop_app_info_new_from_filename ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-new-from-filename"/> - <keyword type="function" name="g_desktop_app_info_new_from_keyfile ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-new-from-keyfile" since="2.18"/> - <keyword type="function" name="g_desktop_app_info_new ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-new"/> - <keyword type="function" name="g_desktop_app_info_get_filename ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-filename" since="2.24"/> - <keyword type="function" name="g_desktop_app_info_get_is_hidden ()" link="gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-get-is-hidden"/> - <keyword type="function" name="g_desktop_app_info_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"/> - <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="property" name="The "filename" property" link="gio-Desktop-file-based-GAppInfo.html#GDesktopAppInfo--filename"/> - <keyword type="struct" name="GVolumeMonitor" link="GVolumeMonitor.html#GVolumeMonitor-struct"/> - <keyword type="macro" name="G_VOLUME_MONITOR_EXTENSION_POINT_NAME" link="GVolumeMonitor.html#G-VOLUME-MONITOR-EXTENSION-POINT-NAME:CAPS"/> - <keyword type="function" name="g_volume_monitor_get ()" link="GVolumeMonitor.html#g-volume-monitor-get"/> - <keyword type="function" name="g_volume_monitor_get_connected_drives ()" link="GVolumeMonitor.html#g-volume-monitor-get-connected-drives"/> - <keyword type="function" name="g_volume_monitor_get_volumes ()" link="GVolumeMonitor.html#g-volume-monitor-get-volumes"/> - <keyword type="function" name="g_volume_monitor_get_mounts ()" link="GVolumeMonitor.html#g-volume-monitor-get-mounts"/> - <keyword type="function" name="g_volume_monitor_adopt_orphan_mount ()" link="GVolumeMonitor.html#g-volume-monitor-adopt-orphan-mount" deprecated=""/> - <keyword type="function" name="g_volume_monitor_get_mount_for_uuid ()" link="GVolumeMonitor.html#g-volume-monitor-get-mount-for-uuid"/> - <keyword type="function" name="g_volume_monitor_get_volume_for_uuid ()" link="GVolumeMonitor.html#g-volume-monitor-get-volume-for-uuid"/> - <keyword type="signal" name="The "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="struct" name="GVolume" link="GVolume.html#GVolume-struct"/> - <keyword type="struct" name="struct GVolumeIface" link="GVolume.html#GVolumeIface"/> - <keyword type="function" name="g_volume_get_name ()" link="GVolume.html#g-volume-get-name"/> - <keyword type="function" name="g_volume_get_uuid ()" link="GVolume.html#g-volume-get-uuid"/> - <keyword type="function" name="g_volume_get_icon ()" link="GVolume.html#g-volume-get-icon"/> - <keyword type="function" name="g_volume_get_drive ()" link="GVolume.html#g-volume-get-drive"/> - <keyword type="function" name="g_volume_get_mount ()" link="GVolume.html#g-volume-get-mount"/> - <keyword type="function" name="g_volume_can_mount ()" link="GVolume.html#g-volume-can-mount"/> - <keyword type="function" name="g_volume_should_automount ()" link="GVolume.html#g-volume-should-automount"/> - <keyword type="function" name="g_volume_get_activation_root ()" link="GVolume.html#g-volume-get-activation-root" since="2.18"/> - <keyword type="function" name="g_volume_mount ()" link="GVolume.html#g-volume-mount"/> - <keyword type="function" name="g_volume_mount_finish ()" link="GVolume.html#g-volume-mount-finish"/> - <keyword type="function" name="g_volume_can_eject ()" link="GVolume.html#g-volume-can-eject"/> - <keyword type="function" name="g_volume_eject ()" link="GVolume.html#g-volume-eject" deprecated="2.22: Use g_volume_eject_with_operation() instead."/> - <keyword type="function" name="g_volume_eject_finish ()" link="GVolume.html#g-volume-eject-finish" deprecated="2.22: Use g_volume_eject_with_operation_finish() instead."/> - <keyword type="function" name="g_volume_eject_with_operation ()" link="GVolume.html#g-volume-eject-with-operation" since="2.22"/> - <keyword type="function" name="g_volume_eject_with_operation_finish ()" link="GVolume.html#g-volume-eject-with-operation-finish" since="2.22"/> - <keyword type="macro" name="G_VOLUME_IDENTIFIER_KIND_HAL_UDI" link="GVolume.html#G-VOLUME-IDENTIFIER-KIND-HAL-UDI:CAPS"/> - <keyword type="macro" name="G_VOLUME_IDENTIFIER_KIND_LABEL" link="GVolume.html#G-VOLUME-IDENTIFIER-KIND-LABEL:CAPS"/> - <keyword type="macro" name="G_VOLUME_IDENTIFIER_KIND_NFS_MOUNT" link="GVolume.html#G-VOLUME-IDENTIFIER-KIND-NFS-MOUNT:CAPS"/> - <keyword type="macro" name="G_VOLUME_IDENTIFIER_KIND_UNIX_DEVICE" link="GVolume.html#G-VOLUME-IDENTIFIER-KIND-UNIX-DEVICE:CAPS"/> - <keyword type="macro" name="G_VOLUME_IDENTIFIER_KIND_UUID" link="GVolume.html#G-VOLUME-IDENTIFIER-KIND-UUID:CAPS"/> - <keyword type="macro" name="G_VOLUME_IDENTIFIER_KIND_CLASS" link="GVolume.html#G-VOLUME-IDENTIFIER-KIND-CLASS:CAPS"/> - <keyword type="function" name="g_volume_enumerate_identifiers ()" link="GVolume.html#g-volume-enumerate-identifiers"/> - <keyword type="function" name="g_volume_get_identifier ()" link="GVolume.html#g-volume-get-identifier"/> - <keyword type="function" name="g_volume_get_sort_key ()" link="GVolume.html#g-volume-get-sort-key" since="2.32"/> - <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="struct" name="GMount" link="GMount.html#GMount-struct"/> - <keyword type="struct" name="struct GMountIface" link="GMount.html#GMountIface"/> - <keyword type="function" name="g_mount_get_name ()" link="GMount.html#g-mount-get-name"/> - <keyword type="function" name="g_mount_get_uuid ()" link="GMount.html#g-mount-get-uuid"/> - <keyword type="function" name="g_mount_get_icon ()" link="GMount.html#g-mount-get-icon"/> - <keyword type="function" name="g_mount_get_drive ()" link="GMount.html#g-mount-get-drive"/> - <keyword type="function" name="g_mount_get_root ()" link="GMount.html#g-mount-get-root"/> - <keyword type="function" name="g_mount_get_volume ()" link="GMount.html#g-mount-get-volume"/> - <keyword type="function" name="g_mount_get_default_location ()" link="GMount.html#g-mount-get-default-location"/> - <keyword type="function" name="g_mount_can_unmount ()" link="GMount.html#g-mount-can-unmount"/> - <keyword type="enum" name="enum GMountMountFlags" link="GMount.html#GMountMountFlags"/> - <keyword type="enum" name="enum GMountUnmountFlags" link="GMount.html#GMountUnmountFlags"/> - <keyword type="function" name="g_mount_unmount ()" link="GMount.html#g-mount-unmount" deprecated="2.22: Use g_mount_unmount_with_operation() instead."/> - <keyword type="function" name="g_mount_unmount_finish ()" link="GMount.html#g-mount-unmount-finish" deprecated="2.22: Use g_mount_unmount_with_operation_finish() instead."/> - <keyword type="function" name="g_mount_unmount_with_operation ()" link="GMount.html#g-mount-unmount-with-operation" since="2.22"/> - <keyword type="function" name="g_mount_unmount_with_operation_finish ()" link="GMount.html#g-mount-unmount-with-operation-finish" since="2.22"/> - <keyword type="function" name="g_mount_remount ()" link="GMount.html#g-mount-remount"/> - <keyword type="function" name="g_mount_remount_finish ()" link="GMount.html#g-mount-remount-finish"/> - <keyword type="function" name="g_mount_can_eject ()" link="GMount.html#g-mount-can-eject"/> - <keyword type="function" name="g_mount_eject ()" link="GMount.html#g-mount-eject" deprecated="2.22: Use g_mount_eject_with_operation() instead."/> - <keyword type="function" name="g_mount_eject_finish ()" link="GMount.html#g-mount-eject-finish" deprecated="2.22: Use g_mount_eject_with_operation_finish() instead."/> - <keyword type="function" name="g_mount_eject_with_operation ()" link="GMount.html#g-mount-eject-with-operation" since="2.22"/> - <keyword type="function" name="g_mount_eject_with_operation_finish ()" link="GMount.html#g-mount-eject-with-operation-finish" since="2.22"/> - <keyword type="function" name="g_mount_guess_content_type ()" link="GMount.html#g-mount-guess-content-type" since="2.18"/> - <keyword type="function" name="g_mount_guess_content_type_finish ()" link="GMount.html#g-mount-guess-content-type-finish" since="2.18"/> - <keyword type="function" name="g_mount_guess_content_type_sync ()" link="GMount.html#g-mount-guess-content-type-sync" since="2.18"/> - <keyword type="function" name="g_mount_is_shadowed ()" link="GMount.html#g-mount-is-shadowed" since="2.20"/> - <keyword type="function" name="g_mount_shadow ()" link="GMount.html#g-mount-shadow" since="2.20"/> - <keyword type="function" name="g_mount_unshadow ()" link="GMount.html#g-mount-unshadow" since="2.20"/> - <keyword type="function" name="g_mount_get_sort_key ()" link="GMount.html#g-mount-get-sort-key" since="2.32"/> - <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="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="function" name="g_drive_get_name ()" link="GDrive.html#g-drive-get-name"/> - <keyword type="function" name="g_drive_get_icon ()" link="GDrive.html#g-drive-get-icon"/> - <keyword type="function" name="g_drive_has_volumes ()" link="GDrive.html#g-drive-has-volumes"/> - <keyword type="function" name="g_drive_get_volumes ()" link="GDrive.html#g-drive-get-volumes"/> - <keyword type="function" name="g_drive_can_eject ()" link="GDrive.html#g-drive-can-eject"/> - <keyword type="function" name="g_drive_get_start_stop_type ()" link="GDrive.html#g-drive-get-start-stop-type" since="2.22"/> - <keyword type="function" name="g_drive_can_start ()" link="GDrive.html#g-drive-can-start" since="2.22"/> - <keyword type="function" name="g_drive_can_start_degraded ()" link="GDrive.html#g-drive-can-start-degraded" since="2.22"/> - <keyword type="function" name="g_drive_can_stop ()" link="GDrive.html#g-drive-can-stop" since="2.22"/> - <keyword type="function" name="g_drive_can_poll_for_media ()" link="GDrive.html#g-drive-can-poll-for-media"/> - <keyword type="function" name="g_drive_poll_for_media ()" link="GDrive.html#g-drive-poll-for-media"/> - <keyword type="function" name="g_drive_poll_for_media_finish ()" link="GDrive.html#g-drive-poll-for-media-finish"/> - <keyword type="function" name="g_drive_has_media ()" link="GDrive.html#g-drive-has-media"/> - <keyword type="function" name="g_drive_is_media_check_automatic ()" link="GDrive.html#g-drive-is-media-check-automatic"/> - <keyword type="function" name="g_drive_is_media_removable ()" link="GDrive.html#g-drive-is-media-removable"/> - <keyword type="function" name="g_drive_eject ()" link="GDrive.html#g-drive-eject" deprecated="2.22: Use g_drive_eject_with_operation() instead."/> - <keyword type="function" name="g_drive_eject_finish ()" link="GDrive.html#g-drive-eject-finish" deprecated="2.22: Use g_drive_eject_with_operation_finish() instead."/> - <keyword type="function" name="g_drive_eject_with_operation ()" link="GDrive.html#g-drive-eject-with-operation" since="2.22"/> - <keyword type="function" name="g_drive_eject_with_operation_finish ()" link="GDrive.html#g-drive-eject-with-operation-finish" since="2.22"/> - <keyword type="function" name="g_drive_start ()" link="GDrive.html#g-drive-start" since="2.22"/> - <keyword type="function" name="g_drive_start_finish ()" link="GDrive.html#g-drive-start-finish" since="2.22"/> - <keyword type="function" name="g_drive_stop ()" link="GDrive.html#g-drive-stop" since="2.22"/> - <keyword type="function" name="g_drive_stop_finish ()" link="GDrive.html#g-drive-stop-finish" since="2.22"/> - <keyword type="function" name="g_drive_enumerate_identifiers ()" link="GDrive.html#g-drive-enumerate-identifiers"/> - <keyword type="function" name="g_drive_get_identifier ()" link="GDrive.html#g-drive-get-identifier"/> - <keyword type="function" name="g_drive_get_sort_key ()" link="GDrive.html#g-drive-get-sort-key" since="2.32"/> - <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="struct" name="GUnixMountPoint" link="gio-Unix-Mounts.html#GUnixMountPoint"/> - <keyword type="struct" name="GUnixMountEntry" link="gio-Unix-Mounts.html#GUnixMountEntry"/> - <keyword type="struct" name="GUnixMountMonitor" link="gio-Unix-Mounts.html#GUnixMountMonitor-struct"/> - <keyword type="function" name="g_unix_mount_free ()" link="gio-Unix-Mounts.html#g-unix-mount-free"/> - <keyword type="function" name="g_unix_mount_compare ()" link="gio-Unix-Mounts.html#g-unix-mount-compare"/> - <keyword type="function" name="g_unix_mount_get_mount_path ()" link="gio-Unix-Mounts.html#g-unix-mount-get-mount-path"/> - <keyword type="function" name="g_unix_mount_get_device_path ()" link="gio-Unix-Mounts.html#g-unix-mount-get-device-path"/> - <keyword type="function" name="g_unix_mount_get_fs_type ()" link="gio-Unix-Mounts.html#g-unix-mount-get-fs-type"/> - <keyword type="function" name="g_unix_mount_is_readonly ()" link="gio-Unix-Mounts.html#g-unix-mount-is-readonly"/> - <keyword type="function" name="g_unix_mount_is_system_internal ()" link="gio-Unix-Mounts.html#g-unix-mount-is-system-internal"/> - <keyword type="function" name="g_unix_mount_guess_icon ()" link="gio-Unix-Mounts.html#g-unix-mount-guess-icon"/> - <keyword type="function" name="g_unix_mount_guess_name ()" link="gio-Unix-Mounts.html#g-unix-mount-guess-name"/> - <keyword type="function" name="g_unix_mount_guess_can_eject ()" link="gio-Unix-Mounts.html#g-unix-mount-guess-can-eject"/> - <keyword type="function" name="g_unix_mount_guess_should_display ()" link="gio-Unix-Mounts.html#g-unix-mount-guess-should-display"/> - <keyword type="function" name="g_unix_mount_point_free ()" link="gio-Unix-Mounts.html#g-unix-mount-point-free"/> - <keyword type="function" name="g_unix_mount_point_compare ()" link="gio-Unix-Mounts.html#g-unix-mount-point-compare"/> - <keyword type="function" name="g_unix_mount_point_get_mount_path ()" link="gio-Unix-Mounts.html#g-unix-mount-point-get-mount-path"/> - <keyword type="function" name="g_unix_mount_point_get_device_path ()" link="gio-Unix-Mounts.html#g-unix-mount-point-get-device-path"/> - <keyword type="function" name="g_unix_mount_point_get_fs_type ()" link="gio-Unix-Mounts.html#g-unix-mount-point-get-fs-type"/> - <keyword type="function" name="g_unix_mount_point_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_name ()" link="gio-Unix-Mounts.html#g-unix-mount-point-guess-name"/> - <keyword type="function" name="g_unix_mount_point_guess_can_eject ()" link="gio-Unix-Mounts.html#g-unix-mount-point-guess-can-eject"/> - <keyword type="function" name="g_unix_mount_points_get ()" link="gio-Unix-Mounts.html#g-unix-mount-points-get"/> - <keyword type="function" name="g_unix_mounts_get ()" link="gio-Unix-Mounts.html#g-unix-mounts-get"/> - <keyword type="function" name="g_unix_mount_at ()" link="gio-Unix-Mounts.html#g-unix-mount-at"/> - <keyword type="function" name="g_unix_mounts_changed_since ()" link="gio-Unix-Mounts.html#g-unix-mounts-changed-since"/> - <keyword type="function" name="g_unix_mount_points_changed_since ()" link="gio-Unix-Mounts.html#g-unix-mount-points-changed-since"/> - <keyword type="function" name="g_unix_mount_monitor_new ()" link="gio-Unix-Mounts.html#g-unix-mount-monitor-new"/> - <keyword type="function" name="g_unix_mount_monitor_set_rate_limit ()" link="gio-Unix-Mounts.html#g-unix-mount-monitor-set-rate-limit" since="2.18"/> - <keyword type="function" name="g_unix_is_mount_path_system_internal ()" link="gio-Unix-Mounts.html#g-unix-is-mount-path-system-internal"/> - <keyword type="signal" name="The "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="struct" name="GIcon" link="GIcon.html#GIcon-struct"/> - <keyword type="struct" name="struct GIconIface" link="GIcon.html#GIconIface"/> - <keyword type="function" name="g_icon_hash ()" link="GIcon.html#g-icon-hash"/> - <keyword type="function" name="g_icon_equal ()" link="GIcon.html#g-icon-equal"/> - <keyword type="function" name="g_icon_to_string ()" link="GIcon.html#g-icon-to-string" since="2.20"/> - <keyword type="function" name="g_icon_new_for_string ()" link="GIcon.html#g-icon-new-for-string" since="2.20"/> - <keyword type="struct" name="GFileIcon" link="GFileIcon.html#GFileIcon-struct"/> - <keyword type="function" name="g_file_icon_new ()" link="GFileIcon.html#g-file-icon-new"/> - <keyword type="function" name="g_file_icon_get_file ()" link="GFileIcon.html#g-file-icon-get-file"/> - <keyword type="property" name="The "file" property" link="GFileIcon.html#GFileIcon--file"/> - <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_loadable_icon_load ()" link="GLoadableIcon.html#g-loadable-icon-load"/> - <keyword type="function" name="g_loadable_icon_load_async ()" link="GLoadableIcon.html#g-loadable-icon-load-async"/> - <keyword type="function" name="g_loadable_icon_load_finish ()" link="GLoadableIcon.html#g-loadable-icon-load-finish"/> - <keyword type="struct" name="GThemedIcon" link="GThemedIcon.html#GThemedIcon-struct"/> - <keyword type="function" name="g_themed_icon_new ()" link="GThemedIcon.html#g-themed-icon-new"/> - <keyword type="function" name="g_themed_icon_new_from_names ()" link="GThemedIcon.html#g-themed-icon-new-from-names"/> - <keyword type="function" name="g_themed_icon_new_with_default_fallbacks ()" link="GThemedIcon.html#g-themed-icon-new-with-default-fallbacks"/> - <keyword type="function" name="g_themed_icon_prepend_name ()" link="GThemedIcon.html#g-themed-icon-prepend-name" since="2.18"/> - <keyword type="function" name="g_themed_icon_append_name ()" link="GThemedIcon.html#g-themed-icon-append-name"/> - <keyword type="function" name="g_themed_icon_get_names ()" link="GThemedIcon.html#g-themed-icon-get-names"/> - <keyword type="property" name="The "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="struct" name="struct GEmblemedIcon" link="GEmblemedIcon.html#GEmblemedIcon-struct"/> - <keyword type="function" name="g_emblemed_icon_new ()" link="GEmblemedIcon.html#g-emblemed-icon-new" since="2.18"/> - <keyword type="function" name="g_emblemed_icon_get_icon ()" link="GEmblemedIcon.html#g-emblemed-icon-get-icon" since="2.18"/> - <keyword type="function" name="g_emblemed_icon_get_emblems ()" link="GEmblemedIcon.html#g-emblemed-icon-get-emblems" since="2.18"/> - <keyword type="function" name="g_emblemed_icon_add_emblem ()" link="GEmblemedIcon.html#g-emblemed-icon-add-emblem" since="2.18"/> - <keyword type="function" name="g_emblemed_icon_clear_emblems ()" link="GEmblemedIcon.html#g-emblemed-icon-clear-emblems" since="2.28"/> - <keyword type="property" name="The "gicon" property" link="GEmblemedIcon.html#GEmblemedIcon--gicon"/> - <keyword type="struct" name="GEmblem" link="GEmblem.html#GEmblem-struct"/> - <keyword type="enum" name="enum GEmblemOrigin" link="GEmblem.html#GEmblemOrigin" since="2.18"/> - <keyword type="function" name="g_emblem_new ()" link="GEmblem.html#g-emblem-new" since="2.18"/> - <keyword type="function" name="g_emblem_new_with_origin ()" link="GEmblem.html#g-emblem-new-with-origin" since="2.18"/> - <keyword type="function" name="g_emblem_get_icon ()" link="GEmblem.html#g-emblem-get-icon" since="2.18"/> - <keyword type="function" name="g_emblem_get_origin ()" link="GEmblem.html#g-emblem-get-origin" since="2.18"/> - <keyword type="property" name="The "icon" property" link="GEmblem.html#GEmblem--icon"/> - <keyword type="property" name="The "origin" property" link="GEmblem.html#GEmblem--origin"/> - <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_initable_init ()" link="GInitable.html#g-initable-init" since="2.22"/> - <keyword type="function" name="g_initable_new ()" link="GInitable.html#g-initable-new" since="2.22"/> - <keyword type="function" name="g_initable_new_valist ()" link="GInitable.html#g-initable-new-valist" since="2.22"/> - <keyword type="function" name="g_initable_newv ()" link="GInitable.html#g-initable-newv" since="2.22"/> - <keyword type="struct" name="GAsyncInitable" link="GAsyncInitable.html#GAsyncInitable-struct"/> - <keyword type="struct" name="struct GAsyncInitableIface" link="GAsyncInitable.html#GAsyncInitableIface" since="2.22"/> - <keyword type="function" name="g_async_initable_init_async ()" link="GAsyncInitable.html#g-async-initable-init-async" since="2.22"/> - <keyword type="function" name="g_async_initable_init_finish ()" link="GAsyncInitable.html#g-async-initable-init-finish" since="2.22"/> - <keyword type="function" name="g_async_initable_new_async ()" link="GAsyncInitable.html#g-async-initable-new-async" since="2.22"/> - <keyword type="function" name="g_async_initable_new_finish ()" link="GAsyncInitable.html#g-async-initable-new-finish" since="2.22"/> - <keyword type="function" name="g_async_initable_new_valist_async ()" link="GAsyncInitable.html#g-async-initable-new-valist-async" since="2.22"/> - <keyword type="function" name="g_async_initable_newv_async ()" link="GAsyncInitable.html#g-async-initable-newv-async" since="2.22"/> - <keyword type="struct" name="GSocket" link="GSocket.html#GSocket-struct"/> - <keyword type="function" name="GSocketSourceFunc ()" link="GSocket.html#GSocketSourceFunc" since="2.22"/> - <keyword type="enum" name="enum GSocketType" link="GSocket.html#GSocketType" since="2.22"/> - <keyword type="enum" name="enum GSocketProtocol" link="GSocket.html#GSocketProtocol" since="2.22"/> - <keyword type="enum" name="enum GSocketMsgFlags" link="GSocket.html#GSocketMsgFlags" since="2.22"/> - <keyword type="struct" name="struct GInputVector" link="GSocket.html#GInputVector" since="2.22"/> - <keyword type="struct" name="struct GOutputVector" link="GSocket.html#GOutputVector" since="2.22"/> - <keyword type="function" name="g_socket_new ()" link="GSocket.html#g-socket-new" since="2.22"/> - <keyword type="function" name="g_socket_new_from_fd ()" link="GSocket.html#g-socket-new-from-fd" since="2.22"/> - <keyword type="function" name="g_socket_bind ()" link="GSocket.html#g-socket-bind" since="2.22"/> - <keyword type="function" name="g_socket_listen ()" link="GSocket.html#g-socket-listen" since="2.22"/> - <keyword type="function" name="g_socket_accept ()" link="GSocket.html#g-socket-accept" since="2.22"/> - <keyword type="function" name="g_socket_connect ()" link="GSocket.html#g-socket-connect" since="2.22"/> - <keyword type="function" name="g_socket_check_connect_result ()" link="GSocket.html#g-socket-check-connect-result" since="2.22"/> - <keyword type="function" name="g_socket_receive ()" link="GSocket.html#g-socket-receive" since="2.22"/> - <keyword type="function" name="g_socket_receive_from ()" link="GSocket.html#g-socket-receive-from" since="2.22"/> - <keyword type="function" name="g_socket_receive_message ()" link="GSocket.html#g-socket-receive-message" since="2.22"/> - <keyword type="function" name="g_socket_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_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_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="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="struct" name="GInetAddress" link="GInetAddress.html#GInetAddress-struct"/> - <keyword type="function" name="g_inet_address_new_from_string ()" link="GInetAddress.html#g-inet-address-new-from-string" since="2.22"/> - <keyword type="function" name="g_inet_address_new_from_bytes ()" link="GInetAddress.html#g-inet-address-new-from-bytes" since="2.22"/> - <keyword type="function" name="g_inet_address_new_any ()" link="GInetAddress.html#g-inet-address-new-any" since="2.22"/> - <keyword type="function" name="g_inet_address_new_loopback ()" link="GInetAddress.html#g-inet-address-new-loopback" since="2.22"/> - <keyword type="function" name="g_inet_address_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="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="struct" name="GInetAddressMask" link="gio-GInetAddressMask.html#GInetAddressMask" since="2.32"/> - <keyword type="function" name="g_inet_address_mask_new ()" link="gio-GInetAddressMask.html#g-inet-address-mask-new" since="2.32"/> - <keyword type="function" name="g_inet_address_mask_new_from_string ()" link="gio-GInetAddressMask.html#g-inet-address-mask-new-from-string" since="2.32"/> - <keyword type="function" name="g_inet_address_mask_to_string ()" link="gio-GInetAddressMask.html#g-inet-address-mask-to-string" since="2.32"/> - <keyword type="function" name="g_inet_address_mask_get_family ()" link="gio-GInetAddressMask.html#g-inet-address-mask-get-family" since="2.32"/> - <keyword type="function" name="g_inet_address_mask_get_address ()" link="gio-GInetAddressMask.html#g-inet-address-mask-get-address" since="2.32"/> - <keyword type="function" name="g_inet_address_mask_get_length ()" link="gio-GInetAddressMask.html#g-inet-address-mask-get-length" since="2.32"/> - <keyword type="function" name="g_inet_address_mask_matches ()" link="gio-GInetAddressMask.html#g-inet-address-mask-matches" since="2.32"/> - <keyword type="function" name="g_inet_address_mask_equal ()" link="gio-GInetAddressMask.html#g-inet-address-mask-equal" since="2.32"/> - <keyword type="struct" name="GSocketAddress" link="GSocketAddress.html#GSocketAddress-struct"/> - <keyword type="enum" name="enum GSocketFamily" link="GSocketAddress.html#GSocketFamily" since="2.22"/> - <keyword type="function" name="g_socket_address_new_from_native ()" link="GSocketAddress.html#g-socket-address-new-from-native" since="2.22"/> - <keyword type="function" name="g_socket_address_get_family ()" link="GSocketAddress.html#g-socket-address-get-family" since="2.22"/> - <keyword type="function" name="g_socket_address_to_native ()" link="GSocketAddress.html#g-socket-address-to-native" since="2.22"/> - <keyword type="function" name="g_socket_address_get_native_size ()" link="GSocketAddress.html#g-socket-address-get-native-size" since="2.22"/> - <keyword type="property" name="The "family" property" link="GSocketAddress.html#GSocketAddress--family"/> - <keyword type="struct" name="GInetSocketAddress" link="GInetSocketAddress.html#GInetSocketAddress-struct"/> - <keyword type="function" name="g_inet_socket_address_new ()" link="GInetSocketAddress.html#g-inet-socket-address-new" since="2.22"/> - <keyword type="function" name="g_inet_socket_address_get_address ()" link="GInetSocketAddress.html#g-inet-socket-address-get-address" since="2.22"/> - <keyword type="function" name="g_inet_socket_address_get_port ()" link="GInetSocketAddress.html#g-inet-socket-address-get-port" since="2.22"/> - <keyword type="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="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="struct" name="struct GUnixSocketAddress" link="GUnixSocketAddress.html#GUnixSocketAddress-struct"/> - <keyword type="enum" name="enum GUnixSocketAddressType" link="GUnixSocketAddress.html#GUnixSocketAddressType" since="2.26"/> - <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="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="struct" name="GSocketControlMessage" link="GSocketControlMessage.html#GSocketControlMessage-struct"/> - <keyword type="function" name="g_socket_control_message_deserialize ()" link="GSocketControlMessage.html#g-socket-control-message-deserialize" since="2.22"/> - <keyword type="function" name="g_socket_control_message_get_level ()" link="GSocketControlMessage.html#g-socket-control-message-get-level" since="2.22"/> - <keyword type="function" name="g_socket_control_message_get_msg_type ()" link="GSocketControlMessage.html#g-socket-control-message-get-msg-type" since="2.22"/> - <keyword type="function" name="g_socket_control_message_get_size ()" link="GSocketControlMessage.html#g-socket-control-message-get-size" since="2.22"/> - <keyword type="function" name="g_socket_control_message_serialize ()" link="GSocketControlMessage.html#g-socket-control-message-serialize" since="2.22"/> - <keyword type="struct" name="GUnixFDList" link="GUnixFDList.html#GUnixFDList-struct"/> - <keyword type="function" name="g_unix_fd_list_new_from_array ()" link="GUnixFDList.html#g-unix-fd-list-new-from-array" since="2.24"/> - <keyword type="function" name="g_unix_fd_list_new ()" link="GUnixFDList.html#g-unix-fd-list-new" since="2.24"/> - <keyword type="function" name="g_unix_fd_list_get_length ()" link="GUnixFDList.html#g-unix-fd-list-get-length" since="2.24"/> - <keyword type="function" name="g_unix_fd_list_get ()" link="GUnixFDList.html#g-unix-fd-list-get" since="2.24"/> - <keyword type="function" name="g_unix_fd_list_peek_fds ()" link="GUnixFDList.html#g-unix-fd-list-peek-fds" since="2.24"/> - <keyword type="function" name="g_unix_fd_list_steal_fds ()" link="GUnixFDList.html#g-unix-fd-list-steal-fds" since="2.24"/> - <keyword type="function" name="g_unix_fd_list_append ()" link="GUnixFDList.html#g-unix-fd-list-append" since="2.24"/> - <keyword type="struct" name="GUnixFDMessage" link="GUnixFDMessage.html#GUnixFDMessage-struct"/> - <keyword type="function" name="g_unix_fd_message_new_with_fd_list ()" link="GUnixFDMessage.html#g-unix-fd-message-new-with-fd-list" since="2.24"/> - <keyword type="function" name="g_unix_fd_message_new ()" link="GUnixFDMessage.html#g-unix-fd-message-new" since="2.22"/> - <keyword type="function" name="g_unix_fd_message_get_fd_list ()" link="GUnixFDMessage.html#g-unix-fd-message-get-fd-list" since="2.24"/> - <keyword type="function" name="g_unix_fd_message_append_fd ()" link="GUnixFDMessage.html#g-unix-fd-message-append-fd" since="2.22"/> - <keyword type="function" name="g_unix_fd_message_steal_fds ()" link="GUnixFDMessage.html#g-unix-fd-message-steal-fds" since="2.22"/> - <keyword type="property" name="The "fd-list" property" link="GUnixFDMessage.html#GUnixFDMessage--fd-list"/> - <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_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="struct" name="GUnixCredentialsMessage" link="GUnixCredentialsMessage.html#GUnixCredentialsMessage-struct"/> - <keyword type="struct" name="struct GUnixCredentialsMessageClass" link="GUnixCredentialsMessage.html#GUnixCredentialsMessageClass" 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="property" name="The "credentials" property" link="GUnixCredentialsMessage.html#GUnixCredentialsMessage--credentials"/> - <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_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="GProxyAddress" link="GProxyAddress.html#GProxyAddress-struct"/> - <keyword type="struct" name="struct GProxyAddressClass" link="GProxyAddress.html#GProxyAddressClass"/> - <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="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="struct" name="GSocketClient" link="GSocketClient.html#GSocketClient-struct"/> - <keyword type="enum" name="enum GSocketClientEvent" link="GSocketClient.html#GSocketClientEvent" since="2.32"/> - <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_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_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="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 "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="struct" name="GSocketConnection" link="GSocketConnection.html#GSocketConnection-struct"/> - <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="property" name="The "socket" property" link="GSocketConnection.html#GSocketConnection--socket"/> - <keyword type="struct" name="GUnixConnection" link="GUnixConnection.html#GUnixConnection-struct"/> - <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="GTcpConnection" link="GTcpConnection.html#GTcpConnection-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="property" name="The "graceful-disconnect" property" link="GTcpConnection.html#GTcpConnection--graceful-disconnect"/> - <keyword type="struct" name="GTcpWrapperConnection" link="GTcpWrapperConnection.html#GTcpWrapperConnection-struct"/> - <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="property" name="The "base-io-stream" property" link="GTcpWrapperConnection.html#GTcpWrapperConnection--base-io-stream"/> - <keyword type="struct" name="GSocketListener" link="GSocketListener.html#GSocketListener-struct"/> - <keyword type="function" name="g_socket_listener_new ()" link="GSocketListener.html#g-socket-listener-new" since="2.22"/> - <keyword type="function" name="g_socket_listener_add_socket ()" link="GSocketListener.html#g-socket-listener-add-socket" since="2.22"/> - <keyword type="function" name="g_socket_listener_add_address ()" link="GSocketListener.html#g-socket-listener-add-address" since="2.22"/> - <keyword type="function" name="g_socket_listener_add_inet_port ()" link="GSocketListener.html#g-socket-listener-add-inet-port" since="2.22"/> - <keyword type="function" name="g_socket_listener_add_any_inet_port ()" link="GSocketListener.html#g-socket-listener-add-any-inet-port" since="2.24"/> - <keyword type="function" name="g_socket_listener_accept ()" link="GSocketListener.html#g-socket-listener-accept" since="2.22"/> - <keyword type="function" name="g_socket_listener_accept_async ()" link="GSocketListener.html#g-socket-listener-accept-async" since="2.22"/> - <keyword type="function" name="g_socket_listener_accept_finish ()" link="GSocketListener.html#g-socket-listener-accept-finish" since="2.22"/> - <keyword type="function" name="g_socket_listener_accept_socket ()" link="GSocketListener.html#g-socket-listener-accept-socket" since="2.22"/> - <keyword type="function" name="g_socket_listener_accept_socket_async ()" link="GSocketListener.html#g-socket-listener-accept-socket-async" since="2.22"/> - <keyword type="function" name="g_socket_listener_accept_socket_finish ()" link="GSocketListener.html#g-socket-listener-accept-socket-finish" since="2.22"/> - <keyword type="function" name="g_socket_listener_close ()" link="GSocketListener.html#g-socket-listener-close" since="2.22"/> - <keyword type="function" name="g_socket_listener_set_backlog ()" link="GSocketListener.html#g-socket-listener-set-backlog" since="2.22"/> - <keyword type="property" name="The "listen-backlog" property" link="GSocketListener.html#GSocketListener--listen-backlog"/> - <keyword type="struct" name="GSocketService" link="GSocketService.html#GSocketService-struct"/> - <keyword type="function" name="g_socket_service_new ()" link="GSocketService.html#g-socket-service-new" since="2.22"/> - <keyword type="function" name="g_socket_service_start ()" link="GSocketService.html#g-socket-service-start" since="2.22"/> - <keyword type="function" name="g_socket_service_stop ()" link="GSocketService.html#g-socket-service-stop" since="2.22"/> - <keyword type="function" name="g_socket_service_is_active ()" link="GSocketService.html#g-socket-service-is-active" since="2.22"/> - <keyword type="signal" name="The "incoming" signal" link="GSocketService.html#GSocketService-incoming"/> - <keyword type="struct" name="GThreadedSocketService" link="GThreadedSocketService.html#GThreadedSocketService-struct"/> - <keyword type="function" name="g_threaded_socket_service_new ()" link="GThreadedSocketService.html#g-threaded-socket-service-new" since="2.22"/> - <keyword type="property" name="The "max-threads" property" link="GThreadedSocketService.html#GThreadedSocketService--max-threads"/> - <keyword type="signal" name="The "run" signal" link="GThreadedSocketService.html#GThreadedSocketService-run"/> - <keyword type="struct" name="GNetworkMonitor" link="GNetworkMonitor.html#GNetworkMonitor-struct"/> - <keyword type="struct" name="struct GNetworkMonitorInterface" link="GNetworkMonitor.html#GNetworkMonitorInterface"/> - <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="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_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="property" name="The "network-available" property" link="GNetworkMonitor.html#GNetworkMonitor--network-available"/> - <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-enum"/> - <keyword type="struct" name="GTlsCertificate" link="GTlsCertificate.html#GTlsCertificate-struct"/> - <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="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="struct" name="GTlsConnection" link="GTlsConnection.html#GTlsConnection-struct"/> - <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="enum" name="enum GTlsRehandshakeMode" link="GTlsConnection.html#GTlsRehandshakeMode" 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="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="struct" name="GTlsClientConnection" link="GTlsClientConnection.html#GTlsClientConnection-struct"/> - <keyword type="struct" name="struct GTlsClientConnectionInterface" link="GTlsClientConnection.html#GTlsClientConnectionInterface"/> - <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="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="struct" name="GTlsServerConnection" link="GTlsServerConnection.html#GTlsServerConnection-struct"/> - <keyword type="struct" name="struct GTlsServerConnectionInterface" link="GTlsServerConnection.html#GTlsServerConnectionInterface"/> - <keyword type="function" name="g_tls_server_connection_new ()" link="GTlsServerConnection.html#g-tls-server-connection-new" since="2.28"/> - <keyword type="property" name="The "authentication-mode" property" link="GTlsServerConnection.html#GTlsServerConnection--authentication-mode"/> - <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_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_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_file_database_type ()" link="GTlsBackend.html#g-tls-backend-get-file-database-type" since="2.30"/> - <keyword type="struct" name="GTlsDatabase" link="GTlsDatabase.html#GTlsDatabase-struct"/> - <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="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="enum" name="enum GTlsDatabaseLookupFlags" link="GTlsDatabase.html#GTlsDatabaseLookupFlags" 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="GTlsFileDatabase" link="GTlsFileDatabase.html#GTlsFileDatabase-struct"/> - <keyword type="struct" name="struct GTlsFileDatabaseInterface" link="GTlsFileDatabase.html#GTlsFileDatabaseInterface"/> - <keyword type="function" name="g_tls_file_database_new ()" link="GTlsFileDatabase.html#g-tls-file-database-new" since="2.30"/> - <keyword type="property" name="The "anchors" property" link="GTlsFileDatabase.html#GTlsFileDatabase--anchors"/> - <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="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_invoke_ask_password ()" link="GTlsInteraction.html#g-tls-interaction-invoke-ask-password" 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-enum"/> - <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="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="struct" name="GResolver" link="GResolver.html#GResolver-struct"/> - <keyword type="function" name="g_resolver_get_default ()" link="GResolver.html#g-resolver-get-default" since="2.22"/> - <keyword type="function" name="g_resolver_set_default ()" link="GResolver.html#g-resolver-set-default" since="2.22"/> - <keyword type="function" name="g_resolver_lookup_by_name ()" link="GResolver.html#g-resolver-lookup-by-name" since="2.22"/> - <keyword type="function" name="g_resolver_lookup_by_name_async ()" link="GResolver.html#g-resolver-lookup-by-name-async" since="2.22"/> - <keyword type="function" name="g_resolver_lookup_by_name_finish ()" link="GResolver.html#g-resolver-lookup-by-name-finish" since="2.22"/> - <keyword type="function" name="g_resolver_free_addresses ()" link="GResolver.html#g-resolver-free-addresses" since="2.22"/> - <keyword type="function" name="g_resolver_lookup_by_address ()" link="GResolver.html#g-resolver-lookup-by-address" since="2.22"/> - <keyword type="function" name="g_resolver_lookup_by_address_async ()" link="GResolver.html#g-resolver-lookup-by-address-async" since="2.22"/> - <keyword type="function" name="g_resolver_lookup_by_address_finish ()" link="GResolver.html#g-resolver-lookup-by-address-finish" since="2.22"/> - <keyword type="function" name="g_resolver_lookup_service ()" link="GResolver.html#g-resolver-lookup-service" since="2.22"/> - <keyword type="function" name="g_resolver_lookup_service_async ()" link="GResolver.html#g-resolver-lookup-service-async" since="2.22"/> - <keyword type="function" name="g_resolver_lookup_service_finish ()" link="GResolver.html#g-resolver-lookup-service-finish" since="2.22"/> - <keyword type="function" name="g_resolver_free_targets ()" link="GResolver.html#g-resolver-free-targets" since="2.22"/> - <keyword type="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="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="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_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="GSocketConnectable" link="GSocketConnectable.html#GSocketConnectable-struct"/> - <keyword type="struct" name="struct GSocketConnectableIface" link="GSocketConnectable.html#GSocketConnectableIface"/> - <keyword type="function" name="g_socket_connectable_enumerate ()" link="GSocketConnectable.html#g-socket-connectable-enumerate" since="2.22"/> - <keyword type="function" name="g_socket_connectable_proxy_enumerate ()" link="GSocketConnectable.html#g-socket-connectable-proxy-enumerate" since="2.26"/> - <keyword type="struct" name="GSocketAddressEnumerator" link="GSocketConnectable.html#GSocketAddressEnumerator-struct"/> - <keyword type="function" name="g_socket_address_enumerator_next ()" link="GSocketConnectable.html#g-socket-address-enumerator-next"/> - <keyword type="function" name="g_socket_address_enumerator_next_async ()" link="GSocketConnectable.html#g-socket-address-enumerator-next-async"/> - <keyword type="function" name="g_socket_address_enumerator_next_finish ()" link="GSocketConnectable.html#g-socket-address-enumerator-next-finish"/> - <keyword type="struct" name="GProxyAddressEnumerator" link="GSocketConnectable.html#GProxyAddressEnumerator-struct"/> - <keyword type="property" name="The "connectable" property" link="GSocketConnectable.html#GProxyAddressEnumerator--connectable"/> - <keyword type="property" name="The "uri" property" link="GSocketConnectable.html#GProxyAddressEnumerator--uri"/> - <keyword type="struct" name="GNetworkAddress" link="GNetworkAddress.html#GNetworkAddress-struct"/> - <keyword type="function" name="g_network_address_new ()" link="GNetworkAddress.html#g-network-address-new" since="2.22"/> - <keyword type="function" name="g_network_address_get_hostname ()" link="GNetworkAddress.html#g-network-address-get-hostname" since="2.22"/> - <keyword type="function" name="g_network_address_get_port ()" link="GNetworkAddress.html#g-network-address-get-port" since="2.22"/> - <keyword type="function" name="g_network_address_get_scheme ()" link="GNetworkAddress.html#g-network-address-get-scheme" since="2.26"/> - <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="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="struct" name="GNetworkService" link="GNetworkService.html#GNetworkService-struct"/> - <keyword type="function" name="g_network_service_new ()" link="GNetworkService.html#g-network-service-new" since="2.22"/> - <keyword type="function" name="g_network_service_get_service ()" link="GNetworkService.html#g-network-service-get-service" since="2.22"/> - <keyword type="function" name="g_network_service_get_protocol ()" link="GNetworkService.html#g-network-service-get-protocol" since="2.22"/> - <keyword type="function" name="g_network_service_get_domain ()" link="GNetworkService.html#g-network-service-get-domain" since="2.22"/> - <keyword type="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="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="struct" name="GSrvTarget" link="GSrvTarget.html#GSrvTarget-struct"/> - <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="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="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="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="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_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="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="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="struct" name="GDBusErrorEntry" link="gio-GDBusError.html#GDBusErrorEntry" 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="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="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="property" name="The "locked" property" link="GDBusMessage.html#GDBusMessage--locked"/> - <keyword type="enum" name="enum GBusType" link="GDBusConnection.html#GBusType" since="2.26"/> - <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="struct" name="GDBusConnection" link="GDBusConnection.html#GDBusConnection-struct"/> - <keyword type="enum" name="enum GDBusConnectionFlags" link="GDBusConnection.html#GDBusConnectionFlags-enum"/> - <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="enum" name="enum GDBusCapabilityFlags" link="GDBusConnection.html#GDBusCapabilityFlags-enum"/> - <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="enum" name="enum GDBusCallFlags" link="GDBusConnection.html#GDBusCallFlags" since="2.26"/> - <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="enum" name="enum GDBusSignalFlags" link="GDBusConnection.html#GDBusSignalFlags" 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="enum" name="enum GDBusSendMessageFlags" link="GDBusConnection.html#GDBusSendMessageFlags" 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="struct" name="GDBusInterfaceVTable" link="GDBusConnection.html#GDBusInterfaceVTable" 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="struct" name="GDBusSubtreeVTable" link="GDBusConnection.html#GDBusSubtreeVTable" since="2.26"/> - <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="enum" name="enum GDBusSubtreeFlags" link="GDBusConnection.html#GDBusSubtreeFlags" 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="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="struct" name="GDBusMethodInvocation" link="GDBusMethodInvocation.html#GDBusMethodInvocation-struct"/> - <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_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="GDBusServer" link="GDBusServer.html#GDBusServer-struct"/> - <keyword type="enum" name="enum GDBusServerFlags" link="GDBusServer.html#GDBusServerFlags-enum"/> - <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="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="struct" name="GDBusAuthObserver" link="GDBusAuthObserver.html#GDBusAuthObserver-struct"/> - <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="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="enum" name="enum GBusNameOwnerFlags" link="gio-Owning-Bus-Names.html#GBusNameOwnerFlags" 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="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="enum" name="enum GBusNameWatcherFlags" link="gio-Watching-Bus-Names.html#GBusNameWatcherFlags" 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="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_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="GDBusInterfaceSkeleton" link="GDBusInterfaceSkeleton.html#GDBusInterfaceSkeleton-struct"/> - <keyword type="struct" name="struct GDBusInterfaceSkeletonClass" link="GDBusInterfaceSkeleton.html#GDBusInterfaceSkeletonClass" 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="enum" name="enum GDBusInterfaceSkeletonFlags" link="GDBusInterfaceSkeleton.html#GDBusInterfaceSkeletonFlags-enum"/> - <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="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="enum" name="enum GDBusProxyFlags" link="GDBusProxy.html#GDBusProxyFlags-enum"/> - <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="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="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="struct" name="GDBusObject" link="GDBusObject.html#GDBusObject-struct"/> - <keyword type="struct" name="struct GDBusObjectIface" link="GDBusObject.html#GDBusObjectIface" since="2.30"/> - <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="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="struct" name="GDBusObjectSkeleton" link="GDBusObjectSkeleton.html#GDBusObjectSkeleton-struct"/> - <keyword type="struct" name="struct GDBusObjectSkeletonClass" link="GDBusObjectSkeleton.html#GDBusObjectSkeletonClass" since="2.30"/> - <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="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="struct" name="GDBusObjectProxy" link="GDBusObjectProxy.html#GDBusObjectProxy-struct"/> - <keyword type="struct" name="struct GDBusObjectProxyClass" link="GDBusObjectProxy.html#GDBusObjectProxyClass" since="2.30"/> - <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="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="struct" name="GDBusObjectManager" link="GDBusObjectManager.html#GDBusObjectManager-struct"/> - <keyword type="struct" name="struct GDBusObjectManagerIface" link="GDBusObjectManager.html#GDBusObjectManagerIface" since="2.30"/> - <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="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="struct" name="GDBusObjectManagerServer" link="GDBusObjectManagerServer.html#GDBusObjectManagerServer-struct"/> - <keyword type="struct" name="struct GDBusObjectManagerServerClass" link="GDBusObjectManagerServer.html#GDBusObjectManagerServerClass" since="2.30"/> - <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="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="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-enum"/> - <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="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="" name="Vendor overrides" link="GSettings.html#idp61004000"/> - <keyword type="" name="Binding" link="GSettings.html#idp61009232"/> - <keyword type="struct" name="GSettings" link="GSettings.html#GSettings-struct"/> - <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_list_schemas ()" link="GSettings.html#g-settings-list-schemas" since="2.26"/> - <keyword type="function" name="g_settings_list_relocatable_schemas ()" link="GSettings.html#g-settings-list-relocatable-schemas" since="2.28"/> - <keyword type="function" name="g_settings_list_keys ()" link="GSettings.html#g-settings-list-keys"/> - <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" since="2.28"/> - <keyword type="function" name="g_settings_range_check ()" link="GSettings.html#g-settings-range-check" 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_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_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="enum" name="enum GSettingsBindFlags" link="GSettings.html#GSettingsBindFlags"/> - <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="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="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_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="GSettingsSchemaSource" link="gio-GSettingsSchema-GSettingsSchemaSource.html#GSettingsSchemaSource" since="2.32"/> - <keyword type="macro" name="G_TYPE_SETTINGS_SCHEMA_SOURCE" link="gio-GSettingsSchema-GSettingsSchemaSource.html#G-TYPE-SETTINGS-SCHEMA-SOURCE:CAPS" since="2.32"/> - <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_lookup ()" link="gio-GSettingsSchema-GSettingsSchemaSource.html#g-settings-schema-source-lookup" since="2.32"/> - <keyword type="struct" name="GSettingsSchema" link="gio-GSettingsSchema-GSettingsSchemaSource.html#GSettingsSchema-struct"/> - <keyword type="macro" name="G_TYPE_SETTINGS_SCHEMA" link="gio-GSettingsSchema-GSettingsSchemaSource.html#G-TYPE-SETTINGS-SCHEMA:CAPS" 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="struct" name="GResource" link="gio-GResource.html#GResource" since="2.32"/> - <keyword type="enum" name="enum GResourceFlags" link="gio-GResource.html#GResourceFlags" since="2.32"/> - <keyword type="enum" name="enum GResourceLookupFlags" link="gio-GResource.html#GResourceLookupFlags" since="2.32"/> - <keyword type="function" name="g_resource_load ()" link="gio-GResource.html#g-resource-load" since="2.32"/> - <keyword type="function" name="g_resource_new_from_data ()" link="gio-GResource.html#g-resource-new-from-data" since="2.32"/> - <keyword type="function" name="g_resource_ref ()" link="gio-GResource.html#g-resource-ref" since="2.32"/> - <keyword type="function" name="g_resource_unref ()" link="gio-GResource.html#g-resource-unref" since="2.32"/> - <keyword type="function" name="g_resource_lookup_data ()" link="gio-GResource.html#g-resource-lookup-data" since="2.32"/> - <keyword type="function" name="g_resource_open_stream ()" link="gio-GResource.html#g-resource-open-stream" since="2.32"/> - <keyword type="function" name="g_resource_enumerate_children ()" link="gio-GResource.html#g-resource-enumerate-children" since="2.32"/> - <keyword type="function" name="g_resource_get_info ()" link="gio-GResource.html#g-resource-get-info" since="2.32"/> - <keyword type="function" name="g_resources_register ()" link="gio-GResource.html#g-resources-register" since="2.32"/> - <keyword type="function" name="g_resources_unregister ()" link="gio-GResource.html#g-resources-unregister" since="2.32"/> - <keyword type="function" name="g_resources_lookup_data ()" link="gio-GResource.html#g-resources-lookup-data" since="2.32"/> - <keyword type="function" name="g_resources_open_stream ()" link="gio-GResource.html#g-resources-open-stream" since="2.32"/> - <keyword type="function" name="g_resources_enumerate_children ()" link="gio-GResource.html#g-resources-enumerate-children" since="2.32"/> - <keyword type="function" name="g_resources_get_info ()" link="gio-GResource.html#g-resources-get-info" since="2.32"/> - <keyword type="macro" name="G_RESOURCE_ERROR" link="gio-GResource.html#G-RESOURCE-ERROR:CAPS"/> - <keyword type="enum" name="enum GResourceError" link="gio-GResource.html#GResourceError" since="2.32"/> - <keyword type="struct" name="GPermission" link="GPermission.html#GPermission-struct"/> - <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="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="struct" name="GSimplePermission" link="GSimplePermission.html#GSimplePermission-struct"/> - <keyword type="function" name="g_simple_permission_new ()" link="GSimplePermission.html#g-simple-permission-new" since="2.26"/> - <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-enum"/> - <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_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_run ()" link="GApplication.html#g-application-run" since="2.28"/> - <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="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-registered" property" link="GApplication.html#GApplication--is-registered"/> - <keyword type="property" name="The "is-remote" property" link="GApplication.html#GApplication--is-remote"/> - <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 "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="struct" name="GApplicationCommandLine" link="GApplicationCommandLine.html#GApplicationCommandLine-struct"/> - <keyword type="struct" name="struct GApplicationCommandLineClass" link="GApplicationCommandLine.html#GApplicationCommandLineClass" since="2.28"/> - <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_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="GActionGroup" link="GActionGroup.html#GActionGroup-struct"/> - <keyword type="struct" name="struct GActionGroupInterface" link="GActionGroup.html#GActionGroupInterface" since="2.28"/> - <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="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="struct" name="GActionMap" link="GActionMap.html#GActionMap-struct"/> - <keyword type="struct" name="struct GActionMapInterface" link="GActionMap.html#GActionMapInterface" since="2.32"/> - <keyword type="function" name="g_action_map_lookup_action ()" link="GActionMap.html#g-action-map-lookup-action" since="2.32"/> - <keyword type="struct" name="struct GActionEntry" link="GActionMap.html#GActionEntry"/> - <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="GSimpleActionGroup" link="GSimpleActionGroup.html#GSimpleActionGroup-struct"/> - <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" since="2.28"/> - <keyword type="function" name="g_simple_action_group_insert ()" link="GSimpleActionGroup.html#g-simple-action-group-insert" since="2.28"/> - <keyword type="function" name="g_simple_action_group_remove ()" link="GSimpleActionGroup.html#g-simple-action-group-remove" since="2.28"/> - <keyword type="function" name="g_simple_action_group_add_entries ()" link="GSimpleActionGroup.html#g-simple-action-group-add-entries" since="2.30"/> - <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="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="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="struct" name="GSimpleAction" link="GSimpleAction.html#GSimpleAction-struct"/> - <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="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="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_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="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="struct" name="GDBusActionGroup" link="GDBusActionGroup.html#GDBusActionGroup-struct"/> - <keyword type="function" name="g_dbus_action_group_get ()" link="GDBusActionGroup.html#g-dbus-action-group-get" since="2.32"/> - <keyword type="struct" name="GMenuModel" link="GMenuModel.html#GMenuModel-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="macro" name="G_MENU_ATTRIBUTE_ACTION" link="GMenuModel.html#G-MENU-ATTRIBUTE-ACTION:CAPS"/> - <keyword type="macro" name="G_MENU_ATTRIBUTE_LABEL" link="GMenuModel.html#G-MENU-ATTRIBUTE-LABEL:CAPS"/> - <keyword type="macro" name="G_MENU_ATTRIBUTE_TARGET" link="GMenuModel.html#G-MENU-ATTRIBUTE-TARGET:CAPS"/> - <keyword type="macro" name="G_MENU_LINK_SECTION" link="GMenuModel.html#G-MENU-LINK-SECTION:CAPS"/> - <keyword type="macro" name="G_MENU_LINK_SUBMENU" link="GMenuModel.html#G-MENU-LINK-SUBMENU:CAPS"/> - <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="struct" name="struct GMenuAttributeIter" link="GMenuModel.html#GMenuAttributeIter-struct"/> - <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="struct" name="struct GMenuLinkIter" link="GMenuModel.html#GMenuLinkIter-struct"/> - <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="signal" name="The "items-changed" signal" link="GMenuModel.html#GMenuModel-items-changed"/> - <keyword type="struct" name="GMenu" link="GMenu.html#GMenu-struct"/> - <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="struct" name="GMenuItem" link="GMenu.html#GMenuItem-struct"/> - <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_set_label ()" link="GMenu.html#g-menu-item-set-label" since="2.32"/> - <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_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="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="struct" name="GDBusMenuModel" link="GDBusMenuModel.html#GDBusMenuModel-struct"/> - <keyword type="function" name="g_dbus_menu_model_get ()" link="GDBusMenuModel.html#g-dbus-menu-model-get" since="2.32"/> - <keyword type="struct" name="GVfs" link="GVfs.html#GVfs-struct"/> - <keyword type="macro" name="G_VFS_EXTENSION_POINT_NAME" link="GVfs.html#G-VFS-EXTENSION-POINT-NAME:CAPS"/> - <keyword type="function" name="g_vfs_get_file_for_path ()" link="GVfs.html#g-vfs-get-file-for-path"/> - <keyword type="function" name="g_vfs_get_file_for_uri ()" link="GVfs.html#g-vfs-get-file-for-uri"/> - <keyword type="function" name="g_vfs_parse_name ()" link="GVfs.html#g-vfs-parse-name"/> - <keyword type="function" name="g_vfs_get_default ()" link="GVfs.html#g-vfs-get-default"/> - <keyword type="function" name="g_vfs_get_local ()" link="GVfs.html#g-vfs-get-local"/> - <keyword type="function" name="g_vfs_is_active ()" link="GVfs.html#g-vfs-is-active"/> - <keyword type="function" name="g_vfs_get_supported_uri_schemes ()" link="GVfs.html#g-vfs-get-supported-uri-schemes"/> - <keyword type="struct" name="GIOModule" link="GIOModule.html#GIOModule-struct"/> - <keyword type="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_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="GIOExtension" link="gio-Extension-Points.html#GIOExtension"/> - <keyword type="struct" name="GIOExtensionPoint" link="gio-Extension-Points.html#GIOExtensionPoint"/> - <keyword type="function" name="g_io_extension_get_name ()" link="gio-Extension-Points.html#g-io-extension-get-name"/> - <keyword type="function" name="g_io_extension_get_priority ()" link="gio-Extension-Points.html#g-io-extension-get-priority"/> - <keyword type="function" name="g_io_extension_get_type ()" link="gio-Extension-Points.html#g-io-extension-get-type"/> - <keyword type="function" name="g_io_extension_point_get_extension_by_name ()" link="gio-Extension-Points.html#g-io-extension-point-get-extension-by-name"/> - <keyword type="function" name="g_io_extension_point_get_extensions ()" link="gio-Extension-Points.html#g-io-extension-point-get-extensions"/> - <keyword type="function" name="g_io_extension_point_get_required_type ()" link="gio-Extension-Points.html#g-io-extension-point-get-required-type"/> - <keyword type="function" name="g_io_extension_point_implement ()" link="gio-Extension-Points.html#g-io-extension-point-implement"/> - <keyword type="function" name="g_io_extension_point_lookup ()" link="gio-Extension-Points.html#g-io-extension-point-lookup"/> - <keyword type="function" name="g_io_extension_point_register ()" link="gio-Extension-Points.html#g-io-extension-point-register"/> - <keyword type="function" name="g_io_extension_point_set_required_type ()" link="gio-Extension-Points.html#g-io-extension-point-set-required-type"/> - <keyword type="function" name="g_io_extension_ref_class ()" link="gio-Extension-Points.html#g-io-extension-ref-class"/> - <keyword type="" name="Client-side usage" link="gdbus-codegen.html#idp7529248"/> - <keyword type="" name="Server-side usage" link="gdbus-codegen.html#idp28095488"/> - <keyword type="struct" name="GTestDBus" link="GTestDBus.html#GTestDBus-struct"/> - <keyword type="enum" name="enum GTestDBusFlags" link="GTestDBus.html#GTestDBusFlags-enum"/> - <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="property" name="The "flags" property" link="GTestDBus.html#GTestDBus--flags"/> - <keyword type="method" name="The Poke() method" link="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-method-org-gtk-GDBus-Example-ObjectManager-Animal.Poke"/> - <keyword type="signal" name="The "Jumped" signal" link="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-signal-org-gtk-GDBus-Example-ObjectManager-Animal.Jumped"/> - <keyword type="property" name="The "Mood" property" link="gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html#gdbus-property-org-gtk-GDBus-Example-ObjectManager-Animal.Mood"/> - <keyword type="struct" name="ExampleAnimal" link="ExampleAnimal.html#ExampleAnimal-struct"/> - <keyword type="struct" name="struct ExampleAnimalIface" link="ExampleAnimal.html#ExampleAnimalIface" since="2.30"/> - <keyword type="function" name="example_animal_interface_info ()" link="ExampleAnimal.html#example-animal-interface-info" since="2.30"/> - <keyword type="function" name="example_animal_override_properties ()" link="ExampleAnimal.html#example-animal-override-properties" since="2.30"/> - <keyword type="function" name="example_animal_call_poke ()" link="ExampleAnimal.html#example-animal-call-poke" since="2.30"/> - <keyword type="function" name="example_animal_call_poke_finish ()" link="ExampleAnimal.html#example-animal-call-poke-finish" since="2.30"/> - <keyword type="function" name="example_animal_call_poke_sync ()" link="ExampleAnimal.html#example-animal-call-poke-sync" since="2.30"/> - <keyword type="function" name="example_animal_complete_poke ()" link="ExampleAnimal.html#example-animal-complete-poke" since="2.30"/> - <keyword type="function" name="example_animal_emit_jumped ()" link="ExampleAnimal.html#example-animal-emit-jumped" since="2.30"/> - <keyword type="function" name="example_animal_get_mood ()" link="ExampleAnimal.html#example-animal-get-mood" since="2.30"/> - <keyword type="function" name="example_animal_dup_mood ()" link="ExampleAnimal.html#example-animal-dup-mood" since="2.30"/> - <keyword type="function" name="example_animal_set_mood ()" link="ExampleAnimal.html#example-animal-set-mood" since="2.30"/> - <keyword type="struct" name="struct ExampleAnimalProxy" link="ExampleAnimal.html#ExampleAnimalProxy-struct"/> - <keyword type="struct" name="struct ExampleAnimalProxyClass" link="ExampleAnimal.html#ExampleAnimalProxyClass" since="2.30"/> - <keyword type="function" name="example_animal_proxy_new ()" link="ExampleAnimal.html#example-animal-proxy-new" since="2.30"/> - <keyword type="function" name="example_animal_proxy_new_finish ()" link="ExampleAnimal.html#example-animal-proxy-new-finish" since="2.30"/> - <keyword type="function" name="example_animal_proxy_new_sync ()" link="ExampleAnimal.html#example-animal-proxy-new-sync" since="2.30"/> - <keyword type="function" name="example_animal_proxy_new_for_bus ()" link="ExampleAnimal.html#example-animal-proxy-new-for-bus" since="2.30"/> - <keyword type="function" name="example_animal_proxy_new_for_bus_finish ()" link="ExampleAnimal.html#example-animal-proxy-new-for-bus-finish" since="2.30"/> - <keyword type="function" name="example_animal_proxy_new_for_bus_sync ()" link="ExampleAnimal.html#example-animal-proxy-new-for-bus-sync" since="2.30"/> - <keyword type="struct" name="struct ExampleAnimalSkeleton" link="ExampleAnimal.html#ExampleAnimalSkeleton-struct"/> - <keyword type="struct" name="struct ExampleAnimalSkeletonClass" link="ExampleAnimal.html#ExampleAnimalSkeletonClass" since="2.30"/> - <keyword type="function" name="example_animal_skeleton_new ()" link="ExampleAnimal.html#example-animal-skeleton-new" since="2.30"/> - <keyword type="property" name="The "mood" property" link="ExampleAnimal.html#ExampleAnimal--mood"/> - <keyword type="signal" name="The "handle-poke" signal" link="ExampleAnimal.html#ExampleAnimal-handle-poke"/> - <keyword type="signal" name="The "jumped" signal" link="ExampleAnimal.html#ExampleAnimal-jumped"/> - <keyword type="struct" name="ExampleCat" link="ExampleCat.html#ExampleCat-struct"/> - <keyword type="struct" name="struct ExampleCatIface" link="ExampleCat.html#ExampleCatIface"/> - <keyword type="function" name="example_cat_interface_info ()" link="ExampleCat.html#example-cat-interface-info"/> - <keyword type="function" name="example_cat_override_properties ()" link="ExampleCat.html#example-cat-override-properties"/> - <keyword type="struct" name="struct ExampleCatProxy" link="ExampleCat.html#ExampleCatProxy-struct"/> - <keyword type="struct" name="struct ExampleCatProxyClass" link="ExampleCat.html#ExampleCatProxyClass"/> - <keyword type="function" name="example_cat_proxy_new ()" link="ExampleCat.html#example-cat-proxy-new"/> - <keyword type="function" name="example_cat_proxy_new_finish ()" link="ExampleCat.html#example-cat-proxy-new-finish"/> - <keyword type="function" name="example_cat_proxy_new_sync ()" link="ExampleCat.html#example-cat-proxy-new-sync"/> - <keyword type="function" name="example_cat_proxy_new_for_bus ()" link="ExampleCat.html#example-cat-proxy-new-for-bus"/> - <keyword type="function" name="example_cat_proxy_new_for_bus_finish ()" link="ExampleCat.html#example-cat-proxy-new-for-bus-finish"/> - <keyword type="function" name="example_cat_proxy_new_for_bus_sync ()" link="ExampleCat.html#example-cat-proxy-new-for-bus-sync"/> - <keyword type="struct" name="struct ExampleCatSkeleton" link="ExampleCat.html#ExampleCatSkeleton-struct"/> - <keyword type="struct" name="struct ExampleCatSkeletonClass" link="ExampleCat.html#ExampleCatSkeletonClass"/> - <keyword type="function" name="example_cat_skeleton_new ()" link="ExampleCat.html#example-cat-skeleton-new"/> - <keyword type="struct" name="ExampleObject" link="ExampleObject.html#ExampleObject-struct"/> - <keyword type="struct" name="struct ExampleObjectIface" link="ExampleObject.html#ExampleObjectIface"/> - <keyword type="function" name="example_object_get_animal ()" link="ExampleObject.html#example-object-get-animal" since="2.30"/> - <keyword type="function" name="example_object_get_cat ()" link="ExampleObject.html#example-object-get-cat"/> - <keyword type="function" name="example_object_peek_animal ()" link="ExampleObject.html#example-object-peek-animal" since="2.30"/> - <keyword type="function" name="example_object_peek_cat ()" link="ExampleObject.html#example-object-peek-cat"/> - <keyword type="struct" name="struct ExampleObjectProxy" link="ExampleObject.html#ExampleObjectProxy-struct"/> - <keyword type="struct" name="struct ExampleObjectProxyClass" link="ExampleObject.html#ExampleObjectProxyClass"/> - <keyword type="function" name="example_object_proxy_new ()" link="ExampleObject.html#example-object-proxy-new"/> - <keyword type="struct" name="struct ExampleObjectSkeleton" link="ExampleObject.html#ExampleObjectSkeleton-struct"/> - <keyword type="struct" name="struct ExampleObjectSkeletonClass" link="ExampleObject.html#ExampleObjectSkeletonClass"/> - <keyword type="function" name="example_object_skeleton_new ()" link="ExampleObject.html#example-object-skeleton-new"/> - <keyword type="function" name="example_object_skeleton_set_animal ()" link="ExampleObject.html#example-object-skeleton-set-animal" since="2.30"/> - <keyword type="function" name="example_object_skeleton_set_cat ()" link="ExampleObject.html#example-object-skeleton-set-cat"/> - <keyword type="property" name="The "animal" property" link="ExampleObject.html#ExampleObject--animal"/> - <keyword type="property" name="The "cat" property" link="ExampleObject.html#ExampleObject--cat"/> - <keyword type="struct" name="struct ExampleObjectManagerClient" link="ExampleObjectManagerClient.html#ExampleObjectManagerClient-struct"/> - <keyword type="struct" name="struct ExampleObjectManagerClientClass" link="ExampleObjectManagerClient.html#ExampleObjectManagerClientClass"/> - <keyword type="function" name="example_object_manager_client_get_proxy_type ()" link="ExampleObjectManagerClient.html#example-object-manager-client-get-proxy-type"/> - <keyword type="function" name="example_object_manager_client_new ()" link="ExampleObjectManagerClient.html#example-object-manager-client-new"/> - <keyword type="function" name="example_object_manager_client_new_finish ()" link="ExampleObjectManagerClient.html#example-object-manager-client-new-finish"/> - <keyword type="function" name="example_object_manager_client_new_sync ()" link="ExampleObjectManagerClient.html#example-object-manager-client-new-sync"/> - <keyword type="function" name="example_object_manager_client_new_for_bus ()" link="ExampleObjectManagerClient.html#example-object-manager-client-new-for-bus"/> - <keyword type="function" name="example_object_manager_client_new_for_bus_finish ()" link="ExampleObjectManagerClient.html#example-object-manager-client-new-for-bus-finish"/> - <keyword type="function" name="example_object_manager_client_new_for_bus_sync ()" link="ExampleObjectManagerClient.html#example-object-manager-client-new-for-bus-sync"/> - <keyword type="constant" name="G_FILE_QUERY_INFO_NONE" link="GFile.html#G-FILE-QUERY-INFO-NONE:CAPS"/> - <keyword type="constant" name="G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS" link="GFile.html#G-FILE-QUERY-INFO-NOFOLLOW-SYMLINKS:CAPS"/> - <keyword type="constant" name="G_FILE_CREATE_NONE" link="GFile.html#G-FILE-CREATE-NONE:CAPS"/> - <keyword type="constant" name="G_FILE_CREATE_PRIVATE" link="GFile.html#G-FILE-CREATE-PRIVATE:CAPS"/> - <keyword type="constant" name="G_FILE_CREATE_REPLACE_DESTINATION" link="GFile.html#G-FILE-CREATE-REPLACE-DESTINATION:CAPS"/> - <keyword type="constant" name="G_FILE_COPY_NONE" link="GFile.html#G-FILE-COPY-NONE:CAPS"/> - <keyword type="constant" name="G_FILE_COPY_OVERWRITE" link="GFile.html#G-FILE-COPY-OVERWRITE:CAPS"/> - <keyword type="constant" name="G_FILE_COPY_BACKUP" link="GFile.html#G-FILE-COPY-BACKUP:CAPS"/> - <keyword type="constant" name="G_FILE_COPY_NOFOLLOW_SYMLINKS" link="GFile.html#G-FILE-COPY-NOFOLLOW-SYMLINKS:CAPS"/> - <keyword type="constant" name="G_FILE_COPY_ALL_METADATA" link="GFile.html#G-FILE-COPY-ALL-METADATA:CAPS"/> - <keyword type="constant" name="G_FILE_COPY_NO_FALLBACK_FOR_MOVE" link="GFile.html#G-FILE-COPY-NO-FALLBACK-FOR-MOVE:CAPS"/> - <keyword type="constant" name="G_FILE_COPY_TARGET_DEFAULT_PERMS" link="GFile.html#G-FILE-COPY-TARGET-DEFAULT-PERMS:CAPS"/> - <keyword type="constant" name="G_FILE_MONITOR_NONE" link="GFile.html#G-FILE-MONITOR-NONE:CAPS"/> - <keyword type="constant" name="G_FILE_MONITOR_WATCH_MOUNTS" link="GFile.html#G-FILE-MONITOR-WATCH-MOUNTS:CAPS"/> - <keyword type="constant" name="G_FILE_MONITOR_SEND_MOVED" link="GFile.html#G-FILE-MONITOR-SEND-MOVED:CAPS"/> - <keyword type="constant" name="G_FILESYSTEM_PREVIEW_TYPE_IF_ALWAYS" link="GFile.html#G-FILESYSTEM-PREVIEW-TYPE-IF-ALWAYS:CAPS"/> - <keyword type="constant" name="G_FILESYSTEM_PREVIEW_TYPE_IF_LOCAL" link="GFile.html#G-FILESYSTEM-PREVIEW-TYPE-IF-LOCAL:CAPS"/> - <keyword type="constant" name="G_FILESYSTEM_PREVIEW_TYPE_NEVER" link="GFile.html#G-FILESYSTEM-PREVIEW-TYPE-NEVER:CAPS"/> - <keyword type="constant" name="G_FILE_ATTRIBUTE_TYPE_INVALID" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-INVALID:CAPS"/> - <keyword type="constant" name="G_FILE_ATTRIBUTE_TYPE_STRING" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"/> - <keyword type="constant" name="G_FILE_ATTRIBUTE_TYPE_BYTE_STRING" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BYTE-STRING:CAPS"/> - <keyword type="constant" name="G_FILE_ATTRIBUTE_TYPE_BOOLEAN" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"/> - <keyword type="constant" name="G_FILE_ATTRIBUTE_TYPE_UINT32" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"/> - <keyword type="constant" name="G_FILE_ATTRIBUTE_TYPE_INT32" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-INT32:CAPS"/> - <keyword type="constant" name="G_FILE_ATTRIBUTE_TYPE_UINT64" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"/> - <keyword type="constant" name="G_FILE_ATTRIBUTE_TYPE_INT64" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-INT64:CAPS"/> - <keyword type="constant" name="G_FILE_ATTRIBUTE_TYPE_OBJECT" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-OBJECT:CAPS"/> - <keyword type="constant" name="G_FILE_ATTRIBUTE_TYPE_STRINGV" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRINGV:CAPS"/> - <keyword type="constant" name="G_FILE_ATTRIBUTE_INFO_NONE" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-INFO-NONE:CAPS"/> - <keyword type="constant" name="G_FILE_ATTRIBUTE_INFO_COPY_WITH_FILE" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-INFO-COPY-WITH-FILE:CAPS"/> - <keyword type="constant" name="G_FILE_ATTRIBUTE_INFO_COPY_WHEN_MOVED" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-INFO-COPY-WHEN-MOVED:CAPS"/> - <keyword type="constant" name="G_FILE_ATTRIBUTE_STATUS_UNSET" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-STATUS-UNSET:CAPS"/> - <keyword type="constant" name="G_FILE_ATTRIBUTE_STATUS_SET" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-STATUS-SET:CAPS"/> - <keyword type="constant" name="G_FILE_ATTRIBUTE_STATUS_ERROR_SETTING" link="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-STATUS-ERROR-SETTING:CAPS"/> - <keyword type="constant" name="G_FILE_TYPE_UNKNOWN" link="GFileInfo.html#G-FILE-TYPE-UNKNOWN:CAPS"/> - <keyword type="constant" name="G_FILE_TYPE_REGULAR" link="GFileInfo.html#G-FILE-TYPE-REGULAR:CAPS"/> - <keyword type="constant" name="G_FILE_TYPE_DIRECTORY" link="GFileInfo.html#G-FILE-TYPE-DIRECTORY:CAPS"/> - <keyword type="constant" name="G_FILE_TYPE_SYMBOLIC_LINK" link="GFileInfo.html#G-FILE-TYPE-SYMBOLIC-LINK:CAPS"/> - <keyword type="constant" name="G_FILE_TYPE_SPECIAL" link="GFileInfo.html#G-FILE-TYPE-SPECIAL:CAPS"/> - <keyword type="constant" name="G_FILE_TYPE_SHORTCUT" link="GFileInfo.html#G-FILE-TYPE-SHORTCUT:CAPS"/> - <keyword type="constant" name="G_FILE_TYPE_MOUNTABLE" link="GFileInfo.html#G-FILE-TYPE-MOUNTABLE:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_FAILED" link="gio-GIOError.html#G-IO-ERROR-FAILED:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_NOT_FOUND" link="gio-GIOError.html#G-IO-ERROR-NOT-FOUND:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_EXISTS" link="gio-GIOError.html#G-IO-ERROR-EXISTS:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_IS_DIRECTORY" link="gio-GIOError.html#G-IO-ERROR-IS-DIRECTORY:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_NOT_DIRECTORY" link="gio-GIOError.html#G-IO-ERROR-NOT-DIRECTORY:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_NOT_EMPTY" link="gio-GIOError.html#G-IO-ERROR-NOT-EMPTY:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_NOT_REGULAR_FILE" link="gio-GIOError.html#G-IO-ERROR-NOT-REGULAR-FILE:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_NOT_SYMBOLIC_LINK" link="gio-GIOError.html#G-IO-ERROR-NOT-SYMBOLIC-LINK:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_NOT_MOUNTABLE_FILE" link="gio-GIOError.html#G-IO-ERROR-NOT-MOUNTABLE-FILE:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_FILENAME_TOO_LONG" link="gio-GIOError.html#G-IO-ERROR-FILENAME-TOO-LONG:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_INVALID_FILENAME" link="gio-GIOError.html#G-IO-ERROR-INVALID-FILENAME:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_TOO_MANY_LINKS" link="gio-GIOError.html#G-IO-ERROR-TOO-MANY-LINKS:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_NO_SPACE" link="gio-GIOError.html#G-IO-ERROR-NO-SPACE:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_INVALID_ARGUMENT" link="gio-GIOError.html#G-IO-ERROR-INVALID-ARGUMENT:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_PERMISSION_DENIED" link="gio-GIOError.html#G-IO-ERROR-PERMISSION-DENIED:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_NOT_SUPPORTED" link="gio-GIOError.html#G-IO-ERROR-NOT-SUPPORTED:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_NOT_MOUNTED" link="gio-GIOError.html#G-IO-ERROR-NOT-MOUNTED:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_ALREADY_MOUNTED" link="gio-GIOError.html#G-IO-ERROR-ALREADY-MOUNTED:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_CLOSED" link="gio-GIOError.html#G-IO-ERROR-CLOSED:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_CANCELLED" link="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_PENDING" link="gio-GIOError.html#G-IO-ERROR-PENDING:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_READ_ONLY" link="gio-GIOError.html#G-IO-ERROR-READ-ONLY:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_CANT_CREATE_BACKUP" link="gio-GIOError.html#G-IO-ERROR-CANT-CREATE-BACKUP:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_WRONG_ETAG" link="gio-GIOError.html#G-IO-ERROR-WRONG-ETAG:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_TIMED_OUT" link="gio-GIOError.html#G-IO-ERROR-TIMED-OUT:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_WOULD_RECURSE" link="gio-GIOError.html#G-IO-ERROR-WOULD-RECURSE:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_BUSY" link="gio-GIOError.html#G-IO-ERROR-BUSY:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_WOULD_BLOCK" link="gio-GIOError.html#G-IO-ERROR-WOULD-BLOCK:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_HOST_NOT_FOUND" link="gio-GIOError.html#G-IO-ERROR-HOST-NOT-FOUND:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_WOULD_MERGE" link="gio-GIOError.html#G-IO-ERROR-WOULD-MERGE:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_FAILED_HANDLED" link="gio-GIOError.html#G-IO-ERROR-FAILED-HANDLED:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_TOO_MANY_OPEN_FILES" link="gio-GIOError.html#G-IO-ERROR-TOO-MANY-OPEN-FILES:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_NOT_INITIALIZED" link="gio-GIOError.html#G-IO-ERROR-NOT-INITIALIZED:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_ADDRESS_IN_USE" link="gio-GIOError.html#G-IO-ERROR-ADDRESS-IN-USE:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_PARTIAL_INPUT" link="gio-GIOError.html#G-IO-ERROR-PARTIAL-INPUT:CAPS"/> - <keyword type="constant" name="G_IO_ERROR_INVALID_DATA" link="gio-GIOError.html#G-IO-ERROR-INVALID-DATA:CAPS"/> - <keyword type="constant" name="G_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_ASK_PASSWORD_NEED_PASSWORD" link="GMountOperation.html#G-ASK-PASSWORD-NEED-PASSWORD:CAPS"/> - <keyword type="constant" name="G_ASK_PASSWORD_NEED_USERNAME" link="GMountOperation.html#G-ASK-PASSWORD-NEED-USERNAME:CAPS"/> - <keyword type="constant" name="G_ASK_PASSWORD_NEED_DOMAIN" link="GMountOperation.html#G-ASK-PASSWORD-NEED-DOMAIN:CAPS"/> - <keyword type="constant" name="G_ASK_PASSWORD_SAVING_SUPPORTED" link="GMountOperation.html#G-ASK-PASSWORD-SAVING-SUPPORTED:CAPS"/> - <keyword type="constant" name="G_ASK_PASSWORD_ANONYMOUS_SUPPORTED" link="GMountOperation.html#G-ASK-PASSWORD-ANONYMOUS-SUPPORTED:CAPS"/> - <keyword type="constant" name="G_PASSWORD_SAVE_NEVER" link="GMountOperation.html#G-PASSWORD-SAVE-NEVER:CAPS"/> - <keyword type="constant" name="G_PASSWORD_SAVE_FOR_SESSION" link="GMountOperation.html#G-PASSWORD-SAVE-FOR-SESSION:CAPS"/> - <keyword type="constant" name="G_PASSWORD_SAVE_PERMANENTLY" link="GMountOperation.html#G-PASSWORD-SAVE-PERMANENTLY:CAPS"/> - <keyword type="constant" name="G_MOUNT_OPERATION_HANDLED" link="GMountOperation.html#G-MOUNT-OPERATION-HANDLED:CAPS"/> - <keyword type="constant" name="G_MOUNT_OPERATION_ABORTED" link="GMountOperation.html#G-MOUNT-OPERATION-ABORTED:CAPS"/> - <keyword type="constant" name="G_MOUNT_OPERATION_UNHANDLED" link="GMountOperation.html#G-MOUNT-OPERATION-UNHANDLED:CAPS"/> - <keyword type="constant" name="G_FILE_MONITOR_EVENT_CHANGED" link="GFileMonitor.html#G-FILE-MONITOR-EVENT-CHANGED:CAPS"/> - <keyword type="constant" name="G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT" link="GFileMonitor.html#G-FILE-MONITOR-EVENT-CHANGES-DONE-HINT:CAPS"/> - <keyword type="constant" name="G_FILE_MONITOR_EVENT_DELETED" link="GFileMonitor.html#G-FILE-MONITOR-EVENT-DELETED:CAPS"/> - <keyword type="constant" name="G_FILE_MONITOR_EVENT_CREATED" link="GFileMonitor.html#G-FILE-MONITOR-EVENT-CREATED:CAPS"/> - <keyword type="constant" name="G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED" link="GFileMonitor.html#G-FILE-MONITOR-EVENT-ATTRIBUTE-CHANGED:CAPS"/> - <keyword type="constant" name="G_FILE_MONITOR_EVENT_PRE_UNMOUNT" link="GFileMonitor.html#G-FILE-MONITOR-EVENT-PRE-UNMOUNT:CAPS"/> - <keyword type="constant" name="G_FILE_MONITOR_EVENT_UNMOUNTED" link="GFileMonitor.html#G-FILE-MONITOR-EVENT-UNMOUNTED:CAPS"/> - <keyword type="constant" name="G_FILE_MONITOR_EVENT_MOVED" link="GFileMonitor.html#G-FILE-MONITOR-EVENT-MOVED:CAPS"/> - <keyword type="constant" name="G_CONVERTER_ERROR" link="GConverter.html#G-CONVERTER-ERROR:CAPS"/> - <keyword type="constant" name="G_CONVERTER_CONVERTED" link="GConverter.html#G-CONVERTER-CONVERTED:CAPS"/> - <keyword type="constant" name="G_CONVERTER_FINISHED" link="GConverter.html#G-CONVERTER-FINISHED:CAPS"/> - <keyword type="constant" name="G_CONVERTER_FLUSHED" link="GConverter.html#G-CONVERTER-FLUSHED:CAPS"/> - <keyword type="constant" name="G_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_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_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_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_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_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_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_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_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_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_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="gio-GResource.html#G-RESOURCE-FLAGS-NONE:CAPS"/> - <keyword type="constant" name="G_RESOURCE_FLAGS_COMPRESSED" link="gio-GResource.html#G-RESOURCE-FLAGS-COMPRESSED:CAPS"/> - <keyword type="constant" name="G_RESOURCE_LOOKUP_FLAGS_NONE" link="gio-GResource.html#G-RESOURCE-LOOKUP-FLAGS-NONE:CAPS"/> - <keyword type="constant" name="G_RESOURCE_ERROR_NOT_FOUND" link="gio-GResource.html#G-RESOURCE-ERROR-NOT-FOUND:CAPS"/> - <keyword type="constant" name="G_RESOURCE_ERROR_INTERNAL" link="gio-GResource.html#G-RESOURCE-ERROR-INTERNAL: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_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"/> - </functions> -</book> |