summaryrefslogtreecommitdiff
path: root/tests/doctool/GIRepository-2.0-C-expected/GIRepository.arg_info_get_destroy.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/doctool/GIRepository-2.0-C-expected/GIRepository.arg_info_get_destroy.page')
-rw-r--r--tests/doctool/GIRepository-2.0-C-expected/GIRepository.arg_info_get_destroy.page39
1 files changed, 0 insertions, 39 deletions
diff --git a/tests/doctool/GIRepository-2.0-C-expected/GIRepository.arg_info_get_destroy.page b/tests/doctool/GIRepository-2.0-C-expected/GIRepository.arg_info_get_destroy.page
deleted file mode 100644
index 3c04cd1d..00000000
--- a/tests/doctool/GIRepository-2.0-C-expected/GIRepository.arg_info_get_destroy.page
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0"?>
-
-<page id="GIRepository.arg_info_get_destroy"
- 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>gint</api:type>
- </api:returns>
- <api:name>g_arg_info_get_destroy</api:name>
- <api:arg>
- <api:type>GIArgInfo*</api:type>
- <api:name>info</api:name>
- </api:arg>
- </api:function>
- </info>
- <title>g_arg_info_get_destroy</title>
-<synopsis><code mime="text/x-csrc">
-gint g_arg_info_get_destroy (GIArgInfo* info);
-</code></synopsis>
-<p>Obtains the index of the <link xref="GDestroyNotify">GDestroyNotify</link> argument. This is only valid
-for arguments which are callbacks.</p>
-
-<table>
-<tr>
-<td><p>info :</p></td>
-<td><p>a <link xref="GIRepository.ArgInfo">GIRepository.ArgInfo</link></p></td>
-</tr>
-<tr>
-<td><p>Returns :</p></td>
-<td><p>index of the <link xref="GDestroyNotify">GDestroyNotify</link> argument or -1 if there is none</p></td>
-</tr>
-</table>
-</page>