![]() |
![]() |
![]() |
libskk Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#define SKK_TYPE_SKK_SERV SkkSkkServ * skk_skk_serv_new (const gchar *host
,guint16 port
,const gchar *encoding
,GError **error
); struct SkkSkkServ; struct SkkSkkServClass;
SkkSkkServ * skk_skk_serv_new (const gchar *host
,guint16 port
,const gchar *encoding
,GError **error
);
Create a new SkkServ.
GError will be returned in error
if opening a connection is failed
|
host to connect. [in] |
|
port at the host. [in] |
|
encoding to convert text over network traffic. [in] |
|
location to store the error occuring, or NULL to ignore |
Returns : |
a new SkkServ. |
struct SkkSkkServClass { SkkDictClass parent_class; };
The class structure for SKK_TYPE_SKK_SERV
. All the fields in this structure are private and should never be accessed directly.
SkkDictClass |
the parent class structure |