welcome eina_model.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 21 Jan 2012 01:30:09 +0000 (01:30 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 21 Jan 2012 01:30:09 +0000 (01:30 +0000)
commitff10523c1b57fcb12be4d185d278950ec0cfcd16
treece948bb152e30308fcaa24e9485e9d6c1092a6a5
parent44edcf70554dfebb0c2a386ab72d2941638ea54c
welcome eina_model.

This is a simple to use generic hierarchical data access. It includes
properties, children, reference counting and notifications (callbacks).

It can be understood in the same lines as GObject or PyObject, but I
believe the best usage is just to provide data models, not generic
Object Oriented Programming in C.

It misses most of documentation, although the important bits are
there. Need help here :-/

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@67405 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
12 files changed:
ChangeLog
NEWS
src/include/Eina.h
src/include/eina_model.h [new file with mode: 0644]
src/lib/Makefile.am
src/lib/eina_main.c
src/lib/eina_model.c [new file with mode: 0644]
src/lib/eina_private.h
src/tests/Makefile.am
src/tests/eina_suite.c
src/tests/eina_suite.h
src/tests/eina_test_model.c [new file with mode: 0644]