mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-27 18:50:07 +03:00
catalog: Deprecate xmlCatalogSetDefaultPrefer
This commit is contained in:
parent
606f410891
commit
c127c89f98
@ -3461,6 +3461,8 @@ xmlCatalogSetDefaults(xmlCatalogAllow allow) {
|
||||
* xmlCatalogSetDefaultPrefer:
|
||||
* @prefer: the default preference for delegation
|
||||
*
|
||||
* DEPRECATED: This setting is global and not thread-safe.
|
||||
*
|
||||
* Allows to set the preference between public and system for deletion
|
||||
* in XML Catalog resolution. C.f. section 4.1.1 of the spec
|
||||
* Values accepted are XML_CATA_PREFER_PUBLIC or XML_CATA_PREFER_SYSTEM
|
||||
|
@ -161,6 +161,7 @@ XMLPUBFUN xmlChar *
|
||||
*/
|
||||
XMLPUBFUN int
|
||||
xmlCatalogSetDebug (int level);
|
||||
XML_DEPRECATED
|
||||
XMLPUBFUN xmlCatalogPrefer
|
||||
xmlCatalogSetDefaultPrefer(xmlCatalogPrefer prefer);
|
||||
XMLPUBFUN void
|
||||
|
Loading…
x
Reference in New Issue
Block a user