summaryrefslogtreecommitdiff
path: root/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.object_info_find_vfunc.page
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-19 11:47:01 +0100
committerTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-19 11:47:01 +0100
commitf0e534a9ecb9a7b33985b59ccf5378029b24e2ce (patch)
tree3a755f05868296fa8b39859a2e0cac5704ad43ea /tests/doctool/GIRepository-2.0-Python-expected/GIRepository.object_info_find_vfunc.page
parentd52b1eb00a68e597906344c32a073d0ee5ef6419 (diff)
downloadgobject-introspection-f0e534a9ecb9a7b33985b59ccf5378029b24e2ce.tar.gz
g-ir-doc-tool: Use None instead of %NULL
Diffstat (limited to 'tests/doctool/GIRepository-2.0-Python-expected/GIRepository.object_info_find_vfunc.page')
-rw-r--r--tests/doctool/GIRepository-2.0-Python-expected/GIRepository.object_info_find_vfunc.page4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.object_info_find_vfunc.page b/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.object_info_find_vfunc.page
index 69ee6c7b..f4a63c38 100644
--- a/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.object_info_find_vfunc.page
+++ b/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.object_info_find_vfunc.page
@@ -32,7 +32,7 @@ def object_info_find_vfunc(info, name)
<p>Locate a virtual function slot with name @name. Note that the namespace
for virtuals is distinct from that of methods; there may or may not be
a concrete method associated for a virtual. If there is one, it may
-be retrieved using g_vfunc_info_get_invoker(), otherwise %NULL will be
+be retrieved using g_vfunc_info_get_invoker(), otherwise None will be
returned.
See the documentation for g_vfunc_info_get_invoker() for more
information on invoking virtuals.</p><p>g_base_info_unref() when done.</p>
@@ -48,7 +48,7 @@ information on invoking virtuals.</p><p>g_base_info_unref() when done.</p>
</tr>
<tr>
<td><p>Returns :</p></td>
-<td><p>the <link xref="GIVFuncInfo">GIVFuncInfo</link>, or %NULL. Free it with</p></td>
+<td><p>the <link xref="GIVFuncInfo">GIVFuncInfo</link>, or None. Free it with</p></td>
</tr>
</table>
</page>