KkcUserSentenceDictionary

KkcUserSentenceDictionary — File based implementation of SentenceDictionary with write access.

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── KkcUserSentenceDictionary

Implemented Interfaces

KkcUserSentenceDictionary implements KkcDictionary and KkcSentenceDictionary.

Description

Functions

kkc_user_sentence_dictionary_new ()

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

Parameters

path

 .

a path to the file

.

[in]

error

location to store the error occuring, or NULL to ignore

 

Returns

a new UserDictionary

Types and Values

KKC_TYPE_USER_SENTENCE_DICTIONARY

#define KKC_TYPE_USER_SENTENCE_DICTIONARY (kkc_user_sentence_dictionary_get_type ())

The type for KkcUserSentenceDictionary.


struct KkcUserSentenceDictionary

struct KkcUserSentenceDictionary;

File based implementation of SentenceDictionary with write access.


struct KkcUserSentenceDictionaryClass

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.

Members