summaryrefslogtreecommitdiff
path: root/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.BaseInfo.get_name.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/doctool/GIRepository-2.0-Python-expected/GIRepository.BaseInfo.get_name.page')
-rw-r--r--tests/doctool/GIRepository-2.0-Python-expected/GIRepository.BaseInfo.get_name.page33
1 files changed, 0 insertions, 33 deletions
diff --git a/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.BaseInfo.get_name.page b/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.BaseInfo.get_name.page
deleted file mode 100644
index 5ec55809..00000000
--- a/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.BaseInfo.get_name.page
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0"?>
-
-<page id="GIRepository.BaseInfo.get_name"
- 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="GIRepository.BaseInfo" group="function"/>
- <api:function>
- <api:returns>
- <api:type>utf8</api:type>
- </api:returns>
- <api:name>g_base_info_get_name</api:name>
- </api:function>
- </info>
- <title>get_name</title>
-<synopsis><code mime="text/x-python">
-@returns(utf8)
-def get_name()
-</code></synopsis>
-<p>Obtain the name of the @info. What the name represents depends on
-the <link xref="GIRepository.InfoType">GIRepository.InfoType</link> of the @info. For instance for <link xref="GIRepository.FunctionInfo">GIRepository.FunctionInfo</link> it is
-the name of the function.</p>
-
-<table>
-<tr>
-<td><p>Returns :</p></td>
-<td><p>the name of @info or None if it lacks a name.</p></td>
-</tr>
-</table>
-</page>