Eobj: Cosmetic change + added a FIXME.
authortasn <tasn>
Thu, 12 Apr 2012 12:25:34 +0000 (12:25 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 12 Apr 2012 12:25:34 +0000 (12:25 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@70141 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

lib/Eobj.h
lib/eobj.c

index 0544dfd..afb4f96 100644 (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);
 
index 6e4d6ad..5335297 100644 (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 +