efl_ui : stablized Efl.Ui.View

Summary:
Efl.Ui.View is base infrastructure interface of MVVM.

fixes T7578

Reviewers: zmike, cedric, segfaultxavi, bu5hm4n

Reviewed By: cedric

Subscribers: #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7578

Differential Revision: https://phab.enlightenment.org/D10188
This commit is contained in:
SangHyeon Jade Lee 2019-09-26 11:05:47 -04:00 committed by Mike Blumenkrantz
parent b0ee540ec9
commit 33512079cd
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
struct @beta Efl.Model_Changed_Event {
struct Efl.Model_Changed_Event {
[[Every time the model is changed on the object.]]
current: Efl.Model; [[The newly set model.]]
previous: Efl.Model; [[The previously set model.]]
}
interface @beta Efl.Ui.View
interface Efl.Ui.View
{
[[Efl UI view interface]]
methods {