summaryrefslogtreecommitdiff
path: root/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.type_tag_to_string.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/doctool/GIRepository-2.0-Python-expected/GIRepository.type_tag_to_string.page')
-rw-r--r--tests/doctool/GIRepository-2.0-Python-expected/GIRepository.type_tag_to_string.page22
1 files changed, 20 insertions, 2 deletions
diff --git a/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.type_tag_to_string.page b/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.type_tag_to_string.page
index e6df08f0..0bc19efa 100644
--- a/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.type_tag_to_string.page
+++ b/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.type_tag_to_string.page
@@ -1,11 +1,29 @@
<?xml version="1.0"?>
+
<page id="GIRepository.type_tag_to_string"
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>utf8</api:type>
+ </api:returns>
+ <api:name>g_type_tag_to_string</api:name>
+ <api:arg>
+ <api:type>GIRepository.TypeTag</api:type>
+ <api:name>type</api:name>
+ </api:arg>
+ </api:function>
</info>
- <title>GIRepository.type_tag_to_string</title>
-<p>Obtain a string representation of @type</p></page>
+ <title>type_tag_to_string</title>
+<synopsis><code mime="text/x-python">
+@accepts(GIRepository.TypeTag)
+@returns(utf8)
+def type_tag_to_string(type)
+</code></synopsis>
+<p>Obtain a string representation of @type</p>
+</page>