| Top |
KkcUserSentenceDictionaryKkcUserSentenceDictionary — File based implementation of SentenceDictionary with write access. |
| #define | KKC_TYPE_USER_SENTENCE_DICTIONARY |
| struct | KkcUserSentenceDictionary |
| struct | KkcUserSentenceDictionaryClass |
KkcUserSentenceDictionary implements KkcDictionary and KkcSentenceDictionary.
KkcUserSentenceDictionary * kkc_user_sentence_dictionary_new (const gchar *path,GError **error);
Create a new UserSentenceDictionary.
GError will be returned in error
if opening the file is failed
#define KKC_TYPE_USER_SENTENCE_DICTIONARY (kkc_user_sentence_dictionary_get_type ())
The type for KkcUserSentenceDictionary.
struct KkcUserSentenceDictionary;
File based implementation of SentenceDictionary with write access.
struct KkcUserSentenceDictionaryClass {
GObjectClass parent_class;
};
The class structure for KKC_TYPE_USER_SENTENCE_DICTIONARY. All the fields in this structure are private and should never be accessed directly.