efl_model: improve docs

Reviewers: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10009
This commit is contained in:
Marcel Hollerbach 2019-09-19 11:36:26 +02:00 committed by Xavi Artigas
parent ac531f881f
commit 71e8dc0e75
1 changed files with 8 additions and 1 deletions

View File

@ -15,7 +15,14 @@ struct @beta Efl.Model_Children_Event {
interface @beta Efl.Model
{
[[Efl model interface]]
[[Basic Model abstraction.
A model in EFL can have a set of key-value properties, where key can only be a string.
The value can be anything within an Eina_Value. If a property is not yet available EAGAIN is returned.
Additionally a model can have a list of children. The fetching of the children is asynchronous, this has the advantage of
having as few data sets as possible in the memory itself.
]]
c_prefix: efl_model;
methods {
@property properties {