summaryrefslogtreecommitdiff
path: root/tests/doctool/GIRepository-2.0-C-expected/GIRepository.vfunc_info_get_address.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/doctool/GIRepository-2.0-C-expected/GIRepository.vfunc_info_get_address.page')
-rw-r--r--tests/doctool/GIRepository-2.0-C-expected/GIRepository.vfunc_info_get_address.page48
1 files changed, 0 insertions, 48 deletions
diff --git a/tests/doctool/GIRepository-2.0-C-expected/GIRepository.vfunc_info_get_address.page b/tests/doctool/GIRepository-2.0-C-expected/GIRepository.vfunc_info_get_address.page
deleted file mode 100644
index 750128ed..00000000
--- a/tests/doctool/GIRepository-2.0-C-expected/GIRepository.vfunc_info_get_address.page
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0"?>
-
-<page id="GIRepository.vfunc_info_get_address"
- 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>gpointer</api:type>
- </api:returns>
- <api:name>g_vfunc_info_get_address</api:name>
- <api:arg>
- <api:type>GIVFuncInfo*</api:type>
- <api:name>info</api:name>
- </api:arg>
- <api:arg>
- <api:type>GType</api:type>
- <api:name>implementor_gtype</api:name>
- </api:arg>
- </api:function>
- </info>
- <title>g_vfunc_info_get_address</title>
-<synopsis><code mime="text/x-csrc">
-gpointer g_vfunc_info_get_address (GIVFuncInfo* info,
- GType implementor_gtype);
-</code></synopsis>
-<p>This method will look up where inside the type struct of @implementor_gtype
-is the implementation for @info.</p>
-
-<table>
-<tr>
-<td><p>info :</p></td>
-<td><p>a <link xref="GIRepository.VFuncInfo">GIRepository.VFuncInfo</link></p></td>
-</tr>
-<tr>
-<td><p>implementor_gtype :</p></td>
-<td><p><link xref="GType">GType</link> implementing this virtual function</p></td>
-</tr>
-<tr>
-<td><p>Returns :</p></td>
-<td><p>address to a function or %NULL if an error happened</p></td>
-</tr>
-</table>
-</page>