there - @since. it has no docs anyway.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Jun 2012 09:26:22 +0000 (09:26 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Jun 2012 09:26:22 +0000 (09:26 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@72988 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_input/Ecore_Input.h

index e64c829..9b1f8ac 100644 (file)
@@ -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