diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-05-13 17:51:30 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-05-13 17:51:30 +0200 |
commit | a39c5f9fafd4b7bb4396b7a90c2cd66af3fa4290 (patch) | |
tree | dc4ca1d42f37bffbe16851489bdd556d75d0469a /libextra | |
parent | 1171b013f2947285860a4f2fc9b6c6a0e4f7444c (diff) | |
download | gnutls-a39c5f9fafd4b7bb4396b7a90c2cd66af3fa4290.tar.gz |
Doc fixes for GTK-DOC.
Diffstat (limited to 'libextra')
-rw-r--r-- | libextra/gnutls_ia.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libextra/gnutls_ia.c b/libextra/gnutls_ia.c index cbc1c63640..4e2c633aca 100644 --- a/libextra/gnutls_ia.c +++ b/libextra/gnutls_ia.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2006, 2008 Free Software Foundation + * Copyright (C) 2005, 2006, 2008, 2009 Free Software Foundation * * Author: Simon Josefsson * @@ -9,12 +9,12 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * GNUTLS-EXTRA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ @@ -635,7 +635,8 @@ gnutls_ia_handshake_p (gnutls_session_t session) * Perform a TLS/IA handshake. This should be called after * gnutls_handshake() iff gnutls_ia_handshake_p(). * - * Return 0 on success, or an error code. + * Returns: On success, %GNUTLS_E_SUCCESS (zero) is returned, + * otherwise an error code is returned. **/ int gnutls_ia_handshake (gnutls_session_t session) |