~ubuntu-branches/ubuntu/trusty/gobject-introspection/trusty

« back to all changes in this revision

Viewing changes to docs/reference/html/gi-givfuncinfo.html

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2011-03-22 00:32:36 UTC
  • mfrom: (1.4.1 upstream) (3.3.33 multiarch)
  • Revision ID: james.westby@ubuntu.com-20110322003236-4spdgfk1vai6xay1
Tags: 0.10.4-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>givfuncinfo</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
 
<link rel="home" href="index.html" title="GObject Introspection Reference Manual">
8
 
<link rel="up" href="gi-repository-structs.html" title="GIRepository structs">
9
 
<link rel="prev" href="gi-gipropertyinfo.html" title="gipropertyinfo">
10
 
<link rel="next" href="gi-gisignalinfo.html" title="gisignalinfo">
11
 
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
12
 
<link rel="stylesheet" href="style.css" type="text/css">
13
 
</head>
14
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
 
<tr valign="middle">
17
 
<td><a accesskey="p" href="gi-gipropertyinfo.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
 
<td><a accesskey="u" href="gi-repository-structs.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
 
<th width="100%" align="center">GObject Introspection Reference Manual</th>
21
 
<td><a accesskey="n" href="gi-gisignalinfo.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
 
</tr>
23
 
<tr><td colspan="5" class="shortcuts">
24
 
<a href="#gi-givfuncinfo.synopsis" class="shortcut">Top</a>
25
 
                   | 
26
 
                  <a href="#gi-givfuncinfo.description" class="shortcut">Description</a>
27
 
</td></tr>
28
 
</table>
29
 
<div class="refentry" title="givfuncinfo">
30
 
<a name="gi-givfuncinfo"></a><div class="titlepage"></div>
31
 
<div class="refnamediv"><table width="100%"><tr>
32
 
<td valign="top">
33
 
<h2><span class="refentrytitle"><a name="gi-givfuncinfo.top_of_page"></a>givfuncinfo</span></h2>
34
 
<p>givfuncinfo</p>
35
 
</td>
36
 
<td valign="top" align="right"></td>
37
 
</tr></table></div>
38
 
<div class="refsynopsisdiv" title="Synopsis">
39
 
<a name="gi-givfuncinfo.synopsis"></a><h2>Synopsis</h2>
40
 
<pre class="synopsis">typedef             <a class="link" href="gi-givfuncinfo.html#GIVFuncInfo" title="GIVFuncInfo">GIVFuncInfo</a>;
41
 
enum                <a class="link" href="gi-givfuncinfo.html#GIVFuncInfoFlags" title="enum GIVFuncInfoFlags">GIVFuncInfoFlags</a>;
42
 
<a class="link" href="gi-givfuncinfo.html#GIVFuncInfoFlags" title="enum GIVFuncInfoFlags"><span class="returnvalue">GIVFuncInfoFlags</span></a>    <a class="link" href="gi-givfuncinfo.html#g-vfunc-info-get-flags" title="g_vfunc_info_get_flags ()">g_vfunc_info_get_flags</a>              (<em class="parameter"><code><a class="link" href="gi-givfuncinfo.html#GIVFuncInfo" title="GIVFuncInfo"><span class="type">GIVFuncInfo</span></a> *info</code></em>);
43
 
<span class="returnvalue">gint</span>                <a class="link" href="gi-givfuncinfo.html#g-vfunc-info-get-offset" title="g_vfunc_info_get_offset ()">g_vfunc_info_get_offset</a>             (<em class="parameter"><code><a class="link" href="gi-givfuncinfo.html#GIVFuncInfo" title="GIVFuncInfo"><span class="type">GIVFuncInfo</span></a> *info</code></em>);
44
 
<a class="link" href="gi-gisignalinfo.html#GISignalInfo" title="GISignalInfo"><span class="returnvalue">GISignalInfo</span></a> *      <a class="link" href="gi-givfuncinfo.html#g-vfunc-info-get-signal" title="g_vfunc_info_get_signal ()">g_vfunc_info_get_signal</a>             (<em class="parameter"><code><a class="link" href="gi-givfuncinfo.html#GIVFuncInfo" title="GIVFuncInfo"><span class="type">GIVFuncInfo</span></a> *info</code></em>);
45
 
