mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-02 20:42:30 +03:00
io: Rework default callbacks
Register a dummy callback struct for default callbacks. Handle them in a separate function which will later allow to return meaningful error codes.
This commit is contained in:
@ -364,6 +364,7 @@ deprecated_funcs = {
|
||||
'xmlRecoverDoc': True,
|
||||
'xmlRecoverFile': True,
|
||||
'xmlRecoverMemory': True,
|
||||
'xmlRegisterHTTPPostCallbacks': True,
|
||||
'xmlRelaxNGCleanupTypes': True,
|
||||
'xmlRelaxNGInitTypes': True,
|
||||
'xmlRemoveRef': True,
|
||||
|
Reference in New Issue
Block a user