| Top |
| #define | SKK_TYPE_CONTEXT |
| struct | SkkContext |
| struct | SkkContextClass |
| enum | SkkInputMode |
struct SkkContext {
GObject parent_instance;
SkkContextPrivate * priv;
};
Main entry point of libskk.
Context represents an input context with support for SKK kana-kanji conversion method.
struct SkkContextClass {
GObjectClass parent_class;
};
The class structure for SKK_TYPE_CONTEXT. All the fields in this structure are private and should never be accessed directly.