summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2016-06-10 12:59:45 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2016-06-10 13:06:34 +0900
commit29132d3c2567a804a9b3c527de95a2fdc0587551 (patch)
tree37460f0490c39a867e36f1a826ae540a27fcb4d5
parent2d2e57eccdc3ca2f87cb5424f693b68e6bfb533c (diff)
downloadefl-29132d3c2567a804a9b3c527de95a2fdc0587551.tar.gz
win: Add legacy elm_win_type_get
This was present in earlier releases.
-rw-r--r--src/lib/elementary/efl_ui_win.eo1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_win.eo b/src/lib/elementary/efl_ui_win.eo
index 528ec80f32..dcc04ff79d 100644
--- a/src/lib/elementary/efl_ui_win.eo
+++ b/src/lib/elementary/efl_ui_win.eo
@@ -593,7 +593,6 @@ class Efl.Ui.Win (Elm.Widget, Elm.Interface.Atspi.Window,
}
get {
[[If the object is not window object, return #ELM_WIN_UNKNOWN.]]
- legacy: null;
}
values {
type: Efl.Ui.Win.Type(Efl.Ui.Win.Type.unknown);