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