diff options
Diffstat (limited to 'src/lib/elementary/efl_access_action.eo')
-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 577464cc93..931ecf2fd6 100644 --- a/src/lib/elementary/efl_access_action.eo +++ b/src/lib/elementary/efl_access_action.eo | |||
@@ -59,7 +59,7 @@ mixin Efl.Access.Action () | |||
59 | params { | 59 | params { |
60 | @in id: int; [[ID for widget]] | 60 | @in id: int; [[ID for widget]] |
61 | } | 61 | } |
62 | return: string @owned @warn_unused; [[Should be freed by the user.]] | 62 | return: mstring @owned @warn_unused; [[Should be freed by the user.]] |
63 | } | 63 | } |
64 | } | 64 | } |
65 | } | 65 | } |