diff options
author | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2017-11-01 12:10:05 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2017-11-01 12:50:36 +0100 |
commit | b4705ea968de21f25434357cff7683673a4cf8ef (patch) | |
tree | 8be537214ba38262b849d455acbb936e5eae4df9 /src/lib/elementary/elm_widget.eo | |
parent | eab6f009e25a34492e0fd69a283d135df7a60d25 (diff) |
elementary: use @cref where possible
Diffstat (limited to '')
-rw-r--r-- | src/lib/elementary/elm_widget.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_widget.eo b/src/lib/elementary/elm_widget.eo index 33c74cc8d0..bbff97af77 100644 --- a/src/lib/elementary/elm_widget.eo +++ b/src/lib/elementary/elm_widget.eo | |||
@@ -108,7 +108,7 @@ abstract Elm.Widget (Efl.Canvas.Group, Efl.Access, | |||
108 | makes sure other widgets will not also process this input event. | 108 | makes sure other widgets will not also process this input event. |
109 | ]] | 109 | ]] |
110 | params { | 110 | params { |
111 | @in eo_event: const(ptr(Efl.Event)); | 111 | @cref eo_event: Efl.Event; |
112 | [[EO event struct with an Efl.Input.Event as info.]] | 112 | [[EO event struct with an Efl.Input.Event as info.]] |
113 | @in source: Efl.Canvas.Object; | 113 | @in source: Efl.Canvas.Object; |
114 | [[Source object where the event originated. Often same as this.]] | 114 | [[Source object where the event originated. Often same as this.]] |