SkkFileDict

SkkFileDict — Read-only file based implementation of Dict.

Types and Values

Description

Functions

Types and Values

SKK_TYPE_FILE_DICT

#define SKK_TYPE_FILE_DICT (skk_file_dict_get_type ())

The type for SkkFileDict.


struct SkkFileDict

struct SkkFileDict {
	SkkDict parent_instance;
	SkkFileDictPrivate * priv;
};

Read-only file based implementation of Dict.


struct SkkFileDictClass

struct SkkFileDictClass {
	SkkDictClass parent_class;
};

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

Members