Adjust code to use the slightly different Eo2 API.
authorTom Hacohen <tom@stosb.com>
Thu, 10 Apr 2014 08:49:22 +0000 (09:49 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 10 Apr 2014 08:49:22 +0000 (09:49 +0100)
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

1  2 
src/lib/elm_cnp.c
src/lib/elm_scroller.c
src/lib/elm_video.c

Simple merge
Simple merge
Simple merge