From: Jihoon Kim Date: Mon, 14 Nov 2011 06:25:32 +0000 (+0900) Subject: [ecore_imf] remove unused interfaces X-Git-Tag: accepted/2.0/20130306.224007~124 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07a6cd47cb59065dc855495af2485d3b997830da;p=profile%2Fivi%2Fecore.git [ecore_imf] remove unused interfaces --- diff --git a/debian/changelog b/debian/changelog index e929791..19c2bbe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ecore (1.0.0.001+svn.64964slp2+build02) unstable; urgency=low + + * [ecore_imf] remove unused interfaces + * Git: 165.213.180.234:/slp/pkgs/e/ecore + * Tag: ecore_1.0.0.001+svn.64964slp2+build02 + + -- Jihoon Kim Mon, 14 Nov 2011 15:19:52 +0900 + ecore (1.0.0.001+svn.64964slp2+build01) unstable; urgency=low * Merge with upstream @64964 diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index e86672b..e984329 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -408,15 +408,6 @@ struct _Ecore_IMF_Context_Class /* CallBack APIs */ void (*input_panel_event_callback_add) (Ecore_IMF_Context *ctx, Ecore_IMF_Input_Panel_Event type, void (*pEventCallBackFunc) (void *data, Ecore_IMF_Context *ctx, int value), void *data); void (*input_panel_event_callback_del) (Ecore_IMF_Context *ctx, Ecore_IMF_Input_Panel_Event type, void (*pEventCallbackFunc) (void *data, Ecore_IMF_Context *ctx, int value)); - - /* ISF related APIs */ - int (*ise_get_ise_language) (Ecore_IMF_Context *ctx, const char* input_panel_name, char*** langlist); - int (*ise_set_isf_language) (Ecore_IMF_Context *ctx, const char* lang); - int (*ise_get_active_isename) (Ecore_IMF_Context *ctx, char* name); /**< will be deprecated */ - int (*ise_set_active_ise_by_name) (Ecore_IMF_Context *ctx, const char* name); /**< will be deprecated */ - int (*ise_set_active_ise_by_uuid) (Ecore_IMF_Context *ctx, const char* uuid); /**< will be deprecated */ - int (*ise_get_iselist) (Ecore_IMF_Context *ctx, char*** iselist); /**< will be deprecated */ - void (*input_panel_caps_mode_set) (Ecore_IMF_Context *ctx, Ecore_IMF_Input_Panel_Caps_Mode mode); }; struct _Ecore_IMF_Context_Info