Top | ![]() |
![]() |
![]() |
![]() |
KkcSystemSegmentDictionaryKkcSystemSegmentDictionary — Read-only file based implementation of Dictionary. |
#define | KKC_TYPE_SYSTEM_SEGMENT_DICTIONARY |
struct | KkcSystemSegmentDictionary |
struct | KkcSystemSegmentDictionaryClass |
KkcSystemSegmentDictionary implements KkcDictionary and KkcSegmentDictionary.
KkcSystemSegmentDictionary * kkc_system_segment_dictionary_new (const gchar *path
,const gchar *encoding
,GError **error
);
Create a new SystemSegmentDictionary.
GError will be returned in error
if opening the file is failed
#define KKC_TYPE_SYSTEM_SEGMENT_DICTIONARY (kkc_system_segment_dictionary_get_type ())
The type for KkcSystemSegmentDictionary.
struct KkcSystemSegmentDictionary;
Read-only file based implementation of Dictionary.
struct KkcSystemSegmentDictionaryClass { GObjectClass parent_class; };
The class structure for KKC_TYPE_SYSTEM_SEGMENT_DICTIONARY
. All the fields in this structure are private and should never be accessed directly.