| Top |
| #define | SKK_TYPE_RULE |
| struct | SkkRule |
| struct | SkkRuleClass |
| enum | SkkRuleParseError |
| struct | SkkRuleMetadata |
struct SkkRule {
GObject parent_instance;
SkkRulePrivate * priv;
SkkKeymapMapFile** keymaps;
gint keymaps_length1;
gint _keymaps_size_;
SkkRomKanaMapFile* rom_kana;
};
Object representing a typing rule.
struct SkkRuleClass {
GObjectClass parent_class;
};
The class structure for SKK_TYPE_RULE. All the fields in this structure are private and should never be accessed directly.