1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

chvalid: Mark functions as deprecated

This commit is contained in:
Nick Wellnhofer
2025-05-16 21:18:16 +02:00
parent 954aae907d
commit 210f5a3746
3 changed files with 24 additions and 16 deletions

View File

@ -597,7 +597,15 @@ deprecated_funcs = {
'xmlInitializeDict': True,
'xmlIOFTPMatch': True,
'xmlIOHTTPMatch': True,
'xmlIsBaseChar': True,
'xmlIsBlank': True,
'xmlIsChar': True,
'xmlIsCombining': True,
'xmlIsDigit': True,
'xmlIsExtender': True,
'xmlIsIdeographic': True,
'xmlIsLetter': True,
'xmlIsPubidChar': True,
'xmlIsRef': True,
'xmlKeepBlanksDefault': True,
'xmlLineNumbersDefault': True,