summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_layout.c
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2016-06-17 14:57:31 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2016-06-17 19:25:48 +0900
commit42b63f55074fe63066a8046c6211dbb82dbe36cb (patch)
treeccaaf90810b2193102d5fd6f87233c2a32ce2780 /src/lib/elementary/elm_layout.c
parent2a0bb33f1d049f35914cc4597022702f297bdc3c (diff)
downloadefl-42b63f55074fe63066a8046c6211dbb82dbe36cb.tar.gz
Evas: Add smart_ prefix to all smart functions (eo)
This is a first step at separating legacy smart object features away from standard efl interfaces.
Diffstat (limited to 'src/lib/elementary/elm_layout.c')
-rw-r--r--src/lib/elementary/elm_layout.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/elementary/elm_layout.c b/src/lib/elementary/elm_layout.c
index e0c6ec9e2b..66677baeb9 100644
--- a/src/lib/elementary/elm_layout.c
+++ b/src/lib/elementary/elm_layout.c
@@ -758,7 +758,7 @@ _on_size_evaluate_signal(void *data,
}
EOLIAN static void
-_elm_layout_evas_object_smart_add(Eo *obj, Elm_Layout_Smart_Data *_pd EINA_UNUSED)
+_elm_layout_evas_object_smart_smart_add(Eo *obj, Elm_Layout_Smart_Data *_pd EINA_UNUSED)
{
Evas_Object *edje;
@@ -779,7 +779,7 @@ _elm_layout_evas_object_smart_add(Eo *obj, Elm_Layout_Smart_Data *_pd EINA_UNUSE
}
EOLIAN static void
-_elm_layout_evas_object_smart_del(Eo *obj, Elm_Layout_Smart_Data *sd)
+_elm_layout_evas_object_smart_smart_del(Eo *obj, Elm_Layout_Smart_Data *sd)
{
Elm_Layout_Sub_Object_Data *sub_d;
Elm_Layout_Sub_Object_Cursor *pc;
@@ -837,7 +837,7 @@ _elm_layout_evas_object_smart_del(Eo *obj, Elm_Layout_Smart_Data *sd)
/* rewrite or extend this one on your derived class as to suit your
* needs */
EOLIAN static void
-_elm_layout_evas_object_smart_calculate(Eo *obj, Elm_Layout_Smart_Data *sd)
+_elm_layout_evas_object_smart_smart_calculate(Eo *obj, Elm_Layout_Smart_Data *sd)
{
if (sd->needs_size_calc)
{