<a class="link" href="gi-GIFunctionInfo.html#GIFunctionInfo" title="GIFunctionInfo"><span class="returnvalue">GIFunctionInfo</span></a> *    <a class="link" href="gi-givfuncinfo.html#g-vfunc-info-get-invoker" title="g_vfunc_info_get_invoker ()">g_vfunc_info_get_invoker</a>            (<em class="parameter"><code><a class="link" href="gi-givfuncinfo.html#GIVFuncInfo" title="GIVFuncInfo"><span class="type">GIVFuncInfo</span></a> *info</code></em>);
46
 
</pre>
47
 
</div>
48
 
<div class="refsect1" title="Description">
49
 
<a name="gi-givfuncinfo.description"></a><h2>Description</h2>
50
 
<p>
51
 
</p>
52
 
</div>
53
 
<div class="refsect1" title="Details">
54
 
<a name="gi-givfuncinfo.details"></a><h2>Details</h2>
55
 
<div class="refsect2" title="GIVFuncInfo">
56
 
<a name="GIVFuncInfo"></a><h3>GIVFuncInfo</h3>
57
 
<pre class="programlisting">typedef GIBaseInfo GIVFuncInfo;
58
 
</pre>
59
 
<p>
60
 
Represents a virtual function.
61
 
</p>
62
 
</div>
63
 
<hr>
64
 
<div class="refsect2" title="enum GIVFuncInfoFlags">
65
 
<a name="GIVFuncInfoFlags"></a><h3>enum GIVFuncInfoFlags</h3>
66
 
<pre class="programlisting">typedef enum
67
 
{
68
 
  GI_VFUNC_MUST_CHAIN_UP     = 1 &lt;&lt; 0,
69
 
  GI_VFUNC_MUST_OVERRIDE     = 1 &lt;&lt; 1,
70
 
  GI_VFUNC_MUST_NOT_OVERRIDE = 1 &lt;&lt; 2
71
 
} GIVFuncInfoFlags;
72
 
</pre>
73
 
<p>
74
 
Flags of a <a class="link" href="gi-givfuncinfo.html#GIVFuncInfo" title="GIVFuncInfo"><span class="type">GIVFuncInfo</span></a> struct.
75
 
</p>
76
 
<div class="variablelist"><table border="0">
77
 
<col align="left" valign="top">
78
 
<tbody>
79
 
<tr>
80
 
<td><p><a name="GI-VFUNC-MUST-CHAIN-UP:CAPS"></a><span class="term"><code class="literal">GI_VFUNC_MUST_CHAIN_UP</code></span></p></td>
81
 
<td>chains up to the parent type
82
 
</td>
83
 
</tr>
84
 
<tr>
85
 
<td><p><a name="GI-VFUNC-MUST-OVERRIDE:CAPS"></a><span class="term"><code class="literal">GI_VFUNC_MUST_OVERRIDE</code></span></p></td>
86
 
<td>overrides
87
 
</td>
88
 
</tr>
89
 
<tr>
90
 
<td><p><a name="GI-VFUNC-MUST-NOT-OVERRIDE:CAPS"></a><span class="term"><code class="literal">GI_VFUNC_MUST_NOT_OVERRIDE</code></span></p></td>
91
 
<td>does not override
92
 
</td>
93
 
</tr>
94
 
</tbody>
95
 
</table></div>
96
 
</div>
97
 
<hr>
98
 
<div class="refsect2" title="g_vfunc_info_get_flags ()">
99
 
<a name="g-vfunc-info-get-flags"></a><h3>g_vfunc_info_get_flags ()</h3>
100
 
<pre class="programlisting"><a class="link" href="gi-givfuncinfo.html#GIVFuncInfoFlags" title="enum GIVFuncInfoFlags"><span class="returnvalue">GIVFuncInfoFlags</span></a>    g_vfunc_info_get_flags              (<em class="parameter"><code><a class="link" href="gi-givfuncinfo.html#GIVFuncInfo" title="GIVFuncInfo"><span class="type">GIVFuncInfo</span></a> *info</code></em>);</pre>
101
 
<p>
102
 
</p>
103
 
<div class="variablelist"><table border="0">
104
 
<col align="left" valign="top">
105
 
<tbody>
106
 
<tr>
107
 
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
108
 
<td>
109
 
</td>
110
 
</tr>
111
 
<tr>
112
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
113
 
