summaryrefslogtreecommitdiff
path: root/lib/system_override.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-08-02 22:37:24 +0200
committerSimon Josefsson <simon@josefsson.org>2011-08-03 00:35:20 +0200
commitbc4910722e2957d7ad8400a8bfe347a00411cf7b (patch)
tree47db3bda08522f5b643755abe045687678920845 /lib/system_override.c
parent71a81fe65148b540f36ad0c48cfb774873e1bf92 (diff)
downloadgnutls-bc4910722e2957d7ad8400a8bfe347a00411cf7b.tar.gz
More GTK-DOC improvements.
Diffstat (limited to 'lib/system_override.c')
-rw-r--r--lib/system_override.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/system_override.c b/lib/system_override.c
index b6c18a4907..c971e9cf3c 100644
--- a/lib/system_override.c
+++ b/lib/system_override.c
@@ -150,6 +150,7 @@ gnutls_transport_set_push_function (gnutls_session_t session,
* vec_func is of the form,
* ssize_t (*gnutls_vec_push_func) (gnutls_transport_ptr_t, const giovec_t * iov, int iovcnt);
*
+ * Since: 2.12.0
**/
void
gnutls_transport_set_vec_push_function (gnutls_session_t session,
@@ -170,6 +171,8 @@ gnutls_transport_set_vec_push_function (gnutls_session_t session,
* errno_func is of the form,
* int (*gnutls_errno_func)(gnutls_transport_ptr_t);
* and should return the errno.
+ *
+ * Since: 2.12.0
**/
void
gnutls_transport_set_errno_function (gnutls_session_t session,