summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2019-03-09 13:40:21 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2019-03-09 13:40:56 +0100
commitb94c62f5d44b73418876f16c4762a28ab446792f (patch)
tree48ef562bb24438d6b1d5174f916fff1f479f05e3
parent02971039c4438736e676a02560199d04f63db2e8 (diff)
downloadefl-b94c62f5d44b73418876f16c4762a28ab446792f.tar.gz
efl_ui_focus_manager: move API into beta which is for debugging
Summary: there is no sense to have this outside beta, noone should really use this. It is only meant for debugging purposes. ref T7726 Depends on D8271 Reviewers: segfaultxavi, cedric, zmike Reviewed By: segfaultxavi Subscribers: #reviewers, #committers Tags: #efl Maniphest Tasks: T7726 Differential Revision: https://phab.enlightenment.org/D8272
-rw-r--r--src/lib/elementary/efl_ui_focus_manager.eo4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elementary/efl_ui_focus_manager.eo b/src/lib/elementary/efl_ui_focus_manager.eo
index e4b908f6f2..d3291342ff 100644
--- a/src/lib/elementary/efl_ui_focus_manager.eo
+++ b/src/lib/elementary/efl_ui_focus_manager.eo
@@ -1,7 +1,7 @@
import efl_ui;
import eina_types;
-struct @free(efl_ui_focus_relation_free) Efl.Ui.Focus.Relations {
+struct @beta @free(efl_ui_focus_relation_free) Efl.Ui.Focus.Relations {
[[Structure holding the graph of relations between focusable objects.
@since 1.20
@@ -139,7 +139,7 @@ interface @beta Efl.Ui.Focus.Manager {
}
return : Efl.Ui.Focus.Object; [[Child of passed parameter.]]
}
- fetch {
+ fetch @beta {
[[This will fetch the data from a registered node.
Be aware this function will trigger a computation of all dirty nodes.