summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kolesa <d.kolesa@osg.samsung.com>2016-11-10 15:50:58 +0100
committerDaniel Kolesa <d.kolesa@osg.samsung.com>2016-11-10 15:50:58 +0100
commitd47e3f3d206895e4c465d83ca7b33d6a2b1ddd2a (patch)
tree4fb02f1e513233d9e2b7a1e6c05dbdc6815e6563
parentf459e885ef83540cd04604fc4e689007889541c8 (diff)
downloadefl-d47e3f3d206895e4c465d83ca7b33d6a2b1ddd2a.tar.gz
efl_ui_text, efl_ui_clock: remove pointers
-rw-r--r--src/lib/elementary/efl_ui_clock.eo8
-rw-r--r--src/lib/elementary/efl_ui_text.eo2
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