diff options
Diffstat (limited to 'doc/functions/gnutls_session_get_desc')
-rw-r--r-- | doc/functions/gnutls_session_get_desc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/functions/gnutls_session_get_desc b/doc/functions/gnutls_session_get_desc new file mode 100644 index 0000000..9a520e7 --- /dev/null +++ b/doc/functions/gnutls_session_get_desc @@ -0,0 +1,17 @@ + + + + +@deftypefun {char *} {gnutls_session_get_desc} (gnutls_session_t @var{session}) +@var{session}: is a gnutls session + +This function returns a string describing the current session. +The string is null terminated and allocated using @code{gnutls_malloc()} . + +If initial negotiation is not complete when this function is called, +@code{NULL} will be returned. + +@strong{Returns:} a description of the protocols and algorithms in the current session. + +@strong{Since:} 3.1.10 +@end deftypefun |