diff options
Diffstat (limited to 'doc/assuan.texi')
-rw-r--r-- | doc/assuan.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/assuan.texi b/doc/assuan.texi index aae3de7..5c423d0 100644 --- a/doc/assuan.texi +++ b/doc/assuan.texi @@ -994,11 +994,19 @@ Set the default system hooks to use. There is currently no way to reset to the default system hooks. @end deftypefun +@deftypefun void assuan_sock_set_system_hooks (@w{assuan_system_hooks_t @var{system_hooks}}) +The socket subsystem uses an internal context which uses the default +system hooks. This function allows to change these system hooks. The +function is not thread-safe and only useful if a certain order of +assuan and assuan socket initializations are required. +@end deftypefun + @deftypefun void assuan_ctx_set_system_hooks (@w{assuan_context_t @var{ctx}}, @w{assuan_system_hooks_t @var{system_hooks}}) Set the system hooks for context @var{ctx}. There is currently no way to reset to the default system hooks, create a new context for that. @end deftypefun + The following system hook collections are defined by the library for your convenience: |