| Top |
| #define | SKK_TYPE_KEY_EVENT_FILTER |
| struct | SkkKeyEventFilter |
| struct | SkkKeyEventFilterClass |
#define SKK_TYPE_KEY_EVENT_FILTER (skk_key_event_filter_get_type ())
The type for SkkKeyEventFilter.
struct SkkKeyEventFilter {
GObject parent_instance;
SkkKeyEventFilterPrivate * priv;
};
Base class of a key event filter.
struct SkkKeyEventFilterClass {
GObjectClass parent_class;
SkkKeyEvent* (*filter_key_event) (SkkKeyEventFilter* self, SkkKeyEvent* key);
void (*reset) (SkkKeyEventFilter* self);
};
The class structure for SKK_TYPE_KEY_EVENT_FILTER. All the fields in this structure are private and should never be accessed directly.