diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-08-02 20:42:54 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-08-02 20:42:54 +0200 |
commit | bb3071944a5cb27b72e19168d7c7630dcc9d3eb9 (patch) | |
tree | 7d583defee13105c4cb0c1b990776824f9bf4649 /lib/gnutls_pcert.c | |
parent | d5c4facbf60e704ac574cfb1378fdc3b43b2977b (diff) | |
download | gnutls-bb3071944a5cb27b72e19168d7c7630dcc9d3eb9.tar.gz |
Add GTK-DOC Since: tags for 3.0.0 additions.
Diffstat (limited to 'lib/gnutls_pcert.c')
-rw-r--r-- | lib/gnutls_pcert.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/gnutls_pcert.c b/lib/gnutls_pcert.c index 1927b90bcf..ee5145ea31 100644 --- a/lib/gnutls_pcert.c +++ b/lib/gnutls_pcert.c @@ -41,6 +41,8 @@ * * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a * negative error value. + * + * Since: 3.0.0 **/ int gnutls_pcert_import_x509 (gnutls_pcert_st* pcert, gnutls_x509_crt_t crt, unsigned int flags) @@ -115,6 +117,8 @@ cleanup: * CERTIFICATE", or "CERTIFICATE". * * Returns: the number of certificates read or a negative error value. + * + * Since: 3.0.0 **/ int gnutls_pcert_list_import_x509_raw (gnutls_pcert_st * pcerts, @@ -176,6 +180,8 @@ cleanup: * * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a * negative error value. + * + * Since: 3.0.0 **/ int gnutls_pcert_import_x509_raw (gnutls_pcert_st *pcert, const gnutls_datum_t* cert, @@ -224,6 +230,8 @@ cleanup: * * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a * negative error value. + * + * Since: 3.0.0 **/ int gnutls_pcert_import_openpgp (gnutls_pcert_st* pcert, gnutls_openpgp_crt_t crt, unsigned int flags) @@ -296,6 +304,8 @@ cleanup: * * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a * negative error value. + * + * Since: 3.0.0 **/ int gnutls_pcert_import_openpgp_raw (gnutls_pcert_st *pcert, const gnutls_datum_t* cert, @@ -350,6 +360,8 @@ cleanup: * @pcert: The structure to be deinitialized * * This function will deinitialize a pcert structure. + * + * Since: 3.0.0 **/ void gnutls_pcert_deinit (gnutls_pcert_st *pcert) |