KkcSystemSegmentDictionary

KkcSystemSegmentDictionary — Read-only file based implementation of Dictionary.

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── KkcSystemSegmentDictionary

Implemented Interfaces

KkcSystemSegmentDictionary implements KkcDictionary and KkcSegmentDictionary.

Description

Functions

kkc_system_segment_dictionary_new ()

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

Parameters

path

 .

a path to the file

.

[in]

encoding

 .

encoding of the file (default EUC-JP)

.

[in]

error

location to store the error occuring, or NULL to ignore

 

Returns

a new FileDictionary

Types and Values

KKC_TYPE_SYSTEM_SEGMENT_DICTIONARY

#define KKC_TYPE_SYSTEM_SEGMENT_DICTIONARY (kkc_system_segment_dictionary_get_type ())

The type for KkcSystemSegmentDictionary.


struct KkcSystemSegmentDictionary

struct KkcSystemSegmentDictionary;

Read-only file based implementation of Dictionary.


struct KkcSystemSegmentDictionaryClass

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.

Members