X-Git-Url: http://git.silcnet.org/gitweb/?p=website.git;a=blobdiff_plain;f=docs%2Ftoolkit%2Fmanual%2Fsilcclient-SilcClientOperations.html;fp=docs%2Ftoolkit%2Fmanual%2Fsilcclient-SilcClientOperations.html;h=cdf01f1a0210e974913f7aace85d2ca0b2fe0d2e;hp=ff2be0bc176d0107932e5bd72aee39906276bb41;hb=682202d356751ad60393c9a68fe612b8baacce43;hpb=82530c375f5f6f643bc0fd544e7529efde887f7d diff --git a/docs/toolkit/manual/silcclient-SilcClientOperations.html b/docs/toolkit/manual/silcclient-SilcClientOperations.html index ff2be0b..cdf01f1 100644 --- a/docs/toolkit/manual/silcclient-SilcClientOperations.html +++ b/docs/toolkit/manual/silcclient-SilcClientOperations.html @@ -181,8 +181,9 @@ automatically generated links to that list. --> The application can for example filter the message according the type. The variable argument list is arguments to the formatted message `msg'. A SilcClientEntry, SilcChannelEntry or SilcServerEntry - can be associated with the message inside the `conn' by the library, - and application may use it to better target the message. */ + can be associated with the message inside the SilcClientConnection + by the library, and application may use it to better target the + message. */ void (*say)(SilcClient client, SilcClientConnection conn, SilcClientMessageType type, char *msg, ...); @@ -265,7 +266,9 @@ automatically generated links to that list. --> entity (server or client) has sent the public key. If user decides to trust the key the application may save the key as trusted public key for later use. The `completion' must be called after the public key has - been verified. */ + been verified. A SilcClientEntry or SilcServerEntry can be associated + with this request inside the SilcClientConnection by the library, and + application may use it to better target the verification request. */ void (*verify_public_key)(SilcClient client, SilcClientConnection conn, SilcConnectionType conn_type, SilcPublicKey public_key,