From 08479cc76baebe35fa95a12d8ba1b65b015b3b51 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 1 Oct 2011 11:56:20 +0200 Subject: [PATCH] gcr: More documentation fixes --- gcr/gcr-certificate-chain.c | 1 + gcr/gcr-certificate-renderer.c | 4 ++-- gcr/gcr-gnupg-collection.c | 2 +- gcr/gcr-gnupg-process.c | 10 +++++----- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/gcr/gcr-certificate-chain.c b/gcr/gcr-certificate-chain.c index dab8d77..78a8832 100644 --- a/gcr/gcr-certificate-chain.c +++ b/gcr/gcr-certificate-chain.c @@ -498,6 +498,7 @@ gcr_certificate_chain_class_init (GcrCertificateChainClass *klass) /** * GcrCertificateChainFlags: + * @GCR_CERTIFICATE_CHAIN_NONE: no flags * @GCR_CERTIFICATE_CHAIN_NO_LOOKUPS: If this flag is specified then no * lookups for anchors or pinned certificates are done, and the resulting chain * will be neither anchored or pinned. Additionally no missing certificate diff --git a/gcr/gcr-certificate-renderer.c b/gcr/gcr-certificate-renderer.c index c55c72e..484a5e5 100644 --- a/gcr/gcr-certificate-renderer.c +++ b/gcr/gcr-certificate-renderer.c @@ -522,7 +522,7 @@ gcr_certificate_renderer_class_init (GcrCertificateRendererClass *klass) gobject_class->get_property = gcr_certificate_renderer_get_property; /** - * GcrCertificateRenderer:certificate: (allow-none) + * GcrCertificateRenderer:certificate: * * The certificate to display. May be %NULL. */ @@ -541,7 +541,7 @@ gcr_certificate_renderer_class_init (GcrCertificateRendererClass *klass) GCK_TYPE_ATTRIBUTES, G_PARAM_READWRITE)); /** - * GcrCertificateRenderer:label: (allow-none) + * GcrCertificateRenderer:label: * * The label to display. */ diff --git a/gcr/gcr-gnupg-collection.c b/gcr/gcr-gnupg-collection.c index cd59fc5..fe730a2 100644 --- a/gcr/gcr-gnupg-collection.c +++ b/gcr/gcr-gnupg-collection.c @@ -141,7 +141,7 @@ _gcr_gnupg_collection_class_init (GcrGnupgCollectionClass *klass) gobject_class->finalize = _gcr_gnupg_collection_finalize; /** - * GcrGnupgCollection:directory: (allow-none) + * GcrGnupgCollection:directory: * * Directory to load the gnupg keys from, or %NULL for default * ~/.gnupg/ directory. diff --git a/gcr/gcr-gnupg-process.c b/gcr/gcr-gnupg-process.c index d903009..81423da 100644 --- a/gcr/gcr-gnupg-process.c +++ b/gcr/gcr-gnupg-process.c @@ -226,7 +226,7 @@ _gcr_gnupg_process_class_init (GcrGnupgProcessClass *klass) gobject_class->finalize = _gcr_gnupg_process_finalize; /** - * GcrGnupgProcess:directory: (allow-none) + * GcrGnupgProcess:directory: * * Directory to run as gnupg home directory, or %NULL for default * ~/.gnupg/ directory. @@ -236,7 +236,7 @@ _gcr_gnupg_process_class_init (GcrGnupgProcessClass *klass) NULL, G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY)); /** - * GcrGnupgProcess:executable: (allow-none) + * GcrGnupgProcess:executable: * * Path to the gnupg executable, or %NULL for default. */ @@ -245,7 +245,7 @@ _gcr_gnupg_process_class_init (GcrGnupgProcessClass *klass) GPG_EXECUTABLE, G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY)); /** - * GcrGnupgProcess:input-stream: (allow-none) + * GcrGnupgProcess:input-stream: * * Input for gnupg, or %NULL for no input. */ @@ -254,7 +254,7 @@ _gcr_gnupg_process_class_init (GcrGnupgProcessClass *klass) G_TYPE_INPUT_STREAM, G_PARAM_READWRITE)); /** - * GcrGnupgProcess:output-stream: (allow-none) + * GcrGnupgProcess:output-stream: * * Output from gnupg, or %NULL for ignored output. */ @@ -263,7 +263,7 @@ _gcr_gnupg_process_class_init (GcrGnupgProcessClass *klass) G_TYPE_OUTPUT_STREAM, G_PARAM_READWRITE)); /** - * GcrGnupgProcess:attribute-stream: (allow-none) + * GcrGnupgProcess:attribute-stream: * * Output of attribute data from gnupg, or %NULL for ignored attributes. */ -- 2.7.4