summaryrefslogtreecommitdiff
path: root/include/dom/bootstrap/init_fini.h
Commit message (Collapse)AuthorAgeFilesLines
* dom_initialise() and dom_finalise() are now completely public, rather than ↵John Mark Bell2007-09-291-0/+21
hidden away in a header only meant for inclusion by bindings. Client applications are responsible for initialisation and finalisation of the dom library. This must happen before/after (respectively) any call to a dom library or dom binding library function. The reason for this change is that, if multiple bindings are required, then the dom library should still only be initialised/finalised once. Only the client can enforce this sensibly. svn path=/trunk/dom/; revision=3606