Depends on D9957
Details
Details
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
It seems that this patch has no reviewers specified. If you are unsure who can review your patch, please check this wiki page and see if anyone can be added: https://phab.enlightenment.org/w/maintainers_reviewers/
src/lib/elementary/efl_ui_select_model.c | ||
---|---|---|
458 | Mhm, shoudnt this return some sort of id that indicates that there is no selection, EAGAIN sounds more like"there is a change in progress, try again after one iter" |
src/lib/elementary/efl_ui_select_model.c | ||
---|---|---|
458 | Eagain in our mvvm infrastructure mean register a property change event and wait for it to become available which I think match this case as that's what the user should do. |
src/lib/elementary/efl_ui_select_model.c | ||
---|---|---|
458 | Okay :) |