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

html: Deprecate htmlHandleOmittedElem

This commit is contained in:
Nick Wellnhofer
2024-04-28 17:54:20 +02:00
parent 63ce5f9aed
commit 05654cfe00
3 changed files with 4 additions and 0 deletions

View File

@ -291,6 +291,7 @@ skip_impl = (
deprecated_funcs = {
'htmlDefaultSAXHandlerInit': True,
'htmlHandleOmittedElem': True,
'htmlInitAutoClose': True,
'htmlParseCharRef': True,
'htmlParseElement': True,