Go to file
Davide Andreoli 0b03f8b2f3 some cc don't like the way cython use EINA_LOG macros
In some system we saw the compilation fail with this error:
efl/eo/efl.eo.c:1137:60: error: format not a string literal and no format arguments [-Werror=format-security]
   EINA_LOG_DOM_INFO(__pyx_v_3efl_2eo_PY_EFL_EO_LOG_DOMAIN, __pyx_k_Initializing_efl_eo);

so just ignore those warnings
2016-10-24 21:15:03 +02:00
doc Emotion: Document module names and mark module options as deprecated 2016-09-03 22:37:49 +03:00
efl Evas: Do not call xxx_callback_del if obj is NULL 2016-10-22 11:43:25 +02:00
examples Tests: use correct FDO icon names 2016-10-22 12:33:32 +02:00
include Eo: Eo_Event -> Efl_Event 2016-10-14 21:29:15 +02:00
tests Remove ecore warning about subprocess incompatibility 2016-10-02 09:56:27 +02:00
.gitignore Keep track of installed files by py version 2015-01-20 01:58:57 +01:00
AUTHORS Python-EFL: updated authors 2014-03-01 22:03:44 +01:00
CODING Prepare the 1.18.0 release 2016-08-20 09:32:49 +02:00
COPYING Python-EFL: fix the mess with the lgpl version. 2013-12-07 17:54:58 +01:00
COPYING.LESSER ops, forgot to add the .LESSER file 2013-12-07 18:06:25 +01:00
ChangeLog Prepare the 1.18.0 release 2016-08-20 09:32:49 +02:00
INSTALL Update TODO and INSTALL 2015-04-05 14:27:28 +03:00
MANIFEST.in Convert changes.html in a standard ChangeLog file 2015-01-07 00:31:06 +01:00
Makefile Makefile: go with py3 by default 2016-10-14 22:41:03 +02:00
README Updated metadata and other stuff for pypi compliance. 2014-12-21 12:43:56 +01:00
TODO Update TODO 2016-02-03 14:05:51 +02:00
api_coverage.py api_coverage.py: Ignore systray 2016-08-12 02:44:22 +03:00
setup.cfg Simplify setup.py elm extensions, disable builder option in setup.cfg 2013-11-19 21:21:03 +02:00
setup.py some cc don't like the way cython use EINA_LOG macros 2016-10-24 21:15:03 +02:00

README

EFL is a collection of libraries for handling many common tasks a
developer man have such as data structures, communication, rendering,
widgets and more.

PYTHON-EFL are the python bindings for the whole EFL stack (eo, evas, ecore,
edje, emotion, ethumb and elementary)