1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

Add xmlPopOutputCallbacks

Add function to pop a single set of output callbacks from the stack.
This was only implemented for input callbacks before.

Fixes #135.
This commit is contained in:
Nick Wellnhofer
2020-02-11 11:32:23 +01:00
parent b07251215e
commit c2e09f445c
4 changed files with 39 additions and 0 deletions

View File

@@ -217,6 +217,8 @@ xmlParserInputBufferPtr
*/
XMLPUBFUN void XMLCALL
xmlCleanupOutputCallbacks (void);
XMLPUBFUN int XMLCALL
xmlPopOutputCallbacks (void);
XMLPUBFUN void XMLCALL
xmlRegisterDefaultOutputCallbacks(void);
XMLPUBFUN xmlOutputBufferPtr XMLCALL