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