diff options
author | Tom Hacohen <tom@stosb.com> | 2016-08-09 14:10:05 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2016-08-11 17:04:43 +0100 |
commit | e64e120a51972c44fb8cae88a78bb4aa34f502c7 (patch) | |
tree | a4ae10c0a55d525b732813a87ef79faa41d7941e /src/lib/eo/eo_class_class.c | |
parent | 4bbe8733c468c8dbb4b2a508297cdeb11ad7b3ce (diff) |
Eo: Rename most of Eo to the Efl prefix.
This includes Eo.Base -> Efl.Object and many (but not all) of the eo
functions. This commit is only for eo itself, not the rest of the EFL.
Diffstat (limited to 'src/lib/eo/eo_class_class.c')
-rw-r--r-- | src/lib/eo/eo_class_class.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/eo/eo_class_class.c b/src/lib/eo/eo_class_class.c index 9d563f7264..e89b177543 100644 --- a/src/lib/eo/eo_class_class.c +++ b/src/lib/eo/eo_class_class.c | |||
@@ -4,5 +4,5 @@ | |||
4 | 4 | ||
5 | #include "Eo.h" | 5 | #include "Eo.h" |
6 | 6 | ||
7 | #include "eo_class.eo.c" | 7 | #include "efl_class.eo.c" |
8 | #include "eo_interface.eo.c" | 8 | #include "efl_interface.eo.c" |