From d23f0730aa9ddffb0825456caca00a206469dfdb Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 21 Jul 2014 17:45:09 +0200 Subject: doc update --- lib/gnutls_x509.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c index 39898c5bf2..442427116e 100644 --- a/lib/gnutls_x509.c +++ b/lib/gnutls_x509.c @@ -1544,8 +1544,7 @@ gnutls_certificate_set_x509_trust(gnutls_certificate_credentials_t res, * will import all certificates that are marked as trusted. Note * that the supported URLs are the ones indicated by gnutls_url_is_supported(). * - * Returns: number of certificates processed, or a negative error code on - * error. + * Returns: the number of certificates processed **/ int gnutls_certificate_set_x509_trust_file(gnutls_certificate_credentials_t @@ -1573,8 +1572,10 @@ int ret; * to gnutls_certificate_set_x509_trust_file() but loads all certificates * in a directory. * - * Returns: number of certificates processed, or a negative error code on - * error. + * Returns: the number of certificates processed + * + * Since: 3.3.6 + * **/ int gnutls_certificate_set_x509_trust_dir(gnutls_certificate_credentials_t cred, -- cgit v1.2.1