efl/legacy/ecore
cpk 5ae51093ea e_x.c: In function `ecore_window_property_get':
e_x.c:1737: warning: `return' with no value, in function returning non-void
e_x.c:1781: warning: this function may return with or without a value
e_x.c: In function `ecore_dnd_selection_convert':
e_x.c:2081: warning: `return' with no value, in function returning non-void
e_x.c:2091: warning: this function may return with or without a value
e_x.c: In function `ecore_window_get_gravity':
e_x.c:2760: warning: `return' with no value, in function returning non-void
e_x.c:2763: warning: this function may return with or without a value
e_x.c: In function `ecore_window_get_border_width':
e_x.c:3181: warning: `return' with no value, in function returning non-void
e_x.c:3188: warning: this function may return with or without a value
e_x.c: In function `ecore_window_get_wm_size_hints':
e_x.c:3196: warning: `return' with no value, in function returning non-void
e_x.c:3200: warning: this function may return with or without a value
e_x.c: In function `ecore_window_is_visible':
e_x.c:3207: warning: `return' with no value, in function returning non-void
e_x.c:3217: warning: this function may return with or without a value
e_x.c: In function `ecore_window_is_normal':
e_x.c:3224: warning: `return' with no value, in function returning non-void
e_x.c:3234: warning: this function may return with or without a value
e_x.c: In function `ecore_window_is_manageable':
e_x.c:3241: warning: `return' with no value, in function returning non-void
e_x.c:3252: warning: this function may return with or without a value
e_x.c: In function `ecore_window_get_title':
e_x.c:3292: warning: `return' with no value, in function returning non-void
e_x.c:3319: warning: this function may return with or without a value
...

Fixed tens of cases where non-void functions returned nothing, plus
renamed "class" to "name_class" in Ecore.h. Thanks for the hint,
Olivier.


SVN revision: 5599
2001-10-31 21:16:53 +00:00
..
debian changelog madness 2001-03-17 11:14:26 +00:00
doc The kernel folks really shouldn't be too proud of this script. 2001-10-26 20:10:03 +00:00
src e_x.c: In function `ecore_window_property_get': 2001-10-31 21:16:53 +00:00
.cvsignore hush cvs 2001-01-06 00:28:05 +00:00
AUTHORS By popular demand, I'm committing the collisionless naming scheme now, even 2001-10-16 15:45:29 +00:00
COPYING Initial event abstraction for e17. More work needed. 2000-10-20 10:48:21 +00:00
ChangeLog Initial event abstraction for e17. More work needed. 2000-10-20 10:48:21 +00:00
INSTALL Initial event abstraction for e17. More work needed. 2000-10-20 10:48:21 +00:00
Makefile.am Did I forget to commit those? Targets for documentation. 2001-10-26 20:03:35 +00:00
NEWS Initial event abstraction for e17. More work needed. 2000-10-20 10:48:21 +00:00
README 0.0.1 - fix up readme... :) 2001-03-06 16:19:17 +00:00
acconfig.h move headers into 1 headre and install it - do a few cleanings etc. :) 2000-10-29 07:34:16 +00:00
autogen.sh Initial event abstraction for e17. More work needed. 2000-10-20 10:48:21 +00:00
configure.ac Did I forget to commit those? Targets for documentation. 2001-10-26 20:03:35 +00:00
configure.in Did I forget to commit those? Targets for documentation. 2001-10-26 20:03:35 +00:00
ecore-config.in Add ecore-config, fix files requiring it. 2000-12-09 02:31:37 +00:00
ecore.m4 ecore.m4 2001-01-25 21:57:02 +00:00
ecore.spec up to 0.0.2 2001-04-29 05:58:04 +00:00

README

-------------------------------------------------------------------------------
 E C O R E - 0 . 0 . 1
-------------------------------------------------------------------------------

Fast:
How ot build and install Ecore from this tarball?
./configure
make
su
<as root do:>
make install

from CVS:
./autogen.sh
make
su  
<as root do:>
make install

-------------------------------------------------------------------------------

What is Ecore? It is the core event abstraction layer and X abstraction
layer that makes doing selections, Xdnd, general X stuff, and event loops,
timeouts and idle handlers fast, optimised, and convenient. it's a separate
librayr so anyone can make use of the work put into Ecore to make this job
easy for applications.