Sha256: ef8eacd1888ac1639aff826996313f6e265458e9b78750621a7df84526e1b144
Contents?: true
Size: 1.19 KB
Versions: 4
Compression:
Stored size: 1.19 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_global_set_log_function" 3 "2.4.2" "gnutls" "gnutls" .SH NAME gnutls_global_set_log_function \- set the logging function .SH SYNOPSIS .B #include <gnutls/gnutls.h> .sp .BI "void gnutls_global_set_log_function(gnutls_log_func " log_func ");" .SH ARGUMENTS .IP "gnutls_log_func log_func" 12 it's a log function .SH "DESCRIPTION" This is the function where you set the logging function gnutls is going to use. This function only accepts a character array. Normally you may not use this function since it is only used for debugging purposes. gnutls_log_func is of the form, void (*gnutls_log_func)( int level, const char*); .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