eo: add EO_CLASS_CLASS
authorJérémy Zurcher <jeremy@asynk.ch>
Sat, 12 Oct 2013 21:51:59 +0000 (23:51 +0200)
committerJérémy Zurcher <jeremy@asynk.ch>
Sat, 12 Oct 2013 22:00:13 +0000 (00:00 +0200)
commit1648b67c5b1fc7108e13904d4884c50cb9cf7c44
treebb976380770ece03e3d05fba38b8ffdab0a817e7
parentf3e3739e7c1ed0c03d3cfe30248ca962c7b538e9
eo: add EO_CLASS_CLASS

it's an empty class without operations,
used as a return value for eo_class_get() when the caller is a class
src/Makefile_Eo.am
src/lib/eo/Eo.h
src/lib/eo/eo.c
src/lib/eo/eo_class_class.c [new file with mode: 0644]