ibusinputcontext.h | ibusinputcontext.h | |||
---|---|---|---|---|
skipping to change at line 162 | skipping to change at line 162 | |||
(IBusInputContext *context, | (IBusInputContext *context, | |||
guint32 keyval, | guint32 keyval, | |||
guint32 keycode, | guint32 keycode, | |||
guint32 state, | guint32 state, | |||
gint timeout_ms ec, | gint timeout_ms ec, | |||
GCancellable *cancellabl e, | GCancellable *cancellabl e, | |||
GAsyncReadyCallback callback, | GAsyncReadyCallback callback, | |||
gpointer user_data) ; | gpointer user_data) ; | |||
/** | /** | |||
* ibus_input_context_process_key_event: | * ibus_input_context_process_key_event_finish: | |||
* @context: An IBusInputContext. | * @context: An IBusInputContext. | |||
* @res: A GAsyncResult obtained from the GAsyncReadyCallback passed to | * @res: A GAsyncResult obtained from the GAsyncReadyCallback passed to | |||
* ibus_input_context_process_key_event(). | * ibus_input_context_process_key_event(). | |||
* @processed: A point to a bool value. If the the key event is processed, it will | * @processed: A point to a bool value. If the the key event is processed, it will | |||
* assigned to TRUE, FALSE otherwise. | * assigned to TRUE, FALSE otherwise. | |||
* @error: Return location for error or NULL. | * @error: Return location for error or NULL. | |||
* @returns: TRUE for success; FALSE otherwise. | * @returns: TRUE for success; FALSE otherwise. | |||
* | * | |||
* Finishes an operation started with ibus_input_context_process_key_event( ). | * Finishes an operation started with ibus_input_context_process_key_event( ). | |||
*/ | */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||