diff options
author | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2017-11-02 13:51:02 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2017-11-02 13:51:02 +0100 |
commit | cf63573e73c098b5f4e10387afc71f6caea7d173 (patch) | |
tree | 7de13da42a72780a949ed421533ee9ded775044b /src/lib/elementary | |
parent | 3989f11f113aac0e9081dc5ed985476425603a20 (diff) |
eolian: only allow reference (ownable) types in containers
Diffstat (limited to 'src/lib/elementary')
-rw-r--r-- | src/lib/elementary/efl_access_action.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_access_action.eo b/src/lib/elementary/efl_access_action.eo index ca5d3457d8..12e313a038 100644 --- a/src/lib/elementary/efl_access_action.eo +++ b/src/lib/elementary/efl_access_action.eo | |||
@@ -47,7 +47,7 @@ mixin Efl.Access.Action () | |||
47 | get @pure_virtual { | 47 | get @pure_virtual { |
48 | } | 48 | } |
49 | values { | 49 | values { |
50 | actions: list<Elm_Atspi_Action>; [[Contains statically allocated strings]] | 50 | actions: list<ptr(Elm_Atspi_Action)>; [[Contains statically allocated strings]] |
51 | } | 51 | } |
52 | } | 52 | } |
53 | action_do @protected @pure_virtual @beta { | 53 | action_do @protected @pure_virtual @beta { |