SkkSkkServ

SkkSkkServ — Network based Implementation of Dict.

Synopsis

#define             SKK_TYPE_SKK_SERV
SkkSkkServ *        skk_skk_serv_new                    (const gchar *host,
                                                         guint16 port,
                                                         const gchar *encoding,
                                                         GError **error);
struct              SkkSkkServ;
struct              SkkSkkServClass;

Object Hierarchy

  GObject
   +----SkkDict
         +----SkkSkkServ

Properties

  "read-only"                gboolean              : Read

Description

Details

SKK_TYPE_SKK_SERV

#define SKK_TYPE_SKK_SERV (skk_skk_serv_get_type ())

The type for SkkSkkServ.


skk_skk_serv_new ()

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 :

host to connect. [in]

port :

port at the host. [in]

encoding :

encoding to convert text over network traffic. [in]

error :

location to store the error occuring, or NULL to ignore

Returns :

a new SkkServ.

struct SkkSkkServ

struct SkkSkkServ;

Network based Implementation of Dict.


struct SkkSkkServClass

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 parent_class;

the parent class structure

Property Details

The "read-only" property

  "read-only"                gboolean              : Read

read-only.

Default value: FALSE