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

parser: Deprecate xmlClearParserCtxt

This commit is contained in:
Nick Wellnhofer
2025-04-30 00:54:00 +02:00
parent 76531ceebd
commit 1eca6e3476
4 changed files with 7 additions and 7 deletions

View File

@ -603,6 +603,7 @@ deprecated_funcs = {
'xmlCleanupCharEncodingHandlers': True,
'xmlCleanupEncodingAliases': True,
'xmlCleanupGlobals': True,
'xmlClearParserCtxt': True,
'xmlCopyChar': True,
'xmlCopyCharMultiByte': True,
'xmlCreateEntityParserCtxt': True,