SkkUserDict

SkkUserDict — File based implementation of Dict with write access.

Types and Values

Description

Functions

Types and Values

SKK_TYPE_USER_DICT

#define SKK_TYPE_USER_DICT (skk_user_dict_get_type ())

The type for SkkUserDict.


struct SkkUserDict

struct SkkUserDict {
	SkkDict parent_instance;
	SkkUserDictPrivate * priv;
};

File based implementation of Dict with write access.


struct SkkUserDictClass

struct SkkUserDictClass {
	SkkDictClass parent_class;
};

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

Members