Eo: Added an Eo_Class type just for compat. Should be removed.

This commit is contained in:
Tom Hacohen 2013-09-27 11:50:41 +01:00
parent e17e66db8c
commit 828928601e
1 changed files with 7 additions and 0 deletions

View File

@ -40,6 +40,13 @@ extern "C" {
*/
typedef struct _Eo_Opaque Eo;
/**
* @typedef Eo_Class
* The basic class type - should be removed, just for compat.
* @deprecated
*/
typedef struct _Eo_Opaque Eo_Class;
/**
* @typedef Eo_Callback_Priority
*