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