docs: small fixes to Efl.Text

This commit is contained in:
Xavi Artigas 2019-10-23 10:15:30 +02:00
parent dedeb77b02
commit 69b1b1cc3e
1 changed files with 1 additions and 3 deletions

View File

@ -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.]]
}
}
}