diff options
author | Daniel Kolesa <d.kolesa@samsung.com> | 2018-12-06 11:41:14 +0100 |
---|---|---|
committer | Christopher Michael <cp.michael@samsung.com> | 2018-12-06 12:06:17 -0500 |
commit | b8f96109082e775f48ae44e8c2d514ba6e54c84e (patch) | |
tree | 5bd19f4bc180579e02ce14949a4aa422e79afbd6 | |
parent | f74de7247a2baed32e036dc6dc433560dcfc0c8e (diff) |
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.
-rw-r--r-- | src/lib/evas/canvas/efl_canvas_object.eo | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
450 | return: bool @warn_unused; [[$true if any object is clipped by $obj, $false otherwise]] | 450 | return: bool @warn_unused; [[$true if any object is clipped by $obj, $false otherwise]] |
451 | } | 451 | } |
452 | key_grab { | 452 | key_grab { |
453 | /* FIXME: can't reference Eolian object, .eo file not being installed */ | ||
453 | [[Requests $keyname key events be directed to $obj. | 454 | [[Requests $keyname key events be directed to $obj. |
454 | 455 | ||
455 | Key grabs allow one or more objects to receive key events for | 456 | 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 | |||
464 | modifiers that must and mustn't, respectively, be pressed along | 465 | modifiers that must and mustn't, respectively, be pressed along |
465 | with $keyname key in order to trigger this new key grab. | 466 | with $keyname key in order to trigger this new key grab. |
466 | Modifiers can be things such as Shift and Ctrl as well as | 467 | Modifiers can be things such as Shift and Ctrl as well as |
467 | user defined types via @Evas.Canvas.key_modifier_add. | 468 | user defined types via \@ref evas_key_modifier_add. |
468 | $exclusive will make the given object the only one permitted to | 469 | $exclusive will make the given object the only one permitted to |
469 | grab the given key. If given $true, subsequent calls on this | 470 | grab the given key. If given $true, subsequent calls on this |
470 | function with different $obj arguments will fail, unless the key | 471 | function with different $obj arguments will fail, unless the key |