X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fdoc%2Fporting.html;h=665357f7c73fbbca68a4c86a0aa7c3c24a7c1951;hb=ce224ba8563054523412d09dd7e9165bb80612d6;hp=ba0213dd3b38cbb4b07cd8bfb44bdd61046cbe3f;hpb=d75595852a8c795058d06a7dbb43ebf816990d04;p=silc.git diff --git a/lib/doc/porting.html b/lib/doc/porting.html index ba0213dd..665357f7 100644 --- a/lib/doc/porting.html +++ b/lib/doc/porting.html @@ -109,8 +109,11 @@ by the application to update directly to SilcClient pointer. This is not longer required. Also the nickname is no longer required to be put to SilcClient context as it has been made SilcClientConnection specific. The function also takes a SilcClientRunning callback as argument which will -be called when the client library is running. After that callback the -xapplication may start using other client library API functions. +be called when the client library is running. Only after the callback is +delivered may the application start using other client library API functions. +For example, connecting to a server will fail if it is performed before +the SilcClientRunning callback is called. The callback is called after the +silc_client_run or silc_client_run_one has been called.
 
The silc_client_stop function takes new SilcClientStopped callback as