summaryrefslogtreecommitdiff
path: root/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.function_info_get_property.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/doctool/GIRepository-2.0-Python-expected/GIRepository.function_info_get_property.page')
-rw-r--r--tests/doctool/GIRepository-2.0-Python-expected/GIRepository.function_info_get_property.page43
1 files changed, 0 insertions, 43 deletions
diff --git a/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.function_info_get_property.page b/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.function_info_get_property.page
deleted file mode 100644
index 45b8a82e..00000000
--- a/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.function_info_get_property.page
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0"?>
-
-<page id="GIRepository.function_info_get_property"
- type="topic"
- style="function"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/experimental/ui/">
- <info>
- <link type="guide" xref="index" group="function"/>
- <api:function>
- <api:returns>
- <api:type>GIRepository.PropertyInfo</api:type>
- </api:returns>
- <api:name>g_function_info_get_property</api:name>
- <api:arg>
- <api:type>GIRepository.FunctionInfo</api:type>
- <api:name>info</api:name>
- </api:arg>
- </api:function>
- </info>
- <title>function_info_get_property</title>
-<synopsis><code mime="text/x-python">
-@accepts(GIRepository.FunctionInfo)
-@returns(GIRepository.PropertyInfo)
-def function_info_get_property(info)
-</code></synopsis>
-<p>Obtain the property associated with this <link xref="GIRepository.FunctionInfo">GIRepository.FunctionInfo</link>.
-Only <link xref="GIRepository.FunctionInfo">GIRepository.FunctionInfo</link> with the flag %GI_FUNCTION_IS_GETTER or
-%GI_FUNCTION_IS_SETTER have a property set. For other cases,
-None will be returned.</p><p>g_base_info_unref() when done.</p>
-
-<table>
-<tr>
-<td><p>info :</p></td>
-<td><p>a <link xref="GIRepository.FunctionInfo">GIRepository.FunctionInfo</link></p></td>
-</tr>
-<tr>
-<td><p>Returns :</p></td>
-<td><p>the property or None if not set. Free it with</p></td>
-</tr>
-</table>
-</page>