diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-04-13 10:21:46 +0200 |
---|---|---|
committer | Cedric Bail <cedric@osg.samsung.com> | 2018-04-24 09:05:49 -0700 |
commit | 566a36dc99039ec6d7334fac658d8286d144fe82 (patch) | |
tree | 21672b33d86e56d5e5cf2b60a5aef4a97ea0dfba /src/lib/efl/interfaces | |
parent | 23c303f87b9ab8f4f44c635beaaedaa3511ffb17 (diff) |
Efl.Model_* (from Efl.Model.*)
Ref https://phab.enlightenment.org/T6847
Reviewed-by: Cedric Bail <cedric@osg.samsung.com>
Diffstat (limited to 'src/lib/efl/interfaces')
-rw-r--r-- | src/lib/efl/interfaces/efl_model.eo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/efl/interfaces/efl_model.eo b/src/lib/efl/interfaces/efl_model.eo index d615c4472b..06477f9fdf 100644 --- a/src/lib/efl/interfaces/efl_model.eo +++ b/src/lib/efl/interfaces/efl_model.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | struct Efl.Model.Property_Event { | 1 | struct Efl.Model_Property_Event { |
2 | [[EFL model property event data structure]] | 2 | [[EFL model property event data structure]] |
3 | changed_properties: array<string>; [[List of changed properties]] | 3 | changed_properties: array<string>; [[List of changed properties]] |
4 | invalidated_properties: array<string>; [[Removed properties identified by name]] | 4 | invalidated_properties: array<string>; [[Removed properties identified by name]] |
@@ -144,7 +144,7 @@ interface Efl.Model () | |||
144 | } | 144 | } |
145 | 145 | ||
146 | events { | 146 | events { |
147 | properties,changed: Efl.Model.Property_Event; [[Event dispatched when | 147 | properties,changed: Efl.Model_Property_Event; [[Event dispatched when |
148 | properties list is | 148 | properties list is |
149 | available.]] | 149 | available.]] |
150 | child,added: Efl.Object; [[Event dispatched when new child is added.]] | 150 | child,added: Efl.Object; [[Event dispatched when new child is added.]] |