~ubuntu-branches/debian/stretch/gnome-builder/stretch

« back to all changes in this revision

Viewing changes to doc/reference/libide/html/libide-ide-source-range.html

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2015-10-11 12:38:45 UTC
  • Revision ID: package-import@ubuntu.com-20151011123845-a0hvkz01se0p1p5a
Tags: upstream-3.16.3
Import upstream version 3.16.3

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>ide-source-range: LibIDE Reference Manual</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 
7
<link rel="home" href="index.html" title="LibIDE Reference Manual">
 
8
<link rel="up" href="ch10.html" title="Diagnostics">
 
9
<link rel="prev" href="libide-ide-source-location.html" title="ide-source-location">
 
10
<link rel="next" href="IdeSymbolResolver.html" title="IdeSymbolResolver">
 
11
<meta name="generator" content="GTK-Doc V1.21.1 (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="5"><tr valign="middle">
 
16
<td width="100%" align="left" class="shortcuts">
 
17
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
 
18
                  <a href="#libide-ide-source-range.description" class="shortcut">Description</a></span>
 
19
</td>
 
20
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
 
21
<td><a accesskey="u" href="ch10.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
 
22
<td><a accesskey="p" href="libide-ide-source-location.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
 
23
<td><a accesskey="n" href="IdeSymbolResolver.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
 
24
</tr></table>
 
25
<div class="refentry">
 
26
<a name="libide-ide-source-range"></a><div class="titlepage"></div>
 
27
<div class="refnamediv"><table width="100%"><tr>
 
28
<td valign="top">
 
29
<h2><span class="refentrytitle"><a name="libide-ide-source-range.top_of_page"></a>ide-source-range</span></h2>
 
30
<p>ide-source-range</p>
 
31
</td>
 
32
<td class="gallery_image" valign="top" align="right"></td>
 
33
</tr></table></div>
 
34
<div class="refsect1">
 
35
<a name="libide-ide-source-range.functions"></a><h2>Functions</h2>
 
36
<div class="informaltable"><table width="100%" border="0">
 
37
<colgroup>
 
38
<col width="150px" class="functions_return">
 
39
<col class="functions_name">
 
40
</colgroup>
 
41
<tbody>
 
42
<tr>
 
43
<td class="function_type">
 
44
<span class="returnvalue">IdeSourceRange</span> *
 
45
</td>
 
46
<td class="function_name">
 
47
<a class="link" href="libide-ide-source-range.html#ide-source-range-ref" title="ide_source_range_ref ()">ide_source_range_ref</a> <span class="c_punctuation">()</span>
 
48
</td>
 
49
</tr>
 
50
<tr>
 
51
<td class="function_type">
 
52
<span class="returnvalue">void</span>
 
53
</td>
 
54
<td class="function_name">
 
55
<a class="link" href="libide-ide-source-range.html#ide-source-range-unref" title="ide_source_range_unref ()">ide_source_range_unref</a> <span class="c_punctuation">()</span>
 
56
</td>
 
57
</tr>
 
58
<tr>
 
59
<td class="function_type">
 
60
<span class="returnvalue">IdeSourceLocation</span> *
 
61
</td>
 
62
<td class="function_name">
 
63
<a class="link" href="libide-ide-source-range.html#ide-source-range-get-begin" title="ide_source_range_get_begin ()">ide_source_range_get_begin</a> <span class="c_punctuation">()</span>
 
64
</td>
 
65
</tr>
 
66
<tr>
 
67
<td class="function_type">
 
68
<span class="returnvalue">IdeSourceLocation</span> *
 
69
</td>
 
70
<td class="function_name">
 
71
<a class="link" href="libide-ide-source-range.html#ide-source-range-get-end" title="ide_source_range_get_end ()">ide_source_range_get_end</a> <span class="c_punctuation">()</span>
 
72
</td>
 
73
</tr>
 
74
</tbody>
 
75
</table></div>
 
76
</div>
 
77
<div class="refsect1">
 
78
<a name="libide-ide-source-range.description"></a><h2>Description</h2>
 
79
</div>
 
80
<div class="refsect1">
 
81
<a name="libide-ide-source-range.functions_details"></a><h2>Functions</h2>
 
82
<div class="refsect2">
 
83
<a name="ide-source-range-ref"></a><h3>ide_source_range_ref ()</h3>
 
84
<pre class="programlisting"><span class="returnvalue">IdeSourceRange</span> *
 
