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

parser: Deprecate xmlString*DecodeEntities

These are internal functions.
This commit is contained in:
Nick Wellnhofer
2022-12-21 00:02:47 +01:00
parent ec6633afae
commit b47ebf047e
3 changed files with 8 additions and 0 deletions

View File

@ -358,6 +358,8 @@ deprecated_funcs = {
'xmlSchemaCleanupTypes': True,
'xmlSchemaInitTypes': True,
'xmlSetupParserForBuffer': True,
'xmlStringDecodeEntities': True,
'xmlStringLenDecodeEntities': True,
'xmlThrDefDefaultBufferSize': True,
'xmlThrDefLineNumbersDefaultValue': True,
'xmlThrDefPedanticParserDefaultValue': True,