efl: stabilize Efl.Ui.Factory.

Summary:
T8262
Depends on D10132

Reviewers: zmike, segfaultxavi, bu5hm4n, SanghyeonLee, lauromoura, felipealmeida

Reviewed By: SanghyeonLee

Subscribers: #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7885

Differential Revision: https://phab.enlightenment.org/D10133
This commit is contained in:
Cedric Bail 2019-09-25 11:55:30 -03:00 committed by Lauro Moura
parent 31b99e67c4
commit bf1f7cfab7
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
struct @beta Efl.Ui.Factory_Item_Created_Event {
struct Efl.Ui.Factory_Item_Created_Event {
[[EFL UI Factory event structure provided when an item was just created.]]
model: Efl.Model; [[The model already set on the new item.]]
item: Efl.Gfx.Entity; [[The item that was just created.]]
}
interface @beta Efl.Ui.Factory extends Efl.Ui.Property_Bind, Efl.Ui.Factory_Bind
interface Efl.Ui.Factory extends Efl.Ui.Property_Bind, Efl.Ui.Factory_Bind
{
[[Interface for factory-pattern object creation.