SkkFileDict

SkkFileDict — Read-only file based implementation of Dict.

Functions

Properties

gboolean read-only Read

Types and Values

Object Hierarchy

    GObject
    ╰── SkkDict
        ╰── SkkFileDict

Description

Functions

skk_file_dict_new ()

SkkFileDict *
skk_file_dict_new (const gchar *path,
                   const gchar *encoding,
                   GError **error);

Create a new FileDict.

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 occurring, or NULL to ignore

 

Returns

a new FileDict

Types and Values

SKK_TYPE_FILE_DICT

#define SKK_TYPE_FILE_DICT (skk_file_dict_get_type ())

The type for SkkFileDict.


struct SkkFileDict

struct SkkFileDict;

Read-only file based implementation of Dict.


struct SkkFileDictClass

struct SkkFileDictClass {
	SkkDictClass parent_class;
};

The class structure for SKK_TYPE_FILE_DICT. All the fields in this structure are private and should never be accessed directly.

Members

Property Details

The “read-only” property

  “read-only”                gboolean

read-only.

Owner: SkkFileDict

Flags: Read

Default value: FALSE