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

io: Deprecate a few functions

This commit is contained in:
Nick Wellnhofer
2024-07-07 23:15:54 +02:00
parent 97680d6c08
commit eb66d03ef7
5 changed files with 17 additions and 6 deletions

View File

@ -356,6 +356,9 @@ deprecated_funcs = {
'xmlParseVersionNum': True,
'xmlParseXMLDecl': True,
'xmlParserHandlePEReference': True,
'xmlParserInputBufferGrow': True,
'xmlParserInputBufferPush': True,
'xmlParserInputBufferRead': True,
'xmlParserSetLineNumbers': True,
'xmlParserSetLoadSubset': True,
'xmlParserSetPedantic': True,