Diff for /embedaddon/libxml2/python/libxml2-python-api.xml between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:38:00 version 1.1.1.2, 2014/06/15 19:53:33
Line 10 Line 10
       <arg name='ns_uri' type='xmlChar *' info='the namespace or NULL'/>        <arg name='ns_uri' type='xmlChar *' info='the namespace or NULL'/>
       <arg name='f' type='pythonObject' info='the python function'/>        <arg name='f' type='pythonObject' info='the python function'/>
     </function>      </function>
       <function name='xmlXPathRegisterVariable' file='python'>
         <cond>defined(LIBXML_XPATH_ENABLED)</cond>
         <info>Register a variable with the XPath context</info>
         <return type='int' info="1 in case of success, 0 or -1 in case of error"/>
         <arg name='ctx' type='xmlXPathContextPtr' info='the xpathContext'/>
         <arg name='name' type='xmlChar *' info='the variable name'/>
         <arg name='ns_uri' type='xmlChar *' info='the namespace or NULL'/>
         <arg name='value' type='pythonObject' info='the value'/>
       </function>
     <function name='xmlNewNode' file='python'>      <function name='xmlNewNode' file='python'>
       <info>Create a new Node</info>        <info>Create a new Node</info>
       <return type='xmlNodePtr' info="A new element node"/>        <return type='xmlNodePtr' info="A new element node"/>

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>