summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2016-10-27 16:49:05 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2016-10-27 18:22:42 +0200
commit72dbf4a60aab857be424764978de932a0f1329d0 (patch)
treed2c5dbb4f4601f32b77d02ee3a0b9e3d8fab6d0f
parent21f935c39c90b2f86287359b1c0e71858053c9c8 (diff)
downloadefl-72dbf4a60aab857be424764978de932a0f1329d0.tar.gz
docs: efl: document missing structs
-rw-r--r--src/lib/efl/interfaces/efl_animator.eo1
-rw-r--r--src/lib/efl/interfaces/efl_model.eo1
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 @@
import eina_types;
struct Efl.Event.Animator_Tick {
+ [[EFL event animator tick data structure]]
update_area: Eina.Rectangle; [[Area of the canvas that will be pushed to screen.]]
}
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 @@
struct Efl.Model.Property_Event {
+ [[EFL model property event data structure]]
changed_properties: array<string>; [[List of changed properties]]
invalidated_properties: array<string>; [[Removed properties identified by name]]
}