diff options
Diffstat (limited to 'python/libxml2-python-api.xml')
-rw-r--r-- | python/libxml2-python-api.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/libxml2-python-api.xml b/python/libxml2-python-api.xml index d5a4cbe..b933290 100644 --- a/python/libxml2-python-api.xml +++ b/python/libxml2-python-api.xml @@ -306,5 +306,13 @@ <return type='int' info="The error line" field="line"/> <arg name='Error' type='xmlErrorPtr' info='the Error'/> </function> + <function name='xmlPythonCleanupParser' file='python'> + <info>Cleanup function for the XML library. It tries to reclaim all parsing related global memory allocated for the library processing. It doesn't deallocate any document related memory. Calling this function should not prevent reusing the library but one should call xmlCleanupParser() only when the process has finished using the library or XML document built with it.</info> + <return type='void'/> + </function> + <function name='xmlMemoryUsed' file='python'> + <info>Returns the total amount of memory allocated by libxml2</info> + <return type='int' info='number of bytes allocated'/> + </function> </symbols> </api> |