| Top |
| #define | KKC_TYPE_USER_DICTIONARY |
| struct | KkcUserDictionary |
| struct | KkcUserDictionaryClass |
KkcUserDictionary implements KkcDictionary, KkcSegmentDictionary and KkcSentenceDictionary.
KkcUserDictionary * kkc_user_dictionary_new (const gchar *basedir,GError **error);
#define KKC_TYPE_USER_DICTIONARY (kkc_user_dictionary_get_type ())
The type for KkcUserDictionary.
struct KkcUserDictionary;
Helper class which can be used as a single user dictionary.
It implements both SegmentDictionary and SentenceDictionary, with write access.
struct KkcUserDictionaryClass {
GObjectClass parent_class;
};
The class structure for KKC_TYPE_USER_DICTIONARY. All the fields in this structure are private and should never be accessed directly.