This file is indexed.

/usr/share/doc/libgnomevfs2-common/html/gnome-vfs-2.0-gnome-vfs-inet-connection.html is in libgnomevfs2-dev 1:2.24.4-1ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Internet connection</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="GnomeVFS - Filesystem Abstraction library">
<link rel="up" href="networking.html" title="Networking">
<link rel="prev" href="gnome-vfs-2.0-gnome-vfs-socket-buffer.html" title="Unified bufferd network I/O">
<link rel="next" href="mime-registry.html" title="MIME Registry">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="gnome-vfs-2.0-gnome-vfs-socket-buffer.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="networking.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GnomeVFS - Filesystem Abstraction library</th>
<td><a accesskey="n" href="mime-registry.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#gnome-vfs-2.0-gnome-vfs-inet-connection.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#gnome-vfs-2.0-gnome-vfs-inet-connection.description" class="shortcut">Description</a>
</td></tr>
</table>
<div class="refentry">
<a name="gnome-vfs-2.0-gnome-vfs-inet-connection"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="gnome-vfs-2.0-gnome-vfs-inet-connection.top_of_page"></a>Internet connection</span></h2>
<p>Internet connection — Simple TCP/IP connection functions.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="gnome-vfs-2.0-gnome-vfs-inet-connection.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">typedef             <a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection">GnomeVFSInetConnection</a>;
<a class="link" href="gnome-vfs-2.0-gnome-vfs-result.html#GnomeVFSResult" title="enum GnomeVFSResult"><span class="returnvalue">GnomeVFSResult</span></a>      <a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-create" title="gnome_vfs_inet_connection_create ()">gnome_vfs_inet_connection_create</a>    (<em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a> **connection_return</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *host_name</code></em>,
                                                         <em class="parameter"><code><span class="type">guint</span> host_port</code></em>,
                                                         <em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSCancellation" title="GnomeVFSCancellation"><span class="type">GnomeVFSCancellation</span></a> *cancellation</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-destroy" title="gnome_vfs_inet_connection_destroy ()">gnome_vfs_inet_connection_destroy</a>   (<em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a> *connection</code></em>,
                                                         <em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSCancellation" title="GnomeVFSCancellation"><span class="type">GnomeVFSCancellation</span></a> *cancellation</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-free" title="gnome_vfs_inet_connection_free ()">gnome_vfs_inet_connection_free</a>      (<em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a> *connection</code></em>,
                                                         <em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSCancellation" title="GnomeVFSCancellation"><span class="type">GnomeVFSCancellation</span></a> *cancellation</code></em>);
<a class="link" href="gnome-vfs-2.0-gnome-vfs-socket.html#GnomeVFSSocket" title="GnomeVFSSocket"><span class="returnvalue">GnomeVFSSocket</span></a> *    <a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-to-socket" title="gnome_vfs_inet_connection_to_socket ()">gnome_vfs_inet_connection_to_socket</a> (<em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a> *connection</code></em>);
<a class="link" href="gnome-vfs-2.0-gnome-vfs-socket-buffer.html#GnomeVFSSocketBuffer" title="GnomeVFSSocketBuffer"><span class="returnvalue">GnomeVFSSocketBuffer</span></a> * <a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-to-socket-buffer" title="gnome_vfs_inet_connection_to_socket_buffer ()">gnome_vfs_inet_connection_to_socket_buffer</a>
                                                        (<em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a> *connection</code></em>);
<span class="returnvalue">int</span>                 <a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-get-fd" title="gnome_vfs_inet_connection_get_fd ()">gnome_vfs_inet_connection_get_fd</a>    (<em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a> *connection</code></em>);
<a class="link" href="gnome-vfs-2.0-gnome-vfs-result.html#GnomeVFSResult" title="enum GnomeVFSResult"><span class="returnvalue">GnomeVFSResult</span></a>      <a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-create-from-address" title="gnome_vfs_inet_connection_create_from_address ()">gnome_vfs_inet_connection_create_from_address</a>
                                                        (<em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a> **connection_return</code></em>,
                                                         <em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-resolve.html#GnomeVFSAddress" title="GnomeVFSAddress"><span class="type">GnomeVFSAddress</span></a> *address</code></em>,
                                                         <em class="parameter"><code><span class="type">guint</span> host_port</code></em>,
                                                         <em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSCancellation" title="GnomeVFSCancellation"><span class="type">GnomeVFSCancellation</span></a> *cancellation</code></em>);
<a class="link" href="gnome-vfs-2.0-gnome-vfs-resolve.html#GnomeVFSAddress" title="GnomeVFSAddress"><span class="returnvalue">GnomeVFSAddress</span></a> *   <a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-get-address" title="gnome_vfs_inet_connection_get_address ()">gnome_vfs_inet_connection_get_address</a>
                                                        (<em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a> *connection</code></em>);
<span class="returnvalue">char</span> *              <a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-get-ip" title="gnome_vfs_inet_connection_get_ip ()">gnome_vfs_inet_connection_get_ip</a>    (<em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a> *connection</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="gnome-vfs-2.0-gnome-vfs-inet-connection.description"></a><h2>Description</h2>
<p>
A <a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a> represents a TCP/IP connection. You can either use
<a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-create" title="gnome_vfs_inet_connection_create ()"><span class="type">gnome_vfs_inet_connection_create</span></a> which will use the <a class="link" href="gnome-vfs-2.0-gnome-vfs-resolve.html#gnome-vfs-resolve" title="gnome_vfs_resolve ()"><span class="type">gnome_vfs_resolve</span></a> DNS
resolution functions internally or you can do the name resolution yourself
and use <a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-create-from-address" title="gnome_vfs_inet_connection_create_from_address ()"><span class="type">gnome_vfs_inet_connection_create_from_address</span></a> to connect to a specific
address.
After a connection has been established all I/O is done through a GnomeVFSSocket
or a GnomeVFSSocketBuffer.
</p>
</div>
<div class="refsect1">
<a name="gnome-vfs-2.0-gnome-vfs-inet-connection.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="GnomeVFSInetConnection"></a><h3>GnomeVFSInetConnection</h3>
<pre class="programlisting">typedef struct GnomeVFSInetConnection GnomeVFSInetConnection;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gnome-vfs-inet-connection-create"></a><h3>gnome_vfs_inet_connection_create ()</h3>
<pre class="programlisting"><a class="link" href="gnome-vfs-2.0-gnome-vfs-result.html#GnomeVFSResult" title="enum GnomeVFSResult"><span class="returnvalue">GnomeVFSResult</span></a>      gnome_vfs_inet_connection_create    (<em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a> **connection_return</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *host_name</code></em>,
                                                         <em class="parameter"><code><span class="type">guint</span> host_port</code></em>,
                                                         <em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSCancellation" title="GnomeVFSCancellation"><span class="type">GnomeVFSCancellation</span></a> *cancellation</code></em>);</pre>
<p>
Creates a connection at <em class="parameter"><code>connection_return</code></em> to <em class="parameter"><code>host_name</code></em> using
port <em class="parameter"><code>port</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>connection_return</code></em> :</span></p></td>
<td>pointer to a pointer to a <a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a>, which will
contain an allocated <a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a> object on return.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>host_name</code></em> :</span></p></td>
<td>string indicating the host to establish an internet connection with.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>host_port</code></em> :</span></p></td>
<td>port number to connect to.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellation</code></em> :</span></p></td>
<td>handle allowing cancellation of the operation.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
<a class="link" href="gnome-vfs-2.0-gnome-vfs-result.html#GnomeVFSResult" title="enum GnomeVFSResult"><span class="type">GnomeVFSResult</span></a> indicating the success of the operation.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gnome-vfs-inet-connection-destroy"></a><h3>gnome_vfs_inet_connection_destroy ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                gnome_vfs_inet_connection_destroy   (<em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a> *connection</code></em>,
                                                         <em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSCancellation" title="GnomeVFSCancellation"><span class="type">GnomeVFSCancellation</span></a> *cancellation</code></em>);</pre>
<p>
Closes/Destroys <em class="parameter"><code>connection</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
<td>connection to destroy.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellation</code></em> :</span></p></td>
<td>handle for cancelling the operation.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gnome-vfs-inet-connection-free"></a><h3>gnome_vfs_inet_connection_free ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                gnome_vfs_inet_connection_free      (<em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a> *connection</code></em>,
                                                         <em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSCancellation" title="GnomeVFSCancellation"><span class="type">GnomeVFSCancellation</span></a> *cancellation</code></em>);</pre>
<p>
Frees <em class="parameter"><code>connection</code></em> without closing the socket.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
<td>connection to free.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellation</code></em> :</span></p></td>
<td>handle for cancelling the operation.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gnome-vfs-inet-connection-to-socket"></a><h3>gnome_vfs_inet_connection_to_socket ()</h3>
<pre class="programlisting"><a class="link" href="gnome-vfs-2.0-gnome-vfs-socket.html#GnomeVFSSocket" title="GnomeVFSSocket"><span class="returnvalue">GnomeVFSSocket</span></a> *    gnome_vfs_inet_connection_to_socket (<em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a> *connection</code></em>);</pre>
<p>
Wrap <em class="parameter"><code>connection</code></em> inside a standard <a class="link" href="gnome-vfs-2.0-gnome-vfs-socket.html#GnomeVFSSocket" title="GnomeVFSSocket"><span class="type">GnomeVFSSocket</span></a> for convenience.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
<td>connection to be wrapped into a <a class="link" href="gnome-vfs-2.0-gnome-vfs-socket.html#GnomeVFSSocket" title="GnomeVFSSocket"><span class="type">GnomeVFSSocket</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a newly created <a class="link" href="gnome-vfs-2.0-gnome-vfs-socket.html#GnomeVFSSocket" title="GnomeVFSSocket"><span class="type">GnomeVFSSocket</span></a> around <em class="parameter"><code>connection</code></em>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gnome-vfs-inet-connection-to-socket-buffer"></a><h3>gnome_vfs_inet_connection_to_socket_buffer ()</h3>
<pre class="programlisting"><a class="link" href="gnome-vfs-2.0-gnome-vfs-socket-buffer.html#GnomeVFSSocketBuffer" title="GnomeVFSSocketBuffer"><span class="returnvalue">GnomeVFSSocketBuffer</span></a> * gnome_vfs_inet_connection_to_socket_buffer
                                                        (<em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a> *connection</code></em>);</pre>
<p>
Wrap <em class="parameter"><code>connection</code></em> inside a standard <a class="link" href="gnome-vfs-2.0-gnome-vfs-socket-buffer.html#GnomeVFSSocketBuffer" title="GnomeVFSSocketBuffer"><span class="type">GnomeVFSSocketBuffer</span></a> for convenience.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
<td>connection to be wrapped into a <a class="link" href="gnome-vfs-2.0-gnome-vfs-socket-buffer.html#GnomeVFSSocketBuffer" title="GnomeVFSSocketBuffer"><span class="type">GnomeVFSSocketBuffer</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a newly created <a class="link" href="gnome-vfs-2.0-gnome-vfs-socket-buffer.html#GnomeVFSSocketBuffer" title="GnomeVFSSocketBuffer"><span class="type">GnomeVFSSocketBuffer</span></a> around <em class="parameter"><code>connection</code></em>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gnome-vfs-inet-connection-get-fd"></a><h3>gnome_vfs_inet_connection_get_fd ()</h3>
<pre class="programlisting"><span class="returnvalue">int</span>                 gnome_vfs_inet_connection_get_fd    (<em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a> *connection</code></em>);</pre>
<p>
Retrieve the UNIX file descriptor corresponding to <em class="parameter"><code>connection</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
<td>connection to get the file descriptor from.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>file descriptor.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gnome-vfs-inet-connection-create-from-address"></a><h3>gnome_vfs_inet_connection_create_from_address ()</h3>
<pre class="programlisting"><a class="link" href="gnome-vfs-2.0-gnome-vfs-result.html#GnomeVFSResult" title="enum GnomeVFSResult"><span class="returnvalue">GnomeVFSResult</span></a>      gnome_vfs_inet_connection_create_from_address
                                                        (<em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a> **connection_return</code></em>,
                                                         <em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-resolve.html#GnomeVFSAddress" title="GnomeVFSAddress"><span class="type">GnomeVFSAddress</span></a> *address</code></em>,
                                                         <em class="parameter"><code><span class="type">guint</span> host_port</code></em>,
                                                         <em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSCancellation" title="GnomeVFSCancellation"><span class="type">GnomeVFSCancellation</span></a> *cancellation</code></em>);</pre>
<p>
Creates a connection at <em class="parameter"><code>connection_return</code></em> to <em class="parameter"><code>address</code></em> using
port <em class="parameter"><code>port</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>connection_return</code></em> :</span></p></td>
<td>pointer to a pointer to a <a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a>, which will
contain an allocated <a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a> object on return.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>address</code></em> :</span></p></td>
<td>a valid <a class="link" href="gnome-vfs-2.0-gnome-vfs-resolve.html#GnomeVFSAddress" title="GnomeVFSAddress"><span class="type">GnomeVFSAddress</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>host_port</code></em> :</span></p></td>
<td>port number to connect to.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellation</code></em> :</span></p></td>
<td>handle allowing cancellation of the operation.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
<a class="link" href="gnome-vfs-2.0-gnome-vfs-result.html#GnomeVFSResult" title="enum GnomeVFSResult"><span class="type">GnomeVFSResult</span></a> indicating the success of the operation.</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.8</p>
</div>
<hr>
<div class="refsect2">
<a name="gnome-vfs-inet-connection-get-address"></a><h3>gnome_vfs_inet_connection_get_address ()</h3>
<pre class="programlisting"><a class="link" href="gnome-vfs-2.0-gnome-vfs-resolve.html#GnomeVFSAddress" title="GnomeVFSAddress"><span class="returnvalue">GnomeVFSAddress</span></a> *   gnome_vfs_inet_connection_get_address
                                                        (<em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a> *connection</code></em>);</pre>
<p>
Retrieve the address of the other side of a connected <em class="parameter"><code>connection</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
<td>connection to get the address from.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a <a class="link" href="gnome-vfs-2.0-gnome-vfs-resolve.html#GnomeVFSAddress" title="GnomeVFSAddress"><span class="type">GnomeVFSAddress</span></a> containing the address.
Since 2.8</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gnome-vfs-inet-connection-get-ip"></a><h3>gnome_vfs_inet_connection_get_ip ()</h3>
<pre class="programlisting"><span class="returnvalue">char</span> *              gnome_vfs_inet_connection_get_ip    (<em class="parameter"><code><a class="link" href="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection" title="GnomeVFSInetConnection"><span class="type">GnomeVFSInetConnection</span></a> *connection</code></em>);</pre>
<p>
Retrieve the ip address of the other side of a connected <em class="parameter"><code>connection</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
<td>connection to get the ip from.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>string version of the ip.</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.8</p>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.18</div>
</body>
</html>