evas: temporary fix for proper eolian build. 90/194590/1
authorHermet Park <hermetpark@gmail.com>
Thu, 6 Dec 2018 05:05:12 +0000 (14:05 +0900)
committerHermet Park <hermetpark@gmail.com>
Thu, 6 Dec 2018 05:05:12 +0000 (14:05 +0900)
Stil eo grammar is fragile, this reference syntax have a issue at efl-extension build.

We put this temporary change until upstream make it stable.

see T7495.

Change-Id: I13bcd288f1c906476602835cab1e6fea8233e80b

src/lib/evas/canvas/efl_canvas_object.eo

index 6be3fcd..8cc4603 100644 (file)
@@ -464,7 +464,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 Evas.Canvas.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