![]() |
![]() |
![]() |
libskk Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#define SKK_TYPE_CDB_DICT SkkCdbDict * skk_cdb_dict_new (const gchar *path
,const gchar *encoding
,GError **error
); struct SkkCdbDict; struct SkkCdbDictClass;
SkkCdbDict * skk_cdb_dict_new (const gchar *path
,const gchar *encoding
,GError **error
);
Create a new CdbDict.
GError will be returned in error
if opening the file is failed
|
a path to the file. [in] |
|
encoding of the file (default EUC-JP). [in] |
|
location to store the error occuring, or NULL to ignore |
Returns : |
a new FileDict |
struct SkkCdbDictClass { SkkDictClass parent_class; };
The class structure for SKK_TYPE_CDB_DICT
. All the fields in this structure are private and should never be accessed directly.
SkkDictClass |
the parent class structure |