summaryrefslogtreecommitdiff
path: root/tests/doctool/GIRepository-2.0-C-expected/GIRepository.BaseInfo.get_name.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/doctool/GIRepository-2.0-C-expected/GIRepository.BaseInfo.get_name.page')
-rw-r--r--tests/doctool/GIRepository-2.0-C-expected/GIRepository.BaseInfo.get_name.page32
1 files changed, 0 insertions, 32 deletions
diff --git a/tests/doctool/GIRepository-2.0-C-expected/GIRepository.BaseInfo.get_name.page b/tests/doctool/GIRepository-2.0-C-expected/GIRepository.BaseInfo.get_name.page
deleted file mode 100644
index 09675891..00000000
--- a/tests/doctool/GIRepository-2.0-C-expected/GIRepository.BaseInfo.get_name.page
+++ /dev/null
@@ -1,32 +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>gchar*</api:type>
- </api:returns>
- <api:name>g_base_info_get_name</api:name>
- </api:function>
- </info>
- <title>g_base_info_get_name</title>
-<synopsis><code mime="text/x-csrc">
-gchar* g_base_info_get_name (void);
-</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 %NULL if it lacks a name.</p></td>
-</tr>
-</table>
-</page>