SkkSkkServ

SkkSkkServ — Network based Implementation of Dict.

Types and Values

Description

Functions

Types and Values

SKK_TYPE_SKK_SERV

#define SKK_TYPE_SKK_SERV (skk_skk_serv_get_type ())

The type for SkkSkkServ.


struct SkkSkkServ

struct SkkSkkServ {
	SkkDict parent_instance;
	SkkSkkServPrivate * priv;
};

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.

Members