welcome eina_model.
authorbarbieri <barbieri>
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)
commitd60cdb11254182057225d2b63025822f33228282
treece948bb152e30308fcaa24e9485e9d6c1092a6a5
parentce8b8aa2266ceaa08fd698740df3f545c4081a07
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: http://svn.enlightenment.org/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]