docs: efl: document missing structs

This commit is contained in:
Stefan Schmidt 2016-10-27 16:49:05 +02:00
parent 21f935c39c
commit 72dbf4a60a
2 changed files with 2 additions and 0 deletions

View 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.]]
}

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