update according to eolian changes
authorDaniel Kolesa <d.kolesa@samsung.com>
Tue, 8 Jul 2014 13:16:04 +0000 (14:16 +0100)
committerDaniel Kolesa <d.kolesa@samsung.com>
Tue, 8 Jul 2014 13:16:04 +0000 (14:16 +0100)
legacy/elementary/src/lib/elm_calendar.eo
legacy/elementary/src/lib/elm_datetime.eo

index cd3018a..df707a7 100644 (file)
@@ -289,7 +289,7 @@ class Elm_Calendar (Elm_Layout)
          const;
          return Eina_Bool;
          params {
-            @inout struct tm *selected_time; /*@ A @b tm struct to point to selected date */
+            @inout struct tm selected_time; /*@ A @b tm struct to point to selected date */
          }
       }
       mark_add {
@@ -389,7 +389,7 @@ class Elm_Calendar (Elm_Layout)
          const;
          return Eina_Bool;
          params {
-            @inout struct tm *displayed_time; /*@ A @b tm struct to point to displayed date */
+            @inout struct tm displayed_time; /*@ A @b tm struct to point to displayed date */
          }
       }
    }
index e3ca43d..52148c5 100644 (file)
@@ -176,7 +176,7 @@ class Elm_Datetime (Elm_Layout)
          const;
          return Eina_Bool;
          params {
-            @inout struct tm *mintime; /*@ Time structure. */
+            @inout struct tm mintime; /*@ Time structure. */
          }
       }
       value_set {
@@ -228,7 +228,7 @@ class Elm_Datetime (Elm_Layout)
          const;
          return Eina_Bool;
          params {
-            @inout struct tm *currtime; /*@ Time structure. */
+            @inout struct tm currtime; /*@ Time structure. */
          }
       }
       field_visible_set {
@@ -314,7 +314,7 @@ class Elm_Datetime (Elm_Layout)
          const;
          return Eina_Bool;
          params {
-            @inout struct tm *maxtime; /*@ Time structure containing the maximum time value. */
+            @inout struct tm maxtime; /*@ Time structure containing the maximum time value. */
          }
       }
    }