Top | ![]() |
![]() |
![]() |
![]() |
KkcDictionary is required by KkcSegmentDictionary and KkcSentenceDictionary.
KkcDictionary is implemented by KkcEmptySegmentDictionary, KkcSystemSegmentDictionary, KkcUserDictionary, KkcUserSegmentDictionary and KkcUserSentenceDictionary.
void kkc_dictionary_reload (KkcDictionary *self
,GError **error
);
Reload the dictionary.
GError will be returned in error
when reading the dictionary failed.
self |
the KkcDictionary instance |
|
error |
location to store the error occuring, or |
void kkc_dictionary_save (KkcDictionary *self
,GError **error
);
Save the dictionary on disk.
GError will be returned in error
if the dictionary cannot be saved.
self |
the KkcDictionary instance |
|
error |
location to store the error occuring, or |
struct KkcDictionaryIface { GTypeInterface parent_iface; void (*reload) (KkcDictionary* self, GError** error); void (*save) (KkcDictionary* self, GError** error); };
Interface for creating KkcDictionary implementations.
the parent interface structure |
||
virtual method called by |
||
virtual method called by |