add @since 1.1 for some events

SVN revision: 63363
This commit is contained in:
Mike Blumenkrantz 2011-09-13 22:46:46 +00:00
parent 4128761216
commit 31908c69f9
1 changed files with 2 additions and 0 deletions

View 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;