diff options
author | Tom Hacohen <tom@stosb.com> | 2016-09-05 16:57:35 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2016-09-05 16:59:56 +0100 |
commit | 9c779dca90bea36ad43c77597f107dd157a33c46 (patch) | |
tree | 7f53cf04ccbb1ca6be0cd42983692f61f44c696f /src/lib/eo/eo_add_fallback.c | |
parent | 5eedad98fe4fe696593147c87ae2278d76e4c9db (diff) |
Rename efl_self to efl_added
It has been discussed on the ML (thread: "[RFC] rename efl_self") and
IRC, and has been decided we should rename it to this in order to avoid
confusion with the already established meaning of self which is very
similar to what we were using it for, but didn't have complete overlap.
Kudos to Marcel Hollerbach for initiating the discussion and
fighting for it until he convinced a significant mass. :)
This commit breaks API, and depending on compiler potentially ABI.
@feature
Diffstat (limited to 'src/lib/eo/eo_add_fallback.c')
-rw-r--r-- | src/lib/eo/eo_add_fallback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eo/eo_add_fallback.c b/src/lib/eo/eo_add_fallback.c index 7973fee6ee..63e98a3d5e 100644 --- a/src/lib/eo/eo_add_fallback.c +++ b/src/lib/eo/eo_add_fallback.c | |||
@@ -116,7 +116,7 @@ _eo_call_stack_get_thread(void) | |||
116 | } | 116 | } |
117 | 117 | ||
118 | EAPI Eo * | 118 | EAPI Eo * |
119 | _efl_self_get(void) | 119 | _efl_added_get(void) |
120 | { | 120 | { |
121 | return _EFL_OBJECT_CALL_STACK_GET()->frame_ptr->obj; | 121 | return _EFL_OBJECT_CALL_STACK_GET()->frame_ptr->obj; |
122 | } | 122 | } |