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