Discussion:
[EGIT] [core/efl] master 01/01: canvas: disable an eolian-style api reference
Daniel Kolesa
2018-12-06 10:45:24 UTC
Permalink
q66 pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=36a5b5bf13615cdcad8efe5139a5eddff83a7911

commit 36a5b5bf13615cdcad8efe5139a5eddff83a7911
Author: Daniel Kolesa <***@samsung.com>
Date: Thu Dec 6 11:41:14 2018 +0100

canvas: disable an eolian-style api reference

This references a file that is not being installed, so the eo
file will fail to parse when used as a system-wide .eo file.

Introduced in 05682eed7d572874928424af82fba819790c4228.

Fixes T7495.
---
src/lib/evas/canvas/efl_canvas_object.eo | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/lib/evas/canvas/efl_canvas_object.eo b/src/lib/evas/canvas/efl_canvas_object.eo
index 6be3fcd678..10a25b5756 100644
--- a/src/lib/evas/canvas/efl_canvas_object.eo
+++ b/src/lib/evas/canvas/efl_canvas_object.eo
@@ -450,6 +450,7 @@ abstract Efl.Canvas.Object (Efl.Loop_Consumer, Efl.Gfx.Entity, Efl.Gfx.Color, Ef
return: bool @warn_unused; [[$true if any object is clipped by $obj, $false otherwise]]
}
key_grab {
+ /* FIXME: can't reference Eolian object, .eo file not being installed */
[[Requests $keyname key events be directed to $obj.

Key grabs allow one or more objects to receive key events for
@@ -464,7 +465,7 @@ abstract Efl.Canvas.Object (Efl.Loop_Consumer, Efl.Gfx.Entity, Efl.Gfx.Color, Ef
modifiers that must and mustn't, respectively, be pressed along
with $keyname key in order to trigger this new key grab.
Modifiers can be things such as Shift and Ctrl as well as
- user defined types via @Evas.Canvas.key_modifier_add.
+ user defined types via \@ref evas_key_modifier_add.
$exclusive will make the given object the only one permitted to
grab the given key. If given $true, subsequent calls on this
function with different $obj arguments will fail, unless the key

--

Loading...