| Top |
struct SkkFileDict {
SkkDict parent_instance;
SkkFileDictPrivate * priv;
};
Read-only file based implementation of Dict.
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.