summaryrefslogtreecommitdiff
path: root/tests/doctool/GIRepository-2.0-C-expected/GIRepository.arg_info_get_scope.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/doctool/GIRepository-2.0-C-expected/GIRepository.arg_info_get_scope.page')
-rw-r--r--tests/doctool/GIRepository-2.0-C-expected/GIRepository.arg_info_get_scope.page41
1 files changed, 0 insertions, 41 deletions
diff --git a/tests/doctool/GIRepository-2.0-C-expected/GIRepository.arg_info_get_scope.page b/tests/doctool/GIRepository-2.0-C-expected/GIRepository.arg_info_get_scope.page
deleted file mode 100644
index 1367c1ef..00000000
--- a/tests/doctool/GIRepository-2.0-C-expected/GIRepository.arg_info_get_scope.page
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0"?>
-
-<page id="GIRepository.arg_info_get_scope"
- 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>GIScopeType</api:type>
- </api:returns>
- <api:name>g_arg_info_get_scope</api:name>
- <api:arg>
- <api:type>GIArgInfo*</api:type>
- <api:name>info</api:name>
- </api:arg>
- </api:function>
- </info>
- <title>g_arg_info_get_scope</title>
-<synopsis><code mime="text/x-csrc">
-GIScopeType g_arg_info_get_scope (GIArgInfo* info);
-</code></synopsis>
-<p>Obtain the scope type for this argument. The scope type explains
-how a callback is going to be invoked, most importantly when
-the resources required to invoke it can be freed.
-<link xref="GIRepository.ScopeType">GIRepository.ScopeType</link> contains a list of possible values.</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>the scope type</p></td>
-</tr>
-</table>
-</page>