From 336e407d1f5ddd6c09d3af0e4094b1855d0f0fe0 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Mon, 1 Aug 2022 08:42:22 +0000 Subject: [PATCH] Update to gcr-3.41.1. --- x11/gnome/gcr/Makefile | 8 +- x11/gnome/gcr/distinfo | 4 +- x11/gnome/gcr/patches/patch-gck_meson_build | 16 - .../patches/patch-gcr_gcr-ssh-agent-service_c | 17 - x11/gnome/gcr/patches/patch-gcr_meson_build | 16 - x11/gnome/gcr/patches/patch-ui_meson_build | 16 - x11/gnome/gcr/pkg/PLIST | 1038 +++++++++++++++-- 7 files changed, 956 insertions(+), 159 deletions(-) delete mode 100644 x11/gnome/gcr/patches/patch-gck_meson_build delete mode 100644 x11/gnome/gcr/patches/patch-gcr_gcr-ssh-agent-service_c delete mode 100644 x11/gnome/gcr/patches/patch-gcr_meson_build delete mode 100644 x11/gnome/gcr/patches/patch-ui_meson_build diff --git a/x11/gnome/gcr/Makefile b/x11/gnome/gcr/Makefile index b568717537b..d56e082875e 100644 --- a/x11/gnome/gcr/Makefile +++ b/x11/gnome/gcr/Makefile @@ -3,8 +3,7 @@ PORTROACH= skipv:3.90.0 COMMENT= library for bits of crypto UI and parsing GNOME_PROJECT= gcr -GNOME_VERSION= 3.41.0 -REVISION= 0 +GNOME_VERSION= 3.41.1 SHARED_LIBS += gck-1 2.1 # 0.0.0 SHARED_LIBS += gcr-base-3 3.1 # 1.0.0 @@ -21,7 +20,7 @@ MODULES= devel/dconf \ lang/python \ x11/gnome -MODGNOME_TOOLS += desktop-file-utils gobject-introspection +MODGNOME_TOOLS += desktop-file-utils gi-docgen gobject-introspection MODGNOME_TOOLS += gtk-update-icon-cache shared-mime-info vala MODPY_RUNDEP= No @@ -30,8 +29,7 @@ LIB_DEPENDS= x11/gtk+3 \ security/libgcrypt \ security/p11-kit -BUILD_DEPENDS= security/gnupg \ - textproc/gtk-doc +BUILD_DEPENDS= security/gnupg RUN_DEPENDS= security/gnupg diff --git a/x11/gnome/gcr/distinfo b/x11/gnome/gcr/distinfo index a44f3dacffa..606ec20befc 100644 --- a/x11/gnome/gcr/distinfo +++ b/x11/gnome/gcr/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome/gcr-3.41.0.tar.xz) = CQn8SeqK1IMtJ1ZP8v0dxmZpbioHxzlBxIgp5gVy2gE= -SIZE (gnome/gcr-3.41.0.tar.xz) = 1039744 +SHA256 (gnome/gcr-3.41.1.tar.xz) = u3Eoo8L+u/7pwDuQ131JjQzrI3sHiYAtYBhcccS+ok8= +SIZE (gnome/gcr-3.41.1.tar.xz) = 1030368 diff --git a/x11/gnome/gcr/patches/patch-gck_meson_build b/x11/gnome/gcr/patches/patch-gck_meson_build deleted file mode 100644 index 2f1d1859e7e..00000000000 --- a/x11/gnome/gcr/patches/patch-gck_meson_build +++ /dev/null @@ -1,16 +0,0 @@ -From b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8 Mon Sep 17 00:00:00 2001 -From: Jakub Jirutka -Date: Wed, 12 Jan 2022 00:24:20 +0100 -Subject: [PATCH] meson: Fix unknown kw argument in gnome.generate_gir - -Index: gck/meson.build ---- gck/meson.build.orig -+++ gck/meson.build -@@ -131,7 +131,6 @@ if get_option('introspection') - sources: gck_gir_sources, - namespace: 'Gck', - nsversion: '@0@'.format(gck_major_version), -- packages: gck_deps, - export_packages: 'gck-@0@'.format(gck_major_version), - includes: [ 'GObject-2.0', 'Gio-2.0' ], - header: 'gck/gck.h', diff --git a/x11/gnome/gcr/patches/patch-gcr_gcr-ssh-agent-service_c b/x11/gnome/gcr/patches/patch-gcr_gcr-ssh-agent-service_c deleted file mode 100644 index 246412da02c..00000000000 --- a/x11/gnome/gcr/patches/patch-gcr_gcr-ssh-agent-service_c +++ /dev/null @@ -1,17 +0,0 @@ -From 96e76ee482dad2a0d71f9a5a5a6558d272d538ca Mon Sep 17 00:00:00 2001 -From: Antoine Jacoutot -Date: Sun, 24 Oct 2021 10:26:03 +0200 -Subject: [PATCH] Unbreak build without systemd. - -Index: gcr/gcr-ssh-agent-service.c ---- gcr/gcr-ssh-agent-service.c.orig -+++ gcr/gcr-ssh-agent-service.c -@@ -39,7 +39,7 @@ - #include - #include - --#ifdef WITH_SYSTEMD -+#if WITH_SYSTEMD - #include - #endif - diff --git a/x11/gnome/gcr/patches/patch-gcr_meson_build b/x11/gnome/gcr/patches/patch-gcr_meson_build deleted file mode 100644 index c6c6eec4e42..00000000000 --- a/x11/gnome/gcr/patches/patch-gcr_meson_build +++ /dev/null @@ -1,16 +0,0 @@ -From b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8 Mon Sep 17 00:00:00 2001 -From: Jakub Jirutka -Date: Wed, 12 Jan 2022 00:24:20 +0100 -Subject: [PATCH] meson: Fix unknown kw argument in gnome.generate_gir - -Index: gcr/meson.build ---- gcr/meson.build.orig -+++ gcr/meson.build -@@ -190,7 +190,6 @@ if get_option('introspection') - sources: [ gcr_base_public_sources, gcr_base_headers ], - namespace: 'Gcr', - nsversion: '@0@'.format(gcr_major_version), -- packages: gcr_base_deps, - export_packages: 'gcr-base-@0@'.format(gcr_major_version), - includes: [ - 'GObject-2.0', diff --git a/x11/gnome/gcr/patches/patch-ui_meson_build b/x11/gnome/gcr/patches/patch-ui_meson_build deleted file mode 100644 index ac6988e312b..00000000000 --- a/x11/gnome/gcr/patches/patch-ui_meson_build +++ /dev/null @@ -1,16 +0,0 @@ -From b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8 Mon Sep 17 00:00:00 2001 -From: Jakub Jirutka -Date: Wed, 12 Jan 2022 00:24:20 +0100 -Subject: [PATCH] meson: Fix unknown kw argument in gnome.generate_gir - -Index: ui/meson.build ---- ui/meson.build.orig -+++ ui/meson.build -@@ -152,7 +152,6 @@ if get_option('introspection') - export_packages: 'gcr-ui-@0@'.format(gcr_major_version), - identifier_prefix: 'Gcr', - symbol_prefix: 'gcr', -- packages: gcr_ui_deps, - includes: [ - 'GObject-2.0', - 'Gio-2.0', diff --git a/x11/gnome/gcr/pkg/PLIST b/x11/gnome/gcr/pkg/PLIST index 7405b216989..534ce025a56 100644 --- a/x11/gnome/gcr/pkg/PLIST +++ b/x11/gnome/gcr/pkg/PLIST @@ -86,97 +86,961 @@ share/applications/gcr-prompter.desktop share/applications/gcr-viewer.desktop share/dbus-1/services/org.gnome.keyring.PrivatePrompter.service share/dbus-1/services/org.gnome.keyring.SystemPrompter.service +share/doc/gck-1/ +share/doc/gck-1/RedHatDisplay-Black.woff +share/doc/gck-1/RedHatDisplay-Black.woff2 +share/doc/gck-1/RedHatDisplay-BlackItalic.woff +share/doc/gck-1/RedHatDisplay-BlackItalic.woff2 +share/doc/gck-1/RedHatDisplay-Bold.woff +share/doc/gck-1/RedHatDisplay-Bold.woff2 +share/doc/gck-1/RedHatDisplay-BoldItalic.woff +share/doc/gck-1/RedHatDisplay-BoldItalic.woff2 +share/doc/gck-1/RedHatDisplay-Italic.woff +share/doc/gck-1/RedHatDisplay-Italic.woff2 +share/doc/gck-1/RedHatDisplay-Medium.woff +share/doc/gck-1/RedHatDisplay-Medium.woff2 +share/doc/gck-1/RedHatDisplay-MediumItalic.woff +share/doc/gck-1/RedHatDisplay-MediumItalic.woff2 +share/doc/gck-1/RedHatDisplay-Regular.woff +share/doc/gck-1/RedHatDisplay-Regular.woff2 +share/doc/gck-1/RedHatText-Bold.woff +share/doc/gck-1/RedHatText-Bold.woff2 +share/doc/gck-1/RedHatText-BoldItalic.woff +share/doc/gck-1/RedHatText-BoldItalic.woff2 +share/doc/gck-1/RedHatText-Italic.woff +share/doc/gck-1/RedHatText-Italic.woff2 +share/doc/gck-1/RedHatText-Medium.woff +share/doc/gck-1/RedHatText-Medium.woff2 +share/doc/gck-1/RedHatText-MediumItalic.woff +share/doc/gck-1/RedHatText-MediumItalic.woff2 +share/doc/gck-1/RedHatText-Regular.woff +share/doc/gck-1/RedHatText-Regular.woff2 +share/doc/gck-1/SourceCodePro-It.ttf.woff +share/doc/gck-1/SourceCodePro-Regular.ttf.woff +share/doc/gck-1/SourceCodePro-Semibold.ttf.woff +share/doc/gck-1/callback.Allocator.html +share/doc/gck-1/class.Enumerator.html +share/doc/gck-1/class.Module.html +share/doc/gck-1/class.Object.html +share/doc/gck-1/class.Password.html +share/doc/gck-1/class.Session.html +share/doc/gck-1/class.Slot.html +share/doc/gck-1/classes_hierarchy.html +share/doc/gck-1/const.INVALID.html +share/doc/gck-1/const.MAJOR_VERSION.html +share/doc/gck-1/const.MICRO_VERSION.html +share/doc/gck-1/const.MINOR_VERSION.html +share/doc/gck-1/const.URI_FOR_MODULE_WITH_VERSION.html +share/doc/gck-1/const.URI_FOR_OBJECT_ON_TOKEN.html +share/doc/gck-1/const.URI_FOR_OBJECT_ON_TOKEN_AND_MODULE.html +share/doc/gck-1/const.VENDOR_CODE.html +share/doc/gck-1/ctor.Attribute.new.html +share/doc/gck-1/ctor.Attribute.new_boolean.html +share/doc/gck-1/ctor.Attribute.new_date.html +share/doc/gck-1/ctor.Attribute.new_empty.html +share/doc/gck-1/ctor.Attribute.new_invalid.html +share/doc/gck-1/ctor.Attribute.new_string.html +share/doc/gck-1/ctor.Attribute.new_ulong.html +share/doc/gck-1/ctor.Attributes.new.html +share/doc/gck-1/ctor.Attributes.new_empty.html +share/doc/gck-1/ctor.Builder.new.html +share/doc/gck-1/ctor.Module.new.html +share/doc/gck-1/ctor.Object.from_handle.html +share/doc/gck-1/ctor.UriData.new.html +share/doc/gck-1/enum.BuilderFlags.html +share/doc/gck-1/enum.Error.html +share/doc/gck-1/enum.UriError.html +share/doc/gck-1/flags.SessionOptions.html +share/doc/gck-1/flags.UriFlags.html +share/doc/gck-1/fonts.css +share/doc/gck-1/func.CHECK_VERSION.html +share/doc/gck-1/func.list_get_boxed_type.html +share/doc/gck-1/func.list_ref_copy.html +share/doc/gck-1/func.list_unref_free.html +share/doc/gck-1/func.mechanisms_at.html +share/doc/gck-1/func.mechanisms_check.html +share/doc/gck-1/func.mechanisms_length.html +share/doc/gck-1/func.message_from_rv.html +share/doc/gck-1/func.modules_enumerate_objects.html +share/doc/gck-1/func.modules_enumerate_uri.html +share/doc/gck-1/func.modules_get_slots.html +share/doc/gck-1/func.modules_initialize_registered.html +share/doc/gck-1/func.modules_initialize_registered_async.html +share/doc/gck-1/func.modules_initialize_registered_finish.html +share/doc/gck-1/func.modules_object_for_uri.html +share/doc/gck-1/func.modules_objects_for_uri.html +share/doc/gck-1/func.modules_token_for_uri.html +share/doc/gck-1/func.modules_tokens_for_uri.html +share/doc/gck-1/func.objects_from_handle_array.html +share/doc/gck-1/func.slots_enumerate_objects.html +share/doc/gck-1/func.string_from_chars.html +share/doc/gck-1/func.string_to_chars.html +share/doc/gck-1/func.uri_build.html +share/doc/gck-1/func.uri_parse.html +share/doc/gck-1/func.value_to_boolean.html +share/doc/gck-1/func.value_to_ulong.html +share/doc/gck-1/fzy.js +share/doc/gck-1/gck-1.devhelp2 +share/doc/gck-1/go-up-symbolic.png +share/doc/gck-1/iface.ObjectCache.html +share/doc/gck-1/index.html +share/doc/gck-1/index.json +share/doc/gck-1/main.js +share/doc/gck-1/method.Attribute.clear.html +share/doc/gck-1/method.Attribute.dump.html +share/doc/gck-1/method.Attribute.dup.html +share/doc/gck-1/method.Attribute.equal.html +share/doc/gck-1/method.Attribute.free.html +share/doc/gck-1/method.Attribute.get_boolean.html +share/doc/gck-1/method.Attribute.get_data.html +share/doc/gck-1/method.Attribute.get_date.html +share/doc/gck-1/method.Attribute.get_string.html +share/doc/gck-1/method.Attribute.get_ulong.html +share/doc/gck-1/method.Attribute.hash.html +share/doc/gck-1/method.Attribute.init.html +share/doc/gck-1/method.Attribute.init_boolean.html +share/doc/gck-1/method.Attribute.init_copy.html +share/doc/gck-1/method.Attribute.init_date.html +share/doc/gck-1/method.Attribute.init_empty.html +share/doc/gck-1/method.Attribute.init_invalid.html +share/doc/gck-1/method.Attribute.init_string.html +share/doc/gck-1/method.Attribute.init_ulong.html +share/doc/gck-1/method.Attribute.is_invalid.html +share/doc/gck-1/method.Attributes.at.html +share/doc/gck-1/method.Attributes.contains.html +share/doc/gck-1/method.Attributes.count.html +share/doc/gck-1/method.Attributes.dump.html +share/doc/gck-1/method.Attributes.find.html +share/doc/gck-1/method.Attributes.find_boolean.html +share/doc/gck-1/method.Attributes.find_date.html +share/doc/gck-1/method.Attributes.find_string.html +share/doc/gck-1/method.Attributes.find_ulong.html +share/doc/gck-1/method.Attributes.ref.html +share/doc/gck-1/method.Attributes.ref_sink.html +share/doc/gck-1/method.Attributes.to_string.html +share/doc/gck-1/method.Attributes.unref.html +share/doc/gck-1/method.Builder.add_all.html +share/doc/gck-1/method.Builder.add_attribute.html +share/doc/gck-1/method.Builder.add_boolean.html +share/doc/gck-1/method.Builder.add_data.html +share/doc/gck-1/method.Builder.add_date.html +share/doc/gck-1/method.Builder.add_empty.html +share/doc/gck-1/method.Builder.add_except.html +share/doc/gck-1/method.Builder.add_exceptv.html +share/doc/gck-1/method.Builder.add_invalid.html +share/doc/gck-1/method.Builder.add_only.html +share/doc/gck-1/method.Builder.add_onlyv.html +share/doc/gck-1/method.Builder.add_string.html +share/doc/gck-1/method.Builder.add_ulong.html +share/doc/gck-1/method.Builder.clear.html +share/doc/gck-1/method.Builder.copy.html +share/doc/gck-1/method.Builder.end.html +share/doc/gck-1/method.Builder.find.html +share/doc/gck-1/method.Builder.find_boolean.html +share/doc/gck-1/method.Builder.find_date.html +share/doc/gck-1/method.Builder.find_string.html +share/doc/gck-1/method.Builder.find_ulong.html +share/doc/gck-1/method.Builder.init.html +share/doc/gck-1/method.Builder.init_full.html +share/doc/gck-1/method.Builder.ref.html +share/doc/gck-1/method.Builder.set_all.html +share/doc/gck-1/method.Builder.set_boolean.html +share/doc/gck-1/method.Builder.set_data.html +share/doc/gck-1/method.Builder.set_date.html +share/doc/gck-1/method.Builder.set_empty.html +share/doc/gck-1/method.Builder.set_invalid.html +share/doc/gck-1/method.Builder.set_string.html +share/doc/gck-1/method.Builder.set_ulong.html +share/doc/gck-1/method.Builder.steal.html +share/doc/gck-1/method.Builder.take_data.html +share/doc/gck-1/method.Enumerator.get_chained.html +share/doc/gck-1/method.Enumerator.get_interaction.html +share/doc/gck-1/method.Enumerator.get_object_type.html +share/doc/gck-1/method.Enumerator.next.html +share/doc/gck-1/method.Enumerator.next_async.html +share/doc/gck-1/method.Enumerator.next_finish.html +share/doc/gck-1/method.Enumerator.next_n.html +share/doc/gck-1/method.Enumerator.set_chained.html +share/doc/gck-1/method.Enumerator.set_interaction.html +share/doc/gck-1/method.Enumerator.set_object_type.html +share/doc/gck-1/method.Enumerator.set_object_type_full.html +share/doc/gck-1/method.MechanismInfo.copy.html +share/doc/gck-1/method.MechanismInfo.free.html +share/doc/gck-1/method.Module.equal.html +share/doc/gck-1/method.Module.get_functions.html +share/doc/gck-1/method.Module.get_info.html +share/doc/gck-1/method.Module.get_path.html +share/doc/gck-1/method.Module.get_slots.html +share/doc/gck-1/method.Module.hash.html +share/doc/gck-1/method.Module.match.html +share/doc/gck-1/method.ModuleInfo.copy.html +share/doc/gck-1/method.ModuleInfo.free.html +share/doc/gck-1/method.Object.cache_lookup.html +share/doc/gck-1/method.Object.cache_lookup_async.html +share/doc/gck-1/method.Object.cache_lookup_finish.html +share/doc/gck-1/method.Object.destroy.html +share/doc/gck-1/method.Object.destroy_async.html +share/doc/gck-1/method.Object.destroy_finish.html +share/doc/gck-1/method.Object.equal.html +share/doc/gck-1/method.Object.get.html +share/doc/gck-1/method.Object.get_async.html +share/doc/gck-1/method.Object.get_data.html +share/doc/gck-1/method.Object.get_data_async.html +share/doc/gck-1/method.Object.get_data_finish.html +share/doc/gck-1/method.Object.get_data_full.html +share/doc/gck-1/method.Object.get_finish.html +share/doc/gck-1/method.Object.get_full.html +share/doc/gck-1/method.Object.get_handle.html +share/doc/gck-1/method.Object.get_module.html +share/doc/gck-1/method.Object.get_session.html +share/doc/gck-1/method.Object.get_template.html +share/doc/gck-1/method.Object.get_template_async.html +share/doc/gck-1/method.Object.get_template_finish.html +share/doc/gck-1/method.Object.hash.html +share/doc/gck-1/method.Object.set.html +share/doc/gck-1/method.Object.set_async.html +share/doc/gck-1/method.Object.set_finish.html +share/doc/gck-1/method.Object.set_template.html +share/doc/gck-1/method.Object.set_template_async.html +share/doc/gck-1/method.Object.set_template_finish.html +share/doc/gck-1/method.ObjectCache.fill.html +share/doc/gck-1/method.ObjectCache.get_attributes.html +share/doc/gck-1/method.ObjectCache.set_attributes.html +share/doc/gck-1/method.ObjectCache.update.html +share/doc/gck-1/method.ObjectCache.update_async.html +share/doc/gck-1/method.ObjectCache.update_finish.html +share/doc/gck-1/method.Password.get_key.html +share/doc/gck-1/method.Password.get_module.html +share/doc/gck-1/method.Password.get_token.html +share/doc/gck-1/method.Session.create_object.html +share/doc/gck-1/method.Session.create_object_async.html +share/doc/gck-1/method.Session.create_object_finish.html +share/doc/gck-1/method.Session.decrypt.html +share/doc/gck-1/method.Session.decrypt_async.html +share/doc/gck-1/method.Session.decrypt_finish.html +share/doc/gck-1/method.Session.decrypt_full.html +share/doc/gck-1/method.Session.derive_key.html +share/doc/gck-1/method.Session.derive_key_async.html +share/doc/gck-1/method.Session.derive_key_finish.html +share/doc/gck-1/method.Session.derive_key_full.html +share/doc/gck-1/method.Session.encrypt.html +share/doc/gck-1/method.Session.encrypt_async.html +share/doc/gck-1/method.Session.encrypt_finish.html +share/doc/gck-1/method.Session.encrypt_full.html +share/doc/gck-1/method.Session.enumerate_objects.html +share/doc/gck-1/method.Session.find_handles.html +share/doc/gck-1/method.Session.find_handles_async.html +share/doc/gck-1/method.Session.find_handles_finish.html +share/doc/gck-1/method.Session.find_objects.html +share/doc/gck-1/method.Session.find_objects_async.html +share/doc/gck-1/method.Session.find_objects_finish.html +share/doc/gck-1/method.Session.generate_key_pair.html +share/doc/gck-1/method.Session.generate_key_pair_async.html +share/doc/gck-1/method.Session.generate_key_pair_finish.html +share/doc/gck-1/method.Session.generate_key_pair_full.html +share/doc/gck-1/method.Session.get_handle.html +share/doc/gck-1/method.Session.get_info.html +share/doc/gck-1/method.Session.get_interaction.html +share/doc/gck-1/method.Session.get_module.html +share/doc/gck-1/method.Session.get_options.html +share/doc/gck-1/method.Session.get_slot.html +share/doc/gck-1/method.Session.get_state.html +share/doc/gck-1/method.Session.init_pin.html +share/doc/gck-1/method.Session.init_pin_async.html +share/doc/gck-1/method.Session.init_pin_finish.html +share/doc/gck-1/method.Session.login.html +share/doc/gck-1/method.Session.login_async.html +share/doc/gck-1/method.Session.login_finish.html +share/doc/gck-1/method.Session.login_interactive.html +share/doc/gck-1/method.Session.login_interactive_async.html +share/doc/gck-1/method.Session.login_interactive_finish.html +share/doc/gck-1/method.Session.logout.html +share/doc/gck-1/method.Session.logout_async.html +share/doc/gck-1/method.Session.logout_finish.html +share/doc/gck-1/method.Session.set_interaction.html +share/doc/gck-1/method.Session.set_pin.html +share/doc/gck-1/method.Session.set_pin_async.html +share/doc/gck-1/method.Session.set_pin_finish.html +share/doc/gck-1/method.Session.sign.html +share/doc/gck-1/method.Session.sign_async.html +share/doc/gck-1/method.Session.sign_finish.html +share/doc/gck-1/method.Session.sign_full.html +share/doc/gck-1/method.Session.unwrap_key.html +share/doc/gck-1/method.Session.unwrap_key_async.html +share/doc/gck-1/method.Session.unwrap_key_finish.html +share/doc/gck-1/method.Session.unwrap_key_full.html +share/doc/gck-1/method.Session.verify.html +share/doc/gck-1/method.Session.verify_async.html +share/doc/gck-1/method.Session.verify_finish.html +share/doc/gck-1/method.Session.verify_full.html +share/doc/gck-1/method.Session.wrap_key.html +share/doc/gck-1/method.Session.wrap_key_async.html +share/doc/gck-1/method.Session.wrap_key_finish.html +share/doc/gck-1/method.Session.wrap_key_full.html +share/doc/gck-1/method.SessionInfo.copy.html +share/doc/gck-1/method.SessionInfo.free.html +share/doc/gck-1/method.Slot.enumerate_objects.html +share/doc/gck-1/method.Slot.equal.html +share/doc/gck-1/method.Slot.get_handle.html +share/doc/gck-1/method.Slot.get_info.html +share/doc/gck-1/method.Slot.get_mechanism_info.html +share/doc/gck-1/method.Slot.get_mechanisms.html +share/doc/gck-1/method.Slot.get_module.html +share/doc/gck-1/method.Slot.get_token_info.html +share/doc/gck-1/method.Slot.has_flags.html +share/doc/gck-1/method.Slot.hash.html +share/doc/gck-1/method.Slot.match.html +share/doc/gck-1/method.Slot.open_session.html +share/doc/gck-1/method.Slot.open_session_async.html +share/doc/gck-1/method.Slot.open_session_finish.html +share/doc/gck-1/method.Slot.open_session_full.html +share/doc/gck-1/method.Slot.open_session_full_async.html +share/doc/gck-1/method.SlotInfo.copy.html +share/doc/gck-1/method.SlotInfo.free.html +share/doc/gck-1/method.TokenInfo.copy.html +share/doc/gck-1/method.TokenInfo.free.html +share/doc/gck-1/method.UriData.copy.html +share/doc/gck-1/method.UriData.free.html +share/doc/gck-1/pkcs11-links.html +share/doc/gck-1/property.Enumerator.chained.html +share/doc/gck-1/property.Enumerator.interaction.html +share/doc/gck-1/property.Enumerator.object-type.html +share/doc/gck-1/property.Module.functions.html +share/doc/gck-1/property.Module.path.html +share/doc/gck-1/property.Object.handle.html +share/doc/gck-1/property.Object.module.html +share/doc/gck-1/property.Object.session.html +share/doc/gck-1/property.ObjectCache.attributes.html +share/doc/gck-1/property.Password.key.html +share/doc/gck-1/property.Password.module.html +share/doc/gck-1/property.Password.token.html +share/doc/gck-1/property.Session.app-data.html +share/doc/gck-1/property.Session.handle.html +share/doc/gck-1/property.Session.interaction.html +share/doc/gck-1/property.Session.module.html +share/doc/gck-1/property.Session.opening-flags.html +share/doc/gck-1/property.Session.options.html +share/doc/gck-1/property.Session.slot.html +share/doc/gck-1/property.Slot.handle.html +share/doc/gck-1/property.Slot.module.html +share/doc/gck-1/search.js +share/doc/gck-1/signal.Module.authenticate-object.html +share/doc/gck-1/signal.Module.authenticate-slot.html +share/doc/gck-1/signal.Session.discard-handle.html +share/doc/gck-1/solarized-dark.css +share/doc/gck-1/solarized-light.css +share/doc/gck-1/struct.Attribute.html +share/doc/gck-1/struct.Attributes.html +share/doc/gck-1/struct.Builder.html +share/doc/gck-1/struct.Mechanism.html +share/doc/gck-1/struct.MechanismInfo.html +share/doc/gck-1/struct.ModuleInfo.html +share/doc/gck-1/struct.SessionInfo.html +share/doc/gck-1/struct.SlotInfo.html +share/doc/gck-1/struct.TokenInfo.html +share/doc/gck-1/struct.UriData.html +share/doc/gck-1/style.css +share/doc/gck-1/type_func.Builder.unref.html +share/doc/gck-1/type_func.Error.get_quark.html +share/doc/gck-1/type_func.Module.initialize.html +share/doc/gck-1/type_func.Module.initialize_async.html +share/doc/gck-1/type_func.Module.initialize_finish.html +share/doc/gck-1/type_func.Session.from_handle.html +share/doc/gck-1/type_func.Session.open.html +share/doc/gck-1/type_func.Session.open_async.html +share/doc/gck-1/type_func.Session.open_finish.html +share/doc/gck-1/type_func.Slot.from_handle.html +share/doc/gck-1/type_func.UriError.get_quark.html +share/doc/gck-1/vfunc.Module.authenticate_object.html +share/doc/gck-1/vfunc.Module.authenticate_slot.html +share/doc/gck-1/vfunc.ObjectCache.fill.html +share/doc/gck-1/vfunc.Session.discard_handle.html +share/doc/gcr-3/ +share/doc/gcr-3/RedHatDisplay-Black.woff +share/doc/gcr-3/RedHatDisplay-Black.woff2 +share/doc/gcr-3/RedHatDisplay-BlackItalic.woff +share/doc/gcr-3/RedHatDisplay-BlackItalic.woff2 +share/doc/gcr-3/RedHatDisplay-Bold.woff +share/doc/gcr-3/RedHatDisplay-Bold.woff2 +share/doc/gcr-3/RedHatDisplay-BoldItalic.woff +share/doc/gcr-3/RedHatDisplay-BoldItalic.woff2 +share/doc/gcr-3/RedHatDisplay-Italic.woff +share/doc/gcr-3/RedHatDisplay-Italic.woff2 +share/doc/gcr-3/RedHatDisplay-Medium.woff +share/doc/gcr-3/RedHatDisplay-Medium.woff2 +share/doc/gcr-3/RedHatDisplay-MediumItalic.woff +share/doc/gcr-3/RedHatDisplay-MediumItalic.woff2 +share/doc/gcr-3/RedHatDisplay-Regular.woff +share/doc/gcr-3/RedHatDisplay-Regular.woff2 +share/doc/gcr-3/RedHatText-Bold.woff +share/doc/gcr-3/RedHatText-Bold.woff2 +share/doc/gcr-3/RedHatText-BoldItalic.woff +share/doc/gcr-3/RedHatText-BoldItalic.woff2 +share/doc/gcr-3/RedHatText-Italic.woff +share/doc/gcr-3/RedHatText-Italic.woff2 +share/doc/gcr-3/RedHatText-Medium.woff +share/doc/gcr-3/RedHatText-Medium.woff2 +share/doc/gcr-3/RedHatText-MediumItalic.woff +share/doc/gcr-3/RedHatText-MediumItalic.woff2 +share/doc/gcr-3/RedHatText-Regular.woff +share/doc/gcr-3/RedHatText-Regular.woff2 +share/doc/gcr-3/SourceCodePro-It.ttf.woff +share/doc/gcr-3/SourceCodePro-Regular.ttf.woff +share/doc/gcr-3/SourceCodePro-Semibold.ttf.woff +share/doc/gcr-3/callback.FilterCollectionFunc.html +share/doc/gcr-3/class.CertificateChain.html +share/doc/gcr-3/class.CertificateRequest.html +share/doc/gcr-3/class.FilterCollection.html +share/doc/gcr-3/class.Parser.html +share/doc/gcr-3/class.Pkcs11Certificate.html +share/doc/gcr-3/class.SecretExchange.html +share/doc/gcr-3/class.SimpleCertificate.html +share/doc/gcr-3/class.SimpleCollection.html +share/doc/gcr-3/class.SshAskpass.html +share/doc/gcr-3/class.SystemPrompt.html +share/doc/gcr-3/class.SystemPrompter.html +share/doc/gcr-3/class.UnionCollection.html +share/doc/gcr-3/classes_hierarchy.html +share/doc/gcr-3/const.ICON_CERTIFICATE.html +share/doc/gcr-3/const.ICON_GNUPG.html +share/doc/gcr-3/const.ICON_HOME_DIRECTORY.html +share/doc/gcr-3/const.ICON_KEY.html +share/doc/gcr-3/const.ICON_KEY_PAIR.html +share/doc/gcr-3/const.ICON_PASSWORD.html +share/doc/gcr-3/const.ICON_SMART_CARD.html +share/doc/gcr-3/const.MAJOR_VERSION.html +share/doc/gcr-3/const.MICRO_VERSION.html +share/doc/gcr-3/const.MINOR_VERSION.html +share/doc/gcr-3/const.PURPOSE_CLIENT_AUTH.html +share/doc/gcr-3/const.PURPOSE_CODE_SIGNING.html +share/doc/gcr-3/const.PURPOSE_EMAIL.html +share/doc/gcr-3/const.PURPOSE_SERVER_AUTH.html +share/doc/gcr-3/const.SECRET_EXCHANGE_PROTOCOL_1.html +share/doc/gcr-3/const.UNLOCK_OPTION_ALWAYS.html +share/doc/gcr-3/const.UNLOCK_OPTION_IDLE.html +share/doc/gcr-3/const.UNLOCK_OPTION_SESSION.html +share/doc/gcr-3/const.UNLOCK_OPTION_TIMEOUT.html +share/doc/gcr-3/ctor.CertificateChain.new.html +share/doc/gcr-3/ctor.FilterCollection.new_with_callback.html +share/doc/gcr-3/ctor.Parser.new.html +share/doc/gcr-3/ctor.SecretExchange.new.html +share/doc/gcr-3/ctor.SimpleCertificate.new.html +share/doc/gcr-3/ctor.SimpleCertificate.new_static.html +share/doc/gcr-3/ctor.SimpleCollection.new.html +share/doc/gcr-3/ctor.SshAskpass.new.html +share/doc/gcr-3/ctor.SystemPrompter.new.html +share/doc/gcr-3/ctor.UnionCollection.new.html +share/doc/gcr-3/enum.CertificateChainStatus.html +share/doc/gcr-3/enum.CertificateRequestFormat.html +share/doc/gcr-3/enum.DataError.html +share/doc/gcr-3/enum.DataFormat.html +share/doc/gcr-3/enum.PromptReply.html +share/doc/gcr-3/enum.SystemPromptError.html +share/doc/gcr-3/enum.SystemPrompterMode.html +share/doc/gcr-3/flags.CertificateChainFlags.html +share/doc/gcr-3/flags.ColumnFlags.html +share/doc/gcr-3/fonts.css +share/doc/gcr-3/func.CHECK_VERSION.html +share/doc/gcr-3/func.data_error_get_domain.html +share/doc/gcr-3/func.fingerprint_from_attributes.html +share/doc/gcr-3/func.fingerprint_from_subject_public_key_info.html +share/doc/gcr-3/func.icon_for_token.html +share/doc/gcr-3/func.mock_prompter_disconnect.html +share/doc/gcr-3/func.mock_prompter_expect_close.html +share/doc/gcr-3/func.mock_prompter_expect_confirm_cancel.html +share/doc/gcr-3/func.mock_prompter_expect_confirm_ok.html +share/doc/gcr-3/func.mock_prompter_expect_password_cancel.html +share/doc/gcr-3/func.mock_prompter_expect_password_ok.html +share/doc/gcr-3/func.mock_prompter_get_delay_msec.html +share/doc/gcr-3/func.mock_prompter_is_expecting.html +share/doc/gcr-3/func.mock_prompter_is_prompting.html +share/doc/gcr-3/func.mock_prompter_set_delay_msec.html +share/doc/gcr-3/func.mock_prompter_start.html +share/doc/gcr-3/func.mock_prompter_stop.html +share/doc/gcr-3/func.pkcs11_add_module.html +share/doc/gcr-3/func.pkcs11_add_module_from_file.html +share/doc/gcr-3/func.pkcs11_get_modules.html +share/doc/gcr-3/func.pkcs11_get_trust_lookup_slots.html +share/doc/gcr-3/func.pkcs11_get_trust_lookup_uris.html +share/doc/gcr-3/func.pkcs11_get_trust_store_slot.html +share/doc/gcr-3/func.pkcs11_get_trust_store_uri.html +share/doc/gcr-3/func.pkcs11_initialize.html +share/doc/gcr-3/func.pkcs11_initialize_async.html +share/doc/gcr-3/func.pkcs11_initialize_finish.html +share/doc/gcr-3/func.pkcs11_set_modules.html +share/doc/gcr-3/func.pkcs11_set_trust_lookup_uris.html +share/doc/gcr-3/func.pkcs11_set_trust_store_uri.html +share/doc/gcr-3/func.secure_memory_alloc.html +share/doc/gcr-3/func.secure_memory_free.html +share/doc/gcr-3/func.secure_memory_is_secure.html +share/doc/gcr-3/func.secure_memory_new.html +share/doc/gcr-3/func.secure_memory_realloc.html +share/doc/gcr-3/func.secure_memory_strdup.html +share/doc/gcr-3/func.secure_memory_strfree.html +share/doc/gcr-3/func.secure_memory_try_alloc.html +share/doc/gcr-3/func.secure_memory_try_realloc.html +share/doc/gcr-3/func.trust_add_pinned_certificate.html +share/doc/gcr-3/func.trust_add_pinned_certificate_async.html +share/doc/gcr-3/func.trust_add_pinned_certificate_finish.html +share/doc/gcr-3/func.trust_is_certificate_anchored.html +share/doc/gcr-3/func.trust_is_certificate_anchored_async.html +share/doc/gcr-3/func.trust_is_certificate_anchored_finish.html +share/doc/gcr-3/func.trust_is_certificate_pinned.html +share/doc/gcr-3/func.trust_is_certificate_pinned_async.html +share/doc/gcr-3/func.trust_is_certificate_pinned_finish.html +share/doc/gcr-3/func.trust_remove_pinned_certificate.html +share/doc/gcr-3/func.trust_remove_pinned_certificate_async.html +share/doc/gcr-3/func.trust_remove_pinned_certificate_finish.html +share/doc/gcr-3/fzy.js +share/doc/gcr-3/gcr-3.devhelp2 +share/doc/gcr-3/go-up-symbolic.png +share/doc/gcr-3/iface.Certificate.html +share/doc/gcr-3/iface.Collection.html +share/doc/gcr-3/iface.Comparable.html +share/doc/gcr-3/iface.ImportInteraction.html +share/doc/gcr-3/iface.Importer.html +share/doc/gcr-3/iface.Prompt.html +share/doc/gcr-3/index.html +share/doc/gcr-3/index.json +share/doc/gcr-3/main.js +share/doc/gcr-3/method.Certificate.get_basic_constraints.html +share/doc/gcr-3/method.Certificate.get_der_data.html +share/doc/gcr-3/method.Certificate.get_expiry_date.html +share/doc/gcr-3/method.Certificate.get_fingerprint.html +share/doc/gcr-3/method.Certificate.get_fingerprint_hex.html +share/doc/gcr-3/method.Certificate.get_icon.html +share/doc/gcr-3/method.Certificate.get_issued_date.html +share/doc/gcr-3/method.Certificate.get_issuer_cn.html +share/doc/gcr-3/method.Certificate.get_issuer_dn.html +share/doc/gcr-3/method.Certificate.get_issuer_name.html +share/doc/gcr-3/method.Certificate.get_issuer_part.html +share/doc/gcr-3/method.Certificate.get_issuer_raw.html +share/doc/gcr-3/method.Certificate.get_key_size.html +share/doc/gcr-3/method.Certificate.get_markup_text.html +share/doc/gcr-3/method.Certificate.get_serial_number.html +share/doc/gcr-3/method.Certificate.get_serial_number_hex.html +share/doc/gcr-3/method.Certificate.get_subject_cn.html +share/doc/gcr-3/method.Certificate.get_subject_dn.html +share/doc/gcr-3/method.Certificate.get_subject_name.html +share/doc/gcr-3/method.Certificate.get_subject_part.html +share/doc/gcr-3/method.Certificate.get_subject_raw.html +share/doc/gcr-3/method.Certificate.is_issuer.html +share/doc/gcr-3/method.Certificate.mixin_emit_notify.html +share/doc/gcr-3/method.CertificateChain.add.html +share/doc/gcr-3/method.CertificateChain.build.html +share/doc/gcr-3/method.CertificateChain.build_async.html +share/doc/gcr-3/method.CertificateChain.build_finish.html +share/doc/gcr-3/method.CertificateChain.get_anchor.html +share/doc/gcr-3/method.CertificateChain.get_certificate.html +share/doc/gcr-3/method.CertificateChain.get_endpoint.html +share/doc/gcr-3/method.CertificateChain.get_length.html +share/doc/gcr-3/method.CertificateChain.get_status.html +share/doc/gcr-3/method.CertificateRequest.complete.html +share/doc/gcr-3/method.CertificateRequest.complete_async.html +share/doc/gcr-3/method.CertificateRequest.complete_finish.html +share/doc/gcr-3/method.CertificateRequest.encode.html +share/doc/gcr-3/method.CertificateRequest.get_format.html +share/doc/gcr-3/method.CertificateRequest.get_private_key.html +share/doc/gcr-3/method.CertificateRequest.set_cn.html +share/doc/gcr-3/method.Collection.contains.html +share/doc/gcr-3/method.Collection.emit_added.html +share/doc/gcr-3/method.Collection.emit_removed.html +share/doc/gcr-3/method.Collection.get_length.html +share/doc/gcr-3/method.Collection.get_objects.html +share/doc/gcr-3/method.Comparable.compare.html +share/doc/gcr-3/method.FilterCollection.get_underlying.html +share/doc/gcr-3/method.FilterCollection.refilter.html +share/doc/gcr-3/method.FilterCollection.set_callback.html +share/doc/gcr-3/method.ImportInteraction.supplement.html +share/doc/gcr-3/method.ImportInteraction.supplement_async.html +share/doc/gcr-3/method.ImportInteraction.supplement_finish.html +share/doc/gcr-3/method.ImportInteraction.supplement_prep.html +share/doc/gcr-3/method.Importer.get_interaction.html +share/doc/gcr-3/method.Importer.import.html +share/doc/gcr-3/method.Importer.import_async.html +share/doc/gcr-3/method.Importer.import_finish.html +share/doc/gcr-3/method.Importer.queue_for_parsed.html +share/doc/gcr-3/method.Importer.set_interaction.html +share/doc/gcr-3/method.Parsed.get_attributes.html +share/doc/gcr-3/method.Parsed.get_bytes.html +share/doc/gcr-3/method.Parsed.get_data.html +share/doc/gcr-3/method.Parsed.get_description.html +share/doc/gcr-3/method.Parsed.get_filename.html +share/doc/gcr-3/method.Parsed.get_format.html +share/doc/gcr-3/method.Parsed.get_label.html +share/doc/gcr-3/method.Parsed.ref.html +share/doc/gcr-3/method.Parser.add_password.html +share/doc/gcr-3/method.Parser.format_disable.html +share/doc/gcr-3/method.Parser.format_enable.html +share/doc/gcr-3/method.Parser.format_supported.html +share/doc/gcr-3/method.Parser.get_filename.html +share/doc/gcr-3/method.Parser.get_parsed.html +share/doc/gcr-3/method.Parser.get_parsed_attributes.html +share/doc/gcr-3/method.Parser.get_parsed_block.html +share/doc/gcr-3/method.Parser.get_parsed_bytes.html +share/doc/gcr-3/method.Parser.get_parsed_description.html +share/doc/gcr-3/method.Parser.get_parsed_format.html +share/doc/gcr-3/method.Parser.get_parsed_label.html +share/doc/gcr-3/method.Parser.parse_bytes.html +share/doc/gcr-3/method.Parser.parse_data.html +share/doc/gcr-3/method.Parser.parse_stream.html +share/doc/gcr-3/method.Parser.parse_stream_async.html +share/doc/gcr-3/method.Parser.parse_stream_finish.html +share/doc/gcr-3/method.Parser.set_filename.html +share/doc/gcr-3/method.Pkcs11Certificate.get_attributes.html +share/doc/gcr-3/method.Prompt.close.html +share/doc/gcr-3/method.Prompt.confirm.html +share/doc/gcr-3/method.Prompt.confirm_async.html +share/doc/gcr-3/method.Prompt.confirm_finish.html +share/doc/gcr-3/method.Prompt.confirm_run.html +share/doc/gcr-3/method.Prompt.get_caller_window.html +share/doc/gcr-3/method.Prompt.get_cancel_label.html +share/doc/gcr-3/method.Prompt.get_choice_chosen.html +share/doc/gcr-3/method.Prompt.get_choice_label.html +share/doc/gcr-3/method.Prompt.get_continue_label.html +share/doc/gcr-3/method.Prompt.get_description.html +share/doc/gcr-3/method.Prompt.get_message.html +share/doc/gcr-3/method.Prompt.get_password_new.html +share/doc/gcr-3/method.Prompt.get_password_strength.html +share/doc/gcr-3/method.Prompt.get_title.html +share/doc/gcr-3/method.Prompt.get_warning.html +share/doc/gcr-3/method.Prompt.password.html +share/doc/gcr-3/method.Prompt.password_async.html +share/doc/gcr-3/method.Prompt.password_finish.html +share/doc/gcr-3/method.Prompt.password_run.html +share/doc/gcr-3/method.Prompt.reset.html +share/doc/gcr-3/method.Prompt.set_caller_window.html +share/doc/gcr-3/method.Prompt.set_cancel_label.html +share/doc/gcr-3/method.Prompt.set_choice_chosen.html +share/doc/gcr-3/method.Prompt.set_choice_label.html +share/doc/gcr-3/method.Prompt.set_continue_label.html +share/doc/gcr-3/method.Prompt.set_description.html +share/doc/gcr-3/method.Prompt.set_message.html +share/doc/gcr-3/method.Prompt.set_password_new.html +share/doc/gcr-3/method.Prompt.set_title.html +share/doc/gcr-3/method.Prompt.set_warning.html +share/doc/gcr-3/method.SecretExchange.begin.html +share/doc/gcr-3/method.SecretExchange.get_protocol.html +share/doc/gcr-3/method.SecretExchange.get_secret.html +share/doc/gcr-3/method.SecretExchange.receive.html +share/doc/gcr-3/method.SecretExchange.send.html +share/doc/gcr-3/method.SimpleCollection.add.html +share/doc/gcr-3/method.SimpleCollection.remove.html +share/doc/gcr-3/method.SshAskpass.get_interaction.html +share/doc/gcr-3/method.SystemPrompt.close.html +share/doc/gcr-3/method.SystemPrompt.close_async.html +share/doc/gcr-3/method.SystemPrompt.close_finish.html +share/doc/gcr-3/method.SystemPrompt.get_secret_exchange.html +share/doc/gcr-3/method.SystemPrompter.get_mode.html +share/doc/gcr-3/method.SystemPrompter.get_prompt_type.html +share/doc/gcr-3/method.SystemPrompter.get_prompting.html +share/doc/gcr-3/method.SystemPrompter.register.html +share/doc/gcr-3/method.SystemPrompter.unregister.html +share/doc/gcr-3/method.UnionCollection.add.html +share/doc/gcr-3/method.UnionCollection.elements.html +share/doc/gcr-3/method.UnionCollection.have.html +share/doc/gcr-3/method.UnionCollection.remove.html +share/doc/gcr-3/method.UnionCollection.size.html +share/doc/gcr-3/method.UnionCollection.take.html +share/doc/gcr-3/non-pageable-memory.html +share/doc/gcr-3/pkcs11-configuration.html +share/doc/gcr-3/property.Certificate.description.html +share/doc/gcr-3/property.Certificate.expiry.html +share/doc/gcr-3/property.Certificate.icon.html +share/doc/gcr-3/property.Certificate.issuer.html +share/doc/gcr-3/property.Certificate.label.html +share/doc/gcr-3/property.Certificate.markup.html +share/doc/gcr-3/property.Certificate.subject.html +share/doc/gcr-3/property.CertificateChain.length.html +share/doc/gcr-3/property.CertificateChain.status.html +share/doc/gcr-3/property.CertificateRequest.format.html +share/doc/gcr-3/property.CertificateRequest.private-key.html +share/doc/gcr-3/property.FilterCollection.underlying.html +share/doc/gcr-3/property.Importer.icon.html +share/doc/gcr-3/property.Importer.interaction.html +share/doc/gcr-3/property.Importer.label.html +share/doc/gcr-3/property.Importer.uri.html +share/doc/gcr-3/property.Parser.parsed-attributes.html +share/doc/gcr-3/property.Parser.parsed-description.html +share/doc/gcr-3/property.Parser.parsed-label.html +share/doc/gcr-3/property.Pkcs11Certificate.attributes.html +share/doc/gcr-3/property.Prompt.caller-window.html +share/doc/gcr-3/property.Prompt.cancel-label.html +share/doc/gcr-3/property.Prompt.choice-chosen.html +share/doc/gcr-3/property.Prompt.choice-label.html +share/doc/gcr-3/property.Prompt.continue-label.html +share/doc/gcr-3/property.Prompt.description.html +share/doc/gcr-3/property.Prompt.message.html +share/doc/gcr-3/property.Prompt.password-new.html +share/doc/gcr-3/property.Prompt.password-strength.html +share/doc/gcr-3/property.Prompt.title.html +share/doc/gcr-3/property.Prompt.warning.html +share/doc/gcr-3/property.SecretExchange.protocol.html +share/doc/gcr-3/property.SshAskpass.interaction.html +share/doc/gcr-3/property.SystemPrompt.bus-name.html +share/doc/gcr-3/property.SystemPrompt.secret-exchange.html +share/doc/gcr-3/property.SystemPrompt.timeout-seconds.html +share/doc/gcr-3/property.SystemPrompter.mode.html +share/doc/gcr-3/property.SystemPrompter.prompt-type.html +share/doc/gcr-3/property.SystemPrompter.prompting.html +share/doc/gcr-3/search.js +share/doc/gcr-3/signal.Collection.added.html +share/doc/gcr-3/signal.Collection.removed.html +share/doc/gcr-3/signal.Parser.authenticate.html +share/doc/gcr-3/signal.Parser.parsed.html +share/doc/gcr-3/signal.Prompt.prompt-close.html +share/doc/gcr-3/signal.SystemPrompter.new-prompt.html +share/doc/gcr-3/solarized-dark.css +share/doc/gcr-3/solarized-light.css +share/doc/gcr-3/struct.Column.html +share/doc/gcr-3/struct.Parsed.html +share/doc/gcr-3/style.css +share/doc/gcr-3/trust-store.html +share/doc/gcr-3/type_func.Certificate.compare.html +share/doc/gcr-3/type_func.Certificate.get_columns.html +share/doc/gcr-3/type_func.Certificate.mixin_class_init.html +share/doc/gcr-3/type_func.Certificate.mixin_comparable_init.html +share/doc/gcr-3/type_func.Certificate.mixin_get_property.html +share/doc/gcr-3/type_func.CertificateRequest.capable.html +share/doc/gcr-3/type_func.CertificateRequest.capable_async.html +share/doc/gcr-3/type_func.CertificateRequest.capable_finish.html +share/doc/gcr-3/type_func.CertificateRequest.prepare.html +share/doc/gcr-3/type_func.Comparable.memcmp.html +share/doc/gcr-3/type_func.Importer.create_for_parsed.html +share/doc/gcr-3/type_func.Importer.queue_and_filter_for_parsed.html +share/doc/gcr-3/type_func.Importer.register.html +share/doc/gcr-3/type_func.Importer.register_well_known.html +share/doc/gcr-3/type_func.Parsed.unref.html +share/doc/gcr-3/type_func.Pkcs11Certificate.lookup_issuer.html +share/doc/gcr-3/type_func.Pkcs11Certificate.lookup_issuer_async.html +share/doc/gcr-3/type_func.Pkcs11Certificate.lookup_issuer_finish.html +share/doc/gcr-3/type_func.SshAskpass.child_setup.html +share/doc/gcr-3/type_func.SystemPrompt.error_get_domain.html +share/doc/gcr-3/type_func.SystemPrompt.open.html +share/doc/gcr-3/type_func.SystemPrompt.open_async.html +share/doc/gcr-3/type_func.SystemPrompt.open_finish.html +share/doc/gcr-3/type_func.SystemPrompt.open_for_prompter.html +share/doc/gcr-3/type_func.SystemPrompt.open_for_prompter_async.html +share/doc/gcr-3/vfunc.Certificate.get_der_data.html +share/doc/gcr-3/vfunc.Collection.added.html +share/doc/gcr-3/vfunc.Collection.contains.html +share/doc/gcr-3/vfunc.Collection.get_length.html +share/doc/gcr-3/vfunc.Collection.get_objects.html +share/doc/gcr-3/vfunc.Collection.removed.html +share/doc/gcr-3/vfunc.Comparable.compare.html +share/doc/gcr-3/vfunc.ImportInteraction.supplement.html +share/doc/gcr-3/vfunc.ImportInteraction.supplement_async.html +share/doc/gcr-3/vfunc.ImportInteraction.supplement_finish.html +share/doc/gcr-3/vfunc.ImportInteraction.supplement_prep.html +share/doc/gcr-3/vfunc.Importer.import_async.html +share/doc/gcr-3/vfunc.Importer.import_finish.html +share/doc/gcr-3/vfunc.Importer.import_sync.html +share/doc/gcr-3/vfunc.Importer.queue_for_parsed.html +share/doc/gcr-3/vfunc.Parser.authenticate.html +share/doc/gcr-3/vfunc.Parser.parsed.html +share/doc/gcr-3/vfunc.Prompt.prompt_close.html +share/doc/gcr-3/vfunc.Prompt.prompt_confirm_async.html +share/doc/gcr-3/vfunc.Prompt.prompt_confirm_finish.html +share/doc/gcr-3/vfunc.Prompt.prompt_password_async.html +share/doc/gcr-3/vfunc.Prompt.prompt_password_finish.html +share/doc/gcr-3/vfunc.SecretExchange.decrypt_transport_data.html +share/doc/gcr-3/vfunc.SecretExchange.derive_transport_key.html +share/doc/gcr-3/vfunc.SecretExchange.encrypt_transport_data.html +share/doc/gcr-3/vfunc.SecretExchange.generate_exchange_key.html +share/doc/gcr-3/vfunc.SystemPrompter.new_prompt.html +share/doc/gcr-ui-3/ +share/doc/gcr-ui-3/RedHatDisplay-Black.woff +share/doc/gcr-ui-3/RedHatDisplay-Black.woff2 +share/doc/gcr-ui-3/RedHatDisplay-BlackItalic.woff +share/doc/gcr-ui-3/RedHatDisplay-BlackItalic.woff2 +share/doc/gcr-ui-3/RedHatDisplay-Bold.woff +share/doc/gcr-ui-3/RedHatDisplay-Bold.woff2 +share/doc/gcr-ui-3/RedHatDisplay-BoldItalic.woff +share/doc/gcr-ui-3/RedHatDisplay-BoldItalic.woff2 +share/doc/gcr-ui-3/RedHatDisplay-Italic.woff +share/doc/gcr-ui-3/RedHatDisplay-Italic.woff2 +share/doc/gcr-ui-3/RedHatDisplay-Medium.woff +share/doc/gcr-ui-3/RedHatDisplay-Medium.woff2 +share/doc/gcr-ui-3/RedHatDisplay-MediumItalic.woff +share/doc/gcr-ui-3/RedHatDisplay-MediumItalic.woff2 +share/doc/gcr-ui-3/RedHatDisplay-Regular.woff +share/doc/gcr-ui-3/RedHatDisplay-Regular.woff2 +share/doc/gcr-ui-3/RedHatText-Bold.woff +share/doc/gcr-ui-3/RedHatText-Bold.woff2 +share/doc/gcr-ui-3/RedHatText-BoldItalic.woff +share/doc/gcr-ui-3/RedHatText-BoldItalic.woff2 +share/doc/gcr-ui-3/RedHatText-Italic.woff +share/doc/gcr-ui-3/RedHatText-Italic.woff2 +share/doc/gcr-ui-3/RedHatText-Medium.woff +share/doc/gcr-ui-3/RedHatText-Medium.woff2 +share/doc/gcr-ui-3/RedHatText-MediumItalic.woff +share/doc/gcr-ui-3/RedHatText-MediumItalic.woff2 +share/doc/gcr-ui-3/RedHatText-Regular.woff +share/doc/gcr-ui-3/RedHatText-Regular.woff2 +share/doc/gcr-ui-3/SourceCodePro-It.ttf.woff +share/doc/gcr-ui-3/SourceCodePro-Regular.ttf.woff +share/doc/gcr-ui-3/SourceCodePro-Semibold.ttf.woff +share/doc/gcr-ui-3/certificate-widget.png +share/doc/gcr-ui-3/class.CertificateRenderer.html +share/doc/gcr-ui-3/class.CertificateWidget.html +share/doc/gcr-ui-3/class.CollectionModel.html +share/doc/gcr-ui-3/class.ComboSelector.html +share/doc/gcr-ui-3/class.FailureRenderer.html +share/doc/gcr-ui-3/class.ImportButton.html +share/doc/gcr-ui-3/class.KeyRenderer.html +share/doc/gcr-ui-3/class.KeyWidget.html +share/doc/gcr-ui-3/class.ListSelector.html +share/doc/gcr-ui-3/class.PromptDialog.html +share/doc/gcr-ui-3/class.SecureEntryBuffer.html +share/doc/gcr-ui-3/class.TreeSelector.html +share/doc/gcr-ui-3/class.UnlockOptionsWidget.html +share/doc/gcr-ui-3/class.ViewerWidget.html +share/doc/gcr-ui-3/classes_hierarchy.html +share/doc/gcr-ui-3/combo-selector.png +share/doc/gcr-ui-3/ctor.CertificateRenderer.new.html +share/doc/gcr-ui-3/ctor.CertificateRenderer.new_for_attributes.html +share/doc/gcr-ui-3/ctor.CertificateWidget.new.html +share/doc/gcr-ui-3/ctor.CollectionModel.new.html +share/doc/gcr-ui-3/ctor.CollectionModel.new_full.html +share/doc/gcr-ui-3/ctor.ComboSelector.new.html +share/doc/gcr-ui-3/ctor.FailureRenderer.new.html +share/doc/gcr-ui-3/ctor.ImportButton.new.html +share/doc/gcr-ui-3/ctor.KeyRenderer.new.html +share/doc/gcr-ui-3/ctor.KeyWidget.new.html +share/doc/gcr-ui-3/ctor.ListSelector.new.html +share/doc/gcr-ui-3/ctor.SecureEntryBuffer.new.html +share/doc/gcr-ui-3/ctor.TreeSelector.new.html +share/doc/gcr-ui-3/ctor.UnlockOptionsWidget.new.html +share/doc/gcr-ui-3/ctor.ViewerWidget.new.html +share/doc/gcr-ui-3/enum.CollectionModelMode.html +share/doc/gcr-ui-3/fonts.css +share/doc/gcr-ui-3/fzy.js +share/doc/gcr-ui-3/gcr-ui-3.devhelp2 +share/doc/gcr-ui-3/go-up-symbolic.png +share/doc/gcr-ui-3/iface.Renderer.html +share/doc/gcr-ui-3/iface.Viewer.html +share/doc/gcr-ui-3/import-button.png +share/doc/gcr-ui-3/index.html +share/doc/gcr-ui-3/index.json +share/doc/gcr-ui-3/key-widget.png +share/doc/gcr-ui-3/list-selector.png +share/doc/gcr-ui-3/main.js +share/doc/gcr-ui-3/method.CertificateRenderer.get_certificate.html +share/doc/gcr-ui-3/method.CertificateRenderer.set_certificate.html +share/doc/gcr-ui-3/method.CertificateWidget.get_attributes.html +share/doc/gcr-ui-3/method.CertificateWidget.get_certificate.html +share/doc/gcr-ui-3/method.CertificateWidget.set_attributes.html +share/doc/gcr-ui-3/method.CertificateWidget.set_certificate.html +share/doc/gcr-ui-3/method.CollectionModel.change_selected.html +share/doc/gcr-ui-3/method.CollectionModel.column_for_selected.html +share/doc/gcr-ui-3/method.CollectionModel.get_collection.html +share/doc/gcr-ui-3/method.CollectionModel.get_selected_objects.html +share/doc/gcr-ui-3/method.CollectionModel.is_selected.html +share/doc/gcr-ui-3/method.CollectionModel.iter_for_object.html +share/doc/gcr-ui-3/method.CollectionModel.object_for_iter.html +share/doc/gcr-ui-3/method.CollectionModel.set_collection.html +share/doc/gcr-ui-3/method.CollectionModel.set_columns.html +share/doc/gcr-ui-3/method.CollectionModel.set_selected_objects.html +share/doc/gcr-ui-3/method.CollectionModel.toggle_selected.html +share/doc/gcr-ui-3/method.ComboSelector.get_collection.html +share/doc/gcr-ui-3/method.ComboSelector.get_selected.html +share/doc/gcr-ui-3/method.ComboSelector.set_selected.html +share/doc/gcr-ui-3/method.ImportButton.add_parsed.html +share/doc/gcr-ui-3/method.KeyRenderer.get_attributes.html +share/doc/gcr-ui-3/method.KeyRenderer.set_attributes.html +share/doc/gcr-ui-3/method.KeyWidget.get_attributes.html +share/doc/gcr-ui-3/method.KeyWidget.set_attributes.html +share/doc/gcr-ui-3/method.ListSelector.get_collection.html +share/doc/gcr-ui-3/method.ListSelector.get_selected.html +share/doc/gcr-ui-3/method.ListSelector.set_selected.html +share/doc/gcr-ui-3/method.Renderer.emit_data_changed.html +share/doc/gcr-ui-3/method.Renderer.get_attributes.html +share/doc/gcr-ui-3/method.Renderer.popuplate_popup.html +share/doc/gcr-ui-3/method.Renderer.render_view.html +share/doc/gcr-ui-3/method.Renderer.set_attributes.html +share/doc/gcr-ui-3/method.TreeSelector.get_collection.html +share/doc/gcr-ui-3/method.TreeSelector.get_columns.html +share/doc/gcr-ui-3/method.TreeSelector.get_selected.html +share/doc/gcr-ui-3/method.TreeSelector.set_selected.html +share/doc/gcr-ui-3/method.UnlockOptionsWidget.get_choice.html +share/doc/gcr-ui-3/method.UnlockOptionsWidget.get_label.html +share/doc/gcr-ui-3/method.UnlockOptionsWidget.get_sensitive.html +share/doc/gcr-ui-3/method.UnlockOptionsWidget.get_ttl.html +share/doc/gcr-ui-3/method.UnlockOptionsWidget.set_choice.html +share/doc/gcr-ui-3/method.UnlockOptionsWidget.set_label.html +share/doc/gcr-ui-3/method.UnlockOptionsWidget.set_sensitive.html +share/doc/gcr-ui-3/method.UnlockOptionsWidget.set_ttl.html +share/doc/gcr-ui-3/method.Viewer.add_renderer.html +share/doc/gcr-ui-3/method.Viewer.count_renderers.html +share/doc/gcr-ui-3/method.Viewer.get_renderer.html +share/doc/gcr-ui-3/method.Viewer.insert_renderer.html +share/doc/gcr-ui-3/method.Viewer.remove_renderer.html +share/doc/gcr-ui-3/method.ViewerWidget.clear_error.html +share/doc/gcr-ui-3/method.ViewerWidget.get_display_name.html +share/doc/gcr-ui-3/method.ViewerWidget.get_parser.html +share/doc/gcr-ui-3/method.ViewerWidget.get_viewer.html +share/doc/gcr-ui-3/method.ViewerWidget.load_bytes.html +share/doc/gcr-ui-3/method.ViewerWidget.load_data.html +share/doc/gcr-ui-3/method.ViewerWidget.load_file.html +share/doc/gcr-ui-3/method.ViewerWidget.set_display_name.html +share/doc/gcr-ui-3/method.ViewerWidget.show_error.html +share/doc/gcr-ui-3/property.CertificateRenderer.attributes.html +share/doc/gcr-ui-3/property.CertificateRenderer.certificate.html +share/doc/gcr-ui-3/property.CertificateRenderer.label.html +share/doc/gcr-ui-3/property.CertificateWidget.attributes.html +share/doc/gcr-ui-3/property.CertificateWidget.certificate.html +share/doc/gcr-ui-3/property.CollectionModel.collection.html +share/doc/gcr-ui-3/property.CollectionModel.columns.html +share/doc/gcr-ui-3/property.CollectionModel.mode.html +share/doc/gcr-ui-3/property.ComboSelector.collection.html +share/doc/gcr-ui-3/property.FailureRenderer.attributes.html +share/doc/gcr-ui-3/property.FailureRenderer.label.html +share/doc/gcr-ui-3/property.KeyRenderer.object.html +share/doc/gcr-ui-3/property.KeyWidget.attributes.html +share/doc/gcr-ui-3/property.ListSelector.collection.html +share/doc/gcr-ui-3/property.PromptDialog.choice-visible.html +share/doc/gcr-ui-3/property.PromptDialog.confirm-visible.html +share/doc/gcr-ui-3/property.PromptDialog.password-visible.html +share/doc/gcr-ui-3/property.PromptDialog.warning-visible.html +share/doc/gcr-ui-3/property.Renderer.attributes.html +share/doc/gcr-ui-3/property.Renderer.label.html +share/doc/gcr-ui-3/property.TreeSelector.collection.html +share/doc/gcr-ui-3/property.TreeSelector.columns.html +share/doc/gcr-ui-3/property.UnlockOptionsWidget.choice.html +share/doc/gcr-ui-3/property.UnlockOptionsWidget.ttl.html +share/doc/gcr-ui-3/property.ViewerWidget.display-name.html +share/doc/gcr-ui-3/property.ViewerWidget.parser.html +share/doc/gcr-ui-3/search.js +share/doc/gcr-ui-3/signal.ImportButton.imported.html +share/doc/gcr-ui-3/signal.ImportButton.importing.html +share/doc/gcr-ui-3/signal.Renderer.data-changed.html +share/doc/gcr-ui-3/signal.ViewerWidget.added.html +share/doc/gcr-ui-3/solarized-dark.css +share/doc/gcr-ui-3/solarized-light.css +share/doc/gcr-ui-3/style.css +share/doc/gcr-ui-3/tree-selector.png +share/doc/gcr-ui-3/type_func.FailureRenderer.new_unsupported.html +share/doc/gcr-ui-3/type_func.Renderer.create.html +share/doc/gcr-ui-3/type_func.Renderer.register.html +share/doc/gcr-ui-3/type_func.Renderer.register_well_known.html +share/doc/gcr-ui-3/type_func.Viewer.new.html +share/doc/gcr-ui-3/type_func.Viewer.new_scrolled.html +share/doc/gcr-ui-3/vfunc.ImportButton.imported.html +share/doc/gcr-ui-3/vfunc.ImportButton.importing.html +share/doc/gcr-ui-3/vfunc.Renderer.data_changed.html +share/doc/gcr-ui-3/vfunc.Renderer.populate_popup.html +share/doc/gcr-ui-3/vfunc.Renderer.render_view.html +share/doc/gcr-ui-3/vfunc.Viewer.add_renderer.html +share/doc/gcr-ui-3/vfunc.Viewer.count_renderers.html +share/doc/gcr-ui-3/vfunc.Viewer.get_renderer.html +share/doc/gcr-ui-3/vfunc.Viewer.insert_renderer.html +share/doc/gcr-ui-3/vfunc.Viewer.remove_renderer.html +share/doc/gcr-ui-3/viewer-widget.png +share/doc/gcr-ui-3/widget-gallery.html share/gir-1.0/Gck-1.gir share/gir-1.0/Gcr-3.gir share/gir-1.0/GcrUi-3.gir share/glib-2.0/schemas/org.gnome.crypto.pgp.gschema.xml -share/gtk-doc/html/gck/ -share/gtk-doc/html/gck/GckAttribute.html -share/gtk-doc/html/gck/GckAttributes.html -share/gtk-doc/html/gck/GckEnumerator.html -share/gtk-doc/html/gck/GckModule.html -share/gtk-doc/html/gck/GckObject.html -share/gtk-doc/html/gck/GckObjectCache.html -share/gtk-doc/html/gck/GckSession.html -share/gtk-doc/html/gck/GckSlot.html -share/gtk-doc/html/gck/annotation-glossary.html -share/gtk-doc/html/gck/ch02.html -share/gtk-doc/html/gck/gck-Errors.html -share/gtk-doc/html/gck/gck-GckModule-lists.html -share/gtk-doc/html/gck/gck-Library-Utilities.html -share/gtk-doc/html/gck/gck-Miscellaneous-Functions.html -share/gtk-doc/html/gck/gck-PKCS11-URIs.html -share/gtk-doc/html/gck/gck.devhelp2 -share/gtk-doc/html/gck/home.png -share/gtk-doc/html/gck/index.html -share/gtk-doc/html/gck/left-insensitive.png -share/gtk-doc/html/gck/left.png -share/gtk-doc/html/gck/reference.html -share/gtk-doc/html/gck/right-insensitive.png -share/gtk-doc/html/gck/right.png -share/gtk-doc/html/gck/style.css -share/gtk-doc/html/gck/up-insensitive.png -share/gtk-doc/html/gck/up.png -share/gtk-doc/html/gcr/ -share/gtk-doc/html/gcr/GcrCertificate.html -share/gtk-doc/html/gcr/GcrCertificateChain.html -share/gtk-doc/html/gcr/GcrCertificateRequest.html -share/gtk-doc/html/gcr/GcrCertificateWidget.html -share/gtk-doc/html/gcr/GcrCollection.html -share/gtk-doc/html/gcr/GcrCollectionModel.html -share/gtk-doc/html/gcr/GcrComboSelector.html -share/gtk-doc/html/gcr/GcrComparable.html -share/gtk-doc/html/gcr/GcrImportButton.html -share/gtk-doc/html/gcr/GcrImportInteraction.html -share/gtk-doc/html/gcr/GcrImporter.html -share/gtk-doc/html/gcr/GcrKeyWidget.html -share/gtk-doc/html/gcr/GcrListSelector.html -share/gtk-doc/html/gcr/GcrParser.html -share/gtk-doc/html/gcr/GcrPkcs11Certificate.html -share/gtk-doc/html/gcr/GcrPrompt.html -share/gtk-doc/html/gcr/GcrPromptDialog.html -share/gtk-doc/html/gcr/GcrRenderer.html -share/gtk-doc/html/gcr/GcrSecretExchange.html -share/gtk-doc/html/gcr/GcrSecureEntryBuffer.html -share/gtk-doc/html/gcr/GcrSimpleCertificate.html -share/gtk-doc/html/gcr/GcrSimpleCollection.html -share/gtk-doc/html/gcr/GcrSshAskpass.html -share/gtk-doc/html/gcr/GcrSystemPrompt.html -share/gtk-doc/html/gcr/GcrSystemPrompter.html -share/gtk-doc/html/gcr/GcrTreeSelector.html -share/gtk-doc/html/gcr/GcrViewer.html -share/gtk-doc/html/gcr/GcrViewerWidget.html -share/gtk-doc/html/gcr/annotation-glossary.html -share/gtk-doc/html/gcr/certificate-widget.png -share/gtk-doc/html/gcr/certificates.html -share/gtk-doc/html/gcr/ch01.html -share/gtk-doc/html/gcr/collections.html -share/gtk-doc/html/gcr/combo-selector.png -share/gtk-doc/html/gcr/gcr-GcrColumn.html -share/gtk-doc/html/gcr/gcr-Key-Fingerprints.html -share/gtk-doc/html/gcr/gcr-Library-PKCS#11.html -share/gtk-doc/html/gcr/gcr-Library-Utilities.html -share/gtk-doc/html/gcr/gcr-Non-pageable-Memory.html -share/gtk-doc/html/gcr/gcr-Trust-Storage-and-Lookups.html -share/gtk-doc/html/gcr/gcr.devhelp2 -share/gtk-doc/html/gcr/home.png -share/gtk-doc/html/gcr/import-button.png -share/gtk-doc/html/gcr/index.html -share/gtk-doc/html/gcr/key-widget.png -share/gtk-doc/html/gcr/left-insensitive.png -share/gtk-doc/html/gcr/left.png -share/gtk-doc/html/gcr/list-selector.png -share/gtk-doc/html/gcr/misc.html -share/gtk-doc/html/gcr/prompts.html -share/gtk-doc/html/gcr/right-insensitive.png -share/gtk-doc/html/gcr/right.png -share/gtk-doc/html/gcr/storage.html -share/gtk-doc/html/gcr/style.css -share/gtk-doc/html/gcr/tree-selector.png -share/gtk-doc/html/gcr/up-insensitive.png -share/gtk-doc/html/gcr/up.png -share/gtk-doc/html/gcr/viewer-widget.png -share/gtk-doc/html/gcr/widgets.html share/icons/hicolor/16x16/apps/gcr-gnupg.png share/icons/hicolor/16x16/apps/gcr-key-pair.png share/icons/hicolor/16x16/apps/gcr-key.png