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:
@ -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,
|
||||
|
Reference in New Issue
Block a user