summaryrefslogtreecommitdiff
path: root/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.arg_info_is_caller_allocates.page
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-19 15:27:54 +0100
committerTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-19 15:27:54 +0100
commit14a438299675a5df7d931adf87b9d935ea8381bc (patch)
tree640d35df11e4c693b8131aac4cb64698bd3a38f3 /tests/doctool/GIRepository-2.0-Python-expected/GIRepository.arg_info_is_caller_allocates.page
parente9ffb2a1ff6538ce22618692cf0f838686846e4e (diff)
downloadgobject-introspection-14a438299675a5df7d931adf87b9d935ea8381bc.tar.gz
g-ir-doc-tool: use True and False instead of %TRUE and %FALSE
Diffstat (limited to 'tests/doctool/GIRepository-2.0-Python-expected/GIRepository.arg_info_is_caller_allocates.page')
-rw-r--r--tests/doctool/GIRepository-2.0-Python-expected/GIRepository.arg_info_is_caller_allocates.page4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.arg_info_is_caller_allocates.page b/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.arg_info_is_caller_allocates.page
index eedb9fc2..dc010cf8 100644
--- a/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.arg_info_is_caller_allocates.page
+++ b/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.arg_info_is_caller_allocates.page
@@ -28,7 +28,7 @@ def arg_info_is_caller_allocates(info)
<p>Obtain if the argument is a pointer to a struct or object that will
receive an output of a function. The default assumption for
%GI_DIRECTION_OUT arguments which have allocation is that the
-callee allocates; if this is %TRUE, then the caller must allocate.</p>
+callee allocates; if this is True, then the caller must allocate.</p>
<table>
<tr>
@@ -37,7 +37,7 @@ callee allocates; if this is %TRUE, then the caller must allocate.</p>
</tr>
<tr>
<td><p>Returns :</p></td>
-<td><p>%TRUE if caller is required to have allocated the argument</p></td>
+<td><p>True if caller is required to have allocated the argument</p></td>
</tr>
</table>
</page>