docs: efl: document missing structs
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 27 Oct 2016 14:49:05 +0000 (16:49 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 27 Oct 2016 16:22:42 +0000 (18:22 +0200)
src/lib/efl/interfaces/efl_animator.eo
src/lib/efl/interfaces/efl_model.eo

index f451f8a..4eea0af 100644 (file)
@@ -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.]]
 }
 
index 688e927..546e690 100644 (file)
@@ -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]]
 }