summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2019-10-23 10:15:30 +0200
committerXavi Artigas <xavierartigas@yahoo.es>2019-10-23 10:15:30 +0200
commit69b1b1cc3e3ad9d1391af399faf7609d35a6cd5a (patch)
tree18dff4590737bec863fd6cea66299c8375c921ef
parentdedeb77b020a3920cae65de5796a9e944ff14ada (diff)
downloadefl-69b1b1cc3e3ad9d1391af399faf7609d35a6cd5a.tar.gz
docs: small fixes to Efl.Text
-rw-r--r--src/lib/efl/interfaces/efl_text.eo4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/efl/interfaces/efl_text.eo b/src/lib/efl/interfaces/efl_text.eo
index 167fe55d9a..79a5319346 100644
--- a/src/lib/efl/interfaces/efl_text.eo
+++ b/src/lib/efl/interfaces/efl_text.eo
@@ -9,15 +9,13 @@ interface Efl.Text
[[The text string to be displayed by the given text object.
Do not release (free) the returned value.
-
- See also @.text.get.
]]
set {
}
get {
}
values {
- text: string; [[Text string to display on it.]]
+ text: string; [[Text string to display.]]
}
}
}