1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-07 12:21:17 +03:00

patch from Joachim Bauch + cleanup for Relax NG error callbacks in python

* python/generator.py python/libxml.c python/libxml2class.txt:
  patch from Joachim Bauch + cleanup for Relax NG error callbacks
  in python
Daniel
This commit is contained in:
Daniel Veillard
2003-07-29 20:44:53 +00:00
parent a6874ca47c
commit c266464174
4 changed files with 203 additions and 13 deletions

View File

@ -300,6 +300,9 @@ def skip_function(name):
return 1
# if name[0:11] == "xmlXPathNew":
# return 1
# the next function is defined in libxml.c
if name == "xmlRelaxNGFreeValidCtxt":
return 1
return 0
def print_function_wrapper(name, output, export, include):