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