X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fdoc%2Fnotifyargs.html;h=d7e8209435f269df6e95035f207174a7024aef9c;hb=226bdc69112e79b82b98a98a7d7e9fa40c1c1089;hp=1844ceb8d5bd7b4e9f0dee53976477a4c56c9cca;hpb=6ec5251091e1e5bf783440e27ed6a9d63936842e;p=silc.git diff --git a/lib/doc/notifyargs.html b/lib/doc/notifyargs.html index 1844ceb8..d7e82094 100644 --- a/lib/doc/notifyargs.html +++ b/lib/doc/notifyargs.html @@ -113,11 +113,11 @@ Sent when someone leaves (parts) the channel. SILC_NOTIFY_TYPE_SIGNOFF Sent when someone signoff the SILC network. The 'signoff_message' may be -NULL. The 'leaving_client' SilcClientEntry may be incomplete and contain -NULL pointers, application must check it's pointers before attempting to -display for example nickname information. +NULL. The `signoff_client' is the client signing off. The `channel' is +the channel where the client was joined. The `channel' may be NULL. -SilcClientEntry signoff_client, char *signoff_message +SilcClientEntry signoff_client, char +*signoff_message, SilcChannelEntry channel