diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-16 16:05:00 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-17 11:37:39 +0900 |
commit | d4b96d33d6d0cd0898beb429bccb35da11fc7d4a (patch) | |
tree | 9197247ea9adb8413abb4dc83c20391f7ee5f249 /src/lib/emotion/emotion_smart.c | |
parent | 76d2778177681cd170dfce4575a0e4c7c2385771 (diff) |
Evas: Mark type as legacy and protected
Only set() is allowed for EO, and it's a constructor,
protected function. Unfortunately, this means a lot
of #define EVAS_OBJECT_PROTECTED
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/emotion_smart.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/emotion/emotion_smart.c b/src/lib/emotion/emotion_smart.c index 804b865307..7bfa18a94e 100644 --- a/src/lib/emotion/emotion_smart.c +++ b/src/lib/emotion/emotion_smart.c | |||
@@ -2,6 +2,8 @@ | |||
2 | # include "config.h" | 2 | # include "config.h" |
3 | #endif | 3 | #endif |
4 | 4 | ||
5 | #define EVAS_OBJECT_PROTECTED | ||
6 | |||
5 | #include <Evas.h> | 7 | #include <Evas.h> |
6 | #include <Ecore.h> | 8 | #include <Ecore.h> |
7 | 9 | ||