calendar: Remove invalid ref to elm enum
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 13 Nov 2017 06:39:53 +0000 (15:39 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 13 Nov 2017 09:08:57 +0000 (18:08 +0900)
Thanks @JackDanielz for the report. This does not solve your actual
concern, though.

src/lib/elementary/efl_ui_calendar.eo

index 43d4508..5125f2e 100644 (file)
@@ -26,13 +26,14 @@ class Efl.Ui.Calendar (Efl.Ui.Layout, Efl.Ui.Focus.Composition, Elm.Interface.At
    ]]
    methods {
       @property first_day_of_week {
-         [[The first day of week to use on calendar widgets'.]]
-         set {
-         }
-         get {
-         }
+         [[The first day of week to use on calendar widgets.
+
+           This is the day that will appear in the left-most column (eg. Monday
+           in France or Sunday in the US).
+         ]]
          values {
-            day: Efl.Ui.Calendar.Weekday(Efl.Ui.Calendar.Weekday.sunday); [[Weekday enum value, see @Elm.Calendar.Weekday]]
+            day: Efl.Ui.Calendar.Weekday(Efl.Ui.Calendar.Weekday.sunday);
+               [[The first day of the week.]]
          }
       }
       @property date_min {