diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-09-21 15:39:59 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-09-21 15:39:59 +0200 |
commit | 0f206a54a53abe0ca38216081d587cf98096fb26 (patch) | |
tree | c75aba0c591ea6fde283b77eb391986beea3dc51 /lib | |
parent | 91968a7ffe9629b02b495f7f55d7ef3adaf80007 (diff) | |
download | gnutls-0f206a54a53abe0ca38216081d587cf98096fb26.tar.gz |
Fix gtk-doc Since: tags.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gnutls_dtls.c | 2 | ||||
-rw-r--r-- | lib/pkcs11_privkey.c | 2 | ||||
-rw-r--r-- | lib/x509/x509.c | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/lib/gnutls_dtls.c b/lib/gnutls_dtls.c index 29dc2d1640..7f4bab6b55 100644 --- a/lib/gnutls_dtls.c +++ b/lib/gnutls_dtls.c @@ -714,6 +714,8 @@ void gnutls_dtls_prestate_set(gnutls_session_t session, gnutls_dtls_prestate_st* * DTLS connection. * * Returns: The number of discarded packets. + * + * Since: 3.0.0 **/ unsigned int gnutls_record_get_discarded (gnutls_session_t session) { diff --git a/lib/pkcs11_privkey.c b/lib/pkcs11_privkey.c index 479613c03e..91497e6bee 100644 --- a/lib/pkcs11_privkey.c +++ b/lib/pkcs11_privkey.c @@ -410,6 +410,8 @@ gnutls_pkcs11_privkey_export_url (gnutls_pkcs11_privkey_t key, * * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a * negative error value. + * + * Since: 3.0.0 **/ int gnutls_pkcs11_privkey_generate (const char* url, diff --git a/lib/x509/x509.c b/lib/x509/x509.c index c3ee568940..611adcf835 100644 --- a/lib/x509/x509.c +++ b/lib/x509/x509.c @@ -3538,6 +3538,8 @@ _gnutls_parse_aia (ASN1_TYPE src, * override), %GNUTLS_E_UNKNOWN_ALGORITHM if the requested OID does * not match (e.g., when using %GNUTLS_IA_OCSP_URI), otherwise a * negative error code. + * + * Since: 3.0.0 **/ int gnutls_x509_crt_get_authority_info_access (gnutls_x509_crt_t crt, |