1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-02 20:42:30 +03:00

python: Skip __xml thread-local accessors

So we can remove conditional directives for Doxygen.
This commit is contained in:
Nick Wellnhofer
2025-05-06 19:47:00 +02:00
parent 9f496fdb8c
commit 05d0f59221

View File

@ -742,6 +742,8 @@ def skip_function(name):
return 1
if name == "xmlSchemaFreeValidCtxt":
return 1
if name[0:5] == "__xml":
return 1
#
# Those are skipped because the Const version is used of the bindings