ecore_imf: fix doxygen

SVN revision: 69884
This commit is contained in:
Jihoon Kim 2012-04-03 04:10:24 +00:00
parent 3d3f973105
commit bc431e2808
2 changed files with 7 additions and 7 deletions

View File

@ -435,6 +435,10 @@ struct _Ecore_IMF_Context_Info
int canvas_required; /* Whether the canvas usage is required for this input method */
};
/**
* @}
*/
EAPI int ecore_imf_init(void);
EAPI int ecore_imf_shutdown(void);
@ -520,7 +524,3 @@ EAPI Eina_Bool ecore_imf_context_input_panel_caps_lock_mode_
#endif
#endif
/**
* @}
*/

View File

@ -1290,9 +1290,9 @@ ecore_imf_context_event_callback_del(Ecore_IMF_Context *ctx, Ecore_IMF_Callback_
/**
* Call a given callback on the context @p ctx.
*
* ecore_imf_context_preedit_start_event_add, ecore_imf_context_preedit_end_event_add,
* ecore_imf_context_preedit_changed_event_add, ecore_imf_context_commit_event_add and
* ecore_imf_context_delete_surrounding_event_add APIs are asynchronous
* ecore_imf_context_preedit_start_event_add(), ecore_imf_context_preedit_end_event_add(),
* ecore_imf_context_preedit_changed_event_add(), ecore_imf_context_commit_event_add() and
* ecore_imf_context_delete_surrounding_event_add() APIs are asynchronous
* because those API adds each event to the event queue.
*
* This API provides the way to call each callback function immediately.