summaryrefslogtreecommitdiff
path: root/tests/doctool/GIRepository-2.0-C-expected/GIRepository.signal_info_get_class_closure.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/doctool/GIRepository-2.0-C-expected/GIRepository.signal_info_get_class_closure.page')
-rw-r--r--tests/doctool/GIRepository-2.0-C-expected/GIRepository.signal_info_get_class_closure.page40
1 files changed, 0 insertions, 40 deletions
diff --git a/tests/doctool/GIRepository-2.0-C-expected/GIRepository.signal_info_get_class_closure.page b/tests/doctool/GIRepository-2.0-C-expected/GIRepository.signal_info_get_class_closure.page
deleted file mode 100644
index 29534f23..00000000
--- a/tests/doctool/GIRepository-2.0-C-expected/GIRepository.signal_info_get_class_closure.page
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0"?>
-
-<page id="GIRepository.signal_info_get_class_closure"
- 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>GIVFuncInfo*</api:type>
- </api:returns>
- <api:name>g_signal_info_get_class_closure</api:name>
- <api:arg>
- <api:type>GISignalInfo*</api:type>
- <api:name>info</api:name>
- </api:arg>
- </api:function>
- </info>
- <title>g_signal_info_get_class_closure</title>
-<synopsis><code mime="text/x-csrc">
-GIVFuncInfo* g_signal_info_get_class_closure (GISignalInfo* info);
-</code></synopsis>
-<p>Obtain the class closure for this signal if one is set. The class
-closure is a virtual function on the type that the signal belongs to.
-If the signal lacks a closure %NULL will be returned.</p>
-
-<table>
-<tr>
-<td><p>info :</p></td>
-<td><p>a <link xref="GIRepository.SignalInfo">GIRepository.SignalInfo</link></p></td>
-</tr>
-<tr>
-<td><p>Returns :</p></td>
-<td><p>the class closure or %NULL</p></td>
-</tr>
-</table>
-</page>