From d47e3f3d206895e4c465d83ca7b33d6a2b1ddd2a Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Thu, 10 Nov 2016 15:50:58 +0100 Subject: [PATCH] efl_ui_text, efl_ui_clock: remove pointers --- src/lib/elementary/efl_ui_clock.eo | 8 ++++---- src/lib/elementary/efl_ui_text.eo | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib/elementary/efl_ui_clock.eo b/src/lib/elementary/efl_ui_clock.eo index 9eaa212bfd..54dd8b6f10 100644 --- a/src/lib/elementary/efl_ui_clock.eo +++ b/src/lib/elementary/efl_ui_clock.eo @@ -95,7 +95,7 @@ class Efl.Ui.Clock (Elm.Layout) */ set {} get {} values { - fmt: const(char)* @nullable; [[The clock format.]] + fmt: string @nullable; [[The clock format.]] } } @property pause { @@ -139,7 +139,7 @@ class Efl.Ui.Clock (Elm.Layout) } keys { - mintime: Efl.Time*; [[Time structure containing the minimum time value.]] + mintime: ptr(Efl.Time); [[Time structure containing the minimum time value.]] } } @property value_max { @@ -166,7 +166,7 @@ class Efl.Ui.Clock (Elm.Layout) } keys { - maxtime: Efl.Time*; [[Time structure containing the minimum time value.]] + maxtime: ptr(Efl.Time); [[Time structure containing the minimum time value.]] } } @property value { @@ -192,7 +192,7 @@ class Efl.Ui.Clock (Elm.Layout) return: bool; [[$true on success, $false otherwise]] } keys { - curtime: Efl.Time*; [[Time structure containing the minimum time value.]] + curtime: ptr(Efl.Time); [[Time structure containing the minimum time value.]] } } @property field_visible { diff --git a/src/lib/elementary/efl_ui_text.eo b/src/lib/elementary/efl_ui_text.eo index e71948c526..0c92144d7d 100644 --- a/src/lib/elementary/efl_ui_text.eo +++ b/src/lib/elementary/efl_ui_text.eo @@ -25,7 +25,7 @@ struct Efl.Ui.Text.Hover_Parent struct Efl.Ui.Text.Anchor_Hover_Info { [[EFL text anchor hover information]] - anchor_info: const(Efl.Ui.Text.Anchor_Info)*; [[The actual anchor info.]] + anchor_info: ptr(const(Efl.Ui.Text.Anchor_Info)); [[The actual anchor info.]] hover: Elm.Hover; [[The hover object to use for the popup.]] hover_parent: Efl.Ui.Text.Hover_Parent; [[Hover parent widget]] hover_left : bool; [[Hint indicating if there's space