From 1acceb1bde3a87cff89a1beceb434ae3f2b82caa Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 15 May 2011 13:06:38 +0200 Subject: [PATCH] gcr: Fix annotation of _gcr_gnupg_key_get_secret_dataset --- gcr/gcr-gnupg-key.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcr/gcr-gnupg-key.c b/gcr/gcr-gnupg-key.c index 5c07ac4..079358f 100644 --- a/gcr/gcr-gnupg-key.c +++ b/gcr/gcr-gnupg-key.c @@ -325,7 +325,7 @@ _gcr_gnupg_key_set_public_dataset (GcrGnupgKey *self, GPtrArray *dataset) * * Get the colons secret data this key is based on. %NULL if a public key. * - * Returns: (transfer none): An array of GcrColons*. + * Returns: (transfer none) (allow-none): An array of GcrColons*. */ GPtrArray* _gcr_gnupg_key_get_secret_dataset (GcrGnupgKey *self) -- 2.7.4