Efl.Ui.List.Model: size -> model_size

This commit is contained in:
Mike Blumenkrantz 2018-02-14 21:14:52 -05:00
parent f45e972c8c
commit 4ff7d8c2a8
3 changed files with 3 additions and 3 deletions

View 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;
}

View 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

View File

@ -28,7 +28,7 @@ interface Efl.Ui.List.Model (Efl.Interface)
// count: int;
// }
// }
@property size {
@property model_size {
get {}
values {
s: int;