85
ide_source_range_ref (<em class="parameter"><code><span class="type">IdeSourceRange</span> *self</code></em>);</pre>
 
86
<p>Increments the reference count of <em class="parameter"><code>self</code></em>
 
87
 by one. When you are done with
 
88
<em class="parameter"><code>self</code></em>
 
89
, release it by calling <a class="link" href="libide-ide-source-range.html#ide-source-range-unref" title="ide_source_range_unref ()"><code class="function">ide_source_range_unref()</code></a>.</p>
 
90
<div class="refsect3">
 
91
<a name="id-1.2.11.8.5.2.5"></a><h4>Parameters</h4>
 
92
<div class="informaltable"><table width="100%" border="0">
 
93
<colgroup>
 
94
<col width="150px" class="parameters_name">
 
95
<col class="parameters_description">
 
96
<col width="200px" class="parameters_annotations">
 
97
</colgroup>
 
98
<tbody><tr>
 
99
<td class="parameter_name"><p>self</p></td>
 
100
<td class="parameter_description"><p>An <span class="type">IdeSourceRange</span></p></td>
 
101
<td class="parameter_annotations"> </td>
 
102
</tr></tbody>
 
103
</table></div>
 
104
</div>
 
105
<div class="refsect3">
 
106
<a name="id-1.2.11.8.5.2.6"></a><h4>Returns</h4>
 
107
<p> <em class="parameter"><code>self</code></em>
 
108
. </p>
 
109
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
 
110
</div>
 
111
</div>
 
112
<hr>
 
113
<div class="refsect2">
 
114
<a name="ide-source-range-unref"></a><h3>ide_source_range_unref ()</h3>
 
115
<pre class="programlisting"><span class="returnvalue">void</span>
 
116
ide_source_range_unref (<em class="parameter"><code><span class="type">IdeSourceRange</span> *self</code></em>);</pre>
 
117
<p>Decrements the reference count of <em class="parameter"><code>self</code></em>
 
118
 by one.</p>
 
119
<div class="refsect3">
 
120
<a name="id-1.2.11.8.5.3.5"></a><h4>Parameters</h4>
 
121
<div class="informaltable"><table width="100%" border="0">
 
122
<colgroup>
 
123
<col width="150px" class="parameters_name">
 
124
<col class="parameters_description">
 
125
<col width="200px" class="parameters_annotations">
 
126
</colgroup>
 
127
<tbody><tr>
 
128
<td class="parameter_name"><p>self</p></td>
 
129
<td class="parameter_description"><p> An <span class="type">IdeSourceRange</span>. </p></td>
 
130
<td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
 
131
</tr></tbody>
 
132
</table></div>
 
133
</div>
 
134
</div>
 
135
<hr>
 
136
<div class="refsect2">
 
137
<a name="ide-source-range-get-begin"></a><h3>ide_source_range_get_begin ()</h3>
 
138
<pre class="programlisting"><span class="returnvalue">IdeSourceLocation</span> *
 
139
ide_source_range_get_begin (<em class="parameter"><code><span class="type">IdeSourceRange</span> *self</code></em>);</pre>
 
140
<p>Gets the beginning of the source range.</p>
 
141
<div class="refsect3">
 
142
<a name="id-1.2.11.8.5.4.5"></a><h4>Returns</h4>
 
143
<p> An <span class="type">IdeSourceLocation</span>. </p>
 
144
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 
145
</div>
 
146
</div>
 
147
<hr>
 
148
<div class="refsect2">
 
149
<a name="ide-source-range-get-end"></a><h3>ide_source_range_get_end ()</h3>
 
150
<pre class="programlisting"><span class="returnvalue">IdeSourceLocation</span> *
 
151
ide_source_range_get_end (<em class="parameter"><code><span class="type">IdeSourceRange</span> *self</code></em>);</pre>
 
152
<p>Gets the end of the source range.</p>
 
153
<div class="refsect3">
 
154
<a name="id-1.2.11.8.5.5.5"></a><h4>Returns</h4>
 
155
<p> An <span class="type">IdeSourceLocation</span>. </p>
 
156
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
 
157
</div>
 
158
</div>
 
159
</div>
 
160
<div class="refsect1">
 
161
<a name="libide-ide-source-range.other_details"></a><h2>Types and Values</h2>
 
162
</div>
 
163
</div>
 
164
<div class="footer">
 
165
<hr>
 
166
          Generated by GTK-Doc V1.21.1</div>
 
167
</body>
 
168
</html>
 
 
b'\\ No newline at end of file'