tasn pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=9f723c23354a6ddb7659192985e8770502e524a4

commit 9f723c23354a6ddb7659192985e8770502e524a4
Merge: 02856cb 6c7f608
Author: Tom Hacohen <[email protected]>
Date:   Thu Apr 10 09:50:50 2014 +0100

    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

 src/bin/app_server.c | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

-- 


Reply via email to