Merged silc_1_0_branch to trunk.
[silc.git] / lib / silcclient / DIRECTORY
1 <!--
2 @LIBRARY=SILC Client Library
3 @FILENAME=silcclientlib.html
4 @LINK=silcclient_using.html:Using SILC Client Library Tutorial
5 @LINK=command_reply_args.html:Arguments for <b>command_reply</b> Client Operation
6 @LINK=silcstatus_args.html:SilcStatus Error Arguments in <b>command_reply</b> Client Operation
7 @LINK=notifyargs.html:Arguments for <b>notify</b> Client Operation
8 @LINK=silcclient.html:Client Library Interface Reference
9 -->
10
11 <big><b>SILC Client Library</b></big>
12 <br />
13 <small>Directory: lib/silcclient/</small>
14 <br />
15 <small>Library: libsilcclient.a, libsilcclient.lib</small>
16 <br /><br />
17 <b>Introduction</b>
18
19 <br /><br />
20 SILC Client Library is SILC Client implementation without the actual user 
21 interface. The library uses common and core components of SILC protocol from
22 lib/silccore library and normal utility routines from lib/silcutil library.
23 The library has been designed to be complete SILC Client implementation
24 without actual user interface.  The library provides the API for the
25 application which it can use to implement generally whatever user interface
26 it wants.
27
28 <br /><br />
29 The `silcclient.h' file defines the function prototypes that application must
30 implement in order to be able to create the user interface with the
31 library.  The idea is that the application can implement whatever user
32 interface routines in the functions and display the data whatever way
33 it wants.  The library is entirely transparent to the user interface and
34 it does not include any user interface specific issues such as window
35 handling or item handling on the screen etc.  These does not interest
36 the library.
37
38 <br /><br />
39 @LINKS@