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

threads: Deprecate remaining ThrDef functions

This commit is contained in:
Nick Wellnhofer
2024-05-14 12:08:17 +02:00
parent b117a912b6
commit 592546267f
5 changed files with 12 additions and 0 deletions

View File

@ -388,12 +388,15 @@ deprecated_funcs = {
'xmlThrDefDefaultBufferSize': True,
'xmlThrDefDoValidityCheckingDefaultValue': True,
'xmlThrDefGetWarningsDefaultValue': True,
'xmlThrDefIndentTreeOutput': True,
'xmlThrDefKeepBlanksDefaultValue': True,
'xmlThrDefLineNumbersDefaultValue': True,
'xmlThrDefLoadExtDtdDefaultValue': True,
'xmlThrDefParserDebugEntities': True,
'xmlThrDefPedanticParserDefaultValue': True,
'xmlThrDefSaveNoEmptyTags': True,
'xmlThrDefSubstituteEntitiesDefaultValue': True,
'xmlThrDefTreeIndentString': True,
'xmlValidCtxtNormalizeAttributeValue': True,
'xmlValidNormalizeAttributeValue': True,
'xmlValidateAttributeValue': True,