On Fri, 2009-07-31 at 20:45 +0800, Bo Yang wrote: > >> For example, the _dom_string_intern should start with '_', but the > >> dom_document_alloc should not. Is there any rules for this? > > > > Yes. If it's public API, then it begins dom_. If it's library-internal > > API, then it begins _dom_. > > But the dom_document_alloc is defined at src/core/document.h, which is > library-internal...
Then it, too, should be changed :) J.
