SkkCdbDict

SkkCdbDict — CDB based implementation of Dict.

Types and Values

Description

Functions

Types and Values

SKK_TYPE_CDB_DICT

#define SKK_TYPE_CDB_DICT (skk_cdb_dict_get_type ())

The type for SkkCdbDict.


struct SkkCdbDict

struct SkkCdbDict {
	SkkDict parent_instance;
	SkkCdbDictPrivate * priv;
};

CDB based implementation of Dict.


struct SkkCdbDictClass

struct SkkCdbDictClass {
	SkkDictClass parent_class;
};

The class structure for SKK_TYPE_CDB_DICT. All the fields in this structure are private and should never be accessed directly.

Members