Ecore

Ecore Library Public API CallsThese routines are used for Ecore Library interaction

e.png
Version:
1.0.0
Author:
Carsten Haitzler <raster@rasterman.com>
Tom Gilbert <tom@linuxbrit.co.uk>
Burra <burra@colorado.edu>
Chris Ross <chris@darkrock.co.uk>
Term <term@twistedpath.org>
Tilman Sauerbeck <tilman@code-monkey.de>
Ibukun Olumuyiwa <ibukun@computer.org>
Yuri <da2001@hotmail.ru>
Nicholas Curran <quasar@bigblue.net.au>
Howell Tam <pigeon@pigeond.net>
Nathan Ingersoll <rbdpngn@users.sourceforge.net>
Andrew Elcock <andy@elcock.org>
Kim Woelders <kim@woelders.dk>
Sebastian Dransfeld <sebastid@tango.flipp.net>
Simon Poole <simon.armlinux@themalago.net>
Jorge Luis Zapata Muga <jorgeluis.zapata@gmail.com>
dan sinclair <zero@everburning.com>
Michael 'Mickey' Lauer <mickey@tm.informatik.uni-frankfurt.de>
David 'onefang' Seikel <onefang@gmail.com>
Hisham 'CodeWarrior' Mardam Bey <hisham@hisham.cc>
Brian 'rephorm' Mattern <rephorm@rephorm.com>
Tim Horton <hortont424@gmail.com>
Arnaud de Turckheim 'quarium' <quarium@gmail.com>
Matt Barclay <mbarclay@gmail.com>
Peter Wehrfritz <peter.wehrfritz@web.de>
Albin "Lutin" Tonnerre <albin.tonnerre@gmail.com>
Vincent Torri <vincent.torri@gmail.com>
Lars Munch <lars@segv.dk>
Andre Dieb <andre.dieb@gmail.com>
Mathieu Taillefumier <mathieu.taillefumier@free.fr>
Rui Miguel Silva Seabra <rms@1407.org>
Saumsung Electronics
Samsung SAIT
Nicolas Aguirre <aguirre.nicolas@gmail.com>
Brett Nash <nash@nash.id.au>
Mike Blumenkrantz <mike@zentific.com>
Date:
2000-2010

What is Ecore?

Ecore is a library of convenience functions.

The Ecore library provides the following modules:

How to compile using Ecore?

This section has to be documented. Below is just a quick line to handle all Ecore modules at once.

gcc *.c \
-I/usr/local/include -I/usr/X11R6/include \
-L/usr/local/lib -L/usr/X11R6/lib \
-lecore -lecore_evas -lecore_x -lecore_fb \
`pkg-config evas --cflags --libs`

How is it installed?

Suggested configure options for evas for a Linux desktop X display:

./configure \
--enable-ecore-x \
--enable-ecore-fb \
--enable-ecore-evas \
--enable-ecore-evas-gl \
--enable-ecore-con \
--enable-ecore-ipc
make CFLAGS="-O9 -mpentiumpro -march=pentiumpro -mcpu=pentiumpro"
Todo:
(1.0) Document API

*/

/*