Code

object system: Introduced a concept of types.
authorSebastian Harl <sh@tokkee.org>
Sat, 23 Mar 2013 03:01:57 +0000 (20:01 -0700)
committerSebastian Harl <sh@tokkee.org>
Sat, 23 Mar 2013 03:01:57 +0000 (20:01 -0700)
commitae3324ade282506976a21dbab487e99e41935b88
treed551721f176fb9907bbc03e3a002d1394a280140
parentec7449c79712d8fa29d63b7e8f1f08e183b916a1
object system: Introduced a concept of types.

A type is defined by its size and init/destroy functions. This is now used
when creating a new object (of that type) rather than passing all required
callbacks to the object create function.
src/core/object.c
src/core/plugin.c
src/core/store.c
src/include/core/object.h