Sha256: ddb3756263bd9dbc3ac78905cd68e94baf7a14f5a5e2e13bedffe0706f5ad5df
Contents?: true
Size: 1.14 KB
Versions: 4
Compression:
Stored size: 1.14 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_session_set_ptr" 3 "2.4.2" "gnutls" "gnutls" .SH NAME gnutls_session_set_ptr \- Used to set the user pointer to the session structure .SH SYNOPSIS .B #include <gnutls/gnutls.h> .sp .BI "void gnutls_session_set_ptr(gnutls_session_t " session ", void * " ptr ");" .SH ARGUMENTS .IP "gnutls_session_t session" 12 is a \fBgnutls_session_t\fP structure. .IP "void * ptr" 12 is the user pointer .SH "DESCRIPTION" This function will set (associate) the user given pointer \fIptr\fP to the session structure. This is pointer can be accessed with \fBgnutls_session_get_ptr()\fP. .SH "REPORTING BUGS" Report bugs to <bug-gnutls@gnu.org>. .SH COPYRIGHT Copyright \(co 2008 Free Software Foundation. .br Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. .SH "SEE ALSO" The full documentation for .B gnutls is maintained as a Texinfo manual. If the .B info and .B gnutls programs are properly installed at your site, the command .IP .B info gnutls .PP should give you access to the complete manual.
Version data entries
4 entries across 4 versions & 1 rubygems