/**
* gnutls_transport_set_pull_function:
+ * @session: is a #gnutls_session_t structure.
* @pull_func: a callback function similar to read()
- * @session: gnutls session
*
* This is the function where you set a function for gnutls to receive
* data. Normally, if you use berkeley style sockets, do not need to
/**
* gnutls_transport_set_push_function:
+ * @session: is a #gnutls_session_t structure.
* @push_func: a callback function similar to write()
- * @session: gnutls session
*
* This is the function where you set a push function for gnutls to
* use in order to send data. If you are going to use berkeley style
}
/**
- * @session: gnutls session
* gnutls_transport_set_push_function2:
+ * @session: is a #gnutls_session_t structure.
* @vec_func: a callback function similar to writev()
*
* This is the function where you set a push function for gnutls to
}
/**
- * @session: gnutls session
* gnutls_transport_set_errno_function:
+ * @session: is a #gnutls_session_t structure.
* @errno_func: a callback function similar to write()
*
* This is the function where you set a function to retrieve errno