author | Sebastian Harl <sh@tokkee.org> | |
Sat, 23 Mar 2013 03:01:57 +0000 (20:01 -0700) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 23 Mar 2013 03:01:57 +0000 (20:01 -0700) | ||
commit | ae3324ade282506976a21dbab487e99e41935b88 | |
tree | d551721f176fb9907bbc03e3a002d1394a280140 | tree | snapshot |
parent | ec7449c79712d8fa29d63b7e8f1f08e183b916a1 | commit | diff |
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.
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 | diff | blob | history | |
src/core/plugin.c | diff | blob | history | |
src/core/store.c | diff | blob | history | |
src/include/core/object.h | diff | blob | history |