Efl.Ui.List.Model: size -> model_size
authorMike Blumenkrantz <zmike@osg.samsung.com>
Thu, 15 Feb 2018 02:14:52 +0000 (21:14 -0500)
committerWonki Kim <wonki_.kim@samsung.com>
Thu, 5 Apr 2018 18:05:30 +0000 (03:05 +0900)
src/lib/elementary/efl_ui_list.c
src/lib/elementary/efl_ui_list.eo
src/lib/elementary/efl_ui_list_model.eo

index aff2a06..ba37557 100644 (file)
@@ -1051,7 +1051,7 @@ _efl_ui_list_efl_ui_list_model_load_range_set(Eo* obj EINA_UNUSED, Efl_Ui_List_D
 }
 
 EOLIAN static int
-_efl_ui_list_efl_ui_list_model_size_get(Eo *obj EINA_UNUSED, Efl_Ui_List_Data *pd)
+_efl_ui_list_efl_ui_list_model_model_size_get(Eo *obj EINA_UNUSED, Efl_Ui_List_Data *pd)
 {
     return pd->item_count;
 }
index 9bab9e0..ec47825 100644 (file)
@@ -73,7 +73,7 @@ class Efl.Ui.List (Efl.Ui.Layout, Efl.Ui.View, Efl.Ui.Scrollable.Interactive, Ef
       Efl.Ui.List.Model.load_range { set;}
       Efl.Ui.List.Model.realize;
       Efl.Ui.List.Model.unrealize;
-      Efl.Ui.List.Model.size { get; }
+      Efl.Ui.List.Model.model_size { get; }
       Efl.Ui.List.Model.min_size { get; set; }
 
       // Widget
index ba2b2dc..00e515c 100644 (file)
@@ -28,7 +28,7 @@ interface Efl.Ui.List.Model (Efl.Interface)
       //       count: int;
       //    }
       // }
-      @property size {
+      @property model_size {
          get {}
          values {
             s: int;