diff options
| author | Mike Hommey <glandium@debian.org> | 2007-06-13 20:47:19 +0200 |
|---|---|---|
| committer | Mike Hommey <glandium@debian.org> | 2007-06-13 20:47:19 +0200 |
| commit | 58f9d16e3a77d5207d9ccc413b61e2cb45190018 (patch) | |
| tree | f190471ceb2bc35c076cc65159141813da73c8ee /python/libxml2-python-api.xml | |
| parent | 789259a1b6850d30acffbb62b11456b9ed7a8f59 (diff) | |
| download | libxml2-58f9d16e3a77d5207d9ccc413b61e2cb45190018.tar.gz | |
Load /tmp/libxml2-2.6.29 intoupstream/2.6.29.dfsg
libxml2/branches/upstream/current.
Diffstat (limited to 'python/libxml2-python-api.xml')
| -rw-r--r-- | python/libxml2-python-api.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python/libxml2-python-api.xml b/python/libxml2-python-api.xml index f77a237..42f661d 100644 --- a/python/libxml2-python-api.xml +++ b/python/libxml2-python-api.xml @@ -265,6 +265,17 @@ <arg name='URI' type='xmlURIPtr' info='the URI'/> <arg name='query' type='char *' info='The URI query part'/> </function> + <function name='xmlURIGetQueryRaw' file='python_accessor'> + <info>Get the raw query part from an URI (i.e. the unescaped form).</info> + <return type='const char *' info="The URI query" field="query_raw"/> + <arg name='URI' type='xmlURIPtr' info='the URI'/> + </function> + <function name='xmlURISetQueryRaw' file='python_accessor'> + <info>Set the raw query part of an URI (i.e. the unescaped form).</info> + <return type='void'/> + <arg name='URI' type='xmlURIPtr' info='the URI'/> + <arg name='query_raw' type='char *' info='The raw URI query part'/> + </function> <function name='xmlURIGetFragment' file='python_accessor'> <info>Get the fragment part from an URI</info> <return type='const char *' info="The URI fragment" field="fragment"/> |
