logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wslay_event_config_set_callbacks - Set callback functions

Author

       Tatsuhiro Tsujikawa

Description

wslay_event_config_set_callbacks()  sets callbacks to ctx.  The callbacks previously set by this function
       or wslay_event_context_server_init() or wslay_event_context_client_init() are replaced with callbacks.

Name

       wslay_event_config_set_callbacks - Set callback functions

See Also

wslay_event_context_server_init(), wslay_event_context_client_init()

Synopsis

       #include <wslay/wslay.h>

       voidwslay_event_config_set_callbacks(wslay_event_context_ptrctx,conststructwslay_event_callbacks*callbacks)

See Also