add @since 1.1 for some events
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 13 Sep 2011 22:46:46 +0000 (22:46 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 13 Sep 2011 22:46:46 +0000 (22:46 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@63363 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_con/Ecore_Con.h

index 645e835..2dff134 100644 (file)
@@ -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;