gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-325-g297d572


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-325-g297d572
Date: Sun, 25 Jul 2010 16:08:01 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=297d572ae2dc124325d9bcb4c630c8de2803a9ff

The branch, master has been updated
       via  297d572ae2dc124325d9bcb4c630c8de2803a9ff (commit)
      from  f206e15d78ea64d60ae1716a75c7f7ad8a87a1c9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 297d572ae2dc124325d9bcb4c630c8de2803a9ff
Author: Simon Josefsson <address@hidden>
Date:   Sun Jul 25 18:07:57 2010 +0200

    Doc fix.

-----------------------------------------------------------------------

Summary of changes:
 lib/gnutls_buffers.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/gnutls_buffers.c b/lib/gnutls_buffers.c
index f661837..34ef9df 100644
--- a/lib/gnutls_buffers.c
+++ b/lib/gnutls_buffers.c
@@ -979,8 +979,8 @@ _gnutls_handshake_buffer_clear (gnutls_session_t session)
 
 /**
  * gnutls_transport_set_pull_function:
+ * @session: is a #gnutls_session_t structure.
  * @pull_func: a callback function similar to read()
- * @session: gnutls session
  *
  * This is the function where you set a function for gnutls to receive
  * data.  Normally, if you use berkeley style sockets, do not need to
@@ -998,8 +998,8 @@ gnutls_transport_set_pull_function (gnutls_session_t 
session,
 
 /**
  * gnutls_transport_set_push_function:
+ * @session: is a #gnutls_session_t structure.
  * @push_func: a callback function similar to write()
- * @session: gnutls session
  *
  * This is the function where you set a push function for gnutls to
  * use in order to send data.  If you are going to use berkeley style
@@ -1019,8 +1019,8 @@ gnutls_transport_set_push_function (gnutls_session_t 
session,
 }
 
 /**
- * @session: gnutls session
  * gnutls_transport_set_push_function2:
+ * @session: is a #gnutls_session_t structure.
  * @vec_func: a callback function similar to writev()
  *
  * This is the function where you set a push function for gnutls to
@@ -1041,8 +1041,8 @@ gnutls_transport_set_push_function2 (gnutls_session_t 
session,
 }
 
 /**
- * @session: gnutls session
  * gnutls_transport_set_errno_function:
+ * @session: is a #gnutls_session_t structure.
  * @errno_func: a callback function similar to write()
  *
  * This is the function where you set a function to retrieve errno


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]