KkcUserDictionary

KkcUserDictionary — Helper class which can be used as a single user dictionary.

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── KkcUserDictionary

Implemented Interfaces

KkcUserDictionary implements KkcDictionary, KkcSegmentDictionary and KkcSentenceDictionary.

Description

It implements both SegmentDictionary and SentenceDictionary, with write access.

Functions

kkc_user_dictionary_new ()

KkcUserDictionary *
kkc_user_dictionary_new (const gchar *basedir,
                         GError **error);

Parameters

basedir

 

 

error

location to store the error occuring, or NULL to ignore

 

Types and Values

KKC_TYPE_USER_DICTIONARY

#define KKC_TYPE_USER_DICTIONARY (kkc_user_dictionary_get_type ())

The type for KkcUserDictionary.


struct 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

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.

Members