The text string to be displayed by the given text object.
Do not release (free) the returned value.
Since 1.22
Overridden from Efl.Text.text (get, set).
@property text @pure_virtual { get {} set {} values { text: string; } }
const char *efl_text_get(const Eo *obj); void efl_text_set(Eo *obj, const char *text);