projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e17e66d
)
Eo: Added an Eo_Class type just for compat. Should be removed.
author
Tom Hacohen
<tom@stosb.com>
Fri, 27 Sep 2013 10:50:41 +0000
(11:50 +0100)
committer
Tom Hacohen
<tom@stosb.com>
Fri, 27 Sep 2013 13:01:47 +0000
(14:01 +0100)
src/lib/eo/Eo.h
patch
|
blob
|
history
diff --git
a/src/lib/eo/Eo.h
b/src/lib/eo/Eo.h
index
2fe30ff
..
54aaca3
100644
(file)
--- a/
src/lib/eo/Eo.h
+++ b/
src/lib/eo/Eo.h
@@
-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