there are owned types in eolian, therefore a free function should be
defined on the types that are owned.
Depends on D7710
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_access_text.eo | ||
---|---|---|
31 | This type is a part of AT-SPI2 spec and it is used in elm_atspi_bridge.c, but in fact, the function returning this type was never implemented in any widget. (Ill have to check again if it can be implemented in entry) I will add the separate free function for this in next diff. |