KkcUserSegmentDictionary

KkcUserSegmentDictionary — File based implementation of SegmentDictionary with write access.

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── KkcUserSegmentDictionary

Implemented Interfaces

KkcUserSegmentDictionary implements KkcDictionary and KkcSegmentDictionary.

Description

Functions

kkc_user_segment_dictionary_new ()

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

Parameters

path

 .

a path to the file

.

[in]

error

location to store the error occuring, or NULL to ignore

 

Returns

a new UserSegmentDictionary

Types and Values

KKC_TYPE_USER_SEGMENT_DICTIONARY

#define KKC_TYPE_USER_SEGMENT_DICTIONARY (kkc_user_segment_dictionary_get_type ())

The type for KkcUserSegmentDictionary.


struct KkcUserSegmentDictionary

struct KkcUserSegmentDictionary;

File based implementation of SegmentDictionary with write access.


struct KkcUserSegmentDictionaryClass

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.

Members