From: Simon Josefsson Date: Mon, 10 Oct 2011 12:26:05 +0000 (+0200) Subject: GTK-DOC doc fix. X-Git-Tag: gnutls_3_0_4~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e2564c0e712cbea217ccc1e5081134c5b701ffb;p=thirdparty%2Fgnutls.git GTK-DOC doc fix. --- diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c index 025456364f..c86c4edd4b 100644 --- a/lib/gnutls_x509.c +++ b/lib/gnutls_x509.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 * Free Software Foundation, Inc. * * Author: Nikos Mavrogiannopoulos @@ -1102,7 +1102,8 @@ cleanup: /** * gnutls_certificate_set_key: * @res: is a #gnutls_certificate_credentials_t structure. - * @name: is the DNS name of the certificate (NULL if none) + * @names: is an array of DNS name of the certificate (NULL if none) + * @names_size: holds the size of the names list * @pcert_list: contains a certificate list (path) for the specified private key * @pcert_list_size: holds the size of the certificate list * @key: is a gnutls_x509_privkey_t key