diff options
Diffstat (limited to 'src/lib/elementary/elm_calendar.eo')
-rw-r--r-- | src/lib/elementary/elm_calendar.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_calendar.eo b/src/lib/elementary/elm_calendar.eo index d08765d312..2b734b30fe 100644 --- a/src/lib/elementary/elm_calendar.eo +++ b/src/lib/elementary/elm_calendar.eo | |||
@@ -169,7 +169,7 @@ class Elm.Calendar (Efl.Ui.Layout, Efl.Ui.Focus.Composition, Elm.Interface.Atspi | |||
169 | get { | 169 | get { |
170 | } | 170 | } |
171 | values { | 171 | values { |
172 | weekdays: ptr(string); [[Array of seven strings to be used as weekday names. | 172 | weekdays: legacy(ptr(string)); [[Array of seven strings to be used as weekday names. |
173 | Warning: It must have 7 elements, or it will access invalid memory. | 173 | Warning: It must have 7 elements, or it will access invalid memory. |
174 | Warning: The strings must be $null terminated ('@\0').]] | 174 | Warning: The strings must be $null terminated ('@\0').]] |
175 | } | 175 | } |