<td>
114
 
</td>
115
 
</tr>
116
 
</tbody>
117
 
</table></div>
118
 
</div>
119
 
<hr>
120
 
<div class="refsect2" title="g_vfunc_info_get_offset ()">
121
 
<a name="g-vfunc-info-get-offset"></a><h3>g_vfunc_info_get_offset ()</h3>
122
 
<pre class="programlisting"><span class="returnvalue">gint</span>                g_vfunc_info_get_offset             (<em class="parameter"><code><a class="link" href="gi-givfuncinfo.html#GIVFuncInfo" title="GIVFuncInfo"><span class="type">GIVFuncInfo</span></a> *info</code></em>);</pre>
123
 
<p>
124
 
</p>
125
 
<div class="variablelist"><table border="0">
126
 
<col align="left" valign="top">
127
 
<tbody>
128
 
<tr>
129
 
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
130
 
<td>
131
 
</td>
132
 
</tr>
133
 
<tr>
134
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
135
 
<td>
136
 
</td>
137
 
</tr>
138
 
</tbody>
139
 
</table></div>
140
 
</div>
141
 
<hr>
142
 
<div class="refsect2" title="g_vfunc_info_get_signal ()">
143
 
<a name="g-vfunc-info-get-signal"></a><h3>g_vfunc_info_get_signal ()</h3>
144
 
<pre class="programlisting"><a class="link" href="gi-gisignalinfo.html#GISignalInfo" title="GISignalInfo"><span class="returnvalue">GISignalInfo</span></a> *      g_vfunc_info_get_signal             (<em class="parameter"><code><a class="link" href="gi-givfuncinfo.html#GIVFuncInfo" title="GIVFuncInfo"><span class="type">GIVFuncInfo</span></a> *info</code></em>);</pre>
145
 
<p>
146
 
</p>
147
 
<div class="variablelist"><table border="0">
148
 
<col align="left" valign="top">
149
 
<tbody>
150
 
<tr>
151
 
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
152
 
<td>
153
 
</td>
154
 
</tr>
155
 
<tr>
156
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
157
 
<td>
158
 
</td>
159
 
</tr>
160
 
</tbody>
161
 
</table></div>
162
 
</div>
163
 
<hr>
164
 
<div class="refsect2" title="g_vfunc_info_get_invoker ()">
165
 
<a name="g-vfunc-info-get-invoker"></a><h3>g_vfunc_info_get_invoker ()</h3>
166
 
<pre class="programlisting"><a class="link" href="gi-GIFunctionInfo.html#GIFunctionInfo" title="GIFunctionInfo"><span class="returnvalue">GIFunctionInfo</span></a> *    g_vfunc_info_get_invoker            (<em class="parameter"><code><a class="link" href="gi-givfuncinfo.html#GIVFuncInfo" title="GIVFuncInfo"><span class="type">GIVFuncInfo</span></a> *info</code></em>);</pre>
167
 
<p>
168
 
If this virtual function has an associated invoker method, this
169
 
method will return it.  An invoker method is a C entry point.
170
 
</p>
171
 
<p>
172
 
Not all virtuals will have invokers.
173
 
</p>
174
 
<div class="variablelist"><table border="0">
175
 
<col align="left" valign="top">
176
 
<tbody>
177
 
<tr>
178
 
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
179
 
<td>a <a class="link" href="gi-givfuncinfo.html#GIVFuncInfo" title="GIVFuncInfo"><span class="type">GIVFuncInfo</span></a>
180
 
</td>
181
 
</tr>
182
 
<tr>
183
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
184
 
<td> the <a class="link" href="gi-givfuncinfo.html#GIVFuncInfo" title="GIVFuncInfo"><span class="type">GIVFuncInfo</span></a> or <code class="literal">NULL</code>. Free it with
185
 
<a class="link" href="gi-GIBaseInfo.html#g-base-info-unref" title="g_base_info_unref ()"><code class="function">g_base_info_unref()</code></a> when done.. <acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>. </td>
186
 
</tr>
187
 
</tbody>
188
 
</table></div>
189
 
</div>
190
 
</div>
191
 
</div>
192
 
<div class="footer">
193
 
<hr>
194
 
          Generated by GTK-Doc V1.14</div>
195
 
</body>
196
 
</html>
 
 
b'\\ No newline at end of file'