]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix GTK-DOC output.
authorSimon Josefsson <simon@josefsson.org>
Wed, 19 Aug 2009 13:03:02 +0000 (15:03 +0200)
committerSimon Josefsson <simon@josefsson.org>
Wed, 19 Aug 2009 13:03:02 +0000 (15:03 +0200)
doc/reference/gnutls-docs.sgml
lib/ext_session_ticket.c

index 88a005660c953f15a49ec386ae55fb01e700185e..850ca7df1ab122f27beb582dca597238c8dbe051 100644 (file)
@@ -46,4 +46,7 @@
   <index role="2.8.0">
     <title>Index of new symbols in 2.8.0</title>
   </index>
+  <index role="2.10.0">
+    <title>Index of new symbols in 2.10.0</title>
+  </index>
 </book>
index 1fe35afac8f9f8c071f2e67b8bdafbfb7c5a17ba..3d115b6ee644ea9412e1ded02aab51e711ace138 100644 (file)
@@ -356,6 +356,8 @@ _gnutls_session_ticket_send_params (gnutls_session_t session,
  *
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, or an
  * error code.
+ *
+ * Since: 2.10.0.
  **/
 int
 gnutls_session_ticket_key_generate (gnutls_datum_t *key)
@@ -390,6 +392,8 @@ gnutls_session_ticket_key_generate (gnutls_datum_t *key)
  *
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, or an
  * error code.
+ *
+ * Since: 2.10.0.
  **/
 int
 gnutls_session_ticket_enable_client (gnutls_session_t session)
@@ -415,6 +419,8 @@ gnutls_session_ticket_enable_client (gnutls_session_t session)
  *
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, or an
  * error code.
+ *
+ * Since: 2.10.0.
  **/
 int
 gnutls_session_ticket_enable_server (gnutls_session_t session,