mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
html: Deprecate htmlIsBooleanAttr
This commit is contained in:
parent
6040785ac4
commit
c34d0ae9cc
@ -311,6 +311,8 @@ static const char* const htmlBooleanAttrs[] = {
|
||||
* htmlIsBooleanAttr:
|
||||
* @name: the name of the attribute to check
|
||||
*
|
||||
* DEPRECATED: Internal function, don't use.
|
||||
*
|
||||
* Determine if a given attribute is a boolean attribute.
|
||||
*
|
||||
* returns: false if the attribute is not boolean, true otherwise.
|
||||
|
@ -133,6 +133,7 @@ XMLPUBFUN void
|
||||
|
||||
#endif /* LIBXML_OUTPUT_ENABLED */
|
||||
|
||||
XML_DEPRECATED
|
||||
XMLPUBFUN int
|
||||
htmlIsBooleanAttr (const xmlChar *name);
|
||||
|
||||
|
@ -295,6 +295,7 @@ deprecated_funcs = {
|
||||
'htmlHandleOmittedElem': True,
|
||||
'htmlInitAutoClose': True,
|
||||
'htmlIsAutoClosed': True,
|
||||
'htmlIsBooleanAttr': True,
|
||||
'htmlParseCharRef': True,
|
||||
'htmlParseElement': True,
|
||||
'namePop': True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user