diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-03-31 14:19:08 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-04-01 12:09:06 +0900 |
commit | 78bb21a2d90bf7813632d19b87e0bac666eca6f8 (patch) | |
tree | 4ae0ddd209f8278e79115738cf725bcdf25988e6 /src/bin | |
parent | a1a506e13e276d8ef6e522ae9659cd4289485015 (diff) | |
download | efl-78bb21a2d90bf7813632d19b87e0bac666eca6f8.tar.gz |
Eolian: Mark all EO class_get() as weak
This follows the previous commit for the same reasons.
Diffstat (limited to 'src/bin')
-rw-r--r-- | src/bin/eolian/eo_generator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/eolian/eo_generator.c b/src/bin/eolian/eo_generator.c index a97f2f01f2..d71877518d 100644 --- a/src/bin/eolian/eo_generator.c +++ b/src/bin/eolian/eo_generator.c @@ -53,7 +53,7 @@ static const char tmpl_eo_obj_header[] = "\ #define @#CLASS_@#CLASSTYPE @#klasstype_get()\n\ \n\ -EAPI const Eo_Class *@#klasstype_get(void);\n\ +EWAPI const Eo_Class *@#klasstype_get(void);\n\ \n\ "; |