terminology/src
Tom Hacohen 9f723c2335 Adjust code to use the slightly different Eo2 API.
With Eo2 you can return values directly without the need to use
a pointer
(use the C return).

For example:
eo_do(obj, elm_object_text_get(&text));
becomes:
eo_do(obj, text = elm_object_text_get());

@feature
2014-04-10 09:50:50 +01:00
..
bin Adjust code to use the slightly different Eo2 API. 2014-04-10 09:50:50 +01:00
Makefile.am finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00