Eobj: Cosmetic change + added a FIXME.

SVN revision: 70141
This commit is contained in:
Tom Hacohen 2012-04-12 12:25:34 +00:00
parent 5c53136210
commit b02811d7fd
2 changed files with 2 additions and 1 deletions

View File

@ -103,6 +103,7 @@ EAPI void eobj_constructor_error_set(Eobj *obj);
EAPI Eina_Bool eobj_constructor_error_get(const Eobj *obj);
EAPI Eobj_Class *eobj_class_new(const Eobj_Class_Description *desc, const Eobj_Class *parent, ...);
/* FIXME: Do I want that exposed? */
EAPI void eobj_class_free(Eobj_Class *klass);
EAPI void eobj_class_funcs_set(Eobj_Class *klass, const Eobj_Op_Func_Description *func_descs);

View File

@ -635,7 +635,7 @@ eobj_class_new(const Eobj_Class_Description *desc, const Eobj_Class *parent, ...
}
/* Update the current offset. */
/* Update the current offset. */
/* FIXME: Make sure this alignment is enough. */
klass->data_offset = klass->parent->data_offset +
klass->parent->desc->private_size +