In the same vain as previous patch this will initialize more of the widget during its
creation and reduce unecessary recalc.
Depends on D10033
In the same vain as previous patch this will initialize more of the widget during its
creation and reduce unecessary recalc.
Depends on D10033
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
src/lib/elementary/efl_ui_image_factory.c | ||
---|---|---|
38–39 | Can you prefix this with EOLIAN ? |
you have to actually reject patches if you want changes, otherwise nobody is going to look at them.
src/lib/elementary/efl_ui_image_factory.c | ||
---|---|---|
38–39 | What is the point of prefixing with EOLIAN? |
src/lib/elementary/efl_ui_image_factory.c | ||
---|---|---|
38–39 | When i read this the first time, i am not thinking wtf where is this API coming from, i know from where it is called, i know it is public and not private. Which has for me an impact on how i reveview the method, as i tend to do more input validation for public APIs than on internal APIs. |