diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-10-27 16:49:05 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-10-27 18:22:42 +0200 |
commit | 72dbf4a60aab857be424764978de932a0f1329d0 (patch) | |
tree | d2c5dbb4f4601f32b77d02ee3a0b9e3d8fab6d0f /src/lib | |
parent | 21f935c39c90b2f86287359b1c0e71858053c9c8 (diff) |
docs: efl: document missing structs
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/efl/interfaces/efl_animator.eo | 1 | ||||
-rw-r--r-- | src/lib/efl/interfaces/efl_model.eo | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/efl/interfaces/efl_animator.eo b/src/lib/efl/interfaces/efl_animator.eo index f451f8a915..4eea0af75b 100644 --- a/src/lib/efl/interfaces/efl_animator.eo +++ b/src/lib/efl/interfaces/efl_animator.eo | |||
@@ -1,6 +1,7 @@ | |||
1 | import eina_types; | 1 | import eina_types; |
2 | 2 | ||
3 | struct Efl.Event.Animator_Tick { | 3 | struct Efl.Event.Animator_Tick { |
4 | [[EFL event animator tick data structure]] | ||
4 | update_area: Eina.Rectangle; [[Area of the canvas that will be pushed to screen.]] | 5 | update_area: Eina.Rectangle; [[Area of the canvas that will be pushed to screen.]] |
5 | } | 6 | } |
6 | 7 | ||
diff --git a/src/lib/efl/interfaces/efl_model.eo b/src/lib/efl/interfaces/efl_model.eo index 688e92761d..546e6907b9 100644 --- a/src/lib/efl/interfaces/efl_model.eo +++ b/src/lib/efl/interfaces/efl_model.eo | |||
@@ -1,4 +1,5 @@ | |||
1 | struct Efl.Model.Property_Event { | 1 | struct Efl.Model.Property_Event { |
2 | [[EFL model property event data structure]] | ||
2 | changed_properties: array<string>; [[List of changed properties]] | 3 | changed_properties: array<string>; [[List of changed properties]] |
3 | invalidated_properties: array<string>; [[Removed properties identified by name]] | 4 | invalidated_properties: array<string>; [[Removed properties identified by name]] |
4 | } | 5 | } |