From: raster Date: Thu, 28 Jun 2012 09:26:22 +0000 (+0000) Subject: there - @since. it has no docs anyway. X-Git-Tag: 2.0_alpha~24^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3ebe364f94cf325ea02cb1eaf82405fbfa340c6;p=framework%2Fuifw%2Fecore.git there - @since. it has no docs anyway. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@72988 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_input/Ecore_Input.h b/src/lib/ecore_input/Ecore_Input.h index e64c829..9b1f8ac 100644 --- a/src/lib/ecore_input/Ecore_Input.h +++ b/src/lib/ecore_input/Ecore_Input.h @@ -222,6 +222,9 @@ extern "C" { EAPI unsigned int ecore_event_modifier_mask(Ecore_Event_Modifier modifier); EAPI Ecore_Event_Modifier ecore_event_update_modifier(const char *key, Ecore_Event_Modifiers *modifiers, int inc); + /** + * @since 1.3 + */ EAPI Ecore_Compose_State ecore_compose_get(const Eina_List *seq, char **seqstr_ret); #ifdef __cplusplus