So I been learning programming for a little while now and EFL seems to have some capacity but is there a place to see most of the API functions? I have been looking on the E website and I can only find a few code examples. Is there something that am missing?
The only API documentation I know of can only be found on the enlightenment.org website:
About EFL
There's code to be seen as well as commits on the git-like pages, if you're interested:
https://phab.enlightenment.org/
and of course there's git:
https://git.enlightenment.org/core/efl.git
Some links:
- docs.enligthenment.org is the default place for documentation
- Getting started with EFL basic concepts of how EFL works
- C API Documentation reference of the (legacy) libs and main place
- EFL Tutorials some tutorials
- Programming Guide some guides
- C Primer a special deep learning of C internals
-
EFL Reference next (in development) api, probably recommended to stick with the main legacy version
1 Like
thread moved to the FAQ section