diff options
Diffstat (limited to 'src/lib/elementary/elm_dayselector.eo')
-rw-r--r-- | src/lib/elementary/elm_dayselector.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_dayselector.eo b/src/lib/elementary/elm_dayselector.eo index 0bc85ad001..c5135da6ea 100644 --- a/src/lib/elementary/elm_dayselector.eo +++ b/src/lib/elementary/elm_dayselector.eo | |||
@@ -107,7 +107,7 @@ class Elm.Dayselector (Efl.Ui.Layout) | |||
107 | */ | 107 | */ |
108 | 108 | ||
109 | params { | 109 | params { |
110 | @in weekdays: ptr(string) @nullable; [[Array of seven strings to be used as weekday names. | 110 | @in weekdays: legacy(ptr(string)) @nullable; [[Array of seven strings to be used as weekday names. |
111 | Warning: It must have 7 elements, or it will access invalid memory. | 111 | Warning: It must have 7 elements, or it will access invalid memory. |
112 | Warning: The strings must be NULL terminated ('@\0').]] | 112 | Warning: The strings must be NULL terminated ('@\0').]] |
113 | } | 113 | } |