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

tree: Deprecate xmlSetCompressMode

This commit is contained in:
Nick Wellnhofer
2024-04-28 17:54:36 +02:00
parent 05654cfe00
commit 88169bfda6
4 changed files with 11 additions and 1 deletions

View File

@ -308,6 +308,7 @@ deprecated_funcs = {
'xmlDictCleanup': True,
'xmlEncodeEntities': True,
'xmlFileMatch': True,
'xmlGetCompressMode': True,
'xmlHandleEntity': True,
'xmlInitCharEncodingHandlers': True,
'xmlInitGlobals': True,
@ -378,6 +379,7 @@ deprecated_funcs = {
'xmlScanName': True,
'xmlSchemaCleanupTypes': True,
'xmlSchemaInitTypes': True,
'xmlSetCompressMode': True,
'xmlSetupParserForBuffer': True,
'xmlSkipBlankChars': True,
'xmlStringDecodeEntities': True,