summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_transport_set_ptr
blob: ae2b94cb4440af4e855f0ddfeb0b2b92d4a3a1e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@deftypefun {void} {gnutls_transport_set_ptr} (gnutls_session_t @var{session}, gnutls_transport_ptr_t @var{ptr})
@var{session}: is a @code{gnutls_session_t}  type.

@var{ptr}: is the value.

Used to set the first argument of the transport function (for push
and pull callbacks). In berkeley style sockets this function will set the
connection descriptor.
@end deftypefun