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.page40
1 files changed, 0 insertions, 40 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
deleted file mode 100644
index 8e0dc3c2..00000000
--- a/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.type_tag_to_string.page
+++ /dev/null
@@ -1,40 +0,0 @@
-<?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>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>
-
-<table>
-<tr>
-<td><p>type :</p></td>
-<td><p>the type_tag</p></td>
-</tr>
-<tr>
-<td><p>Returns :</p></td>
-<td><p>the string</p></td>
-</tr>
-</table>
-</page>