]> git.draconx.ca Git - upkg.git/history - src/module.c
module: add missing return value to module_exit.
[upkg.git] / src / module.c
2009-07-12 Nick Bowlermodule: add missing return value to module_exit.
2009-07-12 Nick Bowlermodule: Don't use G_TYPE_MODULE for casts in modcmp.
2009-06-10 Nick BowlerReorganize object hierarchy to root at "UObject".
2009-06-09 Nick BowlerImplement the module class loader.
2009-06-09 Nick BowlerImplement dynamic loading of modules.
2009-06-09 Nick BowlerEarly start of the module system.