From cff009de738fe0a6cb0cfdd725952b928afc6c58 Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Wed, 23 Mar 2011 09:44:06 -0400 Subject: [PATCH] Fix typos in IBusInputContext document BUG=none TEST=Linux desktop Review URL: http://codereview.appspot.com/4273094 --- src/ibusinputcontext.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ibusinputcontext.h b/src/ibusinputcontext.h index f96b6b6c2..d2bcf5bf7 100644 --- a/src/ibusinputcontext.h +++ b/src/ibusinputcontext.h @@ -378,7 +378,7 @@ void ibus_input_context_is_enabled_async gpointer user_data); /** - * ibus_input_context_process_key_event_async_finish: + * ibus_input_context_is_enabled_async_finish: * @context: An #IBusInputContext. * @res: A #GAsyncResult obtained from the #GAsyncReadyCallback passed to * ibus_input_context_is_enabled_async(). @@ -386,7 +386,7 @@ void ibus_input_context_is_enabled_async * @error: Return location for error or %NULL. * @returns: %TRUE for success; %FALSE otherwise. * - * Finishes an operation started with ibus_input_context_process_key_event_async(). + * Finishes an operation started with ibus_input_context_is_enabled_async(). */ gboolean ibus_input_context_is_enabled_async_finish (IBusInputContext *context, @@ -423,14 +423,14 @@ void ibus_input_context_get_engine_async gpointer user_data); /** - * ibus_input_context_process_key_event_async_finish: + * ibus_input_context_get_engine_async_finish: * @context: An #IBusInputContext. * @res: A #GAsyncResult obtained from the #GAsyncReadyCallback passed to * ibus_input_context_get_engine_async(). * @error: Return location for error or %NULL. * @returns: (transfer none): An IME engine description for the context, or %NULL. * - * Finishes an operation started with ibus_input_context_process_key_event_async(). + * Finishes an operation started with ibus_input_context_get_engine_async(). */ IBusEngineDesc * ibus_input_context_get_engine_async_finish @@ -446,8 +446,8 @@ IBusEngineDesc * * Returns an IME engine description for the context. * A synchronous IPC will be performed. */ -IBusEngineDesc - *ibus_input_context_get_engine (IBusInputContext *context); +IBusEngineDesc * + ibus_input_context_get_engine (IBusInputContext *context); /** * ibus_input_context_set_engine: