summaryrefslogtreecommitdiff
path: root/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.Repository.get_shared_library.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/doctool/GIRepository-2.0-Python-expected/GIRepository.Repository.get_shared_library.page')
-rw-r--r--tests/doctool/GIRepository-2.0-Python-expected/GIRepository.Repository.get_shared_library.page4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.Repository.get_shared_library.page b/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.Repository.get_shared_library.page
index 06488c49..fcd43590 100644
--- a/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.Repository.get_shared_library.page
+++ b/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.Repository.get_shared_library.page
@@ -32,7 +32,7 @@ def GIRepository.Repository.get_shared_library(namespace_)
<p>This function returns the full path to the shared C library
associated with the given namespace @namespace_. There may be no
shared library path associated, in which case this function will
-return %NULL.</p><p>Note: The namespace must have already been loaded using a function
+return None.</p><p>Note: The namespace must have already been loaded using a function
such as g_irepository_require() before calling this function.</p>
<table>
@@ -42,7 +42,7 @@ such as g_irepository_require() before calling this function.</p>
</tr>
<tr>
<td><p>Returns :</p></td>
-<td><p>Full path to shared library, or %NULL if none associated</p></td>
+<td><p>Full path to shared library, or None if none associated</p></td>
</tr>
</table>
</page>