efl/src/lib/emotion
Felipe Magno de Almeida a3db1dddd3 efl-js: JavaScript Eolian binding
To configure efl sources with bindings to use in nodejs add ––with-js=nodejs in configure flags to generate node files

$ configure --with-js=nodejs

and compile normally with:

$ make
$ make install

To use, you have to require efl:

efl = require('efl')

The bindings is divided in two parts: generated and manually
written. The generation uses the Eolian library for parsing Eo files
and generate C++ code that is compiled against V8 interpreter library
to create a efl.node file that can be required in a node.js instance.

@feature
2015-12-23 23:59:40 -02:00
..
Emotion.h efl-js: JavaScript Eolian binding 2015-12-23 23:59:40 -02:00
Emotion_Eo.h Emotion object: Convert from a smart object to an eo object. 2014-08-21 11:02:11 +01:00
Emotion_Legacy.h Emotion object: Convert from a smart object to an eo object. 2014-08-21 11:02:11 +01:00
emotion_main.c emotion: lock pending events and pending objects 2015-09-21 23:24:30 +02:00
emotion_modules.c emotion: add libvlc module 2015-09-21 23:19:20 +02:00
emotion_modules.h efl - emotion modules - unbreak due to EAPI changes 2015-05-08 14:13:17 +09:00
emotion_object.eo efl: fix doc references across the tree to validate right 2015-07-08 15:13:26 +01:00
emotion_private.h efl: Unified eina critical manro to CRI. 2013-12-26 12:27:13 +09:00
emotion_smart.c efl-js: JavaScript Eolian binding 2015-12-23 23:59:40 -02:00
emotion_webcam.c emotion webcam: fix check for v4l2 video capture device capability 2015-11-13 14:05:25 +01:00