efl/src/lib/eolian
Daniel Zaoui 87776ff0fa Eolian: add support for functions scope.
This patch adds support for protected functions.

In the .eo file, the scope (public by default) has to be added before
the function name e.g:
protected foo ...

To access the protected APIs, #define (CLASS)_PROTECTED is needed e.g:
 #define ELM_BUTTON_PROTECTED
2014-04-10 05:55:16 +03:00
..
Eolian.h Eolian: add support for functions scope. 2014-04-10 05:55:16 +03:00
eo_definitions.c Eolian/Lexer: support data type for events. 2014-04-02 14:27:12 +03:00
eo_definitions.h Eolian: add support for functions scope. 2014-04-10 05:55:16 +03:00
eo_lexer.c Eolian: add support for functions scope. 2014-04-10 05:55:16 +03:00
eo_lexer.h Eolian: add support for functions scope. 2014-04-10 05:55:16 +03:00
eo_lexer.rl Eolian: add support for functions scope. 2014-04-10 05:55:16 +03:00
eolian.c Eolian: Fix build for Windows 2014-03-04 11:40:46 +02:00
eolian_database.c Eolian: add support for functions scope. 2014-04-10 05:55:16 +03:00
eolian_database.h Eolian: add support for functions scope. 2014-04-10 05:55:16 +03:00