summaryrefslogtreecommitdiff
path: root/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.function_info_invoke.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.function_info_invoke.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.function_info_invoke.page')
-rw-r--r--tests/doctool/GIRepository-2.0-Python-expected/GIRepository.function_info_invoke.page6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.function_info_invoke.page b/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.function_info_invoke.page
index d40a9635..01429a92 100644
--- a/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.function_info_invoke.page
+++ b/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.function_info_invoke.page
@@ -59,7 +59,7 @@ have been g_module_symbol()&lt;!-- --&gt;ed before calling this function.</p><p>
</tr>
<tr>
<td><p>in_args :</p></td>
-<td><p>an array of <link xref="GIArgument">GIArgument</link>&lt;!-- --&gt;s, one for each in parameter of @info. If there are no in parameter, @in_args can be %NULL</p></td>
+<td><p>an array of <link xref="GIArgument">GIArgument</link>&lt;!-- --&gt;s, one for each in parameter of @info. If there are no in parameter, @in_args can be None</p></td>
</tr>
<tr>
<td><p>n_in_args :</p></td>
@@ -67,7 +67,7 @@ have been g_module_symbol()&lt;!-- --&gt;ed before calling this function.</p><p>
</tr>
<tr>
<td><p>out_args :</p></td>
-<td><p>an array of <link xref="GIArgument">GIArgument</link>&lt;!-- --&gt;s, one for each out parameter of @info. If there are no out parameters, @out_args may be %NULL</p></td>
+<td><p>an array of <link xref="GIArgument">GIArgument</link>&lt;!-- --&gt;s, one for each out parameter of @info. If there are no out parameters, @out_args may be None</p></td>
</tr>
<tr>
<td><p>n_out_args :</p></td>
@@ -75,7 +75,7 @@ have been g_module_symbol()&lt;!-- --&gt;ed before calling this function.</p><p>
</tr>
<tr>
<td><p>return_value :</p></td>
-<td><p>return location for the return value of the function. If the function returns void, @return_value may be %NULL</p></td>
+<td><p>return location for the return value of the function. If the function returns void, @return_value may be None</p></td>
</tr>
<tr>
<td><p>Returns :</p></td>