From c0a1a8bb3cd7f7294eceae047caccc5bfc4bba99 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 5 Jul 2012 13:55:57 +0000 Subject: [PATCH] ecore/imf_context: Fix up docs. Copy and paste is only the first step. The second, and more important, is to actually adjust the docs to the new function. SVN revision: 73349 --- legacy/ecore/src/lib/ecore_imf/ecore_imf_context.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_imf/ecore_imf_context.c b/legacy/ecore/src/lib/ecore_imf/ecore_imf_context.c index 044eaaa35f..0ae316a673 100644 --- a/legacy/ecore/src/lib/ecore_imf/ecore_imf_context.c +++ b/legacy/ecore/src/lib/ecore_imf/ecore_imf_context.c @@ -1765,7 +1765,7 @@ ecore_imf_context_input_panel_geometry_get(Ecore_IMF_Context *ctx, int *x, int * * Get state of current active input panel. * * @param ctx An #Ecore_IMF_Context. - * @param The state of input panel. + * @return The state of input panel. * @ingroup Ecore_IMF_Context_Group * @since 1.3 */ @@ -1819,8 +1819,8 @@ ecore_imf_context_input_panel_event_callback_add(Ecore_IMF_Context *ctx, * Unregister a callback function which will be called if there is change in input panel state, language, mode etc. * * @param ctx An #Ecore_IMF_Context. + * @param type An #Ecore_IMF_Input_Panel_Event. * @param func the callback function - * @param data application-input panel specific data. * @ingroup Ecore_IMF_Context_Group * @since 1.3 */