diff options
author | Tom Hacohen <tom@stosb.com> | 2014-04-10 09:54:23 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2014-04-10 09:54:23 +0100 |
commit | 4848c66d47ef258f18963aeb9dbbd865d9f3e04e (patch) | |
tree | 29e748e0967335afb33c8065054ab202492add47 /src/bin/widgets_list_2_grouped.c | |
parent | 4e5cac21bf558802fe28310e62cd50e0977bbf6e (diff) | |
parent | ea387769f59583d6da2fb2247f1aacc9f0e6c12f (diff) |
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
Diffstat (limited to 'src/bin/widgets_list_2_grouped.c')
0 files changed, 0 insertions, 0 deletions