From: discomfitor Date: Tue, 13 Sep 2011 22:46:46 +0000 (+0000) Subject: add @since 1.1 for some events X-Git-Tag: build/2012-07-04.173327~853 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6a939c88bf8a0e7e70fe6b5375fa62337bd5c42;p=profile%2Fivi%2Fecore.git add @since 1.1 for some events git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@63363 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_con/Ecore_Con.h b/src/lib/ecore_con/Ecore_Con.h index 645e835..2dff134 100644 --- a/src/lib/ecore_con/Ecore_Con.h +++ b/src/lib/ecore_con/Ecore_Con.h @@ -268,6 +268,7 @@ typedef struct _Ecore_Con_Event_Client_Del Ecore_Con_Event_Client_Del; /** * @typedef Ecore_Con_Event_Client_Error * Used as the @p data param for the corresponding event + * @since 1.1 */ typedef struct _Ecore_Con_Event_Client_Error Ecore_Con_Event_Client_Error; @@ -293,6 +294,7 @@ typedef struct _Ecore_Con_Event_Server_Del Ecore_Con_Event_Server_Del; /** * @typedef Ecore_Con_Event_Server_Error * Used as the @p data param for the corresponding event + * @since 1.1 */ typedef struct _Ecore_Con_Event_Server_Error Ecore_Con_Event_Server_Error;