mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
parser: Deprecate most public struct members
This will probably cause many warnings in downstream code abusing libxml2 internals, but we can always undeprecate some members later.
This commit is contained in:
@ -367,6 +367,11 @@ deprecated_funcs = {
|
||||
'xmlParseXMLDecl': True,
|
||||
'xmlParserHandlePEReference': True,
|
||||
'xmlParserHandleReference': True,
|
||||
'xmlParserSetLineNumbers': True,
|
||||
'xmlParserSetLoadSubset': True,
|
||||
'xmlParserSetPedantic': True,
|
||||
'xmlParserSetReplaceEntities': True,
|
||||
'xmlParserSetValidate': True,
|
||||
'xmlPedanticParserDefault': True,
|
||||
'xmlRecoverDoc': True,
|
||||
'xmlRecoverFile': True,
|
||||
|
Reference in New Issue
Block a user