From: Pekka Riikonen Date: Mon, 11 Feb 2002 09:56:21 +0000 (+0000) Subject: updates X-Git-Tag: silc.client.0.8.1~81 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=8d5d3a2c14f204361111786963e689c721db1161;p=silc.git updates --- diff --git a/lib/silcclient/silcapi.h b/lib/silcclient/silcapi.h index 0d6244b2..293b8d67 100644 --- a/lib/silcclient/silcapi.h +++ b/lib/silcclient/silcapi.h @@ -827,7 +827,8 @@ typedef void (*SilcGetClientCallback)(SilcClient client, * * Finds client entry or entries by the `nickname' and `server'. The * completion callback will be called when the client entries has been - * found. + * found. After the server returns the client information it is cached + * and can be accesses locally at a later time. * * NOTES * @@ -892,7 +893,9 @@ SilcClientEntry *silc_client_get_clients_local(SilcClient client, * so this function might take a while. The `client_id_list' is a list * of ID Payloads added one after other. JOIN command reply and USERS * command reply for example returns this sort of list. The `completion' - * will be called after the entries are available. + * will be called after the entries are available. When server returns + * the client information it will be cached and can be accessed locally + * at a later time. * ***/ void silc_client_get_clients_by_list(SilcClient client, @@ -913,7 +916,8 @@ void silc_client_get_clients_by_list(SilcClient client, * DESCRIPTION * * Find entry for client by the client's ID. Returns the entry or NULL - * if the entry was not found. + * if the entry was not found. This checks the local cache and does + * not resolve anything from server. * ***/ SilcClientEntry silc_client_get_client_by_id(SilcClient client, @@ -936,7 +940,8 @@ SilcClientEntry silc_client_get_client_by_id(SilcClient client, * Same as silc_client_get_client_by_id but will always resolve the * information from the server. Use this only if you know that you * do not have the entry and the only thing you know about the client - * is its ID. + * is its ID. When server returns the client information it will be + * cache and can be accessed locally at a later time. * ***/ void silc_client_get_client_by_id_resolve(SilcClient client,