Skip to content

Commit

Permalink
Fix typos in IBusInputContext document
Browse files Browse the repository at this point in the history
BUG=none
TEST=Linux desktop

Review URL: http://codereview.appspot.com/4273094
  • Loading branch information
phuang committed Mar 23, 2011
1 parent 0514dc8 commit cff009d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ibusinputcontext.h
Expand Up @@ -378,15 +378,15 @@ 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().
* @retval: If the the context is enabled, it will be assigned to %TRUE, %FALSE otherwise.
* @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,
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit cff009d

Please sign in to comment.