![]() |
![]() |
![]() |
libskk Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#define SKK_TYPE_FILE_DICT SkkFileDict * skk_file_dict_new (const gchar *path
,const gchar *encoding
,GError **error
); struct SkkFileDict; struct SkkFileDictClass;
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
|
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 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.
SkkDictClass |
the parent class structure |