On Sun, Jun 14, 2009 at 6:24 AM, Christian K.<[email protected]> wrote: > mh, okay. this isnt really pleasent. but it makes me curious, how far is the > binding advanced in comparison to the c api?
No one is paying to have it complete, so as the rest of python-efl, people are doing it on demand. That means that while you don't have all functions, you often have the most used functions. Writing Cython code is a piece of cake to python developers, so feel free to send additions as you need them. I'm not the maintainer of Python-Elementary, but I can review and commit if nobody do that. If you need a hint, there are couple of pyrex/cython tutorials out there, but you can use the existing code as base. Just remember to add C functions in include/elementary/c_elementary.pxd, then write your wrapper in elementary/elementary.c_elementary*.pxi, include your .pxi in elementary.c_elementary.pyx (if it is new file) and export your symbols in elementary/__init__.py -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
