more cleanups
Stefan Kost <[email protected]>
| Newsgroups | gmane.comp.gnome.lib.xslt |
|---|---|
| Message-ID | <[email protected]> |
Hi
starting a new thread here.
in libxml2/python/libxml.c
http://git.gnome.org/browse/libxml2/tree/python/libxml.c#n2677
we have this wrapper.
PyObject *
libxml_xmlNodeRemoveNsDef(ATTRIBUTE_UNUSED PyObject * self, PyObject * args)
{
I'll get a gcc warning for a missing prototype. libxml-py.h is generated
from libxml2-python-api.xml and this does not contain an entry for
"xmlNodeRemoveNsDef", neither could I find the public api for it. Should
that be removed from the wrapper or should entries be added for it to
the xml?
Stefan