Eo: Added an Eo_Class type just for compat. Should be removed.
authorTom Hacohen <tom@stosb.com>
Fri, 27 Sep 2013 10:50:41 +0000 (11:50 +0100)
committerTom Hacohen <tom@stosb.com>
Fri, 27 Sep 2013 13:01:47 +0000 (14:01 +0100)
src/lib/eo/Eo.h

index 2fe30ff..54aaca3 100644 (file)
@@ -41,6 +41,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
  *
  * Callback priority value. Range is -32k - 32k. The lower the number, the