Top | ![]() |
![]() |
![]() |
![]() |
KkcUserSegmentDictionaryKkcUserSegmentDictionary — File based implementation of SegmentDictionary with write access. |
#define | KKC_TYPE_USER_SEGMENT_DICTIONARY |
struct | KkcUserSegmentDictionary |
struct | KkcUserSegmentDictionaryClass |
KkcUserSegmentDictionary * kkc_user_segment_dictionary_new (const gchar *path
,GError **error
);
Create a new UserSegmentDictionary.
GError will be returned in error
if opening the file is failed
#define KKC_TYPE_USER_SEGMENT_DICTIONARY (kkc_user_segment_dictionary_get_type ())
The type for KkcUserSegmentDictionary.
struct KkcUserSegmentDictionary;
File based implementation of SegmentDictionary with write access.
struct KkcUserSegmentDictionaryClass { GObjectClass parent_class; };
The class structure for KKC_TYPE_USER_SEGMENT_DICTIONARY
. All the fields in this structure are private and should never be accessed directly.