Go to the source code of this file.
Classes | |
struct | _FlKeyboardPendingEvent |
Functions | |
static void | fl_keyboard_pending_event_dispose (GObject *object) |
static void | fl_keyboard_pending_event_class_init (FlKeyboardPendingEventClass *klass) |
static void | fl_keyboard_pending_event_init (FlKeyboardPendingEvent *self) |
FlKeyboardPendingEvent * | fl_keyboard_pending_event_new (FlKeyEvent *event, uint64_t sequence_id, size_t to_reply) |
FlKeyEvent * | fl_keyboard_pending_event_get_event (FlKeyboardPendingEvent *self) |
uint64_t | fl_keyboard_pending_event_get_sequence_id (FlKeyboardPendingEvent *self) |
uint64_t | fl_keyboard_pending_event_get_hash (FlKeyboardPendingEvent *self) |
void | fl_keyboard_pending_event_mark_replied (FlKeyboardPendingEvent *self, gboolean handled) |
gboolean | fl_keyboard_pending_event_get_any_handled (FlKeyboardPendingEvent *self) |
gboolean | fl_keyboard_pending_event_is_complete (FlKeyboardPendingEvent *self) |
|
static |
Definition at line 46 of file fl_keyboard_pending_event.cc.
References fl_keyboard_pending_event_dispose().
|
static |
Definition at line 38 of file fl_keyboard_pending_event.cc.
Referenced by fl_keyboard_pending_event_class_init().
gboolean fl_keyboard_pending_event_get_any_handled | ( | FlKeyboardPendingEvent * | self | ) |
Definition at line 96 of file fl_keyboard_pending_event.cc.
Referenced by responder_handle_event_callback().
FlKeyEvent* fl_keyboard_pending_event_get_event | ( | FlKeyboardPendingEvent * | self | ) |
Definition at line 70 of file fl_keyboard_pending_event.cc.
Referenced by responder_handle_event_callback().
uint64_t fl_keyboard_pending_event_get_hash | ( | FlKeyboardPendingEvent * | self | ) |
Definition at line 81 of file fl_keyboard_pending_event.cc.
Referenced by compare_pending_by_hash().
uint64_t fl_keyboard_pending_event_get_sequence_id | ( | FlKeyboardPendingEvent * | self | ) |
Definition at line 75 of file fl_keyboard_pending_event.cc.
Referenced by compare_pending_by_sequence_id(), and fl_keyboard_handler_handle_event().
|
static |
Definition at line 51 of file fl_keyboard_pending_event.cc.
gboolean fl_keyboard_pending_event_is_complete | ( | FlKeyboardPendingEvent * | self | ) |
Definition at line 102 of file fl_keyboard_pending_event.cc.
Referenced by responder_handle_event_callback().
void fl_keyboard_pending_event_mark_replied | ( | FlKeyboardPendingEvent * | self, |
gboolean | handled | ||
) |
Definition at line 86 of file fl_keyboard_pending_event.cc.
References TRUE.
Referenced by responder_handle_event_callback().
FlKeyboardPendingEvent* fl_keyboard_pending_event_new | ( | FlKeyEvent * | event, |
uint64_t | sequence_id, | ||
size_t | to_reply | ||
) |
Definition at line 55 of file fl_keyboard_pending_event.cc.
References event, and fl_key_event_hash().
Referenced by fl_keyboard_handler_handle_event().